@eclass/ui-kit 1.52.8 → 1.52.9
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/eclass-ui-kit.es.js +4 -2
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +1 -1
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Calendar/EventsList/EventsList.d.ts.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -6492,8 +6492,10 @@ const EventsList = ({
|
|
|
6492
6492
|
gap: "4px",
|
|
6493
6493
|
alignItems: "baseline",
|
|
6494
6494
|
children: [isMobile && /* @__PURE__ */ jsx(Box, {
|
|
6495
|
-
|
|
6496
|
-
|
|
6495
|
+
minH: "10px",
|
|
6496
|
+
minW: "10px",
|
|
6497
|
+
maxH: "10px",
|
|
6498
|
+
maxW: "10px",
|
|
6497
6499
|
bg: color,
|
|
6498
6500
|
borderRadius: "50%"
|
|
6499
6501
|
}), /* @__PURE__ */ jsxs(Box, {
|