design-system-silkhaus 2.16.0 → 2.16.1-beta.fixes
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 +2 -2
- package/dist/index.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32105,7 +32105,7 @@ const eF = se.forwardRef(
|
|
|
32105
32105
|
/* @__PURE__ */ f.jsxs(
|
|
32106
32106
|
"div",
|
|
32107
32107
|
{
|
|
32108
|
-
className: "ds-mb-4 ds-grid ds-grid-flow-row ds-grid-cols-3
|
|
32108
|
+
className: "ds-mb-4 ds-grid ds-grid-flow-row ds-grid-cols-3",
|
|
32109
32109
|
role: "button",
|
|
32110
32110
|
onClick: v,
|
|
32111
32111
|
children: [
|
|
@@ -38338,6 +38338,7 @@ const BY = (r) => {
|
|
|
38338
38338
|
i && "ds-bg-Background-accentEggplant-5"
|
|
38339
38339
|
),
|
|
38340
38340
|
role: "button",
|
|
38341
|
+
onClick: c,
|
|
38341
38342
|
children: /* @__PURE__ */ f.jsxs("div", { className: "payment-item ds-flex ds-flex-row ds-items-start ds-justify-between ds-gap-2 ds-tablet:ds-gap-4", children: [
|
|
38342
38343
|
/* @__PURE__ */ f.jsxs("div", { children: [
|
|
38343
38344
|
/* @__PURE__ */ f.jsxs(
|
|
@@ -38356,8 +38357,7 @@ const BY = (r) => {
|
|
|
38356
38357
|
name: t,
|
|
38357
38358
|
type: "radio",
|
|
38358
38359
|
checked: i,
|
|
38359
|
-
value: e
|
|
38360
|
-
onChange: c
|
|
38360
|
+
value: e
|
|
38361
38361
|
}
|
|
38362
38362
|
),
|
|
38363
38363
|
/* @__PURE__ */ f.jsx("span", { className: "checkmark" })
|