@soyio/soyio-widget 3.7.2 → 3.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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
  }
@@ -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.2";
476
+ const Re = "3.8.1";
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
  });
@@ -518,12 +518,13 @@ class Ki extends ue {
518
518
  this.state = { isSelected: s, actionToken: S }, this.options.onEvent({
519
519
  eventName: "CONSENT_CHECKBOX_CHANGE",
520
520
  isSelected: s,
521
- actionToken: S
521
+ actionToken: S,
522
+ identifier: this.uniqueIdentifier
522
523
  });
523
524
  }
524
525
  setupListeners() {
525
526
  return W(this, null, function* () {
526
- yield Se(Ki.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
527
+ yield Se(Ki.prototype, this, "setupListeners").call(this), ti(this.uniqueIdentifier, {
527
528
  onStateChange: this.handleStateChange.bind(this)
528
529
  });
529
530
  });
@@ -549,7 +550,7 @@ function nr(o, a, d) {
549
550
  function or(o) {
550
551
  var $, I;
551
552
  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");
553
+ 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
554
  const S = (I = o.appearance) == null ? void 0 : I.config;
554
555
  (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
556
  const g = s.toString();
@@ -558,8 +559,8 @@ function or(o) {
558
559
  class Yi extends ue {
559
560
  constructor() {
560
561
  super(...arguments);
561
- R(this, "defaultIframePrefix", "consent-form");
562
- R(this, "defaultIframeCSSConfig", qt);
562
+ x(this, "defaultIframePrefix", "consent-form");
563
+ x(this, "defaultIframeCSSConfig", qt);
563
564
  }
564
565
  get uniqueIdentifier() {
565
566
  return this.options.consentFormToken;
@@ -700,7 +701,7 @@ function fr(o) {
700
701
  }
701
702
  function cr(o, a, d) {
702
703
  return W(this, null, function* () {
703
- var ae, J;
704
+ var Y, de;
704
705
  if (!o.contentWindow)
705
706
  throw new Error("Invalid iframe: contentWindow is null");
706
707
  const {
@@ -709,27 +710,28 @@ function cr(o, a, d) {
709
710
  content: g,
710
711
  header: y,
711
712
  rightExamples: $,
712
- consentManagement: I,
713
- appearance: T,
714
- externalRightsExerciseUrl: k,
715
- origin: M,
716
- metadata: F,
717
- allowManyDataCategoriesMutations: K
718
- } = 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;
719
- Array.isArray(ie == null ? void 0 : ie.scopeGroups) && ie.scopeGroups.length > 0 && a.groupConsentsByScope !== !0 && console.warn(
713
+ rightDescriptions: I,
714
+ consentManagement: T,
715
+ appearance: E,
716
+ externalRightsExerciseUrl: j,
717
+ origin: z,
718
+ metadata: H,
719
+ allowManyDataCategoriesMutations: M
720
+ } = 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;
721
+ Array.isArray(ee == null ? void 0 : ee.scopeGroups) && ee.scopeGroups.length > 0 && a.groupConsentsByScope !== !0 && console.warn(
720
722
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
721
723
  );
722
- const U = {};
723
- 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 = {
724
- config: Ie(Ie({}, typeof O == "boolean" ? { showHeader: O } : {}), typeof D == "boolean" ? { showConsentManagementHeader: D } : {})
725
- }), Object.keys(U).length === 0) return;
726
- const H = yield Promise.resolve().then(() => he);
724
+ const k = {};
725
+ 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 = {
726
+ config: Te(Te({}, typeof A == "boolean" ? { showHeader: A } : {}), typeof V == "boolean" ? { showConsentManagementHeader: V } : {})
727
+ }), Object.keys(k).length === 0) return;
728
+ const ae = yield Promise.resolve().then(() => he);
727
729
  try {
728
- yield H.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", Ie({
730
+ yield ae.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", Te({
729
731
  identifier: d
730
- }, U));
731
- } catch (te) {
732
- console.error("Failed to send privacy center config:", te);
732
+ }, k));
733
+ } catch (oe) {
734
+ console.error("Failed to send privacy center config:", oe);
733
735
  }
734
736
  });
735
737
  }
@@ -758,30 +760,30 @@ function pr(o) {
758
760
  return d;
759
761
  }
760
762
  function lr(o) {
761
- var $, I, T, k, M, F, K;
763
+ var $, I, T, E, j, z, H;
762
764
  const a = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || (a ? _t : At), s = new URLSearchParams();
763
- 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(","));
765
+ 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(","));
764
766
  const S = pr(o.enabledKinds);
765
- 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(
766
- (D) => D != null
767
+ 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(
768
+ (A) => A != null
767
769
  )) {
768
- const D = JSON.stringify(o.fileRequisites);
769
- s.set("fileRequisites", D);
770
+ const A = JSON.stringify(o.fileRequisites);
771
+ s.set("fileRequisites", A);
770
772
  }
771
- if ((M = o.rectificationFileRequiredCategories) != null && M.length && s.set(
773
+ if ((j = o.rectificationFileRequiredCategories) != null && j.length && s.set(
772
774
  "rectificationFileRequiredCategories",
773
775
  JSON.stringify(o.rectificationFileRequiredCategories)
774
776
  ), o.consentManagement) {
775
- const { allowMultipleOpenScopeGroups: O, scopeGroups: D } = o.consentManagement, Y = Array.isArray(D) && D.length > 0 || typeof O == "boolean";
776
- if (Array.isArray(D) && D.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
777
+ const { allowMultipleOpenScopeGroups: M, scopeGroups: A } = o.consentManagement, V = Array.isArray(A) && A.length > 0 || typeof M == "boolean";
778
+ if (Array.isArray(A) && A.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
777
779
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
778
- ), Y) {
779
- const re = JSON.stringify(o.consentManagement);
780
- s.set("consentManagement", re);
780
+ ), V) {
781
+ const ie = JSON.stringify(o.consentManagement);
782
+ s.set("consentManagement", ie);
781
783
  }
782
784
  }
783
785
  o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
784
- const g = (K = (F = o.appearance) == null ? void 0 : F.config) == null ? void 0 : K.consentControl;
786
+ const g = (H = (z = o.appearance) == null ? void 0 : z.config) == null ? void 0 : H.consentControl;
785
787
  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));
786
788
  const y = s.toString();
787
789
  return `${d}${y ? `?${y}` : ""}`;
