@soyio/soyio-widget 3.7.1 → 3.8.0

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.js CHANGED
@@ -1,27 +1,27 @@
1
1
  var $t = Object.defineProperty, vt = Object.defineProperties;
2
2
  var bt = Object.getOwnPropertyDescriptors;
3
- var Ae = Object.getOwnPropertySymbols, wt = Object.getPrototypeOf, xi = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, It = Reflect.get;
3
+ var _e = Object.getOwnPropertySymbols, wt = Object.getPrototypeOf, xi = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, It = Reflect.get;
4
4
  var Ai = (o) => {
5
5
  throw TypeError(o);
6
6
  };
7
- var Ye = (o, a, d) => a in o ? $t(o, a, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[a] = d, Ie = (o, a) => {
7
+ var Je = (o, a, d) => a in o ? $t(o, a, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[a] = d, Te = (o, a) => {
8
8
  for (var d in a || (a = {}))
9
- xi.call(a, d) && Ye(o, d, a[d]);
10
- if (Ae)
11
- for (var d of Ae(a))
12
- Di.call(a, d) && Ye(o, d, a[d]);
9
+ xi.call(a, d) && Je(o, d, a[d]);
10
+ if (_e)
11
+ for (var d of _e(a))
12
+ Di.call(a, d) && Je(o, d, a[d]);
13
13
  return o;
14
14
  }, _i = (o, a) => vt(o, bt(a));
15
15
  var Li = (o, a) => {
16
16
  var d = {};
17
17
  for (var s in o)
18
18
  xi.call(o, s) && a.indexOf(s) < 0 && (d[s] = o[s]);
19
- if (o != null && Ae)
20
- for (var s of Ae(o))
19
+ if (o != null && _e)
20
+ for (var s of _e(o))
21
21
  a.indexOf(s) < 0 && Di.call(o, s) && (d[s] = o[s]);
22
22
  return d;
23
23
  };
24
- var R = (o, a, d) => Ye(o, typeof a != "symbol" ? a + "" : a, d), Tt = (o, a, d) => a.has(o) || Ai("Cannot " + d);
24
+ var x = (o, a, d) => Je(o, typeof a != "symbol" ? a + "" : a, d), Tt = (o, a, d) => a.has(o) || Ai("Cannot " + d);
25
25
  var Ni = (o, a, d) => a.has(o) ? Ai("Cannot add the same private member more than once") : a instanceof WeakSet ? a.add(o) : a.set(o, d);
26
26
  var Oi = (o, a, d) => (Tt(o, a, "access private method"), d);
27
27
  var Se = (o, a, d) => It(wt(o), d, a);
@@ -57,14 +57,14 @@ function Et(o, a) {
57
57
  }
58
58
  return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
59
59
  }
60
- const Le = !!(typeof window != "undefined" && window.document && window.document.createElement), Wi = 200;
61
- class ei {
60
+ const Ne = !!(typeof window != "undefined" && window.document && window.document.createElement), Wi = 200;
61
+ class ii {
62
62
  constructor() {
63
- R(this, "tooltipElement", null);
64
- R(this, "tooltipContent", null);
65
- R(this, "tooltipClass", "soyio-tooltip");
66
- R(this, "hideTimeout", null);
67
- Le && this.createTooltipElement();
63
+ x(this, "tooltipElement", null);
64
+ x(this, "tooltipContent", null);
65
+ x(this, "tooltipClass", "soyio-tooltip");
66
+ x(this, "hideTimeout", null);
67
+ Ne && this.createTooltipElement();
68
68
  }
69
69
  createTooltipElement() {
70
70
  const a = document.querySelector(`.${this.tooltipClass}`);
@@ -123,9 +123,9 @@ class ei {
123
123
  placement: "left"
124
124
  }
125
125
  };
126
- for (const [, k] of Object.entries(I))
127
- if (ei.fitsInViewport(k, s, S, g, y))
128
- return k;
126
+ for (const [, E] of Object.entries(I))
127
+ if (ii.fitsInViewport(E, s, S, g, y))
128
+ return E;
129
129
  const T = I.top;
130
130
  return T.left = Math.max($, Math.min(T.left, g - s - $)), T.top = Math.max($, Math.min(T.top, y - S - $)), T;
131
131
  }
@@ -164,7 +164,7 @@ function Mi(o, a, d) {
164
164
  return W(this, null, function* () {
165
165
  if (!o.contentWindow)
166
166
  throw new Error("Invalid iframe: contentWindow is null");
167
- const s = yield Promise.resolve().then(() => Ce);
167
+ const s = yield Promise.resolve().then(() => he);
168
168
  try {
169
169
  yield s.send(o.contentWindow, "SET_APPEARANCE", { appearance: a, identifier: d });
170
170
  } catch (S) {
@@ -184,7 +184,7 @@ const zt = "IFRAME_READY", Ht = "IFRAME_HEIGHT_CHANGE", Gt = "TOOLTIP_STATE_CHAN
184
184
  let ji, Bi, Fi, Ui, qi;
185
185
  function Yt() {
186
186
  return W(this, null, function* () {
187
- const o = yield Promise.resolve().then(() => Ce);
187
+ const o = yield Promise.resolve().then(() => he);
188
188
  ji || Bi || Fi || Ui || qi || (ji = o.on(Ht, (a) => W(null, null, function* () {
189
189
  const d = a.data, s = G.onHeightChange[d.identifier];
190
190
  return s && s(d.height), Promise.resolve();
@@ -203,7 +203,7 @@ function Yt() {
203
203
  })));
204
204
  });
205
205
  }
206
- function ii(o, a) {
206
+ function ti(o, a) {
207
207
  const {
208
208
  onHeightChange: d,
209
209
  onIframeReady: s,
@@ -261,17 +261,17 @@ function ir() {
261
261
  }
262
262
  class ue {
263
263
  constructor(a) {
264
- R(this, "iframe", null);
265
- R(this, "wrapper", null);
266
- R(this, "skeleton", null);
267
- R(this, "options");
268
- R(this, "appearance");
269
- R(this, "tooltipManager");
270
- R(this, "defaultIframeCSSConfig", Bt);
271
- R(this, "Skeleton", null);
272
- R(this, "isIframeReady", !1);
273
- R(this, "defaultUniqueId");
274
- this.options = a, this.appearance = a.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = ue.generateUniqueId();
264
+ x(this, "iframe", null);
265
+ x(this, "wrapper", null);
266
+ x(this, "skeleton", null);
267
+ x(this, "options");
268
+ x(this, "appearance");
269
+ x(this, "tooltipManager");
270
+ x(this, "defaultIframeCSSConfig", Bt);
271
+ x(this, "Skeleton", null);
272
+ x(this, "isIframeReady", !1);
273
+ x(this, "defaultUniqueId");
274
+ this.options = a, this.appearance = a.appearance || null, this.tooltipManager = new ii(), this.defaultUniqueId = ue.generateUniqueId();
275
275
  }
276
276
  static generateUniqueId() {
277
277
  return ir();
@@ -306,19 +306,19 @@ class ue {
306
306
  onTooltipChange: this.handleTooltipChange.bind(this),
307
307
  onInfo: (d) => this.options.onEvent(d)
308
308
  };
309
- ii(this.uniqueIdentifier, a);
309
+ ti(this.uniqueIdentifier, a);
310
310
  });
311
311
  }
312
312
  mount(a) {
313
313
  return W(this, null, function* () {
314
- if (!Le) return this;
314
+ if (!Ne) return this;
315
315
  this.isIframeReady = !1, yield this.setupListeners(), Qt(this.iframeIdentifier);
316
316
  const d = Zt(a), s = this.iframeUrl();
317
317
  return this.wrapper = Xt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = er(s, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton && (this.skeleton = new this.Skeleton(this.uniqueIdentifier, this.appearance || void 0), this.skeleton.mount(this.wrapper)), this.wrapper.appendChild(this.iframe), this;
318
318
  });
319
319
  }
320
320
  unmount() {
321
- Le && (Jt(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
321
+ Ne && (Jt(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
322
322
  }
323
323
  /**
324
324
  * Update the appearance of the widget without remounting.
@@ -332,11 +332,11 @@ class ue {
332
332
  }
333
333
  class tr {
334
334
  constructor(a, d) {
335
- R(this, "element");
336
- R(this, "identifier");
337
- var H, ae;
335
+ x(this, "element");
336
+ x(this, "identifier");
337
+ var k, ae;
338
338
  this.identifier = `skeleton-${a}`, this.element = document.createElement("div"), this.element.id = this.identifier;
339
- const s = (ae = (H = window.matchMedia) == null ? void 0 : H.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ae.matches, S = (d == null ? void 0 : d.mode) === "dark" || (d == null ? void 0 : d.mode) === "auto" && s || (d == null ? void 0 : d.theme) === "night" && !(d != null && d.mode), g = S ? "#1E293B" : "#FFFFFF", y = S ? "#334155" : "#E5E7EB", $ = S ? "#334155" : "#f0f0f0", I = S ? "#475569" : "#e0e0e0", T = S ? "#334155" : "#f0f0f0";
339
+ const s = (ae = (k = window.matchMedia) == null ? void 0 : k.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ae.matches, S = (d == null ? void 0 : d.mode) === "dark" || (d == null ? void 0 : d.mode) === "auto" && s || (d == null ? void 0 : d.theme) === "night" && !(d != null && d.mode), g = S ? "#1E293B" : "#FFFFFF", y = S ? "#334155" : "#E5E7EB", $ = S ? "#334155" : "#f0f0f0", I = S ? "#475569" : "#e0e0e0", T = S ? "#334155" : "#f0f0f0";
340
340
  this.element.style.cssText = `
341
341
  position: absolute;
342
342
  top: 0;
@@ -352,8 +352,8 @@ class tr {
352
352
  box-sizing: border-box;
353
353
  z-index: 1;
354
354
  `;
355
- const k = document.createElement("div");
356
- k.style.cssText = `
355
+ const E = document.createElement("div");
356
+ E.style.cssText = `
357
357
  padding: 1rem;
358
358
  width: 100%;
359
359
  box-sizing: border-box;
@@ -362,14 +362,14 @@ class tr {
362
362
  justify-content: flex-start;
363
363
  gap: 0.75rem;
364
364
  `;
365
- const M = document.createElement("div");
366
- M.style.cssText = `
365
+ const j = document.createElement("div");
366
+ j.style.cssText = `
367
367
  display: flex;
368
368
  align-items: center;
369
369
  gap: 0.75rem;
370
370
  `;
371
- const F = document.createElement("div");
372
- F.style.cssText = `
371
+ const z = document.createElement("div");
372
+ z.style.cssText = `
373
373
  width: 2rem;
374
374
  height: 2rem;
375
375
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -378,8 +378,8 @@ class tr {
378
378
  border-radius: 50%;
379
379
  flex-shrink: 0;
380
380
  `;
381
- const K = document.createElement("div");
382
- K.style.cssText = `
381
+ const H = document.createElement("div");
382
+ H.style.cssText = `
383
383
  height: 1rem;
384
384
  width: 30%;
385
385
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -387,8 +387,8 @@ class tr {
387
387
  animation: shimmer 1.5s infinite;
388
388
  border-radius: 0.125rem;
389
389
  `;
390
- const O = document.createElement("div");
391
- O.style.cssText = `
390
+ const M = document.createElement("div");
391
+ M.style.cssText = `
392
392
  width: 3rem;
393
393
  height: 1.25rem;
394
394
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -398,14 +398,14 @@ class tr {
398
398
  margin-left: auto;
399
399
  flex-shrink: 0;
400
400
  `;
401
- const D = document.createElement("div");
402
- D.style.cssText = `
401
+ const A = document.createElement("div");
402
+ A.style.cssText = `
403
403
  display: flex;
404
404
  align-items: flex-start;
405
405
  gap: 0.75rem;
406
406
  `;
407
- const Y = document.createElement("div");
408
- Y.style.cssText = `
407
+ const V = document.createElement("div");
408
+ V.style.cssText = `
409
409
  width: 2rem;
410
410
  height: 1rem;
411
411
  display: flex;
@@ -413,8 +413,8 @@ class tr {
413
413
  align-items: center;
414
414
  flex-shrink: 0;
415
415
  `;
416
- const re = document.createElement("div");
417
- re.style.cssText = `
416
+ const ie = document.createElement("div");
417
+ ie.style.cssText = `
418
418
  width: 1rem;
419
419
  height: 1rem;
420
420
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -423,15 +423,15 @@ class tr {
423
423
  border-radius: 0.25rem;
424
424
  flex-shrink: 0;
425
425
  `;
426
- const se = document.createElement("div");
427
- se.style.cssText = `
426
+ const te = document.createElement("div");
427
+ te.style.cssText = `
428
428
  flex-grow: 1;
429
429
  display: flex;
430
430
  flex-direction: column;
431
431
  gap: 0.5rem;
432
432
  `;
433
- const ie = document.createElement("div");
434
- ie.style.cssText = `
433
+ const Ce = document.createElement("div");
434
+ Ce.style.cssText = `
435
435
  height: 0.875rem;
436
436
  width: 80%;
437
437
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -439,8 +439,8 @@ class tr {
439
439
  animation: shimmer 1.5s infinite;
440
440
  border-radius: 0.125rem;
441
441
  `;
442
- const U = document.createElement("div");
443
- if (U.style.cssText = `
442
+ const ee = document.createElement("div");
443
+ if (ee.style.cssText = `
444
444
  height: 0.875rem;
445
445
  width: 60%;
446
446
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -448,8 +448,8 @@ class tr {
448
448
  animation: shimmer 2s infinite;
449
449
  border-radius: 0.125rem;
450
450
  `, !document.getElementById("skeleton-animation")) {
451
- const J = document.createElement("style");
452
- J.id = "skeleton-animation", J.textContent = `
451
+ const Y = document.createElement("style");
452
+ Y.id = "skeleton-animation", Y.textContent = `
453
453
  @keyframes shimmer {
454
454
  0% { background-position: 200% 0; }
455
455
  100% { background-position: -200% 0; }
@@ -458,9 +458,9 @@ class tr {
458
458
  0% { opacity: 1; }
459
459
  100% { opacity: 0; }
460
460
  }
461
- `, document.head.appendChild(J);
461
+ `, document.head.appendChild(Y);
462
462
  }
463
- M.appendChild(F), M.appendChild(K), M.appendChild(O), se.appendChild(ie), se.appendChild(U), Y.appendChild(re), D.appendChild(Y), D.appendChild(se), k.appendChild(M), k.appendChild(D), this.element.appendChild(k);
463
+ j.appendChild(z), j.appendChild(H), j.appendChild(M), te.appendChild(Ce), te.appendChild(ee), V.appendChild(ie), A.appendChild(V), A.appendChild(te), E.appendChild(j), E.appendChild(A), this.element.appendChild(E);
464
464
  }
465
465
  cleanupExistingSkeleton() {
466
466
  const a = document.getElementById(this.identifier);
@@ -473,10 +473,10 @@ class tr {
473
473
  this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
474
474
  }
475
475
  }
476
- const Ee = "3.7.1";
476
+ const Re = "3.8.0";
477
477
  function rr(o) {
478
478
  var I, T;
479
- const a = (I = o.origin) != null ? I : o.context, d = _i(Ie({}, o), { origin: a }), s = [
479
+ const a = (I = o.origin) != null ? I : o.context, d = _i(Te({}, o), { origin: a }), s = [
480
480
  "actionToken",
481
481
  "entityId",
482
482
  "origin",
@@ -484,14 +484,14 @@ function rr(o) {
484
484
  "mandatoryReconsentBehavior",
485
485
  "allowGranularScopeSelection"
486
486
  ], S = (T = o.isSandbox) != null ? T : !1, g = o.developmentUrl || (S ? Dt : xt), y = new URLSearchParams();
487
- if (y.set("sdk", "web"), y.set("sdkVersion", Ee), s.forEach((k) => {
488
- const M = d[k];
489
- M !== void 0 && (typeof M == "string" && M.length === 0 || y.set(k, String(M)));
487
+ if (y.set("sdk", "web"), y.set("sdkVersion", Re), s.forEach((E) => {
488
+ const j = d[E];
489
+ j !== void 0 && (typeof j == "string" && j.length === 0 || y.set(E, String(j)));
490
490
  }), o.metadata !== void 0)
491
491
  try {
492
492
  y.set("metadata", JSON.stringify(o.metadata));
493
- } catch (k) {
494
- console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", k);
493
+ } catch (E) {
494
+ console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", E);
495
495
  }
496
496
  const $ = y.toString();
497
497
  return `${g}/embed/consents/${o.consentTemplateId}${$ ? `?${$}` : ""}`;
@@ -499,9 +499,9 @@ function rr(o) {
499
499
  class Ki extends ue {
500
500
  constructor(d) {
501
501
  super(d);
502
- R(this, "defaultIframePrefix", "consent-box");
503
- R(this, "defaultIframeCSSConfig", Ft);
504
- R(this, "state", {
502
+ x(this, "defaultIframePrefix", "consent-box");
503
+ x(this, "defaultIframeCSSConfig", Ft);
504
+ x(this, "state", {
505
505
  isSelected: !1,
506
506
  actionToken: null
507
507
  });
@@ -523,7 +523,7 @@ class Ki extends ue {
523
523
  }
524
524
  setupListeners() {
525
525
  return W(this, null, function* () {
526
- yield Se(Ki.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
526
+ yield Se(Ki.prototype, this, "setupListeners").call(this), ti(this.uniqueIdentifier, {
527
527
  onStateChange: this.handleStateChange.bind(this)
528
528
  });
529
529
  });
@@ -538,7 +538,7 @@ function nr(o, a, d) {
538
538
  throw new Error("Invalid iframe: contentWindow is null");
539
539
  const s = { identifier: d };
540
540
  if (a.locale !== void 0 && (s.locale = a.locale), a.subjectId !== void 0 && (s.subjectId = a.subjectId), a.userReference !== void 0 && (s.userReference = a.userReference), Object.keys(s).length === 1) return;
541
- const S = yield Promise.resolve().then(() => Ce);
541
+ const S = yield Promise.resolve().then(() => he);
542
542
  try {
543
543
  yield S.send(o.contentWindow, "SET_CONSENT_FORM_CONFIG", s);
544
544
  } catch (g) {
@@ -549,7 +549,7 @@ function nr(o, a, d) {
549
549
  function or(o) {
550
550
  var $, I;
551
551
  const a = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || Lt, s = new URLSearchParams();
552
- s.set("sdk", "web"), s.set("sdkVersion", Ee), s.set("consentFormToken", o.consentFormToken), o.locale && s.set("lang", o.locale), a && s.set("isSandbox", "true");
552
+ s.set("sdk", "web"), s.set("sdkVersion", Re), s.set("consentFormToken", o.consentFormToken), o.locale && s.set("lang", o.locale), a && s.set("isSandbox", "true");
553
553
  const S = (I = o.appearance) == null ? void 0 : I.config;
554
554
  (S == null ? void 0 : S.showLogo) !== void 0 && s.set("showLogo", String(S.showLogo)), (S == null ? void 0 : S.showHeader) !== void 0 && s.set("showHeader", String(S.showHeader)), (S == null ? void 0 : S.showDescription) !== void 0 && s.set("showDescription", String(S.showDescription)), S != null && S.buttonAlignment && s.set("buttonAlignment", S.buttonAlignment);
555
555
  const g = s.toString();
@@ -558,8 +558,8 @@ function or(o) {
558
558
  class Yi extends ue {
559
559
  constructor() {
560
560
  super(...arguments);
561
- R(this, "defaultIframePrefix", "consent-form");
562
- R(this, "defaultIframeCSSConfig", qt);
561
+ x(this, "defaultIframePrefix", "consent-form");
562
+ x(this, "defaultIframeCSSConfig", qt);
563
563
  }
564
564
  get uniqueIdentifier() {
565
565
  return this.options.consentFormToken;
@@ -606,6 +606,7 @@ const sr = [
606
606
  "user.authorization.password",
607
607
  "user.behavior.browsing_history",
608
608
  "user.behavior.media_consumption",
609
+ "user.behavior.payment",
609
610
  "user.behavior.purchase_history",
610
611
  "user.behavior.search_history",
611
612
  "user.biometric.fingerprint",
@@ -629,6 +630,7 @@ const sr = [
629
630
  "user.demographic.age_range",
630
631
  "user.demographic.date_of_birth",
631
632
  "user.demographic.gender",
633
+ "user.demographic.kinship",
632
634
  "user.demographic.language",
633
635
  "user.demographic.marital_status",
634
636
  "user.demographic.political_opinion",
@@ -698,7 +700,7 @@ function fr(o) {
698
700
  }
699
701
  function cr(o, a, d) {
700
702
  return W(this, null, function* () {
701
- var ae, J;
703
+ var Y, de;
702
704
  if (!o.contentWindow)
703
705
  throw new Error("Invalid iframe: contentWindow is null");
704
706
  const {
@@ -707,27 +709,28 @@ function cr(o, a, d) {
707
709
  content: g,
708
710
  header: y,
709
711
  rightExamples: $,
710
- consentManagement: I,
711
- appearance: T,
712
- externalRightsExerciseUrl: k,
713
- origin: M,
714
- metadata: F,
715
- allowManyDataCategoriesMutations: K
716
- } = a, O = (ae = T == null ? void 0 : T.config) == null ? void 0 : ae.showHeader, D = (J = T == null ? void 0 : T.config) == null ? void 0 : J.showConsentManagementHeader, Y = dr(k), re = fr(S), ie = I !== void 0 && Object.values(I).some((te) => Array.isArray(te) ? te.length > 0 : te != null) ? I : void 0;
717
- Array.isArray(ie == null ? void 0 : ie.scopeGroups) && ie.scopeGroups.length > 0 && a.groupConsentsByScope !== !0 && console.warn(
712
+ rightDescriptions: I,
713
+ consentManagement: T,
714
+ appearance: E,
715
+ externalRightsExerciseUrl: j,
716
+ origin: z,
717
+ metadata: H,
718
+ allowManyDataCategoriesMutations: M
719
+ } = a, A = (Y = E == null ? void 0 : E.config) == null ? void 0 : Y.showHeader, V = (de = E == null ? void 0 : E.config) == null ? void 0 : de.showConsentManagementHeader, ie = dr(j), te = fr(S), ee = T !== void 0 && Object.values(T).some((oe) => Array.isArray(oe) ? oe.length > 0 : oe != null) ? T : void 0;
720
+ Array.isArray(ee == null ? void 0 : ee.scopeGroups) && ee.scopeGroups.length > 0 && a.groupConsentsByScope !== !0 && console.warn(
718
721
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
719
722
  );
720
- const U = {};
721
- if (typeof s != "undefined" && (U.redecOperationIds = s), typeof re != "undefined" && (U.requestableDataCategories = re), typeof g != "undefined" && (U.content = g), typeof y != "undefined" && (U.header = y), typeof $ != "undefined" && (U.rightExamples = $), typeof Y != "undefined" && (U.externalRightsExerciseUrl = Y), typeof ie != "undefined" && (U.consentManagement = ie), typeof M == "string" && M.trim() !== "" && (U.origin = M), F && typeof F == "object" && !Array.isArray(F) && (U.metadata = F), typeof K == "boolean" && (U.allowManyDataCategoriesMutations = K), (typeof O == "boolean" || typeof D == "boolean") && (U.appearance = {
722
- config: Ie(Ie({}, typeof O == "boolean" ? { showHeader: O } : {}), typeof D == "boolean" ? { showConsentManagementHeader: D } : {})
723
- }), Object.keys(U).length === 0) return;
724
- const H = yield Promise.resolve().then(() => Ce);
723
+ const k = {};
724
+ if (typeof s != "undefined" && (k.redecOperationIds = s), typeof te != "undefined" && (k.requestableDataCategories = te), typeof g != "undefined" && (k.content = g), typeof y != "undefined" && (k.header = y), typeof $ != "undefined" && (k.rightExamples = $), typeof I != "undefined" && (k.rightDescriptions = I), typeof ie != "undefined" && (k.externalRightsExerciseUrl = ie), typeof ee != "undefined" && (k.consentManagement = ee), typeof z == "string" && z.trim() !== "" && (k.origin = z), H && typeof H == "object" && !Array.isArray(H) && (k.metadata = H), typeof M == "boolean" && (k.allowManyDataCategoriesMutations = M), (typeof A == "boolean" || typeof V == "boolean") && (k.appearance = {
725
+ config: Te(Te({}, typeof A == "boolean" ? { showHeader: A } : {}), typeof V == "boolean" ? { showConsentManagementHeader: V } : {})
726
+ }), Object.keys(k).length === 0) return;
727
+ const ae = yield Promise.resolve().then(() => he);
725
728
  try {
726
- yield H.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", Ie({
729
+ yield ae.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", Te({
727
730
  identifier: d
728
- }, U));
729
- } catch (te) {
730
- console.error("Failed to send privacy center config:", te);
731
+ }, k));
732
+ } catch (oe) {
733
+ console.error("Failed to send privacy center config:", oe);
731
734
  }
732
735
  });
733
736
  }
@@ -756,30 +759,30 @@ function pr(o) {
756
759
  return d;
757
760
  }
758
761
  function lr(o) {
759
- var $, I, T, k, M, F, K;
762
+ var $, I, T, E, j, z, H;
760
763
  const a = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || (a ? _t : At), s = new URLSearchParams();
761
- s.set("sdkVersion", Ee), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (I = o.enabledFeatures) != null && I.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (T = o.enabledRights) != null && T.length && s.set("enabledRights", o.enabledRights.join(","));
764
+ s.set("sdkVersion", Re), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (I = o.enabledFeatures) != null && I.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (T = o.enabledRights) != null && T.length && s.set("enabledRights", o.enabledRights.join(","));
762
765
  const S = pr(o.enabledKinds);
763
- if (S != null && S.length && s.set("enabledKinds", S.join(",")), (k = o.dataSubjects) != null && k.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
764
- (D) => D != null
766
+ if (S != null && S.length && s.set("enabledKinds", S.join(",")), (E = o.dataSubjects) != null && E.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
767
+ (A) => A != null
765
768
  )) {
766
- const D = JSON.stringify(o.fileRequisites);
767
- s.set("fileRequisites", D);
769
+ const A = JSON.stringify(o.fileRequisites);
770
+ s.set("fileRequisites", A);
768
771
  }
769
- if ((M = o.rectificationFileRequiredCategories) != null && M.length && s.set(
772
+ if ((j = o.rectificationFileRequiredCategories) != null && j.length && s.set(
770
773
  "rectificationFileRequiredCategories",
771
774
  JSON.stringify(o.rectificationFileRequiredCategories)
772
775
  ), o.consentManagement) {
773
- const { allowMultipleOpenScopeGroups: O, scopeGroups: D } = o.consentManagement, Y = Array.isArray(D) && D.length > 0 || typeof O == "boolean";
774
- if (Array.isArray(D) && D.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
776
+ const { allowMultipleOpenScopeGroups: M, scopeGroups: A } = o.consentManagement, V = Array.isArray(A) && A.length > 0 || typeof M == "boolean";
777
+ if (Array.isArray(A) && A.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
775
778
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
776
- ), Y) {
777
- const re = JSON.stringify(o.consentManagement);
778
- s.set("consentManagement", re);
779
+ ), V) {
780
+ const ie = JSON.stringify(o.consentManagement);
781
+ s.set("consentManagement", ie);
779
782
  }
780
783
  }
781
784
  o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
782
- const g = (K = (F = o.appearance) == null ? void 0 : F.config) == null ? void 0 : K.consentControl;
785
+ const g = (H = (z = o.appearance) == null ? void 0 : z.config) == null ? void 0 : H.consentControl;
783
786
  g && s.set("consentControl", g), o.consentRetentionPeriod && s.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && s.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && s.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && s.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
784
787
  const y = s.toString();
785
788
  return `${d}${y ? `?${y}` : ""}`;
@@ -787,9 +790,9 @@ function lr(o) {
787
790
  class Ji extends ue {
788
791
  constructor() {
789
792
  super(...arguments);
790
- R(this, "defaultIframePrefix", "privacy-center");
791
- R(this, "_uniqueIdentifier", "privacy-center");
792
- R(this, "defaultIframeCSSConfig", Ut);
793
+ x(this, "defaultIframePrefix", "privacy-center");
794
+ x(this, "_uniqueIdentifier", "privacy-center");
795
+ x(this, "defaultIframeCSSConfig", Ut);
793
796
  }
794
797
  get uniqueIdentifier() {
795
798
  return this._uniqueIdentifier;
@@ -806,7 +809,7 @@ class Ji extends ue {
806
809
  const jr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
807
810
  __proto__: null
808
811
  }, Symbol.toStringTag, { value: "Module" })), Qi = "WIDGET_EVENT";
809
- function Oe(o, a) {
812
+ function We(o, a) {
810
813
  return o || (a ? kt : Rt);
811
814
  }
812
815
  function Sr(o) {
@@ -815,24 +818,24 @@ function Sr(o) {
815
818
  }
816
819
  function ur(o) {
817
820
  var g;
818
- const a = (g = o.isSandbox) != null ? g : !1, d = Oe(o.developmentUrl, a), s = Object.entries(o.configProps).filter(([y, $]) => $ || y === "disclosureRequestId").map(([y, $]) => `${y}=${encodeURIComponent($)}`).join("&"), S = Sr(o);
819
- return `${d}/${S}?sdk=web&sdkVersion=${Ee}&${s}`;
821
+ const a = (g = o.isSandbox) != null ? g : !1, d = We(o.developmentUrl, a), s = Object.entries(o.configProps).filter(([y, $]) => $ || y === "disclosureRequestId").map(([y, $]) => `${y}=${encodeURIComponent($)}`).join("&"), S = Sr(o);
822
+ return `${d}/${S}?sdk=web&sdkVersion=${Re}&${s}`;
820
823
  }
821
- function Cr(o) {
824
+ function hr(o) {
822
825
  return `embed/widget/disclosures/${o.disclosureRequestId}`;
823
826
  }
824
- function hr(o, a) {
827
+ function Cr(o, a) {
825
828
  var y;
826
- const d = (y = o.isSandbox) != null ? y : !1, s = Oe(o.developmentUrl, d), S = Cr(o), g = new URLSearchParams({
829
+ const d = (y = o.isSandbox) != null ? y : !1, s = We(o.developmentUrl, d), S = hr(o), g = new URLSearchParams({
827
830
  sdk: "web",
828
- sdkVersion: Ee,
831
+ sdkVersion: Re,
829
832
  identifier: a
830
833
  });
831
834
  return o.customColor && g.set("customColor", o.customColor), `${s}/${S}?${g.toString()}`;
832
835
  }
833
836
  function gr(o, a) {
834
837
  var S;
835
- const d = Oe(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
838
+ const d = We(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
836
839
  session_token: a.sessionToken,
837
840
  company_id: a.companyId,
838
841
  identifier: a.identifier
@@ -841,7 +844,7 @@ function gr(o, a) {
841
844
  }
842
845
  function Pr(o, a) {
843
846
  var S;
844
- const d = Oe(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
847
+ const d = We(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
845
848
  requestable_id: a.requestableToken,
846
849
  identifier: a.identifier
847
850
  });
@@ -853,20 +856,20 @@ function mr(o) {
853
856
  function yr(o) {
854
857
  return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
855
858
  }
856
- class Ze extends ue {
859
+ class Xe extends ue {
857
860
  constructor() {
858
861
  super(...arguments);
859
- R(this, "defaultIframePrefix", "disclosure-request-box");
860
- R(this, "passkeyPopupWindow", null);
861
- R(this, "popupListener", null);
862
- R(this, "isReadyCallbackFired", !1);
862
+ x(this, "defaultIframePrefix", "disclosure-request-box");
863
+ x(this, "passkeyPopupWindow", null);
864
+ x(this, "popupListener", null);
865
+ x(this, "isReadyCallbackFired", !1);
863
866
  }
864
867
  iframeUrl() {
865
- return hr(this.options, this.uniqueIdentifier);
868
+ return Cr(this.options, this.uniqueIdentifier);
866
869
  }
867
870
  mount(d) {
868
871
  return W(this, null, function* () {
869
- return this.isReadyCallbackFired = !1, yield Se(Ze.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
872
+ return this.isReadyCallbackFired = !1, yield Se(Xe.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
870
873
  this.notifyReady();
871
874
  }, this) : this;
872
875
  });
@@ -877,7 +880,7 @@ class Ze extends ue {
877
880
  }
878
881
  setupListeners() {
879
882
  return W(this, null, function* () {
880
- yield Se(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
883
+ yield Se(Xe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ti(this.uniqueIdentifier, {
881
884
  onInfo: (d) => this.handleInfoEvent(d)
882
885
  });
883
886
  });
@@ -896,7 +899,7 @@ class Ze extends ue {
896
899
  }
897
900
  mountPopupListener() {
898
901
  return W(this, null, function* () {
899
- const d = yield Promise.resolve().then(() => Ce);
902
+ const d = yield Promise.resolve().then(() => he);
900
903
  this.removePopupListener(), this.popupListener = d.on(Qi, (S) => W(this, [S], function* ({ data: s }) {
901
904
  return s.eventName !== "PASSKEY_REGISTERED" && s.eventName !== "PASSKEY_AUTHENTICATED" || s.identifier !== this.uniqueIdentifier || (s.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
902
905
  eventName: "PASSKEY_REGISTERED",
@@ -950,64 +953,64 @@ class Ze extends ue {
950
953
  this.passkeyPopupWindow = window.open(s, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
951
954
  }
952
955
  }
953
- let oe = null, Je = null;
954
- function Xe(o = null) {
955
- oe && !oe.closed && oe.focus(), o == null || o.preventDefault();
956
+ let ne = null, Qe = null;
957
+ function ei(o = null) {
958
+ ne && !ne.closed && ne.focus(), o == null || o.preventDefault();
956
959
  }
957
- function We() {
958
- document.body.style.filter = "", document.body.removeEventListener("click", Xe);
960
+ function Me() {
961
+ document.body.style.filter = "", document.body.removeEventListener("click", ei);
959
962
  }
960
963
  function $r() {
961
- Je = setInterval(() => {
962
- (!oe || oe.closed) && (Je && clearInterval(Je), We());
964
+ Qe = setInterval(() => {
965
+ (!ne || ne.closed) && (Qe && clearInterval(Qe), Me());
963
966
  }, jt);
964
967
  }
965
968
  function vr(o) {
966
- const a = ur(o), d = Wt, s = Mt, S = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, y = window.innerWidth || document.documentElement.clientWidth || window.screen.width, $ = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = y / window.screen.availWidth, T = (y - d) / 2 / I + S, k = ($ - s) / 2 / I + g, M = [
969
+ const a = ur(o), d = Wt, s = Mt, S = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, y = window.innerWidth || document.documentElement.clientWidth || window.screen.width, $ = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = y / window.screen.availWidth, T = (y - d) / 2 / I + S, E = ($ - s) / 2 / I + g, j = [
967
970
  "scrollbars=yes",
968
971
  `width=${d}`,
969
972
  `height=${s}`,
970
- `top=${k}`,
973
+ `top=${E}`,
971
974
  `left=${T}`
972
- ].join(","), F = window.open("about:blank", "Soyio", M);
973
- F ? (oe = F, oe.location.href = a, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), $r()) : (We(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
975
+ ].join(","), z = window.open("about:blank", "Soyio", j);
976
+ z ? (ne = z, ne.location.href = a, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", ei), ei(), $r()) : (Me(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
974
977
  }
975
978
  function br() {
976
- oe && (oe.close(), oe = null), We();
979
+ ne && (ne.close(), ne = null), Me();
977
980
  }
978
- let Te = null;
981
+ let Ee = null;
979
982
  function wr() {
980
- Te && (Te.cancel(), Te = null);
983
+ Ee && (Ee.cancel(), Ee = null);
981
984
  }
982
985
  function Ir(o) {
983
986
  return W(this, null, function* () {
984
- const { onEvent: a } = o, d = yield Promise.resolve().then(() => Ce);
985
- Te && wr(), Te = d.on(Qi, (S) => W(null, [S], function* ({ data: s }) {
986
- return a(s), Nt.includes(s.eventName) ? br() : s.eventName === Ot && We(), Promise.resolve();
987
+ const { onEvent: a } = o, d = yield Promise.resolve().then(() => he);
988
+ Ee && wr(), Ee = d.on(Qi, (S) => W(null, [S], function* ({ data: s }) {
989
+ return a(s), Nt.includes(s.eventName) ? br() : s.eventName === Ot && Me(), Promise.resolve();
987
990
  }));
988
991
  });
989
992
  }
990
993
  function Tr(o) {
991
994
  Ir(o);
992
995
  }
993
- var Ne, Zi;
996
+ var Oe, Zi;
994
997
  class Br {
995
998
  constructor(a) {
996
- Ni(this, Ne);
997
- R(this, "onEvent");
998
- this.onEvent = a.onEvent, Le && (vr(a), Tr({
999
- onEvent: Oi(this, Ne, Zi).bind(this)
999
+ Ni(this, Oe);
1000
+ x(this, "onEvent");
1001
+ this.onEvent = a.onEvent, Ne && (vr(a), Tr({
1002
+ onEvent: Oi(this, Oe, Zi).bind(this)
1000
1003
  }));
1001
1004
  }
1002
1005
  }
1003
- Ne = new WeakSet(), Zi = function(a) {
1006
+ Oe = new WeakSet(), Zi = function(a) {
1004
1007
  this.onEvent(a);
1005
1008
  };
1006
1009
  const Er = "#/definitions/SoyioAppearance", Rr = "http://json-schema.org/draft-07/schema#", kr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by \`ConsentFormBox\`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by \`ConsentFormBox\`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by \`ConsentFormBox\`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"}}`), Fr = {
1007
1010
  $ref: Er,
1008
1011
  $schema: Rr,
1009
1012
  definitions: kr
1010
- }, xr = "#/definitions/SoyioWidgetConfig", Dr = "http://json-schema.org/draft-07/schema#", Ar = /* @__PURE__ */ JSON.parse('{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentBatchUpdate":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"}},"required":["consentTemplateId","action"],"type":"object"},"ConsentBatchUpdateFailedEvent":{"additionalProperties":false,"properties":{"consentTemplateIds":{"items":{"type":"string"},"type":"array"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_BATCH_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateIds"],"type":"object"},"ConsentBatchUpdatedEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_BATCH_UPDATED","type":"string"},"updates":{"items":{"$ref":"#/definitions/ConsentBatchUpdate"},"type":"array"}},"required":["eventName","updates"],"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use `origin` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"ConsentFormCompletedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_COMPLETED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentFormConfig":{"additionalProperties":false,"properties":{"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentFormToken":{"description":"Form version identifier returned by the dashboard (`cform_...`).","type":"string"},"developmentUrl":{"type":"string"},"isSandbox":{"type":"boolean"},"locale":{"$ref":"#/definitions/ConsentFormLocale","description":"Language used by the form\'s UI copy and built-in validations."},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/ConsentFormEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"subjectId":{"description":"Optional Soyio entity id (`ent_...`) the entry should be linked to.","type":["string","null"]},"userReference":{"description":"Optional integrator-provided reference that travels with the entry.","type":["string","null"]}},"required":["consentFormToken","onEvent"],"type":"object"},"ConsentFormEvent":{"anyOf":[{"$ref":"#/definitions/ConsentFormSubmittedEvent"},{"$ref":"#/definitions/ConsentFormCompletedEvent"},{"$ref":"#/definitions/ConsentFormLoadErrorEvent"},{"$ref":"#/definitions/ConsentFormSubmitErrorEvent"},{"$ref":"#/definitions/ConsentFormPageChangeEvent"}]},"ConsentFormLoadErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_LOAD_ERROR","type":"string"},"kind":{"$ref":"#/definitions/ConsentFormLoadErrorKind"},"message":{"type":"string"}},"required":["eventName","kind"],"type":"object"},"ConsentFormLoadErrorKind":{"enum":["notFound","hostNotAllowed","loadFailed"],"type":"string"},"ConsentFormLocale":{"enum":["es","en"],"type":"string"},"ConsentFormPageChangeEvent":{"additionalProperties":false,"properties":{"currentPage":{"type":"number"},"eventName":{"const":"CONSENT_FORM_PAGE_CHANGE","type":"string"},"totalPages":{"type":"number"}},"required":["eventName","currentPage","totalPages"],"type":"object"},"ConsentFormSubmitErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_SUBMIT_ERROR","type":"string"},"message":{"type":"string"}},"required":["eventName","message"],"type":"object"},"ConsentFormSubmittedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_SUBMITTED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentUpdateFailedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"consentTemplateId":{"type":"string"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"ConsentUpdatedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"},"eventName":{"const":"CONSENT_UPDATED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"DataSubjectRequestKind":{"enum":["access","opposition","rectification","suppression","portability","redec_update","redec_rectification","redec_complementation","redec_cancellation"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentAction":{"enum":["grant","revoke"],"type":"string"},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"allowMultipleOpenScopeGroups":{"type":"boolean"},"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterEvent":{"anyOf":[{"$ref":"#/definitions/RequestSubmittedEvent"},{"$ref":"#/definitions/RequestSubmissionFailedEvent"},{"$ref":"#/definitions/ValidationSuccessfulEvent"},{"$ref":"#/definitions/ValidationFailedEvent"},{"$ref":"#/definitions/ConsentUpdatedEvent"},{"$ref":"#/definitions/ConsentUpdateFailedEvent"},{"$ref":"#/definitions/ConsentBatchUpdatedEvent"},{"$ref":"#/definitions/ConsentBatchUpdateFailedEvent"},{"$ref":"#/definitions/UnexpectedErrorEvent"}]},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRequestableDataCategoryOption":{"additionalProperties":false,"properties":{"description":{"type":"string"},"label":{"type":"string"},"value":{"$ref":"#/definitions/UserDataCategoryKey"}},"required":["value"],"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"RequestSubmissionFailedEvent":{"additionalProperties":false,"properties":{"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"REQUEST_SUBMISSION_FAILED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","kind"],"type":"object"},"RequestSubmittedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"entityId":{"type":["string","null"]},"eventName":{"const":"REQUEST_SUBMITTED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","dataSubjectRequestId","kind","entityId"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- \'default\': Standard Soyio brand colors (purple/indigo)\\n- \'dark\': Dark mode with gray tones\\n- \'light\': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by `ConsentFormBox`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- \'switch\': Toggle switch (default)\\n- \'checkbox\': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: \'Question\' (default), \'Info\', \'QuestionMark\', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by `ConsentFormBox`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by `ConsentFormBox`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- `light`: force light mode\\n- `dark`: force dark mode\\n- `auto`: follow the consumer\'s system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company\'s configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n`night` is kept as a deprecated alias for `theme: \'soyio\'` + `mode: \'dark\'`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"},{"$ref":"#/definitions/ConsentFormConfig"}],"description":"Combined configuration type for generating the JSON schema. Includes every iframe-based widget config (PrivacyCenterBox, ConsentBox, ConsentFormBox)."},"UnexpectedErrorEvent":{"additionalProperties":false,"properties":{"context":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"UNEXPECTED_ERROR","type":"string"}},"required":["eventName","context"],"type":"object"},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.language","user.demographic.marital_status","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.financial.bank_account","user.financial.credit_card","user.government_id.birth_certificate","user.government_id.drivers_license_number","user.government_id.immigration","user.government_id.national_identification_number","user.government_id.passport_number","user.government_id.vehicle_registration","user.health_and_medical.genetic","user.health_and_medical.insurance_beneficiary_id","user.health_and_medical.record_id","user.labor_activity","user.labor_activity.profession","user.labor_activity.job_title","user.labor_activity.worker_type","user.labor_activity.salary","user.labor_activity.workplace","user.location.imprecise","user.location.precise","user.name.first","user.name.last","user.unique_id.pseudonymous"],"type":"string"},"ValidationFailedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"errorReason":{"type":"string"},"eventName":{"const":"VALIDATION_FAILED","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"},"ValidationSuccessfulEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"eventName":{"const":"VALIDATION_SUCCESSFUL","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"}}'), Ur = {
1013
+ }, xr = "#/definitions/SoyioWidgetConfig", Dr = "http://json-schema.org/draft-07/schema#", Ar = /* @__PURE__ */ JSON.parse('{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentBatchUpdate":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"}},"required":["consentTemplateId","action"],"type":"object"},"ConsentBatchUpdateFailedEvent":{"additionalProperties":false,"properties":{"consentTemplateIds":{"items":{"type":"string"},"type":"array"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_BATCH_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateIds"],"type":"object"},"ConsentBatchUpdatedEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_BATCH_UPDATED","type":"string"},"updates":{"items":{"$ref":"#/definitions/ConsentBatchUpdate"},"type":"array"}},"required":["eventName","updates"],"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use `origin` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"ConsentFormCompletedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_COMPLETED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentFormConfig":{"additionalProperties":false,"properties":{"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentFormToken":{"description":"Form version identifier returned by the dashboard (`cform_...`).","type":"string"},"developmentUrl":{"type":"string"},"isSandbox":{"type":"boolean"},"locale":{"$ref":"#/definitions/ConsentFormLocale","description":"Language used by the form\'s UI copy and built-in validations."},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/ConsentFormEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"subjectId":{"description":"Optional Soyio entity id (`ent_...`) the entry should be linked to.","type":["string","null"]},"userReference":{"description":"Optional integrator-provided reference that travels with the entry.","type":["string","null"]}},"required":["consentFormToken","onEvent"],"type":"object"},"ConsentFormEvent":{"anyOf":[{"$ref":"#/definitions/ConsentFormSubmittedEvent"},{"$ref":"#/definitions/ConsentFormCompletedEvent"},{"$ref":"#/definitions/ConsentFormLoadErrorEvent"},{"$ref":"#/definitions/ConsentFormSubmitErrorEvent"},{"$ref":"#/definitions/ConsentFormPageChangeEvent"}]},"ConsentFormLoadErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_LOAD_ERROR","type":"string"},"kind":{"$ref":"#/definitions/ConsentFormLoadErrorKind"},"message":{"type":"string"}},"required":["eventName","kind"],"type":"object"},"ConsentFormLoadErrorKind":{"enum":["notFound","hostNotAllowed","loadFailed"],"type":"string"},"ConsentFormLocale":{"enum":["es","en"],"type":"string"},"ConsentFormPageChangeEvent":{"additionalProperties":false,"properties":{"currentPage":{"type":"number"},"eventName":{"const":"CONSENT_FORM_PAGE_CHANGE","type":"string"},"totalPages":{"type":"number"}},"required":["eventName","currentPage","totalPages"],"type":"object"},"ConsentFormSubmitErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_SUBMIT_ERROR","type":"string"},"message":{"type":"string"}},"required":["eventName","message"],"type":"object"},"ConsentFormSubmittedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_SUBMITTED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentUpdateFailedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"consentTemplateId":{"type":"string"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"ConsentUpdatedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"},"eventName":{"const":"CONSENT_UPDATED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"DataSubjectRequestKind":{"enum":["access","opposition","rectification","suppression","portability","redec_update","redec_rectification","redec_complementation","redec_cancellation"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentAction":{"enum":["grant","revoke"],"type":"string"},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"allowMultipleOpenScopeGroups":{"type":"boolean"},"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterEvent":{"anyOf":[{"$ref":"#/definitions/RequestSubmittedEvent"},{"$ref":"#/definitions/RequestSubmissionFailedEvent"},{"$ref":"#/definitions/ValidationSuccessfulEvent"},{"$ref":"#/definitions/ValidationFailedEvent"},{"$ref":"#/definitions/ConsentUpdatedEvent"},{"$ref":"#/definitions/ConsentUpdateFailedEvent"},{"$ref":"#/definitions/ConsentBatchUpdatedEvent"},{"$ref":"#/definitions/ConsentBatchUpdateFailedEvent"},{"$ref":"#/definitions/UnexpectedErrorEvent"}]},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRequestableDataCategoryOption":{"additionalProperties":false,"properties":{"description":{"type":"string"},"label":{"type":"string"},"value":{"$ref":"#/definitions/UserDataCategoryKey"}},"required":["value"],"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"RequestSubmissionFailedEvent":{"additionalProperties":false,"properties":{"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"REQUEST_SUBMISSION_FAILED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","kind"],"type":"object"},"RequestSubmittedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"entityId":{"type":["string","null"]},"eventName":{"const":"REQUEST_SUBMITTED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","dataSubjectRequestId","kind","entityId"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- \'default\': Standard Soyio brand colors (purple/indigo)\\n- \'dark\': Dark mode with gray tones\\n- \'light\': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by `ConsentFormBox`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- \'switch\': Toggle switch (default)\\n- \'checkbox\': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: \'Question\' (default), \'Info\', \'QuestionMark\', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by `ConsentFormBox`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by `ConsentFormBox`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- `light`: force light mode\\n- `dark`: force dark mode\\n- `auto`: follow the consumer\'s system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company\'s configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n`night` is kept as a deprecated alias for `theme: \'soyio\'` + `mode: \'dark\'`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"},{"$ref":"#/definitions/ConsentFormConfig"}],"description":"Combined configuration type for generating the JSON schema. Includes every iframe-based widget config (PrivacyCenterBox, ConsentBox, ConsentFormBox)."},"UnexpectedErrorEvent":{"additionalProperties":false,"properties":{"context":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"UNEXPECTED_ERROR","type":"string"}},"required":["eventName","context"],"type":"object"},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.payment","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.kinship","user.demographic.language","user.demographic.marital_status","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.financial.bank_account","user.financial.credit_card","user.government_id.birth_certificate","user.government_id.drivers_license_number","user.government_id.immigration","user.government_id.national_identification_number","user.government_id.passport_number","user.government_id.vehicle_registration","user.health_and_medical.genetic","user.health_and_medical.insurance_beneficiary_id","user.health_and_medical.record_id","user.labor_activity","user.labor_activity.profession","user.labor_activity.job_title","user.labor_activity.worker_type","user.labor_activity.salary","user.labor_activity.workplace","user.location.imprecise","user.location.precise","user.name.first","user.name.last","user.unique_id.pseudonymous"],"type":"string"},"ValidationFailedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"errorReason":{"type":"string"},"eventName":{"const":"VALIDATION_FAILED","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"},"ValidationSuccessfulEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"eventName":{"const":"VALIDATION_SUCCESSFUL","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"}}'), Ur = {
1011
1014
  $ref: xr,
1012
1015
  $schema: Dr,
1013
1016
  definitions: Ar
@@ -1015,7 +1018,7 @@ const Er = "#/definitions/SoyioAppearance", Rr = "http://json-schema.org/draft-0
1015
1018
  function _r(o) {
1016
1019
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
1017
1020
  }
1018
- var Qe = { exports: {} }, _e = { exports: {} }, Lr = _e.exports, Gi;
1021
+ var Ze = { exports: {} }, Le = { exports: {} }, Lr = Le.exports, Gi;
1019
1022
  function Nr() {
1020
1023
  return Gi || (Gi = 1, (function(o, a) {
1021
1024
  (function(d, s) {
@@ -1065,11 +1068,11 @@ function Nr() {
1065
1068
  }, S.p = "", S(S.s = 0);
1066
1069
  })([function(d, s, S) {
1067
1070
  S.r(s), S.d(s, "Promise", (function() {
1068
- return x;
1071
+ return D;
1069
1072
  })), S.d(s, "TYPES", (function() {
1070
1073
  return mt;
1071
1074
  })), S.d(s, "ProxyWindow", (function() {
1072
- return X;
1075
+ return Z;
1073
1076
  })), S.d(s, "setup", (function() {
1074
1077
  return ki;
1075
1078
  })), S.d(s, "destroy", (function() {
@@ -1077,9 +1080,9 @@ function Nr() {
1077
1080
  })), S.d(s, "serializeMessage", (function() {
1078
1081
  return ut;
1079
1082
  })), S.d(s, "deserializeMessage", (function() {
1080
- return Ct;
1081
- })), S.d(s, "createProxyWindow", (function() {
1082
1083
  return ht;
1084
+ })), S.d(s, "createProxyWindow", (function() {
1085
+ return Ct;
1083
1086
  })), S.d(s, "toProxyWindow", (function() {
1084
1087
  return gt;
1085
1088
  })), S.d(s, "on", (function() {
@@ -1087,7 +1090,7 @@ function Nr() {
1087
1090
  })), S.d(s, "once", (function() {
1088
1091
  return St;
1089
1092
  })), S.d(s, "send", (function() {
1090
- return de;
1093
+ return se;
1091
1094
  })), S.d(s, "markWindowKnown", (function() {
1092
1095
  return gi;
1093
1096
  })), S.d(s, "cleanUpWindow", (function() {
@@ -1112,26 +1115,26 @@ function Nr() {
1112
1115
  function T(e) {
1113
1116
  return e === void 0 && (e = window), I(e) === "about:";
1114
1117
  }
1115
- function k(e) {
1118
+ function E(e) {
1116
1119
  if (e === void 0 && (e = window), e) try {
1117
1120
  if (e.parent && e.parent !== e) return e.parent;
1118
1121
  } catch (t) {
1119
1122
  }
1120
1123
  }
1121
- function M(e) {
1122
- if (e === void 0 && (e = window), e && !k(e)) try {
1124
+ function j(e) {
1125
+ if (e === void 0 && (e = window), e && !E(e)) try {
1123
1126
  return e.opener;
1124
1127
  } catch (t) {
1125
1128
  }
1126
1129
  }
1127
- function F(e) {
1130
+ function z(e) {
1128
1131
  try {
1129
1132
  return !0;
1130
1133
  } catch (t) {
1131
1134
  }
1132
1135
  return !1;
1133
1136
  }
1134
- function K(e) {
1137
+ function H(e) {
1135
1138
  e === void 0 && (e = window);
1136
1139
  var t = e.location;
1137
1140
  if (!t) throw new Error("Can not read window location");
@@ -1139,19 +1142,19 @@ function Nr() {
1139
1142
  if (!i) throw new Error("Can not read window protocol");
1140
1143
  if (i === "file:") return "file://";
1141
1144
  if (i === "about:") {
1142
- var r = k(e);
1143
- return r && F() ? K(r) : "about://";
1145
+ var r = E(e);
1146
+ return r && z() ? H(r) : "about://";
1144
1147
  }
1145
1148
  var n = t.host;
1146
1149
  if (!n) throw new Error("Can not read window host");
1147
1150
  return i + "//" + n;
1148
1151
  }
1149
- function O(e) {
1152
+ function M(e) {
1150
1153
  e === void 0 && (e = window);
1151
- var t = K(e);
1154
+ var t = H(e);
1152
1155
  return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
1153
1156
  }
1154
- function D(e) {
1157
+ function A(e) {
1155
1158
  if (!(function(t) {
1156
1159
  try {
1157
1160
  if (t === window) return !0;
@@ -1163,34 +1166,34 @@ function Nr() {
1163
1166
  } catch (r) {
1164
1167
  }
1165
1168
  try {
1166
- if (T(t) && F()) return !0;
1169
+ if (T(t) && z()) return !0;
1167
1170
  } catch (r) {
1168
1171
  }
1169
1172
  try {
1170
1173
  if ((function(r) {
1171
1174
  return r === void 0 && (r = window), I(r) === "mock:";
1172
- })(t) && F()) return !0;
1175
+ })(t) && z()) return !0;
1173
1176
  } catch (r) {
1174
1177
  }
1175
1178
  try {
1176
- if (K(t) === K(window)) return !0;
1179
+ if (H(t) === H(window)) return !0;
1177
1180
  } catch (r) {
1178
1181
  }
1179
1182
  return !1;
1180
1183
  })(e)) return !1;
1181
1184
  try {
1182
- if (e === window || T(e) && F() || O(window) === O(e)) return !0;
1185
+ if (e === window || T(e) && z() || M(window) === M(e)) return !0;
1183
1186
  } catch (t) {
1184
1187
  }
1185
1188
  return !1;
1186
1189
  }
1187
- function Y(e) {
1188
- if (!D(e)) throw new Error("Expected window to be same domain");
1190
+ function V(e) {
1191
+ if (!A(e)) throw new Error("Expected window to be same domain");
1189
1192
  return e;
1190
1193
  }
1191
- function re(e, t) {
1194
+ function ie(e, t) {
1192
1195
  if (!e || !t) return !1;
1193
- var i = k(t);
1196
+ var i = E(t);
1194
1197
  return i ? i === e : (function(r) {
1195
1198
  var n = [];
1196
1199
  try {
@@ -1201,7 +1204,7 @@ function Nr() {
1201
1204
  return n;
1202
1205
  })(t).indexOf(e) !== -1;
1203
1206
  }
1204
- function se(e) {
1207
+ function te(e) {
1205
1208
  var t = [], i;
1206
1209
  try {
1207
1210
  i = e.frames;
@@ -1238,8 +1241,8 @@ function Nr() {
1238
1241
  }
1239
1242
  return t;
1240
1243
  }
1241
- var ie = [], U = [];
1242
- function H(e, t) {
1244
+ var Ce = [], ee = [];
1245
+ function k(e, t) {
1243
1246
  t === void 0 && (t = !0);
1244
1247
  try {
1245
1248
  if (e === window) return !1;
@@ -1256,7 +1259,7 @@ function Nr() {
1256
1259
  } catch (n) {
1257
1260
  return !n || n.message !== y;
1258
1261
  }
1259
- if (t && D(e)) try {
1262
+ if (t && A(e)) try {
1260
1263
  if (e.mockclosed) return !0;
1261
1264
  } catch (n) {
1262
1265
  }
@@ -1270,9 +1273,9 @@ function Nr() {
1270
1273
  } catch (u) {
1271
1274
  }
1272
1275
  return -1;
1273
- })(ie, e);
1276
+ })(Ce, e);
1274
1277
  if (i !== -1) {
1275
- var r = U[i];
1278
+ var r = ee[i];
1276
1279
  if (r && (function(n) {
1277
1280
  if (!n.contentWindow || !n.parentNode) return !0;
1278
1281
  var f = n.ownerDocument;
@@ -1286,18 +1289,18 @@ function Nr() {
1286
1289
  return !1;
1287
1290
  }
1288
1291
  function ae(e) {
1289
- return e === void 0 && (e = window), M(e = e || window) || k(e) || void 0;
1292
+ return e === void 0 && (e = window), j(e = e || window) || E(e) || void 0;
1290
1293
  }
1291
- function J(e, t) {
1294
+ function Y(e, t) {
1292
1295
  if (typeof e == "string") {
1293
1296
  if (typeof t == "string") return e === "*" || t === e;
1294
1297
  if (g(t) || Array.isArray(t)) return !1;
1295
1298
  }
1296
1299
  return g(e) ? g(t) ? e.toString() === t.toString() : !Array.isArray(t) && !!t.match(e) : !!Array.isArray(e) && (Array.isArray(t) ? JSON.stringify(e) === JSON.stringify(t) : !g(t) && e.some((function(i) {
1297
- return J(i, t);
1300
+ return Y(i, t);
1298
1301
  })));
1299
1302
  }
1300
- function te(e) {
1303
+ function de(e) {
1301
1304
  try {
1302
1305
  if (e === window) return !0;
1303
1306
  } catch (t) {
@@ -1339,8 +1342,8 @@ function Nr() {
1339
1342
  }
1340
1343
  return !1;
1341
1344
  }
1342
- function ti(e) {
1343
- if (D(e)) return Y(e).frameElement;
1345
+ function oe(e) {
1346
+ if (A(e)) return V(e).frameElement;
1344
1347
  for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
1345
1348
  var r = i[t];
1346
1349
  if (r && r.contentWindow && r.contentWindow === e) return r;
@@ -1348,9 +1351,9 @@ function Nr() {
1348
1351
  }
1349
1352
  function et(e) {
1350
1353
  if ((function(i) {
1351
- return i === void 0 && (i = window), !!k(i);
1354
+ return i === void 0 && (i = window), !!E(i);
1352
1355
  })(e)) {
1353
- var t = ti(e);
1356
+ var t = oe(e);
1354
1357
  if (t && t.parentElement) {
1355
1358
  t.parentElement.removeChild(t);
1356
1359
  return;
@@ -1377,25 +1380,25 @@ function Nr() {
1377
1380
  }
1378
1381
  return !1;
1379
1382
  }
1380
- var ri = [], he = [], Me = 0, ge;
1383
+ var ri = [], ge = [], je = 0, Pe;
1381
1384
  function ni() {
1382
- if (!Me && ge) {
1383
- var e = ge;
1384
- ge = null, e.resolve();
1385
+ if (!je && Pe) {
1386
+ var e = Pe;
1387
+ Pe = null, e.resolve();
1385
1388
  }
1386
1389
  }
1387
- function je() {
1388
- Me += 1;
1390
+ function Be() {
1391
+ je += 1;
1389
1392
  }
1390
- function Pe() {
1391
- Me -= 1, ni();
1393
+ function me() {
1394
+ je -= 1, ni();
1392
1395
  }
1393
- var x = (function() {
1396
+ var D = (function() {
1394
1397
  function e(i) {
1395
1398
  var r = this;
1396
1399
  if (this.resolved = void 0, this.rejected = void 0, this.errorHandled = void 0, this.value = void 0, this.error = void 0, this.handlers = void 0, this.dispatching = void 0, this.stack = void 0, this.resolved = !1, this.rejected = !1, this.errorHandled = !1, this.handlers = [], i) {
1397
1400
  var n, f, c = !1, u = !1, l = !1;
1398
- je();
1401
+ Be();
1399
1402
  try {
1400
1403
  i((function(p) {
1401
1404
  l ? r.resolve(p) : (c = !0, n = p);
@@ -1403,10 +1406,10 @@ function Nr() {
1403
1406
  l ? r.reject(p) : (u = !0, f = p);
1404
1407
  }));
1405
1408
  } catch (p) {
1406
- Pe(), this.reject(p);
1409
+ me(), this.reject(p);
1407
1410
  return;
1408
1411
  }
1409
- Pe(), l = !0, c ? this.resolve(n) : u && this.reject(f);
1412
+ me(), l = !0, c ? this.resolve(n) : u && this.reject(f);
1410
1413
  }
1411
1414
  }
1412
1415
  var t = e.prototype;
@@ -1428,7 +1431,7 @@ function Nr() {
1428
1431
  ri.push(f), setTimeout((function() {
1429
1432
  throw f;
1430
1433
  }), 1);
1431
- for (var u = 0; u < he.length; u++) he[u](f, c);
1434
+ for (var u = 0; u < ge.length; u++) ge[u](f, c);
1432
1435
  }
1433
1436
  })(i, r);
1434
1437
  }), 1), this.dispatch(), this;
@@ -1437,7 +1440,7 @@ function Nr() {
1437
1440
  }, t.dispatch = function() {
1438
1441
  var i = this.resolved, r = this.rejected, n = this.handlers;
1439
1442
  if (!this.dispatching && (i || r)) {
1440
- this.dispatching = !0, je();
1443
+ this.dispatching = !0, Be();
1441
1444
  for (var f = function(m, w) {
1442
1445
  return m.then((function(v) {
1443
1446
  w.resolve(v);
@@ -1445,9 +1448,9 @@ function Nr() {
1445
1448
  w.reject(v);
1446
1449
  }));
1447
1450
  }, c = 0; c < n.length; c++) {
1448
- var u = n[c], l = u.onSuccess, p = u.onError, P = u.promise, C = void 0;
1451
+ var u = n[c], l = u.onSuccess, p = u.onError, P = u.promise, h = void 0;
1449
1452
  if (i) try {
1450
- C = l ? l(this.value) : this.value;
1453
+ h = l ? l(this.value) : this.value;
1451
1454
  } catch (m) {
1452
1455
  P.reject(m);
1453
1456
  continue;
@@ -1458,18 +1461,18 @@ function Nr() {
1458
1461
  continue;
1459
1462
  }
1460
1463
  try {
1461
- C = p(this.error);
1464
+ h = p(this.error);
1462
1465
  } catch (m) {
1463
1466
  P.reject(m);
1464
1467
  continue;
1465
1468
  }
1466
1469
  }
1467
- if (C instanceof e && (C.resolved || C.rejected)) {
1468
- var h = C;
1469
- h.resolved ? P.resolve(h.value) : P.reject(h.error), h.errorHandled = !0;
1470
- } else fe(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) : f(C, P) : P.resolve(C);
1470
+ if (h instanceof e && (h.resolved || h.rejected)) {
1471
+ var C = h;
1472
+ C.resolved ? P.resolve(C.value) : P.reject(C.error), C.errorHandled = !0;
1473
+ } else fe(h) ? h instanceof e && (h.resolved || h.rejected) ? h.resolved ? P.resolve(h.value) : P.reject(h.error) : f(h, P) : P.resolve(h);
1471
1474
  }
1472
- n.length = 0, this.dispatching = !1, Pe();
1475
+ n.length = 0, this.dispatching = !1, me();
1473
1476
  }
1474
1477
  }, t.then = function(i, r) {
1475
1478
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.then expected a function for success handler");
@@ -1519,11 +1522,11 @@ function Nr() {
1519
1522
  var r = new e(), n = i.length, f = [].slice();
1520
1523
  if (!n)
1521
1524
  return r.resolve(f), r;
1522
- for (var c = function(p, P, C) {
1523
- return P.then((function(h) {
1524
- f[p] = h, (n -= 1) == 0 && r.resolve(f);
1525
- }), (function(h) {
1526
- C.reject(h);
1525
+ for (var c = function(p, P, h) {
1526
+ return P.then((function(C) {
1527
+ f[p] = C, (n -= 1) == 0 && r.resolve(f);
1528
+ }), (function(C) {
1529
+ h.reject(C);
1527
1530
  }));
1528
1531
  }, u = 0; u < i.length; u++) {
1529
1532
  var l = i[u];
@@ -1556,22 +1559,22 @@ function Nr() {
1556
1559
  return e.all(i.map(r));
1557
1560
  }, e.onPossiblyUnhandledException = function(i) {
1558
1561
  return (function(r) {
1559
- return he.push(r), {
1562
+ return ge.push(r), {
1560
1563
  cancel: function() {
1561
- he.splice(he.indexOf(r), 1);
1564
+ ge.splice(ge.indexOf(r), 1);
1562
1565
  }
1563
1566
  };
1564
1567
  })(i);
1565
1568
  }, e.try = function(i, r, n) {
1566
1569
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.try expected a function");
1567
1570
  var f;
1568
- je();
1571
+ Be();
1569
1572
  try {
1570
1573
  f = i.apply(r, n || []);
1571
1574
  } catch (c) {
1572
- return Pe(), e.reject(c);
1575
+ return me(), e.reject(c);
1573
1576
  }
1574
- return Pe(), e.resolve(f);
1577
+ return me(), e.resolve(f);
1575
1578
  }, e.delay = function(i) {
1576
1579
  return new e((function(r) {
1577
1580
  setTimeout(r, i);
@@ -1580,19 +1583,19 @@ function Nr() {
1580
1583
  return !!(i && i instanceof e) || fe(i);
1581
1584
  }, e.flush = function() {
1582
1585
  return (function(i) {
1583
- var r = ge = ge || new i();
1586
+ var r = Pe = Pe || new i();
1584
1587
  return ni(), r;
1585
1588
  })(e);
1586
1589
  }, e;
1587
1590
  })();
1588
- function Re(e, t) {
1591
+ function ke(e, t) {
1589
1592
  for (var i = 0; i < e.length; i++) try {
1590
1593
  if (e[i] === t) return i;
1591
1594
  } catch (r) {
1592
1595
  }
1593
1596
  return -1;
1594
1597
  }
1595
- var Be = (function() {
1598
+ var Fe = (function() {
1596
1599
  function e() {
1597
1600
  if (this.name = void 0, this.weakmap = void 0, this.keys = void 0, this.values = void 0, this.name = "__weakmap_" + (1e9 * Math.random() >>> 0) + "__", (function() {
1598
1601
  if (typeof WeakMap == "undefined" || Object.freeze === void 0) return !1;
@@ -1612,7 +1615,7 @@ function Nr() {
1612
1615
  return t._cleanupClosedWindows = function() {
1613
1616
  for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
1614
1617
  var f = r[n];
1615
- if (te(f) && H(f)) {
1618
+ if (de(f) && k(f)) {
1616
1619
  if (i) try {
1617
1620
  i.delete(f);
1618
1621
  } catch (c) {
@@ -1621,7 +1624,7 @@ function Nr() {
1621
1624
  }
1622
1625
  }
1623
1626
  }, t.isSafeToReadWrite = function(i) {
1624
- return !te(i);
1627
+ return !de(i);
1625
1628
  }, t.set = function(i, r) {
1626
1629
  if (!i) throw new Error("WeakMap expected key");
1627
1630
  var n = this.weakmap;
@@ -1640,7 +1643,7 @@ function Nr() {
1640
1643
  } catch (P) {
1641
1644
  }
1642
1645
  this._cleanupClosedWindows();
1643
- var u = this.keys, l = this.values, p = Re(u, i);
1646
+ var u = this.keys, l = this.values, p = ke(u, i);
1644
1647
  p === -1 ? (u.push(i), l.push(r)) : l[p] = r;
1645
1648
  }, t.get = function(i) {
1646
1649
  if (!i) throw new Error("WeakMap expected key");
@@ -1656,7 +1659,7 @@ function Nr() {
1656
1659
  } catch (c) {
1657
1660
  }
1658
1661
  this._cleanupClosedWindows();
1659
- var f = Re(this.keys, i);
1662
+ var f = ke(this.keys, i);
1660
1663
  if (f !== -1) return this.values[f];
1661
1664
  }, t.delete = function(i) {
1662
1665
  if (!i) throw new Error("WeakMap expected key");
@@ -1672,7 +1675,7 @@ function Nr() {
1672
1675
  } catch (u) {
1673
1676
  }
1674
1677
  this._cleanupClosedWindows();
1675
- var f = this.keys, c = Re(f, i);
1678
+ var f = this.keys, c = ke(f, i);
1676
1679
  c !== -1 && (f.splice(c, 1), this.values.splice(c, 1));
1677
1680
  }, t.has = function(i) {
1678
1681
  if (!i) throw new Error("WeakMap expected key");
@@ -1687,7 +1690,7 @@ function Nr() {
1687
1690
  return !(!n || n[0] !== i);
1688
1691
  } catch (f) {
1689
1692
  }
1690
- return this._cleanupClosedWindows(), Re(this.keys, i) !== -1;
1693
+ return this._cleanupClosedWindows(), ke(this.keys, i) !== -1;
1691
1694
  }, t.getOrSet = function(i, r) {
1692
1695
  if (this.has(i)) return this.get(i);
1693
1696
  var n = r();
@@ -1704,7 +1707,7 @@ function Nr() {
1704
1707
  }
1705
1708
  return e.__name__ = e.displayName = t, e;
1706
1709
  }
1707
- function ne() {
1710
+ function re() {
1708
1711
  var e = "0123456789abcdef";
1709
1712
  return "uid_" + "xxxxxxxxxx".replace(/./g, (function() {
1710
1713
  return e.charAt(Math.floor(Math.random() * e.length));
@@ -1716,14 +1719,14 @@ function Nr() {
1716
1719
  throw new Error("Can not find window.btoa or Buffer");
1717
1720
  })((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
1718
1721
  }
1719
- var ke;
1722
+ var xe;
1720
1723
  function ai(e) {
1721
1724
  try {
1722
1725
  return JSON.stringify([].slice.call(e), (function(t, i) {
1723
1726
  return typeof i == "function" ? "memoize[" + (function(r) {
1724
- if (ke = ke || new Be(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1725
- var n = ke.get(r);
1726
- return n || (n = typeof r + ":" + ne(), ke.set(r, n)), n;
1727
+ if (xe = xe || new Fe(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1728
+ var n = xe.get(r);
1729
+ return n || (n = typeof r + ":" + re(), xe.set(r, n)), n;
1727
1730
  })(i) + "]" : typeof window != "undefined" && i instanceof window.Element || i !== null && typeof i == "object" && i.nodeType === 1 && typeof i.style == "object" && typeof i.ownerDocument == "object" ? {} : i;
1728
1731
  }));
1729
1732
  } catch (t) {
@@ -1733,26 +1736,26 @@ function Nr() {
1733
1736
  function it() {
1734
1737
  return {};
1735
1738
  }
1736
- var me = 0, di = 0;
1737
- function ye(e, t) {
1739
+ var ye = 0, di = 0;
1740
+ function $e(e, t) {
1738
1741
  t === void 0 && (t = {});
1739
- var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, u = me;
1740
- me += 1;
1742
+ var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, u = ye;
1743
+ ye += 1;
1741
1744
  var l = function() {
1742
- for (var p = arguments.length, P = new Array(p), C = 0; C < p; C++) P[C] = arguments[C];
1743
- u < di && (f = null, c = null, u = me, me += 1);
1744
- var h;
1745
- h = r ? (c = c || new Be()).getOrSet(this, it) : f = f || {};
1745
+ for (var p = arguments.length, P = new Array(p), h = 0; h < p; h++) P[h] = arguments[h];
1746
+ u < di && (f = null, c = null, u = ye, ye += 1);
1747
+ var C;
1748
+ C = r ? (c = c || new Fe()).getOrSet(this, it) : f = f || {};
1746
1749
  var m;
1747
1750
  try {
1748
1751
  m = ai(P);
1749
- } catch (A) {
1752
+ } catch (_) {
1750
1753
  return e.apply(this, arguments);
1751
1754
  }
1752
- var w = h[m];
1753
- if (w && n && Date.now() - w.time < n && (delete h[m], w = null), w) return w.value;
1755
+ var w = C[m];
1756
+ if (w && n && Date.now() - w.time < n && (delete C[m], w = null), w) return w.value;
1754
1757
  var v = Date.now(), b = e.apply(this, arguments);
1755
- return h[m] = {
1758
+ return C[m] = {
1756
1759
  time: v,
1757
1760
  value: b
1758
1761
  }, b;
@@ -1761,15 +1764,15 @@ function Nr() {
1761
1764
  f = null, c = null;
1762
1765
  }, si(l, (t.name || oi(e)) + "::memoized");
1763
1766
  }
1764
- ye.clear = function() {
1765
- di = me;
1767
+ $e.clear = function() {
1768
+ di = ye;
1766
1769
  };
1767
1770
  function tt(e) {
1768
1771
  var t = {};
1769
1772
  function i() {
1770
1773
  for (var r = arguments, n = this, f = arguments.length, c = new Array(f), u = 0; u < f; u++) c[u] = arguments[u];
1771
1774
  var l = ai(c);
1772
- return t.hasOwnProperty(l) || (t[l] = x.try((function() {
1775
+ return t.hasOwnProperty(l) || (t[l] = D.try((function() {
1773
1776
  return e.apply(n, r);
1774
1777
  })).finally((function() {
1775
1778
  delete t[l];
@@ -1781,7 +1784,7 @@ function Nr() {
1781
1784
  }
1782
1785
  function ce() {
1783
1786
  }
1784
- function $e(e, t) {
1787
+ function ve(e, t) {
1785
1788
  if (t === void 0 && (t = 1), t >= 3) return "stringifyError stack overflow";
1786
1789
  try {
1787
1790
  if (!e) return "<unknown error: " + {}.toString.call(e) + ">";
@@ -1795,22 +1798,22 @@ function Nr() {
1795
1798
  }
1796
1799
  return e && e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
1797
1800
  } catch (n) {
1798
- return "Error while stringifying error: " + $e(n, t + 1);
1801
+ return "Error while stringifying error: " + ve(n, t + 1);
1799
1802
  }
1800
1803
  }
1801
1804
  function fi(e) {
1802
1805
  return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
1803
1806
  }
1804
- ye((function(e) {
1807
+ $e((function(e) {
1805
1808
  if (Object.values) return Object.values(e);
1806
1809
  var t = [];
1807
1810
  for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
1808
1811
  return t;
1809
1812
  }));
1810
- function Fe(e) {
1813
+ function Ue(e) {
1811
1814
  return {}.toString.call(e) === "[object RegExp]";
1812
1815
  }
1813
- function ve(e, t, i) {
1816
+ function be(e, t, i) {
1814
1817
  if (e.hasOwnProperty(t)) return e[t];
1815
1818
  var r = i();
1816
1819
  return e[t] = r, r;
@@ -1826,8 +1829,8 @@ function Nr() {
1826
1829
  function li() {
1827
1830
  return !!document.body && document.readyState === "interactive";
1828
1831
  }
1829
- ye((function() {
1830
- return new x((function(e) {
1832
+ $e((function() {
1833
+ return new D((function(e) {
1831
1834
  if (pi() || li()) return e();
1832
1835
  var t = setInterval((function() {
1833
1836
  if (pi() || li())
@@ -1835,8 +1838,8 @@ function Nr() {
1835
1838
  }), 10);
1836
1839
  }));
1837
1840
  }));
1838
- var xe = typeof document != "undefined" ? document.currentScript : null, rt = ye((function() {
1839
- if (xe || (xe = (function() {
1841
+ var De = typeof document != "undefined" ? document.currentScript : null, rt = $e((function() {
1842
+ if (De || (De = (function() {
1840
1843
  try {
1841
1844
  var e = (function() {
1842
1845
  try {
@@ -1852,10 +1855,10 @@ function Nr() {
1852
1855
  }
1853
1856
  } catch (c) {
1854
1857
  }
1855
- })())) return xe;
1858
+ })())) return De;
1856
1859
  throw new Error("Can not determine current script");
1857
- })), nt = ne();
1858
- ye((function() {
1860
+ })), nt = re();
1861
+ $e((function() {
1859
1862
  var e;
1860
1863
  try {
1861
1864
  e = rt();
@@ -1876,10 +1879,10 @@ function Nr() {
1876
1879
  dataset: e.dataset
1877
1880
  }));
1878
1881
  t = "uid_" + i.slice(i.length - 30);
1879
- } else t = ne();
1882
+ } else t = re();
1880
1883
  return e.setAttribute("data-uid-auto", t), t;
1881
1884
  }));
1882
- function be(e) {
1885
+ function we(e) {
1883
1886
  e === void 0 && (e = window);
1884
1887
  var t = "__post_robot_10_0_46__";
1885
1888
  return e !== window ? e[t] : e[t] = e[t] || {};
@@ -1887,8 +1890,8 @@ function Nr() {
1887
1890
  var Si = function() {
1888
1891
  return {};
1889
1892
  };
1890
- function q(e, t) {
1891
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), ve(be(), e, (function() {
1893
+ function U(e, t) {
1894
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), be(we(), e, (function() {
1892
1895
  var i = t();
1893
1896
  return {
1894
1897
  has: function(r) {
@@ -1904,7 +1907,7 @@ function Nr() {
1904
1907
  delete i[r];
1905
1908
  },
1906
1909
  getOrSet: function(r, n) {
1907
- return ve(i, r, n);
1910
+ return be(i, r, n);
1908
1911
  },
1909
1912
  reset: function() {
1910
1913
  i = t();
@@ -1917,13 +1920,13 @@ function Nr() {
1917
1920
  }
1918
1921
  var ot = function() {
1919
1922
  };
1920
- function De() {
1921
- var e = be();
1923
+ function Ae() {
1924
+ var e = we();
1922
1925
  return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new ot(), e.WINDOW_WILDCARD;
1923
1926
  }
1924
- function V(e, t) {
1925
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), q("windowStore").getOrSet(e, (function() {
1926
- var i = new Be(), r = function(n) {
1927
+ function K(e, t) {
1928
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), U("windowStore").getOrSet(e, (function() {
1929
+ var i = new Fe(), r = function(n) {
1927
1930
  return i.getOrSet(n, t);
1928
1931
  };
1929
1932
  return {
@@ -1941,25 +1944,25 @@ function Nr() {
1941
1944
  delete r(n)[e];
1942
1945
  },
1943
1946
  getOrSet: function(n, f) {
1944
- return ve(r(n), e, f);
1947
+ return be(r(n), e, f);
1945
1948
  }
1946
1949
  };
1947
1950
  }));
1948
1951
  }
1949
1952
  function ui() {
1950
- return q("instance").getOrSet("instanceID", ne);
1953
+ return U("instance").getOrSet("instanceID", re);
1951
1954
  }
1952
- function Ci(e, t) {
1953
- var i = t.domain, r = V("helloPromises"), n = r.get(e);
1955
+ function hi(e, t) {
1956
+ var i = t.domain, r = K("helloPromises"), n = r.get(e);
1954
1957
  n && n.resolve({
1955
1958
  domain: i
1956
1959
  });
1957
- var f = x.resolve({
1960
+ var f = D.resolve({
1958
1961
  domain: i
1959
1962
  });
1960
1963
  return r.set(e, f), f;
1961
1964
  }
1962
- function Ue(e, t) {
1965
+ function qe(e, t) {
1963
1966
  return (0, t.send)(e, "postrobot_hello", {
1964
1967
  instanceID: ui()
1965
1968
  }, {
@@ -1967,7 +1970,7 @@ function Nr() {
1967
1970
  timeout: -1
1968
1971
  }).then((function(i) {
1969
1972
  var r = i.origin, n = i.data.instanceID;
1970
- return Ci(e, {
1973
+ return hi(e, {
1971
1974
  domain: r
1972
1975
  }), {
1973
1976
  win: e,
@@ -1976,10 +1979,10 @@ function Nr() {
1976
1979
  };
1977
1980
  }));
1978
1981
  }
1979
- function hi(e, t) {
1982
+ function Ci(e, t) {
1980
1983
  var i = t.send;
1981
- return V("windowInstanceIDPromises").getOrSet(e, (function() {
1982
- return Ue(e, {
1984
+ return K("windowInstanceIDPromises").getOrSet(e, (function() {
1985
+ return qe(e, {
1983
1986
  send: i
1984
1987
  }).then((function(r) {
1985
1988
  return r.instanceID;
@@ -1987,9 +1990,9 @@ function Nr() {
1987
1990
  }));
1988
1991
  }
1989
1992
  function gi(e) {
1990
- V("knownWindows").set(e, !0);
1993
+ K("knownWindows").set(e, !0);
1991
1994
  }
1992
- function qe(e) {
1995
+ function ze(e) {
1993
1996
  return typeof e == "object" && e !== null && typeof e.__type__ == "string";
1994
1997
  }
1995
1998
  function Pi(e) {
@@ -2001,84 +2004,84 @@ function Nr() {
2001
2004
  __val__: t
2002
2005
  };
2003
2006
  }
2004
- var Q, st = ((Q = {}).function = function() {
2005
- }, Q.error = function(e) {
2007
+ var J, st = ((J = {}).function = function() {
2008
+ }, J.error = function(e) {
2006
2009
  return pe("error", {
2007
2010
  message: e.message,
2008
2011
  stack: e.stack,
2009
2012
  code: e.code,
2010
2013
  data: e.data
2011
2014
  });
2012
- }, Q.promise = function() {
2013
- }, Q.regex = function(e) {
2015
+ }, J.promise = function() {
2016
+ }, J.regex = function(e) {
2014
2017
  return pe("regex", e.source);
2015
- }, Q.date = function(e) {
2018
+ }, J.date = function(e) {
2016
2019
  return pe("date", e.toJSON());
2017
- }, Q.array = function(e) {
2020
+ }, J.array = function(e) {
2018
2021
  return e;
2019
- }, Q.object = function(e) {
2022
+ }, J.object = function(e) {
2020
2023
  return e;
2021
- }, Q.string = function(e) {
2024
+ }, J.string = function(e) {
2022
2025
  return e;
2023
- }, Q.number = function(e) {
2026
+ }, J.number = function(e) {
2024
2027
  return e;
2025
- }, Q.boolean = function(e) {
2028
+ }, J.boolean = function(e) {
2026
2029
  return e;
2027
- }, Q.null = function(e) {
2030
+ }, J.null = function(e) {
2028
2031
  return e;
2029
- }, Q[void 0] = function(e) {
2032
+ }, J[void 0] = function(e) {
2030
2033
  return pe("undefined", e);
2031
- }, Q), at = {}, Z, dt = ((Z = {}).function = function() {
2034
+ }, J), at = {}, Q, dt = ((Q = {}).function = function() {
2032
2035
  throw new Error("Function serialization is not implemented; nothing to deserialize");
2033
- }, Z.error = function(e) {
2036
+ }, Q.error = function(e) {
2034
2037
  var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
2035
2038
  return n.code = i, r && (n.data = r), n.stack = t + `
2036
2039
 
2037
2040
  ` + n.stack, n;
2038
- }, Z.promise = function() {
2041
+ }, Q.promise = function() {
2039
2042
  throw new Error("Promise serialization is not implemented; nothing to deserialize");
2040
- }, Z.regex = function(e) {
2043
+ }, Q.regex = function(e) {
2041
2044
  return new RegExp(e);
2042
- }, Z.date = function(e) {
2045
+ }, Q.date = function(e) {
2043
2046
  return new Date(e);
2044
- }, Z.array = function(e) {
2047
+ }, Q.array = function(e) {
2045
2048
  return e;
2046
- }, Z.object = function(e) {
2049
+ }, Q.object = function(e) {
2047
2050
  return e;
2048
- }, Z.string = function(e) {
2051
+ }, Q.string = function(e) {
2049
2052
  return e;
2050
- }, Z.number = function(e) {
2053
+ }, Q.number = function(e) {
2051
2054
  return e;
2052
- }, Z.boolean = function(e) {
2055
+ }, Q.boolean = function(e) {
2053
2056
  return e;
2054
- }, Z.null = function(e) {
2057
+ }, Q.null = function(e) {
2055
2058
  return e;
2056
- }, Z[void 0] = function() {
2057
- }, Z), ft = {};
2058
- new x((function(e) {
2059
+ }, Q[void 0] = function() {
2060
+ }, Q), ft = {};
2061
+ new D((function(e) {
2059
2062
  if (window.document && window.document.body) return e(window.document.body);
2060
2063
  var t = setInterval((function() {
2061
2064
  if (window.document && window.document.body)
2062
2065
  return clearInterval(t), e(window.document.body);
2063
2066
  }), 10);
2064
2067
  }));
2065
- function ze() {
2066
- for (var e = q("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
2068
+ function He() {
2069
+ for (var e = U("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
2067
2070
  var r = i[t];
2068
2071
  e.get(r).shouldClean() && e.del(r);
2069
2072
  }
2070
2073
  }
2071
2074
  function mi(e, t) {
2072
- var i = t.send, r = t.id, n = r === void 0 ? ne() : r, f = e.then((function(l) {
2073
- if (D(l)) return Y(l).name;
2075
+ var i = t.send, r = t.id, n = r === void 0 ? re() : r, f = e.then((function(l) {
2076
+ if (A(l)) return V(l).name;
2074
2077
  })), c = e.then((function(l) {
2075
- if (H(l)) throw new Error("Window is closed, can not determine type");
2076
- return M(l) ? "popup" : "iframe";
2078
+ if (k(l)) throw new Error("Window is closed, can not determine type");
2079
+ return j(l) ? "popup" : "iframe";
2077
2080
  }));
2078
2081
  f.catch(ce), c.catch(ce);
2079
2082
  var u = function() {
2080
2083
  return e.then((function(l) {
2081
- if (!H(l)) return D(l) ? Y(l).name : f;
2084
+ if (!k(l)) return A(l) ? V(l).name : f;
2082
2085
  }));
2083
2086
  };
2084
2087
  return {
@@ -2088,7 +2091,7 @@ function Nr() {
2088
2091
  },
2089
2092
  getInstanceID: tt((function() {
2090
2093
  return e.then((function(l) {
2091
- return hi(l, {
2094
+ return Ci(l, {
2092
2095
  send: i
2093
2096
  });
2094
2097
  }));
@@ -2104,23 +2107,23 @@ function Nr() {
2104
2107
  },
2105
2108
  isClosed: function() {
2106
2109
  return e.then((function(l) {
2107
- return H(l);
2110
+ return k(l);
2108
2111
  }));
2109
2112
  },
2110
2113
  setLocation: function(l, p) {
2111
2114
  return p === void 0 && (p = {}), e.then((function(P) {
2112
- var C = window.location.protocol + "//" + window.location.host, h = p.method, m = h === void 0 ? "get" : h, w = p.body;
2113
- if (l.indexOf("/") === 0) l = "" + C + l;
2114
- else if (!l.match(/^https?:\/\//) && l.indexOf(C) !== 0) throw new Error("Expected url to be http or https url, or absolute path, got " + JSON.stringify(l));
2115
+ var h = window.location.protocol + "//" + window.location.host, C = p.method, m = C === void 0 ? "get" : C, w = p.body;
2116
+ if (l.indexOf("/") === 0) l = "" + h + l;
2117
+ else if (!l.match(/^https?:\/\//) && l.indexOf(h) !== 0) throw new Error("Expected url to be http or https url, or absolute path, got " + JSON.stringify(l));
2115
2118
  if (m === "post") return u().then((function(v) {
2116
2119
  if (!v) throw new Error("Can not post to window without target name");
2117
2120
  (function(b) {
2118
- var A = b.url, B = b.target, L = b.body, _ = b.method, z = _ === void 0 ? "post" : _, E = document.createElement("form");
2119
- if (E.setAttribute("target", B), E.setAttribute("method", z), E.setAttribute("action", A), E.style.display = "none", L) for (var N = 0, ee = Object.keys(L); N < ee.length; N++) {
2120
- var j, we = ee[N], Ke = document.createElement("input");
2121
- Ke.setAttribute("name", we), Ke.setAttribute("value", (j = L[we]) == null ? void 0 : j.toString()), E.appendChild(Ke);
2121
+ var _ = b.url, F = b.target, N = b.body, L = b.method, q = L === void 0 ? "post" : L, R = document.createElement("form");
2122
+ if (R.setAttribute("target", F), R.setAttribute("method", q), R.setAttribute("action", _), R.style.display = "none", N) for (var O = 0, X = Object.keys(N); O < X.length; O++) {
2123
+ var B, Ie = X[O], Ye = document.createElement("input");
2124
+ Ye.setAttribute("name", Ie), Ye.setAttribute("value", (B = N[Ie]) == null ? void 0 : B.toString()), R.appendChild(Ye);
2122
2125
  }
2123
- ci().appendChild(E), E.submit(), ci().removeChild(E);
2126
+ ci().appendChild(R), R.submit(), ci().removeChild(R);
2124
2127
  })({
2125
2128
  url: l,
2126
2129
  target: v,
@@ -2129,7 +2132,7 @@ function Nr() {
2129
2132
  });
2130
2133
  }));
2131
2134
  if (m !== "get") throw new Error("Unsupported method: " + m);
2132
- if (D(P)) try {
2135
+ if (A(P)) try {
2133
2136
  if (P.location && typeof P.location.replace == "function") {
2134
2137
  P.location.replace(l);
2135
2138
  return;
@@ -2141,19 +2144,19 @@ function Nr() {
2141
2144
  },
2142
2145
  setName: function(l) {
2143
2146
  return e.then((function(p) {
2144
- var P = D(p), C = ti(p);
2147
+ var P = A(p), h = oe(p);
2145
2148
  if (!P) throw new Error("Can not set name for cross-domain window: " + l);
2146
- Y(p).name = l, C && C.setAttribute("name", l), f = x.resolve(l);
2149
+ V(p).name = l, h && h.setAttribute("name", l), f = D.resolve(l);
2147
2150
  }));
2148
2151
  }
2149
2152
  };
2150
2153
  }
2151
- var X = (function() {
2154
+ var Z = (function() {
2152
2155
  function e(i) {
2153
2156
  var r = i.send, n = i.win, f = i.serializedWindow;
2154
- this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new x(), this.serializedWindow = f || mi(this.actualWindowPromise, {
2157
+ this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new D(), this.serializedWindow = f || mi(this.actualWindowPromise, {
2155
2158
  send: r
2156
- }), q("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
2159
+ }), U("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
2157
2160
  send: r
2158
2161
  });
2159
2162
  }
@@ -2184,14 +2187,14 @@ function Nr() {
2184
2187
  return i;
2185
2188
  }));
2186
2189
  }, t.focus = function() {
2187
- var i = this, r = this.isPopup(), n = this.getName(), f = x.hash({
2190
+ var i = this, r = this.isPopup(), n = this.getName(), f = D.hash({
2188
2191
  isPopup: r,
2189
2192
  name: n
2190
2193
  }).then((function(u) {
2191
2194
  var l = u.name;
2192
2195
  u.isPopup && l && window.open("", l, "noopener");
2193
2196
  })), c = this.serializedWindow.focus();
2194
- return x.all([f, c]).then((function() {
2197
+ return D.all([f, c]).then((function() {
2195
2198
  return i;
2196
2199
  }));
2197
2200
  }, t.isClosed = function() {
@@ -2203,15 +2206,15 @@ function Nr() {
2203
2206
  this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow = mi(this.actualWindowPromise, {
2204
2207
  send: n,
2205
2208
  id: this.getID()
2206
- }), V("winToProxyWindow").set(i, this);
2209
+ }), K("winToProxyWindow").set(i, this);
2207
2210
  }, t.awaitWindow = function() {
2208
2211
  return this.actualWindowPromise;
2209
2212
  }, t.matchWindow = function(i, r) {
2210
2213
  var n = this, f = r.send;
2211
- return x.try((function() {
2212
- return n.actualWindow ? i === n.actualWindow : x.hash({
2214
+ return D.try((function() {
2215
+ return n.actualWindow ? i === n.actualWindow : D.hash({
2213
2216
  proxyInstanceID: n.getInstanceID(),
2214
- knownWindowInstanceID: hi(i, {
2217
+ knownWindowInstanceID: Ci(i, {
2215
2218
  send: f
2216
2219
  })
2217
2220
  }).then((function(c) {
@@ -2226,37 +2229,37 @@ function Nr() {
2226
2229
  }, t.getInstanceID = function() {
2227
2230
  return this.serializedWindow.getInstanceID();
2228
2231
  }, t.shouldClean = function() {
2229
- return !!(this.actualWindow && H(this.actualWindow));
2232
+ return !!(this.actualWindow && k(this.actualWindow));
2230
2233
  }, t.serialize = function() {
2231
2234
  return this.serializedWindow;
2232
2235
  }, e.unwrap = function(i) {
2233
2236
  return e.isProxyWindow(i) ? i.unwrap() : i;
2234
2237
  }, e.serialize = function(i, r) {
2235
2238
  var n = r.send;
2236
- return ze(), e.toProxyWindow(i, {
2239
+ return He(), e.toProxyWindow(i, {
2237
2240
  send: n
2238
2241
  }).serialize();
2239
2242
  }, e.deserialize = function(i, r) {
2240
2243
  var n = r.send;
2241
- return ze(), q("idToProxyWindow").get(i.id) || new e({
2244
+ return He(), U("idToProxyWindow").get(i.id) || new e({
2242
2245
  serializedWindow: i,
2243
2246
  send: n
2244
2247
  });
2245
2248
  }, e.isProxyWindow = function(i) {
2246
- return !!(i && !te(i) && i.isProxyWindow);
2249
+ return !!(i && !de(i) && i.isProxyWindow);
2247
2250
  }, e.toProxyWindow = function(i, r) {
2248
2251
  var n = r.send;
2249
- if (ze(), e.isProxyWindow(i)) return i;
2252
+ if (He(), e.isProxyWindow(i)) return i;
2250
2253
  var f = i;
2251
- return V("winToProxyWindow").get(f) || new e({
2254
+ return K("winToProxyWindow").get(f) || new e({
2252
2255
  win: f,
2253
2256
  send: n
2254
2257
  });
2255
2258
  }, e;
2256
2259
  })();
2257
- function He(e, t, i, r, n) {
2258
- var f = V("methodStore"), c = q("proxyWindowMethods");
2259
- X.isProxyWindow(r) ? c.set(e, {
2260
+ function Ge(e, t, i, r, n) {
2261
+ var f = K("methodStore"), c = U("proxyWindowMethods");
2262
+ Z.isProxyWindow(r) ? c.set(e, {
2260
2263
  val: t,
2261
2264
  name: i,
2262
2265
  domain: n,
@@ -2271,7 +2274,7 @@ function Nr() {
2271
2274
  });
2272
2275
  }
2273
2276
  function yi(e, t) {
2274
- var i = V("methodStore"), r = q("proxyWindowMethods");
2277
+ var i = K("methodStore"), r = U("proxyWindowMethods");
2275
2278
  return i.getOrSet(e, (function() {
2276
2279
  return {};
2277
2280
  }))[t] || r.get(t);
@@ -2280,53 +2283,53 @@ function Nr() {
2280
2283
  c = (f = {
2281
2284
  on: n.on,
2282
2285
  send: n.send
2283
- }).on, u = f.send, q("builtinListeners").getOrSet("functionCalls", (function() {
2286
+ }).on, u = f.send, U("builtinListeners").getOrSet("functionCalls", (function() {
2284
2287
  return c("postrobot_method", {
2285
2288
  domain: "*"
2286
2289
  }, (function(P) {
2287
- var C = P.source, h = P.origin, m = P.data, w = m.id, v = m.name, b = yi(C, w);
2288
- if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + O(window));
2289
- var A = b.source, B = b.domain, L = b.val;
2290
- return x.try((function() {
2291
- if (!J(B, h)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(Fe(b.domain) ? b.domain.source : b.domain) + " does not match origin " + h + " in " + O(window));
2292
- if (X.isProxyWindow(A)) return A.matchWindow(C, {
2290
+ var h = P.source, C = P.origin, m = P.data, w = m.id, v = m.name, b = yi(h, w);
2291
+ if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + M(window));
2292
+ var _ = b.source, F = b.domain, N = b.val;
2293
+ return D.try((function() {
2294
+ if (!Y(F, C)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(Ue(b.domain) ? b.domain.source : b.domain) + " does not match origin " + C + " in " + M(window));
2295
+ if (Z.isProxyWindow(_)) return _.matchWindow(h, {
2293
2296
  send: u
2294
- }).then((function(_) {
2295
- if (!_) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + O(window));
2297
+ }).then((function(L) {
2298
+ if (!L) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + M(window));
2296
2299
  }));
2297
2300
  })).then((function() {
2298
- return L.apply({
2299
- source: C,
2300
- origin: h
2301
+ return N.apply({
2302
+ source: h,
2303
+ origin: C
2301
2304
  }, m.args);
2302
- }), (function(_) {
2303
- return x.try((function() {
2304
- if (L.onError) return L.onError(_);
2305
+ }), (function(L) {
2306
+ return D.try((function() {
2307
+ if (N.onError) return N.onError(L);
2305
2308
  })).then((function() {
2306
- throw _.stack && (_.stack = "Remote call to " + v + "(" + (function(z) {
2307
- return z === void 0 && (z = []), (E = z, [].slice.call(E)).map((function(N) {
2308
- return typeof N == "string" ? "'" + N + "'" : N === void 0 ? "undefined" : N === null ? "null" : typeof N == "boolean" ? N.toString() : Array.isArray(N) ? "[ ... ]" : typeof N == "object" ? "{ ... }" : typeof N == "function" ? "() => { ... }" : "<" + typeof N + ">";
2309
+ throw L.stack && (L.stack = "Remote call to " + v + "(" + (function(q) {
2310
+ return q === void 0 && (q = []), (R = q, [].slice.call(R)).map((function(O) {
2311
+ return typeof O == "string" ? "'" + O + "'" : O === void 0 ? "undefined" : O === null ? "null" : typeof O == "boolean" ? O.toString() : Array.isArray(O) ? "[ ... ]" : typeof O == "object" ? "{ ... }" : typeof O == "function" ? "() => { ... }" : "<" + typeof O + ">";
2309
2312
  })).join(", ");
2310
- var E;
2313
+ var R;
2311
2314
  })(m.args) + `) failed
2312
2315
 
2313
- ` + _.stack), _;
2316
+ ` + L.stack), L;
2314
2317
  }));
2315
- })).then((function(_) {
2318
+ })).then((function(L) {
2316
2319
  return {
2317
- result: _,
2320
+ result: L,
2318
2321
  id: w,
2319
2322
  name: v
2320
2323
  };
2321
2324
  }));
2322
2325
  }));
2323
2326
  }));
2324
- var f, c, u, l = i.__id__ || ne();
2325
- e = X.unwrap(e);
2327
+ var f, c, u, l = i.__id__ || re();
2328
+ e = Z.unwrap(e);
2326
2329
  var p = i.__name__ || i.name || r;
2327
- return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), X.isProxyWindow(e) ? (He(l, i, p, e, t), e.awaitWindow().then((function(P) {
2328
- He(l, i, p, P, t);
2329
- }))) : He(l, i, p, e, t), pe("cross_domain_function", {
2330
+ return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), Z.isProxyWindow(e) ? (Ge(l, i, p, e, t), e.awaitWindow().then((function(P) {
2331
+ Ge(l, i, p, P, t);
2332
+ }))) : Ge(l, i, p, e, t), pe("cross_domain_function", {
2330
2333
  id: l,
2331
2334
  name: p
2332
2335
  });
@@ -2336,20 +2339,20 @@ function Nr() {
2336
2339
  return (function(u, l) {
2337
2340
  l === void 0 && (l = at);
2338
2341
  var p = JSON.stringify(u, (function(P) {
2339
- var C = this[P];
2340
- if (qe(this)) return C;
2341
- var h = Pi(C);
2342
- if (!h) return C;
2343
- var m = l[h] || st[h];
2344
- return m ? m(C, P) : C;
2342
+ var h = this[P];
2343
+ if (ze(this)) return h;
2344
+ var C = Pi(h);
2345
+ if (!C) return h;
2346
+ var m = l[C] || st[C];
2347
+ return m ? m(h, P) : h;
2345
2348
  }));
2346
2349
  return p === void 0 ? "undefined" : p;
2347
2350
  })(i, ((n = {}).promise = function(u, l) {
2348
- return (function(p, P, C, h, m) {
2351
+ return (function(p, P, h, C, m) {
2349
2352
  return pe("cross_domain_zalgo_promise", {
2350
2353
  then: $i(p, P, (function(w, v) {
2351
- return C.then(w, v);
2352
- }), h, {
2354
+ return h.then(w, v);
2355
+ }), C, {
2353
2356
  on: m.on,
2354
2357
  send: m.send
2355
2358
  })
@@ -2364,7 +2367,7 @@ function Nr() {
2364
2367
  send: c
2365
2368
  });
2366
2369
  }, n.object = function(u) {
2367
- return te(u) || X.isProxyWindow(u) ? pe("cross_domain_window", X.serialize(u, {
2370
+ return de(u) || Z.isProxyWindow(u) ? pe("cross_domain_window", Z.serialize(u, {
2368
2371
  send: c
2369
2372
  })) : u;
2370
2373
  }, n));
@@ -2373,53 +2376,53 @@ function Nr() {
2373
2376
  var n, f = r.send;
2374
2377
  return (function(c, u) {
2375
2378
  if (u === void 0 && (u = ft), c !== "undefined") return JSON.parse(c, (function(l, p) {
2376
- if (qe(this)) return p;
2377
- var P, C;
2378
- if (qe(p) ? (P = p.__type__, C = p.__val__) : (P = Pi(p), C = p), !P) return C;
2379
- var h = u[P] || dt[P];
2380
- return h ? h(C, l) : C;
2379
+ if (ze(this)) return p;
2380
+ var P, h;
2381
+ if (ze(p) ? (P = p.__type__, h = p.__val__) : (P = Pi(p), h = p), !P) return h;
2382
+ var C = u[P] || dt[P];
2383
+ return C ? C(h, l) : h;
2381
2384
  }));
2382
2385
  })(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
2383
2386
  return (function(u, l, p) {
2384
- return new x(p.then);
2387
+ return new D(p.then);
2385
2388
  })(0, 0, c);
2386
2389
  }, n.cross_domain_function = function(c) {
2387
2390
  return (function(u, l, p, P) {
2388
- var C = p.id, h = p.name, m = P.send, w = function(b) {
2391
+ var h = p.id, C = p.name, m = P.send, w = function(b) {
2389
2392
  b === void 0 && (b = {});
2390
- function A() {
2391
- var B = arguments;
2392
- return X.toProxyWindow(u, {
2393
+ function _() {
2394
+ var F = arguments;
2395
+ return Z.toProxyWindow(u, {
2393
2396
  send: m
2394
- }).awaitWindow().then((function(L) {
2395
- var _ = yi(L, C);
2396
- if (_ && _.val !== A) return _.val.apply({
2397
+ }).awaitWindow().then((function(N) {
2398
+ var L = yi(N, h);
2399
+ if (L && L.val !== _) return L.val.apply({
2397
2400
  source: window,
2398
- origin: O()
2399
- }, B);
2400
- var z = [].slice.call(B);
2401
- return b.fireAndForget ? m(L, "postrobot_method", {
2402
- id: C,
2403
- name: h,
2404
- args: z
2401
+ origin: M()
2402
+ }, F);
2403
+ var q = [].slice.call(F);
2404
+ return b.fireAndForget ? m(N, "postrobot_method", {
2405
+ id: h,
2406
+ name: C,
2407
+ args: q
2405
2408
  }, {
2406
2409
  domain: l,
2407
2410
  fireAndForget: !0
2408
- }) : m(L, "postrobot_method", {
2409
- id: C,
2410
- name: h,
2411
- args: z
2411
+ }) : m(N, "postrobot_method", {
2412
+ id: h,
2413
+ name: C,
2414
+ args: q
2412
2415
  }, {
2413
2416
  domain: l,
2414
2417
  fireAndForget: !1
2415
- }).then((function(E) {
2416
- return E.data.result;
2418
+ }).then((function(R) {
2419
+ return R.data.result;
2417
2420
  }));
2418
- })).catch((function(L) {
2419
- throw L;
2421
+ })).catch((function(N) {
2422
+ throw N;
2420
2423
  }));
2421
2424
  }
2422
- return A.__name__ = h, A.__origin__ = l, A.__source__ = u, A.__id__ = C, A.origin = l, A;
2425
+ return _.__name__ = C, _.__origin__ = l, _.__source__ = u, _.__id__ = h, _.origin = l, _;
2423
2426
  }, v = w();
2424
2427
  return v.fireAndForget = w({
2425
2428
  fireAndForget: !0
@@ -2428,32 +2431,32 @@ function Nr() {
2428
2431
  send: f
2429
2432
  });
2430
2433
  }, n.cross_domain_window = function(c) {
2431
- return X.deserialize(c, {
2434
+ return Z.deserialize(c, {
2432
2435
  send: f
2433
2436
  });
2434
2437
  }, n));
2435
2438
  }
2436
- var Ge = {};
2437
- Ge.postrobot_post_message = function(e, t, i) {
2439
+ var Ve = {};
2440
+ Ve.postrobot_post_message = function(e, t, i) {
2438
2441
  i.indexOf("file:") === 0 && (i = "*"), e.postMessage(t, i);
2439
2442
  };
2440
- function Ve(e, t, i, r) {
2443
+ function Ke(e, t, i, r) {
2441
2444
  var n = r.on, f = r.send;
2442
- return x.try((function() {
2443
- var c = V().getOrSet(e, (function() {
2445
+ return D.try((function() {
2446
+ var c = K().getOrSet(e, (function() {
2444
2447
  return {};
2445
2448
  }));
2446
- return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || x.flush().then((function() {
2447
- if (H(e)) throw new Error("Window is closed");
2449
+ return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || D.flush().then((function() {
2450
+ if (k(e)) throw new Error("Window is closed");
2448
2451
  var u = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2449
2452
  on: n,
2450
2453
  send: f
2451
2454
  }), l;
2452
2455
  delete c.buffer;
2453
- for (var p = Object.keys(Ge), P = [], C = 0; C < p.length; C++) {
2454
- var h = p[C];
2456
+ for (var p = Object.keys(Ve), P = [], h = 0; h < p.length; h++) {
2457
+ var C = p[h];
2455
2458
  try {
2456
- Ge[h](e, u, t);
2459
+ Ve[C](e, u, t);
2457
2460
  } catch (m) {
2458
2461
  P.push(m);
2459
2462
  }
@@ -2461,7 +2464,7 @@ function Nr() {
2461
2464
  if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
2462
2465
 
2463
2466
  ` + P.map((function(m, w) {
2464
- return w + ". " + $e(m);
2467
+ return w + ". " + ve(m);
2465
2468
  })).join(`
2466
2469
 
2467
2470
  `));
@@ -2471,18 +2474,18 @@ function Nr() {
2471
2474
  })).then(ce);
2472
2475
  }
2473
2476
  function wi(e) {
2474
- return q("responseListeners").get(e);
2477
+ return U("responseListeners").get(e);
2475
2478
  }
2476
2479
  function Ii(e) {
2477
- q("responseListeners").del(e);
2480
+ U("responseListeners").del(e);
2478
2481
  }
2479
2482
  function Ti(e) {
2480
- return q("erroredResponseListeners").has(e);
2483
+ return U("erroredResponseListeners").has(e);
2481
2484
  }
2482
2485
  function Ei(e) {
2483
- var t = e.name, i = e.win, r = e.domain, n = V("requestListeners");
2486
+ var t = e.name, i = e.win, r = e.domain, n = K("requestListeners");
2484
2487
  if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
2485
- for (var f = 0, c = [i, De()]; f < c.length; f++) {
2488
+ for (var f = 0, c = [i, Ae()]; f < c.length; f++) {
2486
2489
  var u = c[f];
2487
2490
  if (u) {
2488
2491
  var l = n.get(u);
@@ -2491,9 +2494,9 @@ function Nr() {
2491
2494
  if (p) {
2492
2495
  if (r && typeof r == "string") {
2493
2496
  if (p[r]) return p[r];
2494
- if (p.__domain_regex__) for (var P = 0, C = p.__domain_regex__; P < C.length; P++) {
2495
- var h = C[P], m = h.listener;
2496
- if (J(h.regex, r)) return m;
2497
+ if (p.__domain_regex__) for (var P = 0, h = p.__domain_regex__; P < h.length; P++) {
2498
+ var C = h[P], m = C.listener;
2499
+ if (Y(C.regex, r)) return m;
2497
2500
  }
2498
2501
  }
2499
2502
  if (p["*"]) return p["*"];
@@ -2508,34 +2511,34 @@ function Nr() {
2508
2511
  win: e,
2509
2512
  domain: t
2510
2513
  }), u = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2511
- function l(p, P, C) {
2512
- return x.flush().then((function() {
2513
- if (!i.fireAndForget && !H(e)) try {
2514
- return Ve(e, t, {
2515
- id: ne(),
2516
- origin: O(window),
2514
+ function l(p, P, h) {
2515
+ return D.flush().then((function() {
2516
+ if (!i.fireAndForget && !k(e)) try {
2517
+ return Ke(e, t, {
2518
+ id: re(),
2519
+ origin: M(window),
2517
2520
  type: "postrobot_message_response",
2518
2521
  hash: i.hash,
2519
2522
  name: i.name,
2520
2523
  ack: p,
2521
2524
  data: P,
2522
- error: C
2525
+ error: h
2523
2526
  }, {
2524
2527
  on: n,
2525
2528
  send: f
2526
2529
  });
2527
- } catch (h) {
2528
- throw new Error("Send response message failed for " + u + " in " + O() + `
2530
+ } catch (C) {
2531
+ throw new Error("Send response message failed for " + u + " in " + M() + `
2529
2532
 
2530
- ` + $e(h));
2533
+ ` + ve(C));
2531
2534
  }
2532
2535
  }));
2533
2536
  }
2534
- return x.all([x.flush().then((function() {
2535
- if (!i.fireAndForget && !H(e)) try {
2536
- return Ve(e, t, {
2537
- id: ne(),
2538
- origin: O(window),
2537
+ return D.all([D.flush().then((function() {
2538
+ if (!i.fireAndForget && !k(e)) try {
2539
+ return Ke(e, t, {
2540
+ id: re(),
2541
+ origin: M(window),
2539
2542
  type: "postrobot_message_ack",
2540
2543
  hash: i.hash,
2541
2544
  name: i.name
@@ -2544,11 +2547,11 @@ function Nr() {
2544
2547
  send: f
2545
2548
  });
2546
2549
  } catch (p) {
2547
- throw new Error("Send ack message failed for " + u + " in " + O() + `
2550
+ throw new Error("Send ack message failed for " + u + " in " + M() + `
2548
2551
 
2549
- ` + $e(p));
2552
+ ` + ve(p));
2550
2553
  }
2551
- })), x.try((function() {
2554
+ })), D.try((function() {
2552
2555
  if (!c) throw new Error("No handler found for post message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
2553
2556
  return c.handler({
2554
2557
  source: e,
@@ -2569,7 +2572,7 @@ function Nr() {
2569
2572
  var r = wi(i.hash);
2570
2573
  if (!r) throw new Error("No handler found for post message ack for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
2571
2574
  try {
2572
- if (!J(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
2575
+ if (!Y(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
2573
2576
  if (e !== r.win) throw new Error("Ack source does not match registered window");
2574
2577
  } catch (n) {
2575
2578
  r.promise.reject(n);
@@ -2581,7 +2584,7 @@ function Nr() {
2581
2584
  if (!Ti(i.hash)) {
2582
2585
  var r = wi(i.hash);
2583
2586
  if (!r) throw new Error("No handler found for post message response for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
2584
- if (!J(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
2587
+ if (!Y(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
2585
2588
  var n;
2586
2589
  if (e !== r.win) throw new Error("Response source does not match registered window");
2587
2590
  Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
@@ -2592,25 +2595,25 @@ function Nr() {
2592
2595
  }
2593
2596
  }
2594
2597
  function Ri(e, t) {
2595
- var i = t.on, r = t.send, n = q("receivedMessages");
2598
+ var i = t.on, r = t.send, n = U("receivedMessages");
2596
2599
  try {
2597
2600
  if (!window || window.closed || !e.source) return;
2598
2601
  } catch (P) {
2599
2602
  return;
2600
2603
  }
2601
- var f = e.source, c = e.origin, u = (function(P, C, h, m) {
2604
+ var f = e.source, c = e.origin, u = (function(P, h, C, m) {
2602
2605
  var w = m.on, v = m.send, b;
2603
2606
  try {
2604
- b = bi(C, h, P, {
2607
+ b = bi(h, C, P, {
2605
2608
  on: w,
2606
2609
  send: v
2607
2610
  });
2608
- } catch (B) {
2611
+ } catch (F) {
2609
2612
  return;
2610
2613
  }
2611
2614
  if (b && typeof b == "object" && b !== null) {
2612
- var A = b.__post_robot_10_0_46__;
2613
- if (Array.isArray(A)) return A;
2615
+ var _ = b.__post_robot_10_0_46__;
2616
+ if (Array.isArray(_)) return _;
2614
2617
  }
2615
2618
  })(e.data, f, c, {
2616
2619
  on: i,
@@ -2620,7 +2623,7 @@ function Nr() {
2620
2623
  gi(f);
2621
2624
  for (var l = 0; l < u.length; l++) {
2622
2625
  var p = u[l];
2623
- if (n.has(p.id) || (n.set(p.id, !0), H(f) && !p.fireAndForget)) return;
2626
+ if (n.has(p.id) || (n.set(p.id, !0), k(f) && !p.fireAndForget)) return;
2624
2627
  p.origin.indexOf("file:") === 0 && (c = "file://");
2625
2628
  try {
2626
2629
  p.type === "postrobot_message_request" ? ct(f, c, p, {
@@ -2639,70 +2642,70 @@ function Nr() {
2639
2642
  if (!e) throw new Error("Expected name");
2640
2643
  if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
2641
2644
  var r = (function n(f, c) {
2642
- var u = f.name, l = f.win, p = f.domain, P = V("requestListeners");
2645
+ var u = f.name, l = f.win, p = f.domain, P = K("requestListeners");
2643
2646
  if (!u || typeof u != "string") throw new Error("Name required to add request listener");
2644
- if (l && l !== "*" && X.isProxyWindow(l)) {
2645
- var C = l.awaitWindow().then((function(j) {
2647
+ if (l && l !== "*" && Z.isProxyWindow(l)) {
2648
+ var h = l.awaitWindow().then((function(B) {
2646
2649
  return n({
2647
2650
  name: u,
2648
- win: j,
2651
+ win: B,
2649
2652
  domain: p
2650
2653
  }, c);
2651
2654
  }));
2652
2655
  return {
2653
2656
  cancel: function() {
2654
- C.then((function(j) {
2655
- return j.cancel();
2657
+ h.then((function(B) {
2658
+ return B.cancel();
2656
2659
  }), ce);
2657
2660
  }
2658
2661
  };
2659
2662
  }
2660
- var h = l;
2661
- if (Array.isArray(h)) {
2662
- for (var m = [], w = 0, v = h; w < v.length; w++) m.push(n({
2663
+ var C = l;
2664
+ if (Array.isArray(C)) {
2665
+ for (var m = [], w = 0, v = C; w < v.length; w++) m.push(n({
2663
2666
  name: u,
2664
2667
  domain: p,
2665
2668
  win: v[w]
2666
2669
  }, c));
2667
2670
  return {
2668
2671
  cancel: function() {
2669
- for (var j = 0; j < m.length; j++) m[j].cancel();
2672
+ for (var B = 0; B < m.length; B++) m[B].cancel();
2670
2673
  }
2671
2674
  };
2672
2675
  }
2673
2676
  if (Array.isArray(p)) {
2674
- for (var b = [], A = 0, B = p; A < B.length; A++) b.push(n({
2677
+ for (var b = [], _ = 0, F = p; _ < F.length; _++) b.push(n({
2675
2678
  name: u,
2676
- win: h,
2677
- domain: B[A]
2679
+ win: C,
2680
+ domain: F[_]
2678
2681
  }, c));
2679
2682
  return {
2680
2683
  cancel: function() {
2681
- for (var j = 0; j < b.length; j++) b[j].cancel();
2684
+ for (var B = 0; B < b.length; B++) b[B].cancel();
2682
2685
  }
2683
2686
  };
2684
2687
  }
2685
- var L = Ei({
2688
+ var N = Ei({
2686
2689
  name: u,
2687
- win: h,
2690
+ win: C,
2688
2691
  domain: p
2689
2692
  });
2690
- h && h !== "*" || (h = De());
2691
- var _ = (p = p || "*").toString();
2692
- if (L) throw h && p ? new Error("Request listener already exists for " + u + " on domain " + p.toString() + " for " + (h === De() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + u + " for " + (h === De() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + u + " on domain " + p.toString()) : new Error("Request listener already exists for " + u);
2693
- var z = P.getOrSet(h, (function() {
2693
+ C && C !== "*" || (C = Ae());
2694
+ var L = (p = p || "*").toString();
2695
+ if (N) throw C && p ? new Error("Request listener already exists for " + u + " on domain " + p.toString() + " for " + (C === Ae() ? "wildcard" : "specified") + " window") : C ? new Error("Request listener already exists for " + u + " for " + (C === Ae() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + u + " on domain " + p.toString()) : new Error("Request listener already exists for " + u);
2696
+ var q = P.getOrSet(C, (function() {
2694
2697
  return {};
2695
- })), E = ve(z, u, (function() {
2698
+ })), R = be(q, u, (function() {
2696
2699
  return {};
2697
- })), N, ee;
2698
- return Fe(p) ? (N = ve(E, "__domain_regex__", (function() {
2700
+ })), O, X;
2701
+ return Ue(p) ? (O = be(R, "__domain_regex__", (function() {
2699
2702
  return [];
2700
- }))).push(ee = {
2703
+ }))).push(X = {
2701
2704
  regex: p,
2702
2705
  listener: c
2703
- }) : E[_] = c, {
2706
+ }) : R[L] = c, {
2704
2707
  cancel: function() {
2705
- delete E[_], ee && (N.splice(N.indexOf(ee, 1)), N.length || delete E.__domain_regex__), Object.keys(E).length || delete z[u], h && !Object.keys(z).length && P.del(h);
2708
+ delete R[L], X && (O.splice(O.indexOf(X, 1)), O.length || delete R.__domain_regex__), Object.keys(R).length || delete q[u], C && !Object.keys(q).length && P.del(C);
2706
2709
  }
2707
2710
  };
2708
2711
  })({
@@ -2723,80 +2726,80 @@ function Nr() {
2723
2726
  }
2724
2727
  function St(e, t, i) {
2725
2728
  typeof (t = t || {}) == "function" && (i = t, t = {});
2726
- var r = new x(), n;
2729
+ var r = new D(), n;
2727
2730
  return t.errorHandler = function(f) {
2728
2731
  n.cancel(), r.reject(f);
2729
2732
  }, n = le(e, t, (function(f) {
2730
2733
  if (n.cancel(), r.resolve(f), i) return i(f);
2731
2734
  })), r.cancel = n.cancel, r;
2732
2735
  }
2733
- var de = function e(t, i, r, n) {
2736
+ var se = function e(t, i, r, n) {
2734
2737
  var f = (n = n || {}).domain || "*", c = n.timeout || -1, u = n.timeout || 5e3, l = n.fireAndForget || !1;
2735
- return X.toProxyWindow(t, {
2738
+ return Z.toProxyWindow(t, {
2736
2739
  send: e
2737
2740
  }).awaitWindow().then((function(p) {
2738
- return x.try((function() {
2739
- if ((function(P, C, h) {
2741
+ return D.try((function() {
2742
+ if ((function(P, h, C) {
2740
2743
  if (!P) throw new Error("Expected name");
2741
- if (typeof h != "string" && !Array.isArray(h) && !Fe(h)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(h) + " to be a string, array, or regex");
2742
- if (H(C)) throw new Error("Can not send " + P + ". Target window is closed");
2743
- })(i, p, f), (function(P, C) {
2744
- var h = ae(C);
2745
- if (h) return h === P;
2746
- if (C === P || (function(v) {
2744
+ if (typeof C != "string" && !Array.isArray(C) && !Ue(C)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(C) + " to be a string, array, or regex");
2745
+ if (k(h)) throw new Error("Can not send " + P + ". Target window is closed");
2746
+ })(i, p, f), (function(P, h) {
2747
+ var C = ae(h);
2748
+ if (C) return C === P;
2749
+ if (h === P || (function(v) {
2747
2750
  v === void 0 && (v = window);
2748
2751
  try {
2749
2752
  if (v.top) return v.top;
2750
- } catch (L) {
2753
+ } catch (N) {
2751
2754
  }
2752
- if (k(v) === v) return v;
2755
+ if (E(v) === v) return v;
2753
2756
  try {
2754
- if (re(window, v) && window.top) return window.top;
2755
- } catch (L) {
2757
+ if (ie(window, v) && window.top) return window.top;
2758
+ } catch (N) {
2756
2759
  }
2757
2760
  try {
2758
- if (re(v, window) && window.top) return window.top;
2759
- } catch (L) {
2761
+ if (ie(v, window) && window.top) return window.top;
2762
+ } catch (N) {
2760
2763
  }
2761
- for (var b = 0, A = (function L(_) {
2762
- for (var z = [], E = 0, N = se(_); E < N.length; E++) {
2763
- var ee = N[E];
2764
- z.push(ee);
2765
- for (var j = 0, we = L(ee); j < we.length; j++) z.push(we[j]);
2764
+ for (var b = 0, _ = (function N(L) {
2765
+ for (var q = [], R = 0, O = te(L); R < O.length; R++) {
2766
+ var X = O[R];
2767
+ q.push(X);
2768
+ for (var B = 0, Ie = N(X); B < Ie.length; B++) q.push(Ie[B]);
2766
2769
  }
2767
- return z;
2768
- })(v); b < A.length; b++) {
2769
- var B = A[b];
2770
+ return q;
2771
+ })(v); b < _.length; b++) {
2772
+ var F = _[b];
2770
2773
  try {
2771
- if (B.top) return B.top;
2772
- } catch (L) {
2774
+ if (F.top) return F.top;
2775
+ } catch (N) {
2773
2776
  }
2774
- if (k(B) === B) return B;
2777
+ if (E(F) === F) return F;
2775
2778
  }
2776
- })(C) === C) return !1;
2777
- for (var m = 0, w = se(P); m < w.length; m++) if (w[m] === C) return !0;
2779
+ })(h) === h) return !1;
2780
+ for (var m = 0, w = te(P); m < w.length; m++) if (w[m] === h) return !0;
2778
2781
  return !1;
2779
- })(window, p)) return (function(P, C, h) {
2780
- C === void 0 && (C = 5e3), h === void 0 && (h = "Window");
2782
+ })(window, p)) return (function(P, h, C) {
2783
+ h === void 0 && (h = 5e3), C === void 0 && (C = "Window");
2781
2784
  var m = (function(w) {
2782
- return V("helloPromises").getOrSet(w, (function() {
2783
- return new x();
2785
+ return K("helloPromises").getOrSet(w, (function() {
2786
+ return new D();
2784
2787
  }));
2785
2788
  })(P);
2786
- return C !== -1 && (m = m.timeout(C, new Error(h + " did not load after " + C + "ms"))), m;
2789
+ return h !== -1 && (m = m.timeout(h, new Error(C + " did not load after " + h + "ms"))), m;
2787
2790
  })(p, u);
2788
2791
  })).then((function(P) {
2789
- return (function(C, h, m, w) {
2792
+ return (function(h, C, m, w) {
2790
2793
  var v = w.send;
2791
- return x.try((function() {
2792
- return typeof h == "string" ? h : x.try((function() {
2793
- return m || Ue(C, {
2794
+ return D.try((function() {
2795
+ return typeof C == "string" ? C : D.try((function() {
2796
+ return m || qe(h, {
2794
2797
  send: v
2795
2798
  }).then((function(b) {
2796
2799
  return b.domain;
2797
2800
  }));
2798
2801
  })).then((function(b) {
2799
- if (!J(h, h)) throw new Error("Domain " + fi(h) + " does not match " + fi(h));
2802
+ if (!Y(C, C)) throw new Error("Domain " + fi(C) + " does not match " + fi(C));
2800
2803
  return b;
2801
2804
  }));
2802
2805
  }));
@@ -2804,50 +2807,50 @@ function Nr() {
2804
2807
  send: e
2805
2808
  });
2806
2809
  })).then((function(P) {
2807
- var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new x(), w = i + "_" + ne();
2810
+ var h = P, C = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new D(), w = i + "_" + re();
2808
2811
  if (!l) {
2809
2812
  var v = {
2810
2813
  name: i,
2811
2814
  win: p,
2812
- domain: C,
2815
+ domain: h,
2813
2816
  promise: m
2814
2817
  };
2815
- (function(E, N) {
2816
- q("responseListeners").set(E, N);
2818
+ (function(R, O) {
2819
+ U("responseListeners").set(R, O);
2817
2820
  })(w, v);
2818
- var b = V("requestPromises").getOrSet(p, (function() {
2821
+ var b = K("requestPromises").getOrSet(p, (function() {
2819
2822
  return [];
2820
2823
  }));
2821
2824
  b.push(m), m.catch((function() {
2822
- (function(E) {
2823
- q("erroredResponseListeners").set(E, !0);
2825
+ (function(R) {
2826
+ U("erroredResponseListeners").set(R, !0);
2824
2827
  })(w), Ii(w);
2825
2828
  }));
2826
- var A = (function(E) {
2827
- return V("knownWindows").get(E, !1);
2828
- })(p) ? 1e4 : 2e3, B = c, L = A, _ = B, z = (function(E, N) {
2829
- var ee;
2830
- return (function j() {
2831
- ee = setTimeout((function() {
2829
+ var _ = (function(R) {
2830
+ return K("knownWindows").get(R, !1);
2831
+ })(p) ? 1e4 : 2e3, F = c, N = _, L = F, q = (function(R, O) {
2832
+ var X;
2833
+ return (function B() {
2834
+ X = setTimeout((function() {
2832
2835
  (function() {
2833
- if (H(p)) return m.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2836
+ if (k(p)) return m.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2834
2837
  if (v.cancelled) return m.reject(new Error("Response listener was cancelled for " + i));
2835
- L = Math.max(L - 500, 0), _ !== -1 && (_ = Math.max(_ - 500, 0)), v.ack || L !== 0 ? _ === 0 && m.reject(new Error("No response for postMessage " + h + " in " + O() + " in " + B + "ms")) : m.reject(new Error("No ack for postMessage " + h + " in " + O() + " in " + A + "ms"));
2836
- })(), j();
2838
+ N = Math.max(N - 500, 0), L !== -1 && (L = Math.max(L - 500, 0)), v.ack || N !== 0 ? L === 0 && m.reject(new Error("No response for postMessage " + C + " in " + M() + " in " + F + "ms")) : m.reject(new Error("No ack for postMessage " + C + " in " + M() + " in " + _ + "ms"));
2839
+ })(), B();
2837
2840
  }), 500);
2838
2841
  })(), {
2839
2842
  cancel: function() {
2840
- clearTimeout(ee);
2843
+ clearTimeout(X);
2841
2844
  }
2842
2845
  };
2843
2846
  })();
2844
2847
  m.finally((function() {
2845
- z.cancel(), b.splice(b.indexOf(m, 1));
2848
+ q.cancel(), b.splice(b.indexOf(m, 1));
2846
2849
  })).catch(ce);
2847
2850
  }
2848
- return Ve(p, C, {
2849
- id: ne(),
2850
- origin: O(window),
2851
+ return Ke(p, h, {
2852
+ id: re(),
2853
+ origin: M(window),
2851
2854
  type: "postrobot_message_request",
2852
2855
  hash: w,
2853
2856
  name: i,
@@ -2858,10 +2861,10 @@ function Nr() {
2858
2861
  send: e
2859
2862
  }).then((function() {
2860
2863
  return l ? m.resolve() : m;
2861
- }), (function(E) {
2862
- throw new Error("Send request message failed for " + h + " in " + O() + `
2864
+ }), (function(R) {
2865
+ throw new Error("Send request message failed for " + C + " in " + M() + `
2863
2866
 
2864
- ` + $e(E));
2867
+ ` + ve(R));
2865
2868
  }));
2866
2869
  }));
2867
2870
  }));
@@ -2869,37 +2872,37 @@ function Nr() {
2869
2872
  function ut(e, t, i) {
2870
2873
  return vi(e, t, i, {
2871
2874
  on: le,
2872
- send: de
2875
+ send: se
2873
2876
  });
2874
2877
  }
2875
- function Ct(e, t, i) {
2878
+ function ht(e, t, i) {
2876
2879
  return bi(e, t, i, {
2877
- send: de
2880
+ send: se
2878
2881
  });
2879
2882
  }
2880
- function ht(e) {
2881
- return new X({
2882
- send: de,
2883
+ function Ct(e) {
2884
+ return new Z({
2885
+ send: se,
2883
2886
  win: e
2884
2887
  });
2885
2888
  }
2886
2889
  function gt(e) {
2887
- return X.toProxyWindow(e, {
2888
- send: de
2890
+ return Z.toProxyWindow(e, {
2891
+ send: se
2889
2892
  });
2890
2893
  }
2891
2894
  function ki() {
2892
- be().initialized || (be().initialized = !0, t = (e = {
2895
+ we().initialized || (we().initialized = !0, t = (e = {
2893
2896
  on: le,
2894
- send: de
2895
- }).on, i = e.send, (r = be()).receiveMessage = r.receiveMessage || function(n) {
2897
+ send: se
2898
+ }).on, i = e.send, (r = we()).receiveMessage = r.receiveMessage || function(n) {
2896
2899
  return Ri(n, {
2897
2900
  on: t,
2898
2901
  send: i
2899
2902
  });
2900
2903
  }, (function(n) {
2901
2904
  var f = n.on, c = n.send;
2902
- q().getOrSet("postMessageListener", (function() {
2905
+ U().getOrSet("postMessageListener", (function() {
2903
2906
  return (function(u, l, p) {
2904
2907
  return u.addEventListener("message", p), {
2905
2908
  cancel: function() {
@@ -2908,18 +2911,18 @@ function Nr() {
2908
2911
  };
2909
2912
  })(window, 0, (function(u) {
2910
2913
  (function(l, p) {
2911
- var P = p.on, C = p.send;
2912
- x.try((function() {
2913
- var h = l.source || l.sourceElement, m = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
2914
- if (m === "null" && (m = "file://"), h) {
2914
+ var P = p.on, h = p.send;
2915
+ D.try((function() {
2916
+ var C = l.source || l.sourceElement, m = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
2917
+ if (m === "null" && (m = "file://"), C) {
2915
2918
  if (!m) throw new Error("Post message did not have origin domain");
2916
2919
  Ri({
2917
- source: h,
2920
+ source: C,
2918
2921
  origin: m,
2919
2922
  data: w
2920
2923
  }, {
2921
2924
  on: P,
2922
- send: C
2925
+ send: h
2923
2926
  });
2924
2927
  }
2925
2928
  }));
@@ -2931,68 +2934,68 @@ function Nr() {
2931
2934
  }));
2932
2935
  })({
2933
2936
  on: le,
2934
- send: de
2937
+ send: se
2935
2938
  }), (function(n) {
2936
2939
  var f = n.on, c = n.send;
2937
- q("builtinListeners").getOrSet("helloListener", (function() {
2940
+ U("builtinListeners").getOrSet("helloListener", (function() {
2938
2941
  var u = f("postrobot_hello", {
2939
2942
  domain: "*"
2940
2943
  }, (function(p) {
2941
- return Ci(p.source, {
2944
+ return hi(p.source, {
2942
2945
  domain: p.origin
2943
2946
  }), {
2944
2947
  instanceID: ui()
2945
2948
  };
2946
2949
  })), l = ae();
2947
- return l && Ue(l, {
2950
+ return l && qe(l, {
2948
2951
  send: c
2949
2952
  }).catch((function(p) {
2950
2953
  })), u;
2951
2954
  }));
2952
2955
  })({
2953
2956
  on: le,
2954
- send: de
2957
+ send: se
2955
2958
  }));
2956
2959
  var e, t, i, r;
2957
2960
  }
2958
2961
  function Pt() {
2959
2962
  (function() {
2960
- for (var t = q("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2963
+ for (var t = U("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2961
2964
  var n = r[i], f = t.get(n);
2962
2965
  f && (f.cancelled = !0), t.del(n);
2963
2966
  }
2964
- })(), (e = q().get("postMessageListener")) && e.cancel();
2967
+ })(), (e = U().get("postMessageListener")) && e.cancel();
2965
2968
  var e;
2966
2969
  delete window.__post_robot_10_0_46__;
2967
2970
  }
2968
2971
  var mt = !0;
2969
2972
  function yt(e) {
2970
- for (var t = 0, i = V("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (H(e) ? "closed" : "cleaned up") + " before response")).catch(ce);
2973
+ for (var t = 0, i = K("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (k(e) ? "closed" : "cleaned up") + " before response")).catch(ce);
2971
2974
  }
2972
2975
  ki();
2973
2976
  }]);
2974
2977
  }));
2975
- })(_e)), _e.exports;
2978
+ })(Le)), Le.exports;
2976
2979
  }
2977
2980
  var Vi;
2978
2981
  function Or() {
2979
2982
  return Vi || (Vi = 1, (function(o) {
2980
2983
  o.exports = Nr(), o.exports.default = o.exports;
2981
- })(Qe)), Qe.exports;
2984
+ })(Ze)), Ze.exports;
2982
2985
  }
2983
2986
  var Xi = Or();
2984
- const Wr = /* @__PURE__ */ _r(Xi), Ce = /* @__PURE__ */ Et({
2987
+ const Wr = /* @__PURE__ */ _r(Xi), he = /* @__PURE__ */ Et({
2985
2988
  __proto__: null,
2986
2989
  default: Wr
2987
2990
  }, [Xi]);
2988
2991
  export {
2989
2992
  Ki as ConsentBox,
2990
2993
  Yi as ConsentFormBox,
2991
- Ze as DisclosureRequestBox,
2994
+ Xe as DisclosureRequestBox,
2992
2995
  Ji as PrivacyCenterBox,
2993
2996
  jr as SoyioTypes,
2994
2997
  Br as SoyioWidget,
2995
- ei as _TooltipManager,
2998
+ ii as _TooltipManager,
2996
2999
  Fr as appearanceSchema,
2997
3000
  Ur as configSchema,
2998
3001
  Br as default