@exxatdesignux/ui 0.0.7 → 0.0.9

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 (53) hide show
  1. package/package.json +1 -1
  2. package/template/.nvmrc +1 -1
  3. package/template/components/ui/avatar.tsx +1 -1
  4. package/template/components/ui/badge.tsx +1 -1
  5. package/template/components/ui/banner.tsx +1 -1
  6. package/template/components/ui/breadcrumb.tsx +1 -1
  7. package/template/components/ui/button.tsx +1 -1
  8. package/template/components/ui/calendar.tsx +1 -1
  9. package/template/components/ui/card.tsx +1 -1
  10. package/template/components/ui/chart.tsx +1 -1
  11. package/template/components/ui/checkbox.tsx +1 -1
  12. package/template/components/ui/coach-mark.tsx +1 -1
  13. package/template/components/ui/collapsible.tsx +1 -1
  14. package/template/components/ui/command.tsx +1 -1
  15. package/template/components/ui/date-picker-field.tsx +1 -1
  16. package/template/components/ui/dialog.tsx +1 -1
  17. package/template/components/ui/drag-handle-grip.tsx +1 -1
  18. package/template/components/ui/drawer.tsx +1 -1
  19. package/template/components/ui/dropdown-menu.tsx +1 -1
  20. package/template/components/ui/field.tsx +1 -1
  21. package/template/components/ui/form.tsx +1 -1
  22. package/template/components/ui/input-group.tsx +1 -1
  23. package/template/components/ui/input-mask.tsx +1 -1
  24. package/template/components/ui/input.tsx +1 -1
  25. package/template/components/ui/kbd.tsx +1 -1
  26. package/template/components/ui/label.tsx +1 -1
  27. package/template/components/ui/payment-card-fields.tsx +1 -1
  28. package/template/components/ui/popover.tsx +1 -1
  29. package/template/components/ui/radio-group.tsx +1 -1
  30. package/template/components/ui/select.tsx +1 -1
  31. package/template/components/ui/selection-tile-grid.tsx +1 -1
  32. package/template/components/ui/separator.tsx +1 -1
  33. package/template/components/ui/sheet.tsx +1 -1
  34. package/template/components/ui/sidebar.tsx +1 -1
  35. package/template/components/ui/skeleton.tsx +1 -1
  36. package/template/components/ui/sonner.tsx +1 -1
  37. package/template/components/ui/status-badge.tsx +1 -1
  38. package/template/components/ui/table.tsx +1 -1
  39. package/template/components/ui/tabs.tsx +1 -1
  40. package/template/components/ui/textarea.tsx +1 -1
  41. package/template/components/ui/tip.tsx +1 -1
  42. package/template/components/ui/toggle-group.tsx +1 -1
  43. package/template/components/ui/toggle-switch.tsx +1 -1
  44. package/template/components/ui/toggle.tsx +1 -1
  45. package/template/components/ui/tooltip.tsx +1 -1
  46. package/template/components/ui/view-segmented-control.tsx +1 -1
  47. package/template/hooks/use-app-theme.ts +1 -1
  48. package/template/hooks/use-coach-mark.ts +1 -1
  49. package/template/hooks/use-mobile.ts +1 -1
  50. package/template/hooks/use-mod-key-label.ts +1 -1
  51. package/template/lib/date-filter.ts +1 -1
  52. package/template/lib/utils.ts +1 -1
  53. package/template/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exxatdesignux/ui",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "Exxat shared design system (components, hooks, tokens). Monorepo setup: clone repo then pnpm bootstrap at workspace root — see github.com/ExxatDesign/Exxat-DS-Workspace README.",
5
5
  "type": "module",
6
6
  "private": false,
