@geomak/ui 5.4.0 → 5.5.1
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 +831 -182
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +202 -11
- package/dist/index.d.ts +202 -11
- package/dist/index.js +827 -183
- package/dist/index.js.map +1 -1
- package/dist/styles.css +59 -23
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1058,6 +1058,9 @@ video {
|
|
|
1058
1058
|
.max-h-40 {
|
|
1059
1059
|
max-height: 10rem;
|
|
1060
1060
|
}
|
|
1061
|
+
.max-h-48 {
|
|
1062
|
+
max-height: 12rem;
|
|
1063
|
+
}
|
|
1061
1064
|
.max-h-72 {
|
|
1062
1065
|
max-height: 18rem;
|
|
1063
1066
|
}
|
|
@@ -1115,9 +1118,6 @@ video {
|
|
|
1115
1118
|
.w-20 {
|
|
1116
1119
|
width: 5rem;
|
|
1117
1120
|
}
|
|
1118
|
-
.w-24 {
|
|
1119
|
-
width: 6rem;
|
|
1120
|
-
}
|
|
1121
1121
|
.w-3 {
|
|
1122
1122
|
width: 0.75rem;
|
|
1123
1123
|
}
|
|
@@ -1136,6 +1136,9 @@ video {
|
|
|
1136
1136
|
.w-5 {
|
|
1137
1137
|
width: 1.25rem;
|
|
1138
1138
|
}
|
|
1139
|
+
.w-56 {
|
|
1140
|
+
width: 14rem;
|
|
1141
|
+
}
|
|
1139
1142
|
.w-6 {
|
|
1140
1143
|
width: 1.5rem;
|
|
1141
1144
|
}
|
|
@@ -1194,6 +1197,9 @@ video {
|
|
|
1194
1197
|
.min-w-\[120px\] {
|
|
1195
1198
|
min-width: 120px;
|
|
1196
1199
|
}
|
|
1200
|
+
.min-w-\[160px\] {
|
|
1201
|
+
min-width: 160px;
|
|
1202
|
+
}
|
|
1197
1203
|
.min-w-\[180px\] {
|
|
1198
1204
|
min-width: 180px;
|
|
1199
1205
|
}
|
|
@@ -1230,6 +1236,9 @@ video {
|
|
|
1230
1236
|
.max-w-md {
|
|
1231
1237
|
max-width: 28rem;
|
|
1232
1238
|
}
|
|
1239
|
+
.max-w-none {
|
|
1240
|
+
max-width: none;
|
|
1241
|
+
}
|
|
1233
1242
|
.max-w-sm {
|
|
1234
1243
|
max-width: 24rem;
|
|
1235
1244
|
}
|
|
@@ -1498,6 +1507,9 @@ video {
|
|
|
1498
1507
|
.gap-8 {
|
|
1499
1508
|
gap: 2rem;
|
|
1500
1509
|
}
|
|
1510
|
+
.gap-y-1 {
|
|
1511
|
+
row-gap: 0.25rem;
|
|
1512
|
+
}
|
|
1501
1513
|
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
1502
1514
|
--tw-space-y-reverse: 0;
|
|
1503
1515
|
margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -1554,9 +1566,6 @@ video {
|
|
|
1554
1566
|
text-overflow: ellipsis;
|
|
1555
1567
|
white-space: nowrap;
|
|
1556
1568
|
}
|
|
1557
|
-
.text-ellipsis {
|
|
1558
|
-
text-overflow: ellipsis;
|
|
1559
|
-
}
|
|
1560
1569
|
.whitespace-nowrap {
|
|
1561
1570
|
white-space: nowrap;
|
|
1562
1571
|
}
|
|
@@ -1850,9 +1859,6 @@ video {
|
|
|
1850
1859
|
.pl-3 {
|
|
1851
1860
|
padding-left: 0.75rem;
|
|
1852
1861
|
}
|
|
1853
|
-
.pl-\[26px\] {
|
|
1854
|
-
padding-left: 26px;
|
|
1855
|
-
}
|
|
1856
1862
|
.pr-0 {
|
|
1857
1863
|
padding-right: 0px;
|
|
1858
1864
|
}
|
|
@@ -2116,6 +2122,9 @@ video {
|
|
|
2116
2122
|
.ring-background {
|
|
2117
2123
|
--tw-ring-color: var(--color-background);
|
|
2118
2124
|
}
|
|
2125
|
+
.ring-focus-ring {
|
|
2126
|
+
--tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
|
|
2127
|
+
}
|
|
2119
2128
|
.blur {
|
|
2120
2129
|
--tw-blur: blur(8px);
|
|
2121
2130
|
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);
|
|
@@ -2144,6 +2153,11 @@ video {
|
|
|
2144
2153
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2145
2154
|
transition-duration: 150ms;
|
|
2146
2155
|
}
|
|
2156
|
+
.transition-\[border-color\2c box-shadow\] {
|
|
2157
|
+
transition-property: border-color,box-shadow;
|
|
2158
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2159
|
+
transition-duration: 150ms;
|
|
2160
|
+
}
|
|
2147
2161
|
.transition-\[color\2c box-shadow\2c border-color\] {
|
|
2148
2162
|
transition-property: color,box-shadow,border-color;
|
|
2149
2163
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2289,6 +2303,11 @@ video {
|
|
|
2289
2303
|
.focus-within\:ring-focus-ring-error:focus-within {
|
|
2290
2304
|
--tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
|
|
2291
2305
|
}
|
|
2306
|
+
.hover\:scale-110:hover {
|
|
2307
|
+
--tw-scale-x: 1.1;
|
|
2308
|
+
--tw-scale-y: 1.1;
|
|
2309
|
+
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));
|
|
2310
|
+
}
|
|
2292
2311
|
.hover\:border-accent:hover {
|
|
2293
2312
|
border-color: var(--color-accent);
|
|
2294
2313
|
}
|
|
@@ -2333,20 +2352,27 @@ video {
|
|
|
2333
2352
|
.hover\:opacity-90:hover {
|
|
2334
2353
|
opacity: 0.9;
|
|
2335
2354
|
}
|
|
2336
|
-
.focus\:
|
|
2337
|
-
outline: 2px solid transparent;
|
|
2338
|
-
outline-offset: 2px;
|
|
2339
|
-
}
|
|
2340
|
-
.focus-visible\:border-accent:focus-visible {
|
|
2355
|
+
.focus\:border-accent:focus {
|
|
2341
2356
|
border-color: var(--color-accent);
|
|
2342
2357
|
}
|
|
2343
|
-
.focus
|
|
2358
|
+
.focus\:border-status-error:focus {
|
|
2344
2359
|
border-color: var(--color-error);
|
|
2345
2360
|
}
|
|
2346
|
-
.focus
|
|
2361
|
+
.focus\:outline-none:focus {
|
|
2347
2362
|
outline: 2px solid transparent;
|
|
2348
2363
|
outline-offset: 2px;
|
|
2349
2364
|
}
|
|
2365
|
+
.focus\:ring-\[3px\]:focus {
|
|
2366
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2367
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2368
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2369
|
+
}
|
|
2370
|
+
.focus\:ring-focus-ring:focus {
|
|
2371
|
+
--tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
|
|
2372
|
+
}
|
|
2373
|
+
.focus\:ring-focus-ring-error:focus {
|
|
2374
|
+
--tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
|
|
2375
|
+
}
|
|
2350
2376
|
.focus-visible\:ring-1:focus-visible {
|
|
2351
2377
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2352
2378
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -2371,9 +2397,6 @@ video {
|
|
|
2371
2397
|
.focus-visible\:ring-focus-ring:focus-visible {
|
|
2372
2398
|
--tw-ring-color: color-mix(in oklab, var(--color-accent) 22%, transparent);
|
|
2373
2399
|
}
|
|
2374
|
-
.focus-visible\:ring-focus-ring-error:focus-visible {
|
|
2375
|
-
--tw-ring-color: color-mix(in oklab, var(--color-error) 22%, transparent);
|
|
2376
|
-
}
|
|
2377
2400
|
.focus-visible\:ring-status-error:focus-visible {
|
|
2378
2401
|
--tw-ring-color: var(--color-error);
|
|
2379
2402
|
}
|
|
@@ -2450,10 +2473,6 @@ video {
|
|
|
2450
2473
|
--tw-translate-x: 22px;
|
|
2451
2474
|
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));
|
|
2452
2475
|
}
|
|
2453
|
-
.data-\[state\=unchecked\]\:translate-x-\[-4px\][data-state="unchecked"] {
|
|
2454
|
-
--tw-translate-x: -4px;
|
|
2455
|
-
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));
|
|
2456
|
-
}
|
|
2457
2476
|
.data-\[state\=unchecked\]\:translate-x-\[2px\][data-state="unchecked"] {
|
|
2458
2477
|
--tw-translate-x: 2px;
|
|
2459
2478
|
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));
|
|
@@ -2488,6 +2507,12 @@ video {
|
|
|
2488
2507
|
.data-\[state\=checked\]\:border-accent[data-state="checked"] {
|
|
2489
2508
|
border-color: var(--color-accent);
|
|
2490
2509
|
}
|
|
2510
|
+
.data-\[state\=open\]\:border-accent[data-state="open"] {
|
|
2511
|
+
border-color: var(--color-accent);
|
|
2512
|
+
}
|
|
2513
|
+
.data-\[state\=open\]\:border-status-error[data-state="open"] {
|
|
2514
|
+
border-color: var(--color-error);
|
|
2515
|
+
}
|
|
2491
2516
|
.data-\[disabled\]\:bg-transparent[data-disabled] {
|
|
2492
2517
|
background-color: rgba(255, 255, 255, .0);
|
|
2493
2518
|
}
|
|
@@ -2526,6 +2551,17 @@ video {
|
|
|
2526
2551
|
--tw-shadow-colored: var(--shadow-sm);
|
|
2527
2552
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2528
2553
|
}
|
|
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
|
+
}
|
|
2529
2565
|
.group[data-state="closed"] .group-data-\[state\=closed\]\:-rotate-90 {
|
|
2530
2566
|
--tw-rotate: -90deg;
|
|
2531
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));
|