@geomak/ui 6.0.1 → 6.2.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/index.cjs +229 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +93 -1
- package/dist/index.d.ts +93 -1
- package/dist/index.js +229 -15
- package/dist/index.js.map +1 -1
- package/dist/styles.css +89 -2
- package/package.json +2 -1
package/dist/styles.css
CHANGED
|
@@ -834,6 +834,9 @@ video {
|
|
|
834
834
|
.left-4 {
|
|
835
835
|
left: 1rem;
|
|
836
836
|
}
|
|
837
|
+
.left-full {
|
|
838
|
+
left: 100%;
|
|
839
|
+
}
|
|
837
840
|
.right-0 {
|
|
838
841
|
right: 0px;
|
|
839
842
|
}
|
|
@@ -861,14 +864,17 @@ video {
|
|
|
861
864
|
.top-4 {
|
|
862
865
|
top: 1rem;
|
|
863
866
|
}
|
|
867
|
+
.top-full {
|
|
868
|
+
top: 100%;
|
|
869
|
+
}
|
|
864
870
|
.isolate {
|
|
865
871
|
isolation: isolate;
|
|
866
872
|
}
|
|
867
873
|
.z-10 {
|
|
868
874
|
z-index: 10;
|
|
869
875
|
}
|
|
870
|
-
.z-
|
|
871
|
-
z-index:
|
|
876
|
+
.z-30 {
|
|
877
|
+
z-index: 30;
|
|
872
878
|
}
|
|
873
879
|
.z-50 {
|
|
874
880
|
z-index: 50;
|
|
@@ -968,6 +974,9 @@ video {
|
|
|
968
974
|
.ml-1 {
|
|
969
975
|
margin-left: 0.25rem;
|
|
970
976
|
}
|
|
977
|
+
.ml-1\.5 {
|
|
978
|
+
margin-left: 0.375rem;
|
|
979
|
+
}
|
|
971
980
|
.ml-2 {
|
|
972
981
|
margin-left: 0.5rem;
|
|
973
982
|
}
|
|
@@ -986,6 +995,9 @@ video {
|
|
|
986
995
|
.mt-1 {
|
|
987
996
|
margin-top: 0.25rem;
|
|
988
997
|
}
|
|
998
|
+
.mt-1\.5 {
|
|
999
|
+
margin-top: 0.375rem;
|
|
1000
|
+
}
|
|
989
1001
|
.mt-2 {
|
|
990
1002
|
margin-top: 0.5rem;
|
|
991
1003
|
}
|
|
@@ -1106,6 +1118,9 @@ video {
|
|
|
1106
1118
|
.h-\[60\%\] {
|
|
1107
1119
|
height: 60%;
|
|
1108
1120
|
}
|
|
1121
|
+
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
|
|
1122
|
+
height: var(--radix-navigation-menu-viewport-height);
|
|
1123
|
+
}
|
|
1109
1124
|
.h-control-lg {
|
|
1110
1125
|
height: var(--height-control-lg);
|
|
1111
1126
|
}
|
|
@@ -1149,6 +1164,9 @@ video {
|
|
|
1149
1164
|
.min-h-\[36px\] {
|
|
1150
1165
|
min-height: 36px;
|
|
1151
1166
|
}
|
|
1167
|
+
.min-h-\[460px\] {
|
|
1168
|
+
min-height: 460px;
|
|
1169
|
+
}
|
|
1152
1170
|
.min-h-\[80px\] {
|
|
1153
1171
|
min-height: 80px;
|
|
1154
1172
|
}
|
|
@@ -1269,6 +1287,9 @@ video {
|
|
|
1269
1287
|
.w-\[calc\(100\%-2rem\)\] {
|
|
1270
1288
|
width: calc(100% - 2rem);
|
|
1271
1289
|
}
|
|
1290
|
+
.w-\[var\(--radix-navigation-menu-viewport-width\)\] {
|
|
1291
|
+
width: var(--radix-navigation-menu-viewport-width);
|
|
1292
|
+
}
|
|
1272
1293
|
.w-fit {
|
|
1273
1294
|
width: -moz-fit-content;
|
|
1274
1295
|
width: fit-content;
|
|
@@ -1292,12 +1313,18 @@ video {
|
|
|
1292
1313
|
.min-w-\[180px\] {
|
|
1293
1314
|
min-width: 180px;
|
|
1294
1315
|
}
|
|
1316
|
+
.min-w-\[184px\] {
|
|
1317
|
+
min-width: 184px;
|
|
1318
|
+
}
|
|
1295
1319
|
.min-w-\[18px\] {
|
|
1296
1320
|
min-width: 18px;
|
|
1297
1321
|
}
|
|
1298
1322
|
.min-w-\[200px\] {
|
|
1299
1323
|
min-width: 200px;
|
|
1300
1324
|
}
|
|
1325
|
+
.min-w-\[220px\] {
|
|
1326
|
+
min-width: 220px;
|
|
1327
|
+
}
|
|
1301
1328
|
.min-w-\[224px\] {
|
|
1302
1329
|
min-width: 224px;
|
|
1303
1330
|
}
|
|
@@ -1319,6 +1346,9 @@ video {
|
|
|
1319
1346
|
.max-w-\[220px\] {
|
|
1320
1347
|
max-width: 220px;
|
|
1321
1348
|
}
|
|
1349
|
+
.max-w-\[min\(92vw\2c 860px\)\] {
|
|
1350
|
+
max-width: min(92vw, 860px);
|
|
1351
|
+
}
|
|
1322
1352
|
.max-w-full {
|
|
1323
1353
|
max-width: 100%;
|
|
1324
1354
|
}
|
|
@@ -1354,6 +1384,9 @@ video {
|
|
|
1354
1384
|
--tw-border-spacing-y: 0px;
|
|
1355
1385
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
1356
1386
|
}
|
|
1387
|
+
.origin-top {
|
|
1388
|
+
transform-origin: top;
|
|
1389
|
+
}
|
|
1357
1390
|
.-translate-x-1\/2 {
|
|
1358
1391
|
--tw-translate-x: -50%;
|
|
1359
1392
|
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));
|
|
@@ -1429,6 +1462,12 @@ video {
|
|
|
1429
1462
|
.list-none {
|
|
1430
1463
|
list-style-type: none;
|
|
1431
1464
|
}
|
|
1465
|
+
.auto-cols-fr {
|
|
1466
|
+
grid-auto-columns: minmax(0, 1fr);
|
|
1467
|
+
}
|
|
1468
|
+
.grid-flow-col {
|
|
1469
|
+
grid-auto-flow: column;
|
|
1470
|
+
}
|
|
1432
1471
|
.grid-cols-1 {
|
|
1433
1472
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1434
1473
|
}
|
|
@@ -1555,6 +1594,9 @@ video {
|
|
|
1555
1594
|
.gap-0 {
|
|
1556
1595
|
gap: 0px;
|
|
1557
1596
|
}
|
|
1597
|
+
.gap-0\.5 {
|
|
1598
|
+
gap: 0.125rem;
|
|
1599
|
+
}
|
|
1558
1600
|
.gap-1 {
|
|
1559
1601
|
gap: 0.25rem;
|
|
1560
1602
|
}
|
|
@@ -1627,6 +1669,9 @@ video {
|
|
|
1627
1669
|
.self-start {
|
|
1628
1670
|
align-self: flex-start;
|
|
1629
1671
|
}
|
|
1672
|
+
.self-center {
|
|
1673
|
+
align-self: center;
|
|
1674
|
+
}
|
|
1630
1675
|
.self-stretch {
|
|
1631
1676
|
align-self: stretch;
|
|
1632
1677
|
}
|
|
@@ -1936,6 +1981,9 @@ video {
|
|
|
1936
1981
|
.pb-1 {
|
|
1937
1982
|
padding-bottom: 0.25rem;
|
|
1938
1983
|
}
|
|
1984
|
+
.pb-1\.5 {
|
|
1985
|
+
padding-bottom: 0.375rem;
|
|
1986
|
+
}
|
|
1939
1987
|
.pb-2 {
|
|
1940
1988
|
padding-bottom: 0.5rem;
|
|
1941
1989
|
}
|
|
@@ -1969,6 +2017,9 @@ video {
|
|
|
1969
2017
|
.pt-3 {
|
|
1970
2018
|
padding-top: 0.75rem;
|
|
1971
2019
|
}
|
|
2020
|
+
.pt-4 {
|
|
2021
|
+
padding-top: 1rem;
|
|
2022
|
+
}
|
|
1972
2023
|
.text-left {
|
|
1973
2024
|
text-align: left;
|
|
1974
2025
|
}
|
|
@@ -2252,6 +2303,11 @@ video {
|
|
|
2252
2303
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2253
2304
|
transition-duration: 150ms;
|
|
2254
2305
|
}
|
|
2306
|
+
.transition-\[width\2c height\] {
|
|
2307
|
+
transition-property: width,height;
|
|
2308
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2309
|
+
transition-duration: 150ms;
|
|
2310
|
+
}
|
|
2255
2311
|
.transition-all {
|
|
2256
2312
|
transition-property: all;
|
|
2257
2313
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2385,6 +2441,9 @@ video {
|
|
|
2385
2441
|
.hover\:text-accent-fg:hover {
|
|
2386
2442
|
color: var(--color-accent-foreground);
|
|
2387
2443
|
}
|
|
2444
|
+
.hover\:text-accent-hover:hover {
|
|
2445
|
+
color: var(--color-accent-hover);
|
|
2446
|
+
}
|
|
2388
2447
|
.hover\:text-foreground:hover {
|
|
2389
2448
|
color: var(--color-foreground);
|
|
2390
2449
|
}
|
|
@@ -2501,6 +2560,9 @@ video {
|
|
|
2501
2560
|
.disabled\:hover\:bg-transparent:hover:disabled {
|
|
2502
2561
|
background-color: rgba(255, 255, 255, .0);
|
|
2503
2562
|
}
|
|
2563
|
+
.group\/link:hover .group-hover\/link\:bg-surface {
|
|
2564
|
+
background-color: var(--color-surface);
|
|
2565
|
+
}
|
|
2504
2566
|
.group:hover .group-hover\:bg-accent {
|
|
2505
2567
|
background-color: var(--color-accent);
|
|
2506
2568
|
}
|
|
@@ -2560,6 +2622,9 @@ video {
|
|
|
2560
2622
|
.data-\[state\=open\]\:border-status-error[data-state="open"] {
|
|
2561
2623
|
border-color: var(--color-error);
|
|
2562
2624
|
}
|
|
2625
|
+
.data-\[active\]\:bg-surface-raised[data-active] {
|
|
2626
|
+
background-color: var(--color-surface-raised);
|
|
2627
|
+
}
|
|
2563
2628
|
.data-\[disabled\]\:bg-transparent[data-disabled] {
|
|
2564
2629
|
background-color: rgba(255, 255, 255, .0);
|
|
2565
2630
|
}
|
|
@@ -2572,15 +2637,24 @@ video {
|
|
|
2572
2637
|
.data-\[state\=on\]\:bg-surface[data-state="on"] {
|
|
2573
2638
|
background-color: var(--color-surface);
|
|
2574
2639
|
}
|
|
2640
|
+
.data-\[active\]\:text-accent[data-active] {
|
|
2641
|
+
color: var(--color-accent);
|
|
2642
|
+
}
|
|
2575
2643
|
.data-\[disabled\]\:text-foreground-muted[data-disabled] {
|
|
2576
2644
|
color: var(--color-foreground-muted);
|
|
2577
2645
|
}
|
|
2646
|
+
.data-\[expanded\=true\]\:text-foreground[data-expanded="true"] {
|
|
2647
|
+
color: var(--color-foreground);
|
|
2648
|
+
}
|
|
2578
2649
|
.data-\[highlighted\]\:text-accent-fg[data-highlighted] {
|
|
2579
2650
|
color: var(--color-accent-foreground);
|
|
2580
2651
|
}
|
|
2581
2652
|
.data-\[state\=on\]\:text-accent[data-state="on"] {
|
|
2582
2653
|
color: var(--color-accent);
|
|
2583
2654
|
}
|
|
2655
|
+
.data-\[state\=open\]\:text-accent[data-state="open"] {
|
|
2656
|
+
color: var(--color-accent);
|
|
2657
|
+
}
|
|
2584
2658
|
.data-\[disabled\]\:opacity-40[data-disabled] {
|
|
2585
2659
|
opacity: 0.4;
|
|
2586
2660
|
}
|
|
@@ -2593,10 +2667,23 @@ video {
|
|
|
2593
2667
|
--tw-rotate: -90deg;
|
|
2594
2668
|
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));
|
|
2595
2669
|
}
|
|
2670
|
+
.group\/top[data-state="open"] .group-data-\[state\=open\]\/top\:rotate-180 {
|
|
2671
|
+
--tw-rotate: 180deg;
|
|
2672
|
+
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));
|
|
2673
|
+
}
|
|
2596
2674
|
.group[data-state="open"] .group-data-\[state\=open\]\:rotate-0 {
|
|
2597
2675
|
--tw-rotate: 0deg;
|
|
2598
2676
|
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));
|
|
2599
2677
|
}
|
|
2678
|
+
.group\/link[data-active] .group-data-\[active\]\/link\:bg-surface {
|
|
2679
|
+
background-color: var(--color-surface);
|
|
2680
|
+
}
|
|
2681
|
+
.group\/link[data-active] .group-data-\[active\]\/link\:text-accent {
|
|
2682
|
+
color: var(--color-accent);
|
|
2683
|
+
}
|
|
2684
|
+
.group\/top[data-state="open"] .group-data-\[state\=open\]\/top\:text-accent {
|
|
2685
|
+
color: var(--color-accent);
|
|
2686
|
+
}
|
|
2600
2687
|
.dark\:bg-independence:is(.dark *) {
|
|
2601
2688
|
--tw-bg-opacity: 1;
|
|
2602
2689
|
background-color: rgb(51 65 92 / var(--tw-bg-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geomak/ui",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.2.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",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
53
53
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
54
54
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
55
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
55
56
|
"@radix-ui/react-popover": "^1.1.14",
|
|
56
57
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
57
58
|
"@radix-ui/react-scroll-area": "^1.2.9",
|