package/template/.nvmrc CHANGED
@@ -1 +1 @@
1
- 25
1
+ 24
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/avatar"
1
+ export * from "@exxatdesignux/ui/components/avatar.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/badge"
1
+ export * from "@exxatdesignux/ui/components/badge.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/banner"
1
+ export * from "@exxatdesignux/ui/components/banner.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/breadcrumb"
1
+ export * from "@exxatdesignux/ui/components/breadcrumb.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/button"
1
+ export * from "@exxatdesignux/ui/components/button.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/calendar"
1
+ export * from "@exxatdesignux/ui/components/calendar.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/card"
1
+ export * from "@exxatdesignux/ui/components/card.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/chart"
1
+ export * from "@exxatdesignux/ui/components/chart.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/checkbox"
1
+ export * from "@exxatdesignux/ui/components/checkbox.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/coach-mark"
1
+ export * from "@exxatdesignux/ui/components/coach-mark.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/collapsible"
1
+ export * from "@exxatdesignux/ui/components/collapsible.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/command"
1
+ export * from "@exxatdesignux/ui/components/command.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/date-picker-field"
1
+ export * from "@exxatdesignux/ui/components/date-picker-field.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/dialog"
1
+ export * from "@exxatdesignux/ui/components/dialog.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/drag-handle-grip"
1
+ export * from "@exxatdesignux/ui/components/drag-handle-grip.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/drawer"
1
+ export * from "@exxatdesignux/ui/components/drawer.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/dropdown-menu"
1
+ export * from "@exxatdesignux/ui/components/dropdown-menu.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/field"
1
+ export * from "@exxatdesignux/ui/components/field.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/form"
1
+ export * from "@exxatdesignux/ui/components/form.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/input-group"
1
+ export * from "@exxatdesignux/ui/components/input-group.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/input-mask"
1
+ export * from "@exxatdesignux/ui/components/input-mask.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/input"
1
+ export * from "@exxatdesignux/ui/components/input.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/kbd"
1
+ export * from "@exxatdesignux/ui/components/kbd.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/label"
1
+ export * from "@exxatdesignux/ui/components/label.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/payment-card-fields"
1
+ export * from "@exxatdesignux/ui/components/payment-card-fields.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/popover"
1
+ export * from "@exxatdesignux/ui/components/popover.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/radio-group"
1
+ export * from "@exxatdesignux/ui/components/radio-group.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/select"
1
+ export * from "@exxatdesignux/ui/components/select.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/selection-tile-grid"
1
+ export * from "@exxatdesignux/ui/components/selection-tile-grid.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/separator"
1
+ export * from "@exxatdesignux/ui/components/separator.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/sheet"
1
+ export * from "@exxatdesignux/ui/components/sheet.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/sidebar"
1
+ export * from "@exxatdesignux/ui/components/sidebar.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/skeleton"
1
+ export * from "@exxatdesignux/ui/components/skeleton.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/sonner"
1
+ export * from "@exxatdesignux/ui/components/sonner.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/status-badge"
1
+ export * from "@exxatdesignux/ui/components/status-badge.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/table"
1
+ export * from "@exxatdesignux/ui/components/table.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/tabs"
1
+ export * from "@exxatdesignux/ui/components/tabs.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/textarea"
1
+ export * from "@exxatdesignux/ui/components/textarea.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/tip"
1
+ export * from "@exxatdesignux/ui/components/tip.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/toggle-group"
1
+ export * from "@exxatdesignux/ui/components/toggle-group.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/toggle-switch"
1
+ export * from "@exxatdesignux/ui/components/toggle-switch.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/toggle"
1
+ export * from "@exxatdesignux/ui/components/toggle.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/tooltip"
1
+ export * from "@exxatdesignux/ui/components/tooltip.tsx"
@@ -1 +1 @@
1
- export * from "../../../../packages/ui/src/components/ui/view-segmented-control"
1
+ export * from "@exxatdesignux/ui/components/view-segmented-control.tsx"
@@ -1 +1 @@
1
- export * from "../../../packages/ui/src/hooks/use-app-theme"
1
+ export * from "@exxatdesignux/ui/hooks/use-app-theme"
@@ -1 +1 @@
1
- export * from "../../../packages/ui/src/hooks/use-coach-mark"
1
+ export * from "@exxatdesignux/ui/hooks/use-coach-mark"
@@ -1 +1 @@
1
- export * from "../../../packages/ui/src/hooks/use-mobile"
1
+ export * from "@exxatdesignux/ui/hooks/use-mobile"
@@ -1 +1 @@
1
- export * from "../../../packages/ui/src/hooks/use-mod-key-label"
1
+ export * from "@exxatdesignux/ui/hooks/use-mod-key-label"
@@ -5,4 +5,4 @@ export {
5
5
  formatYmdForDisplay,
6
6
  ymdToLocalDate,
7
7
  localDateToYmd,
8
- } from "../../../packages/ui/src/lib/date-filter"
8
+ } from "@exxatdesignux/ui/lib/date-filter"
@@ -1 +1 @@
1
- export { cn } from "../../../packages/ui/src/lib/utils"
1
+ export { cn } from "@exxatdesignux/ui/lib/utils"
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "private": true,
7
7
  "engines": {
8
- "node": ">=20"
8
+ "node": ">=24"
9
9
  },
10
10
  "scripts": {
11
11
  "dev": "next dev --turbopack",
@@ -42,7 +42,7 @@
42
42
  "cmdk": "^1.1.1",
43
43
  "lucide-react": "^0.577.0",
44
44
  "motion": "^12.38.0",
45
- "next": "16.1.7",
45
+ "next": "16.2.4",
46
46
  "next-themes": "^0.4.6",
47
47
  "radix-ui": "^1.4.3",
48
48
  "react": "^19.2.4",