@j3m-quantum/ui 1.10.0 → 1.11.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "1.10.0",
3
+ "version": "1.11.1",
4
4
  "private": false,
5
5
  "description": "J3M UI Component Library - React components with J3M design tokens",
6
6
  "type": "module",
@@ -49,10 +49,10 @@
49
49
  "**/*.css"
50
50
  ],
51
51
  "dependencies": {
52
- "@tanstack/react-table": "^8.21.2",
53
- "class-variance-authority": "^0.7.0",
54
- "clsx": "^2.1.0",
55
- "tailwind-merge": "^2.2.0",
52
+ "@dnd-kit/core": "^6.0.0",
53
+ "@dnd-kit/modifiers": "^7.0.0",
54
+ "@dnd-kit/sortable": "^10.0.0",
55
+ "@dnd-kit/utilities": "^3.2.2",
56
56
  "@radix-ui/react-accordion": "^1.2.0",
57
57
  "@radix-ui/react-alert-dialog": "^1.1.0",
58
58
  "@radix-ui/react-aspect-ratio": "^1.1.0",
@@ -79,24 +79,32 @@
79
79
  "@radix-ui/react-toggle": "^1.1.0",
80
80
  "@radix-ui/react-toggle-group": "^1.1.0",
81
81
  "@radix-ui/react-tooltip": "^1.2.0",
82
+ "@tanstack/react-table": "^8.21.2",
83
+ "@uidotdev/usehooks": "^2.4.0",
84
+ "class-variance-authority": "^0.7.0",
85
+ "clsx": "^2.1.0",
82
86
  "cmdk": "^1.0.0",
83
87
  "date-fns": "^4.0.0",
84
88
  "embla-carousel-react": "^8.0.0",
89
+ "jotai": "^2.0.0",
90
+ "lodash.throttle": "^4.1.0",
85
91
  "lucide-react": "^0.400.0",
86
92
  "react-day-picker": "^9.0.0",
87
93
  "react-hook-form": "^7.0.0",
88
94
  "react-resizable-panels": "^3.0.0",
89
95
  "recharts": "^2.0.0",
90
96
  "sonner": "^2.0.0",
97
+ "tailwind-merge": "^2.2.0",
98
+ "tunnel-rat": "^0.1.2",
91
99
  "vaul": "^1.0.0"
92
100
  },
93
101
  "peerDependencies": {
102
+ "leaflet": "^1.9.4",
94
103
  "react": ">=18",
95
104
  "react-dom": ">=18",
105
+ "react-leaflet": "^5.0.0",
96
106
  "tailwindcss": ">=4",
97
- "tw-animate-css": "^1.0.0",
98
- "leaflet": "^1.9.4",
99
- "react-leaflet": "^5.0.0"
107
+ "tw-animate-css": "^1.0.0"
100
108
  },
101
109
  "peerDependenciesMeta": {
102
110
  "leaflet": {
@@ -109,10 +117,11 @@
109
117
  "devDependencies": {
110
118
  "@changesets/cli": "^2.29.4",
111
119
  "@types/leaflet": "^1.9.12",
112
- "leaflet": "^1.9.4",
113
- "react-leaflet": "^5.0.0",
120
+ "@types/lodash.throttle": "^4.1.0",
114
121
  "@types/react": "^19.1.8",
115
122
  "@types/react-dom": "^19.1.6",
123
+ "leaflet": "^1.9.4",
124
+ "react-leaflet": "^5.0.0",
116
125
  "style-dictionary": "^4.2.0",
117
126
  "tsup": "^8.5.0",
118
127
  "typescript": "^5.8.3"