@eclass/ui-kit 1.39.0 → 1.39.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.
@@ -31240,7 +31240,7 @@ function Alert({
31240
31240
  }), /* @__PURE__ */ jsxs(Box, {
31241
31241
  display: "flex",
31242
31242
  alignItems: "center",
31243
- children: [/* @__PURE__ */ jsx(Box, {
31243
+ children: [/* @__PURE__ */ jsxs(Box, {
31244
31244
  as: "p",
31245
31245
  alignSelf: "center",
31246
31246
  fontFamily: "Roboto",
@@ -31248,12 +31248,10 @@ function Alert({
31248
31248
  fontWeight: "400",
31249
31249
  lineHeight: "28px",
31250
31250
  color: vars("colors-neutral-darkCharcoal"),
31251
- children: /* @__PURE__ */ jsxs("p", {
31252
- children: [children, endTextLink && onClickLink && /* @__PURE__ */ jsx(BtnLink, {
31253
- onClick: onClickLink,
31254
- children: endTextLink
31255
- })]
31256
- })
31251
+ children: [children, endTextLink && onClickLink && /* @__PURE__ */ jsx(BtnLink, {
31252
+ onClick: onClickLink,
31253
+ children: endTextLink
31254
+ })]
31257
31255
  }), buttonType === "link" && /* @__PURE__ */ jsx(BtnLink, {
31258
31256
  onClick: handleClick,
31259
31257
  children: buttonText