Skip to content

Commit 0941618

Browse files
committed
chore: add datetime picker wip
1 parent 88bffba commit 0941618

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+11974
-7
lines changed

bun.lock

+7-4
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@
1919
"devDependencies": {
2020
"bun-plugin-dtsx": "^0.21.9",
2121
"bunfig": "^0.8.2",
22-
"lint-staged": "^15.5.0",
22+
"lint-staged": "^15.5.1",
2323
"simple-git-hooks": "^2.12.1",
24-
"typescript": "^5.8.2",
24+
"typescript": "^5.8.3",
2525
},
2626
},
2727
"packages/vue": {
2828
"name": "ts-inputs-vue",
2929
"version": "0.0.1",
3030
"dependencies": {
3131
"@types/google.maps": "^3.58.1",
32+
"date-fns": "^3.3.1",
3233
},
3334
"devDependencies": {
34-
"@microsoft/api-extractor": "^7.52.2",
35-
"@stacksjs/docs": "^0.70.10",
35+
"@microsoft/api-extractor": "^7.52.4",
36+
"@stacksjs/docs": "^0.70.23",
3637
"@vue/tsconfig": "^0.7.0",
3738
"bumpp": "^10.1.0",
3839
"bun-plugin-dtsx": "^0.21.9",
@@ -922,6 +923,8 @@
922923

923924
"data-view-byte-offset": ["data-view-byte-offset@1.0.1", "", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "is-data-view": "^1.0.1" } }, "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ=="],
924925

926+
"date-fns": ["date-fns@3.6.0", "", {}, "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww=="],
927+
925928
"de-indent": ["de-indent@1.0.2", "", {}, "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg=="],
926929

927930
"debug": ["debug@4.4.0", "", { "dependencies": { "ms": "^2.1.3" } }, "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA=="],

docs/.vitepress/unocss.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineConfig({
2525

2626
theme: {
2727
colors: {
28-
primary: '#3eaf7c',
28+
primary: '#0A0ABC',
2929
},
3030

3131
fontFamily: {

packages/vue/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"lint:fix": "bunx --bun eslint . --fix"
3737
},
3838
"dependencies": {
39-
"@types/google.maps": "^3.58.1"
39+
"@types/google.maps": "^3.58.1",
40+
"date-fns": "^3.3.1"
4041
},
4142
"devDependencies": {
4243
"@microsoft/api-extractor": "^7.52.4",

0 commit comments

Comments
 (0)