@everymatrix/general-player-forgot-password-form-nd 1.60.2 → 1.61.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/components/{GeneralPlayerForgotPasswordFormNd-C0uyPHOh.js → GeneralPlayerForgotPasswordFormNd-CLYbE2iW.js} +1 -1
- package/components/{GeneralPlayerForgotPasswordFormNd-UdbWwK96.cjs → GeneralPlayerForgotPasswordFormNd-CU8lht5A.cjs} +1 -1
- package/components/{GeneralPlayerForgotPasswordFormNd-D9d0H8Rh.js → GeneralPlayerForgotPasswordFormNd-poiz3Xrm.js} +1 -1
- package/es2015/general-player-forgot-password-form-nd.cjs +1 -1
- package/es2015/general-player-forgot-password-form-nd.js +1 -1
- package/esnext/general-player-forgot-password-form-nd.js +1 -1
- package/package.json +1 -1
|
@@ -4491,7 +4491,7 @@ const ks = {
|
|
|
4491
4491
|
* Copyright (c) 2021 - 2024 Vaadin Ltd.
|
|
4492
4492
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
4493
4493
|
*/
|
|
4494
|
-
function dt(t, e = "24.5.
|
|
4494
|
+
function dt(t, e = "24.5.12") {
|
|
4495
4495
|
Object.defineProperty(t, "version", {
|
|
4496
4496
|
get() {
|
|
4497
4497
|
return e;
|
|
@@ -19,7 +19,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright (c) 2021 - 2024 Vaadin Ltd.
|
|
21
21
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
22
|
-
*/function ct(r,t="24.5.
|
|
22
|
+
*/function ct(r,t="24.5.12"){Object.defineProperty(r,"version",{get(){return t}});const e=customElements.get(r.is);if(!e)customElements.define(r.is,r);else{const i=e.version;i&&r.version&&i===r.version?console.warn(`The component ${r.is} has been loaded twice`):console.error(`Tried to define ${r.is} version ${r.version} when version ${e.version} is already in use. Something will probably break.`)}}/**
|
|
23
23
|
* @license
|
|
24
24
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
25
25
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
@@ -4528,7 +4528,7 @@ const Vs = {
|
|
|
4528
4528
|
* Copyright (c) 2021 - 2024 Vaadin Ltd.
|
|
4529
4529
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
4530
4530
|
*/
|
|
4531
|
-
function ct(r, t = "24.5.
|
|
4531
|
+
function ct(r, t = "24.5.12") {
|
|
4532
4532
|
Object.defineProperty(r, "version", {
|
|
4533
4533
|
get() {
|
|
4534
4534
|
return t;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/GeneralPlayerForgotPasswordFormNd-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/GeneralPlayerForgotPasswordFormNd-CU8lht5A.cjs")).then(({default:t})=>{!customElements.get("general-player-forgot-password-form-nd")&&customElements.define("general-player-forgot-password-form-nd",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/GeneralPlayerForgotPasswordFormNd-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/GeneralPlayerForgotPasswordFormNd-poiz3Xrm.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("general-player-forgot-password-form-nd") && customElements.define(
|
|
15
15
|
"general-player-forgot-password-form-nd",
|
|
16
16
|
t.element
|
package/package.json
CHANGED