@geomak/ui 7.2.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 +20 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +20 -12
- package/dist/index.js.map +1 -1
- package/dist/styles.css +18 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1609,6 +1609,9 @@ video {
|
|
|
1609
1609
|
--tw-border-spacing-y: 0px;
|
|
1610
1610
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
1611
1611
|
}
|
|
1612
|
+
.origin-left {
|
|
1613
|
+
transform-origin: left;
|
|
1614
|
+
}
|
|
1612
1615
|
.-translate-x-1\/2 {
|
|
1613
1616
|
--tw-translate-x: -50%;
|
|
1614
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));
|
|
@@ -2747,11 +2750,21 @@ video {
|
|
|
2747
2750
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2748
2751
|
transition-duration: 150ms;
|
|
2749
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
|
+
}
|
|
2750
2758
|
.transition-\[transform\2c box-shadow\] {
|
|
2751
2759
|
transition-property: transform,box-shadow;
|
|
2752
2760
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2753
2761
|
transition-duration: 150ms;
|
|
2754
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
|
+
}
|
|
2755
2768
|
.transition-all {
|
|
2756
2769
|
transition-property: all;
|
|
2757
2770
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3243,6 +3256,11 @@ video {
|
|
|
3243
3256
|
.group\/top[data-state="open"] .group-data-\[state\=open\]\/top\:text-accent {
|
|
3244
3257
|
color: var(--color-accent);
|
|
3245
3258
|
}
|
|
3259
|
+
@media (prefers-reduced-motion: reduce) {
|
|
3260
|
+
.motion-reduce\:transition-none {
|
|
3261
|
+
transition-property: none;
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3246
3264
|
.dark\:bg-independence:is(.dark *) {
|
|
3247
3265
|
--tw-bg-opacity: 1;
|
|
3248
3266
|
background-color: rgb(51 65 92 / var(--tw-bg-opacity, 1));
|