@eleven-labs/design-system 0.30.2 → 0.30.3
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/constants/tokenVariablesDesktop.d.ts +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.umd.cjs +2 -2
- 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
|
@@ -5135,7 +5135,7 @@ const B0 = (e) => ({
|
|
|
5135
5135
|
] });
|
|
5136
5136
|
}, kc = ({ posts: e, pagination: t, isLoading: n = !1 }) => /* @__PURE__ */ c(Pe, { children: /* @__PURE__ */ M(F, { flexDirection: "column", gap: "m", children: [
|
|
5137
5137
|
e.map((i, o) => /* @__PURE__ */ c(_e.Fragment, { children: /* @__PURE__ */ c(D0, { ...i || {}, isLoading: n }) }, (i == null ? void 0 : i.slug) ?? o)),
|
|
5138
|
-
t && (t == null ? void 0 : t.totalPages) > 1 && /* @__PURE__ */ c(cs, { ...t })
|
|
5138
|
+
t && (t == null ? void 0 : t.totalPages) > 1 && /* @__PURE__ */ c(cs, { mx: "auto", ...t })
|
|
5139
5139
|
] }) });
|
|
5140
5140
|
function ls(e, t) {
|
|
5141
5141
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, Z0(e, t);
|
|
@@ -8003,8 +8003,8 @@ const q0 = (e) => {
|
|
|
8003
8003
|
children: o,
|
|
8004
8004
|
...r
|
|
8005
8005
|
}) => /* @__PURE__ */ M(V, { mx: "auto", className: "post-page", children: [
|
|
8006
|
-
/* @__PURE__ */ c(Yn, { ...t }),
|
|
8007
|
-
/* @__PURE__ */ c(Xn, { ...n, img: { className: "post-page__cover", ...n == null ? void 0 : n.img } }),
|
|
8006
|
+
/* @__PURE__ */ c(Yn, { mx: { xs: "xs", md: "0" }, ...t }),
|
|
8007
|
+
/* @__PURE__ */ c(Xn, { ...n, mx: { xs: "xs", md: "0" }, img: { className: "post-page__cover", ...n == null ? void 0 : n.img } }),
|
|
8008
8008
|
/* @__PURE__ */ c(
|
|
8009
8009
|
k0,
|
|
8010
8010
|
{
|