@pelcro/react-pelcro-js 3.11.0-alpha.1 → 4.0.0-alpha.1
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 +1 -0
- package/dist/index.esm.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -10952,6 +10952,7 @@ const SET_CANCEL_SUBSCRIPTION_REASON = "SET_CANCEL_SUBSCRIPTION_REASON";
|
|
|
10952
10952
|
const HANDLE_CHECKBOX_CHANGE = "HANDLE_CHECKBOX_CHANGE";
|
|
10953
10953
|
const SET_SUBSCRIPTION_SUSPEND_DATE = "SET_SUBSCRIPTION_SUSPEND_DATE";
|
|
10954
10954
|
|
|
10955
|
+
console.log("Introudce a new version of the UI with a breaking change");
|
|
10955
10956
|
const initialState$l = {
|
|
10956
10957
|
email: "",
|
|
10957
10958
|
password: "",
|
package/dist/index.esm.js
CHANGED
|
@@ -10922,6 +10922,7 @@ const SET_CANCEL_SUBSCRIPTION_REASON = "SET_CANCEL_SUBSCRIPTION_REASON";
|
|
|
10922
10922
|
const HANDLE_CHECKBOX_CHANGE = "HANDLE_CHECKBOX_CHANGE";
|
|
10923
10923
|
const SET_SUBSCRIPTION_SUSPEND_DATE = "SET_SUBSCRIPTION_SUSPEND_DATE";
|
|
10924
10924
|
|
|
10925
|
+
console.log("Introudce a new version of the UI with a breaking change");
|
|
10925
10926
|
const initialState$l = {
|
|
10926
10927
|
email: "",
|
|
10927
10928
|
password: "",
|