@soyio/soyio-widget 2.25.2 → 2.26.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 +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +492 -491
- package/dist/index.umd.cjs +27 -27
- package/package.json +12 -2
- package/src/schemas/config.schema.json +4 -0
package/dist/index.js
CHANGED
|
@@ -1,46 +1,47 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var mt = Object.defineProperty, yt = Object.defineProperties;
|
|
2
|
+
var vt = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Ee = Object.getOwnPropertySymbols, bt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, wt = Reflect.get;
|
|
3
4
|
var Ai = (o) => {
|
|
4
5
|
throw TypeError(o);
|
|
5
6
|
};
|
|
6
|
-
var Ye = (o, f, d) => f in o ?
|
|
7
|
+
var Ye = (o, f, d) => f in o ? mt(o, f, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[f] = d, $e = (o, f) => {
|
|
7
8
|
for (var d in f || (f = {}))
|
|
8
9
|
Ei.call(f, d) && Ye(o, d, f[d]);
|
|
9
|
-
if (
|
|
10
|
-
for (var d of
|
|
10
|
+
if (Ee)
|
|
11
|
+
for (var d of Ee(f))
|
|
11
12
|
Di.call(f, d) && Ye(o, d, f[d]);
|
|
12
13
|
return o;
|
|
13
|
-
};
|
|
14
|
-
var
|
|
14
|
+
}, Li = (o, f) => yt(o, vt(f));
|
|
15
|
+
var Wi = (o, f) => {
|
|
15
16
|
var d = {};
|
|
16
17
|
for (var s in o)
|
|
17
18
|
Ei.call(o, s) && f.indexOf(s) < 0 && (d[s] = o[s]);
|
|
18
|
-
if (o != null &&
|
|
19
|
-
for (var s of
|
|
19
|
+
if (o != null && Ee)
|
|
20
|
+
for (var s of Ee(o))
|
|
20
21
|
f.indexOf(s) < 0 && Di.call(o, s) && (d[s] = o[s]);
|
|
21
22
|
return d;
|
|
22
23
|
};
|
|
23
|
-
var
|
|
24
|
-
var
|
|
25
|
-
var
|
|
26
|
-
var
|
|
24
|
+
var x = (o, f, d) => Ye(o, typeof f != "symbol" ? f + "" : f, d), It = (o, f, d) => f.has(o) || Ai("Cannot " + d);
|
|
25
|
+
var Oi = (o, f, d) => f.has(o) ? Ai("Cannot add the same private member more than once") : f instanceof WeakSet ? f.add(o) : f.set(o, d);
|
|
26
|
+
var Ni = (o, f, d) => (It(o, f, "access private method"), d);
|
|
27
|
+
var me = (o, f, d) => wt(bt(o), d, f);
|
|
27
28
|
var M = (o, f, d) => new Promise((s, u) => {
|
|
28
|
-
var g = (
|
|
29
|
+
var g = (I) => {
|
|
29
30
|
try {
|
|
30
|
-
y(d.next(
|
|
31
|
+
y(d.next(I));
|
|
31
32
|
} catch (k) {
|
|
32
33
|
u(k);
|
|
33
34
|
}
|
|
34
|
-
}, m = (
|
|
35
|
+
}, m = (I) => {
|
|
35
36
|
try {
|
|
36
|
-
y(d.throw(
|
|
37
|
+
y(d.throw(I));
|
|
37
38
|
} catch (k) {
|
|
38
39
|
u(k);
|
|
39
40
|
}
|
|
40
|
-
}, y = (
|
|
41
|
+
}, y = (I) => I.done ? s(I.value) : Promise.resolve(I.value).then(g, m);
|
|
41
42
|
y((d = d.apply(o, f)).next());
|
|
42
43
|
});
|
|
43
|
-
function
|
|
44
|
+
function Tt(o, f) {
|
|
44
45
|
for (var d = 0; d < f.length; d++) {
|
|
45
46
|
const s = f[d];
|
|
46
47
|
if (typeof s != "string" && !Array.isArray(s)) {
|
|
@@ -56,13 +57,13 @@ function bt(o, f) {
|
|
|
56
57
|
}
|
|
57
58
|
return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
|
|
58
59
|
}
|
|
59
|
-
const Ae = !!(typeof window != "undefined" && window.document && window.document.createElement),
|
|
60
|
+
const Ae = !!(typeof window != "undefined" && window.document && window.document.createElement), Mi = 200;
|
|
60
61
|
class Xe {
|
|
61
62
|
constructor() {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
x(this, "tooltipElement", null);
|
|
64
|
+
x(this, "tooltipContent", null);
|
|
65
|
+
x(this, "tooltipClass", "soyio-tooltip");
|
|
66
|
+
x(this, "hideTimeout", null);
|
|
66
67
|
Ae && this.createTooltipElement();
|
|
67
68
|
}
|
|
68
69
|
createTooltipElement() {
|
|
@@ -85,7 +86,7 @@ class Xe {
|
|
|
85
86
|
word-wrap: break-word;
|
|
86
87
|
pointer-events: none;
|
|
87
88
|
opacity: 0;
|
|
88
|
-
transition: opacity ${
|
|
89
|
+
transition: opacity ${Mi}ms ease, transform ${Mi}ms ease;
|
|
89
90
|
backdrop-filter: blur(5px);
|
|
90
91
|
-webkit-backdrop-filter: blur(5px);
|
|
91
92
|
transform: scale(0.95);
|
|
@@ -100,7 +101,7 @@ class Xe {
|
|
|
100
101
|
});
|
|
101
102
|
}
|
|
102
103
|
calculateOptimalPlacement(f, d) {
|
|
103
|
-
const s = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4,
|
|
104
|
+
const s = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4, I = {
|
|
104
105
|
top: {
|
|
105
106
|
top: d - u - y,
|
|
106
107
|
left: f - s / 2,
|
|
@@ -122,10 +123,10 @@ class Xe {
|
|
|
122
123
|
placement: "left"
|
|
123
124
|
}
|
|
124
125
|
};
|
|
125
|
-
for (const [,
|
|
126
|
-
if (Xe.fitsInViewport(
|
|
127
|
-
return
|
|
128
|
-
const k =
|
|
126
|
+
for (const [, R] of Object.entries(I))
|
|
127
|
+
if (Xe.fitsInViewport(R, s, u, g, m))
|
|
128
|
+
return R;
|
|
129
|
+
const k = I.top;
|
|
129
130
|
return k.left = Math.max(y, Math.min(k.left, g - s - y)), k.top = Math.max(y, Math.min(k.top, m - u - y)), k;
|
|
130
131
|
}
|
|
131
132
|
static fitsInViewport(f, d, s, u, g) {
|
|
@@ -142,11 +143,11 @@ class Xe {
|
|
|
142
143
|
(f = this.tooltipElement) == null || f.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
|
|
143
144
|
}
|
|
144
145
|
}
|
|
145
|
-
function
|
|
146
|
+
function Bi(o, f, d) {
|
|
146
147
|
return M(this, null, function* () {
|
|
147
148
|
if (!o.contentWindow)
|
|
148
149
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
149
|
-
const s = yield Promise.resolve().then(() =>
|
|
150
|
+
const s = yield Promise.resolve().then(() => be);
|
|
150
151
|
try {
|
|
151
152
|
yield s.send(o.contentWindow, "SET_APPEARANCE", { appearance: f, identifier: d });
|
|
152
153
|
} catch (u) {
|
|
@@ -154,7 +155,7 @@ function Mi(o, f, d) {
|
|
|
154
155
|
}
|
|
155
156
|
});
|
|
156
157
|
}
|
|
157
|
-
const
|
|
158
|
+
const kt = "IFRAME_READY", Rt = "IFRAME_HEIGHT_CHANGE", xt = "TOOLTIP_STATE_CHANGE", Et = "INFO_EVENT", Dt = "CONSENT_STATE_CHANGE", q = {
|
|
158
159
|
// BASE
|
|
159
160
|
onHeightChange: {},
|
|
160
161
|
onIframeReady: {},
|
|
@@ -163,24 +164,24 @@ const wt = "IFRAME_READY", It = "IFRAME_HEIGHT_CHANGE", Tt = "TOOLTIP_STATE_CHAN
|
|
|
163
164
|
// CONSENT
|
|
164
165
|
onStateChange: {}
|
|
165
166
|
};
|
|
166
|
-
let
|
|
167
|
-
function
|
|
167
|
+
let ji, zi, Fi, Hi, Ui;
|
|
168
|
+
function At() {
|
|
168
169
|
return M(this, null, function* () {
|
|
169
|
-
const o = yield Promise.resolve().then(() =>
|
|
170
|
-
|
|
171
|
-
const d = f.data, s =
|
|
170
|
+
const o = yield Promise.resolve().then(() => be);
|
|
171
|
+
ji || zi || Fi || Hi || Ui || (ji = o.on(Rt, (f) => M(null, null, function* () {
|
|
172
|
+
const d = f.data, s = q.onHeightChange[d.identifier];
|
|
172
173
|
return s && s(d.height), Promise.resolve();
|
|
173
|
-
})),
|
|
174
|
-
const d = f.data, s =
|
|
174
|
+
})), zi = o.on(kt, (f) => M(null, null, function* () {
|
|
175
|
+
const d = f.data, s = q.onIframeReady[d.identifier];
|
|
175
176
|
return s && s(), Promise.resolve();
|
|
176
|
-
})),
|
|
177
|
-
const d = f.data, s =
|
|
177
|
+
})), Fi = o.on(xt, (f) => M(null, null, function* () {
|
|
178
|
+
const d = f.data, s = q.onTooltipChange[d.identifier];
|
|
178
179
|
return s && s(d), Promise.resolve();
|
|
179
|
-
})),
|
|
180
|
-
const d = f.data, s =
|
|
180
|
+
})), Hi = o.on(Dt, (f) => M(null, null, function* () {
|
|
181
|
+
const d = f.data, s = q.onStateChange[d.identifier];
|
|
181
182
|
return s && s(d), Promise.resolve();
|
|
182
|
-
})),
|
|
183
|
-
const m = f, { identifier: s } = m, u =
|
|
183
|
+
})), Ui = o.on(Et, (d) => M(null, [d], function* ({ data: f }) {
|
|
184
|
+
const m = f, { identifier: s } = m, u = Wi(m, ["identifier"]), g = q.onInfo[s];
|
|
184
185
|
return g && g(u), Promise.resolve();
|
|
185
186
|
})));
|
|
186
187
|
});
|
|
@@ -193,16 +194,16 @@ function ei(o, f) {
|
|
|
193
194
|
onStateChange: g,
|
|
194
195
|
onInfo: m
|
|
195
196
|
} = f;
|
|
196
|
-
d && (
|
|
197
|
+
d && (q.onHeightChange[o] = d), s && (q.onIframeReady[o] = s), u && (q.onTooltipChange[o] = u), g && (q.onStateChange[o] = g), m && (q.onInfo[o] = m);
|
|
197
198
|
}
|
|
198
|
-
function
|
|
199
|
-
delete
|
|
199
|
+
function Lt(o) {
|
|
200
|
+
delete q.onHeightChange[o], delete q.onIframeReady[o], delete q.onTooltipChange[o], delete q.onStateChange[o], delete q.onInfo[o];
|
|
200
201
|
}
|
|
201
|
-
function
|
|
202
|
+
function Wt(o) {
|
|
202
203
|
const f = document.getElementById(o);
|
|
203
204
|
f && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), f.remove());
|
|
204
205
|
}
|
|
205
|
-
function
|
|
206
|
+
function Ot(o) {
|
|
206
207
|
const f = document.querySelector(o);
|
|
207
208
|
if (!f)
|
|
208
209
|
throw new Error(`Iframe div container with id '${o}' not found`);
|
|
@@ -211,7 +212,7 @@ function At(o) {
|
|
|
211
212
|
const d = f;
|
|
212
213
|
return d.style.position = "relative", d;
|
|
213
214
|
}
|
|
214
|
-
function
|
|
215
|
+
function Nt(o) {
|
|
215
216
|
const f = document.createElement("div");
|
|
216
217
|
return f.id = `soyio-widget-wrapper-${o}`, f.style.cssText = `
|
|
217
218
|
position: relative !important;
|
|
@@ -226,7 +227,7 @@ function Lt(o) {
|
|
|
226
227
|
width: 100% !important;
|
|
227
228
|
`, f;
|
|
228
229
|
}
|
|
229
|
-
function
|
|
230
|
+
function Mt(o, f, d) {
|
|
230
231
|
const s = document.createElement("iframe");
|
|
231
232
|
return s.id = f, s.src = o, s.allow = "fullscreen;camera;", s.setAttribute("allowfullscreen", ""), s.style.cssText += `
|
|
232
233
|
width: 100% !important;
|
|
@@ -238,10 +239,10 @@ function Wt(o, f, d) {
|
|
|
238
239
|
opacity 0.4s 0.1s;
|
|
239
240
|
`, s;
|
|
240
241
|
}
|
|
241
|
-
function
|
|
242
|
+
function Bt() {
|
|
242
243
|
return Math.random().toString(36).substring(2, 10);
|
|
243
244
|
}
|
|
244
|
-
const
|
|
245
|
+
const Gi = "https://app.soyio.id", Vi = "https://sandbox.soyio.id", jt = "https://privacy.soyio.id", zt = "https://privacy-sandbox.soyio.id", Ft = [
|
|
245
246
|
"DISCLOSURE_REQUEST_SUCCESSFUL",
|
|
246
247
|
"IDENTITY_REGISTERED",
|
|
247
248
|
"IDENTITY_SIGNATURE",
|
|
@@ -249,29 +250,29 @@ const _i = "https://app.soyio.id", Gi = "https://sandbox.soyio.id", Nt = "https:
|
|
|
249
250
|
"DENIED_CAMERA_PERMISSION",
|
|
250
251
|
"REJECTED_SIGNATURE",
|
|
251
252
|
"CLOSE_POPUP"
|
|
252
|
-
],
|
|
253
|
+
], Ht = "WIDGET_CLOSED", Ut = 420, qt = 720, _t = 500, Gt = {
|
|
253
254
|
minWidth: "375px"
|
|
254
|
-
},
|
|
255
|
+
}, Vt = {
|
|
255
256
|
minWidth: "0px"
|
|
256
|
-
},
|
|
257
|
+
}, Yt = {
|
|
257
258
|
minWidth: "375px"
|
|
258
259
|
};
|
|
259
|
-
class
|
|
260
|
+
class ve {
|
|
260
261
|
constructor(f) {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
this.options = f, this.appearance = f.appearance || null, this.tooltipManager = new Xe(), this.defaultUniqueId =
|
|
262
|
+
x(this, "iframe", null);
|
|
263
|
+
x(this, "wrapper", null);
|
|
264
|
+
x(this, "skeleton", null);
|
|
265
|
+
x(this, "options");
|
|
266
|
+
x(this, "appearance");
|
|
267
|
+
x(this, "tooltipManager");
|
|
268
|
+
x(this, "defaultIframeCSSConfig", Gt);
|
|
269
|
+
x(this, "Skeleton", null);
|
|
270
|
+
x(this, "isIframeReady", !1);
|
|
271
|
+
x(this, "defaultUniqueId");
|
|
272
|
+
this.options = f, this.appearance = f.appearance || null, this.tooltipManager = new Xe(), this.defaultUniqueId = ve.generateUniqueId();
|
|
272
273
|
}
|
|
273
274
|
static generateUniqueId() {
|
|
274
|
-
return
|
|
275
|
+
return Bt();
|
|
275
276
|
}
|
|
276
277
|
get uniqueIdentifier() {
|
|
277
278
|
return this.defaultUniqueId;
|
|
@@ -286,7 +287,7 @@ class ye {
|
|
|
286
287
|
}
|
|
287
288
|
handleIframeReady() {
|
|
288
289
|
return M(this, null, function* () {
|
|
289
|
-
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield
|
|
290
|
+
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield Bi(this.iframe, this.appearance, this.uniqueIdentifier), this.skeleton && this.skeleton.hide()));
|
|
290
291
|
});
|
|
291
292
|
}
|
|
292
293
|
handleTooltipChange(f) {
|
|
@@ -296,7 +297,7 @@ class ye {
|
|
|
296
297
|
}
|
|
297
298
|
setupListeners() {
|
|
298
299
|
return M(this, null, function* () {
|
|
299
|
-
yield
|
|
300
|
+
yield At();
|
|
300
301
|
const f = {
|
|
301
302
|
onHeightChange: this.handleHeightChange.bind(this),
|
|
302
303
|
onIframeReady: this.handleIframeReady.bind(this),
|
|
@@ -310,9 +311,9 @@ class ye {
|
|
|
310
311
|
return M(this, null, function* () {
|
|
311
312
|
var u;
|
|
312
313
|
if (!Ae) return this;
|
|
313
|
-
this.isIframeReady = !1, yield this.setupListeners(),
|
|
314
|
-
const d =
|
|
315
|
-
if (this.wrapper =
|
|
314
|
+
this.isIframeReady = !1, yield this.setupListeners(), Wt(this.iframeIdentifier);
|
|
315
|
+
const d = Ot(f), s = this.iframeUrl();
|
|
316
|
+
if (this.wrapper = Nt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = Mt(s, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton) {
|
|
316
317
|
const g = (u = this.appearance) == null ? void 0 : u.theme;
|
|
317
318
|
this.skeleton = new this.Skeleton(this.uniqueIdentifier, g), this.skeleton.mount(this.wrapper);
|
|
318
319
|
}
|
|
@@ -320,7 +321,7 @@ class ye {
|
|
|
320
321
|
});
|
|
321
322
|
}
|
|
322
323
|
unmount() {
|
|
323
|
-
Ae && (
|
|
324
|
+
Ae && (Lt(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
|
|
324
325
|
}
|
|
325
326
|
/**
|
|
326
327
|
* Update the appearance of the widget without remounting.
|
|
@@ -328,16 +329,16 @@ class ye {
|
|
|
328
329
|
*/
|
|
329
330
|
updateAppearance(f) {
|
|
330
331
|
return M(this, null, function* () {
|
|
331
|
-
this.appearance = f, !(!this.iframe || !this.isIframeReady) && (yield
|
|
332
|
+
this.appearance = f, !(!this.iframe || !this.isIframeReady) && (yield Bi(this.iframe, f, this.uniqueIdentifier));
|
|
332
333
|
});
|
|
333
334
|
}
|
|
334
335
|
}
|
|
335
|
-
class
|
|
336
|
+
class Jt {
|
|
336
337
|
constructor(f, d) {
|
|
337
|
-
|
|
338
|
-
|
|
338
|
+
x(this, "element");
|
|
339
|
+
x(this, "identifier");
|
|
339
340
|
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",
|
|
341
|
+
const s = d === "night", u = s ? "#1E293B" : "#FFFFFF", g = s ? "#334155" : "#E5E7EB", m = s ? "#334155" : "#f0f0f0", y = s ? "#475569" : "#e0e0e0", I = s ? "#334155" : "#f0f0f0";
|
|
341
342
|
this.element.style.cssText = `
|
|
342
343
|
position: absolute;
|
|
343
344
|
top: 0;
|
|
@@ -363,17 +364,17 @@ class Gt {
|
|
|
363
364
|
justify-content: flex-start;
|
|
364
365
|
gap: 0.75rem;
|
|
365
366
|
`;
|
|
366
|
-
const
|
|
367
|
-
|
|
367
|
+
const R = document.createElement("div");
|
|
368
|
+
R.style.cssText = `
|
|
368
369
|
display: flex;
|
|
369
370
|
align-items: center;
|
|
370
371
|
gap: 0.75rem;
|
|
371
372
|
`;
|
|
372
|
-
const
|
|
373
|
-
|
|
373
|
+
const U = document.createElement("div");
|
|
374
|
+
U.style.cssText = `
|
|
374
375
|
width: 2rem;
|
|
375
376
|
height: 2rem;
|
|
376
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
377
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
|
|
377
378
|
background-size: 200% 100%;
|
|
378
379
|
animation: shimmer 1.5s infinite;
|
|
379
380
|
border-radius: 50%;
|
|
@@ -383,7 +384,7 @@ class Gt {
|
|
|
383
384
|
B.style.cssText = `
|
|
384
385
|
height: 1rem;
|
|
385
386
|
width: 30%;
|
|
386
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
387
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
|
|
387
388
|
background-size: 200% 100%;
|
|
388
389
|
animation: shimmer 1.5s infinite;
|
|
389
390
|
border-radius: 0.125rem;
|
|
@@ -392,7 +393,7 @@ class Gt {
|
|
|
392
393
|
O.style.cssText = `
|
|
393
394
|
width: 3rem;
|
|
394
395
|
height: 1.25rem;
|
|
395
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
396
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
|
|
396
397
|
background-size: 200% 100%;
|
|
397
398
|
animation: shimmer 1.5s infinite;
|
|
398
399
|
border-radius: .25rem;
|
|
@@ -405,8 +406,8 @@ class Gt {
|
|
|
405
406
|
align-items: flex-start;
|
|
406
407
|
gap: 0.75rem;
|
|
407
408
|
`;
|
|
408
|
-
const
|
|
409
|
-
|
|
409
|
+
const _ = document.createElement("div");
|
|
410
|
+
_.style.cssText = `
|
|
410
411
|
width: 2rem;
|
|
411
412
|
height: 1rem;
|
|
412
413
|
display: flex;
|
|
@@ -418,14 +419,14 @@ class Gt {
|
|
|
418
419
|
X.style.cssText = `
|
|
419
420
|
width: 1rem;
|
|
420
421
|
height: 1rem;
|
|
421
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
422
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
|
|
422
423
|
background-size: 200% 100%;
|
|
423
424
|
animation: shimmer 1.5s infinite;
|
|
424
425
|
border-radius: 0.25rem;
|
|
425
426
|
flex-shrink: 0;
|
|
426
427
|
`;
|
|
427
|
-
const
|
|
428
|
-
|
|
428
|
+
const G = document.createElement("div");
|
|
429
|
+
G.style.cssText = `
|
|
429
430
|
flex-grow: 1;
|
|
430
431
|
display: flex;
|
|
431
432
|
flex-direction: column;
|
|
@@ -435,16 +436,16 @@ class Gt {
|
|
|
435
436
|
ae.style.cssText = `
|
|
436
437
|
height: 0.875rem;
|
|
437
438
|
width: 80%;
|
|
438
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
439
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
|
|
439
440
|
background-size: 200% 100%;
|
|
440
441
|
animation: shimmer 1.5s infinite;
|
|
441
442
|
border-radius: 0.125rem;
|
|
442
443
|
`;
|
|
443
|
-
const
|
|
444
|
-
if (
|
|
444
|
+
const we = document.createElement("div");
|
|
445
|
+
if (we.style.cssText = `
|
|
445
446
|
height: 0.875rem;
|
|
446
447
|
width: 60%;
|
|
447
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
448
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${I} 75%);
|
|
448
449
|
background-size: 200% 100%;
|
|
449
450
|
animation: shimmer 2s infinite;
|
|
450
451
|
border-radius: 0.125rem;
|
|
@@ -461,7 +462,7 @@ class Gt {
|
|
|
461
462
|
}
|
|
462
463
|
`, document.head.appendChild(de);
|
|
463
464
|
}
|
|
464
|
-
|
|
465
|
+
R.appendChild(U), R.appendChild(B), R.appendChild(O), G.appendChild(ae), G.appendChild(we), _.appendChild(X), N.appendChild(_), N.appendChild(G), k.appendChild(R), k.appendChild(N), this.element.appendChild(k);
|
|
465
466
|
}
|
|
466
467
|
cleanupExistingSkeleton() {
|
|
467
468
|
const f = document.getElementById(this.identifier);
|
|
@@ -474,45 +475,45 @@ class Gt {
|
|
|
474
475
|
this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
|
|
475
476
|
}
|
|
476
477
|
}
|
|
477
|
-
const We = "2.
|
|
478
|
-
function
|
|
479
|
-
var
|
|
480
|
-
const f = [
|
|
478
|
+
const We = "2.26.0";
|
|
479
|
+
function Kt(o) {
|
|
480
|
+
var I, k;
|
|
481
|
+
const f = (I = o.origin) != null ? I : o.context, d = Li($e({}, o), { origin: f }), s = [
|
|
481
482
|
"actionToken",
|
|
482
483
|
"entityId",
|
|
483
|
-
"
|
|
484
|
+
"origin",
|
|
484
485
|
"optionalReconsentBehavior",
|
|
485
486
|
"mandatoryReconsentBehavior",
|
|
486
487
|
"allowGranularScopeSelection"
|
|
487
|
-
],
|
|
488
|
-
if (
|
|
489
|
-
const
|
|
490
|
-
|
|
488
|
+
], u = (k = o.isSandbox) != null ? k : !1, g = o.developmentUrl || (u ? Vi : Gi), m = new URLSearchParams();
|
|
489
|
+
if (m.set("sdk", "web"), m.set("sdkVersion", We), s.forEach((R) => {
|
|
490
|
+
const U = d[R];
|
|
491
|
+
U !== void 0 && (typeof U == "string" && U.length === 0 || m.set(R, String(U)));
|
|
491
492
|
}), o.metadata !== void 0)
|
|
492
493
|
try {
|
|
493
|
-
|
|
494
|
-
} catch (
|
|
495
|
-
console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.",
|
|
494
|
+
m.set("metadata", JSON.stringify(o.metadata));
|
|
495
|
+
} catch (R) {
|
|
496
|
+
console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", R);
|
|
496
497
|
}
|
|
497
|
-
const
|
|
498
|
-
return `${
|
|
498
|
+
const y = m.toString();
|
|
499
|
+
return `${g}/embed/consents/${o.consentTemplateId}${y ? `?${y}` : ""}`;
|
|
499
500
|
}
|
|
500
|
-
class
|
|
501
|
+
class Yi extends ve {
|
|
501
502
|
constructor(d) {
|
|
502
503
|
super(d);
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
504
|
+
x(this, "defaultIframePrefix", "consent-box");
|
|
505
|
+
x(this, "defaultIframeCSSConfig", Vt);
|
|
506
|
+
x(this, "state", {
|
|
506
507
|
isSelected: !1,
|
|
507
508
|
actionToken: null
|
|
508
509
|
});
|
|
509
|
-
this.Skeleton =
|
|
510
|
+
this.Skeleton = Jt;
|
|
510
511
|
}
|
|
511
512
|
get uniqueIdentifier() {
|
|
512
513
|
return this.options.consentTemplateId;
|
|
513
514
|
}
|
|
514
515
|
iframeUrl() {
|
|
515
|
-
return
|
|
516
|
+
return Kt(this.options);
|
|
516
517
|
}
|
|
517
518
|
handleStateChange(d) {
|
|
518
519
|
const { isSelected: s, actionToken: u } = d;
|
|
@@ -524,7 +525,7 @@ class Vi extends ye {
|
|
|
524
525
|
}
|
|
525
526
|
setupListeners() {
|
|
526
527
|
return M(this, null, function* () {
|
|
527
|
-
yield
|
|
528
|
+
yield me(Yi.prototype, this, "setupListeners").call(this), ei(this.uniqueIdentifier, {
|
|
528
529
|
onStateChange: this.handleStateChange.bind(this)
|
|
529
530
|
});
|
|
530
531
|
});
|
|
@@ -533,33 +534,33 @@ class Vi extends ye {
|
|
|
533
534
|
return this.state;
|
|
534
535
|
}
|
|
535
536
|
}
|
|
536
|
-
function
|
|
537
|
+
function Qt(o, f, d) {
|
|
537
538
|
return M(this, null, function* () {
|
|
538
|
-
var
|
|
539
|
+
var _, X;
|
|
539
540
|
if (!o.contentWindow)
|
|
540
541
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
541
|
-
const { redecOperationIds: s, content: u, header: g, rightExamples: m, consentManagement: y, appearance:
|
|
542
|
+
const { redecOperationIds: s, content: u, header: g, rightExamples: m, consentManagement: y, appearance: I } = f, k = (_ = I == null ? void 0 : I.config) == null ? void 0 : _.showHeader, R = (X = I == null ? void 0 : I.config) == null ? void 0 : X.showConsentManagementHeader, B = y !== void 0 && Object.values(y).some((G) => Array.isArray(G) ? G.length > 0 : G != null) ? y : void 0;
|
|
542
543
|
Array.isArray(B == null ? void 0 : B.scopeGroups) && B.scopeGroups.length > 0 && f.groupConsentsByScope !== !0 && console.warn(
|
|
543
544
|
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
544
545
|
);
|
|
545
546
|
const O = {};
|
|
546
|
-
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
|
|
547
|
-
config:
|
|
547
|
+
if (typeof s != "undefined" && (O.redecOperationIds = s), typeof u != "undefined" && (O.content = u), typeof g != "undefined" && (O.header = g), typeof m != "undefined" && (O.rightExamples = m), typeof B != "undefined" && (O.consentManagement = B), (typeof k == "boolean" || typeof R == "boolean") && (O.appearance = {
|
|
548
|
+
config: $e($e({}, typeof k == "boolean" ? { showHeader: k } : {}), typeof R == "boolean" ? { showConsentManagementHeader: R } : {})
|
|
548
549
|
}), Object.keys(O).length === 0) return;
|
|
549
|
-
const N = yield Promise.resolve().then(() =>
|
|
550
|
+
const N = yield Promise.resolve().then(() => be);
|
|
550
551
|
try {
|
|
551
|
-
yield N.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG",
|
|
552
|
+
yield N.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", $e({
|
|
552
553
|
identifier: d
|
|
553
554
|
}, O));
|
|
554
|
-
} catch (
|
|
555
|
-
console.error("Failed to send privacy center config:",
|
|
555
|
+
} catch (G) {
|
|
556
|
+
console.error("Failed to send privacy center config:", G);
|
|
556
557
|
}
|
|
557
558
|
});
|
|
558
559
|
}
|
|
559
|
-
function
|
|
560
|
-
var m, y,
|
|
561
|
-
const f = (m = o.isSandbox) != null ? m : !1, d = o.developmentUrl || (f ?
|
|
562
|
-
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(",")), (
|
|
560
|
+
function Zt(o) {
|
|
561
|
+
var m, y, I, k, R, U;
|
|
562
|
+
const f = (m = o.isSandbox) != null ? m : !1, d = o.developmentUrl || (f ? zt : jt), s = new URLSearchParams();
|
|
563
|
+
if (s.set("sdkVersion", We), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && s.set("enabledRights", o.enabledRights.join(",")), (k = o.dataSubjects) != null && k.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
|
|
563
564
|
(O) => O != null
|
|
564
565
|
)) {
|
|
565
566
|
const O = JSON.stringify(o.fileRequisites);
|
|
@@ -575,58 +576,58 @@ function Jt(o) {
|
|
|
575
576
|
}
|
|
576
577
|
}
|
|
577
578
|
o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
|
|
578
|
-
const u = (
|
|
579
|
+
const u = (U = (R = o.appearance) == null ? void 0 : R.config) == null ? void 0 : U.consentControl;
|
|
579
580
|
u && s.set("consentControl", u), o.consentRetentionPeriod && s.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && s.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && s.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && s.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
|
|
580
581
|
const g = s.toString();
|
|
581
582
|
return `${d}${g ? `?${g}` : ""}`;
|
|
582
583
|
}
|
|
583
|
-
class
|
|
584
|
+
class Ji extends ve {
|
|
584
585
|
constructor() {
|
|
585
586
|
super(...arguments);
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
587
|
+
x(this, "defaultIframePrefix", "privacy-center");
|
|
588
|
+
x(this, "_uniqueIdentifier", "privacy-center");
|
|
589
|
+
x(this, "defaultIframeCSSConfig", Yt);
|
|
589
590
|
}
|
|
590
591
|
get uniqueIdentifier() {
|
|
591
592
|
return this._uniqueIdentifier;
|
|
592
593
|
}
|
|
593
594
|
handleIframeReady() {
|
|
594
595
|
return M(this, null, function* () {
|
|
595
|
-
yield
|
|
596
|
+
yield me(Ji.prototype, this, "handleIframeReady").call(this), this.iframe && (yield Qt(this.iframe, this.options, this.uniqueIdentifier));
|
|
596
597
|
});
|
|
597
598
|
}
|
|
598
599
|
iframeUrl() {
|
|
599
|
-
return
|
|
600
|
+
return Zt(this.options);
|
|
600
601
|
}
|
|
601
602
|
}
|
|
602
|
-
const
|
|
603
|
+
const Ir = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
603
604
|
__proto__: null
|
|
604
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
605
|
+
}, Symbol.toStringTag, { value: "Module" })), Ki = "WIDGET_EVENT";
|
|
605
606
|
function Oe(o, f) {
|
|
606
|
-
return o || (f ?
|
|
607
|
+
return o || (f ? Vi : Gi);
|
|
607
608
|
}
|
|
608
|
-
function
|
|
609
|
+
function Xt(o) {
|
|
609
610
|
let f = "widget/";
|
|
610
611
|
return "disclosureRequestId" in o.configProps ? f += ["disclosures", o.configProps.disclosureRequestId].join("/") : f += o.request, f;
|
|
611
612
|
}
|
|
612
|
-
function
|
|
613
|
+
function er(o) {
|
|
613
614
|
var g;
|
|
614
|
-
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 =
|
|
615
|
+
const f = (g = o.isSandbox) != null ? g : !1, d = Oe(o.developmentUrl, f), s = Object.entries(o.configProps).filter(([m, y]) => y || m === "disclosureRequestId").map(([m, y]) => `${m}=${encodeURIComponent(y)}`).join("&"), u = Xt(o);
|
|
615
616
|
return `${d}/${u}?sdk=web&sdkVersion=${We}&${s}`;
|
|
616
617
|
}
|
|
617
|
-
function
|
|
618
|
+
function ir(o) {
|
|
618
619
|
return `embed/widget/disclosures/${o.disclosureRequestId}`;
|
|
619
620
|
}
|
|
620
|
-
function
|
|
621
|
+
function tr(o, f) {
|
|
621
622
|
var m;
|
|
622
|
-
const d = (m = o.isSandbox) != null ? m : !1, s = Oe(o.developmentUrl, d), u =
|
|
623
|
+
const d = (m = o.isSandbox) != null ? m : !1, s = Oe(o.developmentUrl, d), u = ir(o), g = new URLSearchParams({
|
|
623
624
|
sdk: "web",
|
|
624
625
|
sdkVersion: We,
|
|
625
626
|
identifier: f
|
|
626
627
|
});
|
|
627
628
|
return o.customColor && g.set("customColor", o.customColor), `${s}/${u}?${g.toString()}`;
|
|
628
629
|
}
|
|
629
|
-
function
|
|
630
|
+
function rr(o, f) {
|
|
630
631
|
var u;
|
|
631
632
|
const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
|
|
632
633
|
session_token: f.sessionToken,
|
|
@@ -635,7 +636,7 @@ function er(o, f) {
|
|
|
635
636
|
});
|
|
636
637
|
return `${d}/widget/register_passkey?${s.toString()}`;
|
|
637
638
|
}
|
|
638
|
-
function
|
|
639
|
+
function nr(o, f) {
|
|
639
640
|
var u;
|
|
640
641
|
const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
|
|
641
642
|
requestable_id: f.requestableToken,
|
|
@@ -643,26 +644,26 @@ function ir(o, f) {
|
|
|
643
644
|
});
|
|
644
645
|
return `${d}/widget/passkey_authentication?${s.toString()}`;
|
|
645
646
|
}
|
|
646
|
-
function
|
|
647
|
+
function or(o) {
|
|
647
648
|
return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
|
|
648
649
|
}
|
|
649
|
-
function
|
|
650
|
+
function sr(o) {
|
|
650
651
|
return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
|
|
651
652
|
}
|
|
652
|
-
class Qe extends
|
|
653
|
+
class Qe extends ve {
|
|
653
654
|
constructor() {
|
|
654
655
|
super(...arguments);
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
656
|
+
x(this, "defaultIframePrefix", "disclosure-request-box");
|
|
657
|
+
x(this, "passkeyPopupWindow", null);
|
|
658
|
+
x(this, "popupListener", null);
|
|
659
|
+
x(this, "isReadyCallbackFired", !1);
|
|
659
660
|
}
|
|
660
661
|
iframeUrl() {
|
|
661
|
-
return
|
|
662
|
+
return tr(this.options, this.uniqueIdentifier);
|
|
662
663
|
}
|
|
663
664
|
mount(d) {
|
|
664
665
|
return M(this, null, function* () {
|
|
665
|
-
return this.isReadyCallbackFired = !1, yield
|
|
666
|
+
return this.isReadyCallbackFired = !1, yield me(Qe.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
|
|
666
667
|
this.notifyReady();
|
|
667
668
|
}, this) : this;
|
|
668
669
|
});
|
|
@@ -673,7 +674,7 @@ class Qe extends ye {
|
|
|
673
674
|
}
|
|
674
675
|
setupListeners() {
|
|
675
676
|
return M(this, null, function* () {
|
|
676
|
-
yield
|
|
677
|
+
yield me(Qe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ei(this.uniqueIdentifier, {
|
|
677
678
|
onInfo: (d) => this.handleInfoEvent(d)
|
|
678
679
|
});
|
|
679
680
|
});
|
|
@@ -692,8 +693,8 @@ class Qe extends ye {
|
|
|
692
693
|
}
|
|
693
694
|
mountPopupListener() {
|
|
694
695
|
return M(this, null, function* () {
|
|
695
|
-
const d = yield Promise.resolve().then(() =>
|
|
696
|
-
this.removePopupListener(), this.popupListener = d.on(
|
|
696
|
+
const d = yield Promise.resolve().then(() => be);
|
|
697
|
+
this.removePopupListener(), this.popupListener = d.on(Ki, (u) => M(this, [u], function* ({ data: s }) {
|
|
697
698
|
return s.eventName !== "PASSKEY_REGISTERED" && s.eventName !== "PASSKEY_AUTHENTICATED" || s.identifier !== this.uniqueIdentifier || (s.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
|
|
698
699
|
eventName: "PASSKEY_REGISTERED",
|
|
699
700
|
type: "PASSKEY_REGISTERED",
|
|
@@ -710,11 +711,11 @@ class Qe extends ye {
|
|
|
710
711
|
this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
|
|
711
712
|
}
|
|
712
713
|
handleInfoEvent(d) {
|
|
713
|
-
if (this.triggerEvent(d),
|
|
714
|
+
if (this.triggerEvent(d), or(d)) {
|
|
714
715
|
this.openPasskeyRegistrationPopup(d);
|
|
715
716
|
return;
|
|
716
717
|
}
|
|
717
|
-
|
|
718
|
+
sr(d) && this.openPasskeyAuthenticationPopup(d);
|
|
718
719
|
}
|
|
719
720
|
notifyPasskeyEvent(d) {
|
|
720
721
|
var u;
|
|
@@ -730,7 +731,7 @@ class Qe extends ye {
|
|
|
730
731
|
}
|
|
731
732
|
openPasskeyRegistrationPopup(d) {
|
|
732
733
|
if (!d.sessionToken || !d.companyId) return;
|
|
733
|
-
const s =
|
|
734
|
+
const s = rr(this.options, {
|
|
734
735
|
sessionToken: d.sessionToken,
|
|
735
736
|
companyId: d.companyId,
|
|
736
737
|
identifier: this.uniqueIdentifier
|
|
@@ -739,7 +740,7 @@ class Qe extends ye {
|
|
|
739
740
|
}
|
|
740
741
|
openPasskeyAuthenticationPopup(d) {
|
|
741
742
|
if (!d.requestableToken) return;
|
|
742
|
-
const s =
|
|
743
|
+
const s = nr(this.options, {
|
|
743
744
|
requestableToken: d.requestableToken,
|
|
744
745
|
identifier: this.uniqueIdentifier
|
|
745
746
|
});
|
|
@@ -753,70 +754,70 @@ function Ze(o = null) {
|
|
|
753
754
|
function Ne() {
|
|
754
755
|
document.body.style.filter = "", document.body.removeEventListener("click", Ze);
|
|
755
756
|
}
|
|
756
|
-
function
|
|
757
|
+
function fr() {
|
|
757
758
|
Je = setInterval(() => {
|
|
758
759
|
(!ie || ie.closed) && (Je && clearInterval(Je), Ne());
|
|
759
|
-
},
|
|
760
|
+
}, _t);
|
|
760
761
|
}
|
|
761
|
-
function
|
|
762
|
-
const f =
|
|
762
|
+
function ar(o) {
|
|
763
|
+
const f = er(o), d = Ut, s = qt, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, m = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = m / window.screen.availWidth, k = (m - d) / 2 / I + u, R = (y - s) / 2 / I + g, U = [
|
|
763
764
|
"scrollbars=yes",
|
|
764
765
|
`width=${d}`,
|
|
765
766
|
`height=${s}`,
|
|
766
|
-
`top=${
|
|
767
|
+
`top=${R}`,
|
|
767
768
|
`left=${k}`
|
|
768
|
-
].join(","), B = window.open("about:blank", "Soyio",
|
|
769
|
-
B ? (ie = B, ie.location.href = f, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Ze), Ze(),
|
|
769
|
+
].join(","), B = window.open("about:blank", "Soyio", U);
|
|
770
|
+
B ? (ie = B, ie.location.href = f, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Ze), Ze(), fr()) : (Ne(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
|
|
770
771
|
}
|
|
771
|
-
function
|
|
772
|
+
function dr() {
|
|
772
773
|
ie && (ie.close(), ie = null), Ne();
|
|
773
774
|
}
|
|
774
|
-
let
|
|
775
|
-
function
|
|
776
|
-
|
|
775
|
+
let ye = null;
|
|
776
|
+
function cr() {
|
|
777
|
+
ye && (ye.cancel(), ye = null);
|
|
777
778
|
}
|
|
778
|
-
function
|
|
779
|
+
function pr(o) {
|
|
779
780
|
return M(this, null, function* () {
|
|
780
|
-
const { onEvent: f } = o, d = yield Promise.resolve().then(() =>
|
|
781
|
-
|
|
782
|
-
return f(s),
|
|
781
|
+
const { onEvent: f } = o, d = yield Promise.resolve().then(() => be);
|
|
782
|
+
ye && cr(), ye = d.on(Ki, (u) => M(null, [u], function* ({ data: s }) {
|
|
783
|
+
return f(s), Ft.includes(s.eventName) ? dr() : s.eventName === Ht && Ne(), Promise.resolve();
|
|
783
784
|
}));
|
|
784
785
|
});
|
|
785
786
|
}
|
|
786
|
-
function
|
|
787
|
-
|
|
787
|
+
function lr(o) {
|
|
788
|
+
pr(o);
|
|
788
789
|
}
|
|
789
|
-
var Le,
|
|
790
|
-
class
|
|
790
|
+
var Le, Qi;
|
|
791
|
+
class Tr {
|
|
791
792
|
constructor(f) {
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
this.onEvent = f.onEvent, Ae && (
|
|
795
|
-
onEvent:
|
|
793
|
+
Oi(this, Le);
|
|
794
|
+
x(this, "onEvent");
|
|
795
|
+
this.onEvent = f.onEvent, Ae && (ar(f), lr({
|
|
796
|
+
onEvent: Ni(this, Le, Qi).bind(this)
|
|
796
797
|
}));
|
|
797
798
|
}
|
|
798
799
|
}
|
|
799
|
-
Le = new WeakSet(),
|
|
800
|
+
Le = new WeakSet(), Qi = function(f) {
|
|
800
801
|
this.onEvent(f);
|
|
801
802
|
};
|
|
802
|
-
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 = {
|
|
803
|
-
$ref: cr,
|
|
804
|
-
$schema: pr,
|
|
805
|
-
definitions: lr
|
|
806
|
-
}, 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"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"}},"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 = {
|
|
803
|
+
const Sr = "#/definitions/SoyioAppearance", ur = "http://json-schema.org/draft-07/schema#", Cr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"}}`), kr = {
|
|
807
804
|
$ref: Sr,
|
|
808
805
|
$schema: ur,
|
|
809
806
|
definitions: Cr
|
|
807
|
+
}, hr = "#/definitions/SoyioWidgetConfig", Pr = "http://json-schema.org/draft-07/schema#", gr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Rr = {
|
|
808
|
+
$ref: hr,
|
|
809
|
+
$schema: Pr,
|
|
810
|
+
definitions: gr
|
|
810
811
|
};
|
|
811
|
-
function
|
|
812
|
+
function $r(o) {
|
|
812
813
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
813
814
|
}
|
|
814
|
-
var Ke = { exports: {} }, De = { exports: {} },
|
|
815
|
-
function
|
|
816
|
-
return
|
|
815
|
+
var Ke = { exports: {} }, De = { exports: {} }, mr = De.exports, qi;
|
|
816
|
+
function yr() {
|
|
817
|
+
return qi || (qi = 1, function(o, f) {
|
|
817
818
|
(function(d, s) {
|
|
818
819
|
o.exports = s();
|
|
819
|
-
})(typeof self != "undefined" ? self :
|
|
820
|
+
})(typeof self != "undefined" ? self : mr, function() {
|
|
820
821
|
return function(d) {
|
|
821
822
|
var s = {};
|
|
822
823
|
function u(g) {
|
|
@@ -845,9 +846,9 @@ function gr() {
|
|
|
845
846
|
if (u.r(y), Object.defineProperty(y, "default", {
|
|
846
847
|
enumerable: !0,
|
|
847
848
|
value: g
|
|
848
|
-
}), 2 & m && typeof g != "string") for (var
|
|
849
|
+
}), 2 & m && typeof g != "string") for (var I in g) u.d(y, I, function(k) {
|
|
849
850
|
return g[k];
|
|
850
|
-
}.bind(null,
|
|
851
|
+
}.bind(null, I));
|
|
851
852
|
return y;
|
|
852
853
|
}, u.n = function(g) {
|
|
853
854
|
var m = g && g.__esModule ? function() {
|
|
@@ -861,33 +862,33 @@ function gr() {
|
|
|
861
862
|
}, u.p = "", u(u.s = 0);
|
|
862
863
|
}([function(d, s, u) {
|
|
863
864
|
u.r(s), u.d(s, "Promise", function() {
|
|
864
|
-
return
|
|
865
|
+
return E;
|
|
865
866
|
}), u.d(s, "TYPES", function() {
|
|
866
|
-
return
|
|
867
|
+
return gt;
|
|
867
868
|
}), u.d(s, "ProxyWindow", function() {
|
|
868
|
-
return
|
|
869
|
+
return K;
|
|
869
870
|
}), u.d(s, "setup", function() {
|
|
870
871
|
return xi;
|
|
871
872
|
}), u.d(s, "destroy", function() {
|
|
872
|
-
return
|
|
873
|
+
return Pt;
|
|
873
874
|
}), u.d(s, "serializeMessage", function() {
|
|
874
|
-
return lt;
|
|
875
|
-
}), u.d(s, "deserializeMessage", function() {
|
|
876
875
|
return St;
|
|
877
|
-
}), u.d(s, "
|
|
876
|
+
}), u.d(s, "deserializeMessage", function() {
|
|
878
877
|
return ut;
|
|
879
|
-
}), u.d(s, "
|
|
878
|
+
}), u.d(s, "createProxyWindow", function() {
|
|
880
879
|
return Ct;
|
|
880
|
+
}), u.d(s, "toProxyWindow", function() {
|
|
881
|
+
return ht;
|
|
881
882
|
}), u.d(s, "on", function() {
|
|
882
883
|
return se;
|
|
883
884
|
}), u.d(s, "once", function() {
|
|
884
|
-
return
|
|
885
|
+
return lt;
|
|
885
886
|
}), u.d(s, "send", function() {
|
|
886
887
|
return te;
|
|
887
888
|
}), u.d(s, "markWindowKnown", function() {
|
|
888
889
|
return Pi;
|
|
889
890
|
}), u.d(s, "cleanUpWindow", function() {
|
|
890
|
-
return
|
|
891
|
+
return $t;
|
|
891
892
|
}), u.d(s, "bridge", function() {
|
|
892
893
|
});
|
|
893
894
|
function g(e) {
|
|
@@ -898,7 +899,7 @@ function gr() {
|
|
|
898
899
|
function y(e) {
|
|
899
900
|
return e === void 0 && (e = window), e.location.protocol;
|
|
900
901
|
}
|
|
901
|
-
function
|
|
902
|
+
function I(e) {
|
|
902
903
|
if (e === void 0 && (e = window), e.mockDomain) {
|
|
903
904
|
var t = e.mockDomain.split("//")[0];
|
|
904
905
|
if (t) return t;
|
|
@@ -906,16 +907,16 @@ function gr() {
|
|
|
906
907
|
return y(e);
|
|
907
908
|
}
|
|
908
909
|
function k(e) {
|
|
909
|
-
return e === void 0 && (e = window),
|
|
910
|
+
return e === void 0 && (e = window), I(e) === "about:";
|
|
910
911
|
}
|
|
911
|
-
function
|
|
912
|
+
function R(e) {
|
|
912
913
|
if (e === void 0 && (e = window), e) try {
|
|
913
914
|
if (e.parent && e.parent !== e) return e.parent;
|
|
914
915
|
} catch (t) {
|
|
915
916
|
}
|
|
916
917
|
}
|
|
917
|
-
function
|
|
918
|
-
if (e === void 0 && (e = window), e && !
|
|
918
|
+
function U(e) {
|
|
919
|
+
if (e === void 0 && (e = window), e && !R(e)) try {
|
|
919
920
|
return e.opener;
|
|
920
921
|
} catch (t) {
|
|
921
922
|
}
|
|
@@ -935,7 +936,7 @@ function gr() {
|
|
|
935
936
|
if (!i) throw new Error("Can not read window protocol");
|
|
936
937
|
if (i === "file:") return "file://";
|
|
937
938
|
if (i === "about:") {
|
|
938
|
-
var r =
|
|
939
|
+
var r = R(e);
|
|
939
940
|
return r && B() ? O(r) : "about://";
|
|
940
941
|
}
|
|
941
942
|
var n = t.host;
|
|
@@ -947,7 +948,7 @@ function gr() {
|
|
|
947
948
|
var t = O(e);
|
|
948
949
|
return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
|
|
949
950
|
}
|
|
950
|
-
function
|
|
951
|
+
function _(e) {
|
|
951
952
|
if (!function(t) {
|
|
952
953
|
try {
|
|
953
954
|
if (t === window) return !0;
|
|
@@ -964,7 +965,7 @@ function gr() {
|
|
|
964
965
|
}
|
|
965
966
|
try {
|
|
966
967
|
if (function(r) {
|
|
967
|
-
return r === void 0 && (r = window),
|
|
968
|
+
return r === void 0 && (r = window), I(r) === "mock:";
|
|
968
969
|
}(t) && B()) return !0;
|
|
969
970
|
} catch (r) {
|
|
970
971
|
}
|
|
@@ -981,12 +982,12 @@ function gr() {
|
|
|
981
982
|
return !1;
|
|
982
983
|
}
|
|
983
984
|
function X(e) {
|
|
984
|
-
if (!
|
|
985
|
+
if (!_(e)) throw new Error("Expected window to be same domain");
|
|
985
986
|
return e;
|
|
986
987
|
}
|
|
987
|
-
function
|
|
988
|
+
function G(e, t) {
|
|
988
989
|
if (!e || !t) return !1;
|
|
989
|
-
var i =
|
|
990
|
+
var i = R(t);
|
|
990
991
|
return i ? i === e : function(r) {
|
|
991
992
|
var n = [];
|
|
992
993
|
try {
|
|
@@ -1034,8 +1035,8 @@ function gr() {
|
|
|
1034
1035
|
}
|
|
1035
1036
|
return t;
|
|
1036
1037
|
}
|
|
1037
|
-
var
|
|
1038
|
-
function
|
|
1038
|
+
var we = [], de = [];
|
|
1039
|
+
function Q(e, t) {
|
|
1039
1040
|
t === void 0 && (t = !0);
|
|
1040
1041
|
try {
|
|
1041
1042
|
if (e === window) return !1;
|
|
@@ -1052,7 +1053,7 @@ function gr() {
|
|
|
1052
1053
|
} catch (n) {
|
|
1053
1054
|
return !n || n.message !== m;
|
|
1054
1055
|
}
|
|
1055
|
-
if (t &&
|
|
1056
|
+
if (t && _(e)) try {
|
|
1056
1057
|
if (e.mockclosed) return !0;
|
|
1057
1058
|
} catch (n) {
|
|
1058
1059
|
}
|
|
@@ -1066,7 +1067,7 @@ function gr() {
|
|
|
1066
1067
|
} catch (S) {
|
|
1067
1068
|
}
|
|
1068
1069
|
return -1;
|
|
1069
|
-
}(
|
|
1070
|
+
}(we, e);
|
|
1070
1071
|
if (i !== -1) {
|
|
1071
1072
|
var r = de[i];
|
|
1072
1073
|
if (r && function(n) {
|
|
@@ -1082,7 +1083,7 @@ function gr() {
|
|
|
1082
1083
|
return !1;
|
|
1083
1084
|
}
|
|
1084
1085
|
function ii(e) {
|
|
1085
|
-
return e === void 0 && (e = window),
|
|
1086
|
+
return e === void 0 && (e = window), U(e = e || window) || R(e) || void 0;
|
|
1086
1087
|
}
|
|
1087
1088
|
function fe(e, t) {
|
|
1088
1089
|
if (typeof e == "string") {
|
|
@@ -1093,7 +1094,7 @@ function gr() {
|
|
|
1093
1094
|
return fe(i, t);
|
|
1094
1095
|
}));
|
|
1095
1096
|
}
|
|
1096
|
-
function
|
|
1097
|
+
function Ie(e) {
|
|
1097
1098
|
try {
|
|
1098
1099
|
if (e === window) return !0;
|
|
1099
1100
|
} catch (t) {
|
|
@@ -1136,15 +1137,15 @@ function gr() {
|
|
|
1136
1137
|
return !1;
|
|
1137
1138
|
}
|
|
1138
1139
|
function ti(e) {
|
|
1139
|
-
if (
|
|
1140
|
+
if (_(e)) return X(e).frameElement;
|
|
1140
1141
|
for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
|
|
1141
1142
|
var r = i[t];
|
|
1142
1143
|
if (r && r.contentWindow && r.contentWindow === e) return r;
|
|
1143
1144
|
}
|
|
1144
1145
|
}
|
|
1145
|
-
function
|
|
1146
|
+
function Xi(e) {
|
|
1146
1147
|
if (function(i) {
|
|
1147
|
-
return i === void 0 && (i = window), !!
|
|
1148
|
+
return i === void 0 && (i = window), !!R(i);
|
|
1148
1149
|
}(e)) {
|
|
1149
1150
|
var t = ti(e);
|
|
1150
1151
|
if (t && t.parentElement) {
|
|
@@ -1186,7 +1187,7 @@ function gr() {
|
|
|
1186
1187
|
function le() {
|
|
1187
1188
|
Me -= 1, ni();
|
|
1188
1189
|
}
|
|
1189
|
-
var
|
|
1190
|
+
var E = function() {
|
|
1190
1191
|
function e(i) {
|
|
1191
1192
|
var r = this;
|
|
1192
1193
|
if (this.resolved = void 0, this.rejected = void 0, this.errorHandled = void 0, this.value = void 0, this.error = void 0, this.handlers = void 0, this.dispatching = void 0, this.stack = void 0, this.resolved = !1, this.rejected = !1, this.errorHandled = !1, this.handlers = [], i) {
|
|
@@ -1234,11 +1235,11 @@ function gr() {
|
|
|
1234
1235
|
var i = this.resolved, r = this.rejected, n = this.handlers;
|
|
1235
1236
|
if (!this.dispatching && (i || r)) {
|
|
1236
1237
|
this.dispatching = !0, Be();
|
|
1237
|
-
for (var a = function($,
|
|
1238
|
-
return $.then(function(
|
|
1239
|
-
|
|
1240
|
-
}, function(
|
|
1241
|
-
|
|
1238
|
+
for (var a = function($, w) {
|
|
1239
|
+
return $.then(function(v) {
|
|
1240
|
+
w.resolve(v);
|
|
1241
|
+
}, function(v) {
|
|
1242
|
+
w.reject(v);
|
|
1242
1243
|
});
|
|
1243
1244
|
}, c = 0; c < n.length; c++) {
|
|
1244
1245
|
var S = n[c], l = S.onSuccess, p = S.onError, P = S.promise, C = void 0;
|
|
@@ -1381,7 +1382,7 @@ function gr() {
|
|
|
1381
1382
|
}(e);
|
|
1382
1383
|
}, e;
|
|
1383
1384
|
}();
|
|
1384
|
-
function
|
|
1385
|
+
function Te(e, t) {
|
|
1385
1386
|
for (var i = 0; i < e.length; i++) try {
|
|
1386
1387
|
if (e[i] === t) return i;
|
|
1387
1388
|
} catch (r) {
|
|
@@ -1408,7 +1409,7 @@ function gr() {
|
|
|
1408
1409
|
return t._cleanupClosedWindows = function() {
|
|
1409
1410
|
for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
|
|
1410
1411
|
var a = r[n];
|
|
1411
|
-
if (
|
|
1412
|
+
if (Ie(a) && Q(a)) {
|
|
1412
1413
|
if (i) try {
|
|
1413
1414
|
i.delete(a);
|
|
1414
1415
|
} catch (c) {
|
|
@@ -1417,7 +1418,7 @@ function gr() {
|
|
|
1417
1418
|
}
|
|
1418
1419
|
}
|
|
1419
1420
|
}, t.isSafeToReadWrite = function(i) {
|
|
1420
|
-
return !
|
|
1421
|
+
return !Ie(i);
|
|
1421
1422
|
}, t.set = function(i, r) {
|
|
1422
1423
|
if (!i) throw new Error("WeakMap expected key");
|
|
1423
1424
|
var n = this.weakmap;
|
|
@@ -1436,7 +1437,7 @@ function gr() {
|
|
|
1436
1437
|
} catch (P) {
|
|
1437
1438
|
}
|
|
1438
1439
|
this._cleanupClosedWindows();
|
|
1439
|
-
var S = this.keys, l = this.values, p =
|
|
1440
|
+
var S = this.keys, l = this.values, p = Te(S, i);
|
|
1440
1441
|
p === -1 ? (S.push(i), l.push(r)) : l[p] = r;
|
|
1441
1442
|
}, t.get = function(i) {
|
|
1442
1443
|
if (!i) throw new Error("WeakMap expected key");
|
|
@@ -1452,7 +1453,7 @@ function gr() {
|
|
|
1452
1453
|
} catch (c) {
|
|
1453
1454
|
}
|
|
1454
1455
|
this._cleanupClosedWindows();
|
|
1455
|
-
var a =
|
|
1456
|
+
var a = Te(this.keys, i);
|
|
1456
1457
|
if (a !== -1) return this.values[a];
|
|
1457
1458
|
}, t.delete = function(i) {
|
|
1458
1459
|
if (!i) throw new Error("WeakMap expected key");
|
|
@@ -1468,7 +1469,7 @@ function gr() {
|
|
|
1468
1469
|
} catch (S) {
|
|
1469
1470
|
}
|
|
1470
1471
|
this._cleanupClosedWindows();
|
|
1471
|
-
var a = this.keys, c =
|
|
1472
|
+
var a = this.keys, c = Te(a, i);
|
|
1472
1473
|
c !== -1 && (a.splice(c, 1), this.values.splice(c, 1));
|
|
1473
1474
|
}, t.has = function(i) {
|
|
1474
1475
|
if (!i) throw new Error("WeakMap expected key");
|
|
@@ -1483,7 +1484,7 @@ function gr() {
|
|
|
1483
1484
|
return !(!n || n[0] !== i);
|
|
1484
1485
|
} catch (a) {
|
|
1485
1486
|
}
|
|
1486
|
-
return this._cleanupClosedWindows(),
|
|
1487
|
+
return this._cleanupClosedWindows(), Te(this.keys, i) !== -1;
|
|
1487
1488
|
}, t.getOrSet = function(i, r) {
|
|
1488
1489
|
if (this.has(i)) return this.get(i);
|
|
1489
1490
|
var n = r();
|
|
@@ -1512,21 +1513,21 @@ function gr() {
|
|
|
1512
1513
|
throw new Error("Can not find window.btoa or Buffer");
|
|
1513
1514
|
}((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
|
|
1514
1515
|
}
|
|
1515
|
-
var
|
|
1516
|
+
var ke;
|
|
1516
1517
|
function fi(e) {
|
|
1517
1518
|
try {
|
|
1518
1519
|
return JSON.stringify([].slice.call(e), function(t, i) {
|
|
1519
1520
|
return typeof i == "function" ? "memoize[" + function(r) {
|
|
1520
|
-
if (
|
|
1521
|
-
var n =
|
|
1522
|
-
return n || (n = typeof r + ":" + ee(),
|
|
1521
|
+
if (ke = ke || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
|
|
1522
|
+
var n = ke.get(r);
|
|
1523
|
+
return n || (n = typeof r + ":" + ee(), ke.set(r, n)), n;
|
|
1523
1524
|
}(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;
|
|
1524
1525
|
});
|
|
1525
1526
|
} catch (t) {
|
|
1526
1527
|
throw new Error("Arguments not serializable -- can not be used to memoize");
|
|
1527
1528
|
}
|
|
1528
1529
|
}
|
|
1529
|
-
function
|
|
1530
|
+
function et() {
|
|
1530
1531
|
return {};
|
|
1531
1532
|
}
|
|
1532
1533
|
var Se = 0, ai = 0;
|
|
@@ -1538,20 +1539,20 @@ function gr() {
|
|
|
1538
1539
|
for (var p = arguments.length, P = new Array(p), C = 0; C < p; C++) P[C] = arguments[C];
|
|
1539
1540
|
S < ai && (a = null, c = null, S = Se, Se += 1);
|
|
1540
1541
|
var h;
|
|
1541
|
-
h = r ? (c = c || new je()).getOrSet(this,
|
|
1542
|
+
h = r ? (c = c || new je()).getOrSet(this, et) : a = a || {};
|
|
1542
1543
|
var $;
|
|
1543
1544
|
try {
|
|
1544
1545
|
$ = fi(P);
|
|
1545
|
-
} catch (
|
|
1546
|
+
} catch (D) {
|
|
1546
1547
|
return e.apply(this, arguments);
|
|
1547
1548
|
}
|
|
1548
|
-
var
|
|
1549
|
-
if (
|
|
1550
|
-
var
|
|
1549
|
+
var w = h[$];
|
|
1550
|
+
if (w && n && Date.now() - w.time < n && (delete h[$], w = null), w) return w.value;
|
|
1551
|
+
var v = Date.now(), b = e.apply(this, arguments);
|
|
1551
1552
|
return h[$] = {
|
|
1552
|
-
time:
|
|
1553
|
-
value:
|
|
1554
|
-
},
|
|
1553
|
+
time: v,
|
|
1554
|
+
value: b
|
|
1555
|
+
}, b;
|
|
1555
1556
|
};
|
|
1556
1557
|
return l.reset = function() {
|
|
1557
1558
|
a = null, c = null;
|
|
@@ -1560,12 +1561,12 @@ function gr() {
|
|
|
1560
1561
|
ue.clear = function() {
|
|
1561
1562
|
ai = Se;
|
|
1562
1563
|
};
|
|
1563
|
-
function
|
|
1564
|
+
function it(e) {
|
|
1564
1565
|
var t = {};
|
|
1565
1566
|
function i() {
|
|
1566
1567
|
for (var r = arguments, n = this, a = arguments.length, c = new Array(a), S = 0; S < a; S++) c[S] = arguments[S];
|
|
1567
1568
|
var l = fi(c);
|
|
1568
|
-
return t.hasOwnProperty(l) || (t[l] =
|
|
1569
|
+
return t.hasOwnProperty(l) || (t[l] = E.try(function() {
|
|
1569
1570
|
return e.apply(n, r);
|
|
1570
1571
|
}).finally(function() {
|
|
1571
1572
|
delete t[l];
|
|
@@ -1623,7 +1624,7 @@ function gr() {
|
|
|
1623
1624
|
return !!document.body && document.readyState === "interactive";
|
|
1624
1625
|
}
|
|
1625
1626
|
ue(function() {
|
|
1626
|
-
return new
|
|
1627
|
+
return new E(function(e) {
|
|
1627
1628
|
if (pi() || li()) return e();
|
|
1628
1629
|
var t = setInterval(function() {
|
|
1629
1630
|
if (pi() || li())
|
|
@@ -1631,8 +1632,8 @@ function gr() {
|
|
|
1631
1632
|
}, 10);
|
|
1632
1633
|
});
|
|
1633
1634
|
});
|
|
1634
|
-
var
|
|
1635
|
-
if (
|
|
1635
|
+
var Re = typeof document != "undefined" ? document.currentScript : null, tt = ue(function() {
|
|
1636
|
+
if (Re || (Re = function() {
|
|
1636
1637
|
try {
|
|
1637
1638
|
var e = function() {
|
|
1638
1639
|
try {
|
|
@@ -1648,15 +1649,15 @@ function gr() {
|
|
|
1648
1649
|
}
|
|
1649
1650
|
} catch (c) {
|
|
1650
1651
|
}
|
|
1651
|
-
}())) return
|
|
1652
|
+
}())) return Re;
|
|
1652
1653
|
throw new Error("Can not determine current script");
|
|
1653
|
-
}),
|
|
1654
|
+
}), rt = ee();
|
|
1654
1655
|
ue(function() {
|
|
1655
1656
|
var e;
|
|
1656
1657
|
try {
|
|
1657
|
-
e =
|
|
1658
|
+
e = tt();
|
|
1658
1659
|
} catch (r) {
|
|
1659
|
-
return
|
|
1660
|
+
return rt;
|
|
1660
1661
|
}
|
|
1661
1662
|
var t = e.getAttribute("data-uid");
|
|
1662
1663
|
if (t && typeof t == "string" || (t = e.getAttribute("data-uid-auto")) && typeof t == "string") return t;
|
|
@@ -1711,13 +1712,13 @@ function gr() {
|
|
|
1711
1712
|
};
|
|
1712
1713
|
});
|
|
1713
1714
|
}
|
|
1714
|
-
var
|
|
1715
|
+
var nt = function() {
|
|
1715
1716
|
};
|
|
1716
|
-
function
|
|
1717
|
+
function xe() {
|
|
1717
1718
|
var e = Pe();
|
|
1718
|
-
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new
|
|
1719
|
+
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new nt(), e.WINDOW_WILDCARD;
|
|
1719
1720
|
}
|
|
1720
|
-
function
|
|
1721
|
+
function V(e, t) {
|
|
1721
1722
|
return e === void 0 && (e = "store"), t === void 0 && (t = Si), F("windowStore").getOrSet(e, function() {
|
|
1722
1723
|
var i = new je(), r = function(n) {
|
|
1723
1724
|
return i.getOrSet(n, t);
|
|
@@ -1746,11 +1747,11 @@ function gr() {
|
|
|
1746
1747
|
return F("instance").getOrSet("instanceID", ee);
|
|
1747
1748
|
}
|
|
1748
1749
|
function Ci(e, t) {
|
|
1749
|
-
var i = t.domain, r =
|
|
1750
|
+
var i = t.domain, r = V("helloPromises"), n = r.get(e);
|
|
1750
1751
|
n && n.resolve({
|
|
1751
1752
|
domain: i
|
|
1752
1753
|
});
|
|
1753
|
-
var a =
|
|
1754
|
+
var a = E.resolve({
|
|
1754
1755
|
domain: i
|
|
1755
1756
|
});
|
|
1756
1757
|
return r.set(e, a), a;
|
|
@@ -1774,7 +1775,7 @@ function gr() {
|
|
|
1774
1775
|
}
|
|
1775
1776
|
function hi(e, t) {
|
|
1776
1777
|
var i = t.send;
|
|
1777
|
-
return
|
|
1778
|
+
return V("windowInstanceIDPromises").getOrSet(e, function() {
|
|
1778
1779
|
return Fe(e, {
|
|
1779
1780
|
send: i
|
|
1780
1781
|
}).then(function(r) {
|
|
@@ -1783,7 +1784,7 @@ function gr() {
|
|
|
1783
1784
|
});
|
|
1784
1785
|
}
|
|
1785
1786
|
function Pi(e) {
|
|
1786
|
-
|
|
1787
|
+
V("knownWindows").set(e, !0);
|
|
1787
1788
|
}
|
|
1788
1789
|
function He(e) {
|
|
1789
1790
|
return typeof e == "object" && e !== null && typeof e.__type__ == "string";
|
|
@@ -1797,61 +1798,61 @@ function gr() {
|
|
|
1797
1798
|
__val__: t
|
|
1798
1799
|
};
|
|
1799
1800
|
}
|
|
1800
|
-
var
|
|
1801
|
-
},
|
|
1801
|
+
var Y, ot = ((Y = {}).function = function() {
|
|
1802
|
+
}, Y.error = function(e) {
|
|
1802
1803
|
return oe("error", {
|
|
1803
1804
|
message: e.message,
|
|
1804
1805
|
stack: e.stack,
|
|
1805
1806
|
code: e.code,
|
|
1806
1807
|
data: e.data
|
|
1807
1808
|
});
|
|
1808
|
-
},
|
|
1809
|
-
},
|
|
1809
|
+
}, Y.promise = function() {
|
|
1810
|
+
}, Y.regex = function(e) {
|
|
1810
1811
|
return oe("regex", e.source);
|
|
1811
|
-
},
|
|
1812
|
+
}, Y.date = function(e) {
|
|
1812
1813
|
return oe("date", e.toJSON());
|
|
1813
|
-
},
|
|
1814
|
+
}, Y.array = function(e) {
|
|
1814
1815
|
return e;
|
|
1815
|
-
},
|
|
1816
|
+
}, Y.object = function(e) {
|
|
1816
1817
|
return e;
|
|
1817
|
-
},
|
|
1818
|
+
}, Y.string = function(e) {
|
|
1818
1819
|
return e;
|
|
1819
|
-
},
|
|
1820
|
+
}, Y.number = function(e) {
|
|
1820
1821
|
return e;
|
|
1821
|
-
},
|
|
1822
|
+
}, Y.boolean = function(e) {
|
|
1822
1823
|
return e;
|
|
1823
|
-
},
|
|
1824
|
+
}, Y.null = function(e) {
|
|
1824
1825
|
return e;
|
|
1825
|
-
},
|
|
1826
|
+
}, Y[void 0] = function(e) {
|
|
1826
1827
|
return oe("undefined", e);
|
|
1827
|
-
},
|
|
1828
|
+
}, Y), st = {}, J, ft = ((J = {}).function = function() {
|
|
1828
1829
|
throw new Error("Function serialization is not implemented; nothing to deserialize");
|
|
1829
|
-
},
|
|
1830
|
+
}, J.error = function(e) {
|
|
1830
1831
|
var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
|
|
1831
1832
|
return n.code = i, r && (n.data = r), n.stack = t + `
|
|
1832
1833
|
|
|
1833
1834
|
` + n.stack, n;
|
|
1834
|
-
},
|
|
1835
|
+
}, J.promise = function() {
|
|
1835
1836
|
throw new Error("Promise serialization is not implemented; nothing to deserialize");
|
|
1836
|
-
},
|
|
1837
|
+
}, J.regex = function(e) {
|
|
1837
1838
|
return new RegExp(e);
|
|
1838
|
-
},
|
|
1839
|
+
}, J.date = function(e) {
|
|
1839
1840
|
return new Date(e);
|
|
1840
|
-
},
|
|
1841
|
+
}, J.array = function(e) {
|
|
1841
1842
|
return e;
|
|
1842
|
-
},
|
|
1843
|
+
}, J.object = function(e) {
|
|
1843
1844
|
return e;
|
|
1844
|
-
},
|
|
1845
|
+
}, J.string = function(e) {
|
|
1845
1846
|
return e;
|
|
1846
|
-
},
|
|
1847
|
+
}, J.number = function(e) {
|
|
1847
1848
|
return e;
|
|
1848
|
-
},
|
|
1849
|
+
}, J.boolean = function(e) {
|
|
1849
1850
|
return e;
|
|
1850
|
-
},
|
|
1851
|
+
}, J.null = function(e) {
|
|
1851
1852
|
return e;
|
|
1852
|
-
},
|
|
1853
|
-
},
|
|
1854
|
-
new
|
|
1853
|
+
}, J[void 0] = function() {
|
|
1854
|
+
}, J), at = {};
|
|
1855
|
+
new E(function(e) {
|
|
1855
1856
|
if (window.document && window.document.body) return e(window.document.body);
|
|
1856
1857
|
var t = setInterval(function() {
|
|
1857
1858
|
if (window.document && window.document.body)
|
|
@@ -1866,15 +1867,15 @@ function gr() {
|
|
|
1866
1867
|
}
|
|
1867
1868
|
function $i(e, t) {
|
|
1868
1869
|
var i = t.send, r = t.id, n = r === void 0 ? ee() : r, a = e.then(function(l) {
|
|
1869
|
-
if (
|
|
1870
|
+
if (_(l)) return X(l).name;
|
|
1870
1871
|
}), c = e.then(function(l) {
|
|
1871
|
-
if (
|
|
1872
|
-
return
|
|
1872
|
+
if (Q(l)) throw new Error("Window is closed, can not determine type");
|
|
1873
|
+
return U(l) ? "popup" : "iframe";
|
|
1873
1874
|
});
|
|
1874
1875
|
a.catch(ne), c.catch(ne);
|
|
1875
1876
|
var S = function() {
|
|
1876
1877
|
return e.then(function(l) {
|
|
1877
|
-
if (!
|
|
1878
|
+
if (!Q(l)) return _(l) ? X(l).name : a;
|
|
1878
1879
|
});
|
|
1879
1880
|
};
|
|
1880
1881
|
return {
|
|
@@ -1882,7 +1883,7 @@ function gr() {
|
|
|
1882
1883
|
getType: function() {
|
|
1883
1884
|
return c;
|
|
1884
1885
|
},
|
|
1885
|
-
getInstanceID:
|
|
1886
|
+
getInstanceID: it(function() {
|
|
1886
1887
|
return e.then(function(l) {
|
|
1887
1888
|
return hi(l, {
|
|
1888
1889
|
send: i
|
|
@@ -1890,7 +1891,7 @@ function gr() {
|
|
|
1890
1891
|
});
|
|
1891
1892
|
}),
|
|
1892
1893
|
close: function() {
|
|
1893
|
-
return e.then(
|
|
1894
|
+
return e.then(Xi);
|
|
1894
1895
|
},
|
|
1895
1896
|
getName: S,
|
|
1896
1897
|
focus: function() {
|
|
@@ -1900,54 +1901,54 @@ function gr() {
|
|
|
1900
1901
|
},
|
|
1901
1902
|
isClosed: function() {
|
|
1902
1903
|
return e.then(function(l) {
|
|
1903
|
-
return
|
|
1904
|
+
return Q(l);
|
|
1904
1905
|
});
|
|
1905
1906
|
},
|
|
1906
1907
|
setLocation: function(l, p) {
|
|
1907
1908
|
return p === void 0 && (p = {}), e.then(function(P) {
|
|
1908
|
-
var C = window.location.protocol + "//" + window.location.host, h = p.method, $ = h === void 0 ? "get" : h,
|
|
1909
|
+
var C = window.location.protocol + "//" + window.location.host, h = p.method, $ = h === void 0 ? "get" : h, w = p.body;
|
|
1909
1910
|
if (l.indexOf("/") === 0) l = "" + C + l;
|
|
1910
1911
|
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));
|
|
1911
|
-
if ($ === "post") return S().then(function(
|
|
1912
|
-
if (!
|
|
1913
|
-
(function(
|
|
1914
|
-
var
|
|
1915
|
-
if (T.setAttribute("target", z), T.setAttribute("method", H), T.setAttribute("action",
|
|
1916
|
-
var j, ge =
|
|
1912
|
+
if ($ === "post") return S().then(function(v) {
|
|
1913
|
+
if (!v) throw new Error("Can not post to window without target name");
|
|
1914
|
+
(function(b) {
|
|
1915
|
+
var D = b.url, z = b.target, L = b.body, A = b.method, H = A === void 0 ? "post" : A, T = document.createElement("form");
|
|
1916
|
+
if (T.setAttribute("target", z), T.setAttribute("method", H), T.setAttribute("action", D), T.style.display = "none", L) for (var W = 0, Z = Object.keys(L); W < Z.length; W++) {
|
|
1917
|
+
var j, ge = Z[W], Ve = document.createElement("input");
|
|
1917
1918
|
Ve.setAttribute("name", ge), Ve.setAttribute("value", (j = L[ge]) == null ? void 0 : j.toString()), T.appendChild(Ve);
|
|
1918
1919
|
}
|
|
1919
1920
|
ci().appendChild(T), T.submit(), ci().removeChild(T);
|
|
1920
1921
|
})({
|
|
1921
1922
|
url: l,
|
|
1922
|
-
target:
|
|
1923
|
+
target: v,
|
|
1923
1924
|
method: $,
|
|
1924
|
-
body:
|
|
1925
|
+
body: w
|
|
1925
1926
|
});
|
|
1926
1927
|
});
|
|
1927
1928
|
if ($ !== "get") throw new Error("Unsupported method: " + $);
|
|
1928
|
-
if (
|
|
1929
|
+
if (_(P)) try {
|
|
1929
1930
|
if (P.location && typeof P.location.replace == "function") {
|
|
1930
1931
|
P.location.replace(l);
|
|
1931
1932
|
return;
|
|
1932
1933
|
}
|
|
1933
|
-
} catch (
|
|
1934
|
+
} catch (v) {
|
|
1934
1935
|
}
|
|
1935
1936
|
P.location = l;
|
|
1936
1937
|
});
|
|
1937
1938
|
},
|
|
1938
1939
|
setName: function(l) {
|
|
1939
1940
|
return e.then(function(p) {
|
|
1940
|
-
var P =
|
|
1941
|
+
var P = _(p), C = ti(p);
|
|
1941
1942
|
if (!P) throw new Error("Can not set name for cross-domain window: " + l);
|
|
1942
|
-
X(p).name = l, C && C.setAttribute("name", l), a =
|
|
1943
|
+
X(p).name = l, C && C.setAttribute("name", l), a = E.resolve(l);
|
|
1943
1944
|
});
|
|
1944
1945
|
}
|
|
1945
1946
|
};
|
|
1946
1947
|
}
|
|
1947
|
-
var
|
|
1948
|
+
var K = function() {
|
|
1948
1949
|
function e(i) {
|
|
1949
1950
|
var r = i.send, n = i.win, a = i.serializedWindow;
|
|
1950
|
-
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
|
|
1951
|
+
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new E(), this.serializedWindow = a || $i(this.actualWindowPromise, {
|
|
1951
1952
|
send: r
|
|
1952
1953
|
}), F("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
|
|
1953
1954
|
send: r
|
|
@@ -1980,14 +1981,14 @@ function gr() {
|
|
|
1980
1981
|
return i;
|
|
1981
1982
|
});
|
|
1982
1983
|
}, t.focus = function() {
|
|
1983
|
-
var i = this, r = this.isPopup(), n = this.getName(), a =
|
|
1984
|
+
var i = this, r = this.isPopup(), n = this.getName(), a = E.hash({
|
|
1984
1985
|
isPopup: r,
|
|
1985
1986
|
name: n
|
|
1986
1987
|
}).then(function(S) {
|
|
1987
1988
|
var l = S.name;
|
|
1988
1989
|
S.isPopup && l && window.open("", l, "noopener");
|
|
1989
1990
|
}), c = this.serializedWindow.focus();
|
|
1990
|
-
return
|
|
1991
|
+
return E.all([a, c]).then(function() {
|
|
1991
1992
|
return i;
|
|
1992
1993
|
});
|
|
1993
1994
|
}, t.isClosed = function() {
|
|
@@ -1999,13 +2000,13 @@ function gr() {
|
|
|
1999
2000
|
this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow = $i(this.actualWindowPromise, {
|
|
2000
2001
|
send: n,
|
|
2001
2002
|
id: this.getID()
|
|
2002
|
-
}),
|
|
2003
|
+
}), V("winToProxyWindow").set(i, this);
|
|
2003
2004
|
}, t.awaitWindow = function() {
|
|
2004
2005
|
return this.actualWindowPromise;
|
|
2005
2006
|
}, t.matchWindow = function(i, r) {
|
|
2006
2007
|
var n = this, a = r.send;
|
|
2007
|
-
return
|
|
2008
|
-
return n.actualWindow ? i === n.actualWindow :
|
|
2008
|
+
return E.try(function() {
|
|
2009
|
+
return n.actualWindow ? i === n.actualWindow : E.hash({
|
|
2009
2010
|
proxyInstanceID: n.getInstanceID(),
|
|
2010
2011
|
knownWindowInstanceID: hi(i, {
|
|
2011
2012
|
send: a
|
|
@@ -2022,7 +2023,7 @@ function gr() {
|
|
|
2022
2023
|
}, t.getInstanceID = function() {
|
|
2023
2024
|
return this.serializedWindow.getInstanceID();
|
|
2024
2025
|
}, t.shouldClean = function() {
|
|
2025
|
-
return !!(this.actualWindow &&
|
|
2026
|
+
return !!(this.actualWindow && Q(this.actualWindow));
|
|
2026
2027
|
}, t.serialize = function() {
|
|
2027
2028
|
return this.serializedWindow;
|
|
2028
2029
|
}, e.unwrap = function(i) {
|
|
@@ -2039,20 +2040,20 @@ function gr() {
|
|
|
2039
2040
|
send: n
|
|
2040
2041
|
});
|
|
2041
2042
|
}, e.isProxyWindow = function(i) {
|
|
2042
|
-
return !!(i && !
|
|
2043
|
+
return !!(i && !Ie(i) && i.isProxyWindow);
|
|
2043
2044
|
}, e.toProxyWindow = function(i, r) {
|
|
2044
2045
|
var n = r.send;
|
|
2045
2046
|
if (Ue(), e.isProxyWindow(i)) return i;
|
|
2046
2047
|
var a = i;
|
|
2047
|
-
return
|
|
2048
|
+
return V("winToProxyWindow").get(a) || new e({
|
|
2048
2049
|
win: a,
|
|
2049
2050
|
send: n
|
|
2050
2051
|
});
|
|
2051
2052
|
}, e;
|
|
2052
2053
|
}();
|
|
2053
2054
|
function qe(e, t, i, r, n) {
|
|
2054
|
-
var a =
|
|
2055
|
-
|
|
2055
|
+
var a = V("methodStore"), c = F("proxyWindowMethods");
|
|
2056
|
+
K.isProxyWindow(r) ? c.set(e, {
|
|
2056
2057
|
val: t,
|
|
2057
2058
|
name: i,
|
|
2058
2059
|
domain: n,
|
|
@@ -2067,7 +2068,7 @@ function gr() {
|
|
|
2067
2068
|
});
|
|
2068
2069
|
}
|
|
2069
2070
|
function mi(e, t) {
|
|
2070
|
-
var i =
|
|
2071
|
+
var i = V("methodStore"), r = F("proxyWindowMethods");
|
|
2071
2072
|
return i.getOrSet(e, function() {
|
|
2072
2073
|
return {};
|
|
2073
2074
|
})[t] || r.get(t);
|
|
@@ -2080,47 +2081,47 @@ function gr() {
|
|
|
2080
2081
|
return c("postrobot_method", {
|
|
2081
2082
|
domain: "*"
|
|
2082
2083
|
}, function(P) {
|
|
2083
|
-
var C = P.source, h = P.origin, $ = P.data,
|
|
2084
|
-
if (!
|
|
2085
|
-
var
|
|
2086
|
-
return
|
|
2087
|
-
if (!fe(z, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(ze(
|
|
2088
|
-
if (
|
|
2084
|
+
var C = P.source, h = P.origin, $ = P.data, w = $.id, v = $.name, b = mi(C, w);
|
|
2085
|
+
if (!b) throw new Error("Could not find method '" + v + "' with id: " + $.id + " in " + N(window));
|
|
2086
|
+
var D = b.source, z = b.domain, L = b.val;
|
|
2087
|
+
return E.try(function() {
|
|
2088
|
+
if (!fe(z, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(ze(b.domain) ? b.domain.source : b.domain) + " does not match origin " + h + " in " + N(window));
|
|
2089
|
+
if (K.isProxyWindow(D)) return D.matchWindow(C, {
|
|
2089
2090
|
send: S
|
|
2090
|
-
}).then(function(
|
|
2091
|
-
if (!
|
|
2091
|
+
}).then(function(A) {
|
|
2092
|
+
if (!A) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " + N(window));
|
|
2092
2093
|
});
|
|
2093
2094
|
}).then(function() {
|
|
2094
2095
|
return L.apply({
|
|
2095
2096
|
source: C,
|
|
2096
2097
|
origin: h
|
|
2097
2098
|
}, $.args);
|
|
2098
|
-
}, function(
|
|
2099
|
-
return
|
|
2100
|
-
if (L.onError) return L.onError(
|
|
2099
|
+
}, function(A) {
|
|
2100
|
+
return E.try(function() {
|
|
2101
|
+
if (L.onError) return L.onError(A);
|
|
2101
2102
|
}).then(function() {
|
|
2102
|
-
throw
|
|
2103
|
+
throw A.stack && (A.stack = "Remote call to " + v + "(" + function(H) {
|
|
2103
2104
|
return H === void 0 && (H = []), (T = H, [].slice.call(T)).map(function(W) {
|
|
2104
2105
|
return typeof W == "string" ? "'" + W + "'" : W === void 0 ? "undefined" : W === null ? "null" : typeof W == "boolean" ? W.toString() : Array.isArray(W) ? "[ ... ]" : typeof W == "object" ? "{ ... }" : typeof W == "function" ? "() => { ... }" : "<" + typeof W + ">";
|
|
2105
2106
|
}).join(", ");
|
|
2106
2107
|
var T;
|
|
2107
2108
|
}($.args) + `) failed
|
|
2108
2109
|
|
|
2109
|
-
` +
|
|
2110
|
+
` + A.stack), A;
|
|
2110
2111
|
});
|
|
2111
|
-
}).then(function(
|
|
2112
|
+
}).then(function(A) {
|
|
2112
2113
|
return {
|
|
2113
|
-
result:
|
|
2114
|
-
id:
|
|
2115
|
-
name:
|
|
2114
|
+
result: A,
|
|
2115
|
+
id: w,
|
|
2116
|
+
name: v
|
|
2116
2117
|
};
|
|
2117
2118
|
});
|
|
2118
2119
|
});
|
|
2119
2120
|
});
|
|
2120
2121
|
var a, c, S, l = i.__id__ || ee();
|
|
2121
|
-
e =
|
|
2122
|
+
e = K.unwrap(e);
|
|
2122
2123
|
var p = i.__name__ || i.name || r;
|
|
2123
|
-
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")),
|
|
2124
|
+
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), K.isProxyWindow(e) ? (qe(l, i, p, e, t), e.awaitWindow().then(function(P) {
|
|
2124
2125
|
qe(l, i, p, P, t);
|
|
2125
2126
|
})) : qe(l, i, p, e, t), oe("cross_domain_function", {
|
|
2126
2127
|
id: l,
|
|
@@ -2130,21 +2131,21 @@ function gr() {
|
|
|
2130
2131
|
function vi(e, t, i, r) {
|
|
2131
2132
|
var n, a = r.on, c = r.send;
|
|
2132
2133
|
return function(S, l) {
|
|
2133
|
-
l === void 0 && (l =
|
|
2134
|
+
l === void 0 && (l = st);
|
|
2134
2135
|
var p = JSON.stringify(S, function(P) {
|
|
2135
2136
|
var C = this[P];
|
|
2136
2137
|
if (He(this)) return C;
|
|
2137
2138
|
var h = gi(C);
|
|
2138
2139
|
if (!h) return C;
|
|
2139
|
-
var $ = l[h] ||
|
|
2140
|
+
var $ = l[h] || ot[h];
|
|
2140
2141
|
return $ ? $(C, P) : C;
|
|
2141
2142
|
});
|
|
2142
2143
|
return p === void 0 ? "undefined" : p;
|
|
2143
2144
|
}(i, ((n = {}).promise = function(S, l) {
|
|
2144
2145
|
return function(p, P, C, h, $) {
|
|
2145
2146
|
return oe("cross_domain_zalgo_promise", {
|
|
2146
|
-
then: yi(p, P, function(
|
|
2147
|
-
return C.then(
|
|
2147
|
+
then: yi(p, P, function(w, v) {
|
|
2148
|
+
return C.then(w, v);
|
|
2148
2149
|
}, h, {
|
|
2149
2150
|
on: $.on,
|
|
2150
2151
|
send: $.send
|
|
@@ -2160,7 +2161,7 @@ function gr() {
|
|
|
2160
2161
|
send: c
|
|
2161
2162
|
});
|
|
2162
2163
|
}, n.object = function(S) {
|
|
2163
|
-
return
|
|
2164
|
+
return Ie(S) || K.isProxyWindow(S) ? oe("cross_domain_window", K.serialize(S, {
|
|
2164
2165
|
send: c
|
|
2165
2166
|
})) : S;
|
|
2166
2167
|
}, n));
|
|
@@ -2168,33 +2169,33 @@ function gr() {
|
|
|
2168
2169
|
function bi(e, t, i, r) {
|
|
2169
2170
|
var n, a = r.send;
|
|
2170
2171
|
return function(c, S) {
|
|
2171
|
-
if (S === void 0 && (S =
|
|
2172
|
+
if (S === void 0 && (S = at), c !== "undefined") return JSON.parse(c, function(l, p) {
|
|
2172
2173
|
if (He(this)) return p;
|
|
2173
2174
|
var P, C;
|
|
2174
2175
|
if (He(p) ? (P = p.__type__, C = p.__val__) : (P = gi(p), C = p), !P) return C;
|
|
2175
|
-
var h = S[P] ||
|
|
2176
|
+
var h = S[P] || ft[P];
|
|
2176
2177
|
return h ? h(C, l) : C;
|
|
2177
2178
|
});
|
|
2178
2179
|
}(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
|
|
2179
2180
|
return function(S, l, p) {
|
|
2180
|
-
return new
|
|
2181
|
+
return new E(p.then);
|
|
2181
2182
|
}(0, 0, c);
|
|
2182
2183
|
}, n.cross_domain_function = function(c) {
|
|
2183
2184
|
return function(S, l, p, P) {
|
|
2184
|
-
var C = p.id, h = p.name, $ = P.send,
|
|
2185
|
-
|
|
2186
|
-
function
|
|
2185
|
+
var C = p.id, h = p.name, $ = P.send, w = function(b) {
|
|
2186
|
+
b === void 0 && (b = {});
|
|
2187
|
+
function D() {
|
|
2187
2188
|
var z = arguments;
|
|
2188
|
-
return
|
|
2189
|
+
return K.toProxyWindow(S, {
|
|
2189
2190
|
send: $
|
|
2190
2191
|
}).awaitWindow().then(function(L) {
|
|
2191
|
-
var
|
|
2192
|
-
if (
|
|
2192
|
+
var A = mi(L, C);
|
|
2193
|
+
if (A && A.val !== D) return A.val.apply({
|
|
2193
2194
|
source: window,
|
|
2194
2195
|
origin: N()
|
|
2195
2196
|
}, z);
|
|
2196
2197
|
var H = [].slice.call(z);
|
|
2197
|
-
return
|
|
2198
|
+
return b.fireAndForget ? $(L, "postrobot_method", {
|
|
2198
2199
|
id: C,
|
|
2199
2200
|
name: h,
|
|
2200
2201
|
args: H
|
|
@@ -2215,16 +2216,16 @@ function gr() {
|
|
|
2215
2216
|
throw L;
|
|
2216
2217
|
});
|
|
2217
2218
|
}
|
|
2218
|
-
return
|
|
2219
|
-
},
|
|
2220
|
-
return
|
|
2219
|
+
return D.__name__ = h, D.__origin__ = l, D.__source__ = S, D.__id__ = C, D.origin = l, D;
|
|
2220
|
+
}, v = w();
|
|
2221
|
+
return v.fireAndForget = w({
|
|
2221
2222
|
fireAndForget: !0
|
|
2222
|
-
}),
|
|
2223
|
+
}), v;
|
|
2223
2224
|
}(e, t, c, {
|
|
2224
2225
|
send: a
|
|
2225
2226
|
});
|
|
2226
2227
|
}, n.cross_domain_window = function(c) {
|
|
2227
|
-
return
|
|
2228
|
+
return K.deserialize(c, {
|
|
2228
2229
|
send: a
|
|
2229
2230
|
});
|
|
2230
2231
|
}, n));
|
|
@@ -2235,12 +2236,12 @@ function gr() {
|
|
|
2235
2236
|
};
|
|
2236
2237
|
function Ge(e, t, i, r) {
|
|
2237
2238
|
var n = r.on, a = r.send;
|
|
2238
|
-
return
|
|
2239
|
-
var c =
|
|
2239
|
+
return E.try(function() {
|
|
2240
|
+
var c = V().getOrSet(e, function() {
|
|
2240
2241
|
return {};
|
|
2241
2242
|
});
|
|
2242
|
-
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush ||
|
|
2243
|
-
if (
|
|
2243
|
+
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || E.flush().then(function() {
|
|
2244
|
+
if (Q(e)) throw new Error("Window is closed");
|
|
2244
2245
|
var S = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
|
|
2245
2246
|
on: n,
|
|
2246
2247
|
send: a
|
|
@@ -2256,8 +2257,8 @@ function gr() {
|
|
|
2256
2257
|
}
|
|
2257
2258
|
if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
|
|
2258
2259
|
|
|
2259
|
-
` + P.map(function($,
|
|
2260
|
-
return
|
|
2260
|
+
` + P.map(function($, w) {
|
|
2261
|
+
return w + ". " + Ce($);
|
|
2261
2262
|
}).join(`
|
|
2262
2263
|
|
|
2263
2264
|
`));
|
|
@@ -2276,9 +2277,9 @@ function gr() {
|
|
|
2276
2277
|
return F("erroredResponseListeners").has(e);
|
|
2277
2278
|
}
|
|
2278
2279
|
function ki(e) {
|
|
2279
|
-
var t = e.name, i = e.win, r = e.domain, n =
|
|
2280
|
+
var t = e.name, i = e.win, r = e.domain, n = V("requestListeners");
|
|
2280
2281
|
if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
|
|
2281
|
-
for (var a = 0, c = [i,
|
|
2282
|
+
for (var a = 0, c = [i, xe()]; a < c.length; a++) {
|
|
2282
2283
|
var S = c[a];
|
|
2283
2284
|
if (S) {
|
|
2284
2285
|
var l = n.get(S);
|
|
@@ -2298,15 +2299,15 @@ function gr() {
|
|
|
2298
2299
|
}
|
|
2299
2300
|
}
|
|
2300
2301
|
}
|
|
2301
|
-
function
|
|
2302
|
+
function dt(e, t, i, r) {
|
|
2302
2303
|
var n = r.on, a = r.send, c = ki({
|
|
2303
2304
|
name: i.name,
|
|
2304
2305
|
win: e,
|
|
2305
2306
|
domain: t
|
|
2306
2307
|
}), S = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
|
|
2307
2308
|
function l(p, P, C) {
|
|
2308
|
-
return
|
|
2309
|
-
if (!i.fireAndForget && !
|
|
2309
|
+
return E.flush().then(function() {
|
|
2310
|
+
if (!i.fireAndForget && !Q(e)) try {
|
|
2310
2311
|
return Ge(e, t, {
|
|
2311
2312
|
id: ee(),
|
|
2312
2313
|
origin: N(window),
|
|
@@ -2327,8 +2328,8 @@ function gr() {
|
|
|
2327
2328
|
}
|
|
2328
2329
|
});
|
|
2329
2330
|
}
|
|
2330
|
-
return
|
|
2331
|
-
if (!i.fireAndForget && !
|
|
2331
|
+
return E.all([E.flush().then(function() {
|
|
2332
|
+
if (!i.fireAndForget && !Q(e)) try {
|
|
2332
2333
|
return Ge(e, t, {
|
|
2333
2334
|
id: ee(),
|
|
2334
2335
|
origin: N(window),
|
|
@@ -2344,7 +2345,7 @@ function gr() {
|
|
|
2344
2345
|
|
|
2345
2346
|
` + Ce(p));
|
|
2346
2347
|
}
|
|
2347
|
-
}),
|
|
2348
|
+
}), E.try(function() {
|
|
2348
2349
|
if (!c) throw new Error("No handler found for post message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
|
|
2349
2350
|
return c.handler({
|
|
2350
2351
|
source: e,
|
|
@@ -2360,7 +2361,7 @@ function gr() {
|
|
|
2360
2361
|
throw p;
|
|
2361
2362
|
});
|
|
2362
2363
|
}
|
|
2363
|
-
function
|
|
2364
|
+
function ct(e, t, i) {
|
|
2364
2365
|
if (!Ti(i.hash)) {
|
|
2365
2366
|
var r = wi(i.hash);
|
|
2366
2367
|
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);
|
|
@@ -2373,7 +2374,7 @@ function gr() {
|
|
|
2373
2374
|
r.ack = !0;
|
|
2374
2375
|
}
|
|
2375
2376
|
}
|
|
2376
|
-
function
|
|
2377
|
+
function pt(e, t, i) {
|
|
2377
2378
|
if (!Ti(i.hash)) {
|
|
2378
2379
|
var r = wi(i.hash);
|
|
2379
2380
|
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);
|
|
@@ -2395,18 +2396,18 @@ function gr() {
|
|
|
2395
2396
|
return;
|
|
2396
2397
|
}
|
|
2397
2398
|
var a = e.source, c = e.origin, S = function(P, C, h, $) {
|
|
2398
|
-
var
|
|
2399
|
+
var w = $.on, v = $.send, b;
|
|
2399
2400
|
try {
|
|
2400
|
-
|
|
2401
|
-
on:
|
|
2402
|
-
send:
|
|
2401
|
+
b = bi(C, h, P, {
|
|
2402
|
+
on: w,
|
|
2403
|
+
send: v
|
|
2403
2404
|
});
|
|
2404
2405
|
} catch (z) {
|
|
2405
2406
|
return;
|
|
2406
2407
|
}
|
|
2407
|
-
if (
|
|
2408
|
-
var
|
|
2409
|
-
if (Array.isArray(
|
|
2408
|
+
if (b && typeof b == "object" && b !== null) {
|
|
2409
|
+
var D = b.__post_robot_10_0_46__;
|
|
2410
|
+
if (Array.isArray(D)) return D;
|
|
2410
2411
|
}
|
|
2411
2412
|
}(e.data, a, c, {
|
|
2412
2413
|
on: i,
|
|
@@ -2416,13 +2417,13 @@ function gr() {
|
|
|
2416
2417
|
Pi(a);
|
|
2417
2418
|
for (var l = 0; l < S.length; l++) {
|
|
2418
2419
|
var p = S[l];
|
|
2419
|
-
if (n.has(p.id) || (n.set(p.id, !0),
|
|
2420
|
+
if (n.has(p.id) || (n.set(p.id, !0), Q(a) && !p.fireAndForget)) return;
|
|
2420
2421
|
p.origin.indexOf("file:") === 0 && (c = "file://");
|
|
2421
2422
|
try {
|
|
2422
|
-
p.type === "postrobot_message_request" ?
|
|
2423
|
+
p.type === "postrobot_message_request" ? dt(a, c, p, {
|
|
2423
2424
|
on: i,
|
|
2424
2425
|
send: r
|
|
2425
|
-
}) : p.type === "postrobot_message_response" ?
|
|
2426
|
+
}) : p.type === "postrobot_message_response" ? pt(a, c, p) : p.type === "postrobot_message_ack" && ct(a, c, p);
|
|
2426
2427
|
} catch (P) {
|
|
2427
2428
|
setTimeout(function() {
|
|
2428
2429
|
throw P;
|
|
@@ -2435,9 +2436,9 @@ function gr() {
|
|
|
2435
2436
|
if (!e) throw new Error("Expected name");
|
|
2436
2437
|
if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
|
|
2437
2438
|
var r = function n(a, c) {
|
|
2438
|
-
var S = a.name, l = a.win, p = a.domain, P =
|
|
2439
|
+
var S = a.name, l = a.win, p = a.domain, P = V("requestListeners");
|
|
2439
2440
|
if (!S || typeof S != "string") throw new Error("Name required to add request listener");
|
|
2440
|
-
if (l && l !== "*" &&
|
|
2441
|
+
if (l && l !== "*" && K.isProxyWindow(l)) {
|
|
2441
2442
|
var C = l.awaitWindow().then(function(j) {
|
|
2442
2443
|
return n({
|
|
2443
2444
|
name: S,
|
|
@@ -2455,10 +2456,10 @@ function gr() {
|
|
|
2455
2456
|
}
|
|
2456
2457
|
var h = l;
|
|
2457
2458
|
if (Array.isArray(h)) {
|
|
2458
|
-
for (var $ = [],
|
|
2459
|
+
for (var $ = [], w = 0, v = h; w < v.length; w++) $.push(n({
|
|
2459
2460
|
name: S,
|
|
2460
2461
|
domain: p,
|
|
2461
|
-
win:
|
|
2462
|
+
win: v[w]
|
|
2462
2463
|
}, c));
|
|
2463
2464
|
return {
|
|
2464
2465
|
cancel: function() {
|
|
@@ -2467,14 +2468,14 @@ function gr() {
|
|
|
2467
2468
|
};
|
|
2468
2469
|
}
|
|
2469
2470
|
if (Array.isArray(p)) {
|
|
2470
|
-
for (var
|
|
2471
|
+
for (var b = [], D = 0, z = p; D < z.length; D++) b.push(n({
|
|
2471
2472
|
name: S,
|
|
2472
2473
|
win: h,
|
|
2473
|
-
domain: z[
|
|
2474
|
+
domain: z[D]
|
|
2474
2475
|
}, c));
|
|
2475
2476
|
return {
|
|
2476
2477
|
cancel: function() {
|
|
2477
|
-
for (var j = 0; j <
|
|
2478
|
+
for (var j = 0; j < b.length; j++) b[j].cancel();
|
|
2478
2479
|
}
|
|
2479
2480
|
};
|
|
2480
2481
|
}
|
|
@@ -2483,22 +2484,22 @@ function gr() {
|
|
|
2483
2484
|
win: h,
|
|
2484
2485
|
domain: p
|
|
2485
2486
|
});
|
|
2486
|
-
h && h !== "*" || (h =
|
|
2487
|
-
var
|
|
2488
|
-
if (L) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h ===
|
|
2487
|
+
h && h !== "*" || (h = xe());
|
|
2488
|
+
var A = (p = p || "*").toString();
|
|
2489
|
+
if (L) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h === xe() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + S + " for " + (h === xe() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
|
|
2489
2490
|
var H = P.getOrSet(h, function() {
|
|
2490
2491
|
return {};
|
|
2491
2492
|
}), T = he(H, S, function() {
|
|
2492
2493
|
return {};
|
|
2493
|
-
}), W,
|
|
2494
|
+
}), W, Z;
|
|
2494
2495
|
return ze(p) ? (W = he(T, "__domain_regex__", function() {
|
|
2495
2496
|
return [];
|
|
2496
|
-
})).push(
|
|
2497
|
+
})).push(Z = {
|
|
2497
2498
|
regex: p,
|
|
2498
2499
|
listener: c
|
|
2499
|
-
}) : T[
|
|
2500
|
+
}) : T[A] = c, {
|
|
2500
2501
|
cancel: function() {
|
|
2501
|
-
delete T[
|
|
2502
|
+
delete T[A], Z && (W.splice(W.indexOf(Z, 1)), W.length || delete T.__domain_regex__), Object.keys(T).length || delete H[S], h && !Object.keys(H).length && P.del(h);
|
|
2502
2503
|
}
|
|
2503
2504
|
};
|
|
2504
2505
|
}({
|
|
@@ -2517,9 +2518,9 @@ function gr() {
|
|
|
2517
2518
|
}
|
|
2518
2519
|
};
|
|
2519
2520
|
}
|
|
2520
|
-
function
|
|
2521
|
+
function lt(e, t, i) {
|
|
2521
2522
|
typeof (t = t || {}) == "function" && (i = t, t = {});
|
|
2522
|
-
var r = new
|
|
2523
|
+
var r = new E(), n;
|
|
2523
2524
|
return t.errorHandler = function(a) {
|
|
2524
2525
|
n.cancel(), r.reject(a);
|
|
2525
2526
|
}, n = se(e, t, function(a) {
|
|
@@ -2528,81 +2529,81 @@ function gr() {
|
|
|
2528
2529
|
}
|
|
2529
2530
|
var te = function e(t, i, r, n) {
|
|
2530
2531
|
var a = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
|
|
2531
|
-
return
|
|
2532
|
+
return K.toProxyWindow(t, {
|
|
2532
2533
|
send: e
|
|
2533
2534
|
}).awaitWindow().then(function(p) {
|
|
2534
|
-
return
|
|
2535
|
+
return E.try(function() {
|
|
2535
2536
|
if (function(P, C, h) {
|
|
2536
2537
|
if (!P) throw new Error("Expected name");
|
|
2537
2538
|
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");
|
|
2538
|
-
if (
|
|
2539
|
+
if (Q(C)) throw new Error("Can not send " + P + ". Target window is closed");
|
|
2539
2540
|
}(i, p, a), function(P, C) {
|
|
2540
2541
|
var h = ii(C);
|
|
2541
2542
|
if (h) return h === P;
|
|
2542
|
-
if (C === P || function(
|
|
2543
|
-
|
|
2543
|
+
if (C === P || function(v) {
|
|
2544
|
+
v === void 0 && (v = window);
|
|
2544
2545
|
try {
|
|
2545
|
-
if (
|
|
2546
|
+
if (v.top) return v.top;
|
|
2546
2547
|
} catch (L) {
|
|
2547
2548
|
}
|
|
2548
|
-
if (
|
|
2549
|
+
if (R(v) === v) return v;
|
|
2549
2550
|
try {
|
|
2550
|
-
if (
|
|
2551
|
+
if (G(window, v) && window.top) return window.top;
|
|
2551
2552
|
} catch (L) {
|
|
2552
2553
|
}
|
|
2553
2554
|
try {
|
|
2554
|
-
if (
|
|
2555
|
+
if (G(v, window) && window.top) return window.top;
|
|
2555
2556
|
} catch (L) {
|
|
2556
2557
|
}
|
|
2557
|
-
for (var
|
|
2558
|
-
for (var H = [], T = 0, W = ae(
|
|
2559
|
-
var
|
|
2560
|
-
H.push(
|
|
2561
|
-
for (var j = 0, ge = L(
|
|
2558
|
+
for (var b = 0, D = function L(A) {
|
|
2559
|
+
for (var H = [], T = 0, W = ae(A); T < W.length; T++) {
|
|
2560
|
+
var Z = W[T];
|
|
2561
|
+
H.push(Z);
|
|
2562
|
+
for (var j = 0, ge = L(Z); j < ge.length; j++) H.push(ge[j]);
|
|
2562
2563
|
}
|
|
2563
2564
|
return H;
|
|
2564
|
-
}(
|
|
2565
|
-
var z =
|
|
2565
|
+
}(v); b < D.length; b++) {
|
|
2566
|
+
var z = D[b];
|
|
2566
2567
|
try {
|
|
2567
2568
|
if (z.top) return z.top;
|
|
2568
2569
|
} catch (L) {
|
|
2569
2570
|
}
|
|
2570
|
-
if (
|
|
2571
|
+
if (R(z) === z) return z;
|
|
2571
2572
|
}
|
|
2572
2573
|
}(C) === C) return !1;
|
|
2573
|
-
for (var $ = 0,
|
|
2574
|
+
for (var $ = 0, w = ae(P); $ < w.length; $++) if (w[$] === C) return !0;
|
|
2574
2575
|
return !1;
|
|
2575
2576
|
}(window, p)) return function(P, C, h) {
|
|
2576
2577
|
C === void 0 && (C = 5e3), h === void 0 && (h = "Window");
|
|
2577
|
-
var $ = function(
|
|
2578
|
-
return
|
|
2579
|
-
return new
|
|
2578
|
+
var $ = function(w) {
|
|
2579
|
+
return V("helloPromises").getOrSet(w, function() {
|
|
2580
|
+
return new E();
|
|
2580
2581
|
});
|
|
2581
2582
|
}(P);
|
|
2582
2583
|
return C !== -1 && ($ = $.timeout(C, new Error(h + " did not load after " + C + "ms"))), $;
|
|
2583
2584
|
}(p, S);
|
|
2584
2585
|
}).then(function(P) {
|
|
2585
|
-
return function(C, h, $,
|
|
2586
|
-
var
|
|
2587
|
-
return
|
|
2588
|
-
return typeof h == "string" ? h :
|
|
2586
|
+
return function(C, h, $, w) {
|
|
2587
|
+
var v = w.send;
|
|
2588
|
+
return E.try(function() {
|
|
2589
|
+
return typeof h == "string" ? h : E.try(function() {
|
|
2589
2590
|
return $ || Fe(C, {
|
|
2590
|
-
send:
|
|
2591
|
-
}).then(function(
|
|
2592
|
-
return
|
|
2591
|
+
send: v
|
|
2592
|
+
}).then(function(b) {
|
|
2593
|
+
return b.domain;
|
|
2593
2594
|
});
|
|
2594
|
-
}).then(function(
|
|
2595
|
+
}).then(function(b) {
|
|
2595
2596
|
if (!fe(h, h)) throw new Error("Domain " + di(h) + " does not match " + di(h));
|
|
2596
|
-
return
|
|
2597
|
+
return b;
|
|
2597
2598
|
});
|
|
2598
2599
|
});
|
|
2599
2600
|
}(p, a, (P === void 0 ? {} : P).domain, {
|
|
2600
2601
|
send: e
|
|
2601
2602
|
});
|
|
2602
2603
|
}).then(function(P) {
|
|
2603
|
-
var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new
|
|
2604
|
+
var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new E(), w = i + "_" + ee();
|
|
2604
2605
|
if (!l) {
|
|
2605
|
-
var
|
|
2606
|
+
var v = {
|
|
2606
2607
|
name: i,
|
|
2607
2608
|
win: p,
|
|
2608
2609
|
domain: C,
|
|
@@ -2610,42 +2611,42 @@ function gr() {
|
|
|
2610
2611
|
};
|
|
2611
2612
|
(function(T, W) {
|
|
2612
2613
|
F("responseListeners").set(T, W);
|
|
2613
|
-
})(
|
|
2614
|
-
var
|
|
2614
|
+
})(w, v);
|
|
2615
|
+
var b = V("requestPromises").getOrSet(p, function() {
|
|
2615
2616
|
return [];
|
|
2616
2617
|
});
|
|
2617
|
-
|
|
2618
|
+
b.push($), $.catch(function() {
|
|
2618
2619
|
(function(T) {
|
|
2619
2620
|
F("erroredResponseListeners").set(T, !0);
|
|
2620
|
-
})(
|
|
2621
|
+
})(w), Ii(w);
|
|
2621
2622
|
});
|
|
2622
|
-
var
|
|
2623
|
-
return
|
|
2624
|
-
}(p) ? 1e4 : 2e3, z = c, L =
|
|
2625
|
-
var
|
|
2623
|
+
var D = function(T) {
|
|
2624
|
+
return V("knownWindows").get(T, !1);
|
|
2625
|
+
}(p) ? 1e4 : 2e3, z = c, L = D, A = z, H = function(T, W) {
|
|
2626
|
+
var Z;
|
|
2626
2627
|
return function j() {
|
|
2627
|
-
|
|
2628
|
+
Z = setTimeout(function() {
|
|
2628
2629
|
(function() {
|
|
2629
|
-
if (
|
|
2630
|
-
if (
|
|
2631
|
-
L = Math.max(L - 500, 0),
|
|
2630
|
+
if (Q(p)) return $.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
|
|
2631
|
+
if (v.cancelled) return $.reject(new Error("Response listener was cancelled for " + i));
|
|
2632
|
+
L = Math.max(L - 500, 0), A !== -1 && (A = Math.max(A - 500, 0)), v.ack || L !== 0 ? A === 0 && $.reject(new Error("No response for postMessage " + h + " in " + N() + " in " + z + "ms")) : $.reject(new Error("No ack for postMessage " + h + " in " + N() + " in " + D + "ms"));
|
|
2632
2633
|
})(), j();
|
|
2633
2634
|
}, 500);
|
|
2634
2635
|
}(), {
|
|
2635
2636
|
cancel: function() {
|
|
2636
|
-
clearTimeout(
|
|
2637
|
+
clearTimeout(Z);
|
|
2637
2638
|
}
|
|
2638
2639
|
};
|
|
2639
2640
|
}();
|
|
2640
2641
|
$.finally(function() {
|
|
2641
|
-
H.cancel(),
|
|
2642
|
+
H.cancel(), b.splice(b.indexOf($, 1));
|
|
2642
2643
|
}).catch(ne);
|
|
2643
2644
|
}
|
|
2644
2645
|
return Ge(p, C, {
|
|
2645
2646
|
id: ee(),
|
|
2646
2647
|
origin: N(window),
|
|
2647
2648
|
type: "postrobot_message_request",
|
|
2648
|
-
hash:
|
|
2649
|
+
hash: w,
|
|
2649
2650
|
name: i,
|
|
2650
2651
|
data: r,
|
|
2651
2652
|
fireAndForget: l
|
|
@@ -2662,25 +2663,25 @@ function gr() {
|
|
|
2662
2663
|
});
|
|
2663
2664
|
});
|
|
2664
2665
|
};
|
|
2665
|
-
function
|
|
2666
|
+
function St(e, t, i) {
|
|
2666
2667
|
return vi(e, t, i, {
|
|
2667
2668
|
on: se,
|
|
2668
2669
|
send: te
|
|
2669
2670
|
});
|
|
2670
2671
|
}
|
|
2671
|
-
function
|
|
2672
|
+
function ut(e, t, i) {
|
|
2672
2673
|
return bi(e, t, i, {
|
|
2673
2674
|
send: te
|
|
2674
2675
|
});
|
|
2675
2676
|
}
|
|
2676
|
-
function
|
|
2677
|
-
return new
|
|
2677
|
+
function Ct(e) {
|
|
2678
|
+
return new K({
|
|
2678
2679
|
send: te,
|
|
2679
2680
|
win: e
|
|
2680
2681
|
});
|
|
2681
2682
|
}
|
|
2682
|
-
function
|
|
2683
|
-
return
|
|
2683
|
+
function ht(e) {
|
|
2684
|
+
return K.toProxyWindow(e, {
|
|
2684
2685
|
send: te
|
|
2685
2686
|
});
|
|
2686
2687
|
}
|
|
@@ -2705,14 +2706,14 @@ function gr() {
|
|
|
2705
2706
|
}(window, 0, function(S) {
|
|
2706
2707
|
(function(l, p) {
|
|
2707
2708
|
var P = p.on, C = p.send;
|
|
2708
|
-
|
|
2709
|
-
var h = l.source || l.sourceElement, $ = l.origin || l.originalEvent && l.originalEvent.origin,
|
|
2709
|
+
E.try(function() {
|
|
2710
|
+
var h = l.source || l.sourceElement, $ = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
|
|
2710
2711
|
if ($ === "null" && ($ = "file://"), h) {
|
|
2711
2712
|
if (!$) throw new Error("Post message did not have origin domain");
|
|
2712
2713
|
Ri({
|
|
2713
2714
|
source: h,
|
|
2714
2715
|
origin: $,
|
|
2715
|
-
data:
|
|
2716
|
+
data: w
|
|
2716
2717
|
}, {
|
|
2717
2718
|
on: P,
|
|
2718
2719
|
send: C
|
|
@@ -2751,7 +2752,7 @@ function gr() {
|
|
|
2751
2752
|
}));
|
|
2752
2753
|
var e, t, i, r;
|
|
2753
2754
|
}
|
|
2754
|
-
function
|
|
2755
|
+
function Pt() {
|
|
2755
2756
|
(function() {
|
|
2756
2757
|
for (var t = F("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
|
|
2757
2758
|
var n = r[i], a = t.get(n);
|
|
@@ -2761,34 +2762,34 @@ function gr() {
|
|
|
2761
2762
|
var e;
|
|
2762
2763
|
delete window.__post_robot_10_0_46__;
|
|
2763
2764
|
}
|
|
2764
|
-
var
|
|
2765
|
-
function
|
|
2766
|
-
for (var t = 0, i =
|
|
2765
|
+
var gt = !0;
|
|
2766
|
+
function $t(e) {
|
|
2767
|
+
for (var t = 0, i = V("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (Q(e) ? "closed" : "cleaned up") + " before response")).catch(ne);
|
|
2767
2768
|
}
|
|
2768
2769
|
xi();
|
|
2769
2770
|
}]);
|
|
2770
2771
|
});
|
|
2771
2772
|
}(De)), De.exports;
|
|
2772
2773
|
}
|
|
2773
|
-
var
|
|
2774
|
-
function
|
|
2775
|
-
return
|
|
2776
|
-
o.exports =
|
|
2774
|
+
var _i;
|
|
2775
|
+
function vr() {
|
|
2776
|
+
return _i || (_i = 1, function(o) {
|
|
2777
|
+
o.exports = yr(), o.exports.default = o.exports;
|
|
2777
2778
|
}(Ke)), Ke.exports;
|
|
2778
2779
|
}
|
|
2779
|
-
var
|
|
2780
|
-
const
|
|
2780
|
+
var Zi = vr();
|
|
2781
|
+
const br = /* @__PURE__ */ $r(Zi), be = /* @__PURE__ */ Tt({
|
|
2781
2782
|
__proto__: null,
|
|
2782
|
-
default:
|
|
2783
|
-
}, [
|
|
2783
|
+
default: br
|
|
2784
|
+
}, [Zi]);
|
|
2784
2785
|
export {
|
|
2785
|
-
|
|
2786
|
+
Yi as ConsentBox,
|
|
2786
2787
|
Qe as DisclosureRequestBox,
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2788
|
+
Ji as PrivacyCenterBox,
|
|
2789
|
+
Ir as SoyioTypes,
|
|
2790
|
+
Tr as SoyioWidget,
|
|
2790
2791
|
Xe as _TooltipManager,
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2792
|
+
kr as appearanceSchema,
|
|
2793
|
+
Rr as configSchema,
|
|
2794
|
+
Tr as default
|
|
2794
2795
|
};
|