@pelcro/react-pelcro-js 3.19.0-beta.13 → 3.19.0-beta.15
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8913,7 +8913,7 @@ function notifyBugsnag(callback, startOptions) {
|
|
|
8913
8913
|
Bugsnag.start({
|
|
8914
8914
|
apiKey: "e8f6852b322540e8c25386048b99ab01",
|
|
8915
8915
|
autoDetectErrors: false,
|
|
8916
|
-
enabledReleaseStages: ["development"],
|
|
8916
|
+
// enabledReleaseStages: ["development"],
|
|
8917
8917
|
redactedKeys: ["security_key", "password", "password_confirmation", "auth_token", "token"],
|
|
8918
8918
|
...startOptions
|
|
8919
8919
|
});
|
|
@@ -12080,7 +12080,7 @@ function Email(_ref) {
|
|
|
12080
12080
|
}
|
|
12081
12081
|
}, []);
|
|
12082
12082
|
const isEmailValid = email => {
|
|
12083
|
-
const re = /[
|
|
12083
|
+
const re = /[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?/;
|
|
12084
12084
|
return re.test(email);
|
|
12085
12085
|
};
|
|
12086
12086
|
return /*#__PURE__*/React__default['default'].createElement(Input, Object.assign({
|
package/dist/index.esm.js
CHANGED
|
@@ -8883,7 +8883,7 @@ function notifyBugsnag(callback, startOptions) {
|
|
|
8883
8883
|
Bugsnag.start({
|
|
8884
8884
|
apiKey: "e8f6852b322540e8c25386048b99ab01",
|
|
8885
8885
|
autoDetectErrors: false,
|
|
8886
|
-
enabledReleaseStages: ["development"],
|
|
8886
|
+
// enabledReleaseStages: ["development"],
|
|
8887
8887
|
redactedKeys: ["security_key", "password", "password_confirmation", "auth_token", "token"],
|
|
8888
8888
|
...startOptions
|
|
8889
8889
|
});
|
|
@@ -12050,7 +12050,7 @@ function Email(_ref) {
|
|
|
12050
12050
|
}
|
|
12051
12051
|
}, []);
|
|
12052
12052
|
const isEmailValid = email => {
|
|
12053
|
-
const re = /[
|
|
12053
|
+
const re = /[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?/;
|
|
12054
12054
|
return re.test(email);
|
|
12055
12055
|
};
|
|
12056
12056
|
return /*#__PURE__*/React__default.createElement(Input, Object.assign({
|