@hotelinking/ui 12.45.0 → 13.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui.cjs +1 -1
- package/dist/ui.d.ts +1 -1
- package/dist/ui.es.js +519 -514
- package/package.json +14 -18
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hotelinking/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "13.45.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -36,19 +36,16 @@
|
|
|
36
36
|
"format:fix": "biome format --write ."
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@
|
|
39
|
+
"@biomejs/biome": "1.5.3",
|
|
40
|
+
"@chromatic-com/storybook": "^4.0.0",
|
|
40
41
|
"@headlessui/vue": "^1.7.19",
|
|
41
42
|
"@heroicons/vue": "^2.1.1",
|
|
42
|
-
"@storybook/addon-a11y": "^
|
|
43
|
-
"@storybook/addon-docs": "^
|
|
44
|
-
"@storybook/addon-
|
|
45
|
-
"@storybook/
|
|
46
|
-
"@storybook/addon-links": "^8.6.14",
|
|
47
|
-
"@storybook/blocks": "^8.6.14",
|
|
48
|
-
"@storybook/cli": "^8.6.14",
|
|
43
|
+
"@storybook/addon-a11y": "^9.0.4",
|
|
44
|
+
"@storybook/addon-docs": "^9.0.4",
|
|
45
|
+
"@storybook/addon-links": "^9.0.4",
|
|
46
|
+
"@storybook/cli": "^9.0.4",
|
|
49
47
|
"@storybook/test-runner": "^0.22.0",
|
|
50
|
-
"@storybook/vue3": "^
|
|
51
|
-
"@storybook/vue3-vite": "^8.6.14",
|
|
48
|
+
"@storybook/vue3-vite": "^9.0.4",
|
|
52
49
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
53
50
|
"@tailwindcss/forms": "^0.5.7",
|
|
54
51
|
"@types/node": "^22.1.0",
|
|
@@ -58,18 +55,17 @@
|
|
|
58
55
|
"@vueform/slider": "^2.1.10",
|
|
59
56
|
"apexcharts": "^4.0.0",
|
|
60
57
|
"autoprefixer": "^10.4.18",
|
|
61
|
-
"chromatic": "^
|
|
58
|
+
"chromatic": "^12.0.0",
|
|
62
59
|
"cssnano": "^7.0.4",
|
|
63
60
|
"dayjs": "^1.11.10",
|
|
64
|
-
"@biomejs/biome": "1.5.3",
|
|
65
61
|
"happy-dom": "17.1.0",
|
|
66
62
|
"husky": "^9.0.11",
|
|
67
|
-
"lint-staged": "^
|
|
63
|
+
"lint-staged": "^16.1.0",
|
|
68
64
|
"postcss": "^8.4.35",
|
|
69
65
|
"postcss-cli": "^11.0.0",
|
|
70
66
|
"rimraf": "^6.0.0",
|
|
71
67
|
"rollup-plugin-terser": "^7.0.2",
|
|
72
|
-
"storybook": "^
|
|
68
|
+
"storybook": "^9.0.4",
|
|
73
69
|
"tailwindcss": "^3.4.1",
|
|
74
70
|
"terser": "^5.29.1",
|
|
75
71
|
"tslib": "^2.8.1",
|
|
@@ -97,12 +93,12 @@
|
|
|
97
93
|
"vue3-draggable": "^2.0.9",
|
|
98
94
|
"vue3-funnel-graph-js": "^0.0.3"
|
|
99
95
|
},
|
|
100
|
-
"dependencies": {
|
|
101
|
-
"@storybook/test": "^8.6.14"
|
|
102
|
-
},
|
|
103
96
|
"lint-staged": {
|
|
104
97
|
"*.{js,jsx,ts,tsx,json,vue}": [
|
|
105
98
|
"biome check --apply"
|
|
106
99
|
]
|
|
100
|
+
},
|
|
101
|
+
"overrides": {
|
|
102
|
+
"storybook": "$storybook"
|
|
107
103
|
}
|
|
108
104
|
}
|