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