ctc-component-library 0.1.21 → 0.1.23
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.es.js
CHANGED
|
@@ -40739,7 +40739,8 @@ const pz = ({
|
|
|
40739
40739
|
primaryButtonIsDisabled: h = !1,
|
|
40740
40740
|
handleLinkButton: g,
|
|
40741
40741
|
handleClose: y,
|
|
40742
|
-
|
|
40742
|
+
maskClosable: b = !1,
|
|
40743
|
+
...C
|
|
40743
40744
|
}) => {
|
|
40744
40745
|
if (d === "big")
|
|
40745
40746
|
return /* @__PURE__ */ De.jsx(
|
|
@@ -40751,11 +40752,11 @@ const pz = ({
|
|
|
40751
40752
|
onCancel: y,
|
|
40752
40753
|
footer: null,
|
|
40753
40754
|
style: l,
|
|
40754
|
-
...
|
|
40755
|
+
...C,
|
|
40755
40756
|
children: i
|
|
40756
40757
|
}
|
|
40757
40758
|
);
|
|
40758
|
-
const
|
|
40759
|
+
const S = (w) => ({ __html: w }), x = ({ text: w }) => /* @__PURE__ */ De.jsx("span", { dangerouslySetInnerHTML: S(w) });
|
|
40759
40760
|
return /* @__PURE__ */ De.jsxs(
|
|
40760
40761
|
pg,
|
|
40761
40762
|
{
|
|
@@ -40764,11 +40765,12 @@ const pz = ({
|
|
|
40764
40765
|
open: n,
|
|
40765
40766
|
onCancel: y,
|
|
40766
40767
|
footer: null,
|
|
40768
|
+
maskClosable: b,
|
|
40767
40769
|
style: { maxWidth: "475px", padding: "0px", ...l },
|
|
40768
|
-
...
|
|
40770
|
+
...C,
|
|
40769
40771
|
children: [
|
|
40770
40772
|
/* @__PURE__ */ De.jsx("span", { className: "modal-container__title", children: /* @__PURE__ */ De.jsx(jn, { variant: "h4", children: e }) }),
|
|
40771
|
-
t && /* @__PURE__ */ De.jsx("span", { className: "modal-container__description", children: /* @__PURE__ */ De.jsx(jn, { variant: "body3", children: /* @__PURE__ */ De.jsx(
|
|
40773
|
+
t && /* @__PURE__ */ De.jsx("span", { className: "modal-container__description", children: /* @__PURE__ */ De.jsx(jn, { variant: "body3", children: /* @__PURE__ */ De.jsx(x, { text: t }) }) }),
|
|
40772
40774
|
a && /* @__PURE__ */ De.jsx("span", { className: "modal-container__body-content", children: a }),
|
|
40773
40775
|
/* @__PURE__ */ De.jsx(
|
|
40774
40776
|
Hf,
|
|
@@ -40974,7 +40976,7 @@ const yz = ({
|
|
|
40974
40976
|
dontShowId: f = !1
|
|
40975
40977
|
}) => {
|
|
40976
40978
|
const v = {
|
|
40977
|
-
small: "
|
|
40979
|
+
small: "body5",
|
|
40978
40980
|
big: "body3"
|
|
40979
40981
|
}, m = {
|
|
40980
40982
|
small: "body5",
|