@digital-b2c/coreui-kit 0.3.5 → 0.3.6
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/index.cjs +4 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +36 -39
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +4 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -890,11 +890,11 @@ var ContactModule_module_default = {
|
|
|
890
890
|
container: "ContactModule_module_container",
|
|
891
891
|
wrapper: "ContactModule_module_wrapper",
|
|
892
892
|
content: "ContactModule_module_content",
|
|
893
|
-
"cta-wrapper": "ContactModule_module_cta-wrapper",
|
|
894
|
-
cta: "ContactModule_module_cta",
|
|
895
893
|
title: "ContactModule_module_title",
|
|
896
894
|
subtitle: "ContactModule_module_subtitle",
|
|
897
|
-
|
|
895
|
+
"cta-wrapper": "ContactModule_module_cta-wrapper",
|
|
896
|
+
image: "ContactModule_module_image",
|
|
897
|
+
cta: "ContactModule_module_cta"
|
|
898
898
|
};
|
|
899
899
|
var ContactModule = ({
|
|
900
900
|
className,
|
|
@@ -983,8 +983,7 @@ var HeroBanner_module_default = {
|
|
|
983
983
|
brandsStrip: "HeroBanner_module_brandsStrip",
|
|
984
984
|
backgroundImage: "HeroBanner_module_backgroundImage",
|
|
985
985
|
scrollDown: "HeroBanner_module_scrollDown",
|
|
986
|
-
arrow: "HeroBanner_module_arrow"
|
|
987
|
-
mainHeroBanner: "HeroBanner_module_mainHeroBanner"
|
|
986
|
+
arrow: "HeroBanner_module_arrow"
|
|
988
987
|
};
|
|
989
988
|
var HeroBanner = ({
|
|
990
989
|
className,
|