@eclass/ui-kit 1.58.0 → 1.58.1
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 +1 -0
- 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
|
@@ -10259,6 +10259,7 @@ const EventsList = ({
|
|
|
10259
10259
|
return /* @__PURE__ */ jsxs(Box, {
|
|
10260
10260
|
className: "eventsList",
|
|
10261
10261
|
borderTop: border,
|
|
10262
|
+
cursor: onClick ? "pointer" : "default",
|
|
10262
10263
|
p: "16px",
|
|
10263
10264
|
display: "flex",
|
|
10264
10265
|
gap: "12px",
|