@hellobetterdigitalnz/selwynui 0.0.1-50 → 0.0.1-51
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/Media/Media.d.ts +1 -1
- package/dist/Components/DataDisplay/Media/MediaProps.d.ts +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -6
- package/dist/index.es.js.map +1 -1
- package/dist/selwynui.css +1 -1
- package/package.json +1 -1
- package/src/Components/DataDisplay/ContactsBlock/ContactsBlock.stories.tsx +1 -1
- package/src/Components/DataDisplay/ContactsBlock/contactsBlock.module.scss +6 -1
- package/src/Components/DataDisplay/DetailsCard/DetailsCard.tsx +3 -1
- package/src/Components/DataDisplay/Media/Media.stories.tsx +2 -8
- package/src/Components/DataDisplay/Media/Media.tsx +66 -31
- package/src/Components/DataDisplay/Media/MediaProps.tsx +1 -0
- package/src/Components/DataDisplay/Media/media.module.scss +16 -0
- package/src/Components/DataDisplay/Media/{media.scss → mediaVideo.scss} +6 -0
- package/src/Components/Layout/Header/Header.stories.tsx +3 -3
- package/src/Components/Layout/Header/header.module.scss +11 -18
package/dist/index.es.js
CHANGED
|
@@ -1063,12 +1063,14 @@ const l1 = /* @__PURE__ */ P1(N9), E9 = "_detailsCard_1col9_1", I9 = "_detailsCa
|
|
|
1063
1063
|
date: a = "",
|
|
1064
1064
|
image: c = "",
|
|
1065
1065
|
variation: h = "long",
|
|
1066
|
-
link: w = {}
|
|
1067
|
-
|
|
1066
|
+
link: w = {},
|
|
1067
|
+
pillar: u = "visit"
|
|
1068
|
+
} = e, T = [
|
|
1068
1069
|
x2.detailsCard,
|
|
1069
|
-
"detailsCard"
|
|
1070
|
+
"detailsCard",
|
|
1071
|
+
`${u}`
|
|
1070
1072
|
];
|
|
1071
|
-
return h === "short" &&
|
|
1073
|
+
return h === "short" && T.push(x2.detailsCardShort), /* @__PURE__ */ C("div", { className: l1(T), children: /* @__PURE__ */ s("a", { href: w?.href, target: w.target, rel: w.rel, className: `${x2.cardWrap} ${x2.detailsCardWithLink}`, children: [
|
|
1072
1074
|
/* @__PURE__ */ C("div", { className: x2.cardImage, children: c && /* @__PURE__ */ C("img", { src: c, alt: n }) }),
|
|
1073
1075
|
/* @__PURE__ */ s("div", { className: x2.cardContent, children: [
|
|
1074
1076
|
/* @__PURE__ */ s("div", { className: x2.cardBody, children: [
|
|
@@ -1332,7 +1334,7 @@ const a2 = (e) => {
|
|
|
1332
1334
|
heroSvg: J7,
|
|
1333
1335
|
chatButton: Q7,
|
|
1334
1336
|
fixedInputBox: C6
|
|
1335
|
-
}, e6 = "
|
|
1337
|
+
}, e6 = "_header_1pb2d_1", t6 = "_active_1pb2d_5", r6 = "_headerWrapper_1pb2d_8", n6 = "_headerLogo_1pb2d_15", i6 = "_logo_1pb2d_22", l6 = "_logoSmall_1pb2d_25", o6 = "_headerRightWrapper_1pb2d_28", s6 = "_headerBottomItemHolder_1pb2d_32", a6 = "_icon_1pb2d_45", h6 = "_menuDropdown_1pb2d_54", M2 = {
|
|
1336
1338
|
header: e6,
|
|
1337
1339
|
active: t6,
|
|
1338
1340
|
headerWrapper: r6,
|
|
@@ -10127,7 +10129,7 @@ const J5 = /* @__PURE__ */ P1(J6), Q6 = "_testimonyCard_12lli_1", C4 = "_testimo
|
|
|
10127
10129
|
/* @__PURE__ */ C("div", { className: H2.promoBannerBottomRight, children: /* @__PURE__ */ C("img", { src: T, alt: h }) })
|
|
10128
10130
|
] })
|
|
10129
10131
|
] }) }) }) });
|
|
10130
|
-
}, X4 = "
|
|
10132
|
+
}, X4 = "_contactsBlock_bs8wx_1", K4 = "_contactsBlockHeader_bs8wx_5", J4 = "_contactsCardsWrapper_bs8wx_9", Q4 = "_contactCard_bs8wx_12", C3 = "_contactContentWrapper_bs8wx_28", e3 = "_contactCardHeader_bs8wx_31", t3 = "_contactMiddleContent_bs8wx_43", r3 = "_contactLink_bs8wx_50", k2 = {
|
|
10131
10133
|
contactsBlock: X4,
|
|
10132
10134
|
contactsBlockHeader: K4,
|
|
10133
10135
|
contactsCardsWrapper: J4,
|