@eclass/ui-kit 1.46.3 → 1.46.5
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
|
@@ -32109,7 +32109,7 @@ const LargeBox = ({
|
|
|
32109
32109
|
children: [/* @__PURE__ */ jsx(Box, {
|
|
32110
32110
|
width: "285px",
|
|
32111
32111
|
height: isMobile ? "140px" : "168px",
|
|
32112
|
-
bgImage: `
|
|
32112
|
+
bgImage: `url(${eventImage})`,
|
|
32113
32113
|
backgroundSize: "cover",
|
|
32114
32114
|
borderRadius: isMobile ? "8px 8px 0px 0px" : "8px 0 0 8px"
|
|
32115
32115
|
}), /* @__PURE__ */ jsxs(Box, {
|
|
@@ -32123,12 +32123,14 @@ const LargeBox = ({
|
|
|
32123
32123
|
children: [/* @__PURE__ */ jsxs(Box, {
|
|
32124
32124
|
width: "inherit",
|
|
32125
32125
|
height: "100%",
|
|
32126
|
-
padding: "
|
|
32126
|
+
padding: "16px",
|
|
32127
32127
|
color: "#555555",
|
|
32128
32128
|
gap: "16px",
|
|
32129
32129
|
display: "grid",
|
|
32130
32130
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
32131
32131
|
fontWeight: "700",
|
|
32132
|
+
m: "0px",
|
|
32133
|
+
p: "0px",
|
|
32132
32134
|
children: eventTitle
|
|
32133
32135
|
}), /* @__PURE__ */ jsxs(Box, {
|
|
32134
32136
|
display: "flex",
|
|
@@ -32138,13 +32140,19 @@ const LargeBox = ({
|
|
|
32138
32140
|
color: vars("colors-main-ziggurat")
|
|
32139
32141
|
}), /* @__PURE__ */ jsx(Text, {
|
|
32140
32142
|
fontWeight: "400",
|
|
32143
|
+
m: "0px",
|
|
32144
|
+
p: "0px",
|
|
32141
32145
|
children: startDate
|
|
32142
32146
|
}), /* @__PURE__ */ jsx(Text, {
|
|
32143
32147
|
color: vars("borders-light"),
|
|
32148
|
+
m: "0px",
|
|
32149
|
+
p: "0px",
|
|
32144
32150
|
children: "|"
|
|
32145
32151
|
}), /* @__PURE__ */ jsx(Clock, {
|
|
32146
32152
|
color: vars("colors-main-ziggurat")
|
|
32147
32153
|
}), /* @__PURE__ */ jsx(Text, {
|
|
32154
|
+
m: "0px",
|
|
32155
|
+
p: "0px",
|
|
32148
32156
|
children: startTime
|
|
32149
32157
|
})]
|
|
32150
32158
|
})]
|