@@ -789,9 +791,9 @@ function lr(o) {
789
791
  class Ji extends ue {
790
792
  constructor() {
791
793
  super(...arguments);
792
- R(this, "defaultIframePrefix", "privacy-center");
793
- R(this, "_uniqueIdentifier", "privacy-center");
794
- R(this, "defaultIframeCSSConfig", Ut);
794
+ x(this, "defaultIframePrefix", "privacy-center");
795
+ x(this, "_uniqueIdentifier", "privacy-center");
796
+ x(this, "defaultIframeCSSConfig", Ut);
795
797
  }
796
798
  get uniqueIdentifier() {
797
799
  return this._uniqueIdentifier;
@@ -808,7 +810,7 @@ class Ji extends ue {
808
810
  const jr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
809
811
  __proto__: null
810
812
  }, Symbol.toStringTag, { value: "Module" })), Qi = "WIDGET_EVENT";
811
- function Oe(o, a) {
813
+ function We(o, a) {
812
814
  return o || (a ? kt : Rt);
813
815
  }
814
816
  function Sr(o) {
@@ -817,24 +819,24 @@ function Sr(o) {
817
819
  }
818
820
  function ur(o) {
819
821
  var g;
820
- 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);
821
- return `${d}/${S}?sdk=web&sdkVersion=${Ee}&${s}`;
822
+ 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);
823
+ return `${d}/${S}?sdk=web&sdkVersion=${Re}&${s}`;
822
824
  }
823
825
  function hr(o) {
824
826
  return `embed/widget/disclosures/${o.disclosureRequestId}`;
825
827
  }
826
828
  function Cr(o, a) {
827
829
  var y;
828
- const d = (y = o.isSandbox) != null ? y : !1, s = Oe(o.developmentUrl, d), S = hr(o), g = new URLSearchParams({
830
+ const d = (y = o.isSandbox) != null ? y : !1, s = We(o.developmentUrl, d), S = hr(o), g = new URLSearchParams({
829
831
  sdk: "web",
830
- sdkVersion: Ee,
832
+ sdkVersion: Re,
831
833
  identifier: a
832
834
  });
833
835
  return o.customColor && g.set("customColor", o.customColor), `${s}/${S}?${g.toString()}`;
834
836
  }
835
837
  function gr(o, a) {
836
838
  var S;
837
- const d = Oe(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
839
+ const d = We(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
838
840
  session_token: a.sessionToken,
839
841
  company_id: a.companyId,
840
842
  identifier: a.identifier
@@ -843,7 +845,7 @@ function gr(o, a) {
843
845
  }
844
846
  function Pr(o, a) {
845
847
  var S;
846
- const d = Oe(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
848
+ const d = We(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
847
849
  requestable_id: a.requestableToken,
848
850
  identifier: a.identifier
849
851
  });
@@ -855,20 +857,20 @@ function mr(o) {
855
857
  function yr(o) {
856
858
  return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
857
859
  }
858
- class Ze extends ue {
860
+ class Xe extends ue {
859
861
  constructor() {
860
862
  super(...arguments);
861
- R(this, "defaultIframePrefix", "disclosure-request-box");
862
- R(this, "passkeyPopupWindow", null);
863
- R(this, "popupListener", null);
864
- R(this, "isReadyCallbackFired", !1);
863
+ x(this, "defaultIframePrefix", "disclosure-request-box");
864
+ x(this, "passkeyPopupWindow", null);
865
+ x(this, "popupListener", null);
866
+ x(this, "isReadyCallbackFired", !1);
865
867
  }
866
868
  iframeUrl() {
867
869
  return Cr(this.options, this.uniqueIdentifier);
868
870
  }
869
871
  mount(d) {
870
872
  return W(this, null, function* () {
871
- 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 = () => {
873
+ 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 = () => {
872
874
  this.notifyReady();
873
875
  }, this) : this;
874
876
  });
@@ -879,7 +881,7 @@ class Ze extends ue {
879
881
  }
880
882
  setupListeners() {
881
883
  return W(this, null, function* () {
882
- yield Se(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
884
+ yield Se(Xe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ti(this.uniqueIdentifier, {
883
885
  onInfo: (d) => this.handleInfoEvent(d)
884
886
  });
885
887
  });
@@ -952,64 +954,64 @@ class Ze extends ue {
952
954
  this.passkeyPopupWindow = window.open(s, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
953
955
  }
954
956
  }
955
- let oe = null, Je = null;
956
- function Xe(o = null) {
957
- oe && !oe.closed && oe.focus(), o == null || o.preventDefault();
957
+ let ne = null, Qe = null;
958
+ function ei(o = null) {
959
+ ne && !ne.closed && ne.focus(), o == null || o.preventDefault();
958
960
  }
959
- function We() {
960
- document.body.style.filter = "", document.body.removeEventListener("click", Xe);
961
+ function Me() {
962
+ document.body.style.filter = "", document.body.removeEventListener("click", ei);
961
963
  }
962
964
  function $r() {
963
- Je = setInterval(() => {
964
- (!oe || oe.closed) && (Je && clearInterval(Je), We());
965
+ Qe = setInterval(() => {
966
+ (!ne || ne.closed) && (Qe && clearInterval(Qe), Me());
965
967
  }, jt);
966
968
  }
967
969
  function vr(o) {
968
- 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 = [
970
+ 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 = [
969
971
  "scrollbars=yes",
970
972
  `width=${d}`,
971
973
  `height=${s}`,
972
- `top=${k}`,
974
+ `top=${E}`,
973
975
  `left=${T}`
974
- ].join(","), F = window.open("about:blank", "Soyio", M);
975
- 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."));
976
+ ].join(","), z = window.open("about:blank", "Soyio", j);
977
+ 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."));
976
978
  }
977
979
  function br() {
978
- oe && (oe.close(), oe = null), We();
980
+ ne && (ne.close(), ne = null), Me();
979
981
  }
980
- let Te = null;
982
+ let Ee = null;
981
983
  function wr() {
982
- Te && (Te.cancel(), Te = null);
984
+ Ee && (Ee.cancel(), Ee = null);
983
985
  }
984
986
  function Ir(o) {
985
987
  return W(this, null, function* () {
986
988
  const { onEvent: a } = o, d = yield Promise.resolve().then(() => he);
987
- Te && wr(), Te = d.on(Qi, (S) => W(null, [S], function* ({ data: s }) {
988
- return a(s), Nt.includes(s.eventName) ? br() : s.eventName === Ot && We(), Promise.resolve();
989
+ Ee && wr(), Ee = d.on(Qi, (S) => W(null, [S], function* ({ data: s }) {
990
+ return a(s), Nt.includes(s.eventName) ? br() : s.eventName === Ot && Me(), Promise.resolve();
989
991
  }));
990
992
  });
991
993
  }
992
994
  function Tr(o) {
993
995
  Ir(o);
994
996
  }
995
- var Ne, Zi;
997
+ var Oe, Zi;
996
998
  class Br {
997
999
  constructor(a) {
998
- Ni(this, Ne);
999
- R(this, "onEvent");
1000
- this.onEvent = a.onEvent, Le && (vr(a), Tr({
1001
- onEvent: Oi(this, Ne, Zi).bind(this)
1000
+ Ni(this, Oe);
1001
+ x(this, "onEvent");
1002
+ this.onEvent = a.onEvent, Ne && (vr(a), Tr({
1003
+ onEvent: Oi(this, Oe, Zi).bind(this)
1002
1004
  }));
1003
1005
  }
1004
1006
  }
1005
- Ne = new WeakSet(), Zi = function(a) {
1007
+ Oe = new WeakSet(), Zi = function(a) {
1006
1008
  this.onEvent(a);
1007
1009
  };
1008
1010
  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 = {
1009
1011
  $ref: Er,
1010
1012
  $schema: Rr,
1011
1013
  definitions: kr
1012
- }, 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.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 = {
1014
+ }, 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 = {
1013
1015
  $ref: xr,
1014
1016
  $schema: Dr,
1015
1017
  definitions: Ar
@@ -1017,7 +1019,7 @@ const Er = "#/definitions/SoyioAppearance", Rr = "http://json-schema.org/draft-0
1017
1019
  function _r(o) {
1018
1020
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
1019
1021
  }
1020
- var Qe = { exports: {} }, _e = { exports: {} }, Lr = _e.exports, Gi;
1022
+ var Ze = { exports: {} }, Le = { exports: {} }, Lr = Le.exports, Gi;
1021
1023
  function Nr() {
1022
1024
  return Gi || (Gi = 1, (function(o, a) {
1023
1025
  (function(d, s) {
@@ -1067,11 +1069,11 @@ function Nr() {
1067
1069
  }, S.p = "", S(S.s = 0);
1068
1070
  })([function(d, s, S) {
1069
1071
  S.r(s), S.d(s, "Promise", (function() {
1070
- return x;
1072
+ return D;
1071
1073
  })), S.d(s, "TYPES", (function() {
1072
1074
  return mt;
1073
1075
  })), S.d(s, "ProxyWindow", (function() {
1074
- return X;
1076
+ return Z;
1075
1077
  })), S.d(s, "setup", (function() {
1076
1078
  return ki;
1077
1079
  })), S.d(s, "destroy", (function() {
@@ -1089,7 +1091,7 @@ function Nr() {
1089
1091
  })), S.d(s, "once", (function() {
1090
1092
  return St;
1091
1093
  })), S.d(s, "send", (function() {
1092
- return de;
1094
+ return se;
1093
1095
  })), S.d(s, "markWindowKnown", (function() {
1094
1096
  return gi;
1095
1097
  })), S.d(s, "cleanUpWindow", (function() {
@@ -1114,26 +1116,26 @@ function Nr() {
1114
1116
  function T(e) {
1115
1117
  return e === void 0 && (e = window), I(e) === "about:";
1116
1118
  }
1117
- function k(e) {
1119
+ function E(e) {
1118
1120
  if (e === void 0 && (e = window), e) try {
1119
1121
  if (e.parent && e.parent !== e) return e.parent;
1120
1122
  } catch (t) {
1121
1123
  }
1122
1124
  }
1123
- function M(e) {
1124
- if (e === void 0 && (e = window), e && !k(e)) try {
1125
+ function j(e) {
1126
+ if (e === void 0 && (e = window), e && !E(e)) try {
1125
1127
  return e.opener;
1126
1128
  } catch (t) {
1127
1129
  }
1128
1130
  }
1129
- function F(e) {
1131
+ function z(e) {
1130
1132
  try {
1131
1133
  return !0;
1132
1134
  } catch (t) {
1133
1135
  }
1134
1136
  return !1;
1135
1137
  }
1136
- function K(e) {
1138
+ function H(e) {
1137
1139
  e === void 0 && (e = window);
1138
1140
  var t = e.location;
1139
1141
  if (!t) throw new Error("Can not read window location");
@@ -1141,19 +1143,19 @@ function Nr() {
1141
1143
  if (!i) throw new Error("Can not read window protocol");
1142
1144
  if (i === "file:") return "file://";
1143
1145
  if (i === "about:") {
1144
- var r = k(e);
1145
- return r && F() ? K(r) : "about://";
1146
+ var r = E(e);
1147
+ return r && z() ? H(r) : "about://";
1146
1148
  }
1147
1149
  var n = t.host;
1148
1150
  if (!n) throw new Error("Can not read window host");
1149
1151
  return i + "//" + n;
1150
1152
  }
1151
- function O(e) {
1153
+ function M(e) {
1152
1154
  e === void 0 && (e = window);
1153
- var t = K(e);
1155
+ var t = H(e);
1154
1156
  return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
1155
1157
  }
1156
- function D(e) {
1158
+ function A(e) {
1157
1159
  if (!(function(t) {
1158
1160
  try {
1159
1161
  if (t === window) return !0;
@@ -1165,34 +1167,34 @@ function Nr() {
1165
1167
  } catch (r) {
1166
1168
  }
1167
1169
  try {
1168
- if (T(t) && F()) return !0;
1170
+ if (T(t) && z()) return !0;
1169
1171
  } catch (r) {
1170
1172
  }
1171
1173
  try {
1172
1174
  if ((function(r) {
1173
1175
  return r === void 0 && (r = window), I(r) === "mock:";
1174
- })(t) && F()) return !0;
1176
+ })(t) && z()) return !0;
1175
1177
  } catch (r) {
1176
1178
  }
1177
1179
  try {
1178
- if (K(t) === K(window)) return !0;
1180
+ if (H(t) === H(window)) return !0;
1179
1181
  } catch (r) {
1180
1182
  }
1181
1183
  return !1;
1182
1184
  })(e)) return !1;
1183
1185
  try {
1184
- if (e === window || T(e) && F() || O(window) === O(e)) return !0;
1186
+ if (e === window || T(e) && z() || M(window) === M(e)) return !0;
1185
1187
  } catch (t) {
1186
1188
  }
1187
1189
  return !1;
1188
1190
  }
1189
- function Y(e) {
1190
- if (!D(e)) throw new Error("Expected window to be same domain");
1191
+ function V(e) {
1192
+ if (!A(e)) throw new Error("Expected window to be same domain");
1191
1193
  return e;
1192
1194
  }
1193
- function re(e, t) {
1195
+ function ie(e, t) {
1194
1196
  if (!e || !t) return !1;
1195
- var i = k(t);
1197
+ var i = E(t);
1196
1198
  return i ? i === e : (function(r) {
1197
1199
  var n = [];
1198
1200
  try {
@@ -1203,7 +1205,7 @@ function Nr() {
1203
1205
  return n;
1204
1206
  })(t).indexOf(e) !== -1;
1205
1207
  }
1206
- function se(e) {
1208
+ function te(e) {
1207
1209
  var t = [], i;
1208
1210
  try {
1209
1211
  i = e.frames;
@@ -1240,8 +1242,8 @@ function Nr() {
1240
1242
  }
1241
1243
  return t;
1242
1244
  }
1243
- var ie = [], U = [];
1244
- function H(e, t) {
1245
+ var Ce = [], ee = [];
1246
+ function k(e, t) {
1245
1247
  t === void 0 && (t = !0);
1246
1248
  try {
1247
1249
  if (e === window) return !1;
@@ -1258,7 +1260,7 @@ function Nr() {
1258
1260
  } catch (n) {
1259
1261
  return !n || n.message !== y;
1260
1262
  }
1261
- if (t && D(e)) try {
1263
+ if (t && A(e)) try {
1262
1264
  if (e.mockclosed) return !0;
1263
1265
  } catch (n) {
1264
1266
  }
@@ -1272,9 +1274,9 @@ function Nr() {
1272
1274
  } catch (u) {
1273
1275
  }
1274
1276
  return -1;
1275
- })(ie, e);
1277
+ })(Ce, e);
1276
1278
  if (i !== -1) {
1277
- var r = U[i];
1279
+ var r = ee[i];
1278
1280
  if (r && (function(n) {
1279
1281
  if (!n.contentWindow || !n.parentNode) return !0;
1280
1282
  var f = n.ownerDocument;
@@ -1288,18 +1290,18 @@ function Nr() {
1288
1290
  return !1;
1289
1291
  }
1290
1292
  function ae(e) {
1291
- return e === void 0 && (e = window), M(e = e || window) || k(e) || void 0;
1293
+ return e === void 0 && (e = window), j(e = e || window) || E(e) || void 0;
1292
1294
  }
1293
- function J(e, t) {
1295
+ function Y(e, t) {
1294
1296
  if (typeof e == "string") {
1295
1297
  if (typeof t == "string") return e === "*" || t === e;
1296
1298
  if (g(t) || Array.isArray(t)) return !1;
1297
1299
  }
1298
1300
  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) {
1299
- return J(i, t);
1301
+ return Y(i, t);
1300
1302
  })));
1301
1303
  }
1302
- function te(e) {
1304
+ function de(e) {
1303
1305
  try {
1304
1306
  if (e === window) return !0;
1305
1307
  } catch (t) {
@@ -1341,8 +1343,8 @@ function Nr() {
1341
1343
  }
1342
1344
  return !1;
1343
1345
  }
1344
- function ti(e) {
1345
- if (D(e)) return Y(e).frameElement;
1346
+ function oe(e) {
1347
+ if (A(e)) return V(e).frameElement;
1346
1348
  for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
1347
1349
  var r = i[t];
1348
1350
  if (r && r.contentWindow && r.contentWindow === e) return r;
@@ -1350,9 +1352,9 @@ function Nr() {
1350
1352
  }
1351
1353
  function et(e) {
1352
1354
  if ((function(i) {
1353
- return i === void 0 && (i = window), !!k(i);
1355
+ return i === void 0 && (i = window), !!E(i);
1354
1356
  })(e)) {
1355
- var t = ti(e);
1357
+ var t = oe(e);
1356
1358
  if (t && t.parentElement) {
1357
1359
  t.parentElement.removeChild(t);
1358
1360
  return;
@@ -1379,25 +1381,25 @@ function Nr() {
1379
1381
  }
1380
1382
  return !1;
1381
1383
  }
1382
- var ri = [], Ce = [], Me = 0, ge;
1384
+ var ri = [], ge = [], je = 0, Pe;
1383
1385
  function ni() {
1384
- if (!Me && ge) {
1385
- var e = ge;
1386
- ge = null, e.resolve();
1386
+ if (!je && Pe) {
1387
+ var e = Pe;
1388
+ Pe = null, e.resolve();
1387
1389
  }
1388
1390
  }
1389
- function je() {
1390
- Me += 1;
1391
+ function Be() {
1392
+ je += 1;
1391
1393
  }
1392
- function Pe() {
1393
- Me -= 1, ni();
1394
+ function me() {
1395
+ je -= 1, ni();
1394
1396
  }
1395
- var x = (function() {
1397
+ var D = (function() {
1396
1398
  function e(i) {
1397
1399
  var r = this;
1398
1400
  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) {
1399
1401
  var n, f, c = !1, u = !1, l = !1;
1400
- je();
1402
+ Be();
1401
1403
  try {
1402
1404
  i((function(p) {
1403
1405
  l ? r.resolve(p) : (c = !0, n = p);
@@ -1405,10 +1407,10 @@ function Nr() {
1405
1407
  l ? r.reject(p) : (u = !0, f = p);
1406
1408
  }));
1407
1409
  } catch (p) {
1408
- Pe(), this.reject(p);
1410
+ me(), this.reject(p);
1409
1411
  return;
1410
1412
  }
1411
- Pe(), l = !0, c ? this.resolve(n) : u && this.reject(f);
1413
+ me(), l = !0, c ? this.resolve(n) : u && this.reject(f);
1412
1414
  }
1413
1415
  }
1414
1416
  var t = e.prototype;
@@ -1430,7 +1432,7 @@ function Nr() {
1430
1432
  ri.push(f), setTimeout((function() {
1431
1433
  throw f;
1432
1434
  }), 1);
1433
- for (var u = 0; u < Ce.length; u++) Ce[u](f, c);
1435
+ for (var u = 0; u < ge.length; u++) ge[u](f, c);
1434
1436
  }
1435
1437
  })(i, r);
1436
1438
  }), 1), this.dispatch(), this;
@@ -1439,7 +1441,7 @@ function Nr() {
1439
1441
  }, t.dispatch = function() {
1440
1442
  var i = this.resolved, r = this.rejected, n = this.handlers;
1441
1443
  if (!this.dispatching && (i || r)) {
1442
- this.dispatching = !0, je();
1444
+ this.dispatching = !0, Be();
1443
1445
  for (var f = function(m, w) {
1444
1446
  return m.then((function(v) {
1445
1447
  w.resolve(v);
@@ -1471,7 +1473,7 @@ function Nr() {
1471
1473
  C.resolved ? P.resolve(C.value) : P.reject(C.error), C.errorHandled = !0;
1472
1474
  } 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);
1473
1475
  }
1474
- n.length = 0, this.dispatching = !1, Pe();
1476
+ n.length = 0, this.dispatching = !1, me();
1475
1477
  }
1476
1478
  }, t.then = function(i, r) {
1477
1479
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.then expected a function for success handler");
@@ -1558,22 +1560,22 @@ function Nr() {
1558
1560
  return e.all(i.map(r));
1559
1561
  }, e.onPossiblyUnhandledException = function(i) {
1560
1562
  return (function(r) {
1561
- return Ce.push(r), {
1563
+ return ge.push(r), {
1562
1564
  cancel: function() {
1563
- Ce.splice(Ce.indexOf(r), 1);
1565
+ ge.splice(ge.indexOf(r), 1);
1564
1566
  }
1565
1567
  };
1566
1568
  })(i);
1567
1569
  }, e.try = function(i, r, n) {
1568
1570
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.try expected a function");
1569
1571
  var f;
1570
- je();
1572
+ Be();
1571
1573
  try {
1572
1574
  f = i.apply(r, n || []);
1573
1575
  } catch (c) {
1574
- return Pe(), e.reject(c);
1576
+ return me(), e.reject(c);
1575
1577
  }
1576
- return Pe(), e.resolve(f);
1578
+ return me(), e.resolve(f);
1577
1579
  }, e.delay = function(i) {
1578
1580
  return new e((function(r) {
1579
1581
  setTimeout(r, i);
@@ -1582,19 +1584,19 @@ function Nr() {
1582
1584
  return !!(i && i instanceof e) || fe(i);
1583
1585
  }, e.flush = function() {
1584
1586
  return (function(i) {
1585
- var r = ge = ge || new i();
1587
+ var r = Pe = Pe || new i();
1586
1588
  return ni(), r;
1587
1589
  })(e);
1588
1590
  }, e;
1589
1591
  })();
1590
- function Re(e, t) {
1592
+ function ke(e, t) {
1591
1593
  for (var i = 0; i < e.length; i++) try {
1592
1594
  if (e[i] === t) return i;
1593
1595
  } catch (r) {
1594
1596
  }
1595
1597
  return -1;
1596
1598
  }
1597
- var Be = (function() {
1599
+ var Fe = (function() {
1598
1600
  function e() {
1599
1601
  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() {
1600
1602
  if (typeof WeakMap == "undefined" || Object.freeze === void 0) return !1;
@@ -1614,7 +1616,7 @@ function Nr() {
1614
1616
  return t._cleanupClosedWindows = function() {
1615
1617
  for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
1616
1618
  var f = r[n];
1617
- if (te(f) && H(f)) {
1619
+ if (de(f) && k(f)) {
1618
1620
  if (i) try {
1619
1621
  i.delete(f);
1620
1622
  } catch (c) {
@@ -1623,7 +1625,7 @@ function Nr() {
1623
1625
  }
1624
1626
  }
1625
1627
  }, t.isSafeToReadWrite = function(i) {
1626
- return !te(i);
1628
+ return !de(i);
1627
1629
  }, t.set = function(i, r) {
1628
1630
  if (!i) throw new Error("WeakMap expected key");
1629
1631
  var n = this.weakmap;
@@ -1642,7 +1644,7 @@ function Nr() {
1642
1644
  } catch (P) {
1643
1645
  }
1644
1646
  this._cleanupClosedWindows();
1645
- var u = this.keys, l = this.values, p = Re(u, i);
1647
+ var u = this.keys, l = this.values, p = ke(u, i);
1646
1648
  p === -1 ? (u.push(i), l.push(r)) : l[p] = r;
1647
1649
  }, t.get = function(i) {
1648
1650
  if (!i) throw new Error("WeakMap expected key");
@@ -1658,7 +1660,7 @@ function Nr() {
1658
1660
  } catch (c) {
1659
1661
  }
1660
1662
  this._cleanupClosedWindows();
1661
- var f = Re(this.keys, i);
1663
+ var f = ke(this.keys, i);
1662
1664
  if (f !== -1) return this.values[f];
1663
1665
  }, t.delete = function(i) {
1664
1666
  if (!i) throw new Error("WeakMap expected key");
@@ -1674,7 +1676,7 @@ function Nr() {
1674
1676
  } catch (u) {
1675
1677
  }
1676
1678
  this._cleanupClosedWindows();
1677
- var f = this.keys, c = Re(f, i);
1679
+ var f = this.keys, c = ke(f, i);
1678
1680
  c !== -1 && (f.splice(c, 1), this.values.splice(c, 1));
1679
1681
  }, t.has = function(i) {
1680
1682
  if (!i) throw new Error("WeakMap expected key");
@@ -1689,7 +1691,7 @@ function Nr() {
1689
1691
  return !(!n || n[0] !== i);
1690
1692
  } catch (f) {
1691
1693
  }
1692
- return this._cleanupClosedWindows(), Re(this.keys, i) !== -1;
1694
+ return this._cleanupClosedWindows(), ke(this.keys, i) !== -1;
1693
1695
  }, t.getOrSet = function(i, r) {
1694
1696
  if (this.has(i)) return this.get(i);
1695
1697
  var n = r();
@@ -1706,7 +1708,7 @@ function Nr() {
1706
1708
  }
1707
1709
  return e.__name__ = e.displayName = t, e;
1708
1710
  }
1709
- function ne() {
1711
+ function re() {
1710
1712
  var e = "0123456789abcdef";
1711
1713
  return "uid_" + "xxxxxxxxxx".replace(/./g, (function() {
1712
1714
  return e.charAt(Math.floor(Math.random() * e.length));
@@ -1718,14 +1720,14 @@ function Nr() {
1718
1720
  throw new Error("Can not find window.btoa or Buffer");
1719
1721
  })((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
1720
1722
  }
1721
- var ke;
1723
+ var xe;
1722
1724
  function ai(e) {
1723
1725
  try {
1724
1726
  return JSON.stringify([].slice.call(e), (function(t, i) {
1725
1727
  return typeof i == "function" ? "memoize[" + (function(r) {
1726
- if (ke = ke || new Be(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1727
- var n = ke.get(r);
1728
- return n || (n = typeof r + ":" + ne(), ke.set(r, n)), n;
1728
+ if (xe = xe || new Fe(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1729
+ var n = xe.get(r);
1730
+ return n || (n = typeof r + ":" + re(), xe.set(r, n)), n;
1729
1731
  })(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;
1730
1732
  }));
1731
1733
  } catch (t) {
@@ -1735,20 +1737,20 @@ function Nr() {
1735
1737
  function it() {
1736
1738
  return {};
1737
1739
  }
1738
- var me = 0, di = 0;
1739
- function ye(e, t) {
1740
+ var ye = 0, di = 0;
1741
+ function $e(e, t) {
1740
1742
  t === void 0 && (t = {});
1741
- var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, u = me;
1742
- me += 1;
1743
+ var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, u = ye;
1744
+ ye += 1;
1743
1745
  var l = function() {
1744
1746
  for (var p = arguments.length, P = new Array(p), h = 0; h < p; h++) P[h] = arguments[h];
1745
- u < di && (f = null, c = null, u = me, me += 1);
1747
+ u < di && (f = null, c = null, u = ye, ye += 1);
1746
1748
  var C;
1747
- C = r ? (c = c || new Be()).getOrSet(this, it) : f = f || {};
1749
+ C = r ? (c = c || new Fe()).getOrSet(this, it) : f = f || {};
1748
1750
  var m;
1749
1751
  try {
1750
1752
  m = ai(P);
1751
- } catch (A) {
1753
+ } catch (_) {
1752
1754
  return e.apply(this, arguments);
1753
1755
  }
1754
1756
  var w = C[m];
@@ -1763,15 +1765,15 @@ function Nr() {
1763
1765
  f = null, c = null;
1764
1766
  }, si(l, (t.name || oi(e)) + "::memoized");
1765
1767
  }
1766
- ye.clear = function() {
1767
- di = me;
1768
+ $e.clear = function() {
1769
+ di = ye;
1768
1770
  };
1769
1771
  function tt(e) {
1770
1772
  var t = {};
1771
1773
  function i() {
1772
1774
  for (var r = arguments, n = this, f = arguments.length, c = new Array(f), u = 0; u < f; u++) c[u] = arguments[u];
1773
1775
  var l = ai(c);
1774
- return t.hasOwnProperty(l) || (t[l] = x.try((function() {
1776
+ return t.hasOwnProperty(l) || (t[l] = D.try((function() {
1775
1777
  return e.apply(n, r);
1776
1778
  })).finally((function() {
1777
1779
  delete t[l];
@@ -1783,7 +1785,7 @@ function Nr() {
1783
1785
  }
1784
1786
  function ce() {
1785
1787
  }
1786
- function $e(e, t) {
1788
+ function ve(e, t) {
1787
1789
  if (t === void 0 && (t = 1), t >= 3) return "stringifyError stack overflow";
1788
1790
  try {
1789
1791
  if (!e) return "<unknown error: " + {}.toString.call(e) + ">";
@@ -1797,22 +1799,22 @@ function Nr() {
1797
1799
  }
1798
1800
  return e && e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
1799
1801
  } catch (n) {
1800
- return "Error while stringifying error: " + $e(n, t + 1);
1802
+ return "Error while stringifying error: " + ve(n, t + 1);
1801
1803
  }
1802
1804
  }
1803
1805
  function fi(e) {
1804
1806
  return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
1805
1807
  }
1806
- ye((function(e) {
1808
+ $e((function(e) {
1807
1809
  if (Object.values) return Object.values(e);
1808
1810
  var t = [];
1809
1811
  for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
1810
1812
  return t;
1811
1813
  }));
1812
- function Fe(e) {
1814
+ function Ue(e) {
1813
1815
  return {}.toString.call(e) === "[object RegExp]";
1814
1816
  }
1815
- function ve(e, t, i) {
1817
+ function be(e, t, i) {
1816
1818
  if (e.hasOwnProperty(t)) return e[t];
1817
1819
  var r = i();
1818
1820
  return e[t] = r, r;
@@ -1828,8 +1830,8 @@ function Nr() {
1828
1830
  function li() {
1829
1831
  return !!document.body && document.readyState === "interactive";
1830
1832
  }
1831
- ye((function() {
1832
- return new x((function(e) {
1833
+ $e((function() {
1834
+ return new D((function(e) {
1833
1835
  if (pi() || li()) return e();
1834
1836
  var t = setInterval((function() {
1835
1837
  if (pi() || li())
@@ -1837,8 +1839,8 @@ function Nr() {
1837
1839
  }), 10);
1838
1840
  }));
1839
1841
  }));
1840
- var xe = typeof document != "undefined" ? document.currentScript : null, rt = ye((function() {
1841
- if (xe || (xe = (function() {
1842
+ var De = typeof document != "undefined" ? document.currentScript : null, rt = $e((function() {
1843
+ if (De || (De = (function() {
1842
1844
  try {
1843
1845
  var e = (function() {
1844
1846
  try {
@@ -1854,10 +1856,10 @@ function Nr() {
1854
1856
  }
1855
1857
  } catch (c) {
1856
1858
  }
1857
- })())) return xe;
1859
+ })())) return De;
1858
1860
  throw new Error("Can not determine current script");
1859
- })), nt = ne();
1860
- ye((function() {
1861
+ })), nt = re();
1862
+ $e((function() {
1861
1863
  var e;
1862
1864
  try {
1863
1865
  e = rt();
@@ -1878,10 +1880,10 @@ function Nr() {
1878
1880
  dataset: e.dataset
1879
1881
  }));
1880
1882
  t = "uid_" + i.slice(i.length - 30);
1881
- } else t = ne();
1883
+ } else t = re();
1882
1884
  return e.setAttribute("data-uid-auto", t), t;
1883
1885
  }));
1884
- function be(e) {
1886
+ function we(e) {
1885
1887
  e === void 0 && (e = window);
1886
1888
  var t = "__post_robot_10_0_46__";
1887
1889
  return e !== window ? e[t] : e[t] = e[t] || {};
@@ -1889,8 +1891,8 @@ function Nr() {
1889
1891
  var Si = function() {
1890
1892
  return {};
1891
1893
  };
1892
- function q(e, t) {
1893
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), ve(be(), e, (function() {
1894
+ function U(e, t) {
1895
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), be(we(), e, (function() {
1894
1896
  var i = t();
1895
1897
  return {
1896
1898
  has: function(r) {
@@ -1906,7 +1908,7 @@ function Nr() {
1906
1908
  delete i[r];
1907
1909
  },
1908
1910
  getOrSet: function(r, n) {
1909
- return ve(i, r, n);
1911
+ return be(i, r, n);
1910
1912
  },
1911
1913
  reset: function() {
1912
1914
  i = t();
@@ -1919,13 +1921,13 @@ function Nr() {
1919
1921
  }
1920
1922
  var ot = function() {
1921
1923
  };
1922
- function De() {
1923
- var e = be();
1924
+ function Ae() {
1925
+ var e = we();
1924
1926
  return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new ot(), e.WINDOW_WILDCARD;
1925
1927
  }
1926
- function V(e, t) {
1927
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), q("windowStore").getOrSet(e, (function() {
1928
- var i = new Be(), r = function(n) {
1928
+ function K(e, t) {
1929
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), U("windowStore").getOrSet(e, (function() {
1930
+ var i = new Fe(), r = function(n) {
1929
1931
  return i.getOrSet(n, t);
1930
1932
  };
1931
1933
  return {
@@ -1943,25 +1945,25 @@ function Nr() {
1943
1945
  delete r(n)[e];
1944
1946
  },
1945
1947
  getOrSet: function(n, f) {
1946
- return ve(r(n), e, f);
1948
+ return be(r(n), e, f);
1947
1949
  }
1948
1950
  };
1949
1951
  }));
1950
1952
  }
1951
1953
  function ui() {
1952
- return q("instance").getOrSet("instanceID", ne);
1954
+ return U("instance").getOrSet("instanceID", re);
1953
1955
  }
1954
1956
  function hi(e, t) {
1955
- var i = t.domain, r = V("helloPromises"), n = r.get(e);
1957
+ var i = t.domain, r = K("helloPromises"), n = r.get(e);
1956
1958
  n && n.resolve({
1957
1959
  domain: i
1958
1960
  });
1959
- var f = x.resolve({
1961
+ var f = D.resolve({
1960
1962
  domain: i
1961
1963
  });
1962
1964
  return r.set(e, f), f;
1963
1965
  }
1964
- function Ue(e, t) {
1966
+ function qe(e, t) {
1965
1967
  return (0, t.send)(e, "postrobot_hello", {
1966
1968
  instanceID: ui()
1967
1969
  }, {
@@ -1980,8 +1982,8 @@ function Nr() {
1980
1982
  }
1981
1983
  function Ci(e, t) {
1982
1984
  var i = t.send;
1983
- return V("windowInstanceIDPromises").getOrSet(e, (function() {
1984
- return Ue(e, {
1985
+ return K("windowInstanceIDPromises").getOrSet(e, (function() {
1986
+ return qe(e, {
1985
1987
  send: i
1986
1988
  }).then((function(r) {
1987
1989
  return r.instanceID;
@@ -1989,9 +1991,9 @@ function Nr() {
1989
1991
  }));
1990
1992
  }
1991
1993
  function gi(e) {
1992
- V("knownWindows").set(e, !0);
1994
+ K("knownWindows").set(e, !0);
1993
1995
  }
1994
- function qe(e) {
1996
+ function ze(e) {
1995
1997
  return typeof e == "object" && e !== null && typeof e.__type__ == "string";
1996
1998
  }
1997
1999
  function Pi(e) {
@@ -2003,84 +2005,84 @@ function Nr() {
2003
2005
  __val__: t
2004
2006
  };
2005
2007
  }
2006
- var Q, st = ((Q = {}).function = function() {
2007
- }, Q.error = function(e) {
2008
+ var J, st = ((J = {}).function = function() {
2009
+ }, J.error = function(e) {
2008
2010
  return pe("error", {
2009
2011
  message: e.message,
2010
2012
  stack: e.stack,
2011
2013
  code: e.code,
2012
2014
  data: e.data
2013
2015
  });
2014
- }, Q.promise = function() {
2015
- }, Q.regex = function(e) {
2016
+ }, J.promise = function() {
2017
+ }, J.regex = function(e) {
2016
2018
  return pe("regex", e.source);
2017
- }, Q.date = function(e) {
2019
+ }, J.date = function(e) {
2018
2020
  return pe("date", e.toJSON());
2019
- }, Q.array = function(e) {
2021
+ }, J.array = function(e) {
2020
2022
  return e;
2021
- }, Q.object = function(e) {
2023
+ }, J.object = function(e) {
2022
2024
  return e;
2023
- }, Q.string = function(e) {
2025
+ }, J.string = function(e) {
2024
2026
  return e;
2025
- }, Q.number = function(e) {
2027
+ }, J.number = function(e) {
2026
2028
  return e;
2027
- }, Q.boolean = function(e) {
2029
+ }, J.boolean = function(e) {
2028
2030
  return e;
2029
- }, Q.null = function(e) {
2031
+ }, J.null = function(e) {
2030
2032
  return e;
2031
- }, Q[void 0] = function(e) {
2033
+ }, J[void 0] = function(e) {
2032
2034
  return pe("undefined", e);
2033
- }, Q), at = {}, Z, dt = ((Z = {}).function = function() {
2035
+ }, J), at = {}, Q, dt = ((Q = {}).function = function() {
2034
2036
  throw new Error("Function serialization is not implemented; nothing to deserialize");
2035
- }, Z.error = function(e) {
2037
+ }, Q.error = function(e) {
2036
2038
  var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
2037
2039
  return n.code = i, r && (n.data = r), n.stack = t + `
2038
2040
 
2039
2041
  ` + n.stack, n;
2040
- }, Z.promise = function() {
2042
+ }, Q.promise = function() {
2041
2043
  throw new Error("Promise serialization is not implemented; nothing to deserialize");
2042
- }, Z.regex = function(e) {
2044
+ }, Q.regex = function(e) {
2043
2045
  return new RegExp(e);
2044
- }, Z.date = function(e) {
2046
+ }, Q.date = function(e) {
2045
2047
  return new Date(e);
2046
- }, Z.array = function(e) {
2048
+ }, Q.array = function(e) {
2047
2049
  return e;
2048
- }, Z.object = function(e) {
2050
+ }, Q.object = function(e) {
2049
2051
  return e;
2050
- }, Z.string = function(e) {
2052
+ }, Q.string = function(e) {
2051
2053
  return e;
2052
- }, Z.number = function(e) {
2054
+ }, Q.number = function(e) {
2053
2055
  return e;
2054
- }, Z.boolean = function(e) {
2056
+ }, Q.boolean = function(e) {
2055
2057
  return e;
2056
- }, Z.null = function(e) {
2058
+ }, Q.null = function(e) {
2057
2059
  return e;
2058
- }, Z[void 0] = function() {
2059
- }, Z), ft = {};
2060
- new x((function(e) {
2060
+ }, Q[void 0] = function() {
2061
+ }, Q), ft = {};
2062
+ new D((function(e) {
2061
2063
  if (window.document && window.document.body) return e(window.document.body);
2062
2064
  var t = setInterval((function() {
2063
2065
  if (window.document && window.document.body)
2064
2066
  return clearInterval(t), e(window.document.body);
2065
2067
  }), 10);
2066
2068
  }));
2067
- function ze() {
2068
- for (var e = q("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
2069
+ function He() {
2070
+ for (var e = U("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
2069
2071
  var r = i[t];
2070
2072
  e.get(r).shouldClean() && e.del(r);
2071
2073
  }
2072
2074
  }
2073
2075
  function mi(e, t) {
2074
- var i = t.send, r = t.id, n = r === void 0 ? ne() : r, f = e.then((function(l) {
2075
- if (D(l)) return Y(l).name;
2076
+ var i = t.send, r = t.id, n = r === void 0 ? re() : r, f = e.then((function(l) {
2077
+ if (A(l)) return V(l).name;
2076
2078
  })), c = e.then((function(l) {
2077
- if (H(l)) throw new Error("Window is closed, can not determine type");
2078
- return M(l) ? "popup" : "iframe";
2079
+ if (k(l)) throw new Error("Window is closed, can not determine type");
2080
+ return j(l) ? "popup" : "iframe";
2079
2081
  }));
2080
2082
  f.catch(ce), c.catch(ce);
2081
2083
  var u = function() {
2082
2084
  return e.then((function(l) {
2083
- if (!H(l)) return D(l) ? Y(l).name : f;
2085
+ if (!k(l)) return A(l) ? V(l).name : f;
2084
2086
  }));
2085
2087
  };
2086
2088
  return {
@@ -2106,7 +2108,7 @@ function Nr() {
2106
2108
  },
2107
2109
  isClosed: function() {
2108
2110
  return e.then((function(l) {
2109
- return H(l);
2111
+ return k(l);
2110
2112
  }));
2111
2113
  },
2112
2114
  setLocation: function(l, p) {
@@ -2117,12 +2119,12 @@ function Nr() {
2117
2119
  if (m === "post") return u().then((function(v) {
2118
2120
  if (!v) throw new Error("Can not post to window without target name");
2119
2121
  (function(b) {
2120
- var A = b.url, B = b.target, L = b.body, _ = b.method, z = _ === void 0 ? "post" : _, E = document.createElement("form");
2121
- 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++) {
2122
- var j, we = ee[N], Ke = document.createElement("input");
2123
- Ke.setAttribute("name", we), Ke.setAttribute("value", (j = L[we]) == null ? void 0 : j.toString()), E.appendChild(Ke);
2122
+ var _ = b.url, F = b.target, N = b.body, L = b.method, q = L === void 0 ? "post" : L, R = document.createElement("form");
2123
+ 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++) {
2124
+ var B, Ie = X[O], Ye = document.createElement("input");
2125
+ Ye.setAttribute("name", Ie), Ye.setAttribute("value", (B = N[Ie]) == null ? void 0 : B.toString()), R.appendChild(Ye);
2124
2126
  }
2125
- ci().appendChild(E), E.submit(), ci().removeChild(E);
2127
+ ci().appendChild(R), R.submit(), ci().removeChild(R);
2126
2128
  })({
2127
2129
  url: l,
2128
2130
  target: v,
@@ -2131,7 +2133,7 @@ function Nr() {
2131
2133
  });
2132
2134
  }));
2133
2135
  if (m !== "get") throw new Error("Unsupported method: " + m);
2134
- if (D(P)) try {
2136
+ if (A(P)) try {
2135
2137
  if (P.location && typeof P.location.replace == "function") {
2136
2138
  P.location.replace(l);
2137
2139
  return;
@@ -2143,19 +2145,19 @@ function Nr() {
2143
2145
  },
2144
2146
  setName: function(l) {
2145
2147
  return e.then((function(p) {
2146
- var P = D(p), h = ti(p);
2148
+ var P = A(p), h = oe(p);
2147
2149
  if (!P) throw new Error("Can not set name for cross-domain window: " + l);
2148
- Y(p).name = l, h && h.setAttribute("name", l), f = x.resolve(l);
2150
+ V(p).name = l, h && h.setAttribute("name", l), f = D.resolve(l);
2149
2151
  }));
2150
2152
  }
2151
2153
  };
2152
2154
  }
2153
- var X = (function() {
2155
+ var Z = (function() {
2154
2156
  function e(i) {
2155
2157
  var r = i.send, n = i.win, f = i.serializedWindow;
2156
- 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, {
2158
+ 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, {
2157
2159
  send: r
2158
- }), q("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
2160
+ }), U("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
2159
2161
  send: r
2160
2162
  });
2161
2163
  }
@@ -2186,14 +2188,14 @@ function Nr() {
2186
2188
  return i;
2187
2189
  }));
2188
2190
  }, t.focus = function() {
2189
- var i = this, r = this.isPopup(), n = this.getName(), f = x.hash({
2191
+ var i = this, r = this.isPopup(), n = this.getName(), f = D.hash({
2190
2192
  isPopup: r,
2191
2193
  name: n
2192
2194
  }).then((function(u) {
2193
2195
  var l = u.name;
2194
2196
  u.isPopup && l && window.open("", l, "noopener");
2195
2197
  })), c = this.serializedWindow.focus();
2196
- return x.all([f, c]).then((function() {
2198
+ return D.all([f, c]).then((function() {
2197
2199
  return i;
2198
2200
  }));
2199
2201
  }, t.isClosed = function() {
@@ -2205,13 +2207,13 @@ function Nr() {
2205
2207
  this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow = mi(this.actualWindowPromise, {
2206
2208
  send: n,
2207
2209
  id: this.getID()
2208
- }), V("winToProxyWindow").set(i, this);
2210
+ }), K("winToProxyWindow").set(i, this);
2209
2211
  }, t.awaitWindow = function() {
2210
2212
  return this.actualWindowPromise;
2211
2213
  }, t.matchWindow = function(i, r) {
2212
2214
  var n = this, f = r.send;
2213
- return x.try((function() {
2214
- return n.actualWindow ? i === n.actualWindow : x.hash({
2215
+ return D.try((function() {
2216
+ return n.actualWindow ? i === n.actualWindow : D.hash({
2215
2217
  proxyInstanceID: n.getInstanceID(),
2216
2218
  knownWindowInstanceID: Ci(i, {
2217
2219
  send: f
@@ -2228,37 +2230,37 @@ function Nr() {
2228
2230
  }, t.getInstanceID = function() {
2229
2231
  return this.serializedWindow.getInstanceID();
2230
2232
  }, t.shouldClean = function() {
2231
- return !!(this.actualWindow && H(this.actualWindow));
2233
+ return !!(this.actualWindow && k(this.actualWindow));
2232
2234
  }, t.serialize = function() {
2233
2235
  return this.serializedWindow;
2234
2236
  }, e.unwrap = function(i) {
2235
2237
  return e.isProxyWindow(i) ? i.unwrap() : i;
2236
2238
  }, e.serialize = function(i, r) {
2237
2239
  var n = r.send;
2238
- return ze(), e.toProxyWindow(i, {
2240
+ return He(), e.toProxyWindow(i, {
2239
2241
  send: n
2240
2242
  }).serialize();
2241
2243
  }, e.deserialize = function(i, r) {
2242
2244
  var n = r.send;
2243
- return ze(), q("idToProxyWindow").get(i.id) || new e({
2245
+ return He(), U("idToProxyWindow").get(i.id) || new e({
2244
2246
  serializedWindow: i,
2245
2247
  send: n
2246
2248
  });
2247
2249
  }, e.isProxyWindow = function(i) {
2248
- return !!(i && !te(i) && i.isProxyWindow);
2250
+ return !!(i && !de(i) && i.isProxyWindow);
2249
2251
  }, e.toProxyWindow = function(i, r) {
2250
2252
  var n = r.send;
2251
- if (ze(), e.isProxyWindow(i)) return i;
2253
+ if (He(), e.isProxyWindow(i)) return i;
2252
2254
  var f = i;
2253
- return V("winToProxyWindow").get(f) || new e({
2255
+ return K("winToProxyWindow").get(f) || new e({
2254
2256
  win: f,
2255
2257
  send: n
2256
2258
  });
2257
2259
  }, e;
2258
2260
  })();
2259
- function He(e, t, i, r, n) {
2260
- var f = V("methodStore"), c = q("proxyWindowMethods");
2261
- X.isProxyWindow(r) ? c.set(e, {
2261
+ function Ge(e, t, i, r, n) {
2262
+ var f = K("methodStore"), c = U("proxyWindowMethods");
2263
+ Z.isProxyWindow(r) ? c.set(e, {
2262
2264
  val: t,
2263
2265
  name: i,
2264
2266
  domain: n,
@@ -2273,7 +2275,7 @@ function Nr() {
2273
2275
  });
2274
2276
  }
2275
2277
  function yi(e, t) {
2276
- var i = V("methodStore"), r = q("proxyWindowMethods");
2278
+ var i = K("methodStore"), r = U("proxyWindowMethods");
2277
2279
  return i.getOrSet(e, (function() {
2278
2280
  return {};
2279
2281
  }))[t] || r.get(t);
@@ -2282,53 +2284,53 @@ function Nr() {
2282
2284
  c = (f = {
2283
2285
  on: n.on,
2284
2286
  send: n.send
2285
- }).on, u = f.send, q("builtinListeners").getOrSet("functionCalls", (function() {
2287
+ }).on, u = f.send, U("builtinListeners").getOrSet("functionCalls", (function() {
2286
2288
  return c("postrobot_method", {
2287
2289
  domain: "*"
2288
2290
  }, (function(P) {
2289
2291
  var h = P.source, C = P.origin, m = P.data, w = m.id, v = m.name, b = yi(h, w);
2290
- if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + O(window));
2291
- var A = b.source, B = b.domain, L = b.val;
2292
- return x.try((function() {
2293
- if (!J(B, C)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(Fe(b.domain) ? b.domain.source : b.domain) + " does not match origin " + C + " in " + O(window));
2294
- if (X.isProxyWindow(A)) return A.matchWindow(h, {
2292
+ if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + M(window));
2293
+ var _ = b.source, F = b.domain, N = b.val;
2294
+ return D.try((function() {
2295
+ 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));
2296
+ if (Z.isProxyWindow(_)) return _.matchWindow(h, {
2295
2297
  send: u
2296
- }).then((function(_) {
2297
- if (!_) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + O(window));
2298
+ }).then((function(L) {
2299
+ if (!L) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + M(window));
2298
2300
  }));
2299
2301
  })).then((function() {
2300
- return L.apply({
2302
+ return N.apply({
2301
2303
  source: h,
2302
2304
  origin: C
2303
2305
  }, m.args);
2304
- }), (function(_) {
2305
- return x.try((function() {
2306
- if (L.onError) return L.onError(_);
2306
+ }), (function(L) {
2307
+ return D.try((function() {
2308
+ if (N.onError) return N.onError(L);
2307
2309
  })).then((function() {
2308
- throw _.stack && (_.stack = "Remote call to " + v + "(" + (function(z) {
2309
- return z === void 0 && (z = []), (E = z, [].slice.call(E)).map((function(N) {
2310
- 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 + ">";
2310
+ throw L.stack && (L.stack = "Remote call to " + v + "(" + (function(q) {
2311
+ return q === void 0 && (q = []), (R = q, [].slice.call(R)).map((function(O) {
2312
+ 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 + ">";
2311
2313
  })).join(", ");
2312
- var E;
2314
+ var R;
2313
2315
  })(m.args) + `) failed
2314
2316
 
2315
- ` + _.stack), _;
2317
+ ` + L.stack), L;
2316
2318
  }));
2317
- })).then((function(_) {
2319
+ })).then((function(L) {
2318
2320
  return {
2319
- result: _,
2321
+ result: L,
2320
2322
  id: w,
2321
2323
  name: v
2322
2324
  };
2323
2325
  }));
2324
2326
  }));
2325
2327
  }));
2326
- var f, c, u, l = i.__id__ || ne();
2327
- e = X.unwrap(e);
2328
+ var f, c, u, l = i.__id__ || re();
2329
+ e = Z.unwrap(e);
2328
2330
  var p = i.__name__ || i.name || r;
2329
- 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) {
2330
- He(l, i, p, P, t);
2331
- }))) : He(l, i, p, e, t), pe("cross_domain_function", {
2331
+ 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) {
2332
+ Ge(l, i, p, P, t);
2333
+ }))) : Ge(l, i, p, e, t), pe("cross_domain_function", {
2332
2334
  id: l,
2333
2335
  name: p
2334
2336
  });
@@ -2339,7 +2341,7 @@ function Nr() {
2339
2341
  l === void 0 && (l = at);
2340
2342
  var p = JSON.stringify(u, (function(P) {
2341
2343
  var h = this[P];
2342
- if (qe(this)) return h;
2344
+ if (ze(this)) return h;
2343
2345
  var C = Pi(h);
2344
2346
  if (!C) return h;
2345
2347
  var m = l[C] || st[C];
@@ -2366,7 +2368,7 @@ function Nr() {
2366
2368
  send: c
2367
2369
  });
2368
2370
  }, n.object = function(u) {
2369
- return te(u) || X.isProxyWindow(u) ? pe("cross_domain_window", X.serialize(u, {
2371
+ return de(u) || Z.isProxyWindow(u) ? pe("cross_domain_window", Z.serialize(u, {
2370
2372
  send: c
2371
2373
  })) : u;
2372
2374
  }, n));
@@ -2375,53 +2377,53 @@ function Nr() {
2375
2377
  var n, f = r.send;
2376
2378
  return (function(c, u) {
2377
2379
  if (u === void 0 && (u = ft), c !== "undefined") return JSON.parse(c, (function(l, p) {
2378
- if (qe(this)) return p;
2380
+ if (ze(this)) return p;
2379
2381
  var P, h;
2380
- if (qe(p) ? (P = p.__type__, h = p.__val__) : (P = Pi(p), h = p), !P) return h;
2382
+ if (ze(p) ? (P = p.__type__, h = p.__val__) : (P = Pi(p), h = p), !P) return h;
2381
2383
  var C = u[P] || dt[P];
2382
2384
  return C ? C(h, l) : h;
2383
2385
  }));
2384
2386
  })(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
2385
2387
  return (function(u, l, p) {
2386
- return new x(p.then);
2388
+ return new D(p.then);
2387
2389
  })(0, 0, c);
2388
2390
  }, n.cross_domain_function = function(c) {
2389
2391
  return (function(u, l, p, P) {
2390
2392
  var h = p.id, C = p.name, m = P.send, w = function(b) {
2391
2393
  b === void 0 && (b = {});
2392
- function A() {
2393
- var B = arguments;
2394
- return X.toProxyWindow(u, {
2394
+ function _() {
2395
+ var F = arguments;
2396
+ return Z.toProxyWindow(u, {
2395
2397
  send: m
2396
- }).awaitWindow().then((function(L) {
2397
- var _ = yi(L, h);
2398
- if (_ && _.val !== A) return _.val.apply({
2398
+ }).awaitWindow().then((function(N) {
2399
+ var L = yi(N, h);
2400
+ if (L && L.val !== _) return L.val.apply({
2399
2401
  source: window,
2400
- origin: O()
2401
- }, B);
2402
- var z = [].slice.call(B);
2403
- return b.fireAndForget ? m(L, "postrobot_method", {
2402
+ origin: M()
2403
+ }, F);
2404
+ var q = [].slice.call(F);
2405
+ return b.fireAndForget ? m(N, "postrobot_method", {
2404
2406
  id: h,
2405
2407
  name: C,
2406
- args: z
2408
+ args: q
2407
2409
  }, {
2408
2410
  domain: l,
2409
2411
  fireAndForget: !0
2410
- }) : m(L, "postrobot_method", {
2412
+ }) : m(N, "postrobot_method", {
2411
2413
  id: h,
2412
2414
  name: C,
2413
- args: z
2415
+ args: q
2414
2416
  }, {
2415
2417
  domain: l,
2416
2418
  fireAndForget: !1
2417
- }).then((function(E) {
2418
- return E.data.result;
2419
+ }).then((function(R) {
2420
+ return R.data.result;
2419
2421
  }));
2420
- })).catch((function(L) {
2421
- throw L;
2422
+ })).catch((function(N) {
2423
+ throw N;
2422
2424
  }));
2423
2425
  }
2424
- return A.__name__ = C, A.__origin__ = l, A.__source__ = u, A.__id__ = h, A.origin = l, A;
2426
+ return _.__name__ = C, _.__origin__ = l, _.__source__ = u, _.__id__ = h, _.origin = l, _;
2425
2427
  }, v = w();
2426
2428
  return v.fireAndForget = w({
2427
2429
  fireAndForget: !0
@@ -2430,32 +2432,32 @@ function Nr() {
2430
2432
  send: f
2431
2433
  });
2432
2434
  }, n.cross_domain_window = function(c) {
2433
- return X.deserialize(c, {
2435
+ return Z.deserialize(c, {
2434
2436
  send: f
2435
2437
  });
2436
2438
  }, n));
2437
2439
  }
2438
- var Ge = {};
2439
- Ge.postrobot_post_message = function(e, t, i) {
2440
+ var Ve = {};
2441
+ Ve.postrobot_post_message = function(e, t, i) {
2440
2442
  i.indexOf("file:") === 0 && (i = "*"), e.postMessage(t, i);
2441
2443
  };
2442
- function Ve(e, t, i, r) {
2444
+ function Ke(e, t, i, r) {
2443
2445
  var n = r.on, f = r.send;
2444
- return x.try((function() {
2445
- var c = V().getOrSet(e, (function() {
2446
+ return D.try((function() {
2447
+ var c = K().getOrSet(e, (function() {
2446
2448
  return {};
2447
2449
  }));
2448
- return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || x.flush().then((function() {
2449
- if (H(e)) throw new Error("Window is closed");
2450
+ return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || D.flush().then((function() {
2451
+ if (k(e)) throw new Error("Window is closed");
2450
2452
  var u = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2451
2453
  on: n,
2452
2454
  send: f
2453
2455
  }), l;
2454
2456
  delete c.buffer;
2455
- for (var p = Object.keys(Ge), P = [], h = 0; h < p.length; h++) {
2457
+ for (var p = Object.keys(Ve), P = [], h = 0; h < p.length; h++) {
2456
2458
  var C = p[h];
2457
2459
  try {
2458
- Ge[C](e, u, t);
2460
+ Ve[C](e, u, t);
2459
2461
  } catch (m) {
2460
2462
  P.push(m);
2461
2463
  }
@@ -2463,7 +2465,7 @@ function Nr() {
2463
2465
  if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
2464
2466
 
2465
2467
  ` + P.map((function(m, w) {
2466
- return w + ". " + $e(m);
2468
+ return w + ". " + ve(m);
2467
2469
  })).join(`
2468
2470
 
2469
2471
  `));
@@ -2473,18 +2475,18 @@ function Nr() {
2473
2475
  })).then(ce);
2474
2476
  }
2475
2477
  function wi(e) {
2476
- return q("responseListeners").get(e);
2478
+ return U("responseListeners").get(e);
2477
2479
  }
2478
2480
  function Ii(e) {
2479
- q("responseListeners").del(e);
2481
+ U("responseListeners").del(e);
2480
2482
  }
2481
2483
  function Ti(e) {
2482
- return q("erroredResponseListeners").has(e);
2484
+ return U("erroredResponseListeners").has(e);
2483
2485
  }
2484
2486
  function Ei(e) {
2485
- var t = e.name, i = e.win, r = e.domain, n = V("requestListeners");
2487
+ var t = e.name, i = e.win, r = e.domain, n = K("requestListeners");
2486
2488
  if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
2487
- for (var f = 0, c = [i, De()]; f < c.length; f++) {
2489
+ for (var f = 0, c = [i, Ae()]; f < c.length; f++) {
2488
2490
  var u = c[f];
2489
2491
  if (u) {
2490
2492
  var l = n.get(u);
@@ -2495,7 +2497,7 @@ function Nr() {
2495
2497
  if (p[r]) return p[r];
2496
2498
  if (p.__domain_regex__) for (var P = 0, h = p.__domain_regex__; P < h.length; P++) {
2497
2499
  var C = h[P], m = C.listener;
2498
- if (J(C.regex, r)) return m;
2500
+ if (Y(C.regex, r)) return m;
2499
2501
  }
2500
2502
  }
2501
2503
  if (p["*"]) return p["*"];
@@ -2511,11 +2513,11 @@ function Nr() {
2511
2513
  domain: t
2512
2514
  }), u = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2513
2515
  function l(p, P, h) {
2514
- return x.flush().then((function() {
2515
- if (!i.fireAndForget && !H(e)) try {
2516
- return Ve(e, t, {
2517
- id: ne(),
2518
- origin: O(window),
2516
+ return D.flush().then((function() {
2517
+ if (!i.fireAndForget && !k(e)) try {
2518
+ return Ke(e, t, {
2519
+ id: re(),
2520
+ origin: M(window),
2519
2521
  type: "postrobot_message_response",
2520
2522
  hash: i.hash,
2521
2523
  name: i.name,
@@ -2527,17 +2529,17 @@ function Nr() {
2527
2529
  send: f
2528
2530
  });
2529
2531
  } catch (C) {
2530
- throw new Error("Send response message failed for " + u + " in " + O() + `
2532
+ throw new Error("Send response message failed for " + u + " in " + M() + `
2531
2533
 
2532
- ` + $e(C));
2534
+ ` + ve(C));
2533
2535
  }
2534
2536
  }));
2535
2537
  }
2536
- return x.all([x.flush().then((function() {
2537
- if (!i.fireAndForget && !H(e)) try {
2538
- return Ve(e, t, {
2539
- id: ne(),
2540
- origin: O(window),
2538
+ return D.all([D.flush().then((function() {
2539
+ if (!i.fireAndForget && !k(e)) try {
2540
+ return Ke(e, t, {
2541
+ id: re(),
2542
+ origin: M(window),
2541
2543
  type: "postrobot_message_ack",
2542
2544
  hash: i.hash,
2543
2545
  name: i.name
@@ -2546,11 +2548,11 @@ function Nr() {
2546
2548
  send: f
2547
2549
  });
2548
2550
  } catch (p) {
2549
- throw new Error("Send ack message failed for " + u + " in " + O() + `
2551
+ throw new Error("Send ack message failed for " + u + " in " + M() + `
2550
2552
 
2551
- ` + $e(p));
2553
+ ` + ve(p));
2552
2554
  }
2553
- })), x.try((function() {
2555
+ })), D.try((function() {
2554
2556
  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);
2555
2557
  return c.handler({
2556
2558
  source: e,
@@ -2571,7 +2573,7 @@ function Nr() {
2571
2573
  var r = wi(i.hash);
2572
2574
  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);
2573
2575
  try {
2574
- if (!J(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
2576
+ if (!Y(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
2575
2577
  if (e !== r.win) throw new Error("Ack source does not match registered window");
2576
2578
  } catch (n) {
2577
2579
  r.promise.reject(n);
@@ -2583,7 +2585,7 @@ function Nr() {
2583
2585
  if (!Ti(i.hash)) {
2584
2586
  var r = wi(i.hash);
2585
2587
  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);
2586
- 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()));
2588
+ 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()));
2587
2589
  var n;
2588
2590
  if (e !== r.win) throw new Error("Response source does not match registered window");
2589
2591
  Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
@@ -2594,7 +2596,7 @@ function Nr() {
2594
2596
  }
2595
2597
  }
2596
2598
  function Ri(e, t) {
2597
- var i = t.on, r = t.send, n = q("receivedMessages");
2599
+ var i = t.on, r = t.send, n = U("receivedMessages");
2598
2600
  try {
2599
2601
  if (!window || window.closed || !e.source) return;
2600
2602
  } catch (P) {
@@ -2607,12 +2609,12 @@ function Nr() {
2607
2609
  on: w,
2608
2610
  send: v
2609
2611
  });
2610
- } catch (B) {
2612
+ } catch (F) {
2611
2613
  return;
2612
2614
  }
2613
2615
  if (b && typeof b == "object" && b !== null) {
2614
- var A = b.__post_robot_10_0_46__;
2615
- if (Array.isArray(A)) return A;
2616
+ var _ = b.__post_robot_10_0_46__;
2617
+ if (Array.isArray(_)) return _;
2616
2618
  }
2617
2619
  })(e.data, f, c, {
2618
2620
  on: i,
@@ -2622,7 +2624,7 @@ function Nr() {
2622
2624
  gi(f);
2623
2625
  for (var l = 0; l < u.length; l++) {
2624
2626
  var p = u[l];
2625
- if (n.has(p.id) || (n.set(p.id, !0), H(f) && !p.fireAndForget)) return;
2627
+ if (n.has(p.id) || (n.set(p.id, !0), k(f) && !p.fireAndForget)) return;
2626
2628
  p.origin.indexOf("file:") === 0 && (c = "file://");
2627
2629
  try {
2628
2630
  p.type === "postrobot_message_request" ? ct(f, c, p, {
@@ -2641,20 +2643,20 @@ function Nr() {
2641
2643
  if (!e) throw new Error("Expected name");
2642
2644
  if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
2643
2645
  var r = (function n(f, c) {
2644
- var u = f.name, l = f.win, p = f.domain, P = V("requestListeners");
2646
+ var u = f.name, l = f.win, p = f.domain, P = K("requestListeners");
2645
2647
  if (!u || typeof u != "string") throw new Error("Name required to add request listener");
2646
- if (l && l !== "*" && X.isProxyWindow(l)) {
2647
- var h = l.awaitWindow().then((function(j) {
2648
+ if (l && l !== "*" && Z.isProxyWindow(l)) {
2649
+ var h = l.awaitWindow().then((function(B) {
2648
2650
  return n({
2649
2651
  name: u,
2650
- win: j,
2652
+ win: B,
2651
2653
  domain: p
2652
2654
  }, c);
2653
2655
  }));
2654
2656
  return {
2655
2657
  cancel: function() {
2656
- h.then((function(j) {
2657
- return j.cancel();
2658
+ h.then((function(B) {
2659
+ return B.cancel();
2658
2660
  }), ce);
2659
2661
  }
2660
2662
  };
@@ -2668,43 +2670,43 @@ function Nr() {
2668
2670
  }, c));
2669
2671
  return {
2670
2672
  cancel: function() {
2671
- for (var j = 0; j < m.length; j++) m[j].cancel();
2673
+ for (var B = 0; B < m.length; B++) m[B].cancel();
2672
2674
  }
2673
2675
  };
2674
2676
  }
2675
2677
  if (Array.isArray(p)) {
2676
- for (var b = [], A = 0, B = p; A < B.length; A++) b.push(n({
2678
+ for (var b = [], _ = 0, F = p; _ < F.length; _++) b.push(n({
2677
2679
  name: u,
2678
2680
  win: C,
2679
- domain: B[A]
2681
+ domain: F[_]
2680
2682
  }, c));
2681
2683
  return {
2682
2684
  cancel: function() {
2683
- for (var j = 0; j < b.length; j++) b[j].cancel();
2685
+ for (var B = 0; B < b.length; B++) b[B].cancel();
2684
2686
  }
2685
2687
  };
2686
2688
  }
2687
- var L = Ei({
2689
+ var N = Ei({
2688
2690
  name: u,
2689
2691
  win: C,
2690
2692
  domain: p
2691
2693
  });
2692
- C && C !== "*" || (C = De());
2693
- var _ = (p = p || "*").toString();
2694
- if (L) throw C && p ? new Error("Request listener already exists for " + u + " on domain " + p.toString() + " for " + (C === De() ? "wildcard" : "specified") + " window") : C ? new Error("Request listener already exists for " + u + " for " + (C === 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);
2695
- var z = P.getOrSet(C, (function() {
2694
+ C && C !== "*" || (C = Ae());
2695
+ var L = (p = p || "*").toString();
2696
+ 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);
2697
+ var q = P.getOrSet(C, (function() {
2696
2698
  return {};
2697
- })), E = ve(z, u, (function() {
2699
+ })), R = be(q, u, (function() {
2698
2700
  return {};
2699
- })), N, ee;
2700
- return Fe(p) ? (N = ve(E, "__domain_regex__", (function() {
2701
+ })), O, X;
2702
+ return Ue(p) ? (O = be(R, "__domain_regex__", (function() {
2701
2703
  return [];
2702
- }))).push(ee = {
2704
+ }))).push(X = {
2703
2705
  regex: p,
2704
2706
  listener: c
2705
- }) : E[_] = c, {
2707
+ }) : R[L] = c, {
2706
2708
  cancel: function() {
2707
- delete E[_], ee && (N.splice(N.indexOf(ee, 1)), N.length || delete E.__domain_regex__), Object.keys(E).length || delete z[u], C && !Object.keys(z).length && P.del(C);
2709
+ 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);
2708
2710
  }
2709
2711
  };
2710
2712
  })({
@@ -2725,23 +2727,23 @@ function Nr() {
2725
2727
  }
2726
2728
  function St(e, t, i) {
2727
2729
  typeof (t = t || {}) == "function" && (i = t, t = {});
2728
- var r = new x(), n;
2730
+ var r = new D(), n;
2729
2731
  return t.errorHandler = function(f) {
2730
2732
  n.cancel(), r.reject(f);
2731
2733
  }, n = le(e, t, (function(f) {
2732
2734
  if (n.cancel(), r.resolve(f), i) return i(f);
2733
2735
  })), r.cancel = n.cancel, r;
2734
2736
  }
2735
- var de = function e(t, i, r, n) {
2737
+ var se = function e(t, i, r, n) {
2736
2738
  var f = (n = n || {}).domain || "*", c = n.timeout || -1, u = n.timeout || 5e3, l = n.fireAndForget || !1;
2737
- return X.toProxyWindow(t, {
2739
+ return Z.toProxyWindow(t, {
2738
2740
  send: e
2739
2741
  }).awaitWindow().then((function(p) {
2740
- return x.try((function() {
2742
+ return D.try((function() {
2741
2743
  if ((function(P, h, C) {
2742
2744
  if (!P) throw new Error("Expected name");
2743
- if (typeof C != "string" && !Array.isArray(C) && !Fe(C)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(C) + " to be a string, array, or regex");
2744
- if (H(h)) throw new Error("Can not send " + P + ". Target window is closed");
2745
+ 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");
2746
+ if (k(h)) throw new Error("Can not send " + P + ". Target window is closed");
2745
2747
  })(i, p, f), (function(P, h) {
2746
2748
  var C = ae(h);
2747
2749
  if (C) return C === P;
@@ -2749,40 +2751,40 @@ function Nr() {
2749
2751
  v === void 0 && (v = window);
2750
2752
  try {
2751
2753
  if (v.top) return v.top;
2752
- } catch (L) {
2754
+ } catch (N) {
2753
2755
  }
2754
- if (k(v) === v) return v;
2756
+ if (E(v) === v) return v;
2755
2757
  try {
2756
- if (re(window, v) && window.top) return window.top;
2757
- } catch (L) {
2758
+ if (ie(window, v) && window.top) return window.top;
2759
+ } catch (N) {
2758
2760
  }
2759
2761
  try {
2760
- if (re(v, window) && window.top) return window.top;
2761
- } catch (L) {
2762
+ if (ie(v, window) && window.top) return window.top;
2763
+ } catch (N) {
2762
2764
  }
2763
- for (var b = 0, A = (function L(_) {
2764
- for (var z = [], E = 0, N = se(_); E < N.length; E++) {
2765
- var ee = N[E];
2766
- z.push(ee);
2767
- for (var j = 0, we = L(ee); j < we.length; j++) z.push(we[j]);
2765
+ for (var b = 0, _ = (function N(L) {
2766
+ for (var q = [], R = 0, O = te(L); R < O.length; R++) {
2767
+ var X = O[R];
2768
+ q.push(X);
2769
+ for (var B = 0, Ie = N(X); B < Ie.length; B++) q.push(Ie[B]);
2768
2770
  }
2769
- return z;
2770
- })(v); b < A.length; b++) {
2771
- var B = A[b];
2771
+ return q;
2772
+ })(v); b < _.length; b++) {
2773
+ var F = _[b];
2772
2774
  try {
2773
- if (B.top) return B.top;
2774
- } catch (L) {
2775
+ if (F.top) return F.top;
2776
+ } catch (N) {
2775
2777
  }
2776
- if (k(B) === B) return B;
2778
+ if (E(F) === F) return F;
2777
2779
  }
2778
2780
  })(h) === h) return !1;
2779
- for (var m = 0, w = se(P); m < w.length; m++) if (w[m] === h) return !0;
2781
+ for (var m = 0, w = te(P); m < w.length; m++) if (w[m] === h) return !0;
2780
2782
  return !1;
2781
2783
  })(window, p)) return (function(P, h, C) {
2782
2784
  h === void 0 && (h = 5e3), C === void 0 && (C = "Window");
2783
2785
  var m = (function(w) {
2784
- return V("helloPromises").getOrSet(w, (function() {
2785
- return new x();
2786
+ return K("helloPromises").getOrSet(w, (function() {
2787
+ return new D();
2786
2788
  }));
2787
2789
  })(P);
2788
2790
  return h !== -1 && (m = m.timeout(h, new Error(C + " did not load after " + h + "ms"))), m;
@@ -2790,15 +2792,15 @@ function Nr() {
2790
2792
  })).then((function(P) {
2791
2793
  return (function(h, C, m, w) {
2792
2794
  var v = w.send;
2793
- return x.try((function() {
2794
- return typeof C == "string" ? C : x.try((function() {
2795
- return m || Ue(h, {
2795
+ return D.try((function() {
2796
+ return typeof C == "string" ? C : D.try((function() {
2797
+ return m || qe(h, {
2796
2798
  send: v
2797
2799
  }).then((function(b) {
2798
2800
  return b.domain;
2799
2801
  }));
2800
2802
  })).then((function(b) {
2801
- if (!J(C, C)) throw new Error("Domain " + fi(C) + " does not match " + fi(C));
2803
+ if (!Y(C, C)) throw new Error("Domain " + fi(C) + " does not match " + fi(C));
2802
2804
  return b;
2803
2805
  }));
2804
2806
  }));
@@ -2806,7 +2808,7 @@ function Nr() {
2806
2808
  send: e
2807
2809
  });
2808
2810
  })).then((function(P) {
2809
- var h = P, C = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new x(), w = i + "_" + ne();
2811
+ var h = P, C = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new D(), w = i + "_" + re();
2810
2812
  if (!l) {
2811
2813
  var v = {
2812
2814
  name: i,
@@ -2814,42 +2816,42 @@ function Nr() {
2814
2816
  domain: h,
2815
2817
  promise: m
2816
2818
  };
2817
- (function(E, N) {
2818
- q("responseListeners").set(E, N);
2819
+ (function(R, O) {
2820
+ U("responseListeners").set(R, O);
2819
2821
  })(w, v);
2820
- var b = V("requestPromises").getOrSet(p, (function() {
2822
+ var b = K("requestPromises").getOrSet(p, (function() {
2821
2823
  return [];
2822
2824
  }));
2823
2825
  b.push(m), m.catch((function() {
2824
- (function(E) {
2825
- q("erroredResponseListeners").set(E, !0);
2826
+ (function(R) {
2827
+ U("erroredResponseListeners").set(R, !0);
2826
2828
  })(w), Ii(w);
2827
2829
  }));
2828
- var A = (function(E) {
2829
- return V("knownWindows").get(E, !1);
2830
- })(p) ? 1e4 : 2e3, B = c, L = A, _ = B, z = (function(E, N) {
2831
- var ee;
2832
- return (function j() {
2833
- ee = setTimeout((function() {
2830
+ var _ = (function(R) {
2831
+ return K("knownWindows").get(R, !1);
2832
+ })(p) ? 1e4 : 2e3, F = c, N = _, L = F, q = (function(R, O) {
2833
+ var X;
2834
+ return (function B() {
2835
+ X = setTimeout((function() {
2834
2836
  (function() {
2835
- if (H(p)) return m.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2837
+ if (k(p)) return m.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2836
2838
  if (v.cancelled) return m.reject(new Error("Response listener was cancelled for " + i));
2837
- L = Math.max(L - 500, 0), _ !== -1 && (_ = Math.max(_ - 500, 0)), v.ack || L !== 0 ? _ === 0 && m.reject(new Error("No response for postMessage " + C + " in " + O() + " in " + B + "ms")) : m.reject(new Error("No ack for postMessage " + C + " in " + O() + " in " + A + "ms"));
2838
- })(), j();
2839
+ 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"));
2840
+ })(), B();
2839
2841
  }), 500);
2840
2842
  })(), {
2841
2843
  cancel: function() {
2842
- clearTimeout(ee);
2844
+ clearTimeout(X);
2843
2845
  }
2844
2846
  };
2845
2847
  })();
2846
2848
  m.finally((function() {
2847
- z.cancel(), b.splice(b.indexOf(m, 1));
2849
+ q.cancel(), b.splice(b.indexOf(m, 1));
2848
2850
  })).catch(ce);
2849
2851
  }
2850
- return Ve(p, h, {
2851
- id: ne(),
2852
- origin: O(window),
2852
+ return Ke(p, h, {
2853
+ id: re(),
2854
+ origin: M(window),
2853
2855
  type: "postrobot_message_request",
2854
2856
  hash: w,
2855
2857
  name: i,
@@ -2860,10 +2862,10 @@ function Nr() {
2860
2862
  send: e
2861
2863
  }).then((function() {
2862
2864
  return l ? m.resolve() : m;
2863
- }), (function(E) {
2864
- throw new Error("Send request message failed for " + C + " in " + O() + `
2865
+ }), (function(R) {
2866
+ throw new Error("Send request message failed for " + C + " in " + M() + `
2865
2867
 
2866
- ` + $e(E));
2868
+ ` + ve(R));
2867
2869
  }));
2868
2870
  }));
2869
2871
  }));
@@ -2871,37 +2873,37 @@ function Nr() {
2871
2873
  function ut(e, t, i) {
2872
2874
  return vi(e, t, i, {
2873
2875
  on: le,
2874
- send: de
2876
+ send: se
2875
2877
  });
2876
2878
  }
2877
2879
  function ht(e, t, i) {
2878
2880
  return bi(e, t, i, {
2879
- send: de
2881
+ send: se
2880
2882
  });
2881
2883
  }
2882
2884
  function Ct(e) {
2883
- return new X({
2884
- send: de,
2885
+ return new Z({
2886
+ send: se,
2885
2887
  win: e
2886
2888
  });
2887
2889
  }
2888
2890
  function gt(e) {
2889
- return X.toProxyWindow(e, {
2890
- send: de
2891
+ return Z.toProxyWindow(e, {
2892
+ send: se
2891
2893
  });
2892
2894
  }
2893
2895
  function ki() {
2894
- be().initialized || (be().initialized = !0, t = (e = {
2896
+ we().initialized || (we().initialized = !0, t = (e = {
2895
2897
  on: le,
2896
- send: de
2897
- }).on, i = e.send, (r = be()).receiveMessage = r.receiveMessage || function(n) {
2898
+ send: se
2899
+ }).on, i = e.send, (r = we()).receiveMessage = r.receiveMessage || function(n) {
2898
2900
  return Ri(n, {
2899
2901
  on: t,
2900
2902
  send: i
2901
2903
  });
2902
2904
  }, (function(n) {
2903
2905
  var f = n.on, c = n.send;
2904
- q().getOrSet("postMessageListener", (function() {
2906
+ U().getOrSet("postMessageListener", (function() {
2905
2907
  return (function(u, l, p) {
2906
2908
  return u.addEventListener("message", p), {
2907
2909
  cancel: function() {
@@ -2911,7 +2913,7 @@ function Nr() {
2911
2913
  })(window, 0, (function(u) {
2912
2914
  (function(l, p) {
2913
2915
  var P = p.on, h = p.send;
2914
- x.try((function() {
2916
+ D.try((function() {
2915
2917
  var C = l.source || l.sourceElement, m = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
2916
2918
  if (m === "null" && (m = "file://"), C) {
2917
2919
  if (!m) throw new Error("Post message did not have origin domain");
@@ -2933,10 +2935,10 @@ function Nr() {
2933
2935
  }));
2934
2936
  })({
2935
2937
  on: le,
2936
- send: de
2938
+ send: se
2937
2939
  }), (function(n) {
2938
2940
  var f = n.on, c = n.send;
2939
- q("builtinListeners").getOrSet("helloListener", (function() {
2941
+ U("builtinListeners").getOrSet("helloListener", (function() {
2940
2942
  var u = f("postrobot_hello", {
2941
2943
  domain: "*"
2942
2944
  }, (function(p) {
@@ -2946,41 +2948,41 @@ function Nr() {
2946
2948
  instanceID: ui()
2947
2949
  };
2948
2950
  })), l = ae();
2949
- return l && Ue(l, {
2951
+ return l && qe(l, {
2950
2952
  send: c
2951
2953
  }).catch((function(p) {
2952
2954
  })), u;
2953
2955
  }));
2954
2956
  })({
2955
2957
  on: le,
2956
- send: de
2958
+ send: se
2957
2959
  }));
2958
2960
  var e, t, i, r;
2959
2961
  }
2960
2962
  function Pt() {
2961
2963
  (function() {
2962
- for (var t = q("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2964
+ for (var t = U("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2963
2965
  var n = r[i], f = t.get(n);
2964
2966
  f && (f.cancelled = !0), t.del(n);
2965
2967
  }
2966
- })(), (e = q().get("postMessageListener")) && e.cancel();
2968
+ })(), (e = U().get("postMessageListener")) && e.cancel();
2967
2969
  var e;
2968
2970
  delete window.__post_robot_10_0_46__;
2969
2971
  }
2970
2972
  var mt = !0;
2971
2973
  function yt(e) {
2972
- 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);
2974
+ 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);
2973
2975
  }
2974
2976
  ki();
2975
2977
  }]);
2976
2978
  }));
2977
- })(_e)), _e.exports;
2979
+ })(Le)), Le.exports;
2978
2980
  }
2979
2981
  var Vi;
2980
2982
  function Or() {
2981
2983
  return Vi || (Vi = 1, (function(o) {
2982
2984
  o.exports = Nr(), o.exports.default = o.exports;
2983
- })(Qe)), Qe.exports;
2985
+ })(Ze)), Ze.exports;
2984
2986
  }
2985
2987
  var Xi = Or();
2986
2988
  const Wr = /* @__PURE__ */ _r(Xi), he = /* @__PURE__ */ Et({
@@ -2990,11 +2992,11 @@ const Wr = /* @__PURE__ */ _r(Xi), he = /* @__PURE__ */ Et({
2990
2992
  export {
2991
2993
  Ki as ConsentBox,
2992
2994
  Yi as ConsentFormBox,
2993
- Ze as DisclosureRequestBox,
2995
+ Xe as DisclosureRequestBox,
2994
2996
  Ji as PrivacyCenterBox,
2995
2997
  jr as SoyioTypes,
2996
2998
  Br as SoyioWidget,
2997
- ei as _TooltipManager,
2999
+ ii as _TooltipManager,
2998
3000
  Fr as appearanceSchema,
2999
3001
  Ur as configSchema,
3000
3002
  Br as default