@geomak/ui 5.3.0 → 5.5.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
@@ -765,6 +765,9 @@ video {
765
765
  .-top-1 {
766
766
  top: -0.25rem;
767
767
  }
768
+ .-top-8 {
769
+ top: -2rem;
770
+ }
768
771
  .bottom-0 {
769
772
  bottom: 0px;
770
773
  }
@@ -1055,6 +1058,9 @@ video {
1055
1058
  .max-h-40 {
1056
1059
  max-height: 10rem;
1057
1060
  }
1061
+ .max-h-48 {
1062
+ max-height: 12rem;
1063
+ }
1058
1064
  .max-h-72 {
1059
1065
  max-height: 18rem;
1060
1066
  }
@@ -1067,6 +1073,9 @@ video {
1067
1073
  .min-h-\[200px\] {
1068
1074
  min-height: 200px;
1069
1075
  }
1076
+ .min-h-\[36px\] {
1077
+ min-height: 36px;
1078
+ }
1070
1079
  .min-h-\[80px\] {
1071
1080
  min-height: 80px;
1072
1081
  }
@@ -1130,6 +1139,9 @@ video {
1130
1139
  .w-5 {
1131
1140
  width: 1.25rem;
1132
1141
  }
1142
+ .w-56 {
1143
+ width: 14rem;
1144
+ }
1133
1145
  .w-6 {
1134
1146
  width: 1.5rem;
1135
1147
  }
@@ -1188,6 +1200,9 @@ video {
1188
1200
  .min-w-\[120px\] {
1189
1201
  min-width: 120px;
1190
1202
  }
1203
+ .min-w-\[160px\] {
1204
+ min-width: 160px;
1205
+ }
1191
1206
  .min-w-\[180px\] {
1192
1207
  min-width: 180px;
1193
1208
  }
@@ -1200,6 +1215,9 @@ video {
1200
1215
  .min-w-\[240px\] {
1201
1216
  min-width: 240px;
1202
1217
  }
1218
+ .min-w-\[6rem\] {
1219
+ min-width: 6rem;
1220
+ }
1203
1221
  .max-w-2xl {
1204
1222
  max-width: 42rem;
1205
1223
  }
@@ -1230,6 +1248,9 @@ video {
1230
1248
  .flex-shrink-0 {
1231
1249
  flex-shrink: 0;
1232
1250
  }
1251
+ .grow {
1252
+ flex-grow: 1;
1253
+ }
1233
1254
  .border-collapse {
1234
1255
  border-collapse: collapse;
1235
1256
  }
@@ -1289,11 +1310,23 @@ video {
1289
1310
  .cursor-pointer {
1290
1311
  cursor: pointer;
1291
1312
  }
1313
+ .touch-none {
1314
+ touch-action: none;
1315
+ }
1292
1316
  .select-none {
1293
1317
  -webkit-user-select: none;
1294
1318
  -moz-user-select: none;
1295
1319
  user-select: none;
1296
1320
  }
1321
+ .resize-none {
1322
+ resize: none;
1323
+ }
1324
+ .resize-y {
1325
+ resize: vertical;
1326
+ }
1327
+ .resize-x {
1328
+ resize: horizontal;
1329
+ }
1297
1330
  .resize {
1298
1331
  resize: both;
1299
1332
  }
@@ -1474,6 +1507,9 @@ video {
1474
1507
  .gap-8 {
1475
1508
  gap: 2rem;
1476
1509
  }
1510
+ .gap-y-1 {
1511
+ row-gap: 0.25rem;
1512
+ }
1477
1513
  .space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
1478
1514
  --tw-space-y-reverse: 0;
1479
1515
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1832,6 +1868,9 @@ video {
1832
1868
  .pr-0 {
1833
1869
  padding-right: 0px;
1834
1870
  }
1871
+ .pr-1 {
1872
+ padding-right: 0.25rem;
1873
+ }
1835
1874
  .pr-2 {
1836
1875
  padding-right: 0.5rem;
1837
1876
  }
@@ -2089,6 +2128,9 @@ video {
2089
2128
  .ring-background {
2090
2129
  --tw-ring-color: var(--color-background);
2091
2130
  }
2131
+ .ring-focus-ring {
2132
+ --tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
2133
+ }
2092
2134
  .blur {
2093
2135
  --tw-blur: blur(8px);
2094
2136
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -2117,6 +2159,11 @@ video {
2117
2159
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2118
2160
  transition-duration: 150ms;
2119
2161
  }
2162
+ .transition-\[border-color\2c box-shadow\] {
2163
+ transition-property: border-color,box-shadow;
2164
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2165
+ transition-duration: 150ms;
2166
+ }
2120
2167
  .transition-\[color\2c box-shadow\2c border-color\] {
2121
2168
  transition-property: color,box-shadow,border-color;
2122
2169
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2262,6 +2309,11 @@ video {
2262
2309
  .focus-within\:ring-focus-ring-error:focus-within {
2263
2310
  --tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
2264
2311
  }
2312
+ .hover\:scale-110:hover {
2313
+ --tw-scale-x: 1.1;
2314
+ --tw-scale-y: 1.1;
2315
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2316
+ }
2265
2317
  .hover\:border-accent:hover {
2266
2318
  border-color: var(--color-accent);
2267
2319
  }
@@ -2306,10 +2358,21 @@ video {
2306
2358
  .hover\:opacity-90:hover {
2307
2359
  opacity: 0.9;
2308
2360
  }
2361
+ .focus\:border-accent:focus {
2362
+ border-color: var(--color-accent);
2363
+ }
2309
2364
  .focus\:outline-none:focus {
2310
2365
  outline: 2px solid transparent;
2311
2366
  outline-offset: 2px;
2312
2367
  }
2368
+ .focus\:ring-\[3px\]:focus {
2369
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2370
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2371
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2372
+ }
2373
+ .focus\:ring-focus-ring:focus {
2374
+ --tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
2375
+ }
2313
2376
  .focus-visible\:border-accent:focus-visible {
2314
2377
  border-color: var(--color-accent);
2315
2378
  }
@@ -2398,6 +2461,9 @@ video {
2398
2461
  .disabled\:opacity-30:disabled {
2399
2462
  opacity: 0.3;
2400
2463
  }
2464
+ .disabled\:opacity-40:disabled {
2465
+ opacity: 0.4;
2466
+ }
2401
2467
  .disabled\:opacity-50:disabled {
2402
2468
  opacity: 0.5;
2403
2469
  }
@@ -2410,6 +2476,12 @@ video {
2410
2476
  .group:hover .group-hover\:text-foreground {
2411
2477
  color: var(--color-foreground);
2412
2478
  }
2479
+ .group:hover .group-hover\:opacity-100 {
2480
+ opacity: 1;
2481
+ }
2482
+ .group:focus-visible .group-focus-visible\:opacity-100 {
2483
+ opacity: 1;
2484
+ }
2413
2485
  .data-\[state\=checked\]\:translate-x-\[22px\][data-state="checked"] {
2414
2486
  --tw-translate-x: 22px;
2415
2487
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -2467,18 +2539,29 @@ video {
2467
2539
  .data-\[state\=on\]\:bg-accent[data-state="on"] {
2468
2540
  background-color: var(--color-accent);
2469
2541
  }
2542
+ .data-\[state\=on\]\:bg-surface[data-state="on"] {
2543
+ background-color: var(--color-surface);
2544
+ }
2470
2545
  .data-\[disabled\]\:text-foreground-muted[data-disabled] {
2471
2546
  color: var(--color-foreground-muted);
2472
2547
  }
2473
2548
  .data-\[highlighted\]\:text-accent-fg[data-highlighted] {
2474
2549
  color: var(--color-accent-foreground);
2475
2550
  }
2551
+ .data-\[state\=on\]\:text-accent[data-state="on"] {
2552
+ color: var(--color-accent);
2553
+ }
2476
2554
  .data-\[state\=on\]\:text-accent-fg[data-state="on"] {
2477
2555
  color: var(--color-accent-foreground);
2478
2556
  }
2479
2557
  .data-\[disabled\]\:opacity-40[data-disabled] {
2480
2558
  opacity: 0.4;
2481
2559
  }
2560
+ .data-\[state\=on\]\:shadow-sm[data-state="on"] {
2561
+ --tw-shadow: var(--shadow-sm);
2562
+ --tw-shadow-colored: var(--shadow-sm);
2563
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2564
+ }
2482
2565
  .group[data-state="closed"] .group-data-\[state\=closed\]\:-rotate-90 {
2483
2566
  --tw-rotate: -90deg;
2484
2567
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "5.3.0",
3
+ "version": "5.5.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",
@@ -55,6 +55,7 @@
55
55
  "@radix-ui/react-popover": "^1.1.14",
56
56
  "@radix-ui/react-radio-group": "^1.3.8",
57
57
  "@radix-ui/react-scroll-area": "^1.2.9",
58
+ "@radix-ui/react-slider": "^1.3.6",
58
59
  "@radix-ui/react-switch": "^1.2.5",
59
60
  "@radix-ui/react-tabs": "^1.1.12",
60
61
  "@radix-ui/react-toast": "^1.2.14",