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