@postxl/ui-components 1.5.2 → 1.5.3
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 +132 -138
- package/dist/index.js.map +1 -1
- package/package.json +38 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postxl/ui-components",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "PostXL UI component library - Radix UI primitives with Tailwind CSS styling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,43 +50,43 @@
|
|
|
50
50
|
"@dnd-kit/utilities": "3.2.2",
|
|
51
51
|
"@radix-ui/react-accordion": "1.2.12",
|
|
52
52
|
"@radix-ui/react-alert-dialog": "1.1.15",
|
|
53
|
-
"@radix-ui/react-avatar": "1.1.
|
|
54
|
-
"@radix-ui/react-checkbox": "1.
|
|
55
|
-
"@radix-ui/react-collapsible": "1.1.
|
|
56
|
-
"@radix-ui/react-context": "1.1.
|
|
53
|
+
"@radix-ui/react-avatar": "1.1.11",
|
|
54
|
+
"@radix-ui/react-checkbox": "1.3.3",
|
|
55
|
+
"@radix-ui/react-collapsible": "1.1.12",
|
|
56
|
+
"@radix-ui/react-context": "1.1.3",
|
|
57
57
|
"@radix-ui/react-context-menu": "2.2.16",
|
|
58
58
|
"@radix-ui/react-dialog": "1.1.15",
|
|
59
59
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
60
60
|
"@radix-ui/react-hover-card": "1.1.15",
|
|
61
61
|
"@radix-ui/react-icons": "1.3.2",
|
|
62
|
-
"@radix-ui/react-label": "2.1.
|
|
62
|
+
"@radix-ui/react-label": "2.1.8",
|
|
63
63
|
"@radix-ui/react-menubar": "1.1.16",
|
|
64
64
|
"@radix-ui/react-navigation-menu": "1.2.14",
|
|
65
65
|
"@radix-ui/react-popover": "1.1.15",
|
|
66
|
-
"@radix-ui/react-radio-group": "1.
|
|
66
|
+
"@radix-ui/react-radio-group": "1.3.8",
|
|
67
67
|
"@radix-ui/react-scroll-area": "1.2.10",
|
|
68
68
|
"@radix-ui/react-select": "2.2.6",
|
|
69
|
-
"@radix-ui/react-separator": "1.1.
|
|
69
|
+
"@radix-ui/react-separator": "1.1.8",
|
|
70
70
|
"@radix-ui/react-slider": "1.3.6",
|
|
71
|
-
"@radix-ui/react-slot": "1.2.
|
|
71
|
+
"@radix-ui/react-slot": "1.2.4",
|
|
72
72
|
"@radix-ui/react-switch": "1.2.6",
|
|
73
73
|
"@radix-ui/react-tabs": "1.1.13",
|
|
74
74
|
"@radix-ui/react-toggle": "1.1.10",
|
|
75
75
|
"@radix-ui/react-toggle-group": "1.1.11",
|
|
76
76
|
"@radix-ui/react-tooltip": "1.2.8",
|
|
77
|
-
"@tanstack/react-table": "8.21.
|
|
78
|
-
"@tanstack/react-virtual": "3.13.
|
|
77
|
+
"@tanstack/react-table": "8.21.3",
|
|
78
|
+
"@tanstack/react-virtual": "3.13.19",
|
|
79
79
|
"class-variance-authority": "0.7.1",
|
|
80
80
|
"clsx": "2.1.1",
|
|
81
81
|
"cmdk": "1.1.1",
|
|
82
82
|
"date-fns": "4.1.0",
|
|
83
|
-
"embla-carousel-react": "8.
|
|
84
|
-
"lucide-react": "0.
|
|
83
|
+
"embla-carousel-react": "8.6.0",
|
|
84
|
+
"lucide-react": "0.575.0",
|
|
85
85
|
"@radix-ui/react-direction": "1.1.1",
|
|
86
|
-
"react-day-picker": "9.
|
|
86
|
+
"react-day-picker": "9.13.2",
|
|
87
87
|
"react-resizable-panels": "3.0.6",
|
|
88
88
|
"sonner": "2.0.7",
|
|
89
|
-
"tailwind-merge": "3.
|
|
89
|
+
"tailwind-merge": "3.5.0",
|
|
90
90
|
"use-local-storage-state": "19.5.0",
|
|
91
91
|
"vaul": "1.1.2"
|
|
92
92
|
},
|
|
@@ -96,32 +96,32 @@
|
|
|
96
96
|
"tailwindcss": ">=4.0.0"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@chromatic-com/storybook": "4.1.
|
|
100
|
-
"@storybook/addon-docs": "10.
|
|
101
|
-
"@storybook/addon-onboarding": "10.
|
|
102
|
-
"@storybook/addon-vitest": "10.
|
|
103
|
-
"@storybook/react": "10.
|
|
104
|
-
"@storybook/react-vite": "10.
|
|
105
|
-
"@tailwindcss/vite": "4.1
|
|
99
|
+
"@chromatic-com/storybook": "4.1.3",
|
|
100
|
+
"@storybook/addon-docs": "10.2.12",
|
|
101
|
+
"@storybook/addon-onboarding": "10.2.12",
|
|
102
|
+
"@storybook/addon-vitest": "10.2.12",
|
|
103
|
+
"@storybook/react": "10.2.12",
|
|
104
|
+
"@storybook/react-vite": "10.2.12",
|
|
105
|
+
"@tailwindcss/vite": "4.2.1",
|
|
106
106
|
"@testing-library/jest-dom": "6.9.1",
|
|
107
|
-
"@testing-library/react": "16.3.
|
|
107
|
+
"@testing-library/react": "16.3.2",
|
|
108
108
|
"@testing-library/user-event": "14.6.1",
|
|
109
|
-
"@types/react": "19.
|
|
110
|
-
"@types/react-dom": "19.
|
|
111
|
-
"@vitejs/plugin-react": "5.1.
|
|
112
|
-
"@vitest/browser": "4.0.
|
|
113
|
-
"@vitest/browser-playwright": "4.0.
|
|
114
|
-
"@vitest/coverage-v8": "4.0.
|
|
115
|
-
"jsdom": "27.
|
|
116
|
-
"playwright": "1.
|
|
117
|
-
"react": "19.
|
|
118
|
-
"react-dom": "19.
|
|
119
|
-
"storybook": "10.
|
|
120
|
-
"tailwindcss": "4.1
|
|
109
|
+
"@types/react": "19.2.14",
|
|
110
|
+
"@types/react-dom": "19.2.3",
|
|
111
|
+
"@vitejs/plugin-react": "5.1.4",
|
|
112
|
+
"@vitest/browser": "4.0.18",
|
|
113
|
+
"@vitest/browser-playwright": "4.0.18",
|
|
114
|
+
"@vitest/coverage-v8": "4.0.18",
|
|
115
|
+
"jsdom": "27.4.0",
|
|
116
|
+
"playwright": "1.58.2",
|
|
117
|
+
"react": "19.2.4",
|
|
118
|
+
"react-dom": "19.2.4",
|
|
119
|
+
"storybook": "10.2.12",
|
|
120
|
+
"tailwindcss": "4.2.1",
|
|
121
121
|
"tsdown": "0.11.4",
|
|
122
|
-
"typescript": "~5.
|
|
123
|
-
"vite": "7.1
|
|
124
|
-
"vitest": "4.0.
|
|
122
|
+
"typescript": "~5.9.3",
|
|
123
|
+
"vite": "7.3.1",
|
|
124
|
+
"vitest": "4.0.18"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|
|
127
127
|
"build": "tsdown",
|