@soyio/soyio-widget 3.8.1 → 3.8.3

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,53 +4,53 @@ var _e = Object.getOwnPropertySymbols, wt = Object.getPrototypeOf, xi = Object.p
4
4
  var Ai = (o) => {
5
5
  throw TypeError(o);
6
6
  };
7
- var Je = (o, a, d) => a in o ? $t(o, a, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[a] = d, Te = (o, a) => {
8
- for (var d in a || (a = {}))
9
- xi.call(a, d) && Je(o, d, a[d]);
7
+ var Je = (o, s, d) => s in o ? $t(o, s, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[s] = d, Te = (o, s) => {
8
+ for (var d in s || (s = {}))
9
+ xi.call(s, d) && Je(o, d, s[d]);
10
10
  if (_e)
11
- for (var d of _e(a))
12
- Di.call(a, d) && Je(o, d, a[d]);
11
+ for (var d of _e(s))
12
+ Di.call(s, d) && Je(o, d, s[d]);
13
13
  return o;
14
- }, _i = (o, a) => vt(o, bt(a));
15
- var Li = (o, a) => {
14
+ }, _i = (o, s) => vt(o, bt(s));
15
+ var Li = (o, s) => {
16
16
  var d = {};
17
- for (var s in o)
18
- xi.call(o, s) && a.indexOf(s) < 0 && (d[s] = o[s]);
17
+ for (var a in o)
18
+ xi.call(o, a) && s.indexOf(a) < 0 && (d[a] = o[a]);
19
19
  if (o != null && _e)
20
- for (var s of _e(o))
21
- a.indexOf(s) < 0 && Di.call(o, s) && (d[s] = o[s]);
20
+ for (var a of _e(o))
21
+ s.indexOf(a) < 0 && Di.call(o, a) && (d[a] = o[a]);
22
22
  return d;
23
23
  };
24
- var x = (o, a, d) => Je(o, typeof a != "symbol" ? a + "" : a, d), Tt = (o, a, d) => a.has(o) || Ai("Cannot " + d);
25
- 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) => {
24
+ var x = (o, s, d) => Je(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 ue = (o, s, d) => It(wt(o), d, s);
28
+ var W = (o, s, d) => new Promise((a, u) => {
29
29
  var g = (I) => {
30
30
  try {
31
31
  $(d.next(I));
32
32
  } catch (T) {
33
- S(T);
33
+ u(T);
34
34
  }
35
35
  }, y = (I) => {
36
36
  try {
37
37
  $(d.throw(I));
38
38
  } catch (T) {
39
- S(T);
39
+ u(T);
40
40
  }
41
- }, $ = (I) => I.done ? s(I.value) : Promise.resolve(I.value).then(g, y);
42
- $((d = d.apply(o, a)).next());
41
+ }, $ = (I) => I.done ? a(I.value) : Promise.resolve(I.value).then(g, y);
42
+ $((d = d.apply(o, s)).next());
43
43
  });
44
- function 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
- if (S !== "default" && !(S in o)) {
50
- const g = Object.getOwnPropertyDescriptor(s, S);
51
- g && Object.defineProperty(o, S, g.get ? g : {
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 u in a)
49
+ if (u !== "default" && !(u in o)) {
50
+ const g = Object.getOwnPropertyDescriptor(a, u);
51
+ g && Object.defineProperty(o, u, g.get ? g : {
52
52
  enumerable: !0,
53
- get: () => s[S]
53
+ get: () => a[u]
54
54
  });
55
55
  }
56
56
  }
@@ -67,9 +67,9 @@ class ii {
67
67
  Ne && this.createTooltipElement();
68
68
  }
69
69
  createTooltipElement() {
70
- const a = document.querySelector(`.${this.tooltipClass}`);
71
- if (a) {
72
- this.tooltipElement = a, this.tooltipContent = this.tooltipElement.querySelector(".soyio-tooltip-content");
70
+ const s = document.querySelector(`.${this.tooltipClass}`);
71
+ if (s) {
72
+ this.tooltipElement = s, 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 ii {
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(a, d, s) {
95
+ show(s, d, a) {
96
96
  if (!this.tooltipElement || !this.tooltipContent) return;
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
- this.applyPlacement(S), requestAnimationFrame(() => {
97
+ this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = s, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
98
+ const u = this.calculateOptimalPlacement(d, a);
99
+ this.applyPlacement(u), requestAnimationFrame(() => {
100
100
  this.tooltipElement && (this.tooltipElement.style.opacity = "1", this.tooltipElement.style.transform = "scale(1)");
101
101
  });
102
102
  }
103
- calculateOptimalPlacement(a, d) {
104
- const s = this.tooltipElement.offsetWidth, S = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: y } = window, $ = 4, I = {
103
+ calculateOptimalPlacement(s, d) {
104
+ const a = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: y } = window, $ = 4, I = {
105
105
  top: {
106
- top: d - S - $,
107
- left: a - s / 2,
106
+ top: d - u - $,
107
+ left: s - a / 2,
108
108
  placement: "top"
109
109
  },
110
110
  bottom: {
111
111
  top: d + $,
112
- left: a - s / 2,
112
+ left: s - a / 2,
113
113
  placement: "bottom"
114
114
  },
115
115
  right: {
116
- top: d - S / 2,
117
- left: a + $,
116
+ top: d - u / 2,
117
+ left: s + $,
118
118
  placement: "right"
119
119
  },
120
120
  left: {
121
- top: d - S / 2,
122
- left: a - s - $,
121
+ top: d - u / 2,
122
+ left: s - a - $,
123
123
  placement: "left"
124
124
  }
125
125
  };
126
126
  for (const [, E] of Object.entries(I))
127
- if (ii.fitsInViewport(E, s, S, g, y))
127
+ if (ii.fitsInViewport(E, a, u, g, y))
128
128
  return E;
129
129
  const T = I.top;
130
- return T.left = Math.max($, Math.min(T.left, g - s - $)), T.top = Math.max($, Math.min(T.top, y - S - $)), T;
130
+ return T.left = Math.max($, Math.min(T.left, g - a - $)), T.top = Math.max($, Math.min(T.top, y - u - $)), T;
131
131
  }
132
- static fitsInViewport(a, d, s, S, g) {
133
- return a.top >= 0 && a.left >= 0 && a.top + s <= g && a.left + d <= S;
132
+ static fitsInViewport(s, d, a, u, g) {
133
+ return s.top >= 0 && s.left >= 0 && s.top + a <= g && s.left + d <= u;
134
134
  }
135
- applyPlacement(a) {
136
- this.tooltipElement && (this.tooltipElement.style.left = `${a.left}px`, this.tooltipElement.style.top = `${a.top}px`);
135
+ applyPlacement(s) {
136
+ this.tooltipElement && (this.tooltipElement.style.left = `${s.left}px`, this.tooltipElement.style.top = `${s.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 a;
143
- (a = this.tooltipElement) == null || a.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
142
+ var s;
143
+ (s = this.tooltipElement) == null || s.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
144
144
  }
145
145
  }
146
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,15 +160,15 @@ 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, a, d) {
163
+ function Mi(o, s, d) {
164
164
  return W(this, null, function* () {
165
165
  if (!o.contentWindow)
166
166
  throw new Error("Invalid iframe: contentWindow is null");
167
- const s = yield Promise.resolve().then(() => he);
167
+ const a = yield Promise.resolve().then(() => he);
168
168
  try {
169
- yield s.send(o.contentWindow, "SET_APPEARANCE", { appearance: a, identifier: d });
170
- } catch (S) {
171
- console.error("Failed to send appearance config:", S);
169
+ yield a.send(o.contentWindow, "SET_APPEARANCE", { appearance: s, identifier: d });
170
+ } catch (u) {
171
+ console.error("Failed to send appearance config:", u);
172
172
  }
173
173
  });
174
174
  }
@@ -185,53 +185,53 @@ let ji, Bi, Fi, Ui, qi;
185
185
  function Yt() {
186
186
  return W(this, null, function* () {
187
187
  const o = yield Promise.resolve().then(() => he);
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
- return g && g(S), Promise.resolve();
188
+ ji || Bi || Fi || Ui || qi || (ji = o.on(Ht, (s) => W(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) => W(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) => W(null, null, function* () {
195
+ const d = s.data, a = G.onTooltipChange[d.identifier];
196
+ return a && a(d), Promise.resolve();
197
+ })), Ui = o.on(Kt, (s) => W(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) => W(null, [d], function* ({ data: s }) {
201
+ const y = s, { identifier: a } = y, u = Li(y, ["identifier"]), g = G.onInfo[a];
202
+ return g && g(u), Promise.resolve();
203
203
  })));
204
204
  });
205
205
  }
206
- function ti(o, a) {
206
+ function ti(o, s) {
207
207
  const {
208
208
  onHeightChange: d,
209
- onIframeReady: s,
210
- onTooltipChange: S,
209
+ onIframeReady: a,
210
+ onTooltipChange: u,
211
211
  onStateChange: g,
212
212
  onInfo: 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);
213
+ } = s;
214
+ d && (G.onHeightChange[o] = d), a && (G.onIframeReady[o] = a), u && (G.onTooltipChange[o] = u), 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 a = document.getElementById(o);
221
- a && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), a.remove());
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());
222
222
  }
223
223
  function Zt(o) {
224
- const a = document.querySelector(o);
225
- if (!a)
224
+ const s = document.querySelector(o);
225
+ if (!s)
226
226
  throw new Error(`Iframe div container with id '${o}' not found`);
227
- if (a.tagName.toLowerCase() !== "div")
227
+ if (s.tagName.toLowerCase() !== "div")
228
228
  throw new Error(`Iframe container with id '${o}' must be a <div> element`);
229
- const d = a;
229
+ const d = s;
230
230
  return d.style.position = "relative", d;
231
231
  }
232
232
  function Xt(o) {
233
- const a = document.createElement("div");
234
- return a.id = `soyio-widget-wrapper-${o}`, a.style.cssText = `
233
+ const s = document.createElement("div");
234
+ return s.id = `soyio-widget-wrapper-${o}`, s.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
- `, a;
245
+ `, s;
246
246
  }
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 += `
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 += `
250
250
  width: 100% !important;
251
251
  min-width: ${d.minWidth} !important;
252
252
  border: none !important;
@@ -254,13 +254,13 @@ function er(o, a, d) {
254
254
  opacity: 1;
255
255
  transition: height 0.35s,
256
256
  opacity 0.4s 0.1s;
257
- `, s;
257
+ `, a;
258
258
  }
259
259
  function ir() {
260
260
  return Math.random().toString(36).substring(2, 10);
261
261
  }
262
- class ue {
263
- constructor(a) {
262
+ class Se {
263
+ constructor(s) {
264
264
  x(this, "iframe", null);
265
265
  x(this, "wrapper", null);
266
266
  x(this, "skeleton", null);
@@ -271,7 +271,7 @@ class ue {
271
271
  x(this, "Skeleton", null);
272
272
  x(this, "isIframeReady", !1);
273
273
  x(this, "defaultUniqueId");
274
- this.options = a, this.appearance = a.appearance || null, this.tooltipManager = new ii(), this.defaultUniqueId = ue.generateUniqueId();
274
+ this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ii(), this.defaultUniqueId = Se.generateUniqueId();
275
275
  }
276
276
  static generateUniqueId() {
277
277
  return ir();
@@ -282,8 +282,8 @@ class ue {
282
282
  get iframeIdentifier() {
283
283
  return `${this.defaultIframePrefix}-${this.uniqueIdentifier}`;
284
284
  }
285
- handleHeightChange(a) {
286
- if (!this.iframe || (this.iframe.style.height = `${a}px`, a > 0)) return;
285
+ handleHeightChange(s) {
286
+ if (!this.iframe || (this.iframe.style.height = `${s}px`, s > 0)) return;
287
287
  const { parentElement: d } = this.iframe;
288
288
  d && (d.style.display = "none");
289
289
  }
@@ -292,29 +292,29 @@ class ue {
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(a) {
295
+ handleTooltipChange(s) {
296
296
  if (!this.iframe) return;
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();
297
+ const d = this.iframe.getBoundingClientRect(), { text: a, coordinates: u, isVisible: g } = s, y = u.x + d.left, $ = u.y + d.top;
298
+ g ? this.tooltipManager.show(a, y, $) : this.tooltipManager.hide();
299
299
  }
300
300
  setupListeners() {
301
301
  return W(this, null, function* () {
302
302
  yield Yt();
303
- const a = {
303
+ const s = {
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
- ti(this.uniqueIdentifier, a);
309
+ ti(this.uniqueIdentifier, s);
310
310
  });
311
311
  }
312
- mount(a) {
312
+ mount(s) {
313
313
  return W(this, null, function* () {
314
314
  if (!Ne) return this;
315
315
  this.isIframeReady = !1, yield this.setupListeners(), Qt(this.iframeIdentifier);
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;
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;
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(a) {
327
+ updateAppearance(s) {
328
328
  return W(this, null, function* () {
329
- this.appearance = a, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, a, this.uniqueIdentifier));
329
+ this.appearance = s, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, s, this.uniqueIdentifier));
330
330
  });
331
331
  }
332
332
  }
333
333
  class tr {
334
- constructor(a, d) {
334
+ constructor(s, d) {
335
335
  x(this, "element");
336
336
  x(this, "identifier");
337
337
  var k, ae;
338
- this.identifier = `skeleton-${a}`, this.element = document.createElement("div"), this.element.id = this.identifier;
339
- const s = (ae = (k = window.matchMedia) == null ? void 0 : k.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ae.matches, S = (d == null ? void 0 : d.mode) === "dark" || (d == null ? void 0 : d.mode) === "auto" && s || (d == null ? void 0 : d.theme) === "night" && !(d != null && d.mode), g = S ? "#1E293B" : "#FFFFFF", y = S ? "#334155" : "#E5E7EB", $ = S ? "#334155" : "#f0f0f0", I = S ? "#475569" : "#e0e0e0", T = S ? "#334155" : "#f0f0f0";
338
+ this.identifier = `skeleton-${s}`, this.element = document.createElement("div"), this.element.id = this.identifier;
339
+ const a = (ae = (k = window.matchMedia) == null ? void 0 : k.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ae.matches, u = (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 = u ? "#1E293B" : "#FFFFFF", y = u ? "#334155" : "#E5E7EB", $ = u ? "#334155" : "#f0f0f0", I = u ? "#475569" : "#e0e0e0", T = u ? "#334155" : "#f0f0f0";
340
340
  this.element.style.cssText = `
341
341
  position: absolute;
342
342
  top: 0;
@@ -463,28 +463,28 @@ class tr {
463
463
  j.appendChild(z), j.appendChild(H), j.appendChild(M), te.appendChild(Ce), te.appendChild(ee), V.appendChild(ie), A.appendChild(V), A.appendChild(te), E.appendChild(j), E.appendChild(A), this.element.appendChild(E);
464
464
  }
465
465
  cleanupExistingSkeleton() {
466
- const a = document.getElementById(this.identifier);
467
- a && a.remove();
466
+ const s = document.getElementById(this.identifier);
467
+ s && s.remove();
468
468
  }
469
- mount(a) {
470
- this.cleanupExistingSkeleton(), a.appendChild(this.element);
469
+ mount(s) {
470
+ this.cleanupExistingSkeleton(), s.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 Re = "3.8.1";
476
+ const Re = "3.8.3";
477
477
  function rr(o) {
478
478
  var I, T;
479
- const a = (I = o.origin) != null ? I : o.context, d = _i(Te({}, o), { origin: a }), s = [
479
+ const s = (I = o.origin) != null ? I : o.context, d = _i(Te({}, o), { origin: s }), a = [
480
480
  "actionToken",
481
481
  "entityId",
482
482
  "origin",
483
483
  "optionalReconsentBehavior",
484
484
  "mandatoryReconsentBehavior",
485
485
  "allowGranularScopeSelection"
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", Re), s.forEach((E) => {
486
+ ], u = (T = o.isSandbox) != null ? T : !1, g = o.developmentUrl || (u ? Dt : xt), y = new URLSearchParams();
487
+ if (y.set("sdk", "web"), y.set("sdkVersion", Re), a.forEach((E) => {
488
488
  const j = d[E];
489
489
  j !== void 0 && (typeof j == "string" && j.length === 0 || y.set(E, String(j)));
490
490
  }), o.metadata !== void 0)
@@ -496,7 +496,7 @@ function rr(o) {
496
496
  const $ = y.toString();
497
497
  return `${g}/embed/consents/${o.consentTemplateId}${$ ? `?${$}` : ""}`;
498
498
  }
499
- class Ki extends ue {
499
+ class Ki extends Se {
500
500
  constructor(d) {
501
501
  super(d);
502
502
  x(this, "defaultIframePrefix", "consent-box");
@@ -514,17 +514,17 @@ class Ki extends ue {
514
514
  return rr(this.options);
515
515
  }
516
516
  handleStateChange(d) {
517
- const { isSelected: s, actionToken: S } = d;
518
- this.state = { isSelected: s, actionToken: S }, this.options.onEvent({
517
+ const { isSelected: a, actionToken: u } = d;
518
+ this.state = { isSelected: a, actionToken: u }, this.options.onEvent({
519
519
  eventName: "CONSENT_CHECKBOX_CHANGE",
520
- isSelected: s,
521
- actionToken: S,
520
+ isSelected: a,
521
+ actionToken: u,
522
522
  identifier: this.uniqueIdentifier
523
523
  });
524
524
  }
525
525
  setupListeners() {
526
526
  return W(this, null, function* () {
527
- yield Se(Ki.prototype, this, "setupListeners").call(this), ti(this.uniqueIdentifier, {
527
+ yield ue(Ki.prototype, this, "setupListeners").call(this), ti(this.uniqueIdentifier, {
528
528
  onStateChange: this.handleStateChange.bind(this)
529
529
  });
530
530
  });
@@ -533,30 +533,35 @@ class Ki extends ue {
533
533
  return this.state;
534
534
  }
535
535
  }
536
- function nr(o, a, d) {
536
+ function nr(o) {
537
+ typeof o == "string" && o.includes("@") && console.warn(
538
+ "Soyio widget: userReference looks like personal data (an email). Use a non-PII identifier from your system instead, since it is stored and shown unmasked."
539
+ );
540
+ }
541
+ function or(o, s, d) {
537
542
  return W(this, null, function* () {
538
543
  if (!o.contentWindow)
539
544
  throw new Error("Invalid iframe: contentWindow is null");
540
- const s = { identifier: d };
541
- 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;
542
- const S = yield Promise.resolve().then(() => he);
545
+ const a = { identifier: d };
546
+ if (s.locale !== void 0 && (a.locale = s.locale), s.subjectId !== void 0 && (a.subjectId = s.subjectId), s.userReference !== void 0 && (nr(s.userReference), a.userReference = s.userReference), Object.keys(a).length === 1) return;
547
+ const u = yield Promise.resolve().then(() => he);
543
548
  try {
544
- yield S.send(o.contentWindow, "SET_CONSENT_FORM_CONFIG", s);
549
+ yield u.send(o.contentWindow, "SET_CONSENT_FORM_CONFIG", a);
545
550
  } catch (g) {
546
551
  console.error("Failed to send consent form config:", g);
547
552
  }
548
553
  });
549
554
  }
550
- function or(o) {
555
+ function sr(o) {
551
556
  var $, I;
552
- const a = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || Lt, s = new URLSearchParams();
553
- s.set("sdk", "web"), s.set("sdkVersion", Re), s.set("consentFormToken", o.consentFormToken), o.locale && s.set("lang", o.locale), a && s.set("isSandbox", "true");
554
- const S = (I = o.appearance) == null ? void 0 : I.config;
555
- (S == null ? void 0 : S.showLogo) !== void 0 && s.set("showLogo", String(S.showLogo)), (S == null ? void 0 : S.showHeader) !== void 0 && s.set("showHeader", String(S.showHeader)), (S == null ? void 0 : S.showDescription) !== void 0 && s.set("showDescription", String(S.showDescription)), S != null && S.buttonAlignment && s.set("buttonAlignment", S.buttonAlignment);
556
- const g = s.toString();
557
+ const s = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || Lt, a = new URLSearchParams();
558
+ a.set("sdk", "web"), a.set("sdkVersion", Re), a.set("consentFormToken", o.consentFormToken), o.locale && a.set("lang", o.locale), s && a.set("isSandbox", "true");
559
+ const u = (I = o.appearance) == null ? void 0 : I.config;
560
+ (u == null ? void 0 : u.showLogo) !== void 0 && a.set("showLogo", String(u.showLogo)), (u == null ? void 0 : u.showHeader) !== void 0 && a.set("showHeader", String(u.showHeader)), (u == null ? void 0 : u.showDescription) !== void 0 && a.set("showDescription", String(u.showDescription)), u != null && u.buttonAlignment && a.set("buttonAlignment", u.buttonAlignment);
561
+ const g = a.toString();
557
562
  return `${d.replace(/\/$/, "")}/${g ? `?${g}` : ""}`;
558
563
  }
559
- class Yi extends ue {
564
+ class Yi extends Se {
560
565
  constructor() {
561
566
  super(...arguments);
562
567
  x(this, "defaultIframePrefix", "consent-form");
@@ -567,14 +572,14 @@ class Yi extends ue {
567
572
  }
568
573
  handleIframeReady() {
569
574
  return W(this, null, function* () {
570
- yield Se(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield nr(this.iframe, this.options, this.uniqueIdentifier));
575
+ yield ue(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield or(this.iframe, this.options, this.uniqueIdentifier));
571
576
  });
572
577
  }
573
578
  iframeUrl() {
574
- return or(this.options);
579
+ return sr(this.options);
575
580
  }
576
581
  }
577
- const sr = [
582
+ const ar = [
578
583
  "user",
579
584
  "user.account",
580
585
  "user.authorization",
@@ -620,6 +625,7 @@ const sr = [
620
625
  "user.contact.url",
621
626
  "user.contact.fax_number",
622
627
  "user.contact.organization",
628
+ "user.contact.municipality",
623
629
  "user.contact.address.city",
624
630
  "user.contact.address.country",
625
631
  "user.contact.address.postal_code",
@@ -634,16 +640,20 @@ const sr = [
634
640
  "user.demographic.kinship",
635
641
  "user.demographic.language",
636
642
  "user.demographic.marital_status",
643
+ "user.demographic.number_of_children",
637
644
  "user.demographic.political_opinion",
638
645
  "user.demographic.profile",
639
646
  "user.demographic.race_ethnicity",
640
647
  "user.demographic.religious_belief",
641
648
  "user.demographic.sexual_orientation",
649
+ "user.demographic.socioeconomic_status",
642
650
  "user.demographic.nationality",
643
651
  "user.device.cookie",
644
652
  "user.device.cookie_id",
645
653
  "user.device.device_id",
646
654
  "user.device.ip_address",
655
+ "user.education",
656
+ "user.education.level",
647
657
  "user.financial.bank_account",
648
658
  "user.financial.credit_card",
649
659
  "user.government_id.birth_certificate",
@@ -653,6 +663,11 @@ const sr = [
653
663
  "user.government_id.passport_number",
654
664
  "user.government_id.vehicle_registration",
655
665
  "user.health_and_medical.genetic",
666
+ "user.health_and_medical.insurance",
667
+ "user.health_and_medical.insurance.beneficiary_id",
668
+ "user.health_and_medical.insurance.dependent",
669
+ "user.health_and_medical.insurance.scheme",
670
+ "user.health_and_medical.insurance.usage",
656
671
  "user.health_and_medical.insurance_beneficiary_id",
657
672
  "user.health_and_medical.record_id",
658
673
  "user.labor_activity",
@@ -665,48 +680,51 @@ const sr = [
665
680
  "user.location.precise",
666
681
  "user.name.first",
667
682
  "user.name.last",
683
+ "user.real_estate",
684
+ "user.real_estate.fiscal_value",
685
+ "user.real_estate.property_id",
668
686
  "user.unique_id.pseudonymous"
669
- ], ar = new Set(sr);
670
- function dr(o) {
687
+ ], dr = new Set(ar);
688
+ function fr(o) {
671
689
  if (typeof o != "string") return;
672
- const a = o.trim();
673
- if (a === "") {
690
+ const s = o.trim();
691
+ if (s === "") {
674
692
  console.warn("Soyio widget: externalRightsExerciseUrl is empty or whitespace and will be ignored.");
675
693
  return;
676
694
  }
677
695
  try {
678
- return new URL(a), a;
696
+ return new URL(s), s;
679
697
  } catch (d) {
680
- console.warn(`Soyio widget: externalRightsExerciseUrl "${a}" is not a valid URI and will be ignored.`);
698
+ console.warn(`Soyio widget: externalRightsExerciseUrl "${s}" is not a valid URI and will be ignored.`);
681
699
  return;
682
700
  }
683
701
  }
684
702
  function zi(o) {
685
703
  if (typeof o != "string") return;
686
- const a = o.trim();
687
- return a === "" ? void 0 : a;
704
+ const s = o.trim();
705
+ return s === "" ? void 0 : s;
688
706
  }
689
- function fr(o) {
707
+ function cr(o) {
690
708
  if (!Array.isArray(o)) return;
691
- const a = /* @__PURE__ */ new Map();
709
+ const s = /* @__PURE__ */ new Map();
692
710
  return o.forEach((d) => {
693
711
  if (!d || typeof d != "object") return;
694
- const s = "value" in d ? d.value : void 0;
695
- typeof s != "string" || !ar.has(s) || a.has(s) || a.set(s, {
696
- value: s,
712
+ const a = "value" in d ? d.value : void 0;
713
+ typeof a != "string" || !dr.has(a) || s.has(a) || s.set(a, {
714
+ value: a,
697
715
  label: "label" in d ? zi(d.label) : void 0,
698
716
  description: "description" in d ? zi(d.description) : void 0
699
717
  });
700
- }), Array.from(a.values());
718
+ }), Array.from(s.values());
701
719
  }
702
- function cr(o, a, d) {
720
+ function pr(o, s, d) {
703
721
  return W(this, null, function* () {
704
722
  var Y, de;
705
723
  if (!o.contentWindow)
706
724
  throw new Error("Invalid iframe: contentWindow is null");
707
725
  const {
708
- redecOperationIds: s,
709
- requestableDataCategories: S,
726
+ redecOperationIds: a,
727
+ requestableDataCategories: u,
710
728
  content: g,
711
729
  header: y,
712
730
  rightExamples: $,
@@ -717,12 +735,12 @@ function cr(o, a, d) {
717
735
  origin: z,
718
736
  metadata: H,
719
737
  allowManyDataCategoriesMutations: M
720
- } = a, A = (Y = E == null ? void 0 : E.config) == null ? void 0 : Y.showHeader, V = (de = E == null ? void 0 : E.config) == null ? void 0 : de.showConsentManagementHeader, ie = dr(j), te = fr(S), ee = T !== void 0 && Object.values(T).some((oe) => Array.isArray(oe) ? oe.length > 0 : oe != null) ? T : void 0;
721
- Array.isArray(ee == null ? void 0 : ee.scopeGroups) && ee.scopeGroups.length > 0 && a.groupConsentsByScope !== !0 && console.warn(
738
+ } = s, A = (Y = E == null ? void 0 : E.config) == null ? void 0 : Y.showHeader, V = (de = E == null ? void 0 : E.config) == null ? void 0 : de.showConsentManagementHeader, ie = fr(j), te = cr(u), ee = T !== void 0 && Object.values(T).some((oe) => Array.isArray(oe) ? oe.length > 0 : oe != null) ? T : void 0;
739
+ Array.isArray(ee == null ? void 0 : ee.scopeGroups) && ee.scopeGroups.length > 0 && s.groupConsentsByScope !== !0 && console.warn(
722
740
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
723
741
  );
724
742
  const k = {};
725
- if (typeof s != "undefined" && (k.redecOperationIds = s), typeof te != "undefined" && (k.requestableDataCategories = te), typeof g != "undefined" && (k.content = g), typeof y != "undefined" && (k.header = y), typeof $ != "undefined" && (k.rightExamples = $), typeof I != "undefined" && (k.rightDescriptions = I), typeof ie != "undefined" && (k.externalRightsExerciseUrl = ie), typeof ee != "undefined" && (k.consentManagement = ee), typeof z == "string" && z.trim() !== "" && (k.origin = z), H && typeof H == "object" && !Array.isArray(H) && (k.metadata = H), typeof M == "boolean" && (k.allowManyDataCategoriesMutations = M), (typeof A == "boolean" || typeof V == "boolean") && (k.appearance = {
743
+ if (typeof a != "undefined" && (k.redecOperationIds = a), typeof te != "undefined" && (k.requestableDataCategories = te), typeof g != "undefined" && (k.content = g), typeof y != "undefined" && (k.header = y), typeof $ != "undefined" && (k.rightExamples = $), typeof I != "undefined" && (k.rightDescriptions = I), typeof ie != "undefined" && (k.externalRightsExerciseUrl = ie), typeof ee != "undefined" && (k.consentManagement = ee), typeof z == "string" && z.trim() !== "" && (k.origin = z), H && typeof H == "object" && !Array.isArray(H) && (k.metadata = H), typeof M == "boolean" && (k.allowManyDataCategoriesMutations = M), (typeof A == "boolean" || typeof V == "boolean") && (k.appearance = {
726
744
  config: Te(Te({}, typeof A == "boolean" ? { showHeader: A } : {}), typeof V == "boolean" ? { showConsentManagementHeader: V } : {})
727
745
  }), Object.keys(k).length === 0) return;
728
746
  const ae = yield Promise.resolve().then(() => he);
@@ -746,31 +764,31 @@ const Hi = [
746
764
  "redec_complementation",
747
765
  "redec_cancellation"
748
766
  ];
749
- function pr(o) {
767
+ function lr(o) {
750
768
  if (!Array.isArray(o) || o.length === 0) return;
751
- const a = o.filter((s) => !Hi.includes(s));
752
- a.length > 0 && console.warn(
753
- `Soyio widget: the following enabledKinds values are not valid and will be ignored: ${a.join(", ")}.`
769
+ const s = o.filter((a) => !Hi.includes(a));
770
+ s.length > 0 && console.warn(
771
+ `Soyio widget: the following enabledKinds values are not valid and will be ignored: ${s.join(", ")}.`
754
772
  );
755
- const d = [...new Set(o.filter((s) => Hi.includes(s)))];
773
+ const d = [...new Set(o.filter((a) => Hi.includes(a)))];
756
774
  if (d.length === 0) {
757
775
  console.warn("Soyio widget: enabledKinds resulted in no valid kinds, showing all available kinds.");
758
776
  return;
759
777
  }
760
778
  return d;
761
779
  }
762
- function lr(o) {
780
+ function ur(o) {
763
781
  var $, I, T, E, j, z, H;
764
- const a = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || (a ? _t : At), s = new URLSearchParams();
765
- s.set("sdkVersion", Re), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (I = o.enabledFeatures) != null && I.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (T = o.enabledRights) != null && T.length && s.set("enabledRights", o.enabledRights.join(","));
766
- const S = pr(o.enabledKinds);
767
- if (S != null && S.length && s.set("enabledKinds", S.join(",")), (E = o.dataSubjects) != null && E.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
782
+ const s = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || (s ? _t : At), a = new URLSearchParams();
783
+ a.set("sdkVersion", Re), 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(","));
784
+ const u = lr(o.enabledKinds);
785
+ if (u != null && u.length && a.set("enabledKinds", u.join(",")), (E = o.dataSubjects) != null && E.length && a.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && a.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
768
786
  (A) => A != null
769
787
  )) {
770
788
  const A = JSON.stringify(o.fileRequisites);
771
- s.set("fileRequisites", A);
789
+ a.set("fileRequisites", A);
772
790
  }
773
- if ((j = o.rectificationFileRequiredCategories) != null && j.length && s.set(
791
+ if ((j = o.rectificationFileRequiredCategories) != null && j.length && a.set(
774
792
  "rectificationFileRequiredCategories",
775
793
  JSON.stringify(o.rectificationFileRequiredCategories)
776
794
  ), o.consentManagement) {
@@ -779,16 +797,16 @@ function lr(o) {
779
797
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
780
798
  ), V) {
781
799
  const ie = JSON.stringify(o.consentManagement);
782
- s.set("consentManagement", ie);
800
+ a.set("consentManagement", ie);
783
801
  }
784
802
  }
785
- o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
803
+ o.demo !== void 0 && a.set("demo", String(o.demo)), o.consentMode && a.set("consentMode", o.consentMode);
786
804
  const g = (H = (z = o.appearance) == null ? void 0 : z.config) == null ? void 0 : H.consentControl;
787
- g && s.set("consentControl", g), o.consentRetentionPeriod && s.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && s.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && s.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && s.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
788
- const y = s.toString();
805
+ 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));
806
+ const y = a.toString();
789
807
  return `${d}${y ? `?${y}` : ""}`;
790
808
  }
791
- class Ji extends ue {
809
+ class Ji extends Se {
792
810
  constructor() {
793
811
  super(...arguments);
794
812
  x(this, "defaultIframePrefix", "privacy-center");
@@ -800,64 +818,64 @@ class Ji extends ue {
800
818
  }
801
819
  handleIframeReady() {
802
820
  return W(this, null, function* () {
803
- yield Se(Ji.prototype, this, "handleIframeReady").call(this), this.iframe && (yield cr(this.iframe, this.options, this.uniqueIdentifier));
821
+ yield ue(Ji.prototype, this, "handleIframeReady").call(this), this.iframe && (yield pr(this.iframe, this.options, this.uniqueIdentifier));
804
822
  });
805
823
  }
806
824
  iframeUrl() {
807
- return lr(this.options);
825
+ return ur(this.options);
808
826
  }
809
827
  }
810
- const jr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
828
+ const Br = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
811
829
  __proto__: null
812
830
  }, Symbol.toStringTag, { value: "Module" })), Qi = "WIDGET_EVENT";
813
- function We(o, a) {
814
- return o || (a ? kt : Rt);
831
+ function We(o, s) {
832
+ return o || (s ? kt : Rt);
815
833
  }
816
834
  function Sr(o) {
817
- let a = "widget/";
818
- return "disclosureRequestId" in o.configProps ? a += ["disclosures", o.configProps.disclosureRequestId].join("/") : a += o.request, a;
835
+ let s = "widget/";
836
+ return "disclosureRequestId" in o.configProps ? s += ["disclosures", o.configProps.disclosureRequestId].join("/") : s += o.request, s;
819
837
  }
820
- function ur(o) {
838
+ function hr(o) {
821
839
  var g;
822
- const a = (g = o.isSandbox) != null ? g : !1, d = We(o.developmentUrl, a), s = Object.entries(o.configProps).filter(([y, $]) => $ || y === "disclosureRequestId").map(([y, $]) => `${y}=${encodeURIComponent($)}`).join("&"), S = Sr(o);
823
- return `${d}/${S}?sdk=web&sdkVersion=${Re}&${s}`;
840
+ const s = (g = o.isSandbox) != null ? g : !1, d = We(o.developmentUrl, s), a = Object.entries(o.configProps).filter(([y, $]) => $ || y === "disclosureRequestId").map(([y, $]) => `${y}=${encodeURIComponent($)}`).join("&"), u = Sr(o);
841
+ return `${d}/${u}?sdk=web&sdkVersion=${Re}&${a}`;
824
842
  }
825
- function hr(o) {
843
+ function Cr(o) {
826
844
  return `embed/widget/disclosures/${o.disclosureRequestId}`;
827
845
  }
828
- function Cr(o, a) {
846
+ function gr(o, s) {
829
847
  var y;
830
- const d = (y = o.isSandbox) != null ? y : !1, s = We(o.developmentUrl, d), S = hr(o), g = new URLSearchParams({
848
+ const d = (y = o.isSandbox) != null ? y : !1, a = We(o.developmentUrl, d), u = Cr(o), g = new URLSearchParams({
831
849
  sdk: "web",
832
850
  sdkVersion: Re,
833
- identifier: a
851
+ identifier: s
834
852
  });
835
- return o.customColor && g.set("customColor", o.customColor), `${s}/${S}?${g.toString()}`;
853
+ return o.customColor && g.set("customColor", o.customColor), `${a}/${u}?${g.toString()}`;
836
854
  }
837
- function gr(o, a) {
838
- var S;
839
- const d = We(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
840
- session_token: a.sessionToken,
841
- company_id: a.companyId,
842
- identifier: a.identifier
855
+ function Pr(o, s) {
856
+ var u;
857
+ const d = We(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), a = new URLSearchParams({
858
+ session_token: s.sessionToken,
859
+ company_id: s.companyId,
860
+ identifier: s.identifier
843
861
  });
844
- return `${d}/widget/register_passkey?${s.toString()}`;
862
+ return `${d}/widget/register_passkey?${a.toString()}`;
845
863
  }
846
- function Pr(o, a) {
847
- var S;
848
- const d = We(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), s = new URLSearchParams({
849
- requestable_id: a.requestableToken,
850
- identifier: a.identifier
864
+ function mr(o, s) {
865
+ var u;
866
+ const d = We(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), a = new URLSearchParams({
867
+ requestable_id: s.requestableToken,
868
+ identifier: s.identifier
851
869
  });
852
- return `${d}/widget/passkey_authentication?${s.toString()}`;
870
+ return `${d}/widget/passkey_authentication?${a.toString()}`;
853
871
  }
854
- function mr(o) {
872
+ function yr(o) {
855
873
  return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
856
874
  }
857
- function yr(o) {
875
+ function $r(o) {
858
876
  return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
859
877
  }
860
- class Xe extends ue {
878
+ class Xe extends Se {
861
879
  constructor() {
862
880
  super(...arguments);
863
881
  x(this, "defaultIframePrefix", "disclosure-request-box");
@@ -866,11 +884,11 @@ class Xe extends ue {
866
884
  x(this, "isReadyCallbackFired", !1);
867
885
  }
868
886
  iframeUrl() {
869
- return Cr(this.options, this.uniqueIdentifier);
887
+ return gr(this.options, this.uniqueIdentifier);
870
888
  }
871
889
  mount(d) {
872
890
  return W(this, null, function* () {
873
- return this.isReadyCallbackFired = !1, yield Se(Xe.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
891
+ return this.isReadyCallbackFired = !1, yield ue(Xe.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
874
892
  this.notifyReady();
875
893
  }, this) : this;
876
894
  });
@@ -881,7 +899,7 @@ class Xe extends ue {
881
899
  }
882
900
  setupListeners() {
883
901
  return W(this, null, function* () {
884
- yield Se(Xe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ti(this.uniqueIdentifier, {
902
+ yield ue(Xe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ti(this.uniqueIdentifier, {
885
903
  onInfo: (d) => this.handleInfoEvent(d)
886
904
  });
887
905
  });
@@ -892,8 +910,8 @@ class Xe extends ue {
892
910
  });
893
911
  }
894
912
  notifyReady() {
895
- var d, s;
896
- this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (s = (d = this.options).onReady) == null || s.call(d));
913
+ var d, a;
914
+ this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (a = (d = this.options).onReady) == null || a.call(d));
897
915
  }
898
916
  triggerEvent(d) {
899
917
  this.options.onEvent(d);
@@ -901,12 +919,12 @@ class Xe extends ue {
901
919
  mountPopupListener() {
902
920
  return W(this, null, function* () {
903
921
  const d = yield Promise.resolve().then(() => he);
904
- this.removePopupListener(), this.popupListener = d.on(Qi, (S) => W(this, [S], function* ({ data: s }) {
905
- return s.eventName !== "PASSKEY_REGISTERED" && s.eventName !== "PASSKEY_AUTHENTICATED" || s.identifier !== this.uniqueIdentifier || (s.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
922
+ this.removePopupListener(), this.popupListener = d.on(Qi, (u) => W(this, [u], function* ({ data: a }) {
923
+ return a.eventName !== "PASSKEY_REGISTERED" && a.eventName !== "PASSKEY_AUTHENTICATED" || a.identifier !== this.uniqueIdentifier || (a.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
906
924
  eventName: "PASSKEY_REGISTERED",
907
925
  type: "PASSKEY_REGISTERED",
908
926
  identifier: this.uniqueIdentifier
909
- })), s.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
927
+ })), a.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
910
928
  eventName: "PASSKEY_AUTHENTICATED",
911
929
  type: "PASSKEY_AUTHENTICATED",
912
930
  identifier: this.uniqueIdentifier
@@ -918,17 +936,17 @@ class Xe extends ue {
918
936
  this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
919
937
  }
920
938
  handleInfoEvent(d) {
921
- if (this.triggerEvent(d), mr(d)) {
939
+ if (this.triggerEvent(d), yr(d)) {
922
940
  this.openPasskeyRegistrationPopup(d);
923
941
  return;
924
942
  }
925
- yr(d) && this.openPasskeyAuthenticationPopup(d);
943
+ $r(d) && this.openPasskeyAuthenticationPopup(d);
926
944
  }
927
945
  notifyPasskeyEvent(d) {
928
- var S;
929
- if (!((S = this.iframe) != null && S.contentWindow)) return;
930
- const s = new URL(this.iframe.src).origin;
931
- this.iframe.contentWindow.postMessage(JSON.stringify({ type: d }), s);
946
+ var u;
947
+ if (!((u = this.iframe) != null && u.contentWindow)) return;
948
+ const a = new URL(this.iframe.src).origin;
949
+ this.iframe.contentWindow.postMessage(JSON.stringify({ type: d }), a);
932
950
  }
933
951
  notifyPasskeyRegistered() {
934
952
  this.notifyPasskeyEvent("PASSKEY_REGISTERED");
@@ -938,20 +956,20 @@ class Xe extends ue {
938
956
  }
939
957
  openPasskeyRegistrationPopup(d) {
940
958
  if (!d.sessionToken || !d.companyId) return;
941
- const s = gr(this.options, {
959
+ const a = Pr(this.options, {
942
960
  sessionToken: d.sessionToken,
943
961
  companyId: d.companyId,
944
962
  identifier: this.uniqueIdentifier
945
963
  });
946
- this.passkeyPopupWindow = window.open(s, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
964
+ this.passkeyPopupWindow = window.open(a, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
947
965
  }
948
966
  openPasskeyAuthenticationPopup(d) {
949
967
  if (!d.requestableToken) return;
950
- const s = Pr(this.options, {
968
+ const a = mr(this.options, {
951
969
  requestableToken: d.requestableToken,
952
970
  identifier: this.uniqueIdentifier
953
971
  });
954
- this.passkeyPopupWindow = window.open(s, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
972
+ this.passkeyPopupWindow = window.open(a, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
955
973
  }
956
974
  }
957
975
  let ne = null, Qe = null;
@@ -961,142 +979,142 @@ function ei(o = null) {
961
979
  function Me() {
962
980
  document.body.style.filter = "", document.body.removeEventListener("click", ei);
963
981
  }
964
- function $r() {
982
+ function vr() {
965
983
  Qe = setInterval(() => {
966
984
  (!ne || ne.closed) && (Qe && clearInterval(Qe), Me());
967
985
  }, jt);
968
986
  }
969
- function vr(o) {
970
- const a = ur(o), d = Wt, s = Mt, S = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, y = window.innerWidth || document.documentElement.clientWidth || window.screen.width, $ = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = y / window.screen.availWidth, T = (y - d) / 2 / I + S, E = ($ - s) / 2 / I + g, j = [
987
+ function br(o) {
988
+ const s = hr(o), d = Wt, a = Mt, u = 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 + u, E = ($ - a) / 2 / I + g, j = [
971
989
  "scrollbars=yes",
972
990
  `width=${d}`,
973
- `height=${s}`,
991
+ `height=${a}`,
974
992
  `top=${E}`,
975
993
  `left=${T}`
976
994
  ].join(","), z = window.open("about:blank", "Soyio", j);
977
- z ? (ne = z, ne.location.href = a, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", ei), ei(), $r()) : (Me(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
995
+ z ? (ne = z, ne.location.href = s, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", ei), ei(), vr()) : (Me(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
978
996
  }
979
- function br() {
997
+ function wr() {
980
998
  ne && (ne.close(), ne = null), Me();
981
999
  }
982
1000
  let Ee = null;
983
- function wr() {
1001
+ function Ir() {
984
1002
  Ee && (Ee.cancel(), Ee = null);
985
1003
  }
986
- function Ir(o) {
1004
+ function Tr(o) {
987
1005
  return W(this, null, function* () {
988
- const { onEvent: a } = o, d = yield Promise.resolve().then(() => he);
989
- Ee && wr(), Ee = d.on(Qi, (S) => W(null, [S], function* ({ data: s }) {
990
- return a(s), Nt.includes(s.eventName) ? br() : s.eventName === Ot && Me(), Promise.resolve();
1006
+ const { onEvent: s } = o, d = yield Promise.resolve().then(() => he);
1007
+ Ee && Ir(), Ee = d.on(Qi, (u) => W(null, [u], function* ({ data: a }) {
1008
+ return s(a), Nt.includes(a.eventName) ? wr() : a.eventName === Ot && Me(), Promise.resolve();
991
1009
  }));
992
1010
  });
993
1011
  }
994
- function Tr(o) {
995
- Ir(o);
1012
+ function Er(o) {
1013
+ Tr(o);
996
1014
  }
997
1015
  var Oe, Zi;
998
- class Br {
999
- constructor(a) {
1016
+ class Fr {
1017
+ constructor(s) {
1000
1018
  Ni(this, Oe);
1001
1019
  x(this, "onEvent");
1002
- this.onEvent = a.onEvent, Ne && (vr(a), Tr({
1020
+ this.onEvent = s.onEvent, Ne && (br(s), Er({
1003
1021
  onEvent: Oi(this, Oe, Zi).bind(this)
1004
1022
  }));
1005
1023
  }
1006
1024
  }
1007
- Oe = new WeakSet(), Zi = function(a) {
1008
- this.onEvent(a);
1025
+ Oe = new WeakSet(), Zi = function(s) {
1026
+ this.onEvent(s);
1009
1027
  };
1010
- const Er = "#/definitions/SoyioAppearance", Rr = "http://json-schema.org/draft-07/schema#", kr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by \`ConsentFormBox\`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by \`ConsentFormBox\`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by \`ConsentFormBox\`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"}}`), Fr = {
1011
- $ref: Er,
1012
- $schema: Rr,
1013
- definitions: kr
1014
- }, xr = "#/definitions/SoyioWidgetConfig", Dr = "http://json-schema.org/draft-07/schema#", Ar = /* @__PURE__ */ JSON.parse('{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentBatchUpdate":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"}},"required":["consentTemplateId","action"],"type":"object"},"ConsentBatchUpdateFailedEvent":{"additionalProperties":false,"properties":{"consentTemplateIds":{"items":{"type":"string"},"type":"array"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_BATCH_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateIds"],"type":"object"},"ConsentBatchUpdatedEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_BATCH_UPDATED","type":"string"},"updates":{"items":{"$ref":"#/definitions/ConsentBatchUpdate"},"type":"array"}},"required":["eventName","updates"],"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use `origin` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"ConsentFormCompletedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_COMPLETED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentFormConfig":{"additionalProperties":false,"properties":{"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentFormToken":{"description":"Form version identifier returned by the dashboard (`cform_...`).","type":"string"},"developmentUrl":{"type":"string"},"isSandbox":{"type":"boolean"},"locale":{"$ref":"#/definitions/ConsentFormLocale","description":"Language used by the form\'s UI copy and built-in validations."},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/ConsentFormEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"subjectId":{"description":"Optional Soyio entity id (`ent_...`) the entry should be linked to.","type":["string","null"]},"userReference":{"description":"Optional integrator-provided reference that travels with the entry.","type":["string","null"]}},"required":["consentFormToken","onEvent"],"type":"object"},"ConsentFormEvent":{"anyOf":[{"$ref":"#/definitions/ConsentFormSubmittedEvent"},{"$ref":"#/definitions/ConsentFormCompletedEvent"},{"$ref":"#/definitions/ConsentFormLoadErrorEvent"},{"$ref":"#/definitions/ConsentFormSubmitErrorEvent"},{"$ref":"#/definitions/ConsentFormPageChangeEvent"}]},"ConsentFormLoadErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_LOAD_ERROR","type":"string"},"kind":{"$ref":"#/definitions/ConsentFormLoadErrorKind"},"message":{"type":"string"}},"required":["eventName","kind"],"type":"object"},"ConsentFormLoadErrorKind":{"enum":["notFound","hostNotAllowed","loadFailed"],"type":"string"},"ConsentFormLocale":{"enum":["es","en"],"type":"string"},"ConsentFormPageChangeEvent":{"additionalProperties":false,"properties":{"currentPage":{"type":"number"},"eventName":{"const":"CONSENT_FORM_PAGE_CHANGE","type":"string"},"totalPages":{"type":"number"}},"required":["eventName","currentPage","totalPages"],"type":"object"},"ConsentFormSubmitErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_SUBMIT_ERROR","type":"string"},"message":{"type":"string"}},"required":["eventName","message"],"type":"object"},"ConsentFormSubmittedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_SUBMITTED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentUpdateFailedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"consentTemplateId":{"type":"string"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"ConsentUpdatedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"},"eventName":{"const":"CONSENT_UPDATED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"DataSubjectRequestKind":{"enum":["access","opposition","rectification","suppression","portability","redec_update","redec_rectification","redec_complementation","redec_cancellation"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentAction":{"enum":["grant","revoke"],"type":"string"},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"allowMultipleOpenScopeGroups":{"type":"boolean"},"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterEvent":{"anyOf":[{"$ref":"#/definitions/RequestSubmittedEvent"},{"$ref":"#/definitions/RequestSubmissionFailedEvent"},{"$ref":"#/definitions/ValidationSuccessfulEvent"},{"$ref":"#/definitions/ValidationFailedEvent"},{"$ref":"#/definitions/ConsentUpdatedEvent"},{"$ref":"#/definitions/ConsentUpdateFailedEvent"},{"$ref":"#/definitions/ConsentBatchUpdatedEvent"},{"$ref":"#/definitions/ConsentBatchUpdateFailedEvent"},{"$ref":"#/definitions/UnexpectedErrorEvent"}]},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRequestableDataCategoryOption":{"additionalProperties":false,"properties":{"description":{"type":"string"},"label":{"type":"string"},"value":{"$ref":"#/definitions/UserDataCategoryKey"}},"required":["value"],"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"RequestSubmissionFailedEvent":{"additionalProperties":false,"properties":{"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"REQUEST_SUBMISSION_FAILED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","kind"],"type":"object"},"RequestSubmittedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"entityId":{"type":["string","null"]},"eventName":{"const":"REQUEST_SUBMITTED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","dataSubjectRequestId","kind","entityId"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- \'default\': Standard Soyio brand colors (purple/indigo)\\n- \'dark\': Dark mode with gray tones\\n- \'light\': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by `ConsentFormBox`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- \'switch\': Toggle switch (default)\\n- \'checkbox\': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: \'Question\' (default), \'Info\', \'QuestionMark\', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by `ConsentFormBox`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by `ConsentFormBox`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- `light`: force light mode\\n- `dark`: force dark mode\\n- `auto`: follow the consumer\'s system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company\'s configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n`night` is kept as a deprecated alias for `theme: \'soyio\'` + `mode: \'dark\'`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"},{"$ref":"#/definitions/ConsentFormConfig"}],"description":"Combined configuration type for generating the JSON schema. Includes every iframe-based widget config (PrivacyCenterBox, ConsentBox, ConsentFormBox)."},"UnexpectedErrorEvent":{"additionalProperties":false,"properties":{"context":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"UNEXPECTED_ERROR","type":"string"}},"required":["eventName","context"],"type":"object"},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.payment","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.kinship","user.demographic.language","user.demographic.marital_status","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.financial.bank_account","user.financial.credit_card","user.government_id.birth_certificate","user.government_id.drivers_license_number","user.government_id.immigration","user.government_id.national_identification_number","user.government_id.passport_number","user.government_id.vehicle_registration","user.health_and_medical.genetic","user.health_and_medical.insurance_beneficiary_id","user.health_and_medical.record_id","user.labor_activity","user.labor_activity.profession","user.labor_activity.job_title","user.labor_activity.worker_type","user.labor_activity.salary","user.labor_activity.workplace","user.location.imprecise","user.location.precise","user.name.first","user.name.last","user.unique_id.pseudonymous"],"type":"string"},"ValidationFailedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"errorReason":{"type":"string"},"eventName":{"const":"VALIDATION_FAILED","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"},"ValidationSuccessfulEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"eventName":{"const":"VALIDATION_SUCCESSFUL","type":"string"}},"required":["eventName","dataSubjectRequestId"],"type":"object"}}'), Ur = {
1015
- $ref: xr,
1016
- $schema: Dr,
1017
- definitions: Ar
1028
+ const Rr = "#/definitions/SoyioAppearance", kr = "http://json-schema.org/draft-07/schema#", xr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"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"}}`), Ur = {
1029
+ $ref: Rr,
1030
+ $schema: kr,
1031
+ definitions: xr
1032
+ }, Dr = "#/definitions/SoyioWidgetConfig", Ar = "http://json-schema.org/draft-07/schema#", _r = /* @__PURE__ */ JSON.parse('{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentBatchUpdate":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"}},"required":["consentTemplateId","action"],"type":"object"},"ConsentBatchUpdateFailedEvent":{"additionalProperties":false,"properties":{"consentTemplateIds":{"items":{"type":"string"},"type":"array"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_BATCH_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateIds"],"type":"object"},"ConsentBatchUpdatedEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_BATCH_UPDATED","type":"string"},"updates":{"items":{"$ref":"#/definitions/ConsentBatchUpdate"},"type":"array"}},"required":["eventName","updates"],"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use `origin` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"ConsentFormCompletedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_COMPLETED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentFormConfig":{"additionalProperties":false,"properties":{"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentFormToken":{"description":"Form version identifier returned by the dashboard (`cform_...`).","type":"string"},"developmentUrl":{"type":"string"},"isSandbox":{"type":"boolean"},"locale":{"$ref":"#/definitions/ConsentFormLocale","description":"Language used by the form\'s UI copy and built-in validations."},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/ConsentFormEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"subjectId":{"description":"Optional Soyio entity id (`ent_...`) the entry should be linked to.","type":["string","null"]},"userReference":{"description":"Optional integrator-provided reference that travels with the entry.","type":["string","null"]}},"required":["consentFormToken","onEvent"],"type":"object"},"ConsentFormEvent":{"anyOf":[{"$ref":"#/definitions/ConsentFormSubmittedEvent"},{"$ref":"#/definitions/ConsentFormCompletedEvent"},{"$ref":"#/definitions/ConsentFormLoadErrorEvent"},{"$ref":"#/definitions/ConsentFormSubmitErrorEvent"},{"$ref":"#/definitions/ConsentFormPageChangeEvent"}]},"ConsentFormLoadErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_LOAD_ERROR","type":"string"},"kind":{"$ref":"#/definitions/ConsentFormLoadErrorKind"},"message":{"type":"string"}},"required":["eventName","kind"],"type":"object"},"ConsentFormLoadErrorKind":{"enum":["notFound","hostNotAllowed","loadFailed"],"type":"string"},"ConsentFormLocale":{"enum":["es","en"],"type":"string"},"ConsentFormPageChangeEvent":{"additionalProperties":false,"properties":{"currentPage":{"type":"number"},"eventName":{"const":"CONSENT_FORM_PAGE_CHANGE","type":"string"},"totalPages":{"type":"number"}},"required":["eventName","currentPage","totalPages"],"type":"object"},"ConsentFormSubmitErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_SUBMIT_ERROR","type":"string"},"message":{"type":"string"}},"required":["eventName","message"],"type":"object"},"ConsentFormSubmittedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_SUBMITTED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentUpdateFailedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"consentTemplateId":{"type":"string"},"errorCode":{"type":"string"},"eventName":{"const":"CONSENT_UPDATE_FAILED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"ConsentUpdatedEvent":{"additionalProperties":false,"properties":{"action":{"$ref":"#/definitions/PrivacyCenterConsentAction"},"actionToken":{"type":"string"},"consentTemplateId":{"type":"string"},"eventName":{"const":"CONSENT_UPDATED","type":"string"}},"required":["eventName","consentTemplateId","action"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"DataSubjectRequestKind":{"enum":["access","opposition","rectification","suppression","portability","redec_update","redec_rectification","redec_complementation","redec_cancellation"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"allowManyDataCategoriesMutations":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledKinds":{"items":{"$ref":"#/definitions/DataSubjectRequestKind"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/PrivacyCenterEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"origin":{"type":"string"},"rectificationFileRequiredCategories":{"items":{"$ref":"#/definitions/UserDataCategoryKey"},"type":"array"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentAction":{"enum":["grant","revoke"],"type":"string"},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"allowMultipleOpenScopeGroups":{"type":"boolean"},"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightDescriptions":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterEvent":{"anyOf":[{"$ref":"#/definitions/RequestSubmittedEvent"},{"$ref":"#/definitions/RequestSubmissionFailedEvent"},{"$ref":"#/definitions/ValidationSuccessfulEvent"},{"$ref":"#/definitions/ValidationFailedEvent"},{"$ref":"#/definitions/ConsentUpdatedEvent"},{"$ref":"#/definitions/ConsentUpdateFailedEvent"},{"$ref":"#/definitions/ConsentBatchUpdatedEvent"},{"$ref":"#/definitions/ConsentBatchUpdateFailedEvent"},{"$ref":"#/definitions/UnexpectedErrorEvent"}]},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRequestableDataCategoryOption":{"additionalProperties":false,"properties":{"description":{"type":"string"},"label":{"type":"string"},"value":{"$ref":"#/definitions/UserDataCategoryKey"}},"required":["value"],"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"RequestSubmissionFailedEvent":{"additionalProperties":false,"properties":{"errorCode":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"REQUEST_SUBMISSION_FAILED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","kind"],"type":"object"},"RequestSubmittedEvent":{"additionalProperties":false,"properties":{"dataSubjectRequestId":{"type":"string"},"entityId":{"type":["string","null"]},"eventName":{"const":"REQUEST_SUBMITTED","type":"string"},"kind":{"enum":["ACCESS","OPPOSITION","RECTIFICATION","SUPPRESSION","PORTABILITY","REDEC_UPDATE","REDEC_RECTIFICATION","REDEC_COMPLEMENTATION","REDEC_CANCELLATION"],"type":"string"}},"required":["eventName","dataSubjectRequestId","kind","entityId"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- \'default\': Standard Soyio brand colors (purple/indigo)\\n- \'dark\': Dark mode with gray tones\\n- \'light\': Mono color light version","enum":["default","dark","light"],"type":"string"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by `ConsentFormBox`.","enum":["left","center","right"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- \'switch\': Toggle switch (default)\\n- \'checkbox\': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: \'Question\' (default), \'Info\', \'QuestionMark\', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by `ConsentFormBox`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by `ConsentFormBox`.","type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- `light`: force light mode\\n- `dark`: force dark mode\\n- `auto`: follow the consumer\'s system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company\'s configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n`night` is kept as a deprecated alias for `theme: \'soyio\'` + `mode: \'dark\'`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"},{"$ref":"#/definitions/ConsentFormConfig"}],"description":"Combined configuration type for generating the JSON schema. Includes every iframe-based widget config (PrivacyCenterBox, ConsentBox, ConsentFormBox)."},"UnexpectedErrorEvent":{"additionalProperties":false,"properties":{"context":{"type":"string"},"errorMessage":{"type":"string"},"eventName":{"const":"UNEXPECTED_ERROR","type":"string"}},"required":["eventName","context"],"type":"object"},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.payment","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.municipality","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.kinship","user.demographic.language","user.demographic.marital_status","user.demographic.number_of_children","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.socioeconomic_status","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.education","user.education.level","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","user.health_and_medical.insurance.beneficiary_id","user.health_and_medical.insurance.dependent","user.health_and_medical.insurance.scheme","user.health_and_medical.insurance.usage","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.real_estate","user.real_estate.fiscal_value","user.real_estate.property_id","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"}}'), qr = {
1033
+ $ref: Dr,
1034
+ $schema: Ar,
1035
+ definitions: _r
1018
1036
  };
1019
- function _r(o) {
1037
+ function Lr(o) {
1020
1038
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
1021
1039
  }
1022
- var Ze = { exports: {} }, Le = { exports: {} }, Lr = Le.exports, Gi;
1023
- function Nr() {
1024
- return Gi || (Gi = 1, (function(o, a) {
1025
- (function(d, s) {
1026
- o.exports = s();
1027
- })(typeof self != "undefined" ? self : Lr, (function() {
1040
+ var Ze = { exports: {} }, Le = { exports: {} }, Nr = Le.exports, Gi;
1041
+ function Or() {
1042
+ return Gi || (Gi = 1, (function(o, s) {
1043
+ (function(d, a) {
1044
+ o.exports = a();
1045
+ })(typeof self != "undefined" ? self : Nr, (function() {
1028
1046
  return (function(d) {
1029
- var s = {};
1030
- function S(g) {
1031
- if (s[g]) return s[g].exports;
1032
- var y = s[g] = {
1047
+ var a = {};
1048
+ function u(g) {
1049
+ if (a[g]) return a[g].exports;
1050
+ var y = a[g] = {
1033
1051
  i: g,
1034
1052
  l: !1,
1035
1053
  exports: {}
1036
1054
  };
1037
- return d[g].call(y.exports, y, y.exports, S), y.l = !0, y.exports;
1055
+ return d[g].call(y.exports, y, y.exports, u), y.l = !0, y.exports;
1038
1056
  }
1039
- return S.m = d, S.c = s, S.d = function(g, y, $) {
1040
- S.o(g, y) || Object.defineProperty(g, y, {
1057
+ return u.m = d, u.c = a, u.d = function(g, y, $) {
1058
+ u.o(g, y) || Object.defineProperty(g, y, {
1041
1059
  enumerable: !0,
1042
1060
  get: $
1043
1061
  });
1044
- }, S.r = function(g) {
1062
+ }, u.r = function(g) {
1045
1063
  typeof Symbol != "undefined" && Symbol.toStringTag && Object.defineProperty(g, Symbol.toStringTag, {
1046
1064
  value: "Module"
1047
1065
  }), Object.defineProperty(g, "__esModule", {
1048
1066
  value: !0
1049
1067
  });
1050
- }, S.t = function(g, y) {
1051
- if (1 & y && (g = S(g)), 8 & y || 4 & y && typeof g == "object" && g && g.__esModule) return g;
1068
+ }, u.t = function(g, y) {
1069
+ if (1 & y && (g = u(g)), 8 & y || 4 & y && typeof g == "object" && g && g.__esModule) return g;
1052
1070
  var $ = /* @__PURE__ */ Object.create(null);
1053
- if (S.r($), Object.defineProperty($, "default", {
1071
+ if (u.r($), Object.defineProperty($, "default", {
1054
1072
  enumerable: !0,
1055
1073
  value: g
1056
- }), 2 & y && typeof g != "string") for (var I in g) S.d($, I, function(T) {
1074
+ }), 2 & y && typeof g != "string") for (var I in g) u.d($, I, function(T) {
1057
1075
  return g[T];
1058
1076
  }.bind(null, I));
1059
1077
  return $;
1060
- }, S.n = function(g) {
1078
+ }, u.n = function(g) {
1061
1079
  var y = g && g.__esModule ? function() {
1062
1080
  return g.default;
1063
1081
  } : function() {
1064
1082
  return g;
1065
1083
  };
1066
- return S.d(y, "a", y), y;
1067
- }, S.o = function(g, y) {
1084
+ return u.d(y, "a", y), y;
1085
+ }, u.o = function(g, y) {
1068
1086
  return {}.hasOwnProperty.call(g, y);
1069
- }, S.p = "", S(S.s = 0);
1070
- })([function(d, s, S) {
1071
- S.r(s), S.d(s, "Promise", (function() {
1087
+ }, u.p = "", u(u.s = 0);
1088
+ })([function(d, a, u) {
1089
+ u.r(a), u.d(a, "Promise", (function() {
1072
1090
  return D;
1073
- })), S.d(s, "TYPES", (function() {
1091
+ })), u.d(a, "TYPES", (function() {
1074
1092
  return mt;
1075
- })), S.d(s, "ProxyWindow", (function() {
1093
+ })), u.d(a, "ProxyWindow", (function() {
1076
1094
  return Z;
1077
- })), S.d(s, "setup", (function() {
1095
+ })), u.d(a, "setup", (function() {
1078
1096
  return ki;
1079
- })), S.d(s, "destroy", (function() {
1097
+ })), u.d(a, "destroy", (function() {
1080
1098
  return Pt;
1081
- })), S.d(s, "serializeMessage", (function() {
1082
- return ut;
1083
- })), S.d(s, "deserializeMessage", (function() {
1099
+ })), u.d(a, "serializeMessage", (function() {
1100
+ return St;
1101
+ })), u.d(a, "deserializeMessage", (function() {
1084
1102
  return ht;
1085
- })), S.d(s, "createProxyWindow", (function() {
1103
+ })), u.d(a, "createProxyWindow", (function() {
1086
1104
  return Ct;
1087
- })), S.d(s, "toProxyWindow", (function() {
1105
+ })), u.d(a, "toProxyWindow", (function() {
1088
1106
  return gt;
1089
- })), S.d(s, "on", (function() {
1107
+ })), u.d(a, "on", (function() {
1090
1108
  return le;
1091
- })), S.d(s, "once", (function() {
1092
- return St;
1093
- })), S.d(s, "send", (function() {
1109
+ })), u.d(a, "once", (function() {
1110
+ return ut;
1111
+ })), u.d(a, "send", (function() {
1094
1112
  return se;
1095
- })), S.d(s, "markWindowKnown", (function() {
1113
+ })), u.d(a, "markWindowKnown", (function() {
1096
1114
  return gi;
1097
- })), S.d(s, "cleanUpWindow", (function() {
1115
+ })), u.d(a, "cleanUpWindow", (function() {
1098
1116
  return yt;
1099
- })), S.d(s, "bridge", (function() {
1117
+ })), u.d(a, "bridge", (function() {
1100
1118
  }));
1101
1119
  function g(e) {
1102
1120
  return {}.toString.call(e) === "[object RegExp]";
@@ -1231,14 +1249,14 @@ function Nr() {
1231
1249
  return t;
1232
1250
  }
1233
1251
  for (var c = 0; c < 100; c++) {
1234
- var u = void 0;
1252
+ var S = void 0;
1235
1253
  try {
1236
- u = i[c];
1254
+ S = i[c];
1237
1255
  } catch (l) {
1238
1256
  return t;
1239
1257
  }
1240
- if (!u) return t;
1241
- t.push(u);
1258
+ if (!S) return t;
1259
+ t.push(S);
1242
1260
  }
1243
1261
  return t;
1244
1262
  }
@@ -1271,7 +1289,7 @@ function Nr() {
1271
1289
  var i = (function(n, f) {
1272
1290
  for (var c = 0; c < n.length; c++) try {
1273
1291
  if (n[c] === f) return c;
1274
- } catch (u) {
1292
+ } catch (S) {
1275
1293
  }
1276
1294
  return -1;
1277
1295
  })(Ce, e);
@@ -1398,19 +1416,19 @@ function Nr() {
1398
1416
  function e(i) {
1399
1417
  var r = this;
1400
1418
  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) {
1401
- var n, f, c = !1, u = !1, l = !1;
1419
+ var n, f, c = !1, S = !1, l = !1;
1402
1420
  Be();
1403
1421
  try {
1404
1422
  i((function(p) {
1405
1423
  l ? r.resolve(p) : (c = !0, n = p);
1406
1424
  }), (function(p) {
1407
- l ? r.reject(p) : (u = !0, f = p);
1425
+ l ? r.reject(p) : (S = !0, f = p);
1408
1426
  }));
1409
1427
  } catch (p) {
1410
1428
  me(), this.reject(p);
1411
1429
  return;
1412
1430
  }
1413
- me(), l = !0, c ? this.resolve(n) : u && this.reject(f);
1431
+ me(), l = !0, c ? this.resolve(n) : S && this.reject(f);
1414
1432
  }
1415
1433
  }
1416
1434
  var t = e.prototype;
@@ -1432,7 +1450,7 @@ function Nr() {
1432
1450
  ri.push(f), setTimeout((function() {
1433
1451
  throw f;
1434
1452
  }), 1);
1435
- for (var u = 0; u < ge.length; u++) ge[u](f, c);
1453
+ for (var S = 0; S < ge.length; S++) ge[S](f, c);
1436
1454
  }
1437
1455
  })(i, r);
1438
1456
  }), 1), this.dispatch(), this;
@@ -1449,7 +1467,7 @@ function Nr() {
1449
1467
  w.reject(v);
1450
1468
  }));
1451
1469
  }, c = 0; c < n.length; c++) {
1452
- var u = n[c], l = u.onSuccess, p = u.onError, P = u.promise, h = void 0;
1470
+ var S = n[c], l = S.onSuccess, p = S.onError, P = S.promise, h = void 0;
1453
1471
  if (i) try {
1454
1472
  h = l ? l(this.value) : this.value;
1455
1473
  } catch (m) {
@@ -1529,27 +1547,27 @@ function Nr() {
1529
1547
  }), (function(C) {
1530
1548
  h.reject(C);
1531
1549
  }));
1532
- }, u = 0; u < i.length; u++) {
1533
- var l = i[u];
1550
+ }, S = 0; S < i.length; S++) {
1551
+ var l = i[S];
1534
1552
  if (l instanceof e) {
1535
1553
  if (l.resolved) {
1536
- f[u] = l.value, n -= 1;
1554
+ f[S] = l.value, n -= 1;
1537
1555
  continue;
1538
1556
  }
1539
1557
  } else if (!fe(l)) {
1540
- f[u] = l, n -= 1;
1558
+ f[S] = l, n -= 1;
1541
1559
  continue;
1542
1560
  }
1543
- c(u, e.resolve(l), r);
1561
+ c(S, e.resolve(l), r);
1544
1562
  }
1545
1563
  return n === 0 && r.resolve(f), r;
1546
1564
  }, e.hash = function(i) {
1547
- var r = {}, n = [], f = function(u) {
1548
- if (i.hasOwnProperty(u)) {
1549
- var l = i[u];
1565
+ var r = {}, n = [], f = function(S) {
1566
+ if (i.hasOwnProperty(S)) {
1567
+ var l = i[S];
1550
1568
  fe(l) ? n.push(l.then((function(p) {
1551
- r[u] = p;
1552
- }))) : r[u] = l;
1569
+ r[S] = p;
1570
+ }))) : r[S] = l;
1553
1571
  }
1554
1572
  };
1555
1573
  for (var c in i) f(c);
@@ -1644,8 +1662,8 @@ function Nr() {
1644
1662
  } catch (P) {
1645
1663
  }
1646
1664
  this._cleanupClosedWindows();
1647
- var u = this.keys, l = this.values, p = ke(u, i);
1648
- p === -1 ? (u.push(i), l.push(r)) : l[p] = r;
1665
+ var S = this.keys, l = this.values, p = ke(S, i);
1666
+ p === -1 ? (S.push(i), l.push(r)) : l[p] = r;
1649
1667
  }, t.get = function(i) {
1650
1668
  if (!i) throw new Error("WeakMap expected key");
1651
1669
  var r = this.weakmap;
@@ -1667,13 +1685,13 @@ function Nr() {
1667
1685
  var r = this.weakmap;
1668
1686
  if (r) try {
1669
1687
  r.delete(i);
1670
- } catch (u) {
1688
+ } catch (S) {
1671
1689
  delete this.weakmap;
1672
1690
  }
1673
1691
  if (this.isSafeToReadWrite(i)) try {
1674
1692
  var n = i[this.name];
1675
1693
  n && n[0] === i && (n[0] = n[1] = void 0);
1676
- } catch (u) {
1694
+ } catch (S) {
1677
1695
  }
1678
1696
  this._cleanupClosedWindows();
1679
1697
  var f = this.keys, c = ke(f, i);
@@ -1740,11 +1758,11 @@ function Nr() {
1740
1758
  var ye = 0, di = 0;
1741
1759
  function $e(e, t) {
1742
1760
  t === void 0 && (t = {});
1743
- var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, u = ye;
1761
+ var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, S = ye;
1744
1762
  ye += 1;
1745
1763
  var l = function() {
1746
1764
  for (var p = arguments.length, P = new Array(p), h = 0; h < p; h++) P[h] = arguments[h];
1747
- u < di && (f = null, c = null, u = ye, ye += 1);
1765
+ S < di && (f = null, c = null, S = ye, ye += 1);
1748
1766
  var C;
1749
1767
  C = r ? (c = c || new Fe()).getOrSet(this, it) : f = f || {};
1750
1768
  var m;
@@ -1771,7 +1789,7 @@ function Nr() {
1771
1789
  function tt(e) {
1772
1790
  var t = {};
1773
1791
  function i() {
1774
- for (var r = arguments, n = this, f = arguments.length, c = new Array(f), u = 0; u < f; u++) c[u] = arguments[u];
1792
+ for (var r = arguments, n = this, f = arguments.length, c = new Array(f), S = 0; S < f; S++) c[S] = arguments[S];
1775
1793
  var l = ai(c);
1776
1794
  return t.hasOwnProperty(l) || (t[l] = D.try((function() {
1777
1795
  return e.apply(n, r);
@@ -1888,11 +1906,11 @@ function Nr() {
1888
1906
  var t = "__post_robot_10_0_46__";
1889
1907
  return e !== window ? e[t] : e[t] = e[t] || {};
1890
1908
  }
1891
- var Si = function() {
1909
+ var ui = function() {
1892
1910
  return {};
1893
1911
  };
1894
1912
  function U(e, t) {
1895
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), be(we(), e, (function() {
1913
+ return e === void 0 && (e = "store"), t === void 0 && (t = ui), be(we(), e, (function() {
1896
1914
  var i = t();
1897
1915
  return {
1898
1916
  has: function(r) {
@@ -1926,7 +1944,7 @@ function Nr() {
1926
1944
  return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new ot(), e.WINDOW_WILDCARD;
1927
1945
  }
1928
1946
  function K(e, t) {
1929
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), U("windowStore").getOrSet(e, (function() {
1947
+ return e === void 0 && (e = "store"), t === void 0 && (t = ui), U("windowStore").getOrSet(e, (function() {
1930
1948
  var i = new Fe(), r = function(n) {
1931
1949
  return i.getOrSet(n, t);
1932
1950
  };
@@ -1950,7 +1968,7 @@ function Nr() {
1950
1968
  };
1951
1969
  }));
1952
1970
  }
1953
- function ui() {
1971
+ function Si() {
1954
1972
  return U("instance").getOrSet("instanceID", re);
1955
1973
  }
1956
1974
  function hi(e, t) {
@@ -1965,7 +1983,7 @@ function Nr() {
1965
1983
  }
1966
1984
  function qe(e, t) {
1967
1985
  return (0, t.send)(e, "postrobot_hello", {
1968
- instanceID: ui()
1986
+ instanceID: Si()
1969
1987
  }, {
1970
1988
  domain: "*",
1971
1989
  timeout: -1
@@ -2080,7 +2098,7 @@ function Nr() {
2080
2098
  return j(l) ? "popup" : "iframe";
2081
2099
  }));
2082
2100
  f.catch(ce), c.catch(ce);
2083
- var u = function() {
2101
+ var S = function() {
2084
2102
  return e.then((function(l) {
2085
2103
  if (!k(l)) return A(l) ? V(l).name : f;
2086
2104
  }));
@@ -2100,7 +2118,7 @@ function Nr() {
2100
2118
  close: function() {
2101
2119
  return e.then(et);
2102
2120
  },
2103
- getName: u,
2121
+ getName: S,
2104
2122
  focus: function() {
2105
2123
  return e.then((function(l) {
2106
2124
  l.focus();
@@ -2116,7 +2134,7 @@ function Nr() {
2116
2134
  var h = window.location.protocol + "//" + window.location.host, C = p.method, m = C === void 0 ? "get" : C, w = p.body;
2117
2135
  if (l.indexOf("/") === 0) l = "" + h + l;
2118
2136
  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));
2119
- if (m === "post") return u().then((function(v) {
2137
+ if (m === "post") return S().then((function(v) {
2120
2138
  if (!v) throw new Error("Can not post to window without target name");
2121
2139
  (function(b) {
2122
2140
  var _ = b.url, F = b.target, N = b.body, L = b.method, q = L === void 0 ? "post" : L, R = document.createElement("form");
@@ -2191,9 +2209,9 @@ function Nr() {
2191
2209
  var i = this, r = this.isPopup(), n = this.getName(), f = D.hash({
2192
2210
  isPopup: r,
2193
2211
  name: n
2194
- }).then((function(u) {
2195
- var l = u.name;
2196
- u.isPopup && l && window.open("", l, "noopener");
2212
+ }).then((function(S) {
2213
+ var l = S.name;
2214
+ S.isPopup && l && window.open("", l, "noopener");
2197
2215
  })), c = this.serializedWindow.focus();
2198
2216
  return D.all([f, c]).then((function() {
2199
2217
  return i;
@@ -2219,10 +2237,10 @@ function Nr() {
2219
2237
  send: f
2220
2238
  })
2221
2239
  }).then((function(c) {
2222
- var u = c.proxyInstanceID === c.knownWindowInstanceID;
2223
- return u && n.setWindow(i, {
2240
+ var S = c.proxyInstanceID === c.knownWindowInstanceID;
2241
+ return S && n.setWindow(i, {
2224
2242
  send: f
2225
- }), u;
2243
+ }), S;
2226
2244
  }));
2227
2245
  }));
2228
2246
  }, t.unwrap = function() {
@@ -2284,7 +2302,7 @@ function Nr() {
2284
2302
  c = (f = {
2285
2303
  on: n.on,
2286
2304
  send: n.send
2287
- }).on, u = f.send, U("builtinListeners").getOrSet("functionCalls", (function() {
2305
+ }).on, S = f.send, U("builtinListeners").getOrSet("functionCalls", (function() {
2288
2306
  return c("postrobot_method", {
2289
2307
  domain: "*"
2290
2308
  }, (function(P) {
@@ -2294,7 +2312,7 @@ function Nr() {
2294
2312
  return D.try((function() {
2295
2313
  if (!Y(F, C)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(Ue(b.domain) ? b.domain.source : b.domain) + " does not match origin " + C + " in " + M(window));
2296
2314
  if (Z.isProxyWindow(_)) return _.matchWindow(h, {
2297
- send: u
2315
+ send: S
2298
2316
  }).then((function(L) {
2299
2317
  if (!L) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + M(window));
2300
2318
  }));
@@ -2325,7 +2343,7 @@ function Nr() {
2325
2343
  }));
2326
2344
  }));
2327
2345
  }));
2328
- var f, c, u, l = i.__id__ || re();
2346
+ var f, c, S, l = i.__id__ || re();
2329
2347
  e = Z.unwrap(e);
2330
2348
  var p = i.__name__ || i.name || r;
2331
2349
  return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), Z.isProxyWindow(e) ? (Ge(l, i, p, e, t), e.awaitWindow().then((function(P) {
@@ -2337,9 +2355,9 @@ function Nr() {
2337
2355
  }
2338
2356
  function vi(e, t, i, r) {
2339
2357
  var n, f = r.on, c = r.send;
2340
- return (function(u, l) {
2358
+ return (function(S, l) {
2341
2359
  l === void 0 && (l = at);
2342
- var p = JSON.stringify(u, (function(P) {
2360
+ var p = JSON.stringify(S, (function(P) {
2343
2361
  var h = this[P];
2344
2362
  if (ze(this)) return h;
2345
2363
  var C = Pi(h);
@@ -2348,7 +2366,7 @@ function Nr() {
2348
2366
  return m ? m(h, P) : h;
2349
2367
  }));
2350
2368
  return p === void 0 ? "undefined" : p;
2351
- })(i, ((n = {}).promise = function(u, l) {
2369
+ })(i, ((n = {}).promise = function(S, l) {
2352
2370
  return (function(p, P, h, C, m) {
2353
2371
  return pe("cross_domain_zalgo_promise", {
2354
2372
  then: $i(p, P, (function(w, v) {
@@ -2358,42 +2376,42 @@ function Nr() {
2358
2376
  send: m.send
2359
2377
  })
2360
2378
  });
2361
- })(e, t, u, l, {
2379
+ })(e, t, S, l, {
2362
2380
  on: f,
2363
2381
  send: c
2364
2382
  });
2365
- }, n.function = function(u, l) {
2366
- return $i(e, t, u, l, {
2383
+ }, n.function = function(S, l) {
2384
+ return $i(e, t, S, l, {
2367
2385
  on: f,
2368
2386
  send: c
2369
2387
  });
2370
- }, n.object = function(u) {
2371
- return de(u) || Z.isProxyWindow(u) ? pe("cross_domain_window", Z.serialize(u, {
2388
+ }, n.object = function(S) {
2389
+ return de(S) || Z.isProxyWindow(S) ? pe("cross_domain_window", Z.serialize(S, {
2372
2390
  send: c
2373
- })) : u;
2391
+ })) : S;
2374
2392
  }, n));
2375
2393
  }
2376
2394
  function bi(e, t, i, r) {
2377
2395
  var n, f = r.send;
2378
- return (function(c, u) {
2379
- if (u === void 0 && (u = ft), c !== "undefined") return JSON.parse(c, (function(l, p) {
2396
+ return (function(c, S) {
2397
+ if (S === void 0 && (S = ft), c !== "undefined") return JSON.parse(c, (function(l, p) {
2380
2398
  if (ze(this)) return p;
2381
2399
  var P, h;
2382
2400
  if (ze(p) ? (P = p.__type__, h = p.__val__) : (P = Pi(p), h = p), !P) return h;
2383
- var C = u[P] || dt[P];
2401
+ var C = S[P] || dt[P];
2384
2402
  return C ? C(h, l) : h;
2385
2403
  }));
2386
2404
  })(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
2387
- return (function(u, l, p) {
2405
+ return (function(S, l, p) {
2388
2406
  return new D(p.then);
2389
2407
  })(0, 0, c);
2390
2408
  }, n.cross_domain_function = function(c) {
2391
- return (function(u, l, p, P) {
2409
+ return (function(S, l, p, P) {
2392
2410
  var h = p.id, C = p.name, m = P.send, w = function(b) {
2393
2411
  b === void 0 && (b = {});
2394
2412
  function _() {
2395
2413
  var F = arguments;
2396
- return Z.toProxyWindow(u, {
2414
+ return Z.toProxyWindow(S, {
2397
2415
  send: m
2398
2416
  }).awaitWindow().then((function(N) {
2399
2417
  var L = yi(N, h);
@@ -2423,7 +2441,7 @@ function Nr() {
2423
2441
  throw N;
2424
2442
  }));
2425
2443
  }
2426
- return _.__name__ = C, _.__origin__ = l, _.__source__ = u, _.__id__ = h, _.origin = l, _;
2444
+ return _.__name__ = C, _.__origin__ = l, _.__source__ = S, _.__id__ = h, _.origin = l, _;
2427
2445
  }, v = w();
2428
2446
  return v.fireAndForget = w({
2429
2447
  fireAndForget: !0
@@ -2449,7 +2467,7 @@ function Nr() {
2449
2467
  }));
2450
2468
  return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || D.flush().then((function() {
2451
2469
  if (k(e)) throw new Error("Window is closed");
2452
- var u = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2470
+ var S = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2453
2471
  on: n,
2454
2472
  send: f
2455
2473
  }), l;
@@ -2457,7 +2475,7 @@ function Nr() {
2457
2475
  for (var p = Object.keys(Ve), P = [], h = 0; h < p.length; h++) {
2458
2476
  var C = p[h];
2459
2477
  try {
2460
- Ve[C](e, u, t);
2478
+ Ve[C](e, S, t);
2461
2479
  } catch (m) {
2462
2480
  P.push(m);
2463
2481
  }
@@ -2487,9 +2505,9 @@ function Nr() {
2487
2505
  var t = e.name, i = e.win, r = e.domain, n = K("requestListeners");
2488
2506
  if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
2489
2507
  for (var f = 0, c = [i, Ae()]; f < c.length; f++) {
2490
- var u = c[f];
2491
- if (u) {
2492
- var l = n.get(u);
2508
+ var S = c[f];
2509
+ if (S) {
2510
+ var l = n.get(S);
2493
2511
  if (l) {
2494
2512
  var p = l[t];
2495
2513
  if (p) {
@@ -2511,7 +2529,7 @@ function Nr() {
2511
2529
  name: i.name,
2512
2530
  win: e,
2513
2531
  domain: t
2514
- }), u = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2532
+ }), S = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2515
2533
  function l(p, P, h) {
2516
2534
  return D.flush().then((function() {
2517
2535
  if (!i.fireAndForget && !k(e)) try {
@@ -2529,7 +2547,7 @@ function Nr() {
2529
2547
  send: f
2530
2548
  });
2531
2549
  } catch (C) {
2532
- throw new Error("Send response message failed for " + u + " in " + M() + `
2550
+ throw new Error("Send response message failed for " + S + " in " + M() + `
2533
2551
 
2534
2552
  ` + ve(C));
2535
2553
  }
@@ -2548,7 +2566,7 @@ function Nr() {
2548
2566
  send: f
2549
2567
  });
2550
2568
  } catch (p) {
2551
- throw new Error("Send ack message failed for " + u + " in " + M() + `
2569
+ throw new Error("Send ack message failed for " + S + " in " + M() + `
2552
2570
 
2553
2571
  ` + ve(p));
2554
2572
  }
@@ -2602,7 +2620,7 @@ function Nr() {
2602
2620
  } catch (P) {
2603
2621
  return;
2604
2622
  }
2605
- var f = e.source, c = e.origin, u = (function(P, h, C, m) {
2623
+ var f = e.source, c = e.origin, S = (function(P, h, C, m) {
2606
2624
  var w = m.on, v = m.send, b;
2607
2625
  try {
2608
2626
  b = bi(h, C, P, {
@@ -2620,10 +2638,10 @@ function Nr() {
2620
2638
  on: i,
2621
2639
  send: r
2622
2640
  });
2623
- if (u) {
2641
+ if (S) {
2624
2642
  gi(f);
2625
- for (var l = 0; l < u.length; l++) {
2626
- var p = u[l];
2643
+ for (var l = 0; l < S.length; l++) {
2644
+ var p = S[l];
2627
2645
  if (n.has(p.id) || (n.set(p.id, !0), k(f) && !p.fireAndForget)) return;
2628
2646
  p.origin.indexOf("file:") === 0 && (c = "file://");
2629
2647
  try {
@@ -2643,12 +2661,12 @@ function Nr() {
2643
2661
  if (!e) throw new Error("Expected name");
2644
2662
  if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
2645
2663
  var r = (function n(f, c) {
2646
- var u = f.name, l = f.win, p = f.domain, P = K("requestListeners");
2647
- if (!u || typeof u != "string") throw new Error("Name required to add request listener");
2664
+ var S = f.name, l = f.win, p = f.domain, P = K("requestListeners");
2665
+ if (!S || typeof S != "string") throw new Error("Name required to add request listener");
2648
2666
  if (l && l !== "*" && Z.isProxyWindow(l)) {
2649
2667
  var h = l.awaitWindow().then((function(B) {
2650
2668
  return n({
2651
- name: u,
2669
+ name: S,
2652
2670
  win: B,
2653
2671
  domain: p
2654
2672
  }, c);
@@ -2664,7 +2682,7 @@ function Nr() {
2664
2682
  var C = l;
2665
2683
  if (Array.isArray(C)) {
2666
2684
  for (var m = [], w = 0, v = C; w < v.length; w++) m.push(n({
2667
- name: u,
2685
+ name: S,
2668
2686
  domain: p,
2669
2687
  win: v[w]
2670
2688
  }, c));
@@ -2676,7 +2694,7 @@ function Nr() {
2676
2694
  }
2677
2695
  if (Array.isArray(p)) {
2678
2696
  for (var b = [], _ = 0, F = p; _ < F.length; _++) b.push(n({
2679
- name: u,
2697
+ name: S,
2680
2698
  win: C,
2681
2699
  domain: F[_]
2682
2700
  }, c));
@@ -2687,16 +2705,16 @@ function Nr() {
2687
2705
  };
2688
2706
  }
2689
2707
  var N = Ei({
2690
- name: u,
2708
+ name: S,
2691
2709
  win: C,
2692
2710
  domain: p
2693
2711
  });
2694
2712
  C && C !== "*" || (C = Ae());
2695
2713
  var L = (p = p || "*").toString();
2696
- if (N) throw C && p ? new Error("Request listener already exists for " + u + " on domain " + p.toString() + " for " + (C === Ae() ? "wildcard" : "specified") + " window") : C ? new Error("Request listener already exists for " + u + " for " + (C === Ae() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + u + " on domain " + p.toString()) : new Error("Request listener already exists for " + u);
2714
+ if (N) throw C && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (C === Ae() ? "wildcard" : "specified") + " window") : C ? new Error("Request listener already exists for " + S + " for " + (C === Ae() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
2697
2715
  var q = P.getOrSet(C, (function() {
2698
2716
  return {};
2699
- })), R = be(q, u, (function() {
2717
+ })), R = be(q, S, (function() {
2700
2718
  return {};
2701
2719
  })), O, X;
2702
2720
  return Ue(p) ? (O = be(R, "__domain_regex__", (function() {
@@ -2706,7 +2724,7 @@ function Nr() {
2706
2724
  listener: c
2707
2725
  }) : R[L] = c, {
2708
2726
  cancel: function() {
2709
- delete R[L], X && (O.splice(O.indexOf(X, 1)), O.length || delete R.__domain_regex__), Object.keys(R).length || delete q[u], C && !Object.keys(q).length && P.del(C);
2727
+ delete R[L], X && (O.splice(O.indexOf(X, 1)), O.length || delete R.__domain_regex__), Object.keys(R).length || delete q[S], C && !Object.keys(q).length && P.del(C);
2710
2728
  }
2711
2729
  };
2712
2730
  })({
@@ -2725,7 +2743,7 @@ function Nr() {
2725
2743
  }
2726
2744
  };
2727
2745
  }
2728
- function St(e, t, i) {
2746
+ function ut(e, t, i) {
2729
2747
  typeof (t = t || {}) == "function" && (i = t, t = {});
2730
2748
  var r = new D(), n;
2731
2749
  return t.errorHandler = function(f) {
@@ -2735,7 +2753,7 @@ function Nr() {
2735
2753
  })), r.cancel = n.cancel, r;
2736
2754
  }
2737
2755
  var se = function e(t, i, r, n) {
2738
- var f = (n = n || {}).domain || "*", c = n.timeout || -1, u = n.timeout || 5e3, l = n.fireAndForget || !1;
2756
+ var f = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
2739
2757
  return Z.toProxyWindow(t, {
2740
2758
  send: e
2741
2759
  }).awaitWindow().then((function(p) {
@@ -2788,7 +2806,7 @@ function Nr() {
2788
2806
  }));
2789
2807
  })(P);
2790
2808
  return h !== -1 && (m = m.timeout(h, new Error(C + " did not load after " + h + "ms"))), m;
2791
- })(p, u);
2809
+ })(p, S);
2792
2810
  })).then((function(P) {
2793
2811
  return (function(h, C, m, w) {
2794
2812
  var v = w.send;
@@ -2870,7 +2888,7 @@ function Nr() {
2870
2888
  }));
2871
2889
  }));
2872
2890
  };
2873
- function ut(e, t, i) {
2891
+ function St(e, t, i) {
2874
2892
  return vi(e, t, i, {
2875
2893
  on: le,
2876
2894
  send: se
@@ -2904,13 +2922,13 @@ function Nr() {
2904
2922
  }, (function(n) {
2905
2923
  var f = n.on, c = n.send;
2906
2924
  U().getOrSet("postMessageListener", (function() {
2907
- return (function(u, l, p) {
2908
- return u.addEventListener("message", p), {
2925
+ return (function(S, l, p) {
2926
+ return S.addEventListener("message", p), {
2909
2927
  cancel: function() {
2910
- u.removeEventListener("message", p);
2928
+ S.removeEventListener("message", p);
2911
2929
  }
2912
2930
  };
2913
- })(window, 0, (function(u) {
2931
+ })(window, 0, (function(S) {
2914
2932
  (function(l, p) {
2915
2933
  var P = p.on, h = p.send;
2916
2934
  D.try((function() {
@@ -2927,7 +2945,7 @@ function Nr() {
2927
2945
  });
2928
2946
  }
2929
2947
  }));
2930
- })(u, {
2948
+ })(S, {
2931
2949
  on: f,
2932
2950
  send: c
2933
2951
  });
@@ -2939,19 +2957,19 @@ function Nr() {
2939
2957
  }), (function(n) {
2940
2958
  var f = n.on, c = n.send;
2941
2959
  U("builtinListeners").getOrSet("helloListener", (function() {
2942
- var u = f("postrobot_hello", {
2960
+ var S = f("postrobot_hello", {
2943
2961
  domain: "*"
2944
2962
  }, (function(p) {
2945
2963
  return hi(p.source, {
2946
2964
  domain: p.origin
2947
2965
  }), {
2948
- instanceID: ui()
2966
+ instanceID: Si()
2949
2967
  };
2950
2968
  })), l = ae();
2951
2969
  return l && qe(l, {
2952
2970
  send: c
2953
2971
  }).catch((function(p) {
2954
- })), u;
2972
+ })), S;
2955
2973
  }));
2956
2974
  })({
2957
2975
  on: le,
@@ -2979,25 +2997,25 @@ function Nr() {
2979
2997
  })(Le)), Le.exports;
2980
2998
  }
2981
2999
  var Vi;
2982
- function Or() {
3000
+ function Wr() {
2983
3001
  return Vi || (Vi = 1, (function(o) {
2984
- o.exports = Nr(), o.exports.default = o.exports;
3002
+ o.exports = Or(), o.exports.default = o.exports;
2985
3003
  })(Ze)), Ze.exports;
2986
3004
  }
2987
- var Xi = Or();
2988
- const Wr = /* @__PURE__ */ _r(Xi), he = /* @__PURE__ */ Et({
3005
+ var Xi = Wr();
3006
+ const Mr = /* @__PURE__ */ Lr(Xi), he = /* @__PURE__ */ Et({
2989
3007
  __proto__: null,
2990
- default: Wr
3008
+ default: Mr
2991
3009
  }, [Xi]);
2992
3010
  export {
2993
3011
  Ki as ConsentBox,
2994
3012
  Yi as ConsentFormBox,
2995
3013
  Xe as DisclosureRequestBox,
2996
3014
  Ji as PrivacyCenterBox,
2997
- jr as SoyioTypes,
2998
- Br as SoyioWidget,
3015
+ Br as SoyioTypes,
3016
+ Fr as SoyioWidget,
2999
3017
  ii as _TooltipManager,
3000
- Fr as appearanceSchema,
3001
- Ur as configSchema,
3002
- Br as default
3018
+ Ur as appearanceSchema,
3019
+ qr as configSchema,
3020
+ Fr as default
3003
3021
  };