@pelcro/react-pelcro-js 4.0.0-alpha.83 → 4.0.0-alpha.84
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 +4 -3
- package/dist/index.esm.js +4 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -28604,9 +28604,10 @@ function SubscriptionCreateModal({
|
|
|
28604
28604
|
|
|
28605
28605
|
return /*#__PURE__*/React__default['default'].createElement(Modal, {
|
|
28606
28606
|
id: "pelcro-subscription-create-modal",
|
|
28607
|
-
onDisplay: onDisplay
|
|
28608
|
-
|
|
28609
|
-
|
|
28607
|
+
onDisplay: onDisplay
|
|
28608
|
+
}, /*#__PURE__*/React__default['default'].createElement(ModalHeader, {
|
|
28609
|
+
onCloseModal: onClose
|
|
28610
|
+
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
28610
28611
|
className: "plc-text-left plc-text-gray-900 pelcro-title-wrapper plc-flex-1 plc-flex plc-flex-col plc-justify-center"
|
|
28611
28612
|
}, showBackButton && /*#__PURE__*/React__default['default'].createElement("button", {
|
|
28612
28613
|
type: "button",
|
package/dist/index.esm.js
CHANGED
|
@@ -28574,9 +28574,10 @@ function SubscriptionCreateModal({
|
|
|
28574
28574
|
|
|
28575
28575
|
return /*#__PURE__*/React__default.createElement(Modal, {
|
|
28576
28576
|
id: "pelcro-subscription-create-modal",
|
|
28577
|
-
onDisplay: onDisplay
|
|
28578
|
-
|
|
28579
|
-
|
|
28577
|
+
onDisplay: onDisplay
|
|
28578
|
+
}, /*#__PURE__*/React__default.createElement(ModalHeader, {
|
|
28579
|
+
onCloseModal: onClose
|
|
28580
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
28580
28581
|
className: "plc-text-left plc-text-gray-900 pelcro-title-wrapper plc-flex-1 plc-flex plc-flex-col plc-justify-center"
|
|
28581
28582
|
}, showBackButton && /*#__PURE__*/React__default.createElement("button", {
|
|
28582
28583
|
type: "button",
|