@geomak/ui 6.6.0 → 6.7.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 +333 -195
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +107 -1
- package/dist/index.d.ts +107 -1
- package/dist/index.js +147 -11
- package/dist/index.js.map +1 -1
- package/dist/styles.css +72 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -825,6 +825,9 @@ video {
|
|
|
825
825
|
.left-0 {
|
|
826
826
|
left: 0px;
|
|
827
827
|
}
|
|
828
|
+
.left-1 {
|
|
829
|
+
left: 0.25rem;
|
|
830
|
+
}
|
|
828
831
|
.left-1\/2 {
|
|
829
832
|
left: 50%;
|
|
830
833
|
}
|
|
@@ -840,6 +843,9 @@ video {
|
|
|
840
843
|
.right-0 {
|
|
841
844
|
right: 0px;
|
|
842
845
|
}
|
|
846
|
+
.right-1 {
|
|
847
|
+
right: 0.25rem;
|
|
848
|
+
}
|
|
843
849
|
.right-1\.5 {
|
|
844
850
|
right: 0.375rem;
|
|
845
851
|
}
|
|
@@ -957,9 +963,15 @@ video {
|
|
|
957
963
|
.-mb-px {
|
|
958
964
|
margin-bottom: -1px;
|
|
959
965
|
}
|
|
966
|
+
.-mr-1 {
|
|
967
|
+
margin-right: -0.25rem;
|
|
968
|
+
}
|
|
960
969
|
.-mr-px {
|
|
961
970
|
margin-right: -1px;
|
|
962
971
|
}
|
|
972
|
+
.-mt-1 {
|
|
973
|
+
margin-top: -0.25rem;
|
|
974
|
+
}
|
|
963
975
|
.mb-0\.5 {
|
|
964
976
|
margin-bottom: 0.125rem;
|
|
965
977
|
}
|
|
@@ -1083,6 +1095,9 @@ video {
|
|
|
1083
1095
|
.h-20 {
|
|
1084
1096
|
height: 5rem;
|
|
1085
1097
|
}
|
|
1098
|
+
.h-28 {
|
|
1099
|
+
height: 7rem;
|
|
1100
|
+
}
|
|
1086
1101
|
.h-3 {
|
|
1087
1102
|
height: 0.75rem;
|
|
1088
1103
|
}
|
|
@@ -1092,6 +1107,9 @@ video {
|
|
|
1092
1107
|
.h-32 {
|
|
1093
1108
|
height: 8rem;
|
|
1094
1109
|
}
|
|
1110
|
+
.h-36 {
|
|
1111
|
+
height: 9rem;
|
|
1112
|
+
}
|
|
1095
1113
|
.h-4 {
|
|
1096
1114
|
height: 1rem;
|
|
1097
1115
|
}
|
|
@@ -1481,6 +1499,15 @@ video {
|
|
|
1481
1499
|
.resize {
|
|
1482
1500
|
resize: both;
|
|
1483
1501
|
}
|
|
1502
|
+
.snap-x {
|
|
1503
|
+
scroll-snap-type: x var(--tw-scroll-snap-strictness);
|
|
1504
|
+
}
|
|
1505
|
+
.snap-mandatory {
|
|
1506
|
+
--tw-scroll-snap-strictness: mandatory;
|
|
1507
|
+
}
|
|
1508
|
+
.snap-start {
|
|
1509
|
+
scroll-snap-align: start;
|
|
1510
|
+
}
|
|
1484
1511
|
.list-none {
|
|
1485
1512
|
list-style-type: none;
|
|
1486
1513
|
}
|
|
@@ -1717,6 +1744,9 @@ video {
|
|
|
1717
1744
|
.overflow-y-hidden {
|
|
1718
1745
|
overflow-y: hidden;
|
|
1719
1746
|
}
|
|
1747
|
+
.scroll-smooth {
|
|
1748
|
+
scroll-behavior: smooth;
|
|
1749
|
+
}
|
|
1720
1750
|
.truncate {
|
|
1721
1751
|
overflow: hidden;
|
|
1722
1752
|
text-overflow: ellipsis;
|
|
@@ -1909,6 +1939,9 @@ video {
|
|
|
1909
1939
|
.bg-white\/60 {
|
|
1910
1940
|
background-color: rgb(255 255 255 / 0.6);
|
|
1911
1941
|
}
|
|
1942
|
+
.bg-gradient-to-br {
|
|
1943
|
+
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
|
|
1944
|
+
}
|
|
1912
1945
|
.fill-foreground {
|
|
1913
1946
|
fill: var(--color-foreground);
|
|
1914
1947
|
}
|
|
@@ -2017,6 +2050,9 @@ video {
|
|
|
2017
2050
|
padding-top: 2rem;
|
|
2018
2051
|
padding-bottom: 2rem;
|
|
2019
2052
|
}
|
|
2053
|
+
.pb-0 {
|
|
2054
|
+
padding-bottom: 0px;
|
|
2055
|
+
}
|
|
2020
2056
|
.pb-1 {
|
|
2021
2057
|
padding-bottom: 0.25rem;
|
|
2022
2058
|
}
|
|
@@ -2071,6 +2107,9 @@ video {
|
|
|
2071
2107
|
.pt-4 {
|
|
2072
2108
|
padding-top: 1rem;
|
|
2073
2109
|
}
|
|
2110
|
+
.pt-5 {
|
|
2111
|
+
padding-top: 1.25rem;
|
|
2112
|
+
}
|
|
2074
2113
|
.text-left {
|
|
2075
2114
|
text-align: left;
|
|
2076
2115
|
}
|
|
@@ -2357,6 +2396,11 @@ video {
|
|
|
2357
2396
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2358
2397
|
transition-duration: 150ms;
|
|
2359
2398
|
}
|
|
2399
|
+
.transition-\[transform\2c box-shadow\] {
|
|
2400
|
+
transition-property: transform,box-shadow;
|
|
2401
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2402
|
+
transition-duration: 150ms;
|
|
2403
|
+
}
|
|
2360
2404
|
.transition-all {
|
|
2361
2405
|
transition-property: all;
|
|
2362
2406
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -2454,6 +2498,10 @@ video {
|
|
|
2454
2498
|
outline: 2px solid transparent;
|
|
2455
2499
|
outline-offset: 2px;
|
|
2456
2500
|
}
|
|
2501
|
+
.hover\:-translate-y-0\.5:hover {
|
|
2502
|
+
--tw-translate-y: -0.125rem;
|
|
2503
|
+
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));
|
|
2504
|
+
}
|
|
2457
2505
|
.hover\:scale-110:hover {
|
|
2458
2506
|
--tw-scale-x: 1.1;
|
|
2459
2507
|
--tw-scale-y: 1.1;
|
|
@@ -2474,6 +2522,9 @@ video {
|
|
|
2474
2522
|
.hover\:bg-accent-hover:hover {
|
|
2475
2523
|
background-color: var(--color-accent-hover);
|
|
2476
2524
|
}
|
|
2525
|
+
.hover\:bg-foreground-muted:hover {
|
|
2526
|
+
background-color: var(--color-foreground-muted);
|
|
2527
|
+
}
|
|
2477
2528
|
.hover\:bg-ice-dark:hover {
|
|
2478
2529
|
--tw-bg-opacity: 1;
|
|
2479
2530
|
background-color: rgb(208 227 237 / var(--tw-bg-opacity, 1));
|
|
@@ -2509,6 +2560,11 @@ video {
|
|
|
2509
2560
|
.hover\:opacity-90:hover {
|
|
2510
2561
|
opacity: 0.9;
|
|
2511
2562
|
}
|
|
2563
|
+
.hover\:shadow-md:hover {
|
|
2564
|
+
--tw-shadow: var(--shadow-md);
|
|
2565
|
+
--tw-shadow-colored: var(--shadow-md);
|
|
2566
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2567
|
+
}
|
|
2512
2568
|
.focus\:border-accent:focus {
|
|
2513
2569
|
border-color: var(--color-accent);
|
|
2514
2570
|
}
|
|
@@ -2579,6 +2635,9 @@ video {
|
|
|
2579
2635
|
.active\:opacity-100:active {
|
|
2580
2636
|
opacity: 1;
|
|
2581
2637
|
}
|
|
2638
|
+
.disabled\:pointer-events-none:disabled {
|
|
2639
|
+
pointer-events: none;
|
|
2640
|
+
}
|
|
2582
2641
|
.disabled\:cursor-default:disabled {
|
|
2583
2642
|
cursor: default;
|
|
2584
2643
|
}
|
|
@@ -2597,6 +2656,9 @@ video {
|
|
|
2597
2656
|
.disabled\:text-foreground-muted:disabled {
|
|
2598
2657
|
color: var(--color-foreground-muted);
|
|
2599
2658
|
}
|
|
2659
|
+
.disabled\:opacity-0:disabled {
|
|
2660
|
+
opacity: 0;
|
|
2661
|
+
}
|
|
2600
2662
|
.disabled\:opacity-30:disabled {
|
|
2601
2663
|
opacity: 0.3;
|
|
2602
2664
|
}
|
|
@@ -2778,3 +2840,13 @@ video {
|
|
|
2778
2840
|
-webkit-appearance: none;
|
|
2779
2841
|
appearance: none;
|
|
2780
2842
|
}
|
|
2843
|
+
.\[\&\>img\]\:block>img {
|
|
2844
|
+
display: block;
|
|
2845
|
+
}
|
|
2846
|
+
.\[\&\>img\]\:w-full>img {
|
|
2847
|
+
width: 100%;
|
|
2848
|
+
}
|
|
2849
|
+
.\[\&\>img\]\:object-cover>img {
|
|
2850
|
+
-o-object-fit: cover;
|
|
2851
|
+
object-fit: cover;
|
|
2852
|
+
}
|