design-system-silkhaus 3.7.0 → 3.7.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.d.ts +1 -1
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -30341,7 +30341,7 @@ const fj = ({
|
|
|
30341
30341
|
},
|
|
30342
30342
|
isDismissible: f = !0,
|
|
30343
30343
|
overlayBlur: h = !1,
|
|
30344
|
-
dir: v
|
|
30344
|
+
dir: v
|
|
30345
30345
|
}) => /* @__PURE__ */ u.jsx(
|
|
30346
30346
|
Xn,
|
|
30347
30347
|
{
|
|
@@ -30358,12 +30358,12 @@ const fj = ({
|
|
|
30358
30358
|
overlayBlur: h,
|
|
30359
30359
|
children: /* @__PURE__ */ u.jsxs(
|
|
30360
30360
|
"div",
|
|
30361
|
-
|
|
30361
|
+
{
|
|
30362
30362
|
className: Pe(
|
|
30363
30363
|
"ds-flex ds-flex-col ds-items-center ds-bg-white ds-p-4 ds-shadow-[0px_12px_24px_0px_rgba(0,0,0,0.12)] ds-tablet:ds-max-w-[496px] ds-tablet:ds-rounded",
|
|
30364
30364
|
n
|
|
30365
|
-
)
|
|
30366
|
-
|
|
30365
|
+
),
|
|
30366
|
+
dir: v,
|
|
30367
30367
|
children: [
|
|
30368
30368
|
/* @__PURE__ */ u.jsx(
|
|
30369
30369
|
hj,
|
|
@@ -30393,7 +30393,7 @@ const fj = ({
|
|
|
30393
30393
|
}
|
|
30394
30394
|
)
|
|
30395
30395
|
]
|
|
30396
|
-
}
|
|
30396
|
+
}
|
|
30397
30397
|
)
|
|
30398
30398
|
}
|
|
30399
30399
|
), hj = ({ title: t, subTitle: e, className: r, onClose: n, isDismissible: a }) => /* @__PURE__ */ u.jsxs("div", { className: Pe("ds-relative ds-mb-4 ds-flex ds-w-full ds-gap-2", r), children: [
|