@proximus/lavender 1.4.6-alpha.1 → 1.4.6-alpha.2
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 +1 -1
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -718,7 +718,7 @@ const backgroundColorValues = [
|
|
|
718
718
|
"purpose-info",
|
|
719
719
|
"purpose-eco",
|
|
720
720
|
"purpose-notification",
|
|
721
|
-
"footer"
|
|
721
|
+
"footer-sitemap"
|
|
722
722
|
];
|
|
723
723
|
const backgroundSizeValues = ["", "cover", "contain", "default"];
|
|
724
724
|
const boxShadowValues = ["", "none", "s", "m", "l", "xl"];
|