@soyio/soyio-widget 2.26.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,70 +1,70 @@
1
- var mt = Object.defineProperty, yt = Object.defineProperties;
2
- var vt = Object.getOwnPropertyDescriptors;
3
- var Ee = Object.getOwnPropertySymbols, bt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, wt = Reflect.get;
1
+ var gt = Object.defineProperty, $t = Object.defineProperties;
2
+ var mt = Object.getOwnPropertyDescriptors;
3
+ var De = Object.getOwnPropertySymbols, yt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, vt = Reflect.get;
4
4
  var Ai = (o) => {
5
5
  throw TypeError(o);
6
6
  };
7
- var Ye = (o, f, d) => f in o ? mt(o, f, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[f] = d, $e = (o, f) => {
8
- for (var d in f || (f = {}))
9
- Ei.call(f, d) && Ye(o, d, f[d]);
10
- if (Ee)
11
- for (var d of Ee(f))
12
- Di.call(f, d) && Ye(o, d, f[d]);
7
+ var Je = (o, f, s) => f in o ? gt(o, f, { enumerable: !0, configurable: !0, writable: !0, value: s }) : o[f] = s, $e = (o, f) => {
8
+ for (var s in f || (f = {}))
9
+ Ei.call(f, s) && Je(o, s, f[s]);
10
+ if (De)
11
+ for (var s of De(f))
12
+ Di.call(f, s) && Je(o, s, f[s]);
13
13
  return o;
14
- }, Li = (o, f) => yt(o, vt(f));
14
+ }, Li = (o, f) => $t(o, mt(f));
15
15
  var Wi = (o, f) => {
16
- var d = {};
17
- for (var s in o)
18
- Ei.call(o, s) && f.indexOf(s) < 0 && (d[s] = o[s]);
19
- if (o != null && Ee)
20
- for (var s of Ee(o))
21
- f.indexOf(s) < 0 && Di.call(o, s) && (d[s] = o[s]);
22
- return d;
16
+ var s = {};
17
+ for (var a in o)
18
+ Ei.call(o, a) && f.indexOf(a) < 0 && (s[a] = o[a]);
19
+ if (o != null && De)
20
+ for (var a of De(o))
21
+ f.indexOf(a) < 0 && Di.call(o, a) && (s[a] = o[a]);
22
+ return s;
23
23
  };
24
- var x = (o, f, d) => Ye(o, typeof f != "symbol" ? f + "" : f, d), It = (o, f, d) => f.has(o) || Ai("Cannot " + d);
25
- var Oi = (o, f, d) => f.has(o) ? Ai("Cannot add the same private member more than once") : f instanceof WeakSet ? f.add(o) : f.set(o, d);
26
- var Ni = (o, f, d) => (It(o, f, "access private method"), d);
27
- var me = (o, f, d) => wt(bt(o), d, f);
28
- var M = (o, f, d) => new Promise((s, u) => {
24
+ var x = (o, f, s) => Je(o, typeof f != "symbol" ? f + "" : f, s), bt = (o, f, s) => f.has(o) || Ai("Cannot " + s);
25
+ var Oi = (o, f, s) => f.has(o) ? Ai("Cannot add the same private member more than once") : f instanceof WeakSet ? f.add(o) : f.set(o, s);
26
+ var Ni = (o, f, s) => (bt(o, f, "access private method"), s);
27
+ var me = (o, f, s) => vt(yt(o), s, f);
28
+ var N = (o, f, s) => new Promise((a, u) => {
29
29
  var g = (I) => {
30
30
  try {
31
- y(d.next(I));
32
- } catch (k) {
33
- u(k);
31
+ y(s.next(I));
32
+ } catch (T) {
33
+ u(T);
34
34
  }
35
35
  }, m = (I) => {
36
36
  try {
37
- y(d.throw(I));
38
- } catch (k) {
39
- u(k);
37
+ y(s.throw(I));
38
+ } catch (T) {
39
+ u(T);
40
40
  }
41
- }, y = (I) => I.done ? s(I.value) : Promise.resolve(I.value).then(g, m);
42
- y((d = d.apply(o, f)).next());
41
+ }, y = (I) => I.done ? a(I.value) : Promise.resolve(I.value).then(g, m);
42
+ y((s = s.apply(o, f)).next());
43
43
  });
44
- function Tt(o, f) {
45
- for (var d = 0; d < f.length; d++) {
46
- const s = f[d];
47
- if (typeof s != "string" && !Array.isArray(s)) {
48
- for (const u in s)
44
+ function wt(o, f) {
45
+ for (var s = 0; s < f.length; s++) {
46
+ const a = f[s];
47
+ if (typeof a != "string" && !Array.isArray(a)) {
48
+ for (const u in a)
49
49
  if (u !== "default" && !(u in o)) {
50
- const g = Object.getOwnPropertyDescriptor(s, u);
50
+ const g = Object.getOwnPropertyDescriptor(a, u);
51
51
  g && Object.defineProperty(o, u, g.get ? g : {
52
52
  enumerable: !0,
53
- get: () => s[u]
53
+ get: () => a[u]
54
54
  });
55
55
  }
56
56
  }
57
57
  }
58
58
  return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
59
59
  }
60
- const Ae = !!(typeof window != "undefined" && window.document && window.document.createElement), Mi = 200;
61
- class Xe {
60
+ const Le = !!(typeof window != "undefined" && window.document && window.document.createElement), Mi = 200;
61
+ class ei {
62
62
  constructor() {
63
63
  x(this, "tooltipElement", null);
64
64
  x(this, "tooltipContent", null);
65
65
  x(this, "tooltipClass", "soyio-tooltip");
66
66
  x(this, "hideTimeout", null);
67
- Ae && this.createTooltipElement();
67
+ Le && this.createTooltipElement();
68
68
  }
69
69
  createTooltipElement() {
70
70
  const f = document.querySelector(`.${this.tooltipClass}`);
@@ -92,45 +92,45 @@ class Xe {
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(f, d, s) {
95
+ show(f, s, a) {
96
96
  if (!this.tooltipElement || !this.tooltipContent) return;
97
97
  this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = f, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
98
- const u = this.calculateOptimalPlacement(d, s);
98
+ const u = this.calculateOptimalPlacement(s, a);
99
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(f, d) {
104
- const s = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4, I = {
103
+ calculateOptimalPlacement(f, s) {
104
+ const a = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4, I = {
105
105
  top: {
106
- top: d - u - y,
107
- left: f - s / 2,
106
+ top: s - u - y,
107
+ left: f - a / 2,
108
108
  placement: "top"
109
109
  },
110
110
  bottom: {
111
- top: d + y,
112
- left: f - s / 2,
111
+ top: s + y,
112
+ left: f - a / 2,
113
113
  placement: "bottom"
114
114
  },
115
115
  right: {
116
- top: d - u / 2,
116
+ top: s - u / 2,
117
117
  left: f + y,
118
118
  placement: "right"
119
119
  },
120
120
  left: {
121
- top: d - u / 2,
122
- left: f - s - y,
121
+ top: s - u / 2,
122
+ left: f - a - y,
123
123
  placement: "left"
124
124
  }
125
125
  };
126
126
  for (const [, R] of Object.entries(I))
127
- if (Xe.fitsInViewport(R, s, u, g, m))
127
+ if (ei.fitsInViewport(R, a, u, g, m))
128
128
  return R;
129
- const k = I.top;
130
- return k.left = Math.max(y, Math.min(k.left, g - s - y)), k.top = Math.max(y, Math.min(k.top, m - u - y)), k;
129
+ const T = I.top;
130
+ return T.left = Math.max(y, Math.min(T.left, g - a - y)), T.top = Math.max(y, Math.min(T.top, m - u - y)), T;
131
131
  }
132
- static fitsInViewport(f, d, s, u, g) {
133
- return f.top >= 0 && f.left >= 0 && f.top + s <= g && f.left + d <= u;
132
+ static fitsInViewport(f, s, a, u, g) {
133
+ return f.top >= 0 && f.left >= 0 && f.top + a <= g && f.left + s <= u;
134
134
  }
135
135
  applyPlacement(f) {
136
136
  this.tooltipElement && (this.tooltipElement.style.left = `${f.left}px`, this.tooltipElement.style.top = `${f.top}px`);
@@ -143,19 +143,19 @@ class Xe {
143
143
  (f = this.tooltipElement) == null || f.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
144
144
  }
145
145
  }
146
- function Bi(o, f, d) {
147
- return M(this, null, function* () {
146
+ function Bi(o, f, s) {
147
+ return N(this, null, function* () {
148
148
  if (!o.contentWindow)
149
149
  throw new Error("Invalid iframe: contentWindow is null");
150
- const s = yield Promise.resolve().then(() => be);
150
+ const a = yield Promise.resolve().then(() => be);
151
151
  try {
152
- yield s.send(o.contentWindow, "SET_APPEARANCE", { appearance: f, identifier: d });
152
+ yield a.send(o.contentWindow, "SET_APPEARANCE", { appearance: f, identifier: s });
153
153
  } catch (u) {
154
154
  console.error("Failed to send appearance config:", u);
155
155
  }
156
156
  });
157
157
  }
158
- const kt = "IFRAME_READY", Rt = "IFRAME_HEIGHT_CHANGE", xt = "TOOLTIP_STATE_CHANGE", Et = "INFO_EVENT", Dt = "CONSENT_STATE_CHANGE", q = {
158
+ const It = "IFRAME_READY", Tt = "IFRAME_HEIGHT_CHANGE", kt = "TOOLTIP_STATE_CHANGE", Rt = "INFO_EVENT", xt = "CONSENT_STATE_CHANGE", G = {
159
159
  // BASE
160
160
  onHeightChange: {},
161
161
  onIframeReady: {},
@@ -164,55 +164,55 @@ const kt = "IFRAME_READY", Rt = "IFRAME_HEIGHT_CHANGE", xt = "TOOLTIP_STATE_CHAN
164
164
  // CONSENT
165
165
  onStateChange: {}
166
166
  };
167
- let ji, zi, Fi, Hi, Ui;
168
- function At() {
169
- return M(this, null, function* () {
167
+ let ji, zi, Fi, Hi, _i;
168
+ function Et() {
169
+ return N(this, null, function* () {
170
170
  const o = yield Promise.resolve().then(() => be);
171
- ji || zi || Fi || Hi || Ui || (ji = o.on(Rt, (f) => M(null, null, function* () {
172
- const d = f.data, s = q.onHeightChange[d.identifier];
173
- return s && s(d.height), Promise.resolve();
174
- })), zi = o.on(kt, (f) => M(null, null, function* () {
175
- const d = f.data, s = q.onIframeReady[d.identifier];
176
- return s && s(), Promise.resolve();
177
- })), Fi = o.on(xt, (f) => M(null, null, function* () {
178
- const d = f.data, s = q.onTooltipChange[d.identifier];
179
- return s && s(d), Promise.resolve();
180
- })), Hi = o.on(Dt, (f) => M(null, null, function* () {
181
- const d = f.data, s = q.onStateChange[d.identifier];
182
- return s && s(d), Promise.resolve();
183
- })), Ui = o.on(Et, (d) => M(null, [d], function* ({ data: f }) {
184
- const m = f, { identifier: s } = m, u = Wi(m, ["identifier"]), g = q.onInfo[s];
171
+ ji || zi || Fi || Hi || _i || (ji = o.on(Tt, (f) => N(null, null, function* () {
172
+ const s = f.data, a = G.onHeightChange[s.identifier];
173
+ return a && a(s.height), Promise.resolve();
174
+ })), zi = o.on(It, (f) => N(null, null, function* () {
175
+ const s = f.data, a = G.onIframeReady[s.identifier];
176
+ return a && a(), Promise.resolve();
177
+ })), Fi = o.on(kt, (f) => N(null, null, function* () {
178
+ const s = f.data, a = G.onTooltipChange[s.identifier];
179
+ return a && a(s), Promise.resolve();
180
+ })), Hi = o.on(xt, (f) => N(null, null, function* () {
181
+ const s = f.data, a = G.onStateChange[s.identifier];
182
+ return a && a(s), Promise.resolve();
183
+ })), _i = o.on(Rt, (s) => N(null, [s], function* ({ data: f }) {
184
+ const m = f, { identifier: a } = m, u = Wi(m, ["identifier"]), g = G.onInfo[a];
185
185
  return g && g(u), Promise.resolve();
186
186
  })));
187
187
  });
188
188
  }
189
- function ei(o, f) {
189
+ function ii(o, f) {
190
190
  const {
191
- onHeightChange: d,
192
- onIframeReady: s,
191
+ onHeightChange: s,
192
+ onIframeReady: a,
193
193
  onTooltipChange: u,
194
194
  onStateChange: g,
195
195
  onInfo: m
196
196
  } = f;
197
- d && (q.onHeightChange[o] = d), s && (q.onIframeReady[o] = s), u && (q.onTooltipChange[o] = u), g && (q.onStateChange[o] = g), m && (q.onInfo[o] = m);
197
+ s && (G.onHeightChange[o] = s), a && (G.onIframeReady[o] = a), u && (G.onTooltipChange[o] = u), g && (G.onStateChange[o] = g), m && (G.onInfo[o] = m);
198
198
  }
199
- function Lt(o) {
200
- delete q.onHeightChange[o], delete q.onIframeReady[o], delete q.onTooltipChange[o], delete q.onStateChange[o], delete q.onInfo[o];
199
+ function Dt(o) {
200
+ delete G.onHeightChange[o], delete G.onIframeReady[o], delete G.onTooltipChange[o], delete G.onStateChange[o], delete G.onInfo[o];
201
201
  }
202
- function Wt(o) {
202
+ function At(o) {
203
203
  const f = document.getElementById(o);
204
204
  f && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), f.remove());
205
205
  }
206
- function Ot(o) {
206
+ function Lt(o) {
207
207
  const f = document.querySelector(o);
208
208
  if (!f)
209
209
  throw new Error(`Iframe div container with id '${o}' not found`);
210
210
  if (f.tagName.toLowerCase() !== "div")
211
211
  throw new Error(`Iframe container with id '${o}' must be a <div> element`);
212
- const d = f;
213
- return d.style.position = "relative", d;
212
+ const s = f;
213
+ return s.style.position = "relative", s;
214
214
  }
215
- function Nt(o) {
215
+ function Wt(o) {
216
216
  const f = document.createElement("div");
217
217
  return f.id = `soyio-widget-wrapper-${o}`, f.style.cssText = `
218
218
  position: relative !important;
@@ -227,22 +227,22 @@ function Nt(o) {
227
227
  width: 100% !important;
228
228
  `, f;
229
229
  }
230
- function Mt(o, f, d) {
231
- const s = document.createElement("iframe");
232
- return s.id = f, s.src = o, s.allow = "fullscreen;camera;", s.setAttribute("allowfullscreen", ""), s.style.cssText += `
230
+ function Ot(o, f, s) {
231
+ const a = document.createElement("iframe");
232
+ return a.id = f, a.src = o, a.allow = "fullscreen;camera;", a.setAttribute("allowfullscreen", ""), a.style.cssText += `
233
233
  width: 100% !important;
234
- min-width: ${d.minWidth} !important;
234
+ min-width: ${s.minWidth} !important;
235
235
  border: none !important;
236
236
  overflow: hidden !important;
237
237
  opacity: 1;
238
238
  transition: height 0.35s,
239
239
  opacity 0.4s 0.1s;
240
- `, s;
240
+ `, a;
241
241
  }
242
- function Bt() {
242
+ function Nt() {
243
243
  return Math.random().toString(36).substring(2, 10);
244
244
  }
245
- const Gi = "https://app.soyio.id", Vi = "https://sandbox.soyio.id", jt = "https://privacy.soyio.id", zt = "https://privacy-sandbox.soyio.id", Ft = [
245
+ const Mt = "https://app.soyio.id", Bt = "https://sandbox.soyio.id", jt = "https://consent-embed.soyio.id", zt = "https://sandbox-consent-embed.soyio.id", Ft = "https://privacy-center-embed.soyio.id", Ht = "https://sandbox-privacy-center-embed.soyio.id", _t = [
246
246
  "DISCLOSURE_REQUEST_SUCCESSFUL",
247
247
  "IDENTITY_REGISTERED",
248
248
  "IDENTITY_SIGNATURE",
@@ -250,11 +250,11 @@ const Gi = "https://app.soyio.id", Vi = "https://sandbox.soyio.id", jt = "https:
250
250
  "DENIED_CAMERA_PERMISSION",
251
251
  "REJECTED_SIGNATURE",
252
252
  "CLOSE_POPUP"
253
- ], Ht = "WIDGET_CLOSED", Ut = 420, qt = 720, _t = 500, Gt = {
253
+ ], Ut = "WIDGET_CLOSED", qt = 420, Gt = 720, Vt = 500, Yt = {
254
254
  minWidth: "375px"
255
- }, Vt = {
255
+ }, Jt = {
256
256
  minWidth: "0px"
257
- }, Yt = {
257
+ }, Kt = {
258
258
  minWidth: "375px"
259
259
  };
260
260
  class ve {
@@ -265,14 +265,14 @@ class ve {
265
265
  x(this, "options");
266
266
  x(this, "appearance");
267
267
  x(this, "tooltipManager");
268
- x(this, "defaultIframeCSSConfig", Gt);
268
+ x(this, "defaultIframeCSSConfig", Yt);
269
269
  x(this, "Skeleton", null);
270
270
  x(this, "isIframeReady", !1);
271
271
  x(this, "defaultUniqueId");
272
- this.options = f, this.appearance = f.appearance || null, this.tooltipManager = new Xe(), this.defaultUniqueId = ve.generateUniqueId();
272
+ this.options = f, this.appearance = f.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = ve.generateUniqueId();
273
273
  }
274
274
  static generateUniqueId() {
275
- return Bt();
275
+ return Nt();
276
276
  }
277
277
  get uniqueIdentifier() {
278
278
  return this.defaultUniqueId;
@@ -282,70 +282,66 @@ class ve {
282
282
  }
283
283
  handleHeightChange(f) {
284
284
  if (!this.iframe || (this.iframe.style.height = `${f}px`, f > 0)) return;
285
- const { parentElement: d } = this.iframe;
286
- d && (d.style.display = "none");
285
+ const { parentElement: s } = this.iframe;
286
+ s && (s.style.display = "none");
287
287
  }
288
288
  handleIframeReady() {
289
- return M(this, null, function* () {
289
+ return N(this, null, function* () {
290
290
  this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield Bi(this.iframe, this.appearance, this.uniqueIdentifier), this.skeleton && this.skeleton.hide()));
291
291
  });
292
292
  }
293
293
  handleTooltipChange(f) {
294
294
  if (!this.iframe) return;
295
- const d = this.iframe.getBoundingClientRect(), { text: s, coordinates: u, isVisible: g } = f, m = u.x + d.left, y = u.y + d.top;
296
- g ? this.tooltipManager.show(s, m, y) : this.tooltipManager.hide();
295
+ const s = this.iframe.getBoundingClientRect(), { text: a, coordinates: u, isVisible: g } = f, m = u.x + s.left, y = u.y + s.top;
296
+ g ? this.tooltipManager.show(a, m, y) : this.tooltipManager.hide();
297
297
  }
298
298
  setupListeners() {
299
- return M(this, null, function* () {
300
- yield At();
299
+ return N(this, null, function* () {
300
+ yield Et();
301
301
  const f = {
302
302
  onHeightChange: this.handleHeightChange.bind(this),
303
303
  onIframeReady: this.handleIframeReady.bind(this),
304
304
  onTooltipChange: this.handleTooltipChange.bind(this),
305
- onInfo: (d) => this.options.onEvent(d)
305
+ onInfo: (s) => this.options.onEvent(s)
306
306
  };
307
- ei(this.uniqueIdentifier, f);
307
+ ii(this.uniqueIdentifier, f);
308
308
  });
309
309
  }
310
310
  mount(f) {
311
- return M(this, null, function* () {
312
- var u;
313
- if (!Ae) return this;
314
- this.isIframeReady = !1, yield this.setupListeners(), Wt(this.iframeIdentifier);
315
- const d = Ot(f), s = this.iframeUrl();
316
- if (this.wrapper = Nt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = Mt(s, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton) {
317
- const g = (u = this.appearance) == null ? void 0 : u.theme;
318
- this.skeleton = new this.Skeleton(this.uniqueIdentifier, g), this.skeleton.mount(this.wrapper);
319
- }
320
- return this.wrapper.appendChild(this.iframe), this;
311
+ return N(this, null, function* () {
312
+ if (!Le) return this;
313
+ this.isIframeReady = !1, yield this.setupListeners(), At(this.iframeIdentifier);
314
+ const s = Lt(f), a = this.iframeUrl();
315
+ return this.wrapper = Wt(this.uniqueIdentifier), s.appendChild(this.wrapper), this.iframe = Ot(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;
321
316
  });
322
317
  }
323
318
  unmount() {
324
- Ae && (Lt(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
319
+ Le && (Dt(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
325
320
  }
326
321
  /**
327
322
  * Update the appearance of the widget without remounting.
328
323
  * This sends the new appearance config to the already-mounted iframe.
329
324
  */
330
325
  updateAppearance(f) {
331
- return M(this, null, function* () {
326
+ return N(this, null, function* () {
332
327
  this.appearance = f, !(!this.iframe || !this.isIframeReady) && (yield Bi(this.iframe, f, this.uniqueIdentifier));
333
328
  });
334
329
  }
335
330
  }
336
- class Jt {
337
- constructor(f, d) {
331
+ class Qt {
332
+ constructor(f, s) {
338
333
  x(this, "element");
339
334
  x(this, "identifier");
335
+ var q, de;
340
336
  this.identifier = `skeleton-${f}`, this.element = document.createElement("div"), this.element.id = this.identifier;
341
- const s = d === "night", u = s ? "#1E293B" : "#FFFFFF", g = s ? "#334155" : "#E5E7EB", m = s ? "#334155" : "#f0f0f0", y = s ? "#475569" : "#e0e0e0", I = s ? "#334155" : "#f0f0f0";
337
+ const a = (de = (q = window.matchMedia) == null ? void 0 : q.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : de.matches, u = (s == null ? void 0 : s.mode) === "dark" || (s == null ? void 0 : s.mode) === "auto" && a || (s == null ? void 0 : s.theme) === "night" && !(s != null && s.mode), g = u ? "#1E293B" : "#FFFFFF", m = u ? "#334155" : "#E5E7EB", y = u ? "#334155" : "#f0f0f0", I = u ? "#475569" : "#e0e0e0", T = u ? "#334155" : "#f0f0f0";
342
338
  this.element.style.cssText = `
343
339
  position: absolute;
344
340
  top: 0;
345
341
  left: 0;
346
342
  width: 100%;
347
- background: ${u};
348
- border: 1px solid ${g};
343
+ background: ${g};
344
+ border: 1px solid ${m};
349
345
  border-radius: 0.25rem;
350
346
  opacity: 1;
351
347
  transition: opacity 0.3s ease-out;
@@ -354,8 +350,8 @@ class Jt {
354
350
  box-sizing: border-box;
355
351
  z-index: 1;
356
352
  `;
357
- const k = document.createElement("div");
358
- k.style.cssText = `
353
+ const R = document.createElement("div");
354
+ R.style.cssText = `
359
355
  padding: 1rem;
360
356
  width: 100%;
361
357
  box-sizing: border-box;
@@ -364,50 +360,50 @@ class Jt {
364
360
  justify-content: flex-start;
365
361
  gap: 0.75rem;
366
362
  `;
367
- const R = document.createElement("div");
368
- R.style.cssText = `
363
+ const z = document.createElement("div");
364
+ z.style.cssText = `
369
365
  display: flex;
370
366
  align-items: center;
371
367
  gap: 0.75rem;
372
368
  `;
373
- const U = document.createElement("div");
374
- U.style.cssText = `
369
+ const M = document.createElement("div");
370
+ M.style.cssText = `
375
371
  width: 2rem;
376
372
  height: 2rem;
377
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
373
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
378
374
  background-size: 200% 100%;
379
375
  animation: shimmer 1.5s infinite;
380
376
  border-radius: 50%;
381
377
  flex-shrink: 0;
382
378
  `;
383
- const B = document.createElement("div");
384
- B.style.cssText = `
379
+ const O = document.createElement("div");
380
+ O.style.cssText = `
385
381
  height: 1rem;
386
382
  width: 30%;
387
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
383
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
388
384
  background-size: 200% 100%;
389
385
  animation: shimmer 1.5s infinite;
390
386
  border-radius: 0.125rem;
391
387
  `;
392
- const O = document.createElement("div");
393
- O.style.cssText = `
388
+ const B = document.createElement("div");
389
+ B.style.cssText = `
394
390
  width: 3rem;
395
391
  height: 1.25rem;
396
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
392
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
397
393
  background-size: 200% 100%;
398
394
  animation: shimmer 1.5s infinite;
399
395
  border-radius: .25rem;
400
396
  margin-left: auto;
401
397
  flex-shrink: 0;
402
398
  `;
403
- const N = document.createElement("div");
404
- N.style.cssText = `
399
+ const U = document.createElement("div");
400
+ U.style.cssText = `
405
401
  display: flex;
406
402
  align-items: flex-start;
407
403
  gap: 0.75rem;
408
404
  `;
409
- const _ = document.createElement("div");
410
- _.style.cssText = `
405
+ const X = document.createElement("div");
406
+ X.style.cssText = `
411
407
  width: 2rem;
412
408
  height: 1rem;
413
409
  display: flex;
@@ -415,43 +411,43 @@ class Jt {
415
411
  align-items: center;
416
412
  flex-shrink: 0;
417
413
  `;
418
- const X = document.createElement("div");
419
- X.style.cssText = `
414
+ const Q = document.createElement("div");
415
+ Q.style.cssText = `
420
416
  width: 1rem;
421
417
  height: 1rem;
422
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
418
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
423
419
  background-size: 200% 100%;
424
420
  animation: shimmer 1.5s infinite;
425
421
  border-radius: 0.25rem;
426
422
  flex-shrink: 0;
427
423
  `;
428
- const G = document.createElement("div");
429
- G.style.cssText = `
424
+ const ne = document.createElement("div");
425
+ ne.style.cssText = `
430
426
  flex-grow: 1;
431
427
  display: flex;
432
428
  flex-direction: column;
433
429
  gap: 0.5rem;
434
430
  `;
435
- const ae = document.createElement("div");
436
- ae.style.cssText = `
431
+ const we = document.createElement("div");
432
+ we.style.cssText = `
437
433
  height: 0.875rem;
438
434
  width: 80%;
439
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
435
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
440
436
  background-size: 200% 100%;
441
437
  animation: shimmer 1.5s infinite;
442
438
  border-radius: 0.125rem;
443
439
  `;
444
- const we = document.createElement("div");
445
- if (we.style.cssText = `
440
+ const Ie = document.createElement("div");
441
+ if (Ie.style.cssText = `
446
442
  height: 0.875rem;
447
443
  width: 60%;
448
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
444
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
449
445
  background-size: 200% 100%;
450
446
  animation: shimmer 2s infinite;
451
447
  border-radius: 0.125rem;
452
448
  `, !document.getElementById("skeleton-animation")) {
453
- const de = document.createElement("style");
454
- de.id = "skeleton-animation", de.textContent = `
449
+ const ee = document.createElement("style");
450
+ ee.id = "skeleton-animation", ee.textContent = `
455
451
  @keyframes shimmer {
456
452
  0% { background-position: 200% 0; }
457
453
  100% { background-position: -200% 0; }
@@ -460,9 +456,9 @@ class Jt {
460
456
  0% { opacity: 1; }
461
457
  100% { opacity: 0; }
462
458
  }
463
- `, document.head.appendChild(de);
459
+ `, document.head.appendChild(ee);
464
460
  }
465
- R.appendChild(U), R.appendChild(B), R.appendChild(O), G.appendChild(ae), G.appendChild(we), _.appendChild(X), N.appendChild(_), N.appendChild(G), k.appendChild(R), k.appendChild(N), this.element.appendChild(k);
461
+ z.appendChild(M), z.appendChild(O), z.appendChild(B), ne.appendChild(we), ne.appendChild(Ie), X.appendChild(Q), U.appendChild(X), U.appendChild(ne), R.appendChild(z), R.appendChild(U), this.element.appendChild(R);
466
462
  }
467
463
  cleanupExistingSkeleton() {
468
464
  const f = document.getElementById(this.identifier);
@@ -475,20 +471,20 @@ class Jt {
475
471
  this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
476
472
  }
477
473
  }
478
- const We = "2.26.0";
479
- function Kt(o) {
480
- var I, k;
481
- const f = (I = o.origin) != null ? I : o.context, d = Li($e({}, o), { origin: f }), s = [
474
+ const Oe = "3.0.0";
475
+ function Zt(o) {
476
+ var I, T;
477
+ const f = (I = o.origin) != null ? I : o.context, s = Li($e({}, o), { origin: f }), a = [
482
478
  "actionToken",
483
479
  "entityId",
484
480
  "origin",
485
481
  "optionalReconsentBehavior",
486
482
  "mandatoryReconsentBehavior",
487
483
  "allowGranularScopeSelection"
488
- ], u = (k = o.isSandbox) != null ? k : !1, g = o.developmentUrl || (u ? Vi : Gi), m = new URLSearchParams();
489
- if (m.set("sdk", "web"), m.set("sdkVersion", We), s.forEach((R) => {
490
- const U = d[R];
491
- U !== void 0 && (typeof U == "string" && U.length === 0 || m.set(R, String(U)));
484
+ ], u = (T = o.isSandbox) != null ? T : !1, g = o.developmentUrl || (u ? zt : jt), m = new URLSearchParams();
485
+ if (m.set("sdk", "web"), m.set("sdkVersion", Oe), a.forEach((R) => {
486
+ const z = s[R];
487
+ z !== void 0 && (typeof z == "string" && z.length === 0 || m.set(R, String(z)));
492
488
  }), o.metadata !== void 0)
493
489
  try {
494
490
  m.set("metadata", JSON.stringify(o.metadata));
@@ -498,34 +494,34 @@ function Kt(o) {
498
494
  const y = m.toString();
499
495
  return `${g}/embed/consents/${o.consentTemplateId}${y ? `?${y}` : ""}`;
500
496
  }
501
- class Yi extends ve {
502
- constructor(d) {
503
- super(d);
497
+ class Gi extends ve {
498
+ constructor(s) {
499
+ super(s);
504
500
  x(this, "defaultIframePrefix", "consent-box");
505
- x(this, "defaultIframeCSSConfig", Vt);
501
+ x(this, "defaultIframeCSSConfig", Jt);
506
502
  x(this, "state", {
507
503
  isSelected: !1,
508
504
  actionToken: null
509
505
  });
510
- this.Skeleton = Jt;
506
+ this.Skeleton = Qt;
511
507
  }
512
508
  get uniqueIdentifier() {
513
509
  return this.options.consentTemplateId;
514
510
  }
515
511
  iframeUrl() {
516
- return Kt(this.options);
512
+ return Zt(this.options);
517
513
  }
518
- handleStateChange(d) {
519
- const { isSelected: s, actionToken: u } = d;
520
- this.state = { isSelected: s, actionToken: u }, this.options.onEvent({
514
+ handleStateChange(s) {
515
+ const { isSelected: a, actionToken: u } = s;
516
+ this.state = { isSelected: a, actionToken: u }, this.options.onEvent({
521
517
  eventName: "CONSENT_CHECKBOX_CHANGE",
522
- isSelected: s,
518
+ isSelected: a,
523
519
  actionToken: u
524
520
  });
525
521
  }
526
522
  setupListeners() {
527
- return M(this, null, function* () {
528
- yield me(Yi.prototype, this, "setupListeners").call(this), ei(this.uniqueIdentifier, {
523
+ return N(this, null, function* () {
524
+ yield me(Gi.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
529
525
  onStateChange: this.handleStateChange.bind(this)
530
526
  });
531
527
  });
@@ -534,123 +530,123 @@ class Yi extends ve {
534
530
  return this.state;
535
531
  }
536
532
  }
537
- function Qt(o, f, d) {
538
- return M(this, null, function* () {
539
- var _, X;
533
+ function Xt(o, f, s) {
534
+ return N(this, null, function* () {
535
+ var U, X;
540
536
  if (!o.contentWindow)
541
537
  throw new Error("Invalid iframe: contentWindow is null");
542
- const { redecOperationIds: s, content: u, header: g, rightExamples: m, consentManagement: y, appearance: I } = f, k = (_ = I == null ? void 0 : I.config) == null ? void 0 : _.showHeader, R = (X = I == null ? void 0 : I.config) == null ? void 0 : X.showConsentManagementHeader, B = y !== void 0 && Object.values(y).some((G) => Array.isArray(G) ? G.length > 0 : G != null) ? y : void 0;
543
- Array.isArray(B == null ? void 0 : B.scopeGroups) && B.scopeGroups.length > 0 && f.groupConsentsByScope !== !0 && console.warn(
538
+ const { redecOperationIds: a, content: u, header: g, rightExamples: m, consentManagement: y, appearance: I } = f, T = (U = I == null ? void 0 : I.config) == null ? void 0 : U.showHeader, R = (X = I == null ? void 0 : I.config) == null ? void 0 : X.showConsentManagementHeader, M = y !== void 0 && Object.values(y).some((Q) => Array.isArray(Q) ? Q.length > 0 : Q != null) ? y : void 0;
539
+ Array.isArray(M == null ? void 0 : M.scopeGroups) && M.scopeGroups.length > 0 && f.groupConsentsByScope !== !0 && console.warn(
544
540
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
545
541
  );
546
542
  const O = {};
547
- if (typeof s != "undefined" && (O.redecOperationIds = s), typeof u != "undefined" && (O.content = u), typeof g != "undefined" && (O.header = g), typeof m != "undefined" && (O.rightExamples = m), typeof B != "undefined" && (O.consentManagement = B), (typeof k == "boolean" || typeof R == "boolean") && (O.appearance = {
548
- config: $e($e({}, typeof k == "boolean" ? { showHeader: k } : {}), typeof R == "boolean" ? { showConsentManagementHeader: R } : {})
543
+ if (typeof a != "undefined" && (O.redecOperationIds = a), typeof u != "undefined" && (O.content = u), typeof g != "undefined" && (O.header = g), typeof m != "undefined" && (O.rightExamples = m), typeof M != "undefined" && (O.consentManagement = M), (typeof T == "boolean" || typeof R == "boolean") && (O.appearance = {
544
+ config: $e($e({}, typeof T == "boolean" ? { showHeader: T } : {}), typeof R == "boolean" ? { showConsentManagementHeader: R } : {})
549
545
  }), Object.keys(O).length === 0) return;
550
- const N = yield Promise.resolve().then(() => be);
546
+ const B = yield Promise.resolve().then(() => be);
551
547
  try {
552
- yield N.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", $e({
553
- identifier: d
548
+ yield B.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", $e({
549
+ identifier: s
554
550
  }, O));
555
- } catch (G) {
556
- console.error("Failed to send privacy center config:", G);
551
+ } catch (Q) {
552
+ console.error("Failed to send privacy center config:", Q);
557
553
  }
558
554
  });
559
555
  }
560
- function Zt(o) {
561
- var m, y, I, k, R, U;
562
- const f = (m = o.isSandbox) != null ? m : !1, d = o.developmentUrl || (f ? zt : jt), s = new URLSearchParams();
563
- if (s.set("sdkVersion", We), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && s.set("enabledRights", o.enabledRights.join(",")), (k = o.dataSubjects) != null && k.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
556
+ function er(o) {
557
+ var m, y, I, T, R, z;
558
+ const f = (m = o.isSandbox) != null ? m : !1, s = o.developmentUrl || (f ? Ht : Ft), a = new URLSearchParams();
559
+ if (a.set("sdkVersion", Oe), o.sessionToken ? a.set("sessionToken", o.sessionToken) : o.companyId && a.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && a.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && a.set("enabledRights", o.enabledRights.join(",")), (T = o.dataSubjects) != null && T.length && a.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && a.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
564
560
  (O) => O != null
565
561
  )) {
566
562
  const O = JSON.stringify(o.fileRequisites);
567
- s.set("fileRequisites", O);
563
+ a.set("fileRequisites", O);
568
564
  }
569
565
  if (o.consentManagement) {
570
- const { scopeGroups: B } = o.consentManagement, O = Array.isArray(B) && B.length > 0;
566
+ const { scopeGroups: M } = o.consentManagement, O = Array.isArray(M) && M.length > 0;
571
567
  if (O && o.groupConsentsByScope !== !0 && console.warn(
572
568
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
573
569
  ), O) {
574
- const N = JSON.stringify(o.consentManagement);
575
- s.set("consentManagement", N);
570
+ const B = JSON.stringify(o.consentManagement);
571
+ a.set("consentManagement", B);
576
572
  }
577
573
  }
578
- o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
579
- const u = (U = (R = o.appearance) == null ? void 0 : R.config) == null ? void 0 : U.consentControl;
580
- u && s.set("consentControl", u), 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));
581
- const g = s.toString();
582
- return `${d}${g ? `?${g}` : ""}`;
574
+ o.demo !== void 0 && a.set("demo", String(o.demo)), o.consentMode && a.set("consentMode", o.consentMode);
575
+ const u = (z = (R = o.appearance) == null ? void 0 : R.config) == null ? void 0 : z.consentControl;
576
+ u && a.set("consentControl", u), 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));
577
+ const g = a.toString();
578
+ return `${s}${g ? `?${g}` : ""}`;
583
579
  }
584
- class Ji extends ve {
580
+ class Vi extends ve {
585
581
  constructor() {
586
582
  super(...arguments);
587
583
  x(this, "defaultIframePrefix", "privacy-center");
588
584
  x(this, "_uniqueIdentifier", "privacy-center");
589
- x(this, "defaultIframeCSSConfig", Yt);
585
+ x(this, "defaultIframeCSSConfig", Kt);
590
586
  }
591
587
  get uniqueIdentifier() {
592
588
  return this._uniqueIdentifier;
593
589
  }
594
590
  handleIframeReady() {
595
- return M(this, null, function* () {
596
- yield me(Ji.prototype, this, "handleIframeReady").call(this), this.iframe && (yield Qt(this.iframe, this.options, this.uniqueIdentifier));
591
+ return N(this, null, function* () {
592
+ yield me(Vi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield Xt(this.iframe, this.options, this.uniqueIdentifier));
597
593
  });
598
594
  }
599
595
  iframeUrl() {
600
- return Zt(this.options);
596
+ return er(this.options);
601
597
  }
602
598
  }
603
- const Ir = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
599
+ const kr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
604
600
  __proto__: null
605
- }, Symbol.toStringTag, { value: "Module" })), Ki = "WIDGET_EVENT";
606
- function Oe(o, f) {
607
- return o || (f ? Vi : Gi);
601
+ }, Symbol.toStringTag, { value: "Module" })), Yi = "WIDGET_EVENT";
602
+ function Ne(o, f) {
603
+ return o || (f ? Bt : Mt);
608
604
  }
609
- function Xt(o) {
605
+ function ir(o) {
610
606
  let f = "widget/";
611
607
  return "disclosureRequestId" in o.configProps ? f += ["disclosures", o.configProps.disclosureRequestId].join("/") : f += o.request, f;
612
608
  }
613
- function er(o) {
609
+ function tr(o) {
614
610
  var g;
615
- const f = (g = o.isSandbox) != null ? g : !1, d = Oe(o.developmentUrl, f), s = Object.entries(o.configProps).filter(([m, y]) => y || m === "disclosureRequestId").map(([m, y]) => `${m}=${encodeURIComponent(y)}`).join("&"), u = Xt(o);
616
- return `${d}/${u}?sdk=web&sdkVersion=${We}&${s}`;
611
+ const f = (g = o.isSandbox) != null ? g : !1, s = Ne(o.developmentUrl, f), a = Object.entries(o.configProps).filter(([m, y]) => y || m === "disclosureRequestId").map(([m, y]) => `${m}=${encodeURIComponent(y)}`).join("&"), u = ir(o);
612
+ return `${s}/${u}?sdk=web&sdkVersion=${Oe}&${a}`;
617
613
  }
618
- function ir(o) {
614
+ function rr(o) {
619
615
  return `embed/widget/disclosures/${o.disclosureRequestId}`;
620
616
  }
621
- function tr(o, f) {
617
+ function nr(o, f) {
622
618
  var m;
623
- const d = (m = o.isSandbox) != null ? m : !1, s = Oe(o.developmentUrl, d), u = ir(o), g = new URLSearchParams({
619
+ const s = (m = o.isSandbox) != null ? m : !1, a = Ne(o.developmentUrl, s), u = rr(o), g = new URLSearchParams({
624
620
  sdk: "web",
625
- sdkVersion: We,
621
+ sdkVersion: Oe,
626
622
  identifier: f
627
623
  });
628
- return o.customColor && g.set("customColor", o.customColor), `${s}/${u}?${g.toString()}`;
624
+ return o.customColor && g.set("customColor", o.customColor), `${a}/${u}?${g.toString()}`;
629
625
  }
630
- function rr(o, f) {
626
+ function or(o, f) {
631
627
  var u;
632
- const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
628
+ const s = Ne(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), a = new URLSearchParams({
633
629
  session_token: f.sessionToken,
634
630
  company_id: f.companyId,
635
631
  identifier: f.identifier
636
632
  });
637
- return `${d}/widget/register_passkey?${s.toString()}`;
633
+ return `${s}/widget/register_passkey?${a.toString()}`;
638
634
  }
639
- function nr(o, f) {
635
+ function sr(o, f) {
640
636
  var u;
641
- const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
637
+ const s = Ne(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), a = new URLSearchParams({
642
638
  requestable_id: f.requestableToken,
643
639
  identifier: f.identifier
644
640
  });
645
- return `${d}/widget/passkey_authentication?${s.toString()}`;
641
+ return `${s}/widget/passkey_authentication?${a.toString()}`;
646
642
  }
647
- function or(o) {
643
+ function fr(o) {
648
644
  return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
649
645
  }
650
- function sr(o) {
646
+ function ar(o) {
651
647
  return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
652
648
  }
653
- class Qe extends ve {
649
+ class Ze extends ve {
654
650
  constructor() {
655
651
  super(...arguments);
656
652
  x(this, "defaultIframePrefix", "disclosure-request-box");
@@ -659,47 +655,47 @@ class Qe extends ve {
659
655
  x(this, "isReadyCallbackFired", !1);
660
656
  }
661
657
  iframeUrl() {
662
- return tr(this.options, this.uniqueIdentifier);
658
+ return nr(this.options, this.uniqueIdentifier);
663
659
  }
664
- mount(d) {
665
- return M(this, null, function* () {
666
- return this.isReadyCallbackFired = !1, yield me(Qe.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 = () => {
660
+ mount(s) {
661
+ return N(this, null, function* () {
662
+ return this.isReadyCallbackFired = !1, yield me(Ze.prototype, this, "mount").call(this, s), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
667
663
  this.notifyReady();
668
664
  }, this) : this;
669
665
  });
670
666
  }
671
667
  unmount() {
672
- var d;
673
- this.removePopupListener(), (d = this.passkeyPopupWindow) == null || d.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
668
+ var s;
669
+ this.removePopupListener(), (s = this.passkeyPopupWindow) == null || s.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
674
670
  }
675
671
  setupListeners() {
676
- return M(this, null, function* () {
677
- yield me(Qe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ei(this.uniqueIdentifier, {
678
- onInfo: (d) => this.handleInfoEvent(d)
672
+ return N(this, null, function* () {
673
+ yield me(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
674
+ onInfo: (s) => this.handleInfoEvent(s)
679
675
  });
680
676
  });
681
677
  }
682
678
  handleIframeReady() {
683
- return M(this, null, function* () {
679
+ return N(this, null, function* () {
684
680
  this.notifyReady();
685
681
  });
686
682
  }
687
683
  notifyReady() {
688
- var d, s;
689
- this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (s = (d = this.options).onReady) == null || s.call(d));
684
+ var s, a;
685
+ this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (a = (s = this.options).onReady) == null || a.call(s));
690
686
  }
691
- triggerEvent(d) {
692
- this.options.onEvent(d);
687
+ triggerEvent(s) {
688
+ this.options.onEvent(s);
693
689
  }
694
690
  mountPopupListener() {
695
- return M(this, null, function* () {
696
- const d = yield Promise.resolve().then(() => be);
697
- this.removePopupListener(), this.popupListener = d.on(Ki, (u) => M(this, [u], function* ({ data: s }) {
698
- return s.eventName !== "PASSKEY_REGISTERED" && s.eventName !== "PASSKEY_AUTHENTICATED" || s.identifier !== this.uniqueIdentifier || (s.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
691
+ return N(this, null, function* () {
692
+ const s = yield Promise.resolve().then(() => be);
693
+ this.removePopupListener(), this.popupListener = s.on(Yi, (u) => N(this, [u], function* ({ data: a }) {
694
+ return a.eventName !== "PASSKEY_REGISTERED" && a.eventName !== "PASSKEY_AUTHENTICATED" || a.identifier !== this.uniqueIdentifier || (a.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
699
695
  eventName: "PASSKEY_REGISTERED",
700
696
  type: "PASSKEY_REGISTERED",
701
697
  identifier: this.uniqueIdentifier
702
- })), s.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
698
+ })), a.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
703
699
  eventName: "PASSKEY_AUTHENTICATED",
704
700
  type: "PASSKEY_AUTHENTICATED",
705
701
  identifier: this.uniqueIdentifier
@@ -710,18 +706,18 @@ class Qe extends ve {
710
706
  removePopupListener() {
711
707
  this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
712
708
  }
713
- handleInfoEvent(d) {
714
- if (this.triggerEvent(d), or(d)) {
715
- this.openPasskeyRegistrationPopup(d);
709
+ handleInfoEvent(s) {
710
+ if (this.triggerEvent(s), fr(s)) {
711
+ this.openPasskeyRegistrationPopup(s);
716
712
  return;
717
713
  }
718
- sr(d) && this.openPasskeyAuthenticationPopup(d);
714
+ ar(s) && this.openPasskeyAuthenticationPopup(s);
719
715
  }
720
- notifyPasskeyEvent(d) {
716
+ notifyPasskeyEvent(s) {
721
717
  var u;
722
718
  if (!((u = this.iframe) != null && u.contentWindow)) return;
723
- const s = new URL(this.iframe.src).origin;
724
- this.iframe.contentWindow.postMessage(JSON.stringify({ type: d }), s);
719
+ const a = new URL(this.iframe.src).origin;
720
+ this.iframe.contentWindow.postMessage(JSON.stringify({ type: s }), a);
725
721
  }
726
722
  notifyPasskeyRegistered() {
727
723
  this.notifyPasskeyEvent("PASSKEY_REGISTERED");
@@ -729,107 +725,107 @@ class Qe extends ve {
729
725
  notifyPasskeyAuthenticated() {
730
726
  this.notifyPasskeyEvent("PASSKEY_AUTHENTICATED");
731
727
  }
732
- openPasskeyRegistrationPopup(d) {
733
- if (!d.sessionToken || !d.companyId) return;
734
- const s = rr(this.options, {
735
- sessionToken: d.sessionToken,
736
- companyId: d.companyId,
728
+ openPasskeyRegistrationPopup(s) {
729
+ if (!s.sessionToken || !s.companyId) return;
730
+ const a = or(this.options, {
731
+ sessionToken: s.sessionToken,
732
+ companyId: s.companyId,
737
733
  identifier: this.uniqueIdentifier
738
734
  });
739
- this.passkeyPopupWindow = window.open(s, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
735
+ this.passkeyPopupWindow = window.open(a, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
740
736
  }
741
- openPasskeyAuthenticationPopup(d) {
742
- if (!d.requestableToken) return;
743
- const s = nr(this.options, {
744
- requestableToken: d.requestableToken,
737
+ openPasskeyAuthenticationPopup(s) {
738
+ if (!s.requestableToken) return;
739
+ const a = sr(this.options, {
740
+ requestableToken: s.requestableToken,
745
741
  identifier: this.uniqueIdentifier
746
742
  });
747
- this.passkeyPopupWindow = window.open(s, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
743
+ this.passkeyPopupWindow = window.open(a, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
748
744
  }
749
745
  }
750
- let ie = null, Je = null;
751
- function Ze(o = null) {
752
- ie && !ie.closed && ie.focus(), o == null || o.preventDefault();
746
+ let te = null, Ke = null;
747
+ function Xe(o = null) {
748
+ te && !te.closed && te.focus(), o == null || o.preventDefault();
753
749
  }
754
- function Ne() {
755
- document.body.style.filter = "", document.body.removeEventListener("click", Ze);
750
+ function Me() {
751
+ document.body.style.filter = "", document.body.removeEventListener("click", Xe);
756
752
  }
757
- function fr() {
758
- Je = setInterval(() => {
759
- (!ie || ie.closed) && (Je && clearInterval(Je), Ne());
760
- }, _t);
753
+ function dr() {
754
+ Ke = setInterval(() => {
755
+ (!te || te.closed) && (Ke && clearInterval(Ke), Me());
756
+ }, Vt);
761
757
  }
762
- function ar(o) {
763
- const f = er(o), d = Ut, s = qt, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, m = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = m / window.screen.availWidth, k = (m - d) / 2 / I + u, R = (y - s) / 2 / I + g, U = [
758
+ function cr(o) {
759
+ const f = tr(o), s = qt, a = Gt, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, m = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = m / window.screen.availWidth, T = (m - s) / 2 / I + u, R = (y - a) / 2 / I + g, z = [
764
760
  "scrollbars=yes",
765
- `width=${d}`,
766
- `height=${s}`,
761
+ `width=${s}`,
762
+ `height=${a}`,
767
763
  `top=${R}`,
768
- `left=${k}`
769
- ].join(","), B = window.open("about:blank", "Soyio", U);
770
- B ? (ie = B, ie.location.href = f, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Ze), Ze(), fr()) : (Ne(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
764
+ `left=${T}`
765
+ ].join(","), M = window.open("about:blank", "Soyio", z);
766
+ M ? (te = M, te.location.href = f, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), dr()) : (Me(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
771
767
  }
772
- function dr() {
773
- ie && (ie.close(), ie = null), Ne();
768
+ function pr() {
769
+ te && (te.close(), te = null), Me();
774
770
  }
775
771
  let ye = null;
776
- function cr() {
772
+ function lr() {
777
773
  ye && (ye.cancel(), ye = null);
778
774
  }
779
- function pr(o) {
780
- return M(this, null, function* () {
781
- const { onEvent: f } = o, d = yield Promise.resolve().then(() => be);
782
- ye && cr(), ye = d.on(Ki, (u) => M(null, [u], function* ({ data: s }) {
783
- return f(s), Ft.includes(s.eventName) ? dr() : s.eventName === Ht && Ne(), Promise.resolve();
775
+ function Sr(o) {
776
+ return N(this, null, function* () {
777
+ const { onEvent: f } = o, s = yield Promise.resolve().then(() => be);
778
+ ye && lr(), ye = s.on(Yi, (u) => N(null, [u], function* ({ data: a }) {
779
+ return f(a), _t.includes(a.eventName) ? pr() : a.eventName === Ut && Me(), Promise.resolve();
784
780
  }));
785
781
  });
786
782
  }
787
- function lr(o) {
788
- pr(o);
783
+ function ur(o) {
784
+ Sr(o);
789
785
  }
790
- var Le, Qi;
791
- class Tr {
786
+ var We, Ji;
787
+ class Rr {
792
788
  constructor(f) {
793
- Oi(this, Le);
789
+ Oi(this, We);
794
790
  x(this, "onEvent");
795
- this.onEvent = f.onEvent, Ae && (ar(f), lr({
796
- onEvent: Ni(this, Le, Qi).bind(this)
791
+ this.onEvent = f.onEvent, Le && (cr(f), ur({
792
+ onEvent: Ni(this, We, Ji).bind(this)
797
793
  }));
798
794
  }
799
795
  }
800
- Le = new WeakSet(), Qi = function(f) {
796
+ We = new WeakSet(), Ji = function(f) {
801
797
  this.onEvent(f);
802
798
  };
803
- const Sr = "#/definitions/SoyioAppearance", ur = "http://json-schema.org/draft-07/schema#", Cr = /* @__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"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"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":{"enum":["soyio","night","flat"],"type":"string"}}`), kr = {
804
- $ref: Sr,
805
- $schema: ur,
806
- definitions: Cr
807
- }, hr = "#/definitions/SoyioWidgetConfig", Pr = "http://json-schema.org/draft-07/schema#", gr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"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"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"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"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"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":{"enum":["soyio","night","flat"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Rr = {
808
- $ref: hr,
809
- $schema: Pr,
810
- definitions: gr
799
+ const Cr = "#/definitions/SoyioAppearance", hr = "http://json-schema.org/draft-07/schema#", Pr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"}}`), xr = {
800
+ $ref: Cr,
801
+ $schema: hr,
802
+ definitions: Pr
803
+ }, gr = "#/definitions/SoyioWidgetConfig", $r = "http://json-schema.org/draft-07/schema#", mr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"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"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"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"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Er = {
804
+ $ref: gr,
805
+ $schema: $r,
806
+ definitions: mr
811
807
  };
812
- function $r(o) {
808
+ function yr(o) {
813
809
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
814
810
  }
815
- var Ke = { exports: {} }, De = { exports: {} }, mr = De.exports, qi;
816
- function yr() {
817
- return qi || (qi = 1, function(o, f) {
818
- (function(d, s) {
819
- o.exports = s();
820
- })(typeof self != "undefined" ? self : mr, function() {
821
- return function(d) {
822
- var s = {};
811
+ var Qe = { exports: {} }, Ae = { exports: {} }, vr = Ae.exports, Ui;
812
+ function br() {
813
+ return Ui || (Ui = 1, function(o, f) {
814
+ (function(s, a) {
815
+ o.exports = a();
816
+ })(typeof self != "undefined" ? self : vr, function() {
817
+ return function(s) {
818
+ var a = {};
823
819
  function u(g) {
824
- if (s[g]) return s[g].exports;
825
- var m = s[g] = {
820
+ if (a[g]) return a[g].exports;
821
+ var m = a[g] = {
826
822
  i: g,
827
823
  l: !1,
828
824
  exports: {}
829
825
  };
830
- return d[g].call(m.exports, m, m.exports, u), m.l = !0, m.exports;
826
+ return s[g].call(m.exports, m, m.exports, u), m.l = !0, m.exports;
831
827
  }
832
- return u.m = d, u.c = s, u.d = function(g, m, y) {
828
+ return u.m = s, u.c = a, u.d = function(g, m, y) {
833
829
  u.o(g, m) || Object.defineProperty(g, m, {
834
830
  enumerable: !0,
835
831
  get: y
@@ -846,8 +842,8 @@ function yr() {
846
842
  if (u.r(y), Object.defineProperty(y, "default", {
847
843
  enumerable: !0,
848
844
  value: g
849
- }), 2 & m && typeof g != "string") for (var I in g) u.d(y, I, function(k) {
850
- return g[k];
845
+ }), 2 & m && typeof g != "string") for (var I in g) u.d(y, I, function(T) {
846
+ return g[T];
851
847
  }.bind(null, I));
852
848
  return y;
853
849
  }, u.n = function(g) {
@@ -860,36 +856,36 @@ function yr() {
860
856
  }, u.o = function(g, m) {
861
857
  return {}.hasOwnProperty.call(g, m);
862
858
  }, u.p = "", u(u.s = 0);
863
- }([function(d, s, u) {
864
- u.r(s), u.d(s, "Promise", function() {
859
+ }([function(s, a, u) {
860
+ u.r(a), u.d(a, "Promise", function() {
865
861
  return E;
866
- }), u.d(s, "TYPES", function() {
867
- return gt;
868
- }), u.d(s, "ProxyWindow", function() {
862
+ }), u.d(a, "TYPES", function() {
863
+ return ht;
864
+ }), u.d(a, "ProxyWindow", function() {
869
865
  return K;
870
- }), u.d(s, "setup", function() {
866
+ }), u.d(a, "setup", function() {
871
867
  return xi;
872
- }), u.d(s, "destroy", function() {
873
- return Pt;
874
- }), u.d(s, "serializeMessage", function() {
875
- return St;
876
- }), u.d(s, "deserializeMessage", function() {
877
- return ut;
878
- }), u.d(s, "createProxyWindow", function() {
868
+ }), u.d(a, "destroy", function() {
879
869
  return Ct;
880
- }), u.d(s, "toProxyWindow", function() {
881
- return ht;
882
- }), u.d(s, "on", function() {
883
- return se;
884
- }), u.d(s, "once", function() {
870
+ }), u.d(a, "serializeMessage", function() {
871
+ return pt;
872
+ }), u.d(a, "deserializeMessage", function() {
885
873
  return lt;
886
- }), u.d(s, "send", function() {
887
- return te;
888
- }), u.d(s, "markWindowKnown", function() {
874
+ }), u.d(a, "createProxyWindow", function() {
875
+ return St;
876
+ }), u.d(a, "toProxyWindow", function() {
877
+ return ut;
878
+ }), u.d(a, "on", function() {
879
+ return ae;
880
+ }), u.d(a, "once", function() {
881
+ return ct;
882
+ }), u.d(a, "send", function() {
883
+ return re;
884
+ }), u.d(a, "markWindowKnown", function() {
889
885
  return Pi;
890
- }), u.d(s, "cleanUpWindow", function() {
891
- return $t;
892
- }), u.d(s, "bridge", function() {
886
+ }), u.d(a, "cleanUpWindow", function() {
887
+ return Pt;
888
+ }), u.d(a, "bridge", function() {
893
889
  });
894
890
  function g(e) {
895
891
  return {}.toString.call(e) === "[object RegExp]";
@@ -906,7 +902,7 @@ function yr() {
906
902
  }
907
903
  return y(e);
908
904
  }
909
- function k(e) {
905
+ function T(e) {
910
906
  return e === void 0 && (e = window), I(e) === "about:";
911
907
  }
912
908
  function R(e) {
@@ -915,13 +911,13 @@ function yr() {
915
911
  } catch (t) {
916
912
  }
917
913
  }
918
- function U(e) {
914
+ function z(e) {
919
915
  if (e === void 0 && (e = window), e && !R(e)) try {
920
916
  return e.opener;
921
917
  } catch (t) {
922
918
  }
923
919
  }
924
- function B(e) {
920
+ function M(e) {
925
921
  try {
926
922
  return !0;
927
923
  } catch (t) {
@@ -937,18 +933,18 @@ function yr() {
937
933
  if (i === "file:") return "file://";
938
934
  if (i === "about:") {
939
935
  var r = R(e);
940
- return r && B() ? O(r) : "about://";
936
+ return r && M() ? O(r) : "about://";
941
937
  }
942
938
  var n = t.host;
943
939
  if (!n) throw new Error("Can not read window host");
944
940
  return i + "//" + n;
945
941
  }
946
- function N(e) {
942
+ function B(e) {
947
943
  e === void 0 && (e = window);
948
944
  var t = O(e);
949
945
  return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
950
946
  }
951
- function _(e) {
947
+ function U(e) {
952
948
  if (!function(t) {
953
949
  try {
954
950
  if (t === window) return !0;
@@ -960,13 +956,13 @@ function yr() {
960
956
  } catch (r) {
961
957
  }
962
958
  try {
963
- if (k(t) && B()) return !0;
959
+ if (T(t) && M()) return !0;
964
960
  } catch (r) {
965
961
  }
966
962
  try {
967
963
  if (function(r) {
968
964
  return r === void 0 && (r = window), I(r) === "mock:";
969
- }(t) && B()) return !0;
965
+ }(t) && M()) return !0;
970
966
  } catch (r) {
971
967
  }
972
968
  try {
@@ -976,16 +972,16 @@ function yr() {
976
972
  return !1;
977
973
  }(e)) return !1;
978
974
  try {
979
- if (e === window || k(e) && B() || N(window) === N(e)) return !0;
975
+ if (e === window || T(e) && M() || B(window) === B(e)) return !0;
980
976
  } catch (t) {
981
977
  }
982
978
  return !1;
983
979
  }
984
980
  function X(e) {
985
- if (!_(e)) throw new Error("Expected window to be same domain");
981
+ if (!U(e)) throw new Error("Expected window to be same domain");
986
982
  return e;
987
983
  }
988
- function G(e, t) {
984
+ function Q(e, t) {
989
985
  if (!e || !t) return !1;
990
986
  var i = R(t);
991
987
  return i ? i === e : function(r) {
@@ -993,12 +989,12 @@ function yr() {
993
989
  try {
994
990
  for (; r.parent !== r; )
995
991
  n.push(r.parent), r = r.parent;
996
- } catch (a) {
992
+ } catch (d) {
997
993
  }
998
994
  return n;
999
995
  }(t).indexOf(e) !== -1;
1000
996
  }
1001
- function ae(e) {
997
+ function ne(e) {
1002
998
  var t = [], i;
1003
999
  try {
1004
1000
  i = e.frames;
@@ -1013,13 +1009,13 @@ function yr() {
1013
1009
  if (r === 0) return t;
1014
1010
  if (r) {
1015
1011
  for (var n = 0; n < r; n++) {
1016
- var a = void 0;
1012
+ var d = void 0;
1017
1013
  try {
1018
- a = i[n];
1014
+ d = i[n];
1019
1015
  } catch (l) {
1020
1016
  continue;
1021
1017
  }
1022
- t.push(a);
1018
+ t.push(d);
1023
1019
  }
1024
1020
  return t;
1025
1021
  }
@@ -1035,8 +1031,8 @@ function yr() {
1035
1031
  }
1036
1032
  return t;
1037
1033
  }
1038
- var we = [], de = [];
1039
- function Q(e, t) {
1034
+ var we = [], Ie = [];
1035
+ function q(e, t) {
1040
1036
  t === void 0 && (t = !0);
1041
1037
  try {
1042
1038
  if (e === window) return !1;
@@ -1053,7 +1049,7 @@ function yr() {
1053
1049
  } catch (n) {
1054
1050
  return !n || n.message !== m;
1055
1051
  }
1056
- if (t && _(e)) try {
1052
+ if (t && U(e)) try {
1057
1053
  if (e.mockclosed) return !0;
1058
1054
  } catch (n) {
1059
1055
  }
@@ -1061,40 +1057,40 @@ function yr() {
1061
1057
  if (!e.parent || !e.top) return !0;
1062
1058
  } catch (n) {
1063
1059
  }
1064
- var i = function(n, a) {
1060
+ var i = function(n, d) {
1065
1061
  for (var c = 0; c < n.length; c++) try {
1066
- if (n[c] === a) return c;
1062
+ if (n[c] === d) return c;
1067
1063
  } catch (S) {
1068
1064
  }
1069
1065
  return -1;
1070
1066
  }(we, e);
1071
1067
  if (i !== -1) {
1072
- var r = de[i];
1068
+ var r = Ie[i];
1073
1069
  if (r && function(n) {
1074
1070
  if (!n.contentWindow || !n.parentNode) return !0;
1075
- var a = n.ownerDocument;
1076
- if (a && a.documentElement && !a.documentElement.contains(n)) {
1071
+ var d = n.ownerDocument;
1072
+ if (d && d.documentElement && !d.documentElement.contains(n)) {
1077
1073
  for (var c = n; c.parentNode && c.parentNode !== c; ) c = c.parentNode;
1078
- if (!c.host || !a.documentElement.contains(c.host)) return !0;
1074
+ if (!c.host || !d.documentElement.contains(c.host)) return !0;
1079
1075
  }
1080
1076
  return !1;
1081
1077
  }(r)) return !0;
1082
1078
  }
1083
1079
  return !1;
1084
1080
  }
1085
- function ii(e) {
1086
- return e === void 0 && (e = window), U(e = e || window) || R(e) || void 0;
1081
+ function de(e) {
1082
+ return e === void 0 && (e = window), z(e = e || window) || R(e) || void 0;
1087
1083
  }
1088
- function fe(e, t) {
1084
+ function ee(e, t) {
1089
1085
  if (typeof e == "string") {
1090
1086
  if (typeof t == "string") return e === "*" || t === e;
1091
1087
  if (g(t) || Array.isArray(t)) return !1;
1092
1088
  }
1093
1089
  return g(e) ? g(t) ? e.toString() === t.toString() : !Array.isArray(t) && !!t.match(e) : !!Array.isArray(e) && (Array.isArray(t) ? JSON.stringify(e) === JSON.stringify(t) : !g(t) && e.some(function(i) {
1094
- return fe(i, t);
1090
+ return ee(i, t);
1095
1091
  }));
1096
1092
  }
1097
- function Ie(e) {
1093
+ function Te(e) {
1098
1094
  try {
1099
1095
  if (e === window) return !0;
1100
1096
  } catch (t) {
@@ -1137,13 +1133,13 @@ function yr() {
1137
1133
  return !1;
1138
1134
  }
1139
1135
  function ti(e) {
1140
- if (_(e)) return X(e).frameElement;
1136
+ if (U(e)) return X(e).frameElement;
1141
1137
  for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
1142
1138
  var r = i[t];
1143
1139
  if (r && r.contentWindow && r.contentWindow === e) return r;
1144
1140
  }
1145
1141
  }
1146
- function Xi(e) {
1142
+ function Qi(e) {
1147
1143
  if (function(i) {
1148
1144
  return i === void 0 && (i = window), !!R(i);
1149
1145
  }(e)) {
@@ -1158,7 +1154,7 @@ function yr() {
1158
1154
  } catch (i) {
1159
1155
  }
1160
1156
  }
1161
- function re(e) {
1157
+ function oe(e) {
1162
1158
  try {
1163
1159
  if (!e) return !1;
1164
1160
  if (typeof Promise != "undefined" && e instanceof Promise) return !0;
@@ -1174,58 +1170,58 @@ function yr() {
1174
1170
  }
1175
1171
  return !1;
1176
1172
  }
1177
- var ri = [], ce = [], Me = 0, pe;
1173
+ var ri = [], ce = [], Be = 0, pe;
1178
1174
  function ni() {
1179
- if (!Me && pe) {
1175
+ if (!Be && pe) {
1180
1176
  var e = pe;
1181
1177
  pe = null, e.resolve();
1182
1178
  }
1183
1179
  }
1184
- function Be() {
1185
- Me += 1;
1180
+ function je() {
1181
+ Be += 1;
1186
1182
  }
1187
1183
  function le() {
1188
- Me -= 1, ni();
1184
+ Be -= 1, ni();
1189
1185
  }
1190
1186
  var E = function() {
1191
1187
  function e(i) {
1192
1188
  var r = this;
1193
1189
  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) {
1194
- var n, a, c = !1, S = !1, l = !1;
1195
- Be();
1190
+ var n, d, c = !1, S = !1, l = !1;
1191
+ je();
1196
1192
  try {
1197
1193
  i(function(p) {
1198
1194
  l ? r.resolve(p) : (c = !0, n = p);
1199
1195
  }, function(p) {
1200
- l ? r.reject(p) : (S = !0, a = p);
1196
+ l ? r.reject(p) : (S = !0, d = p);
1201
1197
  });
1202
1198
  } catch (p) {
1203
1199
  le(), this.reject(p);
1204
1200
  return;
1205
1201
  }
1206
- le(), l = !0, c ? this.resolve(n) : S && this.reject(a);
1202
+ le(), l = !0, c ? this.resolve(n) : S && this.reject(d);
1207
1203
  }
1208
1204
  }
1209
1205
  var t = e.prototype;
1210
1206
  return t.resolve = function(i) {
1211
1207
  if (this.resolved || this.rejected) return this;
1212
- if (re(i)) throw new Error("Can not resolve promise with another promise");
1208
+ if (oe(i)) throw new Error("Can not resolve promise with another promise");
1213
1209
  return this.resolved = !0, this.value = i, this.dispatch(), this;
1214
1210
  }, t.reject = function(i) {
1215
1211
  var r = this;
1216
1212
  if (this.resolved || this.rejected) return this;
1217
- if (re(i)) throw new Error("Can not reject promise with another promise");
1213
+ if (oe(i)) throw new Error("Can not reject promise with another promise");
1218
1214
  if (!i) {
1219
1215
  var n = i && typeof i.toString == "function" ? i.toString() : {}.toString.call(i);
1220
1216
  i = new Error("Expected reject to be called with Error, got " + n);
1221
1217
  }
1222
1218
  return this.rejected = !0, this.error = i, this.errorHandled || setTimeout(function() {
1223
- r.errorHandled || function(a, c) {
1224
- if (ri.indexOf(a) === -1) {
1225
- ri.push(a), setTimeout(function() {
1226
- throw a;
1219
+ r.errorHandled || function(d, c) {
1220
+ if (ri.indexOf(d) === -1) {
1221
+ ri.push(d), setTimeout(function() {
1222
+ throw d;
1227
1223
  }, 1);
1228
- for (var S = 0; S < ce.length; S++) ce[S](a, c);
1224
+ for (var S = 0; S < ce.length; S++) ce[S](d, c);
1229
1225
  }
1230
1226
  }(i, r);
1231
1227
  }, 1), this.dispatch(), this;
@@ -1234,8 +1230,8 @@ function yr() {
1234
1230
  }, t.dispatch = function() {
1235
1231
  var i = this.resolved, r = this.rejected, n = this.handlers;
1236
1232
  if (!this.dispatching && (i || r)) {
1237
- this.dispatching = !0, Be();
1238
- for (var a = function($, w) {
1233
+ this.dispatching = !0, je();
1234
+ for (var d = function($, w) {
1239
1235
  return $.then(function(v) {
1240
1236
  w.resolve(v);
1241
1237
  }, function(v) {
@@ -1264,7 +1260,7 @@ function yr() {
1264
1260
  if (C instanceof e && (C.resolved || C.rejected)) {
1265
1261
  var h = C;
1266
1262
  h.resolved ? P.resolve(h.value) : P.reject(h.error), h.errorHandled = !0;
1267
- } else re(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) : a(C, P) : P.resolve(C);
1263
+ } else oe(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) : d(C, P) : P.resolve(C);
1268
1264
  }
1269
1265
  n.length = 0, this.dispatching = !1, le();
1270
1266
  }
@@ -1293,11 +1289,11 @@ function yr() {
1293
1289
  }, t.timeout = function(i, r) {
1294
1290
  var n = this;
1295
1291
  if (this.resolved || this.rejected) return this;
1296
- var a = setTimeout(function() {
1292
+ var d = setTimeout(function() {
1297
1293
  n.resolved || n.rejected || n.reject(r || new Error("Promise timed out after " + i + "ms"));
1298
1294
  }, i);
1299
1295
  return this.then(function(c) {
1300
- return clearTimeout(a), c;
1296
+ return clearTimeout(d), c;
1301
1297
  });
1302
1298
  }, t.toPromise = function() {
1303
1299
  if (typeof Promise == "undefined") throw new TypeError("Could not find Promise");
@@ -1305,7 +1301,7 @@ function yr() {
1305
1301
  }, t.lazy = function() {
1306
1302
  return this.errorHandled = !0, this;
1307
1303
  }, e.resolve = function(i) {
1308
- return i instanceof e ? i : re(i) ? new e(function(r, n) {
1304
+ return i instanceof e ? i : oe(i) ? new e(function(r, n) {
1309
1305
  return i.then(r, n);
1310
1306
  }) : new e().resolve(i);
1311
1307
  }, e.reject = function(i) {
@@ -1313,12 +1309,12 @@ function yr() {
1313
1309
  }, e.asyncReject = function(i) {
1314
1310
  return new e().asyncReject(i);
1315
1311
  }, e.all = function(i) {
1316
- var r = new e(), n = i.length, a = [].slice();
1312
+ var r = new e(), n = i.length, d = [].slice();
1317
1313
  if (!n)
1318
- return r.resolve(a), r;
1314
+ return r.resolve(d), r;
1319
1315
  for (var c = function(p, P, C) {
1320
1316
  return P.then(function(h) {
1321
- a[p] = h, (n -= 1) == 0 && r.resolve(a);
1317
+ d[p] = h, (n -= 1) == 0 && r.resolve(d);
1322
1318
  }, function(h) {
1323
1319
  C.reject(h);
1324
1320
  });
@@ -1326,26 +1322,26 @@ function yr() {
1326
1322
  var l = i[S];
1327
1323
  if (l instanceof e) {
1328
1324
  if (l.resolved) {
1329
- a[S] = l.value, n -= 1;
1325
+ d[S] = l.value, n -= 1;
1330
1326
  continue;
1331
1327
  }
1332
- } else if (!re(l)) {
1333
- a[S] = l, n -= 1;
1328
+ } else if (!oe(l)) {
1329
+ d[S] = l, n -= 1;
1334
1330
  continue;
1335
1331
  }
1336
1332
  c(S, e.resolve(l), r);
1337
1333
  }
1338
- return n === 0 && r.resolve(a), r;
1334
+ return n === 0 && r.resolve(d), r;
1339
1335
  }, e.hash = function(i) {
1340
- var r = {}, n = [], a = function(S) {
1336
+ var r = {}, n = [], d = function(S) {
1341
1337
  if (i.hasOwnProperty(S)) {
1342
1338
  var l = i[S];
1343
- re(l) ? n.push(l.then(function(p) {
1339
+ oe(l) ? n.push(l.then(function(p) {
1344
1340
  r[S] = p;
1345
1341
  })) : r[S] = l;
1346
1342
  }
1347
1343
  };
1348
- for (var c in i) a(c);
1344
+ for (var c in i) d(c);
1349
1345
  return e.all(n).then(function() {
1350
1346
  return r;
1351
1347
  });
@@ -1361,20 +1357,20 @@ function yr() {
1361
1357
  }(i);
1362
1358
  }, e.try = function(i, r, n) {
1363
1359
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.try expected a function");
1364
- var a;
1365
- Be();
1360
+ var d;
1361
+ je();
1366
1362
  try {
1367
- a = i.apply(r, n || []);
1363
+ d = i.apply(r, n || []);
1368
1364
  } catch (c) {
1369
1365
  return le(), e.reject(c);
1370
1366
  }
1371
- return le(), e.resolve(a);
1367
+ return le(), e.resolve(d);
1372
1368
  }, e.delay = function(i) {
1373
1369
  return new e(function(r) {
1374
1370
  setTimeout(r, i);
1375
1371
  });
1376
1372
  }, e.isPromise = function(i) {
1377
- return !!(i && i instanceof e) || re(i);
1373
+ return !!(i && i instanceof e) || oe(i);
1378
1374
  }, e.flush = function() {
1379
1375
  return function(i) {
1380
1376
  var r = pe = pe || new i();
@@ -1382,14 +1378,14 @@ function yr() {
1382
1378
  }(e);
1383
1379
  }, e;
1384
1380
  }();
1385
- function Te(e, t) {
1381
+ function ke(e, t) {
1386
1382
  for (var i = 0; i < e.length; i++) try {
1387
1383
  if (e[i] === t) return i;
1388
1384
  } catch (r) {
1389
1385
  }
1390
1386
  return -1;
1391
1387
  }
1392
- var je = function() {
1388
+ var ze = function() {
1393
1389
  function e() {
1394
1390
  if (this.name = void 0, this.weakmap = void 0, this.keys = void 0, this.values = void 0, this.name = "__weakmap_" + (1e9 * Math.random() >>> 0) + "__", function() {
1395
1391
  if (typeof WeakMap == "undefined" || Object.freeze === void 0) return !1;
@@ -1408,17 +1404,17 @@ function yr() {
1408
1404
  var t = e.prototype;
1409
1405
  return t._cleanupClosedWindows = function() {
1410
1406
  for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
1411
- var a = r[n];
1412
- if (Ie(a) && Q(a)) {
1407
+ var d = r[n];
1408
+ if (Te(d) && q(d)) {
1413
1409
  if (i) try {
1414
- i.delete(a);
1410
+ i.delete(d);
1415
1411
  } catch (c) {
1416
1412
  }
1417
1413
  r.splice(n, 1), this.values.splice(n, 1), n -= 1;
1418
1414
  }
1419
1415
  }
1420
1416
  }, t.isSafeToReadWrite = function(i) {
1421
- return !Ie(i);
1417
+ return !Te(i);
1422
1418
  }, t.set = function(i, r) {
1423
1419
  if (!i) throw new Error("WeakMap expected key");
1424
1420
  var n = this.weakmap;
@@ -1428,8 +1424,8 @@ function yr() {
1428
1424
  delete this.weakmap;
1429
1425
  }
1430
1426
  if (this.isSafeToReadWrite(i)) try {
1431
- var a = this.name, c = i[a];
1432
- c && c[0] === i ? c[1] = r : Object.defineProperty(i, a, {
1427
+ var d = this.name, c = i[d];
1428
+ c && c[0] === i ? c[1] = r : Object.defineProperty(i, d, {
1433
1429
  value: [i, r],
1434
1430
  writable: !0
1435
1431
  });
@@ -1437,7 +1433,7 @@ function yr() {
1437
1433
  } catch (P) {
1438
1434
  }
1439
1435
  this._cleanupClosedWindows();
1440
- var S = this.keys, l = this.values, p = Te(S, i);
1436
+ var S = this.keys, l = this.values, p = ke(S, i);
1441
1437
  p === -1 ? (S.push(i), l.push(r)) : l[p] = r;
1442
1438
  }, t.get = function(i) {
1443
1439
  if (!i) throw new Error("WeakMap expected key");
@@ -1453,8 +1449,8 @@ function yr() {
1453
1449
  } catch (c) {
1454
1450
  }
1455
1451
  this._cleanupClosedWindows();
1456
- var a = Te(this.keys, i);
1457
- if (a !== -1) return this.values[a];
1452
+ var d = ke(this.keys, i);
1453
+ if (d !== -1) return this.values[d];
1458
1454
  }, t.delete = function(i) {
1459
1455
  if (!i) throw new Error("WeakMap expected key");
1460
1456
  var r = this.weakmap;
@@ -1469,22 +1465,22 @@ function yr() {
1469
1465
  } catch (S) {
1470
1466
  }
1471
1467
  this._cleanupClosedWindows();
1472
- var a = this.keys, c = Te(a, i);
1473
- c !== -1 && (a.splice(c, 1), this.values.splice(c, 1));
1468
+ var d = this.keys, c = ke(d, i);
1469
+ c !== -1 && (d.splice(c, 1), this.values.splice(c, 1));
1474
1470
  }, t.has = function(i) {
1475
1471
  if (!i) throw new Error("WeakMap expected key");
1476
1472
  var r = this.weakmap;
1477
1473
  if (r) try {
1478
1474
  if (r.has(i)) return !0;
1479
- } catch (a) {
1475
+ } catch (d) {
1480
1476
  delete this.weakmap;
1481
1477
  }
1482
1478
  if (this.isSafeToReadWrite(i)) try {
1483
1479
  var n = i[this.name];
1484
1480
  return !(!n || n[0] !== i);
1485
- } catch (a) {
1481
+ } catch (d) {
1486
1482
  }
1487
- return this._cleanupClosedWindows(), Te(this.keys, i) !== -1;
1483
+ return this._cleanupClosedWindows(), ke(this.keys, i) !== -1;
1488
1484
  }, t.getOrSet = function(i, r) {
1489
1485
  if (this.has(i)) return this.get(i);
1490
1486
  var n = r();
@@ -1501,7 +1497,7 @@ function yr() {
1501
1497
  }
1502
1498
  return e.__name__ = e.displayName = t, e;
1503
1499
  }
1504
- function ee() {
1500
+ function ie() {
1505
1501
  var e = "0123456789abcdef";
1506
1502
  return "uid_" + "xxxxxxxxxx".replace(/./g, function() {
1507
1503
  return e.charAt(Math.floor(Math.random() * e.length));
@@ -1513,33 +1509,33 @@ function yr() {
1513
1509
  throw new Error("Can not find window.btoa or Buffer");
1514
1510
  }((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
1515
1511
  }
1516
- var ke;
1512
+ var Re;
1517
1513
  function fi(e) {
1518
1514
  try {
1519
1515
  return JSON.stringify([].slice.call(e), function(t, i) {
1520
1516
  return typeof i == "function" ? "memoize[" + function(r) {
1521
- if (ke = ke || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1522
- var n = ke.get(r);
1523
- return n || (n = typeof r + ":" + ee(), ke.set(r, n)), n;
1517
+ if (Re = Re || new ze(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1518
+ var n = Re.get(r);
1519
+ return n || (n = typeof r + ":" + ie(), Re.set(r, n)), n;
1524
1520
  }(i) + "]" : typeof window != "undefined" && i instanceof window.Element || i !== null && typeof i == "object" && i.nodeType === 1 && typeof i.style == "object" && typeof i.ownerDocument == "object" ? {} : i;
1525
1521
  });
1526
1522
  } catch (t) {
1527
1523
  throw new Error("Arguments not serializable -- can not be used to memoize");
1528
1524
  }
1529
1525
  }
1530
- function et() {
1526
+ function Zi() {
1531
1527
  return {};
1532
1528
  }
1533
1529
  var Se = 0, ai = 0;
1534
1530
  function ue(e, t) {
1535
1531
  t === void 0 && (t = {});
1536
- var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, a, c, S = Se;
1532
+ var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, d, c, S = Se;
1537
1533
  Se += 1;
1538
1534
  var l = function() {
1539
1535
  for (var p = arguments.length, P = new Array(p), C = 0; C < p; C++) P[C] = arguments[C];
1540
- S < ai && (a = null, c = null, S = Se, Se += 1);
1536
+ S < ai && (d = null, c = null, S = Se, Se += 1);
1541
1537
  var h;
1542
- h = r ? (c = c || new je()).getOrSet(this, et) : a = a || {};
1538
+ h = r ? (c = c || new ze()).getOrSet(this, Zi) : d = d || {};
1543
1539
  var $;
1544
1540
  try {
1545
1541
  $ = fi(P);
@@ -1555,16 +1551,16 @@ function yr() {
1555
1551
  }, b;
1556
1552
  };
1557
1553
  return l.reset = function() {
1558
- a = null, c = null;
1554
+ d = null, c = null;
1559
1555
  }, si(l, (t.name || oi(e)) + "::memoized");
1560
1556
  }
1561
1557
  ue.clear = function() {
1562
1558
  ai = Se;
1563
1559
  };
1564
- function it(e) {
1560
+ function Xi(e) {
1565
1561
  var t = {};
1566
1562
  function i() {
1567
- for (var r = arguments, n = this, a = arguments.length, c = new Array(a), S = 0; S < a; S++) c[S] = arguments[S];
1563
+ for (var r = arguments, n = this, d = arguments.length, c = new Array(d), S = 0; S < d; S++) c[S] = arguments[S];
1568
1564
  var l = fi(c);
1569
1565
  return t.hasOwnProperty(l) || (t[l] = E.try(function() {
1570
1566
  return e.apply(n, r);
@@ -1576,7 +1572,7 @@ function yr() {
1576
1572
  t = {};
1577
1573
  }, si(i, oi(e) + "::promiseMemoized");
1578
1574
  }
1579
- function ne() {
1575
+ function se() {
1580
1576
  }
1581
1577
  function Ce(e, t) {
1582
1578
  if (t === void 0 && (t = 1), t >= 3) return "stringifyError stack overflow";
@@ -1604,7 +1600,7 @@ function yr() {
1604
1600
  for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
1605
1601
  return t;
1606
1602
  });
1607
- function ze(e) {
1603
+ function Fe(e) {
1608
1604
  return {}.toString.call(e) === "[object RegExp]";
1609
1605
  }
1610
1606
  function he(e, t, i) {
@@ -1632,8 +1628,8 @@ function yr() {
1632
1628
  }, 10);
1633
1629
  });
1634
1630
  });
1635
- var Re = typeof document != "undefined" ? document.currentScript : null, tt = ue(function() {
1636
- if (Re || (Re = function() {
1631
+ var xe = typeof document != "undefined" ? document.currentScript : null, et = ue(function() {
1632
+ if (xe || (xe = function() {
1637
1633
  try {
1638
1634
  var e = function() {
1639
1635
  try {
@@ -1644,28 +1640,28 @@ function yr() {
1644
1640
  }(), t = /.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(e), i = t && t[1];
1645
1641
  if (!i) return;
1646
1642
  for (var r = 0, n = [].slice.call(document.getElementsByTagName("script")).reverse(); r < n.length; r++) {
1647
- var a = n[r];
1648
- if (a.src && a.src === i) return a;
1643
+ var d = n[r];
1644
+ if (d.src && d.src === i) return d;
1649
1645
  }
1650
1646
  } catch (c) {
1651
1647
  }
1652
- }())) return Re;
1648
+ }())) return xe;
1653
1649
  throw new Error("Can not determine current script");
1654
- }), rt = ee();
1650
+ }), it = ie();
1655
1651
  ue(function() {
1656
1652
  var e;
1657
1653
  try {
1658
- e = tt();
1654
+ e = et();
1659
1655
  } catch (r) {
1660
- return rt;
1656
+ return it;
1661
1657
  }
1662
1658
  var t = e.getAttribute("data-uid");
1663
1659
  if (t && typeof t == "string" || (t = e.getAttribute("data-uid-auto")) && typeof t == "string") return t;
1664
1660
  if (e.src) {
1665
1661
  var i = function(r) {
1666
- for (var n = "", a = 0; a < r.length; a++) {
1667
- var c = r[a].charCodeAt(0) * a;
1668
- r[a + 1] && (c += r[a + 1].charCodeAt(0) * (a - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
1662
+ for (var n = "", d = 0; d < r.length; d++) {
1663
+ var c = r[d].charCodeAt(0) * d;
1664
+ r[d + 1] && (c += r[d + 1].charCodeAt(0) * (d - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
1669
1665
  }
1670
1666
  return n;
1671
1667
  }(JSON.stringify({
@@ -1673,7 +1669,7 @@ function yr() {
1673
1669
  dataset: e.dataset
1674
1670
  }));
1675
1671
  t = "uid_" + i.slice(i.length - 30);
1676
- } else t = ee();
1672
+ } else t = ie();
1677
1673
  return e.setAttribute("data-uid-auto", t), t;
1678
1674
  });
1679
1675
  function Pe(e) {
@@ -1684,7 +1680,7 @@ function yr() {
1684
1680
  var Si = function() {
1685
1681
  return {};
1686
1682
  };
1687
- function F(e, t) {
1683
+ function H(e, t) {
1688
1684
  return e === void 0 && (e = "store"), t === void 0 && (t = Si), he(Pe(), e, function() {
1689
1685
  var i = t();
1690
1686
  return {
@@ -1712,51 +1708,51 @@ function yr() {
1712
1708
  };
1713
1709
  });
1714
1710
  }
1715
- var nt = function() {
1711
+ var tt = function() {
1716
1712
  };
1717
- function xe() {
1713
+ function Ee() {
1718
1714
  var e = Pe();
1719
- return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new nt(), e.WINDOW_WILDCARD;
1715
+ return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new tt(), e.WINDOW_WILDCARD;
1720
1716
  }
1721
1717
  function V(e, t) {
1722
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), F("windowStore").getOrSet(e, function() {
1723
- var i = new je(), r = function(n) {
1718
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), H("windowStore").getOrSet(e, function() {
1719
+ var i = new ze(), r = function(n) {
1724
1720
  return i.getOrSet(n, t);
1725
1721
  };
1726
1722
  return {
1727
1723
  has: function(n) {
1728
1724
  return r(n).hasOwnProperty(e);
1729
1725
  },
1730
- get: function(n, a) {
1726
+ get: function(n, d) {
1731
1727
  var c = r(n);
1732
- return c.hasOwnProperty(e) ? c[e] : a;
1728
+ return c.hasOwnProperty(e) ? c[e] : d;
1733
1729
  },
1734
- set: function(n, a) {
1735
- return r(n)[e] = a, a;
1730
+ set: function(n, d) {
1731
+ return r(n)[e] = d, d;
1736
1732
  },
1737
1733
  del: function(n) {
1738
1734
  delete r(n)[e];
1739
1735
  },
1740
- getOrSet: function(n, a) {
1741
- return he(r(n), e, a);
1736
+ getOrSet: function(n, d) {
1737
+ return he(r(n), e, d);
1742
1738
  }
1743
1739
  };
1744
1740
  });
1745
1741
  }
1746
1742
  function ui() {
1747
- return F("instance").getOrSet("instanceID", ee);
1743
+ return H("instance").getOrSet("instanceID", ie);
1748
1744
  }
1749
1745
  function Ci(e, t) {
1750
1746
  var i = t.domain, r = V("helloPromises"), n = r.get(e);
1751
1747
  n && n.resolve({
1752
1748
  domain: i
1753
1749
  });
1754
- var a = E.resolve({
1750
+ var d = E.resolve({
1755
1751
  domain: i
1756
1752
  });
1757
- return r.set(e, a), a;
1753
+ return r.set(e, d), d;
1758
1754
  }
1759
- function Fe(e, t) {
1755
+ function He(e, t) {
1760
1756
  return (0, t.send)(e, "postrobot_hello", {
1761
1757
  instanceID: ui()
1762
1758
  }, {
@@ -1776,7 +1772,7 @@ function yr() {
1776
1772
  function hi(e, t) {
1777
1773
  var i = t.send;
1778
1774
  return V("windowInstanceIDPromises").getOrSet(e, function() {
1779
- return Fe(e, {
1775
+ return He(e, {
1780
1776
  send: i
1781
1777
  }).then(function(r) {
1782
1778
  return r.instanceID;
@@ -1786,21 +1782,21 @@ function yr() {
1786
1782
  function Pi(e) {
1787
1783
  V("knownWindows").set(e, !0);
1788
1784
  }
1789
- function He(e) {
1785
+ function _e(e) {
1790
1786
  return typeof e == "object" && e !== null && typeof e.__type__ == "string";
1791
1787
  }
1792
1788
  function gi(e) {
1793
1789
  return e === void 0 ? "undefined" : e === null ? "null" : Array.isArray(e) ? "array" : typeof e == "function" ? "function" : typeof e == "object" ? e instanceof Error ? "error" : typeof e.then == "function" ? "promise" : {}.toString.call(e) === "[object RegExp]" ? "regex" : {}.toString.call(e) === "[object Date]" ? "date" : "object" : typeof e == "string" ? "string" : typeof e == "number" ? "number" : typeof e == "boolean" ? "boolean" : void 0;
1794
1790
  }
1795
- function oe(e, t) {
1791
+ function fe(e, t) {
1796
1792
  return {
1797
1793
  __type__: e,
1798
1794
  __val__: t
1799
1795
  };
1800
1796
  }
1801
- var Y, ot = ((Y = {}).function = function() {
1797
+ var Y, rt = ((Y = {}).function = function() {
1802
1798
  }, Y.error = function(e) {
1803
- return oe("error", {
1799
+ return fe("error", {
1804
1800
  message: e.message,
1805
1801
  stack: e.stack,
1806
1802
  code: e.code,
@@ -1808,9 +1804,9 @@ function yr() {
1808
1804
  });
1809
1805
  }, Y.promise = function() {
1810
1806
  }, Y.regex = function(e) {
1811
- return oe("regex", e.source);
1807
+ return fe("regex", e.source);
1812
1808
  }, Y.date = function(e) {
1813
- return oe("date", e.toJSON());
1809
+ return fe("date", e.toJSON());
1814
1810
  }, Y.array = function(e) {
1815
1811
  return e;
1816
1812
  }, Y.object = function(e) {
@@ -1824,8 +1820,8 @@ function yr() {
1824
1820
  }, Y.null = function(e) {
1825
1821
  return e;
1826
1822
  }, Y[void 0] = function(e) {
1827
- return oe("undefined", e);
1828
- }, Y), st = {}, J, ft = ((J = {}).function = function() {
1823
+ return fe("undefined", e);
1824
+ }, Y), nt = {}, J, ot = ((J = {}).function = function() {
1829
1825
  throw new Error("Function serialization is not implemented; nothing to deserialize");
1830
1826
  }, J.error = function(e) {
1831
1827
  var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
@@ -1851,7 +1847,7 @@ function yr() {
1851
1847
  }, J.null = function(e) {
1852
1848
  return e;
1853
1849
  }, J[void 0] = function() {
1854
- }, J), at = {};
1850
+ }, J), st = {};
1855
1851
  new E(function(e) {
1856
1852
  if (window.document && window.document.body) return e(window.document.body);
1857
1853
  var t = setInterval(function() {
@@ -1860,22 +1856,22 @@ function yr() {
1860
1856
  }, 10);
1861
1857
  });
1862
1858
  function Ue() {
1863
- for (var e = F("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
1859
+ for (var e = H("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
1864
1860
  var r = i[t];
1865
1861
  e.get(r).shouldClean() && e.del(r);
1866
1862
  }
1867
1863
  }
1868
1864
  function $i(e, t) {
1869
- var i = t.send, r = t.id, n = r === void 0 ? ee() : r, a = e.then(function(l) {
1870
- if (_(l)) return X(l).name;
1865
+ var i = t.send, r = t.id, n = r === void 0 ? ie() : r, d = e.then(function(l) {
1866
+ if (U(l)) return X(l).name;
1871
1867
  }), c = e.then(function(l) {
1872
- if (Q(l)) throw new Error("Window is closed, can not determine type");
1873
- return U(l) ? "popup" : "iframe";
1868
+ if (q(l)) throw new Error("Window is closed, can not determine type");
1869
+ return z(l) ? "popup" : "iframe";
1874
1870
  });
1875
- a.catch(ne), c.catch(ne);
1871
+ d.catch(se), c.catch(se);
1876
1872
  var S = function() {
1877
1873
  return e.then(function(l) {
1878
- if (!Q(l)) return _(l) ? X(l).name : a;
1874
+ if (!q(l)) return U(l) ? X(l).name : d;
1879
1875
  });
1880
1876
  };
1881
1877
  return {
@@ -1883,7 +1879,7 @@ function yr() {
1883
1879
  getType: function() {
1884
1880
  return c;
1885
1881
  },
1886
- getInstanceID: it(function() {
1882
+ getInstanceID: Xi(function() {
1887
1883
  return e.then(function(l) {
1888
1884
  return hi(l, {
1889
1885
  send: i
@@ -1891,7 +1887,7 @@ function yr() {
1891
1887
  });
1892
1888
  }),
1893
1889
  close: function() {
1894
- return e.then(Xi);
1890
+ return e.then(Qi);
1895
1891
  },
1896
1892
  getName: S,
1897
1893
  focus: function() {
@@ -1901,7 +1897,7 @@ function yr() {
1901
1897
  },
1902
1898
  isClosed: function() {
1903
1899
  return e.then(function(l) {
1904
- return Q(l);
1900
+ return q(l);
1905
1901
  });
1906
1902
  },
1907
1903
  setLocation: function(l, p) {
@@ -1912,12 +1908,12 @@ function yr() {
1912
1908
  if ($ === "post") return S().then(function(v) {
1913
1909
  if (!v) throw new Error("Can not post to window without target name");
1914
1910
  (function(b) {
1915
- var D = b.url, z = b.target, L = b.body, A = b.method, H = A === void 0 ? "post" : A, T = document.createElement("form");
1916
- if (T.setAttribute("target", z), T.setAttribute("method", H), T.setAttribute("action", D), T.style.display = "none", L) for (var W = 0, Z = Object.keys(L); W < Z.length; W++) {
1917
- var j, ge = Z[W], Ve = document.createElement("input");
1918
- Ve.setAttribute("name", ge), Ve.setAttribute("value", (j = L[ge]) == null ? void 0 : j.toString()), T.appendChild(Ve);
1911
+ var D = b.url, F = b.target, L = b.body, A = b.method, _ = A === void 0 ? "post" : A, k = document.createElement("form");
1912
+ if (k.setAttribute("target", F), k.setAttribute("method", _), k.setAttribute("action", D), k.style.display = "none", L) for (var W = 0, Z = Object.keys(L); W < Z.length; W++) {
1913
+ var j, ge = Z[W], Ye = document.createElement("input");
1914
+ Ye.setAttribute("name", ge), Ye.setAttribute("value", (j = L[ge]) == null ? void 0 : j.toString()), k.appendChild(Ye);
1919
1915
  }
1920
- ci().appendChild(T), T.submit(), ci().removeChild(T);
1916
+ ci().appendChild(k), k.submit(), ci().removeChild(k);
1921
1917
  })({
1922
1918
  url: l,
1923
1919
  target: v,
@@ -1926,7 +1922,7 @@ function yr() {
1926
1922
  });
1927
1923
  });
1928
1924
  if ($ !== "get") throw new Error("Unsupported method: " + $);
1929
- if (_(P)) try {
1925
+ if (U(P)) try {
1930
1926
  if (P.location && typeof P.location.replace == "function") {
1931
1927
  P.location.replace(l);
1932
1928
  return;
@@ -1938,19 +1934,19 @@ function yr() {
1938
1934
  },
1939
1935
  setName: function(l) {
1940
1936
  return e.then(function(p) {
1941
- var P = _(p), C = ti(p);
1937
+ var P = U(p), C = ti(p);
1942
1938
  if (!P) throw new Error("Can not set name for cross-domain window: " + l);
1943
- X(p).name = l, C && C.setAttribute("name", l), a = E.resolve(l);
1939
+ X(p).name = l, C && C.setAttribute("name", l), d = E.resolve(l);
1944
1940
  });
1945
1941
  }
1946
1942
  };
1947
1943
  }
1948
1944
  var K = function() {
1949
1945
  function e(i) {
1950
- var r = i.send, n = i.win, a = i.serializedWindow;
1951
- this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new E(), this.serializedWindow = a || $i(this.actualWindowPromise, {
1946
+ var r = i.send, n = i.win, d = i.serializedWindow;
1947
+ this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new E(), this.serializedWindow = d || $i(this.actualWindowPromise, {
1952
1948
  send: r
1953
- }), F("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
1949
+ }), H("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
1954
1950
  send: r
1955
1951
  });
1956
1952
  }
@@ -1981,14 +1977,14 @@ function yr() {
1981
1977
  return i;
1982
1978
  });
1983
1979
  }, t.focus = function() {
1984
- var i = this, r = this.isPopup(), n = this.getName(), a = E.hash({
1980
+ var i = this, r = this.isPopup(), n = this.getName(), d = E.hash({
1985
1981
  isPopup: r,
1986
1982
  name: n
1987
1983
  }).then(function(S) {
1988
1984
  var l = S.name;
1989
1985
  S.isPopup && l && window.open("", l, "noopener");
1990
1986
  }), c = this.serializedWindow.focus();
1991
- return E.all([a, c]).then(function() {
1987
+ return E.all([d, c]).then(function() {
1992
1988
  return i;
1993
1989
  });
1994
1990
  }, t.isClosed = function() {
@@ -2004,17 +2000,17 @@ function yr() {
2004
2000
  }, t.awaitWindow = function() {
2005
2001
  return this.actualWindowPromise;
2006
2002
  }, t.matchWindow = function(i, r) {
2007
- var n = this, a = r.send;
2003
+ var n = this, d = r.send;
2008
2004
  return E.try(function() {
2009
2005
  return n.actualWindow ? i === n.actualWindow : E.hash({
2010
2006
  proxyInstanceID: n.getInstanceID(),
2011
2007
  knownWindowInstanceID: hi(i, {
2012
- send: a
2008
+ send: d
2013
2009
  })
2014
2010
  }).then(function(c) {
2015
2011
  var S = c.proxyInstanceID === c.knownWindowInstanceID;
2016
2012
  return S && n.setWindow(i, {
2017
- send: a
2013
+ send: d
2018
2014
  }), S;
2019
2015
  });
2020
2016
  });
@@ -2023,7 +2019,7 @@ function yr() {
2023
2019
  }, t.getInstanceID = function() {
2024
2020
  return this.serializedWindow.getInstanceID();
2025
2021
  }, t.shouldClean = function() {
2026
- return !!(this.actualWindow && Q(this.actualWindow));
2022
+ return !!(this.actualWindow && q(this.actualWindow));
2027
2023
  }, t.serialize = function() {
2028
2024
  return this.serializedWindow;
2029
2025
  }, e.unwrap = function(i) {
@@ -2035,30 +2031,30 @@ function yr() {
2035
2031
  }).serialize();
2036
2032
  }, e.deserialize = function(i, r) {
2037
2033
  var n = r.send;
2038
- return Ue(), F("idToProxyWindow").get(i.id) || new e({
2034
+ return Ue(), H("idToProxyWindow").get(i.id) || new e({
2039
2035
  serializedWindow: i,
2040
2036
  send: n
2041
2037
  });
2042
2038
  }, e.isProxyWindow = function(i) {
2043
- return !!(i && !Ie(i) && i.isProxyWindow);
2039
+ return !!(i && !Te(i) && i.isProxyWindow);
2044
2040
  }, e.toProxyWindow = function(i, r) {
2045
2041
  var n = r.send;
2046
2042
  if (Ue(), e.isProxyWindow(i)) return i;
2047
- var a = i;
2048
- return V("winToProxyWindow").get(a) || new e({
2049
- win: a,
2043
+ var d = i;
2044
+ return V("winToProxyWindow").get(d) || new e({
2045
+ win: d,
2050
2046
  send: n
2051
2047
  });
2052
2048
  }, e;
2053
2049
  }();
2054
2050
  function qe(e, t, i, r, n) {
2055
- var a = V("methodStore"), c = F("proxyWindowMethods");
2051
+ var d = V("methodStore"), c = H("proxyWindowMethods");
2056
2052
  K.isProxyWindow(r) ? c.set(e, {
2057
2053
  val: t,
2058
2054
  name: i,
2059
2055
  domain: n,
2060
2056
  source: r
2061
- }) : (c.del(e), a.getOrSet(r, function() {
2057
+ }) : (c.del(e), d.getOrSet(r, function() {
2062
2058
  return {};
2063
2059
  })[e] = {
2064
2060
  domain: n,
@@ -2068,28 +2064,28 @@ function yr() {
2068
2064
  });
2069
2065
  }
2070
2066
  function mi(e, t) {
2071
- var i = V("methodStore"), r = F("proxyWindowMethods");
2067
+ var i = V("methodStore"), r = H("proxyWindowMethods");
2072
2068
  return i.getOrSet(e, function() {
2073
2069
  return {};
2074
2070
  })[t] || r.get(t);
2075
2071
  }
2076
2072
  function yi(e, t, i, r, n) {
2077
- c = (a = {
2073
+ c = (d = {
2078
2074
  on: n.on,
2079
2075
  send: n.send
2080
- }).on, S = a.send, F("builtinListeners").getOrSet("functionCalls", function() {
2076
+ }).on, S = d.send, H("builtinListeners").getOrSet("functionCalls", function() {
2081
2077
  return c("postrobot_method", {
2082
2078
  domain: "*"
2083
2079
  }, function(P) {
2084
2080
  var C = P.source, h = P.origin, $ = P.data, w = $.id, v = $.name, b = mi(C, w);
2085
- if (!b) throw new Error("Could not find method '" + v + "' with id: " + $.id + " in " + N(window));
2086
- var D = b.source, z = b.domain, L = b.val;
2081
+ if (!b) throw new Error("Could not find method '" + v + "' with id: " + $.id + " in " + B(window));
2082
+ var D = b.source, F = b.domain, L = b.val;
2087
2083
  return E.try(function() {
2088
- if (!fe(z, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(ze(b.domain) ? b.domain.source : b.domain) + " does not match origin " + h + " in " + N(window));
2084
+ if (!ee(F, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(Fe(b.domain) ? b.domain.source : b.domain) + " does not match origin " + h + " in " + B(window));
2089
2085
  if (K.isProxyWindow(D)) return D.matchWindow(C, {
2090
2086
  send: S
2091
2087
  }).then(function(A) {
2092
- if (!A) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " + N(window));
2088
+ if (!A) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " + B(window));
2093
2089
  });
2094
2090
  }).then(function() {
2095
2091
  return L.apply({
@@ -2100,11 +2096,11 @@ function yr() {
2100
2096
  return E.try(function() {
2101
2097
  if (L.onError) return L.onError(A);
2102
2098
  }).then(function() {
2103
- throw A.stack && (A.stack = "Remote call to " + v + "(" + function(H) {
2104
- return H === void 0 && (H = []), (T = H, [].slice.call(T)).map(function(W) {
2099
+ throw A.stack && (A.stack = "Remote call to " + v + "(" + function(_) {
2100
+ return _ === void 0 && (_ = []), (k = _, [].slice.call(k)).map(function(W) {
2105
2101
  return typeof W == "string" ? "'" + W + "'" : W === void 0 ? "undefined" : W === null ? "null" : typeof W == "boolean" ? W.toString() : Array.isArray(W) ? "[ ... ]" : typeof W == "object" ? "{ ... }" : typeof W == "function" ? "() => { ... }" : "<" + typeof W + ">";
2106
2102
  }).join(", ");
2107
- var T;
2103
+ var k;
2108
2104
  }($.args) + `) failed
2109
2105
 
2110
2106
  ` + A.stack), A;
@@ -2118,32 +2114,32 @@ function yr() {
2118
2114
  });
2119
2115
  });
2120
2116
  });
2121
- var a, c, S, l = i.__id__ || ee();
2117
+ var d, c, S, l = i.__id__ || ie();
2122
2118
  e = K.unwrap(e);
2123
2119
  var p = i.__name__ || i.name || r;
2124
2120
  return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), K.isProxyWindow(e) ? (qe(l, i, p, e, t), e.awaitWindow().then(function(P) {
2125
2121
  qe(l, i, p, P, t);
2126
- })) : qe(l, i, p, e, t), oe("cross_domain_function", {
2122
+ })) : qe(l, i, p, e, t), fe("cross_domain_function", {
2127
2123
  id: l,
2128
2124
  name: p
2129
2125
  });
2130
2126
  }
2131
2127
  function vi(e, t, i, r) {
2132
- var n, a = r.on, c = r.send;
2128
+ var n, d = r.on, c = r.send;
2133
2129
  return function(S, l) {
2134
- l === void 0 && (l = st);
2130
+ l === void 0 && (l = nt);
2135
2131
  var p = JSON.stringify(S, function(P) {
2136
2132
  var C = this[P];
2137
- if (He(this)) return C;
2133
+ if (_e(this)) return C;
2138
2134
  var h = gi(C);
2139
2135
  if (!h) return C;
2140
- var $ = l[h] || ot[h];
2136
+ var $ = l[h] || rt[h];
2141
2137
  return $ ? $(C, P) : C;
2142
2138
  });
2143
2139
  return p === void 0 ? "undefined" : p;
2144
2140
  }(i, ((n = {}).promise = function(S, l) {
2145
2141
  return function(p, P, C, h, $) {
2146
- return oe("cross_domain_zalgo_promise", {
2142
+ return fe("cross_domain_zalgo_promise", {
2147
2143
  then: yi(p, P, function(w, v) {
2148
2144
  return C.then(w, v);
2149
2145
  }, h, {
@@ -2152,28 +2148,28 @@ function yr() {
2152
2148
  })
2153
2149
  });
2154
2150
  }(e, t, S, l, {
2155
- on: a,
2151
+ on: d,
2156
2152
  send: c
2157
2153
  });
2158
2154
  }, n.function = function(S, l) {
2159
2155
  return yi(e, t, S, l, {
2160
- on: a,
2156
+ on: d,
2161
2157
  send: c
2162
2158
  });
2163
2159
  }, n.object = function(S) {
2164
- return Ie(S) || K.isProxyWindow(S) ? oe("cross_domain_window", K.serialize(S, {
2160
+ return Te(S) || K.isProxyWindow(S) ? fe("cross_domain_window", K.serialize(S, {
2165
2161
  send: c
2166
2162
  })) : S;
2167
2163
  }, n));
2168
2164
  }
2169
2165
  function bi(e, t, i, r) {
2170
- var n, a = r.send;
2166
+ var n, d = r.send;
2171
2167
  return function(c, S) {
2172
- if (S === void 0 && (S = at), c !== "undefined") return JSON.parse(c, function(l, p) {
2173
- if (He(this)) return p;
2168
+ if (S === void 0 && (S = st), c !== "undefined") return JSON.parse(c, function(l, p) {
2169
+ if (_e(this)) return p;
2174
2170
  var P, C;
2175
- if (He(p) ? (P = p.__type__, C = p.__val__) : (P = gi(p), C = p), !P) return C;
2176
- var h = S[P] || ft[P];
2171
+ if (_e(p) ? (P = p.__type__, C = p.__val__) : (P = gi(p), C = p), !P) return C;
2172
+ var h = S[P] || ot[P];
2177
2173
  return h ? h(C, l) : C;
2178
2174
  });
2179
2175
  }(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
@@ -2185,32 +2181,32 @@ function yr() {
2185
2181
  var C = p.id, h = p.name, $ = P.send, w = function(b) {
2186
2182
  b === void 0 && (b = {});
2187
2183
  function D() {
2188
- var z = arguments;
2184
+ var F = arguments;
2189
2185
  return K.toProxyWindow(S, {
2190
2186
  send: $
2191
2187
  }).awaitWindow().then(function(L) {
2192
2188
  var A = mi(L, C);
2193
2189
  if (A && A.val !== D) return A.val.apply({
2194
2190
  source: window,
2195
- origin: N()
2196
- }, z);
2197
- var H = [].slice.call(z);
2191
+ origin: B()
2192
+ }, F);
2193
+ var _ = [].slice.call(F);
2198
2194
  return b.fireAndForget ? $(L, "postrobot_method", {
2199
2195
  id: C,
2200
2196
  name: h,
2201
- args: H
2197
+ args: _
2202
2198
  }, {
2203
2199
  domain: l,
2204
2200
  fireAndForget: !0
2205
2201
  }) : $(L, "postrobot_method", {
2206
2202
  id: C,
2207
2203
  name: h,
2208
- args: H
2204
+ args: _
2209
2205
  }, {
2210
2206
  domain: l,
2211
2207
  fireAndForget: !1
2212
- }).then(function(T) {
2213
- return T.data.result;
2208
+ }).then(function(k) {
2209
+ return k.data.result;
2214
2210
  });
2215
2211
  }).catch(function(L) {
2216
2212
  throw L;
@@ -2222,35 +2218,35 @@ function yr() {
2222
2218
  fireAndForget: !0
2223
2219
  }), v;
2224
2220
  }(e, t, c, {
2225
- send: a
2221
+ send: d
2226
2222
  });
2227
2223
  }, n.cross_domain_window = function(c) {
2228
2224
  return K.deserialize(c, {
2229
- send: a
2225
+ send: d
2230
2226
  });
2231
2227
  }, n));
2232
2228
  }
2233
- var _e = {};
2234
- _e.postrobot_post_message = function(e, t, i) {
2229
+ var Ge = {};
2230
+ Ge.postrobot_post_message = function(e, t, i) {
2235
2231
  i.indexOf("file:") === 0 && (i = "*"), e.postMessage(t, i);
2236
2232
  };
2237
- function Ge(e, t, i, r) {
2238
- var n = r.on, a = r.send;
2233
+ function Ve(e, t, i, r) {
2234
+ var n = r.on, d = r.send;
2239
2235
  return E.try(function() {
2240
2236
  var c = V().getOrSet(e, function() {
2241
2237
  return {};
2242
2238
  });
2243
2239
  return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || E.flush().then(function() {
2244
- if (Q(e)) throw new Error("Window is closed");
2240
+ if (q(e)) throw new Error("Window is closed");
2245
2241
  var S = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2246
2242
  on: n,
2247
- send: a
2243
+ send: d
2248
2244
  }), l;
2249
2245
  delete c.buffer;
2250
- for (var p = Object.keys(_e), P = [], C = 0; C < p.length; C++) {
2246
+ for (var p = Object.keys(Ge), P = [], C = 0; C < p.length; C++) {
2251
2247
  var h = p[C];
2252
2248
  try {
2253
- _e[h](e, S, t);
2249
+ Ge[h](e, S, t);
2254
2250
  } catch ($) {
2255
2251
  P.push($);
2256
2252
  }
@@ -2265,22 +2261,22 @@ function yr() {
2265
2261
  }), c.flush.then(function() {
2266
2262
  delete c.flush;
2267
2263
  });
2268
- }).then(ne);
2264
+ }).then(se);
2269
2265
  }
2270
2266
  function wi(e) {
2271
- return F("responseListeners").get(e);
2267
+ return H("responseListeners").get(e);
2272
2268
  }
2273
2269
  function Ii(e) {
2274
- F("responseListeners").del(e);
2270
+ H("responseListeners").del(e);
2275
2271
  }
2276
2272
  function Ti(e) {
2277
- return F("erroredResponseListeners").has(e);
2273
+ return H("erroredResponseListeners").has(e);
2278
2274
  }
2279
2275
  function ki(e) {
2280
2276
  var t = e.name, i = e.win, r = e.domain, n = V("requestListeners");
2281
2277
  if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
2282
- for (var a = 0, c = [i, xe()]; a < c.length; a++) {
2283
- var S = c[a];
2278
+ for (var d = 0, c = [i, Ee()]; d < c.length; d++) {
2279
+ var S = c[d];
2284
2280
  if (S) {
2285
2281
  var l = n.get(S);
2286
2282
  if (l) {
@@ -2290,7 +2286,7 @@ function yr() {
2290
2286
  if (p[r]) return p[r];
2291
2287
  if (p.__domain_regex__) for (var P = 0, C = p.__domain_regex__; P < C.length; P++) {
2292
2288
  var h = C[P], $ = h.listener;
2293
- if (fe(h.regex, r)) return $;
2289
+ if (ee(h.regex, r)) return $;
2294
2290
  }
2295
2291
  }
2296
2292
  if (p["*"]) return p["*"];
@@ -2299,18 +2295,18 @@ function yr() {
2299
2295
  }
2300
2296
  }
2301
2297
  }
2302
- function dt(e, t, i, r) {
2303
- var n = r.on, a = r.send, c = ki({
2298
+ function ft(e, t, i, r) {
2299
+ var n = r.on, d = r.send, c = ki({
2304
2300
  name: i.name,
2305
2301
  win: e,
2306
2302
  domain: t
2307
2303
  }), S = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2308
2304
  function l(p, P, C) {
2309
2305
  return E.flush().then(function() {
2310
- if (!i.fireAndForget && !Q(e)) try {
2311
- return Ge(e, t, {
2312
- id: ee(),
2313
- origin: N(window),
2306
+ if (!i.fireAndForget && !q(e)) try {
2307
+ return Ve(e, t, {
2308
+ id: ie(),
2309
+ origin: B(window),
2314
2310
  type: "postrobot_message_response",
2315
2311
  hash: i.hash,
2316
2312
  name: i.name,
@@ -2319,29 +2315,29 @@ function yr() {
2319
2315
  error: C
2320
2316
  }, {
2321
2317
  on: n,
2322
- send: a
2318
+ send: d
2323
2319
  });
2324
2320
  } catch (h) {
2325
- throw new Error("Send response message failed for " + S + " in " + N() + `
2321
+ throw new Error("Send response message failed for " + S + " in " + B() + `
2326
2322
 
2327
2323
  ` + Ce(h));
2328
2324
  }
2329
2325
  });
2330
2326
  }
2331
2327
  return E.all([E.flush().then(function() {
2332
- if (!i.fireAndForget && !Q(e)) try {
2333
- return Ge(e, t, {
2334
- id: ee(),
2335
- origin: N(window),
2328
+ if (!i.fireAndForget && !q(e)) try {
2329
+ return Ve(e, t, {
2330
+ id: ie(),
2331
+ origin: B(window),
2336
2332
  type: "postrobot_message_ack",
2337
2333
  hash: i.hash,
2338
2334
  name: i.name
2339
2335
  }, {
2340
2336
  on: n,
2341
- send: a
2337
+ send: d
2342
2338
  });
2343
2339
  } catch (p) {
2344
- throw new Error("Send ack message failed for " + S + " in " + N() + `
2340
+ throw new Error("Send ack message failed for " + S + " in " + B() + `
2345
2341
 
2346
2342
  ` + Ce(p));
2347
2343
  }
@@ -2356,17 +2352,17 @@ function yr() {
2356
2352
  return l("success", p);
2357
2353
  }, function(p) {
2358
2354
  return l("error", null, p);
2359
- })]).then(ne).catch(function(p) {
2355
+ })]).then(se).catch(function(p) {
2360
2356
  if (c && c.handleError) return c.handleError(p);
2361
2357
  throw p;
2362
2358
  });
2363
2359
  }
2364
- function ct(e, t, i) {
2360
+ function at(e, t, i) {
2365
2361
  if (!Ti(i.hash)) {
2366
2362
  var r = wi(i.hash);
2367
2363
  if (!r) throw new Error("No handler found for post message ack for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
2368
2364
  try {
2369
- if (!fe(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
2365
+ if (!ee(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
2370
2366
  if (e !== r.win) throw new Error("Ack source does not match registered window");
2371
2367
  } catch (n) {
2372
2368
  r.promise.reject(n);
@@ -2374,11 +2370,11 @@ function yr() {
2374
2370
  r.ack = !0;
2375
2371
  }
2376
2372
  }
2377
- function pt(e, t, i) {
2373
+ function dt(e, t, i) {
2378
2374
  if (!Ti(i.hash)) {
2379
2375
  var r = wi(i.hash);
2380
2376
  if (!r) throw new Error("No handler found for post message response for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
2381
- if (!fe(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
2377
+ if (!ee(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
2382
2378
  var n;
2383
2379
  if (e !== r.win) throw new Error("Response source does not match registered window");
2384
2380
  Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
@@ -2389,41 +2385,41 @@ function yr() {
2389
2385
  }
2390
2386
  }
2391
2387
  function Ri(e, t) {
2392
- var i = t.on, r = t.send, n = F("receivedMessages");
2388
+ var i = t.on, r = t.send, n = H("receivedMessages");
2393
2389
  try {
2394
2390
  if (!window || window.closed || !e.source) return;
2395
2391
  } catch (P) {
2396
2392
  return;
2397
2393
  }
2398
- var a = e.source, c = e.origin, S = function(P, C, h, $) {
2394
+ var d = e.source, c = e.origin, S = function(P, C, h, $) {
2399
2395
  var w = $.on, v = $.send, b;
2400
2396
  try {
2401
2397
  b = bi(C, h, P, {
2402
2398
  on: w,
2403
2399
  send: v
2404
2400
  });
2405
- } catch (z) {
2401
+ } catch (F) {
2406
2402
  return;
2407
2403
  }
2408
2404
  if (b && typeof b == "object" && b !== null) {
2409
2405
  var D = b.__post_robot_10_0_46__;
2410
2406
  if (Array.isArray(D)) return D;
2411
2407
  }
2412
- }(e.data, a, c, {
2408
+ }(e.data, d, c, {
2413
2409
  on: i,
2414
2410
  send: r
2415
2411
  });
2416
2412
  if (S) {
2417
- Pi(a);
2413
+ Pi(d);
2418
2414
  for (var l = 0; l < S.length; l++) {
2419
2415
  var p = S[l];
2420
- if (n.has(p.id) || (n.set(p.id, !0), Q(a) && !p.fireAndForget)) return;
2416
+ if (n.has(p.id) || (n.set(p.id, !0), q(d) && !p.fireAndForget)) return;
2421
2417
  p.origin.indexOf("file:") === 0 && (c = "file://");
2422
2418
  try {
2423
- p.type === "postrobot_message_request" ? dt(a, c, p, {
2419
+ p.type === "postrobot_message_request" ? ft(d, c, p, {
2424
2420
  on: i,
2425
2421
  send: r
2426
- }) : p.type === "postrobot_message_response" ? pt(a, c, p) : p.type === "postrobot_message_ack" && ct(a, c, p);
2422
+ }) : p.type === "postrobot_message_response" ? dt(d, c, p) : p.type === "postrobot_message_ack" && at(d, c, p);
2427
2423
  } catch (P) {
2428
2424
  setTimeout(function() {
2429
2425
  throw P;
@@ -2432,11 +2428,11 @@ function yr() {
2432
2428
  }
2433
2429
  }
2434
2430
  }
2435
- function se(e, t, i) {
2431
+ function ae(e, t, i) {
2436
2432
  if (!e) throw new Error("Expected name");
2437
2433
  if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
2438
- var r = function n(a, c) {
2439
- var S = a.name, l = a.win, p = a.domain, P = V("requestListeners");
2434
+ var r = function n(d, c) {
2435
+ var S = d.name, l = d.win, p = d.domain, P = V("requestListeners");
2440
2436
  if (!S || typeof S != "string") throw new Error("Name required to add request listener");
2441
2437
  if (l && l !== "*" && K.isProxyWindow(l)) {
2442
2438
  var C = l.awaitWindow().then(function(j) {
@@ -2450,7 +2446,7 @@ function yr() {
2450
2446
  cancel: function() {
2451
2447
  C.then(function(j) {
2452
2448
  return j.cancel();
2453
- }, ne);
2449
+ }, se);
2454
2450
  }
2455
2451
  };
2456
2452
  }
@@ -2468,10 +2464,10 @@ function yr() {
2468
2464
  };
2469
2465
  }
2470
2466
  if (Array.isArray(p)) {
2471
- for (var b = [], D = 0, z = p; D < z.length; D++) b.push(n({
2467
+ for (var b = [], D = 0, F = p; D < F.length; D++) b.push(n({
2472
2468
  name: S,
2473
2469
  win: h,
2474
- domain: z[D]
2470
+ domain: F[D]
2475
2471
  }, c));
2476
2472
  return {
2477
2473
  cancel: function() {
@@ -2484,22 +2480,22 @@ function yr() {
2484
2480
  win: h,
2485
2481
  domain: p
2486
2482
  });
2487
- h && h !== "*" || (h = xe());
2483
+ h && h !== "*" || (h = Ee());
2488
2484
  var A = (p = p || "*").toString();
2489
- if (L) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h === xe() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + S + " for " + (h === xe() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
2490
- var H = P.getOrSet(h, function() {
2485
+ if (L) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h === Ee() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + S + " for " + (h === Ee() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
2486
+ var _ = P.getOrSet(h, function() {
2491
2487
  return {};
2492
- }), T = he(H, S, function() {
2488
+ }), k = he(_, S, function() {
2493
2489
  return {};
2494
2490
  }), W, Z;
2495
- return ze(p) ? (W = he(T, "__domain_regex__", function() {
2491
+ return Fe(p) ? (W = he(k, "__domain_regex__", function() {
2496
2492
  return [];
2497
2493
  })).push(Z = {
2498
2494
  regex: p,
2499
2495
  listener: c
2500
- }) : T[A] = c, {
2496
+ }) : k[A] = c, {
2501
2497
  cancel: function() {
2502
- delete T[A], Z && (W.splice(W.indexOf(Z, 1)), W.length || delete T.__domain_regex__), Object.keys(T).length || delete H[S], h && !Object.keys(H).length && P.del(h);
2498
+ delete k[A], Z && (W.splice(W.indexOf(Z, 1)), W.length || delete k.__domain_regex__), Object.keys(k).length || delete _[S], h && !Object.keys(_).length && P.del(h);
2503
2499
  }
2504
2500
  };
2505
2501
  }({
@@ -2518,27 +2514,27 @@ function yr() {
2518
2514
  }
2519
2515
  };
2520
2516
  }
2521
- function lt(e, t, i) {
2517
+ function ct(e, t, i) {
2522
2518
  typeof (t = t || {}) == "function" && (i = t, t = {});
2523
2519
  var r = new E(), n;
2524
- return t.errorHandler = function(a) {
2525
- n.cancel(), r.reject(a);
2526
- }, n = se(e, t, function(a) {
2527
- if (n.cancel(), r.resolve(a), i) return i(a);
2520
+ return t.errorHandler = function(d) {
2521
+ n.cancel(), r.reject(d);
2522
+ }, n = ae(e, t, function(d) {
2523
+ if (n.cancel(), r.resolve(d), i) return i(d);
2528
2524
  }), r.cancel = n.cancel, r;
2529
2525
  }
2530
- var te = function e(t, i, r, n) {
2531
- var a = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
2526
+ var re = function e(t, i, r, n) {
2527
+ var d = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
2532
2528
  return K.toProxyWindow(t, {
2533
2529
  send: e
2534
2530
  }).awaitWindow().then(function(p) {
2535
2531
  return E.try(function() {
2536
2532
  if (function(P, C, h) {
2537
2533
  if (!P) throw new Error("Expected name");
2538
- if (typeof h != "string" && !Array.isArray(h) && !ze(h)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(h) + " to be a string, array, or regex");
2539
- if (Q(C)) throw new Error("Can not send " + P + ". Target window is closed");
2540
- }(i, p, a), function(P, C) {
2541
- var h = ii(C);
2534
+ if (typeof h != "string" && !Array.isArray(h) && !Fe(h)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(h) + " to be a string, array, or regex");
2535
+ if (q(C)) throw new Error("Can not send " + P + ". Target window is closed");
2536
+ }(i, p, d), function(P, C) {
2537
+ var h = de(C);
2542
2538
  if (h) return h === P;
2543
2539
  if (C === P || function(v) {
2544
2540
  v === void 0 && (v = window);
@@ -2548,30 +2544,30 @@ function yr() {
2548
2544
  }
2549
2545
  if (R(v) === v) return v;
2550
2546
  try {
2551
- if (G(window, v) && window.top) return window.top;
2547
+ if (Q(window, v) && window.top) return window.top;
2552
2548
  } catch (L) {
2553
2549
  }
2554
2550
  try {
2555
- if (G(v, window) && window.top) return window.top;
2551
+ if (Q(v, window) && window.top) return window.top;
2556
2552
  } catch (L) {
2557
2553
  }
2558
2554
  for (var b = 0, D = function L(A) {
2559
- for (var H = [], T = 0, W = ae(A); T < W.length; T++) {
2560
- var Z = W[T];
2561
- H.push(Z);
2562
- for (var j = 0, ge = L(Z); j < ge.length; j++) H.push(ge[j]);
2555
+ for (var _ = [], k = 0, W = ne(A); k < W.length; k++) {
2556
+ var Z = W[k];
2557
+ _.push(Z);
2558
+ for (var j = 0, ge = L(Z); j < ge.length; j++) _.push(ge[j]);
2563
2559
  }
2564
- return H;
2560
+ return _;
2565
2561
  }(v); b < D.length; b++) {
2566
- var z = D[b];
2562
+ var F = D[b];
2567
2563
  try {
2568
- if (z.top) return z.top;
2564
+ if (F.top) return F.top;
2569
2565
  } catch (L) {
2570
2566
  }
2571
- if (R(z) === z) return z;
2567
+ if (R(F) === F) return F;
2572
2568
  }
2573
2569
  }(C) === C) return !1;
2574
- for (var $ = 0, w = ae(P); $ < w.length; $++) if (w[$] === C) return !0;
2570
+ for (var $ = 0, w = ne(P); $ < w.length; $++) if (w[$] === C) return !0;
2575
2571
  return !1;
2576
2572
  }(window, p)) return function(P, C, h) {
2577
2573
  C === void 0 && (C = 5e3), h === void 0 && (h = "Window");
@@ -2587,21 +2583,21 @@ function yr() {
2587
2583
  var v = w.send;
2588
2584
  return E.try(function() {
2589
2585
  return typeof h == "string" ? h : E.try(function() {
2590
- return $ || Fe(C, {
2586
+ return $ || He(C, {
2591
2587
  send: v
2592
2588
  }).then(function(b) {
2593
2589
  return b.domain;
2594
2590
  });
2595
2591
  }).then(function(b) {
2596
- if (!fe(h, h)) throw new Error("Domain " + di(h) + " does not match " + di(h));
2592
+ if (!ee(h, h)) throw new Error("Domain " + di(h) + " does not match " + di(h));
2597
2593
  return b;
2598
2594
  });
2599
2595
  });
2600
- }(p, a, (P === void 0 ? {} : P).domain, {
2596
+ }(p, d, (P === void 0 ? {} : P).domain, {
2601
2597
  send: e
2602
2598
  });
2603
2599
  }).then(function(P) {
2604
- var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new E(), w = i + "_" + ee();
2600
+ var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new E(), w = i + "_" + ie();
2605
2601
  if (!l) {
2606
2602
  var v = {
2607
2603
  name: i,
@@ -2609,27 +2605,27 @@ function yr() {
2609
2605
  domain: C,
2610
2606
  promise: $
2611
2607
  };
2612
- (function(T, W) {
2613
- F("responseListeners").set(T, W);
2608
+ (function(k, W) {
2609
+ H("responseListeners").set(k, W);
2614
2610
  })(w, v);
2615
2611
  var b = V("requestPromises").getOrSet(p, function() {
2616
2612
  return [];
2617
2613
  });
2618
2614
  b.push($), $.catch(function() {
2619
- (function(T) {
2620
- F("erroredResponseListeners").set(T, !0);
2615
+ (function(k) {
2616
+ H("erroredResponseListeners").set(k, !0);
2621
2617
  })(w), Ii(w);
2622
2618
  });
2623
- var D = function(T) {
2624
- return V("knownWindows").get(T, !1);
2625
- }(p) ? 1e4 : 2e3, z = c, L = D, A = z, H = function(T, W) {
2619
+ var D = function(k) {
2620
+ return V("knownWindows").get(k, !1);
2621
+ }(p) ? 1e4 : 2e3, F = c, L = D, A = F, _ = function(k, W) {
2626
2622
  var Z;
2627
2623
  return function j() {
2628
2624
  Z = setTimeout(function() {
2629
2625
  (function() {
2630
- if (Q(p)) return $.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2626
+ if (q(p)) return $.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2631
2627
  if (v.cancelled) return $.reject(new Error("Response listener was cancelled for " + i));
2632
- L = Math.max(L - 500, 0), A !== -1 && (A = Math.max(A - 500, 0)), v.ack || L !== 0 ? A === 0 && $.reject(new Error("No response for postMessage " + h + " in " + N() + " in " + z + "ms")) : $.reject(new Error("No ack for postMessage " + h + " in " + N() + " in " + D + "ms"));
2628
+ L = Math.max(L - 500, 0), A !== -1 && (A = Math.max(A - 500, 0)), v.ack || L !== 0 ? A === 0 && $.reject(new Error("No response for postMessage " + h + " in " + B() + " in " + F + "ms")) : $.reject(new Error("No ack for postMessage " + h + " in " + B() + " in " + D + "ms"));
2633
2629
  })(), j();
2634
2630
  }, 500);
2635
2631
  }(), {
@@ -2639,64 +2635,64 @@ function yr() {
2639
2635
  };
2640
2636
  }();
2641
2637
  $.finally(function() {
2642
- H.cancel(), b.splice(b.indexOf($, 1));
2643
- }).catch(ne);
2638
+ _.cancel(), b.splice(b.indexOf($, 1));
2639
+ }).catch(se);
2644
2640
  }
2645
- return Ge(p, C, {
2646
- id: ee(),
2647
- origin: N(window),
2641
+ return Ve(p, C, {
2642
+ id: ie(),
2643
+ origin: B(window),
2648
2644
  type: "postrobot_message_request",
2649
2645
  hash: w,
2650
2646
  name: i,
2651
2647
  data: r,
2652
2648
  fireAndForget: l
2653
2649
  }, {
2654
- on: se,
2650
+ on: ae,
2655
2651
  send: e
2656
2652
  }).then(function() {
2657
2653
  return l ? $.resolve() : $;
2658
- }, function(T) {
2659
- throw new Error("Send request message failed for " + h + " in " + N() + `
2654
+ }, function(k) {
2655
+ throw new Error("Send request message failed for " + h + " in " + B() + `
2660
2656
 
2661
- ` + Ce(T));
2657
+ ` + Ce(k));
2662
2658
  });
2663
2659
  });
2664
2660
  });
2665
2661
  };
2666
- function St(e, t, i) {
2662
+ function pt(e, t, i) {
2667
2663
  return vi(e, t, i, {
2668
- on: se,
2669
- send: te
2664
+ on: ae,
2665
+ send: re
2670
2666
  });
2671
2667
  }
2672
- function ut(e, t, i) {
2668
+ function lt(e, t, i) {
2673
2669
  return bi(e, t, i, {
2674
- send: te
2670
+ send: re
2675
2671
  });
2676
2672
  }
2677
- function Ct(e) {
2673
+ function St(e) {
2678
2674
  return new K({
2679
- send: te,
2675
+ send: re,
2680
2676
  win: e
2681
2677
  });
2682
2678
  }
2683
- function ht(e) {
2679
+ function ut(e) {
2684
2680
  return K.toProxyWindow(e, {
2685
- send: te
2681
+ send: re
2686
2682
  });
2687
2683
  }
2688
2684
  function xi() {
2689
2685
  Pe().initialized || (Pe().initialized = !0, t = (e = {
2690
- on: se,
2691
- send: te
2686
+ on: ae,
2687
+ send: re
2692
2688
  }).on, i = e.send, (r = Pe()).receiveMessage = r.receiveMessage || function(n) {
2693
2689
  return Ri(n, {
2694
2690
  on: t,
2695
2691
  send: i
2696
2692
  });
2697
2693
  }, function(n) {
2698
- var a = n.on, c = n.send;
2699
- F().getOrSet("postMessageListener", function() {
2694
+ var d = n.on, c = n.send;
2695
+ H().getOrSet("postMessageListener", function() {
2700
2696
  return function(S, l, p) {
2701
2697
  return S.addEventListener("message", p), {
2702
2698
  cancel: function() {
@@ -2721,18 +2717,18 @@ function yr() {
2721
2717
  }
2722
2718
  });
2723
2719
  })(S, {
2724
- on: a,
2720
+ on: d,
2725
2721
  send: c
2726
2722
  });
2727
2723
  });
2728
2724
  });
2729
2725
  }({
2730
- on: se,
2731
- send: te
2726
+ on: ae,
2727
+ send: re
2732
2728
  }), function(n) {
2733
- var a = n.on, c = n.send;
2734
- F("builtinListeners").getOrSet("helloListener", function() {
2735
- var S = a("postrobot_hello", {
2729
+ var d = n.on, c = n.send;
2730
+ H("builtinListeners").getOrSet("helloListener", function() {
2731
+ var S = d("postrobot_hello", {
2736
2732
  domain: "*"
2737
2733
  }, function(p) {
2738
2734
  return Ci(p.source, {
@@ -2740,56 +2736,56 @@ function yr() {
2740
2736
  }), {
2741
2737
  instanceID: ui()
2742
2738
  };
2743
- }), l = ii();
2744
- return l && Fe(l, {
2739
+ }), l = de();
2740
+ return l && He(l, {
2745
2741
  send: c
2746
2742
  }).catch(function(p) {
2747
2743
  }), S;
2748
2744
  });
2749
2745
  }({
2750
- on: se,
2751
- send: te
2746
+ on: ae,
2747
+ send: re
2752
2748
  }));
2753
2749
  var e, t, i, r;
2754
2750
  }
2755
- function Pt() {
2751
+ function Ct() {
2756
2752
  (function() {
2757
- for (var t = F("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2758
- var n = r[i], a = t.get(n);
2759
- a && (a.cancelled = !0), t.del(n);
2753
+ for (var t = H("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2754
+ var n = r[i], d = t.get(n);
2755
+ d && (d.cancelled = !0), t.del(n);
2760
2756
  }
2761
- })(), (e = F().get("postMessageListener")) && e.cancel();
2757
+ })(), (e = H().get("postMessageListener")) && e.cancel();
2762
2758
  var e;
2763
2759
  delete window.__post_robot_10_0_46__;
2764
2760
  }
2765
- var gt = !0;
2766
- function $t(e) {
2767
- for (var t = 0, i = V("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (Q(e) ? "closed" : "cleaned up") + " before response")).catch(ne);
2761
+ var ht = !0;
2762
+ function Pt(e) {
2763
+ for (var t = 0, i = V("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (q(e) ? "closed" : "cleaned up") + " before response")).catch(se);
2768
2764
  }
2769
2765
  xi();
2770
2766
  }]);
2771
2767
  });
2772
- }(De)), De.exports;
2768
+ }(Ae)), Ae.exports;
2773
2769
  }
2774
- var _i;
2775
- function vr() {
2776
- return _i || (_i = 1, function(o) {
2777
- o.exports = yr(), o.exports.default = o.exports;
2778
- }(Ke)), Ke.exports;
2770
+ var qi;
2771
+ function wr() {
2772
+ return qi || (qi = 1, function(o) {
2773
+ o.exports = br(), o.exports.default = o.exports;
2774
+ }(Qe)), Qe.exports;
2779
2775
  }
2780
- var Zi = vr();
2781
- const br = /* @__PURE__ */ $r(Zi), be = /* @__PURE__ */ Tt({
2776
+ var Ki = wr();
2777
+ const Ir = /* @__PURE__ */ yr(Ki), be = /* @__PURE__ */ wt({
2782
2778
  __proto__: null,
2783
- default: br
2784
- }, [Zi]);
2779
+ default: Ir
2780
+ }, [Ki]);
2785
2781
  export {
2786
- Yi as ConsentBox,
2787
- Qe as DisclosureRequestBox,
2788
- Ji as PrivacyCenterBox,
2789
- Ir as SoyioTypes,
2790
- Tr as SoyioWidget,
2791
- Xe as _TooltipManager,
2792
- kr as appearanceSchema,
2793
- Rr as configSchema,
2794
- Tr as default
2782
+ Gi as ConsentBox,
2783
+ Ze as DisclosureRequestBox,
2784
+ Vi as PrivacyCenterBox,
2785
+ kr as SoyioTypes,
2786
+ Rr as SoyioWidget,
2787
+ ei as _TooltipManager,
2788
+ xr as appearanceSchema,
2789
+ Er as configSchema,
2790
+ Rr as default
2795
2791
  };