@geomak/ui 5.5.1 → 5.5.2
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 +23 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -30
- package/dist/index.d.ts +11 -30
- package/dist/index.js +23 -46
- package/dist/index.js.map +1 -1
- package/dist/styles.css +13 -45
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -877,6 +877,10 @@ video {
|
|
|
877
877
|
margin-left: auto;
|
|
878
878
|
margin-right: auto;
|
|
879
879
|
}
|
|
880
|
+
.my-2 {
|
|
881
|
+
margin-top: 0.5rem;
|
|
882
|
+
margin-bottom: 0.5rem;
|
|
883
|
+
}
|
|
880
884
|
.mb-0\.5 {
|
|
881
885
|
margin-bottom: 0.125rem;
|
|
882
886
|
}
|
|
@@ -997,9 +1001,6 @@ video {
|
|
|
997
1001
|
.h-4 {
|
|
998
1002
|
height: 1rem;
|
|
999
1003
|
}
|
|
1000
|
-
.h-40 {
|
|
1001
|
-
height: 10rem;
|
|
1002
|
-
}
|
|
1003
1004
|
.h-48 {
|
|
1004
1005
|
height: 12rem;
|
|
1005
1006
|
}
|
|
@@ -1030,6 +1031,9 @@ video {
|
|
|
1030
1031
|
.h-\[400px\] {
|
|
1031
1032
|
height: 400px;
|
|
1032
1033
|
}
|
|
1034
|
+
.h-\[420px\] {
|
|
1035
|
+
height: 420px;
|
|
1036
|
+
}
|
|
1033
1037
|
.h-\[60\%\] {
|
|
1034
1038
|
height: 60%;
|
|
1035
1039
|
}
|
|
@@ -1049,6 +1053,9 @@ video {
|
|
|
1049
1053
|
height: -moz-max-content;
|
|
1050
1054
|
height: max-content;
|
|
1051
1055
|
}
|
|
1056
|
+
.h-px {
|
|
1057
|
+
height: 1px;
|
|
1058
|
+
}
|
|
1052
1059
|
.h-screen {
|
|
1053
1060
|
height: 100vh;
|
|
1054
1061
|
}
|
|
@@ -1221,9 +1228,6 @@ video {
|
|
|
1221
1228
|
.max-w-3xl {
|
|
1222
1229
|
max-width: 48rem;
|
|
1223
1230
|
}
|
|
1224
|
-
.max-w-4xl {
|
|
1225
|
-
max-width: 56rem;
|
|
1226
|
-
}
|
|
1227
1231
|
.max-w-5xl {
|
|
1228
1232
|
max-width: 64rem;
|
|
1229
1233
|
}
|
|
@@ -1599,18 +1603,10 @@ video {
|
|
|
1599
1603
|
.rounded-xl {
|
|
1600
1604
|
border-radius: var(--radius-xl);
|
|
1601
1605
|
}
|
|
1602
|
-
.rounded-l-lg {
|
|
1603
|
-
border-top-left-radius: var(--radius-lg);
|
|
1604
|
-
border-bottom-left-radius: var(--radius-lg);
|
|
1605
|
-
}
|
|
1606
1606
|
.rounded-r-full {
|
|
1607
1607
|
border-top-right-radius: var(--radius-full);
|
|
1608
1608
|
border-bottom-right-radius: var(--radius-full);
|
|
1609
1609
|
}
|
|
1610
|
-
.rounded-r-lg {
|
|
1611
|
-
border-top-right-radius: var(--radius-lg);
|
|
1612
|
-
border-bottom-right-radius: var(--radius-lg);
|
|
1613
|
-
}
|
|
1614
1610
|
.border {
|
|
1615
1611
|
border-width: 1px;
|
|
1616
1612
|
}
|
|
@@ -1677,6 +1673,9 @@ video {
|
|
|
1677
1673
|
.bg-background {
|
|
1678
1674
|
background-color: var(--color-background);
|
|
1679
1675
|
}
|
|
1676
|
+
.bg-border {
|
|
1677
|
+
background-color: var(--color-border);
|
|
1678
|
+
}
|
|
1680
1679
|
.bg-current {
|
|
1681
1680
|
background-color: currentColor;
|
|
1682
1681
|
}
|
|
@@ -2292,17 +2291,6 @@ video {
|
|
|
2292
2291
|
outline: 2px solid transparent;
|
|
2293
2292
|
outline-offset: 2px;
|
|
2294
2293
|
}
|
|
2295
|
-
.focus-within\:ring-\[3px\]:focus-within {
|
|
2296
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2297
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2298
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2299
|
-
}
|
|
2300
|
-
.focus-within\:ring-focus-ring:focus-within {
|
|
2301
|
-
--tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
|
|
2302
|
-
}
|
|
2303
|
-
.focus-within\:ring-focus-ring-error:focus-within {
|
|
2304
|
-
--tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
|
|
2305
|
-
}
|
|
2306
2294
|
.hover\:scale-110:hover {
|
|
2307
2295
|
--tw-scale-x: 1.1;
|
|
2308
2296
|
--tw-scale-y: 1.1;
|
|
@@ -2370,9 +2358,6 @@ video {
|
|
|
2370
2358
|
.focus\:ring-focus-ring:focus {
|
|
2371
2359
|
--tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
|
|
2372
2360
|
}
|
|
2373
|
-
.focus\:ring-focus-ring-error:focus {
|
|
2374
|
-
--tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
|
|
2375
|
-
}
|
|
2376
2361
|
.focus-visible\:ring-1:focus-visible {
|
|
2377
2362
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2378
2363
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -2525,9 +2510,6 @@ video {
|
|
|
2525
2510
|
.data-\[state\=checked\]\:bg-accent[data-state="checked"] {
|
|
2526
2511
|
background-color: var(--color-accent);
|
|
2527
2512
|
}
|
|
2528
|
-
.data-\[state\=on\]\:bg-accent[data-state="on"] {
|
|
2529
|
-
background-color: var(--color-accent);
|
|
2530
|
-
}
|
|
2531
2513
|
.data-\[state\=on\]\:bg-surface[data-state="on"] {
|
|
2532
2514
|
background-color: var(--color-surface);
|
|
2533
2515
|
}
|
|
@@ -2540,9 +2522,6 @@ video {
|
|
|
2540
2522
|
.data-\[state\=on\]\:text-accent[data-state="on"] {
|
|
2541
2523
|
color: var(--color-accent);
|
|
2542
2524
|
}
|
|
2543
|
-
.data-\[state\=on\]\:text-accent-fg[data-state="on"] {
|
|
2544
|
-
color: var(--color-accent-foreground);
|
|
2545
|
-
}
|
|
2546
2525
|
.data-\[disabled\]\:opacity-40[data-disabled] {
|
|
2547
2526
|
opacity: 0.4;
|
|
2548
2527
|
}
|
|
@@ -2551,17 +2530,6 @@ video {
|
|
|
2551
2530
|
--tw-shadow-colored: var(--shadow-sm);
|
|
2552
2531
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2553
2532
|
}
|
|
2554
|
-
.data-\[state\=open\]\:ring-\[3px\][data-state="open"] {
|
|
2555
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2556
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2557
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2558
|
-
}
|
|
2559
|
-
.data-\[state\=open\]\:ring-focus-ring[data-state="open"] {
|
|
2560
|
-
--tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
|
|
2561
|
-
}
|
|
2562
|
-
.data-\[state\=open\]\:ring-focus-ring-error[data-state="open"] {
|
|
2563
|
-
--tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
|
|
2564
|
-
}
|
|
2565
2533
|
.group[data-state="closed"] .group-data-\[state\=closed\]\:-rotate-90 {
|
|
2566
2534
|
--tw-rotate: -90deg;
|
|
2567
2535
|
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));
|