@eleven-labs/design-system 0.26.0 → 0.26.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/constants/tokenVariables.d.ts +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.umd.cjs +2 -2
- package/dist/pages/HomePage/HomePage.d.ts +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/scss/abstracts/variables/_variables.scss +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5032,7 +5032,7 @@ const Ac = ["horizontal", "vertical"], ut = ({
|
|
|
5032
5032
|
/* @__PURE__ */ s(Ee, { name: "underline", color: "accent", width: "56px" }),
|
|
5033
5033
|
/* @__PURE__ */ s(Z, { mt: "m", children: t })
|
|
5034
5034
|
] }),
|
|
5035
|
-
/* @__PURE__ */ s(V, { children: n })
|
|
5035
|
+
/* @__PURE__ */ s(V, { className: "newsletter-card__form", children: n })
|
|
5036
5036
|
]
|
|
5037
5037
|
}
|
|
5038
5038
|
), o0 = -1, y0 = (e, t) => {
|
|
@@ -7910,7 +7910,7 @@ const dc = ({
|
|
|
7910
7910
|
}) => /* @__PURE__ */ M(Pe, { children: [
|
|
7911
7911
|
/* @__PURE__ */ s(ns, { ...e }),
|
|
7912
7912
|
/* @__PURE__ */ s(uc, { ...t }),
|
|
7913
|
-
/* @__PURE__ */ s(dc, { ...n }),
|
|
7913
|
+
n && /* @__PURE__ */ s(dc, { ...n }),
|
|
7914
7914
|
/* @__PURE__ */ s(V, { my: "xl", mx: { xs: "s", md: "auto" }, width: { md: "content-container" }, children: /* @__PURE__ */ s(ut, { variant: "horizontal", ...i }) })
|
|
7915
7915
|
] });
|
|
7916
7916
|
const fc = ({ title: e, authors: t, ...n }) => /* @__PURE__ */ M(V, { ...n, children: [
|