tabexseriescomponents 0.0.10 → 0.0.11
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.css +5 -0
- package/dist/index.esm.css +5 -0
- package/dist/index.umd.css +812 -0
- package/dist/index.umd.js +2109 -0
- package/package.json +2 -1
package/dist/index.cjs.css
CHANGED
|
@@ -268,6 +268,7 @@ th {
|
|
|
268
268
|
vertical-align: middle;
|
|
269
269
|
-webkit-user-select: none;
|
|
270
270
|
-moz-user-select: none;
|
|
271
|
+
-ms-user-select: none;
|
|
271
272
|
user-select: none;
|
|
272
273
|
background-color: transparent;
|
|
273
274
|
border-radius: 20px;
|
|
@@ -779,7 +780,9 @@ a.general-module_btn__FAb1b.general-module_disabled__PRzt- {
|
|
|
779
780
|
left: 30px;
|
|
780
781
|
content: '';
|
|
781
782
|
opacity: 0;
|
|
783
|
+
-webkit-transition: all 0.4s;
|
|
782
784
|
transition: all 0.4s;
|
|
785
|
+
-webkit-transition-delay: 0.3s;
|
|
783
786
|
transition-delay: 0.3s;
|
|
784
787
|
}
|
|
785
788
|
.categorycard3-module_categoryCard__3mSQo button {
|
|
@@ -792,6 +795,8 @@ a.general-module_btn__FAb1b.general-module_disabled__PRzt- {
|
|
|
792
795
|
display: inline-block;
|
|
793
796
|
vertical-align: middle;
|
|
794
797
|
transition: 0.15s ease-in-out;
|
|
798
|
+
-webkit-transition: all 0.4s ease 0.1s;
|
|
799
|
+
-o-transition: all 0.4s ease 0.1s;
|
|
795
800
|
transition: all 0.4s ease 0.1s;
|
|
796
801
|
}
|
|
797
802
|
.categorycard3-module_categoryCard__3mSQo:hover figcaption button {
|
package/dist/index.esm.css
CHANGED
|
@@ -268,6 +268,7 @@ th {
|
|
|
268
268
|
vertical-align: middle;
|
|
269
269
|
-webkit-user-select: none;
|
|
270
270
|
-moz-user-select: none;
|
|
271
|
+
-ms-user-select: none;
|
|
271
272
|
user-select: none;
|
|
272
273
|
background-color: transparent;
|
|
273
274
|
border-radius: 20px;
|
|
@@ -779,7 +780,9 @@ a.general-module_btn__FAb1b.general-module_disabled__PRzt- {
|
|
|
779
780
|
left: 30px;
|
|
780
781
|
content: '';
|
|
781
782
|
opacity: 0;
|
|
783
|
+
-webkit-transition: all 0.4s;
|
|
782
784
|
transition: all 0.4s;
|
|
785
|
+
-webkit-transition-delay: 0.3s;
|
|
783
786
|
transition-delay: 0.3s;
|
|
784
787
|
}
|
|
785
788
|
.categorycard3-module_categoryCard__3mSQo button {
|
|
@@ -792,6 +795,8 @@ a.general-module_btn__FAb1b.general-module_disabled__PRzt- {
|
|
|
792
795
|
display: inline-block;
|
|
793
796
|
vertical-align: middle;
|
|
794
797
|
transition: 0.15s ease-in-out;
|
|
798
|
+
-webkit-transition: all 0.4s ease 0.1s;
|
|
799
|
+
-o-transition: all 0.4s ease 0.1s;
|
|
795
800
|
transition: all 0.4s ease 0.1s;
|
|
796
801
|
}
|
|
797
802
|
.categorycard3-module_categoryCard__3mSQo:hover figcaption button {
|