@hellobetterdigitalnz/selwynui 0.0.1-45 → 0.0.1-46
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/ContactsBlock/ContactsBlockProps.d.ts +1 -1
- package/dist/Components/DataDisplay/ContentBlock/ContentBlockProps.d.ts +2 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- 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 +16 -20
- package/src/Components/DataDisplay/ContactsBlock/ContactsBlock.tsx +3 -3
- package/src/Components/DataDisplay/ContactsBlock/ContactsBlockProps.tsx +1 -1
- package/src/Components/DataDisplay/ContactsBlock/contactsBlock.module.scss +1 -8
- package/src/Components/DataDisplay/ContentBlock/ContentBlockProps.tsx +3 -1
package/dist/index.es.js
CHANGED
|
@@ -7906,7 +7906,7 @@ const a4 = "_loadingInput_1x5wu_1", c4 = "_skeleton_1x5wu_11", i5 = {
|
|
|
7906
7906
|
/* @__PURE__ */ C("div", { className: p2.promoBannerBottomRight, children: /* @__PURE__ */ C("img", { src: O, alt: a }) })
|
|
7907
7907
|
] })
|
|
7908
7908
|
] }) }) }) });
|
|
7909
|
-
}, k4 = "
|
|
7909
|
+
}, k4 = "_contactsBlock_h8st4_1", O4 = "_contactsBlockHeader_h8st4_5", T4 = "_contactsCardsWrapper_h8st4_9", P4 = "_contactCard_h8st4_12", N4 = "_contactContentWrapper_h8st4_28", E4 = "_contactCardHeader_h8st4_31", j4 = "_contactMiddleContent_h8st4_41", I4 = "_contactLink_h8st4_48", k2 = {
|
|
7910
7910
|
contactsBlock: k4,
|
|
7911
7911
|
contactsBlockHeader: O4,
|
|
7912
7912
|
contactsCardsWrapper: T4,
|
|
@@ -7918,7 +7918,7 @@ const a4 = "_loadingInput_1x5wu_1", c4 = "_skeleton_1x5wu_11", i5 = {
|
|
|
7918
7918
|
}, ge = (e) => {
|
|
7919
7919
|
const {
|
|
7920
7920
|
contactBlockTitle: n,
|
|
7921
|
-
|
|
7921
|
+
children: o
|
|
7922
7922
|
} = e;
|
|
7923
7923
|
return /* @__PURE__ */ C("div", { className: k2.contactsBlock, children: /* @__PURE__ */ s(h2, { children: [
|
|
7924
7924
|
n && /* @__PURE__ */ C("h1", { className: k2.contactsBlockHeader, children: n }),
|