@syscore/ui-library 1.1.3 → 1.1.4

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.
Files changed (36) hide show
  1. package/client/components/ui/badge.tsx +1 -1
  2. package/client/components/ui/breadcrumb.tsx +1 -1
  3. package/client/components/ui/button.tsx +1 -1
  4. package/client/components/ui/card.tsx +1 -1
  5. package/client/components/ui/chart.tsx +3 -3
  6. package/client/components/ui/checkbox.tsx +1 -1
  7. package/client/components/ui/command.tsx +4 -4
  8. package/client/components/ui/context-menu.tsx +6 -6
  9. package/client/components/ui/dialog.tsx +1 -1
  10. package/client/components/ui/dropdown-menu.tsx +6 -6
  11. package/client/components/ui/hover-card.tsx +1 -1
  12. package/client/components/ui/input-otp.tsx +1 -1
  13. package/client/components/ui/input.tsx +1 -1
  14. package/client/components/ui/menubar.tsx +7 -7
  15. package/client/components/ui/navigation-menu.tsx +4 -4
  16. package/client/components/ui/pagination.tsx +1 -1
  17. package/client/components/ui/popover.tsx +1 -1
  18. package/client/components/ui/radio-group.tsx +1 -1
  19. package/client/components/ui/resizable.tsx +1 -1
  20. package/client/components/ui/scroll-area.tsx +2 -2
  21. package/client/components/ui/select.tsx +4 -4
  22. package/client/components/ui/separator.tsx +1 -1
  23. package/client/components/ui/sheet.tsx +1 -1
  24. package/client/components/ui/sidebar.tsx +22 -22
  25. package/client/components/ui/slider.tsx +1 -1
  26. package/client/components/ui/sonner.tsx +1 -1
  27. package/client/components/ui/switch.tsx +1 -1
  28. package/client/components/ui/table.tsx +1 -1
  29. package/client/components/ui/tabs.tsx +2 -2
  30. package/client/components/ui/textarea.tsx +1 -1
  31. package/client/components/ui/toast.tsx +4 -4
  32. package/client/components/ui/toggle.tsx +1 -1
  33. package/client/global.css +420 -9
  34. package/dist/ui/index.cjs.js +1 -1
  35. package/dist/ui/index.es.js +83 -83
  36. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
5
5
  "private": false,
6
6
  "type": "module",
@@ -92,10 +92,6 @@
92
92
  "vaul": "^1.1.2"
93
93
  },
94
94
  "devDependencies": {
95
- "vite-plugin-dts": "^4.5.4",
96
- "terser": "^5.27.0",
97
- "@types/cors": "^2.8.19",
98
- "@types/express": "^4.17.17",
99
95
  "@hookform/resolvers": "^5.2.1",
100
96
  "@storybook/addon-essentials": "^8.4.1",
101
97
  "@storybook/addon-interactions": "^8.4.1",
@@ -103,21 +99,25 @@
103
99
  "@storybook/react": "^8.4.1",
104
100
  "@storybook/react-vite": "^8.4.1",
105
101
  "@swc/core": "^1.13.3",
102
+ "@tailwindcss/postcss": "^4.1.16",
106
103
  "@tailwindcss/typography": "^0.5.16",
104
+ "@types/cors": "^2.8.19",
105
+ "@types/express": "^4.17.17",
107
106
  "@types/node": "^24.2.1",
108
107
  "@types/react": "^19.0.0",
109
108
  "@types/react-dom": "^19.0.0",
110
109
  "@vitejs/plugin-react-swc": "^4.0.0",
111
- "autoprefixer": "^10.4.21",
112
110
  "dotenv": "^17.2.1",
113
111
  "postcss": "^8.5.6",
114
112
  "prettier": "^3.6.2",
115
113
  "serverless-http": "^4.0.0",
116
114
  "storybook": "^8.4.1",
117
- "tailwindcss": "^3.4.17",
115
+ "tailwindcss": "^4.1.16",
118
116
  "tailwindcss-animate": "^1.0.7",
117
+ "terser": "^5.27.0",
119
118
  "typescript": "^5.9.2",
120
119
  "vite": "^6.0.11",
120
+ "vite-plugin-dts": "^4.5.4",
121
121
  "vitest": "^3.2.4"
122
122
  },
123
123
  "scripts": {