@geomak/ui 7.1.0 → 7.2.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 +552 -306
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +157 -1
- package/dist/index.d.ts +157 -1
- package/dist/index.js +267 -26
- package/dist/index.js.map +1 -1
- package/dist/styles.css +41 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1145,6 +1145,9 @@ video {
|
|
|
1145
1145
|
.mt-auto {
|
|
1146
1146
|
margin-top: auto;
|
|
1147
1147
|
}
|
|
1148
|
+
.box-border {
|
|
1149
|
+
box-sizing: border-box;
|
|
1150
|
+
}
|
|
1148
1151
|
.line-clamp-3 {
|
|
1149
1152
|
overflow: hidden;
|
|
1150
1153
|
display: -webkit-box;
|
|
@@ -1606,6 +1609,9 @@ video {
|
|
|
1606
1609
|
--tw-border-spacing-y: 0px;
|
|
1607
1610
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
1608
1611
|
}
|
|
1612
|
+
.origin-left {
|
|
1613
|
+
transform-origin: left;
|
|
1614
|
+
}
|
|
1609
1615
|
.-translate-x-1\/2 {
|
|
1610
1616
|
--tw-translate-x: -50%;
|
|
1611
1617
|
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));
|
|
@@ -2399,6 +2405,9 @@ video {
|
|
|
2399
2405
|
.pr-2\.5 {
|
|
2400
2406
|
padding-right: 0.625rem;
|
|
2401
2407
|
}
|
|
2408
|
+
.pr-6 {
|
|
2409
|
+
padding-right: 1.5rem;
|
|
2410
|
+
}
|
|
2402
2411
|
.pr-8 {
|
|
2403
2412
|
padding-right: 2rem;
|
|
2404
2413
|
}
|
|
@@ -2503,6 +2512,9 @@ video {
|
|
|
2503
2512
|
.uppercase {
|
|
2504
2513
|
text-transform: uppercase;
|
|
2505
2514
|
}
|
|
2515
|
+
.lowercase {
|
|
2516
|
+
text-transform: lowercase;
|
|
2517
|
+
}
|
|
2506
2518
|
.capitalize {
|
|
2507
2519
|
text-transform: capitalize;
|
|
2508
2520
|
}
|
|
@@ -2738,11 +2750,21 @@ video {
|
|
|
2738
2750
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2739
2751
|
transition-duration: 150ms;
|
|
2740
2752
|
}
|
|
2753
|
+
.transition-\[transform\2c background-color\] {
|
|
2754
|
+
transition-property: transform,background-color;
|
|
2755
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2756
|
+
transition-duration: 150ms;
|
|
2757
|
+
}
|
|
2741
2758
|
.transition-\[transform\2c box-shadow\] {
|
|
2742
2759
|
transition-property: transform,box-shadow;
|
|
2743
2760
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2744
2761
|
transition-duration: 150ms;
|
|
2745
2762
|
}
|
|
2763
|
+
.transition-\[transform\2c color\] {
|
|
2764
|
+
transition-property: transform,color;
|
|
2765
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2766
|
+
transition-duration: 150ms;
|
|
2767
|
+
}
|
|
2746
2768
|
.transition-all {
|
|
2747
2769
|
transition-property: all;
|
|
2748
2770
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3194,6 +3216,14 @@ video {
|
|
|
3194
3216
|
--tw-shadow-colored: var(--shadow-sm);
|
|
3195
3217
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3196
3218
|
}
|
|
3219
|
+
.data-\[state\=checked\]\:ring-1[data-state="checked"] {
|
|
3220
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3221
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3222
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3223
|
+
}
|
|
3224
|
+
.data-\[state\=checked\]\:ring-accent[data-state="checked"] {
|
|
3225
|
+
--tw-ring-color: var(--color-accent);
|
|
3226
|
+
}
|
|
3197
3227
|
.group[data-state="closed"] .group-data-\[state\=closed\]\:-rotate-90 {
|
|
3198
3228
|
--tw-rotate: -90deg;
|
|
3199
3229
|
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));
|
|
@@ -3226,6 +3256,11 @@ video {
|
|
|
3226
3256
|
.group\/top[data-state="open"] .group-data-\[state\=open\]\/top\:text-accent {
|
|
3227
3257
|
color: var(--color-accent);
|
|
3228
3258
|
}
|
|
3259
|
+
@media (prefers-reduced-motion: reduce) {
|
|
3260
|
+
.motion-reduce\:transition-none {
|
|
3261
|
+
transition-property: none;
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3229
3264
|
.dark\:bg-independence:is(.dark *) {
|
|
3230
3265
|
--tw-bg-opacity: 1;
|
|
3231
3266
|
background-color: rgb(51 65 92 / var(--tw-bg-opacity, 1));
|
|
@@ -3386,3 +3421,9 @@ video {
|
|
|
3386
3421
|
-o-object-fit: cover;
|
|
3387
3422
|
object-fit: cover;
|
|
3388
3423
|
}
|
|
3424
|
+
.\[\&\>svg\]\:h-6>svg {
|
|
3425
|
+
height: 1.5rem;
|
|
3426
|
+
}
|
|
3427
|
+
.\[\&\>svg\]\:w-6>svg {
|
|
3428
|
+
width: 1.5rem;
|
|
3429
|
+
}
|