@hellobetterdigitalnz/selwynui 0.0.1-64 → 0.0.1-65
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/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItem.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/src/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItem.tsx +5 -2
- package/src/Components/DataDisplay/CheckOutActionBlock/CheckOutActionBlock.stories.tsx +92 -0
- package/src/Components/DataDisplay/CheckOutActionBlock/CheckOutActionBlock.tsx +80 -0
- package/src/Components/DataDisplay/CheckOutActionBlock/CheckOutActionBlockProps.tsx +18 -0
- package/src/Components/DataDisplay/CheckOutActionBlock/checkOutAction.module.scss +78 -0
- package/src/Components/DataDisplay/slider.scss +2 -1
- package/src/Components/Form/Checkbox/checkbox.module.scss +1 -1
- package/src/Components/Form/LandingPageForm/LandingPageForm.stories.tsx +17 -18
- package/src/Components/Form/LandingPageForm/LandingPageFormLeft.tsx +9 -8
- package/src/Components/Form/LandingPageForm/LandingPageFormLeftProps.tsx +2 -1
- package/src/Components/Form/LandingPageForm/LandingPageFormRight.tsx +2 -2
- package/src/Components/Form/LandingPageForm/LandingPageFormRightProps.tsx +1 -1
- package/src/Components/Form/LandingPageForm/landingPageForm.module.scss +64 -19
package/dist/index.es.js
CHANGED
|
@@ -47339,10 +47339,18 @@ const Yv = "_media_12d36_1", Qv = "_imgWrapper_12d36_1", Gi = {
|
|
|
47339
47339
|
/* @__PURE__ */ s("div", { className: o1.previewImage, children: e }),
|
|
47340
47340
|
/* @__PURE__ */ s("div", { className: o1.previewAction, children: t })
|
|
47341
47341
|
] });
|
|
47342
|
-
}, Fb = ({ icon: i, iconName: e, active: t }) => /* @__PURE__ */ s("div", { className: o1.item, children: /* @__PURE__ */ E(
|
|
47343
|
-
|
|
47344
|
-
|
|
47345
|
-
|
|
47342
|
+
}, Fb = ({ icon: i, iconName: e, active: t, onClick: r }) => /* @__PURE__ */ s("div", { className: o1.item, children: /* @__PURE__ */ E(
|
|
47343
|
+
"div",
|
|
47344
|
+
{
|
|
47345
|
+
onClick: r,
|
|
47346
|
+
className: `${o1.itemWrapper} ${t && o1.active}`,
|
|
47347
|
+
"aria-description": e,
|
|
47348
|
+
children: [
|
|
47349
|
+
i,
|
|
47350
|
+
/* @__PURE__ */ s("p", { children: e })
|
|
47351
|
+
]
|
|
47352
|
+
}
|
|
47353
|
+
) }), Ub = (i) => {
|
|
47346
47354
|
const { actions: e, children: t } = i;
|
|
47347
47355
|
return /* @__PURE__ */ E("div", { className: o1.templateSelector, children: [
|
|
47348
47356
|
/* @__PURE__ */ E("div", { className: o1.selectorsWrapper, children: [
|