@geomak/ui 1.5.3 → 1.6.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 +41 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +41 -28
- package/dist/index.js.map +1 -1
- package/dist/styles.css +23 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -154,6 +154,14 @@
|
|
|
154
154
|
transform: translateX(0);
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
+
@keyframes notification-progress {
|
|
158
|
+
from {
|
|
159
|
+
transform: scaleX(1);
|
|
160
|
+
}
|
|
161
|
+
to {
|
|
162
|
+
transform: scaleX(0);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
157
165
|
*, ::before, ::after {
|
|
158
166
|
--tw-border-spacing-x: 0;
|
|
159
167
|
--tw-border-spacing-y: 0;
|
|
@@ -716,6 +724,9 @@ video {
|
|
|
716
724
|
.visible {
|
|
717
725
|
visibility: visible;
|
|
718
726
|
}
|
|
727
|
+
.invisible {
|
|
728
|
+
visibility: hidden;
|
|
729
|
+
}
|
|
719
730
|
.static {
|
|
720
731
|
position: static;
|
|
721
732
|
}
|
|
@@ -961,6 +972,9 @@ video {
|
|
|
961
972
|
.h-\[250px\] {
|
|
962
973
|
height: 250px;
|
|
963
974
|
}
|
|
975
|
+
.h-\[3px\] {
|
|
976
|
+
height: 3px;
|
|
977
|
+
}
|
|
964
978
|
.h-\[80px\] {
|
|
965
979
|
height: 80px;
|
|
966
980
|
}
|
|
@@ -1523,6 +1537,12 @@ video {
|
|
|
1523
1537
|
--tw-bg-opacity: 1;
|
|
1524
1538
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1525
1539
|
}
|
|
1540
|
+
.bg-white\/20 {
|
|
1541
|
+
background-color: rgb(255 255 255 / 0.2);
|
|
1542
|
+
}
|
|
1543
|
+
.bg-white\/60 {
|
|
1544
|
+
background-color: rgb(255 255 255 / 0.6);
|
|
1545
|
+
}
|
|
1526
1546
|
.bg-gradient-to-r {
|
|
1527
1547
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
1528
1548
|
}
|
|
@@ -1908,6 +1928,9 @@ video {
|
|
|
1908
1928
|
.ease-out-quart {
|
|
1909
1929
|
transition-timing-function: var(--ease-out-quart);
|
|
1910
1930
|
}
|
|
1931
|
+
.\[transform-origin\:left\] {
|
|
1932
|
+
transform-origin: left;
|
|
1933
|
+
}
|
|
1911
1934
|
.last\:border-0:last-child {
|
|
1912
1935
|
border-width: 0px;
|
|
1913
1936
|
}
|