@everymatrix/player-account-gaming-limits-individual-page 1.45.0 → 1.45.2

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.
@@ -1,17 +1,17 @@
1
1
  var M = Object.defineProperty, R = Object.defineProperties;
2
2
  var D = Object.getOwnPropertyDescriptors;
3
- var v = Object.getOwnPropertySymbols;
3
+ var O = Object.getOwnPropertySymbols;
4
4
  var H = Object.prototype.hasOwnProperty, J = Object.prototype.propertyIsEnumerable;
5
- var g = (e, t, n) => t in e ? M(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, O = (e, t) => {
5
+ var b = (e, t, n) => t in e ? M(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, j = (e, t) => {
6
6
  for (var n in t || (t = {}))
7
- H.call(t, n) && g(e, n, t[n]);
8
- if (v)
9
- for (var n of v(t))
10
- J.call(t, n) && g(e, n, t[n]);
7
+ H.call(t, n) && b(e, n, t[n]);
8
+ if (O)
9
+ for (var n of O(t))
10
+ J.call(t, n) && b(e, n, t[n]);
11
11
  return e;
12
- }, j = (e, t) => R(e, D(t));
13
- var l = (e, t, n) => g(e, typeof t != "symbol" ? t + "" : t, n);
14
- var C = (e, t, n) => new Promise((i, o) => {
12
+ }, C = (e, t) => R(e, D(t));
13
+ var l = (e, t, n) => b(e, typeof t != "symbol" ? t + "" : t, n);
14
+ var A = (e, t, n) => new Promise((i, o) => {
15
15
  var s = (c) => {
16
16
  try {
17
17
  $(n.next(c));
@@ -29,14 +29,14 @@ var C = (e, t, n) => new Promise((i, o) => {
29
29
  });
30
30
  function a() {
31
31
  }
32
- function L(e) {
32
+ function v(e) {
33
33
  return e();
34
34
  }
35
- function A() {
35
+ function N() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function p(e) {
39
- e.forEach(L);
38
+ function g(e) {
39
+ e.forEach(v);
40
40
  }
41
41
  function P(e) {
42
42
  return typeof e == "function";
@@ -101,9 +101,9 @@ let k;
101
101
  function _(e) {
102
102
  k = e;
103
103
  }
104
- const h = [], N = [];
104
+ const h = [], S = [];
105
105
  let d = [];
106
- const S = [];
106
+ const L = [];
107
107
  function w(e) {
108
108
  d.push(e);
109
109
  }
@@ -122,20 +122,20 @@ function W() {
122
122
  } catch (t) {
123
123
  throw h.length = 0, f = 0, t;
124
124
  }
125
- for (_(null), h.length = 0, f = 0; N.length; ) N.pop()();
125
+ for (_(null), h.length = 0, f = 0; S.length; ) S.pop()();
126
126
  for (let t = 0; t < d.length; t += 1) {
127
127
  const n = d[t];
128
128
  y.has(n) || (y.add(n), n());
129
129
  }
130
130
  d.length = 0;
131
131
  } while (h.length);
132
- for (; S.length; )
133
- S.pop()();
132
+ for (; L.length; )
133
+ L.pop()();
134
134
  y.clear(), _(e);
135
135
  }
136
136
  function X(e) {
137
137
  if (e.fragment !== null) {
138
- e.update(), p(e.before_update);
138
+ e.update(), g(e.before_update);
139
139
  const t = e.dirty;
140
140
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(w);
141
141
  }
@@ -151,13 +151,13 @@ function tt(e, t) {
151
151
  function et(e, t, n) {
152
152
  const { fragment: i, after_update: o } = e.$$;
153
153
  i && i.m(t, n), w(() => {
154
- const s = e.$$.on_mount.map(L).filter(P);
155
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : p(s), e.$$.on_mount = [];
154
+ const s = e.$$.on_mount.map(v).filter(P);
155
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : g(s), e.$$.on_mount = [];
156
156
  }), o.forEach(w);
157
157
  }
158
158
  function nt(e, t) {
159
159
  const n = e.$$;
160
- n.fragment !== null && (Y(n.after_update), p(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
160
+ n.fragment !== null && (Y(n.after_update), g(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
161
161
  }
162
162
  function st(e, t, n, i, o, s, r = null, $ = [-1]) {
163
163
  const c = k;
@@ -169,7 +169,7 @@ function st(e, t, n, i, o, s, r = null, $ = [-1]) {
169
169
  props: s,
170
170
  update: a,
171
171
  not_equal: o,
172
- bound: A(),
172
+ bound: N(),
173
173
  // lifecycle
174
174
  on_mount: [],
175
175
  on_destroy: [],
@@ -178,12 +178,12 @@ function st(e, t, n, i, o, s, r = null, $ = [-1]) {
178
178
  after_update: [],
179
179
  context: new Map(t.context || (c ? c.$$.context : [])),
180
180
  // everything else
181
- callbacks: A(),
181
+ callbacks: N(),
182
182
  dirty: $,
183
183
  skip_bound: !1,
184
184
  root: t.target || c.$$.root
185
185
  };
186
- if (r && r(u.root), u.ctx = [], u.update(), p(u.before_update), u.fragment = i ? i(u.ctx) : !1, t.target) {
186
+ if (r && r(u.root), u.ctx = [], u.update(), g(u.before_update), u.fragment = i ? i(u.ctx) : !1, t.target) {
187
187
  if (t.hydrate) {
188
188
  const m = K(t.target);
189
189
  u.fragment && u.fragment.l(m), m.forEach(x);
@@ -231,7 +231,7 @@ typeof HTMLElement == "function" && (I = class extends HTMLElement {
231
231
  }
232
232
  }
233
233
  connectedCallback() {
234
- return C(this, null, function* () {
234
+ return A(this, null, function* () {
235
235
  if (this.$$cn = !0, !this.$$c) {
236
236
  let t = function(s) {
237
237
  return () => {
@@ -260,13 +260,13 @@ typeof HTMLElement == "function" && (I = class extends HTMLElement {
260
260
  s in i && (n[s] = [t(s)]);
261
261
  for (const s of this.attributes) {
262
262
  const r = this.$$g_p(s.name);
263
- r in this.$$d || (this.$$d[r] = b(r, s.value, this.$$p_d, "toProp"));
263
+ r in this.$$d || (this.$$d[r] = p(r, s.value, this.$$p_d, "toProp"));
264
264
  }
265
265
  for (const s in this.$$p_d)
266
266
  !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
267
267
  this.$$c = new this.$$ctor({
268
268
  target: this.shadowRoot || this,
269
- props: j(O({}, this.$$d), {
269
+ props: C(j({}, this.$$d), {
270
270
  $$slots: n,
271
271
  $$scope: {
272
272
  ctx: []
@@ -277,7 +277,7 @@ typeof HTMLElement == "function" && (I = class extends HTMLElement {
277
277
  this.$$r = !0;
278
278
  for (const s in this.$$p_d)
279
279
  if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
280
- const r = b(
280
+ const r = p(
281
281
  s,
282
282
  this.$$d[s],
283
283
  this.$$p_d,
@@ -301,7 +301,7 @@ typeof HTMLElement == "function" && (I = class extends HTMLElement {
301
301
  // and setting attributes through setAttribute etc, this is helpful
302
302
  attributeChangedCallback(t, n, i) {
303
303
  var o;
304
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = b(t, i, this.$$p_d, "toProp"), (o = this.$$c) == null || o.$set({ [t]: this.$$d[t] }));
304
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = p(t, i, this.$$p_d, "toProp"), (o = this.$$c) == null || o.$set({ [t]: this.$$d[t] }));
305
305
  }
306
306
  disconnectedCallback() {
307
307
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -314,7 +314,7 @@ typeof HTMLElement == "function" && (I = class extends HTMLElement {
314
314
  ) || t;
315
315
  }
316
316
  });
317
- function b(e, t, n, i) {
317
+ function p(e, t, n, i) {
318
318
  var s;
319
319
  const o = (s = n[e]) == null ? void 0 : s.type;
320
320
  if (t = o === "Boolean" && typeof t != "boolean" ? t != null : t, !i || !n[e])
@@ -362,7 +362,7 @@ function it(e, t, n, i, o, s) {
362
362
  },
363
363
  set(c) {
364
364
  var u;
365
- c = b($, c, t), this.$$d[$] = c, (u = this.$$c) == null || u.$set({ [$]: c });
365
+ c = p($, c, t), this.$$d[$] = c, (u = this.$$c) == null || u.$set({ [$]: c });
366
366
  }
367
367
  });
368
368
  }), i.forEach(($) => {
@@ -424,13 +424,13 @@ class ot {
424
424
  const rt = "4";
425
425
  typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(rt);
426
426
  function ct(e) {
427
- z(e, "svelte-1214obs", ".svelte-1214obs,.svelte-1214obs::before,.svelte-1214obs::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-account-gaming-limits-individual-page.svelte-1214obs{background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF)}");
427
+ z(e, "svelte-1fe4hei", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-account-gaming-limits-individual-page{background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF)}");
428
428
  }
429
429
  function $t(e) {
430
430
  let t;
431
431
  return {
432
432
  c() {
433
- t = E("div"), t.textContent = "Simple Svelte Component", F(t, "class", "player-account-gaming-limits-individual-page svelte-1214obs");
433
+ t = E("div"), t.textContent = "Simple Svelte Component", F(t, "class", "player-account-gaming-limits-individual-page");
434
434
  },
435
435
  m(n, i) {
436
436
  B(n, t, i);
@@ -1 +1 @@
1
- "use strict";var R=Object.defineProperty,T=Object.defineProperties;var D=Object.getOwnPropertyDescriptors;var v=Object.getOwnPropertySymbols;var H=Object.prototype.hasOwnProperty,J=Object.prototype.propertyIsEnumerable;var p=(e,t,n)=>t in e?R(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,O=(e,t)=>{for(var n in t||(t={}))H.call(t,n)&&p(e,n,t[n]);if(v)for(var n of v(t))J.call(t,n)&&p(e,n,t[n]);return e},j=(e,t)=>T(e,D(t));var l=(e,t,n)=>p(e,typeof t!="symbol"?t+"":t,n);var C=(e,t,n)=>new Promise((i,o)=>{var s=c=>{try{$(n.next(c))}catch(u){o(u)}},r=c=>{try{$(n.throw(c))}catch(u){o(u)}},$=c=>c.done?i(c.value):Promise.resolve(c.value).then(s,r);$((n=n.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function a(){}function L(e){return e()}function S(){return Object.create(null)}function g(e){e.forEach(L)}function P(e){return typeof e=="function"}function V(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function q(e){return Object.keys(e).length===0}function z(e,t){e.appendChild(t)}function G(e,t,n){const i=U(e);if(!i.getElementById(t)){const o=E("style");o.id=t,o.textContent=n,K(i,o)}}function U(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function K(e,t){return z(e.head||e,t),t.sheet}function B(e,t,n){e.insertBefore(t,n||null)}function x(e){e.parentNode&&e.parentNode.removeChild(e)}function E(e){return document.createElement(e)}function F(e,t,n){n==null?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function Q(e){return Array.from(e.childNodes)}function W(e){const t={};return e.childNodes.forEach(n=>{t[n.slot||"default"]=!0}),t}let k;function _(e){k=e}const h=[],A=[];let d=[];const N=[];function w(e){d.push(e)}const y=new Set;let f=0;function X(){if(f!==0)return;const e=k;do{try{for(;f<h.length;){const t=h[f];f++,_(t),Y(t.$$)}}catch(t){throw h.length=0,f=0,t}for(_(null),h.length=0,f=0;A.length;)A.pop()();for(let t=0;t<d.length;t+=1){const n=d[t];y.has(n)||(y.add(n),n())}d.length=0}while(h.length);for(;N.length;)N.pop()();y.clear(),_(e)}function Y(e){if(e.fragment!==null){e.update(),g(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(w)}}function Z(e){const t=[],n=[];d.forEach(i=>e.indexOf(i)===-1?t.push(i):n.push(i)),n.forEach(i=>i()),d=t}const tt=new Set;function et(e,t){e&&e.i&&(tt.delete(e),e.i(t))}function nt(e,t,n){const{fragment:i,after_update:o}=e.$$;i&&i.m(t,n),w(()=>{const s=e.$$.on_mount.map(L).filter(P);e.$$.on_destroy?e.$$.on_destroy.push(...s):g(s),e.$$.on_mount=[]}),o.forEach(w)}function st(e,t){const n=e.$$;n.fragment!==null&&(Z(n.after_update),g(n.on_destroy),n.fragment&&n.fragment.d(t),n.on_destroy=n.fragment=null,n.ctx=[])}function it(e,t,n,i,o,s,r=null,$=[-1]){const c=k;_(e);const u=e.$$={fragment:null,ctx:[],props:s,update:a,not_equal:o,bound:S(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(c?c.$$.context:[])),callbacks:S(),dirty:$,skip_bound:!1,root:t.target||c.$$.root};if(r&&r(u.root),u.ctx=[],u.update(),g(u.before_update),u.fragment=i?i(u.ctx):!1,t.target){if(t.hydrate){const m=Q(t.target);u.fragment&&u.fragment.l(m),m.forEach(x)}else u.fragment&&u.fragment.c();t.intro&&et(e.$$.fragment),nt(e,t.target,t.anchor),X()}_(c)}let M;typeof HTMLElement=="function"&&(M=class extends HTMLElement{constructor(t,n,i){super();l(this,"$$ctor");l(this,"$$s");l(this,"$$c");l(this,"$$cn",!1);l(this,"$$d",{});l(this,"$$r",!1);l(this,"$$p_d",{});l(this,"$$l",{});l(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 o=this.$$c.$on(t,n);this.$$l_u.set(n,o)}super.addEventListener(t,n,i)}removeEventListener(t,n,i){if(super.removeEventListener(t,n,i),this.$$c){const o=this.$$l_u.get(n);o&&(o(),this.$$l_u.delete(n))}}connectedCallback(){return C(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let r;return{c:function(){r=E("slot"),s!=="default"&&F(r,"name",s)},m:function(u,m){B(u,r,m)},d:function(u){u&&x(r)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const n={},i=W(this);for(const s of this.$$s)s in i&&(n[s]=[t(s)]);for(const s of this.attributes){const r=this.$$g_p(s.name);r in this.$$d||(this.$$d[r]=b(r,s.value,this.$$p_d,"toProp"))}for(const s in this.$$p_d)!(s in this.$$d)&&this[s]!==void 0&&(this.$$d[s]=this[s],delete this[s]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:j(O({},this.$$d),{$$slots:n,$$scope:{ctx:[]}})});const o=()=>{this.$$r=!0;for(const s in this.$$p_d)if(this.$$d[s]=this.$$c.$$.ctx[this.$$c.$$.props[s]],this.$$p_d[s].reflect){const r=b(s,this.$$d[s],this.$$p_d,"toAttribute");r==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,r)}this.$$r=!1};this.$$c.$$.after_update.push(o),o();for(const s in this.$$l)for(const r of this.$$l[s]){const $=this.$$c.$on(s,r);this.$$l_u.set(r,$)}this.$$l={}}})}attributeChangedCallback(t,n,i){var o;this.$$r||(t=this.$$g_p(t),this.$$d[t]=b(t,i,this.$$p_d,"toProp"),(o=this.$$c)==null||o.$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}});function b(e,t,n,i){var s;const o=(s=n[e])==null?void 0:s.type;if(t=o==="Boolean"&&typeof t!="boolean"?t!=null:t,!i||!n[e])return t;if(i==="toAttribute")switch(o){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(o){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function ot(e,t,n,i,o,s){let r=class extends M{constructor(){super(e,n,o),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map($=>(t[$].attribute||$).toLowerCase())}};return Object.keys(t).forEach($=>{Object.defineProperty(r.prototype,$,{get(){return this.$$c&&$ in this.$$c?this.$$c[$]:this.$$d[$]},set(c){var u;c=b($,c,t),this.$$d[$]=c,(u=this.$$c)==null||u.$set({[$]:c})}})}),i.forEach($=>{Object.defineProperty(r.prototype,$,{get(){var c;return(c=this.$$c)==null?void 0:c[$]}})}),e.element=r,r}class rt{constructor(){l(this,"$$");l(this,"$$set")}$destroy(){st(this,1),this.$destroy=a}$on(t,n){if(!P(n))return a;const i=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return i.push(n),()=>{const o=i.indexOf(n);o!==-1&&i.splice(o,1)}}$set(t){this.$$set&&!q(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const ct="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(ct);function $t(e){G(e,"svelte-1214obs",".svelte-1214obs,.svelte-1214obs::before,.svelte-1214obs::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-account-gaming-limits-individual-page.svelte-1214obs{background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF)}")}function ut(e){let t;return{c(){t=E("div"),t.textContent="Simple Svelte Component",F(t,"class","player-account-gaming-limits-individual-page svelte-1214obs")},m(n,i){B(n,t,i)},p:a,i:a,o:a,d(n){n&&x(t)}}}class I extends rt{constructor(t){super(),it(this,t,null,ut,V,{},$t)}}ot(I,{},[],[],!0);exports.default=I;
1
+ "use strict";var R=Object.defineProperty,T=Object.defineProperties;var D=Object.getOwnPropertyDescriptors;var O=Object.getOwnPropertySymbols;var H=Object.prototype.hasOwnProperty,J=Object.prototype.propertyIsEnumerable;var b=(e,t,n)=>t in e?R(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,j=(e,t)=>{for(var n in t||(t={}))H.call(t,n)&&b(e,n,t[n]);if(O)for(var n of O(t))J.call(t,n)&&b(e,n,t[n]);return e},C=(e,t)=>T(e,D(t));var l=(e,t,n)=>b(e,typeof t!="symbol"?t+"":t,n);var S=(e,t,n)=>new Promise((i,o)=>{var s=c=>{try{$(n.next(c))}catch(u){o(u)}},r=c=>{try{$(n.throw(c))}catch(u){o(u)}},$=c=>c.done?i(c.value):Promise.resolve(c.value).then(s,r);$((n=n.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function a(){}function L(e){return e()}function A(){return Object.create(null)}function p(e){e.forEach(L)}function P(e){return typeof e=="function"}function V(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}function q(e){return Object.keys(e).length===0}function z(e,t){e.appendChild(t)}function G(e,t,n){const i=U(e);if(!i.getElementById(t)){const o=E("style");o.id=t,o.textContent=n,K(i,o)}}function U(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function K(e,t){return z(e.head||e,t),t.sheet}function B(e,t,n){e.insertBefore(t,n||null)}function x(e){e.parentNode&&e.parentNode.removeChild(e)}function E(e){return document.createElement(e)}function F(e,t,n){n==null?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function Q(e){return Array.from(e.childNodes)}function W(e){const t={};return e.childNodes.forEach(n=>{t[n.slot||"default"]=!0}),t}let k;function _(e){k=e}const h=[],N=[];let d=[];const v=[];function w(e){d.push(e)}const y=new Set;let f=0;function X(){if(f!==0)return;const e=k;do{try{for(;f<h.length;){const t=h[f];f++,_(t),Y(t.$$)}}catch(t){throw h.length=0,f=0,t}for(_(null),h.length=0,f=0;N.length;)N.pop()();for(let t=0;t<d.length;t+=1){const n=d[t];y.has(n)||(y.add(n),n())}d.length=0}while(h.length);for(;v.length;)v.pop()();y.clear(),_(e)}function Y(e){if(e.fragment!==null){e.update(),p(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(w)}}function Z(e){const t=[],n=[];d.forEach(i=>e.indexOf(i)===-1?t.push(i):n.push(i)),n.forEach(i=>i()),d=t}const tt=new Set;function et(e,t){e&&e.i&&(tt.delete(e),e.i(t))}function nt(e,t,n){const{fragment:i,after_update:o}=e.$$;i&&i.m(t,n),w(()=>{const s=e.$$.on_mount.map(L).filter(P);e.$$.on_destroy?e.$$.on_destroy.push(...s):p(s),e.$$.on_mount=[]}),o.forEach(w)}function st(e,t){const n=e.$$;n.fragment!==null&&(Z(n.after_update),p(n.on_destroy),n.fragment&&n.fragment.d(t),n.on_destroy=n.fragment=null,n.ctx=[])}function it(e,t,n,i,o,s,r=null,$=[-1]){const c=k;_(e);const u=e.$$={fragment:null,ctx:[],props:s,update:a,not_equal:o,bound:A(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(c?c.$$.context:[])),callbacks:A(),dirty:$,skip_bound:!1,root:t.target||c.$$.root};if(r&&r(u.root),u.ctx=[],u.update(),p(u.before_update),u.fragment=i?i(u.ctx):!1,t.target){if(t.hydrate){const m=Q(t.target);u.fragment&&u.fragment.l(m),m.forEach(x)}else u.fragment&&u.fragment.c();t.intro&&et(e.$$.fragment),nt(e,t.target,t.anchor),X()}_(c)}let M;typeof HTMLElement=="function"&&(M=class extends HTMLElement{constructor(t,n,i){super();l(this,"$$ctor");l(this,"$$s");l(this,"$$c");l(this,"$$cn",!1);l(this,"$$d",{});l(this,"$$r",!1);l(this,"$$p_d",{});l(this,"$$l",{});l(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 o=this.$$c.$on(t,n);this.$$l_u.set(n,o)}super.addEventListener(t,n,i)}removeEventListener(t,n,i){if(super.removeEventListener(t,n,i),this.$$c){const o=this.$$l_u.get(n);o&&(o(),this.$$l_u.delete(n))}}connectedCallback(){return S(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(s){return()=>{let r;return{c:function(){r=E("slot"),s!=="default"&&F(r,"name",s)},m:function(u,m){B(u,r,m)},d:function(u){u&&x(r)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const n={},i=W(this);for(const s of this.$$s)s in i&&(n[s]=[t(s)]);for(const s of this.attributes){const r=this.$$g_p(s.name);r in this.$$d||(this.$$d[r]=g(r,s.value,this.$$p_d,"toProp"))}for(const s in this.$$p_d)!(s in this.$$d)&&this[s]!==void 0&&(this.$$d[s]=this[s],delete this[s]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:C(j({},this.$$d),{$$slots:n,$$scope:{ctx:[]}})});const o=()=>{this.$$r=!0;for(const s in this.$$p_d)if(this.$$d[s]=this.$$c.$$.ctx[this.$$c.$$.props[s]],this.$$p_d[s].reflect){const r=g(s,this.$$d[s],this.$$p_d,"toAttribute");r==null?this.removeAttribute(this.$$p_d[s].attribute||s):this.setAttribute(this.$$p_d[s].attribute||s,r)}this.$$r=!1};this.$$c.$$.after_update.push(o),o();for(const s in this.$$l)for(const r of this.$$l[s]){const $=this.$$c.$on(s,r);this.$$l_u.set(r,$)}this.$$l={}}})}attributeChangedCallback(t,n,i){var o;this.$$r||(t=this.$$g_p(t),this.$$d[t]=g(t,i,this.$$p_d,"toProp"),(o=this.$$c)==null||o.$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}});function g(e,t,n,i){var s;const o=(s=n[e])==null?void 0:s.type;if(t=o==="Boolean"&&typeof t!="boolean"?t!=null:t,!i||!n[e])return t;if(i==="toAttribute")switch(o){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(o){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function ot(e,t,n,i,o,s){let r=class extends M{constructor(){super(e,n,o),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map($=>(t[$].attribute||$).toLowerCase())}};return Object.keys(t).forEach($=>{Object.defineProperty(r.prototype,$,{get(){return this.$$c&&$ in this.$$c?this.$$c[$]:this.$$d[$]},set(c){var u;c=g($,c,t),this.$$d[$]=c,(u=this.$$c)==null||u.$set({[$]:c})}})}),i.forEach($=>{Object.defineProperty(r.prototype,$,{get(){var c;return(c=this.$$c)==null?void 0:c[$]}})}),e.element=r,r}class rt{constructor(){l(this,"$$");l(this,"$$set")}$destroy(){st(this,1),this.$destroy=a}$on(t,n){if(!P(n))return a;const i=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return i.push(n),()=>{const o=i.indexOf(n);o!==-1&&i.splice(o,1)}}$set(t){this.$$set&&!q(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const ct="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(ct);function $t(e){G(e,"svelte-1fe4hei","*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.player-account-gaming-limits-individual-page{background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF)}")}function ut(e){let t;return{c(){t=E("div"),t.textContent="Simple Svelte Component",F(t,"class","player-account-gaming-limits-individual-page")},m(n,i){B(n,t,i)},p:a,i:a,o:a,d(n){n&&x(t)}}}class I extends rt{constructor(t){super(),it(this,t,null,ut,V,{},$t)}}ot(I,{},[],[],!0);exports.default=I;
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...i){try{return t.apply(this,i)}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/PlayerAccountGamingLimitsIndividualPage-ZwsuwjFO.cjs")).then(({default:t})=>{!customElements.get("player-account-gaming-limits-individual-page")&&customElements.define("player-account-gaming-limits-individual-page",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...i){try{return t.apply(this,i)}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/PlayerAccountGamingLimitsIndividualPage-gUDUmo58.cjs")).then(({default:t})=>{!customElements.get("player-account-gaming-limits-individual-page")&&customElements.define("player-account-gaming-limits-individual-page",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/PlayerAccountGamingLimitsIndividualPage-CH_fyIg3.js").then(
13
+ customElements.define = n(customElements.define), import("../components/PlayerAccountGamingLimitsIndividualPage-DK_6M6H3.js").then(
14
14
  ({ default: t }) => {
15
15
  !customElements.get("player-account-gaming-limits-individual-page") && customElements.define(
16
16
  "player-account-gaming-limits-individual-page",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-gaming-limits-individual-page",
3
- "version": "1.45.0",
3
+ "version": "1.45.2",
4
4
  "type": "module",
5
5
  "main": "es2015/player-account-gaming-limits-individual-page.cjs",
6
6
  "module": "es2015/player-account-gaming-limits-individual-page.js",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "./es2015/player-account-gaming-limits-individual-page.cjs": "./es2015/player-account-gaming-limits-individual-page.cjs"
13
13
  },
14
- "files": [
14
+ "files": [
15
15
  "es2015/",
16
16
  "components"
17
17
  ],