@rafal.lemieszewski/tide-ui 0.41.4 → 0.42.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 +49 -17
- package/dist/components/ui/fixture-status.d.ts +2 -0
- package/dist/components/ui/icon.d.ts +1 -0
- package/dist/index.cjs.js +38 -38
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +11585 -11563
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rafal.lemieszewski/tide-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.0",
|
|
4
4
|
"description": "A comprehensive React component library built with Tailwind CSS and Radix UI primitives",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
@@ -85,7 +85,6 @@
|
|
|
85
85
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
86
86
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
87
87
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
88
|
-
"@tailwindcss/vite": "^4.1.11",
|
|
89
88
|
"@tanstack/react-table": "^8.21.3",
|
|
90
89
|
"@tanstack/react-virtual": "^3.13.12",
|
|
91
90
|
"class-variance-authority": "^0.7.1",
|
|
@@ -102,7 +101,6 @@
|
|
|
102
101
|
"recharts": "^3.1.2",
|
|
103
102
|
"sonner": "^2.0.7",
|
|
104
103
|
"tailwind-merge": "^3.3.1",
|
|
105
|
-
"tailwindcss": "^4.1.11",
|
|
106
104
|
"vaul": "^1.1.2",
|
|
107
105
|
"zod": "^4.0.16"
|
|
108
106
|
},
|
|
@@ -115,6 +113,7 @@
|
|
|
115
113
|
"@storybook/addon-vitest": "^9.1.2",
|
|
116
114
|
"@storybook/react-vite": "^9.1.2",
|
|
117
115
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
116
|
+
"@tailwindcss/vite": "^4.1.11",
|
|
118
117
|
"@types/node": "^22.0.0",
|
|
119
118
|
"@types/react": "^19.1.8",
|
|
120
119
|
"@types/react-dom": "^19.1.6",
|
|
@@ -128,6 +127,7 @@
|
|
|
128
127
|
"globals": "^16.3.0",
|
|
129
128
|
"playwright": "^1.54.2",
|
|
130
129
|
"storybook": "^9.1.2",
|
|
130
|
+
"tailwindcss": "^4.1.11",
|
|
131
131
|
"typescript": "^5.6.0",
|
|
132
132
|
"vite": "^7.0.4",
|
|
133
133
|
"vite-plugin-dts": "^4.5.4",
|