@j3m-quantum/ui 2.1.9 → 2.1.10

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.
@@ -664,6 +664,7 @@
664
664
  --color-destructive: var(--destructive);
665
665
  --color-destructive-foreground: var(--destructive-foreground);
666
666
  --color-border: var(--border);
667
+ --color-border-subtle: color-mix(in srgb, var(--border) 40%, transparent);
667
668
  --color-input: var(--input);
668
669
  --color-ring: var(--ring);
669
670
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "private": false,
5
5
  "description": "J3M UI Component Library - React components with J3M design tokens",
6
6
  "type": "module",