@proximus/lavender-light 2.0.0-alpha.88 → 2.0.0-alpha.89
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.
|
@@ -6025,8 +6025,8 @@ const _ContentHeader = class _ContentHeader extends PxElement {
|
|
|
6025
6025
|
if (value !== null) {
|
|
6026
6026
|
breakpoints.forEach(({ prop, gridAttr, attr }) => {
|
|
6027
6027
|
if (this[prop]) {
|
|
6028
|
-
this.$grid.setAttribute(gridAttr, "
|
|
6029
|
-
spanElement == null ? void 0 : spanElement.setAttribute(attr, "
|
|
6028
|
+
this.$grid.setAttribute(gridAttr, "2");
|
|
6029
|
+
spanElement == null ? void 0 : spanElement.setAttribute(attr, "1");
|
|
6030
6030
|
}
|
|
6031
6031
|
});
|
|
6032
6032
|
} else {
|