@scalably/ui 0.14.5 → 0.14.6
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/index.d.cts +170 -37
- package/dist/index.d.ts +170 -37
- package/dist/index.esm.js +16 -16
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scalably/ui",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.6",
|
|
4
4
|
"description": "Scalably Design System - Shared UI Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@eslint/js": "9.15.0",
|
|
81
|
-
"@storybook/addon-a11y": "10.
|
|
82
|
-
"@storybook/addon-designs": "11.1.
|
|
83
|
-
"@storybook/addon-docs": "10.
|
|
84
|
-
"@storybook/addon-links": "10.
|
|
85
|
-
"@storybook/addon-themes": "10.
|
|
86
|
-
"@storybook/react-vite": "10.
|
|
81
|
+
"@storybook/addon-a11y": "10.4.4",
|
|
82
|
+
"@storybook/addon-designs": "11.1.3",
|
|
83
|
+
"@storybook/addon-docs": "10.4.4",
|
|
84
|
+
"@storybook/addon-links": "10.4.4",
|
|
85
|
+
"@storybook/addon-themes": "10.4.4",
|
|
86
|
+
"@storybook/react-vite": "10.4.4",
|
|
87
87
|
"@testing-library/jest-dom": "6.8.0",
|
|
88
88
|
"@testing-library/react": "16.3.0",
|
|
89
89
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -93,28 +93,29 @@
|
|
|
93
93
|
"@types/react-dom": "18.3.1",
|
|
94
94
|
"@typescript-eslint/eslint-plugin": "8.48.0",
|
|
95
95
|
"@typescript-eslint/parser": "8.48.0",
|
|
96
|
-
"@vitejs/plugin-react": "5.
|
|
97
|
-
"@vitest/coverage-v8": "4.
|
|
96
|
+
"@vitejs/plugin-react": "5.2.0",
|
|
97
|
+
"@vitest/coverage-v8": "4.1.9",
|
|
98
98
|
"autoprefixer": "10.4.20",
|
|
99
99
|
"clsx": "2.1.1",
|
|
100
100
|
"eslint": "9.39.1",
|
|
101
101
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
102
102
|
"eslint-plugin-react": "7.37.2",
|
|
103
103
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
104
|
-
"eslint-plugin-storybook": "10.
|
|
104
|
+
"eslint-plugin-storybook": "10.4.4",
|
|
105
|
+
"esbuild": "0.28.1",
|
|
105
106
|
"essentials": "1.2.0",
|
|
106
107
|
"jest-axe": "10.0.0",
|
|
107
108
|
"jsdom": "24.1.3",
|
|
108
109
|
"postcss": "8.5.15",
|
|
109
110
|
"react": "18.3.1",
|
|
110
111
|
"react-dom": "18.3.1",
|
|
111
|
-
"storybook": "10.
|
|
112
|
+
"storybook": "10.4.4",
|
|
112
113
|
"tailwind-merge": "2.5.4",
|
|
113
114
|
"tailwindcss": "3.4.17",
|
|
114
115
|
"tsup": "8.5.1",
|
|
115
116
|
"typescript": "5.9.3",
|
|
116
|
-
"vite": "
|
|
117
|
-
"vitest": "4.
|
|
117
|
+
"vite": "8.0.16",
|
|
118
|
+
"vitest": "4.1.9"
|
|
118
119
|
},
|
|
119
120
|
"dependencies": {
|
|
120
121
|
"@dnd-kit/core": "6.3.1",
|
|
@@ -145,6 +146,6 @@
|
|
|
145
146
|
"@rollup/rollup-darwin-arm64": "4.61.1"
|
|
146
147
|
},
|
|
147
148
|
"overrides": {
|
|
148
|
-
"esbuild": "0.
|
|
149
|
+
"esbuild": "0.28.1"
|
|
149
150
|
}
|
|
150
151
|
}
|