@hellobetterdigitalnz/selwynui 0.0.1-63 → 0.0.1-64
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -2
- package/dist/index.es.js.map +1 -1
- package/dist/selwynui.css +1 -1
- package/package.json +1 -1
- package/src/Components/DataDisplay/BrandBuilderTool/BrandBuilderToolTemplate/BrandBuilderToolTemplateItem.tsx +1 -0
- package/src/Components/DataDisplay/BrandBuilderTool/brandBuilder.module.scss +10 -0
package/dist/index.es.js
CHANGED
|
@@ -47303,7 +47303,7 @@ const Yv = "_media_12d36_1", Qv = "_imgWrapper_12d36_1", Gi = {
|
|
|
47303
47303
|
}, Ob = (i) => {
|
|
47304
47304
|
const { children: e, extraClass: t = "" } = i;
|
|
47305
47305
|
return /* @__PURE__ */ s("div", { className: `${Z1.modalActionRight} modalActionRight ${t}`, children: e });
|
|
47306
|
-
}, cw = "
|
|
47306
|
+
}, cw = "_brandBuilder_1pv2e_1", hw = "_header_1pv2e_1", dw = "_brandBuilderToolWrapper_1pv2e_17", fw = "_title_1pv2e_22", pw = "_selectorTitle_1pv2e_36", gw = "_selectorsWrapper_1pv2e_39", mw = "_selectors_1pv2e_39", vw = "_templateSelector_1pv2e_48", ww = "_items_1pv2e_51", _w = "_item_1pv2e_51", yw = "_itemWrapper_1pv2e_60", xw = "_active_1pv2e_77", bw = "_uploaderBtn_1pv2e_91", Lw = "_uploaderDesc_1pv2e_94", Tw = "_brandBuilderToolUploader_1pv2e_107", Mw = "_sideBar_1pv2e_115", Hw = "_main_1pv2e_118", Sw = "_previewAction_1pv2e_121", Vw = "_previewImage_1pv2e_127", o1 = {
|
|
47307
47307
|
brandBuilder: cw,
|
|
47308
47308
|
header: hw,
|
|
47309
47309
|
brandBuilderToolWrapper: dw,
|
|
@@ -47339,7 +47339,10 @@ 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__ */
|
|
47342
|
+
}, Fb = ({ icon: i, iconName: e, active: t }) => /* @__PURE__ */ s("div", { className: o1.item, children: /* @__PURE__ */ E("div", { className: `${o1.itemWrapper} ${t && o1.active}`, "aria-description": e, children: [
|
|
47343
|
+
i,
|
|
47344
|
+
/* @__PURE__ */ s("p", { children: e })
|
|
47345
|
+
] }) }), Ub = (i) => {
|
|
47343
47346
|
const { actions: e, children: t } = i;
|
|
47344
47347
|
return /* @__PURE__ */ E("div", { className: o1.templateSelector, children: [
|
|
47345
47348
|
/* @__PURE__ */ E("div", { className: o1.selectorsWrapper, children: [
|