@snabcentr/client-ui 0.30.2 → 0.31.0
Sign up to get free protection for your applications and to get access to all the features.
- package/catalog/categories-list/sc-categories-list.component.d.ts +4 -2
- package/esm2020/catalog/categories-list/sc-categories-list.component.mjs +20 -12
- package/fesm2015/snabcentr-client-ui.mjs +17 -11
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +17 -10
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +8 -0
package/package.json
CHANGED
@@ -745,6 +745,10 @@ video {
|
|
745
745
|
display: inline;
|
746
746
|
}
|
747
747
|
|
748
|
+
.\!flex {
|
749
|
+
display: flex !important;
|
750
|
+
}
|
751
|
+
|
748
752
|
.flex {
|
749
753
|
display: flex;
|
750
754
|
}
|
@@ -963,6 +967,10 @@ video {
|
|
963
967
|
grid-template-columns: repeat(auto-fill,minmax(21rem,1fr));
|
964
968
|
}
|
965
969
|
|
970
|
+
.\!flex-col {
|
971
|
+
flex-direction: column !important;
|
972
|
+
}
|
973
|
+
|
966
974
|
.flex-col {
|
967
975
|
flex-direction: column;
|
968
976
|
}
|