@soyio/soyio-widget 3.7.2 → 3.8.0

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