@kystverket/styrbord 1.13.2 → 1.14.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/src/components/kystverket/Icon/icon.types.d.ts +1 -1
- package/dist/src/components/kystverket/SlotDialog/SlotDialog.d.ts +4 -2
- package/dist/src/components/kystverket/SlotDialog/SlotDialog.stories.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/style.js +19 -16
- package/dist/style.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/style.js
CHANGED
|
@@ -1223,22 +1223,22 @@ const p = ({
|
|
|
1223
1223
|
return g5.forEach((u) => {
|
|
1224
1224
|
Object.assign(Q, j5(u, m[u]));
|
|
1225
1225
|
}), d.push(A2[`align-${c}`]), d.push(A), /* @__PURE__ */ e.jsx("div", { style: Q, className: d.join(" "), children: z });
|
|
1226
|
-
}, V5 = "
|
|
1226
|
+
}, V5 = "_stepperIcon_131fj_2", K5 = "_step_131fj_2", S5 = "_icon_131fj_40", x5 = "_divider_131fj_69", b5 = "_label_131fj_81", k5 = "_clickable_131fj_93", e2 = {
|
|
1227
1227
|
stepperIcon: V5,
|
|
1228
|
-
"step-outer-container": "_step-outer-
|
|
1229
|
-
"step-container": "_step-
|
|
1230
|
-
"orientation-vertical": "_orientation-
|
|
1231
|
-
"item-orientation-vertical": "_item-orientation-
|
|
1228
|
+
"step-outer-container": "_step-outer-container_131fj_8",
|
|
1229
|
+
"step-container": "_step-container_131fj_12",
|
|
1230
|
+
"orientation-vertical": "_orientation-vertical_131fj_23",
|
|
1231
|
+
"item-orientation-vertical": "_item-orientation-vertical_131fj_23",
|
|
1232
1232
|
step: K5,
|
|
1233
1233
|
icon: S5,
|
|
1234
|
-
"has-style-subtle": "_has-style-
|
|
1235
|
-
"has-style-outline": "_has-style-
|
|
1234
|
+
"has-style-subtle": "_has-style-subtle_131fj_59",
|
|
1235
|
+
"has-style-outline": "_has-style-outline_131fj_64",
|
|
1236
1236
|
divider: x5,
|
|
1237
1237
|
label: b5,
|
|
1238
1238
|
clickable: k5,
|
|
1239
|
-
"is-current": "_is-
|
|
1240
|
-
"orientation-horizontal": "_orientation-
|
|
1241
|
-
"orientation-forced": "_orientation-
|
|
1239
|
+
"is-current": "_is-current_131fj_94",
|
|
1240
|
+
"orientation-horizontal": "_orientation-horizontal_131fj_126",
|
|
1241
|
+
"orientation-forced": "_orientation-forced_131fj_126"
|
|
1242
1242
|
}, O5 = ({
|
|
1243
1243
|
identifier: A,
|
|
1244
1244
|
placement: t,
|
|
@@ -3850,9 +3850,11 @@ function wA({
|
|
|
3850
3850
|
ref: E,
|
|
3851
3851
|
children: c,
|
|
3852
3852
|
longContent: r,
|
|
3853
|
-
size: l
|
|
3853
|
+
size: l,
|
|
3854
|
+
style: M,
|
|
3855
|
+
className: i = ""
|
|
3854
3856
|
}) {
|
|
3855
|
-
const
|
|
3857
|
+
const f = `${P2.dialogBlockBase} ${r ? P2.longContent : ""}`;
|
|
3856
3858
|
return /* @__PURE__ */ e.jsx(LA, { children: /* @__PURE__ */ e.jsxs(
|
|
3857
3859
|
b2,
|
|
3858
3860
|
{
|
|
@@ -3860,15 +3862,16 @@ function wA({
|
|
|
3860
3862
|
onClose: n,
|
|
3861
3863
|
ref: E,
|
|
3862
3864
|
size: l,
|
|
3863
|
-
|
|
3865
|
+
style: M,
|
|
3866
|
+
className: `${P2.slotDialogOverrides} ${i}`,
|
|
3864
3867
|
closedby: "any",
|
|
3865
3868
|
children: [
|
|
3866
|
-
/* @__PURE__ */ e.jsxs(p, { gap: 4, className: `${P2.headerBlock} ${
|
|
3869
|
+
/* @__PURE__ */ e.jsxs(p, { gap: 4, className: `${P2.headerBlock} ${f}`, children: [
|
|
3867
3870
|
!!t && /* @__PURE__ */ e.jsx(L, { children: t }),
|
|
3868
3871
|
/* @__PURE__ */ e.jsx(l2, { children: A })
|
|
3869
3872
|
] }),
|
|
3870
|
-
/* @__PURE__ */ e.jsx(p, { className: `${P2.contentBlock} ${
|
|
3871
|
-
/* @__PURE__ */ e.jsx(DA, { className: `${P2.buttonBlock} ${
|
|
3873
|
+
/* @__PURE__ */ e.jsx(p, { className: `${P2.contentBlock} ${f}`, children: /* @__PURE__ */ e.jsx(p, { children: c }) }),
|
|
3874
|
+
/* @__PURE__ */ e.jsx(DA, { className: `${P2.buttonBlock} ${f}` })
|
|
3872
3875
|
]
|
|
3873
3876
|
}
|
|
3874
3877
|
) });
|