@snabcentr/client-ui 3.44.10 → 3.44.12
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/esm2022/catalog/category-card/sc-category-card.component.mjs +3 -3
- package/esm2022/noindex-wrapper/sc-noindex-wrapper.component.mjs +5 -3
- package/fesm2022/snabcentr-client-ui.mjs +6 -4
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +4 -4
package/package.json
CHANGED
|
@@ -748,6 +748,10 @@ video {
|
|
|
748
748
|
display: grid;
|
|
749
749
|
}
|
|
750
750
|
|
|
751
|
+
.contents {
|
|
752
|
+
display: contents;
|
|
753
|
+
}
|
|
754
|
+
|
|
751
755
|
.\!hidden {
|
|
752
756
|
display: none !important;
|
|
753
757
|
}
|
|
@@ -1169,10 +1173,6 @@ video {
|
|
|
1169
1173
|
white-space: nowrap;
|
|
1170
1174
|
}
|
|
1171
1175
|
|
|
1172
|
-
.break-all {
|
|
1173
|
-
word-break: break-all;
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
1176
|
.\!rounded-xl {
|
|
1177
1177
|
border-radius: 0.75rem !important;
|
|
1178
1178
|
}
|