@asdp/ferryui 0.1.22-dev.10769 → 0.1.22-dev.10786
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -10916,6 +10916,7 @@ var CardOrdererInfo = ({
|
|
|
10916
10916
|
ccEmail,
|
|
10917
10917
|
onCcEmailChange,
|
|
10918
10918
|
onCcEmailRemove,
|
|
10919
|
+
showNotificationType = false,
|
|
10919
10920
|
notificationType: notificationTypeProp = "whatsapp",
|
|
10920
10921
|
onNotificationTypeChange
|
|
10921
10922
|
}) => {
|
|
@@ -10955,7 +10956,7 @@ var CardOrdererInfo = ({
|
|
|
10955
10956
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body1, { className: styles.value, children: orderer?.email || "-" }),
|
|
10956
10957
|
!showCcForm && /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Link, { className: styles.addCcLink, onClick: handleAddCcClick, children: mergedLabels.addCcEmail })
|
|
10957
10958
|
] }) }),
|
|
10958
|
-
/* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Col, { md: 4, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.notificationSection, children: [
|
|
10959
|
+
showNotificationType && /* @__PURE__ */ jsxRuntime.jsx(reactGridSystem.Col, { md: 4, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles.notificationSection, children: [
|
|
10959
10960
|
/* @__PURE__ */ jsxRuntime.jsx(reactComponents.Body2, { className: styles.notificationLabel, children: mergedLabels.notificationLabel }),
|
|
10960
10961
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
10961
10962
|
reactComponents.RadioGroup,
|