design-system-silkhaus 2.17.1-beta.not-item-updates.1 → 2.17.1-beta.not-item-updates.2
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39446,7 +39446,7 @@ const Ox = ({ onClose: e, children: t, title: r = "" }) => /* @__PURE__ */ f.jsx
|
|
|
39446
39446
|
children: /* @__PURE__ */ f.jsx(sa, { className: "ds-size-4" })
|
|
39447
39447
|
}
|
|
39448
39448
|
),
|
|
39449
|
-
/* @__PURE__ */ f.jsx("div", { className: "ds-text-
|
|
39449
|
+
/* @__PURE__ */ f.jsx("div", { className: "ds-text-xSmallTitle3Emphasized", children: r }),
|
|
39450
39450
|
/* @__PURE__ */ f.jsx("div", { className: "ds-size-5" })
|
|
39451
39451
|
] }),
|
|
39452
39452
|
/* @__PURE__ */ f.jsx("div", { className: "ds-grow ds-text-xSmallCalloutRegular", children: t })
|