@soyio/soyio-widget 2.26.0 → 3.1.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,75 +1,75 @@
1
- var mt = Object.defineProperty, yt = Object.defineProperties;
2
- var vt = Object.getOwnPropertyDescriptors;
3
- var Ee = Object.getOwnPropertySymbols, bt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, wt = Reflect.get;
1
+ var gt = Object.defineProperty, $t = Object.defineProperties;
2
+ var mt = Object.getOwnPropertyDescriptors;
3
+ var De = Object.getOwnPropertySymbols, yt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, vt = Reflect.get;
4
4
  var Ai = (o) => {
5
5
  throw TypeError(o);
6
6
  };
7
- var Ye = (o, f, d) => f in o ? mt(o, f, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[f] = d, $e = (o, f) => {
8
- for (var d in f || (f = {}))
9
- Ei.call(f, d) && Ye(o, d, f[d]);
10
- if (Ee)
11
- for (var d of Ee(f))
12
- Di.call(f, d) && Ye(o, d, f[d]);
7
+ var Je = (o, s, f) => s in o ? gt(o, s, { enumerable: !0, configurable: !0, writable: !0, value: f }) : o[s] = f, me = (o, s) => {
8
+ for (var f in s || (s = {}))
9
+ Ei.call(s, f) && Je(o, f, s[f]);
10
+ if (De)
11
+ for (var f of De(s))
12
+ Di.call(s, f) && Je(o, f, s[f]);
13
13
  return o;
14
- }, Li = (o, f) => yt(o, vt(f));
15
- var Wi = (o, f) => {
16
- var d = {};
17
- for (var s in o)
18
- Ei.call(o, s) && f.indexOf(s) < 0 && (d[s] = o[s]);
19
- if (o != null && Ee)
20
- for (var s of Ee(o))
21
- f.indexOf(s) < 0 && Di.call(o, s) && (d[s] = o[s]);
22
- return d;
14
+ }, Li = (o, s) => $t(o, mt(s));
15
+ var Wi = (o, s) => {
16
+ var f = {};
17
+ for (var a in o)
18
+ Ei.call(o, a) && s.indexOf(a) < 0 && (f[a] = o[a]);
19
+ if (o != null && De)
20
+ for (var a of De(o))
21
+ s.indexOf(a) < 0 && Di.call(o, a) && (f[a] = o[a]);
22
+ return f;
23
23
  };
24
- var x = (o, f, d) => Ye(o, typeof f != "symbol" ? f + "" : f, d), It = (o, f, d) => f.has(o) || Ai("Cannot " + d);
25
- var Oi = (o, f, d) => f.has(o) ? Ai("Cannot add the same private member more than once") : f instanceof WeakSet ? f.add(o) : f.set(o, d);
26
- var Ni = (o, f, d) => (It(o, f, "access private method"), d);
27
- var me = (o, f, d) => wt(bt(o), d, f);
28
- var M = (o, f, d) => new Promise((s, u) => {
24
+ var x = (o, s, f) => Je(o, typeof s != "symbol" ? s + "" : s, f), bt = (o, s, f) => s.has(o) || Ai("Cannot " + f);
25
+ var Oi = (o, s, f) => s.has(o) ? Ai("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(o) : s.set(o, f);
26
+ var Ni = (o, s, f) => (bt(o, s, "access private method"), f);
27
+ var ye = (o, s, f) => vt(yt(o), f, s);
28
+ var B = (o, s, f) => new Promise((a, u) => {
29
29
  var g = (I) => {
30
30
  try {
31
- y(d.next(I));
31
+ y(f.next(I));
32
32
  } catch (k) {
33
33
  u(k);
34
34
  }
35
35
  }, m = (I) => {
36
36
  try {
37
- y(d.throw(I));
37
+ y(f.throw(I));
38
38
  } catch (k) {
39
39
  u(k);
40
40
  }
41
- }, y = (I) => I.done ? s(I.value) : Promise.resolve(I.value).then(g, m);
42
- y((d = d.apply(o, f)).next());
41
+ }, y = (I) => I.done ? a(I.value) : Promise.resolve(I.value).then(g, m);
42
+ y((f = f.apply(o, s)).next());
43
43
  });
44
- function Tt(o, f) {
45
- for (var d = 0; d < f.length; d++) {
46
- const s = f[d];
47
- if (typeof s != "string" && !Array.isArray(s)) {
48
- for (const u in s)
44
+ function wt(o, s) {
45
+ for (var f = 0; f < s.length; f++) {
46
+ const a = s[f];
47
+ if (typeof a != "string" && !Array.isArray(a)) {
48
+ for (const u in a)
49
49
  if (u !== "default" && !(u in o)) {
50
- const g = Object.getOwnPropertyDescriptor(s, u);
50
+ const g = Object.getOwnPropertyDescriptor(a, u);
51
51
  g && Object.defineProperty(o, u, g.get ? g : {
52
52
  enumerable: !0,
53
- get: () => s[u]
53
+ get: () => a[u]
54
54
  });
55
55
  }
56
56
  }
57
57
  }
58
58
  return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
59
59
  }
60
- const Ae = !!(typeof window != "undefined" && window.document && window.document.createElement), Mi = 200;
61
- class Xe {
60
+ const Le = !!(typeof window != "undefined" && window.document && window.document.createElement), Mi = 200;
61
+ class ei {
62
62
  constructor() {
63
63
  x(this, "tooltipElement", null);
64
64
  x(this, "tooltipContent", null);
65
65
  x(this, "tooltipClass", "soyio-tooltip");
66
66
  x(this, "hideTimeout", null);
67
- Ae && this.createTooltipElement();
67
+ Le && this.createTooltipElement();
68
68
  }
69
69
  createTooltipElement() {
70
- const f = document.querySelector(`.${this.tooltipClass}`);
71
- if (f) {
72
- this.tooltipElement = f, this.tooltipContent = this.tooltipElement.querySelector(".soyio-tooltip-content");
70
+ const s = document.querySelector(`.${this.tooltipClass}`);
71
+ if (s) {
72
+ this.tooltipElement = s, this.tooltipContent = this.tooltipElement.querySelector(".soyio-tooltip-content");
73
73
  return;
74
74
  }
75
75
  this.tooltipElement = document.createElement("div"), this.tooltipElement.className = this.tooltipClass, this.tooltipElement.style.cssText = `
@@ -92,70 +92,70 @@ class Xe {
92
92
  transform: scale(0.95);
93
93
  `, this.tooltipContent = document.createElement("div"), this.tooltipContent.className = "soyio-tooltip-content", this.tooltipElement.appendChild(this.tooltipContent), document.body.appendChild(this.tooltipElement);
94
94
  }
95
- show(f, d, s) {
95
+ show(s, f, a) {
96
96
  if (!this.tooltipElement || !this.tooltipContent) return;
97
- this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = f, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
98
- const u = this.calculateOptimalPlacement(d, s);
97
+ this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = s, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
98
+ const u = this.calculateOptimalPlacement(f, a);
99
99
  this.applyPlacement(u), requestAnimationFrame(() => {
100
100
  this.tooltipElement && (this.tooltipElement.style.opacity = "1", this.tooltipElement.style.transform = "scale(1)");
101
101
  });
102
102
  }
103
- calculateOptimalPlacement(f, d) {
104
- const s = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4, I = {
103
+ calculateOptimalPlacement(s, f) {
104
+ const a = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4, I = {
105
105
  top: {
106
- top: d - u - y,
107
- left: f - s / 2,
106
+ top: f - u - y,
107
+ left: s - a / 2,
108
108
  placement: "top"
109
109
  },
110
110
  bottom: {
111
- top: d + y,
112
- left: f - s / 2,
111
+ top: f + y,
112
+ left: s - a / 2,
113
113
  placement: "bottom"
114
114
  },
115
115
  right: {
116
- top: d - u / 2,
117
- left: f + y,
116
+ top: f - u / 2,
117
+ left: s + y,
118
118
  placement: "right"
119
119
  },
120
120
  left: {
121
- top: d - u / 2,
122
- left: f - s - y,
121
+ top: f - u / 2,
122
+ left: s - a - y,
123
123
  placement: "left"
124
124
  }
125
125
  };
126
126
  for (const [, R] of Object.entries(I))
127
- if (Xe.fitsInViewport(R, s, u, g, m))
127
+ if (ei.fitsInViewport(R, a, u, g, m))
128
128
  return R;
129
129
  const k = I.top;
130
- return k.left = Math.max(y, Math.min(k.left, g - s - y)), k.top = Math.max(y, Math.min(k.top, m - u - y)), k;
130
+ return k.left = Math.max(y, Math.min(k.left, g - a - y)), k.top = Math.max(y, Math.min(k.top, m - u - y)), k;
131
131
  }
132
- static fitsInViewport(f, d, s, u, g) {
133
- return f.top >= 0 && f.left >= 0 && f.top + s <= g && f.left + d <= u;
132
+ static fitsInViewport(s, f, a, u, g) {
133
+ return s.top >= 0 && s.left >= 0 && s.top + a <= g && s.left + f <= u;
134
134
  }
135
- applyPlacement(f) {
136
- this.tooltipElement && (this.tooltipElement.style.left = `${f.left}px`, this.tooltipElement.style.top = `${f.top}px`);
135
+ applyPlacement(s) {
136
+ this.tooltipElement && (this.tooltipElement.style.left = `${s.left}px`, this.tooltipElement.style.top = `${s.top}px`);
137
137
  }
138
138
  hide() {
139
139
  this.tooltipElement && (this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)");
140
140
  }
141
141
  destroy() {
142
- var f;
143
- (f = this.tooltipElement) == null || f.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
142
+ var s;
143
+ (s = this.tooltipElement) == null || s.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
144
144
  }
145
145
  }
146
- function Bi(o, f, d) {
147
- return M(this, null, function* () {
146
+ function Bi(o, s, f) {
147
+ return B(this, null, function* () {
148
148
  if (!o.contentWindow)
149
149
  throw new Error("Invalid iframe: contentWindow is null");
150
- const s = yield Promise.resolve().then(() => be);
150
+ const a = yield Promise.resolve().then(() => we);
151
151
  try {
152
- yield s.send(o.contentWindow, "SET_APPEARANCE", { appearance: f, identifier: d });
152
+ yield a.send(o.contentWindow, "SET_APPEARANCE", { appearance: s, identifier: f });
153
153
  } catch (u) {
154
154
  console.error("Failed to send appearance config:", u);
155
155
  }
156
156
  });
157
157
  }
158
- const kt = "IFRAME_READY", Rt = "IFRAME_HEIGHT_CHANGE", xt = "TOOLTIP_STATE_CHANGE", Et = "INFO_EVENT", Dt = "CONSENT_STATE_CHANGE", q = {
158
+ const It = "IFRAME_READY", Tt = "IFRAME_HEIGHT_CHANGE", kt = "TOOLTIP_STATE_CHANGE", Rt = "INFO_EVENT", xt = "CONSENT_STATE_CHANGE", G = {
159
159
  // BASE
160
160
  onHeightChange: {},
161
161
  onIframeReady: {},
@@ -164,57 +164,57 @@ const kt = "IFRAME_READY", Rt = "IFRAME_HEIGHT_CHANGE", xt = "TOOLTIP_STATE_CHAN
164
164
  // CONSENT
165
165
  onStateChange: {}
166
166
  };
167
- let ji, zi, Fi, Hi, Ui;
168
- function At() {
169
- return M(this, null, function* () {
170
- const o = yield Promise.resolve().then(() => be);
171
- ji || zi || Fi || Hi || Ui || (ji = o.on(Rt, (f) => M(null, null, function* () {
172
- const d = f.data, s = q.onHeightChange[d.identifier];
173
- return s && s(d.height), Promise.resolve();
174
- })), zi = o.on(kt, (f) => M(null, null, function* () {
175
- const d = f.data, s = q.onIframeReady[d.identifier];
176
- return s && s(), Promise.resolve();
177
- })), Fi = o.on(xt, (f) => M(null, null, function* () {
178
- const d = f.data, s = q.onTooltipChange[d.identifier];
179
- return s && s(d), Promise.resolve();
180
- })), Hi = o.on(Dt, (f) => M(null, null, function* () {
181
- const d = f.data, s = q.onStateChange[d.identifier];
182
- return s && s(d), Promise.resolve();
183
- })), Ui = o.on(Et, (d) => M(null, [d], function* ({ data: f }) {
184
- const m = f, { identifier: s } = m, u = Wi(m, ["identifier"]), g = q.onInfo[s];
167
+ let ji, Ui, zi, Fi, Hi;
168
+ function Et() {
169
+ return B(this, null, function* () {
170
+ const o = yield Promise.resolve().then(() => we);
171
+ ji || Ui || zi || Fi || Hi || (ji = o.on(Tt, (s) => B(null, null, function* () {
172
+ const f = s.data, a = G.onHeightChange[f.identifier];
173
+ return a && a(f.height), Promise.resolve();
174
+ })), Ui = o.on(It, (s) => B(null, null, function* () {
175
+ const f = s.data, a = G.onIframeReady[f.identifier];
176
+ return a && a(), Promise.resolve();
177
+ })), zi = o.on(kt, (s) => B(null, null, function* () {
178
+ const f = s.data, a = G.onTooltipChange[f.identifier];
179
+ return a && a(f), Promise.resolve();
180
+ })), Fi = o.on(xt, (s) => B(null, null, function* () {
181
+ const f = s.data, a = G.onStateChange[f.identifier];
182
+ return a && a(f), Promise.resolve();
183
+ })), Hi = o.on(Rt, (f) => B(null, [f], function* ({ data: s }) {
184
+ const m = s, { identifier: a } = m, u = Wi(m, ["identifier"]), g = G.onInfo[a];
185
185
  return g && g(u), Promise.resolve();
186
186
  })));
187
187
  });
188
188
  }
189
- function ei(o, f) {
189
+ function ii(o, s) {
190
190
  const {
191
- onHeightChange: d,
192
- onIframeReady: s,
191
+ onHeightChange: f,
192
+ onIframeReady: a,
193
193
  onTooltipChange: u,
194
194
  onStateChange: g,
195
195
  onInfo: m
196
- } = f;
197
- d && (q.onHeightChange[o] = d), s && (q.onIframeReady[o] = s), u && (q.onTooltipChange[o] = u), g && (q.onStateChange[o] = g), m && (q.onInfo[o] = m);
196
+ } = s;
197
+ f && (G.onHeightChange[o] = f), a && (G.onIframeReady[o] = a), u && (G.onTooltipChange[o] = u), g && (G.onStateChange[o] = g), m && (G.onInfo[o] = m);
198
198
  }
199
- function Lt(o) {
200
- delete q.onHeightChange[o], delete q.onIframeReady[o], delete q.onTooltipChange[o], delete q.onStateChange[o], delete q.onInfo[o];
199
+ function Dt(o) {
200
+ delete G.onHeightChange[o], delete G.onIframeReady[o], delete G.onTooltipChange[o], delete G.onStateChange[o], delete G.onInfo[o];
201
201
  }
202
- function Wt(o) {
203
- const f = document.getElementById(o);
204
- f && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), f.remove());
202
+ function At(o) {
203
+ const s = document.getElementById(o);
204
+ s && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), s.remove());
205
205
  }
206
- function Ot(o) {
207
- const f = document.querySelector(o);
208
- if (!f)
206
+ function Lt(o) {
207
+ const s = document.querySelector(o);
208
+ if (!s)
209
209
  throw new Error(`Iframe div container with id '${o}' not found`);
210
- if (f.tagName.toLowerCase() !== "div")
210
+ if (s.tagName.toLowerCase() !== "div")
211
211
  throw new Error(`Iframe container with id '${o}' must be a <div> element`);
212
- const d = f;
213
- return d.style.position = "relative", d;
212
+ const f = s;
213
+ return f.style.position = "relative", f;
214
214
  }
215
- function Nt(o) {
216
- const f = document.createElement("div");
217
- return f.id = `soyio-widget-wrapper-${o}`, f.style.cssText = `
215
+ function Wt(o) {
216
+ const s = document.createElement("div");
217
+ return s.id = `soyio-widget-wrapper-${o}`, s.style.cssText = `
218
218
  position: relative !important;
219
219
  padding: 0 !important;
220
220
  margin: 0 !important;
@@ -225,24 +225,24 @@ function Nt(o) {
225
225
  transition: height 0.35s !important;
226
226
  opacity: 1 !important;
227
227
  width: 100% !important;
228
- `, f;
228
+ `, s;
229
229
  }
230
- function Mt(o, f, d) {
231
- const s = document.createElement("iframe");
232
- return s.id = f, s.src = o, s.allow = "fullscreen;camera;", s.setAttribute("allowfullscreen", ""), s.style.cssText += `
230
+ function Ot(o, s, f) {
231
+ const a = document.createElement("iframe");
232
+ return a.id = s, a.src = o, a.allow = "fullscreen;camera;", a.setAttribute("allowfullscreen", ""), a.style.cssText += `
233
233
  width: 100% !important;
234
- min-width: ${d.minWidth} !important;
234
+ min-width: ${f.minWidth} !important;
235
235
  border: none !important;
236
236
  overflow: hidden !important;
237
237
  opacity: 1;
238
238
  transition: height 0.35s,
239
239
  opacity 0.4s 0.1s;
240
- `, s;
240
+ `, a;
241
241
  }
242
- function Bt() {
242
+ function Nt() {
243
243
  return Math.random().toString(36).substring(2, 10);
244
244
  }
245
- const Gi = "https://app.soyio.id", Vi = "https://sandbox.soyio.id", jt = "https://privacy.soyio.id", zt = "https://privacy-sandbox.soyio.id", Ft = [
245
+ const Mt = "https://app.soyio.id", Bt = "https://sandbox.soyio.id", jt = "https://consent-embed.soyio.id", Ut = "https://sandbox-consent-embed.soyio.id", zt = "https://privacy-center-embed.soyio.id", Ft = "https://sandbox-privacy-center-embed.soyio.id", Ht = [
246
246
  "DISCLOSURE_REQUEST_SUCCESSFUL",
247
247
  "IDENTITY_REGISTERED",
248
248
  "IDENTITY_SIGNATURE",
@@ -250,29 +250,29 @@ const Gi = "https://app.soyio.id", Vi = "https://sandbox.soyio.id", jt = "https:
250
250
  "DENIED_CAMERA_PERMISSION",
251
251
  "REJECTED_SIGNATURE",
252
252
  "CLOSE_POPUP"
253
- ], Ht = "WIDGET_CLOSED", Ut = 420, qt = 720, _t = 500, Gt = {
253
+ ], _t = "WIDGET_CLOSED", qt = 420, Gt = 720, Vt = 500, Yt = {
254
254
  minWidth: "375px"
255
- }, Vt = {
255
+ }, Jt = {
256
256
  minWidth: "0px"
257
- }, Yt = {
257
+ }, Kt = {
258
258
  minWidth: "375px"
259
259
  };
260
- class ve {
261
- constructor(f) {
260
+ class be {
261
+ constructor(s) {
262
262
  x(this, "iframe", null);
263
263
  x(this, "wrapper", null);
264
264
  x(this, "skeleton", null);
265
265
  x(this, "options");
266
266
  x(this, "appearance");
267
267
  x(this, "tooltipManager");
268
- x(this, "defaultIframeCSSConfig", Gt);
268
+ x(this, "defaultIframeCSSConfig", Yt);
269
269
  x(this, "Skeleton", null);
270
270
  x(this, "isIframeReady", !1);
271
271
  x(this, "defaultUniqueId");
272
- this.options = f, this.appearance = f.appearance || null, this.tooltipManager = new Xe(), this.defaultUniqueId = ve.generateUniqueId();
272
+ this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = be.generateUniqueId();
273
273
  }
274
274
  static generateUniqueId() {
275
- return Bt();
275
+ return Nt();
276
276
  }
277
277
  get uniqueIdentifier() {
278
278
  return this.defaultUniqueId;
@@ -280,72 +280,68 @@ class ve {
280
280
  get iframeIdentifier() {
281
281
  return `${this.defaultIframePrefix}-${this.uniqueIdentifier}`;
282
282
  }
283
- handleHeightChange(f) {
284
- if (!this.iframe || (this.iframe.style.height = `${f}px`, f > 0)) return;
285
- const { parentElement: d } = this.iframe;
286
- d && (d.style.display = "none");
283
+ handleHeightChange(s) {
284
+ if (!this.iframe || (this.iframe.style.height = `${s}px`, s > 0)) return;
285
+ const { parentElement: f } = this.iframe;
286
+ f && (f.style.display = "none");
287
287
  }
288
288
  handleIframeReady() {
289
- return M(this, null, function* () {
289
+ return B(this, null, function* () {
290
290
  this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield Bi(this.iframe, this.appearance, this.uniqueIdentifier), this.skeleton && this.skeleton.hide()));
291
291
  });
292
292
  }
293
- handleTooltipChange(f) {
293
+ handleTooltipChange(s) {
294
294
  if (!this.iframe) return;
295
- const d = this.iframe.getBoundingClientRect(), { text: s, coordinates: u, isVisible: g } = f, m = u.x + d.left, y = u.y + d.top;
296
- g ? this.tooltipManager.show(s, m, y) : this.tooltipManager.hide();
295
+ const f = this.iframe.getBoundingClientRect(), { text: a, coordinates: u, isVisible: g } = s, m = u.x + f.left, y = u.y + f.top;
296
+ g ? this.tooltipManager.show(a, m, y) : this.tooltipManager.hide();
297
297
  }
298
298
  setupListeners() {
299
- return M(this, null, function* () {
300
- yield At();
301
- const f = {
299
+ return B(this, null, function* () {
300
+ yield Et();
301
+ const s = {
302
302
  onHeightChange: this.handleHeightChange.bind(this),
303
303
  onIframeReady: this.handleIframeReady.bind(this),
304
304
  onTooltipChange: this.handleTooltipChange.bind(this),
305
- onInfo: (d) => this.options.onEvent(d)
305
+ onInfo: (f) => this.options.onEvent(f)
306
306
  };
307
- ei(this.uniqueIdentifier, f);
307
+ ii(this.uniqueIdentifier, s);
308
308
  });
309
309
  }
310
- mount(f) {
311
- return M(this, null, function* () {
312
- var u;
313
- if (!Ae) return this;
314
- this.isIframeReady = !1, yield this.setupListeners(), Wt(this.iframeIdentifier);
315
- const d = Ot(f), s = this.iframeUrl();
316
- if (this.wrapper = Nt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = Mt(s, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton) {
317
- const g = (u = this.appearance) == null ? void 0 : u.theme;
318
- this.skeleton = new this.Skeleton(this.uniqueIdentifier, g), this.skeleton.mount(this.wrapper);
319
- }
320
- return this.wrapper.appendChild(this.iframe), this;
310
+ mount(s) {
311
+ return B(this, null, function* () {
312
+ if (!Le) return this;
313
+ this.isIframeReady = !1, yield this.setupListeners(), At(this.iframeIdentifier);
314
+ const f = Lt(s), a = this.iframeUrl();
315
+ return this.wrapper = Wt(this.uniqueIdentifier), f.appendChild(this.wrapper), this.iframe = Ot(a, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton && (this.skeleton = new this.Skeleton(this.uniqueIdentifier, this.appearance || void 0), this.skeleton.mount(this.wrapper)), this.wrapper.appendChild(this.iframe), this;
321
316
  });
322
317
  }
323
318
  unmount() {
324
- Ae && (Lt(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
319
+ Le && (Dt(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
325
320
  }
326
321
  /**
327
322
  * Update the appearance of the widget without remounting.
328
323
  * This sends the new appearance config to the already-mounted iframe.
329
324
  */
330
- updateAppearance(f) {
331
- return M(this, null, function* () {
332
- this.appearance = f, !(!this.iframe || !this.isIframeReady) && (yield Bi(this.iframe, f, this.uniqueIdentifier));
325
+ updateAppearance(s) {
326
+ return B(this, null, function* () {
327
+ this.appearance = s, !(!this.iframe || !this.isIframeReady) && (yield Bi(this.iframe, s, this.uniqueIdentifier));
333
328
  });
334
329
  }
335
330
  }
336
- class Jt {
337
- constructor(f, d) {
331
+ class Qt {
332
+ constructor(s, f) {
338
333
  x(this, "element");
339
334
  x(this, "identifier");
340
- this.identifier = `skeleton-${f}`, this.element = document.createElement("div"), this.element.id = this.identifier;
341
- const s = d === "night", u = s ? "#1E293B" : "#FFFFFF", g = s ? "#334155" : "#E5E7EB", m = s ? "#334155" : "#f0f0f0", y = s ? "#475569" : "#e0e0e0", I = s ? "#334155" : "#f0f0f0";
335
+ var q, ce;
336
+ this.identifier = `skeleton-${s}`, this.element = document.createElement("div"), this.element.id = this.identifier;
337
+ const a = (ce = (q = window.matchMedia) == null ? void 0 : q.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ce.matches, u = (f == null ? void 0 : f.mode) === "dark" || (f == null ? void 0 : f.mode) === "auto" && a || (f == null ? void 0 : f.theme) === "night" && !(f != null && f.mode), g = u ? "#1E293B" : "#FFFFFF", m = u ? "#334155" : "#E5E7EB", y = u ? "#334155" : "#f0f0f0", I = u ? "#475569" : "#e0e0e0", k = u ? "#334155" : "#f0f0f0";
342
338
  this.element.style.cssText = `
343
339
  position: absolute;
344
340
  top: 0;
345
341
  left: 0;
346
342
  width: 100%;
347
- background: ${u};
348
- border: 1px solid ${g};
343
+ background: ${g};
344
+ border: 1px solid ${m};
349
345
  border-radius: 0.25rem;
350
346
  opacity: 1;
351
347
  transition: opacity 0.3s ease-out;
@@ -354,8 +350,8 @@ class Jt {
354
350
  box-sizing: border-box;
355
351
  z-index: 1;
356
352
  `;
357
- const k = document.createElement("div");
358
- k.style.cssText = `
353
+ const R = document.createElement("div");
354
+ R.style.cssText = `
359
355
  padding: 1rem;
360
356
  width: 100%;
361
357
  box-sizing: border-box;
@@ -364,50 +360,50 @@ class Jt {
364
360
  justify-content: flex-start;
365
361
  gap: 0.75rem;
366
362
  `;
367
- const R = document.createElement("div");
368
- R.style.cssText = `
363
+ const N = document.createElement("div");
364
+ N.style.cssText = `
369
365
  display: flex;
370
366
  align-items: center;
371
367
  gap: 0.75rem;
372
368
  `;
373
- const U = document.createElement("div");
374
- U.style.cssText = `
369
+ const H = document.createElement("div");
370
+ H.style.cssText = `
375
371
  width: 2rem;
376
372
  height: 2rem;
377
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
373
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
378
374
  background-size: 200% 100%;
379
375
  animation: shimmer 1.5s infinite;
380
376
  border-radius: 50%;
381
377
  flex-shrink: 0;
382
378
  `;
383
- const B = document.createElement("div");
384
- B.style.cssText = `
379
+ const _ = document.createElement("div");
380
+ _.style.cssText = `
385
381
  height: 1rem;
386
382
  width: 30%;
387
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
383
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
388
384
  background-size: 200% 100%;
389
385
  animation: shimmer 1.5s infinite;
390
386
  border-radius: 0.125rem;
391
387
  `;
392
- const O = document.createElement("div");
393
- O.style.cssText = `
388
+ const D = document.createElement("div");
389
+ D.style.cssText = `
394
390
  width: 3rem;
395
391
  height: 1.25rem;
396
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
392
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
397
393
  background-size: 200% 100%;
398
394
  animation: shimmer 1.5s infinite;
399
395
  border-radius: .25rem;
400
396
  margin-left: auto;
401
397
  flex-shrink: 0;
402
398
  `;
403
- const N = document.createElement("div");
404
- N.style.cssText = `
399
+ const M = document.createElement("div");
400
+ M.style.cssText = `
405
401
  display: flex;
406
402
  align-items: flex-start;
407
403
  gap: 0.75rem;
408
404
  `;
409
- const _ = document.createElement("div");
410
- _.style.cssText = `
405
+ const X = document.createElement("div");
406
+ X.style.cssText = `
411
407
  width: 2rem;
412
408
  height: 1rem;
413
409
  display: flex;
@@ -415,43 +411,43 @@ class Jt {
415
411
  align-items: center;
416
412
  flex-shrink: 0;
417
413
  `;
418
- const X = document.createElement("div");
419
- X.style.cssText = `
414
+ const ne = document.createElement("div");
415
+ ne.style.cssText = `
420
416
  width: 1rem;
421
417
  height: 1rem;
422
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
418
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
423
419
  background-size: 200% 100%;
424
420
  animation: shimmer 1.5s infinite;
425
421
  border-radius: 0.25rem;
426
422
  flex-shrink: 0;
427
423
  `;
428
- const G = document.createElement("div");
429
- G.style.cssText = `
424
+ const ee = document.createElement("div");
425
+ ee.style.cssText = `
430
426
  flex-grow: 1;
431
427
  display: flex;
432
428
  flex-direction: column;
433
429
  gap: 0.5rem;
434
430
  `;
435
- const ae = document.createElement("div");
436
- ae.style.cssText = `
431
+ const Z = document.createElement("div");
432
+ Z.style.cssText = `
437
433
  height: 0.875rem;
438
434
  width: 80%;
439
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
435
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
440
436
  background-size: 200% 100%;
441
437
  animation: shimmer 1.5s infinite;
442
438
  border-radius: 0.125rem;
443
439
  `;
444
- const we = document.createElement("div");
445
- if (we.style.cssText = `
440
+ const Ie = document.createElement("div");
441
+ if (Ie.style.cssText = `
446
442
  height: 0.875rem;
447
443
  width: 60%;
448
- background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
444
+ background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
449
445
  background-size: 200% 100%;
450
446
  animation: shimmer 2s infinite;
451
447
  border-radius: 0.125rem;
452
448
  `, !document.getElementById("skeleton-animation")) {
453
- const de = document.createElement("style");
454
- de.id = "skeleton-animation", de.textContent = `
449
+ const ie = document.createElement("style");
450
+ ie.id = "skeleton-animation", ie.textContent = `
455
451
  @keyframes shimmer {
456
452
  0% { background-position: 200% 0; }
457
453
  100% { background-position: -200% 0; }
@@ -460,35 +456,35 @@ class Jt {
460
456
  0% { opacity: 1; }
461
457
  100% { opacity: 0; }
462
458
  }
463
- `, document.head.appendChild(de);
459
+ `, document.head.appendChild(ie);
464
460
  }
465
- R.appendChild(U), R.appendChild(B), R.appendChild(O), G.appendChild(ae), G.appendChild(we), _.appendChild(X), N.appendChild(_), N.appendChild(G), k.appendChild(R), k.appendChild(N), this.element.appendChild(k);
461
+ N.appendChild(H), N.appendChild(_), N.appendChild(D), ee.appendChild(Z), ee.appendChild(Ie), X.appendChild(ne), M.appendChild(X), M.appendChild(ee), R.appendChild(N), R.appendChild(M), this.element.appendChild(R);
466
462
  }
467
463
  cleanupExistingSkeleton() {
468
- const f = document.getElementById(this.identifier);
469
- f && f.remove();
464
+ const s = document.getElementById(this.identifier);
465
+ s && s.remove();
470
466
  }
471
- mount(f) {
472
- this.cleanupExistingSkeleton(), f.appendChild(this.element);
467
+ mount(s) {
468
+ this.cleanupExistingSkeleton(), s.appendChild(this.element);
473
469
  }
474
470
  hide() {
475
471
  this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
476
472
  }
477
473
  }
478
- const We = "2.26.0";
479
- function Kt(o) {
474
+ const Oe = "3.1.0";
475
+ function Zt(o) {
480
476
  var I, k;
481
- const f = (I = o.origin) != null ? I : o.context, d = Li($e({}, o), { origin: f }), s = [
477
+ const s = (I = o.origin) != null ? I : o.context, f = Li(me({}, o), { origin: s }), a = [
482
478
  "actionToken",
483
479
  "entityId",
484
480
  "origin",
485
481
  "optionalReconsentBehavior",
486
482
  "mandatoryReconsentBehavior",
487
483
  "allowGranularScopeSelection"
488
- ], u = (k = o.isSandbox) != null ? k : !1, g = o.developmentUrl || (u ? Vi : Gi), m = new URLSearchParams();
489
- if (m.set("sdk", "web"), m.set("sdkVersion", We), s.forEach((R) => {
490
- const U = d[R];
491
- U !== void 0 && (typeof U == "string" && U.length === 0 || m.set(R, String(U)));
484
+ ], u = (k = o.isSandbox) != null ? k : !1, g = o.developmentUrl || (u ? Ut : jt), m = new URLSearchParams();
485
+ if (m.set("sdk", "web"), m.set("sdkVersion", Oe), a.forEach((R) => {
486
+ const N = f[R];
487
+ N !== void 0 && (typeof N == "string" && N.length === 0 || m.set(R, String(N)));
492
488
  }), o.metadata !== void 0)
493
489
  try {
494
490
  m.set("metadata", JSON.stringify(o.metadata));
@@ -498,34 +494,34 @@ function Kt(o) {
498
494
  const y = m.toString();
499
495
  return `${g}/embed/consents/${o.consentTemplateId}${y ? `?${y}` : ""}`;
500
496
  }
501
- class Yi extends ve {
502
- constructor(d) {
503
- super(d);
497
+ class Gi extends be {
498
+ constructor(f) {
499
+ super(f);
504
500
  x(this, "defaultIframePrefix", "consent-box");
505
- x(this, "defaultIframeCSSConfig", Vt);
501
+ x(this, "defaultIframeCSSConfig", Jt);
506
502
  x(this, "state", {
507
503
  isSelected: !1,
508
504
  actionToken: null
509
505
  });
510
- this.Skeleton = Jt;
506
+ this.Skeleton = Qt;
511
507
  }
512
508
  get uniqueIdentifier() {
513
509
  return this.options.consentTemplateId;
514
510
  }
515
511
  iframeUrl() {
516
- return Kt(this.options);
512
+ return Zt(this.options);
517
513
  }
518
- handleStateChange(d) {
519
- const { isSelected: s, actionToken: u } = d;
520
- this.state = { isSelected: s, actionToken: u }, this.options.onEvent({
514
+ handleStateChange(f) {
515
+ const { isSelected: a, actionToken: u } = f;
516
+ this.state = { isSelected: a, actionToken: u }, this.options.onEvent({
521
517
  eventName: "CONSENT_CHECKBOX_CHANGE",
522
- isSelected: s,
518
+ isSelected: a,
523
519
  actionToken: u
524
520
  });
525
521
  }
526
522
  setupListeners() {
527
- return M(this, null, function* () {
528
- yield me(Yi.prototype, this, "setupListeners").call(this), ei(this.uniqueIdentifier, {
523
+ return B(this, null, function* () {
524
+ yield ye(Gi.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
529
525
  onStateChange: this.handleStateChange.bind(this)
530
526
  });
531
527
  });
@@ -534,123 +530,137 @@ class Yi extends ve {
534
530
  return this.state;
535
531
  }
536
532
  }
537
- function Qt(o, f, d) {
538
- return M(this, null, function* () {
539
- var _, X;
533
+ function Xt(o) {
534
+ if (typeof o != "string") return;
535
+ const s = o.trim();
536
+ if (s === "") {
537
+ console.warn("Soyio widget: externalRightsExerciseUrl is empty or whitespace and will be ignored.");
538
+ return;
539
+ }
540
+ try {
541
+ return new URL(s), s;
542
+ } catch (f) {
543
+ console.warn(`Soyio widget: externalRightsExerciseUrl "${s}" is not a valid URI and will be ignored.`);
544
+ return;
545
+ }
546
+ }
547
+ function er(o, s, f) {
548
+ return B(this, null, function* () {
549
+ var ne, ee;
540
550
  if (!o.contentWindow)
541
551
  throw new Error("Invalid iframe: contentWindow is null");
542
- const { redecOperationIds: s, content: u, header: g, rightExamples: m, consentManagement: y, appearance: I } = f, k = (_ = I == null ? void 0 : I.config) == null ? void 0 : _.showHeader, R = (X = I == null ? void 0 : I.config) == null ? void 0 : X.showConsentManagementHeader, B = y !== void 0 && Object.values(y).some((G) => Array.isArray(G) ? G.length > 0 : G != null) ? y : void 0;
543
- Array.isArray(B == null ? void 0 : B.scopeGroups) && B.scopeGroups.length > 0 && f.groupConsentsByScope !== !0 && console.warn(
552
+ const { redecOperationIds: a, content: u, header: g, rightExamples: m, consentManagement: y, appearance: I, externalRightsExerciseUrl: k } = s, R = (ne = I == null ? void 0 : I.config) == null ? void 0 : ne.showHeader, N = (ee = I == null ? void 0 : I.config) == null ? void 0 : ee.showConsentManagementHeader, H = Xt(k), D = y !== void 0 && Object.values(y).some((Z) => Array.isArray(Z) ? Z.length > 0 : Z != null) ? y : void 0;
553
+ Array.isArray(D == null ? void 0 : D.scopeGroups) && D.scopeGroups.length > 0 && s.groupConsentsByScope !== !0 && console.warn(
544
554
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
545
555
  );
546
- const O = {};
547
- if (typeof s != "undefined" && (O.redecOperationIds = s), typeof u != "undefined" && (O.content = u), typeof g != "undefined" && (O.header = g), typeof m != "undefined" && (O.rightExamples = m), typeof B != "undefined" && (O.consentManagement = B), (typeof k == "boolean" || typeof R == "boolean") && (O.appearance = {
548
- config: $e($e({}, typeof k == "boolean" ? { showHeader: k } : {}), typeof R == "boolean" ? { showConsentManagementHeader: R } : {})
549
- }), Object.keys(O).length === 0) return;
550
- const N = yield Promise.resolve().then(() => be);
556
+ const M = {};
557
+ if (typeof a != "undefined" && (M.redecOperationIds = a), typeof u != "undefined" && (M.content = u), typeof g != "undefined" && (M.header = g), typeof m != "undefined" && (M.rightExamples = m), typeof H != "undefined" && (M.externalRightsExerciseUrl = H), typeof D != "undefined" && (M.consentManagement = D), (typeof R == "boolean" || typeof N == "boolean") && (M.appearance = {
558
+ config: me(me({}, typeof R == "boolean" ? { showHeader: R } : {}), typeof N == "boolean" ? { showConsentManagementHeader: N } : {})
559
+ }), Object.keys(M).length === 0) return;
560
+ const X = yield Promise.resolve().then(() => we);
551
561
  try {
552
- yield N.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", $e({
553
- identifier: d
554
- }, O));
555
- } catch (G) {
556
- console.error("Failed to send privacy center config:", G);
562
+ yield X.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", me({
563
+ identifier: f
564
+ }, M));
565
+ } catch (Z) {
566
+ console.error("Failed to send privacy center config:", Z);
557
567
  }
558
568
  });
559
569
  }
560
- function Zt(o) {
561
- var m, y, I, k, R, U;
562
- const f = (m = o.isSandbox) != null ? m : !1, d = o.developmentUrl || (f ? zt : jt), s = new URLSearchParams();
563
- if (s.set("sdkVersion", We), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && s.set("enabledRights", o.enabledRights.join(",")), (k = o.dataSubjects) != null && k.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
564
- (O) => O != null
570
+ function ir(o) {
571
+ var m, y, I, k, R, N;
572
+ const s = (m = o.isSandbox) != null ? m : !1, f = o.developmentUrl || (s ? Ft : zt), a = new URLSearchParams();
573
+ if (a.set("sdkVersion", Oe), o.sessionToken ? a.set("sessionToken", o.sessionToken) : o.companyId && a.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && a.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && a.set("enabledRights", o.enabledRights.join(",")), (k = o.dataSubjects) != null && k.length && a.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && a.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
574
+ (_) => _ != null
565
575
  )) {
566
- const O = JSON.stringify(o.fileRequisites);
567
- s.set("fileRequisites", O);
576
+ const _ = JSON.stringify(o.fileRequisites);
577
+ a.set("fileRequisites", _);
568
578
  }
569
579
  if (o.consentManagement) {
570
- const { scopeGroups: B } = o.consentManagement, O = Array.isArray(B) && B.length > 0;
571
- if (O && o.groupConsentsByScope !== !0 && console.warn(
580
+ const { scopeGroups: H } = o.consentManagement, _ = Array.isArray(H) && H.length > 0;
581
+ if (_ && o.groupConsentsByScope !== !0 && console.warn(
572
582
  "Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
573
- ), O) {
574
- const N = JSON.stringify(o.consentManagement);
575
- s.set("consentManagement", N);
583
+ ), _) {
584
+ const D = JSON.stringify(o.consentManagement);
585
+ a.set("consentManagement", D);
576
586
  }
577
587
  }
578
- o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
579
- const u = (U = (R = o.appearance) == null ? void 0 : R.config) == null ? void 0 : U.consentControl;
580
- u && s.set("consentControl", u), o.consentRetentionPeriod && s.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && s.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && s.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && s.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
581
- const g = s.toString();
582
- return `${d}${g ? `?${g}` : ""}`;
588
+ o.demo !== void 0 && a.set("demo", String(o.demo)), o.consentMode && a.set("consentMode", o.consentMode);
589
+ const u = (N = (R = o.appearance) == null ? void 0 : R.config) == null ? void 0 : N.consentControl;
590
+ u && a.set("consentControl", u), o.consentRetentionPeriod && a.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && a.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && a.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && a.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
591
+ const g = a.toString();
592
+ return `${f}${g ? `?${g}` : ""}`;
583
593
  }
584
- class Ji extends ve {
594
+ class Vi extends be {
585
595
  constructor() {
586
596
  super(...arguments);
587
597
  x(this, "defaultIframePrefix", "privacy-center");
588
598
  x(this, "_uniqueIdentifier", "privacy-center");
589
- x(this, "defaultIframeCSSConfig", Yt);
599
+ x(this, "defaultIframeCSSConfig", Kt);
590
600
  }
591
601
  get uniqueIdentifier() {
592
602
  return this._uniqueIdentifier;
593
603
  }
594
604
  handleIframeReady() {
595
- return M(this, null, function* () {
596
- yield me(Ji.prototype, this, "handleIframeReady").call(this), this.iframe && (yield Qt(this.iframe, this.options, this.uniqueIdentifier));
605
+ return B(this, null, function* () {
606
+ yield ye(Vi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield er(this.iframe, this.options, this.uniqueIdentifier));
597
607
  });
598
608
  }
599
609
  iframeUrl() {
600
- return Zt(this.options);
610
+ return ir(this.options);
601
611
  }
602
612
  }
603
- const Ir = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
613
+ const Rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
604
614
  __proto__: null
605
- }, Symbol.toStringTag, { value: "Module" })), Ki = "WIDGET_EVENT";
606
- function Oe(o, f) {
607
- return o || (f ? Vi : Gi);
615
+ }, Symbol.toStringTag, { value: "Module" })), Yi = "WIDGET_EVENT";
616
+ function Ne(o, s) {
617
+ return o || (s ? Bt : Mt);
608
618
  }
609
- function Xt(o) {
610
- let f = "widget/";
611
- return "disclosureRequestId" in o.configProps ? f += ["disclosures", o.configProps.disclosureRequestId].join("/") : f += o.request, f;
619
+ function tr(o) {
620
+ let s = "widget/";
621
+ return "disclosureRequestId" in o.configProps ? s += ["disclosures", o.configProps.disclosureRequestId].join("/") : s += o.request, s;
612
622
  }
613
- function er(o) {
623
+ function rr(o) {
614
624
  var g;
615
- const f = (g = o.isSandbox) != null ? g : !1, d = Oe(o.developmentUrl, f), s = Object.entries(o.configProps).filter(([m, y]) => y || m === "disclosureRequestId").map(([m, y]) => `${m}=${encodeURIComponent(y)}`).join("&"), u = Xt(o);
616
- return `${d}/${u}?sdk=web&sdkVersion=${We}&${s}`;
625
+ const s = (g = o.isSandbox) != null ? g : !1, f = Ne(o.developmentUrl, s), a = Object.entries(o.configProps).filter(([m, y]) => y || m === "disclosureRequestId").map(([m, y]) => `${m}=${encodeURIComponent(y)}`).join("&"), u = tr(o);
626
+ return `${f}/${u}?sdk=web&sdkVersion=${Oe}&${a}`;
617
627
  }
618
- function ir(o) {
628
+ function nr(o) {
619
629
  return `embed/widget/disclosures/${o.disclosureRequestId}`;
620
630
  }
621
- function tr(o, f) {
631
+ function or(o, s) {
622
632
  var m;
623
- const d = (m = o.isSandbox) != null ? m : !1, s = Oe(o.developmentUrl, d), u = ir(o), g = new URLSearchParams({
633
+ const f = (m = o.isSandbox) != null ? m : !1, a = Ne(o.developmentUrl, f), u = nr(o), g = new URLSearchParams({
624
634
  sdk: "web",
625
- sdkVersion: We,
626
- identifier: f
635
+ sdkVersion: Oe,
636
+ identifier: s
627
637
  });
628
- return o.customColor && g.set("customColor", o.customColor), `${s}/${u}?${g.toString()}`;
638
+ return o.customColor && g.set("customColor", o.customColor), `${a}/${u}?${g.toString()}`;
629
639
  }
630
- function rr(o, f) {
640
+ function sr(o, s) {
631
641
  var u;
632
- const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
633
- session_token: f.sessionToken,
634
- company_id: f.companyId,
635
- identifier: f.identifier
642
+ const f = Ne(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), a = new URLSearchParams({
643
+ session_token: s.sessionToken,
644
+ company_id: s.companyId,
645
+ identifier: s.identifier
636
646
  });
637
- return `${d}/widget/register_passkey?${s.toString()}`;
647
+ return `${f}/widget/register_passkey?${a.toString()}`;
638
648
  }
639
- function nr(o, f) {
649
+ function fr(o, s) {
640
650
  var u;
641
- const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
642
- requestable_id: f.requestableToken,
643
- identifier: f.identifier
651
+ const f = Ne(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), a = new URLSearchParams({
652
+ requestable_id: s.requestableToken,
653
+ identifier: s.identifier
644
654
  });
645
- return `${d}/widget/passkey_authentication?${s.toString()}`;
655
+ return `${f}/widget/passkey_authentication?${a.toString()}`;
646
656
  }
647
- function or(o) {
657
+ function ar(o) {
648
658
  return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
649
659
  }
650
- function sr(o) {
660
+ function dr(o) {
651
661
  return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
652
662
  }
653
- class Qe extends ve {
663
+ class Ze extends be {
654
664
  constructor() {
655
665
  super(...arguments);
656
666
  x(this, "defaultIframePrefix", "disclosure-request-box");
@@ -659,47 +669,47 @@ class Qe extends ve {
659
669
  x(this, "isReadyCallbackFired", !1);
660
670
  }
661
671
  iframeUrl() {
662
- return tr(this.options, this.uniqueIdentifier);
672
+ return or(this.options, this.uniqueIdentifier);
663
673
  }
664
- mount(d) {
665
- return M(this, null, function* () {
666
- return this.isReadyCallbackFired = !1, yield me(Qe.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
674
+ mount(f) {
675
+ return B(this, null, function* () {
676
+ return this.isReadyCallbackFired = !1, yield ye(Ze.prototype, this, "mount").call(this, f), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
667
677
  this.notifyReady();
668
678
  }, this) : this;
669
679
  });
670
680
  }
671
681
  unmount() {
672
- var d;
673
- this.removePopupListener(), (d = this.passkeyPopupWindow) == null || d.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
682
+ var f;
683
+ this.removePopupListener(), (f = this.passkeyPopupWindow) == null || f.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
674
684
  }
675
685
  setupListeners() {
676
- return M(this, null, function* () {
677
- yield me(Qe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ei(this.uniqueIdentifier, {
678
- onInfo: (d) => this.handleInfoEvent(d)
686
+ return B(this, null, function* () {
687
+ yield ye(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
688
+ onInfo: (f) => this.handleInfoEvent(f)
679
689
  });
680
690
  });
681
691
  }
682
692
  handleIframeReady() {
683
- return M(this, null, function* () {
693
+ return B(this, null, function* () {
684
694
  this.notifyReady();
685
695
  });
686
696
  }
687
697
  notifyReady() {
688
- var d, s;
689
- this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (s = (d = this.options).onReady) == null || s.call(d));
698
+ var f, a;
699
+ this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (a = (f = this.options).onReady) == null || a.call(f));
690
700
  }
691
- triggerEvent(d) {
692
- this.options.onEvent(d);
701
+ triggerEvent(f) {
702
+ this.options.onEvent(f);
693
703
  }
694
704
  mountPopupListener() {
695
- return M(this, null, function* () {
696
- const d = yield Promise.resolve().then(() => be);
697
- this.removePopupListener(), this.popupListener = d.on(Ki, (u) => M(this, [u], function* ({ data: s }) {
698
- return s.eventName !== "PASSKEY_REGISTERED" && s.eventName !== "PASSKEY_AUTHENTICATED" || s.identifier !== this.uniqueIdentifier || (s.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
705
+ return B(this, null, function* () {
706
+ const f = yield Promise.resolve().then(() => we);
707
+ this.removePopupListener(), this.popupListener = f.on(Yi, (u) => B(this, [u], function* ({ data: a }) {
708
+ return a.eventName !== "PASSKEY_REGISTERED" && a.eventName !== "PASSKEY_AUTHENTICATED" || a.identifier !== this.uniqueIdentifier || (a.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
699
709
  eventName: "PASSKEY_REGISTERED",
700
710
  type: "PASSKEY_REGISTERED",
701
711
  identifier: this.uniqueIdentifier
702
- })), s.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
712
+ })), a.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
703
713
  eventName: "PASSKEY_AUTHENTICATED",
704
714
  type: "PASSKEY_AUTHENTICATED",
705
715
  identifier: this.uniqueIdentifier
@@ -710,18 +720,18 @@ class Qe extends ve {
710
720
  removePopupListener() {
711
721
  this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
712
722
  }
713
- handleInfoEvent(d) {
714
- if (this.triggerEvent(d), or(d)) {
715
- this.openPasskeyRegistrationPopup(d);
723
+ handleInfoEvent(f) {
724
+ if (this.triggerEvent(f), ar(f)) {
725
+ this.openPasskeyRegistrationPopup(f);
716
726
  return;
717
727
  }
718
- sr(d) && this.openPasskeyAuthenticationPopup(d);
728
+ dr(f) && this.openPasskeyAuthenticationPopup(f);
719
729
  }
720
- notifyPasskeyEvent(d) {
730
+ notifyPasskeyEvent(f) {
721
731
  var u;
722
732
  if (!((u = this.iframe) != null && u.contentWindow)) return;
723
- const s = new URL(this.iframe.src).origin;
724
- this.iframe.contentWindow.postMessage(JSON.stringify({ type: d }), s);
733
+ const a = new URL(this.iframe.src).origin;
734
+ this.iframe.contentWindow.postMessage(JSON.stringify({ type: f }), a);
725
735
  }
726
736
  notifyPasskeyRegistered() {
727
737
  this.notifyPasskeyEvent("PASSKEY_REGISTERED");
@@ -729,107 +739,107 @@ class Qe extends ve {
729
739
  notifyPasskeyAuthenticated() {
730
740
  this.notifyPasskeyEvent("PASSKEY_AUTHENTICATED");
731
741
  }
732
- openPasskeyRegistrationPopup(d) {
733
- if (!d.sessionToken || !d.companyId) return;
734
- const s = rr(this.options, {
735
- sessionToken: d.sessionToken,
736
- companyId: d.companyId,
742
+ openPasskeyRegistrationPopup(f) {
743
+ if (!f.sessionToken || !f.companyId) return;
744
+ const a = sr(this.options, {
745
+ sessionToken: f.sessionToken,
746
+ companyId: f.companyId,
737
747
  identifier: this.uniqueIdentifier
738
748
  });
739
- this.passkeyPopupWindow = window.open(s, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
749
+ this.passkeyPopupWindow = window.open(a, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
740
750
  }
741
- openPasskeyAuthenticationPopup(d) {
742
- if (!d.requestableToken) return;
743
- const s = nr(this.options, {
744
- requestableToken: d.requestableToken,
751
+ openPasskeyAuthenticationPopup(f) {
752
+ if (!f.requestableToken) return;
753
+ const a = fr(this.options, {
754
+ requestableToken: f.requestableToken,
745
755
  identifier: this.uniqueIdentifier
746
756
  });
747
- this.passkeyPopupWindow = window.open(s, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
757
+ this.passkeyPopupWindow = window.open(a, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
748
758
  }
749
759
  }
750
- let ie = null, Je = null;
751
- function Ze(o = null) {
752
- ie && !ie.closed && ie.focus(), o == null || o.preventDefault();
760
+ let re = null, Ke = null;
761
+ function Xe(o = null) {
762
+ re && !re.closed && re.focus(), o == null || o.preventDefault();
753
763
  }
754
- function Ne() {
755
- document.body.style.filter = "", document.body.removeEventListener("click", Ze);
764
+ function Me() {
765
+ document.body.style.filter = "", document.body.removeEventListener("click", Xe);
756
766
  }
757
- function fr() {
758
- Je = setInterval(() => {
759
- (!ie || ie.closed) && (Je && clearInterval(Je), Ne());
760
- }, _t);
767
+ function cr() {
768
+ Ke = setInterval(() => {
769
+ (!re || re.closed) && (Ke && clearInterval(Ke), Me());
770
+ }, Vt);
761
771
  }
762
- function ar(o) {
763
- const f = er(o), d = Ut, s = qt, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, m = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = m / window.screen.availWidth, k = (m - d) / 2 / I + u, R = (y - s) / 2 / I + g, U = [
772
+ function pr(o) {
773
+ const s = rr(o), f = qt, a = Gt, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, m = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = m / window.screen.availWidth, k = (m - f) / 2 / I + u, R = (y - a) / 2 / I + g, N = [
764
774
  "scrollbars=yes",
765
- `width=${d}`,
766
- `height=${s}`,
775
+ `width=${f}`,
776
+ `height=${a}`,
767
777
  `top=${R}`,
768
778
  `left=${k}`
769
- ].join(","), B = window.open("about:blank", "Soyio", U);
770
- B ? (ie = B, ie.location.href = f, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Ze), Ze(), fr()) : (Ne(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
779
+ ].join(","), H = window.open("about:blank", "Soyio", N);
780
+ H ? (re = H, re.location.href = s, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), cr()) : (Me(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
771
781
  }
772
- function dr() {
773
- ie && (ie.close(), ie = null), Ne();
782
+ function lr() {
783
+ re && (re.close(), re = null), Me();
774
784
  }
775
- let ye = null;
776
- function cr() {
777
- ye && (ye.cancel(), ye = null);
785
+ let ve = null;
786
+ function Sr() {
787
+ ve && (ve.cancel(), ve = null);
778
788
  }
779
- function pr(o) {
780
- return M(this, null, function* () {
781
- const { onEvent: f } = o, d = yield Promise.resolve().then(() => be);
782
- ye && cr(), ye = d.on(Ki, (u) => M(null, [u], function* ({ data: s }) {
783
- return f(s), Ft.includes(s.eventName) ? dr() : s.eventName === Ht && Ne(), Promise.resolve();
789
+ function ur(o) {
790
+ return B(this, null, function* () {
791
+ const { onEvent: s } = o, f = yield Promise.resolve().then(() => we);
792
+ ve && Sr(), ve = f.on(Yi, (u) => B(null, [u], function* ({ data: a }) {
793
+ return s(a), Ht.includes(a.eventName) ? lr() : a.eventName === _t && Me(), Promise.resolve();
784
794
  }));
785
795
  });
786
796
  }
787
- function lr(o) {
788
- pr(o);
797
+ function Cr(o) {
798
+ ur(o);
789
799
  }
790
- var Le, Qi;
791
- class Tr {
792
- constructor(f) {
793
- Oi(this, Le);
800
+ var We, Ji;
801
+ class xr {
802
+ constructor(s) {
803
+ Oi(this, We);
794
804
  x(this, "onEvent");
795
- this.onEvent = f.onEvent, Ae && (ar(f), lr({
796
- onEvent: Ni(this, Le, Qi).bind(this)
805
+ this.onEvent = s.onEvent, Le && (pr(s), Cr({
806
+ onEvent: Ni(this, We, Ji).bind(this)
797
807
  }));
798
808
  }
799
809
  }
800
- Le = new WeakSet(), Qi = function(f) {
801
- this.onEvent(f);
810
+ We = new WeakSet(), Ji = function(s) {
811
+ this.onEvent(s);
802
812
  };
803
- const Sr = "#/definitions/SoyioAppearance", ur = "http://json-schema.org/draft-07/schema#", Cr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"}}`), kr = {
804
- $ref: Sr,
805
- $schema: ur,
806
- definitions: Cr
807
- }, hr = "#/definitions/SoyioWidgetConfig", Pr = "http://json-schema.org/draft-07/schema#", gr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Rr = {
813
+ const hr = "#/definitions/SoyioAppearance", Pr = "http://json-schema.org/draft-07/schema#", gr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"}}`), Er = {
808
814
  $ref: hr,
809
815
  $schema: Pr,
810
816
  definitions: gr
817
+ }, $r = "#/definitions/SoyioWidgetConfig", mr = "http://json-schema.org/draft-07/schema#", yr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Dr = {
818
+ $ref: $r,
819
+ $schema: mr,
820
+ definitions: yr
811
821
  };
812
- function $r(o) {
822
+ function vr(o) {
813
823
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
814
824
  }
815
- var Ke = { exports: {} }, De = { exports: {} }, mr = De.exports, qi;
816
- function yr() {
817
- return qi || (qi = 1, function(o, f) {
818
- (function(d, s) {
819
- o.exports = s();
820
- })(typeof self != "undefined" ? self : mr, function() {
821
- return function(d) {
822
- var s = {};
825
+ var Qe = { exports: {} }, Ae = { exports: {} }, br = Ae.exports, _i;
826
+ function wr() {
827
+ return _i || (_i = 1, function(o, s) {
828
+ (function(f, a) {
829
+ o.exports = a();
830
+ })(typeof self != "undefined" ? self : br, function() {
831
+ return function(f) {
832
+ var a = {};
823
833
  function u(g) {
824
- if (s[g]) return s[g].exports;
825
- var m = s[g] = {
834
+ if (a[g]) return a[g].exports;
835
+ var m = a[g] = {
826
836
  i: g,
827
837
  l: !1,
828
838
  exports: {}
829
839
  };
830
- return d[g].call(m.exports, m, m.exports, u), m.l = !0, m.exports;
840
+ return f[g].call(m.exports, m, m.exports, u), m.l = !0, m.exports;
831
841
  }
832
- return u.m = d, u.c = s, u.d = function(g, m, y) {
842
+ return u.m = f, u.c = a, u.d = function(g, m, y) {
833
843
  u.o(g, m) || Object.defineProperty(g, m, {
834
844
  enumerable: !0,
835
845
  get: y
@@ -860,36 +870,36 @@ function yr() {
860
870
  }, u.o = function(g, m) {
861
871
  return {}.hasOwnProperty.call(g, m);
862
872
  }, u.p = "", u(u.s = 0);
863
- }([function(d, s, u) {
864
- u.r(s), u.d(s, "Promise", function() {
873
+ }([function(f, a, u) {
874
+ u.r(a), u.d(a, "Promise", function() {
865
875
  return E;
866
- }), u.d(s, "TYPES", function() {
867
- return gt;
868
- }), u.d(s, "ProxyWindow", function() {
876
+ }), u.d(a, "TYPES", function() {
877
+ return ht;
878
+ }), u.d(a, "ProxyWindow", function() {
869
879
  return K;
870
- }), u.d(s, "setup", function() {
880
+ }), u.d(a, "setup", function() {
871
881
  return xi;
872
- }), u.d(s, "destroy", function() {
873
- return Pt;
874
- }), u.d(s, "serializeMessage", function() {
875
- return St;
876
- }), u.d(s, "deserializeMessage", function() {
877
- return ut;
878
- }), u.d(s, "createProxyWindow", function() {
882
+ }), u.d(a, "destroy", function() {
879
883
  return Ct;
880
- }), u.d(s, "toProxyWindow", function() {
881
- return ht;
882
- }), u.d(s, "on", function() {
883
- return se;
884
- }), u.d(s, "once", function() {
884
+ }), u.d(a, "serializeMessage", function() {
885
+ return pt;
886
+ }), u.d(a, "deserializeMessage", function() {
885
887
  return lt;
886
- }), u.d(s, "send", function() {
887
- return te;
888
- }), u.d(s, "markWindowKnown", function() {
888
+ }), u.d(a, "createProxyWindow", function() {
889
+ return St;
890
+ }), u.d(a, "toProxyWindow", function() {
891
+ return ut;
892
+ }), u.d(a, "on", function() {
893
+ return de;
894
+ }), u.d(a, "once", function() {
895
+ return ct;
896
+ }), u.d(a, "send", function() {
897
+ return oe;
898
+ }), u.d(a, "markWindowKnown", function() {
889
899
  return Pi;
890
- }), u.d(s, "cleanUpWindow", function() {
891
- return $t;
892
- }), u.d(s, "bridge", function() {
900
+ }), u.d(a, "cleanUpWindow", function() {
901
+ return Pt;
902
+ }), u.d(a, "bridge", function() {
893
903
  });
894
904
  function g(e) {
895
905
  return {}.toString.call(e) === "[object RegExp]";
@@ -915,20 +925,20 @@ function yr() {
915
925
  } catch (t) {
916
926
  }
917
927
  }
918
- function U(e) {
928
+ function N(e) {
919
929
  if (e === void 0 && (e = window), e && !R(e)) try {
920
930
  return e.opener;
921
931
  } catch (t) {
922
932
  }
923
933
  }
924
- function B(e) {
934
+ function H(e) {
925
935
  try {
926
936
  return !0;
927
937
  } catch (t) {
928
938
  }
929
939
  return !1;
930
940
  }
931
- function O(e) {
941
+ function _(e) {
932
942
  e === void 0 && (e = window);
933
943
  var t = e.location;
934
944
  if (!t) throw new Error("Can not read window location");
@@ -937,18 +947,18 @@ function yr() {
937
947
  if (i === "file:") return "file://";
938
948
  if (i === "about:") {
939
949
  var r = R(e);
940
- return r && B() ? O(r) : "about://";
950
+ return r && H() ? _(r) : "about://";
941
951
  }
942
952
  var n = t.host;
943
953
  if (!n) throw new Error("Can not read window host");
944
954
  return i + "//" + n;
945
955
  }
946
- function N(e) {
956
+ function D(e) {
947
957
  e === void 0 && (e = window);
948
- var t = O(e);
958
+ var t = _(e);
949
959
  return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
950
960
  }
951
- function _(e) {
961
+ function M(e) {
952
962
  if (!function(t) {
953
963
  try {
954
964
  if (t === window) return !0;
@@ -960,32 +970,32 @@ function yr() {
960
970
  } catch (r) {
961
971
  }
962
972
  try {
963
- if (k(t) && B()) return !0;
973
+ if (k(t) && H()) return !0;
964
974
  } catch (r) {
965
975
  }
966
976
  try {
967
977
  if (function(r) {
968
978
  return r === void 0 && (r = window), I(r) === "mock:";
969
- }(t) && B()) return !0;
979
+ }(t) && H()) return !0;
970
980
  } catch (r) {
971
981
  }
972
982
  try {
973
- if (O(t) === O(window)) return !0;
983
+ if (_(t) === _(window)) return !0;
974
984
  } catch (r) {
975
985
  }
976
986
  return !1;
977
987
  }(e)) return !1;
978
988
  try {
979
- if (e === window || k(e) && B() || N(window) === N(e)) return !0;
989
+ if (e === window || k(e) && H() || D(window) === D(e)) return !0;
980
990
  } catch (t) {
981
991
  }
982
992
  return !1;
983
993
  }
984
994
  function X(e) {
985
- if (!_(e)) throw new Error("Expected window to be same domain");
995
+ if (!M(e)) throw new Error("Expected window to be same domain");
986
996
  return e;
987
997
  }
988
- function G(e, t) {
998
+ function ne(e, t) {
989
999
  if (!e || !t) return !1;
990
1000
  var i = R(t);
991
1001
  return i ? i === e : function(r) {
@@ -993,12 +1003,12 @@ function yr() {
993
1003
  try {
994
1004
  for (; r.parent !== r; )
995
1005
  n.push(r.parent), r = r.parent;
996
- } catch (a) {
1006
+ } catch (d) {
997
1007
  }
998
1008
  return n;
999
1009
  }(t).indexOf(e) !== -1;
1000
1010
  }
1001
- function ae(e) {
1011
+ function ee(e) {
1002
1012
  var t = [], i;
1003
1013
  try {
1004
1014
  i = e.frames;
@@ -1013,13 +1023,13 @@ function yr() {
1013
1023
  if (r === 0) return t;
1014
1024
  if (r) {
1015
1025
  for (var n = 0; n < r; n++) {
1016
- var a = void 0;
1026
+ var d = void 0;
1017
1027
  try {
1018
- a = i[n];
1028
+ d = i[n];
1019
1029
  } catch (l) {
1020
1030
  continue;
1021
1031
  }
1022
- t.push(a);
1032
+ t.push(d);
1023
1033
  }
1024
1034
  return t;
1025
1035
  }
@@ -1035,8 +1045,8 @@ function yr() {
1035
1045
  }
1036
1046
  return t;
1037
1047
  }
1038
- var we = [], de = [];
1039
- function Q(e, t) {
1048
+ var Z = [], Ie = [];
1049
+ function q(e, t) {
1040
1050
  t === void 0 && (t = !0);
1041
1051
  try {
1042
1052
  if (e === window) return !1;
@@ -1053,7 +1063,7 @@ function yr() {
1053
1063
  } catch (n) {
1054
1064
  return !n || n.message !== m;
1055
1065
  }
1056
- if (t && _(e)) try {
1066
+ if (t && M(e)) try {
1057
1067
  if (e.mockclosed) return !0;
1058
1068
  } catch (n) {
1059
1069
  }
@@ -1061,40 +1071,40 @@ function yr() {
1061
1071
  if (!e.parent || !e.top) return !0;
1062
1072
  } catch (n) {
1063
1073
  }
1064
- var i = function(n, a) {
1074
+ var i = function(n, d) {
1065
1075
  for (var c = 0; c < n.length; c++) try {
1066
- if (n[c] === a) return c;
1076
+ if (n[c] === d) return c;
1067
1077
  } catch (S) {
1068
1078
  }
1069
1079
  return -1;
1070
- }(we, e);
1080
+ }(Z, e);
1071
1081
  if (i !== -1) {
1072
- var r = de[i];
1082
+ var r = Ie[i];
1073
1083
  if (r && function(n) {
1074
1084
  if (!n.contentWindow || !n.parentNode) return !0;
1075
- var a = n.ownerDocument;
1076
- if (a && a.documentElement && !a.documentElement.contains(n)) {
1085
+ var d = n.ownerDocument;
1086
+ if (d && d.documentElement && !d.documentElement.contains(n)) {
1077
1087
  for (var c = n; c.parentNode && c.parentNode !== c; ) c = c.parentNode;
1078
- if (!c.host || !a.documentElement.contains(c.host)) return !0;
1088
+ if (!c.host || !d.documentElement.contains(c.host)) return !0;
1079
1089
  }
1080
1090
  return !1;
1081
1091
  }(r)) return !0;
1082
1092
  }
1083
1093
  return !1;
1084
1094
  }
1085
- function ii(e) {
1086
- return e === void 0 && (e = window), U(e = e || window) || R(e) || void 0;
1095
+ function ce(e) {
1096
+ return e === void 0 && (e = window), N(e = e || window) || R(e) || void 0;
1087
1097
  }
1088
- function fe(e, t) {
1098
+ function ie(e, t) {
1089
1099
  if (typeof e == "string") {
1090
1100
  if (typeof t == "string") return e === "*" || t === e;
1091
1101
  if (g(t) || Array.isArray(t)) return !1;
1092
1102
  }
1093
1103
  return g(e) ? g(t) ? e.toString() === t.toString() : !Array.isArray(t) && !!t.match(e) : !!Array.isArray(e) && (Array.isArray(t) ? JSON.stringify(e) === JSON.stringify(t) : !g(t) && e.some(function(i) {
1094
- return fe(i, t);
1104
+ return ie(i, t);
1095
1105
  }));
1096
1106
  }
1097
- function Ie(e) {
1107
+ function Te(e) {
1098
1108
  try {
1099
1109
  if (e === window) return !0;
1100
1110
  } catch (t) {
@@ -1137,13 +1147,13 @@ function yr() {
1137
1147
  return !1;
1138
1148
  }
1139
1149
  function ti(e) {
1140
- if (_(e)) return X(e).frameElement;
1150
+ if (M(e)) return X(e).frameElement;
1141
1151
  for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
1142
1152
  var r = i[t];
1143
1153
  if (r && r.contentWindow && r.contentWindow === e) return r;
1144
1154
  }
1145
1155
  }
1146
- function Xi(e) {
1156
+ function Qi(e) {
1147
1157
  if (function(i) {
1148
1158
  return i === void 0 && (i = window), !!R(i);
1149
1159
  }(e)) {
@@ -1158,7 +1168,7 @@ function yr() {
1158
1168
  } catch (i) {
1159
1169
  }
1160
1170
  }
1161
- function re(e) {
1171
+ function se(e) {
1162
1172
  try {
1163
1173
  if (!e) return !1;
1164
1174
  if (typeof Promise != "undefined" && e instanceof Promise) return !0;
@@ -1174,58 +1184,58 @@ function yr() {
1174
1184
  }
1175
1185
  return !1;
1176
1186
  }
1177
- var ri = [], ce = [], Me = 0, pe;
1187
+ var ri = [], pe = [], Be = 0, le;
1178
1188
  function ni() {
1179
- if (!Me && pe) {
1180
- var e = pe;
1181
- pe = null, e.resolve();
1189
+ if (!Be && le) {
1190
+ var e = le;
1191
+ le = null, e.resolve();
1182
1192
  }
1183
1193
  }
1184
- function Be() {
1185
- Me += 1;
1194
+ function je() {
1195
+ Be += 1;
1186
1196
  }
1187
- function le() {
1188
- Me -= 1, ni();
1197
+ function Se() {
1198
+ Be -= 1, ni();
1189
1199
  }
1190
1200
  var E = function() {
1191
1201
  function e(i) {
1192
1202
  var r = this;
1193
1203
  if (this.resolved = void 0, this.rejected = void 0, this.errorHandled = void 0, this.value = void 0, this.error = void 0, this.handlers = void 0, this.dispatching = void 0, this.stack = void 0, this.resolved = !1, this.rejected = !1, this.errorHandled = !1, this.handlers = [], i) {
1194
- var n, a, c = !1, S = !1, l = !1;
1195
- Be();
1204
+ var n, d, c = !1, S = !1, l = !1;
1205
+ je();
1196
1206
  try {
1197
1207
  i(function(p) {
1198
1208
  l ? r.resolve(p) : (c = !0, n = p);
1199
1209
  }, function(p) {
1200
- l ? r.reject(p) : (S = !0, a = p);
1210
+ l ? r.reject(p) : (S = !0, d = p);
1201
1211
  });
1202
1212
  } catch (p) {
1203
- le(), this.reject(p);
1213
+ Se(), this.reject(p);
1204
1214
  return;
1205
1215
  }
1206
- le(), l = !0, c ? this.resolve(n) : S && this.reject(a);
1216
+ Se(), l = !0, c ? this.resolve(n) : S && this.reject(d);
1207
1217
  }
1208
1218
  }
1209
1219
  var t = e.prototype;
1210
1220
  return t.resolve = function(i) {
1211
1221
  if (this.resolved || this.rejected) return this;
1212
- if (re(i)) throw new Error("Can not resolve promise with another promise");
1222
+ if (se(i)) throw new Error("Can not resolve promise with another promise");
1213
1223
  return this.resolved = !0, this.value = i, this.dispatch(), this;
1214
1224
  }, t.reject = function(i) {
1215
1225
  var r = this;
1216
1226
  if (this.resolved || this.rejected) return this;
1217
- if (re(i)) throw new Error("Can not reject promise with another promise");
1227
+ if (se(i)) throw new Error("Can not reject promise with another promise");
1218
1228
  if (!i) {
1219
1229
  var n = i && typeof i.toString == "function" ? i.toString() : {}.toString.call(i);
1220
1230
  i = new Error("Expected reject to be called with Error, got " + n);
1221
1231
  }
1222
1232
  return this.rejected = !0, this.error = i, this.errorHandled || setTimeout(function() {
1223
- r.errorHandled || function(a, c) {
1224
- if (ri.indexOf(a) === -1) {
1225
- ri.push(a), setTimeout(function() {
1226
- throw a;
1233
+ r.errorHandled || function(d, c) {
1234
+ if (ri.indexOf(d) === -1) {
1235
+ ri.push(d), setTimeout(function() {
1236
+ throw d;
1227
1237
  }, 1);
1228
- for (var S = 0; S < ce.length; S++) ce[S](a, c);
1238
+ for (var S = 0; S < pe.length; S++) pe[S](d, c);
1229
1239
  }
1230
1240
  }(i, r);
1231
1241
  }, 1), this.dispatch(), this;
@@ -1234,8 +1244,8 @@ function yr() {
1234
1244
  }, t.dispatch = function() {
1235
1245
  var i = this.resolved, r = this.rejected, n = this.handlers;
1236
1246
  if (!this.dispatching && (i || r)) {
1237
- this.dispatching = !0, Be();
1238
- for (var a = function($, w) {
1247
+ this.dispatching = !0, je();
1248
+ for (var d = function($, w) {
1239
1249
  return $.then(function(v) {
1240
1250
  w.resolve(v);
1241
1251
  }, function(v) {
@@ -1264,9 +1274,9 @@ function yr() {
1264
1274
  if (C instanceof e && (C.resolved || C.rejected)) {
1265
1275
  var h = C;
1266
1276
  h.resolved ? P.resolve(h.value) : P.reject(h.error), h.errorHandled = !0;
1267
- } else re(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) : a(C, P) : P.resolve(C);
1277
+ } else se(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) : d(C, P) : P.resolve(C);
1268
1278
  }
1269
- n.length = 0, this.dispatching = !1, le();
1279
+ n.length = 0, this.dispatching = !1, Se();
1270
1280
  }
1271
1281
  }, t.then = function(i, r) {
1272
1282
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.then expected a function for success handler");
@@ -1293,11 +1303,11 @@ function yr() {
1293
1303
  }, t.timeout = function(i, r) {
1294
1304
  var n = this;
1295
1305
  if (this.resolved || this.rejected) return this;
1296
- var a = setTimeout(function() {
1306
+ var d = setTimeout(function() {
1297
1307
  n.resolved || n.rejected || n.reject(r || new Error("Promise timed out after " + i + "ms"));
1298
1308
  }, i);
1299
1309
  return this.then(function(c) {
1300
- return clearTimeout(a), c;
1310
+ return clearTimeout(d), c;
1301
1311
  });
1302
1312
  }, t.toPromise = function() {
1303
1313
  if (typeof Promise == "undefined") throw new TypeError("Could not find Promise");
@@ -1305,7 +1315,7 @@ function yr() {
1305
1315
  }, t.lazy = function() {
1306
1316
  return this.errorHandled = !0, this;
1307
1317
  }, e.resolve = function(i) {
1308
- return i instanceof e ? i : re(i) ? new e(function(r, n) {
1318
+ return i instanceof e ? i : se(i) ? new e(function(r, n) {
1309
1319
  return i.then(r, n);
1310
1320
  }) : new e().resolve(i);
1311
1321
  }, e.reject = function(i) {
@@ -1313,12 +1323,12 @@ function yr() {
1313
1323
  }, e.asyncReject = function(i) {
1314
1324
  return new e().asyncReject(i);
1315
1325
  }, e.all = function(i) {
1316
- var r = new e(), n = i.length, a = [].slice();
1326
+ var r = new e(), n = i.length, d = [].slice();
1317
1327
  if (!n)
1318
- return r.resolve(a), r;
1328
+ return r.resolve(d), r;
1319
1329
  for (var c = function(p, P, C) {
1320
1330
  return P.then(function(h) {
1321
- a[p] = h, (n -= 1) == 0 && r.resolve(a);
1331
+ d[p] = h, (n -= 1) == 0 && r.resolve(d);
1322
1332
  }, function(h) {
1323
1333
  C.reject(h);
1324
1334
  });
@@ -1326,26 +1336,26 @@ function yr() {
1326
1336
  var l = i[S];
1327
1337
  if (l instanceof e) {
1328
1338
  if (l.resolved) {
1329
- a[S] = l.value, n -= 1;
1339
+ d[S] = l.value, n -= 1;
1330
1340
  continue;
1331
1341
  }
1332
- } else if (!re(l)) {
1333
- a[S] = l, n -= 1;
1342
+ } else if (!se(l)) {
1343
+ d[S] = l, n -= 1;
1334
1344
  continue;
1335
1345
  }
1336
1346
  c(S, e.resolve(l), r);
1337
1347
  }
1338
- return n === 0 && r.resolve(a), r;
1348
+ return n === 0 && r.resolve(d), r;
1339
1349
  }, e.hash = function(i) {
1340
- var r = {}, n = [], a = function(S) {
1350
+ var r = {}, n = [], d = function(S) {
1341
1351
  if (i.hasOwnProperty(S)) {
1342
1352
  var l = i[S];
1343
- re(l) ? n.push(l.then(function(p) {
1353
+ se(l) ? n.push(l.then(function(p) {
1344
1354
  r[S] = p;
1345
1355
  })) : r[S] = l;
1346
1356
  }
1347
1357
  };
1348
- for (var c in i) a(c);
1358
+ for (var c in i) d(c);
1349
1359
  return e.all(n).then(function() {
1350
1360
  return r;
1351
1361
  });
@@ -1353,43 +1363,43 @@ function yr() {
1353
1363
  return e.all(i.map(r));
1354
1364
  }, e.onPossiblyUnhandledException = function(i) {
1355
1365
  return function(r) {
1356
- return ce.push(r), {
1366
+ return pe.push(r), {
1357
1367
  cancel: function() {
1358
- ce.splice(ce.indexOf(r), 1);
1368
+ pe.splice(pe.indexOf(r), 1);
1359
1369
  }
1360
1370
  };
1361
1371
  }(i);
1362
1372
  }, e.try = function(i, r, n) {
1363
1373
  if (i && typeof i != "function" && !i.call) throw new Error("Promise.try expected a function");
1364
- var a;
1365
- Be();
1374
+ var d;
1375
+ je();
1366
1376
  try {
1367
- a = i.apply(r, n || []);
1377
+ d = i.apply(r, n || []);
1368
1378
  } catch (c) {
1369
- return le(), e.reject(c);
1379
+ return Se(), e.reject(c);
1370
1380
  }
1371
- return le(), e.resolve(a);
1381
+ return Se(), e.resolve(d);
1372
1382
  }, e.delay = function(i) {
1373
1383
  return new e(function(r) {
1374
1384
  setTimeout(r, i);
1375
1385
  });
1376
1386
  }, e.isPromise = function(i) {
1377
- return !!(i && i instanceof e) || re(i);
1387
+ return !!(i && i instanceof e) || se(i);
1378
1388
  }, e.flush = function() {
1379
1389
  return function(i) {
1380
- var r = pe = pe || new i();
1390
+ var r = le = le || new i();
1381
1391
  return ni(), r;
1382
1392
  }(e);
1383
1393
  }, e;
1384
1394
  }();
1385
- function Te(e, t) {
1395
+ function ke(e, t) {
1386
1396
  for (var i = 0; i < e.length; i++) try {
1387
1397
  if (e[i] === t) return i;
1388
1398
  } catch (r) {
1389
1399
  }
1390
1400
  return -1;
1391
1401
  }
1392
- var je = function() {
1402
+ var Ue = function() {
1393
1403
  function e() {
1394
1404
  if (this.name = void 0, this.weakmap = void 0, this.keys = void 0, this.values = void 0, this.name = "__weakmap_" + (1e9 * Math.random() >>> 0) + "__", function() {
1395
1405
  if (typeof WeakMap == "undefined" || Object.freeze === void 0) return !1;
@@ -1408,17 +1418,17 @@ function yr() {
1408
1418
  var t = e.prototype;
1409
1419
  return t._cleanupClosedWindows = function() {
1410
1420
  for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
1411
- var a = r[n];
1412
- if (Ie(a) && Q(a)) {
1421
+ var d = r[n];
1422
+ if (Te(d) && q(d)) {
1413
1423
  if (i) try {
1414
- i.delete(a);
1424
+ i.delete(d);
1415
1425
  } catch (c) {
1416
1426
  }
1417
1427
  r.splice(n, 1), this.values.splice(n, 1), n -= 1;
1418
1428
  }
1419
1429
  }
1420
1430
  }, t.isSafeToReadWrite = function(i) {
1421
- return !Ie(i);
1431
+ return !Te(i);
1422
1432
  }, t.set = function(i, r) {
1423
1433
  if (!i) throw new Error("WeakMap expected key");
1424
1434
  var n = this.weakmap;
@@ -1428,8 +1438,8 @@ function yr() {
1428
1438
  delete this.weakmap;
1429
1439
  }
1430
1440
  if (this.isSafeToReadWrite(i)) try {
1431
- var a = this.name, c = i[a];
1432
- c && c[0] === i ? c[1] = r : Object.defineProperty(i, a, {
1441
+ var d = this.name, c = i[d];
1442
+ c && c[0] === i ? c[1] = r : Object.defineProperty(i, d, {
1433
1443
  value: [i, r],
1434
1444
  writable: !0
1435
1445
  });
@@ -1437,7 +1447,7 @@ function yr() {
1437
1447
  } catch (P) {
1438
1448
  }
1439
1449
  this._cleanupClosedWindows();
1440
- var S = this.keys, l = this.values, p = Te(S, i);
1450
+ var S = this.keys, l = this.values, p = ke(S, i);
1441
1451
  p === -1 ? (S.push(i), l.push(r)) : l[p] = r;
1442
1452
  }, t.get = function(i) {
1443
1453
  if (!i) throw new Error("WeakMap expected key");
@@ -1453,8 +1463,8 @@ function yr() {
1453
1463
  } catch (c) {
1454
1464
  }
1455
1465
  this._cleanupClosedWindows();
1456
- var a = Te(this.keys, i);
1457
- if (a !== -1) return this.values[a];
1466
+ var d = ke(this.keys, i);
1467
+ if (d !== -1) return this.values[d];
1458
1468
  }, t.delete = function(i) {
1459
1469
  if (!i) throw new Error("WeakMap expected key");
1460
1470
  var r = this.weakmap;
@@ -1469,22 +1479,22 @@ function yr() {
1469
1479
  } catch (S) {
1470
1480
  }
1471
1481
  this._cleanupClosedWindows();
1472
- var a = this.keys, c = Te(a, i);
1473
- c !== -1 && (a.splice(c, 1), this.values.splice(c, 1));
1482
+ var d = this.keys, c = ke(d, i);
1483
+ c !== -1 && (d.splice(c, 1), this.values.splice(c, 1));
1474
1484
  }, t.has = function(i) {
1475
1485
  if (!i) throw new Error("WeakMap expected key");
1476
1486
  var r = this.weakmap;
1477
1487
  if (r) try {
1478
1488
  if (r.has(i)) return !0;
1479
- } catch (a) {
1489
+ } catch (d) {
1480
1490
  delete this.weakmap;
1481
1491
  }
1482
1492
  if (this.isSafeToReadWrite(i)) try {
1483
1493
  var n = i[this.name];
1484
1494
  return !(!n || n[0] !== i);
1485
- } catch (a) {
1495
+ } catch (d) {
1486
1496
  }
1487
- return this._cleanupClosedWindows(), Te(this.keys, i) !== -1;
1497
+ return this._cleanupClosedWindows(), ke(this.keys, i) !== -1;
1488
1498
  }, t.getOrSet = function(i, r) {
1489
1499
  if (this.has(i)) return this.get(i);
1490
1500
  var n = r();
@@ -1501,7 +1511,7 @@ function yr() {
1501
1511
  }
1502
1512
  return e.__name__ = e.displayName = t, e;
1503
1513
  }
1504
- function ee() {
1514
+ function te() {
1505
1515
  var e = "0123456789abcdef";
1506
1516
  return "uid_" + "xxxxxxxxxx".replace(/./g, function() {
1507
1517
  return e.charAt(Math.floor(Math.random() * e.length));
@@ -1513,37 +1523,37 @@ function yr() {
1513
1523
  throw new Error("Can not find window.btoa or Buffer");
1514
1524
  }((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
1515
1525
  }
1516
- var ke;
1526
+ var Re;
1517
1527
  function fi(e) {
1518
1528
  try {
1519
1529
  return JSON.stringify([].slice.call(e), function(t, i) {
1520
1530
  return typeof i == "function" ? "memoize[" + function(r) {
1521
- if (ke = ke || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1522
- var n = ke.get(r);
1523
- return n || (n = typeof r + ":" + ee(), ke.set(r, n)), n;
1531
+ if (Re = Re || new Ue(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
1532
+ var n = Re.get(r);
1533
+ return n || (n = typeof r + ":" + te(), Re.set(r, n)), n;
1524
1534
  }(i) + "]" : typeof window != "undefined" && i instanceof window.Element || i !== null && typeof i == "object" && i.nodeType === 1 && typeof i.style == "object" && typeof i.ownerDocument == "object" ? {} : i;
1525
1535
  });
1526
1536
  } catch (t) {
1527
1537
  throw new Error("Arguments not serializable -- can not be used to memoize");
1528
1538
  }
1529
1539
  }
1530
- function et() {
1540
+ function Zi() {
1531
1541
  return {};
1532
1542
  }
1533
- var Se = 0, ai = 0;
1534
- function ue(e, t) {
1543
+ var ue = 0, ai = 0;
1544
+ function Ce(e, t) {
1535
1545
  t === void 0 && (t = {});
1536
- var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, a, c, S = Se;
1537
- Se += 1;
1546
+ var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, d, c, S = ue;
1547
+ ue += 1;
1538
1548
  var l = function() {
1539
1549
  for (var p = arguments.length, P = new Array(p), C = 0; C < p; C++) P[C] = arguments[C];
1540
- S < ai && (a = null, c = null, S = Se, Se += 1);
1550
+ S < ai && (d = null, c = null, S = ue, ue += 1);
1541
1551
  var h;
1542
- h = r ? (c = c || new je()).getOrSet(this, et) : a = a || {};
1552
+ h = r ? (c = c || new Ue()).getOrSet(this, Zi) : d = d || {};
1543
1553
  var $;
1544
1554
  try {
1545
1555
  $ = fi(P);
1546
- } catch (D) {
1556
+ } catch (A) {
1547
1557
  return e.apply(this, arguments);
1548
1558
  }
1549
1559
  var w = h[$];
@@ -1555,16 +1565,16 @@ function yr() {
1555
1565
  }, b;
1556
1566
  };
1557
1567
  return l.reset = function() {
1558
- a = null, c = null;
1568
+ d = null, c = null;
1559
1569
  }, si(l, (t.name || oi(e)) + "::memoized");
1560
1570
  }
1561
- ue.clear = function() {
1562
- ai = Se;
1571
+ Ce.clear = function() {
1572
+ ai = ue;
1563
1573
  };
1564
- function it(e) {
1574
+ function Xi(e) {
1565
1575
  var t = {};
1566
1576
  function i() {
1567
- for (var r = arguments, n = this, a = arguments.length, c = new Array(a), S = 0; S < a; S++) c[S] = arguments[S];
1577
+ for (var r = arguments, n = this, d = arguments.length, c = new Array(d), S = 0; S < d; S++) c[S] = arguments[S];
1568
1578
  var l = fi(c);
1569
1579
  return t.hasOwnProperty(l) || (t[l] = E.try(function() {
1570
1580
  return e.apply(n, r);
@@ -1576,9 +1586,9 @@ function yr() {
1576
1586
  t = {};
1577
1587
  }, si(i, oi(e) + "::promiseMemoized");
1578
1588
  }
1579
- function ne() {
1589
+ function fe() {
1580
1590
  }
1581
- function Ce(e, t) {
1591
+ function he(e, t) {
1582
1592
  if (t === void 0 && (t = 1), t >= 3) return "stringifyError stack overflow";
1583
1593
  try {
1584
1594
  if (!e) return "<unknown error: " + {}.toString.call(e) + ">";
@@ -1592,13 +1602,13 @@ function yr() {
1592
1602
  }
1593
1603
  return e && e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
1594
1604
  } catch (n) {
1595
- return "Error while stringifying error: " + Ce(n, t + 1);
1605
+ return "Error while stringifying error: " + he(n, t + 1);
1596
1606
  }
1597
1607
  }
1598
1608
  function di(e) {
1599
1609
  return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
1600
1610
  }
1601
- ue(function(e) {
1611
+ Ce(function(e) {
1602
1612
  if (Object.values) return Object.values(e);
1603
1613
  var t = [];
1604
1614
  for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
@@ -1607,7 +1617,7 @@ function yr() {
1607
1617
  function ze(e) {
1608
1618
  return {}.toString.call(e) === "[object RegExp]";
1609
1619
  }
1610
- function he(e, t, i) {
1620
+ function Pe(e, t, i) {
1611
1621
  if (e.hasOwnProperty(t)) return e[t];
1612
1622
  var r = i();
1613
1623
  return e[t] = r, r;
@@ -1623,7 +1633,7 @@ function yr() {
1623
1633
  function li() {
1624
1634
  return !!document.body && document.readyState === "interactive";
1625
1635
  }
1626
- ue(function() {
1636
+ Ce(function() {
1627
1637
  return new E(function(e) {
1628
1638
  if (pi() || li()) return e();
1629
1639
  var t = setInterval(function() {
@@ -1632,8 +1642,8 @@ function yr() {
1632
1642
  }, 10);
1633
1643
  });
1634
1644
  });
1635
- var Re = typeof document != "undefined" ? document.currentScript : null, tt = ue(function() {
1636
- if (Re || (Re = function() {
1645
+ var xe = typeof document != "undefined" ? document.currentScript : null, et = Ce(function() {
1646
+ if (xe || (xe = function() {
1637
1647
  try {
1638
1648
  var e = function() {
1639
1649
  try {
@@ -1644,28 +1654,28 @@ function yr() {
1644
1654
  }(), t = /.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(e), i = t && t[1];
1645
1655
  if (!i) return;
1646
1656
  for (var r = 0, n = [].slice.call(document.getElementsByTagName("script")).reverse(); r < n.length; r++) {
1647
- var a = n[r];
1648
- if (a.src && a.src === i) return a;
1657
+ var d = n[r];
1658
+ if (d.src && d.src === i) return d;
1649
1659
  }
1650
1660
  } catch (c) {
1651
1661
  }
1652
- }())) return Re;
1662
+ }())) return xe;
1653
1663
  throw new Error("Can not determine current script");
1654
- }), rt = ee();
1655
- ue(function() {
1664
+ }), it = te();
1665
+ Ce(function() {
1656
1666
  var e;
1657
1667
  try {
1658
- e = tt();
1668
+ e = et();
1659
1669
  } catch (r) {
1660
- return rt;
1670
+ return it;
1661
1671
  }
1662
1672
  var t = e.getAttribute("data-uid");
1663
1673
  if (t && typeof t == "string" || (t = e.getAttribute("data-uid-auto")) && typeof t == "string") return t;
1664
1674
  if (e.src) {
1665
1675
  var i = function(r) {
1666
- for (var n = "", a = 0; a < r.length; a++) {
1667
- var c = r[a].charCodeAt(0) * a;
1668
- r[a + 1] && (c += r[a + 1].charCodeAt(0) * (a - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
1676
+ for (var n = "", d = 0; d < r.length; d++) {
1677
+ var c = r[d].charCodeAt(0) * d;
1678
+ r[d + 1] && (c += r[d + 1].charCodeAt(0) * (d - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
1669
1679
  }
1670
1680
  return n;
1671
1681
  }(JSON.stringify({
@@ -1673,10 +1683,10 @@ function yr() {
1673
1683
  dataset: e.dataset
1674
1684
  }));
1675
1685
  t = "uid_" + i.slice(i.length - 30);
1676
- } else t = ee();
1686
+ } else t = te();
1677
1687
  return e.setAttribute("data-uid-auto", t), t;
1678
1688
  });
1679
- function Pe(e) {
1689
+ function ge(e) {
1680
1690
  e === void 0 && (e = window);
1681
1691
  var t = "__post_robot_10_0_46__";
1682
1692
  return e !== window ? e[t] : e[t] = e[t] || {};
@@ -1684,8 +1694,8 @@ function yr() {
1684
1694
  var Si = function() {
1685
1695
  return {};
1686
1696
  };
1687
- function F(e, t) {
1688
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), he(Pe(), e, function() {
1697
+ function z(e, t) {
1698
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), Pe(ge(), e, function() {
1689
1699
  var i = t();
1690
1700
  return {
1691
1701
  has: function(r) {
@@ -1701,7 +1711,7 @@ function yr() {
1701
1711
  delete i[r];
1702
1712
  },
1703
1713
  getOrSet: function(r, n) {
1704
- return he(i, r, n);
1714
+ return Pe(i, r, n);
1705
1715
  },
1706
1716
  reset: function() {
1707
1717
  i = t();
@@ -1712,49 +1722,49 @@ function yr() {
1712
1722
  };
1713
1723
  });
1714
1724
  }
1715
- var nt = function() {
1725
+ var tt = function() {
1716
1726
  };
1717
- function xe() {
1718
- var e = Pe();
1719
- return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new nt(), e.WINDOW_WILDCARD;
1727
+ function Ee() {
1728
+ var e = ge();
1729
+ return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new tt(), e.WINDOW_WILDCARD;
1720
1730
  }
1721
1731
  function V(e, t) {
1722
- return e === void 0 && (e = "store"), t === void 0 && (t = Si), F("windowStore").getOrSet(e, function() {
1723
- var i = new je(), r = function(n) {
1732
+ return e === void 0 && (e = "store"), t === void 0 && (t = Si), z("windowStore").getOrSet(e, function() {
1733
+ var i = new Ue(), r = function(n) {
1724
1734
  return i.getOrSet(n, t);
1725
1735
  };
1726
1736
  return {
1727
1737
  has: function(n) {
1728
1738
  return r(n).hasOwnProperty(e);
1729
1739
  },
1730
- get: function(n, a) {
1740
+ get: function(n, d) {
1731
1741
  var c = r(n);
1732
- return c.hasOwnProperty(e) ? c[e] : a;
1742
+ return c.hasOwnProperty(e) ? c[e] : d;
1733
1743
  },
1734
- set: function(n, a) {
1735
- return r(n)[e] = a, a;
1744
+ set: function(n, d) {
1745
+ return r(n)[e] = d, d;
1736
1746
  },
1737
1747
  del: function(n) {
1738
1748
  delete r(n)[e];
1739
1749
  },
1740
- getOrSet: function(n, a) {
1741
- return he(r(n), e, a);
1750
+ getOrSet: function(n, d) {
1751
+ return Pe(r(n), e, d);
1742
1752
  }
1743
1753
  };
1744
1754
  });
1745
1755
  }
1746
1756
  function ui() {
1747
- return F("instance").getOrSet("instanceID", ee);
1757
+ return z("instance").getOrSet("instanceID", te);
1748
1758
  }
1749
1759
  function Ci(e, t) {
1750
1760
  var i = t.domain, r = V("helloPromises"), n = r.get(e);
1751
1761
  n && n.resolve({
1752
1762
  domain: i
1753
1763
  });
1754
- var a = E.resolve({
1764
+ var d = E.resolve({
1755
1765
  domain: i
1756
1766
  });
1757
- return r.set(e, a), a;
1767
+ return r.set(e, d), d;
1758
1768
  }
1759
1769
  function Fe(e, t) {
1760
1770
  return (0, t.send)(e, "postrobot_hello", {
@@ -1792,15 +1802,15 @@ function yr() {
1792
1802
  function gi(e) {
1793
1803
  return e === void 0 ? "undefined" : e === null ? "null" : Array.isArray(e) ? "array" : typeof e == "function" ? "function" : typeof e == "object" ? e instanceof Error ? "error" : typeof e.then == "function" ? "promise" : {}.toString.call(e) === "[object RegExp]" ? "regex" : {}.toString.call(e) === "[object Date]" ? "date" : "object" : typeof e == "string" ? "string" : typeof e == "number" ? "number" : typeof e == "boolean" ? "boolean" : void 0;
1794
1804
  }
1795
- function oe(e, t) {
1805
+ function ae(e, t) {
1796
1806
  return {
1797
1807
  __type__: e,
1798
1808
  __val__: t
1799
1809
  };
1800
1810
  }
1801
- var Y, ot = ((Y = {}).function = function() {
1811
+ var Y, rt = ((Y = {}).function = function() {
1802
1812
  }, Y.error = function(e) {
1803
- return oe("error", {
1813
+ return ae("error", {
1804
1814
  message: e.message,
1805
1815
  stack: e.stack,
1806
1816
  code: e.code,
@@ -1808,9 +1818,9 @@ function yr() {
1808
1818
  });
1809
1819
  }, Y.promise = function() {
1810
1820
  }, Y.regex = function(e) {
1811
- return oe("regex", e.source);
1821
+ return ae("regex", e.source);
1812
1822
  }, Y.date = function(e) {
1813
- return oe("date", e.toJSON());
1823
+ return ae("date", e.toJSON());
1814
1824
  }, Y.array = function(e) {
1815
1825
  return e;
1816
1826
  }, Y.object = function(e) {
@@ -1824,8 +1834,8 @@ function yr() {
1824
1834
  }, Y.null = function(e) {
1825
1835
  return e;
1826
1836
  }, Y[void 0] = function(e) {
1827
- return oe("undefined", e);
1828
- }, Y), st = {}, J, ft = ((J = {}).function = function() {
1837
+ return ae("undefined", e);
1838
+ }, Y), nt = {}, J, ot = ((J = {}).function = function() {
1829
1839
  throw new Error("Function serialization is not implemented; nothing to deserialize");
1830
1840
  }, J.error = function(e) {
1831
1841
  var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
@@ -1851,7 +1861,7 @@ function yr() {
1851
1861
  }, J.null = function(e) {
1852
1862
  return e;
1853
1863
  }, J[void 0] = function() {
1854
- }, J), at = {};
1864
+ }, J), st = {};
1855
1865
  new E(function(e) {
1856
1866
  if (window.document && window.document.body) return e(window.document.body);
1857
1867
  var t = setInterval(function() {
@@ -1859,23 +1869,23 @@ function yr() {
1859
1869
  return clearInterval(t), e(window.document.body);
1860
1870
  }, 10);
1861
1871
  });
1862
- function Ue() {
1863
- for (var e = F("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
1872
+ function _e() {
1873
+ for (var e = z("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
1864
1874
  var r = i[t];
1865
1875
  e.get(r).shouldClean() && e.del(r);
1866
1876
  }
1867
1877
  }
1868
1878
  function $i(e, t) {
1869
- var i = t.send, r = t.id, n = r === void 0 ? ee() : r, a = e.then(function(l) {
1870
- if (_(l)) return X(l).name;
1879
+ var i = t.send, r = t.id, n = r === void 0 ? te() : r, d = e.then(function(l) {
1880
+ if (M(l)) return X(l).name;
1871
1881
  }), c = e.then(function(l) {
1872
- if (Q(l)) throw new Error("Window is closed, can not determine type");
1873
- return U(l) ? "popup" : "iframe";
1882
+ if (q(l)) throw new Error("Window is closed, can not determine type");
1883
+ return N(l) ? "popup" : "iframe";
1874
1884
  });
1875
- a.catch(ne), c.catch(ne);
1885
+ d.catch(fe), c.catch(fe);
1876
1886
  var S = function() {
1877
1887
  return e.then(function(l) {
1878
- if (!Q(l)) return _(l) ? X(l).name : a;
1888
+ if (!q(l)) return M(l) ? X(l).name : d;
1879
1889
  });
1880
1890
  };
1881
1891
  return {
@@ -1883,7 +1893,7 @@ function yr() {
1883
1893
  getType: function() {
1884
1894
  return c;
1885
1895
  },
1886
- getInstanceID: it(function() {
1896
+ getInstanceID: Xi(function() {
1887
1897
  return e.then(function(l) {
1888
1898
  return hi(l, {
1889
1899
  send: i
@@ -1891,7 +1901,7 @@ function yr() {
1891
1901
  });
1892
1902
  }),
1893
1903
  close: function() {
1894
- return e.then(Xi);
1904
+ return e.then(Qi);
1895
1905
  },
1896
1906
  getName: S,
1897
1907
  focus: function() {
@@ -1901,7 +1911,7 @@ function yr() {
1901
1911
  },
1902
1912
  isClosed: function() {
1903
1913
  return e.then(function(l) {
1904
- return Q(l);
1914
+ return q(l);
1905
1915
  });
1906
1916
  },
1907
1917
  setLocation: function(l, p) {
@@ -1912,10 +1922,10 @@ function yr() {
1912
1922
  if ($ === "post") return S().then(function(v) {
1913
1923
  if (!v) throw new Error("Can not post to window without target name");
1914
1924
  (function(b) {
1915
- var D = b.url, z = b.target, L = b.body, A = b.method, H = A === void 0 ? "post" : A, T = document.createElement("form");
1916
- if (T.setAttribute("target", z), T.setAttribute("method", H), T.setAttribute("action", D), T.style.display = "none", L) for (var W = 0, Z = Object.keys(L); W < Z.length; W++) {
1917
- var j, ge = Z[W], Ve = document.createElement("input");
1918
- Ve.setAttribute("name", ge), Ve.setAttribute("value", (j = L[ge]) == null ? void 0 : j.toString()), T.appendChild(Ve);
1925
+ var A = b.url, U = b.target, W = b.body, L = b.method, F = L === void 0 ? "post" : L, T = document.createElement("form");
1926
+ if (T.setAttribute("target", U), T.setAttribute("method", F), T.setAttribute("action", A), T.style.display = "none", W) for (var O = 0, Q = Object.keys(W); O < Q.length; O++) {
1927
+ var j, $e = Q[O], Ye = document.createElement("input");
1928
+ Ye.setAttribute("name", $e), Ye.setAttribute("value", (j = W[$e]) == null ? void 0 : j.toString()), T.appendChild(Ye);
1919
1929
  }
1920
1930
  ci().appendChild(T), T.submit(), ci().removeChild(T);
1921
1931
  })({
@@ -1926,7 +1936,7 @@ function yr() {
1926
1936
  });
1927
1937
  });
1928
1938
  if ($ !== "get") throw new Error("Unsupported method: " + $);
1929
- if (_(P)) try {
1939
+ if (M(P)) try {
1930
1940
  if (P.location && typeof P.location.replace == "function") {
1931
1941
  P.location.replace(l);
1932
1942
  return;
@@ -1938,19 +1948,19 @@ function yr() {
1938
1948
  },
1939
1949
  setName: function(l) {
1940
1950
  return e.then(function(p) {
1941
- var P = _(p), C = ti(p);
1951
+ var P = M(p), C = ti(p);
1942
1952
  if (!P) throw new Error("Can not set name for cross-domain window: " + l);
1943
- X(p).name = l, C && C.setAttribute("name", l), a = E.resolve(l);
1953
+ X(p).name = l, C && C.setAttribute("name", l), d = E.resolve(l);
1944
1954
  });
1945
1955
  }
1946
1956
  };
1947
1957
  }
1948
1958
  var K = function() {
1949
1959
  function e(i) {
1950
- var r = i.send, n = i.win, a = i.serializedWindow;
1951
- this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new E(), this.serializedWindow = a || $i(this.actualWindowPromise, {
1960
+ var r = i.send, n = i.win, d = i.serializedWindow;
1961
+ this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new E(), this.serializedWindow = d || $i(this.actualWindowPromise, {
1952
1962
  send: r
1953
- }), F("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
1963
+ }), z("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
1954
1964
  send: r
1955
1965
  });
1956
1966
  }
@@ -1981,14 +1991,14 @@ function yr() {
1981
1991
  return i;
1982
1992
  });
1983
1993
  }, t.focus = function() {
1984
- var i = this, r = this.isPopup(), n = this.getName(), a = E.hash({
1994
+ var i = this, r = this.isPopup(), n = this.getName(), d = E.hash({
1985
1995
  isPopup: r,
1986
1996
  name: n
1987
1997
  }).then(function(S) {
1988
1998
  var l = S.name;
1989
1999
  S.isPopup && l && window.open("", l, "noopener");
1990
2000
  }), c = this.serializedWindow.focus();
1991
- return E.all([a, c]).then(function() {
2001
+ return E.all([d, c]).then(function() {
1992
2002
  return i;
1993
2003
  });
1994
2004
  }, t.isClosed = function() {
@@ -2004,17 +2014,17 @@ function yr() {
2004
2014
  }, t.awaitWindow = function() {
2005
2015
  return this.actualWindowPromise;
2006
2016
  }, t.matchWindow = function(i, r) {
2007
- var n = this, a = r.send;
2017
+ var n = this, d = r.send;
2008
2018
  return E.try(function() {
2009
2019
  return n.actualWindow ? i === n.actualWindow : E.hash({
2010
2020
  proxyInstanceID: n.getInstanceID(),
2011
2021
  knownWindowInstanceID: hi(i, {
2012
- send: a
2022
+ send: d
2013
2023
  })
2014
2024
  }).then(function(c) {
2015
2025
  var S = c.proxyInstanceID === c.knownWindowInstanceID;
2016
2026
  return S && n.setWindow(i, {
2017
- send: a
2027
+ send: d
2018
2028
  }), S;
2019
2029
  });
2020
2030
  });
@@ -2023,42 +2033,42 @@ function yr() {
2023
2033
  }, t.getInstanceID = function() {
2024
2034
  return this.serializedWindow.getInstanceID();
2025
2035
  }, t.shouldClean = function() {
2026
- return !!(this.actualWindow && Q(this.actualWindow));
2036
+ return !!(this.actualWindow && q(this.actualWindow));
2027
2037
  }, t.serialize = function() {
2028
2038
  return this.serializedWindow;
2029
2039
  }, e.unwrap = function(i) {
2030
2040
  return e.isProxyWindow(i) ? i.unwrap() : i;
2031
2041
  }, e.serialize = function(i, r) {
2032
2042
  var n = r.send;
2033
- return Ue(), e.toProxyWindow(i, {
2043
+ return _e(), e.toProxyWindow(i, {
2034
2044
  send: n
2035
2045
  }).serialize();
2036
2046
  }, e.deserialize = function(i, r) {
2037
2047
  var n = r.send;
2038
- return Ue(), F("idToProxyWindow").get(i.id) || new e({
2048
+ return _e(), z("idToProxyWindow").get(i.id) || new e({
2039
2049
  serializedWindow: i,
2040
2050
  send: n
2041
2051
  });
2042
2052
  }, e.isProxyWindow = function(i) {
2043
- return !!(i && !Ie(i) && i.isProxyWindow);
2053
+ return !!(i && !Te(i) && i.isProxyWindow);
2044
2054
  }, e.toProxyWindow = function(i, r) {
2045
2055
  var n = r.send;
2046
- if (Ue(), e.isProxyWindow(i)) return i;
2047
- var a = i;
2048
- return V("winToProxyWindow").get(a) || new e({
2049
- win: a,
2056
+ if (_e(), e.isProxyWindow(i)) return i;
2057
+ var d = i;
2058
+ return V("winToProxyWindow").get(d) || new e({
2059
+ win: d,
2050
2060
  send: n
2051
2061
  });
2052
2062
  }, e;
2053
2063
  }();
2054
2064
  function qe(e, t, i, r, n) {
2055
- var a = V("methodStore"), c = F("proxyWindowMethods");
2065
+ var d = V("methodStore"), c = z("proxyWindowMethods");
2056
2066
  K.isProxyWindow(r) ? c.set(e, {
2057
2067
  val: t,
2058
2068
  name: i,
2059
2069
  domain: n,
2060
2070
  source: r
2061
- }) : (c.del(e), a.getOrSet(r, function() {
2071
+ }) : (c.del(e), d.getOrSet(r, function() {
2062
2072
  return {};
2063
2073
  })[e] = {
2064
2074
  domain: n,
@@ -2068,82 +2078,82 @@ function yr() {
2068
2078
  });
2069
2079
  }
2070
2080
  function mi(e, t) {
2071
- var i = V("methodStore"), r = F("proxyWindowMethods");
2081
+ var i = V("methodStore"), r = z("proxyWindowMethods");
2072
2082
  return i.getOrSet(e, function() {
2073
2083
  return {};
2074
2084
  })[t] || r.get(t);
2075
2085
  }
2076
2086
  function yi(e, t, i, r, n) {
2077
- c = (a = {
2087
+ c = (d = {
2078
2088
  on: n.on,
2079
2089
  send: n.send
2080
- }).on, S = a.send, F("builtinListeners").getOrSet("functionCalls", function() {
2090
+ }).on, S = d.send, z("builtinListeners").getOrSet("functionCalls", function() {
2081
2091
  return c("postrobot_method", {
2082
2092
  domain: "*"
2083
2093
  }, function(P) {
2084
2094
  var C = P.source, h = P.origin, $ = P.data, w = $.id, v = $.name, b = mi(C, w);
2085
- if (!b) throw new Error("Could not find method '" + v + "' with id: " + $.id + " in " + N(window));
2086
- var D = b.source, z = b.domain, L = b.val;
2095
+ if (!b) throw new Error("Could not find method '" + v + "' with id: " + $.id + " in " + D(window));
2096
+ var A = b.source, U = b.domain, W = b.val;
2087
2097
  return E.try(function() {
2088
- if (!fe(z, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(ze(b.domain) ? b.domain.source : b.domain) + " does not match origin " + h + " in " + N(window));
2089
- if (K.isProxyWindow(D)) return D.matchWindow(C, {
2098
+ if (!ie(U, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(ze(b.domain) ? b.domain.source : b.domain) + " does not match origin " + h + " in " + D(window));
2099
+ if (K.isProxyWindow(A)) return A.matchWindow(C, {
2090
2100
  send: S
2091
- }).then(function(A) {
2092
- if (!A) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " + N(window));
2101
+ }).then(function(L) {
2102
+ if (!L) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " + D(window));
2093
2103
  });
2094
2104
  }).then(function() {
2095
- return L.apply({
2105
+ return W.apply({
2096
2106
  source: C,
2097
2107
  origin: h
2098
2108
  }, $.args);
2099
- }, function(A) {
2109
+ }, function(L) {
2100
2110
  return E.try(function() {
2101
- if (L.onError) return L.onError(A);
2111
+ if (W.onError) return W.onError(L);
2102
2112
  }).then(function() {
2103
- throw A.stack && (A.stack = "Remote call to " + v + "(" + function(H) {
2104
- return H === void 0 && (H = []), (T = H, [].slice.call(T)).map(function(W) {
2105
- return typeof W == "string" ? "'" + W + "'" : W === void 0 ? "undefined" : W === null ? "null" : typeof W == "boolean" ? W.toString() : Array.isArray(W) ? "[ ... ]" : typeof W == "object" ? "{ ... }" : typeof W == "function" ? "() => { ... }" : "<" + typeof W + ">";
2113
+ throw L.stack && (L.stack = "Remote call to " + v + "(" + function(F) {
2114
+ return F === void 0 && (F = []), (T = F, [].slice.call(T)).map(function(O) {
2115
+ return typeof O == "string" ? "'" + O + "'" : O === void 0 ? "undefined" : O === null ? "null" : typeof O == "boolean" ? O.toString() : Array.isArray(O) ? "[ ... ]" : typeof O == "object" ? "{ ... }" : typeof O == "function" ? "() => { ... }" : "<" + typeof O + ">";
2106
2116
  }).join(", ");
2107
2117
  var T;
2108
2118
  }($.args) + `) failed
2109
2119
 
2110
- ` + A.stack), A;
2120
+ ` + L.stack), L;
2111
2121
  });
2112
- }).then(function(A) {
2122
+ }).then(function(L) {
2113
2123
  return {
2114
- result: A,
2124
+ result: L,
2115
2125
  id: w,
2116
2126
  name: v
2117
2127
  };
2118
2128
  });
2119
2129
  });
2120
2130
  });
2121
- var a, c, S, l = i.__id__ || ee();
2131
+ var d, c, S, l = i.__id__ || te();
2122
2132
  e = K.unwrap(e);
2123
2133
  var p = i.__name__ || i.name || r;
2124
2134
  return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), K.isProxyWindow(e) ? (qe(l, i, p, e, t), e.awaitWindow().then(function(P) {
2125
2135
  qe(l, i, p, P, t);
2126
- })) : qe(l, i, p, e, t), oe("cross_domain_function", {
2136
+ })) : qe(l, i, p, e, t), ae("cross_domain_function", {
2127
2137
  id: l,
2128
2138
  name: p
2129
2139
  });
2130
2140
  }
2131
2141
  function vi(e, t, i, r) {
2132
- var n, a = r.on, c = r.send;
2142
+ var n, d = r.on, c = r.send;
2133
2143
  return function(S, l) {
2134
- l === void 0 && (l = st);
2144
+ l === void 0 && (l = nt);
2135
2145
  var p = JSON.stringify(S, function(P) {
2136
2146
  var C = this[P];
2137
2147
  if (He(this)) return C;
2138
2148
  var h = gi(C);
2139
2149
  if (!h) return C;
2140
- var $ = l[h] || ot[h];
2150
+ var $ = l[h] || rt[h];
2141
2151
  return $ ? $(C, P) : C;
2142
2152
  });
2143
2153
  return p === void 0 ? "undefined" : p;
2144
2154
  }(i, ((n = {}).promise = function(S, l) {
2145
2155
  return function(p, P, C, h, $) {
2146
- return oe("cross_domain_zalgo_promise", {
2156
+ return ae("cross_domain_zalgo_promise", {
2147
2157
  then: yi(p, P, function(w, v) {
2148
2158
  return C.then(w, v);
2149
2159
  }, h, {
@@ -2152,28 +2162,28 @@ function yr() {
2152
2162
  })
2153
2163
  });
2154
2164
  }(e, t, S, l, {
2155
- on: a,
2165
+ on: d,
2156
2166
  send: c
2157
2167
  });
2158
2168
  }, n.function = function(S, l) {
2159
2169
  return yi(e, t, S, l, {
2160
- on: a,
2170
+ on: d,
2161
2171
  send: c
2162
2172
  });
2163
2173
  }, n.object = function(S) {
2164
- return Ie(S) || K.isProxyWindow(S) ? oe("cross_domain_window", K.serialize(S, {
2174
+ return Te(S) || K.isProxyWindow(S) ? ae("cross_domain_window", K.serialize(S, {
2165
2175
  send: c
2166
2176
  })) : S;
2167
2177
  }, n));
2168
2178
  }
2169
2179
  function bi(e, t, i, r) {
2170
- var n, a = r.send;
2180
+ var n, d = r.send;
2171
2181
  return function(c, S) {
2172
- if (S === void 0 && (S = at), c !== "undefined") return JSON.parse(c, function(l, p) {
2182
+ if (S === void 0 && (S = st), c !== "undefined") return JSON.parse(c, function(l, p) {
2173
2183
  if (He(this)) return p;
2174
2184
  var P, C;
2175
2185
  if (He(p) ? (P = p.__type__, C = p.__val__) : (P = gi(p), C = p), !P) return C;
2176
- var h = S[P] || ft[P];
2186
+ var h = S[P] || ot[P];
2177
2187
  return h ? h(C, l) : C;
2178
2188
  });
2179
2189
  }(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
@@ -2184,73 +2194,73 @@ function yr() {
2184
2194
  return function(S, l, p, P) {
2185
2195
  var C = p.id, h = p.name, $ = P.send, w = function(b) {
2186
2196
  b === void 0 && (b = {});
2187
- function D() {
2188
- var z = arguments;
2197
+ function A() {
2198
+ var U = arguments;
2189
2199
  return K.toProxyWindow(S, {
2190
2200
  send: $
2191
- }).awaitWindow().then(function(L) {
2192
- var A = mi(L, C);
2193
- if (A && A.val !== D) return A.val.apply({
2201
+ }).awaitWindow().then(function(W) {
2202
+ var L = mi(W, C);
2203
+ if (L && L.val !== A) return L.val.apply({
2194
2204
  source: window,
2195
- origin: N()
2196
- }, z);
2197
- var H = [].slice.call(z);
2198
- return b.fireAndForget ? $(L, "postrobot_method", {
2205
+ origin: D()
2206
+ }, U);
2207
+ var F = [].slice.call(U);
2208
+ return b.fireAndForget ? $(W, "postrobot_method", {
2199
2209
  id: C,
2200
2210
  name: h,
2201
- args: H
2211
+ args: F
2202
2212
  }, {
2203
2213
  domain: l,
2204
2214
  fireAndForget: !0
2205
- }) : $(L, "postrobot_method", {
2215
+ }) : $(W, "postrobot_method", {
2206
2216
  id: C,
2207
2217
  name: h,
2208
- args: H
2218
+ args: F
2209
2219
  }, {
2210
2220
  domain: l,
2211
2221
  fireAndForget: !1
2212
2222
  }).then(function(T) {
2213
2223
  return T.data.result;
2214
2224
  });
2215
- }).catch(function(L) {
2216
- throw L;
2225
+ }).catch(function(W) {
2226
+ throw W;
2217
2227
  });
2218
2228
  }
2219
- return D.__name__ = h, D.__origin__ = l, D.__source__ = S, D.__id__ = C, D.origin = l, D;
2229
+ return A.__name__ = h, A.__origin__ = l, A.__source__ = S, A.__id__ = C, A.origin = l, A;
2220
2230
  }, v = w();
2221
2231
  return v.fireAndForget = w({
2222
2232
  fireAndForget: !0
2223
2233
  }), v;
2224
2234
  }(e, t, c, {
2225
- send: a
2235
+ send: d
2226
2236
  });
2227
2237
  }, n.cross_domain_window = function(c) {
2228
2238
  return K.deserialize(c, {
2229
- send: a
2239
+ send: d
2230
2240
  });
2231
2241
  }, n));
2232
2242
  }
2233
- var _e = {};
2234
- _e.postrobot_post_message = function(e, t, i) {
2243
+ var Ge = {};
2244
+ Ge.postrobot_post_message = function(e, t, i) {
2235
2245
  i.indexOf("file:") === 0 && (i = "*"), e.postMessage(t, i);
2236
2246
  };
2237
- function Ge(e, t, i, r) {
2238
- var n = r.on, a = r.send;
2247
+ function Ve(e, t, i, r) {
2248
+ var n = r.on, d = r.send;
2239
2249
  return E.try(function() {
2240
2250
  var c = V().getOrSet(e, function() {
2241
2251
  return {};
2242
2252
  });
2243
2253
  return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || E.flush().then(function() {
2244
- if (Q(e)) throw new Error("Window is closed");
2254
+ if (q(e)) throw new Error("Window is closed");
2245
2255
  var S = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
2246
2256
  on: n,
2247
- send: a
2257
+ send: d
2248
2258
  }), l;
2249
2259
  delete c.buffer;
2250
- for (var p = Object.keys(_e), P = [], C = 0; C < p.length; C++) {
2260
+ for (var p = Object.keys(Ge), P = [], C = 0; C < p.length; C++) {
2251
2261
  var h = p[C];
2252
2262
  try {
2253
- _e[h](e, S, t);
2263
+ Ge[h](e, S, t);
2254
2264
  } catch ($) {
2255
2265
  P.push($);
2256
2266
  }
@@ -2258,29 +2268,29 @@ function yr() {
2258
2268
  if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
2259
2269
 
2260
2270
  ` + P.map(function($, w) {
2261
- return w + ". " + Ce($);
2271
+ return w + ". " + he($);
2262
2272
  }).join(`
2263
2273
 
2264
2274
  `));
2265
2275
  }), c.flush.then(function() {
2266
2276
  delete c.flush;
2267
2277
  });
2268
- }).then(ne);
2278
+ }).then(fe);
2269
2279
  }
2270
2280
  function wi(e) {
2271
- return F("responseListeners").get(e);
2281
+ return z("responseListeners").get(e);
2272
2282
  }
2273
2283
  function Ii(e) {
2274
- F("responseListeners").del(e);
2284
+ z("responseListeners").del(e);
2275
2285
  }
2276
2286
  function Ti(e) {
2277
- return F("erroredResponseListeners").has(e);
2287
+ return z("erroredResponseListeners").has(e);
2278
2288
  }
2279
2289
  function ki(e) {
2280
2290
  var t = e.name, i = e.win, r = e.domain, n = V("requestListeners");
2281
2291
  if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
2282
- for (var a = 0, c = [i, xe()]; a < c.length; a++) {
2283
- var S = c[a];
2292
+ for (var d = 0, c = [i, Ee()]; d < c.length; d++) {
2293
+ var S = c[d];
2284
2294
  if (S) {
2285
2295
  var l = n.get(S);
2286
2296
  if (l) {
@@ -2290,7 +2300,7 @@ function yr() {
2290
2300
  if (p[r]) return p[r];
2291
2301
  if (p.__domain_regex__) for (var P = 0, C = p.__domain_regex__; P < C.length; P++) {
2292
2302
  var h = C[P], $ = h.listener;
2293
- if (fe(h.regex, r)) return $;
2303
+ if (ie(h.regex, r)) return $;
2294
2304
  }
2295
2305
  }
2296
2306
  if (p["*"]) return p["*"];
@@ -2299,18 +2309,18 @@ function yr() {
2299
2309
  }
2300
2310
  }
2301
2311
  }
2302
- function dt(e, t, i, r) {
2303
- var n = r.on, a = r.send, c = ki({
2312
+ function ft(e, t, i, r) {
2313
+ var n = r.on, d = r.send, c = ki({
2304
2314
  name: i.name,
2305
2315
  win: e,
2306
2316
  domain: t
2307
2317
  }), S = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
2308
2318
  function l(p, P, C) {
2309
2319
  return E.flush().then(function() {
2310
- if (!i.fireAndForget && !Q(e)) try {
2311
- return Ge(e, t, {
2312
- id: ee(),
2313
- origin: N(window),
2320
+ if (!i.fireAndForget && !q(e)) try {
2321
+ return Ve(e, t, {
2322
+ id: te(),
2323
+ origin: D(window),
2314
2324
  type: "postrobot_message_response",
2315
2325
  hash: i.hash,
2316
2326
  name: i.name,
@@ -2319,31 +2329,31 @@ function yr() {
2319
2329
  error: C
2320
2330
  }, {
2321
2331
  on: n,
2322
- send: a
2332
+ send: d
2323
2333
  });
2324
2334
  } catch (h) {
2325
- throw new Error("Send response message failed for " + S + " in " + N() + `
2335
+ throw new Error("Send response message failed for " + S + " in " + D() + `
2326
2336
 
2327
- ` + Ce(h));
2337
+ ` + he(h));
2328
2338
  }
2329
2339
  });
2330
2340
  }
2331
2341
  return E.all([E.flush().then(function() {
2332
- if (!i.fireAndForget && !Q(e)) try {
2333
- return Ge(e, t, {
2334
- id: ee(),
2335
- origin: N(window),
2342
+ if (!i.fireAndForget && !q(e)) try {
2343
+ return Ve(e, t, {
2344
+ id: te(),
2345
+ origin: D(window),
2336
2346
  type: "postrobot_message_ack",
2337
2347
  hash: i.hash,
2338
2348
  name: i.name
2339
2349
  }, {
2340
2350
  on: n,
2341
- send: a
2351
+ send: d
2342
2352
  });
2343
2353
  } catch (p) {
2344
- throw new Error("Send ack message failed for " + S + " in " + N() + `
2354
+ throw new Error("Send ack message failed for " + S + " in " + D() + `
2345
2355
 
2346
- ` + Ce(p));
2356
+ ` + he(p));
2347
2357
  }
2348
2358
  }), E.try(function() {
2349
2359
  if (!c) throw new Error("No handler found for post message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
@@ -2356,17 +2366,17 @@ function yr() {
2356
2366
  return l("success", p);
2357
2367
  }, function(p) {
2358
2368
  return l("error", null, p);
2359
- })]).then(ne).catch(function(p) {
2369
+ })]).then(fe).catch(function(p) {
2360
2370
  if (c && c.handleError) return c.handleError(p);
2361
2371
  throw p;
2362
2372
  });
2363
2373
  }
2364
- function ct(e, t, i) {
2374
+ function at(e, t, i) {
2365
2375
  if (!Ti(i.hash)) {
2366
2376
  var r = wi(i.hash);
2367
2377
  if (!r) throw new Error("No handler found for post message ack for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
2368
2378
  try {
2369
- if (!fe(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
2379
+ if (!ie(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
2370
2380
  if (e !== r.win) throw new Error("Ack source does not match registered window");
2371
2381
  } catch (n) {
2372
2382
  r.promise.reject(n);
@@ -2374,11 +2384,11 @@ function yr() {
2374
2384
  r.ack = !0;
2375
2385
  }
2376
2386
  }
2377
- function pt(e, t, i) {
2387
+ function dt(e, t, i) {
2378
2388
  if (!Ti(i.hash)) {
2379
2389
  var r = wi(i.hash);
2380
2390
  if (!r) throw new Error("No handler found for post message response for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
2381
- if (!fe(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
2391
+ if (!ie(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
2382
2392
  var n;
2383
2393
  if (e !== r.win) throw new Error("Response source does not match registered window");
2384
2394
  Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
@@ -2389,41 +2399,41 @@ function yr() {
2389
2399
  }
2390
2400
  }
2391
2401
  function Ri(e, t) {
2392
- var i = t.on, r = t.send, n = F("receivedMessages");
2402
+ var i = t.on, r = t.send, n = z("receivedMessages");
2393
2403
  try {
2394
2404
  if (!window || window.closed || !e.source) return;
2395
2405
  } catch (P) {
2396
2406
  return;
2397
2407
  }
2398
- var a = e.source, c = e.origin, S = function(P, C, h, $) {
2408
+ var d = e.source, c = e.origin, S = function(P, C, h, $) {
2399
2409
  var w = $.on, v = $.send, b;
2400
2410
  try {
2401
2411
  b = bi(C, h, P, {
2402
2412
  on: w,
2403
2413
  send: v
2404
2414
  });
2405
- } catch (z) {
2415
+ } catch (U) {
2406
2416
  return;
2407
2417
  }
2408
2418
  if (b && typeof b == "object" && b !== null) {
2409
- var D = b.__post_robot_10_0_46__;
2410
- if (Array.isArray(D)) return D;
2419
+ var A = b.__post_robot_10_0_46__;
2420
+ if (Array.isArray(A)) return A;
2411
2421
  }
2412
- }(e.data, a, c, {
2422
+ }(e.data, d, c, {
2413
2423
  on: i,
2414
2424
  send: r
2415
2425
  });
2416
2426
  if (S) {
2417
- Pi(a);
2427
+ Pi(d);
2418
2428
  for (var l = 0; l < S.length; l++) {
2419
2429
  var p = S[l];
2420
- if (n.has(p.id) || (n.set(p.id, !0), Q(a) && !p.fireAndForget)) return;
2430
+ if (n.has(p.id) || (n.set(p.id, !0), q(d) && !p.fireAndForget)) return;
2421
2431
  p.origin.indexOf("file:") === 0 && (c = "file://");
2422
2432
  try {
2423
- p.type === "postrobot_message_request" ? dt(a, c, p, {
2433
+ p.type === "postrobot_message_request" ? ft(d, c, p, {
2424
2434
  on: i,
2425
2435
  send: r
2426
- }) : p.type === "postrobot_message_response" ? pt(a, c, p) : p.type === "postrobot_message_ack" && ct(a, c, p);
2436
+ }) : p.type === "postrobot_message_response" ? dt(d, c, p) : p.type === "postrobot_message_ack" && at(d, c, p);
2427
2437
  } catch (P) {
2428
2438
  setTimeout(function() {
2429
2439
  throw P;
@@ -2432,11 +2442,11 @@ function yr() {
2432
2442
  }
2433
2443
  }
2434
2444
  }
2435
- function se(e, t, i) {
2445
+ function de(e, t, i) {
2436
2446
  if (!e) throw new Error("Expected name");
2437
2447
  if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
2438
- var r = function n(a, c) {
2439
- var S = a.name, l = a.win, p = a.domain, P = V("requestListeners");
2448
+ var r = function n(d, c) {
2449
+ var S = d.name, l = d.win, p = d.domain, P = V("requestListeners");
2440
2450
  if (!S || typeof S != "string") throw new Error("Name required to add request listener");
2441
2451
  if (l && l !== "*" && K.isProxyWindow(l)) {
2442
2452
  var C = l.awaitWindow().then(function(j) {
@@ -2450,7 +2460,7 @@ function yr() {
2450
2460
  cancel: function() {
2451
2461
  C.then(function(j) {
2452
2462
  return j.cancel();
2453
- }, ne);
2463
+ }, fe);
2454
2464
  }
2455
2465
  };
2456
2466
  }
@@ -2468,10 +2478,10 @@ function yr() {
2468
2478
  };
2469
2479
  }
2470
2480
  if (Array.isArray(p)) {
2471
- for (var b = [], D = 0, z = p; D < z.length; D++) b.push(n({
2481
+ for (var b = [], A = 0, U = p; A < U.length; A++) b.push(n({
2472
2482
  name: S,
2473
2483
  win: h,
2474
- domain: z[D]
2484
+ domain: U[A]
2475
2485
  }, c));
2476
2486
  return {
2477
2487
  cancel: function() {
@@ -2479,27 +2489,27 @@ function yr() {
2479
2489
  }
2480
2490
  };
2481
2491
  }
2482
- var L = ki({
2492
+ var W = ki({
2483
2493
  name: S,
2484
2494
  win: h,
2485
2495
  domain: p
2486
2496
  });
2487
- h && h !== "*" || (h = xe());
2488
- var A = (p = p || "*").toString();
2489
- if (L) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h === xe() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + S + " for " + (h === xe() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
2490
- var H = P.getOrSet(h, function() {
2497
+ h && h !== "*" || (h = Ee());
2498
+ var L = (p = p || "*").toString();
2499
+ if (W) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h === Ee() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + S + " for " + (h === Ee() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
2500
+ var F = P.getOrSet(h, function() {
2491
2501
  return {};
2492
- }), T = he(H, S, function() {
2502
+ }), T = Pe(F, S, function() {
2493
2503
  return {};
2494
- }), W, Z;
2495
- return ze(p) ? (W = he(T, "__domain_regex__", function() {
2504
+ }), O, Q;
2505
+ return ze(p) ? (O = Pe(T, "__domain_regex__", function() {
2496
2506
  return [];
2497
- })).push(Z = {
2507
+ })).push(Q = {
2498
2508
  regex: p,
2499
2509
  listener: c
2500
- }) : T[A] = c, {
2510
+ }) : T[L] = c, {
2501
2511
  cancel: function() {
2502
- delete T[A], Z && (W.splice(W.indexOf(Z, 1)), W.length || delete T.__domain_regex__), Object.keys(T).length || delete H[S], h && !Object.keys(H).length && P.del(h);
2512
+ delete T[L], Q && (O.splice(O.indexOf(Q, 1)), O.length || delete T.__domain_regex__), Object.keys(T).length || delete F[S], h && !Object.keys(F).length && P.del(h);
2503
2513
  }
2504
2514
  };
2505
2515
  }({
@@ -2518,17 +2528,17 @@ function yr() {
2518
2528
  }
2519
2529
  };
2520
2530
  }
2521
- function lt(e, t, i) {
2531
+ function ct(e, t, i) {
2522
2532
  typeof (t = t || {}) == "function" && (i = t, t = {});
2523
2533
  var r = new E(), n;
2524
- return t.errorHandler = function(a) {
2525
- n.cancel(), r.reject(a);
2526
- }, n = se(e, t, function(a) {
2527
- if (n.cancel(), r.resolve(a), i) return i(a);
2534
+ return t.errorHandler = function(d) {
2535
+ n.cancel(), r.reject(d);
2536
+ }, n = de(e, t, function(d) {
2537
+ if (n.cancel(), r.resolve(d), i) return i(d);
2528
2538
  }), r.cancel = n.cancel, r;
2529
2539
  }
2530
- var te = function e(t, i, r, n) {
2531
- var a = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
2540
+ var oe = function e(t, i, r, n) {
2541
+ var d = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
2532
2542
  return K.toProxyWindow(t, {
2533
2543
  send: e
2534
2544
  }).awaitWindow().then(function(p) {
@@ -2536,42 +2546,42 @@ function yr() {
2536
2546
  if (function(P, C, h) {
2537
2547
  if (!P) throw new Error("Expected name");
2538
2548
  if (typeof h != "string" && !Array.isArray(h) && !ze(h)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(h) + " to be a string, array, or regex");
2539
- if (Q(C)) throw new Error("Can not send " + P + ". Target window is closed");
2540
- }(i, p, a), function(P, C) {
2541
- var h = ii(C);
2549
+ if (q(C)) throw new Error("Can not send " + P + ". Target window is closed");
2550
+ }(i, p, d), function(P, C) {
2551
+ var h = ce(C);
2542
2552
  if (h) return h === P;
2543
2553
  if (C === P || function(v) {
2544
2554
  v === void 0 && (v = window);
2545
2555
  try {
2546
2556
  if (v.top) return v.top;
2547
- } catch (L) {
2557
+ } catch (W) {
2548
2558
  }
2549
2559
  if (R(v) === v) return v;
2550
2560
  try {
2551
- if (G(window, v) && window.top) return window.top;
2552
- } catch (L) {
2561
+ if (ne(window, v) && window.top) return window.top;
2562
+ } catch (W) {
2553
2563
  }
2554
2564
  try {
2555
- if (G(v, window) && window.top) return window.top;
2556
- } catch (L) {
2565
+ if (ne(v, window) && window.top) return window.top;
2566
+ } catch (W) {
2557
2567
  }
2558
- for (var b = 0, D = function L(A) {
2559
- for (var H = [], T = 0, W = ae(A); T < W.length; T++) {
2560
- var Z = W[T];
2561
- H.push(Z);
2562
- for (var j = 0, ge = L(Z); j < ge.length; j++) H.push(ge[j]);
2568
+ for (var b = 0, A = function W(L) {
2569
+ for (var F = [], T = 0, O = ee(L); T < O.length; T++) {
2570
+ var Q = O[T];
2571
+ F.push(Q);
2572
+ for (var j = 0, $e = W(Q); j < $e.length; j++) F.push($e[j]);
2563
2573
  }
2564
- return H;
2565
- }(v); b < D.length; b++) {
2566
- var z = D[b];
2574
+ return F;
2575
+ }(v); b < A.length; b++) {
2576
+ var U = A[b];
2567
2577
  try {
2568
- if (z.top) return z.top;
2569
- } catch (L) {
2578
+ if (U.top) return U.top;
2579
+ } catch (W) {
2570
2580
  }
2571
- if (R(z) === z) return z;
2581
+ if (R(U) === U) return U;
2572
2582
  }
2573
2583
  }(C) === C) return !1;
2574
- for (var $ = 0, w = ae(P); $ < w.length; $++) if (w[$] === C) return !0;
2584
+ for (var $ = 0, w = ee(P); $ < w.length; $++) if (w[$] === C) return !0;
2575
2585
  return !1;
2576
2586
  }(window, p)) return function(P, C, h) {
2577
2587
  C === void 0 && (C = 5e3), h === void 0 && (h = "Window");
@@ -2593,15 +2603,15 @@ function yr() {
2593
2603
  return b.domain;
2594
2604
  });
2595
2605
  }).then(function(b) {
2596
- if (!fe(h, h)) throw new Error("Domain " + di(h) + " does not match " + di(h));
2606
+ if (!ie(h, h)) throw new Error("Domain " + di(h) + " does not match " + di(h));
2597
2607
  return b;
2598
2608
  });
2599
2609
  });
2600
- }(p, a, (P === void 0 ? {} : P).domain, {
2610
+ }(p, d, (P === void 0 ? {} : P).domain, {
2601
2611
  send: e
2602
2612
  });
2603
2613
  }).then(function(P) {
2604
- var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new E(), w = i + "_" + ee();
2614
+ var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new E(), w = i + "_" + te();
2605
2615
  if (!l) {
2606
2616
  var v = {
2607
2617
  name: i,
@@ -2609,94 +2619,94 @@ function yr() {
2609
2619
  domain: C,
2610
2620
  promise: $
2611
2621
  };
2612
- (function(T, W) {
2613
- F("responseListeners").set(T, W);
2622
+ (function(T, O) {
2623
+ z("responseListeners").set(T, O);
2614
2624
  })(w, v);
2615
2625
  var b = V("requestPromises").getOrSet(p, function() {
2616
2626
  return [];
2617
2627
  });
2618
2628
  b.push($), $.catch(function() {
2619
2629
  (function(T) {
2620
- F("erroredResponseListeners").set(T, !0);
2630
+ z("erroredResponseListeners").set(T, !0);
2621
2631
  })(w), Ii(w);
2622
2632
  });
2623
- var D = function(T) {
2633
+ var A = function(T) {
2624
2634
  return V("knownWindows").get(T, !1);
2625
- }(p) ? 1e4 : 2e3, z = c, L = D, A = z, H = function(T, W) {
2626
- var Z;
2635
+ }(p) ? 1e4 : 2e3, U = c, W = A, L = U, F = function(T, O) {
2636
+ var Q;
2627
2637
  return function j() {
2628
- Z = setTimeout(function() {
2638
+ Q = setTimeout(function() {
2629
2639
  (function() {
2630
- if (Q(p)) return $.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2640
+ if (q(p)) return $.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
2631
2641
  if (v.cancelled) return $.reject(new Error("Response listener was cancelled for " + i));
2632
- L = Math.max(L - 500, 0), A !== -1 && (A = Math.max(A - 500, 0)), v.ack || L !== 0 ? A === 0 && $.reject(new Error("No response for postMessage " + h + " in " + N() + " in " + z + "ms")) : $.reject(new Error("No ack for postMessage " + h + " in " + N() + " in " + D + "ms"));
2642
+ W = Math.max(W - 500, 0), L !== -1 && (L = Math.max(L - 500, 0)), v.ack || W !== 0 ? L === 0 && $.reject(new Error("No response for postMessage " + h + " in " + D() + " in " + U + "ms")) : $.reject(new Error("No ack for postMessage " + h + " in " + D() + " in " + A + "ms"));
2633
2643
  })(), j();
2634
2644
  }, 500);
2635
2645
  }(), {
2636
2646
  cancel: function() {
2637
- clearTimeout(Z);
2647
+ clearTimeout(Q);
2638
2648
  }
2639
2649
  };
2640
2650
  }();
2641
2651
  $.finally(function() {
2642
- H.cancel(), b.splice(b.indexOf($, 1));
2643
- }).catch(ne);
2652
+ F.cancel(), b.splice(b.indexOf($, 1));
2653
+ }).catch(fe);
2644
2654
  }
2645
- return Ge(p, C, {
2646
- id: ee(),
2647
- origin: N(window),
2655
+ return Ve(p, C, {
2656
+ id: te(),
2657
+ origin: D(window),
2648
2658
  type: "postrobot_message_request",
2649
2659
  hash: w,
2650
2660
  name: i,
2651
2661
  data: r,
2652
2662
  fireAndForget: l
2653
2663
  }, {
2654
- on: se,
2664
+ on: de,
2655
2665
  send: e
2656
2666
  }).then(function() {
2657
2667
  return l ? $.resolve() : $;
2658
2668
  }, function(T) {
2659
- throw new Error("Send request message failed for " + h + " in " + N() + `
2669
+ throw new Error("Send request message failed for " + h + " in " + D() + `
2660
2670
 
2661
- ` + Ce(T));
2671
+ ` + he(T));
2662
2672
  });
2663
2673
  });
2664
2674
  });
2665
2675
  };
2666
- function St(e, t, i) {
2676
+ function pt(e, t, i) {
2667
2677
  return vi(e, t, i, {
2668
- on: se,
2669
- send: te
2678
+ on: de,
2679
+ send: oe
2670
2680
  });
2671
2681
  }
2672
- function ut(e, t, i) {
2682
+ function lt(e, t, i) {
2673
2683
  return bi(e, t, i, {
2674
- send: te
2684
+ send: oe
2675
2685
  });
2676
2686
  }
2677
- function Ct(e) {
2687
+ function St(e) {
2678
2688
  return new K({
2679
- send: te,
2689
+ send: oe,
2680
2690
  win: e
2681
2691
  });
2682
2692
  }
2683
- function ht(e) {
2693
+ function ut(e) {
2684
2694
  return K.toProxyWindow(e, {
2685
- send: te
2695
+ send: oe
2686
2696
  });
2687
2697
  }
2688
2698
  function xi() {
2689
- Pe().initialized || (Pe().initialized = !0, t = (e = {
2690
- on: se,
2691
- send: te
2692
- }).on, i = e.send, (r = Pe()).receiveMessage = r.receiveMessage || function(n) {
2699
+ ge().initialized || (ge().initialized = !0, t = (e = {
2700
+ on: de,
2701
+ send: oe
2702
+ }).on, i = e.send, (r = ge()).receiveMessage = r.receiveMessage || function(n) {
2693
2703
  return Ri(n, {
2694
2704
  on: t,
2695
2705
  send: i
2696
2706
  });
2697
2707
  }, function(n) {
2698
- var a = n.on, c = n.send;
2699
- F().getOrSet("postMessageListener", function() {
2708
+ var d = n.on, c = n.send;
2709
+ z().getOrSet("postMessageListener", function() {
2700
2710
  return function(S, l, p) {
2701
2711
  return S.addEventListener("message", p), {
2702
2712
  cancel: function() {
@@ -2721,18 +2731,18 @@ function yr() {
2721
2731
  }
2722
2732
  });
2723
2733
  })(S, {
2724
- on: a,
2734
+ on: d,
2725
2735
  send: c
2726
2736
  });
2727
2737
  });
2728
2738
  });
2729
2739
  }({
2730
- on: se,
2731
- send: te
2740
+ on: de,
2741
+ send: oe
2732
2742
  }), function(n) {
2733
- var a = n.on, c = n.send;
2734
- F("builtinListeners").getOrSet("helloListener", function() {
2735
- var S = a("postrobot_hello", {
2743
+ var d = n.on, c = n.send;
2744
+ z("builtinListeners").getOrSet("helloListener", function() {
2745
+ var S = d("postrobot_hello", {
2736
2746
  domain: "*"
2737
2747
  }, function(p) {
2738
2748
  return Ci(p.source, {
@@ -2740,56 +2750,56 @@ function yr() {
2740
2750
  }), {
2741
2751
  instanceID: ui()
2742
2752
  };
2743
- }), l = ii();
2753
+ }), l = ce();
2744
2754
  return l && Fe(l, {
2745
2755
  send: c
2746
2756
  }).catch(function(p) {
2747
2757
  }), S;
2748
2758
  });
2749
2759
  }({
2750
- on: se,
2751
- send: te
2760
+ on: de,
2761
+ send: oe
2752
2762
  }));
2753
2763
  var e, t, i, r;
2754
2764
  }
2755
- function Pt() {
2765
+ function Ct() {
2756
2766
  (function() {
2757
- for (var t = F("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2758
- var n = r[i], a = t.get(n);
2759
- a && (a.cancelled = !0), t.del(n);
2767
+ for (var t = z("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
2768
+ var n = r[i], d = t.get(n);
2769
+ d && (d.cancelled = !0), t.del(n);
2760
2770
  }
2761
- })(), (e = F().get("postMessageListener")) && e.cancel();
2771
+ })(), (e = z().get("postMessageListener")) && e.cancel();
2762
2772
  var e;
2763
2773
  delete window.__post_robot_10_0_46__;
2764
2774
  }
2765
- var gt = !0;
2766
- function $t(e) {
2767
- for (var t = 0, i = V("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (Q(e) ? "closed" : "cleaned up") + " before response")).catch(ne);
2775
+ var ht = !0;
2776
+ function Pt(e) {
2777
+ for (var t = 0, i = V("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (q(e) ? "closed" : "cleaned up") + " before response")).catch(fe);
2768
2778
  }
2769
2779
  xi();
2770
2780
  }]);
2771
2781
  });
2772
- }(De)), De.exports;
2782
+ }(Ae)), Ae.exports;
2773
2783
  }
2774
- var _i;
2775
- function vr() {
2776
- return _i || (_i = 1, function(o) {
2777
- o.exports = yr(), o.exports.default = o.exports;
2778
- }(Ke)), Ke.exports;
2784
+ var qi;
2785
+ function Ir() {
2786
+ return qi || (qi = 1, function(o) {
2787
+ o.exports = wr(), o.exports.default = o.exports;
2788
+ }(Qe)), Qe.exports;
2779
2789
  }
2780
- var Zi = vr();
2781
- const br = /* @__PURE__ */ $r(Zi), be = /* @__PURE__ */ Tt({
2790
+ var Ki = Ir();
2791
+ const Tr = /* @__PURE__ */ vr(Ki), we = /* @__PURE__ */ wt({
2782
2792
  __proto__: null,
2783
- default: br
2784
- }, [Zi]);
2793
+ default: Tr
2794
+ }, [Ki]);
2785
2795
  export {
2786
- Yi as ConsentBox,
2787
- Qe as DisclosureRequestBox,
2788
- Ji as PrivacyCenterBox,
2789
- Ir as SoyioTypes,
2790
- Tr as SoyioWidget,
2791
- Xe as _TooltipManager,
2792
- kr as appearanceSchema,
2793
- Rr as configSchema,
2794
- Tr as default
2796
+ Gi as ConsentBox,
2797
+ Ze as DisclosureRequestBox,
2798
+ Vi as PrivacyCenterBox,
2799
+ Rr as SoyioTypes,
2800
+ xr as SoyioWidget,
2801
+ ei as _TooltipManager,
2802
+ Er as appearanceSchema,
2803
+ Dr as configSchema,
2804
+ xr as default
2795
2805
  };