@soyio/soyio-widget 2.24.0 → 2.25.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/README.md +33 -1
- package/dist/index.d.ts +24 -0
- package/dist/index.js +543 -526
- package/dist/index.umd.cjs +30 -30
- package/package.json +1 -1
- package/src/schemas/appearance.schema.json +3 -0
- package/src/schemas/config.schema.json +74 -0
package/dist/index.js
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
var $t = Object.defineProperty;
|
|
2
|
-
var xe = Object.getOwnPropertySymbols, mt = Object.getPrototypeOf,
|
|
3
|
-
var
|
|
2
|
+
var xe = Object.getOwnPropertySymbols, mt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, yt = Reflect.get;
|
|
3
|
+
var Ai = (o) => {
|
|
4
4
|
throw TypeError(o);
|
|
5
5
|
};
|
|
6
|
-
var
|
|
6
|
+
var Ye = (o, f, d) => f in o ? $t(o, f, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[f] = d, Ee = (o, f) => {
|
|
7
7
|
for (var d in f || (f = {}))
|
|
8
|
-
|
|
8
|
+
Ei.call(f, d) && Ye(o, d, f[d]);
|
|
9
9
|
if (xe)
|
|
10
10
|
for (var d of xe(f))
|
|
11
|
-
|
|
11
|
+
Di.call(f, d) && Ye(o, d, f[d]);
|
|
12
12
|
return o;
|
|
13
13
|
};
|
|
14
14
|
var Li = (o, f) => {
|
|
15
15
|
var d = {};
|
|
16
16
|
for (var s in o)
|
|
17
|
-
|
|
17
|
+
Ei.call(o, s) && f.indexOf(s) < 0 && (d[s] = o[s]);
|
|
18
18
|
if (o != null && xe)
|
|
19
19
|
for (var s of xe(o))
|
|
20
|
-
f.indexOf(s) < 0 &&
|
|
20
|
+
f.indexOf(s) < 0 && Di.call(o, s) && (d[s] = o[s]);
|
|
21
21
|
return d;
|
|
22
22
|
};
|
|
23
|
-
var R = (o, f, d) =>
|
|
24
|
-
var Wi = (o, f, d) => f.has(o) ?
|
|
23
|
+
var R = (o, f, d) => Ye(o, typeof f != "symbol" ? f + "" : f, d), vt = (o, f, d) => f.has(o) || Ai("Cannot " + d);
|
|
24
|
+
var Wi = (o, f, d) => f.has(o) ? Ai("Cannot add the same private member more than once") : f instanceof WeakSet ? f.add(o) : f.set(o, d);
|
|
25
25
|
var Oi = (o, f, d) => (vt(o, f, "access private method"), d);
|
|
26
26
|
var $e = (o, f, d) => yt(mt(o), d, f);
|
|
27
|
-
var
|
|
28
|
-
var g = (
|
|
27
|
+
var M = (o, f, d) => new Promise((s, u) => {
|
|
28
|
+
var g = (v) => {
|
|
29
29
|
try {
|
|
30
|
-
y(d.next(
|
|
31
|
-
} catch (
|
|
32
|
-
u(
|
|
30
|
+
y(d.next(v));
|
|
31
|
+
} catch (k) {
|
|
32
|
+
u(k);
|
|
33
33
|
}
|
|
34
|
-
}, m = (
|
|
34
|
+
}, m = (v) => {
|
|
35
35
|
try {
|
|
36
|
-
y(d.throw(
|
|
37
|
-
} catch (
|
|
38
|
-
u(
|
|
36
|
+
y(d.throw(v));
|
|
37
|
+
} catch (k) {
|
|
38
|
+
u(k);
|
|
39
39
|
}
|
|
40
|
-
}, y = (
|
|
40
|
+
}, y = (v) => v.done ? s(v.value) : Promise.resolve(v.value).then(g, m);
|
|
41
41
|
y((d = d.apply(o, f)).next());
|
|
42
42
|
});
|
|
43
43
|
function bt(o, f) {
|
|
@@ -56,14 +56,14 @@ function bt(o, f) {
|
|
|
56
56
|
}
|
|
57
57
|
return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
|
|
58
58
|
}
|
|
59
|
-
const
|
|
60
|
-
class
|
|
59
|
+
const Ae = !!(typeof window != "undefined" && window.document && window.document.createElement), Ni = 200;
|
|
60
|
+
class Xe {
|
|
61
61
|
constructor() {
|
|
62
62
|
R(this, "tooltipElement", null);
|
|
63
63
|
R(this, "tooltipContent", null);
|
|
64
64
|
R(this, "tooltipClass", "soyio-tooltip");
|
|
65
65
|
R(this, "hideTimeout", null);
|
|
66
|
-
|
|
66
|
+
Ae && this.createTooltipElement();
|
|
67
67
|
}
|
|
68
68
|
createTooltipElement() {
|
|
69
69
|
const f = document.querySelector(`.${this.tooltipClass}`);
|
|
@@ -100,7 +100,7 @@ class Ze {
|
|
|
100
100
|
});
|
|
101
101
|
}
|
|
102
102
|
calculateOptimalPlacement(f, d) {
|
|
103
|
-
const s = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4,
|
|
103
|
+
const s = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4, v = {
|
|
104
104
|
top: {
|
|
105
105
|
top: d - u - y,
|
|
106
106
|
left: f - s / 2,
|
|
@@ -122,11 +122,11 @@ class Ze {
|
|
|
122
122
|
placement: "left"
|
|
123
123
|
}
|
|
124
124
|
};
|
|
125
|
-
for (const [,
|
|
126
|
-
if (
|
|
127
|
-
return
|
|
128
|
-
const
|
|
129
|
-
return
|
|
125
|
+
for (const [, A] of Object.entries(v))
|
|
126
|
+
if (Xe.fitsInViewport(A, s, u, g, m))
|
|
127
|
+
return A;
|
|
128
|
+
const k = v.top;
|
|
129
|
+
return k.left = Math.max(y, Math.min(k.left, g - s - y)), k.top = Math.max(y, Math.min(k.top, m - u - y)), k;
|
|
130
130
|
}
|
|
131
131
|
static fitsInViewport(f, d, s, u, g) {
|
|
132
132
|
return f.top >= 0 && f.left >= 0 && f.top + s <= g && f.left + d <= u;
|
|
@@ -142,8 +142,8 @@ class Ze {
|
|
|
142
142
|
(f = this.tooltipElement) == null || f.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
|
-
function
|
|
146
|
-
return
|
|
145
|
+
function Mi(o, f, d) {
|
|
146
|
+
return M(this, null, function* () {
|
|
147
147
|
if (!o.contentWindow)
|
|
148
148
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
149
149
|
const s = yield Promise.resolve().then(() => ve);
|
|
@@ -154,7 +154,7 @@ function Bi(o, f, d) {
|
|
|
154
154
|
}
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
|
-
const wt = "IFRAME_READY", It = "IFRAME_HEIGHT_CHANGE", Tt = "TOOLTIP_STATE_CHANGE", kt = "INFO_EVENT", Rt = "CONSENT_STATE_CHANGE",
|
|
157
|
+
const wt = "IFRAME_READY", It = "IFRAME_HEIGHT_CHANGE", Tt = "TOOLTIP_STATE_CHANGE", kt = "INFO_EVENT", Rt = "CONSENT_STATE_CHANGE", U = {
|
|
158
158
|
// BASE
|
|
159
159
|
onHeightChange: {},
|
|
160
160
|
onIframeReady: {},
|
|
@@ -163,29 +163,29 @@ const wt = "IFRAME_READY", It = "IFRAME_HEIGHT_CHANGE", Tt = "TOOLTIP_STATE_CHAN
|
|
|
163
163
|
// CONSENT
|
|
164
164
|
onStateChange: {}
|
|
165
165
|
};
|
|
166
|
-
let
|
|
166
|
+
let Bi, ji, zi, Hi, Fi;
|
|
167
167
|
function xt() {
|
|
168
|
-
return
|
|
168
|
+
return M(this, null, function* () {
|
|
169
169
|
const o = yield Promise.resolve().then(() => ve);
|
|
170
|
-
|
|
171
|
-
const d = f.data, s =
|
|
170
|
+
Bi || ji || zi || Hi || Fi || (Bi = o.on(It, (f) => M(null, null, function* () {
|
|
171
|
+
const d = f.data, s = U.onHeightChange[d.identifier];
|
|
172
172
|
return s && s(d.height), Promise.resolve();
|
|
173
|
-
})), ji = o.on(wt, (f) =>
|
|
174
|
-
const d = f.data, s =
|
|
173
|
+
})), ji = o.on(wt, (f) => M(null, null, function* () {
|
|
174
|
+
const d = f.data, s = U.onIframeReady[d.identifier];
|
|
175
175
|
return s && s(), Promise.resolve();
|
|
176
|
-
})), zi = o.on(Tt, (f) =>
|
|
177
|
-
const d = f.data, s =
|
|
176
|
+
})), zi = o.on(Tt, (f) => M(null, null, function* () {
|
|
177
|
+
const d = f.data, s = U.onTooltipChange[d.identifier];
|
|
178
178
|
return s && s(d), Promise.resolve();
|
|
179
|
-
})),
|
|
180
|
-
const d = f.data, s =
|
|
179
|
+
})), Hi = o.on(Rt, (f) => M(null, null, function* () {
|
|
180
|
+
const d = f.data, s = U.onStateChange[d.identifier];
|
|
181
181
|
return s && s(d), Promise.resolve();
|
|
182
|
-
})),
|
|
183
|
-
const m = f, { identifier: s } = m, u = Li(m, ["identifier"]), g =
|
|
182
|
+
})), Fi = o.on(kt, (d) => M(null, [d], function* ({ data: f }) {
|
|
183
|
+
const m = f, { identifier: s } = m, u = Li(m, ["identifier"]), g = U.onInfo[s];
|
|
184
184
|
return g && g(u), Promise.resolve();
|
|
185
185
|
})));
|
|
186
186
|
});
|
|
187
187
|
}
|
|
188
|
-
function
|
|
188
|
+
function ei(o, f) {
|
|
189
189
|
const {
|
|
190
190
|
onHeightChange: d,
|
|
191
191
|
onIframeReady: s,
|
|
@@ -193,10 +193,10 @@ function Xe(o, f) {
|
|
|
193
193
|
onStateChange: g,
|
|
194
194
|
onInfo: m
|
|
195
195
|
} = f;
|
|
196
|
-
d && (
|
|
196
|
+
d && (U.onHeightChange[o] = d), s && (U.onIframeReady[o] = s), u && (U.onTooltipChange[o] = u), g && (U.onStateChange[o] = g), m && (U.onInfo[o] = m);
|
|
197
197
|
}
|
|
198
198
|
function Et(o) {
|
|
199
|
-
delete
|
|
199
|
+
delete U.onHeightChange[o], delete U.onIframeReady[o], delete U.onTooltipChange[o], delete U.onStateChange[o], delete U.onInfo[o];
|
|
200
200
|
}
|
|
201
201
|
function Dt(o) {
|
|
202
202
|
const f = document.getElementById(o);
|
|
@@ -241,7 +241,7 @@ function Wt(o, f, d) {
|
|
|
241
241
|
function Ot() {
|
|
242
242
|
return Math.random().toString(36).substring(2, 10);
|
|
243
243
|
}
|
|
244
|
-
const
|
|
244
|
+
const _i = "https://app.soyio.id", Gi = "https://sandbox.soyio.id", Nt = "https://privacy.soyio.id", Mt = "https://privacy-sandbox.soyio.id", Bt = [
|
|
245
245
|
"DISCLOSURE_REQUEST_SUCCESSFUL",
|
|
246
246
|
"IDENTITY_REGISTERED",
|
|
247
247
|
"IDENTITY_SIGNATURE",
|
|
@@ -249,11 +249,11 @@ const qi = "https://app.soyio.id", Gi = "https://sandbox.soyio.id", Nt = "https:
|
|
|
249
249
|
"DENIED_CAMERA_PERMISSION",
|
|
250
250
|
"REJECTED_SIGNATURE",
|
|
251
251
|
"CLOSE_POPUP"
|
|
252
|
-
], jt = "WIDGET_CLOSED", zt = 420,
|
|
252
|
+
], jt = "WIDGET_CLOSED", zt = 420, Ht = 720, Ft = 500, Ut = {
|
|
253
253
|
minWidth: "375px"
|
|
254
|
-
}, _t = {
|
|
255
|
-
minWidth: "0px"
|
|
256
254
|
}, qt = {
|
|
255
|
+
minWidth: "0px"
|
|
256
|
+
}, _t = {
|
|
257
257
|
minWidth: "375px"
|
|
258
258
|
};
|
|
259
259
|
class ye {
|
|
@@ -268,7 +268,7 @@ class ye {
|
|
|
268
268
|
R(this, "Skeleton", null);
|
|
269
269
|
R(this, "isIframeReady", !1);
|
|
270
270
|
R(this, "defaultUniqueId");
|
|
271
|
-
this.options = f, this.appearance = f.appearance || null, this.tooltipManager = new
|
|
271
|
+
this.options = f, this.appearance = f.appearance || null, this.tooltipManager = new Xe(), this.defaultUniqueId = ye.generateUniqueId();
|
|
272
272
|
}
|
|
273
273
|
static generateUniqueId() {
|
|
274
274
|
return Ot();
|
|
@@ -285,8 +285,8 @@ class ye {
|
|
|
285
285
|
d && (d.style.display = "none");
|
|
286
286
|
}
|
|
287
287
|
handleIframeReady() {
|
|
288
|
-
return
|
|
289
|
-
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield
|
|
288
|
+
return M(this, null, function* () {
|
|
289
|
+
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield Mi(this.iframe, this.appearance, this.uniqueIdentifier), this.skeleton && this.skeleton.hide()));
|
|
290
290
|
});
|
|
291
291
|
}
|
|
292
292
|
handleTooltipChange(f) {
|
|
@@ -295,7 +295,7 @@ class ye {
|
|
|
295
295
|
g ? this.tooltipManager.show(s, m, y) : this.tooltipManager.hide();
|
|
296
296
|
}
|
|
297
297
|
setupListeners() {
|
|
298
|
-
return
|
|
298
|
+
return M(this, null, function* () {
|
|
299
299
|
yield xt();
|
|
300
300
|
const f = {
|
|
301
301
|
onHeightChange: this.handleHeightChange.bind(this),
|
|
@@ -303,13 +303,13 @@ class ye {
|
|
|
303
303
|
onTooltipChange: this.handleTooltipChange.bind(this),
|
|
304
304
|
onInfo: (d) => this.options.onEvent(d)
|
|
305
305
|
};
|
|
306
|
-
|
|
306
|
+
ei(this.uniqueIdentifier, f);
|
|
307
307
|
});
|
|
308
308
|
}
|
|
309
309
|
mount(f) {
|
|
310
|
-
return
|
|
310
|
+
return M(this, null, function* () {
|
|
311
311
|
var u;
|
|
312
|
-
if (!
|
|
312
|
+
if (!Ae) return this;
|
|
313
313
|
this.isIframeReady = !1, yield this.setupListeners(), Dt(this.iframeIdentifier);
|
|
314
314
|
const d = At(f), s = this.iframeUrl();
|
|
315
315
|
if (this.wrapper = Lt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = Wt(s, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton) {
|
|
@@ -320,15 +320,15 @@ class ye {
|
|
|
320
320
|
});
|
|
321
321
|
}
|
|
322
322
|
unmount() {
|
|
323
|
-
|
|
323
|
+
Ae && (Et(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
|
|
324
324
|
}
|
|
325
325
|
/**
|
|
326
326
|
* Update the appearance of the widget without remounting.
|
|
327
327
|
* This sends the new appearance config to the already-mounted iframe.
|
|
328
328
|
*/
|
|
329
329
|
updateAppearance(f) {
|
|
330
|
-
return
|
|
331
|
-
this.appearance = f, !(!this.iframe || !this.isIframeReady) && (yield
|
|
330
|
+
return M(this, null, function* () {
|
|
331
|
+
this.appearance = f, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, f, this.uniqueIdentifier));
|
|
332
332
|
});
|
|
333
333
|
}
|
|
334
334
|
}
|
|
@@ -337,7 +337,7 @@ class Gt {
|
|
|
337
337
|
R(this, "element");
|
|
338
338
|
R(this, "identifier");
|
|
339
339
|
this.identifier = `skeleton-${f}`, this.element = document.createElement("div"), this.element.id = this.identifier;
|
|
340
|
-
const s = d === "night", u = s ? "#1E293B" : "#FFFFFF", g = s ? "#334155" : "#E5E7EB", m = s ? "#334155" : "#f0f0f0", y = s ? "#475569" : "#e0e0e0",
|
|
340
|
+
const s = d === "night", u = s ? "#1E293B" : "#FFFFFF", g = s ? "#334155" : "#E5E7EB", m = s ? "#334155" : "#f0f0f0", y = s ? "#475569" : "#e0e0e0", v = s ? "#334155" : "#f0f0f0";
|
|
341
341
|
this.element.style.cssText = `
|
|
342
342
|
position: absolute;
|
|
343
343
|
top: 0;
|
|
@@ -353,8 +353,8 @@ class Gt {
|
|
|
353
353
|
box-sizing: border-box;
|
|
354
354
|
z-index: 1;
|
|
355
355
|
`;
|
|
356
|
-
const
|
|
357
|
-
|
|
356
|
+
const k = document.createElement("div");
|
|
357
|
+
k.style.cssText = `
|
|
358
358
|
padding: 1rem;
|
|
359
359
|
width: 100%;
|
|
360
360
|
box-sizing: border-box;
|
|
@@ -363,50 +363,50 @@ class Gt {
|
|
|
363
363
|
justify-content: flex-start;
|
|
364
364
|
gap: 0.75rem;
|
|
365
365
|
`;
|
|
366
|
-
const
|
|
367
|
-
|
|
366
|
+
const A = document.createElement("div");
|
|
367
|
+
A.style.cssText = `
|
|
368
368
|
display: flex;
|
|
369
369
|
align-items: center;
|
|
370
370
|
gap: 0.75rem;
|
|
371
371
|
`;
|
|
372
|
-
const
|
|
373
|
-
|
|
372
|
+
const Z = document.createElement("div");
|
|
373
|
+
Z.style.cssText = `
|
|
374
374
|
width: 2rem;
|
|
375
375
|
height: 2rem;
|
|
376
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
376
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
377
377
|
background-size: 200% 100%;
|
|
378
378
|
animation: shimmer 1.5s infinite;
|
|
379
379
|
border-radius: 50%;
|
|
380
380
|
flex-shrink: 0;
|
|
381
381
|
`;
|
|
382
|
-
const
|
|
383
|
-
|
|
382
|
+
const B = document.createElement("div");
|
|
383
|
+
B.style.cssText = `
|
|
384
384
|
height: 1rem;
|
|
385
385
|
width: 30%;
|
|
386
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
386
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
387
387
|
background-size: 200% 100%;
|
|
388
388
|
animation: shimmer 1.5s infinite;
|
|
389
389
|
border-radius: 0.125rem;
|
|
390
390
|
`;
|
|
391
|
-
const
|
|
392
|
-
|
|
391
|
+
const O = document.createElement("div");
|
|
392
|
+
O.style.cssText = `
|
|
393
393
|
width: 3rem;
|
|
394
394
|
height: 1.25rem;
|
|
395
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
395
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
396
396
|
background-size: 200% 100%;
|
|
397
397
|
animation: shimmer 1.5s infinite;
|
|
398
398
|
border-radius: .25rem;
|
|
399
399
|
margin-left: auto;
|
|
400
400
|
flex-shrink: 0;
|
|
401
401
|
`;
|
|
402
|
-
const
|
|
403
|
-
|
|
402
|
+
const N = document.createElement("div");
|
|
403
|
+
N.style.cssText = `
|
|
404
404
|
display: flex;
|
|
405
405
|
align-items: flex-start;
|
|
406
406
|
gap: 0.75rem;
|
|
407
407
|
`;
|
|
408
|
-
const
|
|
409
|
-
|
|
408
|
+
const q = document.createElement("div");
|
|
409
|
+
q.style.cssText = `
|
|
410
410
|
width: 2rem;
|
|
411
411
|
height: 1rem;
|
|
412
412
|
display: flex;
|
|
@@ -414,18 +414,18 @@ class Gt {
|
|
|
414
414
|
align-items: center;
|
|
415
415
|
flex-shrink: 0;
|
|
416
416
|
`;
|
|
417
|
-
const
|
|
418
|
-
|
|
417
|
+
const X = document.createElement("div");
|
|
418
|
+
X.style.cssText = `
|
|
419
419
|
width: 1rem;
|
|
420
420
|
height: 1rem;
|
|
421
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
421
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
422
422
|
background-size: 200% 100%;
|
|
423
423
|
animation: shimmer 1.5s infinite;
|
|
424
424
|
border-radius: 0.25rem;
|
|
425
425
|
flex-shrink: 0;
|
|
426
426
|
`;
|
|
427
|
-
const
|
|
428
|
-
|
|
427
|
+
const _ = document.createElement("div");
|
|
428
|
+
_.style.cssText = `
|
|
429
429
|
flex-grow: 1;
|
|
430
430
|
display: flex;
|
|
431
431
|
flex-direction: column;
|
|
@@ -435,7 +435,7 @@ class Gt {
|
|
|
435
435
|
ae.style.cssText = `
|
|
436
436
|
height: 0.875rem;
|
|
437
437
|
width: 80%;
|
|
438
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
438
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
439
439
|
background-size: 200% 100%;
|
|
440
440
|
animation: shimmer 1.5s infinite;
|
|
441
441
|
border-radius: 0.125rem;
|
|
@@ -444,7 +444,7 @@ class Gt {
|
|
|
444
444
|
if (be.style.cssText = `
|
|
445
445
|
height: 0.875rem;
|
|
446
446
|
width: 60%;
|
|
447
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
447
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
448
448
|
background-size: 200% 100%;
|
|
449
449
|
animation: shimmer 2s infinite;
|
|
450
450
|
border-radius: 0.125rem;
|
|
@@ -461,7 +461,7 @@ class Gt {
|
|
|
461
461
|
}
|
|
462
462
|
`, document.head.appendChild(de);
|
|
463
463
|
}
|
|
464
|
-
|
|
464
|
+
A.appendChild(Z), A.appendChild(B), A.appendChild(O), _.appendChild(ae), _.appendChild(be), q.appendChild(X), N.appendChild(q), N.appendChild(_), k.appendChild(A), k.appendChild(N), this.element.appendChild(k);
|
|
465
465
|
}
|
|
466
466
|
cleanupExistingSkeleton() {
|
|
467
467
|
const f = document.getElementById(this.identifier);
|
|
@@ -474,7 +474,7 @@ class Gt {
|
|
|
474
474
|
this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
|
-
const
|
|
477
|
+
const We = "2.25.0";
|
|
478
478
|
function Vt(o) {
|
|
479
479
|
var m;
|
|
480
480
|
const f = [
|
|
@@ -484,10 +484,10 @@ function Vt(o) {
|
|
|
484
484
|
"optionalReconsentBehavior",
|
|
485
485
|
"mandatoryReconsentBehavior",
|
|
486
486
|
"allowGranularScopeSelection"
|
|
487
|
-
], d = (m = o.isSandbox) != null ? m : !1, s = o.developmentUrl || (d ? Gi :
|
|
488
|
-
u.set("sdkVersion",
|
|
489
|
-
const
|
|
490
|
-
|
|
487
|
+
], d = (m = o.isSandbox) != null ? m : !1, s = o.developmentUrl || (d ? Gi : _i), u = new URLSearchParams();
|
|
488
|
+
u.set("sdkVersion", We), f.forEach((y) => {
|
|
489
|
+
const v = o[y];
|
|
490
|
+
v !== void 0 && (typeof v == "string" && v.length === 0 || u.set(y, String(v)));
|
|
491
491
|
});
|
|
492
492
|
const g = u.toString();
|
|
493
493
|
return `${s}/embed/consents/${o.consentTemplateId}${g ? `?${g}` : ""}`;
|
|
@@ -496,7 +496,7 @@ class Vi extends ye {
|
|
|
496
496
|
constructor(d) {
|
|
497
497
|
super(d);
|
|
498
498
|
R(this, "defaultIframePrefix", "consent-box");
|
|
499
|
-
R(this, "defaultIframeCSSConfig",
|
|
499
|
+
R(this, "defaultIframeCSSConfig", qt);
|
|
500
500
|
R(this, "state", {
|
|
501
501
|
isSelected: !1,
|
|
502
502
|
actionToken: null
|
|
@@ -518,8 +518,8 @@ class Vi extends ye {
|
|
|
518
518
|
});
|
|
519
519
|
}
|
|
520
520
|
setupListeners() {
|
|
521
|
-
return
|
|
522
|
-
yield $e(Vi.prototype, this, "setupListeners").call(this),
|
|
521
|
+
return M(this, null, function* () {
|
|
522
|
+
yield $e(Vi.prototype, this, "setupListeners").call(this), ei(this.uniqueIdentifier, {
|
|
523
523
|
onStateChange: this.handleStateChange.bind(this)
|
|
524
524
|
});
|
|
525
525
|
});
|
|
@@ -529,31 +529,48 @@ class Vi extends ye {
|
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
531
|
function Yt(o, f, d) {
|
|
532
|
-
return
|
|
533
|
-
var
|
|
532
|
+
return M(this, null, function* () {
|
|
533
|
+
var q, X;
|
|
534
534
|
if (!o.contentWindow)
|
|
535
535
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
536
|
-
const { redecOperationIds: s, content: u, header: g, rightExamples: m,
|
|
537
|
-
|
|
538
|
-
|
|
536
|
+
const { redecOperationIds: s, content: u, header: g, rightExamples: m, consentManagement: y, appearance: v } = f, k = (q = v == null ? void 0 : v.config) == null ? void 0 : q.showHeader, A = (X = v == null ? void 0 : v.config) == null ? void 0 : X.showConsentManagementHeader, B = y !== void 0 && Object.values(y).some((_) => Array.isArray(_) ? _.length > 0 : _ != null) ? y : void 0;
|
|
537
|
+
Array.isArray(B == null ? void 0 : B.scopeGroups) && B.scopeGroups.length > 0 && f.groupConsentsByScope !== !0 && console.warn(
|
|
538
|
+
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
539
|
+
);
|
|
540
|
+
const O = {};
|
|
541
|
+
if (typeof s != "undefined" && (O.redecOperationIds = s), typeof u != "undefined" && (O.content = u), typeof g != "undefined" && (O.header = g), typeof m != "undefined" && (O.rightExamples = m), typeof B != "undefined" && (O.consentManagement = B), (typeof k == "boolean" || typeof A == "boolean") && (O.appearance = {
|
|
542
|
+
config: Ee(Ee({}, typeof k == "boolean" ? { showHeader: k } : {}), typeof A == "boolean" ? { showConsentManagementHeader: A } : {})
|
|
543
|
+
}), Object.keys(O).length === 0) return;
|
|
544
|
+
const N = yield Promise.resolve().then(() => ve);
|
|
539
545
|
try {
|
|
540
|
-
yield
|
|
546
|
+
yield N.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", Ee({
|
|
541
547
|
identifier: d
|
|
542
|
-
},
|
|
543
|
-
} catch (
|
|
544
|
-
console.error("Failed to send privacy center config:",
|
|
548
|
+
}, O));
|
|
549
|
+
} catch (_) {
|
|
550
|
+
console.error("Failed to send privacy center config:", _);
|
|
545
551
|
}
|
|
546
552
|
});
|
|
547
553
|
}
|
|
548
554
|
function Jt(o) {
|
|
549
|
-
var m, y,
|
|
550
|
-
const f = (m = o.isSandbox) != null ? m : !1, d = o.developmentUrl || (f ?
|
|
551
|
-
if (s.set("sdkVersion",
|
|
552
|
-
|
|
553
|
-
|
|
555
|
+
var m, y, v, k, A, Z;
|
|
556
|
+
const f = (m = o.isSandbox) != null ? m : !1, d = o.developmentUrl || (f ? Mt : Nt), s = new URLSearchParams();
|
|
557
|
+
if (s.set("sdkVersion", We), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (v = o.enabledRights) != null && v.length && s.set("enabledRights", o.enabledRights.join(",")), (k = o.dataSubjects) != null && k.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
|
|
558
|
+
(O) => O != null
|
|
559
|
+
)) {
|
|
560
|
+
const O = JSON.stringify(o.fileRequisites);
|
|
561
|
+
s.set("fileRequisites", O);
|
|
562
|
+
}
|
|
563
|
+
if (o.consentManagement) {
|
|
564
|
+
const { scopeGroups: B } = o.consentManagement, O = Array.isArray(B) && B.length > 0;
|
|
565
|
+
if (O && o.groupConsentsByScope !== !0 && console.warn(
|
|
566
|
+
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
567
|
+
), O) {
|
|
568
|
+
const N = JSON.stringify(o.consentManagement);
|
|
569
|
+
s.set("consentManagement", N);
|
|
570
|
+
}
|
|
554
571
|
}
|
|
555
572
|
o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
|
|
556
|
-
const u = (
|
|
573
|
+
const u = (Z = (A = o.appearance) == null ? void 0 : A.config) == null ? void 0 : Z.consentControl;
|
|
557
574
|
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));
|
|
558
575
|
const g = s.toString();
|
|
559
576
|
return `${d}${g ? `?${g}` : ""}`;
|
|
@@ -563,13 +580,13 @@ class Yi extends ye {
|
|
|
563
580
|
super(...arguments);
|
|
564
581
|
R(this, "defaultIframePrefix", "privacy-center");
|
|
565
582
|
R(this, "_uniqueIdentifier", "privacy-center");
|
|
566
|
-
R(this, "defaultIframeCSSConfig",
|
|
583
|
+
R(this, "defaultIframeCSSConfig", _t);
|
|
567
584
|
}
|
|
568
585
|
get uniqueIdentifier() {
|
|
569
586
|
return this._uniqueIdentifier;
|
|
570
587
|
}
|
|
571
588
|
handleIframeReady() {
|
|
572
|
-
return
|
|
589
|
+
return M(this, null, function* () {
|
|
573
590
|
yield $e(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield Yt(this.iframe, this.options, this.uniqueIdentifier));
|
|
574
591
|
});
|
|
575
592
|
}
|
|
@@ -580,8 +597,8 @@ class Yi extends ye {
|
|
|
580
597
|
const vr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
581
598
|
__proto__: null
|
|
582
599
|
}, Symbol.toStringTag, { value: "Module" })), Ji = "WIDGET_EVENT";
|
|
583
|
-
function
|
|
584
|
-
return o || (f ? Gi :
|
|
600
|
+
function Oe(o, f) {
|
|
601
|
+
return o || (f ? Gi : _i);
|
|
585
602
|
}
|
|
586
603
|
function Kt(o) {
|
|
587
604
|
let f = "widget/";
|
|
@@ -589,24 +606,24 @@ function Kt(o) {
|
|
|
589
606
|
}
|
|
590
607
|
function Qt(o) {
|
|
591
608
|
var g;
|
|
592
|
-
const f = (g = o.isSandbox) != null ? g : !1, d =
|
|
593
|
-
return `${d}/${u}?sdk=web&sdkVersion=${
|
|
609
|
+
const f = (g = o.isSandbox) != null ? g : !1, d = Oe(o.developmentUrl, f), s = Object.entries(o.configProps).filter(([m, y]) => y || m === "disclosureRequestId").map(([m, y]) => `${m}=${encodeURIComponent(y)}`).join("&"), u = Kt(o);
|
|
610
|
+
return `${d}/${u}?sdk=web&sdkVersion=${We}&${s}`;
|
|
594
611
|
}
|
|
595
612
|
function Zt(o) {
|
|
596
613
|
return `embed/widget/disclosures/${o.disclosureRequestId}`;
|
|
597
614
|
}
|
|
598
615
|
function Xt(o, f) {
|
|
599
616
|
var m;
|
|
600
|
-
const d = (m = o.isSandbox) != null ? m : !1, s =
|
|
617
|
+
const d = (m = o.isSandbox) != null ? m : !1, s = Oe(o.developmentUrl, d), u = Zt(o), g = new URLSearchParams({
|
|
601
618
|
sdk: "web",
|
|
602
|
-
sdkVersion:
|
|
619
|
+
sdkVersion: We,
|
|
603
620
|
identifier: f
|
|
604
621
|
});
|
|
605
622
|
return o.customColor && g.set("customColor", o.customColor), `${s}/${u}?${g.toString()}`;
|
|
606
623
|
}
|
|
607
624
|
function er(o, f) {
|
|
608
625
|
var u;
|
|
609
|
-
const d =
|
|
626
|
+
const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
|
|
610
627
|
session_token: f.sessionToken,
|
|
611
628
|
company_id: f.companyId,
|
|
612
629
|
identifier: f.identifier
|
|
@@ -615,7 +632,7 @@ function er(o, f) {
|
|
|
615
632
|
}
|
|
616
633
|
function ir(o, f) {
|
|
617
634
|
var u;
|
|
618
|
-
const d =
|
|
635
|
+
const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
|
|
619
636
|
requestable_id: f.requestableToken,
|
|
620
637
|
identifier: f.identifier
|
|
621
638
|
});
|
|
@@ -627,7 +644,7 @@ function tr(o) {
|
|
|
627
644
|
function rr(o) {
|
|
628
645
|
return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
|
|
629
646
|
}
|
|
630
|
-
class
|
|
647
|
+
class Qe extends ye {
|
|
631
648
|
constructor() {
|
|
632
649
|
super(...arguments);
|
|
633
650
|
R(this, "defaultIframePrefix", "disclosure-request-box");
|
|
@@ -639,8 +656,8 @@ class Ke extends ye {
|
|
|
639
656
|
return Xt(this.options, this.uniqueIdentifier);
|
|
640
657
|
}
|
|
641
658
|
mount(d) {
|
|
642
|
-
return
|
|
643
|
-
return this.isReadyCallbackFired = !1, yield $e(
|
|
659
|
+
return M(this, null, function* () {
|
|
660
|
+
return this.isReadyCallbackFired = !1, yield $e(Qe.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
|
|
644
661
|
this.notifyReady();
|
|
645
662
|
}, this) : this;
|
|
646
663
|
});
|
|
@@ -650,14 +667,14 @@ class Ke extends ye {
|
|
|
650
667
|
this.removePopupListener(), (d = this.passkeyPopupWindow) == null || d.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
|
|
651
668
|
}
|
|
652
669
|
setupListeners() {
|
|
653
|
-
return
|
|
654
|
-
yield $e(
|
|
670
|
+
return M(this, null, function* () {
|
|
671
|
+
yield $e(Qe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ei(this.uniqueIdentifier, {
|
|
655
672
|
onInfo: (d) => this.handleInfoEvent(d)
|
|
656
673
|
});
|
|
657
674
|
});
|
|
658
675
|
}
|
|
659
676
|
handleIframeReady() {
|
|
660
|
-
return
|
|
677
|
+
return M(this, null, function* () {
|
|
661
678
|
this.notifyReady();
|
|
662
679
|
});
|
|
663
680
|
}
|
|
@@ -669,9 +686,9 @@ class Ke extends ye {
|
|
|
669
686
|
this.options.onEvent(d);
|
|
670
687
|
}
|
|
671
688
|
mountPopupListener() {
|
|
672
|
-
return
|
|
689
|
+
return M(this, null, function* () {
|
|
673
690
|
const d = yield Promise.resolve().then(() => ve);
|
|
674
|
-
this.removePopupListener(), this.popupListener = d.on(Ji, (u) =>
|
|
691
|
+
this.removePopupListener(), this.popupListener = d.on(Ji, (u) => M(this, [u], function* ({ data: s }) {
|
|
675
692
|
return s.eventName !== "PASSKEY_REGISTERED" && s.eventName !== "PASSKEY_AUTHENTICATED" || s.identifier !== this.uniqueIdentifier || (s.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
|
|
676
693
|
eventName: "PASSKEY_REGISTERED",
|
|
677
694
|
type: "PASSKEY_REGISTERED",
|
|
@@ -724,64 +741,64 @@ class Ke extends ye {
|
|
|
724
741
|
this.passkeyPopupWindow = window.open(s, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
|
|
725
742
|
}
|
|
726
743
|
}
|
|
727
|
-
let
|
|
728
|
-
function
|
|
729
|
-
|
|
744
|
+
let ie = null, Je = null;
|
|
745
|
+
function Ze(o = null) {
|
|
746
|
+
ie && !ie.closed && ie.focus(), o == null || o.preventDefault();
|
|
730
747
|
}
|
|
731
|
-
function
|
|
732
|
-
document.body.style.filter = "", document.body.removeEventListener("click",
|
|
748
|
+
function Ne() {
|
|
749
|
+
document.body.style.filter = "", document.body.removeEventListener("click", Ze);
|
|
733
750
|
}
|
|
734
751
|
function nr() {
|
|
735
|
-
|
|
736
|
-
(!
|
|
737
|
-
},
|
|
752
|
+
Je = setInterval(() => {
|
|
753
|
+
(!ie || ie.closed) && (Je && clearInterval(Je), Ne());
|
|
754
|
+
}, Ft);
|
|
738
755
|
}
|
|
739
756
|
function or(o) {
|
|
740
|
-
const f = Qt(o), d = zt, s =
|
|
757
|
+
const f = Qt(o), d = zt, s = Ht, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, m = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, v = m / window.screen.availWidth, k = (m - d) / 2 / v + u, A = (y - s) / 2 / v + g, Z = [
|
|
741
758
|
"scrollbars=yes",
|
|
742
759
|
`width=${d}`,
|
|
743
760
|
`height=${s}`,
|
|
744
|
-
`top=${
|
|
745
|
-
`left=${
|
|
746
|
-
].join(","),
|
|
747
|
-
|
|
761
|
+
`top=${A}`,
|
|
762
|
+
`left=${k}`
|
|
763
|
+
].join(","), B = window.open("about:blank", "Soyio", Z);
|
|
764
|
+
B ? (ie = B, ie.location.href = f, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Ze), Ze(), nr()) : (Ne(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
|
|
748
765
|
}
|
|
749
766
|
function sr() {
|
|
750
|
-
|
|
767
|
+
ie && (ie.close(), ie = null), Ne();
|
|
751
768
|
}
|
|
752
769
|
let me = null;
|
|
753
770
|
function fr() {
|
|
754
771
|
me && (me.cancel(), me = null);
|
|
755
772
|
}
|
|
756
773
|
function ar(o) {
|
|
757
|
-
return
|
|
774
|
+
return M(this, null, function* () {
|
|
758
775
|
const { onEvent: f } = o, d = yield Promise.resolve().then(() => ve);
|
|
759
|
-
me && fr(), me = d.on(Ji, (u) =>
|
|
760
|
-
return f(s),
|
|
776
|
+
me && fr(), me = d.on(Ji, (u) => M(null, [u], function* ({ data: s }) {
|
|
777
|
+
return f(s), Bt.includes(s.eventName) ? sr() : s.eventName === jt && Ne(), Promise.resolve();
|
|
761
778
|
}));
|
|
762
779
|
});
|
|
763
780
|
}
|
|
764
781
|
function dr(o) {
|
|
765
782
|
ar(o);
|
|
766
783
|
}
|
|
767
|
-
var
|
|
784
|
+
var Le, Ki;
|
|
768
785
|
class br {
|
|
769
786
|
constructor(f) {
|
|
770
|
-
Wi(this,
|
|
787
|
+
Wi(this, Le);
|
|
771
788
|
R(this, "onEvent");
|
|
772
|
-
this.onEvent = f.onEvent,
|
|
773
|
-
onEvent: Oi(this,
|
|
789
|
+
this.onEvent = f.onEvent, Ae && (or(f), dr({
|
|
790
|
+
onEvent: Oi(this, Le, Ki).bind(this)
|
|
774
791
|
}));
|
|
775
792
|
}
|
|
776
793
|
}
|
|
777
|
-
|
|
794
|
+
Le = new WeakSet(), Ki = function(f) {
|
|
778
795
|
this.onEvent(f);
|
|
779
796
|
};
|
|
780
|
-
const cr = "#/definitions/SoyioAppearance", pr = "http://json-schema.org/draft-07/schema#", lr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"}}`), wr = {
|
|
797
|
+
const cr = "#/definitions/SoyioAppearance", pr = "http://json-schema.org/draft-07/schema#", lr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"}}`), wr = {
|
|
781
798
|
$ref: cr,
|
|
782
799
|
$schema: pr,
|
|
783
800
|
definitions: lr
|
|
784
|
-
}, Sr = "#/definitions/SoyioWidgetConfig", ur = "http://json-schema.org/draft-07/schema#", Cr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Ir = {
|
|
801
|
+
}, Sr = "#/definitions/SoyioWidgetConfig", ur = "http://json-schema.org/draft-07/schema#", Cr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Ir = {
|
|
785
802
|
$ref: Sr,
|
|
786
803
|
$schema: ur,
|
|
787
804
|
definitions: Cr
|
|
@@ -789,7 +806,7 @@ const cr = "#/definitions/SoyioAppearance", pr = "http://json-schema.org/draft-0
|
|
|
789
806
|
function hr(o) {
|
|
790
807
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
791
808
|
}
|
|
792
|
-
var
|
|
809
|
+
var Ke = { exports: {} }, De = { exports: {} }, Pr = De.exports, Ui;
|
|
793
810
|
function gr() {
|
|
794
811
|
return Ui || (Ui = 1, function(o, f) {
|
|
795
812
|
(function(d, s) {
|
|
@@ -823,9 +840,9 @@ function gr() {
|
|
|
823
840
|
if (u.r(y), Object.defineProperty(y, "default", {
|
|
824
841
|
enumerable: !0,
|
|
825
842
|
value: g
|
|
826
|
-
}), 2 & m && typeof g != "string") for (var
|
|
827
|
-
return g[
|
|
828
|
-
}.bind(null,
|
|
843
|
+
}), 2 & m && typeof g != "string") for (var v in g) u.d(y, v, function(k) {
|
|
844
|
+
return g[k];
|
|
845
|
+
}.bind(null, v));
|
|
829
846
|
return y;
|
|
830
847
|
}, u.n = function(g) {
|
|
831
848
|
var m = g && g.__esModule ? function() {
|
|
@@ -843,9 +860,9 @@ function gr() {
|
|
|
843
860
|
}), u.d(s, "TYPES", function() {
|
|
844
861
|
return Pt;
|
|
845
862
|
}), u.d(s, "ProxyWindow", function() {
|
|
846
|
-
return
|
|
863
|
+
return J;
|
|
847
864
|
}), u.d(s, "setup", function() {
|
|
848
|
-
return
|
|
865
|
+
return xi;
|
|
849
866
|
}), u.d(s, "destroy", function() {
|
|
850
867
|
return ht;
|
|
851
868
|
}), u.d(s, "serializeMessage", function() {
|
|
@@ -861,9 +878,9 @@ function gr() {
|
|
|
861
878
|
}), u.d(s, "once", function() {
|
|
862
879
|
return pt;
|
|
863
880
|
}), u.d(s, "send", function() {
|
|
864
|
-
return
|
|
881
|
+
return te;
|
|
865
882
|
}), u.d(s, "markWindowKnown", function() {
|
|
866
|
-
return
|
|
883
|
+
return Pi;
|
|
867
884
|
}), u.d(s, "cleanUpWindow", function() {
|
|
868
885
|
return gt;
|
|
869
886
|
}), u.d(s, "bridge", function() {
|
|
@@ -876,36 +893,36 @@ function gr() {
|
|
|
876
893
|
function y(e) {
|
|
877
894
|
return e === void 0 && (e = window), e.location.protocol;
|
|
878
895
|
}
|
|
879
|
-
function
|
|
896
|
+
function v(e) {
|
|
880
897
|
if (e === void 0 && (e = window), e.mockDomain) {
|
|
881
898
|
var t = e.mockDomain.split("//")[0];
|
|
882
899
|
if (t) return t;
|
|
883
900
|
}
|
|
884
901
|
return y(e);
|
|
885
902
|
}
|
|
886
|
-
function
|
|
887
|
-
return e === void 0 && (e = window),
|
|
903
|
+
function k(e) {
|
|
904
|
+
return e === void 0 && (e = window), v(e) === "about:";
|
|
888
905
|
}
|
|
889
|
-
function
|
|
906
|
+
function A(e) {
|
|
890
907
|
if (e === void 0 && (e = window), e) try {
|
|
891
908
|
if (e.parent && e.parent !== e) return e.parent;
|
|
892
909
|
} catch (t) {
|
|
893
910
|
}
|
|
894
911
|
}
|
|
895
|
-
function
|
|
896
|
-
if (e === void 0 && (e = window), e && !
|
|
912
|
+
function Z(e) {
|
|
913
|
+
if (e === void 0 && (e = window), e && !A(e)) try {
|
|
897
914
|
return e.opener;
|
|
898
915
|
} catch (t) {
|
|
899
916
|
}
|
|
900
917
|
}
|
|
901
|
-
function
|
|
918
|
+
function B(e) {
|
|
902
919
|
try {
|
|
903
920
|
return !0;
|
|
904
921
|
} catch (t) {
|
|
905
922
|
}
|
|
906
923
|
return !1;
|
|
907
924
|
}
|
|
908
|
-
function
|
|
925
|
+
function O(e) {
|
|
909
926
|
e === void 0 && (e = window);
|
|
910
927
|
var t = e.location;
|
|
911
928
|
if (!t) throw new Error("Can not read window location");
|
|
@@ -913,19 +930,19 @@ function gr() {
|
|
|
913
930
|
if (!i) throw new Error("Can not read window protocol");
|
|
914
931
|
if (i === "file:") return "file://";
|
|
915
932
|
if (i === "about:") {
|
|
916
|
-
var r =
|
|
917
|
-
return r &&
|
|
933
|
+
var r = A(e);
|
|
934
|
+
return r && B() ? O(r) : "about://";
|
|
918
935
|
}
|
|
919
936
|
var n = t.host;
|
|
920
937
|
if (!n) throw new Error("Can not read window host");
|
|
921
938
|
return i + "//" + n;
|
|
922
939
|
}
|
|
923
|
-
function
|
|
940
|
+
function N(e) {
|
|
924
941
|
e === void 0 && (e = window);
|
|
925
|
-
var t =
|
|
942
|
+
var t = O(e);
|
|
926
943
|
return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
|
|
927
944
|
}
|
|
928
|
-
function
|
|
945
|
+
function q(e) {
|
|
929
946
|
if (!function(t) {
|
|
930
947
|
try {
|
|
931
948
|
if (t === window) return !0;
|
|
@@ -937,34 +954,34 @@ function gr() {
|
|
|
937
954
|
} catch (r) {
|
|
938
955
|
}
|
|
939
956
|
try {
|
|
940
|
-
if (
|
|
957
|
+
if (k(t) && B()) return !0;
|
|
941
958
|
} catch (r) {
|
|
942
959
|
}
|
|
943
960
|
try {
|
|
944
961
|
if (function(r) {
|
|
945
|
-
return r === void 0 && (r = window),
|
|
946
|
-
}(t) &&
|
|
962
|
+
return r === void 0 && (r = window), v(r) === "mock:";
|
|
963
|
+
}(t) && B()) return !0;
|
|
947
964
|
} catch (r) {
|
|
948
965
|
}
|
|
949
966
|
try {
|
|
950
|
-
if (
|
|
967
|
+
if (O(t) === O(window)) return !0;
|
|
951
968
|
} catch (r) {
|
|
952
969
|
}
|
|
953
970
|
return !1;
|
|
954
971
|
}(e)) return !1;
|
|
955
972
|
try {
|
|
956
|
-
if (e === window ||
|
|
973
|
+
if (e === window || k(e) && B() || N(window) === N(e)) return !0;
|
|
957
974
|
} catch (t) {
|
|
958
975
|
}
|
|
959
976
|
return !1;
|
|
960
977
|
}
|
|
961
|
-
function
|
|
962
|
-
if (!
|
|
978
|
+
function X(e) {
|
|
979
|
+
if (!q(e)) throw new Error("Expected window to be same domain");
|
|
963
980
|
return e;
|
|
964
981
|
}
|
|
965
|
-
function
|
|
982
|
+
function _(e, t) {
|
|
966
983
|
if (!e || !t) return !1;
|
|
967
|
-
var i =
|
|
984
|
+
var i = A(t);
|
|
968
985
|
return i ? i === e : function(r) {
|
|
969
986
|
var n = [];
|
|
970
987
|
try {
|
|
@@ -1013,7 +1030,7 @@ function gr() {
|
|
|
1013
1030
|
return t;
|
|
1014
1031
|
}
|
|
1015
1032
|
var be = [], de = [];
|
|
1016
|
-
function
|
|
1033
|
+
function K(e, t) {
|
|
1017
1034
|
t === void 0 && (t = !0);
|
|
1018
1035
|
try {
|
|
1019
1036
|
if (e === window) return !1;
|
|
@@ -1030,7 +1047,7 @@ function gr() {
|
|
|
1030
1047
|
} catch (n) {
|
|
1031
1048
|
return !n || n.message !== m;
|
|
1032
1049
|
}
|
|
1033
|
-
if (t &&
|
|
1050
|
+
if (t && q(e)) try {
|
|
1034
1051
|
if (e.mockclosed) return !0;
|
|
1035
1052
|
} catch (n) {
|
|
1036
1053
|
}
|
|
@@ -1059,8 +1076,8 @@ function gr() {
|
|
|
1059
1076
|
}
|
|
1060
1077
|
return !1;
|
|
1061
1078
|
}
|
|
1062
|
-
function
|
|
1063
|
-
return e === void 0 && (e = window),
|
|
1079
|
+
function ii(e) {
|
|
1080
|
+
return e === void 0 && (e = window), Z(e = e || window) || A(e) || void 0;
|
|
1064
1081
|
}
|
|
1065
1082
|
function fe(e, t) {
|
|
1066
1083
|
if (typeof e == "string") {
|
|
@@ -1113,8 +1130,8 @@ function gr() {
|
|
|
1113
1130
|
}
|
|
1114
1131
|
return !1;
|
|
1115
1132
|
}
|
|
1116
|
-
function
|
|
1117
|
-
if (
|
|
1133
|
+
function ti(e) {
|
|
1134
|
+
if (q(e)) return X(e).frameElement;
|
|
1118
1135
|
for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
|
|
1119
1136
|
var r = i[t];
|
|
1120
1137
|
if (r && r.contentWindow && r.contentWindow === e) return r;
|
|
@@ -1122,9 +1139,9 @@ function gr() {
|
|
|
1122
1139
|
}
|
|
1123
1140
|
function Zi(e) {
|
|
1124
1141
|
if (function(i) {
|
|
1125
|
-
return i === void 0 && (i = window), !!
|
|
1142
|
+
return i === void 0 && (i = window), !!A(i);
|
|
1126
1143
|
}(e)) {
|
|
1127
|
-
var t =
|
|
1144
|
+
var t = ti(e);
|
|
1128
1145
|
if (t && t.parentElement) {
|
|
1129
1146
|
t.parentElement.removeChild(t);
|
|
1130
1147
|
return;
|
|
@@ -1151,18 +1168,18 @@ function gr() {
|
|
|
1151
1168
|
}
|
|
1152
1169
|
return !1;
|
|
1153
1170
|
}
|
|
1154
|
-
var
|
|
1155
|
-
function
|
|
1156
|
-
if (!
|
|
1171
|
+
var ri = [], ce = [], Me = 0, pe;
|
|
1172
|
+
function ni() {
|
|
1173
|
+
if (!Me && pe) {
|
|
1157
1174
|
var e = pe;
|
|
1158
1175
|
pe = null, e.resolve();
|
|
1159
1176
|
}
|
|
1160
1177
|
}
|
|
1161
1178
|
function Be() {
|
|
1162
|
-
|
|
1179
|
+
Me += 1;
|
|
1163
1180
|
}
|
|
1164
1181
|
function le() {
|
|
1165
|
-
|
|
1182
|
+
Me -= 1, ni();
|
|
1166
1183
|
}
|
|
1167
1184
|
var x = function() {
|
|
1168
1185
|
function e(i) {
|
|
@@ -1198,8 +1215,8 @@ function gr() {
|
|
|
1198
1215
|
}
|
|
1199
1216
|
return this.rejected = !0, this.error = i, this.errorHandled || setTimeout(function() {
|
|
1200
1217
|
r.errorHandled || function(a, c) {
|
|
1201
|
-
if (
|
|
1202
|
-
|
|
1218
|
+
if (ri.indexOf(a) === -1) {
|
|
1219
|
+
ri.push(a), setTimeout(function() {
|
|
1203
1220
|
throw a;
|
|
1204
1221
|
}, 1);
|
|
1205
1222
|
for (var S = 0; S < ce.length; S++) ce[S](a, c);
|
|
@@ -1212,11 +1229,11 @@ function gr() {
|
|
|
1212
1229
|
var i = this.resolved, r = this.rejected, n = this.handlers;
|
|
1213
1230
|
if (!this.dispatching && (i || r)) {
|
|
1214
1231
|
this.dispatching = !0, Be();
|
|
1215
|
-
for (var a = function($,
|
|
1216
|
-
return $.then(function(
|
|
1217
|
-
|
|
1218
|
-
}, function(
|
|
1219
|
-
|
|
1232
|
+
for (var a = function($, I) {
|
|
1233
|
+
return $.then(function(b) {
|
|
1234
|
+
I.resolve(b);
|
|
1235
|
+
}, function(b) {
|
|
1236
|
+
I.reject(b);
|
|
1220
1237
|
});
|
|
1221
1238
|
}, c = 0; c < n.length; c++) {
|
|
1222
1239
|
var S = n[c], l = S.onSuccess, p = S.onError, P = S.promise, C = void 0;
|
|
@@ -1355,7 +1372,7 @@ function gr() {
|
|
|
1355
1372
|
}, e.flush = function() {
|
|
1356
1373
|
return function(i) {
|
|
1357
1374
|
var r = pe = pe || new i();
|
|
1358
|
-
return
|
|
1375
|
+
return ni(), r;
|
|
1359
1376
|
}(e);
|
|
1360
1377
|
}, e;
|
|
1361
1378
|
}();
|
|
@@ -1366,7 +1383,7 @@ function gr() {
|
|
|
1366
1383
|
}
|
|
1367
1384
|
return -1;
|
|
1368
1385
|
}
|
|
1369
|
-
var
|
|
1386
|
+
var je = function() {
|
|
1370
1387
|
function e() {
|
|
1371
1388
|
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() {
|
|
1372
1389
|
if (typeof WeakMap == "undefined" || Object.freeze === void 0) return !1;
|
|
@@ -1386,7 +1403,7 @@ function gr() {
|
|
|
1386
1403
|
return t._cleanupClosedWindows = function() {
|
|
1387
1404
|
for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
|
|
1388
1405
|
var a = r[n];
|
|
1389
|
-
if (we(a) &&
|
|
1406
|
+
if (we(a) && K(a)) {
|
|
1390
1407
|
if (i) try {
|
|
1391
1408
|
i.delete(a);
|
|
1392
1409
|
} catch (c) {
|
|
@@ -1468,17 +1485,17 @@ function gr() {
|
|
|
1468
1485
|
return this.set(i, n), n;
|
|
1469
1486
|
}, e;
|
|
1470
1487
|
}();
|
|
1471
|
-
function
|
|
1488
|
+
function oi(e) {
|
|
1472
1489
|
return e.name || e.__name__ || e.displayName || "anonymous";
|
|
1473
1490
|
}
|
|
1474
|
-
function
|
|
1491
|
+
function si(e, t) {
|
|
1475
1492
|
try {
|
|
1476
1493
|
delete e.name, e.name = t;
|
|
1477
1494
|
} catch (i) {
|
|
1478
1495
|
}
|
|
1479
1496
|
return e.__name__ = e.displayName = t, e;
|
|
1480
1497
|
}
|
|
1481
|
-
function
|
|
1498
|
+
function ee() {
|
|
1482
1499
|
var e = "0123456789abcdef";
|
|
1483
1500
|
return "uid_" + "xxxxxxxxxx".replace(/./g, function() {
|
|
1484
1501
|
return e.charAt(Math.floor(Math.random() * e.length));
|
|
@@ -1491,13 +1508,13 @@ function gr() {
|
|
|
1491
1508
|
}((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
|
|
1492
1509
|
}
|
|
1493
1510
|
var Te;
|
|
1494
|
-
function
|
|
1511
|
+
function fi(e) {
|
|
1495
1512
|
try {
|
|
1496
1513
|
return JSON.stringify([].slice.call(e), function(t, i) {
|
|
1497
1514
|
return typeof i == "function" ? "memoize[" + function(r) {
|
|
1498
|
-
if (Te = Te || new
|
|
1515
|
+
if (Te = Te || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
|
|
1499
1516
|
var n = Te.get(r);
|
|
1500
|
-
return n || (n = typeof r + ":" +
|
|
1517
|
+
return n || (n = typeof r + ":" + ee(), Te.set(r, n)), n;
|
|
1501
1518
|
}(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;
|
|
1502
1519
|
});
|
|
1503
1520
|
} catch (t) {
|
|
@@ -1507,42 +1524,42 @@ function gr() {
|
|
|
1507
1524
|
function Xi() {
|
|
1508
1525
|
return {};
|
|
1509
1526
|
}
|
|
1510
|
-
var Se = 0,
|
|
1527
|
+
var Se = 0, ai = 0;
|
|
1511
1528
|
function ue(e, t) {
|
|
1512
1529
|
t === void 0 && (t = {});
|
|
1513
1530
|
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, a, c, S = Se;
|
|
1514
1531
|
Se += 1;
|
|
1515
1532
|
var l = function() {
|
|
1516
1533
|
for (var p = arguments.length, P = new Array(p), C = 0; C < p; C++) P[C] = arguments[C];
|
|
1517
|
-
S <
|
|
1534
|
+
S < ai && (a = null, c = null, S = Se, Se += 1);
|
|
1518
1535
|
var h;
|
|
1519
|
-
h = r ? (c = c || new
|
|
1536
|
+
h = r ? (c = c || new je()).getOrSet(this, Xi) : a = a || {};
|
|
1520
1537
|
var $;
|
|
1521
1538
|
try {
|
|
1522
|
-
$ =
|
|
1539
|
+
$ = fi(P);
|
|
1523
1540
|
} catch (E) {
|
|
1524
1541
|
return e.apply(this, arguments);
|
|
1525
1542
|
}
|
|
1526
|
-
var
|
|
1527
|
-
if (
|
|
1528
|
-
var
|
|
1543
|
+
var I = h[$];
|
|
1544
|
+
if (I && n && Date.now() - I.time < n && (delete h[$], I = null), I) return I.value;
|
|
1545
|
+
var b = Date.now(), w = e.apply(this, arguments);
|
|
1529
1546
|
return h[$] = {
|
|
1530
|
-
time:
|
|
1531
|
-
value:
|
|
1532
|
-
},
|
|
1547
|
+
time: b,
|
|
1548
|
+
value: w
|
|
1549
|
+
}, w;
|
|
1533
1550
|
};
|
|
1534
1551
|
return l.reset = function() {
|
|
1535
1552
|
a = null, c = null;
|
|
1536
|
-
},
|
|
1553
|
+
}, si(l, (t.name || oi(e)) + "::memoized");
|
|
1537
1554
|
}
|
|
1538
1555
|
ue.clear = function() {
|
|
1539
|
-
|
|
1556
|
+
ai = Se;
|
|
1540
1557
|
};
|
|
1541
1558
|
function et(e) {
|
|
1542
1559
|
var t = {};
|
|
1543
1560
|
function i() {
|
|
1544
1561
|
for (var r = arguments, n = this, a = arguments.length, c = new Array(a), S = 0; S < a; S++) c[S] = arguments[S];
|
|
1545
|
-
var l =
|
|
1562
|
+
var l = fi(c);
|
|
1546
1563
|
return t.hasOwnProperty(l) || (t[l] = x.try(function() {
|
|
1547
1564
|
return e.apply(n, r);
|
|
1548
1565
|
}).finally(function() {
|
|
@@ -1551,7 +1568,7 @@ function gr() {
|
|
|
1551
1568
|
}
|
|
1552
1569
|
return i.reset = function() {
|
|
1553
1570
|
t = {};
|
|
1554
|
-
},
|
|
1571
|
+
}, si(i, oi(e) + "::promiseMemoized");
|
|
1555
1572
|
}
|
|
1556
1573
|
function ne() {
|
|
1557
1574
|
}
|
|
@@ -1572,7 +1589,7 @@ function gr() {
|
|
|
1572
1589
|
return "Error while stringifying error: " + Ce(n, t + 1);
|
|
1573
1590
|
}
|
|
1574
1591
|
}
|
|
1575
|
-
function
|
|
1592
|
+
function di(e) {
|
|
1576
1593
|
return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
|
|
1577
1594
|
}
|
|
1578
1595
|
ue(function(e) {
|
|
@@ -1581,7 +1598,7 @@ function gr() {
|
|
|
1581
1598
|
for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
|
|
1582
1599
|
return t;
|
|
1583
1600
|
});
|
|
1584
|
-
function
|
|
1601
|
+
function ze(e) {
|
|
1585
1602
|
return {}.toString.call(e) === "[object RegExp]";
|
|
1586
1603
|
}
|
|
1587
1604
|
function he(e, t, i) {
|
|
@@ -1589,22 +1606,22 @@ function gr() {
|
|
|
1589
1606
|
var r = i();
|
|
1590
1607
|
return e[t] = r, r;
|
|
1591
1608
|
}
|
|
1592
|
-
function
|
|
1609
|
+
function ci() {
|
|
1593
1610
|
var e = document.body;
|
|
1594
1611
|
if (!e) throw new Error("Body element not found");
|
|
1595
1612
|
return e;
|
|
1596
1613
|
}
|
|
1597
|
-
function
|
|
1614
|
+
function pi() {
|
|
1598
1615
|
return !!document.body && document.readyState === "complete";
|
|
1599
1616
|
}
|
|
1600
|
-
function
|
|
1617
|
+
function li() {
|
|
1601
1618
|
return !!document.body && document.readyState === "interactive";
|
|
1602
1619
|
}
|
|
1603
1620
|
ue(function() {
|
|
1604
1621
|
return new x(function(e) {
|
|
1605
|
-
if (
|
|
1622
|
+
if (pi() || li()) return e();
|
|
1606
1623
|
var t = setInterval(function() {
|
|
1607
|
-
if (
|
|
1624
|
+
if (pi() || li())
|
|
1608
1625
|
return clearInterval(t), e();
|
|
1609
1626
|
}, 10);
|
|
1610
1627
|
});
|
|
@@ -1628,7 +1645,7 @@ function gr() {
|
|
|
1628
1645
|
}
|
|
1629
1646
|
}())) return ke;
|
|
1630
1647
|
throw new Error("Can not determine current script");
|
|
1631
|
-
}), tt =
|
|
1648
|
+
}), tt = ee();
|
|
1632
1649
|
ue(function() {
|
|
1633
1650
|
var e;
|
|
1634
1651
|
try {
|
|
@@ -1650,7 +1667,7 @@ function gr() {
|
|
|
1650
1667
|
dataset: e.dataset
|
|
1651
1668
|
}));
|
|
1652
1669
|
t = "uid_" + i.slice(i.length - 30);
|
|
1653
|
-
} else t =
|
|
1670
|
+
} else t = ee();
|
|
1654
1671
|
return e.setAttribute("data-uid-auto", t), t;
|
|
1655
1672
|
});
|
|
1656
1673
|
function Pe(e) {
|
|
@@ -1658,11 +1675,11 @@ function gr() {
|
|
|
1658
1675
|
var t = "__post_robot_10_0_46__";
|
|
1659
1676
|
return e !== window ? e[t] : e[t] = e[t] || {};
|
|
1660
1677
|
}
|
|
1661
|
-
var
|
|
1678
|
+
var Si = function() {
|
|
1662
1679
|
return {};
|
|
1663
1680
|
};
|
|
1664
|
-
function
|
|
1665
|
-
return e === void 0 && (e = "store"), t === void 0 && (t =
|
|
1681
|
+
function H(e, t) {
|
|
1682
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), he(Pe(), e, function() {
|
|
1666
1683
|
var i = t();
|
|
1667
1684
|
return {
|
|
1668
1685
|
has: function(r) {
|
|
@@ -1695,9 +1712,9 @@ function gr() {
|
|
|
1695
1712
|
var e = Pe();
|
|
1696
1713
|
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new rt(), e.WINDOW_WILDCARD;
|
|
1697
1714
|
}
|
|
1698
|
-
function
|
|
1699
|
-
return e === void 0 && (e = "store"), t === void 0 && (t =
|
|
1700
|
-
var i = new
|
|
1715
|
+
function G(e, t) {
|
|
1716
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), H("windowStore").getOrSet(e, function() {
|
|
1717
|
+
var i = new je(), r = function(n) {
|
|
1701
1718
|
return i.getOrSet(n, t);
|
|
1702
1719
|
};
|
|
1703
1720
|
return {
|
|
@@ -1720,11 +1737,11 @@ function gr() {
|
|
|
1720
1737
|
};
|
|
1721
1738
|
});
|
|
1722
1739
|
}
|
|
1723
|
-
function
|
|
1724
|
-
return
|
|
1740
|
+
function ui() {
|
|
1741
|
+
return H("instance").getOrSet("instanceID", ee);
|
|
1725
1742
|
}
|
|
1726
|
-
function
|
|
1727
|
-
var i = t.domain, r =
|
|
1743
|
+
function Ci(e, t) {
|
|
1744
|
+
var i = t.domain, r = G("helloPromises"), n = r.get(e);
|
|
1728
1745
|
n && n.resolve({
|
|
1729
1746
|
domain: i
|
|
1730
1747
|
});
|
|
@@ -1733,15 +1750,15 @@ function gr() {
|
|
|
1733
1750
|
});
|
|
1734
1751
|
return r.set(e, a), a;
|
|
1735
1752
|
}
|
|
1736
|
-
function
|
|
1753
|
+
function He(e, t) {
|
|
1737
1754
|
return (0, t.send)(e, "postrobot_hello", {
|
|
1738
|
-
instanceID:
|
|
1755
|
+
instanceID: ui()
|
|
1739
1756
|
}, {
|
|
1740
1757
|
domain: "*",
|
|
1741
1758
|
timeout: -1
|
|
1742
1759
|
}).then(function(i) {
|
|
1743
1760
|
var r = i.origin, n = i.data.instanceID;
|
|
1744
|
-
return
|
|
1761
|
+
return Ci(e, {
|
|
1745
1762
|
domain: r
|
|
1746
1763
|
}), {
|
|
1747
1764
|
win: e,
|
|
@@ -1750,23 +1767,23 @@ function gr() {
|
|
|
1750
1767
|
};
|
|
1751
1768
|
});
|
|
1752
1769
|
}
|
|
1753
|
-
function
|
|
1770
|
+
function hi(e, t) {
|
|
1754
1771
|
var i = t.send;
|
|
1755
|
-
return
|
|
1756
|
-
return
|
|
1772
|
+
return G("windowInstanceIDPromises").getOrSet(e, function() {
|
|
1773
|
+
return He(e, {
|
|
1757
1774
|
send: i
|
|
1758
1775
|
}).then(function(r) {
|
|
1759
1776
|
return r.instanceID;
|
|
1760
1777
|
});
|
|
1761
1778
|
});
|
|
1762
1779
|
}
|
|
1763
|
-
function
|
|
1764
|
-
|
|
1780
|
+
function Pi(e) {
|
|
1781
|
+
G("knownWindows").set(e, !0);
|
|
1765
1782
|
}
|
|
1766
1783
|
function Fe(e) {
|
|
1767
1784
|
return typeof e == "object" && e !== null && typeof e.__type__ == "string";
|
|
1768
1785
|
}
|
|
1769
|
-
function
|
|
1786
|
+
function gi(e) {
|
|
1770
1787
|
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;
|
|
1771
1788
|
}
|
|
1772
1789
|
function oe(e, t) {
|
|
@@ -1775,60 +1792,60 @@ function gr() {
|
|
|
1775
1792
|
__val__: t
|
|
1776
1793
|
};
|
|
1777
1794
|
}
|
|
1778
|
-
var
|
|
1779
|
-
},
|
|
1795
|
+
var V, nt = ((V = {}).function = function() {
|
|
1796
|
+
}, V.error = function(e) {
|
|
1780
1797
|
return oe("error", {
|
|
1781
1798
|
message: e.message,
|
|
1782
1799
|
stack: e.stack,
|
|
1783
1800
|
code: e.code,
|
|
1784
1801
|
data: e.data
|
|
1785
1802
|
});
|
|
1786
|
-
},
|
|
1787
|
-
},
|
|
1803
|
+
}, V.promise = function() {
|
|
1804
|
+
}, V.regex = function(e) {
|
|
1788
1805
|
return oe("regex", e.source);
|
|
1789
|
-
},
|
|
1806
|
+
}, V.date = function(e) {
|
|
1790
1807
|
return oe("date", e.toJSON());
|
|
1791
|
-
},
|
|
1808
|
+
}, V.array = function(e) {
|
|
1792
1809
|
return e;
|
|
1793
|
-
},
|
|
1810
|
+
}, V.object = function(e) {
|
|
1794
1811
|
return e;
|
|
1795
|
-
},
|
|
1812
|
+
}, V.string = function(e) {
|
|
1796
1813
|
return e;
|
|
1797
|
-
},
|
|
1814
|
+
}, V.number = function(e) {
|
|
1798
1815
|
return e;
|
|
1799
|
-
},
|
|
1816
|
+
}, V.boolean = function(e) {
|
|
1800
1817
|
return e;
|
|
1801
|
-
},
|
|
1818
|
+
}, V.null = function(e) {
|
|
1802
1819
|
return e;
|
|
1803
|
-
},
|
|
1820
|
+
}, V[void 0] = function(e) {
|
|
1804
1821
|
return oe("undefined", e);
|
|
1805
|
-
},
|
|
1822
|
+
}, V), ot = {}, Y, st = ((Y = {}).function = function() {
|
|
1806
1823
|
throw new Error("Function serialization is not implemented; nothing to deserialize");
|
|
1807
|
-
},
|
|
1824
|
+
}, Y.error = function(e) {
|
|
1808
1825
|
var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
|
|
1809
1826
|
return n.code = i, r && (n.data = r), n.stack = t + `
|
|
1810
1827
|
|
|
1811
1828
|
` + n.stack, n;
|
|
1812
|
-
},
|
|
1829
|
+
}, Y.promise = function() {
|
|
1813
1830
|
throw new Error("Promise serialization is not implemented; nothing to deserialize");
|
|
1814
|
-
},
|
|
1831
|
+
}, Y.regex = function(e) {
|
|
1815
1832
|
return new RegExp(e);
|
|
1816
|
-
},
|
|
1833
|
+
}, Y.date = function(e) {
|
|
1817
1834
|
return new Date(e);
|
|
1818
|
-
},
|
|
1835
|
+
}, Y.array = function(e) {
|
|
1819
1836
|
return e;
|
|
1820
|
-
},
|
|
1837
|
+
}, Y.object = function(e) {
|
|
1821
1838
|
return e;
|
|
1822
|
-
},
|
|
1839
|
+
}, Y.string = function(e) {
|
|
1823
1840
|
return e;
|
|
1824
|
-
},
|
|
1841
|
+
}, Y.number = function(e) {
|
|
1825
1842
|
return e;
|
|
1826
|
-
},
|
|
1843
|
+
}, Y.boolean = function(e) {
|
|
1827
1844
|
return e;
|
|
1828
|
-
},
|
|
1845
|
+
}, Y.null = function(e) {
|
|
1829
1846
|
return e;
|
|
1830
|
-
},
|
|
1831
|
-
},
|
|
1847
|
+
}, Y[void 0] = function() {
|
|
1848
|
+
}, Y), ft = {};
|
|
1832
1849
|
new x(function(e) {
|
|
1833
1850
|
if (window.document && window.document.body) return e(window.document.body);
|
|
1834
1851
|
var t = setInterval(function() {
|
|
@@ -1836,23 +1853,23 @@ function gr() {
|
|
|
1836
1853
|
return clearInterval(t), e(window.document.body);
|
|
1837
1854
|
}, 10);
|
|
1838
1855
|
});
|
|
1839
|
-
function
|
|
1840
|
-
for (var e =
|
|
1856
|
+
function Ue() {
|
|
1857
|
+
for (var e = H("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
|
|
1841
1858
|
var r = i[t];
|
|
1842
1859
|
e.get(r).shouldClean() && e.del(r);
|
|
1843
1860
|
}
|
|
1844
1861
|
}
|
|
1845
|
-
function
|
|
1846
|
-
var i = t.send, r = t.id, n = r === void 0 ?
|
|
1847
|
-
if (
|
|
1862
|
+
function $i(e, t) {
|
|
1863
|
+
var i = t.send, r = t.id, n = r === void 0 ? ee() : r, a = e.then(function(l) {
|
|
1864
|
+
if (q(l)) return X(l).name;
|
|
1848
1865
|
}), c = e.then(function(l) {
|
|
1849
|
-
if (
|
|
1850
|
-
return
|
|
1866
|
+
if (K(l)) throw new Error("Window is closed, can not determine type");
|
|
1867
|
+
return Z(l) ? "popup" : "iframe";
|
|
1851
1868
|
});
|
|
1852
1869
|
a.catch(ne), c.catch(ne);
|
|
1853
1870
|
var S = function() {
|
|
1854
1871
|
return e.then(function(l) {
|
|
1855
|
-
if (!
|
|
1872
|
+
if (!K(l)) return q(l) ? X(l).name : a;
|
|
1856
1873
|
});
|
|
1857
1874
|
};
|
|
1858
1875
|
return {
|
|
@@ -1862,7 +1879,7 @@ function gr() {
|
|
|
1862
1879
|
},
|
|
1863
1880
|
getInstanceID: et(function() {
|
|
1864
1881
|
return e.then(function(l) {
|
|
1865
|
-
return
|
|
1882
|
+
return hi(l, {
|
|
1866
1883
|
send: i
|
|
1867
1884
|
});
|
|
1868
1885
|
});
|
|
@@ -1878,56 +1895,56 @@ function gr() {
|
|
|
1878
1895
|
},
|
|
1879
1896
|
isClosed: function() {
|
|
1880
1897
|
return e.then(function(l) {
|
|
1881
|
-
return
|
|
1898
|
+
return K(l);
|
|
1882
1899
|
});
|
|
1883
1900
|
},
|
|
1884
1901
|
setLocation: function(l, p) {
|
|
1885
1902
|
return p === void 0 && (p = {}), e.then(function(P) {
|
|
1886
|
-
var C = window.location.protocol + "//" + window.location.host, h = p.method, $ = h === void 0 ? "get" : h,
|
|
1903
|
+
var C = window.location.protocol + "//" + window.location.host, h = p.method, $ = h === void 0 ? "get" : h, I = p.body;
|
|
1887
1904
|
if (l.indexOf("/") === 0) l = "" + C + l;
|
|
1888
1905
|
else if (!l.match(/^https?:\/\//) && l.indexOf(C) !== 0) throw new Error("Expected url to be http or https url, or absolute path, got " + JSON.stringify(l));
|
|
1889
|
-
if ($ === "post") return S().then(function(
|
|
1890
|
-
if (!
|
|
1891
|
-
(function(
|
|
1892
|
-
var E =
|
|
1893
|
-
if (
|
|
1894
|
-
var
|
|
1895
|
-
|
|
1906
|
+
if ($ === "post") return S().then(function(b) {
|
|
1907
|
+
if (!b) throw new Error("Can not post to window without target name");
|
|
1908
|
+
(function(w) {
|
|
1909
|
+
var E = w.url, z = w.target, L = w.body, D = w.method, F = D === void 0 ? "post" : D, T = document.createElement("form");
|
|
1910
|
+
if (T.setAttribute("target", z), T.setAttribute("method", F), T.setAttribute("action", E), T.style.display = "none", L) for (var W = 0, Q = Object.keys(L); W < Q.length; W++) {
|
|
1911
|
+
var j, ge = Q[W], Ve = document.createElement("input");
|
|
1912
|
+
Ve.setAttribute("name", ge), Ve.setAttribute("value", (j = L[ge]) == null ? void 0 : j.toString()), T.appendChild(Ve);
|
|
1896
1913
|
}
|
|
1897
|
-
|
|
1914
|
+
ci().appendChild(T), T.submit(), ci().removeChild(T);
|
|
1898
1915
|
})({
|
|
1899
1916
|
url: l,
|
|
1900
|
-
target:
|
|
1917
|
+
target: b,
|
|
1901
1918
|
method: $,
|
|
1902
|
-
body:
|
|
1919
|
+
body: I
|
|
1903
1920
|
});
|
|
1904
1921
|
});
|
|
1905
1922
|
if ($ !== "get") throw new Error("Unsupported method: " + $);
|
|
1906
|
-
if (
|
|
1923
|
+
if (q(P)) try {
|
|
1907
1924
|
if (P.location && typeof P.location.replace == "function") {
|
|
1908
1925
|
P.location.replace(l);
|
|
1909
1926
|
return;
|
|
1910
1927
|
}
|
|
1911
|
-
} catch (
|
|
1928
|
+
} catch (b) {
|
|
1912
1929
|
}
|
|
1913
1930
|
P.location = l;
|
|
1914
1931
|
});
|
|
1915
1932
|
},
|
|
1916
1933
|
setName: function(l) {
|
|
1917
1934
|
return e.then(function(p) {
|
|
1918
|
-
var P =
|
|
1935
|
+
var P = q(p), C = ti(p);
|
|
1919
1936
|
if (!P) throw new Error("Can not set name for cross-domain window: " + l);
|
|
1920
|
-
|
|
1937
|
+
X(p).name = l, C && C.setAttribute("name", l), a = x.resolve(l);
|
|
1921
1938
|
});
|
|
1922
1939
|
}
|
|
1923
1940
|
};
|
|
1924
1941
|
}
|
|
1925
|
-
var
|
|
1942
|
+
var J = function() {
|
|
1926
1943
|
function e(i) {
|
|
1927
1944
|
var r = i.send, n = i.win, a = i.serializedWindow;
|
|
1928
|
-
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new x(), this.serializedWindow = a ||
|
|
1945
|
+
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new x(), this.serializedWindow = a || $i(this.actualWindowPromise, {
|
|
1929
1946
|
send: r
|
|
1930
|
-
}),
|
|
1947
|
+
}), H("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
|
|
1931
1948
|
send: r
|
|
1932
1949
|
});
|
|
1933
1950
|
}
|
|
@@ -1974,10 +1991,10 @@ function gr() {
|
|
|
1974
1991
|
return this.actualWindow;
|
|
1975
1992
|
}, t.setWindow = function(i, r) {
|
|
1976
1993
|
var n = r.send;
|
|
1977
|
-
this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow =
|
|
1994
|
+
this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow = $i(this.actualWindowPromise, {
|
|
1978
1995
|
send: n,
|
|
1979
1996
|
id: this.getID()
|
|
1980
|
-
}),
|
|
1997
|
+
}), G("winToProxyWindow").set(i, this);
|
|
1981
1998
|
}, t.awaitWindow = function() {
|
|
1982
1999
|
return this.actualWindowPromise;
|
|
1983
2000
|
}, t.matchWindow = function(i, r) {
|
|
@@ -1985,7 +2002,7 @@ function gr() {
|
|
|
1985
2002
|
return x.try(function() {
|
|
1986
2003
|
return n.actualWindow ? i === n.actualWindow : x.hash({
|
|
1987
2004
|
proxyInstanceID: n.getInstanceID(),
|
|
1988
|
-
knownWindowInstanceID:
|
|
2005
|
+
knownWindowInstanceID: hi(i, {
|
|
1989
2006
|
send: a
|
|
1990
2007
|
})
|
|
1991
2008
|
}).then(function(c) {
|
|
@@ -2000,19 +2017,19 @@ function gr() {
|
|
|
2000
2017
|
}, t.getInstanceID = function() {
|
|
2001
2018
|
return this.serializedWindow.getInstanceID();
|
|
2002
2019
|
}, t.shouldClean = function() {
|
|
2003
|
-
return !!(this.actualWindow &&
|
|
2020
|
+
return !!(this.actualWindow && K(this.actualWindow));
|
|
2004
2021
|
}, t.serialize = function() {
|
|
2005
2022
|
return this.serializedWindow;
|
|
2006
2023
|
}, e.unwrap = function(i) {
|
|
2007
2024
|
return e.isProxyWindow(i) ? i.unwrap() : i;
|
|
2008
2025
|
}, e.serialize = function(i, r) {
|
|
2009
2026
|
var n = r.send;
|
|
2010
|
-
return
|
|
2027
|
+
return Ue(), e.toProxyWindow(i, {
|
|
2011
2028
|
send: n
|
|
2012
2029
|
}).serialize();
|
|
2013
2030
|
}, e.deserialize = function(i, r) {
|
|
2014
2031
|
var n = r.send;
|
|
2015
|
-
return
|
|
2032
|
+
return Ue(), H("idToProxyWindow").get(i.id) || new e({
|
|
2016
2033
|
serializedWindow: i,
|
|
2017
2034
|
send: n
|
|
2018
2035
|
});
|
|
@@ -2020,17 +2037,17 @@ function gr() {
|
|
|
2020
2037
|
return !!(i && !we(i) && i.isProxyWindow);
|
|
2021
2038
|
}, e.toProxyWindow = function(i, r) {
|
|
2022
2039
|
var n = r.send;
|
|
2023
|
-
if (
|
|
2040
|
+
if (Ue(), e.isProxyWindow(i)) return i;
|
|
2024
2041
|
var a = i;
|
|
2025
|
-
return
|
|
2042
|
+
return G("winToProxyWindow").get(a) || new e({
|
|
2026
2043
|
win: a,
|
|
2027
2044
|
send: n
|
|
2028
2045
|
});
|
|
2029
2046
|
}, e;
|
|
2030
2047
|
}();
|
|
2031
|
-
function
|
|
2032
|
-
var a =
|
|
2033
|
-
|
|
2048
|
+
function qe(e, t, i, r, n) {
|
|
2049
|
+
var a = G("methodStore"), c = H("proxyWindowMethods");
|
|
2050
|
+
J.isProxyWindow(r) ? c.set(e, {
|
|
2034
2051
|
val: t,
|
|
2035
2052
|
name: i,
|
|
2036
2053
|
domain: n,
|
|
@@ -2044,44 +2061,44 @@ function gr() {
|
|
|
2044
2061
|
source: r
|
|
2045
2062
|
});
|
|
2046
2063
|
}
|
|
2047
|
-
function
|
|
2048
|
-
var i =
|
|
2064
|
+
function mi(e, t) {
|
|
2065
|
+
var i = G("methodStore"), r = H("proxyWindowMethods");
|
|
2049
2066
|
return i.getOrSet(e, function() {
|
|
2050
2067
|
return {};
|
|
2051
2068
|
})[t] || r.get(t);
|
|
2052
2069
|
}
|
|
2053
|
-
function
|
|
2070
|
+
function yi(e, t, i, r, n) {
|
|
2054
2071
|
c = (a = {
|
|
2055
2072
|
on: n.on,
|
|
2056
2073
|
send: n.send
|
|
2057
|
-
}).on, S = a.send,
|
|
2074
|
+
}).on, S = a.send, H("builtinListeners").getOrSet("functionCalls", function() {
|
|
2058
2075
|
return c("postrobot_method", {
|
|
2059
2076
|
domain: "*"
|
|
2060
2077
|
}, function(P) {
|
|
2061
|
-
var C = P.source, h = P.origin, $ = P.data,
|
|
2062
|
-
if (!
|
|
2063
|
-
var E =
|
|
2078
|
+
var C = P.source, h = P.origin, $ = P.data, I = $.id, b = $.name, w = mi(C, I);
|
|
2079
|
+
if (!w) throw new Error("Could not find method '" + b + "' with id: " + $.id + " in " + N(window));
|
|
2080
|
+
var E = w.source, z = w.domain, L = w.val;
|
|
2064
2081
|
return x.try(function() {
|
|
2065
|
-
if (!fe(
|
|
2066
|
-
if (
|
|
2082
|
+
if (!fe(z, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(ze(w.domain) ? w.domain.source : w.domain) + " does not match origin " + h + " in " + N(window));
|
|
2083
|
+
if (J.isProxyWindow(E)) return E.matchWindow(C, {
|
|
2067
2084
|
send: S
|
|
2068
2085
|
}).then(function(D) {
|
|
2069
|
-
if (!D) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " +
|
|
2086
|
+
if (!D) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " + N(window));
|
|
2070
2087
|
});
|
|
2071
2088
|
}).then(function() {
|
|
2072
|
-
return
|
|
2089
|
+
return L.apply({
|
|
2073
2090
|
source: C,
|
|
2074
2091
|
origin: h
|
|
2075
2092
|
}, $.args);
|
|
2076
2093
|
}, function(D) {
|
|
2077
2094
|
return x.try(function() {
|
|
2078
|
-
if (
|
|
2095
|
+
if (L.onError) return L.onError(D);
|
|
2079
2096
|
}).then(function() {
|
|
2080
|
-
throw D.stack && (D.stack = "Remote call to " +
|
|
2081
|
-
return
|
|
2082
|
-
return typeof
|
|
2097
|
+
throw D.stack && (D.stack = "Remote call to " + b + "(" + function(F) {
|
|
2098
|
+
return F === void 0 && (F = []), (T = F, [].slice.call(T)).map(function(W) {
|
|
2099
|
+
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 + ">";
|
|
2083
2100
|
}).join(", ");
|
|
2084
|
-
var
|
|
2101
|
+
var T;
|
|
2085
2102
|
}($.args) + `) failed
|
|
2086
2103
|
|
|
2087
2104
|
` + D.stack), D;
|
|
@@ -2089,30 +2106,30 @@ function gr() {
|
|
|
2089
2106
|
}).then(function(D) {
|
|
2090
2107
|
return {
|
|
2091
2108
|
result: D,
|
|
2092
|
-
id:
|
|
2093
|
-
name:
|
|
2109
|
+
id: I,
|
|
2110
|
+
name: b
|
|
2094
2111
|
};
|
|
2095
2112
|
});
|
|
2096
2113
|
});
|
|
2097
2114
|
});
|
|
2098
|
-
var a, c, S, l = i.__id__ ||
|
|
2099
|
-
e =
|
|
2115
|
+
var a, c, S, l = i.__id__ || ee();
|
|
2116
|
+
e = J.unwrap(e);
|
|
2100
2117
|
var p = i.__name__ || i.name || r;
|
|
2101
|
-
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")),
|
|
2102
|
-
|
|
2103
|
-
})) :
|
|
2118
|
+
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), J.isProxyWindow(e) ? (qe(l, i, p, e, t), e.awaitWindow().then(function(P) {
|
|
2119
|
+
qe(l, i, p, P, t);
|
|
2120
|
+
})) : qe(l, i, p, e, t), oe("cross_domain_function", {
|
|
2104
2121
|
id: l,
|
|
2105
2122
|
name: p
|
|
2106
2123
|
});
|
|
2107
2124
|
}
|
|
2108
|
-
function
|
|
2125
|
+
function vi(e, t, i, r) {
|
|
2109
2126
|
var n, a = r.on, c = r.send;
|
|
2110
2127
|
return function(S, l) {
|
|
2111
2128
|
l === void 0 && (l = ot);
|
|
2112
2129
|
var p = JSON.stringify(S, function(P) {
|
|
2113
2130
|
var C = this[P];
|
|
2114
2131
|
if (Fe(this)) return C;
|
|
2115
|
-
var h =
|
|
2132
|
+
var h = gi(C);
|
|
2116
2133
|
if (!h) return C;
|
|
2117
2134
|
var $ = l[h] || nt[h];
|
|
2118
2135
|
return $ ? $(C, P) : C;
|
|
@@ -2121,8 +2138,8 @@ function gr() {
|
|
|
2121
2138
|
}(i, ((n = {}).promise = function(S, l) {
|
|
2122
2139
|
return function(p, P, C, h, $) {
|
|
2123
2140
|
return oe("cross_domain_zalgo_promise", {
|
|
2124
|
-
then:
|
|
2125
|
-
return C.then(
|
|
2141
|
+
then: yi(p, P, function(I, b) {
|
|
2142
|
+
return C.then(I, b);
|
|
2126
2143
|
}, h, {
|
|
2127
2144
|
on: $.on,
|
|
2128
2145
|
send: $.send
|
|
@@ -2133,23 +2150,23 @@ function gr() {
|
|
|
2133
2150
|
send: c
|
|
2134
2151
|
});
|
|
2135
2152
|
}, n.function = function(S, l) {
|
|
2136
|
-
return
|
|
2153
|
+
return yi(e, t, S, l, {
|
|
2137
2154
|
on: a,
|
|
2138
2155
|
send: c
|
|
2139
2156
|
});
|
|
2140
2157
|
}, n.object = function(S) {
|
|
2141
|
-
return we(S) ||
|
|
2158
|
+
return we(S) || J.isProxyWindow(S) ? oe("cross_domain_window", J.serialize(S, {
|
|
2142
2159
|
send: c
|
|
2143
2160
|
})) : S;
|
|
2144
2161
|
}, n));
|
|
2145
2162
|
}
|
|
2146
|
-
function
|
|
2163
|
+
function bi(e, t, i, r) {
|
|
2147
2164
|
var n, a = r.send;
|
|
2148
2165
|
return function(c, S) {
|
|
2149
2166
|
if (S === void 0 && (S = ft), c !== "undefined") return JSON.parse(c, function(l, p) {
|
|
2150
2167
|
if (Fe(this)) return p;
|
|
2151
2168
|
var P, C;
|
|
2152
|
-
if (Fe(p) ? (P = p.__type__, C = p.__val__) : (P =
|
|
2169
|
+
if (Fe(p) ? (P = p.__type__, C = p.__val__) : (P = gi(p), C = p), !P) return C;
|
|
2153
2170
|
var h = S[P] || st[P];
|
|
2154
2171
|
return h ? h(C, l) : C;
|
|
2155
2172
|
});
|
|
@@ -2159,50 +2176,50 @@ function gr() {
|
|
|
2159
2176
|
}(0, 0, c);
|
|
2160
2177
|
}, n.cross_domain_function = function(c) {
|
|
2161
2178
|
return function(S, l, p, P) {
|
|
2162
|
-
var C = p.id, h = p.name, $ = P.send,
|
|
2163
|
-
|
|
2179
|
+
var C = p.id, h = p.name, $ = P.send, I = function(w) {
|
|
2180
|
+
w === void 0 && (w = {});
|
|
2164
2181
|
function E() {
|
|
2165
|
-
var
|
|
2166
|
-
return
|
|
2182
|
+
var z = arguments;
|
|
2183
|
+
return J.toProxyWindow(S, {
|
|
2167
2184
|
send: $
|
|
2168
|
-
}).awaitWindow().then(function(
|
|
2169
|
-
var D =
|
|
2185
|
+
}).awaitWindow().then(function(L) {
|
|
2186
|
+
var D = mi(L, C);
|
|
2170
2187
|
if (D && D.val !== E) return D.val.apply({
|
|
2171
2188
|
source: window,
|
|
2172
|
-
origin:
|
|
2173
|
-
},
|
|
2174
|
-
var
|
|
2175
|
-
return
|
|
2189
|
+
origin: N()
|
|
2190
|
+
}, z);
|
|
2191
|
+
var F = [].slice.call(z);
|
|
2192
|
+
return w.fireAndForget ? $(L, "postrobot_method", {
|
|
2176
2193
|
id: C,
|
|
2177
2194
|
name: h,
|
|
2178
|
-
args:
|
|
2195
|
+
args: F
|
|
2179
2196
|
}, {
|
|
2180
2197
|
domain: l,
|
|
2181
2198
|
fireAndForget: !0
|
|
2182
|
-
}) : $(
|
|
2199
|
+
}) : $(L, "postrobot_method", {
|
|
2183
2200
|
id: C,
|
|
2184
2201
|
name: h,
|
|
2185
|
-
args:
|
|
2202
|
+
args: F
|
|
2186
2203
|
}, {
|
|
2187
2204
|
domain: l,
|
|
2188
2205
|
fireAndForget: !1
|
|
2189
|
-
}).then(function(
|
|
2190
|
-
return
|
|
2206
|
+
}).then(function(T) {
|
|
2207
|
+
return T.data.result;
|
|
2191
2208
|
});
|
|
2192
|
-
}).catch(function(
|
|
2193
|
-
throw
|
|
2209
|
+
}).catch(function(L) {
|
|
2210
|
+
throw L;
|
|
2194
2211
|
});
|
|
2195
2212
|
}
|
|
2196
2213
|
return E.__name__ = h, E.__origin__ = l, E.__source__ = S, E.__id__ = C, E.origin = l, E;
|
|
2197
|
-
},
|
|
2198
|
-
return
|
|
2214
|
+
}, b = I();
|
|
2215
|
+
return b.fireAndForget = I({
|
|
2199
2216
|
fireAndForget: !0
|
|
2200
|
-
}),
|
|
2217
|
+
}), b;
|
|
2201
2218
|
}(e, t, c, {
|
|
2202
2219
|
send: a
|
|
2203
2220
|
});
|
|
2204
2221
|
}, n.cross_domain_window = function(c) {
|
|
2205
|
-
return
|
|
2222
|
+
return J.deserialize(c, {
|
|
2206
2223
|
send: a
|
|
2207
2224
|
});
|
|
2208
2225
|
}, n));
|
|
@@ -2211,15 +2228,15 @@ function gr() {
|
|
|
2211
2228
|
_e.postrobot_post_message = function(e, t, i) {
|
|
2212
2229
|
i.indexOf("file:") === 0 && (i = "*"), e.postMessage(t, i);
|
|
2213
2230
|
};
|
|
2214
|
-
function
|
|
2231
|
+
function Ge(e, t, i, r) {
|
|
2215
2232
|
var n = r.on, a = r.send;
|
|
2216
2233
|
return x.try(function() {
|
|
2217
|
-
var c =
|
|
2234
|
+
var c = G().getOrSet(e, function() {
|
|
2218
2235
|
return {};
|
|
2219
2236
|
});
|
|
2220
2237
|
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || x.flush().then(function() {
|
|
2221
|
-
if (
|
|
2222
|
-
var S =
|
|
2238
|
+
if (K(e)) throw new Error("Window is closed");
|
|
2239
|
+
var S = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
|
|
2223
2240
|
on: n,
|
|
2224
2241
|
send: a
|
|
2225
2242
|
}), l;
|
|
@@ -2234,8 +2251,8 @@ function gr() {
|
|
|
2234
2251
|
}
|
|
2235
2252
|
if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
|
|
2236
2253
|
|
|
2237
|
-
` + P.map(function($,
|
|
2238
|
-
return
|
|
2254
|
+
` + P.map(function($, I) {
|
|
2255
|
+
return I + ". " + Ce($);
|
|
2239
2256
|
}).join(`
|
|
2240
2257
|
|
|
2241
2258
|
`));
|
|
@@ -2244,17 +2261,17 @@ function gr() {
|
|
|
2244
2261
|
});
|
|
2245
2262
|
}).then(ne);
|
|
2246
2263
|
}
|
|
2247
|
-
function bi(e) {
|
|
2248
|
-
return j("responseListeners").get(e);
|
|
2249
|
-
}
|
|
2250
2264
|
function wi(e) {
|
|
2251
|
-
|
|
2265
|
+
return H("responseListeners").get(e);
|
|
2252
2266
|
}
|
|
2253
2267
|
function Ii(e) {
|
|
2254
|
-
|
|
2268
|
+
H("responseListeners").del(e);
|
|
2255
2269
|
}
|
|
2256
2270
|
function Ti(e) {
|
|
2257
|
-
|
|
2271
|
+
return H("erroredResponseListeners").has(e);
|
|
2272
|
+
}
|
|
2273
|
+
function ki(e) {
|
|
2274
|
+
var t = e.name, i = e.win, r = e.domain, n = G("requestListeners");
|
|
2258
2275
|
if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
|
|
2259
2276
|
for (var a = 0, c = [i, Re()]; a < c.length; a++) {
|
|
2260
2277
|
var S = c[a];
|
|
@@ -2277,17 +2294,17 @@ function gr() {
|
|
|
2277
2294
|
}
|
|
2278
2295
|
}
|
|
2279
2296
|
function at(e, t, i, r) {
|
|
2280
|
-
var n = r.on, a = r.send, c =
|
|
2297
|
+
var n = r.on, a = r.send, c = ki({
|
|
2281
2298
|
name: i.name,
|
|
2282
2299
|
win: e,
|
|
2283
2300
|
domain: t
|
|
2284
2301
|
}), S = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
|
|
2285
2302
|
function l(p, P, C) {
|
|
2286
2303
|
return x.flush().then(function() {
|
|
2287
|
-
if (!i.fireAndForget && !
|
|
2288
|
-
return
|
|
2289
|
-
id:
|
|
2290
|
-
origin:
|
|
2304
|
+
if (!i.fireAndForget && !K(e)) try {
|
|
2305
|
+
return Ge(e, t, {
|
|
2306
|
+
id: ee(),
|
|
2307
|
+
origin: N(window),
|
|
2291
2308
|
type: "postrobot_message_response",
|
|
2292
2309
|
hash: i.hash,
|
|
2293
2310
|
name: i.name,
|
|
@@ -2299,17 +2316,17 @@ function gr() {
|
|
|
2299
2316
|
send: a
|
|
2300
2317
|
});
|
|
2301
2318
|
} catch (h) {
|
|
2302
|
-
throw new Error("Send response message failed for " + S + " in " +
|
|
2319
|
+
throw new Error("Send response message failed for " + S + " in " + N() + `
|
|
2303
2320
|
|
|
2304
2321
|
` + Ce(h));
|
|
2305
2322
|
}
|
|
2306
2323
|
});
|
|
2307
2324
|
}
|
|
2308
2325
|
return x.all([x.flush().then(function() {
|
|
2309
|
-
if (!i.fireAndForget && !
|
|
2310
|
-
return
|
|
2311
|
-
id:
|
|
2312
|
-
origin:
|
|
2326
|
+
if (!i.fireAndForget && !K(e)) try {
|
|
2327
|
+
return Ge(e, t, {
|
|
2328
|
+
id: ee(),
|
|
2329
|
+
origin: N(window),
|
|
2313
2330
|
type: "postrobot_message_ack",
|
|
2314
2331
|
hash: i.hash,
|
|
2315
2332
|
name: i.name
|
|
@@ -2318,7 +2335,7 @@ function gr() {
|
|
|
2318
2335
|
send: a
|
|
2319
2336
|
});
|
|
2320
2337
|
} catch (p) {
|
|
2321
|
-
throw new Error("Send ack message failed for " + S + " in " +
|
|
2338
|
+
throw new Error("Send ack message failed for " + S + " in " + N() + `
|
|
2322
2339
|
|
|
2323
2340
|
` + Ce(p));
|
|
2324
2341
|
}
|
|
@@ -2339,8 +2356,8 @@ function gr() {
|
|
|
2339
2356
|
});
|
|
2340
2357
|
}
|
|
2341
2358
|
function dt(e, t, i) {
|
|
2342
|
-
if (!
|
|
2343
|
-
var r =
|
|
2359
|
+
if (!Ti(i.hash)) {
|
|
2360
|
+
var r = wi(i.hash);
|
|
2344
2361
|
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);
|
|
2345
2362
|
try {
|
|
2346
2363
|
if (!fe(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
|
|
@@ -2352,38 +2369,38 @@ function gr() {
|
|
|
2352
2369
|
}
|
|
2353
2370
|
}
|
|
2354
2371
|
function ct(e, t, i) {
|
|
2355
|
-
if (!
|
|
2356
|
-
var r =
|
|
2372
|
+
if (!Ti(i.hash)) {
|
|
2373
|
+
var r = wi(i.hash);
|
|
2357
2374
|
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);
|
|
2358
2375
|
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()));
|
|
2359
2376
|
var n;
|
|
2360
2377
|
if (e !== r.win) throw new Error("Response source does not match registered window");
|
|
2361
|
-
|
|
2378
|
+
Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
|
|
2362
2379
|
source: e,
|
|
2363
2380
|
origin: t,
|
|
2364
2381
|
data: i.data
|
|
2365
2382
|
});
|
|
2366
2383
|
}
|
|
2367
2384
|
}
|
|
2368
|
-
function
|
|
2369
|
-
var i = t.on, r = t.send, n =
|
|
2385
|
+
function Ri(e, t) {
|
|
2386
|
+
var i = t.on, r = t.send, n = H("receivedMessages");
|
|
2370
2387
|
try {
|
|
2371
2388
|
if (!window || window.closed || !e.source) return;
|
|
2372
2389
|
} catch (P) {
|
|
2373
2390
|
return;
|
|
2374
2391
|
}
|
|
2375
2392
|
var a = e.source, c = e.origin, S = function(P, C, h, $) {
|
|
2376
|
-
var
|
|
2393
|
+
var I = $.on, b = $.send, w;
|
|
2377
2394
|
try {
|
|
2378
|
-
|
|
2379
|
-
on:
|
|
2380
|
-
send:
|
|
2395
|
+
w = bi(C, h, P, {
|
|
2396
|
+
on: I,
|
|
2397
|
+
send: b
|
|
2381
2398
|
});
|
|
2382
|
-
} catch (
|
|
2399
|
+
} catch (z) {
|
|
2383
2400
|
return;
|
|
2384
2401
|
}
|
|
2385
|
-
if (
|
|
2386
|
-
var E =
|
|
2402
|
+
if (w && typeof w == "object" && w !== null) {
|
|
2403
|
+
var E = w.__post_robot_10_0_46__;
|
|
2387
2404
|
if (Array.isArray(E)) return E;
|
|
2388
2405
|
}
|
|
2389
2406
|
}(e.data, a, c, {
|
|
@@ -2391,10 +2408,10 @@ function gr() {
|
|
|
2391
2408
|
send: r
|
|
2392
2409
|
});
|
|
2393
2410
|
if (S) {
|
|
2394
|
-
|
|
2411
|
+
Pi(a);
|
|
2395
2412
|
for (var l = 0; l < S.length; l++) {
|
|
2396
2413
|
var p = S[l];
|
|
2397
|
-
if (n.has(p.id) || (n.set(p.id, !0),
|
|
2414
|
+
if (n.has(p.id) || (n.set(p.id, !0), K(a) && !p.fireAndForget)) return;
|
|
2398
2415
|
p.origin.indexOf("file:") === 0 && (c = "file://");
|
|
2399
2416
|
try {
|
|
2400
2417
|
p.type === "postrobot_message_request" ? at(a, c, p, {
|
|
@@ -2413,70 +2430,70 @@ function gr() {
|
|
|
2413
2430
|
if (!e) throw new Error("Expected name");
|
|
2414
2431
|
if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
|
|
2415
2432
|
var r = function n(a, c) {
|
|
2416
|
-
var S = a.name, l = a.win, p = a.domain, P =
|
|
2433
|
+
var S = a.name, l = a.win, p = a.domain, P = G("requestListeners");
|
|
2417
2434
|
if (!S || typeof S != "string") throw new Error("Name required to add request listener");
|
|
2418
|
-
if (l && l !== "*" &&
|
|
2419
|
-
var C = l.awaitWindow().then(function(
|
|
2435
|
+
if (l && l !== "*" && J.isProxyWindow(l)) {
|
|
2436
|
+
var C = l.awaitWindow().then(function(j) {
|
|
2420
2437
|
return n({
|
|
2421
2438
|
name: S,
|
|
2422
|
-
win:
|
|
2439
|
+
win: j,
|
|
2423
2440
|
domain: p
|
|
2424
2441
|
}, c);
|
|
2425
2442
|
});
|
|
2426
2443
|
return {
|
|
2427
2444
|
cancel: function() {
|
|
2428
|
-
C.then(function(
|
|
2429
|
-
return
|
|
2445
|
+
C.then(function(j) {
|
|
2446
|
+
return j.cancel();
|
|
2430
2447
|
}, ne);
|
|
2431
2448
|
}
|
|
2432
2449
|
};
|
|
2433
2450
|
}
|
|
2434
2451
|
var h = l;
|
|
2435
2452
|
if (Array.isArray(h)) {
|
|
2436
|
-
for (var $ = [],
|
|
2453
|
+
for (var $ = [], I = 0, b = h; I < b.length; I++) $.push(n({
|
|
2437
2454
|
name: S,
|
|
2438
2455
|
domain: p,
|
|
2439
|
-
win:
|
|
2456
|
+
win: b[I]
|
|
2440
2457
|
}, c));
|
|
2441
2458
|
return {
|
|
2442
2459
|
cancel: function() {
|
|
2443
|
-
for (var
|
|
2460
|
+
for (var j = 0; j < $.length; j++) $[j].cancel();
|
|
2444
2461
|
}
|
|
2445
2462
|
};
|
|
2446
2463
|
}
|
|
2447
2464
|
if (Array.isArray(p)) {
|
|
2448
|
-
for (var
|
|
2465
|
+
for (var w = [], E = 0, z = p; E < z.length; E++) w.push(n({
|
|
2449
2466
|
name: S,
|
|
2450
2467
|
win: h,
|
|
2451
|
-
domain:
|
|
2468
|
+
domain: z[E]
|
|
2452
2469
|
}, c));
|
|
2453
2470
|
return {
|
|
2454
2471
|
cancel: function() {
|
|
2455
|
-
for (var
|
|
2472
|
+
for (var j = 0; j < w.length; j++) w[j].cancel();
|
|
2456
2473
|
}
|
|
2457
2474
|
};
|
|
2458
2475
|
}
|
|
2459
|
-
var
|
|
2476
|
+
var L = ki({
|
|
2460
2477
|
name: S,
|
|
2461
2478
|
win: h,
|
|
2462
2479
|
domain: p
|
|
2463
2480
|
});
|
|
2464
2481
|
h && h !== "*" || (h = Re());
|
|
2465
2482
|
var D = (p = p || "*").toString();
|
|
2466
|
-
if (
|
|
2467
|
-
var
|
|
2483
|
+
if (L) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h === Re() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + S + " for " + (h === Re() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
|
|
2484
|
+
var F = P.getOrSet(h, function() {
|
|
2468
2485
|
return {};
|
|
2469
|
-
}),
|
|
2486
|
+
}), T = he(F, S, function() {
|
|
2470
2487
|
return {};
|
|
2471
|
-
}),
|
|
2472
|
-
return
|
|
2488
|
+
}), W, Q;
|
|
2489
|
+
return ze(p) ? (W = he(T, "__domain_regex__", function() {
|
|
2473
2490
|
return [];
|
|
2474
|
-
})).push(
|
|
2491
|
+
})).push(Q = {
|
|
2475
2492
|
regex: p,
|
|
2476
2493
|
listener: c
|
|
2477
|
-
}) :
|
|
2494
|
+
}) : T[D] = c, {
|
|
2478
2495
|
cancel: function() {
|
|
2479
|
-
delete
|
|
2496
|
+
delete T[D], Q && (W.splice(W.indexOf(Q, 1)), W.length || delete T.__domain_regex__), Object.keys(T).length || delete F[S], h && !Object.keys(F).length && P.del(h);
|
|
2480
2497
|
}
|
|
2481
2498
|
};
|
|
2482
2499
|
}({
|
|
@@ -2504,126 +2521,126 @@ function gr() {
|
|
|
2504
2521
|
if (n.cancel(), r.resolve(a), i) return i(a);
|
|
2505
2522
|
}), r.cancel = n.cancel, r;
|
|
2506
2523
|
}
|
|
2507
|
-
var
|
|
2524
|
+
var te = function e(t, i, r, n) {
|
|
2508
2525
|
var a = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
|
|
2509
|
-
return
|
|
2526
|
+
return J.toProxyWindow(t, {
|
|
2510
2527
|
send: e
|
|
2511
2528
|
}).awaitWindow().then(function(p) {
|
|
2512
2529
|
return x.try(function() {
|
|
2513
2530
|
if (function(P, C, h) {
|
|
2514
2531
|
if (!P) throw new Error("Expected name");
|
|
2515
|
-
if (typeof h != "string" && !Array.isArray(h) && !
|
|
2516
|
-
if (
|
|
2532
|
+
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");
|
|
2533
|
+
if (K(C)) throw new Error("Can not send " + P + ". Target window is closed");
|
|
2517
2534
|
}(i, p, a), function(P, C) {
|
|
2518
|
-
var h =
|
|
2535
|
+
var h = ii(C);
|
|
2519
2536
|
if (h) return h === P;
|
|
2520
|
-
if (C === P || function(
|
|
2521
|
-
|
|
2537
|
+
if (C === P || function(b) {
|
|
2538
|
+
b === void 0 && (b = window);
|
|
2522
2539
|
try {
|
|
2523
|
-
if (
|
|
2524
|
-
} catch (
|
|
2540
|
+
if (b.top) return b.top;
|
|
2541
|
+
} catch (L) {
|
|
2525
2542
|
}
|
|
2526
|
-
if (
|
|
2543
|
+
if (A(b) === b) return b;
|
|
2527
2544
|
try {
|
|
2528
|
-
if (
|
|
2529
|
-
} catch (
|
|
2545
|
+
if (_(window, b) && window.top) return window.top;
|
|
2546
|
+
} catch (L) {
|
|
2530
2547
|
}
|
|
2531
2548
|
try {
|
|
2532
|
-
if (
|
|
2533
|
-
} catch (
|
|
2549
|
+
if (_(b, window) && window.top) return window.top;
|
|
2550
|
+
} catch (L) {
|
|
2534
2551
|
}
|
|
2535
|
-
for (var
|
|
2536
|
-
for (var
|
|
2537
|
-
var
|
|
2538
|
-
|
|
2539
|
-
for (var
|
|
2552
|
+
for (var w = 0, E = function L(D) {
|
|
2553
|
+
for (var F = [], T = 0, W = ae(D); T < W.length; T++) {
|
|
2554
|
+
var Q = W[T];
|
|
2555
|
+
F.push(Q);
|
|
2556
|
+
for (var j = 0, ge = L(Q); j < ge.length; j++) F.push(ge[j]);
|
|
2540
2557
|
}
|
|
2541
|
-
return
|
|
2542
|
-
}(
|
|
2543
|
-
var
|
|
2558
|
+
return F;
|
|
2559
|
+
}(b); w < E.length; w++) {
|
|
2560
|
+
var z = E[w];
|
|
2544
2561
|
try {
|
|
2545
|
-
if (
|
|
2546
|
-
} catch (
|
|
2562
|
+
if (z.top) return z.top;
|
|
2563
|
+
} catch (L) {
|
|
2547
2564
|
}
|
|
2548
|
-
if (
|
|
2565
|
+
if (A(z) === z) return z;
|
|
2549
2566
|
}
|
|
2550
2567
|
}(C) === C) return !1;
|
|
2551
|
-
for (var $ = 0,
|
|
2568
|
+
for (var $ = 0, I = ae(P); $ < I.length; $++) if (I[$] === C) return !0;
|
|
2552
2569
|
return !1;
|
|
2553
2570
|
}(window, p)) return function(P, C, h) {
|
|
2554
2571
|
C === void 0 && (C = 5e3), h === void 0 && (h = "Window");
|
|
2555
|
-
var $ = function(
|
|
2556
|
-
return
|
|
2572
|
+
var $ = function(I) {
|
|
2573
|
+
return G("helloPromises").getOrSet(I, function() {
|
|
2557
2574
|
return new x();
|
|
2558
2575
|
});
|
|
2559
2576
|
}(P);
|
|
2560
2577
|
return C !== -1 && ($ = $.timeout(C, new Error(h + " did not load after " + C + "ms"))), $;
|
|
2561
2578
|
}(p, S);
|
|
2562
2579
|
}).then(function(P) {
|
|
2563
|
-
return function(C, h, $,
|
|
2564
|
-
var
|
|
2580
|
+
return function(C, h, $, I) {
|
|
2581
|
+
var b = I.send;
|
|
2565
2582
|
return x.try(function() {
|
|
2566
2583
|
return typeof h == "string" ? h : x.try(function() {
|
|
2567
|
-
return $ ||
|
|
2568
|
-
send:
|
|
2569
|
-
}).then(function(
|
|
2570
|
-
return
|
|
2584
|
+
return $ || He(C, {
|
|
2585
|
+
send: b
|
|
2586
|
+
}).then(function(w) {
|
|
2587
|
+
return w.domain;
|
|
2571
2588
|
});
|
|
2572
|
-
}).then(function(
|
|
2573
|
-
if (!fe(h, h)) throw new Error("Domain " +
|
|
2574
|
-
return
|
|
2589
|
+
}).then(function(w) {
|
|
2590
|
+
if (!fe(h, h)) throw new Error("Domain " + di(h) + " does not match " + di(h));
|
|
2591
|
+
return w;
|
|
2575
2592
|
});
|
|
2576
2593
|
});
|
|
2577
2594
|
}(p, a, (P === void 0 ? {} : P).domain, {
|
|
2578
2595
|
send: e
|
|
2579
2596
|
});
|
|
2580
2597
|
}).then(function(P) {
|
|
2581
|
-
var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new x(),
|
|
2598
|
+
var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new x(), I = i + "_" + ee();
|
|
2582
2599
|
if (!l) {
|
|
2583
|
-
var
|
|
2600
|
+
var b = {
|
|
2584
2601
|
name: i,
|
|
2585
2602
|
win: p,
|
|
2586
2603
|
domain: C,
|
|
2587
2604
|
promise: $
|
|
2588
2605
|
};
|
|
2589
|
-
(function(
|
|
2590
|
-
|
|
2591
|
-
})(
|
|
2592
|
-
var
|
|
2606
|
+
(function(T, W) {
|
|
2607
|
+
H("responseListeners").set(T, W);
|
|
2608
|
+
})(I, b);
|
|
2609
|
+
var w = G("requestPromises").getOrSet(p, function() {
|
|
2593
2610
|
return [];
|
|
2594
2611
|
});
|
|
2595
|
-
|
|
2596
|
-
(function(
|
|
2597
|
-
|
|
2598
|
-
})(
|
|
2612
|
+
w.push($), $.catch(function() {
|
|
2613
|
+
(function(T) {
|
|
2614
|
+
H("erroredResponseListeners").set(T, !0);
|
|
2615
|
+
})(I), Ii(I);
|
|
2599
2616
|
});
|
|
2600
|
-
var E = function(
|
|
2601
|
-
return
|
|
2602
|
-
}(p) ? 1e4 : 2e3,
|
|
2603
|
-
var
|
|
2604
|
-
return function
|
|
2605
|
-
|
|
2617
|
+
var E = function(T) {
|
|
2618
|
+
return G("knownWindows").get(T, !1);
|
|
2619
|
+
}(p) ? 1e4 : 2e3, z = c, L = E, D = z, F = function(T, W) {
|
|
2620
|
+
var Q;
|
|
2621
|
+
return function j() {
|
|
2622
|
+
Q = setTimeout(function() {
|
|
2606
2623
|
(function() {
|
|
2607
|
-
if (
|
|
2608
|
-
if (
|
|
2609
|
-
|
|
2610
|
-
})(),
|
|
2624
|
+
if (K(p)) return $.reject(new Error("Window closed for " + i + " before " + (b.ack ? "response" : "ack")));
|
|
2625
|
+
if (b.cancelled) return $.reject(new Error("Response listener was cancelled for " + i));
|
|
2626
|
+
L = Math.max(L - 500, 0), D !== -1 && (D = Math.max(D - 500, 0)), b.ack || L !== 0 ? D === 0 && $.reject(new Error("No response for postMessage " + h + " in " + N() + " in " + z + "ms")) : $.reject(new Error("No ack for postMessage " + h + " in " + N() + " in " + E + "ms"));
|
|
2627
|
+
})(), j();
|
|
2611
2628
|
}, 500);
|
|
2612
2629
|
}(), {
|
|
2613
2630
|
cancel: function() {
|
|
2614
|
-
clearTimeout(
|
|
2631
|
+
clearTimeout(Q);
|
|
2615
2632
|
}
|
|
2616
2633
|
};
|
|
2617
2634
|
}();
|
|
2618
2635
|
$.finally(function() {
|
|
2619
|
-
|
|
2636
|
+
F.cancel(), w.splice(w.indexOf($, 1));
|
|
2620
2637
|
}).catch(ne);
|
|
2621
2638
|
}
|
|
2622
|
-
return
|
|
2623
|
-
id:
|
|
2624
|
-
origin:
|
|
2639
|
+
return Ge(p, C, {
|
|
2640
|
+
id: ee(),
|
|
2641
|
+
origin: N(window),
|
|
2625
2642
|
type: "postrobot_message_request",
|
|
2626
|
-
hash:
|
|
2643
|
+
hash: I,
|
|
2627
2644
|
name: i,
|
|
2628
2645
|
data: r,
|
|
2629
2646
|
fireAndForget: l
|
|
@@ -2632,48 +2649,48 @@ function gr() {
|
|
|
2632
2649
|
send: e
|
|
2633
2650
|
}).then(function() {
|
|
2634
2651
|
return l ? $.resolve() : $;
|
|
2635
|
-
}, function(
|
|
2636
|
-
throw new Error("Send request message failed for " + h + " in " +
|
|
2652
|
+
}, function(T) {
|
|
2653
|
+
throw new Error("Send request message failed for " + h + " in " + N() + `
|
|
2637
2654
|
|
|
2638
|
-
` + Ce(
|
|
2655
|
+
` + Ce(T));
|
|
2639
2656
|
});
|
|
2640
2657
|
});
|
|
2641
2658
|
});
|
|
2642
2659
|
};
|
|
2643
2660
|
function lt(e, t, i) {
|
|
2644
|
-
return
|
|
2661
|
+
return vi(e, t, i, {
|
|
2645
2662
|
on: se,
|
|
2646
|
-
send:
|
|
2663
|
+
send: te
|
|
2647
2664
|
});
|
|
2648
2665
|
}
|
|
2649
2666
|
function St(e, t, i) {
|
|
2650
|
-
return
|
|
2651
|
-
send:
|
|
2667
|
+
return bi(e, t, i, {
|
|
2668
|
+
send: te
|
|
2652
2669
|
});
|
|
2653
2670
|
}
|
|
2654
2671
|
function ut(e) {
|
|
2655
|
-
return new
|
|
2656
|
-
send:
|
|
2672
|
+
return new J({
|
|
2673
|
+
send: te,
|
|
2657
2674
|
win: e
|
|
2658
2675
|
});
|
|
2659
2676
|
}
|
|
2660
2677
|
function Ct(e) {
|
|
2661
|
-
return
|
|
2662
|
-
send:
|
|
2678
|
+
return J.toProxyWindow(e, {
|
|
2679
|
+
send: te
|
|
2663
2680
|
});
|
|
2664
2681
|
}
|
|
2665
|
-
function
|
|
2682
|
+
function xi() {
|
|
2666
2683
|
Pe().initialized || (Pe().initialized = !0, t = (e = {
|
|
2667
2684
|
on: se,
|
|
2668
|
-
send:
|
|
2685
|
+
send: te
|
|
2669
2686
|
}).on, i = e.send, (r = Pe()).receiveMessage = r.receiveMessage || function(n) {
|
|
2670
|
-
return
|
|
2687
|
+
return Ri(n, {
|
|
2671
2688
|
on: t,
|
|
2672
2689
|
send: i
|
|
2673
2690
|
});
|
|
2674
2691
|
}, function(n) {
|
|
2675
2692
|
var a = n.on, c = n.send;
|
|
2676
|
-
|
|
2693
|
+
H().getOrSet("postMessageListener", function() {
|
|
2677
2694
|
return function(S, l, p) {
|
|
2678
2695
|
return S.addEventListener("message", p), {
|
|
2679
2696
|
cancel: function() {
|
|
@@ -2684,13 +2701,13 @@ function gr() {
|
|
|
2684
2701
|
(function(l, p) {
|
|
2685
2702
|
var P = p.on, C = p.send;
|
|
2686
2703
|
x.try(function() {
|
|
2687
|
-
var h = l.source || l.sourceElement, $ = l.origin || l.originalEvent && l.originalEvent.origin,
|
|
2704
|
+
var h = l.source || l.sourceElement, $ = l.origin || l.originalEvent && l.originalEvent.origin, I = l.data;
|
|
2688
2705
|
if ($ === "null" && ($ = "file://"), h) {
|
|
2689
2706
|
if (!$) throw new Error("Post message did not have origin domain");
|
|
2690
|
-
|
|
2707
|
+
Ri({
|
|
2691
2708
|
source: h,
|
|
2692
2709
|
origin: $,
|
|
2693
|
-
data:
|
|
2710
|
+
data: I
|
|
2694
2711
|
}, {
|
|
2695
2712
|
on: P,
|
|
2696
2713
|
send: C
|
|
@@ -2705,54 +2722,54 @@ function gr() {
|
|
|
2705
2722
|
});
|
|
2706
2723
|
}({
|
|
2707
2724
|
on: se,
|
|
2708
|
-
send:
|
|
2725
|
+
send: te
|
|
2709
2726
|
}), function(n) {
|
|
2710
2727
|
var a = n.on, c = n.send;
|
|
2711
|
-
|
|
2728
|
+
H("builtinListeners").getOrSet("helloListener", function() {
|
|
2712
2729
|
var S = a("postrobot_hello", {
|
|
2713
2730
|
domain: "*"
|
|
2714
2731
|
}, function(p) {
|
|
2715
|
-
return
|
|
2732
|
+
return Ci(p.source, {
|
|
2716
2733
|
domain: p.origin
|
|
2717
2734
|
}), {
|
|
2718
|
-
instanceID:
|
|
2735
|
+
instanceID: ui()
|
|
2719
2736
|
};
|
|
2720
|
-
}), l =
|
|
2721
|
-
return l &&
|
|
2737
|
+
}), l = ii();
|
|
2738
|
+
return l && He(l, {
|
|
2722
2739
|
send: c
|
|
2723
2740
|
}).catch(function(p) {
|
|
2724
2741
|
}), S;
|
|
2725
2742
|
});
|
|
2726
2743
|
}({
|
|
2727
2744
|
on: se,
|
|
2728
|
-
send:
|
|
2745
|
+
send: te
|
|
2729
2746
|
}));
|
|
2730
2747
|
var e, t, i, r;
|
|
2731
2748
|
}
|
|
2732
2749
|
function ht() {
|
|
2733
2750
|
(function() {
|
|
2734
|
-
for (var t =
|
|
2751
|
+
for (var t = H("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
|
|
2735
2752
|
var n = r[i], a = t.get(n);
|
|
2736
2753
|
a && (a.cancelled = !0), t.del(n);
|
|
2737
2754
|
}
|
|
2738
|
-
})(), (e =
|
|
2755
|
+
})(), (e = H().get("postMessageListener")) && e.cancel();
|
|
2739
2756
|
var e;
|
|
2740
2757
|
delete window.__post_robot_10_0_46__;
|
|
2741
2758
|
}
|
|
2742
2759
|
var Pt = !0;
|
|
2743
2760
|
function gt(e) {
|
|
2744
|
-
for (var t = 0, i =
|
|
2761
|
+
for (var t = 0, i = G("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (K(e) ? "closed" : "cleaned up") + " before response")).catch(ne);
|
|
2745
2762
|
}
|
|
2746
|
-
|
|
2763
|
+
xi();
|
|
2747
2764
|
}]);
|
|
2748
2765
|
});
|
|
2749
|
-
}(
|
|
2766
|
+
}(De)), De.exports;
|
|
2750
2767
|
}
|
|
2751
|
-
var
|
|
2768
|
+
var qi;
|
|
2752
2769
|
function $r() {
|
|
2753
|
-
return
|
|
2770
|
+
return qi || (qi = 1, function(o) {
|
|
2754
2771
|
o.exports = gr(), o.exports.default = o.exports;
|
|
2755
|
-
}(
|
|
2772
|
+
}(Ke)), Ke.exports;
|
|
2756
2773
|
}
|
|
2757
2774
|
var Qi = $r();
|
|
2758
2775
|
const mr = /* @__PURE__ */ hr(Qi), ve = /* @__PURE__ */ bt({
|
|
@@ -2761,11 +2778,11 @@ const mr = /* @__PURE__ */ hr(Qi), ve = /* @__PURE__ */ bt({
|
|
|
2761
2778
|
}, [Qi]);
|
|
2762
2779
|
export {
|
|
2763
2780
|
Vi as ConsentBox,
|
|
2764
|
-
|
|
2781
|
+
Qe as DisclosureRequestBox,
|
|
2765
2782
|
Yi as PrivacyCenterBox,
|
|
2766
2783
|
vr as SoyioTypes,
|
|
2767
2784
|
br as SoyioWidget,
|
|
2768
|
-
|
|
2785
|
+
Xe as _TooltipManager,
|
|
2769
2786
|
wr as appearanceSchema,
|
|
2770
2787
|
Ir as configSchema,
|
|
2771
2788
|
br as default
|