@postxl/ui-components 1.6.1 → 1.6.2
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.ts +230 -216
- package/dist/index.js +398 -203
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postxl/ui-components",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "PostXL UI component library - Radix UI primitives with Tailwind CSS styling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@chromatic-com/storybook": "4.1.3",
|
|
100
|
-
"@storybook/addon-docs": "10.2.
|
|
101
|
-
"@storybook/addon-onboarding": "10.2.
|
|
102
|
-
"@storybook/addon-vitest": "10.2.
|
|
103
|
-
"@storybook/react": "10.2.
|
|
104
|
-
"@storybook/react-vite": "10.2.
|
|
100
|
+
"@storybook/addon-docs": "10.2.17",
|
|
101
|
+
"@storybook/addon-onboarding": "10.2.17",
|
|
102
|
+
"@storybook/addon-vitest": "10.2.17",
|
|
103
|
+
"@storybook/react": "10.2.17",
|
|
104
|
+
"@storybook/react-vite": "10.2.17",
|
|
105
105
|
"@tailwindcss/vite": "4.2.1",
|
|
106
106
|
"@testing-library/jest-dom": "6.9.1",
|
|
107
107
|
"@testing-library/react": "16.3.2",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"playwright": "1.58.2",
|
|
117
117
|
"react": "19.2.4",
|
|
118
118
|
"react-dom": "19.2.4",
|
|
119
|
-
"storybook": "10.2.
|
|
119
|
+
"storybook": "10.2.17",
|
|
120
120
|
"tailwindcss": "4.2.1",
|
|
121
121
|
"tsdown": "0.11.4",
|
|
122
122
|
"typescript": "~5.9.3",
|