@szum-tech/design-system 3.19.3 → 3.21.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 +133 -64
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.cts +132 -18
- package/dist/components/index.d.ts +132 -18
- package/dist/components/index.js +1 -1
- package/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@szum-tech/design-system",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.21.0",
|
|
4
4
|
"description": "Szum-Tech design system with tailwindcss support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"szum-tech",
|
|
@@ -100,13 +100,14 @@
|
|
|
100
100
|
"type-check": "tsc --noEmit"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
+
"@base-ui/react": "^1.4.1",
|
|
103
104
|
"@dnd-kit/core": "^6.3.1",
|
|
104
105
|
"@dnd-kit/sortable": "^10.0.0",
|
|
105
106
|
"@dnd-kit/utilities": "^3.2.2",
|
|
106
107
|
"class-variance-authority": "^0.7.1",
|
|
107
108
|
"clsx": "^2.1.1",
|
|
108
109
|
"embla-carousel-react": "^8.6.0",
|
|
109
|
-
"lucide-react": "^1.
|
|
110
|
+
"lucide-react": "^1.14.0",
|
|
110
111
|
"motion": "^12.38.0",
|
|
111
112
|
"radix-ui": "^1.4.3",
|
|
112
113
|
"sonner": "^2.0.7",
|
|
@@ -132,10 +133,10 @@
|
|
|
132
133
|
"@types/react": "^19.2.14",
|
|
133
134
|
"@types/react-dom": "^19.2.3",
|
|
134
135
|
"@vitejs/plugin-react": "^6.0.1",
|
|
135
|
-
"@vitest/browser": "^4.1.
|
|
136
|
-
"@vitest/browser-playwright": "^4.1.
|
|
137
|
-
"@vitest/coverage-v8": "^4.1.
|
|
138
|
-
"@vitest/ui": "^4.1.
|
|
136
|
+
"@vitest/browser": "^4.1.5",
|
|
137
|
+
"@vitest/browser-playwright": "^4.1.5",
|
|
138
|
+
"@vitest/coverage-v8": "^4.1.5",
|
|
139
|
+
"@vitest/ui": "^4.1.5",
|
|
139
140
|
"cpy-cli": "^7.0.0",
|
|
140
141
|
"eslint": "9.39.4",
|
|
141
142
|
"happy-dom": "^20.8.9",
|
|
@@ -153,7 +154,7 @@
|
|
|
153
154
|
"tsup": "^8.5.1",
|
|
154
155
|
"typescript": "^6.0.2",
|
|
155
156
|
"vite": "^8.0.8",
|
|
156
|
-
"vitest": "^4.1.
|
|
157
|
+
"vitest": "^4.1.5"
|
|
157
158
|
},
|
|
158
159
|
"peerDependencies": {
|
|
159
160
|
"react": ">=19",
|