@j3m-quantum/ui 1.5.0 → 1.7.0

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.
@@ -89,6 +89,7 @@
89
89
  --j3m-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
90
90
  --j3m-shadow-glow: 0 0 10px #F36C21;
91
91
  --j3m-shadow-glow-active: 0 0 20px #EA5B0C;
92
+ --j3m-shadow-sticky-edge: 4px 0 8px -4px rgba(0, 0, 0, 0.12);
92
93
  --j3m-radius-none: 0px;
93
94
  --j3m-radius-2xs: 4px;
94
95
  --j3m-radius-xs: 5px;
@@ -188,7 +189,6 @@
188
189
  --glass-dark-popover: var(--j3m-gray-13);
189
190
  --glass-dark-border: var(--j3m-gray-11);
190
191
  --glass-dark-secondary: var(--j3m-gray-12);
191
- --glass-dark-sidebar: var(--j3m-gray-13);
192
192
  --glass-dark-sidebar-foreground: var(--j3m-gray-1);
193
193
  --glass-dark-sidebar-border: var(--j3m-gray-11);
194
194
  --glass-dark-sidebar-accent-foreground: var(--j3m-gray-1);
@@ -207,9 +207,7 @@
207
207
  --glass-light-bg-input-disabled: var(--j3m-glass-light-20);
208
208
  --glass-light-card: var(--j3m-glass-light-50);
209
209
  --glass-light-popover: var(--j3m-gray-1);
210
- --glass-light-input: var(--j3m-glass-light-50);
211
210
  --glass-light-border: var(--j3m-glass-border-light);
212
- --glass-light-muted: var(--j3m-glass-light-50);
213
211
  --glass-light-secondary: var(--j3m-glass-light-80);
214
212
  --dark-background: var(--j3m-gray-12);
215
213
  --dark-foreground: var(--j3m-gray-1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
4
4
  "private": false,
5
5
  "description": "J3M UI Component Library - React components with J3M design tokens",
6
6
  "type": "module",
@@ -49,6 +49,7 @@
49
49
  "**/*.css"
50
50
  ],
51
51
  "dependencies": {
52
+ "@tanstack/react-table": "^8.21.2",
52
53
  "class-variance-authority": "^0.7.0",
53
54
  "clsx": "^2.1.0",
54
55
  "tailwind-merge": "^2.2.0",