@vacano/ui 1.7.0 → 1.9.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/README.md +10 -7
- package/dist/index.cjs +67 -108
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +855 -891
- package/dist/index.js.map +1 -1
- package/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vacano/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Vacano React components library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -101,15 +101,14 @@
|
|
|
101
101
|
"hq-cropper": "^4.0.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@chromatic-com/storybook": "^5.0.
|
|
104
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
105
105
|
"@emotion/react": "^11.14.0",
|
|
106
106
|
"@eslint/js": "^9.39.2",
|
|
107
|
-
"@fontsource/inter": "^5.2.8",
|
|
108
107
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
109
|
-
"@storybook/addon-a11y": "^10.
|
|
110
|
-
"@storybook/addon-docs": "^10.
|
|
111
|
-
"@storybook/addon-onboarding": "^10.
|
|
112
|
-
"@storybook/react-vite": "^10.
|
|
108
|
+
"@storybook/addon-a11y": "^10.2.10",
|
|
109
|
+
"@storybook/addon-docs": "^10.2.10",
|
|
110
|
+
"@storybook/addon-onboarding": "^10.2.10",
|
|
111
|
+
"@storybook/react-vite": "^10.2.10",
|
|
113
112
|
"@types/node": "^22.10.2",
|
|
114
113
|
"@types/react": "^19.0.2",
|
|
115
114
|
"@types/react-dom": "^19.0.2",
|
|
@@ -117,13 +116,13 @@
|
|
|
117
116
|
"eslint": "^9.39.2",
|
|
118
117
|
"eslint-plugin-react": "^7.37.5",
|
|
119
118
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
120
|
-
"eslint-plugin-storybook": "^10.
|
|
119
|
+
"eslint-plugin-storybook": "^10.2.10",
|
|
121
120
|
"husky": "^9.1.7",
|
|
122
121
|
"lint-staged": "^15.2.11",
|
|
123
122
|
"prettier": "^3.4.2",
|
|
124
123
|
"react": "^19.0.0",
|
|
125
124
|
"react-dom": "^19.0.0",
|
|
126
|
-
"storybook": "^10.
|
|
125
|
+
"storybook": "^10.2.10",
|
|
127
126
|
"typescript": "^5.7.2",
|
|
128
127
|
"typescript-eslint": "^8.50.1",
|
|
129
128
|
"vite": "^6.0.6",
|