@j3m-quantum/ui 0.8.4 → 0.9.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.
@@ -652,7 +652,7 @@ textarea,
652
652
  .glass-context textarea:focus-visible,
653
653
  .glass-context [data-slot="textarea"]:focus-visible {
654
654
  border-color: var(--j3m-primary-300) !important;
655
- --tw-ring-color: rgba(243, 108, 33, 0.3);
655
+ --color-ring: rgba(243, 108, 33, 0.3);
656
656
  }
657
657
 
658
658
  /* --- SELECT TRIGGER --- */
@@ -670,7 +670,7 @@ textarea,
670
670
  .glass-context [data-slot="select-trigger"]:focus-visible,
671
671
  .glass-context [data-slot="select-trigger"][data-state="open"] {
672
672
  border-color: var(--j3m-primary-300) !important;
673
- --tw-ring-color: rgba(243, 108, 33, 0.3);
673
+ --color-ring: rgba(243, 108, 33, 0.3);
674
674
  }
675
675
 
676
676
  /* --- NATIVE SELECT --- */
@@ -685,7 +685,7 @@ textarea,
685
685
  .glass-context select:focus,
686
686
  .glass-context [data-slot="native-select"]:focus {
687
687
  border-color: var(--j3m-primary-300) !important;
688
- --tw-ring-color: rgba(243, 108, 33, 0.3);
688
+ --color-ring: rgba(243, 108, 33, 0.3);
689
689
  }
690
690
 
691
691
  /* --- BUTTONS --- */
@@ -1070,7 +1070,6 @@ textarea,
1070
1070
  border: none !important;
1071
1071
  box-shadow: none !important;
1072
1072
  outline: none !important;
1073
- --tw-bg-opacity: 0 !important;
1074
1073
  }
1075
1074
 
1076
1075
  .glass-context [data-slot="command-input-wrapper"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "0.8.4",
3
+ "version": "0.9.0",
4
4
  "description": "J3M UI Component Library - React components with J3M design tokens",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",