@snabcentr/client-ui 0.30.1 → 0.31.0
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.
Potentially problematic release.
This version of @snabcentr/client-ui might be problematic. Click here for more details.
- 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/esm2020/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.mjs +17 -11
- package/fesm2015/snabcentr-client-ui.mjs +33 -22
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +32 -20
- 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
|
}
|