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