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