@soyio/soyio-widget 3.4.0 → 3.5.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,70 +1,70 @@
1
- var mt = Object.defineProperty, $t = Object.defineProperties;
2
- var yt = Object.getOwnPropertyDescriptors;
3
- var De = Object.getOwnPropertySymbols, vt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, bt = Reflect.get;
1
+ var yt = Object.defineProperty, $t = Object.defineProperties;
2
+ var vt = Object.getOwnPropertyDescriptors;
3
+ var Ae = Object.getOwnPropertySymbols, bt = Object.getPrototypeOf, xi = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, wt = Reflect.get;
4
4
  var Ai = (o) => {
5
5
  throw TypeError(o);
6
6
  };
7
- var Ke = (o, s, a) => s in o ? mt(o, s, { enumerable: !0, configurable: !0, writable: !0, value: a }) : o[s] = a, ye = (o, s) => {
8
- for (var a in s || (s = {}))
9
- Ei.call(s, a) && Ke(o, a, s[a]);
10
- if (De)
11
- for (var a of De(s))
12
- Di.call(s, a) && Ke(o, a, s[a]);
7
+ var Ke = (o, s, d) => s in o ? yt(o, s, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[s] = d, we = (o, s) => {
8
+ for (var d in s || (s = {}))
9
+ xi.call(s, d) && Ke(o, d, s[d]);
10
+ if (Ae)
11
+ for (var d of Ae(s))
12
+ Di.call(s, d) && Ke(o, d, s[d]);
13
13
  return o;
14
- }, Li = (o, s) => $t(o, yt(s));
14
+ }, Li = (o, s) => $t(o, vt(s));
15
15
  var _i = (o, s) => {
16
- var a = {};
17
- for (var f in o)
18
- Ei.call(o, f) && s.indexOf(f) < 0 && (a[f] = o[f]);
19
- if (o != null && De)
20
- for (var f of De(o))
21
- s.indexOf(f) < 0 && Di.call(o, f) && (a[f] = o[f]);
22
- return a;
16
+ var d = {};
17
+ for (var a in o)
18
+ xi.call(o, a) && s.indexOf(a) < 0 && (d[a] = o[a]);
19
+ if (o != null && Ae)
20
+ for (var a of Ae(o))
21
+ s.indexOf(a) < 0 && Di.call(o, a) && (d[a] = o[a]);
22
+ return d;
23
23
  };
24
- var R = (o, s, a) => Ke(o, typeof s != "symbol" ? s + "" : s, a), wt = (o, s, a) => s.has(o) || Ai("Cannot " + a);
25
- var Wi = (o, s, a) => s.has(o) ? Ai("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(o) : s.set(o, a);
26
- var Oi = (o, s, a) => (wt(o, s, "access private method"), a);
27
- var ve = (o, s, a) => bt(vt(o), a, s);
28
- var N = (o, s, a) => new Promise((f, u) => {
29
- var P = (I) => {
24
+ var R = (o, s, d) => Ke(o, typeof s != "symbol" ? s + "" : s, d), It = (o, s, d) => s.has(o) || Ai("Cannot " + d);
25
+ var Oi = (o, s, d) => s.has(o) ? Ai("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(o) : s.set(o, d);
26
+ var Ni = (o, s, d) => (It(o, s, "access private method"), d);
27
+ var le = (o, s, d) => wt(bt(o), d, s);
28
+ var O = (o, s, d) => new Promise((a, S) => {
29
+ var g = (I) => {
30
30
  try {
31
- y(a.next(I));
31
+ $(d.next(I));
32
32
  } catch (T) {
33
- u(T);
33
+ S(T);
34
34
  }
35
- }, $ = (I) => {
35
+ }, y = (I) => {
36
36
  try {
37
- y(a.throw(I));
37
+ $(d.throw(I));
38
38
  } catch (T) {
39
- u(T);
39
+ S(T);
40
40
  }
41
- }, y = (I) => I.done ? f(I.value) : Promise.resolve(I.value).then(P, $);
42
- y((a = a.apply(o, s)).next());
41
+ }, $ = (I) => I.done ? a(I.value) : Promise.resolve(I.value).then(g, y);
42
+ $((d = d.apply(o, s)).next());
43
43
  });
44
- function It(o, s) {
45
- for (var a = 0; a < s.length; a++) {
46
- const f = s[a];
47
- if (typeof f != "string" && !Array.isArray(f)) {
48
- for (const u in f)
49
- if (u !== "default" && !(u in o)) {
50
- const P = Object.getOwnPropertyDescriptor(f, u);
51
- P && Object.defineProperty(o, u, P.get ? P : {
44
+ function Tt(o, s) {
45
+ for (var d = 0; d < s.length; d++) {
46
+ const a = s[d];
47
+ if (typeof a != "string" && !Array.isArray(a)) {
48
+ for (const S in a)
49
+ if (S !== "default" && !(S in o)) {
50
+ const g = Object.getOwnPropertyDescriptor(a, S);
51
+ g && Object.defineProperty(o, S, g.get ? g : {
52
52
  enumerable: !0,
53
- get: () => f[u]
53
+ get: () => a[S]
54
54
  });
55
55
  }
56
56
  }
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), Ni = 200;
60
+ const _e = !!(typeof window != "undefined" && window.document && window.document.createElement), Wi = 200;
61
61
  class ei {
62
62
  constructor() {
63
63
  R(this, "tooltipElement", null);
64
64
  R(this, "tooltipContent", null);
65
65
  R(this, "tooltipClass", "soyio-tooltip");
66
66
  R(this, "hideTimeout", null);
67
- Le && this.createTooltipElement();
67
+ _e && this.createTooltipElement();
68
68
  }
69
69
  createTooltipElement() {
70
70
  const s = document.querySelector(`.${this.tooltipClass}`);
@@ -86,51 +86,51 @@ class ei {
86
86
  word-wrap: break-word;
87
87
  pointer-events: none;
88
88
  opacity: 0;
89
- transition: opacity ${Ni}ms ease, transform ${Ni}ms ease;
89
+ transition: opacity ${Wi}ms ease, transform ${Wi}ms ease;
90
90
  backdrop-filter: blur(5px);
91
91
  -webkit-backdrop-filter: blur(5px);
92
92
  transform: scale(0.95);
93
93
  `, this.tooltipContent = document.createElement("div"), this.tooltipContent.className = "soyio-tooltip-content", this.tooltipElement.appendChild(this.tooltipContent), document.body.appendChild(this.tooltipElement);
94
94
  }
95
- show(s, a, f) {
95
+ show(s, d, a) {
96
96
  if (!this.tooltipElement || !this.tooltipContent) return;
97
97
  this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = s, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
98
- const u = this.calculateOptimalPlacement(a, f);
99
- this.applyPlacement(u), requestAnimationFrame(() => {
98
+ const S = this.calculateOptimalPlacement(d, a);
99
+ this.applyPlacement(S), requestAnimationFrame(() => {
100
100
  this.tooltipElement && (this.tooltipElement.style.opacity = "1", this.tooltipElement.style.transform = "scale(1)");
101
101
  });
102
102
  }
103
- calculateOptimalPlacement(s, a) {
104
- const f = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: P, innerHeight: $ } = window, y = 4, I = {
103
+ calculateOptimalPlacement(s, d) {
104
+ const a = this.tooltipElement.offsetWidth, S = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: y } = window, $ = 4, I = {
105
105
  top: {
106
- top: a - u - y,
107
- left: s - f / 2,
106
+ top: d - S - $,
107
+ left: s - a / 2,
108
108
  placement: "top"
109
109
  },
110
110
  bottom: {
111
- top: a + y,
112
- left: s - f / 2,
111
+ top: d + $,
112
+ left: s - a / 2,
113
113
  placement: "bottom"
114
114
  },
115
115
  right: {
116
- top: a - u / 2,
117
- left: s + y,
116
+ top: d - S / 2,
117
+ left: s + $,
118
118
  placement: "right"
119
119
  },
120
120
  left: {
121
- top: a - u / 2,
122
- left: s - f - y,
121
+ top: d - S / 2,
122
+ left: s - a - $,
123
123
  placement: "left"
124
124
  }
125
125
  };
126
- for (const [, x] of Object.entries(I))
127
- if (ei.fitsInViewport(x, f, u, P, $))
128
- return x;
126
+ for (const [, E] of Object.entries(I))
127
+ if (ei.fitsInViewport(E, a, S, g, y))
128
+ return E;
129
129
  const T = I.top;
130
- return T.left = Math.max(y, Math.min(T.left, P - f - y)), T.top = Math.max(y, Math.min(T.top, $ - u - y)), T;
130
+ return T.left = Math.max($, Math.min(T.left, g - a - $)), T.top = Math.max($, Math.min(T.top, y - S - $)), T;
131
131
  }
132
- static fitsInViewport(s, a, f, u, P) {
133
- return s.top >= 0 && s.left >= 0 && s.top + f <= P && s.left + a <= u;
132
+ static fitsInViewport(s, d, a, S, g) {
133
+ return s.top >= 0 && s.left >= 0 && s.top + a <= g && s.left + d <= S;
134
134
  }
135
135
  applyPlacement(s) {
136
136
  this.tooltipElement && (this.tooltipElement.style.left = `${s.left}px`, this.tooltipElement.style.top = `${s.top}px`);
@@ -143,7 +143,7 @@ class ei {
143
143
  (s = this.tooltipElement) == null || s.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
144
144
  }
145
145
  }
146
- const Tt = "https://app.soyio.id", kt = "https://sandbox.soyio.id", Rt = "https://consent-embed.soyio.id", xt = "https://sandbox-consent-embed.soyio.id", Et = "https://privacy-center-embed.soyio.id", Dt = "https://sandbox-privacy-center-embed.soyio.id", At = [
146
+ const kt = "https://app.soyio.id", Rt = "https://sandbox.soyio.id", Et = "https://consent-embed.soyio.id", xt = "https://sandbox-consent-embed.soyio.id", Dt = "https://privacy-center-embed.soyio.id", At = "https://sandbox-privacy-center-embed.soyio.id", Lt = "https://forms.soyio.id", _t = [
147
147
  "DISCLOSURE_REQUEST_SUCCESSFUL",
148
148
  "IDENTITY_REGISTERED",
149
149
  "IDENTITY_SIGNATURE",
@@ -151,26 +151,28 @@ const Tt = "https://app.soyio.id", kt = "https://sandbox.soyio.id", Rt = "https:
151
151
  "DENIED_CAMERA_PERMISSION",
152
152
  "REJECTED_SIGNATURE",
153
153
  "CLOSE_POPUP"
154
- ], Lt = "WIDGET_CLOSED", _t = 420, Wt = 720, Ot = 500, Nt = {
154
+ ], Ot = "WIDGET_CLOSED", Nt = 420, Wt = 720, Mt = 500, Bt = {
155
155
  minWidth: "375px"
156
- }, Mt = {
156
+ }, jt = {
157
157
  minWidth: "0px"
158
- }, Bt = {
158
+ }, Ft = {
159
159
  minWidth: "375px"
160
+ }, Ut = {
161
+ minWidth: "320px"
160
162
  };
161
- function Mi(o, s, a) {
162
- return N(this, null, function* () {
163
+ function Mi(o, s, d) {
164
+ return O(this, null, function* () {
163
165
  if (!o.contentWindow)
164
166
  throw new Error("Invalid iframe: contentWindow is null");
165
- const f = yield Promise.resolve().then(() => Ie);
167
+ const a = yield Promise.resolve().then(() => ue);
166
168
  try {
167
- yield f.send(o.contentWindow, "SET_APPEARANCE", { appearance: s, identifier: a });
168
- } catch (u) {
169
- console.error("Failed to send appearance config:", u);
169
+ yield a.send(o.contentWindow, "SET_APPEARANCE", { appearance: s, identifier: d });
170
+ } catch (S) {
171
+ console.error("Failed to send appearance config:", S);
170
172
  }
171
173
  });
172
174
  }
173
- const jt = "IFRAME_READY", zt = "IFRAME_HEIGHT_CHANGE", Ut = "TOOLTIP_STATE_CHANGE", qt = "INFO_EVENT", Ft = "CONSENT_STATE_CHANGE", Y = {
175
+ const zt = "IFRAME_READY", qt = "IFRAME_HEIGHT_CHANGE", Ht = "TOOLTIP_STATE_CHANGE", Gt = "INFO_EVENT", Vt = "CONSENT_STATE_CHANGE", Y = {
174
176
  // BASE
175
177
  onHeightChange: {},
176
178
  onIframeReady: {},
@@ -179,55 +181,55 @@ const jt = "IFRAME_READY", zt = "IFRAME_HEIGHT_CHANGE", Ut = "TOOLTIP_STATE_CHAN
179
181
  // CONSENT
180
182
  onStateChange: {}
181
183
  };
182
- let Bi, ji, zi, Ui, qi;
183
- function Ht() {
184
- return N(this, null, function* () {
185
- const o = yield Promise.resolve().then(() => Ie);
186
- Bi || ji || zi || Ui || qi || (Bi = o.on(zt, (s) => N(null, null, function* () {
187
- const a = s.data, f = Y.onHeightChange[a.identifier];
188
- return f && f(a.height), Promise.resolve();
189
- })), ji = o.on(jt, (s) => N(null, null, function* () {
190
- const a = s.data, f = Y.onIframeReady[a.identifier];
191
- return f && f(), Promise.resolve();
192
- })), zi = o.on(Ut, (s) => N(null, null, function* () {
193
- const a = s.data, f = Y.onTooltipChange[a.identifier];
194
- return f && f(a), Promise.resolve();
195
- })), Ui = o.on(Ft, (s) => N(null, null, function* () {
196
- const a = s.data, f = Y.onStateChange[a.identifier];
197
- return f && f(a), Promise.resolve();
198
- })), qi = o.on(qt, (a) => N(null, [a], function* ({ data: s }) {
199
- const $ = s, { identifier: f } = $, u = _i($, ["identifier"]), P = Y.onInfo[f];
200
- return P && P(u), Promise.resolve();
184
+ let Bi, ji, Fi, Ui, zi;
185
+ function Yt() {
186
+ return O(this, null, function* () {
187
+ const o = yield Promise.resolve().then(() => ue);
188
+ Bi || ji || Fi || Ui || zi || (Bi = o.on(qt, (s) => O(null, null, function* () {
189
+ const d = s.data, a = Y.onHeightChange[d.identifier];
190
+ return a && a(d.height), Promise.resolve();
191
+ })), ji = o.on(zt, (s) => O(null, null, function* () {
192
+ const d = s.data, a = Y.onIframeReady[d.identifier];
193
+ return a && a(), Promise.resolve();
194
+ })), Fi = o.on(Ht, (s) => O(null, null, function* () {
195
+ const d = s.data, a = Y.onTooltipChange[d.identifier];
196
+ return a && a(d), Promise.resolve();
197
+ })), Ui = o.on(Vt, (s) => O(null, null, function* () {
198
+ const d = s.data, a = Y.onStateChange[d.identifier];
199
+ return a && a(d), Promise.resolve();
200
+ })), zi = o.on(Gt, (d) => O(null, [d], function* ({ data: s }) {
201
+ const y = s, { identifier: a } = y, S = _i(y, ["identifier"]), g = Y.onInfo[a];
202
+ return g && g(S), Promise.resolve();
201
203
  })));
202
204
  });
203
205
  }
204
206
  function ii(o, s) {
205
207
  const {
206
- onHeightChange: a,
207
- onIframeReady: f,
208
- onTooltipChange: u,
209
- onStateChange: P,
210
- onInfo: $
208
+ onHeightChange: d,
209
+ onIframeReady: a,
210
+ onTooltipChange: S,
211
+ onStateChange: g,
212
+ onInfo: y
211
213
  } = s;
212
- a && (Y.onHeightChange[o] = a), f && (Y.onIframeReady[o] = f), u && (Y.onTooltipChange[o] = u), P && (Y.onStateChange[o] = P), $ && (Y.onInfo[o] = $);
214
+ d && (Y.onHeightChange[o] = d), a && (Y.onIframeReady[o] = a), S && (Y.onTooltipChange[o] = S), g && (Y.onStateChange[o] = g), y && (Y.onInfo[o] = y);
213
215
  }
214
- function Gt(o) {
216
+ function Kt(o) {
215
217
  delete Y.onHeightChange[o], delete Y.onIframeReady[o], delete Y.onTooltipChange[o], delete Y.onStateChange[o], delete Y.onInfo[o];
216
218
  }
217
- function Vt(o) {
219
+ function Jt(o) {
218
220
  const s = document.getElementById(o);
219
221
  s && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), s.remove());
220
222
  }
221
- function Yt(o) {
223
+ function Qt(o) {
222
224
  const s = document.querySelector(o);
223
225
  if (!s)
224
226
  throw new Error(`Iframe div container with id '${o}' not found`);
225
227
  if (s.tagName.toLowerCase() !== "div")
226
228
  throw new Error(`Iframe container with id '${o}' must be a <div> element`);
227
- const a = s;
228
- return a.style.position = "relative", a;
229
+ const d = s;
230
+ return d.style.position = "relative", d;
229
231
  }
230
- function Kt(o) {
232
+ function Zt(o) {
231
233
  const s = document.createElement("div");
232
234
  return s.id = `soyio-widget-wrapper-${o}`, s.style.cssText = `
233
235
  position: relative !important;
@@ -242,22 +244,22 @@ function Kt(o) {
242
244
  width: 100% !important;
243
245
  `, s;
244
246
  }
245
- function Jt(o, s, a) {
246
- const f = document.createElement("iframe");
247
- return f.id = s, f.src = o, f.allow = "fullscreen;camera;", f.setAttribute("allowfullscreen", ""), f.style.cssText += `
247
+ function Xt(o, s, d) {
248
+ const a = document.createElement("iframe");
249
+ return a.id = s, a.src = o, a.allow = "fullscreen;camera;", a.setAttribute("allowfullscreen", ""), a.style.cssText += `
248
250
  width: 100% !important;
249
- min-width: ${a.minWidth} !important;
251
+ min-width: ${d.minWidth} !important;
250
252
  border: none !important;
251
253
  overflow: hidden !important;
252
254
  opacity: 1;
253
255
  transition: height 0.35s,
254
256
  opacity 0.4s 0.1s;
255
- `, f;
257
+ `, a;
256
258
  }
257
- function Qt() {
259
+ function er() {
258
260
  return Math.random().toString(36).substring(2, 10);
259
261
  }
260
- class we {
262
+ class Se {
261
263
  constructor(s) {
262
264
  R(this, "iframe", null);
263
265
  R(this, "wrapper", null);
@@ -265,14 +267,14 @@ class we {
265
267
  R(this, "options");
266
268
  R(this, "appearance");
267
269
  R(this, "tooltipManager");
268
- R(this, "defaultIframeCSSConfig", Nt);
270
+ R(this, "defaultIframeCSSConfig", Bt);
269
271
  R(this, "Skeleton", null);
270
272
  R(this, "isIframeReady", !1);
271
273
  R(this, "defaultUniqueId");
272
- this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = we.generateUniqueId();
274
+ this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = Se.generateUniqueId();
273
275
  }
274
276
  static generateUniqueId() {
275
- return Qt();
277
+ return er();
276
278
  }
277
279
  get uniqueIdentifier() {
278
280
  return this.defaultUniqueId;
@@ -282,66 +284,66 @@ class we {
282
284
  }
283
285
  handleHeightChange(s) {
284
286
  if (!this.iframe || (this.iframe.style.height = `${s}px`, s > 0)) return;
285
- const { parentElement: a } = this.iframe;
286
- a && (a.style.display = "none");
287
+ const { parentElement: d } = this.iframe;
288
+ d && (d.style.display = "none");
287
289
  }
288
290
  handleIframeReady() {
289
- return N(this, null, function* () {
291
+ return O(this, null, function* () {
290
292
  this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield Mi(this.iframe, this.appearance, this.uniqueIdentifier), this.skeleton && this.skeleton.hide()));
291
293
  });
292
294
  }
293
295
  handleTooltipChange(s) {
294
296
  if (!this.iframe) return;
295
- const a = this.iframe.getBoundingClientRect(), { text: f, coordinates: u, isVisible: P } = s, $ = u.x + a.left, y = u.y + a.top;
296
- P ? this.tooltipManager.show(f, $, y) : this.tooltipManager.hide();
297
+ const d = this.iframe.getBoundingClientRect(), { text: a, coordinates: S, isVisible: g } = s, y = S.x + d.left, $ = S.y + d.top;
298
+ g ? this.tooltipManager.show(a, y, $) : this.tooltipManager.hide();
297
299
  }
298
300
  setupListeners() {
299
- return N(this, null, function* () {
300
- yield Ht();
301
+ return O(this, null, function* () {
302
+ yield Yt();
301
303
  const s = {
302
304
  onHeightChange: this.handleHeightChange.bind(this),
303
305
  onIframeReady: this.handleIframeReady.bind(this),
304
306
  onTooltipChange: this.handleTooltipChange.bind(this),
305
- onInfo: (a) => this.options.onEvent(a)
307
+ onInfo: (d) => this.options.onEvent(d)
306
308
  };
307
309
  ii(this.uniqueIdentifier, s);
308
310
  });
309
311
  }
310
312
  mount(s) {
311
- return N(this, null, function* () {
312
- if (!Le) return this;
313
- this.isIframeReady = !1, yield this.setupListeners(), Vt(this.iframeIdentifier);
314
- const a = Yt(s), f = this.iframeUrl();
315
- return this.wrapper = Kt(this.uniqueIdentifier), a.appendChild(this.wrapper), this.iframe = Jt(f, 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;
313
+ return O(this, null, function* () {
314
+ if (!_e) return this;
315
+ this.isIframeReady = !1, yield this.setupListeners(), Jt(this.iframeIdentifier);
316
+ const d = Qt(s), a = this.iframeUrl();
317
+ return this.wrapper = Zt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = Xt(a, 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;
316
318
  });
317
319
  }
318
320
  unmount() {
319
- Le && (Gt(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
+ _e && (Kt(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));
320
322
  }
321
323
  /**
322
324
  * Update the appearance of the widget without remounting.
323
325
  * This sends the new appearance config to the already-mounted iframe.
324
326
  */
325
327
  updateAppearance(s) {
326
- return N(this, null, function* () {
328
+ return O(this, null, function* () {
327
329
  this.appearance = s, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, s, this.uniqueIdentifier));
328
330
  });
329
331
  }
330
332
  }
331
- class Zt {
332
- constructor(s, a) {
333
+ class ir {
334
+ constructor(s, d) {
333
335
  R(this, "element");
334
336
  R(this, "identifier");
335
337
  var U, ne;
336
338
  this.identifier = `skeleton-${s}`, this.element = document.createElement("div"), this.element.id = this.identifier;
337
- const f = (ne = (U = window.matchMedia) == null ? void 0 : U.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ne.matches, u = (a == null ? void 0 : a.mode) === "dark" || (a == null ? void 0 : a.mode) === "auto" && f || (a == null ? void 0 : a.theme) === "night" && !(a != null && a.mode), P = u ? "#1E293B" : "#FFFFFF", $ = u ? "#334155" : "#E5E7EB", y = u ? "#334155" : "#f0f0f0", I = u ? "#475569" : "#e0e0e0", T = u ? "#334155" : "#f0f0f0";
339
+ const a = (ne = (U = window.matchMedia) == null ? void 0 : U.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ne.matches, S = (d == null ? void 0 : d.mode) === "dark" || (d == null ? void 0 : d.mode) === "auto" && a || (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";
338
340
  this.element.style.cssText = `
339
341
  position: absolute;
340
342
  top: 0;
341
343
  left: 0;
342
344
  width: 100%;
343
- background: ${P};
344
- border: 1px solid ${$};
345
+ background: ${g};
346
+ border: 1px solid ${y};
345
347
  border-radius: 0.25rem;
346
348
  opacity: 1;
347
349
  transition: opacity 0.3s ease-out;
@@ -350,8 +352,8 @@ class Zt {
350
352
  box-sizing: border-box;
351
353
  z-index: 1;
352
354
  `;
353
- const x = document.createElement("div");
354
- x.style.cssText = `
355
+ const E = document.createElement("div");
356
+ E.style.cssText = `
355
357
  padding: 1rem;
356
358
  width: 100%;
357
359
  box-sizing: border-box;
@@ -360,17 +362,17 @@ class Zt {
360
362
  justify-content: flex-start;
361
363
  gap: 0.75rem;
362
364
  `;
363
- const O = document.createElement("div");
364
- O.style.cssText = `
365
+ const W = document.createElement("div");
366
+ W.style.cssText = `
365
367
  display: flex;
366
368
  align-items: center;
367
369
  gap: 0.75rem;
368
370
  `;
369
- const z = document.createElement("div");
370
- z.style.cssText = `
371
+ const F = document.createElement("div");
372
+ F.style.cssText = `
371
373
  width: 2rem;
372
374
  height: 2rem;
373
- background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
375
+ background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
374
376
  background-size: 200% 100%;
375
377
  animation: shimmer 1.5s infinite;
376
378
  border-radius: 50%;
@@ -380,16 +382,16 @@ class Zt {
380
382
  M.style.cssText = `
381
383
  height: 1rem;
382
384
  width: 30%;
383
- background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
385
+ background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
384
386
  background-size: 200% 100%;
385
387
  animation: shimmer 1.5s infinite;
386
388
  border-radius: 0.125rem;
387
389
  `;
388
- const W = document.createElement("div");
389
- W.style.cssText = `
390
+ const N = document.createElement("div");
391
+ N.style.cssText = `
390
392
  width: 3rem;
391
393
  height: 1.25rem;
392
- background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
394
+ background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
393
395
  background-size: 200% 100%;
394
396
  animation: shimmer 1.5s infinite;
395
397
  border-radius: .25rem;
@@ -415,7 +417,7 @@ class Zt {
415
417
  ce.style.cssText = `
416
418
  width: 1rem;
417
419
  height: 1rem;
418
- background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
420
+ background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
419
421
  background-size: 200% 100%;
420
422
  animation: shimmer 1.5s infinite;
421
423
  border-radius: 0.25rem;
@@ -432,7 +434,7 @@ class Zt {
432
434
  G.style.cssText = `
433
435
  height: 0.875rem;
434
436
  width: 80%;
435
- background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
437
+ background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
436
438
  background-size: 200% 100%;
437
439
  animation: shimmer 1.5s infinite;
438
440
  border-radius: 0.125rem;
@@ -441,7 +443,7 @@ class Zt {
441
443
  if (pe.style.cssText = `
442
444
  height: 0.875rem;
443
445
  width: 60%;
444
- background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
446
+ background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
445
447
  background-size: 200% 100%;
446
448
  animation: shimmer 2s infinite;
447
449
  border-radius: 0.125rem;
@@ -458,7 +460,7 @@ class Zt {
458
460
  }
459
461
  `, document.head.appendChild(V);
460
462
  }
461
- O.appendChild(z), O.appendChild(M), O.appendChild(W), K.appendChild(G), K.appendChild(pe), ie.appendChild(ce), H.appendChild(ie), H.appendChild(K), x.appendChild(O), x.appendChild(H), this.element.appendChild(x);
463
+ W.appendChild(F), W.appendChild(M), W.appendChild(N), K.appendChild(G), K.appendChild(pe), ie.appendChild(ce), H.appendChild(ie), H.appendChild(K), E.appendChild(W), E.appendChild(H), this.element.appendChild(E);
462
464
  }
463
465
  cleanupExistingSkeleton() {
464
466
  const s = document.getElementById(this.identifier);
@@ -471,57 +473,57 @@ class Zt {
471
473
  this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
472
474
  }
473
475
  }
474
- const We = "3.4.0";
475
- function Xt(o) {
476
+ const Te = "3.5.0";
477
+ function tr(o) {
476
478
  var I, T;
477
- const s = (I = o.origin) != null ? I : o.context, a = Li(ye({}, o), { origin: s }), f = [
479
+ const s = (I = o.origin) != null ? I : o.context, d = Li(we({}, o), { origin: s }), a = [
478
480
  "actionToken",
479
481
  "entityId",
480
482
  "origin",
481
483
  "optionalReconsentBehavior",
482
484
  "mandatoryReconsentBehavior",
483
485
  "allowGranularScopeSelection"
484
- ], u = (T = o.isSandbox) != null ? T : !1, P = o.developmentUrl || (u ? xt : Rt), $ = new URLSearchParams();
485
- if ($.set("sdk", "web"), $.set("sdkVersion", We), f.forEach((x) => {
486
- const O = a[x];
487
- O !== void 0 && (typeof O == "string" && O.length === 0 || $.set(x, String(O)));
486
+ ], S = (T = o.isSandbox) != null ? T : !1, g = o.developmentUrl || (S ? xt : Et), y = new URLSearchParams();
487
+ if (y.set("sdk", "web"), y.set("sdkVersion", Te), a.forEach((E) => {
488
+ const W = d[E];
489
+ W !== void 0 && (typeof W == "string" && W.length === 0 || y.set(E, String(W)));
488
490
  }), o.metadata !== void 0)
489
491
  try {
490
- $.set("metadata", JSON.stringify(o.metadata));
491
- } catch (x) {
492
- console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", x);
492
+ y.set("metadata", JSON.stringify(o.metadata));
493
+ } catch (E) {
494
+ console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", E);
493
495
  }
494
- const y = $.toString();
495
- return `${P}/embed/consents/${o.consentTemplateId}${y ? `?${y}` : ""}`;
496
+ const $ = y.toString();
497
+ return `${g}/embed/consents/${o.consentTemplateId}${$ ? `?${$}` : ""}`;
496
498
  }
497
- class Vi extends we {
498
- constructor(a) {
499
- super(a);
499
+ class Vi extends Se {
500
+ constructor(d) {
501
+ super(d);
500
502
  R(this, "defaultIframePrefix", "consent-box");
501
- R(this, "defaultIframeCSSConfig", Mt);
503
+ R(this, "defaultIframeCSSConfig", jt);
502
504
  R(this, "state", {
503
505
  isSelected: !1,
504
506
  actionToken: null
505
507
  });
506
- this.Skeleton = Zt;
508
+ this.Skeleton = ir;
507
509
  }
508
510
  get uniqueIdentifier() {
509
511
  return this.options.consentTemplateId;
510
512
  }
511
513
  iframeUrl() {
512
- return Xt(this.options);
514
+ return tr(this.options);
513
515
  }
514
- handleStateChange(a) {
515
- const { isSelected: f, actionToken: u } = a;
516
- this.state = { isSelected: f, actionToken: u }, this.options.onEvent({
516
+ handleStateChange(d) {
517
+ const { isSelected: a, actionToken: S } = d;
518
+ this.state = { isSelected: a, actionToken: S }, this.options.onEvent({
517
519
  eventName: "CONSENT_CHECKBOX_CHANGE",
518
- isSelected: f,
519
- actionToken: u
520
+ isSelected: a,
521
+ actionToken: S
520
522
  });
521
523
  }
522
524
  setupListeners() {
523
- return N(this, null, function* () {
524
- yield ve(Vi.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
525
+ return O(this, null, function* () {
526
+ yield le(Vi.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
525
527
  onStateChange: this.handleStateChange.bind(this)
526
528
  });
527
529
  });
@@ -530,7 +532,48 @@ class Vi extends we {
530
532
  return this.state;
531
533
  }
532
534
  }
533
- const er = [
535
+ function rr(o, s, d) {
536
+ return O(this, null, function* () {
537
+ if (!o.contentWindow)
538
+ throw new Error("Invalid iframe: contentWindow is null");
539
+ const a = { identifier: d };
540
+ if (s.locale !== void 0 && (a.locale = s.locale), s.subjectId !== void 0 && (a.subjectId = s.subjectId), s.userReference !== void 0 && (a.userReference = s.userReference), Object.keys(a).length === 1) return;
541
+ const S = yield Promise.resolve().then(() => ue);
542
+ try {
543
+ yield S.send(o.contentWindow, "SET_CONSENT_FORM_CONFIG", a);
544
+ } catch (g) {
545
+ console.error("Failed to send consent form config:", g);
546
+ }
547
+ });
548
+ }
549
+ function nr(o) {
550
+ var $, I;
551
+ const s = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || Lt, a = new URLSearchParams();
552
+ a.set("sdk", "web"), a.set("sdkVersion", Te), a.set("consentFormToken", o.consentFormToken), o.locale && a.set("lang", o.locale), s && a.set("isSandbox", "true");
553
+ const S = (I = o.appearance) == null ? void 0 : I.config;
554
+ (S == null ? void 0 : S.showLogo) !== void 0 && a.set("showLogo", String(S.showLogo)), (S == null ? void 0 : S.showHeader) !== void 0 && a.set("showHeader", String(S.showHeader)), (S == null ? void 0 : S.showDescription) !== void 0 && a.set("showDescription", String(S.showDescription)), S != null && S.buttonAlignment && a.set("buttonAlignment", S.buttonAlignment);
555
+ const g = a.toString();
556
+ return `${d.replace(/\/$/, "")}/${g ? `?${g}` : ""}`;
557
+ }
558
+ class Yi extends Se {
559
+ constructor() {
560
+ super(...arguments);
561
+ R(this, "defaultIframePrefix", "consent-form");
562
+ R(this, "defaultIframeCSSConfig", Ut);
563
+ }
564
+ get uniqueIdentifier() {
565
+ return this.options.consentFormToken;
566
+ }
567
+ handleIframeReady() {
568
+ return O(this, null, function* () {
569
+ yield le(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield rr(this.iframe, this.options, this.uniqueIdentifier));
570
+ });
571
+ }
572
+ iframeUrl() {
573
+ return nr(this.options);
574
+ }
575
+ }
576
+ const or = [
534
577
  "user",
535
578
  "user.account",
536
579
  "user.authorization",
@@ -620,8 +663,8 @@ const er = [
620
663
  "user.name.first",
621
664
  "user.name.last",
622
665
  "user.unique_id.pseudonymous"
623
- ], ir = new Set(er);
624
- function tr(o) {
666
+ ], sr = new Set(or);
667
+ function ar(o) {
625
668
  if (typeof o != "string") return;
626
669
  const s = o.trim();
627
670
  if (s === "") {
@@ -630,157 +673,157 @@ function tr(o) {
630
673
  }
631
674
  try {
632
675
  return new URL(s), s;
633
- } catch (a) {
676
+ } catch (d) {
634
677
  console.warn(`Soyio widget: externalRightsExerciseUrl "${s}" is not a valid URI and will be ignored.`);
635
678
  return;
636
679
  }
637
680
  }
638
- function Fi(o) {
681
+ function qi(o) {
639
682
  if (typeof o != "string") return;
640
683
  const s = o.trim();
641
684
  return s === "" ? void 0 : s;
642
685
  }
643
- function rr(o) {
686
+ function dr(o) {
644
687
  if (!Array.isArray(o)) return;
645
688
  const s = /* @__PURE__ */ new Map();
646
- return o.forEach((a) => {
647
- if (!a || typeof a != "object") return;
648
- const f = "value" in a ? a.value : void 0;
649
- typeof f != "string" || !ir.has(f) || s.has(f) || s.set(f, {
650
- value: f,
651
- label: "label" in a ? Fi(a.label) : void 0,
652
- description: "description" in a ? Fi(a.description) : void 0
689
+ return o.forEach((d) => {
690
+ if (!d || typeof d != "object") return;
691
+ const a = "value" in d ? d.value : void 0;
692
+ typeof a != "string" || !sr.has(a) || s.has(a) || s.set(a, {
693
+ value: a,
694
+ label: "label" in d ? qi(d.label) : void 0,
695
+ description: "description" in d ? qi(d.description) : void 0
653
696
  });
654
697
  }), Array.from(s.values());
655
698
  }
656
- function nr(o, s, a) {
657
- return N(this, null, function* () {
699
+ function fr(o, s, d) {
700
+ return O(this, null, function* () {
658
701
  var U, ne;
659
702
  if (!o.contentWindow)
660
703
  throw new Error("Invalid iframe: contentWindow is null");
661
704
  const {
662
- redecOperationIds: f,
663
- requestableDataCategories: u,
664
- content: P,
665
- header: $,
666
- rightExamples: y,
705
+ redecOperationIds: a,
706
+ requestableDataCategories: S,
707
+ content: g,
708
+ header: y,
709
+ rightExamples: $,
667
710
  consentManagement: I,
668
711
  appearance: T,
669
- externalRightsExerciseUrl: x,
670
- origin: O,
671
- metadata: z
672
- } = s, M = (U = T == null ? void 0 : T.config) == null ? void 0 : U.showHeader, W = (ne = T == null ? void 0 : T.config) == null ? void 0 : ne.showConsentManagementHeader, H = tr(x), ie = rr(u), K = I !== void 0 && Object.values(I).some((V) => Array.isArray(V) ? V.length > 0 : V != null) ? I : void 0;
712
+ externalRightsExerciseUrl: E,
713
+ origin: W,
714
+ metadata: F
715
+ } = s, M = (U = T == null ? void 0 : T.config) == null ? void 0 : U.showHeader, N = (ne = T == null ? void 0 : T.config) == null ? void 0 : ne.showConsentManagementHeader, H = ar(E), ie = dr(S), K = I !== void 0 && Object.values(I).some((V) => Array.isArray(V) ? V.length > 0 : V != null) ? I : void 0;
673
716
  Array.isArray(K == null ? void 0 : K.scopeGroups) && K.scopeGroups.length > 0 && s.groupConsentsByScope !== !0 && console.warn(
674
717
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
675
718
  );
676
719
  const G = {};
677
- if (typeof f != "undefined" && (G.redecOperationIds = f), typeof ie != "undefined" && (G.requestableDataCategories = ie), typeof P != "undefined" && (G.content = P), typeof $ != "undefined" && (G.header = $), typeof y != "undefined" && (G.rightExamples = y), typeof H != "undefined" && (G.externalRightsExerciseUrl = H), typeof K != "undefined" && (G.consentManagement = K), typeof O == "string" && O.trim() !== "" && (G.origin = O), z && typeof z == "object" && !Array.isArray(z) && (G.metadata = z), (typeof M == "boolean" || typeof W == "boolean") && (G.appearance = {
678
- config: ye(ye({}, typeof M == "boolean" ? { showHeader: M } : {}), typeof W == "boolean" ? { showConsentManagementHeader: W } : {})
720
+ if (typeof a != "undefined" && (G.redecOperationIds = a), typeof ie != "undefined" && (G.requestableDataCategories = ie), typeof g != "undefined" && (G.content = g), typeof y != "undefined" && (G.header = y), typeof $ != "undefined" && (G.rightExamples = $), typeof H != "undefined" && (G.externalRightsExerciseUrl = H), typeof K != "undefined" && (G.consentManagement = K), typeof W == "string" && W.trim() !== "" && (G.origin = W), F && typeof F == "object" && !Array.isArray(F) && (G.metadata = F), (typeof M == "boolean" || typeof N == "boolean") && (G.appearance = {
721
+ config: we(we({}, typeof M == "boolean" ? { showHeader: M } : {}), typeof N == "boolean" ? { showConsentManagementHeader: N } : {})
679
722
  }), Object.keys(G).length === 0) return;
680
- const pe = yield Promise.resolve().then(() => Ie);
723
+ const pe = yield Promise.resolve().then(() => ue);
681
724
  try {
682
- yield pe.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", ye({
683
- identifier: a
725
+ yield pe.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", we({
726
+ identifier: d
684
727
  }, G));
685
728
  } catch (V) {
686
729
  console.error("Failed to send privacy center config:", V);
687
730
  }
688
731
  });
689
732
  }
690
- function or(o) {
691
- var $, y, I, T, x, O;
692
- const s = ($ = o.isSandbox) != null ? $ : !1, a = o.developmentUrl || (s ? Dt : Et), f = new URLSearchParams();
693
- if (f.set("sdkVersion", We), o.sessionToken ? f.set("sessionToken", o.sessionToken) : o.companyId && f.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && f.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && f.set("enabledRights", o.enabledRights.join(",")), (T = o.dataSubjects) != null && T.length && f.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && f.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
733
+ function cr(o) {
734
+ var y, $, I, T, E, W;
735
+ const s = (y = o.isSandbox) != null ? y : !1, d = o.developmentUrl || (s ? At : Dt), a = new URLSearchParams();
736
+ if (a.set("sdkVersion", Te), o.sessionToken ? a.set("sessionToken", o.sessionToken) : o.companyId && a.set("companyId", o.companyId), ($ = o.enabledFeatures) != null && $.length && a.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && a.set("enabledRights", o.enabledRights.join(",")), (T = o.dataSubjects) != null && T.length && a.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && a.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
694
737
  (M) => M != null
695
738
  )) {
696
739
  const M = JSON.stringify(o.fileRequisites);
697
- f.set("fileRequisites", M);
740
+ a.set("fileRequisites", M);
698
741
  }
699
742
  if (o.consentManagement) {
700
- const { allowMultipleOpenScopeGroups: z, scopeGroups: M } = o.consentManagement, W = Array.isArray(M) && M.length > 0 || typeof z == "boolean";
743
+ const { allowMultipleOpenScopeGroups: F, scopeGroups: M } = o.consentManagement, N = Array.isArray(M) && M.length > 0 || typeof F == "boolean";
701
744
  if (Array.isArray(M) && M.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
702
745
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
703
- ), W) {
746
+ ), N) {
704
747
  const H = JSON.stringify(o.consentManagement);
705
- f.set("consentManagement", H);
748
+ a.set("consentManagement", H);
706
749
  }
707
750
  }
708
- o.demo !== void 0 && f.set("demo", String(o.demo)), o.consentMode && f.set("consentMode", o.consentMode);
709
- const u = (O = (x = o.appearance) == null ? void 0 : x.config) == null ? void 0 : O.consentControl;
710
- u && f.set("consentControl", u), o.consentRetentionPeriod && f.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && f.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && f.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && f.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
711
- const P = f.toString();
712
- return `${a}${P ? `?${P}` : ""}`;
751
+ o.demo !== void 0 && a.set("demo", String(o.demo)), o.consentMode && a.set("consentMode", o.consentMode);
752
+ const S = (W = (E = o.appearance) == null ? void 0 : E.config) == null ? void 0 : W.consentControl;
753
+ S && a.set("consentControl", S), o.consentRetentionPeriod && a.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && a.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && a.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && a.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
754
+ const g = a.toString();
755
+ return `${d}${g ? `?${g}` : ""}`;
713
756
  }
714
- class Yi extends we {
757
+ class Ki extends Se {
715
758
  constructor() {
716
759
  super(...arguments);
717
760
  R(this, "defaultIframePrefix", "privacy-center");
718
761
  R(this, "_uniqueIdentifier", "privacy-center");
719
- R(this, "defaultIframeCSSConfig", Bt);
762
+ R(this, "defaultIframeCSSConfig", Ft);
720
763
  }
721
764
  get uniqueIdentifier() {
722
765
  return this._uniqueIdentifier;
723
766
  }
724
767
  handleIframeReady() {
725
- return N(this, null, function* () {
726
- yield ve(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield nr(this.iframe, this.options, this.uniqueIdentifier));
768
+ return O(this, null, function* () {
769
+ yield le(Ki.prototype, this, "handleIframeReady").call(this), this.iframe && (yield fr(this.iframe, this.options, this.uniqueIdentifier));
727
770
  });
728
771
  }
729
772
  iframeUrl() {
730
- return or(this.options);
773
+ return cr(this.options);
731
774
  }
732
775
  }
733
- const Ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
776
+ const Wr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
734
777
  __proto__: null
735
- }, Symbol.toStringTag, { value: "Module" })), Ki = "WIDGET_EVENT";
736
- function Oe(o, s) {
737
- return o || (s ? kt : Tt);
778
+ }, Symbol.toStringTag, { value: "Module" })), Ji = "WIDGET_EVENT";
779
+ function Ne(o, s) {
780
+ return o || (s ? Rt : kt);
738
781
  }
739
- function sr(o) {
782
+ function pr(o) {
740
783
  let s = "widget/";
741
784
  return "disclosureRequestId" in o.configProps ? s += ["disclosures", o.configProps.disclosureRequestId].join("/") : s += o.request, s;
742
785
  }
743
- function ar(o) {
744
- var P;
745
- const s = (P = o.isSandbox) != null ? P : !1, a = Oe(o.developmentUrl, s), f = Object.entries(o.configProps).filter(([$, y]) => y || $ === "disclosureRequestId").map(([$, y]) => `${$}=${encodeURIComponent(y)}`).join("&"), u = sr(o);
746
- return `${a}/${u}?sdk=web&sdkVersion=${We}&${f}`;
786
+ function lr(o) {
787
+ var g;
788
+ const s = (g = o.isSandbox) != null ? g : !1, d = Ne(o.developmentUrl, s), a = Object.entries(o.configProps).filter(([y, $]) => $ || y === "disclosureRequestId").map(([y, $]) => `${y}=${encodeURIComponent($)}`).join("&"), S = pr(o);
789
+ return `${d}/${S}?sdk=web&sdkVersion=${Te}&${a}`;
747
790
  }
748
- function fr(o) {
791
+ function Sr(o) {
749
792
  return `embed/widget/disclosures/${o.disclosureRequestId}`;
750
793
  }
751
- function dr(o, s) {
752
- var $;
753
- const a = ($ = o.isSandbox) != null ? $ : !1, f = Oe(o.developmentUrl, a), u = fr(o), P = new URLSearchParams({
794
+ function ur(o, s) {
795
+ var y;
796
+ const d = (y = o.isSandbox) != null ? y : !1, a = Ne(o.developmentUrl, d), S = Sr(o), g = new URLSearchParams({
754
797
  sdk: "web",
755
- sdkVersion: We,
798
+ sdkVersion: Te,
756
799
  identifier: s
757
800
  });
758
- return o.customColor && P.set("customColor", o.customColor), `${f}/${u}?${P.toString()}`;
801
+ return o.customColor && g.set("customColor", o.customColor), `${a}/${S}?${g.toString()}`;
759
802
  }
760
- function cr(o, s) {
761
- var u;
762
- const a = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), f = new URLSearchParams({
803
+ function hr(o, s) {
804
+ var S;
805
+ const d = Ne(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), a = new URLSearchParams({
763
806
  session_token: s.sessionToken,
764
807
  company_id: s.companyId,
765
808
  identifier: s.identifier
766
809
  });
767
- return `${a}/widget/register_passkey?${f.toString()}`;
810
+ return `${d}/widget/register_passkey?${a.toString()}`;
768
811
  }
769
- function pr(o, s) {
770
- var u;
771
- const a = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), f = new URLSearchParams({
812
+ function Cr(o, s) {
813
+ var S;
814
+ const d = Ne(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), a = new URLSearchParams({
772
815
  requestable_id: s.requestableToken,
773
816
  identifier: s.identifier
774
817
  });
775
- return `${a}/widget/passkey_authentication?${f.toString()}`;
818
+ return `${d}/widget/passkey_authentication?${a.toString()}`;
776
819
  }
777
- function lr(o) {
820
+ function gr(o) {
778
821
  return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
779
822
  }
780
- function Sr(o) {
823
+ function Pr(o) {
781
824
  return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
782
825
  }
783
- class Ze extends we {
826
+ class Ze extends Se {
784
827
  constructor() {
785
828
  super(...arguments);
786
829
  R(this, "defaultIframePrefix", "disclosure-request-box");
@@ -789,47 +832,47 @@ class Ze extends we {
789
832
  R(this, "isReadyCallbackFired", !1);
790
833
  }
791
834
  iframeUrl() {
792
- return dr(this.options, this.uniqueIdentifier);
835
+ return ur(this.options, this.uniqueIdentifier);
793
836
  }
794
- mount(a) {
795
- return N(this, null, function* () {
796
- return this.isReadyCallbackFired = !1, yield ve(Ze.prototype, this, "mount").call(this, a), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
837
+ mount(d) {
838
+ return O(this, null, function* () {
839
+ return this.isReadyCallbackFired = !1, yield le(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 = () => {
797
840
  this.notifyReady();
798
841
  }, this) : this;
799
842
  });
800
843
  }
801
844
  unmount() {
802
- var a;
803
- this.removePopupListener(), (a = this.passkeyPopupWindow) == null || a.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
845
+ var d;
846
+ this.removePopupListener(), (d = this.passkeyPopupWindow) == null || d.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
804
847
  }
805
848
  setupListeners() {
806
- return N(this, null, function* () {
807
- yield ve(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
808
- onInfo: (a) => this.handleInfoEvent(a)
849
+ return O(this, null, function* () {
850
+ yield le(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
851
+ onInfo: (d) => this.handleInfoEvent(d)
809
852
  });
810
853
  });
811
854
  }
812
855
  handleIframeReady() {
813
- return N(this, null, function* () {
856
+ return O(this, null, function* () {
814
857
  this.notifyReady();
815
858
  });
816
859
  }
817
860
  notifyReady() {
818
- var a, f;
819
- this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (f = (a = this.options).onReady) == null || f.call(a));
861
+ var d, a;
862
+ this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (a = (d = this.options).onReady) == null || a.call(d));
820
863
  }
821
- triggerEvent(a) {
822
- this.options.onEvent(a);
864
+ triggerEvent(d) {
865
+ this.options.onEvent(d);
823
866
  }
824
867
  mountPopupListener() {
825
- return N(this, null, function* () {
826
- const a = yield Promise.resolve().then(() => Ie);
827
- this.removePopupListener(), this.popupListener = a.on(Ki, (u) => N(this, [u], function* ({ data: f }) {
828
- return f.eventName !== "PASSKEY_REGISTERED" && f.eventName !== "PASSKEY_AUTHENTICATED" || f.identifier !== this.uniqueIdentifier || (f.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
868
+ return O(this, null, function* () {
869
+ const d = yield Promise.resolve().then(() => ue);
870
+ this.removePopupListener(), this.popupListener = d.on(Ji, (S) => O(this, [S], function* ({ data: a }) {
871
+ return a.eventName !== "PASSKEY_REGISTERED" && a.eventName !== "PASSKEY_AUTHENTICATED" || a.identifier !== this.uniqueIdentifier || (a.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
829
872
  eventName: "PASSKEY_REGISTERED",
830
873
  type: "PASSKEY_REGISTERED",
831
874
  identifier: this.uniqueIdentifier
832
- })), f.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
875
+ })), a.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
833
876
  eventName: "PASSKEY_AUTHENTICATED",
834
877
  type: "PASSKEY_AUTHENTICATED",
835
878
  identifier: this.uniqueIdentifier
@@ -840,18 +883,18 @@ class Ze extends we {
840
883
  removePopupListener() {
841
884
  this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
842
885
  }
843
- handleInfoEvent(a) {
844
- if (this.triggerEvent(a), lr(a)) {
845
- this.openPasskeyRegistrationPopup(a);
886
+ handleInfoEvent(d) {
887
+ if (this.triggerEvent(d), gr(d)) {
888
+ this.openPasskeyRegistrationPopup(d);
846
889
  return;
847
890
  }
848
- Sr(a) && this.openPasskeyAuthenticationPopup(a);
891
+ Pr(d) && this.openPasskeyAuthenticationPopup(d);
849
892
  }
850
- notifyPasskeyEvent(a) {
851
- var u;
852
- if (!((u = this.iframe) != null && u.contentWindow)) return;
853
- const f = new URL(this.iframe.src).origin;
854
- this.iframe.contentWindow.postMessage(JSON.stringify({ type: a }), f);
893
+ notifyPasskeyEvent(d) {
894
+ var S;
895
+ if (!((S = this.iframe) != null && S.contentWindow)) return;
896
+ const a = new URL(this.iframe.src).origin;
897
+ this.iframe.contentWindow.postMessage(JSON.stringify({ type: d }), a);
855
898
  }
856
899
  notifyPasskeyRegistered() {
857
900
  this.notifyPasskeyEvent("PASSKEY_REGISTERED");
@@ -859,174 +902,174 @@ class Ze extends we {
859
902
  notifyPasskeyAuthenticated() {
860
903
  this.notifyPasskeyEvent("PASSKEY_AUTHENTICATED");
861
904
  }
862
- openPasskeyRegistrationPopup(a) {
863
- if (!a.sessionToken || !a.companyId) return;
864
- const f = cr(this.options, {
865
- sessionToken: a.sessionToken,
866
- companyId: a.companyId,
905
+ openPasskeyRegistrationPopup(d) {
906
+ if (!d.sessionToken || !d.companyId) return;
907
+ const a = hr(this.options, {
908
+ sessionToken: d.sessionToken,
909
+ companyId: d.companyId,
867
910
  identifier: this.uniqueIdentifier
868
911
  });
869
- this.passkeyPopupWindow = window.open(f, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
912
+ this.passkeyPopupWindow = window.open(a, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
870
913
  }
871
- openPasskeyAuthenticationPopup(a) {
872
- if (!a.requestableToken) return;
873
- const f = pr(this.options, {
874
- requestableToken: a.requestableToken,
914
+ openPasskeyAuthenticationPopup(d) {
915
+ if (!d.requestableToken) return;
916
+ const a = Cr(this.options, {
917
+ requestableToken: d.requestableToken,
875
918
  identifier: this.uniqueIdentifier
876
919
  });
877
- this.passkeyPopupWindow = window.open(f, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
920
+ this.passkeyPopupWindow = window.open(a, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
878
921
  }
879
922
  }
880
923
  let re = null, Je = null;
881
924
  function Xe(o = null) {
882
925
  re && !re.closed && re.focus(), o == null || o.preventDefault();
883
926
  }
884
- function Ne() {
927
+ function We() {
885
928
  document.body.style.filter = "", document.body.removeEventListener("click", Xe);
886
929
  }
887
- function ur() {
930
+ function mr() {
888
931
  Je = setInterval(() => {
889
- (!re || re.closed) && (Je && clearInterval(Je), Ne());
890
- }, Ot);
932
+ (!re || re.closed) && (Je && clearInterval(Je), We());
933
+ }, Mt);
891
934
  }
892
- function hr(o) {
893
- const s = ar(o), a = _t, f = Wt, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, P = window.screenTop !== void 0 ? window.screenTop : window.screenY, $ = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = $ / window.screen.availWidth, T = ($ - a) / 2 / I + u, x = (y - f) / 2 / I + P, O = [
935
+ function yr(o) {
936
+ const s = lr(o), d = Nt, a = Wt, 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 = ($ - a) / 2 / I + g, W = [
894
937
  "scrollbars=yes",
895
- `width=${a}`,
896
- `height=${f}`,
897
- `top=${x}`,
938
+ `width=${d}`,
939
+ `height=${a}`,
940
+ `top=${E}`,
898
941
  `left=${T}`
899
- ].join(","), z = window.open("about:blank", "Soyio", O);
900
- z ? (re = z, re.location.href = s, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), ur()) : (Ne(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
942
+ ].join(","), F = window.open("about:blank", "Soyio", W);
943
+ F ? (re = F, re.location.href = s, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), mr()) : (We(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
901
944
  }
902
- function Cr() {
903
- re && (re.close(), re = null), Ne();
945
+ function $r() {
946
+ re && (re.close(), re = null), We();
904
947
  }
905
- let be = null;
906
- function gr() {
907
- be && (be.cancel(), be = null);
948
+ let Ie = null;
949
+ function vr() {
950
+ Ie && (Ie.cancel(), Ie = null);
908
951
  }
909
- function Pr(o) {
910
- return N(this, null, function* () {
911
- const { onEvent: s } = o, a = yield Promise.resolve().then(() => Ie);
912
- be && gr(), be = a.on(Ki, (u) => N(null, [u], function* ({ data: f }) {
913
- return s(f), At.includes(f.eventName) ? Cr() : f.eventName === Lt && Ne(), Promise.resolve();
952
+ function br(o) {
953
+ return O(this, null, function* () {
954
+ const { onEvent: s } = o, d = yield Promise.resolve().then(() => ue);
955
+ Ie && vr(), Ie = d.on(Ji, (S) => O(null, [S], function* ({ data: a }) {
956
+ return s(a), _t.includes(a.eventName) ? $r() : a.eventName === Ot && We(), Promise.resolve();
914
957
  }));
915
958
  });
916
959
  }
917
- function mr(o) {
918
- Pr(o);
960
+ function wr(o) {
961
+ br(o);
919
962
  }
920
- var _e, Ji;
921
- class Lr {
963
+ var Oe, Qi;
964
+ class Mr {
922
965
  constructor(s) {
923
- Wi(this, _e);
966
+ Oi(this, Oe);
924
967
  R(this, "onEvent");
925
- this.onEvent = s.onEvent, Le && (hr(s), mr({
926
- onEvent: Oi(this, _e, Ji).bind(this)
968
+ this.onEvent = s.onEvent, _e && (yr(s), wr({
969
+ onEvent: Ni(this, Oe, Qi).bind(this)
927
970
  }));
928
971
  }
929
972
  }
930
- _e = new WeakSet(), Ji = function(s) {
973
+ Oe = new WeakSet(), Qi = function(s) {
931
974
  this.onEvent(s);
932
975
  };
933
- const $r = "#/definitions/SoyioAppearance", yr = "http://json-schema.org/draft-07/schema#", vr = /* @__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"},"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"},"showHeader":{"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"}}`), _r = {
934
- $ref: $r,
935
- $schema: yr,
936
- definitions: vr
937
- }, br = "#/definitions/SoyioWidgetConfig", wr = "http://json-schema.org/draft-07/schema#", Ir = /* @__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"},"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"},"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"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"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"},"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":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"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"},"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"},"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":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"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"}]},"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"},"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"},"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"},"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"},"showHeader":{"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"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.language","user.demographic.marital_status","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.financial.bank_account","user.financial.credit_card","user.government_id.birth_certificate","user.government_id.drivers_license_number","user.government_id.immigration","user.government_id.national_identification_number","user.government_id.passport_number","user.government_id.vehicle_registration","user.health_and_medical.genetic","user.health_and_medical.insurance_beneficiary_id","user.health_and_medical.record_id","user.labor_activity","user.labor_activity.profession","user.labor_activity.job_title","user.labor_activity.worker_type","user.labor_activity.salary","user.labor_activity.workplace","user.location.imprecise","user.location.precise","user.name.first","user.name.last","user.unique_id.pseudonymous"],"type":"string"}}`), Wr = {
938
- $ref: br,
939
- $schema: wr,
940
- definitions: Ir
976
+ const Ir = "#/definitions/SoyioAppearance", Tr = "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"}}`), Br = {
977
+ $ref: Ir,
978
+ $schema: Tr,
979
+ definitions: kr
980
+ }, Rr = "#/definitions/SoyioWidgetConfig", Er = "http://json-schema.org/draft-07/schema#", xr = /* @__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"},"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"},"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"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"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"},"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":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"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"},"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"},"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":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"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"}]},"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"},"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"},"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)."},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.language","user.demographic.marital_status","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.financial.bank_account","user.financial.credit_card","user.government_id.birth_certificate","user.government_id.drivers_license_number","user.government_id.immigration","user.government_id.national_identification_number","user.government_id.passport_number","user.government_id.vehicle_registration","user.health_and_medical.genetic","user.health_and_medical.insurance_beneficiary_id","user.health_and_medical.record_id","user.labor_activity","user.labor_activity.profession","user.labor_activity.job_title","user.labor_activity.worker_type","user.labor_activity.salary","user.labor_activity.workplace","user.location.imprecise","user.location.precise","user.name.first","user.name.last","user.unique_id.pseudonymous"],"type":"string"}}'), jr = {
981
+ $ref: Rr,
982
+ $schema: Er,
983
+ definitions: xr
941
984
  };
942
- function Tr(o) {
985
+ function Dr(o) {
943
986
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
944
987
  }
945
- var Qe = { exports: {} }, Ae = { exports: {} }, kr = Ae.exports, Hi;
946
- function Rr() {
988
+ var Qe = { exports: {} }, Le = { exports: {} }, Ar = Le.exports, Hi;
989
+ function Lr() {
947
990
  return Hi || (Hi = 1, (function(o, s) {
948
- (function(a, f) {
949
- o.exports = f();
950
- })(typeof self != "undefined" ? self : kr, (function() {
951
- return (function(a) {
952
- var f = {};
953
- function u(P) {
954
- if (f[P]) return f[P].exports;
955
- var $ = f[P] = {
956
- i: P,
991
+ (function(d, a) {
992
+ o.exports = a();
993
+ })(typeof self != "undefined" ? self : Ar, (function() {
994
+ return (function(d) {
995
+ var a = {};
996
+ function S(g) {
997
+ if (a[g]) return a[g].exports;
998
+ var y = a[g] = {
999
+ i: g,
957
1000
  l: !1,
958
1001
  exports: {}
959
1002
  };
960
- return a[P].call($.exports, $, $.exports, u), $.l = !0, $.exports;
1003
+ return d[g].call(y.exports, y, y.exports, S), y.l = !0, y.exports;
961
1004
  }
962
- return u.m = a, u.c = f, u.d = function(P, $, y) {
963
- u.o(P, $) || Object.defineProperty(P, $, {
1005
+ return S.m = d, S.c = a, S.d = function(g, y, $) {
1006
+ S.o(g, y) || Object.defineProperty(g, y, {
964
1007
  enumerable: !0,
965
- get: y
1008
+ get: $
966
1009
  });
967
- }, u.r = function(P) {
968
- typeof Symbol != "undefined" && Symbol.toStringTag && Object.defineProperty(P, Symbol.toStringTag, {
1010
+ }, S.r = function(g) {
1011
+ typeof Symbol != "undefined" && Symbol.toStringTag && Object.defineProperty(g, Symbol.toStringTag, {
969
1012
  value: "Module"
970
- }), Object.defineProperty(P, "__esModule", {
1013
+ }), Object.defineProperty(g, "__esModule", {
971
1014
  value: !0
972
1015
  });
973
- }, u.t = function(P, $) {
974
- if (1 & $ && (P = u(P)), 8 & $ || 4 & $ && typeof P == "object" && P && P.__esModule) return P;
975
- var y = /* @__PURE__ */ Object.create(null);
976
- if (u.r(y), Object.defineProperty(y, "default", {
1016
+ }, S.t = function(g, y) {
1017
+ if (1 & y && (g = S(g)), 8 & y || 4 & y && typeof g == "object" && g && g.__esModule) return g;
1018
+ var $ = /* @__PURE__ */ Object.create(null);
1019
+ if (S.r($), Object.defineProperty($, "default", {
977
1020
  enumerable: !0,
978
- value: P
979
- }), 2 & $ && typeof P != "string") for (var I in P) u.d(y, I, function(T) {
980
- return P[T];
1021
+ value: g
1022
+ }), 2 & y && typeof g != "string") for (var I in g) S.d($, I, function(T) {
1023
+ return g[T];
981
1024
  }.bind(null, I));
982
- return y;
983
- }, u.n = function(P) {
984
- var $ = P && P.__esModule ? function() {
985
- return P.default;
1025
+ return $;
1026
+ }, S.n = function(g) {
1027
+ var y = g && g.__esModule ? function() {
1028
+ return g.default;
986
1029
  } : function() {
987
- return P;
1030
+ return g;
988
1031
  };
989
- return u.d($, "a", $), $;
990
- }, u.o = function(P, $) {
991
- return {}.hasOwnProperty.call(P, $);
992
- }, u.p = "", u(u.s = 0);
993
- })([function(a, f, u) {
994
- u.r(f), u.d(f, "Promise", (function() {
995
- return E;
996
- })), u.d(f, "TYPES", (function() {
997
- return gt;
998
- })), u.d(f, "ProxyWindow", (function() {
1032
+ return S.d(y, "a", y), y;
1033
+ }, S.o = function(g, y) {
1034
+ return {}.hasOwnProperty.call(g, y);
1035
+ }, S.p = "", S(S.s = 0);
1036
+ })([function(d, a, S) {
1037
+ S.r(a), S.d(a, "Promise", (function() {
1038
+ return x;
1039
+ })), S.d(a, "TYPES", (function() {
1040
+ return Pt;
1041
+ })), S.d(a, "ProxyWindow", (function() {
999
1042
  return X;
1000
- })), u.d(f, "setup", (function() {
1001
- return xi;
1002
- })), u.d(f, "destroy", (function() {
1003
- return Ct;
1004
- })), u.d(f, "serializeMessage", (function() {
1005
- return lt;
1006
- })), u.d(f, "deserializeMessage", (function() {
1043
+ })), S.d(a, "setup", (function() {
1044
+ return Ei;
1045
+ })), S.d(a, "destroy", (function() {
1046
+ return gt;
1047
+ })), S.d(a, "serializeMessage", (function() {
1007
1048
  return St;
1008
- })), u.d(f, "createProxyWindow", (function() {
1049
+ })), S.d(a, "deserializeMessage", (function() {
1009
1050
  return ut;
1010
- })), u.d(f, "toProxyWindow", (function() {
1051
+ })), S.d(a, "createProxyWindow", (function() {
1011
1052
  return ht;
1012
- })), u.d(f, "on", (function() {
1013
- return de;
1014
- })), u.d(f, "once", (function() {
1015
- return pt;
1016
- })), u.d(f, "send", (function() {
1053
+ })), S.d(a, "toProxyWindow", (function() {
1054
+ return Ct;
1055
+ })), S.d(a, "on", (function() {
1056
+ return fe;
1057
+ })), S.d(a, "once", (function() {
1058
+ return lt;
1059
+ })), S.d(a, "send", (function() {
1017
1060
  return oe;
1018
- })), u.d(f, "markWindowKnown", (function() {
1061
+ })), S.d(a, "markWindowKnown", (function() {
1019
1062
  return gi;
1020
- })), u.d(f, "cleanUpWindow", (function() {
1021
- return Pt;
1022
- })), u.d(f, "bridge", (function() {
1063
+ })), S.d(a, "cleanUpWindow", (function() {
1064
+ return mt;
1065
+ })), S.d(a, "bridge", (function() {
1023
1066
  }));
1024
- function P(e) {
1067
+ function g(e) {
1025
1068
  return {}.toString.call(e) === "[object RegExp]";
1026
1069
  }
1027
- var $ = `Call was rejected by callee.\r
1070
+ var y = `Call was rejected by callee.\r
1028
1071
  `;
1029
- function y(e) {
1072
+ function $(e) {
1030
1073
  return e === void 0 && (e = window), e.location.protocol;
1031
1074
  }
1032
1075
  function I(e) {
@@ -1034,24 +1077,24 @@ function Rr() {
1034
1077
  var t = e.mockDomain.split("//")[0];
1035
1078
  if (t) return t;
1036
1079
  }
1037
- return y(e);
1080
+ return $(e);
1038
1081
  }
1039
1082
  function T(e) {
1040
1083
  return e === void 0 && (e = window), I(e) === "about:";
1041
1084
  }
1042
- function x(e) {
1085
+ function E(e) {
1043
1086
  if (e === void 0 && (e = window), e) try {
1044
1087
  if (e.parent && e.parent !== e) return e.parent;
1045
1088
  } catch (t) {
1046
1089
  }
1047
1090
  }
1048
- function O(e) {
1049
- if (e === void 0 && (e = window), e && !x(e)) try {
1091
+ function W(e) {
1092
+ if (e === void 0 && (e = window), e && !E(e)) try {
1050
1093
  return e.opener;
1051
1094
  } catch (t) {
1052
1095
  }
1053
1096
  }
1054
- function z(e) {
1097
+ function F(e) {
1055
1098
  try {
1056
1099
  return !0;
1057
1100
  } catch (t) {
@@ -1062,18 +1105,18 @@ function Rr() {
1062
1105
  e === void 0 && (e = window);
1063
1106
  var t = e.location;
1064
1107
  if (!t) throw new Error("Can not read window location");
1065
- var i = y(e);
1108
+ var i = $(e);
1066
1109
  if (!i) throw new Error("Can not read window protocol");
1067
1110
  if (i === "file:") return "file://";
1068
1111
  if (i === "about:") {
1069
- var r = x(e);
1070
- return r && z() ? M(r) : "about://";
1112
+ var r = E(e);
1113
+ return r && F() ? M(r) : "about://";
1071
1114
  }
1072
1115
  var n = t.host;
1073
1116
  if (!n) throw new Error("Can not read window host");
1074
1117
  return i + "//" + n;
1075
1118
  }
1076
- function W(e) {
1119
+ function N(e) {
1077
1120
  e === void 0 && (e = window);
1078
1121
  var t = M(e);
1079
1122
  return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
@@ -1090,13 +1133,13 @@ function Rr() {
1090
1133
  } catch (r) {
1091
1134
  }
1092
1135
  try {
1093
- if (T(t) && z()) return !0;
1136
+ if (T(t) && F()) return !0;
1094
1137
  } catch (r) {
1095
1138
  }
1096
1139
  try {
1097
1140
  if ((function(r) {
1098
1141
  return r === void 0 && (r = window), I(r) === "mock:";
1099
- })(t) && z()) return !0;
1142
+ })(t) && F()) return !0;
1100
1143
  } catch (r) {
1101
1144
  }
1102
1145
  try {
@@ -1106,7 +1149,7 @@ function Rr() {
1106
1149
  return !1;
1107
1150
  })(e)) return !1;
1108
1151
  try {
1109
- if (e === window || T(e) && z() || W(window) === W(e)) return !0;
1152
+ if (e === window || T(e) && F() || N(window) === N(e)) return !0;
1110
1153
  } catch (t) {
1111
1154
  }
1112
1155
  return !1;
@@ -1117,13 +1160,13 @@ function Rr() {
1117
1160
  }
1118
1161
  function ce(e, t) {
1119
1162
  if (!e || !t) return !1;
1120
- var i = x(t);
1163
+ var i = E(t);
1121
1164
  return i ? i === e : (function(r) {
1122
1165
  var n = [];
1123
1166
  try {
1124
1167
  for (; r.parent !== r; )
1125
1168
  n.push(r.parent), r = r.parent;
1126
- } catch (d) {
1169
+ } catch (f) {
1127
1170
  }
1128
1171
  return n;
1129
1172
  })(t).indexOf(e) !== -1;
@@ -1143,25 +1186,25 @@ function Rr() {
1143
1186
  if (r === 0) return t;
1144
1187
  if (r) {
1145
1188
  for (var n = 0; n < r; n++) {
1146
- var d = void 0;
1189
+ var f = void 0;
1147
1190
  try {
1148
- d = i[n];
1191
+ f = i[n];
1149
1192
  } catch (l) {
1150
1193
  continue;
1151
1194
  }
1152
- t.push(d);
1195
+ t.push(f);
1153
1196
  }
1154
1197
  return t;
1155
1198
  }
1156
1199
  for (var c = 0; c < 100; c++) {
1157
- var S = void 0;
1200
+ var u = void 0;
1158
1201
  try {
1159
- S = i[c];
1202
+ u = i[c];
1160
1203
  } catch (l) {
1161
1204
  return t;
1162
1205
  }
1163
- if (!S) return t;
1164
- t.push(S);
1206
+ if (!u) return t;
1207
+ t.push(u);
1165
1208
  }
1166
1209
  return t;
1167
1210
  }
@@ -1181,7 +1224,7 @@ function Rr() {
1181
1224
  try {
1182
1225
  if (e.closed) return !0;
1183
1226
  } catch (n) {
1184
- return !n || n.message !== $;
1227
+ return !n || n.message !== y;
1185
1228
  }
1186
1229
  if (t && H(e)) try {
1187
1230
  if (e.mockclosed) return !0;
@@ -1191,10 +1234,10 @@ function Rr() {
1191
1234
  if (!e.parent || !e.top) return !0;
1192
1235
  } catch (n) {
1193
1236
  }
1194
- var i = (function(n, d) {
1237
+ var i = (function(n, f) {
1195
1238
  for (var c = 0; c < n.length; c++) try {
1196
- if (n[c] === d) return c;
1197
- } catch (S) {
1239
+ if (n[c] === f) return c;
1240
+ } catch (u) {
1198
1241
  }
1199
1242
  return -1;
1200
1243
  })(G, e);
@@ -1202,10 +1245,10 @@ function Rr() {
1202
1245
  var r = pe[i];
1203
1246
  if (r && (function(n) {
1204
1247
  if (!n.contentWindow || !n.parentNode) return !0;
1205
- var d = n.ownerDocument;
1206
- if (d && d.documentElement && !d.documentElement.contains(n)) {
1248
+ var f = n.ownerDocument;
1249
+ if (f && f.documentElement && !f.documentElement.contains(n)) {
1207
1250
  for (var c = n; c.parentNode && c.parentNode !== c; ) c = c.parentNode;
1208
- if (!c.host || !d.documentElement.contains(c.host)) return !0;
1251
+ if (!c.host || !f.documentElement.contains(c.host)) return !0;
1209
1252
  }
1210
1253
  return !1;
1211
1254
  })(r)) return !0;
@@ -1213,47 +1256,47 @@ function Rr() {
1213
1256
  return !1;
1214
1257
  }
1215
1258
  function ne(e) {
1216
- return e === void 0 && (e = window), O(e = e || window) || x(e) || void 0;
1259
+ return e === void 0 && (e = window), W(e = e || window) || E(e) || void 0;
1217
1260
  }
1218
1261
  function V(e, t) {
1219
1262
  if (typeof e == "string") {
1220
1263
  if (typeof t == "string") return e === "*" || t === e;
1221
- if (P(t) || Array.isArray(t)) return !1;
1264
+ if (g(t) || Array.isArray(t)) return !1;
1222
1265
  }
1223
- return P(e) ? P(t) ? e.toString() === t.toString() : !Array.isArray(t) && !!t.match(e) : !!Array.isArray(e) && (Array.isArray(t) ? JSON.stringify(e) === JSON.stringify(t) : !P(t) && e.some((function(i) {
1266
+ 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) {
1224
1267
  return V(i, t);
1225
1268
  })));
1226
1269
  }
1227
- function Te(e) {
1270
+ function ke(e) {
1228
1271
  try {
1229
1272
  if (e === window) return !0;
1230
1273
  } catch (t) {
1231
- if (t && t.message === $) return !0;
1274
+ if (t && t.message === y) return !0;
1232
1275
  }
1233
1276
  try {
1234
1277
  if ({}.toString.call(e) === "[object Window]") return !0;
1235
1278
  } catch (t) {
1236
- if (t && t.message === $) return !0;
1279
+ if (t && t.message === y) return !0;
1237
1280
  }
1238
1281
  try {
1239
1282
  if (window.Window && e instanceof window.Window) return !0;
1240
1283
  } catch (t) {
1241
- if (t && t.message === $) return !0;
1284
+ if (t && t.message === y) return !0;
1242
1285
  }
1243
1286
  try {
1244
1287
  if (e && e.self === e) return !0;
1245
1288
  } catch (t) {
1246
- if (t && t.message === $) return !0;
1289
+ if (t && t.message === y) return !0;
1247
1290
  }
1248
1291
  try {
1249
1292
  if (e && e.parent === e) return !0;
1250
1293
  } catch (t) {
1251
- if (t && t.message === $) return !0;
1294
+ if (t && t.message === y) return !0;
1252
1295
  }
1253
1296
  try {
1254
1297
  if (e && e.top === e) return !0;
1255
1298
  } catch (t) {
1256
- if (t && t.message === $) return !0;
1299
+ if (t && t.message === y) return !0;
1257
1300
  }
1258
1301
  try {
1259
1302
  if (e && e.__cross_domain_utils_window_check__ === "__unlikely_value__") return !1;
@@ -1273,9 +1316,9 @@ function Rr() {
1273
1316
  if (r && r.contentWindow && r.contentWindow === e) return r;
1274
1317
  }
1275
1318
  }
1276
- function Zi(e) {
1319
+ function Xi(e) {
1277
1320
  if ((function(i) {
1278
- return i === void 0 && (i = window), !!x(i);
1321
+ return i === void 0 && (i = window), !!E(i);
1279
1322
  })(e)) {
1280
1323
  var t = ti(e);
1281
1324
  if (t && t.parentElement) {
@@ -1304,36 +1347,36 @@ function Rr() {
1304
1347
  }
1305
1348
  return !1;
1306
1349
  }
1307
- var ri = [], le = [], Me = 0, Se;
1350
+ var ri = [], he = [], Me = 0, Ce;
1308
1351
  function ni() {
1309
- if (!Me && Se) {
1310
- var e = Se;
1311
- Se = null, e.resolve();
1352
+ if (!Me && Ce) {
1353
+ var e = Ce;
1354
+ Ce = null, e.resolve();
1312
1355
  }
1313
1356
  }
1314
1357
  function Be() {
1315
1358
  Me += 1;
1316
1359
  }
1317
- function ue() {
1360
+ function ge() {
1318
1361
  Me -= 1, ni();
1319
1362
  }
1320
- var E = (function() {
1363
+ var x = (function() {
1321
1364
  function e(i) {
1322
1365
  var r = this;
1323
1366
  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) {
1324
- var n, d, c = !1, S = !1, l = !1;
1367
+ var n, f, c = !1, u = !1, l = !1;
1325
1368
  Be();
1326
1369
  try {
1327
1370
  i((function(p) {
1328
1371
  l ? r.resolve(p) : (c = !0, n = p);
1329
1372
  }), (function(p) {
1330
- l ? r.reject(p) : (S = !0, d = p);
1373
+ l ? r.reject(p) : (u = !0, f = p);
1331
1374
  }));
1332
1375
  } catch (p) {
1333
- ue(), this.reject(p);
1376
+ ge(), this.reject(p);
1334
1377
  return;
1335
1378
  }
1336
- ue(), l = !0, c ? this.resolve(n) : S && this.reject(d);
1379
+ ge(), l = !0, c ? this.resolve(n) : u && this.reject(f);
1337
1380
  }
1338
1381
  }
1339
1382
  var t = e.prototype;
@@ -1350,12 +1393,12 @@ function Rr() {
1350
1393
  i = new Error("Expected reject to be called with Error, got " + n);
1351
1394
  }
1352
1395
  return this.rejected = !0, this.error = i, this.errorHandled || setTimeout((function() {
1353
- r.errorHandled || (function(d, c) {
1354
- if (ri.indexOf(d) === -1) {
1355
- ri.push(d), setTimeout((function() {
1356
- throw d;
1396
+ r.errorHandled || (function(f, c) {
1397
+ if (ri.indexOf(f) === -1) {
1398
+ ri.push(f), setTimeout((function() {
1399
+ throw f;
1357
1400
  }), 1);
1358
- for (var S = 0; S < le.length; S++) le[S](d, c);
1401
+ for (var u = 0; u < he.length; u++) he[u](f, c);
1359
1402
  }
1360
1403
  })(i, r);
1361
1404
  }), 1), this.dispatch(), this;
@@ -1365,38 +1408,38 @@ function Rr() {
1365
1408
  var i = this.resolved, r = this.rejected, n = this.handlers;
1366
1409
  if (!this.dispatching && (i || r)) {
1367
1410
  this.dispatching = !0, Be();
1368
- for (var d = function(m, w) {
1411
+ for (var f = function(m, w) {
1369
1412
  return m.then((function(v) {
1370
1413
  w.resolve(v);
1371
1414
  }), (function(v) {
1372
1415
  w.reject(v);
1373
1416
  }));
1374
1417
  }, c = 0; c < n.length; c++) {
1375
- var S = n[c], l = S.onSuccess, p = S.onError, g = S.promise, h = void 0;
1418
+ var u = n[c], l = u.onSuccess, p = u.onError, P = u.promise, h = void 0;
1376
1419
  if (i) try {
1377
1420
  h = l ? l(this.value) : this.value;
1378
1421
  } catch (m) {
1379
- g.reject(m);
1422
+ P.reject(m);
1380
1423
  continue;
1381
1424
  }
1382
1425
  else if (r) {
1383
1426
  if (!p) {
1384
- g.reject(this.error);
1427
+ P.reject(this.error);
1385
1428
  continue;
1386
1429
  }
1387
1430
  try {
1388
1431
  h = p(this.error);
1389
1432
  } catch (m) {
1390
- g.reject(m);
1433
+ P.reject(m);
1391
1434
  continue;
1392
1435
  }
1393
1436
  }
1394
1437
  if (h instanceof e && (h.resolved || h.rejected)) {
1395
1438
  var C = h;
1396
- C.resolved ? g.resolve(C.value) : g.reject(C.error), C.errorHandled = !0;
1397
- } else se(h) ? h instanceof e && (h.resolved || h.rejected) ? h.resolved ? g.resolve(h.value) : g.reject(h.error) : d(h, g) : g.resolve(h);
1439
+ C.resolved ? P.resolve(C.value) : P.reject(C.error), C.errorHandled = !0;
1440
+ } else se(h) ? h instanceof e && (h.resolved || h.rejected) ? h.resolved ? P.resolve(h.value) : P.reject(h.error) : f(h, P) : P.resolve(h);
1398
1441
  }
1399
- n.length = 0, this.dispatching = !1, ue();
1442
+ n.length = 0, this.dispatching = !1, ge();
1400
1443
  }
1401
1444
  }, t.then = function(i, r) {
1402
1445
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.then expected a function for success handler");
@@ -1423,11 +1466,11 @@ function Rr() {
1423
1466
  }, t.timeout = function(i, r) {
1424
1467
  var n = this;
1425
1468
  if (this.resolved || this.rejected) return this;
1426
- var d = setTimeout((function() {
1469
+ var f = setTimeout((function() {
1427
1470
  n.resolved || n.rejected || n.reject(r || new Error("Promise timed out after " + i + "ms"));
1428
1471
  }), i);
1429
1472
  return this.then((function(c) {
1430
- return clearTimeout(d), c;
1473
+ return clearTimeout(f), c;
1431
1474
  }));
1432
1475
  }, t.toPromise = function() {
1433
1476
  if (typeof Promise == "undefined") throw new TypeError("Could not find Promise");
@@ -1443,39 +1486,39 @@ function Rr() {
1443
1486
  }, e.asyncReject = function(i) {
1444
1487
  return new e().asyncReject(i);
1445
1488
  }, e.all = function(i) {
1446
- var r = new e(), n = i.length, d = [].slice();
1489
+ var r = new e(), n = i.length, f = [].slice();
1447
1490
  if (!n)
1448
- return r.resolve(d), r;
1449
- for (var c = function(p, g, h) {
1450
- return g.then((function(C) {
1451
- d[p] = C, (n -= 1) == 0 && r.resolve(d);
1491
+ return r.resolve(f), r;
1492
+ for (var c = function(p, P, h) {
1493
+ return P.then((function(C) {
1494
+ f[p] = C, (n -= 1) == 0 && r.resolve(f);
1452
1495
  }), (function(C) {
1453
1496
  h.reject(C);
1454
1497
  }));
1455
- }, S = 0; S < i.length; S++) {
1456
- var l = i[S];
1498
+ }, u = 0; u < i.length; u++) {
1499
+ var l = i[u];
1457
1500
  if (l instanceof e) {
1458
1501
  if (l.resolved) {
1459
- d[S] = l.value, n -= 1;
1502
+ f[u] = l.value, n -= 1;
1460
1503
  continue;
1461
1504
  }
1462
1505
  } else if (!se(l)) {
1463
- d[S] = l, n -= 1;
1506
+ f[u] = l, n -= 1;
1464
1507
  continue;
1465
1508
  }
1466
- c(S, e.resolve(l), r);
1509
+ c(u, e.resolve(l), r);
1467
1510
  }
1468
- return n === 0 && r.resolve(d), r;
1511
+ return n === 0 && r.resolve(f), r;
1469
1512
  }, e.hash = function(i) {
1470
- var r = {}, n = [], d = function(S) {
1471
- if (i.hasOwnProperty(S)) {
1472
- var l = i[S];
1513
+ var r = {}, n = [], f = function(u) {
1514
+ if (i.hasOwnProperty(u)) {
1515
+ var l = i[u];
1473
1516
  se(l) ? n.push(l.then((function(p) {
1474
- r[S] = p;
1475
- }))) : r[S] = l;
1517
+ r[u] = p;
1518
+ }))) : r[u] = l;
1476
1519
  }
1477
1520
  };
1478
- for (var c in i) d(c);
1521
+ for (var c in i) f(c);
1479
1522
  return e.all(n).then((function() {
1480
1523
  return r;
1481
1524
  }));
@@ -1483,22 +1526,22 @@ function Rr() {
1483
1526
  return e.all(i.map(r));
1484
1527
  }, e.onPossiblyUnhandledException = function(i) {
1485
1528
  return (function(r) {
1486
- return le.push(r), {
1529
+ return he.push(r), {
1487
1530
  cancel: function() {
1488
- le.splice(le.indexOf(r), 1);
1531
+ he.splice(he.indexOf(r), 1);
1489
1532
  }
1490
1533
  };
1491
1534
  })(i);
1492
1535
  }, e.try = function(i, r, n) {
1493
1536
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.try expected a function");
1494
- var d;
1537
+ var f;
1495
1538
  Be();
1496
1539
  try {
1497
- d = i.apply(r, n || []);
1540
+ f = i.apply(r, n || []);
1498
1541
  } catch (c) {
1499
- return ue(), e.reject(c);
1542
+ return ge(), e.reject(c);
1500
1543
  }
1501
- return ue(), e.resolve(d);
1544
+ return ge(), e.resolve(f);
1502
1545
  }, e.delay = function(i) {
1503
1546
  return new e((function(r) {
1504
1547
  setTimeout(r, i);
@@ -1507,12 +1550,12 @@ function Rr() {
1507
1550
  return !!(i && i instanceof e) || se(i);
1508
1551
  }, e.flush = function() {
1509
1552
  return (function(i) {
1510
- var r = Se = Se || new i();
1553
+ var r = Ce = Ce || new i();
1511
1554
  return ni(), r;
1512
1555
  })(e);
1513
1556
  }, e;
1514
1557
  })();
1515
- function ke(e, t) {
1558
+ function Re(e, t) {
1516
1559
  for (var i = 0; i < e.length; i++) try {
1517
1560
  if (e[i] === t) return i;
1518
1561
  } catch (r) {
@@ -1538,37 +1581,37 @@ function Rr() {
1538
1581
  var t = e.prototype;
1539
1582
  return t._cleanupClosedWindows = function() {
1540
1583
  for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
1541
- var d = r[n];
1542
- if (Te(d) && U(d)) {
1584
+ var f = r[n];
1585
+ if (ke(f) && U(f)) {
1543
1586
  if (i) try {
1544
- i.delete(d);
1587
+ i.delete(f);
1545
1588
  } catch (c) {
1546
1589
  }
1547
1590
  r.splice(n, 1), this.values.splice(n, 1), n -= 1;
1548
1591
  }
1549
1592
  }
1550
1593
  }, t.isSafeToReadWrite = function(i) {
1551
- return !Te(i);
1594
+ return !ke(i);
1552
1595
  }, t.set = function(i, r) {
1553
1596
  if (!i) throw new Error("WeakMap expected key");
1554
1597
  var n = this.weakmap;
1555
1598
  if (n) try {
1556
1599
  n.set(i, r);
1557
- } catch (g) {
1600
+ } catch (P) {
1558
1601
  delete this.weakmap;
1559
1602
  }
1560
1603
  if (this.isSafeToReadWrite(i)) try {
1561
- var d = this.name, c = i[d];
1562
- c && c[0] === i ? c[1] = r : Object.defineProperty(i, d, {
1604
+ var f = this.name, c = i[f];
1605
+ c && c[0] === i ? c[1] = r : Object.defineProperty(i, f, {
1563
1606
  value: [i, r],
1564
1607
  writable: !0
1565
1608
  });
1566
1609
  return;
1567
- } catch (g) {
1610
+ } catch (P) {
1568
1611
  }
1569
1612
  this._cleanupClosedWindows();
1570
- var S = this.keys, l = this.values, p = ke(S, i);
1571
- p === -1 ? (S.push(i), l.push(r)) : l[p] = r;
1613
+ var u = this.keys, l = this.values, p = Re(u, i);
1614
+ p === -1 ? (u.push(i), l.push(r)) : l[p] = r;
1572
1615
  }, t.get = function(i) {
1573
1616
  if (!i) throw new Error("WeakMap expected key");
1574
1617
  var r = this.weakmap;
@@ -1583,38 +1626,38 @@ function Rr() {
1583
1626
  } catch (c) {
1584
1627
  }
1585
1628
  this._cleanupClosedWindows();
1586
- var d = ke(this.keys, i);
1587
- if (d !== -1) return this.values[d];
1629
+ var f = Re(this.keys, i);
1630
+ if (f !== -1) return this.values[f];
1588
1631
  }, t.delete = function(i) {
1589
1632
  if (!i) throw new Error("WeakMap expected key");
1590
1633
  var r = this.weakmap;
1591
1634
  if (r) try {
1592
1635
  r.delete(i);
1593
- } catch (S) {
1636
+ } catch (u) {
1594
1637
  delete this.weakmap;
1595
1638
  }
1596
1639
  if (this.isSafeToReadWrite(i)) try {
1597
1640
  var n = i[this.name];
1598
1641
  n && n[0] === i && (n[0] = n[1] = void 0);
1599
- } catch (S) {
1642
+ } catch (u) {
1600
1643
  }
1601
1644
  this._cleanupClosedWindows();
1602
- var d = this.keys, c = ke(d, i);
1603
- c !== -1 && (d.splice(c, 1), this.values.splice(c, 1));
1645
+ var f = this.keys, c = Re(f, i);
1646
+ c !== -1 && (f.splice(c, 1), this.values.splice(c, 1));
1604
1647
  }, t.has = function(i) {
1605
1648
  if (!i) throw new Error("WeakMap expected key");
1606
1649
  var r = this.weakmap;
1607
1650
  if (r) try {
1608
1651
  if (r.has(i)) return !0;
1609
- } catch (d) {
1652
+ } catch (f) {
1610
1653
  delete this.weakmap;
1611
1654
  }
1612
1655
  if (this.isSafeToReadWrite(i)) try {
1613
1656
  var n = i[this.name];
1614
1657
  return !(!n || n[0] !== i);
1615
- } catch (d) {
1658
+ } catch (f) {
1616
1659
  }
1617
- return this._cleanupClosedWindows(), ke(this.keys, i) !== -1;
1660
+ return this._cleanupClosedWindows(), Re(this.keys, i) !== -1;
1618
1661
  }, t.getOrSet = function(i, r) {
1619
1662
  if (this.has(i)) return this.get(i);
1620
1663
  var n = r();
@@ -1643,36 +1686,36 @@ function Rr() {
1643
1686
  throw new Error("Can not find window.btoa or Buffer");
1644
1687
  })((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
1645
1688
  }
1646
- var Re;
1689
+ var Ee;
1647
1690
  function ai(e) {
1648
1691
  try {
1649
1692
  return JSON.stringify([].slice.call(e), (function(t, i) {
1650
1693
  return typeof i == "function" ? "memoize[" + (function(r) {
1651
- if (Re = Re || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1652
- var n = Re.get(r);
1653
- return n || (n = typeof r + ":" + te(), Re.set(r, n)), n;
1694
+ if (Ee = Ee || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1695
+ var n = Ee.get(r);
1696
+ return n || (n = typeof r + ":" + te(), Ee.set(r, n)), n;
1654
1697
  })(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;
1655
1698
  }));
1656
1699
  } catch (t) {
1657
1700
  throw new Error("Arguments not serializable -- can not be used to memoize");
1658
1701
  }
1659
1702
  }
1660
- function Xi() {
1703
+ function et() {
1661
1704
  return {};
1662
1705
  }
1663
- var he = 0, fi = 0;
1664
- function Ce(e, t) {
1706
+ var Pe = 0, di = 0;
1707
+ function me(e, t) {
1665
1708
  t === void 0 && (t = {});
1666
- var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, d, c, S = he;
1667
- he += 1;
1709
+ var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, u = Pe;
1710
+ Pe += 1;
1668
1711
  var l = function() {
1669
- for (var p = arguments.length, g = new Array(p), h = 0; h < p; h++) g[h] = arguments[h];
1670
- S < fi && (d = null, c = null, S = he, he += 1);
1712
+ for (var p = arguments.length, P = new Array(p), h = 0; h < p; h++) P[h] = arguments[h];
1713
+ u < di && (f = null, c = null, u = Pe, Pe += 1);
1671
1714
  var C;
1672
- C = r ? (c = c || new je()).getOrSet(this, Xi) : d = d || {};
1715
+ C = r ? (c = c || new je()).getOrSet(this, et) : f = f || {};
1673
1716
  var m;
1674
1717
  try {
1675
- m = ai(g);
1718
+ m = ai(P);
1676
1719
  } catch (D) {
1677
1720
  return e.apply(this, arguments);
1678
1721
  }
@@ -1685,18 +1728,18 @@ function Rr() {
1685
1728
  }, b;
1686
1729
  };
1687
1730
  return l.reset = function() {
1688
- d = null, c = null;
1731
+ f = null, c = null;
1689
1732
  }, si(l, (t.name || oi(e)) + "::memoized");
1690
1733
  }
1691
- Ce.clear = function() {
1692
- fi = he;
1734
+ me.clear = function() {
1735
+ di = Pe;
1693
1736
  };
1694
- function et(e) {
1737
+ function it(e) {
1695
1738
  var t = {};
1696
1739
  function i() {
1697
- for (var r = arguments, n = this, d = arguments.length, c = new Array(d), S = 0; S < d; S++) c[S] = arguments[S];
1740
+ for (var r = arguments, n = this, f = arguments.length, c = new Array(f), u = 0; u < f; u++) c[u] = arguments[u];
1698
1741
  var l = ai(c);
1699
- return t.hasOwnProperty(l) || (t[l] = E.try((function() {
1742
+ return t.hasOwnProperty(l) || (t[l] = x.try((function() {
1700
1743
  return e.apply(n, r);
1701
1744
  })).finally((function() {
1702
1745
  delete t[l];
@@ -1708,7 +1751,7 @@ function Rr() {
1708
1751
  }
1709
1752
  function ae() {
1710
1753
  }
1711
- function ge(e, t) {
1754
+ function ye(e, t) {
1712
1755
  if (t === void 0 && (t = 1), t >= 3) return "stringifyError stack overflow";
1713
1756
  try {
1714
1757
  if (!e) return "<unknown error: " + {}.toString.call(e) + ">";
@@ -1722,22 +1765,22 @@ function Rr() {
1722
1765
  }
1723
1766
  return e && e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
1724
1767
  } catch (n) {
1725
- return "Error while stringifying error: " + ge(n, t + 1);
1768
+ return "Error while stringifying error: " + ye(n, t + 1);
1726
1769
  }
1727
1770
  }
1728
- function di(e) {
1771
+ function fi(e) {
1729
1772
  return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
1730
1773
  }
1731
- Ce((function(e) {
1774
+ me((function(e) {
1732
1775
  if (Object.values) return Object.values(e);
1733
1776
  var t = [];
1734
1777
  for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
1735
1778
  return t;
1736
1779
  }));
1737
- function ze(e) {
1780
+ function Fe(e) {
1738
1781
  return {}.toString.call(e) === "[object RegExp]";
1739
1782
  }
1740
- function Pe(e, t, i) {
1783
+ function $e(e, t, i) {
1741
1784
  if (e.hasOwnProperty(t)) return e[t];
1742
1785
  var r = i();
1743
1786
  return e[t] = r, r;
@@ -1753,8 +1796,8 @@ function Rr() {
1753
1796
  function li() {
1754
1797
  return !!document.body && document.readyState === "interactive";
1755
1798
  }
1756
- Ce((function() {
1757
- return new E((function(e) {
1799
+ me((function() {
1800
+ return new x((function(e) {
1758
1801
  if (pi() || li()) return e();
1759
1802
  var t = setInterval((function() {
1760
1803
  if (pi() || li())
@@ -1762,7 +1805,7 @@ function Rr() {
1762
1805
  }), 10);
1763
1806
  }));
1764
1807
  }));
1765
- var xe = typeof document != "undefined" ? document.currentScript : null, it = Ce((function() {
1808
+ var xe = typeof document != "undefined" ? document.currentScript : null, tt = me((function() {
1766
1809
  if (xe || (xe = (function() {
1767
1810
  try {
1768
1811
  var e = (function() {
@@ -1774,28 +1817,28 @@ function Rr() {
1774
1817
  })(), t = /.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(e), i = t && t[1];
1775
1818
  if (!i) return;
1776
1819
  for (var r = 0, n = [].slice.call(document.getElementsByTagName("script")).reverse(); r < n.length; r++) {
1777
- var d = n[r];
1778
- if (d.src && d.src === i) return d;
1820
+ var f = n[r];
1821
+ if (f.src && f.src === i) return f;
1779
1822
  }
1780
1823
  } catch (c) {
1781
1824
  }
1782
1825
  })())) return xe;
1783
1826
  throw new Error("Can not determine current script");
1784
- })), tt = te();
1785
- Ce((function() {
1827
+ })), rt = te();
1828
+ me((function() {
1786
1829
  var e;
1787
1830
  try {
1788
- e = it();
1831
+ e = tt();
1789
1832
  } catch (r) {
1790
- return tt;
1833
+ return rt;
1791
1834
  }
1792
1835
  var t = e.getAttribute("data-uid");
1793
1836
  if (t && typeof t == "string" || (t = e.getAttribute("data-uid-auto")) && typeof t == "string") return t;
1794
1837
  if (e.src) {
1795
1838
  var i = (function(r) {
1796
- for (var n = "", d = 0; d < r.length; d++) {
1797
- var c = r[d].charCodeAt(0) * d;
1798
- r[d + 1] && (c += r[d + 1].charCodeAt(0) * (d - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
1839
+ for (var n = "", f = 0; f < r.length; f++) {
1840
+ var c = r[f].charCodeAt(0) * f;
1841
+ r[f + 1] && (c += r[f + 1].charCodeAt(0) * (f - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
1799
1842
  }
1800
1843
  return n;
1801
1844
  })(JSON.stringify({
@@ -1806,7 +1849,7 @@ function Rr() {
1806
1849
  } else t = te();
1807
1850
  return e.setAttribute("data-uid-auto", t), t;
1808
1851
  }));
1809
- function me(e) {
1852
+ function ve(e) {
1810
1853
  e === void 0 && (e = window);
1811
1854
  var t = "__post_robot_10_0_46__";
1812
1855
  return e !== window ? e[t] : e[t] = e[t] || {};
@@ -1814,8 +1857,8 @@ function Rr() {
1814
1857
  var Si = function() {
1815
1858
  return {};
1816
1859
  };
1817
- function q(e, t) {
1818
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), Pe(me(), e, (function() {
1860
+ function z(e, t) {
1861
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), $e(ve(), e, (function() {
1819
1862
  var i = t();
1820
1863
  return {
1821
1864
  has: function(r) {
@@ -1831,7 +1874,7 @@ function Rr() {
1831
1874
  delete i[r];
1832
1875
  },
1833
1876
  getOrSet: function(r, n) {
1834
- return Pe(i, r, n);
1877
+ return $e(i, r, n);
1835
1878
  },
1836
1879
  reset: function() {
1837
1880
  i = t();
@@ -1842,14 +1885,14 @@ function Rr() {
1842
1885
  };
1843
1886
  }));
1844
1887
  }
1845
- var rt = function() {
1888
+ var nt = function() {
1846
1889
  };
1847
- function Ee() {
1848
- var e = me();
1849
- return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new rt(), e.WINDOW_WILDCARD;
1890
+ function De() {
1891
+ var e = ve();
1892
+ return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new nt(), e.WINDOW_WILDCARD;
1850
1893
  }
1851
1894
  function J(e, t) {
1852
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), q("windowStore").getOrSet(e, (function() {
1895
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), z("windowStore").getOrSet(e, (function() {
1853
1896
  var i = new je(), r = function(n) {
1854
1897
  return i.getOrSet(n, t);
1855
1898
  };
@@ -1857,34 +1900,34 @@ function Rr() {
1857
1900
  has: function(n) {
1858
1901
  return r(n).hasOwnProperty(e);
1859
1902
  },
1860
- get: function(n, d) {
1903
+ get: function(n, f) {
1861
1904
  var c = r(n);
1862
- return c.hasOwnProperty(e) ? c[e] : d;
1905
+ return c.hasOwnProperty(e) ? c[e] : f;
1863
1906
  },
1864
- set: function(n, d) {
1865
- return r(n)[e] = d, d;
1907
+ set: function(n, f) {
1908
+ return r(n)[e] = f, f;
1866
1909
  },
1867
1910
  del: function(n) {
1868
1911
  delete r(n)[e];
1869
1912
  },
1870
- getOrSet: function(n, d) {
1871
- return Pe(r(n), e, d);
1913
+ getOrSet: function(n, f) {
1914
+ return $e(r(n), e, f);
1872
1915
  }
1873
1916
  };
1874
1917
  }));
1875
1918
  }
1876
1919
  function ui() {
1877
- return q("instance").getOrSet("instanceID", te);
1920
+ return z("instance").getOrSet("instanceID", te);
1878
1921
  }
1879
1922
  function hi(e, t) {
1880
1923
  var i = t.domain, r = J("helloPromises"), n = r.get(e);
1881
1924
  n && n.resolve({
1882
1925
  domain: i
1883
1926
  });
1884
- var d = E.resolve({
1927
+ var f = x.resolve({
1885
1928
  domain: i
1886
1929
  });
1887
- return r.set(e, d), d;
1930
+ return r.set(e, f), f;
1888
1931
  }
1889
1932
  function Ue(e, t) {
1890
1933
  return (0, t.send)(e, "postrobot_hello", {
@@ -1916,21 +1959,21 @@ function Rr() {
1916
1959
  function gi(e) {
1917
1960
  J("knownWindows").set(e, !0);
1918
1961
  }
1919
- function qe(e) {
1962
+ function ze(e) {
1920
1963
  return typeof e == "object" && e !== null && typeof e.__type__ == "string";
1921
1964
  }
1922
1965
  function Pi(e) {
1923
1966
  return e === void 0 ? "undefined" : e === null ? "null" : Array.isArray(e) ? "array" : typeof e == "function" ? "function" : typeof e == "object" ? e instanceof Error ? "error" : typeof e.then == "function" ? "promise" : {}.toString.call(e) === "[object RegExp]" ? "regex" : {}.toString.call(e) === "[object Date]" ? "date" : "object" : typeof e == "string" ? "string" : typeof e == "number" ? "number" : typeof e == "boolean" ? "boolean" : void 0;
1924
1967
  }
1925
- function fe(e, t) {
1968
+ function de(e, t) {
1926
1969
  return {
1927
1970
  __type__: e,
1928
1971
  __val__: t
1929
1972
  };
1930
1973
  }
1931
- var Q, nt = ((Q = {}).function = function() {
1974
+ var Q, ot = ((Q = {}).function = function() {
1932
1975
  }, Q.error = function(e) {
1933
- return fe("error", {
1976
+ return de("error", {
1934
1977
  message: e.message,
1935
1978
  stack: e.stack,
1936
1979
  code: e.code,
@@ -1938,9 +1981,9 @@ function Rr() {
1938
1981
  });
1939
1982
  }, Q.promise = function() {
1940
1983
  }, Q.regex = function(e) {
1941
- return fe("regex", e.source);
1984
+ return de("regex", e.source);
1942
1985
  }, Q.date = function(e) {
1943
- return fe("date", e.toJSON());
1986
+ return de("date", e.toJSON());
1944
1987
  }, Q.array = function(e) {
1945
1988
  return e;
1946
1989
  }, Q.object = function(e) {
@@ -1954,8 +1997,8 @@ function Rr() {
1954
1997
  }, Q.null = function(e) {
1955
1998
  return e;
1956
1999
  }, Q[void 0] = function(e) {
1957
- return fe("undefined", e);
1958
- }, Q), ot = {}, Z, st = ((Z = {}).function = function() {
2000
+ return de("undefined", e);
2001
+ }, Q), st = {}, Z, at = ((Z = {}).function = function() {
1959
2002
  throw new Error("Function serialization is not implemented; nothing to deserialize");
1960
2003
  }, Z.error = function(e) {
1961
2004
  var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
@@ -1981,31 +2024,31 @@ function Rr() {
1981
2024
  }, Z.null = function(e) {
1982
2025
  return e;
1983
2026
  }, Z[void 0] = function() {
1984
- }, Z), at = {};
1985
- new E((function(e) {
2027
+ }, Z), dt = {};
2028
+ new x((function(e) {
1986
2029
  if (window.document && window.document.body) return e(window.document.body);
1987
2030
  var t = setInterval((function() {
1988
2031
  if (window.document && window.document.body)
1989
2032
  return clearInterval(t), e(window.document.body);
1990
2033
  }), 10);
1991
2034
  }));
1992
- function Fe() {
1993
- for (var e = q("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
2035
+ function qe() {
2036
+ for (var e = z("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
1994
2037
  var r = i[t];
1995
2038
  e.get(r).shouldClean() && e.del(r);
1996
2039
  }
1997
2040
  }
1998
2041
  function mi(e, t) {
1999
- var i = t.send, r = t.id, n = r === void 0 ? te() : r, d = e.then((function(l) {
2042
+ var i = t.send, r = t.id, n = r === void 0 ? te() : r, f = e.then((function(l) {
2000
2043
  if (H(l)) return ie(l).name;
2001
2044
  })), c = e.then((function(l) {
2002
2045
  if (U(l)) throw new Error("Window is closed, can not determine type");
2003
- return O(l) ? "popup" : "iframe";
2046
+ return W(l) ? "popup" : "iframe";
2004
2047
  }));
2005
- d.catch(ae), c.catch(ae);
2006
- var S = function() {
2048
+ f.catch(ae), c.catch(ae);
2049
+ var u = function() {
2007
2050
  return e.then((function(l) {
2008
- if (!U(l)) return H(l) ? ie(l).name : d;
2051
+ if (!U(l)) return H(l) ? ie(l).name : f;
2009
2052
  }));
2010
2053
  };
2011
2054
  return {
@@ -2013,7 +2056,7 @@ function Rr() {
2013
2056
  getType: function() {
2014
2057
  return c;
2015
2058
  },
2016
- getInstanceID: et((function() {
2059
+ getInstanceID: it((function() {
2017
2060
  return e.then((function(l) {
2018
2061
  return Ci(l, {
2019
2062
  send: i
@@ -2021,9 +2064,9 @@ function Rr() {
2021
2064
  }));
2022
2065
  })),
2023
2066
  close: function() {
2024
- return e.then(Zi);
2067
+ return e.then(Xi);
2025
2068
  },
2026
- getName: S,
2069
+ getName: u,
2027
2070
  focus: function() {
2028
2071
  return e.then((function(l) {
2029
2072
  l.focus();
@@ -2035,17 +2078,17 @@ function Rr() {
2035
2078
  }));
2036
2079
  },
2037
2080
  setLocation: function(l, p) {
2038
- return p === void 0 && (p = {}), e.then((function(g) {
2081
+ return p === void 0 && (p = {}), e.then((function(P) {
2039
2082
  var h = window.location.protocol + "//" + window.location.host, C = p.method, m = C === void 0 ? "get" : C, w = p.body;
2040
2083
  if (l.indexOf("/") === 0) l = "" + h + l;
2041
2084
  else if (!l.match(/^https?:\/\//) && l.indexOf(h) !== 0) throw new Error("Expected url to be http or https url, or absolute path, got " + JSON.stringify(l));
2042
- if (m === "post") return S().then((function(v) {
2085
+ if (m === "post") return u().then((function(v) {
2043
2086
  if (!v) throw new Error("Can not post to window without target name");
2044
2087
  (function(b) {
2045
- var D = b.url, j = b.target, L = b.body, A = b.method, F = A === void 0 ? "post" : A, k = document.createElement("form");
2046
- if (k.setAttribute("target", j), k.setAttribute("method", F), k.setAttribute("action", D), k.style.display = "none", L) for (var _ = 0, ee = Object.keys(L); _ < ee.length; _++) {
2047
- var B, $e = ee[_], Ye = document.createElement("input");
2048
- Ye.setAttribute("name", $e), Ye.setAttribute("value", (B = L[$e]) == null ? void 0 : B.toString()), k.appendChild(Ye);
2088
+ var D = b.url, j = b.target, L = b.body, A = b.method, q = A === void 0 ? "post" : A, k = document.createElement("form");
2089
+ if (k.setAttribute("target", j), k.setAttribute("method", q), k.setAttribute("action", D), k.style.display = "none", L) for (var _ = 0, ee = Object.keys(L); _ < ee.length; _++) {
2090
+ var B, be = ee[_], Ye = document.createElement("input");
2091
+ Ye.setAttribute("name", be), Ye.setAttribute("value", (B = L[be]) == null ? void 0 : B.toString()), k.appendChild(Ye);
2049
2092
  }
2050
2093
  ci().appendChild(k), k.submit(), ci().removeChild(k);
2051
2094
  })({
@@ -2056,31 +2099,31 @@ function Rr() {
2056
2099
  });
2057
2100
  }));
2058
2101
  if (m !== "get") throw new Error("Unsupported method: " + m);
2059
- if (H(g)) try {
2060
- if (g.location && typeof g.location.replace == "function") {
2061
- g.location.replace(l);
2102
+ if (H(P)) try {
2103
+ if (P.location && typeof P.location.replace == "function") {
2104
+ P.location.replace(l);
2062
2105
  return;
2063
2106
  }
2064
2107
  } catch (v) {
2065
2108
  }
2066
- g.location = l;
2109
+ P.location = l;
2067
2110
  }));
2068
2111
  },
2069
2112
  setName: function(l) {
2070
2113
  return e.then((function(p) {
2071
- var g = H(p), h = ti(p);
2072
- if (!g) throw new Error("Can not set name for cross-domain window: " + l);
2073
- ie(p).name = l, h && h.setAttribute("name", l), d = E.resolve(l);
2114
+ var P = H(p), h = ti(p);
2115
+ if (!P) throw new Error("Can not set name for cross-domain window: " + l);
2116
+ ie(p).name = l, h && h.setAttribute("name", l), f = x.resolve(l);
2074
2117
  }));
2075
2118
  }
2076
2119
  };
2077
2120
  }
2078
2121
  var X = (function() {
2079
2122
  function e(i) {
2080
- var r = i.send, n = i.win, d = i.serializedWindow;
2081
- 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 E(), this.serializedWindow = d || mi(this.actualWindowPromise, {
2123
+ var r = i.send, n = i.win, f = i.serializedWindow;
2124
+ 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, {
2082
2125
  send: r
2083
- }), q("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
2126
+ }), z("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
2084
2127
  send: r
2085
2128
  });
2086
2129
  }
@@ -2111,14 +2154,14 @@ function Rr() {
2111
2154
  return i;
2112
2155
  }));
2113
2156
  }, t.focus = function() {
2114
- var i = this, r = this.isPopup(), n = this.getName(), d = E.hash({
2157
+ var i = this, r = this.isPopup(), n = this.getName(), f = x.hash({
2115
2158
  isPopup: r,
2116
2159
  name: n
2117
- }).then((function(S) {
2118
- var l = S.name;
2119
- S.isPopup && l && window.open("", l, "noopener");
2160
+ }).then((function(u) {
2161
+ var l = u.name;
2162
+ u.isPopup && l && window.open("", l, "noopener");
2120
2163
  })), c = this.serializedWindow.focus();
2121
- return E.all([d, c]).then((function() {
2164
+ return x.all([f, c]).then((function() {
2122
2165
  return i;
2123
2166
  }));
2124
2167
  }, t.isClosed = function() {
@@ -2134,18 +2177,18 @@ function Rr() {
2134
2177
  }, t.awaitWindow = function() {
2135
2178
  return this.actualWindowPromise;
2136
2179
  }, t.matchWindow = function(i, r) {
2137
- var n = this, d = r.send;
2138
- return E.try((function() {
2139
- return n.actualWindow ? i === n.actualWindow : E.hash({
2180
+ var n = this, f = r.send;
2181
+ return x.try((function() {
2182
+ return n.actualWindow ? i === n.actualWindow : x.hash({
2140
2183
  proxyInstanceID: n.getInstanceID(),
2141
2184
  knownWindowInstanceID: Ci(i, {
2142
- send: d
2185
+ send: f
2143
2186
  })
2144
2187
  }).then((function(c) {
2145
- var S = c.proxyInstanceID === c.knownWindowInstanceID;
2146
- return S && n.setWindow(i, {
2147
- send: d
2148
- }), S;
2188
+ var u = c.proxyInstanceID === c.knownWindowInstanceID;
2189
+ return u && n.setWindow(i, {
2190
+ send: f
2191
+ }), u;
2149
2192
  }));
2150
2193
  }));
2151
2194
  }, t.unwrap = function() {
@@ -2160,35 +2203,35 @@ function Rr() {
2160
2203
  return e.isProxyWindow(i) ? i.unwrap() : i;
2161
2204
  }, e.serialize = function(i, r) {
2162
2205
  var n = r.send;
2163
- return Fe(), e.toProxyWindow(i, {
2206
+ return qe(), e.toProxyWindow(i, {
2164
2207
  send: n
2165
2208
  }).serialize();
2166
2209
  }, e.deserialize = function(i, r) {
2167
2210
  var n = r.send;
2168
- return Fe(), q("idToProxyWindow").get(i.id) || new e({
2211
+ return qe(), z("idToProxyWindow").get(i.id) || new e({
2169
2212
  serializedWindow: i,
2170
2213
  send: n
2171
2214
  });
2172
2215
  }, e.isProxyWindow = function(i) {
2173
- return !!(i && !Te(i) && i.isProxyWindow);
2216
+ return !!(i && !ke(i) && i.isProxyWindow);
2174
2217
  }, e.toProxyWindow = function(i, r) {
2175
2218
  var n = r.send;
2176
- if (Fe(), e.isProxyWindow(i)) return i;
2177
- var d = i;
2178
- return J("winToProxyWindow").get(d) || new e({
2179
- win: d,
2219
+ if (qe(), e.isProxyWindow(i)) return i;
2220
+ var f = i;
2221
+ return J("winToProxyWindow").get(f) || new e({
2222
+ win: f,
2180
2223
  send: n
2181
2224
  });
2182
2225
  }, e;
2183
2226
  })();
2184
2227
  function He(e, t, i, r, n) {
2185
- var d = J("methodStore"), c = q("proxyWindowMethods");
2228
+ var f = J("methodStore"), c = z("proxyWindowMethods");
2186
2229
  X.isProxyWindow(r) ? c.set(e, {
2187
2230
  val: t,
2188
2231
  name: i,
2189
2232
  domain: n,
2190
2233
  source: r
2191
- }) : (c.del(e), d.getOrSet(r, (function() {
2234
+ }) : (c.del(e), f.getOrSet(r, (function() {
2192
2235
  return {};
2193
2236
  }))[e] = {
2194
2237
  domain: n,
@@ -2197,29 +2240,29 @@ function Rr() {
2197
2240
  source: r
2198
2241
  });
2199
2242
  }
2200
- function $i(e, t) {
2201
- var i = J("methodStore"), r = q("proxyWindowMethods");
2243
+ function yi(e, t) {
2244
+ var i = J("methodStore"), r = z("proxyWindowMethods");
2202
2245
  return i.getOrSet(e, (function() {
2203
2246
  return {};
2204
2247
  }))[t] || r.get(t);
2205
2248
  }
2206
- function yi(e, t, i, r, n) {
2207
- c = (d = {
2249
+ function $i(e, t, i, r, n) {
2250
+ c = (f = {
2208
2251
  on: n.on,
2209
2252
  send: n.send
2210
- }).on, S = d.send, q("builtinListeners").getOrSet("functionCalls", (function() {
2253
+ }).on, u = f.send, z("builtinListeners").getOrSet("functionCalls", (function() {
2211
2254
  return c("postrobot_method", {
2212
2255
  domain: "*"
2213
- }, (function(g) {
2214
- var h = g.source, C = g.origin, m = g.data, w = m.id, v = m.name, b = $i(h, w);
2215
- if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + W(window));
2256
+ }, (function(P) {
2257
+ var h = P.source, C = P.origin, m = P.data, w = m.id, v = m.name, b = yi(h, w);
2258
+ if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + N(window));
2216
2259
  var D = b.source, j = b.domain, L = b.val;
2217
- return E.try((function() {
2218
- if (!V(j, C)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(ze(b.domain) ? b.domain.source : b.domain) + " does not match origin " + C + " in " + W(window));
2260
+ return x.try((function() {
2261
+ if (!V(j, C)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(Fe(b.domain) ? b.domain.source : b.domain) + " does not match origin " + C + " in " + N(window));
2219
2262
  if (X.isProxyWindow(D)) return D.matchWindow(h, {
2220
- send: S
2263
+ send: u
2221
2264
  }).then((function(A) {
2222
- if (!A) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + W(window));
2265
+ if (!A) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + N(window));
2223
2266
  }));
2224
2267
  })).then((function() {
2225
2268
  return L.apply({
@@ -2227,11 +2270,11 @@ function Rr() {
2227
2270
  origin: C
2228
2271
  }, m.args);
2229
2272
  }), (function(A) {
2230
- return E.try((function() {
2273
+ return x.try((function() {
2231
2274
  if (L.onError) return L.onError(A);
2232
2275
  })).then((function() {
2233
- throw A.stack && (A.stack = "Remote call to " + v + "(" + (function(F) {
2234
- return F === void 0 && (F = []), (k = F, [].slice.call(k)).map((function(_) {
2276
+ throw A.stack && (A.stack = "Remote call to " + v + "(" + (function(q) {
2277
+ return q === void 0 && (q = []), (k = q, [].slice.call(k)).map((function(_) {
2235
2278
  return typeof _ == "string" ? "'" + _ + "'" : _ === void 0 ? "undefined" : _ === null ? "null" : typeof _ == "boolean" ? _.toString() : Array.isArray(_) ? "[ ... ]" : typeof _ == "object" ? "{ ... }" : typeof _ == "function" ? "() => { ... }" : "<" + typeof _ + ">";
2236
2279
  })).join(", ");
2237
2280
  var k;
@@ -2248,94 +2291,94 @@ function Rr() {
2248
2291
  }));
2249
2292
  }));
2250
2293
  }));
2251
- var d, c, S, l = i.__id__ || te();
2294
+ var f, c, u, l = i.__id__ || te();
2252
2295
  e = X.unwrap(e);
2253
2296
  var p = i.__name__ || i.name || r;
2254
- 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(g) {
2255
- He(l, i, p, g, t);
2256
- }))) : He(l, i, p, e, t), fe("cross_domain_function", {
2297
+ 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) {
2298
+ He(l, i, p, P, t);
2299
+ }))) : He(l, i, p, e, t), de("cross_domain_function", {
2257
2300
  id: l,
2258
2301
  name: p
2259
2302
  });
2260
2303
  }
2261
2304
  function vi(e, t, i, r) {
2262
- var n, d = r.on, c = r.send;
2263
- return (function(S, l) {
2264
- l === void 0 && (l = ot);
2265
- var p = JSON.stringify(S, (function(g) {
2266
- var h = this[g];
2267
- if (qe(this)) return h;
2305
+ var n, f = r.on, c = r.send;
2306
+ return (function(u, l) {
2307
+ l === void 0 && (l = st);
2308
+ var p = JSON.stringify(u, (function(P) {
2309
+ var h = this[P];
2310
+ if (ze(this)) return h;
2268
2311
  var C = Pi(h);
2269
2312
  if (!C) return h;
2270
- var m = l[C] || nt[C];
2271
- return m ? m(h, g) : h;
2313
+ var m = l[C] || ot[C];
2314
+ return m ? m(h, P) : h;
2272
2315
  }));
2273
2316
  return p === void 0 ? "undefined" : p;
2274
- })(i, ((n = {}).promise = function(S, l) {
2275
- return (function(p, g, h, C, m) {
2276
- return fe("cross_domain_zalgo_promise", {
2277
- then: yi(p, g, (function(w, v) {
2317
+ })(i, ((n = {}).promise = function(u, l) {
2318
+ return (function(p, P, h, C, m) {
2319
+ return de("cross_domain_zalgo_promise", {
2320
+ then: $i(p, P, (function(w, v) {
2278
2321
  return h.then(w, v);
2279
2322
  }), C, {
2280
2323
  on: m.on,
2281
2324
  send: m.send
2282
2325
  })
2283
2326
  });
2284
- })(e, t, S, l, {
2285
- on: d,
2327
+ })(e, t, u, l, {
2328
+ on: f,
2286
2329
  send: c
2287
2330
  });
2288
- }, n.function = function(S, l) {
2289
- return yi(e, t, S, l, {
2290
- on: d,
2331
+ }, n.function = function(u, l) {
2332
+ return $i(e, t, u, l, {
2333
+ on: f,
2291
2334
  send: c
2292
2335
  });
2293
- }, n.object = function(S) {
2294
- return Te(S) || X.isProxyWindow(S) ? fe("cross_domain_window", X.serialize(S, {
2336
+ }, n.object = function(u) {
2337
+ return ke(u) || X.isProxyWindow(u) ? de("cross_domain_window", X.serialize(u, {
2295
2338
  send: c
2296
- })) : S;
2339
+ })) : u;
2297
2340
  }, n));
2298
2341
  }
2299
2342
  function bi(e, t, i, r) {
2300
- var n, d = r.send;
2301
- return (function(c, S) {
2302
- if (S === void 0 && (S = at), c !== "undefined") return JSON.parse(c, (function(l, p) {
2303
- if (qe(this)) return p;
2304
- var g, h;
2305
- if (qe(p) ? (g = p.__type__, h = p.__val__) : (g = Pi(p), h = p), !g) return h;
2306
- var C = S[g] || st[g];
2343
+ var n, f = r.send;
2344
+ return (function(c, u) {
2345
+ if (u === void 0 && (u = dt), c !== "undefined") return JSON.parse(c, (function(l, p) {
2346
+ if (ze(this)) return p;
2347
+ var P, h;
2348
+ if (ze(p) ? (P = p.__type__, h = p.__val__) : (P = Pi(p), h = p), !P) return h;
2349
+ var C = u[P] || at[P];
2307
2350
  return C ? C(h, l) : h;
2308
2351
  }));
2309
2352
  })(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
2310
- return (function(S, l, p) {
2311
- return new E(p.then);
2353
+ return (function(u, l, p) {
2354
+ return new x(p.then);
2312
2355
  })(0, 0, c);
2313
2356
  }, n.cross_domain_function = function(c) {
2314
- return (function(S, l, p, g) {
2315
- var h = p.id, C = p.name, m = g.send, w = function(b) {
2357
+ return (function(u, l, p, P) {
2358
+ var h = p.id, C = p.name, m = P.send, w = function(b) {
2316
2359
  b === void 0 && (b = {});
2317
2360
  function D() {
2318
2361
  var j = arguments;
2319
- return X.toProxyWindow(S, {
2362
+ return X.toProxyWindow(u, {
2320
2363
  send: m
2321
2364
  }).awaitWindow().then((function(L) {
2322
- var A = $i(L, h);
2365
+ var A = yi(L, h);
2323
2366
  if (A && A.val !== D) return A.val.apply({
2324
2367
  source: window,
2325
- origin: W()
2368
+ origin: N()
2326
2369
  }, j);
2327
- var F = [].slice.call(j);
2370
+ var q = [].slice.call(j);
2328
2371
  return b.fireAndForget ? m(L, "postrobot_method", {
2329
2372
  id: h,
2330
2373
  name: C,
2331
- args: F
2374
+ args: q
2332
2375
  }, {
2333
2376
  domain: l,
2334
2377
  fireAndForget: !0
2335
2378
  }) : m(L, "postrobot_method", {
2336
2379
  id: h,
2337
2380
  name: C,
2338
- args: F
2381
+ args: q
2339
2382
  }, {
2340
2383
  domain: l,
2341
2384
  fireAndForget: !1
@@ -2346,17 +2389,17 @@ function Rr() {
2346
2389
  throw L;
2347
2390
  }));
2348
2391
  }
2349
- return D.__name__ = C, D.__origin__ = l, D.__source__ = S, D.__id__ = h, D.origin = l, D;
2392
+ return D.__name__ = C, D.__origin__ = l, D.__source__ = u, D.__id__ = h, D.origin = l, D;
2350
2393
  }, v = w();
2351
2394
  return v.fireAndForget = w({
2352
2395
  fireAndForget: !0
2353
2396
  }), v;
2354
2397
  })(e, t, c, {
2355
- send: d
2398
+ send: f
2356
2399
  });
2357
2400
  }, n.cross_domain_window = function(c) {
2358
2401
  return X.deserialize(c, {
2359
- send: d
2402
+ send: f
2360
2403
  });
2361
2404
  }, n));
2362
2405
  }
@@ -2365,30 +2408,30 @@ function Rr() {
2365
2408
  i.indexOf("file:") === 0 && (i = "*"), e.postMessage(t, i);
2366
2409
  };
2367
2410
  function Ve(e, t, i, r) {
2368
- var n = r.on, d = r.send;
2369
- return E.try((function() {
2411
+ var n = r.on, f = r.send;
2412
+ return x.try((function() {
2370
2413
  var c = J().getOrSet(e, (function() {
2371
2414
  return {};
2372
2415
  }));
2373
- return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || E.flush().then((function() {
2416
+ return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || x.flush().then((function() {
2374
2417
  if (U(e)) throw new Error("Window is closed");
2375
- var S = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2418
+ var u = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2376
2419
  on: n,
2377
- send: d
2420
+ send: f
2378
2421
  }), l;
2379
2422
  delete c.buffer;
2380
- for (var p = Object.keys(Ge), g = [], h = 0; h < p.length; h++) {
2423
+ for (var p = Object.keys(Ge), P = [], h = 0; h < p.length; h++) {
2381
2424
  var C = p[h];
2382
2425
  try {
2383
- Ge[C](e, S, t);
2426
+ Ge[C](e, u, t);
2384
2427
  } catch (m) {
2385
- g.push(m);
2428
+ P.push(m);
2386
2429
  }
2387
2430
  }
2388
- if (g.length === p.length) throw new Error(`All post-robot messaging strategies failed:
2431
+ if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
2389
2432
 
2390
- ` + g.map((function(m, w) {
2391
- return w + ". " + ge(m);
2433
+ ` + P.map((function(m, w) {
2434
+ return w + ". " + ye(m);
2392
2435
  })).join(`
2393
2436
 
2394
2437
  `));
@@ -2398,28 +2441,28 @@ function Rr() {
2398
2441
  })).then(ae);
2399
2442
  }
2400
2443
  function wi(e) {
2401
- return q("responseListeners").get(e);
2444
+ return z("responseListeners").get(e);
2402
2445
  }
2403
2446
  function Ii(e) {
2404
- q("responseListeners").del(e);
2447
+ z("responseListeners").del(e);
2405
2448
  }
2406
2449
  function Ti(e) {
2407
- return q("erroredResponseListeners").has(e);
2450
+ return z("erroredResponseListeners").has(e);
2408
2451
  }
2409
2452
  function ki(e) {
2410
2453
  var t = e.name, i = e.win, r = e.domain, n = J("requestListeners");
2411
2454
  if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
2412
- for (var d = 0, c = [i, Ee()]; d < c.length; d++) {
2413
- var S = c[d];
2414
- if (S) {
2415
- var l = n.get(S);
2455
+ for (var f = 0, c = [i, De()]; f < c.length; f++) {
2456
+ var u = c[f];
2457
+ if (u) {
2458
+ var l = n.get(u);
2416
2459
  if (l) {
2417
2460
  var p = l[t];
2418
2461
  if (p) {
2419
2462
  if (r && typeof r == "string") {
2420
2463
  if (p[r]) return p[r];
2421
- if (p.__domain_regex__) for (var g = 0, h = p.__domain_regex__; g < h.length; g++) {
2422
- var C = h[g], m = C.listener;
2464
+ if (p.__domain_regex__) for (var P = 0, h = p.__domain_regex__; P < h.length; P++) {
2465
+ var C = h[P], m = C.listener;
2423
2466
  if (V(C.regex, r)) return m;
2424
2467
  }
2425
2468
  }
@@ -2430,52 +2473,52 @@ function Rr() {
2430
2473
  }
2431
2474
  }
2432
2475
  function ft(e, t, i, r) {
2433
- var n = r.on, d = r.send, c = ki({
2476
+ var n = r.on, f = r.send, c = ki({
2434
2477
  name: i.name,
2435
2478
  win: e,
2436
2479
  domain: t
2437
- }), S = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2438
- function l(p, g, h) {
2439
- return E.flush().then((function() {
2480
+ }), u = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2481
+ function l(p, P, h) {
2482
+ return x.flush().then((function() {
2440
2483
  if (!i.fireAndForget && !U(e)) try {
2441
2484
  return Ve(e, t, {
2442
2485
  id: te(),
2443
- origin: W(window),
2486
+ origin: N(window),
2444
2487
  type: "postrobot_message_response",
2445
2488
  hash: i.hash,
2446
2489
  name: i.name,
2447
2490
  ack: p,
2448
- data: g,
2491
+ data: P,
2449
2492
  error: h
2450
2493
  }, {
2451
2494
  on: n,
2452
- send: d
2495
+ send: f
2453
2496
  });
2454
2497
  } catch (C) {
2455
- throw new Error("Send response message failed for " + S + " in " + W() + `
2498
+ throw new Error("Send response message failed for " + u + " in " + N() + `
2456
2499
 
2457
- ` + ge(C));
2500
+ ` + ye(C));
2458
2501
  }
2459
2502
  }));
2460
2503
  }
2461
- return E.all([E.flush().then((function() {
2504
+ return x.all([x.flush().then((function() {
2462
2505
  if (!i.fireAndForget && !U(e)) try {
2463
2506
  return Ve(e, t, {
2464
2507
  id: te(),
2465
- origin: W(window),
2508
+ origin: N(window),
2466
2509
  type: "postrobot_message_ack",
2467
2510
  hash: i.hash,
2468
2511
  name: i.name
2469
2512
  }, {
2470
2513
  on: n,
2471
- send: d
2514
+ send: f
2472
2515
  });
2473
2516
  } catch (p) {
2474
- throw new Error("Send ack message failed for " + S + " in " + W() + `
2517
+ throw new Error("Send ack message failed for " + u + " in " + N() + `
2475
2518
 
2476
- ` + ge(p));
2519
+ ` + ye(p));
2477
2520
  }
2478
- })), E.try((function() {
2521
+ })), x.try((function() {
2479
2522
  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);
2480
2523
  return c.handler({
2481
2524
  source: e,
@@ -2491,7 +2534,7 @@ function Rr() {
2491
2534
  throw p;
2492
2535
  }));
2493
2536
  }
2494
- function dt(e, t, i) {
2537
+ function ct(e, t, i) {
2495
2538
  if (!Ti(i.hash)) {
2496
2539
  var r = wi(i.hash);
2497
2540
  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);
@@ -2504,11 +2547,11 @@ function Rr() {
2504
2547
  r.ack = !0;
2505
2548
  }
2506
2549
  }
2507
- function ct(e, t, i) {
2550
+ function pt(e, t, i) {
2508
2551
  if (!Ti(i.hash)) {
2509
2552
  var r = wi(i.hash);
2510
2553
  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);
2511
- if (!V(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : P(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
2554
+ if (!V(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()));
2512
2555
  var n;
2513
2556
  if (e !== r.win) throw new Error("Response source does not match registered window");
2514
2557
  Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
@@ -2519,16 +2562,16 @@ function Rr() {
2519
2562
  }
2520
2563
  }
2521
2564
  function Ri(e, t) {
2522
- var i = t.on, r = t.send, n = q("receivedMessages");
2565
+ var i = t.on, r = t.send, n = z("receivedMessages");
2523
2566
  try {
2524
2567
  if (!window || window.closed || !e.source) return;
2525
- } catch (g) {
2568
+ } catch (P) {
2526
2569
  return;
2527
2570
  }
2528
- var d = e.source, c = e.origin, S = (function(g, h, C, m) {
2571
+ var f = e.source, c = e.origin, u = (function(P, h, C, m) {
2529
2572
  var w = m.on, v = m.send, b;
2530
2573
  try {
2531
- b = bi(h, C, g, {
2574
+ b = bi(h, C, P, {
2532
2575
  on: w,
2533
2576
  send: v
2534
2577
  });
@@ -2539,39 +2582,39 @@ function Rr() {
2539
2582
  var D = b.__post_robot_10_0_46__;
2540
2583
  if (Array.isArray(D)) return D;
2541
2584
  }
2542
- })(e.data, d, c, {
2585
+ })(e.data, f, c, {
2543
2586
  on: i,
2544
2587
  send: r
2545
2588
  });
2546
- if (S) {
2547
- gi(d);
2548
- for (var l = 0; l < S.length; l++) {
2549
- var p = S[l];
2550
- if (n.has(p.id) || (n.set(p.id, !0), U(d) && !p.fireAndForget)) return;
2589
+ if (u) {
2590
+ gi(f);
2591
+ for (var l = 0; l < u.length; l++) {
2592
+ var p = u[l];
2593
+ if (n.has(p.id) || (n.set(p.id, !0), U(f) && !p.fireAndForget)) return;
2551
2594
  p.origin.indexOf("file:") === 0 && (c = "file://");
2552
2595
  try {
2553
- p.type === "postrobot_message_request" ? ft(d, c, p, {
2596
+ p.type === "postrobot_message_request" ? ft(f, c, p, {
2554
2597
  on: i,
2555
2598
  send: r
2556
- }) : p.type === "postrobot_message_response" ? ct(d, c, p) : p.type === "postrobot_message_ack" && dt(d, c, p);
2557
- } catch (g) {
2599
+ }) : p.type === "postrobot_message_response" ? pt(f, c, p) : p.type === "postrobot_message_ack" && ct(f, c, p);
2600
+ } catch (P) {
2558
2601
  setTimeout((function() {
2559
- throw g;
2602
+ throw P;
2560
2603
  }), 0);
2561
2604
  }
2562
2605
  }
2563
2606
  }
2564
2607
  }
2565
- function de(e, t, i) {
2608
+ function fe(e, t, i) {
2566
2609
  if (!e) throw new Error("Expected name");
2567
2610
  if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
2568
- var r = (function n(d, c) {
2569
- var S = d.name, l = d.win, p = d.domain, g = J("requestListeners");
2570
- if (!S || typeof S != "string") throw new Error("Name required to add request listener");
2611
+ var r = (function n(f, c) {
2612
+ var u = f.name, l = f.win, p = f.domain, P = J("requestListeners");
2613
+ if (!u || typeof u != "string") throw new Error("Name required to add request listener");
2571
2614
  if (l && l !== "*" && X.isProxyWindow(l)) {
2572
2615
  var h = l.awaitWindow().then((function(B) {
2573
2616
  return n({
2574
- name: S,
2617
+ name: u,
2575
2618
  win: B,
2576
2619
  domain: p
2577
2620
  }, c);
@@ -2587,7 +2630,7 @@ function Rr() {
2587
2630
  var C = l;
2588
2631
  if (Array.isArray(C)) {
2589
2632
  for (var m = [], w = 0, v = C; w < v.length; w++) m.push(n({
2590
- name: S,
2633
+ name: u,
2591
2634
  domain: p,
2592
2635
  win: v[w]
2593
2636
  }, c));
@@ -2599,7 +2642,7 @@ function Rr() {
2599
2642
  }
2600
2643
  if (Array.isArray(p)) {
2601
2644
  for (var b = [], D = 0, j = p; D < j.length; D++) b.push(n({
2602
- name: S,
2645
+ name: u,
2603
2646
  win: C,
2604
2647
  domain: j[D]
2605
2648
  }, c));
@@ -2610,26 +2653,26 @@ function Rr() {
2610
2653
  };
2611
2654
  }
2612
2655
  var L = ki({
2613
- name: S,
2656
+ name: u,
2614
2657
  win: C,
2615
2658
  domain: p
2616
2659
  });
2617
- C && C !== "*" || (C = Ee());
2660
+ C && C !== "*" || (C = De());
2618
2661
  var A = (p = p || "*").toString();
2619
- if (L) throw C && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (C === Ee() ? "wildcard" : "specified") + " window") : C ? new Error("Request listener already exists for " + S + " for " + (C === Ee() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
2620
- var F = g.getOrSet(C, (function() {
2662
+ 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);
2663
+ var q = P.getOrSet(C, (function() {
2621
2664
  return {};
2622
- })), k = Pe(F, S, (function() {
2665
+ })), k = $e(q, u, (function() {
2623
2666
  return {};
2624
2667
  })), _, ee;
2625
- return ze(p) ? (_ = Pe(k, "__domain_regex__", (function() {
2668
+ return Fe(p) ? (_ = $e(k, "__domain_regex__", (function() {
2626
2669
  return [];
2627
2670
  }))).push(ee = {
2628
2671
  regex: p,
2629
2672
  listener: c
2630
2673
  }) : k[A] = c, {
2631
2674
  cancel: function() {
2632
- delete k[A], ee && (_.splice(_.indexOf(ee, 1)), _.length || delete k.__domain_regex__), Object.keys(k).length || delete F[S], C && !Object.keys(F).length && g.del(C);
2675
+ delete k[A], ee && (_.splice(_.indexOf(ee, 1)), _.length || delete k.__domain_regex__), Object.keys(k).length || delete q[u], C && !Object.keys(q).length && P.del(C);
2633
2676
  }
2634
2677
  };
2635
2678
  })({
@@ -2648,35 +2691,35 @@ function Rr() {
2648
2691
  }
2649
2692
  };
2650
2693
  }
2651
- function pt(e, t, i) {
2694
+ function lt(e, t, i) {
2652
2695
  typeof (t = t || {}) == "function" && (i = t, t = {});
2653
- var r = new E(), n;
2654
- return t.errorHandler = function(d) {
2655
- n.cancel(), r.reject(d);
2656
- }, n = de(e, t, (function(d) {
2657
- if (n.cancel(), r.resolve(d), i) return i(d);
2696
+ var r = new x(), n;
2697
+ return t.errorHandler = function(f) {
2698
+ n.cancel(), r.reject(f);
2699
+ }, n = fe(e, t, (function(f) {
2700
+ if (n.cancel(), r.resolve(f), i) return i(f);
2658
2701
  })), r.cancel = n.cancel, r;
2659
2702
  }
2660
2703
  var oe = function e(t, i, r, n) {
2661
- var d = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
2704
+ var f = (n = n || {}).domain || "*", c = n.timeout || -1, u = n.timeout || 5e3, l = n.fireAndForget || !1;
2662
2705
  return X.toProxyWindow(t, {
2663
2706
  send: e
2664
2707
  }).awaitWindow().then((function(p) {
2665
- return E.try((function() {
2666
- if ((function(g, h, C) {
2667
- if (!g) throw new Error("Expected name");
2668
- if (typeof C != "string" && !Array.isArray(C) && !ze(C)) throw new TypeError("Can not send " + g + ". Expected domain " + JSON.stringify(C) + " to be a string, array, or regex");
2669
- if (U(h)) throw new Error("Can not send " + g + ". Target window is closed");
2670
- })(i, p, d), (function(g, h) {
2708
+ return x.try((function() {
2709
+ if ((function(P, h, C) {
2710
+ if (!P) throw new Error("Expected name");
2711
+ 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");
2712
+ if (U(h)) throw new Error("Can not send " + P + ". Target window is closed");
2713
+ })(i, p, f), (function(P, h) {
2671
2714
  var C = ne(h);
2672
- if (C) return C === g;
2673
- if (h === g || (function(v) {
2715
+ if (C) return C === P;
2716
+ if (h === P || (function(v) {
2674
2717
  v === void 0 && (v = window);
2675
2718
  try {
2676
2719
  if (v.top) return v.top;
2677
2720
  } catch (L) {
2678
2721
  }
2679
- if (x(v) === v) return v;
2722
+ if (E(v) === v) return v;
2680
2723
  try {
2681
2724
  if (ce(window, v) && window.top) return window.top;
2682
2725
  } catch (L) {
@@ -2686,52 +2729,52 @@ function Rr() {
2686
2729
  } catch (L) {
2687
2730
  }
2688
2731
  for (var b = 0, D = (function L(A) {
2689
- for (var F = [], k = 0, _ = K(A); k < _.length; k++) {
2732
+ for (var q = [], k = 0, _ = K(A); k < _.length; k++) {
2690
2733
  var ee = _[k];
2691
- F.push(ee);
2692
- for (var B = 0, $e = L(ee); B < $e.length; B++) F.push($e[B]);
2734
+ q.push(ee);
2735
+ for (var B = 0, be = L(ee); B < be.length; B++) q.push(be[B]);
2693
2736
  }
2694
- return F;
2737
+ return q;
2695
2738
  })(v); b < D.length; b++) {
2696
2739
  var j = D[b];
2697
2740
  try {
2698
2741
  if (j.top) return j.top;
2699
2742
  } catch (L) {
2700
2743
  }
2701
- if (x(j) === j) return j;
2744
+ if (E(j) === j) return j;
2702
2745
  }
2703
2746
  })(h) === h) return !1;
2704
- for (var m = 0, w = K(g); m < w.length; m++) if (w[m] === h) return !0;
2747
+ for (var m = 0, w = K(P); m < w.length; m++) if (w[m] === h) return !0;
2705
2748
  return !1;
2706
- })(window, p)) return (function(g, h, C) {
2749
+ })(window, p)) return (function(P, h, C) {
2707
2750
  h === void 0 && (h = 5e3), C === void 0 && (C = "Window");
2708
2751
  var m = (function(w) {
2709
2752
  return J("helloPromises").getOrSet(w, (function() {
2710
- return new E();
2753
+ return new x();
2711
2754
  }));
2712
- })(g);
2755
+ })(P);
2713
2756
  return h !== -1 && (m = m.timeout(h, new Error(C + " did not load after " + h + "ms"))), m;
2714
- })(p, S);
2715
- })).then((function(g) {
2757
+ })(p, u);
2758
+ })).then((function(P) {
2716
2759
  return (function(h, C, m, w) {
2717
2760
  var v = w.send;
2718
- return E.try((function() {
2719
- return typeof C == "string" ? C : E.try((function() {
2761
+ return x.try((function() {
2762
+ return typeof C == "string" ? C : x.try((function() {
2720
2763
  return m || Ue(h, {
2721
2764
  send: v
2722
2765
  }).then((function(b) {
2723
2766
  return b.domain;
2724
2767
  }));
2725
2768
  })).then((function(b) {
2726
- if (!V(C, C)) throw new Error("Domain " + di(C) + " does not match " + di(C));
2769
+ if (!V(C, C)) throw new Error("Domain " + fi(C) + " does not match " + fi(C));
2727
2770
  return b;
2728
2771
  }));
2729
2772
  }));
2730
- })(p, d, (g === void 0 ? {} : g).domain, {
2773
+ })(p, f, (P === void 0 ? {} : P).domain, {
2731
2774
  send: e
2732
2775
  });
2733
- })).then((function(g) {
2734
- var h = g, C = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new E(), w = i + "_" + te();
2776
+ })).then((function(P) {
2777
+ var h = P, C = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new x(), w = i + "_" + te();
2735
2778
  if (!l) {
2736
2779
  var v = {
2737
2780
  name: i,
@@ -2740,26 +2783,26 @@ function Rr() {
2740
2783
  promise: m
2741
2784
  };
2742
2785
  (function(k, _) {
2743
- q("responseListeners").set(k, _);
2786
+ z("responseListeners").set(k, _);
2744
2787
  })(w, v);
2745
2788
  var b = J("requestPromises").getOrSet(p, (function() {
2746
2789
  return [];
2747
2790
  }));
2748
2791
  b.push(m), m.catch((function() {
2749
2792
  (function(k) {
2750
- q("erroredResponseListeners").set(k, !0);
2793
+ z("erroredResponseListeners").set(k, !0);
2751
2794
  })(w), Ii(w);
2752
2795
  }));
2753
2796
  var D = (function(k) {
2754
2797
  return J("knownWindows").get(k, !1);
2755
- })(p) ? 1e4 : 2e3, j = c, L = D, A = j, F = (function(k, _) {
2798
+ })(p) ? 1e4 : 2e3, j = c, L = D, A = j, q = (function(k, _) {
2756
2799
  var ee;
2757
2800
  return (function B() {
2758
2801
  ee = setTimeout((function() {
2759
2802
  (function() {
2760
2803
  if (U(p)) return m.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2761
2804
  if (v.cancelled) return m.reject(new Error("Response listener was cancelled for " + i));
2762
- L = Math.max(L - 500, 0), A !== -1 && (A = Math.max(A - 500, 0)), v.ack || L !== 0 ? A === 0 && m.reject(new Error("No response for postMessage " + C + " in " + W() + " in " + j + "ms")) : m.reject(new Error("No ack for postMessage " + C + " in " + W() + " in " + D + "ms"));
2805
+ L = Math.max(L - 500, 0), A !== -1 && (A = Math.max(A - 500, 0)), v.ack || L !== 0 ? A === 0 && m.reject(new Error("No response for postMessage " + C + " in " + N() + " in " + j + "ms")) : m.reject(new Error("No ack for postMessage " + C + " in " + N() + " in " + D + "ms"));
2763
2806
  })(), B();
2764
2807
  }), 500);
2765
2808
  })(), {
@@ -2769,74 +2812,74 @@ function Rr() {
2769
2812
  };
2770
2813
  })();
2771
2814
  m.finally((function() {
2772
- F.cancel(), b.splice(b.indexOf(m, 1));
2815
+ q.cancel(), b.splice(b.indexOf(m, 1));
2773
2816
  })).catch(ae);
2774
2817
  }
2775
2818
  return Ve(p, h, {
2776
2819
  id: te(),
2777
- origin: W(window),
2820
+ origin: N(window),
2778
2821
  type: "postrobot_message_request",
2779
2822
  hash: w,
2780
2823
  name: i,
2781
2824
  data: r,
2782
2825
  fireAndForget: l
2783
2826
  }, {
2784
- on: de,
2827
+ on: fe,
2785
2828
  send: e
2786
2829
  }).then((function() {
2787
2830
  return l ? m.resolve() : m;
2788
2831
  }), (function(k) {
2789
- throw new Error("Send request message failed for " + C + " in " + W() + `
2832
+ throw new Error("Send request message failed for " + C + " in " + N() + `
2790
2833
 
2791
- ` + ge(k));
2834
+ ` + ye(k));
2792
2835
  }));
2793
2836
  }));
2794
2837
  }));
2795
2838
  };
2796
- function lt(e, t, i) {
2839
+ function St(e, t, i) {
2797
2840
  return vi(e, t, i, {
2798
- on: de,
2841
+ on: fe,
2799
2842
  send: oe
2800
2843
  });
2801
2844
  }
2802
- function St(e, t, i) {
2845
+ function ut(e, t, i) {
2803
2846
  return bi(e, t, i, {
2804
2847
  send: oe
2805
2848
  });
2806
2849
  }
2807
- function ut(e) {
2850
+ function ht(e) {
2808
2851
  return new X({
2809
2852
  send: oe,
2810
2853
  win: e
2811
2854
  });
2812
2855
  }
2813
- function ht(e) {
2856
+ function Ct(e) {
2814
2857
  return X.toProxyWindow(e, {
2815
2858
  send: oe
2816
2859
  });
2817
2860
  }
2818
- function xi() {
2819
- me().initialized || (me().initialized = !0, t = (e = {
2820
- on: de,
2861
+ function Ei() {
2862
+ ve().initialized || (ve().initialized = !0, t = (e = {
2863
+ on: fe,
2821
2864
  send: oe
2822
- }).on, i = e.send, (r = me()).receiveMessage = r.receiveMessage || function(n) {
2865
+ }).on, i = e.send, (r = ve()).receiveMessage = r.receiveMessage || function(n) {
2823
2866
  return Ri(n, {
2824
2867
  on: t,
2825
2868
  send: i
2826
2869
  });
2827
2870
  }, (function(n) {
2828
- var d = n.on, c = n.send;
2829
- q().getOrSet("postMessageListener", (function() {
2830
- return (function(S, l, p) {
2831
- return S.addEventListener("message", p), {
2871
+ var f = n.on, c = n.send;
2872
+ z().getOrSet("postMessageListener", (function() {
2873
+ return (function(u, l, p) {
2874
+ return u.addEventListener("message", p), {
2832
2875
  cancel: function() {
2833
- S.removeEventListener("message", p);
2876
+ u.removeEventListener("message", p);
2834
2877
  }
2835
2878
  };
2836
- })(window, 0, (function(S) {
2879
+ })(window, 0, (function(u) {
2837
2880
  (function(l, p) {
2838
- var g = p.on, h = p.send;
2839
- E.try((function() {
2881
+ var P = p.on, h = p.send;
2882
+ x.try((function() {
2840
2883
  var C = l.source || l.sourceElement, m = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
2841
2884
  if (m === "null" && (m = "file://"), C) {
2842
2885
  if (!m) throw new Error("Post message did not have origin domain");
@@ -2845,24 +2888,24 @@ function Rr() {
2845
2888
  origin: m,
2846
2889
  data: w
2847
2890
  }, {
2848
- on: g,
2891
+ on: P,
2849
2892
  send: h
2850
2893
  });
2851
2894
  }
2852
2895
  }));
2853
- })(S, {
2854
- on: d,
2896
+ })(u, {
2897
+ on: f,
2855
2898
  send: c
2856
2899
  });
2857
2900
  }));
2858
2901
  }));
2859
2902
  })({
2860
- on: de,
2903
+ on: fe,
2861
2904
  send: oe
2862
2905
  }), (function(n) {
2863
- var d = n.on, c = n.send;
2864
- q("builtinListeners").getOrSet("helloListener", (function() {
2865
- var S = d("postrobot_hello", {
2906
+ var f = n.on, c = n.send;
2907
+ z("builtinListeners").getOrSet("helloListener", (function() {
2908
+ var u = f("postrobot_hello", {
2866
2909
  domain: "*"
2867
2910
  }, (function(p) {
2868
2911
  return hi(p.source, {
@@ -2874,52 +2917,53 @@ function Rr() {
2874
2917
  return l && Ue(l, {
2875
2918
  send: c
2876
2919
  }).catch((function(p) {
2877
- })), S;
2920
+ })), u;
2878
2921
  }));
2879
2922
  })({
2880
- on: de,
2923
+ on: fe,
2881
2924
  send: oe
2882
2925
  }));
2883
2926
  var e, t, i, r;
2884
2927
  }
2885
- function Ct() {
2928
+ function gt() {
2886
2929
  (function() {
2887
- for (var t = q("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2888
- var n = r[i], d = t.get(n);
2889
- d && (d.cancelled = !0), t.del(n);
2930
+ for (var t = z("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2931
+ var n = r[i], f = t.get(n);
2932
+ f && (f.cancelled = !0), t.del(n);
2890
2933
  }
2891
- })(), (e = q().get("postMessageListener")) && e.cancel();
2934
+ })(), (e = z().get("postMessageListener")) && e.cancel();
2892
2935
  var e;
2893
2936
  delete window.__post_robot_10_0_46__;
2894
2937
  }
2895
- var gt = !0;
2896
- function Pt(e) {
2938
+ var Pt = !0;
2939
+ function mt(e) {
2897
2940
  for (var t = 0, i = J("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (U(e) ? "closed" : "cleaned up") + " before response")).catch(ae);
2898
2941
  }
2899
- xi();
2942
+ Ei();
2900
2943
  }]);
2901
2944
  }));
2902
- })(Ae)), Ae.exports;
2945
+ })(Le)), Le.exports;
2903
2946
  }
2904
2947
  var Gi;
2905
- function xr() {
2948
+ function _r() {
2906
2949
  return Gi || (Gi = 1, (function(o) {
2907
- o.exports = Rr(), o.exports.default = o.exports;
2950
+ o.exports = Lr(), o.exports.default = o.exports;
2908
2951
  })(Qe)), Qe.exports;
2909
2952
  }
2910
- var Qi = xr();
2911
- const Er = /* @__PURE__ */ Tr(Qi), Ie = /* @__PURE__ */ It({
2953
+ var Zi = _r();
2954
+ const Or = /* @__PURE__ */ Dr(Zi), ue = /* @__PURE__ */ Tt({
2912
2955
  __proto__: null,
2913
- default: Er
2914
- }, [Qi]);
2956
+ default: Or
2957
+ }, [Zi]);
2915
2958
  export {
2916
2959
  Vi as ConsentBox,
2960
+ Yi as ConsentFormBox,
2917
2961
  Ze as DisclosureRequestBox,
2918
- Yi as PrivacyCenterBox,
2919
- Ar as SoyioTypes,
2920
- Lr as SoyioWidget,
2962
+ Ki as PrivacyCenterBox,
2963
+ Wr as SoyioTypes,
2964
+ Mr as SoyioWidget,
2921
2965
  ei as _TooltipManager,
2922
- _r as appearanceSchema,
2923
- Wr as configSchema,
2924
- Lr as default
2966
+ Br as appearanceSchema,
2967
+ jr as configSchema,
2968
+ Mr as default
2925
2969
  };