@digital-b2c/coreui-kit 0.4.3 → 0.4.4
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +11 -10
- package/dist/index.css.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1685,6 +1685,7 @@ var Carousel = (_a) => {
|
|
|
1685
1685
|
|
|
1686
1686
|
// src/widgets/EventList/EventList.module.scss
|
|
1687
1687
|
var EventList_module_default = {
|
|
1688
|
+
section: "EventList_module_section",
|
|
1688
1689
|
grey: "EventList_module_grey",
|
|
1689
1690
|
"header-container": "EventList_module_header-container"
|
|
1690
1691
|
};
|