@pelcro/react-pelcro-js 4.0.0-alpha.6 → 4.0.0-alpha.7
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 +7 -5
- package/dist/index.esm.js +7 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21797,13 +21797,15 @@ const MeterView = () => {
|
|
|
21797
21797
|
className: "plc-mb-2 plc-text-2xl plc-font-semibold plc-text-gray-600"
|
|
21798
21798
|
}, title), /*#__PURE__*/React__default['default'].createElement("p", {
|
|
21799
21799
|
className: "plc-text-sm plc-text-gray-600"
|
|
21800
|
-
}, subtitle, " ", /*#__PURE__*/React__default['default'].createElement(
|
|
21801
|
-
className: "plc-
|
|
21800
|
+
}, subtitle, ",", !isAuthenticated() && " or " + t("messages.alreadyHaveAccount")), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
21801
|
+
className: "plc-flex plc-mt-2"
|
|
21802
|
+
}, /*#__PURE__*/React__default['default'].createElement(Button$1, {
|
|
21803
|
+
className: "plc-w-1/2",
|
|
21802
21804
|
onClick: () => switchView("plan-select")
|
|
21803
|
-
}, t("messages.subscribeNow")), !isAuthenticated() && /*#__PURE__*/React__default['default'].createElement(
|
|
21804
|
-
className: "plc-
|
|
21805
|
+
}, t("messages.subscribeNow")), !isAuthenticated() && /*#__PURE__*/React__default['default'].createElement(Button$1, {
|
|
21806
|
+
className: "pelcro-button-ghost plc-w-1/2",
|
|
21805
21807
|
onClick: () => switchView("login")
|
|
21806
|
-
}, t("messages.loginHere"))))
|
|
21808
|
+
}, t("messages.loginHere"))));
|
|
21807
21809
|
};
|
|
21808
21810
|
|
|
21809
21811
|
// Meter view.
|
package/dist/index.esm.js
CHANGED
|
@@ -21767,13 +21767,15 @@ const MeterView = () => {
|
|
|
21767
21767
|
className: "plc-mb-2 plc-text-2xl plc-font-semibold plc-text-gray-600"
|
|
21768
21768
|
}, title), /*#__PURE__*/React__default.createElement("p", {
|
|
21769
21769
|
className: "plc-text-sm plc-text-gray-600"
|
|
21770
|
-
}, subtitle, " ", /*#__PURE__*/React__default.createElement(
|
|
21771
|
-
className: "plc-
|
|
21770
|
+
}, subtitle, ",", !isAuthenticated() && " or " + t("messages.alreadyHaveAccount")), /*#__PURE__*/React__default.createElement("div", {
|
|
21771
|
+
className: "plc-flex plc-mt-2"
|
|
21772
|
+
}, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
21773
|
+
className: "plc-w-1/2",
|
|
21772
21774
|
onClick: () => switchView("plan-select")
|
|
21773
|
-
}, t("messages.subscribeNow")), !isAuthenticated() && /*#__PURE__*/React__default.createElement(
|
|
21774
|
-
className: "plc-
|
|
21775
|
+
}, t("messages.subscribeNow")), !isAuthenticated() && /*#__PURE__*/React__default.createElement(Button$1, {
|
|
21776
|
+
className: "pelcro-button-ghost plc-w-1/2",
|
|
21775
21777
|
onClick: () => switchView("login")
|
|
21776
|
-
}, t("messages.loginHere"))))
|
|
21778
|
+
}, t("messages.loginHere"))));
|
|
21777
21779
|
};
|
|
21778
21780
|
|
|
21779
21781
|
// Meter view.
|