@geomak/ui 6.29.1 → 6.30.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.
package/dist/styles.css CHANGED
@@ -732,6 +732,34 @@ video {
732
732
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5), 0 3px 8px rgba(0, 0, 0, 0.3);
733
733
  --shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.6), 0 6px 16px rgba(0, 0, 0, 0.35);
734
734
  }
735
+ * {
736
+ scrollbar-width: thin;
737
+ scrollbar-color: var(--color-border-strong) transparent;
738
+ }
739
+ *::-webkit-scrollbar {
740
+ width: 10px;
741
+ height: 10px;
742
+ }
743
+ *::-webkit-scrollbar-track {
744
+ background: transparent;
745
+ }
746
+ *::-webkit-scrollbar-thumb {
747
+ background-color: var(--color-border-strong);
748
+ border: 2px solid transparent;
749
+ background-clip: padding-box;
750
+ border-radius: 9999px;
751
+ }
752
+ *::-webkit-scrollbar-thumb:hover {
753
+ background-color: var(--color-foreground-muted);
754
+ }
755
+ *::-webkit-scrollbar-button {
756
+ display: none;
757
+ width: 0;
758
+ height: 0;
759
+ }
760
+ *::-webkit-scrollbar-corner {
761
+ background: transparent;
762
+ }
735
763
  .container {
736
764
  width: 100%;
737
765
  }
@@ -1191,6 +1219,9 @@ video {
1191
1219
  .h-\[3px\] {
1192
1220
  height: 3px;
1193
1221
  }
1222
+ .h-\[4\.5rem\] {
1223
+ height: 4.5rem;
1224
+ }
1194
1225
  .h-\[400px\] {
1195
1226
  height: 400px;
1196
1227
  }
@@ -1234,9 +1265,6 @@ video {
1234
1265
  .max-h-72 {
1235
1266
  max-height: 18rem;
1236
1267
  }
1237
- .max-h-\[120px\] {
1238
- max-height: 120px;
1239
- }
1240
1268
  .max-h-\[90dvh\] {
1241
1269
  max-height: 90dvh;
1242
1270
  }
@@ -2765,15 +2793,18 @@ video {
2765
2793
  outline: 2px solid transparent;
2766
2794
  outline-offset: 2px;
2767
2795
  }
2796
+ .focus-visible\:\!border-accent:focus-visible {
2797
+ border-color: var(--color-accent) !important;
2798
+ }
2768
2799
  .focus-visible\:border-accent:focus-visible {
2769
2800
  border-color: var(--color-accent);
2770
2801
  }
2771
2802
  .focus-visible\:text-accent:focus-visible {
2772
2803
  color: var(--color-accent);
2773
2804
  }
2774
- .focus-visible\:\!ring-\[3px\]:focus-visible {
2805
+ .focus-visible\:\!ring-0:focus-visible {
2775
2806
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
2776
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
2807
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
2777
2808
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
2778
2809
  }
2779
2810
  .focus-visible\:ring-1:focus-visible {
@@ -2794,9 +2825,6 @@ video {
2794
2825
  .focus-visible\:ring-inset:focus-visible {
2795
2826
  --tw-ring-inset: inset;
2796
2827
  }
2797
- .focus-visible\:\!ring-focus-ring:focus-visible {
2798
- --tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent) !important;
2799
- }
2800
2828
  .focus-visible\:ring-accent:focus-visible {
2801
2829
  --tw-ring-color: var(--color-accent);
2802
2830
  }
@@ -2818,9 +2846,6 @@ video {
2818
2846
  .focus-visible\:ring-white\/50:focus-visible {
2819
2847
  --tw-ring-color: rgb(255 255 255 / 0.5);
2820
2848
  }
2821
- .focus-visible\:\!ring-offset-0:focus-visible {
2822
- --tw-ring-offset-width: 0px !important;
2823
- }
2824
2849
  .focus-visible\:ring-offset-1:focus-visible {
2825
2850
  --tw-ring-offset-width: 1px;
2826
2851
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "6.29.1",
3
+ "version": "6.30.0",
4
4
  "description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
5
5
  "author": "G-MAKROGLOU",
6
6
  "license": "MIT",