@everymatrix/casino-engagement-suite-container 1.74.3 → 1.74.4
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/casino-engagement-suite-container/GeneralAnimationLoading-Dqt0LPDS-2e1c11e3.js +1 -0
- package/dist/casino-engagement-suite-container/casino-engagement-suite-bar_17.entry.js +1 -1
- package/dist/cjs/{GeneralAnimationLoading-w93FRPx2-0d90436d.js → GeneralAnimationLoading-Dqt0LPDS-f4efe4bd.js} +2 -2
- package/dist/cjs/casino-engagement-suite-bar_17.cjs.entry.js +4 -4
- package/dist/esm/{GeneralAnimationLoading-w93FRPx2-c01631e9.js → GeneralAnimationLoading-Dqt0LPDS-2e1c11e3.js} +2 -2
- package/dist/esm/casino-engagement-suite-bar_17.entry.js +4 -4
- package/package.json +1 -1
- package/dist/casino-engagement-suite-container/GeneralAnimationLoading-w93FRPx2-c01631e9.js +0 -1
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/libs/common/src/storybook/storybook-utils.d.ts +0 -0
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/packages/stencil/casino-engagement-suite-container/stencil.config.d.ts +0 -0
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/packages/stencil/casino-engagement-suite-container/stencil.config.dev.d.ts +0 -0
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/packages/stencil/casino-engagement-suite-container/storybook/main.d.ts +0 -0
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/packages/stencil/casino-engagement-suite-container/storybook/preview.d.ts +0 -0
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/tools/plugins/index.d.ts +0 -0
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
- /package/dist/types/Users/{sebastian.strulea/Documents/work → maria.bumbar/Desktop/Widgets & Template}/widgets-monorepo/packages/stencil/casino-engagement-suite-container/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
|
@@ -204,10 +204,10 @@ function at(e, t, n, i, r, s, c = null, u = [-1]) {
|
|
|
204
204
|
};
|
|
205
205
|
c && c(l.root);
|
|
206
206
|
let y = !1;
|
|
207
|
-
if (l.ctx = n(e, t.props || {}, (f, j, ...O) => {
|
|
207
|
+
if (l.ctx = n ? n(e, t.props || {}, (f, j, ...O) => {
|
|
208
208
|
const A = O.length ? O[0] : j;
|
|
209
209
|
return l.ctx && r(l.ctx[f], l.ctx[f] = A) && (!l.skip_bound && l.bound[f] && l.bound[f](A), y && $t(e, f)), j;
|
|
210
|
-
}), l.update(), y = !0, w(l.before_update), l.fragment = i(l.ctx), t.target) {
|
|
210
|
+
}) : [], l.update(), y = !0, w(l.before_update), l.fragment = i ? i(l.ctx) : !1, t.target) {
|
|
211
211
|
if (t.hydrate) {
|
|
212
212
|
const f = tt(t.target);
|
|
213
213
|
l.fragment && l.fragment.l(f), f.forEach(C);
|
|
@@ -5584,7 +5584,7 @@ if (typeof window != "undefined") {
|
|
|
5584
5584
|
}
|
|
5585
5585
|
};
|
|
5586
5586
|
};
|
|
5587
|
-
customElements.define = n(customElements.define), Promise.resolve().then(function () { return require('./GeneralAnimationLoading-
|
|
5587
|
+
customElements.define = n(customElements.define), Promise.resolve().then(function () { return require('./GeneralAnimationLoading-Dqt0LPDS-f4efe4bd.js'); }).then(({ default: t }) => {
|
|
5588
5588
|
!customElements.get("general-animation-loading") && customElements.define("general-animation-loading", t.element);
|
|
5589
5589
|
});
|
|
5590
5590
|
}
|
|
@@ -7301,9 +7301,9 @@ const mergeTranslations = (url, target) => {
|
|
|
7301
7301
|
.then((res) => res.json())
|
|
7302
7302
|
.then((data) => {
|
|
7303
7303
|
Object.keys(data).forEach((item) => {
|
|
7304
|
-
target[item] = target[item] ||
|
|
7304
|
+
target[item] = target[item] || {};
|
|
7305
7305
|
Object.keys(data[item]).forEach((key) => {
|
|
7306
|
-
//if there is
|
|
7306
|
+
//if there is no key in target, do nothing
|
|
7307
7307
|
if (!target['en'][key]) {
|
|
7308
7308
|
return;
|
|
7309
7309
|
}
|
|
@@ -7316,7 +7316,7 @@ const mergeTranslations = (url, target) => {
|
|
|
7316
7316
|
});
|
|
7317
7317
|
}
|
|
7318
7318
|
else {
|
|
7319
|
-
target[item][key] = data[item][key] || defaultTranslation;
|
|
7319
|
+
target[item][key] = data[item][key] || Object.assign({}, defaultTranslation);
|
|
7320
7320
|
}
|
|
7321
7321
|
});
|
|
7322
7322
|
});
|
|
@@ -202,10 +202,10 @@ function at(e, t, n, i, r, s, c = null, u = [-1]) {
|
|
|
202
202
|
};
|
|
203
203
|
c && c(l.root);
|
|
204
204
|
let y = !1;
|
|
205
|
-
if (l.ctx = n(e, t.props || {}, (f, j, ...O) => {
|
|
205
|
+
if (l.ctx = n ? n(e, t.props || {}, (f, j, ...O) => {
|
|
206
206
|
const A = O.length ? O[0] : j;
|
|
207
207
|
return l.ctx && r(l.ctx[f], l.ctx[f] = A) && (!l.skip_bound && l.bound[f] && l.bound[f](A), y && $t(e, f)), j;
|
|
208
|
-
}), l.update(), y = !0, w(l.before_update), l.fragment = i(l.ctx), t.target) {
|
|
208
|
+
}) : [], l.update(), y = !0, w(l.before_update), l.fragment = i ? i(l.ctx) : !1, t.target) {
|
|
209
209
|
if (t.hydrate) {
|
|
210
210
|
const f = tt(t.target);
|
|
211
211
|
l.fragment && l.fragment.l(f), f.forEach(C);
|
|
@@ -5580,7 +5580,7 @@ if (typeof window != "undefined") {
|
|
|
5580
5580
|
}
|
|
5581
5581
|
};
|
|
5582
5582
|
};
|
|
5583
|
-
customElements.define = n(customElements.define), import('./GeneralAnimationLoading-
|
|
5583
|
+
customElements.define = n(customElements.define), import('./GeneralAnimationLoading-Dqt0LPDS-2e1c11e3.js').then(({ default: t }) => {
|
|
5584
5584
|
!customElements.get("general-animation-loading") && customElements.define("general-animation-loading", t.element);
|
|
5585
5585
|
});
|
|
5586
5586
|
}
|
|
@@ -7297,9 +7297,9 @@ const mergeTranslations = (url, target) => {
|
|
|
7297
7297
|
.then((res) => res.json())
|
|
7298
7298
|
.then((data) => {
|
|
7299
7299
|
Object.keys(data).forEach((item) => {
|
|
7300
|
-
target[item] = target[item] ||
|
|
7300
|
+
target[item] = target[item] || {};
|
|
7301
7301
|
Object.keys(data[item]).forEach((key) => {
|
|
7302
|
-
//if there is
|
|
7302
|
+
//if there is no key in target, do nothing
|
|
7303
7303
|
if (!target['en'][key]) {
|
|
7304
7304
|
return;
|
|
7305
7305
|
}
|
|
@@ -7312,7 +7312,7 @@ const mergeTranslations = (url, target) => {
|
|
|
7312
7312
|
});
|
|
7313
7313
|
}
|
|
7314
7314
|
else {
|
|
7315
|
-
target[item][key] = data[item][key] || defaultTranslation;
|
|
7315
|
+
target[item][key] = data[item][key] || Object.assign({}, defaultTranslation);
|
|
7316
7316
|
}
|
|
7317
7317
|
});
|
|
7318
7318
|
});
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var t=Object.defineProperty,n=Object.defineProperties,i=Object.getOwnPropertyDescriptors,s=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable,l=(n,i,s)=>i in n?t(n,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):n[i]=s,r=(t,n)=>{for(var i in n||(n={}))e.call(n,i)&&l(t,i,n[i]);if(s)for(var i of s(n))o.call(n,i)&&l(t,i,n[i]);return t},c=(t,s)=>n(t,i(s)),u=(t,n,i)=>(l(t,"symbol"!=typeof n?n+"":n,i),i);function h(){}function f(t){return t()}function a(){return Object.create(null)}function d(t){t.forEach(f)}function p(t){return"function"==typeof t}function b(t,n){return t!=t?n==n:t!==n||t&&"object"==typeof t||"function"==typeof t}function m(t,n,i){t.insertBefore(n,i||null)}function y(t){t.parentNode&&t.parentNode.removeChild(t)}function v(t){return document.createElement(t)}let g;function $(t){g=t}const w=[],x=[];let j=[];const O=[],_=Promise.resolve();let k=!1;function L(t){j.push(t)}const P=new Set;let A=0;function C(){if(0!==A)return;const t=g;do{try{for(;A<w.length;){const t=w[A];A++,$(t),S(t.$$)}}catch(t){throw w.length=0,A=0,t}for($(null),w.length=0,A=0;x.length;)x.pop()();for(let t=0;t<j.length;t+=1){const n=j[t];P.has(n)||(P.add(n),n())}j.length=0}while(w.length);for(;O.length;)O.pop()();k=!1,P.clear(),$(t)}function S(t){if(null!==t.fragment){t.update(),d(t.before_update);const n=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,n),t.after_update.forEach(L)}}const E=new Set;function M(t,n,i,s,e,o,l=null,r=[-1]){const c=g;$(t);const u=t.$$={fragment:null,ctx:[],props:o,update:h,not_equal:e,bound:a(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(n.context||(c?c.$$.context:[])),callbacks:a(),dirty:r,skip_bound:!1,root:n.target||c.$$.root};l&&l(u.root);let b=!1;if(u.ctx=i(t,n.props||{},((n,i,...s)=>{const o=s.length?s[0]:i;return u.ctx&&e(u.ctx[n],u.ctx[n]=o)&&(!u.skip_bound&&u.bound[n]&&u.bound[n](o),b&&function(t,n){-1===t.$$.dirty[0]&&(w.push(t),k||(k=!0,_.then(C)),t.$$.dirty.fill(0)),t.$$.dirty[n/31|0]|=1<<n%31}(t,n)),i})),u.update(),b=!0,d(u.before_update),u.fragment=s(u.ctx),n.target){if(n.hydrate){const t=function(t){return Array.from(t.childNodes)}(n.target);u.fragment&&u.fragment.l(t),t.forEach(y)}else u.fragment&&u.fragment.c();n.intro&&function(t){t&&t.i&&(E.delete(t),t.i(void 0))}(t.$$.fragment),function(t,n,i){const{fragment:s,after_update:e}=t.$$;s&&s.m(n,i),L((()=>{const n=t.$$.on_mount.map(f).filter(p);t.$$.on_destroy?t.$$.on_destroy.push(...n):d(n),t.$$.on_mount=[]})),e.forEach(L)}(t,n.target,n.anchor),C()}$(c)}let N;function B(t,n,i,s){var e;const o=null==(e=i[t])?void 0:e.type;if(n="Boolean"===o&&"boolean"!=typeof n?null!=n:n,!s||!i[t])return n;if("toAttribute"===s)switch(o){case"Object":case"Array":return null==n?null:JSON.stringify(n);case"Boolean":return n?"":null;case"Number":return null==n?null:n;default:return n}else switch(o){case"Object":case"Array":return n&&JSON.parse(n);case"Boolean":default:return n;case"Number":return null!=n?+n:n}}"function"==typeof HTMLElement&&(N=class extends HTMLElement{constructor(t,n,i){super(),u(this,"$$ctor"),u(this,"$$s"),u(this,"$$c"),u(this,"$$cn",!1),u(this,"$$d",{}),u(this,"$$r",!1),u(this,"$$p_d",{}),u(this,"$$l",{}),u(this,"$$l_u",new Map),this.$$ctor=t,this.$$s=n,i&&this.attachShadow({mode:"open"})}addEventListener(t,n,i){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(n),this.$$c){const i=this.$$c.$on(t,n);this.$$l_u.set(n,i)}super.addEventListener(t,n,i)}removeEventListener(t,n,i){if(super.removeEventListener(t,n,i),this.$$c){const t=this.$$l_u.get(n);t&&(t(),this.$$l_u.delete(n))}}connectedCallback(){return t=this,n=function*(){if(this.$$cn=!0,!this.$$c){let t=function(t){return()=>{let n;return{c:function(){n=v("slot"),"default"!==t&&function(t,n,i){null==i?t.removeAttribute(n):t.getAttribute(n)!==i&&t.setAttribute(n,i)}(n,"name",t)},m:function(t,i){m(t,n,i)},d:function(t){t&&y(n)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const n={},i=function(t){const n={};return t.childNodes.forEach((t=>{n[t.slot||"default"]=!0})),n}(this);for(const s of this.$$s)s in i&&(n[s]=[t(s)]);for(const t of this.attributes){const n=this.$$g_p(t.name);n in this.$$d||(this.$$d[n]=B(n,t.value,this.$$p_d,"toProp"))}for(const t in this.$$p_d)!(t in this.$$d)&&void 0!==this[t]&&(this.$$d[t]=this[t],delete this[t]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:c(r({},this.$$d),{$$slots:n,$$scope:{ctx:[]}})});const s=()=>{this.$$r=!0;for(const t in this.$$p_d)if(this.$$d[t]=this.$$c.$$.ctx[this.$$c.$$.props[t]],this.$$p_d[t].reflect){const n=B(t,this.$$d[t],this.$$p_d,"toAttribute");null==n?this.removeAttribute(this.$$p_d[t].attribute||t):this.setAttribute(this.$$p_d[t].attribute||t,n)}this.$$r=!1};this.$$c.$$.after_update.push(s),s();for(const t in this.$$l)for(const n of this.$$l[t]){const i=this.$$c.$on(t,n);this.$$l_u.set(n,i)}this.$$l={}}},new Promise(((i,s)=>{var e=t=>{try{l(n.next(t))}catch(t){s(t)}},o=t=>{try{l(n.throw(t))}catch(t){s(t)}},l=t=>t.done?i(t.value):Promise.resolve(t.value).then(e,o);l((n=n.apply(t,null)).next())}));var t,n}attributeChangedCallback(t,n,i){var s;this.$$r||(t=this.$$g_p(t),this.$$d[t]=B(t,i,this.$$p_d,"toProp"),null==(s=this.$$c)||s.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then((()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)}))}$$g_p(t){return Object.keys(this.$$p_d).find((n=>this.$$p_d[n].attribute===t||!this.$$p_d[n].attribute&&n.toLowerCase()===t))||t}});class T{constructor(){u(this,"$$"),u(this,"$$set")}$destroy(){(function(t,n){const i=t.$$;null!==i.fragment&&(function(t){const n=[],i=[];j.forEach((s=>-1===t.indexOf(s)?n.push(s):i.push(s))),i.forEach((t=>t())),j=n}(i.after_update),d(i.on_destroy),i.fragment&&i.fragment.d(n),i.on_destroy=i.fragment=null,i.ctx=[])})(this,1),this.$destroy=h}$on(t,n){if(!p(n))return h;const i=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return i.push(n),()=>{const t=i.indexOf(n);-1!==t&&i.splice(t,1)}}$set(t){this.$$set&&0!==Object.keys(t).length&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}function z(t){!function(t,n,i){const s=function(t){if(!t)return document;const n=t.getRootNode?t.getRootNode():t.ownerDocument;return n&&n.host?n:t.ownerDocument}(t);if(!s.getElementById(n)){const t=v("style");t.id=n,t.textContent=i,function(t,n){!function(t,n){t.appendChild(n)}(t.head||t,n)}(s,t)}}(t,"svelte-gnt082",".LoaderContainer{display:flex;justify-content:center}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}")}function H(t){let n;return{c(){n=v("div"),n.innerHTML='<section class="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>'},m(i,s){m(i,n,s),t[4](n)},p:h,i:h,o:h,d(i){i&&y(n),t[4](null)}}}function J(t,n,i){let s,{clientstyling:e=""}=n,{clientstylingurl:o=""}=n,{mbsource:l}=n;return function(t){(function(){if(!g)throw new Error("Function called outside component initialization");return g})().$$.on_mount.push(t)}((()=>()=>{})),t.$$set=t=>{"clientstyling"in t&&i(1,e=t.clientstyling),"clientstylingurl"in t&&i(2,o=t.clientstylingurl),"mbsource"in t&&i(3,l=t.mbsource)},t.$$.update=()=>{3&t.$$.dirty&&e&&s&&function(t,n){if(t){const i=document.createElement("style");i.innerHTML=n,t.appendChild(i)}}(s,e),5&t.$$.dirty&&o&&s&&function(t,n){const i=new URL(n);fetch(i.href).then((t=>t.text())).then((n=>{const i=document.createElement("style");i.innerHTML=n,t&&t.appendChild(i)})).catch((t=>{console.error("There was an error while trying to load client styling from URL",t)}))}(s,o),9&t.$$.dirty&&l&&s&&function(t,n){if(window.emMessageBus){const i=document.createElement("style");window.emMessageBus.subscribe(n,(n=>{i.innerHTML=n,t&&t.appendChild(i)}))}}(s,`${l}.Style`)},[s,e,o,l,function(t){x[t?"unshift":"push"]((()=>{s=t,i(0,s)}))}]}"undefined"!=typeof window&&(window.__svelte||(window.__svelte={v:new Set})).v.add("4");class R extends T{constructor(t){super(),M(this,t,J,H,b,{clientstyling:1,clientstylingurl:2,mbsource:3},z)}get clientstyling(){return this.$$.ctx[1]}set clientstyling(t){this.$$set({clientstyling:t}),C()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),C()}get mbsource(){return this.$$.ctx[3]}set mbsource(t){this.$$set({mbsource:t}),C()}}!function(t,n,i){let s=class extends N{constructor(){super(t,i,true),this.$$p_d=n}static get observedAttributes(){return Object.keys(n).map((t=>(n[t].attribute||t).toLowerCase()))}};Object.keys(n).forEach((t=>{Object.defineProperty(s.prototype,t,{get(){return this.$$c&&t in this.$$c?this.$$c[t]:this.$$d[t]},set(i){var s;i=B(t,i,n),this.$$d[t]=i,null==(s=this.$$c)||s.$set({[t]:i})}})})),[].forEach((t=>{Object.defineProperty(s.prototype,t,{get(){var n;return null==(n=this.$$c)?void 0:n[t]}})})),t.element=s}(R,{clientstyling:{},clientstylingurl:{},mbsource:{}},[]);export{R as default}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|