sm-click-library-ui 0.0.347 → 0.0.349
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/sm-click-library-ui.es.js +520 -520
- package/dist/sm-click-library-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/tailwind.css +0 -25
- package/package.json +1 -1
package/dist/tailwind.css
CHANGED
|
@@ -587,9 +587,6 @@ video {
|
|
|
587
587
|
.z-50 {
|
|
588
588
|
z-index: 50;
|
|
589
589
|
}
|
|
590
|
-
.col-span-2 {
|
|
591
|
-
grid-column: span 2 / span 2;
|
|
592
|
-
}
|
|
593
590
|
.mx-auto {
|
|
594
591
|
margin-left: auto;
|
|
595
592
|
margin-right: auto;
|
|
@@ -668,9 +665,6 @@ video {
|
|
|
668
665
|
.h-6 {
|
|
669
666
|
height: 1.5rem;
|
|
670
667
|
}
|
|
671
|
-
.h-\[7\.1rem\] {
|
|
672
|
-
height: 7.1rem;
|
|
673
|
-
}
|
|
674
668
|
.h-full {
|
|
675
669
|
height: 100%;
|
|
676
670
|
}
|
|
@@ -742,15 +736,6 @@ video {
|
|
|
742
736
|
.transform {
|
|
743
737
|
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));
|
|
744
738
|
}
|
|
745
|
-
@keyframes pulse {
|
|
746
|
-
|
|
747
|
-
50% {
|
|
748
|
-
opacity: .5;
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
.animate-pulse {
|
|
752
|
-
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
753
|
-
}
|
|
754
739
|
@keyframes spin {
|
|
755
740
|
|
|
756
741
|
to {
|
|
@@ -849,9 +834,6 @@ video {
|
|
|
849
834
|
.rounded-2xl {
|
|
850
835
|
border-radius: 1rem;
|
|
851
836
|
}
|
|
852
|
-
.rounded-\[10px\] {
|
|
853
|
-
border-radius: 10px;
|
|
854
|
-
}
|
|
855
837
|
.rounded-full {
|
|
856
838
|
border-radius: 9999px;
|
|
857
839
|
}
|
|
@@ -922,10 +904,6 @@ video {
|
|
|
922
904
|
.border-t-transparent {
|
|
923
905
|
border-top-color: transparent;
|
|
924
906
|
}
|
|
925
|
-
.bg-\[\#27435b\] {
|
|
926
|
-
--tw-bg-opacity: 1;
|
|
927
|
-
background-color: rgb(39 67 91 / var(--tw-bg-opacity));
|
|
928
|
-
}
|
|
929
907
|
.bg-\[\#404857\] {
|
|
930
908
|
--tw-bg-opacity: 1;
|
|
931
909
|
background-color: rgb(64 72 87 / var(--tw-bg-opacity));
|
|
@@ -1068,9 +1046,6 @@ video {
|
|
|
1068
1046
|
font-size: 0.75rem;
|
|
1069
1047
|
line-height: 1rem;
|
|
1070
1048
|
}
|
|
1071
|
-
.font-medium {
|
|
1072
|
-
font-weight: 500;
|
|
1073
|
-
}
|
|
1074
1049
|
.font-normal {
|
|
1075
1050
|
font-weight: 400;
|
|
1076
1051
|
}
|