@soyio/soyio-widget 3.6.1 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4,28 +4,28 @@ var Ae = Object.getOwnPropertySymbols, wt = Object.getPrototypeOf, xi = Object.p
4
4
  var Ai = (o) => {
5
5
  throw TypeError(o);
6
6
  };
7
- var Ke = (o, s, d) => s in o ? $t(o, s, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[s] = d, Ie = (o, s) => {
8
- for (var d in s || (s = {}))
9
- xi.call(s, d) && Ke(o, d, s[d]);
7
+ var Ye = (o, a, d) => a in o ? $t(o, a, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[a] = d, Ie = (o, a) => {
8
+ for (var d in a || (a = {}))
9
+ xi.call(a, d) && Ye(o, d, a[d]);
10
10
  if (Ae)
11
- for (var d of Ae(s))
12
- Di.call(s, d) && Ke(o, d, s[d]);
11
+ for (var d of Ae(a))
12
+ Di.call(a, d) && Ye(o, d, a[d]);
13
13
  return o;
14
- }, _i = (o, s) => vt(o, bt(s));
15
- var Li = (o, s) => {
14
+ }, _i = (o, a) => vt(o, bt(a));
15
+ var Li = (o, a) => {
16
16
  var d = {};
17
- for (var a in o)
18
- xi.call(o, a) && s.indexOf(a) < 0 && (d[a] = o[a]);
17
+ for (var s in o)
18
+ xi.call(o, s) && a.indexOf(s) < 0 && (d[s] = o[s]);
19
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]);
20
+ for (var s of Ae(o))
21
+ a.indexOf(s) < 0 && Di.call(o, s) && (d[s] = o[s]);
22
22
  return d;
23
23
  };
24
- var k = (o, s, d) => Ke(o, typeof s != "symbol" ? s + "" : s, d), Tt = (o, s, d) => s.has(o) || Ai("Cannot " + d);
25
- var Ni = (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 Oi = (o, s, d) => (Tt(o, s, "access private method"), d);
27
- var Se = (o, s, d) => It(wt(o), d, s);
28
- var O = (o, s, d) => new Promise((a, S) => {
24
+ var R = (o, a, d) => Ye(o, typeof a != "symbol" ? a + "" : a, d), Tt = (o, a, d) => a.has(o) || Ai("Cannot " + d);
25
+ var Ni = (o, a, d) => a.has(o) ? Ai("Cannot add the same private member more than once") : a instanceof WeakSet ? a.add(o) : a.set(o, d);
26
+ var Oi = (o, a, d) => (Tt(o, a, "access private method"), d);
27
+ var Se = (o, a, d) => It(wt(o), d, a);
28
+ var W = (o, a, d) => new Promise((s, S) => {
29
29
  var g = (I) => {
30
30
  try {
31
31
  $(d.next(I));
@@ -38,19 +38,19 @@ var O = (o, s, d) => new Promise((a, S) => {
38
38
  } catch (T) {
39
39
  S(T);
40
40
  }
41
- }, $ = (I) => I.done ? a(I.value) : Promise.resolve(I.value).then(g, y);
42
- $((d = d.apply(o, s)).next());
41
+ }, $ = (I) => I.done ? s(I.value) : Promise.resolve(I.value).then(g, y);
42
+ $((d = d.apply(o, a)).next());
43
43
  });
44
- function Et(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)
44
+ function Et(o, a) {
45
+ for (var d = 0; d < a.length; d++) {
46
+ const s = a[d];
47
+ if (typeof s != "string" && !Array.isArray(s)) {
48
+ for (const S in s)
49
49
  if (S !== "default" && !(S in o)) {
50
- const g = Object.getOwnPropertyDescriptor(a, S);
50
+ const g = Object.getOwnPropertyDescriptor(s, S);
51
51
  g && Object.defineProperty(o, S, g.get ? g : {
52
52
  enumerable: !0,
53
- get: () => a[S]
53
+ get: () => s[S]
54
54
  });
55
55
  }
56
56
  }
@@ -60,16 +60,16 @@ function Et(o, s) {
60
60
  const Le = !!(typeof window != "undefined" && window.document && window.document.createElement), Wi = 200;
61
61
  class ei {
62
62
  constructor() {
63
- k(this, "tooltipElement", null);
64
- k(this, "tooltipContent", null);
65
- k(this, "tooltipClass", "soyio-tooltip");
66
- k(this, "hideTimeout", null);
63
+ R(this, "tooltipElement", null);
64
+ R(this, "tooltipContent", null);
65
+ R(this, "tooltipClass", "soyio-tooltip");
66
+ R(this, "hideTimeout", null);
67
67
  Le && this.createTooltipElement();
68
68
  }
69
69
  createTooltipElement() {
70
- const s = document.querySelector(`.${this.tooltipClass}`);
71
- if (s) {
72
- this.tooltipElement = s, this.tooltipContent = this.tooltipElement.querySelector(".soyio-tooltip-content");
70
+ const a = document.querySelector(`.${this.tooltipClass}`);
71
+ if (a) {
72
+ this.tooltipElement = a, this.tooltipContent = this.tooltipElement.querySelector(".soyio-tooltip-content");
73
73
  return;
74
74
  }
75
75
  this.tooltipElement = document.createElement("div"), this.tooltipElement.className = this.tooltipClass, this.tooltipElement.style.cssText = `
@@ -92,55 +92,55 @@ class ei {
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, d, a) {
95
+ show(a, d, s) {
96
96
  if (!this.tooltipElement || !this.tooltipContent) return;
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 S = this.calculateOptimalPlacement(d, a);
97
+ this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = a, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
98
+ const S = this.calculateOptimalPlacement(d, s);
99
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, d) {
104
- const a = this.tooltipElement.offsetWidth, S = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: y } = window, $ = 4, I = {
103
+ calculateOptimalPlacement(a, d) {
104
+ const s = this.tooltipElement.offsetWidth, S = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: y } = window, $ = 4, I = {
105
105
  top: {
106
106
  top: d - S - $,
107
- left: s - a / 2,
107
+ left: a - s / 2,
108
108
  placement: "top"
109
109
  },
110
110
  bottom: {
111
111
  top: d + $,
112
- left: s - a / 2,
112
+ left: a - s / 2,
113
113
  placement: "bottom"
114
114
  },
115
115
  right: {
116
116
  top: d - S / 2,
117
- left: s + $,
117
+ left: a + $,
118
118
  placement: "right"
119
119
  },
120
120
  left: {
121
121
  top: d - S / 2,
122
- left: s - a - $,
122
+ left: a - s - $,
123
123
  placement: "left"
124
124
  }
125
125
  };
126
- for (const [, x] of Object.entries(I))
127
- if (ei.fitsInViewport(x, a, S, g, y))
128
- return x;
126
+ for (const [, k] of Object.entries(I))
127
+ if (ei.fitsInViewport(k, s, S, g, y))
128
+ return k;
129
129
  const T = I.top;
130
- return T.left = Math.max($, Math.min(T.left, g - a - $)), T.top = Math.max($, Math.min(T.top, y - S - $)), T;
130
+ return T.left = Math.max($, Math.min(T.left, g - s - $)), T.top = Math.max($, Math.min(T.top, y - S - $)), T;
131
131
  }
132
- static fitsInViewport(s, d, a, S, g) {
133
- return s.top >= 0 && s.left >= 0 && s.top + a <= g && s.left + d <= S;
132
+ static fitsInViewport(a, d, s, S, g) {
133
+ return a.top >= 0 && a.left >= 0 && a.top + s <= g && a.left + d <= S;
134
134
  }
135
- applyPlacement(s) {
136
- this.tooltipElement && (this.tooltipElement.style.left = `${s.left}px`, this.tooltipElement.style.top = `${s.top}px`);
135
+ applyPlacement(a) {
136
+ this.tooltipElement && (this.tooltipElement.style.left = `${a.left}px`, this.tooltipElement.style.top = `${a.top}px`);
137
137
  }
138
138
  hide() {
139
139
  this.tooltipElement && (this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)");
140
140
  }
141
141
  destroy() {
142
- var s;
143
- (s = this.tooltipElement) == null || s.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
142
+ var a;
143
+ (a = this.tooltipElement) == null || a.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
144
144
  }
145
145
  }
146
146
  const Rt = "https://app.soyio.id", kt = "https://sandbox.soyio.id", xt = "https://consent-embed.soyio.id", Dt = "https://sandbox-consent-embed.soyio.id", At = "https://privacy-center-embed.soyio.id", _t = "https://sandbox-privacy-center-embed.soyio.id", Lt = "https://forms.soyio.id", Nt = [
@@ -160,19 +160,19 @@ const Rt = "https://app.soyio.id", kt = "https://sandbox.soyio.id", xt = "https:
160
160
  }, qt = {
161
161
  minWidth: "320px"
162
162
  };
163
- function Mi(o, s, d) {
164
- return O(this, null, function* () {
163
+ function Mi(o, a, d) {
164
+ return W(this, null, function* () {
165
165
  if (!o.contentWindow)
166
166
  throw new Error("Invalid iframe: contentWindow is null");
167
- const a = yield Promise.resolve().then(() => he);
167
+ const s = yield Promise.resolve().then(() => Ce);
168
168
  try {
169
- yield a.send(o.contentWindow, "SET_APPEARANCE", { appearance: s, identifier: d });
169
+ yield s.send(o.contentWindow, "SET_APPEARANCE", { appearance: a, identifier: d });
170
170
  } catch (S) {
171
171
  console.error("Failed to send appearance config:", S);
172
172
  }
173
173
  });
174
174
  }
175
- const zt = "IFRAME_READY", Ht = "IFRAME_HEIGHT_CHANGE", Gt = "TOOLTIP_STATE_CHANGE", Vt = "INFO_EVENT", Yt = "CONSENT_STATE_CHANGE", G = {
175
+ const zt = "IFRAME_READY", Ht = "IFRAME_HEIGHT_CHANGE", Gt = "TOOLTIP_STATE_CHANGE", Vt = "INFO_EVENT", Kt = "CONSENT_STATE_CHANGE", G = {
176
176
  // BASE
177
177
  onHeightChange: {},
178
178
  onIframeReady: {},
@@ -182,56 +182,56 @@ const zt = "IFRAME_READY", Ht = "IFRAME_HEIGHT_CHANGE", Gt = "TOOLTIP_STATE_CHAN
182
182
  onStateChange: {}
183
183
  };
184
184
  let ji, Bi, Fi, Ui, qi;
185
- function Kt() {
186
- return O(this, null, function* () {
187
- const o = yield Promise.resolve().then(() => he);
188
- ji || Bi || Fi || Ui || qi || (ji = o.on(Ht, (s) => O(null, null, function* () {
189
- const d = s.data, a = G.onHeightChange[d.identifier];
190
- return a && a(d.height), Promise.resolve();
191
- })), Bi = o.on(zt, (s) => O(null, null, function* () {
192
- const d = s.data, a = G.onIframeReady[d.identifier];
193
- return a && a(), Promise.resolve();
194
- })), Fi = o.on(Gt, (s) => O(null, null, function* () {
195
- const d = s.data, a = G.onTooltipChange[d.identifier];
196
- return a && a(d), Promise.resolve();
197
- })), Ui = o.on(Yt, (s) => O(null, null, function* () {
198
- const d = s.data, a = G.onStateChange[d.identifier];
199
- return a && a(d), Promise.resolve();
200
- })), qi = o.on(Vt, (d) => O(null, [d], function* ({ data: s }) {
201
- const y = s, { identifier: a } = y, S = Li(y, ["identifier"]), g = G.onInfo[a];
185
+ function Yt() {
186
+ return W(this, null, function* () {
187
+ const o = yield Promise.resolve().then(() => Ce);
188
+ ji || Bi || Fi || Ui || qi || (ji = o.on(Ht, (a) => W(null, null, function* () {
189
+ const d = a.data, s = G.onHeightChange[d.identifier];
190
+ return s && s(d.height), Promise.resolve();
191
+ })), Bi = o.on(zt, (a) => W(null, null, function* () {
192
+ const d = a.data, s = G.onIframeReady[d.identifier];
193
+ return s && s(), Promise.resolve();
194
+ })), Fi = o.on(Gt, (a) => W(null, null, function* () {
195
+ const d = a.data, s = G.onTooltipChange[d.identifier];
196
+ return s && s(d), Promise.resolve();
197
+ })), Ui = o.on(Kt, (a) => W(null, null, function* () {
198
+ const d = a.data, s = G.onStateChange[d.identifier];
199
+ return s && s(d), Promise.resolve();
200
+ })), qi = o.on(Vt, (d) => W(null, [d], function* ({ data: a }) {
201
+ const y = a, { identifier: s } = y, S = Li(y, ["identifier"]), g = G.onInfo[s];
202
202
  return g && g(S), Promise.resolve();
203
203
  })));
204
204
  });
205
205
  }
206
- function ii(o, s) {
206
+ function ii(o, a) {
207
207
  const {
208
208
  onHeightChange: d,
209
- onIframeReady: a,
209
+ onIframeReady: s,
210
210
  onTooltipChange: S,
211
211
  onStateChange: g,
212
212
  onInfo: y
213
- } = s;
214
- d && (G.onHeightChange[o] = d), a && (G.onIframeReady[o] = a), S && (G.onTooltipChange[o] = S), g && (G.onStateChange[o] = g), y && (G.onInfo[o] = y);
213
+ } = a;
214
+ d && (G.onHeightChange[o] = d), s && (G.onIframeReady[o] = s), S && (G.onTooltipChange[o] = S), g && (G.onStateChange[o] = g), y && (G.onInfo[o] = y);
215
215
  }
216
216
  function Jt(o) {
217
217
  delete G.onHeightChange[o], delete G.onIframeReady[o], delete G.onTooltipChange[o], delete G.onStateChange[o], delete G.onInfo[o];
218
218
  }
219
219
  function Qt(o) {
220
- const s = document.getElementById(o);
221
- s && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), s.remove());
220
+ const a = document.getElementById(o);
221
+ a && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), a.remove());
222
222
  }
223
223
  function Zt(o) {
224
- const s = document.querySelector(o);
225
- if (!s)
224
+ const a = document.querySelector(o);
225
+ if (!a)
226
226
  throw new Error(`Iframe div container with id '${o}' not found`);
227
- if (s.tagName.toLowerCase() !== "div")
227
+ if (a.tagName.toLowerCase() !== "div")
228
228
  throw new Error(`Iframe container with id '${o}' must be a <div> element`);
229
- const d = s;
229
+ const d = a;
230
230
  return d.style.position = "relative", d;
231
231
  }
232
232
  function Xt(o) {
233
- const s = document.createElement("div");
234
- return s.id = `soyio-widget-wrapper-${o}`, s.style.cssText = `
233
+ const a = document.createElement("div");
234
+ return a.id = `soyio-widget-wrapper-${o}`, a.style.cssText = `
235
235
  position: relative !important;
236
236
  padding: 0 !important;
237
237
  margin: 0 !important;
@@ -242,11 +242,11 @@ function Xt(o) {
242
242
  transition: height 0.35s !important;
243
243
  opacity: 1 !important;
244
244
  width: 100% !important;
245
- `, s;
245
+ `, a;
246
246
  }
247
- function er(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 += `
247
+ function er(o, a, d) {
248
+ const s = document.createElement("iframe");
249
+ return s.id = a, s.src = o, s.allow = "fullscreen;camera;", s.setAttribute("allowfullscreen", ""), s.style.cssText += `
250
250
  width: 100% !important;
251
251
  min-width: ${d.minWidth} !important;
252
252
  border: none !important;
@@ -254,24 +254,24 @@ function er(o, s, d) {
254
254
  opacity: 1;
255
255
  transition: height 0.35s,
256
256
  opacity 0.4s 0.1s;
257
- `, a;
257
+ `, s;
258
258
  }
259
259
  function ir() {
260
260
  return Math.random().toString(36).substring(2, 10);
261
261
  }
262
262
  class ue {
263
- constructor(s) {
264
- k(this, "iframe", null);
265
- k(this, "wrapper", null);
266
- k(this, "skeleton", null);
267
- k(this, "options");
268
- k(this, "appearance");
269
- k(this, "tooltipManager");
270
- k(this, "defaultIframeCSSConfig", Bt);
271
- k(this, "Skeleton", null);
272
- k(this, "isIframeReady", !1);
273
- k(this, "defaultUniqueId");
274
- this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = ue.generateUniqueId();
263
+ constructor(a) {
264
+ R(this, "iframe", null);
265
+ R(this, "wrapper", null);
266
+ R(this, "skeleton", null);
267
+ R(this, "options");
268
+ R(this, "appearance");
269
+ R(this, "tooltipManager");
270
+ R(this, "defaultIframeCSSConfig", Bt);
271
+ R(this, "Skeleton", null);
272
+ R(this, "isIframeReady", !1);
273
+ R(this, "defaultUniqueId");
274
+ this.options = a, this.appearance = a.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = ue.generateUniqueId();
275
275
  }
276
276
  static generateUniqueId() {
277
277
  return ir();
@@ -282,39 +282,39 @@ class ue {
282
282
  get iframeIdentifier() {
283
283
  return `${this.defaultIframePrefix}-${this.uniqueIdentifier}`;
284
284
  }
285
- handleHeightChange(s) {
286
- if (!this.iframe || (this.iframe.style.height = `${s}px`, s > 0)) return;
285
+ handleHeightChange(a) {
286
+ if (!this.iframe || (this.iframe.style.height = `${a}px`, a > 0)) return;
287
287
  const { parentElement: d } = this.iframe;
288
288
  d && (d.style.display = "none");
289
289
  }
290
290
  handleIframeReady() {
291
- return O(this, null, function* () {
291
+ return W(this, null, function* () {
292
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()));
293
293
  });
294
294
  }
295
- handleTooltipChange(s) {
295
+ handleTooltipChange(a) {
296
296
  if (!this.iframe) return;
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
+ const d = this.iframe.getBoundingClientRect(), { text: s, coordinates: S, isVisible: g } = a, y = S.x + d.left, $ = S.y + d.top;
298
+ g ? this.tooltipManager.show(s, y, $) : this.tooltipManager.hide();
299
299
  }
300
300
  setupListeners() {
301
- return O(this, null, function* () {
302
- yield Kt();
303
- const s = {
301
+ return W(this, null, function* () {
302
+ yield Yt();
303
+ const a = {
304
304
  onHeightChange: this.handleHeightChange.bind(this),
305
305
  onIframeReady: this.handleIframeReady.bind(this),
306
306
  onTooltipChange: this.handleTooltipChange.bind(this),
307
307
  onInfo: (d) => this.options.onEvent(d)
308
308
  };
309
- ii(this.uniqueIdentifier, s);
309
+ ii(this.uniqueIdentifier, a);
310
310
  });
311
311
  }
312
- mount(s) {
313
- return O(this, null, function* () {
312
+ mount(a) {
313
+ return W(this, null, function* () {
314
314
  if (!Le) return this;
315
315
  this.isIframeReady = !1, yield this.setupListeners(), Qt(this.iframeIdentifier);
316
- const d = Zt(s), a = this.iframeUrl();
317
- return this.wrapper = Xt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = er(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
+ const d = Zt(a), s = this.iframeUrl();
317
+ return this.wrapper = Xt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = er(s, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton && (this.skeleton = new this.Skeleton(this.uniqueIdentifier, this.appearance || void 0), this.skeleton.mount(this.wrapper)), this.wrapper.appendChild(this.iframe), this;
318
318
  });
319
319
  }
320
320
  unmount() {
@@ -324,19 +324,19 @@ class ue {
324
324
  * Update the appearance of the widget without remounting.
325
325
  * This sends the new appearance config to the already-mounted iframe.
326
326
  */
327
- updateAppearance(s) {
328
- return O(this, null, function* () {
329
- this.appearance = s, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, s, this.uniqueIdentifier));
327
+ updateAppearance(a) {
328
+ return W(this, null, function* () {
329
+ this.appearance = a, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, a, this.uniqueIdentifier));
330
330
  });
331
331
  }
332
332
  }
333
333
  class tr {
334
- constructor(s, d) {
335
- k(this, "element");
336
- k(this, "identifier");
334
+ constructor(a, d) {
335
+ R(this, "element");
336
+ R(this, "identifier");
337
337
  var H, ae;
338
- this.identifier = `skeleton-${s}`, this.element = document.createElement("div"), this.element.id = this.identifier;
339
- const a = (ae = (H = window.matchMedia) == null ? void 0 : H.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ae.matches, S = (d == null ? void 0 : d.mode) === "dark" || (d == null ? void 0 : d.mode) === "auto" && 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
+ this.identifier = `skeleton-${a}`, this.element = document.createElement("div"), this.element.id = this.identifier;
339
+ const s = (ae = (H = window.matchMedia) == null ? void 0 : H.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ae.matches, S = (d == null ? void 0 : d.mode) === "dark" || (d == null ? void 0 : d.mode) === "auto" && s || (d == null ? void 0 : d.theme) === "night" && !(d != null && d.mode), g = S ? "#1E293B" : "#FFFFFF", y = S ? "#334155" : "#E5E7EB", $ = S ? "#334155" : "#f0f0f0", I = S ? "#475569" : "#e0e0e0", T = S ? "#334155" : "#f0f0f0";
340
340
  this.element.style.cssText = `
341
341
  position: absolute;
342
342
  top: 0;
@@ -352,8 +352,8 @@ class tr {
352
352
  box-sizing: border-box;
353
353
  z-index: 1;
354
354
  `;
355
- const x = document.createElement("div");
356
- x.style.cssText = `
355
+ const k = document.createElement("div");
356
+ k.style.cssText = `
357
357
  padding: 1rem;
358
358
  width: 100%;
359
359
  box-sizing: border-box;
@@ -362,14 +362,14 @@ class tr {
362
362
  justify-content: flex-start;
363
363
  gap: 0.75rem;
364
364
  `;
365
- const W = document.createElement("div");
366
- W.style.cssText = `
365
+ const M = document.createElement("div");
366
+ M.style.cssText = `
367
367
  display: flex;
368
368
  align-items: center;
369
369
  gap: 0.75rem;
370
370
  `;
371
- const B = document.createElement("div");
372
- B.style.cssText = `
371
+ const F = document.createElement("div");
372
+ F.style.cssText = `
373
373
  width: 2rem;
374
374
  height: 2rem;
375
375
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -378,8 +378,8 @@ class tr {
378
378
  border-radius: 50%;
379
379
  flex-shrink: 0;
380
380
  `;
381
- const Y = document.createElement("div");
382
- Y.style.cssText = `
381
+ const K = document.createElement("div");
382
+ K.style.cssText = `
383
383
  height: 1rem;
384
384
  width: 30%;
385
385
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -387,8 +387,8 @@ class tr {
387
387
  animation: shimmer 1.5s infinite;
388
388
  border-radius: 0.125rem;
389
389
  `;
390
- const R = document.createElement("div");
391
- R.style.cssText = `
390
+ const O = document.createElement("div");
391
+ O.style.cssText = `
392
392
  width: 3rem;
393
393
  height: 1.25rem;
394
394
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -398,14 +398,14 @@ class tr {
398
398
  margin-left: auto;
399
399
  flex-shrink: 0;
400
400
  `;
401
- const F = document.createElement("div");
402
- F.style.cssText = `
401
+ const D = document.createElement("div");
402
+ D.style.cssText = `
403
403
  display: flex;
404
404
  align-items: flex-start;
405
405
  gap: 0.75rem;
406
406
  `;
407
- const K = document.createElement("div");
408
- K.style.cssText = `
407
+ const Y = document.createElement("div");
408
+ Y.style.cssText = `
409
409
  width: 2rem;
410
410
  height: 1rem;
411
411
  display: flex;
@@ -413,8 +413,8 @@ class tr {
413
413
  align-items: center;
414
414
  flex-shrink: 0;
415
415
  `;
416
- const oe = document.createElement("div");
417
- oe.style.cssText = `
416
+ const re = document.createElement("div");
417
+ re.style.cssText = `
418
418
  width: 1rem;
419
419
  height: 1rem;
420
420
  background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
@@ -460,23 +460,23 @@ class tr {
460
460
  }
461
461
  `, document.head.appendChild(J);
462
462
  }
463
- W.appendChild(B), W.appendChild(Y), W.appendChild(R), se.appendChild(ie), se.appendChild(U), K.appendChild(oe), F.appendChild(K), F.appendChild(se), x.appendChild(W), x.appendChild(F), this.element.appendChild(x);
463
+ M.appendChild(F), M.appendChild(K), M.appendChild(O), se.appendChild(ie), se.appendChild(U), Y.appendChild(re), D.appendChild(Y), D.appendChild(se), k.appendChild(M), k.appendChild(D), this.element.appendChild(k);
464
464
  }
465
465
  cleanupExistingSkeleton() {
466
- const s = document.getElementById(this.identifier);
467
- s && s.remove();
466
+ const a = document.getElementById(this.identifier);
467
+ a && a.remove();
468
468
  }
469
- mount(s) {
470
- this.cleanupExistingSkeleton(), s.appendChild(this.element);
469
+ mount(a) {
470
+ this.cleanupExistingSkeleton(), a.appendChild(this.element);
471
471
  }
472
472
  hide() {
473
473
  this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
474
474
  }
475
475
  }
476
- const Ee = "3.6.1";
476
+ const Ee = "3.7.1";
477
477
  function rr(o) {
478
478
  var I, T;
479
- const s = (I = o.origin) != null ? I : o.context, d = _i(Ie({}, o), { origin: s }), a = [
479
+ const a = (I = o.origin) != null ? I : o.context, d = _i(Ie({}, o), { origin: a }), s = [
480
480
  "actionToken",
481
481
  "entityId",
482
482
  "origin",
@@ -484,24 +484,24 @@ function rr(o) {
484
484
  "mandatoryReconsentBehavior",
485
485
  "allowGranularScopeSelection"
486
486
  ], S = (T = o.isSandbox) != null ? T : !1, g = o.developmentUrl || (S ? Dt : xt), y = new URLSearchParams();
487
- if (y.set("sdk", "web"), y.set("sdkVersion", Ee), a.forEach((x) => {
488
- const W = d[x];
489
- W !== void 0 && (typeof W == "string" && W.length === 0 || y.set(x, String(W)));
487
+ if (y.set("sdk", "web"), y.set("sdkVersion", Ee), s.forEach((k) => {
488
+ const M = d[k];
489
+ M !== void 0 && (typeof M == "string" && M.length === 0 || y.set(k, String(M)));
490
490
  }), o.metadata !== void 0)
491
491
  try {
492
492
  y.set("metadata", JSON.stringify(o.metadata));
493
- } catch (x) {
494
- console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", x);
493
+ } catch (k) {
494
+ console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", k);
495
495
  }
496
496
  const $ = y.toString();
497
497
  return `${g}/embed/consents/${o.consentTemplateId}${$ ? `?${$}` : ""}`;
498
498
  }
499
- class Yi extends ue {
499
+ class Ki extends ue {
500
500
  constructor(d) {
501
501
  super(d);
502
- k(this, "defaultIframePrefix", "consent-box");
503
- k(this, "defaultIframeCSSConfig", Ft);
504
- k(this, "state", {
502
+ R(this, "defaultIframePrefix", "consent-box");
503
+ R(this, "defaultIframeCSSConfig", Ft);
504
+ R(this, "state", {
505
505
  isSelected: !1,
506
506
  actionToken: null
507
507
  });
@@ -514,16 +514,16 @@ class Yi extends ue {
514
514
  return rr(this.options);
515
515
  }
516
516
  handleStateChange(d) {
517
- const { isSelected: a, actionToken: S } = d;
518
- this.state = { isSelected: a, actionToken: S }, this.options.onEvent({
517
+ const { isSelected: s, actionToken: S } = d;
518
+ this.state = { isSelected: s, actionToken: S }, this.options.onEvent({
519
519
  eventName: "CONSENT_CHECKBOX_CHANGE",
520
- isSelected: a,
520
+ isSelected: s,
521
521
  actionToken: S
522
522
  });
523
523
  }
524
524
  setupListeners() {
525
- return O(this, null, function* () {
526
- yield Se(Yi.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
525
+ return W(this, null, function* () {
526
+ yield Se(Ki.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
527
527
  onStateChange: this.handleStateChange.bind(this)
528
528
  });
529
529
  });
@@ -532,15 +532,15 @@ class Yi extends ue {
532
532
  return this.state;
533
533
  }
534
534
  }
535
- function nr(o, s, d) {
536
- return O(this, null, function* () {
535
+ function nr(o, a, d) {
536
+ return W(this, null, function* () {
537
537
  if (!o.contentWindow)
538
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(() => he);
539
+ const s = { identifier: d };
540
+ if (a.locale !== void 0 && (s.locale = a.locale), a.subjectId !== void 0 && (s.subjectId = a.subjectId), a.userReference !== void 0 && (s.userReference = a.userReference), Object.keys(s).length === 1) return;
541
+ const S = yield Promise.resolve().then(() => Ce);
542
542
  try {
543
- yield S.send(o.contentWindow, "SET_CONSENT_FORM_CONFIG", a);
543
+ yield S.send(o.contentWindow, "SET_CONSENT_FORM_CONFIG", s);
544
544
  } catch (g) {
545
545
  console.error("Failed to send consent form config:", g);
546
546
  }
@@ -548,25 +548,25 @@ function nr(o, s, d) {
548
548
  }
549
549
  function or(o) {
550
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", Ee), a.set("consentFormToken", o.consentFormToken), o.locale && a.set("lang", o.locale), s && a.set("isSandbox", "true");
551
+ const a = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || Lt, s = new URLSearchParams();
552
+ s.set("sdk", "web"), s.set("sdkVersion", Ee), s.set("consentFormToken", o.consentFormToken), o.locale && s.set("lang", o.locale), a && s.set("isSandbox", "true");
553
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();
554
+ (S == null ? void 0 : S.showLogo) !== void 0 && s.set("showLogo", String(S.showLogo)), (S == null ? void 0 : S.showHeader) !== void 0 && s.set("showHeader", String(S.showHeader)), (S == null ? void 0 : S.showDescription) !== void 0 && s.set("showDescription", String(S.showDescription)), S != null && S.buttonAlignment && s.set("buttonAlignment", S.buttonAlignment);
555
+ const g = s.toString();
556
556
  return `${d.replace(/\/$/, "")}/${g ? `?${g}` : ""}`;
557
557
  }
558
- class Ki extends ue {
558
+ class Yi extends ue {
559
559
  constructor() {
560
560
  super(...arguments);
561
- k(this, "defaultIframePrefix", "consent-form");
562
- k(this, "defaultIframeCSSConfig", qt);
561
+ R(this, "defaultIframePrefix", "consent-form");
562
+ R(this, "defaultIframeCSSConfig", qt);
563
563
  }
564
564
  get uniqueIdentifier() {
565
565
  return this.options.consentFormToken;
566
566
  }
567
567
  handleIframeReady() {
568
- return O(this, null, function* () {
569
- yield Se(Ki.prototype, this, "handleIframeReady").call(this), this.iframe && (yield nr(this.iframe, this.options, this.uniqueIdentifier));
568
+ return W(this, null, function* () {
569
+ yield Se(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield nr(this.iframe, this.options, this.uniqueIdentifier));
570
570
  });
571
571
  }
572
572
  iframeUrl() {
@@ -666,62 +666,62 @@ const sr = [
666
666
  ], ar = new Set(sr);
667
667
  function dr(o) {
668
668
  if (typeof o != "string") return;
669
- const s = o.trim();
670
- if (s === "") {
669
+ const a = o.trim();
670
+ if (a === "") {
671
671
  console.warn("Soyio widget: externalRightsExerciseUrl is empty or whitespace and will be ignored.");
672
672
  return;
673
673
  }
674
674
  try {
675
- return new URL(s), s;
675
+ return new URL(a), a;
676
676
  } catch (d) {
677
- console.warn(`Soyio widget: externalRightsExerciseUrl "${s}" is not a valid URI and will be ignored.`);
677
+ console.warn(`Soyio widget: externalRightsExerciseUrl "${a}" is not a valid URI and will be ignored.`);
678
678
  return;
679
679
  }
680
680
  }
681
681
  function zi(o) {
682
682
  if (typeof o != "string") return;
683
- const s = o.trim();
684
- return s === "" ? void 0 : s;
683
+ const a = o.trim();
684
+ return a === "" ? void 0 : a;
685
685
  }
686
686
  function fr(o) {
687
687
  if (!Array.isArray(o)) return;
688
- const s = /* @__PURE__ */ new Map();
688
+ const a = /* @__PURE__ */ new Map();
689
689
  return o.forEach((d) => {
690
690
  if (!d || typeof d != "object") return;
691
- const a = "value" in d ? d.value : void 0;
692
- typeof a != "string" || !ar.has(a) || s.has(a) || s.set(a, {
693
- value: a,
691
+ const s = "value" in d ? d.value : void 0;
692
+ typeof s != "string" || !ar.has(s) || a.has(s) || a.set(s, {
693
+ value: s,
694
694
  label: "label" in d ? zi(d.label) : void 0,
695
695
  description: "description" in d ? zi(d.description) : void 0
696
696
  });
697
- }), Array.from(s.values());
697
+ }), Array.from(a.values());
698
698
  }
699
- function cr(o, s, d) {
700
- return O(this, null, function* () {
699
+ function cr(o, a, d) {
700
+ return W(this, null, function* () {
701
701
  var ae, J;
702
702
  if (!o.contentWindow)
703
703
  throw new Error("Invalid iframe: contentWindow is null");
704
704
  const {
705
- redecOperationIds: a,
705
+ redecOperationIds: s,
706
706
  requestableDataCategories: S,
707
707
  content: g,
708
708
  header: y,
709
709
  rightExamples: $,
710
710
  consentManagement: I,
711
711
  appearance: T,
712
- externalRightsExerciseUrl: x,
713
- origin: W,
714
- metadata: B,
715
- allowManyDataCategoriesMutations: Y
716
- } = s, R = (ae = T == null ? void 0 : T.config) == null ? void 0 : ae.showHeader, F = (J = T == null ? void 0 : T.config) == null ? void 0 : J.showConsentManagementHeader, K = dr(x), oe = fr(S), ie = I !== void 0 && Object.values(I).some((te) => Array.isArray(te) ? te.length > 0 : te != null) ? I : void 0;
717
- Array.isArray(ie == null ? void 0 : ie.scopeGroups) && ie.scopeGroups.length > 0 && s.groupConsentsByScope !== !0 && console.warn(
712
+ externalRightsExerciseUrl: k,
713
+ origin: M,
714
+ metadata: F,
715
+ allowManyDataCategoriesMutations: K
716
+ } = a, O = (ae = T == null ? void 0 : T.config) == null ? void 0 : ae.showHeader, D = (J = T == null ? void 0 : T.config) == null ? void 0 : J.showConsentManagementHeader, Y = dr(k), re = fr(S), ie = I !== void 0 && Object.values(I).some((te) => Array.isArray(te) ? te.length > 0 : te != null) ? I : void 0;
717
+ Array.isArray(ie == null ? void 0 : ie.scopeGroups) && ie.scopeGroups.length > 0 && a.groupConsentsByScope !== !0 && console.warn(
718
718
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
719
719
  );
720
720
  const U = {};
721
- if (typeof a != "undefined" && (U.redecOperationIds = a), typeof oe != "undefined" && (U.requestableDataCategories = oe), typeof g != "undefined" && (U.content = g), typeof y != "undefined" && (U.header = y), typeof $ != "undefined" && (U.rightExamples = $), typeof K != "undefined" && (U.externalRightsExerciseUrl = K), typeof ie != "undefined" && (U.consentManagement = ie), typeof W == "string" && W.trim() !== "" && (U.origin = W), B && typeof B == "object" && !Array.isArray(B) && (U.metadata = B), typeof Y == "boolean" && (U.allowManyDataCategoriesMutations = Y), (typeof R == "boolean" || typeof F == "boolean") && (U.appearance = {
722
- config: Ie(Ie({}, typeof R == "boolean" ? { showHeader: R } : {}), typeof F == "boolean" ? { showConsentManagementHeader: F } : {})
721
+ if (typeof s != "undefined" && (U.redecOperationIds = s), typeof re != "undefined" && (U.requestableDataCategories = re), typeof g != "undefined" && (U.content = g), typeof y != "undefined" && (U.header = y), typeof $ != "undefined" && (U.rightExamples = $), typeof Y != "undefined" && (U.externalRightsExerciseUrl = Y), typeof ie != "undefined" && (U.consentManagement = ie), typeof M == "string" && M.trim() !== "" && (U.origin = M), F && typeof F == "object" && !Array.isArray(F) && (U.metadata = F), typeof K == "boolean" && (U.allowManyDataCategoriesMutations = K), (typeof O == "boolean" || typeof D == "boolean") && (U.appearance = {
722
+ config: Ie(Ie({}, typeof O == "boolean" ? { showHeader: O } : {}), typeof D == "boolean" ? { showConsentManagementHeader: D } : {})
723
723
  }), Object.keys(U).length === 0) return;
724
- const H = yield Promise.resolve().then(() => he);
724
+ const H = yield Promise.resolve().then(() => Ce);
725
725
  try {
726
726
  yield H.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", Ie({
727
727
  identifier: d
@@ -744,11 +744,11 @@ const Hi = [
744
744
  ];
745
745
  function pr(o) {
746
746
  if (!Array.isArray(o) || o.length === 0) return;
747
- const s = o.filter((a) => !Hi.includes(a));
748
- s.length > 0 && console.warn(
749
- `Soyio widget: the following enabledKinds values are not valid and will be ignored: ${s.join(", ")}.`
747
+ const a = o.filter((s) => !Hi.includes(s));
748
+ a.length > 0 && console.warn(
749
+ `Soyio widget: the following enabledKinds values are not valid and will be ignored: ${a.join(", ")}.`
750
750
  );
751
- const d = [...new Set(o.filter((a) => Hi.includes(a)))];
751
+ const d = [...new Set(o.filter((s) => Hi.includes(s)))];
752
752
  if (d.length === 0) {
753
753
  console.warn("Soyio widget: enabledKinds resulted in no valid kinds, showing all available kinds.");
754
754
  return;
@@ -756,43 +756,46 @@ function pr(o) {
756
756
  return d;
757
757
  }
758
758
  function lr(o) {
759
- var $, I, T, x, W, B;
760
- const s = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || (s ? _t : At), a = new URLSearchParams();
761
- a.set("sdkVersion", Ee), o.sessionToken ? a.set("sessionToken", o.sessionToken) : o.companyId && a.set("companyId", o.companyId), (I = o.enabledFeatures) != null && I.length && a.set("enabledFeatures", o.enabledFeatures.join(",")), (T = o.enabledRights) != null && T.length && a.set("enabledRights", o.enabledRights.join(","));
759
+ var $, I, T, k, M, F, K;
760
+ const a = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || (a ? _t : At), s = new URLSearchParams();
761
+ s.set("sdkVersion", Ee), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (I = o.enabledFeatures) != null && I.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (T = o.enabledRights) != null && T.length && s.set("enabledRights", o.enabledRights.join(","));
762
762
  const S = pr(o.enabledKinds);
763
- if (S != null && S.length && a.set("enabledKinds", S.join(",")), (x = o.dataSubjects) != null && x.length && a.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && a.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
764
- (R) => R != null
763
+ if (S != null && S.length && s.set("enabledKinds", S.join(",")), (k = o.dataSubjects) != null && k.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
764
+ (D) => D != null
765
765
  )) {
766
- const R = JSON.stringify(o.fileRequisites);
767
- a.set("fileRequisites", R);
766
+ const D = JSON.stringify(o.fileRequisites);
767
+ s.set("fileRequisites", D);
768
768
  }
769
- if (o.consentManagement) {
770
- const { allowMultipleOpenScopeGroups: Y, scopeGroups: R } = o.consentManagement, F = Array.isArray(R) && R.length > 0 || typeof Y == "boolean";
771
- if (Array.isArray(R) && R.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
769
+ if ((M = o.rectificationFileRequiredCategories) != null && M.length && s.set(
770
+ "rectificationFileRequiredCategories",
771
+ JSON.stringify(o.rectificationFileRequiredCategories)
772
+ ), o.consentManagement) {
773
+ const { allowMultipleOpenScopeGroups: O, scopeGroups: D } = o.consentManagement, Y = Array.isArray(D) && D.length > 0 || typeof O == "boolean";
774
+ if (Array.isArray(D) && D.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
772
775
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
773
- ), F) {
774
- const K = JSON.stringify(o.consentManagement);
775
- a.set("consentManagement", K);
776
+ ), Y) {
777
+ const re = JSON.stringify(o.consentManagement);
778
+ s.set("consentManagement", re);
776
779
  }
777
780
  }
778
- o.demo !== void 0 && a.set("demo", String(o.demo)), o.consentMode && a.set("consentMode", o.consentMode);
779
- const g = (B = (W = o.appearance) == null ? void 0 : W.config) == null ? void 0 : B.consentControl;
780
- g && a.set("consentControl", g), 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));
781
- const y = a.toString();
781
+ o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
782
+ const g = (K = (F = o.appearance) == null ? void 0 : F.config) == null ? void 0 : K.consentControl;
783
+ g && s.set("consentControl", g), o.consentRetentionPeriod && s.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && s.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && s.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && s.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
784
+ const y = s.toString();
782
785
  return `${d}${y ? `?${y}` : ""}`;
783
786
  }
784
787
  class Ji extends ue {
785
788
  constructor() {
786
789
  super(...arguments);
787
- k(this, "defaultIframePrefix", "privacy-center");
788
- k(this, "_uniqueIdentifier", "privacy-center");
789
- k(this, "defaultIframeCSSConfig", Ut);
790
+ R(this, "defaultIframePrefix", "privacy-center");
791
+ R(this, "_uniqueIdentifier", "privacy-center");
792
+ R(this, "defaultIframeCSSConfig", Ut);
790
793
  }
791
794
  get uniqueIdentifier() {
792
795
  return this._uniqueIdentifier;
793
796
  }
794
797
  handleIframeReady() {
795
- return O(this, null, function* () {
798
+ return W(this, null, function* () {
796
799
  yield Se(Ji.prototype, this, "handleIframeReady").call(this), this.iframe && (yield cr(this.iframe, this.options, this.uniqueIdentifier));
797
800
  });
798
801
  }
@@ -803,46 +806,46 @@ class Ji extends ue {
803
806
  const jr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
804
807
  __proto__: null
805
808
  }, Symbol.toStringTag, { value: "Module" })), Qi = "WIDGET_EVENT";
806
- function Oe(o, s) {
807
- return o || (s ? kt : Rt);
809
+ function Oe(o, a) {
810
+ return o || (a ? kt : Rt);
808
811
  }
809
812
  function Sr(o) {
810
- let s = "widget/";
811
- return "disclosureRequestId" in o.configProps ? s += ["disclosures", o.configProps.disclosureRequestId].join("/") : s += o.request, s;
813
+ let a = "widget/";
814
+ return "disclosureRequestId" in o.configProps ? a += ["disclosures", o.configProps.disclosureRequestId].join("/") : a += o.request, a;
812
815
  }
813
816
  function ur(o) {
814
817
  var g;
815
- const s = (g = o.isSandbox) != null ? g : !1, d = Oe(o.developmentUrl, s), a = Object.entries(o.configProps).filter(([y, $]) => $ || y === "disclosureRequestId").map(([y, $]) => `${y}=${encodeURIComponent($)}`).join("&"), S = Sr(o);
816
- return `${d}/${S}?sdk=web&sdkVersion=${Ee}&${a}`;
818
+ const a = (g = o.isSandbox) != null ? g : !1, d = Oe(o.developmentUrl, a), s = Object.entries(o.configProps).filter(([y, $]) => $ || y === "disclosureRequestId").map(([y, $]) => `${y}=${encodeURIComponent($)}`).join("&"), S = Sr(o);
819
+ return `${d}/${S}?sdk=web&sdkVersion=${Ee}&${s}`;
817
820
  }
818
- function hr(o) {
821
+ function Cr(o) {
819
822
  return `embed/widget/disclosures/${o.disclosureRequestId}`;
820
823
  }
821
- function Cr(o, s) {
824
+ function hr(o, a) {
822
825
  var y;
823
- const d = (y = o.isSandbox) != null ? y : !1, a = Oe(o.developmentUrl, d), S = hr(o), g = new URLSearchParams({
826
+ const d = (y = o.isSandbox) != null ? y : !1, s = Oe(o.developmentUrl, d), S = Cr(o), g = new URLSearchParams({
824
827
  sdk: "web",
825
828
  sdkVersion: Ee,
826
- identifier: s
829
+ identifier: a
827
830
  });
828
- return o.customColor && g.set("customColor", o.customColor), `${a}/${S}?${g.toString()}`;
831
+ return o.customColor && g.set("customColor", o.customColor), `${s}/${S}?${g.toString()}`;
829
832
  }
830
- function gr(o, s) {
833
+ function gr(o, a) {
831
834
  var S;
832
- const d = Oe(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), a = new URLSearchParams({
833
- session_token: s.sessionToken,
834
- company_id: s.companyId,
835
- identifier: s.identifier
835
+ const d = Oe(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
836
+ session_token: a.sessionToken,
837
+ company_id: a.companyId,
838
+ identifier: a.identifier
836
839
  });
837
- return `${d}/widget/register_passkey?${a.toString()}`;
840
+ return `${d}/widget/register_passkey?${s.toString()}`;
838
841
  }
839
- function Pr(o, s) {
842
+ function Pr(o, a) {
840
843
  var S;
841
- const d = Oe(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), a = new URLSearchParams({
842
- requestable_id: s.requestableToken,
843
- identifier: s.identifier
844
+ const d = Oe(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
845
+ requestable_id: a.requestableToken,
846
+ identifier: a.identifier
844
847
  });
845
- return `${d}/widget/passkey_authentication?${a.toString()}`;
848
+ return `${d}/widget/passkey_authentication?${s.toString()}`;
846
849
  }
847
850
  function mr(o) {
848
851
  return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
@@ -853,16 +856,16 @@ function yr(o) {
853
856
  class Ze extends ue {
854
857
  constructor() {
855
858
  super(...arguments);
856
- k(this, "defaultIframePrefix", "disclosure-request-box");
857
- k(this, "passkeyPopupWindow", null);
858
- k(this, "popupListener", null);
859
- k(this, "isReadyCallbackFired", !1);
859
+ R(this, "defaultIframePrefix", "disclosure-request-box");
860
+ R(this, "passkeyPopupWindow", null);
861
+ R(this, "popupListener", null);
862
+ R(this, "isReadyCallbackFired", !1);
860
863
  }
861
864
  iframeUrl() {
862
- return Cr(this.options, this.uniqueIdentifier);
865
+ return hr(this.options, this.uniqueIdentifier);
863
866
  }
864
867
  mount(d) {
865
- return O(this, null, function* () {
868
+ return W(this, null, function* () {
866
869
  return this.isReadyCallbackFired = !1, yield Se(Ze.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
867
870
  this.notifyReady();
868
871
  }, this) : this;
@@ -873,33 +876,33 @@ class Ze extends ue {
873
876
  this.removePopupListener(), (d = this.passkeyPopupWindow) == null || d.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
874
877
  }
875
878
  setupListeners() {
876
- return O(this, null, function* () {
879
+ return W(this, null, function* () {
877
880
  yield Se(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
878
881
  onInfo: (d) => this.handleInfoEvent(d)
879
882
  });
880
883
  });
881
884
  }
882
885
  handleIframeReady() {
883
- return O(this, null, function* () {
886
+ return W(this, null, function* () {
884
887
  this.notifyReady();
885
888
  });
886
889
  }
887
890
  notifyReady() {
888
- var d, a;
889
- this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (a = (d = this.options).onReady) == null || a.call(d));
891
+ var d, s;
892
+ this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (s = (d = this.options).onReady) == null || s.call(d));
890
893
  }
891
894
  triggerEvent(d) {
892
895
  this.options.onEvent(d);
893
896
  }
894
897
  mountPopupListener() {
895
- return O(this, null, function* () {
896
- const d = yield Promise.resolve().then(() => he);
897
- this.removePopupListener(), this.popupListener = d.on(Qi, (S) => O(this, [S], function* ({ data: a }) {
898
- return a.eventName !== "PASSKEY_REGISTERED" && a.eventName !== "PASSKEY_AUTHENTICATED" || a.identifier !== this.uniqueIdentifier || (a.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
898
+ return W(this, null, function* () {
899
+ const d = yield Promise.resolve().then(() => Ce);
900
+ this.removePopupListener(), this.popupListener = d.on(Qi, (S) => W(this, [S], function* ({ data: s }) {
901
+ return s.eventName !== "PASSKEY_REGISTERED" && s.eventName !== "PASSKEY_AUTHENTICATED" || s.identifier !== this.uniqueIdentifier || (s.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
899
902
  eventName: "PASSKEY_REGISTERED",
900
903
  type: "PASSKEY_REGISTERED",
901
904
  identifier: this.uniqueIdentifier
902
- })), a.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
905
+ })), s.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
903
906
  eventName: "PASSKEY_AUTHENTICATED",
904
907
  type: "PASSKEY_AUTHENTICATED",
905
908
  identifier: this.uniqueIdentifier
@@ -920,8 +923,8 @@ class Ze extends ue {
920
923
  notifyPasskeyEvent(d) {
921
924
  var S;
922
925
  if (!((S = this.iframe) != null && S.contentWindow)) return;
923
- const a = new URL(this.iframe.src).origin;
924
- this.iframe.contentWindow.postMessage(JSON.stringify({ type: d }), a);
926
+ const s = new URL(this.iframe.src).origin;
927
+ this.iframe.contentWindow.postMessage(JSON.stringify({ type: d }), s);
925
928
  }
926
929
  notifyPasskeyRegistered() {
927
930
  this.notifyPasskeyEvent("PASSKEY_REGISTERED");
@@ -931,56 +934,56 @@ class Ze extends ue {
931
934
  }
932
935
  openPasskeyRegistrationPopup(d) {
933
936
  if (!d.sessionToken || !d.companyId) return;
934
- const a = gr(this.options, {
937
+ const s = gr(this.options, {
935
938
  sessionToken: d.sessionToken,
936
939
  companyId: d.companyId,
937
940
  identifier: this.uniqueIdentifier
938
941
  });
939
- this.passkeyPopupWindow = window.open(a, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
942
+ this.passkeyPopupWindow = window.open(s, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
940
943
  }
941
944
  openPasskeyAuthenticationPopup(d) {
942
945
  if (!d.requestableToken) return;
943
- const a = Pr(this.options, {
946
+ const s = Pr(this.options, {
944
947
  requestableToken: d.requestableToken,
945
948
  identifier: this.uniqueIdentifier
946
949
  });
947
- this.passkeyPopupWindow = window.open(a, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
950
+ this.passkeyPopupWindow = window.open(s, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
948
951
  }
949
952
  }
950
- let ne = null, Je = null;
953
+ let oe = null, Je = null;
951
954
  function Xe(o = null) {
952
- ne && !ne.closed && ne.focus(), o == null || o.preventDefault();
955
+ oe && !oe.closed && oe.focus(), o == null || o.preventDefault();
953
956
  }
954
957
  function We() {
955
958
  document.body.style.filter = "", document.body.removeEventListener("click", Xe);
956
959
  }
957
960
  function $r() {
958
961
  Je = setInterval(() => {
959
- (!ne || ne.closed) && (Je && clearInterval(Je), We());
962
+ (!oe || oe.closed) && (Je && clearInterval(Je), We());
960
963
  }, jt);
961
964
  }
962
965
  function vr(o) {
963
- const s = ur(o), d = Wt, a = Mt, S = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, y = window.innerWidth || document.documentElement.clientWidth || window.screen.width, $ = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = y / window.screen.availWidth, T = (y - d) / 2 / I + S, x = ($ - a) / 2 / I + g, W = [
966
+ const a = ur(o), d = Wt, s = Mt, S = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, y = window.innerWidth || document.documentElement.clientWidth || window.screen.width, $ = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = y / window.screen.availWidth, T = (y - d) / 2 / I + S, k = ($ - s) / 2 / I + g, M = [
964
967
  "scrollbars=yes",
965
968
  `width=${d}`,
966
- `height=${a}`,
967
- `top=${x}`,
969
+ `height=${s}`,
970
+ `top=${k}`,
968
971
  `left=${T}`
969
- ].join(","), B = window.open("about:blank", "Soyio", W);
970
- B ? (ne = B, ne.location.href = s, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), $r()) : (We(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
972
+ ].join(","), F = window.open("about:blank", "Soyio", M);
973
+ F ? (oe = F, oe.location.href = a, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), $r()) : (We(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
971
974
  }
972
975
  function br() {
973
- ne && (ne.close(), ne = null), We();
976
+ oe && (oe.close(), oe = null), We();
974
977
  }
975
978
  let Te = null;
976
979
  function wr() {
977
980
  Te && (Te.cancel(), Te = null);
978
981
  }
979
982
  function Ir(o) {
980
- return O(this, null, function* () {
981
- const { onEvent: s } = o, d = yield Promise.resolve().then(() => he);
982
- Te && wr(), Te = d.on(Qi, (S) => O(null, [S], function* ({ data: a }) {
983
- return s(a), Nt.includes(a.eventName) ? br() : a.eventName === Ot && We(), Promise.resolve();
983
+ return W(this, null, function* () {
984
+ const { onEvent: a } = o, d = yield Promise.resolve().then(() => Ce);
985
+ Te && wr(), Te = d.on(Qi, (S) => W(null, [S], function* ({ data: s }) {
986
+ return a(s), Nt.includes(s.eventName) ? br() : s.eventName === Ot && We(), Promise.resolve();
984
987
  }));
985
988
  });
986
989
  }
@@ -989,22 +992,22 @@ function Tr(o) {
989
992
  }
990
993
  var Ne, Zi;
991
994
  class Br {
992
- constructor(s) {
995
+ constructor(a) {
993
996
  Ni(this, Ne);
994
- k(this, "onEvent");
995
- this.onEvent = s.onEvent, Le && (vr(s), Tr({
997
+ R(this, "onEvent");
998
+ this.onEvent = a.onEvent, Le && (vr(a), Tr({
996
999
  onEvent: Oi(this, Ne, Zi).bind(this)
997
1000
  }));
998
1001
  }
999
1002
  }
1000
- Ne = new WeakSet(), Zi = function(s) {
1001
- this.onEvent(s);
1003
+ Ne = new WeakSet(), Zi = function(a) {
1004
+ this.onEvent(a);
1002
1005
  };
1003
1006
  const Er = "#/definitions/SoyioAppearance", Rr = "http://json-schema.org/draft-07/schema#", kr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by \`ConsentFormBox\`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by \`ConsentFormBox\`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by \`ConsentFormBox\`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"}}`), Fr = {
1004
1007
  $ref: Er,
1005
1008
  $schema: Rr,
1006
1009
  definitions: kr
1007
- }, xr = "#/definitions/SoyioWidgetConfig", Dr = "http://json-schema.org/draft-07/schema#", Ar = /* @__PURE__ */ JSON.parse('{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentBatchUpdate":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"}},"required":["consentTemplateId","action"],"type":"object"},"ConsentBatchUpdateFailedEvent":{"additionalProperties":false,"properties":{"consentTemplateIds":{"items":{"type":"string"},"type":"array"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_BATCH_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateIds"],"type":"object"},"ConsentBatchUpdatedEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_BATCH_UPDATED","type":"string"},"updates":{"items":{"$ref":"#/definitions/ConsentBatchUpdate"},"type":"array"}},"required":["eventName","updates"],"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use `origin` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"ConsentFormCompletedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_COMPLETED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentFormConfig":{"additionalProperties":false,"properties":{"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentFormToken":{"description":"Form version identifier returned by the dashboard (`cform_...`).","type":"string"},"developmentUrl":{"type":"string"},"isSandbox":{"type":"boolean"},"locale":{"$ref":"#/definitions/ConsentFormLocale","description":"Language used by the form\'s UI copy and built-in validations."},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/ConsentFormEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"subjectId":{"description":"Optional Soyio entity id (`ent_...`) the entry should be linked to.","type":["string","null"]},"userReference":{"description":"Optional integrator-provided reference that travels with the entry.","type":["string","null"]}},"required":["consentFormToken","onEvent"],"type":"object"},"ConsentFormEvent":{"anyOf":[{"$ref":"#/definitions/ConsentFormSubmittedEvent"},{"$ref":"#/definitions/ConsentFormCompletedEvent"},{"$ref":"#/definitions/ConsentFormLoadErrorEvent"},{"$ref":"#/definitions/ConsentFormSubmitErrorEvent"},{"$ref":"#/definitions/ConsentFormPageChangeEvent"}]},"ConsentFormLoadErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_LOAD_ERROR","type":"string"},"kind":{"$ref":"#/definitions/ConsentFormLoadErrorKind"},"message":{"type":"string"}},"required":["eventName","kind"],"type":"object"},"ConsentFormLoadErrorKind":{"enum":["notFound","hostNotAllowed","loadFailed"],"type":"string"},"ConsentFormLocale":{"enum":["es","en"],"type":"string"},"ConsentFormPageChangeEvent":{"additionalProperties":false,"properties":{"currentPage":{"type":"number"},"eventName":{"const":"CONSENT_FORM_PAGE_CHANGE","type":"string"},"totalPages":{"type":"number"}},"required":["eventName","currentPage","totalPages"],"type":"object"},"ConsentFormSubmitErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_SUBMIT_ERROR","type":"string"},"message":{"type":"string"}},"required":["eventName","message"],"type":"object"},"ConsentFormSubmittedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_SUBMITTED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentUpdateFailedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"consentTemplateId":{"type":"string"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"ConsentUpdatedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"},"eventName":{"const":"CONSENT_UPDATED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"DataSubjectRequestKind":{"enum":["access","opposition","rectification","suppression","portability","redec_update","redec_rectification","redec_complementation","redec_cancellation"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentAction":{"enum":["grant","revoke"],"type":"string"},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"allowMultipleOpenScopeGroups":{"type":"boolean"},"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterEvent":{"anyOf":[{"$ref":"#/definitions/RequestSubmittedEvent"},{"$ref":"#/definitions/RequestSubmissionFailedEvent"},{"$ref":"#/definitions/ValidationSuccessfulEvent"},{"$ref":"#/definitions/ValidationFailedEvent"},{"$ref":"#/definitions/ConsentUpdatedEvent"},{"$ref":"#/definitions/ConsentUpdateFailedEvent"},{"$ref":"#/definitions/ConsentBatchUpdatedEvent"},{"$ref":"#/definitions/ConsentBatchUpdateFailedEvent"},{"$ref":"#/definitions/UnexpectedErrorEvent"}]},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRequestableDataCategoryOption":{"additionalProperties":false,"properties":{"description":{"type":"string"},"label":{"type":"string"},"value":{"$ref":"#/definitions/UserDataCategoryKey"}},"required":["value"],"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"RequestSubmissionFailedEvent":{"additionalProperties":false,"properties":{"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"REQUEST_SUBMISSION_FAILED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","kind"],"type":"object"},"RequestSubmittedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"entityId":{"type":["string","null"]},"eventName":{"const":"REQUEST_SUBMITTED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","dataSubjectRequestId","kind","entityId"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- \'default\': Standard Soyio brand colors (purple/indigo)\\n- \'dark\': Dark mode with gray tones\\n- \'light\': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by `ConsentFormBox`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- \'switch\': Toggle switch (default)\\n- \'checkbox\': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: \'Question\' (default), \'Info\', \'QuestionMark\', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by `ConsentFormBox`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by `ConsentFormBox`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- `light`: force light mode\\n- `dark`: force dark mode\\n- `auto`: follow the consumer\'s system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company\'s configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n`night` is kept as a deprecated alias for `theme: \'soyio\'` + `mode: \'dark\'`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"},{"$ref":"#/definitions/ConsentFormConfig"}],"description":"Combined configuration type for generating the JSON schema. Includes every iframe-based widget config (PrivacyCenterBox, ConsentBox, ConsentFormBox)."},"UnexpectedErrorEvent":{"additionalProperties":false,"properties":{"context":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"UNEXPECTED_ERROR","type":"string"}},"required":["eventName","context"],"type":"object"},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.language","user.demographic.marital_status","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.financial.bank_account","user.financial.credit_card","user.government_id.birth_certificate","user.government_id.drivers_license_number","user.government_id.immigration","user.government_id.national_identification_number","user.government_id.passport_number","user.government_id.vehicle_registration","user.health_and_medical.genetic","user.health_and_medical.insurance_beneficiary_id","user.health_and_medical.record_id","user.labor_activity","user.labor_activity.profession","user.labor_activity.job_title","user.labor_activity.worker_type","user.labor_activity.salary","user.labor_activity.workplace","user.location.imprecise","user.location.precise","user.name.first","user.name.last","user.unique_id.pseudonymous"],"type":"string"},"ValidationFailedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"errorReason":{"type":"string"},"eventName":{"const":"VALIDATION_FAILED","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"},"ValidationSuccessfulEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"eventName":{"const":"VALIDATION_SUCCESSFUL","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"}}'), Ur = {
1010
+ }, xr = "#/definitions/SoyioWidgetConfig", Dr = "http://json-schema.org/draft-07/schema#", Ar = /* @__PURE__ */ JSON.parse('{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentBatchUpdate":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"}},"required":["consentTemplateId","action"],"type":"object"},"ConsentBatchUpdateFailedEvent":{"additionalProperties":false,"properties":{"consentTemplateIds":{"items":{"type":"string"},"type":"array"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_BATCH_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateIds"],"type":"object"},"ConsentBatchUpdatedEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_BATCH_UPDATED","type":"string"},"updates":{"items":{"$ref":"#/definitions/ConsentBatchUpdate"},"type":"array"}},"required":["eventName","updates"],"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use `origin` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"ConsentFormCompletedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_COMPLETED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentFormConfig":{"additionalProperties":false,"properties":{"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentFormToken":{"description":"Form version identifier returned by the dashboard (`cform_...`).","type":"string"},"developmentUrl":{"type":"string"},"isSandbox":{"type":"boolean"},"locale":{"$ref":"#/definitions/ConsentFormLocale","description":"Language used by the form\'s UI copy and built-in validations."},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/ConsentFormEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"subjectId":{"description":"Optional Soyio entity id (`ent_...`) the entry should be linked to.","type":["string","null"]},"userReference":{"description":"Optional integrator-provided reference that travels with the entry.","type":["string","null"]}},"required":["consentFormToken","onEvent"],"type":"object"},"ConsentFormEvent":{"anyOf":[{"$ref":"#/definitions/ConsentFormSubmittedEvent"},{"$ref":"#/definitions/ConsentFormCompletedEvent"},{"$ref":"#/definitions/ConsentFormLoadErrorEvent"},{"$ref":"#/definitions/ConsentFormSubmitErrorEvent"},{"$ref":"#/definitions/ConsentFormPageChangeEvent"}]},"ConsentFormLoadErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_LOAD_ERROR","type":"string"},"kind":{"$ref":"#/definitions/ConsentFormLoadErrorKind"},"message":{"type":"string"}},"required":["eventName","kind"],"type":"object"},"ConsentFormLoadErrorKind":{"enum":["notFound","hostNotAllowed","loadFailed"],"type":"string"},"ConsentFormLocale":{"enum":["es","en"],"type":"string"},"ConsentFormPageChangeEvent":{"additionalProperties":false,"properties":{"currentPage":{"type":"number"},"eventName":{"const":"CONSENT_FORM_PAGE_CHANGE","type":"string"},"totalPages":{"type":"number"}},"required":["eventName","currentPage","totalPages"],"type":"object"},"ConsentFormSubmitErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_SUBMIT_ERROR","type":"string"},"message":{"type":"string"}},"required":["eventName","message"],"type":"object"},"ConsentFormSubmittedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_SUBMITTED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentUpdateFailedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"consentTemplateId":{"type":"string"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"ConsentUpdatedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"},"eventName":{"const":"CONSENT_UPDATED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"DataSubjectRequestKind":{"enum":["access","opposition","rectification","suppression","portability","redec_update","redec_rectification","redec_complementation","redec_cancellation"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentAction":{"enum":["grant","revoke"],"type":"string"},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"allowMultipleOpenScopeGroups":{"type":"boolean"},"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterEvent":{"anyOf":[{"$ref":"#/definitions/RequestSubmittedEvent"},{"$ref":"#/definitions/RequestSubmissionFailedEvent"},{"$ref":"#/definitions/ValidationSuccessfulEvent"},{"$ref":"#/definitions/ValidationFailedEvent"},{"$ref":"#/definitions/ConsentUpdatedEvent"},{"$ref":"#/definitions/ConsentUpdateFailedEvent"},{"$ref":"#/definitions/ConsentBatchUpdatedEvent"},{"$ref":"#/definitions/ConsentBatchUpdateFailedEvent"},{"$ref":"#/definitions/UnexpectedErrorEvent"}]},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRequestableDataCategoryOption":{"additionalProperties":false,"properties":{"description":{"type":"string"},"label":{"type":"string"},"value":{"$ref":"#/definitions/UserDataCategoryKey"}},"required":["value"],"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"RequestSubmissionFailedEvent":{"additionalProperties":false,"properties":{"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"REQUEST_SUBMISSION_FAILED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","kind"],"type":"object"},"RequestSubmittedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"entityId":{"type":["string","null"]},"eventName":{"const":"REQUEST_SUBMITTED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","dataSubjectRequestId","kind","entityId"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- \'default\': Standard Soyio brand colors (purple/indigo)\\n- \'dark\': Dark mode with gray tones\\n- \'light\': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by `ConsentFormBox`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- \'switch\': Toggle switch (default)\\n- \'checkbox\': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: \'Question\' (default), \'Info\', \'QuestionMark\', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by `ConsentFormBox`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by `ConsentFormBox`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- `light`: force light mode\\n- `dark`: force dark mode\\n- `auto`: follow the consumer\'s system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company\'s configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n`night` is kept as a deprecated alias for `theme: \'soyio\'` + `mode: \'dark\'`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"},{"$ref":"#/definitions/ConsentFormConfig"}],"description":"Combined configuration type for generating the JSON schema. Includes every iframe-based widget config (PrivacyCenterBox, ConsentBox, ConsentFormBox)."},"UnexpectedErrorEvent":{"additionalProperties":false,"properties":{"context":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"UNEXPECTED_ERROR","type":"string"}},"required":["eventName","context"],"type":"object"},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.language","user.demographic.marital_status","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.financial.bank_account","user.financial.credit_card","user.government_id.birth_certificate","user.government_id.drivers_license_number","user.government_id.immigration","user.government_id.national_identification_number","user.government_id.passport_number","user.government_id.vehicle_registration","user.health_and_medical.genetic","user.health_and_medical.insurance_beneficiary_id","user.health_and_medical.record_id","user.labor_activity","user.labor_activity.profession","user.labor_activity.job_title","user.labor_activity.worker_type","user.labor_activity.salary","user.labor_activity.workplace","user.location.imprecise","user.location.precise","user.name.first","user.name.last","user.unique_id.pseudonymous"],"type":"string"},"ValidationFailedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"errorReason":{"type":"string"},"eventName":{"const":"VALIDATION_FAILED","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"},"ValidationSuccessfulEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"eventName":{"const":"VALIDATION_SUCCESSFUL","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"}}'), Ur = {
1008
1011
  $ref: xr,
1009
1012
  $schema: Dr,
1010
1013
  definitions: Ar
@@ -1014,22 +1017,22 @@ function _r(o) {
1014
1017
  }
1015
1018
  var Qe = { exports: {} }, _e = { exports: {} }, Lr = _e.exports, Gi;
1016
1019
  function Nr() {
1017
- return Gi || (Gi = 1, (function(o, s) {
1018
- (function(d, a) {
1019
- o.exports = a();
1020
+ return Gi || (Gi = 1, (function(o, a) {
1021
+ (function(d, s) {
1022
+ o.exports = s();
1020
1023
  })(typeof self != "undefined" ? self : Lr, (function() {
1021
1024
  return (function(d) {
1022
- var a = {};
1025
+ var s = {};
1023
1026
  function S(g) {
1024
- if (a[g]) return a[g].exports;
1025
- var y = a[g] = {
1027
+ if (s[g]) return s[g].exports;
1028
+ var y = s[g] = {
1026
1029
  i: g,
1027
1030
  l: !1,
1028
1031
  exports: {}
1029
1032
  };
1030
1033
  return d[g].call(y.exports, y, y.exports, S), y.l = !0, y.exports;
1031
1034
  }
1032
- return S.m = d, S.c = a, S.d = function(g, y, $) {
1035
+ return S.m = d, S.c = s, S.d = function(g, y, $) {
1033
1036
  S.o(g, y) || Object.defineProperty(g, y, {
1034
1037
  enumerable: !0,
1035
1038
  get: $
@@ -1060,36 +1063,36 @@ function Nr() {
1060
1063
  }, S.o = function(g, y) {
1061
1064
  return {}.hasOwnProperty.call(g, y);
1062
1065
  }, S.p = "", S(S.s = 0);
1063
- })([function(d, a, S) {
1064
- S.r(a), S.d(a, "Promise", (function() {
1065
- return D;
1066
- })), S.d(a, "TYPES", (function() {
1066
+ })([function(d, s, S) {
1067
+ S.r(s), S.d(s, "Promise", (function() {
1068
+ return x;
1069
+ })), S.d(s, "TYPES", (function() {
1067
1070
  return mt;
1068
- })), S.d(a, "ProxyWindow", (function() {
1071
+ })), S.d(s, "ProxyWindow", (function() {
1069
1072
  return X;
1070
- })), S.d(a, "setup", (function() {
1073
+ })), S.d(s, "setup", (function() {
1071
1074
  return ki;
1072
- })), S.d(a, "destroy", (function() {
1075
+ })), S.d(s, "destroy", (function() {
1073
1076
  return Pt;
1074
- })), S.d(a, "serializeMessage", (function() {
1077
+ })), S.d(s, "serializeMessage", (function() {
1075
1078
  return ut;
1076
- })), S.d(a, "deserializeMessage", (function() {
1077
- return ht;
1078
- })), S.d(a, "createProxyWindow", (function() {
1079
+ })), S.d(s, "deserializeMessage", (function() {
1079
1080
  return Ct;
1080
- })), S.d(a, "toProxyWindow", (function() {
1081
+ })), S.d(s, "createProxyWindow", (function() {
1082
+ return ht;
1083
+ })), S.d(s, "toProxyWindow", (function() {
1081
1084
  return gt;
1082
- })), S.d(a, "on", (function() {
1085
+ })), S.d(s, "on", (function() {
1083
1086
  return le;
1084
- })), S.d(a, "once", (function() {
1087
+ })), S.d(s, "once", (function() {
1085
1088
  return St;
1086
- })), S.d(a, "send", (function() {
1089
+ })), S.d(s, "send", (function() {
1087
1090
  return de;
1088
- })), S.d(a, "markWindowKnown", (function() {
1091
+ })), S.d(s, "markWindowKnown", (function() {
1089
1092
  return gi;
1090
- })), S.d(a, "cleanUpWindow", (function() {
1093
+ })), S.d(s, "cleanUpWindow", (function() {
1091
1094
  return yt;
1092
- })), S.d(a, "bridge", (function() {
1095
+ })), S.d(s, "bridge", (function() {
1093
1096
  }));
1094
1097
  function g(e) {
1095
1098
  return {}.toString.call(e) === "[object RegExp]";
@@ -1109,26 +1112,26 @@ function Nr() {
1109
1112
  function T(e) {
1110
1113
  return e === void 0 && (e = window), I(e) === "about:";
1111
1114
  }
1112
- function x(e) {
1115
+ function k(e) {
1113
1116
  if (e === void 0 && (e = window), e) try {
1114
1117
  if (e.parent && e.parent !== e) return e.parent;
1115
1118
  } catch (t) {
1116
1119
  }
1117
1120
  }
1118
- function W(e) {
1119
- if (e === void 0 && (e = window), e && !x(e)) try {
1121
+ function M(e) {
1122
+ if (e === void 0 && (e = window), e && !k(e)) try {
1120
1123
  return e.opener;
1121
1124
  } catch (t) {
1122
1125
  }
1123
1126
  }
1124
- function B(e) {
1127
+ function F(e) {
1125
1128
  try {
1126
1129
  return !0;
1127
1130
  } catch (t) {
1128
1131
  }
1129
1132
  return !1;
1130
1133
  }
1131
- function Y(e) {
1134
+ function K(e) {
1132
1135
  e === void 0 && (e = window);
1133
1136
  var t = e.location;
1134
1137
  if (!t) throw new Error("Can not read window location");
@@ -1136,19 +1139,19 @@ function Nr() {
1136
1139
  if (!i) throw new Error("Can not read window protocol");
1137
1140
  if (i === "file:") return "file://";
1138
1141
  if (i === "about:") {
1139
- var r = x(e);
1140
- return r && B() ? Y(r) : "about://";
1142
+ var r = k(e);
1143
+ return r && F() ? K(r) : "about://";
1141
1144
  }
1142
1145
  var n = t.host;
1143
1146
  if (!n) throw new Error("Can not read window host");
1144
1147
  return i + "//" + n;
1145
1148
  }
1146
- function R(e) {
1149
+ function O(e) {
1147
1150
  e === void 0 && (e = window);
1148
- var t = Y(e);
1151
+ var t = K(e);
1149
1152
  return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
1150
1153
  }
1151
- function F(e) {
1154
+ function D(e) {
1152
1155
  if (!(function(t) {
1153
1156
  try {
1154
1157
  if (t === window) return !0;
@@ -1160,34 +1163,34 @@ function Nr() {
1160
1163
  } catch (r) {
1161
1164
  }
1162
1165
  try {
1163
- if (T(t) && B()) return !0;
1166
+ if (T(t) && F()) return !0;
1164
1167
  } catch (r) {
1165
1168
  }
1166
1169
  try {
1167
1170
  if ((function(r) {
1168
1171
  return r === void 0 && (r = window), I(r) === "mock:";
1169
- })(t) && B()) return !0;
1172
+ })(t) && F()) return !0;
1170
1173
  } catch (r) {
1171
1174
  }
1172
1175
  try {
1173
- if (Y(t) === Y(window)) return !0;
1176
+ if (K(t) === K(window)) return !0;
1174
1177
  } catch (r) {
1175
1178
  }
1176
1179
  return !1;
1177
1180
  })(e)) return !1;
1178
1181
  try {
1179
- if (e === window || T(e) && B() || R(window) === R(e)) return !0;
1182
+ if (e === window || T(e) && F() || O(window) === O(e)) return !0;
1180
1183
  } catch (t) {
1181
1184
  }
1182
1185
  return !1;
1183
1186
  }
1184
- function K(e) {
1185
- if (!F(e)) throw new Error("Expected window to be same domain");
1187
+ function Y(e) {
1188
+ if (!D(e)) throw new Error("Expected window to be same domain");
1186
1189
  return e;
1187
1190
  }
1188
- function oe(e, t) {
1191
+ function re(e, t) {
1189
1192
  if (!e || !t) return !1;
1190
- var i = x(t);
1193
+ var i = k(t);
1191
1194
  return i ? i === e : (function(r) {
1192
1195
  var n = [];
1193
1196
  try {
@@ -1253,7 +1256,7 @@ function Nr() {
1253
1256
  } catch (n) {
1254
1257
  return !n || n.message !== y;
1255
1258
  }
1256
- if (t && F(e)) try {
1259
+ if (t && D(e)) try {
1257
1260
  if (e.mockclosed) return !0;
1258
1261
  } catch (n) {
1259
1262
  }
@@ -1283,7 +1286,7 @@ function Nr() {
1283
1286
  return !1;
1284
1287
  }
1285
1288
  function ae(e) {
1286
- return e === void 0 && (e = window), W(e = e || window) || x(e) || void 0;
1289
+ return e === void 0 && (e = window), M(e = e || window) || k(e) || void 0;
1287
1290
  }
1288
1291
  function J(e, t) {
1289
1292
  if (typeof e == "string") {
@@ -1337,7 +1340,7 @@ function Nr() {
1337
1340
  return !1;
1338
1341
  }
1339
1342
  function ti(e) {
1340
- if (F(e)) return K(e).frameElement;
1343
+ if (D(e)) return Y(e).frameElement;
1341
1344
  for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
1342
1345
  var r = i[t];
1343
1346
  if (r && r.contentWindow && r.contentWindow === e) return r;
@@ -1345,7 +1348,7 @@ function Nr() {
1345
1348
  }
1346
1349
  function et(e) {
1347
1350
  if ((function(i) {
1348
- return i === void 0 && (i = window), !!x(i);
1351
+ return i === void 0 && (i = window), !!k(i);
1349
1352
  })(e)) {
1350
1353
  var t = ti(e);
1351
1354
  if (t && t.parentElement) {
@@ -1374,7 +1377,7 @@ function Nr() {
1374
1377
  }
1375
1378
  return !1;
1376
1379
  }
1377
- var ri = [], Ce = [], Me = 0, ge;
1380
+ var ri = [], he = [], Me = 0, ge;
1378
1381
  function ni() {
1379
1382
  if (!Me && ge) {
1380
1383
  var e = ge;
@@ -1387,7 +1390,7 @@ function Nr() {
1387
1390
  function Pe() {
1388
1391
  Me -= 1, ni();
1389
1392
  }
1390
- var D = (function() {
1393
+ var x = (function() {
1391
1394
  function e(i) {
1392
1395
  var r = this;
1393
1396
  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) {
@@ -1425,7 +1428,7 @@ function Nr() {
1425
1428
  ri.push(f), setTimeout((function() {
1426
1429
  throw f;
1427
1430
  }), 1);
1428
- for (var u = 0; u < Ce.length; u++) Ce[u](f, c);
1431
+ for (var u = 0; u < he.length; u++) he[u](f, c);
1429
1432
  }
1430
1433
  })(i, r);
1431
1434
  }), 1), this.dispatch(), this;
@@ -1442,9 +1445,9 @@ function Nr() {
1442
1445
  w.reject(v);
1443
1446
  }));
1444
1447
  }, c = 0; c < n.length; c++) {
1445
- var u = n[c], l = u.onSuccess, p = u.onError, P = u.promise, h = void 0;
1448
+ var u = n[c], l = u.onSuccess, p = u.onError, P = u.promise, C = void 0;
1446
1449
  if (i) try {
1447
- h = l ? l(this.value) : this.value;
1450
+ C = l ? l(this.value) : this.value;
1448
1451
  } catch (m) {
1449
1452
  P.reject(m);
1450
1453
  continue;
@@ -1455,16 +1458,16 @@ function Nr() {
1455
1458
  continue;
1456
1459
  }
1457
1460
  try {
1458
- h = p(this.error);
1461
+ C = p(this.error);
1459
1462
  } catch (m) {
1460
1463
  P.reject(m);
1461
1464
  continue;
1462
1465
  }
1463
1466
  }
1464
- if (h instanceof e && (h.resolved || h.rejected)) {
1465
- var C = h;
1466
- C.resolved ? P.resolve(C.value) : P.reject(C.error), C.errorHandled = !0;
1467
- } else fe(h) ? h instanceof e && (h.resolved || h.rejected) ? h.resolved ? P.resolve(h.value) : P.reject(h.error) : f(h, P) : P.resolve(h);
1467
+ if (C instanceof e && (C.resolved || C.rejected)) {
1468
+ var h = C;
1469
+ h.resolved ? P.resolve(h.value) : P.reject(h.error), h.errorHandled = !0;
1470
+ } else fe(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) : f(C, P) : P.resolve(C);
1468
1471
  }
1469
1472
  n.length = 0, this.dispatching = !1, Pe();
1470
1473
  }
@@ -1516,11 +1519,11 @@ function Nr() {
1516
1519
  var r = new e(), n = i.length, f = [].slice();
1517
1520
  if (!n)
1518
1521
  return r.resolve(f), r;
1519
- for (var c = function(p, P, h) {
1520
- return P.then((function(C) {
1521
- f[p] = C, (n -= 1) == 0 && r.resolve(f);
1522
- }), (function(C) {
1523
- h.reject(C);
1522
+ for (var c = function(p, P, C) {
1523
+ return P.then((function(h) {
1524
+ f[p] = h, (n -= 1) == 0 && r.resolve(f);
1525
+ }), (function(h) {
1526
+ C.reject(h);
1524
1527
  }));
1525
1528
  }, u = 0; u < i.length; u++) {
1526
1529
  var l = i[u];
@@ -1553,9 +1556,9 @@ function Nr() {
1553
1556
  return e.all(i.map(r));
1554
1557
  }, e.onPossiblyUnhandledException = function(i) {
1555
1558
  return (function(r) {
1556
- return Ce.push(r), {
1559
+ return he.push(r), {
1557
1560
  cancel: function() {
1558
- Ce.splice(Ce.indexOf(r), 1);
1561
+ he.splice(he.indexOf(r), 1);
1559
1562
  }
1560
1563
  };
1561
1564
  })(i);
@@ -1701,7 +1704,7 @@ function Nr() {
1701
1704
  }
1702
1705
  return e.__name__ = e.displayName = t, e;
1703
1706
  }
1704
- function re() {
1707
+ function ne() {
1705
1708
  var e = "0123456789abcdef";
1706
1709
  return "uid_" + "xxxxxxxxxx".replace(/./g, (function() {
1707
1710
  return e.charAt(Math.floor(Math.random() * e.length));
@@ -1720,7 +1723,7 @@ function Nr() {
1720
1723
  return typeof i == "function" ? "memoize[" + (function(r) {
1721
1724
  if (ke = ke || new Be(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1722
1725
  var n = ke.get(r);
1723
- return n || (n = typeof r + ":" + re(), ke.set(r, n)), n;
1726
+ return n || (n = typeof r + ":" + ne(), ke.set(r, n)), n;
1724
1727
  })(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;
1725
1728
  }));
1726
1729
  } catch (t) {
@@ -1736,20 +1739,20 @@ function Nr() {
1736
1739
  var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, u = me;
1737
1740
  me += 1;
1738
1741
  var l = function() {
1739
- for (var p = arguments.length, P = new Array(p), h = 0; h < p; h++) P[h] = arguments[h];
1742
+ for (var p = arguments.length, P = new Array(p), C = 0; C < p; C++) P[C] = arguments[C];
1740
1743
  u < di && (f = null, c = null, u = me, me += 1);
1741
- var C;
1742
- C = r ? (c = c || new Be()).getOrSet(this, it) : f = f || {};
1744
+ var h;
1745
+ h = r ? (c = c || new Be()).getOrSet(this, it) : f = f || {};
1743
1746
  var m;
1744
1747
  try {
1745
1748
  m = ai(P);
1746
1749
  } catch (A) {
1747
1750
  return e.apply(this, arguments);
1748
1751
  }
1749
- var w = C[m];
1750
- if (w && n && Date.now() - w.time < n && (delete C[m], w = null), w) return w.value;
1752
+ var w = h[m];
1753
+ if (w && n && Date.now() - w.time < n && (delete h[m], w = null), w) return w.value;
1751
1754
  var v = Date.now(), b = e.apply(this, arguments);
1752
- return C[m] = {
1755
+ return h[m] = {
1753
1756
  time: v,
1754
1757
  value: b
1755
1758
  }, b;
@@ -1766,7 +1769,7 @@ function Nr() {
1766
1769
  function i() {
1767
1770
  for (var r = arguments, n = this, f = arguments.length, c = new Array(f), u = 0; u < f; u++) c[u] = arguments[u];
1768
1771
  var l = ai(c);
1769
- return t.hasOwnProperty(l) || (t[l] = D.try((function() {
1772
+ return t.hasOwnProperty(l) || (t[l] = x.try((function() {
1770
1773
  return e.apply(n, r);
1771
1774
  })).finally((function() {
1772
1775
  delete t[l];
@@ -1824,7 +1827,7 @@ function Nr() {
1824
1827
  return !!document.body && document.readyState === "interactive";
1825
1828
  }
1826
1829
  ye((function() {
1827
- return new D((function(e) {
1830
+ return new x((function(e) {
1828
1831
  if (pi() || li()) return e();
1829
1832
  var t = setInterval((function() {
1830
1833
  if (pi() || li())
@@ -1851,7 +1854,7 @@ function Nr() {
1851
1854
  }
1852
1855
  })())) return xe;
1853
1856
  throw new Error("Can not determine current script");
1854
- })), nt = re();
1857
+ })), nt = ne();
1855
1858
  ye((function() {
1856
1859
  var e;
1857
1860
  try {
@@ -1873,7 +1876,7 @@ function Nr() {
1873
1876
  dataset: e.dataset
1874
1877
  }));
1875
1878
  t = "uid_" + i.slice(i.length - 30);
1876
- } else t = re();
1879
+ } else t = ne();
1877
1880
  return e.setAttribute("data-uid-auto", t), t;
1878
1881
  }));
1879
1882
  function be(e) {
@@ -1944,14 +1947,14 @@ function Nr() {
1944
1947
  }));
1945
1948
  }
1946
1949
  function ui() {
1947
- return q("instance").getOrSet("instanceID", re);
1950
+ return q("instance").getOrSet("instanceID", ne);
1948
1951
  }
1949
- function hi(e, t) {
1952
+ function Ci(e, t) {
1950
1953
  var i = t.domain, r = V("helloPromises"), n = r.get(e);
1951
1954
  n && n.resolve({
1952
1955
  domain: i
1953
1956
  });
1954
- var f = D.resolve({
1957
+ var f = x.resolve({
1955
1958
  domain: i
1956
1959
  });
1957
1960
  return r.set(e, f), f;
@@ -1964,7 +1967,7 @@ function Nr() {
1964
1967
  timeout: -1
1965
1968
  }).then((function(i) {
1966
1969
  var r = i.origin, n = i.data.instanceID;
1967
- return hi(e, {
1970
+ return Ci(e, {
1968
1971
  domain: r
1969
1972
  }), {
1970
1973
  win: e,
@@ -1973,7 +1976,7 @@ function Nr() {
1973
1976
  };
1974
1977
  }));
1975
1978
  }
1976
- function Ci(e, t) {
1979
+ function hi(e, t) {
1977
1980
  var i = t.send;
1978
1981
  return V("windowInstanceIDPromises").getOrSet(e, (function() {
1979
1982
  return Ue(e, {
@@ -2052,7 +2055,7 @@ function Nr() {
2052
2055
  return e;
2053
2056
  }, Z[void 0] = function() {
2054
2057
  }, Z), ft = {};
2055
- new D((function(e) {
2058
+ new x((function(e) {
2056
2059
  if (window.document && window.document.body) return e(window.document.body);
2057
2060
  var t = setInterval((function() {
2058
2061
  if (window.document && window.document.body)
@@ -2066,16 +2069,16 @@ function Nr() {
2066
2069
  }
2067
2070
  }
2068
2071
  function mi(e, t) {
2069
- var i = t.send, r = t.id, n = r === void 0 ? re() : r, f = e.then((function(l) {
2070
- if (F(l)) return K(l).name;
2072
+ var i = t.send, r = t.id, n = r === void 0 ? ne() : r, f = e.then((function(l) {
2073
+ if (D(l)) return Y(l).name;
2071
2074
  })), c = e.then((function(l) {
2072
2075
  if (H(l)) throw new Error("Window is closed, can not determine type");
2073
- return W(l) ? "popup" : "iframe";
2076
+ return M(l) ? "popup" : "iframe";
2074
2077
  }));
2075
2078
  f.catch(ce), c.catch(ce);
2076
2079
  var u = function() {
2077
2080
  return e.then((function(l) {
2078
- if (!H(l)) return F(l) ? K(l).name : f;
2081
+ if (!H(l)) return D(l) ? Y(l).name : f;
2079
2082
  }));
2080
2083
  };
2081
2084
  return {
@@ -2085,7 +2088,7 @@ function Nr() {
2085
2088
  },
2086
2089
  getInstanceID: tt((function() {
2087
2090
  return e.then((function(l) {
2088
- return Ci(l, {
2091
+ return hi(l, {
2089
2092
  send: i
2090
2093
  });
2091
2094
  }));
@@ -2106,16 +2109,16 @@ function Nr() {
2106
2109
  },
2107
2110
  setLocation: function(l, p) {
2108
2111
  return p === void 0 && (p = {}), e.then((function(P) {
2109
- var h = window.location.protocol + "//" + window.location.host, C = p.method, m = C === void 0 ? "get" : C, w = p.body;
2110
- if (l.indexOf("/") === 0) l = "" + h + l;
2111
- 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));
2112
+ var C = window.location.protocol + "//" + window.location.host, h = p.method, m = h === void 0 ? "get" : h, w = p.body;
2113
+ if (l.indexOf("/") === 0) l = "" + C + l;
2114
+ else if (!l.match(/^https?:\/\//) && l.indexOf(C) !== 0) throw new Error("Expected url to be http or https url, or absolute path, got " + JSON.stringify(l));
2112
2115
  if (m === "post") return u().then((function(v) {
2113
2116
  if (!v) throw new Error("Can not post to window without target name");
2114
2117
  (function(b) {
2115
- var A = b.url, j = b.target, L = b.body, _ = b.method, z = _ === void 0 ? "post" : _, E = document.createElement("form");
2116
- if (E.setAttribute("target", j), E.setAttribute("method", z), E.setAttribute("action", A), E.style.display = "none", L) for (var N = 0, ee = Object.keys(L); N < ee.length; N++) {
2117
- var M, we = ee[N], Ye = document.createElement("input");
2118
- Ye.setAttribute("name", we), Ye.setAttribute("value", (M = L[we]) == null ? void 0 : M.toString()), E.appendChild(Ye);
2118
+ var A = b.url, B = b.target, L = b.body, _ = b.method, z = _ === void 0 ? "post" : _, E = document.createElement("form");
2119
+ if (E.setAttribute("target", B), E.setAttribute("method", z), E.setAttribute("action", A), E.style.display = "none", L) for (var N = 0, ee = Object.keys(L); N < ee.length; N++) {
2120
+ var j, we = ee[N], Ke = document.createElement("input");
2121
+ Ke.setAttribute("name", we), Ke.setAttribute("value", (j = L[we]) == null ? void 0 : j.toString()), E.appendChild(Ke);
2119
2122
  }
2120
2123
  ci().appendChild(E), E.submit(), ci().removeChild(E);
2121
2124
  })({
@@ -2126,7 +2129,7 @@ function Nr() {
2126
2129
  });
2127
2130
  }));
2128
2131
  if (m !== "get") throw new Error("Unsupported method: " + m);
2129
- if (F(P)) try {
2132
+ if (D(P)) try {
2130
2133
  if (P.location && typeof P.location.replace == "function") {
2131
2134
  P.location.replace(l);
2132
2135
  return;
@@ -2138,9 +2141,9 @@ function Nr() {
2138
2141
  },
2139
2142
  setName: function(l) {
2140
2143
  return e.then((function(p) {
2141
- var P = F(p), h = ti(p);
2144
+ var P = D(p), C = ti(p);
2142
2145
  if (!P) throw new Error("Can not set name for cross-domain window: " + l);
2143
- K(p).name = l, h && h.setAttribute("name", l), f = D.resolve(l);
2146
+ Y(p).name = l, C && C.setAttribute("name", l), f = x.resolve(l);
2144
2147
  }));
2145
2148
  }
2146
2149
  };
@@ -2148,7 +2151,7 @@ function Nr() {
2148
2151
  var X = (function() {
2149
2152
  function e(i) {
2150
2153
  var r = i.send, n = i.win, f = i.serializedWindow;
2151
- this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new D(), this.serializedWindow = f || mi(this.actualWindowPromise, {
2154
+ this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new x(), this.serializedWindow = f || mi(this.actualWindowPromise, {
2152
2155
  send: r
2153
2156
  }), q("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
2154
2157
  send: r
@@ -2181,14 +2184,14 @@ function Nr() {
2181
2184
  return i;
2182
2185
  }));
2183
2186
  }, t.focus = function() {
2184
- var i = this, r = this.isPopup(), n = this.getName(), f = D.hash({
2187
+ var i = this, r = this.isPopup(), n = this.getName(), f = x.hash({
2185
2188
  isPopup: r,
2186
2189
  name: n
2187
2190
  }).then((function(u) {
2188
2191
  var l = u.name;
2189
2192
  u.isPopup && l && window.open("", l, "noopener");
2190
2193
  })), c = this.serializedWindow.focus();
2191
- return D.all([f, c]).then((function() {
2194
+ return x.all([f, c]).then((function() {
2192
2195
  return i;
2193
2196
  }));
2194
2197
  }, t.isClosed = function() {
@@ -2205,10 +2208,10 @@ function Nr() {
2205
2208
  return this.actualWindowPromise;
2206
2209
  }, t.matchWindow = function(i, r) {
2207
2210
  var n = this, f = r.send;
2208
- return D.try((function() {
2209
- return n.actualWindow ? i === n.actualWindow : D.hash({
2211
+ return x.try((function() {
2212
+ return n.actualWindow ? i === n.actualWindow : x.hash({
2210
2213
  proxyInstanceID: n.getInstanceID(),
2211
- knownWindowInstanceID: Ci(i, {
2214
+ knownWindowInstanceID: hi(i, {
2212
2215
  send: f
2213
2216
  })
2214
2217
  }).then((function(c) {
@@ -2281,23 +2284,23 @@ function Nr() {
2281
2284
  return c("postrobot_method", {
2282
2285
  domain: "*"
2283
2286
  }, (function(P) {
2284
- var h = P.source, C = P.origin, m = P.data, w = m.id, v = m.name, b = yi(h, w);
2285
- if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + R(window));
2286
- var A = b.source, j = b.domain, L = b.val;
2287
- return D.try((function() {
2288
- if (!J(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 " + R(window));
2289
- if (X.isProxyWindow(A)) return A.matchWindow(h, {
2287
+ var C = P.source, h = P.origin, m = P.data, w = m.id, v = m.name, b = yi(C, w);
2288
+ if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + O(window));
2289
+ var A = b.source, B = b.domain, L = b.val;
2290
+ return x.try((function() {
2291
+ if (!J(B, h)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(Fe(b.domain) ? b.domain.source : b.domain) + " does not match origin " + h + " in " + O(window));
2292
+ if (X.isProxyWindow(A)) return A.matchWindow(C, {
2290
2293
  send: u
2291
2294
  }).then((function(_) {
2292
- if (!_) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + R(window));
2295
+ if (!_) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + O(window));
2293
2296
  }));
2294
2297
  })).then((function() {
2295
2298
  return L.apply({
2296
- source: h,
2297
- origin: C
2299
+ source: C,
2300
+ origin: h
2298
2301
  }, m.args);
2299
2302
  }), (function(_) {
2300
- return D.try((function() {
2303
+ return x.try((function() {
2301
2304
  if (L.onError) return L.onError(_);
2302
2305
  })).then((function() {
2303
2306
  throw _.stack && (_.stack = "Remote call to " + v + "(" + (function(z) {
@@ -2318,7 +2321,7 @@ function Nr() {
2318
2321
  }));
2319
2322
  }));
2320
2323
  }));
2321
- var f, c, u, l = i.__id__ || re();
2324
+ var f, c, u, l = i.__id__ || ne();
2322
2325
  e = X.unwrap(e);
2323
2326
  var p = i.__name__ || i.name || r;
2324
2327
  return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), X.isProxyWindow(e) ? (He(l, i, p, e, t), e.awaitWindow().then((function(P) {
@@ -2333,20 +2336,20 @@ function Nr() {
2333
2336
  return (function(u, l) {
2334
2337
  l === void 0 && (l = at);
2335
2338
  var p = JSON.stringify(u, (function(P) {
2336
- var h = this[P];
2337
- if (qe(this)) return h;
2338
- var C = Pi(h);
2339
- if (!C) return h;
2340
- var m = l[C] || st[C];
2341
- return m ? m(h, P) : h;
2339
+ var C = this[P];
2340
+ if (qe(this)) return C;
2341
+ var h = Pi(C);
2342
+ if (!h) return C;
2343
+ var m = l[h] || st[h];
2344
+ return m ? m(C, P) : C;
2342
2345
  }));
2343
2346
  return p === void 0 ? "undefined" : p;
2344
2347
  })(i, ((n = {}).promise = function(u, l) {
2345
- return (function(p, P, h, C, m) {
2348
+ return (function(p, P, C, h, m) {
2346
2349
  return pe("cross_domain_zalgo_promise", {
2347
2350
  then: $i(p, P, (function(w, v) {
2348
- return h.then(w, v);
2349
- }), C, {
2351
+ return C.then(w, v);
2352
+ }), h, {
2350
2353
  on: m.on,
2351
2354
  send: m.send
2352
2355
  })
@@ -2371,40 +2374,40 @@ function Nr() {
2371
2374
  return (function(c, u) {
2372
2375
  if (u === void 0 && (u = ft), c !== "undefined") return JSON.parse(c, (function(l, p) {
2373
2376
  if (qe(this)) return p;
2374
- var P, h;
2375
- if (qe(p) ? (P = p.__type__, h = p.__val__) : (P = Pi(p), h = p), !P) return h;
2376
- var C = u[P] || dt[P];
2377
- return C ? C(h, l) : h;
2377
+ var P, C;
2378
+ if (qe(p) ? (P = p.__type__, C = p.__val__) : (P = Pi(p), C = p), !P) return C;
2379
+ var h = u[P] || dt[P];
2380
+ return h ? h(C, l) : C;
2378
2381
  }));
2379
2382
  })(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
2380
2383
  return (function(u, l, p) {
2381
- return new D(p.then);
2384
+ return new x(p.then);
2382
2385
  })(0, 0, c);
2383
2386
  }, n.cross_domain_function = function(c) {
2384
2387
  return (function(u, l, p, P) {
2385
- var h = p.id, C = p.name, m = P.send, w = function(b) {
2388
+ var C = p.id, h = p.name, m = P.send, w = function(b) {
2386
2389
  b === void 0 && (b = {});
2387
2390
  function A() {
2388
- var j = arguments;
2391
+ var B = arguments;
2389
2392
  return X.toProxyWindow(u, {
2390
2393
  send: m
2391
2394
  }).awaitWindow().then((function(L) {
2392
- var _ = yi(L, h);
2395
+ var _ = yi(L, C);
2393
2396
  if (_ && _.val !== A) return _.val.apply({
2394
2397
  source: window,
2395
- origin: R()
2396
- }, j);
2397
- var z = [].slice.call(j);
2398
+ origin: O()
2399
+ }, B);
2400
+ var z = [].slice.call(B);
2398
2401
  return b.fireAndForget ? m(L, "postrobot_method", {
2399
- id: h,
2400
- name: C,
2402
+ id: C,
2403
+ name: h,
2401
2404
  args: z
2402
2405
  }, {
2403
2406
  domain: l,
2404
2407
  fireAndForget: !0
2405
2408
  }) : m(L, "postrobot_method", {
2406
- id: h,
2407
- name: C,
2409
+ id: C,
2410
+ name: h,
2408
2411
  args: z
2409
2412
  }, {
2410
2413
  domain: l,
@@ -2416,7 +2419,7 @@ function Nr() {
2416
2419
  throw L;
2417
2420
  }));
2418
2421
  }
2419
- return A.__name__ = C, A.__origin__ = l, A.__source__ = u, A.__id__ = h, A.origin = l, A;
2422
+ return A.__name__ = h, A.__origin__ = l, A.__source__ = u, A.__id__ = C, A.origin = l, A;
2420
2423
  }, v = w();
2421
2424
  return v.fireAndForget = w({
2422
2425
  fireAndForget: !0
@@ -2436,21 +2439,21 @@ function Nr() {
2436
2439
  };
2437
2440
  function Ve(e, t, i, r) {
2438
2441
  var n = r.on, f = r.send;
2439
- return D.try((function() {
2442
+ return x.try((function() {
2440
2443
  var c = V().getOrSet(e, (function() {
2441
2444
  return {};
2442
2445
  }));
2443
- return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || D.flush().then((function() {
2446
+ return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || x.flush().then((function() {
2444
2447
  if (H(e)) throw new Error("Window is closed");
2445
2448
  var u = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2446
2449
  on: n,
2447
2450
  send: f
2448
2451
  }), l;
2449
2452
  delete c.buffer;
2450
- for (var p = Object.keys(Ge), P = [], h = 0; h < p.length; h++) {
2451
- var C = p[h];
2453
+ for (var p = Object.keys(Ge), P = [], C = 0; C < p.length; C++) {
2454
+ var h = p[C];
2452
2455
  try {
2453
- Ge[C](e, u, t);
2456
+ Ge[h](e, u, t);
2454
2457
  } catch (m) {
2455
2458
  P.push(m);
2456
2459
  }
@@ -2488,9 +2491,9 @@ function Nr() {
2488
2491
  if (p) {
2489
2492
  if (r && typeof r == "string") {
2490
2493
  if (p[r]) return p[r];
2491
- if (p.__domain_regex__) for (var P = 0, h = p.__domain_regex__; P < h.length; P++) {
2492
- var C = h[P], m = C.listener;
2493
- if (J(C.regex, r)) return m;
2494
+ if (p.__domain_regex__) for (var P = 0, C = p.__domain_regex__; P < C.length; P++) {
2495
+ var h = C[P], m = h.listener;
2496
+ if (J(h.regex, r)) return m;
2494
2497
  }
2495
2498
  }
2496
2499
  if (p["*"]) return p["*"];
@@ -2505,34 +2508,34 @@ function Nr() {
2505
2508
  win: e,
2506
2509
  domain: t
2507
2510
  }), u = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2508
- function l(p, P, h) {
2509
- return D.flush().then((function() {
2511
+ function l(p, P, C) {
2512
+ return x.flush().then((function() {
2510
2513
  if (!i.fireAndForget && !H(e)) try {
2511
2514
  return Ve(e, t, {
2512
- id: re(),
2513
- origin: R(window),
2515
+ id: ne(),
2516
+ origin: O(window),
2514
2517
  type: "postrobot_message_response",
2515
2518
  hash: i.hash,
2516
2519
  name: i.name,
2517
2520
  ack: p,
2518
2521
  data: P,
2519
- error: h
2522
+ error: C
2520
2523
  }, {
2521
2524
  on: n,
2522
2525
  send: f
2523
2526
  });
2524
- } catch (C) {
2525
- throw new Error("Send response message failed for " + u + " in " + R() + `
2527
+ } catch (h) {
2528
+ throw new Error("Send response message failed for " + u + " in " + O() + `
2526
2529
 
2527
- ` + $e(C));
2530
+ ` + $e(h));
2528
2531
  }
2529
2532
  }));
2530
2533
  }
2531
- return D.all([D.flush().then((function() {
2534
+ return x.all([x.flush().then((function() {
2532
2535
  if (!i.fireAndForget && !H(e)) try {
2533
2536
  return Ve(e, t, {
2534
- id: re(),
2535
- origin: R(window),
2537
+ id: ne(),
2538
+ origin: O(window),
2536
2539
  type: "postrobot_message_ack",
2537
2540
  hash: i.hash,
2538
2541
  name: i.name
@@ -2541,11 +2544,11 @@ function Nr() {
2541
2544
  send: f
2542
2545
  });
2543
2546
  } catch (p) {
2544
- throw new Error("Send ack message failed for " + u + " in " + R() + `
2547
+ throw new Error("Send ack message failed for " + u + " in " + O() + `
2545
2548
 
2546
2549
  ` + $e(p));
2547
2550
  }
2548
- })), D.try((function() {
2551
+ })), x.try((function() {
2549
2552
  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);
2550
2553
  return c.handler({
2551
2554
  source: e,
@@ -2595,14 +2598,14 @@ function Nr() {
2595
2598
  } catch (P) {
2596
2599
  return;
2597
2600
  }
2598
- var f = e.source, c = e.origin, u = (function(P, h, C, m) {
2601
+ var f = e.source, c = e.origin, u = (function(P, C, h, m) {
2599
2602
  var w = m.on, v = m.send, b;
2600
2603
  try {
2601
- b = bi(h, C, P, {
2604
+ b = bi(C, h, P, {
2602
2605
  on: w,
2603
2606
  send: v
2604
2607
  });
2605
- } catch (j) {
2608
+ } catch (B) {
2606
2609
  return;
2607
2610
  }
2608
2611
  if (b && typeof b == "object" && b !== null) {
@@ -2639,55 +2642,55 @@ function Nr() {
2639
2642
  var u = f.name, l = f.win, p = f.domain, P = V("requestListeners");
2640
2643
  if (!u || typeof u != "string") throw new Error("Name required to add request listener");
2641
2644
  if (l && l !== "*" && X.isProxyWindow(l)) {
2642
- var h = l.awaitWindow().then((function(M) {
2645
+ var C = l.awaitWindow().then((function(j) {
2643
2646
  return n({
2644
2647
  name: u,
2645
- win: M,
2648
+ win: j,
2646
2649
  domain: p
2647
2650
  }, c);
2648
2651
  }));
2649
2652
  return {
2650
2653
  cancel: function() {
2651
- h.then((function(M) {
2652
- return M.cancel();
2654
+ C.then((function(j) {
2655
+ return j.cancel();
2653
2656
  }), ce);
2654
2657
  }
2655
2658
  };
2656
2659
  }
2657
- var C = l;
2658
- if (Array.isArray(C)) {
2659
- for (var m = [], w = 0, v = C; w < v.length; w++) m.push(n({
2660
+ var h = l;
2661
+ if (Array.isArray(h)) {
2662
+ for (var m = [], w = 0, v = h; w < v.length; w++) m.push(n({
2660
2663
  name: u,
2661
2664
  domain: p,
2662
2665
  win: v[w]
2663
2666
  }, c));
2664
2667
  return {
2665
2668
  cancel: function() {
2666
- for (var M = 0; M < m.length; M++) m[M].cancel();
2669
+ for (var j = 0; j < m.length; j++) m[j].cancel();
2667
2670
  }
2668
2671
  };
2669
2672
  }
2670
2673
  if (Array.isArray(p)) {
2671
- for (var b = [], A = 0, j = p; A < j.length; A++) b.push(n({
2674
+ for (var b = [], A = 0, B = p; A < B.length; A++) b.push(n({
2672
2675
  name: u,
2673
- win: C,
2674
- domain: j[A]
2676
+ win: h,
2677
+ domain: B[A]
2675
2678
  }, c));
2676
2679
  return {
2677
2680
  cancel: function() {
2678
- for (var M = 0; M < b.length; M++) b[M].cancel();
2681
+ for (var j = 0; j < b.length; j++) b[j].cancel();
2679
2682
  }
2680
2683
  };
2681
2684
  }
2682
2685
  var L = Ei({
2683
2686
  name: u,
2684
- win: C,
2687
+ win: h,
2685
2688
  domain: p
2686
2689
  });
2687
- C && C !== "*" || (C = De());
2690
+ h && h !== "*" || (h = De());
2688
2691
  var _ = (p = p || "*").toString();
2689
- 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);
2690
- var z = P.getOrSet(C, (function() {
2692
+ if (L) throw h && p ? new Error("Request listener already exists for " + u + " on domain " + p.toString() + " for " + (h === De() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + u + " for " + (h === De() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + u + " on domain " + p.toString()) : new Error("Request listener already exists for " + u);
2693
+ var z = P.getOrSet(h, (function() {
2691
2694
  return {};
2692
2695
  })), E = ve(z, u, (function() {
2693
2696
  return {};
@@ -2699,7 +2702,7 @@ function Nr() {
2699
2702
  listener: c
2700
2703
  }) : E[_] = c, {
2701
2704
  cancel: function() {
2702
- delete E[_], ee && (N.splice(N.indexOf(ee, 1)), N.length || delete E.__domain_regex__), Object.keys(E).length || delete z[u], C && !Object.keys(z).length && P.del(C);
2705
+ delete E[_], ee && (N.splice(N.indexOf(ee, 1)), N.length || delete E.__domain_regex__), Object.keys(E).length || delete z[u], h && !Object.keys(z).length && P.del(h);
2703
2706
  }
2704
2707
  };
2705
2708
  })({
@@ -2720,7 +2723,7 @@ function Nr() {
2720
2723
  }
2721
2724
  function St(e, t, i) {
2722
2725
  typeof (t = t || {}) == "function" && (i = t, t = {});
2723
- var r = new D(), n;
2726
+ var r = new x(), n;
2724
2727
  return t.errorHandler = function(f) {
2725
2728
  n.cancel(), r.reject(f);
2726
2729
  }, n = le(e, t, (function(f) {
@@ -2732,68 +2735,68 @@ function Nr() {
2732
2735
  return X.toProxyWindow(t, {
2733
2736
  send: e
2734
2737
  }).awaitWindow().then((function(p) {
2735
- return D.try((function() {
2736
- if ((function(P, h, C) {
2738
+ return x.try((function() {
2739
+ if ((function(P, C, h) {
2737
2740
  if (!P) throw new Error("Expected name");
2738
- 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");
2739
- if (H(h)) throw new Error("Can not send " + P + ". Target window is closed");
2740
- })(i, p, f), (function(P, h) {
2741
- var C = ae(h);
2742
- if (C) return C === P;
2743
- if (h === P || (function(v) {
2741
+ if (typeof h != "string" && !Array.isArray(h) && !Fe(h)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(h) + " to be a string, array, or regex");
2742
+ if (H(C)) throw new Error("Can not send " + P + ". Target window is closed");
2743
+ })(i, p, f), (function(P, C) {
2744
+ var h = ae(C);
2745
+ if (h) return h === P;
2746
+ if (C === P || (function(v) {
2744
2747
  v === void 0 && (v = window);
2745
2748
  try {
2746
2749
  if (v.top) return v.top;
2747
2750
  } catch (L) {
2748
2751
  }
2749
- if (x(v) === v) return v;
2752
+ if (k(v) === v) return v;
2750
2753
  try {
2751
- if (oe(window, v) && window.top) return window.top;
2754
+ if (re(window, v) && window.top) return window.top;
2752
2755
  } catch (L) {
2753
2756
  }
2754
2757
  try {
2755
- if (oe(v, window) && window.top) return window.top;
2758
+ if (re(v, window) && window.top) return window.top;
2756
2759
  } catch (L) {
2757
2760
  }
2758
2761
  for (var b = 0, A = (function L(_) {
2759
2762
  for (var z = [], E = 0, N = se(_); E < N.length; E++) {
2760
2763
  var ee = N[E];
2761
2764
  z.push(ee);
2762
- for (var M = 0, we = L(ee); M < we.length; M++) z.push(we[M]);
2765
+ for (var j = 0, we = L(ee); j < we.length; j++) z.push(we[j]);
2763
2766
  }
2764
2767
  return z;
2765
2768
  })(v); b < A.length; b++) {
2766
- var j = A[b];
2769
+ var B = A[b];
2767
2770
  try {
2768
- if (j.top) return j.top;
2771
+ if (B.top) return B.top;
2769
2772
  } catch (L) {
2770
2773
  }
2771
- if (x(j) === j) return j;
2774
+ if (k(B) === B) return B;
2772
2775
  }
2773
- })(h) === h) return !1;
2774
- for (var m = 0, w = se(P); m < w.length; m++) if (w[m] === h) return !0;
2776
+ })(C) === C) return !1;
2777
+ for (var m = 0, w = se(P); m < w.length; m++) if (w[m] === C) return !0;
2775
2778
  return !1;
2776
- })(window, p)) return (function(P, h, C) {
2777
- h === void 0 && (h = 5e3), C === void 0 && (C = "Window");
2779
+ })(window, p)) return (function(P, C, h) {
2780
+ C === void 0 && (C = 5e3), h === void 0 && (h = "Window");
2778
2781
  var m = (function(w) {
2779
2782
  return V("helloPromises").getOrSet(w, (function() {
2780
- return new D();
2783
+ return new x();
2781
2784
  }));
2782
2785
  })(P);
2783
- return h !== -1 && (m = m.timeout(h, new Error(C + " did not load after " + h + "ms"))), m;
2786
+ return C !== -1 && (m = m.timeout(C, new Error(h + " did not load after " + C + "ms"))), m;
2784
2787
  })(p, u);
2785
2788
  })).then((function(P) {
2786
- return (function(h, C, m, w) {
2789
+ return (function(C, h, m, w) {
2787
2790
  var v = w.send;
2788
- return D.try((function() {
2789
- return typeof C == "string" ? C : D.try((function() {
2790
- return m || Ue(h, {
2791
+ return x.try((function() {
2792
+ return typeof h == "string" ? h : x.try((function() {
2793
+ return m || Ue(C, {
2791
2794
  send: v
2792
2795
  }).then((function(b) {
2793
2796
  return b.domain;
2794
2797
  }));
2795
2798
  })).then((function(b) {
2796
- if (!J(C, C)) throw new Error("Domain " + fi(C) + " does not match " + fi(C));
2799
+ if (!J(h, h)) throw new Error("Domain " + fi(h) + " does not match " + fi(h));
2797
2800
  return b;
2798
2801
  }));
2799
2802
  }));
@@ -2801,12 +2804,12 @@ function Nr() {
2801
2804
  send: e
2802
2805
  });
2803
2806
  })).then((function(P) {
2804
- var h = P, C = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new D(), w = i + "_" + re();
2807
+ var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new x(), w = i + "_" + ne();
2805
2808
  if (!l) {
2806
2809
  var v = {
2807
2810
  name: i,
2808
2811
  win: p,
2809
- domain: h,
2812
+ domain: C,
2810
2813
  promise: m
2811
2814
  };
2812
2815
  (function(E, N) {
@@ -2822,15 +2825,15 @@ function Nr() {
2822
2825
  }));
2823
2826
  var A = (function(E) {
2824
2827
  return V("knownWindows").get(E, !1);
2825
- })(p) ? 1e4 : 2e3, j = c, L = A, _ = j, z = (function(E, N) {
2828
+ })(p) ? 1e4 : 2e3, B = c, L = A, _ = B, z = (function(E, N) {
2826
2829
  var ee;
2827
- return (function M() {
2830
+ return (function j() {
2828
2831
  ee = setTimeout((function() {
2829
2832
  (function() {
2830
2833
  if (H(p)) return m.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2831
2834
  if (v.cancelled) return m.reject(new Error("Response listener was cancelled for " + i));
2832
- L = Math.max(L - 500, 0), _ !== -1 && (_ = Math.max(_ - 500, 0)), v.ack || L !== 0 ? _ === 0 && m.reject(new Error("No response for postMessage " + C + " in " + R() + " in " + j + "ms")) : m.reject(new Error("No ack for postMessage " + C + " in " + R() + " in " + A + "ms"));
2833
- })(), M();
2835
+ L = Math.max(L - 500, 0), _ !== -1 && (_ = Math.max(_ - 500, 0)), v.ack || L !== 0 ? _ === 0 && m.reject(new Error("No response for postMessage " + h + " in " + O() + " in " + B + "ms")) : m.reject(new Error("No ack for postMessage " + h + " in " + O() + " in " + A + "ms"));
2836
+ })(), j();
2834
2837
  }), 500);
2835
2838
  })(), {
2836
2839
  cancel: function() {
@@ -2842,9 +2845,9 @@ function Nr() {
2842
2845
  z.cancel(), b.splice(b.indexOf(m, 1));
2843
2846
  })).catch(ce);
2844
2847
  }
2845
- return Ve(p, h, {
2846
- id: re(),
2847
- origin: R(window),
2848
+ return Ve(p, C, {
2849
+ id: ne(),
2850
+ origin: O(window),
2848
2851
  type: "postrobot_message_request",
2849
2852
  hash: w,
2850
2853
  name: i,
@@ -2856,7 +2859,7 @@ function Nr() {
2856
2859
  }).then((function() {
2857
2860
  return l ? m.resolve() : m;
2858
2861
  }), (function(E) {
2859
- throw new Error("Send request message failed for " + C + " in " + R() + `
2862
+ throw new Error("Send request message failed for " + h + " in " + O() + `
2860
2863
 
2861
2864
  ` + $e(E));
2862
2865
  }));
@@ -2869,12 +2872,12 @@ function Nr() {
2869
2872
  send: de
2870
2873
  });
2871
2874
  }
2872
- function ht(e, t, i) {
2875
+ function Ct(e, t, i) {
2873
2876
  return bi(e, t, i, {
2874
2877
  send: de
2875
2878
  });
2876
2879
  }
2877
- function Ct(e) {
2880
+ function ht(e) {
2878
2881
  return new X({
2879
2882
  send: de,
2880
2883
  win: e
@@ -2905,18 +2908,18 @@ function Nr() {
2905
2908
  };
2906
2909
  })(window, 0, (function(u) {
2907
2910
  (function(l, p) {
2908
- var P = p.on, h = p.send;
2909
- D.try((function() {
2910
- var C = l.source || l.sourceElement, m = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
2911
- if (m === "null" && (m = "file://"), C) {
2911
+ var P = p.on, C = p.send;
2912
+ x.try((function() {
2913
+ var h = l.source || l.sourceElement, m = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
2914
+ if (m === "null" && (m = "file://"), h) {
2912
2915
  if (!m) throw new Error("Post message did not have origin domain");
2913
2916
  Ri({
2914
- source: C,
2917
+ source: h,
2915
2918
  origin: m,
2916
2919
  data: w
2917
2920
  }, {
2918
2921
  on: P,
2919
- send: h
2922
+ send: C
2920
2923
  });
2921
2924
  }
2922
2925
  }));
@@ -2935,7 +2938,7 @@ function Nr() {
2935
2938
  var u = f("postrobot_hello", {
2936
2939
  domain: "*"
2937
2940
  }, (function(p) {
2938
- return hi(p.source, {
2941
+ return Ci(p.source, {
2939
2942
  domain: p.origin
2940
2943
  }), {
2941
2944
  instanceID: ui()
@@ -2978,13 +2981,13 @@ function Or() {
2978
2981
  })(Qe)), Qe.exports;
2979
2982
  }
2980
2983
  var Xi = Or();
2981
- const Wr = /* @__PURE__ */ _r(Xi), he = /* @__PURE__ */ Et({
2984
+ const Wr = /* @__PURE__ */ _r(Xi), Ce = /* @__PURE__ */ Et({
2982
2985
  __proto__: null,
2983
2986
  default: Wr
2984
2987
  }, [Xi]);
2985
2988
  export {
2986
- Yi as ConsentBox,
2987
- Ki as ConsentFormBox,
2989
+ Ki as ConsentBox,
2990
+ Yi as ConsentFormBox,
2988
2991
  Ze as DisclosureRequestBox,
2989
2992
  Ji as PrivacyCenterBox,
2990
2993
  jr as SoyioTypes,