@geomak/ui 5.2.0 → 5.4.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
  }
@@ -798,9 +801,6 @@ video {
798
801
  .right-4 {
799
802
  right: 1rem;
800
803
  }
801
- .right-\[-5px\] {
802
- right: -5px;
803
- }
804
804
  .top-0 {
805
805
  top: 0px;
806
806
  }
@@ -813,9 +813,6 @@ video {
813
813
  .top-4 {
814
814
  top: 1rem;
815
815
  }
816
- .top-\[-5px\] {
817
- top: -5px;
818
- }
819
816
  .z-10 {
820
817
  z-index: 10;
821
818
  }
@@ -895,6 +892,9 @@ video {
895
892
  .mb-4 {
896
893
  margin-bottom: 1rem;
897
894
  }
895
+ .ml-0\.5 {
896
+ margin-left: 0.125rem;
897
+ }
898
898
  .ml-1 {
899
899
  margin-left: 0.25rem;
900
900
  }
@@ -919,6 +919,9 @@ video {
919
919
  .mt-2 {
920
920
  margin-top: 0.5rem;
921
921
  }
922
+ .mt-3 {
923
+ margin-top: 0.75rem;
924
+ }
922
925
  .mt-4 {
923
926
  margin-top: 1rem;
924
927
  }
@@ -958,6 +961,9 @@ video {
958
961
  .h-1\.5 {
959
962
  height: 0.375rem;
960
963
  }
964
+ .h-1\/2 {
965
+ height: 50%;
966
+ }
961
967
  .h-1\/4 {
962
968
  height: 25%;
963
969
  }
@@ -973,18 +979,12 @@ video {
973
979
  .h-14 {
974
980
  height: 3.5rem;
975
981
  }
976
- .h-16 {
977
- height: 4rem;
978
- }
979
982
  .h-2 {
980
983
  height: 0.5rem;
981
984
  }
982
985
  .h-20 {
983
986
  height: 5rem;
984
987
  }
985
- .h-24 {
986
- height: 6rem;
987
- }
988
988
  .h-3 {
989
989
  height: 0.75rem;
990
990
  }
@@ -1009,9 +1009,6 @@ video {
1009
1009
  .h-6 {
1010
1010
  height: 1.5rem;
1011
1011
  }
1012
- .h-60 {
1013
- height: 15rem;
1014
- }
1015
1012
  .h-7 {
1016
1013
  height: 1.75rem;
1017
1014
  }
@@ -1036,6 +1033,15 @@ video {
1036
1033
  .h-\[60\%\] {
1037
1034
  height: 60%;
1038
1035
  }
1036
+ .h-control-lg {
1037
+ height: var(--height-control-lg);
1038
+ }
1039
+ .h-control-md {
1040
+ height: var(--height-control-md);
1041
+ }
1042
+ .h-control-sm {
1043
+ height: var(--height-control-sm);
1044
+ }
1039
1045
  .h-full {
1040
1046
  height: 100%;
1041
1047
  }
@@ -1064,6 +1070,9 @@ video {
1064
1070
  .min-h-\[200px\] {
1065
1071
  min-height: 200px;
1066
1072
  }
1073
+ .min-h-\[36px\] {
1074
+ min-height: 36px;
1075
+ }
1067
1076
  .min-h-\[80px\] {
1068
1077
  min-height: 80px;
1069
1078
  }
@@ -1085,6 +1094,9 @@ video {
1085
1094
  .w-1\.5 {
1086
1095
  width: 0.375rem;
1087
1096
  }
1097
+ .w-1\/2 {
1098
+ width: 50%;
1099
+ }
1088
1100
  .w-10 {
1089
1101
  width: 2.5rem;
1090
1102
  }
@@ -1097,9 +1109,6 @@ video {
1097
1109
  .w-14 {
1098
1110
  width: 3.5rem;
1099
1111
  }
1100
- .w-16 {
1101
- width: 4rem;
1102
- }
1103
1112
  .w-2 {
1104
1113
  width: 0.5rem;
1105
1114
  }
@@ -1127,12 +1136,6 @@ video {
1127
1136
  .w-5 {
1128
1137
  width: 1.25rem;
1129
1138
  }
1130
- .w-52 {
1131
- width: 13rem;
1132
- }
1133
- .w-56 {
1134
- width: 14rem;
1135
- }
1136
1139
  .w-6 {
1137
1140
  width: 1.5rem;
1138
1141
  }
@@ -1154,6 +1157,9 @@ video {
1154
1157
  .w-9 {
1155
1158
  width: 2.25rem;
1156
1159
  }
1160
+ .w-96 {
1161
+ width: 24rem;
1162
+ }
1157
1163
  .w-\[18px\] {
1158
1164
  width: 18px;
1159
1165
  }
@@ -1200,6 +1206,9 @@ video {
1200
1206
  .min-w-\[240px\] {
1201
1207
  min-width: 240px;
1202
1208
  }
1209
+ .min-w-\[6rem\] {
1210
+ min-width: 6rem;
1211
+ }
1203
1212
  .max-w-2xl {
1204
1213
  max-width: 42rem;
1205
1214
  }
@@ -1230,6 +1239,9 @@ video {
1230
1239
  .flex-shrink-0 {
1231
1240
  flex-shrink: 0;
1232
1241
  }
1242
+ .grow {
1243
+ flex-grow: 1;
1244
+ }
1233
1245
  .border-collapse {
1234
1246
  border-collapse: collapse;
1235
1247
  }
@@ -1280,17 +1292,32 @@ video {
1280
1292
  .animate-spin {
1281
1293
  animation: spin 1s linear infinite;
1282
1294
  }
1295
+ .cursor-copy {
1296
+ cursor: copy;
1297
+ }
1283
1298
  .cursor-not-allowed {
1284
1299
  cursor: not-allowed;
1285
1300
  }
1286
1301
  .cursor-pointer {
1287
1302
  cursor: pointer;
1288
1303
  }
1304
+ .touch-none {
1305
+ touch-action: none;
1306
+ }
1289
1307
  .select-none {
1290
1308
  -webkit-user-select: none;
1291
1309
  -moz-user-select: none;
1292
1310
  user-select: none;
1293
1311
  }
1312
+ .resize-none {
1313
+ resize: none;
1314
+ }
1315
+ .resize-y {
1316
+ resize: vertical;
1317
+ }
1318
+ .resize-x {
1319
+ resize: horizontal;
1320
+ }
1294
1321
  .resize {
1295
1322
  resize: both;
1296
1323
  }
@@ -1462,6 +1489,9 @@ video {
1462
1489
  .gap-4 {
1463
1490
  gap: 1rem;
1464
1491
  }
1492
+ .gap-5 {
1493
+ gap: 1.25rem;
1494
+ }
1465
1495
  .gap-6 {
1466
1496
  gap: 1.5rem;
1467
1497
  }
@@ -1757,6 +1787,10 @@ video {
1757
1787
  padding-left: 0.75rem;
1758
1788
  padding-right: 0.75rem;
1759
1789
  }
1790
+ .px-3\.5 {
1791
+ padding-left: 0.875rem;
1792
+ padding-right: 0.875rem;
1793
+ }
1760
1794
  .px-4 {
1761
1795
  padding-left: 1rem;
1762
1796
  padding-right: 1rem;
@@ -1765,6 +1799,10 @@ video {
1765
1799
  padding-left: 1.25rem;
1766
1800
  padding-right: 1.25rem;
1767
1801
  }
1802
+ .px-6 {
1803
+ padding-left: 1.5rem;
1804
+ padding-right: 1.5rem;
1805
+ }
1768
1806
  .py-0\.5 {
1769
1807
  padding-top: 0.125rem;
1770
1808
  padding-bottom: 0.125rem;
@@ -1793,6 +1831,10 @@ video {
1793
1831
  padding-top: 1rem;
1794
1832
  padding-bottom: 1rem;
1795
1833
  }
1834
+ .py-8 {
1835
+ padding-top: 2rem;
1836
+ padding-bottom: 2rem;
1837
+ }
1796
1838
  .pb-1 {
1797
1839
  padding-bottom: 0.25rem;
1798
1840
  }
@@ -1811,6 +1853,12 @@ video {
1811
1853
  .pl-\[26px\] {
1812
1854
  padding-left: 26px;
1813
1855
  }
1856
+ .pr-0 {
1857
+ padding-right: 0px;
1858
+ }
1859
+ .pr-1 {
1860
+ padding-right: 0.25rem;
1861
+ }
1814
1862
  .pr-2 {
1815
1863
  padding-right: 0.5rem;
1816
1864
  }
@@ -2096,6 +2144,11 @@ video {
2096
2144
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2097
2145
  transition-duration: 150ms;
2098
2146
  }
2147
+ .transition-\[color\2c box-shadow\2c border-color\] {
2148
+ transition-property: color,box-shadow,border-color;
2149
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2150
+ transition-duration: 150ms;
2151
+ }
2099
2152
  .transition-all {
2100
2153
  transition-property: all;
2101
2154
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2171,6 +2224,12 @@ video {
2171
2224
  .\[transform-origin\:left\] {
2172
2225
  transform-origin: left;
2173
2226
  }
2227
+ .placeholder\:text-foreground-muted::-moz-placeholder {
2228
+ color: var(--color-foreground-muted);
2229
+ }
2230
+ .placeholder\:text-foreground-muted::placeholder {
2231
+ color: var(--color-foreground-muted);
2232
+ }
2174
2233
  .before\:absolute::before {
2175
2234
  content: var(--tw-content);
2176
2235
  position: absolute;
@@ -2209,20 +2268,33 @@ video {
2209
2268
  .last\:border-0:last-child {
2210
2269
  border-width: 0px;
2211
2270
  }
2212
- .focus-within\:border-transparent:focus-within {
2213
- border-color: rgba(255, 255, 255, .0);
2271
+ .focus-within\:border-accent:focus-within {
2272
+ border-color: var(--color-accent);
2273
+ }
2274
+ .focus-within\:border-status-error:focus-within {
2275
+ border-color: var(--color-error);
2214
2276
  }
2215
- .focus-within\:ring-2:focus-within {
2277
+ .focus-within\:outline-none:focus-within {
2278
+ outline: 2px solid transparent;
2279
+ outline-offset: 2px;
2280
+ }
2281
+ .focus-within\:ring-\[3px\]:focus-within {
2216
2282
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2217
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2283
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2218
2284
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2219
2285
  }
2220
- .focus-within\:ring-accent:focus-within {
2221
- --tw-ring-color: var(--color-accent);
2286
+ .focus-within\:ring-focus-ring:focus-within {
2287
+ --tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
2288
+ }
2289
+ .focus-within\:ring-focus-ring-error:focus-within {
2290
+ --tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
2222
2291
  }
2223
2292
  .hover\:border-accent:hover {
2224
2293
  border-color: var(--color-accent);
2225
2294
  }
2295
+ .hover\:border-border-strong:hover {
2296
+ border-color: var(--color-border-strong);
2297
+ }
2226
2298
  .hover\:bg-accent:hover {
2227
2299
  background-color: var(--color-accent);
2228
2300
  }
@@ -2248,6 +2320,9 @@ video {
2248
2320
  .hover\:text-foreground:hover {
2249
2321
  color: var(--color-foreground);
2250
2322
  }
2323
+ .hover\:text-status-error:hover {
2324
+ color: var(--color-error);
2325
+ }
2251
2326
  .hover\:text-white:hover {
2252
2327
  --tw-text-opacity: 1;
2253
2328
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -2258,26 +2333,19 @@ video {
2258
2333
  .hover\:opacity-90:hover {
2259
2334
  opacity: 0.9;
2260
2335
  }
2261
- .focus\:border-transparent:focus {
2262
- border-color: rgba(255, 255, 255, .0);
2263
- }
2264
2336
  .focus\:outline-none:focus {
2265
2337
  outline: 2px solid transparent;
2266
2338
  outline-offset: 2px;
2267
2339
  }
2268
- .focus\:ring-2:focus {
2269
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2270
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2271
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2272
- }
2273
- .focus\:ring-accent:focus {
2274
- --tw-ring-color: var(--color-accent);
2340
+ .focus-visible\:border-accent:focus-visible {
2341
+ border-color: var(--color-accent);
2275
2342
  }
2276
- .focus-visible\:border-transparent:focus-visible {
2277
- border-color: rgba(255, 255, 255, .0);
2343
+ .focus-visible\:border-status-error:focus-visible {
2344
+ border-color: var(--color-error);
2278
2345
  }
2279
- .focus-visible\:bg-surface-raised:focus-visible {
2280
- background-color: var(--color-surface-raised);
2346
+ .focus-visible\:outline-none:focus-visible {
2347
+ outline: 2px solid transparent;
2348
+ outline-offset: 2px;
2281
2349
  }
2282
2350
  .focus-visible\:ring-1:focus-visible {
2283
2351
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
@@ -2289,12 +2357,23 @@ video {
2289
2357
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2290
2358
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2291
2359
  }
2360
+ .focus-visible\:ring-\[3px\]:focus-visible {
2361
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2362
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2363
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2364
+ }
2292
2365
  .focus-visible\:ring-inset:focus-visible {
2293
2366
  --tw-ring-inset: inset;
2294
2367
  }
2295
2368
  .focus-visible\:ring-accent:focus-visible {
2296
2369
  --tw-ring-color: var(--color-accent);
2297
2370
  }
2371
+ .focus-visible\:ring-focus-ring:focus-visible {
2372
+ --tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
2373
+ }
2374
+ .focus-visible\:ring-focus-ring-error:focus-visible {
2375
+ --tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
2376
+ }
2298
2377
  .focus-visible\:ring-status-error:focus-visible {
2299
2378
  --tw-ring-color: var(--color-error);
2300
2379
  }
@@ -2346,6 +2425,9 @@ video {
2346
2425
  .disabled\:opacity-30:disabled {
2347
2426
  opacity: 0.3;
2348
2427
  }
2428
+ .disabled\:opacity-40:disabled {
2429
+ opacity: 0.4;
2430
+ }
2349
2431
  .disabled\:opacity-50:disabled {
2350
2432
  opacity: 0.5;
2351
2433
  }
@@ -2358,6 +2440,12 @@ video {
2358
2440
  .group:hover .group-hover\:text-foreground {
2359
2441
  color: var(--color-foreground);
2360
2442
  }
2443
+ .group:hover .group-hover\:opacity-100 {
2444
+ opacity: 1;
2445
+ }
2446
+ .group:focus-visible .group-focus-visible\:opacity-100 {
2447
+ opacity: 1;
2448
+ }
2361
2449
  .data-\[state\=checked\]\:translate-x-\[22px\][data-state="checked"] {
2362
2450
  --tw-translate-x: 22px;
2363
2451
  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));
@@ -2415,18 +2503,29 @@ video {
2415
2503
  .data-\[state\=on\]\:bg-accent[data-state="on"] {
2416
2504
  background-color: var(--color-accent);
2417
2505
  }
2506
+ .data-\[state\=on\]\:bg-surface[data-state="on"] {
2507
+ background-color: var(--color-surface);
2508
+ }
2418
2509
  .data-\[disabled\]\:text-foreground-muted[data-disabled] {
2419
2510
  color: var(--color-foreground-muted);
2420
2511
  }
2421
2512
  .data-\[highlighted\]\:text-accent-fg[data-highlighted] {
2422
2513
  color: var(--color-accent-foreground);
2423
2514
  }
2515
+ .data-\[state\=on\]\:text-accent[data-state="on"] {
2516
+ color: var(--color-accent);
2517
+ }
2424
2518
  .data-\[state\=on\]\:text-accent-fg[data-state="on"] {
2425
2519
  color: var(--color-accent-foreground);
2426
2520
  }
2427
2521
  .data-\[disabled\]\:opacity-40[data-disabled] {
2428
2522
  opacity: 0.4;
2429
2523
  }
2524
+ .data-\[state\=on\]\:shadow-sm[data-state="on"] {
2525
+ --tw-shadow: var(--shadow-sm);
2526
+ --tw-shadow-colored: var(--shadow-sm);
2527
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2528
+ }
2430
2529
  .group[data-state="closed"] .group-data-\[state\=closed\]\:-rotate-90 {
2431
2530
  --tw-rotate: -90deg;
2432
2531
  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.2.0",
3
+ "version": "5.4.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",
@@ -53,7 +53,9 @@
53
53
  "@radix-ui/react-dialog": "^1.1.14",
54
54
  "@radix-ui/react-dropdown-menu": "^2.1.15",
55
55
  "@radix-ui/react-popover": "^1.1.14",
56
+ "@radix-ui/react-radio-group": "^1.3.8",
56
57
  "@radix-ui/react-scroll-area": "^1.2.9",
58
+ "@radix-ui/react-slider": "^1.3.6",
57
59
  "@radix-ui/react-switch": "^1.2.5",
58
60
  "@radix-ui/react-tabs": "^1.1.12",
59
61
  "@radix-ui/react-toast": "^1.2.14",