@eclass/ui-kit 1.51.15 → 1.51.16
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
CHANGED
|
@@ -35833,13 +35833,17 @@ const EventsList = ({
|
|
|
35833
35833
|
gap: "4px",
|
|
35834
35834
|
lineHeight: "19px",
|
|
35835
35835
|
children: [/* @__PURE__ */ jsx(Box, {
|
|
35836
|
-
|
|
35837
|
-
w: "10px",
|
|
35836
|
+
alignSelf: "flex-start",
|
|
35838
35837
|
bg: color2,
|
|
35839
35838
|
borderRadius: "50%",
|
|
35840
35839
|
display: "block",
|
|
35841
|
-
|
|
35842
|
-
mt: "4px"
|
|
35840
|
+
h: "10px",
|
|
35841
|
+
mt: "4px",
|
|
35842
|
+
maxH: "10px",
|
|
35843
|
+
maxW: "10px",
|
|
35844
|
+
minH: "10px",
|
|
35845
|
+
minW: "10px",
|
|
35846
|
+
w: "10px"
|
|
35843
35847
|
}), /* @__PURE__ */ jsxs(Box, {
|
|
35844
35848
|
as: "span",
|
|
35845
35849
|
color: (_b = vars("colors-neutral-gray")) != null ? _b : "#808080",
|