@proximus/lavender 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.
- package/dist/lavender.cjs.js +1 -1
- package/dist/lavender.es.js +2 -2
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -9314,8 +9314,8 @@ const _ContentHeader = class _ContentHeader extends PxElement {
|
|
|
9314
9314
|
if (value !== null) {
|
|
9315
9315
|
breakpoints.forEach(({ prop, gridAttr, attr }) => {
|
|
9316
9316
|
if (this[prop]) {
|
|
9317
|
-
this.$grid.setAttribute(gridAttr, "
|
|
9318
|
-
spanElement == null ? void 0 : spanElement.setAttribute(attr, "
|
|
9317
|
+
this.$grid.setAttribute(gridAttr, "2");
|
|
9318
|
+
spanElement == null ? void 0 : spanElement.setAttribute(attr, "1");
|
|
9319
9319
|
}
|
|
9320
9320
|
});
|
|
9321
9321
|
} else {
|