@soyio/soyio-widget 3.1.0 → 3.3.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 +34 -3
- package/dist/index.d.ts +12 -0
- package/dist/index.js +1202 -1084
- package/dist/index.umd.cjs +36 -36
- package/package.json +12 -26
- package/src/schemas/config.schema.json +128 -1
package/dist/index.js
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var De = Object.getOwnPropertySymbols,
|
|
1
|
+
var mt = Object.defineProperty, $t = Object.defineProperties;
|
|
2
|
+
var yt = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var De = Object.getOwnPropertySymbols, vt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, bt = Reflect.get;
|
|
4
4
|
var Ai = (o) => {
|
|
5
5
|
throw TypeError(o);
|
|
6
6
|
};
|
|
7
|
-
var
|
|
8
|
-
for (var
|
|
9
|
-
Ei.call(s,
|
|
7
|
+
var Ke = (o, s, a) => s in o ? mt(o, s, { enumerable: !0, configurable: !0, writable: !0, value: a }) : o[s] = a, ye = (o, s) => {
|
|
8
|
+
for (var a in s || (s = {}))
|
|
9
|
+
Ei.call(s, a) && Ke(o, a, s[a]);
|
|
10
10
|
if (De)
|
|
11
|
-
for (var
|
|
12
|
-
Di.call(s,
|
|
11
|
+
for (var a of De(s))
|
|
12
|
+
Di.call(s, a) && Ke(o, a, s[a]);
|
|
13
13
|
return o;
|
|
14
|
-
}, Li = (o, s) => $t(o,
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
for (var
|
|
18
|
-
Ei.call(o,
|
|
14
|
+
}, Li = (o, s) => $t(o, yt(s));
|
|
15
|
+
var _i = (o, s) => {
|
|
16
|
+
var a = {};
|
|
17
|
+
for (var f in o)
|
|
18
|
+
Ei.call(o, f) && s.indexOf(f) < 0 && (a[f] = o[f]);
|
|
19
19
|
if (o != null && De)
|
|
20
|
-
for (var
|
|
21
|
-
s.indexOf(
|
|
22
|
-
return
|
|
20
|
+
for (var f of De(o))
|
|
21
|
+
s.indexOf(f) < 0 && Di.call(o, f) && (a[f] = o[f]);
|
|
22
|
+
return a;
|
|
23
23
|
};
|
|
24
|
-
var
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
var
|
|
28
|
-
var
|
|
24
|
+
var R = (o, s, a) => Ke(o, typeof s != "symbol" ? s + "" : s, a), wt = (o, s, a) => s.has(o) || Ai("Cannot " + a);
|
|
25
|
+
var Wi = (o, s, a) => s.has(o) ? Ai("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(o) : s.set(o, a);
|
|
26
|
+
var Oi = (o, s, a) => (wt(o, s, "access private method"), a);
|
|
27
|
+
var ve = (o, s, a) => bt(vt(o), a, s);
|
|
28
|
+
var M = (o, s, a) => new Promise((f, u) => {
|
|
29
29
|
var g = (I) => {
|
|
30
30
|
try {
|
|
31
|
-
y(
|
|
32
|
-
} catch (
|
|
33
|
-
u(
|
|
31
|
+
y(a.next(I));
|
|
32
|
+
} catch (T) {
|
|
33
|
+
u(T);
|
|
34
34
|
}
|
|
35
|
-
},
|
|
35
|
+
}, $ = (I) => {
|
|
36
36
|
try {
|
|
37
|
-
y(
|
|
38
|
-
} catch (
|
|
39
|
-
u(
|
|
37
|
+
y(a.throw(I));
|
|
38
|
+
} catch (T) {
|
|
39
|
+
u(T);
|
|
40
40
|
}
|
|
41
|
-
}, y = (I) => I.done ?
|
|
42
|
-
y((
|
|
41
|
+
}, y = (I) => I.done ? f(I.value) : Promise.resolve(I.value).then(g, $);
|
|
42
|
+
y((a = a.apply(o, s)).next());
|
|
43
43
|
});
|
|
44
|
-
function
|
|
45
|
-
for (var
|
|
46
|
-
const
|
|
47
|
-
if (typeof
|
|
48
|
-
for (const u in
|
|
44
|
+
function It(o, s) {
|
|
45
|
+
for (var a = 0; a < s.length; a++) {
|
|
46
|
+
const f = s[a];
|
|
47
|
+
if (typeof f != "string" && !Array.isArray(f)) {
|
|
48
|
+
for (const u in f)
|
|
49
49
|
if (u !== "default" && !(u in o)) {
|
|
50
|
-
const g = Object.getOwnPropertyDescriptor(
|
|
50
|
+
const g = Object.getOwnPropertyDescriptor(f, u);
|
|
51
51
|
g && Object.defineProperty(o, u, g.get ? g : {
|
|
52
52
|
enumerable: !0,
|
|
53
|
-
get: () =>
|
|
53
|
+
get: () => f[u]
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
|
|
59
59
|
}
|
|
60
|
-
const Le = !!(typeof window != "undefined" && window.document && window.document.createElement),
|
|
60
|
+
const Le = !!(typeof window != "undefined" && window.document && window.document.createElement), Ni = 200;
|
|
61
61
|
class ei {
|
|
62
62
|
constructor() {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
R(this, "tooltipElement", null);
|
|
64
|
+
R(this, "tooltipContent", null);
|
|
65
|
+
R(this, "tooltipClass", "soyio-tooltip");
|
|
66
|
+
R(this, "hideTimeout", null);
|
|
67
67
|
Le && this.createTooltipElement();
|
|
68
68
|
}
|
|
69
69
|
createTooltipElement() {
|
|
@@ -86,51 +86,51 @@ class ei {
|
|
|
86
86
|
word-wrap: break-word;
|
|
87
87
|
pointer-events: none;
|
|
88
88
|
opacity: 0;
|
|
89
|
-
transition: opacity ${
|
|
89
|
+
transition: opacity ${Ni}ms ease, transform ${Ni}ms ease;
|
|
90
90
|
backdrop-filter: blur(5px);
|
|
91
91
|
-webkit-backdrop-filter: blur(5px);
|
|
92
92
|
transform: scale(0.95);
|
|
93
93
|
`, this.tooltipContent = document.createElement("div"), this.tooltipContent.className = "soyio-tooltip-content", this.tooltipElement.appendChild(this.tooltipContent), document.body.appendChild(this.tooltipElement);
|
|
94
94
|
}
|
|
95
|
-
show(s,
|
|
95
|
+
show(s, a, f) {
|
|
96
96
|
if (!this.tooltipElement || !this.tooltipContent) return;
|
|
97
97
|
this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = s, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
|
|
98
|
-
const u = this.calculateOptimalPlacement(
|
|
98
|
+
const u = this.calculateOptimalPlacement(a, f);
|
|
99
99
|
this.applyPlacement(u), requestAnimationFrame(() => {
|
|
100
100
|
this.tooltipElement && (this.tooltipElement.style.opacity = "1", this.tooltipElement.style.transform = "scale(1)");
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
|
-
calculateOptimalPlacement(s,
|
|
104
|
-
const
|
|
103
|
+
calculateOptimalPlacement(s, a) {
|
|
104
|
+
const f = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: $ } = window, y = 4, I = {
|
|
105
105
|
top: {
|
|
106
|
-
top:
|
|
107
|
-
left: s -
|
|
106
|
+
top: a - u - y,
|
|
107
|
+
left: s - f / 2,
|
|
108
108
|
placement: "top"
|
|
109
109
|
},
|
|
110
110
|
bottom: {
|
|
111
|
-
top:
|
|
112
|
-
left: s -
|
|
111
|
+
top: a + y,
|
|
112
|
+
left: s - f / 2,
|
|
113
113
|
placement: "bottom"
|
|
114
114
|
},
|
|
115
115
|
right: {
|
|
116
|
-
top:
|
|
116
|
+
top: a - u / 2,
|
|
117
117
|
left: s + y,
|
|
118
118
|
placement: "right"
|
|
119
119
|
},
|
|
120
120
|
left: {
|
|
121
|
-
top:
|
|
122
|
-
left: s -
|
|
121
|
+
top: a - u / 2,
|
|
122
|
+
left: s - f - y,
|
|
123
123
|
placement: "left"
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
for (const [,
|
|
127
|
-
if (ei.fitsInViewport(
|
|
128
|
-
return
|
|
129
|
-
const
|
|
130
|
-
return
|
|
126
|
+
for (const [, x] of Object.entries(I))
|
|
127
|
+
if (ei.fitsInViewport(x, f, u, g, $))
|
|
128
|
+
return x;
|
|
129
|
+
const T = I.top;
|
|
130
|
+
return T.left = Math.max(y, Math.min(T.left, g - f - y)), T.top = Math.max(y, Math.min(T.top, $ - u - y)), T;
|
|
131
131
|
}
|
|
132
|
-
static fitsInViewport(s,
|
|
133
|
-
return s.top >= 0 && s.left >= 0 && s.top +
|
|
132
|
+
static fitsInViewport(s, a, f, u, g) {
|
|
133
|
+
return s.top >= 0 && s.left >= 0 && s.top + f <= g && s.left + a <= u;
|
|
134
134
|
}
|
|
135
135
|
applyPlacement(s) {
|
|
136
136
|
this.tooltipElement && (this.tooltipElement.style.left = `${s.left}px`, this.tooltipElement.style.top = `${s.top}px`);
|
|
@@ -143,19 +143,34 @@ class ei {
|
|
|
143
143
|
(s = this.tooltipElement) == null || s.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
|
|
147
|
-
|
|
146
|
+
const Tt = "https://app.soyio.id", kt = "https://sandbox.soyio.id", Rt = "https://consent-embed.soyio.id", xt = "https://sandbox-consent-embed.soyio.id", Et = "https://privacy-center-embed.soyio.id", Dt = "https://sandbox-privacy-center-embed.soyio.id", At = [
|
|
147
|
+
"DISCLOSURE_REQUEST_SUCCESSFUL",
|
|
148
|
+
"IDENTITY_REGISTERED",
|
|
149
|
+
"IDENTITY_SIGNATURE",
|
|
150
|
+
"UNEXPECTED_ERROR",
|
|
151
|
+
"DENIED_CAMERA_PERMISSION",
|
|
152
|
+
"REJECTED_SIGNATURE",
|
|
153
|
+
"CLOSE_POPUP"
|
|
154
|
+
], Lt = "WIDGET_CLOSED", _t = 420, Wt = 720, Ot = 500, Nt = {
|
|
155
|
+
minWidth: "375px"
|
|
156
|
+
}, Mt = {
|
|
157
|
+
minWidth: "0px"
|
|
158
|
+
}, Bt = {
|
|
159
|
+
minWidth: "375px"
|
|
160
|
+
};
|
|
161
|
+
function Mi(o, s, a) {
|
|
162
|
+
return M(this, null, function* () {
|
|
148
163
|
if (!o.contentWindow)
|
|
149
164
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
150
|
-
const
|
|
165
|
+
const f = yield Promise.resolve().then(() => Ie);
|
|
151
166
|
try {
|
|
152
|
-
yield
|
|
167
|
+
yield f.send(o.contentWindow, "SET_APPEARANCE", { appearance: s, identifier: a });
|
|
153
168
|
} catch (u) {
|
|
154
169
|
console.error("Failed to send appearance config:", u);
|
|
155
170
|
}
|
|
156
171
|
});
|
|
157
172
|
}
|
|
158
|
-
const
|
|
173
|
+
const jt = "IFRAME_READY", zt = "IFRAME_HEIGHT_CHANGE", Ut = "TOOLTIP_STATE_CHANGE", qt = "INFO_EVENT", Ft = "CONSENT_STATE_CHANGE", Y = {
|
|
159
174
|
// BASE
|
|
160
175
|
onHeightChange: {},
|
|
161
176
|
onIframeReady: {},
|
|
@@ -164,55 +179,55 @@ const It = "IFRAME_READY", Tt = "IFRAME_HEIGHT_CHANGE", kt = "TOOLTIP_STATE_CHAN
|
|
|
164
179
|
// CONSENT
|
|
165
180
|
onStateChange: {}
|
|
166
181
|
};
|
|
167
|
-
let
|
|
168
|
-
function
|
|
169
|
-
return
|
|
170
|
-
const o = yield Promise.resolve().then(() =>
|
|
171
|
-
|
|
172
|
-
const
|
|
173
|
-
return
|
|
174
|
-
})),
|
|
175
|
-
const
|
|
176
|
-
return
|
|
177
|
-
})), zi = o.on(
|
|
178
|
-
const
|
|
179
|
-
return
|
|
180
|
-
})),
|
|
181
|
-
const
|
|
182
|
-
return
|
|
183
|
-
})),
|
|
184
|
-
const
|
|
182
|
+
let Bi, ji, zi, Ui, qi;
|
|
183
|
+
function Ht() {
|
|
184
|
+
return M(this, null, function* () {
|
|
185
|
+
const o = yield Promise.resolve().then(() => Ie);
|
|
186
|
+
Bi || ji || zi || Ui || qi || (Bi = o.on(zt, (s) => M(null, null, function* () {
|
|
187
|
+
const a = s.data, f = Y.onHeightChange[a.identifier];
|
|
188
|
+
return f && f(a.height), Promise.resolve();
|
|
189
|
+
})), ji = o.on(jt, (s) => M(null, null, function* () {
|
|
190
|
+
const a = s.data, f = Y.onIframeReady[a.identifier];
|
|
191
|
+
return f && f(), Promise.resolve();
|
|
192
|
+
})), zi = o.on(Ut, (s) => M(null, null, function* () {
|
|
193
|
+
const a = s.data, f = Y.onTooltipChange[a.identifier];
|
|
194
|
+
return f && f(a), Promise.resolve();
|
|
195
|
+
})), Ui = o.on(Ft, (s) => M(null, null, function* () {
|
|
196
|
+
const a = s.data, f = Y.onStateChange[a.identifier];
|
|
197
|
+
return f && f(a), Promise.resolve();
|
|
198
|
+
})), qi = o.on(qt, (a) => M(null, [a], function* ({ data: s }) {
|
|
199
|
+
const $ = s, { identifier: f } = $, u = _i($, ["identifier"]), g = Y.onInfo[f];
|
|
185
200
|
return g && g(u), Promise.resolve();
|
|
186
201
|
})));
|
|
187
202
|
});
|
|
188
203
|
}
|
|
189
204
|
function ii(o, s) {
|
|
190
205
|
const {
|
|
191
|
-
onHeightChange:
|
|
192
|
-
onIframeReady:
|
|
206
|
+
onHeightChange: a,
|
|
207
|
+
onIframeReady: f,
|
|
193
208
|
onTooltipChange: u,
|
|
194
209
|
onStateChange: g,
|
|
195
|
-
onInfo:
|
|
210
|
+
onInfo: $
|
|
196
211
|
} = s;
|
|
197
|
-
|
|
212
|
+
a && (Y.onHeightChange[o] = a), f && (Y.onIframeReady[o] = f), u && (Y.onTooltipChange[o] = u), g && (Y.onStateChange[o] = g), $ && (Y.onInfo[o] = $);
|
|
198
213
|
}
|
|
199
|
-
function
|
|
200
|
-
delete
|
|
214
|
+
function Gt(o) {
|
|
215
|
+
delete Y.onHeightChange[o], delete Y.onIframeReady[o], delete Y.onTooltipChange[o], delete Y.onStateChange[o], delete Y.onInfo[o];
|
|
201
216
|
}
|
|
202
|
-
function
|
|
217
|
+
function Vt(o) {
|
|
203
218
|
const s = document.getElementById(o);
|
|
204
219
|
s && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), s.remove());
|
|
205
220
|
}
|
|
206
|
-
function
|
|
221
|
+
function Yt(o) {
|
|
207
222
|
const s = document.querySelector(o);
|
|
208
223
|
if (!s)
|
|
209
224
|
throw new Error(`Iframe div container with id '${o}' not found`);
|
|
210
225
|
if (s.tagName.toLowerCase() !== "div")
|
|
211
226
|
throw new Error(`Iframe container with id '${o}' must be a <div> element`);
|
|
212
|
-
const
|
|
213
|
-
return
|
|
227
|
+
const a = s;
|
|
228
|
+
return a.style.position = "relative", a;
|
|
214
229
|
}
|
|
215
|
-
function
|
|
230
|
+
function Kt(o) {
|
|
216
231
|
const s = document.createElement("div");
|
|
217
232
|
return s.id = `soyio-widget-wrapper-${o}`, s.style.cssText = `
|
|
218
233
|
position: relative !important;
|
|
@@ -227,52 +242,37 @@ function Wt(o) {
|
|
|
227
242
|
width: 100% !important;
|
|
228
243
|
`, s;
|
|
229
244
|
}
|
|
230
|
-
function
|
|
231
|
-
const
|
|
232
|
-
return
|
|
245
|
+
function Jt(o, s, a) {
|
|
246
|
+
const f = document.createElement("iframe");
|
|
247
|
+
return f.id = s, f.src = o, f.allow = "fullscreen;camera;", f.setAttribute("allowfullscreen", ""), f.style.cssText += `
|
|
233
248
|
width: 100% !important;
|
|
234
|
-
min-width: ${
|
|
249
|
+
min-width: ${a.minWidth} !important;
|
|
235
250
|
border: none !important;
|
|
236
251
|
overflow: hidden !important;
|
|
237
252
|
opacity: 1;
|
|
238
253
|
transition: height 0.35s,
|
|
239
254
|
opacity 0.4s 0.1s;
|
|
240
|
-
`,
|
|
255
|
+
`, f;
|
|
241
256
|
}
|
|
242
|
-
function
|
|
257
|
+
function Qt() {
|
|
243
258
|
return Math.random().toString(36).substring(2, 10);
|
|
244
259
|
}
|
|
245
|
-
|
|
246
|
-
"DISCLOSURE_REQUEST_SUCCESSFUL",
|
|
247
|
-
"IDENTITY_REGISTERED",
|
|
248
|
-
"IDENTITY_SIGNATURE",
|
|
249
|
-
"UNEXPECTED_ERROR",
|
|
250
|
-
"DENIED_CAMERA_PERMISSION",
|
|
251
|
-
"REJECTED_SIGNATURE",
|
|
252
|
-
"CLOSE_POPUP"
|
|
253
|
-
], _t = "WIDGET_CLOSED", qt = 420, Gt = 720, Vt = 500, Yt = {
|
|
254
|
-
minWidth: "375px"
|
|
255
|
-
}, Jt = {
|
|
256
|
-
minWidth: "0px"
|
|
257
|
-
}, Kt = {
|
|
258
|
-
minWidth: "375px"
|
|
259
|
-
};
|
|
260
|
-
class be {
|
|
260
|
+
class we {
|
|
261
261
|
constructor(s) {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId =
|
|
262
|
+
R(this, "iframe", null);
|
|
263
|
+
R(this, "wrapper", null);
|
|
264
|
+
R(this, "skeleton", null);
|
|
265
|
+
R(this, "options");
|
|
266
|
+
R(this, "appearance");
|
|
267
|
+
R(this, "tooltipManager");
|
|
268
|
+
R(this, "defaultIframeCSSConfig", Nt);
|
|
269
|
+
R(this, "Skeleton", null);
|
|
270
|
+
R(this, "isIframeReady", !1);
|
|
271
|
+
R(this, "defaultUniqueId");
|
|
272
|
+
this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = we.generateUniqueId();
|
|
273
273
|
}
|
|
274
274
|
static generateUniqueId() {
|
|
275
|
-
return
|
|
275
|
+
return Qt();
|
|
276
276
|
}
|
|
277
277
|
get uniqueIdentifier() {
|
|
278
278
|
return this.defaultUniqueId;
|
|
@@ -282,66 +282,66 @@ class be {
|
|
|
282
282
|
}
|
|
283
283
|
handleHeightChange(s) {
|
|
284
284
|
if (!this.iframe || (this.iframe.style.height = `${s}px`, s > 0)) return;
|
|
285
|
-
const { parentElement:
|
|
286
|
-
|
|
285
|
+
const { parentElement: a } = this.iframe;
|
|
286
|
+
a && (a.style.display = "none");
|
|
287
287
|
}
|
|
288
288
|
handleIframeReady() {
|
|
289
|
-
return
|
|
290
|
-
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield
|
|
289
|
+
return M(this, null, function* () {
|
|
290
|
+
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield Mi(this.iframe, this.appearance, this.uniqueIdentifier), this.skeleton && this.skeleton.hide()));
|
|
291
291
|
});
|
|
292
292
|
}
|
|
293
293
|
handleTooltipChange(s) {
|
|
294
294
|
if (!this.iframe) return;
|
|
295
|
-
const
|
|
296
|
-
g ? this.tooltipManager.show(
|
|
295
|
+
const a = this.iframe.getBoundingClientRect(), { text: f, coordinates: u, isVisible: g } = s, $ = u.x + a.left, y = u.y + a.top;
|
|
296
|
+
g ? this.tooltipManager.show(f, $, y) : this.tooltipManager.hide();
|
|
297
297
|
}
|
|
298
298
|
setupListeners() {
|
|
299
|
-
return
|
|
300
|
-
yield
|
|
299
|
+
return M(this, null, function* () {
|
|
300
|
+
yield Ht();
|
|
301
301
|
const s = {
|
|
302
302
|
onHeightChange: this.handleHeightChange.bind(this),
|
|
303
303
|
onIframeReady: this.handleIframeReady.bind(this),
|
|
304
304
|
onTooltipChange: this.handleTooltipChange.bind(this),
|
|
305
|
-
onInfo: (
|
|
305
|
+
onInfo: (a) => this.options.onEvent(a)
|
|
306
306
|
};
|
|
307
307
|
ii(this.uniqueIdentifier, s);
|
|
308
308
|
});
|
|
309
309
|
}
|
|
310
310
|
mount(s) {
|
|
311
|
-
return
|
|
311
|
+
return M(this, null, function* () {
|
|
312
312
|
if (!Le) return this;
|
|
313
|
-
this.isIframeReady = !1, yield this.setupListeners(),
|
|
314
|
-
const
|
|
315
|
-
return this.wrapper =
|
|
313
|
+
this.isIframeReady = !1, yield this.setupListeners(), Vt(this.iframeIdentifier);
|
|
314
|
+
const a = Yt(s), f = this.iframeUrl();
|
|
315
|
+
return this.wrapper = Kt(this.uniqueIdentifier), a.appendChild(this.wrapper), this.iframe = Jt(f, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton && (this.skeleton = new this.Skeleton(this.uniqueIdentifier, this.appearance || void 0), this.skeleton.mount(this.wrapper)), this.wrapper.appendChild(this.iframe), this;
|
|
316
316
|
});
|
|
317
317
|
}
|
|
318
318
|
unmount() {
|
|
319
|
-
Le && (
|
|
319
|
+
Le && (Gt(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));
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
322
|
* Update the appearance of the widget without remounting.
|
|
323
323
|
* This sends the new appearance config to the already-mounted iframe.
|
|
324
324
|
*/
|
|
325
325
|
updateAppearance(s) {
|
|
326
|
-
return
|
|
327
|
-
this.appearance = s, !(!this.iframe || !this.isIframeReady) && (yield
|
|
326
|
+
return M(this, null, function* () {
|
|
327
|
+
this.appearance = s, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, s, this.uniqueIdentifier));
|
|
328
328
|
});
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
class
|
|
332
|
-
constructor(s,
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
var
|
|
331
|
+
class Zt {
|
|
332
|
+
constructor(s, a) {
|
|
333
|
+
R(this, "element");
|
|
334
|
+
R(this, "identifier");
|
|
335
|
+
var N, pe;
|
|
336
336
|
this.identifier = `skeleton-${s}`, this.element = document.createElement("div"), this.element.id = this.identifier;
|
|
337
|
-
const
|
|
337
|
+
const f = (pe = (N = window.matchMedia) == null ? void 0 : N.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : pe.matches, u = (a == null ? void 0 : a.mode) === "dark" || (a == null ? void 0 : a.mode) === "auto" && f || (a == null ? void 0 : a.theme) === "night" && !(a != null && a.mode), g = u ? "#1E293B" : "#FFFFFF", $ = u ? "#334155" : "#E5E7EB", y = u ? "#334155" : "#f0f0f0", I = u ? "#475569" : "#e0e0e0", T = u ? "#334155" : "#f0f0f0";
|
|
338
338
|
this.element.style.cssText = `
|
|
339
339
|
position: absolute;
|
|
340
340
|
top: 0;
|
|
341
341
|
left: 0;
|
|
342
342
|
width: 100%;
|
|
343
343
|
background: ${g};
|
|
344
|
-
border: 1px solid ${
|
|
344
|
+
border: 1px solid ${$};
|
|
345
345
|
border-radius: 0.25rem;
|
|
346
346
|
opacity: 1;
|
|
347
347
|
transition: opacity 0.3s ease-out;
|
|
@@ -350,8 +350,8 @@ class Qt {
|
|
|
350
350
|
box-sizing: border-box;
|
|
351
351
|
z-index: 1;
|
|
352
352
|
`;
|
|
353
|
-
const
|
|
354
|
-
|
|
353
|
+
const x = document.createElement("div");
|
|
354
|
+
x.style.cssText = `
|
|
355
355
|
padding: 1rem;
|
|
356
356
|
width: 100%;
|
|
357
357
|
box-sizing: border-box;
|
|
@@ -360,50 +360,50 @@ class Qt {
|
|
|
360
360
|
justify-content: flex-start;
|
|
361
361
|
gap: 0.75rem;
|
|
362
362
|
`;
|
|
363
|
-
const
|
|
364
|
-
|
|
363
|
+
const W = document.createElement("div");
|
|
364
|
+
W.style.cssText = `
|
|
365
365
|
display: flex;
|
|
366
366
|
align-items: center;
|
|
367
367
|
gap: 0.75rem;
|
|
368
368
|
`;
|
|
369
|
-
const
|
|
370
|
-
|
|
369
|
+
const F = document.createElement("div");
|
|
370
|
+
F.style.cssText = `
|
|
371
371
|
width: 2rem;
|
|
372
372
|
height: 2rem;
|
|
373
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
373
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
|
|
374
374
|
background-size: 200% 100%;
|
|
375
375
|
animation: shimmer 1.5s infinite;
|
|
376
376
|
border-radius: 50%;
|
|
377
377
|
flex-shrink: 0;
|
|
378
378
|
`;
|
|
379
|
-
const
|
|
380
|
-
|
|
379
|
+
const B = document.createElement("div");
|
|
380
|
+
B.style.cssText = `
|
|
381
381
|
height: 1rem;
|
|
382
382
|
width: 30%;
|
|
383
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
383
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
|
|
384
384
|
background-size: 200% 100%;
|
|
385
385
|
animation: shimmer 1.5s infinite;
|
|
386
386
|
border-radius: 0.125rem;
|
|
387
387
|
`;
|
|
388
|
-
const
|
|
389
|
-
|
|
388
|
+
const O = document.createElement("div");
|
|
389
|
+
O.style.cssText = `
|
|
390
390
|
width: 3rem;
|
|
391
391
|
height: 1.25rem;
|
|
392
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
392
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
|
|
393
393
|
background-size: 200% 100%;
|
|
394
394
|
animation: shimmer 1.5s infinite;
|
|
395
395
|
border-radius: .25rem;
|
|
396
396
|
margin-left: auto;
|
|
397
397
|
flex-shrink: 0;
|
|
398
398
|
`;
|
|
399
|
-
const
|
|
400
|
-
|
|
399
|
+
const G = document.createElement("div");
|
|
400
|
+
G.style.cssText = `
|
|
401
401
|
display: flex;
|
|
402
402
|
align-items: flex-start;
|
|
403
403
|
gap: 0.75rem;
|
|
404
404
|
`;
|
|
405
|
-
const
|
|
406
|
-
|
|
405
|
+
const V = document.createElement("div");
|
|
406
|
+
V.style.cssText = `
|
|
407
407
|
width: 2rem;
|
|
408
408
|
height: 1rem;
|
|
409
409
|
display: flex;
|
|
@@ -411,43 +411,43 @@ class Qt {
|
|
|
411
411
|
align-items: center;
|
|
412
412
|
flex-shrink: 0;
|
|
413
413
|
`;
|
|
414
|
-
const
|
|
415
|
-
|
|
414
|
+
const H = document.createElement("div");
|
|
415
|
+
H.style.cssText = `
|
|
416
416
|
width: 1rem;
|
|
417
417
|
height: 1rem;
|
|
418
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
418
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
|
|
419
419
|
background-size: 200% 100%;
|
|
420
420
|
animation: shimmer 1.5s infinite;
|
|
421
421
|
border-radius: 0.25rem;
|
|
422
422
|
flex-shrink: 0;
|
|
423
423
|
`;
|
|
424
|
-
const
|
|
425
|
-
|
|
424
|
+
const re = document.createElement("div");
|
|
425
|
+
re.style.cssText = `
|
|
426
426
|
flex-grow: 1;
|
|
427
427
|
display: flex;
|
|
428
428
|
flex-direction: column;
|
|
429
429
|
gap: 0.5rem;
|
|
430
430
|
`;
|
|
431
|
-
const
|
|
432
|
-
|
|
431
|
+
const oe = document.createElement("div");
|
|
432
|
+
oe.style.cssText = `
|
|
433
433
|
height: 0.875rem;
|
|
434
434
|
width: 80%;
|
|
435
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
435
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
|
|
436
436
|
background-size: 200% 100%;
|
|
437
437
|
animation: shimmer 1.5s infinite;
|
|
438
438
|
border-radius: 0.125rem;
|
|
439
439
|
`;
|
|
440
|
-
const
|
|
441
|
-
if (
|
|
440
|
+
const se = document.createElement("div");
|
|
441
|
+
if (se.style.cssText = `
|
|
442
442
|
height: 0.875rem;
|
|
443
443
|
width: 60%;
|
|
444
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
444
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${T} 75%);
|
|
445
445
|
background-size: 200% 100%;
|
|
446
446
|
animation: shimmer 2s infinite;
|
|
447
447
|
border-radius: 0.125rem;
|
|
448
448
|
`, !document.getElementById("skeleton-animation")) {
|
|
449
|
-
const
|
|
450
|
-
|
|
449
|
+
const ee = document.createElement("style");
|
|
450
|
+
ee.id = "skeleton-animation", ee.textContent = `
|
|
451
451
|
@keyframes shimmer {
|
|
452
452
|
0% { background-position: 200% 0; }
|
|
453
453
|
100% { background-position: -200% 0; }
|
|
@@ -456,9 +456,9 @@ class Qt {
|
|
|
456
456
|
0% { opacity: 1; }
|
|
457
457
|
100% { opacity: 0; }
|
|
458
458
|
}
|
|
459
|
-
`, document.head.appendChild(
|
|
459
|
+
`, document.head.appendChild(ee);
|
|
460
460
|
}
|
|
461
|
-
|
|
461
|
+
W.appendChild(F), W.appendChild(B), W.appendChild(O), re.appendChild(oe), re.appendChild(se), V.appendChild(H), G.appendChild(V), G.appendChild(re), x.appendChild(W), x.appendChild(G), this.element.appendChild(x);
|
|
462
462
|
}
|
|
463
463
|
cleanupExistingSkeleton() {
|
|
464
464
|
const s = document.getElementById(this.identifier);
|
|
@@ -471,57 +471,57 @@ class Qt {
|
|
|
471
471
|
this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
|
-
const
|
|
475
|
-
function
|
|
476
|
-
var I,
|
|
477
|
-
const s = (I = o.origin) != null ? I : o.context,
|
|
474
|
+
const We = "3.3.0";
|
|
475
|
+
function Xt(o) {
|
|
476
|
+
var I, T;
|
|
477
|
+
const s = (I = o.origin) != null ? I : o.context, a = Li(ye({}, o), { origin: s }), f = [
|
|
478
478
|
"actionToken",
|
|
479
479
|
"entityId",
|
|
480
480
|
"origin",
|
|
481
481
|
"optionalReconsentBehavior",
|
|
482
482
|
"mandatoryReconsentBehavior",
|
|
483
483
|
"allowGranularScopeSelection"
|
|
484
|
-
], u = (
|
|
485
|
-
if (
|
|
486
|
-
const
|
|
487
|
-
|
|
484
|
+
], u = (T = o.isSandbox) != null ? T : !1, g = o.developmentUrl || (u ? xt : Rt), $ = new URLSearchParams();
|
|
485
|
+
if ($.set("sdk", "web"), $.set("sdkVersion", We), f.forEach((x) => {
|
|
486
|
+
const W = a[x];
|
|
487
|
+
W !== void 0 && (typeof W == "string" && W.length === 0 || $.set(x, String(W)));
|
|
488
488
|
}), o.metadata !== void 0)
|
|
489
489
|
try {
|
|
490
|
-
|
|
491
|
-
} catch (
|
|
492
|
-
console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.",
|
|
490
|
+
$.set("metadata", JSON.stringify(o.metadata));
|
|
491
|
+
} catch (x) {
|
|
492
|
+
console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", x);
|
|
493
493
|
}
|
|
494
|
-
const y =
|
|
494
|
+
const y = $.toString();
|
|
495
495
|
return `${g}/embed/consents/${o.consentTemplateId}${y ? `?${y}` : ""}`;
|
|
496
496
|
}
|
|
497
|
-
class
|
|
498
|
-
constructor(
|
|
499
|
-
super(
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
497
|
+
class Vi extends we {
|
|
498
|
+
constructor(a) {
|
|
499
|
+
super(a);
|
|
500
|
+
R(this, "defaultIframePrefix", "consent-box");
|
|
501
|
+
R(this, "defaultIframeCSSConfig", Mt);
|
|
502
|
+
R(this, "state", {
|
|
503
503
|
isSelected: !1,
|
|
504
504
|
actionToken: null
|
|
505
505
|
});
|
|
506
|
-
this.Skeleton =
|
|
506
|
+
this.Skeleton = Zt;
|
|
507
507
|
}
|
|
508
508
|
get uniqueIdentifier() {
|
|
509
509
|
return this.options.consentTemplateId;
|
|
510
510
|
}
|
|
511
511
|
iframeUrl() {
|
|
512
|
-
return
|
|
512
|
+
return Xt(this.options);
|
|
513
513
|
}
|
|
514
|
-
handleStateChange(
|
|
515
|
-
const { isSelected:
|
|
516
|
-
this.state = { isSelected:
|
|
514
|
+
handleStateChange(a) {
|
|
515
|
+
const { isSelected: f, actionToken: u } = a;
|
|
516
|
+
this.state = { isSelected: f, actionToken: u }, this.options.onEvent({
|
|
517
517
|
eventName: "CONSENT_CHECKBOX_CHANGE",
|
|
518
|
-
isSelected:
|
|
518
|
+
isSelected: f,
|
|
519
519
|
actionToken: u
|
|
520
520
|
});
|
|
521
521
|
}
|
|
522
522
|
setupListeners() {
|
|
523
|
-
return
|
|
524
|
-
yield
|
|
523
|
+
return M(this, null, function* () {
|
|
524
|
+
yield ve(Vi.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
|
|
525
525
|
onStateChange: this.handleStateChange.bind(this)
|
|
526
526
|
});
|
|
527
527
|
});
|
|
@@ -530,7 +530,98 @@ class Gi extends be {
|
|
|
530
530
|
return this.state;
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
|
-
|
|
533
|
+
const er = [
|
|
534
|
+
"user",
|
|
535
|
+
"user.account",
|
|
536
|
+
"user.authorization",
|
|
537
|
+
"user.behavior",
|
|
538
|
+
"user.biometric",
|
|
539
|
+
"user.childrens",
|
|
540
|
+
"user.contact",
|
|
541
|
+
"user.content",
|
|
542
|
+
"user.demographic",
|
|
543
|
+
"user.location",
|
|
544
|
+
"user.device",
|
|
545
|
+
"user.payment",
|
|
546
|
+
"user.social",
|
|
547
|
+
"user.unique_id",
|
|
548
|
+
"user.telemetry",
|
|
549
|
+
"user.user_sensor",
|
|
550
|
+
"user.workplace",
|
|
551
|
+
"user.sensor",
|
|
552
|
+
"user.financial",
|
|
553
|
+
"user.government_id",
|
|
554
|
+
"user.health_and_medical",
|
|
555
|
+
"user.name",
|
|
556
|
+
"user.criminal_history",
|
|
557
|
+
"user.privacy_preferences",
|
|
558
|
+
"user.job_title",
|
|
559
|
+
"user.account.settings",
|
|
560
|
+
"user.account.username",
|
|
561
|
+
"user.authorization.credentials",
|
|
562
|
+
"user.authorization.biometric",
|
|
563
|
+
"user.authorization.password",
|
|
564
|
+
"user.behavior.browsing_history",
|
|
565
|
+
"user.behavior.media_consumption",
|
|
566
|
+
"user.behavior.purchase_history",
|
|
567
|
+
"user.behavior.search_history",
|
|
568
|
+
"user.biometric.fingerprint",
|
|
569
|
+
"user.biometric.retinal",
|
|
570
|
+
"user.biometric.voice",
|
|
571
|
+
"user.biometric.health",
|
|
572
|
+
"user.contact.address",
|
|
573
|
+
"user.contact.email",
|
|
574
|
+
"user.contact.phone_number",
|
|
575
|
+
"user.contact.url",
|
|
576
|
+
"user.contact.fax_number",
|
|
577
|
+
"user.contact.organization",
|
|
578
|
+
"user.contact.address.city",
|
|
579
|
+
"user.contact.address.country",
|
|
580
|
+
"user.contact.address.postal_code",
|
|
581
|
+
"user.contact.address.state",
|
|
582
|
+
"user.contact.address.street",
|
|
583
|
+
"user.content.private",
|
|
584
|
+
"user.content.public",
|
|
585
|
+
"user.content.self_image",
|
|
586
|
+
"user.demographic.age_range",
|
|
587
|
+
"user.demographic.date_of_birth",
|
|
588
|
+
"user.demographic.gender",
|
|
589
|
+
"user.demographic.language",
|
|
590
|
+
"user.demographic.marital_status",
|
|
591
|
+
"user.demographic.political_opinion",
|
|
592
|
+
"user.demographic.profile",
|
|
593
|
+
"user.demographic.race_ethnicity",
|
|
594
|
+
"user.demographic.religious_belief",
|
|
595
|
+
"user.demographic.sexual_orientation",
|
|
596
|
+
"user.demographic.nationality",
|
|
597
|
+
"user.device.cookie",
|
|
598
|
+
"user.device.cookie_id",
|
|
599
|
+
"user.device.device_id",
|
|
600
|
+
"user.device.ip_address",
|
|
601
|
+
"user.financial.bank_account",
|
|
602
|
+
"user.financial.credit_card",
|
|
603
|
+
"user.government_id.birth_certificate",
|
|
604
|
+
"user.government_id.drivers_license_number",
|
|
605
|
+
"user.government_id.immigration",
|
|
606
|
+
"user.government_id.national_identification_number",
|
|
607
|
+
"user.government_id.passport_number",
|
|
608
|
+
"user.government_id.vehicle_registration",
|
|
609
|
+
"user.health_and_medical.genetic",
|
|
610
|
+
"user.health_and_medical.insurance_beneficiary_id",
|
|
611
|
+
"user.health_and_medical.record_id",
|
|
612
|
+
"user.labor_activity",
|
|
613
|
+
"user.labor_activity.profession",
|
|
614
|
+
"user.labor_activity.job_title",
|
|
615
|
+
"user.labor_activity.worker_type",
|
|
616
|
+
"user.labor_activity.salary",
|
|
617
|
+
"user.labor_activity.workplace",
|
|
618
|
+
"user.location.imprecise",
|
|
619
|
+
"user.location.precise",
|
|
620
|
+
"user.name.first",
|
|
621
|
+
"user.name.last",
|
|
622
|
+
"user.unique_id.pseudonymous"
|
|
623
|
+
], ir = new Set(er);
|
|
624
|
+
function tr(o) {
|
|
534
625
|
if (typeof o != "string") return;
|
|
535
626
|
const s = o.trim();
|
|
536
627
|
if (s === "") {
|
|
@@ -539,177 +630,204 @@ function Xt(o) {
|
|
|
539
630
|
}
|
|
540
631
|
try {
|
|
541
632
|
return new URL(s), s;
|
|
542
|
-
} catch (
|
|
633
|
+
} catch (a) {
|
|
543
634
|
console.warn(`Soyio widget: externalRightsExerciseUrl "${s}" is not a valid URI and will be ignored.`);
|
|
544
635
|
return;
|
|
545
636
|
}
|
|
546
637
|
}
|
|
547
|
-
function
|
|
548
|
-
|
|
549
|
-
|
|
638
|
+
function Fi(o) {
|
|
639
|
+
if (typeof o != "string") return;
|
|
640
|
+
const s = o.trim();
|
|
641
|
+
return s === "" ? void 0 : s;
|
|
642
|
+
}
|
|
643
|
+
function rr(o) {
|
|
644
|
+
if (!Array.isArray(o)) return;
|
|
645
|
+
const s = /* @__PURE__ */ new Map();
|
|
646
|
+
return o.forEach((a) => {
|
|
647
|
+
if (!a || typeof a != "object") return;
|
|
648
|
+
const f = "value" in a ? a.value : void 0;
|
|
649
|
+
typeof f != "string" || !ir.has(f) || s.has(f) || s.set(f, {
|
|
650
|
+
value: f,
|
|
651
|
+
label: "label" in a ? Fi(a.label) : void 0,
|
|
652
|
+
description: "description" in a ? Fi(a.description) : void 0
|
|
653
|
+
});
|
|
654
|
+
}), Array.from(s.values());
|
|
655
|
+
}
|
|
656
|
+
function nr(o, s, a) {
|
|
657
|
+
return M(this, null, function* () {
|
|
658
|
+
var oe, se;
|
|
550
659
|
if (!o.contentWindow)
|
|
551
660
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
552
|
-
const {
|
|
553
|
-
|
|
661
|
+
const {
|
|
662
|
+
redecOperationIds: f,
|
|
663
|
+
requestableDataCategories: u,
|
|
664
|
+
content: g,
|
|
665
|
+
header: $,
|
|
666
|
+
rightExamples: y,
|
|
667
|
+
consentManagement: I,
|
|
668
|
+
appearance: T,
|
|
669
|
+
externalRightsExerciseUrl: x
|
|
670
|
+
} = s, W = (oe = T == null ? void 0 : T.config) == null ? void 0 : oe.showHeader, F = (se = T == null ? void 0 : T.config) == null ? void 0 : se.showConsentManagementHeader, B = tr(x), O = rr(u), V = I !== void 0 && Object.values(I).some((N) => Array.isArray(N) ? N.length > 0 : N != null) ? I : void 0;
|
|
671
|
+
Array.isArray(V == null ? void 0 : V.scopeGroups) && V.scopeGroups.length > 0 && s.groupConsentsByScope !== !0 && console.warn(
|
|
554
672
|
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
555
673
|
);
|
|
556
|
-
const
|
|
557
|
-
if (typeof
|
|
558
|
-
config:
|
|
559
|
-
}), Object.keys(
|
|
560
|
-
const
|
|
674
|
+
const H = {};
|
|
675
|
+
if (typeof f != "undefined" && (H.redecOperationIds = f), typeof O != "undefined" && (H.requestableDataCategories = O), typeof g != "undefined" && (H.content = g), typeof $ != "undefined" && (H.header = $), typeof y != "undefined" && (H.rightExamples = y), typeof B != "undefined" && (H.externalRightsExerciseUrl = B), typeof V != "undefined" && (H.consentManagement = V), (typeof W == "boolean" || typeof F == "boolean") && (H.appearance = {
|
|
676
|
+
config: ye(ye({}, typeof W == "boolean" ? { showHeader: W } : {}), typeof F == "boolean" ? { showConsentManagementHeader: F } : {})
|
|
677
|
+
}), Object.keys(H).length === 0) return;
|
|
678
|
+
const re = yield Promise.resolve().then(() => Ie);
|
|
561
679
|
try {
|
|
562
|
-
yield
|
|
563
|
-
identifier:
|
|
564
|
-
},
|
|
565
|
-
} catch (
|
|
566
|
-
console.error("Failed to send privacy center config:",
|
|
680
|
+
yield re.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", ye({
|
|
681
|
+
identifier: a
|
|
682
|
+
}, H));
|
|
683
|
+
} catch (N) {
|
|
684
|
+
console.error("Failed to send privacy center config:", N);
|
|
567
685
|
}
|
|
568
686
|
});
|
|
569
687
|
}
|
|
570
|
-
function
|
|
571
|
-
var
|
|
572
|
-
const s = (
|
|
573
|
-
if (
|
|
574
|
-
(
|
|
688
|
+
function or(o) {
|
|
689
|
+
var $, y, I, T, x, W;
|
|
690
|
+
const s = ($ = o.isSandbox) != null ? $ : !1, a = o.developmentUrl || (s ? Dt : Et), f = new URLSearchParams();
|
|
691
|
+
if (f.set("sdkVersion", We), o.sessionToken ? f.set("sessionToken", o.sessionToken) : o.companyId && f.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && f.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && f.set("enabledRights", o.enabledRights.join(",")), (T = o.dataSubjects) != null && T.length && f.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && f.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
|
|
692
|
+
(B) => B != null
|
|
575
693
|
)) {
|
|
576
|
-
const
|
|
577
|
-
|
|
694
|
+
const B = JSON.stringify(o.fileRequisites);
|
|
695
|
+
f.set("fileRequisites", B);
|
|
578
696
|
}
|
|
579
697
|
if (o.consentManagement) {
|
|
580
|
-
const { scopeGroups:
|
|
581
|
-
if (
|
|
698
|
+
const { allowMultipleOpenScopeGroups: F, scopeGroups: B } = o.consentManagement, O = Array.isArray(B) && B.length > 0 || typeof F == "boolean";
|
|
699
|
+
if (Array.isArray(B) && B.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
|
|
582
700
|
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
583
|
-
),
|
|
584
|
-
const
|
|
585
|
-
|
|
701
|
+
), O) {
|
|
702
|
+
const G = JSON.stringify(o.consentManagement);
|
|
703
|
+
f.set("consentManagement", G);
|
|
586
704
|
}
|
|
587
705
|
}
|
|
588
|
-
o.demo !== void 0 &&
|
|
589
|
-
const u = (
|
|
590
|
-
u &&
|
|
591
|
-
const g =
|
|
592
|
-
return `${
|
|
706
|
+
o.demo !== void 0 && f.set("demo", String(o.demo)), o.consentMode && f.set("consentMode", o.consentMode);
|
|
707
|
+
const u = (W = (x = o.appearance) == null ? void 0 : x.config) == null ? void 0 : W.consentControl;
|
|
708
|
+
u && f.set("consentControl", u), o.consentRetentionPeriod && f.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && f.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && f.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && f.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
|
|
709
|
+
const g = f.toString();
|
|
710
|
+
return `${a}${g ? `?${g}` : ""}`;
|
|
593
711
|
}
|
|
594
|
-
class
|
|
712
|
+
class Yi extends we {
|
|
595
713
|
constructor() {
|
|
596
714
|
super(...arguments);
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
715
|
+
R(this, "defaultIframePrefix", "privacy-center");
|
|
716
|
+
R(this, "_uniqueIdentifier", "privacy-center");
|
|
717
|
+
R(this, "defaultIframeCSSConfig", Bt);
|
|
600
718
|
}
|
|
601
719
|
get uniqueIdentifier() {
|
|
602
720
|
return this._uniqueIdentifier;
|
|
603
721
|
}
|
|
604
722
|
handleIframeReady() {
|
|
605
|
-
return
|
|
606
|
-
yield
|
|
723
|
+
return M(this, null, function* () {
|
|
724
|
+
yield ve(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield nr(this.iframe, this.options, this.uniqueIdentifier));
|
|
607
725
|
});
|
|
608
726
|
}
|
|
609
727
|
iframeUrl() {
|
|
610
|
-
return
|
|
728
|
+
return or(this.options);
|
|
611
729
|
}
|
|
612
730
|
}
|
|
613
|
-
const
|
|
731
|
+
const Ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
614
732
|
__proto__: null
|
|
615
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
616
|
-
function
|
|
617
|
-
return o || (s ?
|
|
733
|
+
}, Symbol.toStringTag, { value: "Module" })), Ki = "WIDGET_EVENT";
|
|
734
|
+
function Oe(o, s) {
|
|
735
|
+
return o || (s ? kt : Tt);
|
|
618
736
|
}
|
|
619
|
-
function
|
|
737
|
+
function sr(o) {
|
|
620
738
|
let s = "widget/";
|
|
621
739
|
return "disclosureRequestId" in o.configProps ? s += ["disclosures", o.configProps.disclosureRequestId].join("/") : s += o.request, s;
|
|
622
740
|
}
|
|
623
|
-
function
|
|
741
|
+
function ar(o) {
|
|
624
742
|
var g;
|
|
625
|
-
const s = (g = o.isSandbox) != null ? g : !1,
|
|
626
|
-
return `${
|
|
743
|
+
const s = (g = o.isSandbox) != null ? g : !1, a = Oe(o.developmentUrl, s), f = Object.entries(o.configProps).filter(([$, y]) => y || $ === "disclosureRequestId").map(([$, y]) => `${$}=${encodeURIComponent(y)}`).join("&"), u = sr(o);
|
|
744
|
+
return `${a}/${u}?sdk=web&sdkVersion=${We}&${f}`;
|
|
627
745
|
}
|
|
628
|
-
function
|
|
746
|
+
function fr(o) {
|
|
629
747
|
return `embed/widget/disclosures/${o.disclosureRequestId}`;
|
|
630
748
|
}
|
|
631
|
-
function
|
|
632
|
-
var
|
|
633
|
-
const
|
|
749
|
+
function dr(o, s) {
|
|
750
|
+
var $;
|
|
751
|
+
const a = ($ = o.isSandbox) != null ? $ : !1, f = Oe(o.developmentUrl, a), u = fr(o), g = new URLSearchParams({
|
|
634
752
|
sdk: "web",
|
|
635
|
-
sdkVersion:
|
|
753
|
+
sdkVersion: We,
|
|
636
754
|
identifier: s
|
|
637
755
|
});
|
|
638
|
-
return o.customColor && g.set("customColor", o.customColor), `${
|
|
756
|
+
return o.customColor && g.set("customColor", o.customColor), `${f}/${u}?${g.toString()}`;
|
|
639
757
|
}
|
|
640
|
-
function
|
|
758
|
+
function cr(o, s) {
|
|
641
759
|
var u;
|
|
642
|
-
const
|
|
760
|
+
const a = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), f = new URLSearchParams({
|
|
643
761
|
session_token: s.sessionToken,
|
|
644
762
|
company_id: s.companyId,
|
|
645
763
|
identifier: s.identifier
|
|
646
764
|
});
|
|
647
|
-
return `${
|
|
765
|
+
return `${a}/widget/register_passkey?${f.toString()}`;
|
|
648
766
|
}
|
|
649
|
-
function
|
|
767
|
+
function pr(o, s) {
|
|
650
768
|
var u;
|
|
651
|
-
const
|
|
769
|
+
const a = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), f = new URLSearchParams({
|
|
652
770
|
requestable_id: s.requestableToken,
|
|
653
771
|
identifier: s.identifier
|
|
654
772
|
});
|
|
655
|
-
return `${
|
|
773
|
+
return `${a}/widget/passkey_authentication?${f.toString()}`;
|
|
656
774
|
}
|
|
657
|
-
function
|
|
775
|
+
function lr(o) {
|
|
658
776
|
return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
|
|
659
777
|
}
|
|
660
|
-
function
|
|
778
|
+
function Sr(o) {
|
|
661
779
|
return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
|
|
662
780
|
}
|
|
663
|
-
class Ze extends
|
|
781
|
+
class Ze extends we {
|
|
664
782
|
constructor() {
|
|
665
783
|
super(...arguments);
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
784
|
+
R(this, "defaultIframePrefix", "disclosure-request-box");
|
|
785
|
+
R(this, "passkeyPopupWindow", null);
|
|
786
|
+
R(this, "popupListener", null);
|
|
787
|
+
R(this, "isReadyCallbackFired", !1);
|
|
670
788
|
}
|
|
671
789
|
iframeUrl() {
|
|
672
|
-
return
|
|
790
|
+
return dr(this.options, this.uniqueIdentifier);
|
|
673
791
|
}
|
|
674
|
-
mount(
|
|
675
|
-
return
|
|
676
|
-
return this.isReadyCallbackFired = !1, yield
|
|
792
|
+
mount(a) {
|
|
793
|
+
return M(this, null, function* () {
|
|
794
|
+
return this.isReadyCallbackFired = !1, yield ve(Ze.prototype, this, "mount").call(this, a), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
|
|
677
795
|
this.notifyReady();
|
|
678
796
|
}, this) : this;
|
|
679
797
|
});
|
|
680
798
|
}
|
|
681
799
|
unmount() {
|
|
682
|
-
var
|
|
683
|
-
this.removePopupListener(), (
|
|
800
|
+
var a;
|
|
801
|
+
this.removePopupListener(), (a = this.passkeyPopupWindow) == null || a.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
|
|
684
802
|
}
|
|
685
803
|
setupListeners() {
|
|
686
|
-
return
|
|
687
|
-
yield
|
|
688
|
-
onInfo: (
|
|
804
|
+
return M(this, null, function* () {
|
|
805
|
+
yield ve(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
|
|
806
|
+
onInfo: (a) => this.handleInfoEvent(a)
|
|
689
807
|
});
|
|
690
808
|
});
|
|
691
809
|
}
|
|
692
810
|
handleIframeReady() {
|
|
693
|
-
return
|
|
811
|
+
return M(this, null, function* () {
|
|
694
812
|
this.notifyReady();
|
|
695
813
|
});
|
|
696
814
|
}
|
|
697
815
|
notifyReady() {
|
|
698
|
-
var
|
|
699
|
-
this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (
|
|
816
|
+
var a, f;
|
|
817
|
+
this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (f = (a = this.options).onReady) == null || f.call(a));
|
|
700
818
|
}
|
|
701
|
-
triggerEvent(
|
|
702
|
-
this.options.onEvent(
|
|
819
|
+
triggerEvent(a) {
|
|
820
|
+
this.options.onEvent(a);
|
|
703
821
|
}
|
|
704
822
|
mountPopupListener() {
|
|
705
|
-
return
|
|
706
|
-
const
|
|
707
|
-
this.removePopupListener(), this.popupListener =
|
|
708
|
-
return
|
|
823
|
+
return M(this, null, function* () {
|
|
824
|
+
const a = yield Promise.resolve().then(() => Ie);
|
|
825
|
+
this.removePopupListener(), this.popupListener = a.on(Ki, (u) => M(this, [u], function* ({ data: f }) {
|
|
826
|
+
return f.eventName !== "PASSKEY_REGISTERED" && f.eventName !== "PASSKEY_AUTHENTICATED" || f.identifier !== this.uniqueIdentifier || (f.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
|
|
709
827
|
eventName: "PASSKEY_REGISTERED",
|
|
710
828
|
type: "PASSKEY_REGISTERED",
|
|
711
829
|
identifier: this.uniqueIdentifier
|
|
712
|
-
})),
|
|
830
|
+
})), f.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
|
|
713
831
|
eventName: "PASSKEY_AUTHENTICATED",
|
|
714
832
|
type: "PASSKEY_AUTHENTICATED",
|
|
715
833
|
identifier: this.uniqueIdentifier
|
|
@@ -720,18 +838,18 @@ class Ze extends be {
|
|
|
720
838
|
removePopupListener() {
|
|
721
839
|
this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
|
|
722
840
|
}
|
|
723
|
-
handleInfoEvent(
|
|
724
|
-
if (this.triggerEvent(
|
|
725
|
-
this.openPasskeyRegistrationPopup(
|
|
841
|
+
handleInfoEvent(a) {
|
|
842
|
+
if (this.triggerEvent(a), lr(a)) {
|
|
843
|
+
this.openPasskeyRegistrationPopup(a);
|
|
726
844
|
return;
|
|
727
845
|
}
|
|
728
|
-
|
|
846
|
+
Sr(a) && this.openPasskeyAuthenticationPopup(a);
|
|
729
847
|
}
|
|
730
|
-
notifyPasskeyEvent(
|
|
848
|
+
notifyPasskeyEvent(a) {
|
|
731
849
|
var u;
|
|
732
850
|
if (!((u = this.iframe) != null && u.contentWindow)) return;
|
|
733
|
-
const
|
|
734
|
-
this.iframe.contentWindow.postMessage(JSON.stringify({ type:
|
|
851
|
+
const f = new URL(this.iframe.src).origin;
|
|
852
|
+
this.iframe.contentWindow.postMessage(JSON.stringify({ type: a }), f);
|
|
735
853
|
}
|
|
736
854
|
notifyPasskeyRegistered() {
|
|
737
855
|
this.notifyPasskeyEvent("PASSKEY_REGISTERED");
|
|
@@ -739,108 +857,108 @@ class Ze extends be {
|
|
|
739
857
|
notifyPasskeyAuthenticated() {
|
|
740
858
|
this.notifyPasskeyEvent("PASSKEY_AUTHENTICATED");
|
|
741
859
|
}
|
|
742
|
-
openPasskeyRegistrationPopup(
|
|
743
|
-
if (!
|
|
744
|
-
const
|
|
745
|
-
sessionToken:
|
|
746
|
-
companyId:
|
|
860
|
+
openPasskeyRegistrationPopup(a) {
|
|
861
|
+
if (!a.sessionToken || !a.companyId) return;
|
|
862
|
+
const f = cr(this.options, {
|
|
863
|
+
sessionToken: a.sessionToken,
|
|
864
|
+
companyId: a.companyId,
|
|
747
865
|
identifier: this.uniqueIdentifier
|
|
748
866
|
});
|
|
749
|
-
this.passkeyPopupWindow = window.open(
|
|
867
|
+
this.passkeyPopupWindow = window.open(f, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
|
|
750
868
|
}
|
|
751
|
-
openPasskeyAuthenticationPopup(
|
|
752
|
-
if (!
|
|
753
|
-
const
|
|
754
|
-
requestableToken:
|
|
869
|
+
openPasskeyAuthenticationPopup(a) {
|
|
870
|
+
if (!a.requestableToken) return;
|
|
871
|
+
const f = pr(this.options, {
|
|
872
|
+
requestableToken: a.requestableToken,
|
|
755
873
|
identifier: this.uniqueIdentifier
|
|
756
874
|
});
|
|
757
|
-
this.passkeyPopupWindow = window.open(
|
|
875
|
+
this.passkeyPopupWindow = window.open(f, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
|
|
758
876
|
}
|
|
759
877
|
}
|
|
760
|
-
let
|
|
878
|
+
let te = null, Je = null;
|
|
761
879
|
function Xe(o = null) {
|
|
762
|
-
|
|
880
|
+
te && !te.closed && te.focus(), o == null || o.preventDefault();
|
|
763
881
|
}
|
|
764
|
-
function
|
|
882
|
+
function Ne() {
|
|
765
883
|
document.body.style.filter = "", document.body.removeEventListener("click", Xe);
|
|
766
884
|
}
|
|
767
|
-
function
|
|
768
|
-
|
|
769
|
-
(!
|
|
770
|
-
},
|
|
885
|
+
function ur() {
|
|
886
|
+
Je = setInterval(() => {
|
|
887
|
+
(!te || te.closed) && (Je && clearInterval(Je), Ne());
|
|
888
|
+
}, Ot);
|
|
771
889
|
}
|
|
772
|
-
function
|
|
773
|
-
const s =
|
|
890
|
+
function hr(o) {
|
|
891
|
+
const s = ar(o), a = _t, f = Wt, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, $ = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = $ / window.screen.availWidth, T = ($ - a) / 2 / I + u, x = (y - f) / 2 / I + g, W = [
|
|
774
892
|
"scrollbars=yes",
|
|
775
|
-
`width=${
|
|
776
|
-
`height=${
|
|
777
|
-
`top=${
|
|
778
|
-
`left=${
|
|
779
|
-
].join(","),
|
|
780
|
-
|
|
893
|
+
`width=${a}`,
|
|
894
|
+
`height=${f}`,
|
|
895
|
+
`top=${x}`,
|
|
896
|
+
`left=${T}`
|
|
897
|
+
].join(","), F = window.open("about:blank", "Soyio", W);
|
|
898
|
+
F ? (te = F, te.location.href = s, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), ur()) : (Ne(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
|
|
781
899
|
}
|
|
782
|
-
function
|
|
783
|
-
|
|
900
|
+
function Cr() {
|
|
901
|
+
te && (te.close(), te = null), Ne();
|
|
784
902
|
}
|
|
785
|
-
let
|
|
786
|
-
function
|
|
787
|
-
|
|
903
|
+
let be = null;
|
|
904
|
+
function Pr() {
|
|
905
|
+
be && (be.cancel(), be = null);
|
|
788
906
|
}
|
|
789
|
-
function
|
|
790
|
-
return
|
|
791
|
-
const { onEvent: s } = o,
|
|
792
|
-
|
|
793
|
-
return s(
|
|
907
|
+
function gr(o) {
|
|
908
|
+
return M(this, null, function* () {
|
|
909
|
+
const { onEvent: s } = o, a = yield Promise.resolve().then(() => Ie);
|
|
910
|
+
be && Pr(), be = a.on(Ki, (u) => M(null, [u], function* ({ data: f }) {
|
|
911
|
+
return s(f), At.includes(f.eventName) ? Cr() : f.eventName === Lt && Ne(), Promise.resolve();
|
|
794
912
|
}));
|
|
795
913
|
});
|
|
796
914
|
}
|
|
797
|
-
function
|
|
798
|
-
|
|
915
|
+
function mr(o) {
|
|
916
|
+
gr(o);
|
|
799
917
|
}
|
|
800
|
-
var
|
|
801
|
-
class
|
|
918
|
+
var _e, Ji;
|
|
919
|
+
class Lr {
|
|
802
920
|
constructor(s) {
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
this.onEvent = s.onEvent, Le && (
|
|
806
|
-
onEvent:
|
|
921
|
+
Wi(this, _e);
|
|
922
|
+
R(this, "onEvent");
|
|
923
|
+
this.onEvent = s.onEvent, Le && (hr(s), mr({
|
|
924
|
+
onEvent: Oi(this, _e, Ji).bind(this)
|
|
807
925
|
}));
|
|
808
926
|
}
|
|
809
927
|
}
|
|
810
|
-
|
|
928
|
+
_e = new WeakSet(), Ji = function(s) {
|
|
811
929
|
this.onEvent(s);
|
|
812
930
|
};
|
|
813
|
-
const hr = "#/definitions/SoyioAppearance", Pr = "http://json-schema.org/draft-07/schema#", gr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"}}`), Er = {
|
|
814
|
-
$ref: hr,
|
|
815
|
-
$schema: Pr,
|
|
816
|
-
definitions: gr
|
|
817
|
-
}, $r = "#/definitions/SoyioWidgetConfig", mr = "http://json-schema.org/draft-07/schema#", yr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Dr = {
|
|
931
|
+
const $r = "#/definitions/SoyioAppearance", yr = "http://json-schema.org/draft-07/schema#", vr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"}}`), _r = {
|
|
818
932
|
$ref: $r,
|
|
819
|
-
$schema:
|
|
820
|
-
definitions:
|
|
933
|
+
$schema: yr,
|
|
934
|
+
definitions: vr
|
|
935
|
+
}, br = "#/definitions/SoyioWidgetConfig", wr = "http://json-schema.org/draft-07/schema#", Ir = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"requestableDataCategories":{"items":{"$ref":"#/definitions/PrivacyCenterRequestableDataCategoryOption"},"type":"array"},"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":{"allowMultipleOpenScopeGroups":{"type":"boolean"},"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"},"PrivacyCenterRequestableDataCategoryOption":{"additionalProperties":false,"properties":{"description":{"type":"string"},"label":{"type":"string"},"value":{"$ref":"#/definitions/UserDataCategoryKey"}},"required":["value"],"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."},"UserDataCategoryKey":{"enum":["user","user.account","user.authorization","user.behavior","user.biometric","user.childrens","user.contact","user.content","user.demographic","user.location","user.device","user.payment","user.social","user.unique_id","user.telemetry","user.user_sensor","user.workplace","user.sensor","user.financial","user.government_id","user.health_and_medical","user.name","user.criminal_history","user.privacy_preferences","user.job_title","user.account.settings","user.account.username","user.authorization.credentials","user.authorization.biometric","user.authorization.password","user.behavior.browsing_history","user.behavior.media_consumption","user.behavior.purchase_history","user.behavior.search_history","user.biometric.fingerprint","user.biometric.retinal","user.biometric.voice","user.biometric.health","user.contact.address","user.contact.email","user.contact.phone_number","user.contact.url","user.contact.fax_number","user.contact.organization","user.contact.address.city","user.contact.address.country","user.contact.address.postal_code","user.contact.address.state","user.contact.address.street","user.content.private","user.content.public","user.content.self_image","user.demographic.age_range","user.demographic.date_of_birth","user.demographic.gender","user.demographic.language","user.demographic.marital_status","user.demographic.political_opinion","user.demographic.profile","user.demographic.race_ethnicity","user.demographic.religious_belief","user.demographic.sexual_orientation","user.demographic.nationality","user.device.cookie","user.device.cookie_id","user.device.device_id","user.device.ip_address","user.financial.bank_account","user.financial.credit_card","user.government_id.birth_certificate","user.government_id.drivers_license_number","user.government_id.immigration","user.government_id.national_identification_number","user.government_id.passport_number","user.government_id.vehicle_registration","user.health_and_medical.genetic","user.health_and_medical.insurance_beneficiary_id","user.health_and_medical.record_id","user.labor_activity","user.labor_activity.profession","user.labor_activity.job_title","user.labor_activity.worker_type","user.labor_activity.salary","user.labor_activity.workplace","user.location.imprecise","user.location.precise","user.name.first","user.name.last","user.unique_id.pseudonymous"],"type":"string"}}`), Wr = {
|
|
936
|
+
$ref: br,
|
|
937
|
+
$schema: wr,
|
|
938
|
+
definitions: Ir
|
|
821
939
|
};
|
|
822
|
-
function
|
|
940
|
+
function Tr(o) {
|
|
823
941
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
824
942
|
}
|
|
825
|
-
var Qe = { exports: {} }, Ae = { exports: {} },
|
|
826
|
-
function
|
|
827
|
-
return
|
|
828
|
-
(function(
|
|
829
|
-
o.exports =
|
|
830
|
-
})(typeof self != "undefined" ? self :
|
|
831
|
-
return function(
|
|
832
|
-
var
|
|
943
|
+
var Qe = { exports: {} }, Ae = { exports: {} }, kr = Ae.exports, Hi;
|
|
944
|
+
function Rr() {
|
|
945
|
+
return Hi || (Hi = 1, (function(o, s) {
|
|
946
|
+
(function(a, f) {
|
|
947
|
+
o.exports = f();
|
|
948
|
+
})(typeof self != "undefined" ? self : kr, (function() {
|
|
949
|
+
return (function(a) {
|
|
950
|
+
var f = {};
|
|
833
951
|
function u(g) {
|
|
834
|
-
if (
|
|
835
|
-
var
|
|
952
|
+
if (f[g]) return f[g].exports;
|
|
953
|
+
var $ = f[g] = {
|
|
836
954
|
i: g,
|
|
837
955
|
l: !1,
|
|
838
956
|
exports: {}
|
|
839
957
|
};
|
|
840
|
-
return
|
|
958
|
+
return a[g].call($.exports, $, $.exports, u), $.l = !0, $.exports;
|
|
841
959
|
}
|
|
842
|
-
return u.m =
|
|
843
|
-
u.o(g,
|
|
960
|
+
return u.m = a, u.c = f, u.d = function(g, $, y) {
|
|
961
|
+
u.o(g, $) || Object.defineProperty(g, $, {
|
|
844
962
|
enumerable: !0,
|
|
845
963
|
get: y
|
|
846
964
|
});
|
|
@@ -850,61 +968,61 @@ function wr() {
|
|
|
850
968
|
}), Object.defineProperty(g, "__esModule", {
|
|
851
969
|
value: !0
|
|
852
970
|
});
|
|
853
|
-
}, u.t = function(g,
|
|
854
|
-
if (1 &
|
|
971
|
+
}, u.t = function(g, $) {
|
|
972
|
+
if (1 & $ && (g = u(g)), 8 & $ || 4 & $ && typeof g == "object" && g && g.__esModule) return g;
|
|
855
973
|
var y = /* @__PURE__ */ Object.create(null);
|
|
856
974
|
if (u.r(y), Object.defineProperty(y, "default", {
|
|
857
975
|
enumerable: !0,
|
|
858
976
|
value: g
|
|
859
|
-
}), 2 &
|
|
860
|
-
return g[
|
|
977
|
+
}), 2 & $ && typeof g != "string") for (var I in g) u.d(y, I, function(T) {
|
|
978
|
+
return g[T];
|
|
861
979
|
}.bind(null, I));
|
|
862
980
|
return y;
|
|
863
981
|
}, u.n = function(g) {
|
|
864
|
-
var
|
|
982
|
+
var $ = g && g.__esModule ? function() {
|
|
865
983
|
return g.default;
|
|
866
984
|
} : function() {
|
|
867
985
|
return g;
|
|
868
986
|
};
|
|
869
|
-
return u.d(
|
|
870
|
-
}, u.o = function(g,
|
|
871
|
-
return {}.hasOwnProperty.call(g,
|
|
987
|
+
return u.d($, "a", $), $;
|
|
988
|
+
}, u.o = function(g, $) {
|
|
989
|
+
return {}.hasOwnProperty.call(g, $);
|
|
872
990
|
}, u.p = "", u(u.s = 0);
|
|
873
|
-
}([function(
|
|
874
|
-
u.r(
|
|
991
|
+
})([function(a, f, u) {
|
|
992
|
+
u.r(f), u.d(f, "Promise", (function() {
|
|
875
993
|
return E;
|
|
876
|
-
}), u.d(
|
|
877
|
-
return
|
|
878
|
-
}), u.d(
|
|
879
|
-
return
|
|
880
|
-
}), u.d(
|
|
994
|
+
})), u.d(f, "TYPES", (function() {
|
|
995
|
+
return Pt;
|
|
996
|
+
})), u.d(f, "ProxyWindow", (function() {
|
|
997
|
+
return Z;
|
|
998
|
+
})), u.d(f, "setup", (function() {
|
|
881
999
|
return xi;
|
|
882
|
-
}), u.d(
|
|
1000
|
+
})), u.d(f, "destroy", (function() {
|
|
883
1001
|
return Ct;
|
|
884
|
-
}), u.d(
|
|
885
|
-
return pt;
|
|
886
|
-
}), u.d(a, "deserializeMessage", function() {
|
|
1002
|
+
})), u.d(f, "serializeMessage", (function() {
|
|
887
1003
|
return lt;
|
|
888
|
-
}), u.d(
|
|
1004
|
+
})), u.d(f, "deserializeMessage", (function() {
|
|
889
1005
|
return St;
|
|
890
|
-
}), u.d(
|
|
1006
|
+
})), u.d(f, "createProxyWindow", (function() {
|
|
891
1007
|
return ut;
|
|
892
|
-
}), u.d(
|
|
893
|
-
return
|
|
894
|
-
}), u.d(
|
|
895
|
-
return
|
|
896
|
-
}), u.d(
|
|
897
|
-
return
|
|
898
|
-
}), u.d(
|
|
1008
|
+
})), u.d(f, "toProxyWindow", (function() {
|
|
1009
|
+
return ht;
|
|
1010
|
+
})), u.d(f, "on", (function() {
|
|
1011
|
+
return ce;
|
|
1012
|
+
})), u.d(f, "once", (function() {
|
|
1013
|
+
return pt;
|
|
1014
|
+
})), u.d(f, "send", (function() {
|
|
1015
|
+
return ne;
|
|
1016
|
+
})), u.d(f, "markWindowKnown", (function() {
|
|
899
1017
|
return Pi;
|
|
900
|
-
}), u.d(
|
|
901
|
-
return
|
|
902
|
-
}), u.d(
|
|
903
|
-
});
|
|
1018
|
+
})), u.d(f, "cleanUpWindow", (function() {
|
|
1019
|
+
return gt;
|
|
1020
|
+
})), u.d(f, "bridge", (function() {
|
|
1021
|
+
}));
|
|
904
1022
|
function g(e) {
|
|
905
1023
|
return {}.toString.call(e) === "[object RegExp]";
|
|
906
1024
|
}
|
|
907
|
-
var
|
|
1025
|
+
var $ = `Call was rejected by callee.\r
|
|
908
1026
|
`;
|
|
909
1027
|
function y(e) {
|
|
910
1028
|
return e === void 0 && (e = window), e.location.protocol;
|
|
@@ -916,29 +1034,29 @@ function wr() {
|
|
|
916
1034
|
}
|
|
917
1035
|
return y(e);
|
|
918
1036
|
}
|
|
919
|
-
function
|
|
1037
|
+
function T(e) {
|
|
920
1038
|
return e === void 0 && (e = window), I(e) === "about:";
|
|
921
1039
|
}
|
|
922
|
-
function
|
|
1040
|
+
function x(e) {
|
|
923
1041
|
if (e === void 0 && (e = window), e) try {
|
|
924
1042
|
if (e.parent && e.parent !== e) return e.parent;
|
|
925
1043
|
} catch (t) {
|
|
926
1044
|
}
|
|
927
1045
|
}
|
|
928
|
-
function
|
|
929
|
-
if (e === void 0 && (e = window), e && !
|
|
1046
|
+
function W(e) {
|
|
1047
|
+
if (e === void 0 && (e = window), e && !x(e)) try {
|
|
930
1048
|
return e.opener;
|
|
931
1049
|
} catch (t) {
|
|
932
1050
|
}
|
|
933
1051
|
}
|
|
934
|
-
function
|
|
1052
|
+
function F(e) {
|
|
935
1053
|
try {
|
|
936
1054
|
return !0;
|
|
937
1055
|
} catch (t) {
|
|
938
1056
|
}
|
|
939
1057
|
return !1;
|
|
940
1058
|
}
|
|
941
|
-
function
|
|
1059
|
+
function B(e) {
|
|
942
1060
|
e === void 0 && (e = window);
|
|
943
1061
|
var t = e.location;
|
|
944
1062
|
if (!t) throw new Error("Can not read window location");
|
|
@@ -946,20 +1064,20 @@ function wr() {
|
|
|
946
1064
|
if (!i) throw new Error("Can not read window protocol");
|
|
947
1065
|
if (i === "file:") return "file://";
|
|
948
1066
|
if (i === "about:") {
|
|
949
|
-
var r =
|
|
950
|
-
return r &&
|
|
1067
|
+
var r = x(e);
|
|
1068
|
+
return r && F() ? B(r) : "about://";
|
|
951
1069
|
}
|
|
952
1070
|
var n = t.host;
|
|
953
1071
|
if (!n) throw new Error("Can not read window host");
|
|
954
1072
|
return i + "//" + n;
|
|
955
1073
|
}
|
|
956
|
-
function
|
|
1074
|
+
function O(e) {
|
|
957
1075
|
e === void 0 && (e = window);
|
|
958
|
-
var t =
|
|
1076
|
+
var t = B(e);
|
|
959
1077
|
return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
|
|
960
1078
|
}
|
|
961
|
-
function
|
|
962
|
-
if (!function(t) {
|
|
1079
|
+
function G(e) {
|
|
1080
|
+
if (!(function(t) {
|
|
963
1081
|
try {
|
|
964
1082
|
if (t === window) return !0;
|
|
965
1083
|
} catch (r) {
|
|
@@ -970,35 +1088,35 @@ function wr() {
|
|
|
970
1088
|
} catch (r) {
|
|
971
1089
|
}
|
|
972
1090
|
try {
|
|
973
|
-
if (
|
|
1091
|
+
if (T(t) && F()) return !0;
|
|
974
1092
|
} catch (r) {
|
|
975
1093
|
}
|
|
976
1094
|
try {
|
|
977
|
-
if (function(r) {
|
|
1095
|
+
if ((function(r) {
|
|
978
1096
|
return r === void 0 && (r = window), I(r) === "mock:";
|
|
979
|
-
}(t) &&
|
|
1097
|
+
})(t) && F()) return !0;
|
|
980
1098
|
} catch (r) {
|
|
981
1099
|
}
|
|
982
1100
|
try {
|
|
983
|
-
if (
|
|
1101
|
+
if (B(t) === B(window)) return !0;
|
|
984
1102
|
} catch (r) {
|
|
985
1103
|
}
|
|
986
1104
|
return !1;
|
|
987
|
-
}(e)) return !1;
|
|
1105
|
+
})(e)) return !1;
|
|
988
1106
|
try {
|
|
989
|
-
if (e === window ||
|
|
1107
|
+
if (e === window || T(e) && F() || O(window) === O(e)) return !0;
|
|
990
1108
|
} catch (t) {
|
|
991
1109
|
}
|
|
992
1110
|
return !1;
|
|
993
1111
|
}
|
|
994
|
-
function
|
|
995
|
-
if (!
|
|
1112
|
+
function V(e) {
|
|
1113
|
+
if (!G(e)) throw new Error("Expected window to be same domain");
|
|
996
1114
|
return e;
|
|
997
1115
|
}
|
|
998
|
-
function
|
|
1116
|
+
function H(e, t) {
|
|
999
1117
|
if (!e || !t) return !1;
|
|
1000
|
-
var i =
|
|
1001
|
-
return i ? i === e : function(r) {
|
|
1118
|
+
var i = x(t);
|
|
1119
|
+
return i ? i === e : (function(r) {
|
|
1002
1120
|
var n = [];
|
|
1003
1121
|
try {
|
|
1004
1122
|
for (; r.parent !== r; )
|
|
@@ -1006,9 +1124,9 @@ function wr() {
|
|
|
1006
1124
|
} catch (d) {
|
|
1007
1125
|
}
|
|
1008
1126
|
return n;
|
|
1009
|
-
}(t).indexOf(e) !== -1;
|
|
1127
|
+
})(t).indexOf(e) !== -1;
|
|
1010
1128
|
}
|
|
1011
|
-
function
|
|
1129
|
+
function re(e) {
|
|
1012
1130
|
var t = [], i;
|
|
1013
1131
|
try {
|
|
1014
1132
|
i = e.frames;
|
|
@@ -1045,8 +1163,8 @@ function wr() {
|
|
|
1045
1163
|
}
|
|
1046
1164
|
return t;
|
|
1047
1165
|
}
|
|
1048
|
-
var
|
|
1049
|
-
function
|
|
1166
|
+
var oe = [], se = [];
|
|
1167
|
+
function N(e, t) {
|
|
1050
1168
|
t === void 0 && (t = !0);
|
|
1051
1169
|
try {
|
|
1052
1170
|
if (e === window) return !1;
|
|
@@ -1061,9 +1179,9 @@ function wr() {
|
|
|
1061
1179
|
try {
|
|
1062
1180
|
if (e.closed) return !0;
|
|
1063
1181
|
} catch (n) {
|
|
1064
|
-
return !n || n.message !==
|
|
1182
|
+
return !n || n.message !== $;
|
|
1065
1183
|
}
|
|
1066
|
-
if (t &&
|
|
1184
|
+
if (t && G(e)) try {
|
|
1067
1185
|
if (e.mockclosed) return !0;
|
|
1068
1186
|
} catch (n) {
|
|
1069
1187
|
}
|
|
@@ -1071,16 +1189,16 @@ function wr() {
|
|
|
1071
1189
|
if (!e.parent || !e.top) return !0;
|
|
1072
1190
|
} catch (n) {
|
|
1073
1191
|
}
|
|
1074
|
-
var i = function(n, d) {
|
|
1192
|
+
var i = (function(n, d) {
|
|
1075
1193
|
for (var c = 0; c < n.length; c++) try {
|
|
1076
1194
|
if (n[c] === d) return c;
|
|
1077
1195
|
} catch (S) {
|
|
1078
1196
|
}
|
|
1079
1197
|
return -1;
|
|
1080
|
-
}(
|
|
1198
|
+
})(oe, e);
|
|
1081
1199
|
if (i !== -1) {
|
|
1082
|
-
var r =
|
|
1083
|
-
if (r && function(n) {
|
|
1200
|
+
var r = se[i];
|
|
1201
|
+
if (r && (function(n) {
|
|
1084
1202
|
if (!n.contentWindow || !n.parentNode) return !0;
|
|
1085
1203
|
var d = n.ownerDocument;
|
|
1086
1204
|
if (d && d.documentElement && !d.documentElement.contains(n)) {
|
|
@@ -1088,52 +1206,52 @@ function wr() {
|
|
|
1088
1206
|
if (!c.host || !d.documentElement.contains(c.host)) return !0;
|
|
1089
1207
|
}
|
|
1090
1208
|
return !1;
|
|
1091
|
-
}(r)) return !0;
|
|
1209
|
+
})(r)) return !0;
|
|
1092
1210
|
}
|
|
1093
1211
|
return !1;
|
|
1094
1212
|
}
|
|
1095
|
-
function
|
|
1096
|
-
return e === void 0 && (e = window),
|
|
1213
|
+
function pe(e) {
|
|
1214
|
+
return e === void 0 && (e = window), W(e = e || window) || x(e) || void 0;
|
|
1097
1215
|
}
|
|
1098
|
-
function
|
|
1216
|
+
function ee(e, t) {
|
|
1099
1217
|
if (typeof e == "string") {
|
|
1100
1218
|
if (typeof t == "string") return e === "*" || t === e;
|
|
1101
1219
|
if (g(t) || Array.isArray(t)) return !1;
|
|
1102
1220
|
}
|
|
1103
|
-
return g(e) ? g(t) ? e.toString() === t.toString() : !Array.isArray(t) && !!t.match(e) : !!Array.isArray(e) && (Array.isArray(t) ? JSON.stringify(e) === JSON.stringify(t) : !g(t) && e.some(function(i) {
|
|
1104
|
-
return
|
|
1105
|
-
}));
|
|
1221
|
+
return g(e) ? g(t) ? e.toString() === t.toString() : !Array.isArray(t) && !!t.match(e) : !!Array.isArray(e) && (Array.isArray(t) ? JSON.stringify(e) === JSON.stringify(t) : !g(t) && e.some((function(i) {
|
|
1222
|
+
return ee(i, t);
|
|
1223
|
+
})));
|
|
1106
1224
|
}
|
|
1107
1225
|
function Te(e) {
|
|
1108
1226
|
try {
|
|
1109
1227
|
if (e === window) return !0;
|
|
1110
1228
|
} catch (t) {
|
|
1111
|
-
if (t && t.message ===
|
|
1229
|
+
if (t && t.message === $) return !0;
|
|
1112
1230
|
}
|
|
1113
1231
|
try {
|
|
1114
1232
|
if ({}.toString.call(e) === "[object Window]") return !0;
|
|
1115
1233
|
} catch (t) {
|
|
1116
|
-
if (t && t.message ===
|
|
1234
|
+
if (t && t.message === $) return !0;
|
|
1117
1235
|
}
|
|
1118
1236
|
try {
|
|
1119
1237
|
if (window.Window && e instanceof window.Window) return !0;
|
|
1120
1238
|
} catch (t) {
|
|
1121
|
-
if (t && t.message ===
|
|
1239
|
+
if (t && t.message === $) return !0;
|
|
1122
1240
|
}
|
|
1123
1241
|
try {
|
|
1124
1242
|
if (e && e.self === e) return !0;
|
|
1125
1243
|
} catch (t) {
|
|
1126
|
-
if (t && t.message ===
|
|
1244
|
+
if (t && t.message === $) return !0;
|
|
1127
1245
|
}
|
|
1128
1246
|
try {
|
|
1129
1247
|
if (e && e.parent === e) return !0;
|
|
1130
1248
|
} catch (t) {
|
|
1131
|
-
if (t && t.message ===
|
|
1249
|
+
if (t && t.message === $) return !0;
|
|
1132
1250
|
}
|
|
1133
1251
|
try {
|
|
1134
1252
|
if (e && e.top === e) return !0;
|
|
1135
1253
|
} catch (t) {
|
|
1136
|
-
if (t && t.message ===
|
|
1254
|
+
if (t && t.message === $) return !0;
|
|
1137
1255
|
}
|
|
1138
1256
|
try {
|
|
1139
1257
|
if (e && e.__cross_domain_utils_window_check__ === "__unlikely_value__") return !1;
|
|
@@ -1147,16 +1265,16 @@ function wr() {
|
|
|
1147
1265
|
return !1;
|
|
1148
1266
|
}
|
|
1149
1267
|
function ti(e) {
|
|
1150
|
-
if (
|
|
1268
|
+
if (G(e)) return V(e).frameElement;
|
|
1151
1269
|
for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
|
|
1152
1270
|
var r = i[t];
|
|
1153
1271
|
if (r && r.contentWindow && r.contentWindow === e) return r;
|
|
1154
1272
|
}
|
|
1155
1273
|
}
|
|
1156
|
-
function
|
|
1157
|
-
if (function(i) {
|
|
1158
|
-
return i === void 0 && (i = window), !!
|
|
1159
|
-
}(e)) {
|
|
1274
|
+
function Zi(e) {
|
|
1275
|
+
if ((function(i) {
|
|
1276
|
+
return i === void 0 && (i = window), !!x(i);
|
|
1277
|
+
})(e)) {
|
|
1160
1278
|
var t = ti(e);
|
|
1161
1279
|
if (t && t.parentElement) {
|
|
1162
1280
|
t.parentElement.removeChild(t);
|
|
@@ -1168,7 +1286,7 @@ function wr() {
|
|
|
1168
1286
|
} catch (i) {
|
|
1169
1287
|
}
|
|
1170
1288
|
}
|
|
1171
|
-
function
|
|
1289
|
+
function ae(e) {
|
|
1172
1290
|
try {
|
|
1173
1291
|
if (!e) return !1;
|
|
1174
1292
|
if (typeof Promise != "undefined" && e instanceof Promise) return !0;
|
|
@@ -1184,79 +1302,79 @@ function wr() {
|
|
|
1184
1302
|
}
|
|
1185
1303
|
return !1;
|
|
1186
1304
|
}
|
|
1187
|
-
var ri = [],
|
|
1305
|
+
var ri = [], le = [], Me = 0, Se;
|
|
1188
1306
|
function ni() {
|
|
1189
|
-
if (!
|
|
1190
|
-
var e =
|
|
1191
|
-
|
|
1307
|
+
if (!Me && Se) {
|
|
1308
|
+
var e = Se;
|
|
1309
|
+
Se = null, e.resolve();
|
|
1192
1310
|
}
|
|
1193
1311
|
}
|
|
1194
|
-
function
|
|
1195
|
-
|
|
1312
|
+
function Be() {
|
|
1313
|
+
Me += 1;
|
|
1196
1314
|
}
|
|
1197
|
-
function
|
|
1198
|
-
|
|
1315
|
+
function ue() {
|
|
1316
|
+
Me -= 1, ni();
|
|
1199
1317
|
}
|
|
1200
|
-
var E = function() {
|
|
1318
|
+
var E = (function() {
|
|
1201
1319
|
function e(i) {
|
|
1202
1320
|
var r = this;
|
|
1203
1321
|
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) {
|
|
1204
1322
|
var n, d, c = !1, S = !1, l = !1;
|
|
1205
|
-
|
|
1323
|
+
Be();
|
|
1206
1324
|
try {
|
|
1207
|
-
i(function(p) {
|
|
1325
|
+
i((function(p) {
|
|
1208
1326
|
l ? r.resolve(p) : (c = !0, n = p);
|
|
1209
|
-
}, function(p) {
|
|
1327
|
+
}), (function(p) {
|
|
1210
1328
|
l ? r.reject(p) : (S = !0, d = p);
|
|
1211
|
-
});
|
|
1329
|
+
}));
|
|
1212
1330
|
} catch (p) {
|
|
1213
|
-
|
|
1331
|
+
ue(), this.reject(p);
|
|
1214
1332
|
return;
|
|
1215
1333
|
}
|
|
1216
|
-
|
|
1334
|
+
ue(), l = !0, c ? this.resolve(n) : S && this.reject(d);
|
|
1217
1335
|
}
|
|
1218
1336
|
}
|
|
1219
1337
|
var t = e.prototype;
|
|
1220
1338
|
return t.resolve = function(i) {
|
|
1221
1339
|
if (this.resolved || this.rejected) return this;
|
|
1222
|
-
if (
|
|
1340
|
+
if (ae(i)) throw new Error("Can not resolve promise with another promise");
|
|
1223
1341
|
return this.resolved = !0, this.value = i, this.dispatch(), this;
|
|
1224
1342
|
}, t.reject = function(i) {
|
|
1225
1343
|
var r = this;
|
|
1226
1344
|
if (this.resolved || this.rejected) return this;
|
|
1227
|
-
if (
|
|
1345
|
+
if (ae(i)) throw new Error("Can not reject promise with another promise");
|
|
1228
1346
|
if (!i) {
|
|
1229
1347
|
var n = i && typeof i.toString == "function" ? i.toString() : {}.toString.call(i);
|
|
1230
1348
|
i = new Error("Expected reject to be called with Error, got " + n);
|
|
1231
1349
|
}
|
|
1232
|
-
return this.rejected = !0, this.error = i, this.errorHandled || setTimeout(function() {
|
|
1233
|
-
r.errorHandled || function(d, c) {
|
|
1350
|
+
return this.rejected = !0, this.error = i, this.errorHandled || setTimeout((function() {
|
|
1351
|
+
r.errorHandled || (function(d, c) {
|
|
1234
1352
|
if (ri.indexOf(d) === -1) {
|
|
1235
|
-
ri.push(d), setTimeout(function() {
|
|
1353
|
+
ri.push(d), setTimeout((function() {
|
|
1236
1354
|
throw d;
|
|
1237
|
-
}, 1);
|
|
1238
|
-
for (var S = 0; S <
|
|
1355
|
+
}), 1);
|
|
1356
|
+
for (var S = 0; S < le.length; S++) le[S](d, c);
|
|
1239
1357
|
}
|
|
1240
|
-
}(i, r);
|
|
1241
|
-
}, 1), this.dispatch(), this;
|
|
1358
|
+
})(i, r);
|
|
1359
|
+
}), 1), this.dispatch(), this;
|
|
1242
1360
|
}, t.asyncReject = function(i) {
|
|
1243
1361
|
return this.errorHandled = !0, this.reject(i), this;
|
|
1244
1362
|
}, t.dispatch = function() {
|
|
1245
1363
|
var i = this.resolved, r = this.rejected, n = this.handlers;
|
|
1246
1364
|
if (!this.dispatching && (i || r)) {
|
|
1247
|
-
this.dispatching = !0,
|
|
1248
|
-
for (var d = function(
|
|
1249
|
-
return
|
|
1365
|
+
this.dispatching = !0, Be();
|
|
1366
|
+
for (var d = function(m, w) {
|
|
1367
|
+
return m.then((function(v) {
|
|
1250
1368
|
w.resolve(v);
|
|
1251
|
-
}, function(v) {
|
|
1369
|
+
}), (function(v) {
|
|
1252
1370
|
w.reject(v);
|
|
1253
|
-
});
|
|
1371
|
+
}));
|
|
1254
1372
|
}, c = 0; c < n.length; c++) {
|
|
1255
|
-
var S = n[c], l = S.onSuccess, p = S.onError, P = S.promise,
|
|
1373
|
+
var S = n[c], l = S.onSuccess, p = S.onError, P = S.promise, h = void 0;
|
|
1256
1374
|
if (i) try {
|
|
1257
|
-
|
|
1258
|
-
} catch (
|
|
1259
|
-
P.reject(
|
|
1375
|
+
h = l ? l(this.value) : this.value;
|
|
1376
|
+
} catch (m) {
|
|
1377
|
+
P.reject(m);
|
|
1260
1378
|
continue;
|
|
1261
1379
|
}
|
|
1262
1380
|
else if (r) {
|
|
@@ -1265,18 +1383,18 @@ function wr() {
|
|
|
1265
1383
|
continue;
|
|
1266
1384
|
}
|
|
1267
1385
|
try {
|
|
1268
|
-
|
|
1269
|
-
} catch (
|
|
1270
|
-
P.reject(
|
|
1386
|
+
h = p(this.error);
|
|
1387
|
+
} catch (m) {
|
|
1388
|
+
P.reject(m);
|
|
1271
1389
|
continue;
|
|
1272
1390
|
}
|
|
1273
1391
|
}
|
|
1274
|
-
if (
|
|
1275
|
-
var
|
|
1276
|
-
|
|
1277
|
-
} else
|
|
1392
|
+
if (h instanceof e && (h.resolved || h.rejected)) {
|
|
1393
|
+
var C = h;
|
|
1394
|
+
C.resolved ? P.resolve(C.value) : P.reject(C.error), C.errorHandled = !0;
|
|
1395
|
+
} else ae(h) ? h instanceof e && (h.resolved || h.rejected) ? h.resolved ? P.resolve(h.value) : P.reject(h.error) : d(h, P) : P.resolve(h);
|
|
1278
1396
|
}
|
|
1279
|
-
n.length = 0, this.dispatching = !1,
|
|
1397
|
+
n.length = 0, this.dispatching = !1, ue();
|
|
1280
1398
|
}
|
|
1281
1399
|
}, t.then = function(i, r) {
|
|
1282
1400
|
if (i && typeof i != "function" && !i.call) throw new Error("Promise.then expected a function for success handler");
|
|
@@ -1291,33 +1409,33 @@ function wr() {
|
|
|
1291
1409
|
return this.then(void 0, i);
|
|
1292
1410
|
}, t.finally = function(i) {
|
|
1293
1411
|
if (i && typeof i != "function" && !i.call) throw new Error("Promise.finally expected a function");
|
|
1294
|
-
return this.then(function(r) {
|
|
1295
|
-
return e.try(i).then(function() {
|
|
1412
|
+
return this.then((function(r) {
|
|
1413
|
+
return e.try(i).then((function() {
|
|
1296
1414
|
return r;
|
|
1297
|
-
});
|
|
1298
|
-
}, function(r) {
|
|
1299
|
-
return e.try(i).then(function() {
|
|
1415
|
+
}));
|
|
1416
|
+
}), (function(r) {
|
|
1417
|
+
return e.try(i).then((function() {
|
|
1300
1418
|
throw r;
|
|
1301
|
-
});
|
|
1302
|
-
});
|
|
1419
|
+
}));
|
|
1420
|
+
}));
|
|
1303
1421
|
}, t.timeout = function(i, r) {
|
|
1304
1422
|
var n = this;
|
|
1305
1423
|
if (this.resolved || this.rejected) return this;
|
|
1306
|
-
var d = setTimeout(function() {
|
|
1424
|
+
var d = setTimeout((function() {
|
|
1307
1425
|
n.resolved || n.rejected || n.reject(r || new Error("Promise timed out after " + i + "ms"));
|
|
1308
|
-
}, i);
|
|
1309
|
-
return this.then(function(c) {
|
|
1426
|
+
}), i);
|
|
1427
|
+
return this.then((function(c) {
|
|
1310
1428
|
return clearTimeout(d), c;
|
|
1311
|
-
});
|
|
1429
|
+
}));
|
|
1312
1430
|
}, t.toPromise = function() {
|
|
1313
1431
|
if (typeof Promise == "undefined") throw new TypeError("Could not find Promise");
|
|
1314
1432
|
return Promise.resolve(this);
|
|
1315
1433
|
}, t.lazy = function() {
|
|
1316
1434
|
return this.errorHandled = !0, this;
|
|
1317
1435
|
}, e.resolve = function(i) {
|
|
1318
|
-
return i instanceof e ? i :
|
|
1436
|
+
return i instanceof e ? i : ae(i) ? new e((function(r, n) {
|
|
1319
1437
|
return i.then(r, n);
|
|
1320
|
-
}) : new e().resolve(i);
|
|
1438
|
+
})) : new e().resolve(i);
|
|
1321
1439
|
}, e.reject = function(i) {
|
|
1322
1440
|
return new e().reject(i);
|
|
1323
1441
|
}, e.asyncReject = function(i) {
|
|
@@ -1326,12 +1444,12 @@ function wr() {
|
|
|
1326
1444
|
var r = new e(), n = i.length, d = [].slice();
|
|
1327
1445
|
if (!n)
|
|
1328
1446
|
return r.resolve(d), r;
|
|
1329
|
-
for (var c = function(p, P,
|
|
1330
|
-
return P.then(function(
|
|
1331
|
-
d[p] =
|
|
1332
|
-
}, function(
|
|
1333
|
-
|
|
1334
|
-
});
|
|
1447
|
+
for (var c = function(p, P, h) {
|
|
1448
|
+
return P.then((function(C) {
|
|
1449
|
+
d[p] = C, (n -= 1) == 0 && r.resolve(d);
|
|
1450
|
+
}), (function(C) {
|
|
1451
|
+
h.reject(C);
|
|
1452
|
+
}));
|
|
1335
1453
|
}, S = 0; S < i.length; S++) {
|
|
1336
1454
|
var l = i[S];
|
|
1337
1455
|
if (l instanceof e) {
|
|
@@ -1339,7 +1457,7 @@ function wr() {
|
|
|
1339
1457
|
d[S] = l.value, n -= 1;
|
|
1340
1458
|
continue;
|
|
1341
1459
|
}
|
|
1342
|
-
} else if (!
|
|
1460
|
+
} else if (!ae(l)) {
|
|
1343
1461
|
d[S] = l, n -= 1;
|
|
1344
1462
|
continue;
|
|
1345
1463
|
}
|
|
@@ -1350,48 +1468,48 @@ function wr() {
|
|
|
1350
1468
|
var r = {}, n = [], d = function(S) {
|
|
1351
1469
|
if (i.hasOwnProperty(S)) {
|
|
1352
1470
|
var l = i[S];
|
|
1353
|
-
|
|
1471
|
+
ae(l) ? n.push(l.then((function(p) {
|
|
1354
1472
|
r[S] = p;
|
|
1355
|
-
})) : r[S] = l;
|
|
1473
|
+
}))) : r[S] = l;
|
|
1356
1474
|
}
|
|
1357
1475
|
};
|
|
1358
1476
|
for (var c in i) d(c);
|
|
1359
|
-
return e.all(n).then(function() {
|
|
1477
|
+
return e.all(n).then((function() {
|
|
1360
1478
|
return r;
|
|
1361
|
-
});
|
|
1479
|
+
}));
|
|
1362
1480
|
}, e.map = function(i, r) {
|
|
1363
1481
|
return e.all(i.map(r));
|
|
1364
1482
|
}, e.onPossiblyUnhandledException = function(i) {
|
|
1365
|
-
return function(r) {
|
|
1366
|
-
return
|
|
1483
|
+
return (function(r) {
|
|
1484
|
+
return le.push(r), {
|
|
1367
1485
|
cancel: function() {
|
|
1368
|
-
|
|
1486
|
+
le.splice(le.indexOf(r), 1);
|
|
1369
1487
|
}
|
|
1370
1488
|
};
|
|
1371
|
-
}(i);
|
|
1489
|
+
})(i);
|
|
1372
1490
|
}, e.try = function(i, r, n) {
|
|
1373
1491
|
if (i && typeof i != "function" && !i.call) throw new Error("Promise.try expected a function");
|
|
1374
1492
|
var d;
|
|
1375
|
-
|
|
1493
|
+
Be();
|
|
1376
1494
|
try {
|
|
1377
1495
|
d = i.apply(r, n || []);
|
|
1378
1496
|
} catch (c) {
|
|
1379
|
-
return
|
|
1497
|
+
return ue(), e.reject(c);
|
|
1380
1498
|
}
|
|
1381
|
-
return
|
|
1499
|
+
return ue(), e.resolve(d);
|
|
1382
1500
|
}, e.delay = function(i) {
|
|
1383
|
-
return new e(function(r) {
|
|
1501
|
+
return new e((function(r) {
|
|
1384
1502
|
setTimeout(r, i);
|
|
1385
|
-
});
|
|
1503
|
+
}));
|
|
1386
1504
|
}, e.isPromise = function(i) {
|
|
1387
|
-
return !!(i && i instanceof e) ||
|
|
1505
|
+
return !!(i && i instanceof e) || ae(i);
|
|
1388
1506
|
}, e.flush = function() {
|
|
1389
|
-
return function(i) {
|
|
1390
|
-
var r =
|
|
1507
|
+
return (function(i) {
|
|
1508
|
+
var r = Se = Se || new i();
|
|
1391
1509
|
return ni(), r;
|
|
1392
|
-
}(e);
|
|
1510
|
+
})(e);
|
|
1393
1511
|
}, e;
|
|
1394
|
-
}();
|
|
1512
|
+
})();
|
|
1395
1513
|
function ke(e, t) {
|
|
1396
1514
|
for (var i = 0; i < e.length; i++) try {
|
|
1397
1515
|
if (e[i] === t) return i;
|
|
@@ -1399,9 +1517,9 @@ function wr() {
|
|
|
1399
1517
|
}
|
|
1400
1518
|
return -1;
|
|
1401
1519
|
}
|
|
1402
|
-
var
|
|
1520
|
+
var je = (function() {
|
|
1403
1521
|
function e() {
|
|
1404
|
-
if (this.name = void 0, this.weakmap = void 0, this.keys = void 0, this.values = void 0, this.name = "__weakmap_" + (1e9 * Math.random() >>> 0) + "__", function() {
|
|
1522
|
+
if (this.name = void 0, this.weakmap = void 0, this.keys = void 0, this.values = void 0, this.name = "__weakmap_" + (1e9 * Math.random() >>> 0) + "__", (function() {
|
|
1405
1523
|
if (typeof WeakMap == "undefined" || Object.freeze === void 0) return !1;
|
|
1406
1524
|
try {
|
|
1407
1525
|
var i = /* @__PURE__ */ new WeakMap(), r = {};
|
|
@@ -1409,7 +1527,7 @@ function wr() {
|
|
|
1409
1527
|
} catch (n) {
|
|
1410
1528
|
return !1;
|
|
1411
1529
|
}
|
|
1412
|
-
}()) try {
|
|
1530
|
+
})()) try {
|
|
1413
1531
|
this.weakmap = /* @__PURE__ */ new WeakMap();
|
|
1414
1532
|
} catch (i) {
|
|
1415
1533
|
}
|
|
@@ -1419,7 +1537,7 @@ function wr() {
|
|
|
1419
1537
|
return t._cleanupClosedWindows = function() {
|
|
1420
1538
|
for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
|
|
1421
1539
|
var d = r[n];
|
|
1422
|
-
if (Te(d) &&
|
|
1540
|
+
if (Te(d) && N(d)) {
|
|
1423
1541
|
if (i) try {
|
|
1424
1542
|
i.delete(d);
|
|
1425
1543
|
} catch (c) {
|
|
@@ -1500,7 +1618,7 @@ function wr() {
|
|
|
1500
1618
|
var n = r();
|
|
1501
1619
|
return this.set(i, n), n;
|
|
1502
1620
|
}, e;
|
|
1503
|
-
}();
|
|
1621
|
+
})();
|
|
1504
1622
|
function oi(e) {
|
|
1505
1623
|
return e.name || e.__name__ || e.displayName || "anonymous";
|
|
1506
1624
|
}
|
|
@@ -1511,55 +1629,55 @@ function wr() {
|
|
|
1511
1629
|
}
|
|
1512
1630
|
return e.__name__ = e.displayName = t, e;
|
|
1513
1631
|
}
|
|
1514
|
-
function
|
|
1632
|
+
function ie() {
|
|
1515
1633
|
var e = "0123456789abcdef";
|
|
1516
|
-
return "uid_" + "xxxxxxxxxx".replace(/./g, function() {
|
|
1634
|
+
return "uid_" + "xxxxxxxxxx".replace(/./g, (function() {
|
|
1517
1635
|
return e.charAt(Math.floor(Math.random() * e.length));
|
|
1518
|
-
}) + "_" + function(t) {
|
|
1519
|
-
if (typeof btoa == "function") return btoa(encodeURIComponent(t).replace(/%([0-9A-F]{2})/g, function(i, r) {
|
|
1636
|
+
})) + "_" + (function(t) {
|
|
1637
|
+
if (typeof btoa == "function") return btoa(encodeURIComponent(t).replace(/%([0-9A-F]{2})/g, (function(i, r) {
|
|
1520
1638
|
return String.fromCharCode(parseInt(r, 16));
|
|
1521
|
-
})).replace(/[=]/g, "");
|
|
1639
|
+
}))).replace(/[=]/g, "");
|
|
1522
1640
|
if (typeof Buffer != "undefined") return Buffer.from(t, "utf8").toString("base64").replace(/[=]/g, "");
|
|
1523
1641
|
throw new Error("Can not find window.btoa or Buffer");
|
|
1524
|
-
}((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
|
|
1642
|
+
})((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
|
|
1525
1643
|
}
|
|
1526
1644
|
var Re;
|
|
1527
|
-
function
|
|
1645
|
+
function ai(e) {
|
|
1528
1646
|
try {
|
|
1529
|
-
return JSON.stringify([].slice.call(e), function(t, i) {
|
|
1530
|
-
return typeof i == "function" ? "memoize[" + function(r) {
|
|
1531
|
-
if (Re = Re || new
|
|
1647
|
+
return JSON.stringify([].slice.call(e), (function(t, i) {
|
|
1648
|
+
return typeof i == "function" ? "memoize[" + (function(r) {
|
|
1649
|
+
if (Re = Re || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
|
|
1532
1650
|
var n = Re.get(r);
|
|
1533
|
-
return n || (n = typeof r + ":" +
|
|
1534
|
-
}(i) + "]" : typeof window != "undefined" && i instanceof window.Element || i !== null && typeof i == "object" && i.nodeType === 1 && typeof i.style == "object" && typeof i.ownerDocument == "object" ? {} : i;
|
|
1535
|
-
});
|
|
1651
|
+
return n || (n = typeof r + ":" + ie(), Re.set(r, n)), n;
|
|
1652
|
+
})(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;
|
|
1653
|
+
}));
|
|
1536
1654
|
} catch (t) {
|
|
1537
1655
|
throw new Error("Arguments not serializable -- can not be used to memoize");
|
|
1538
1656
|
}
|
|
1539
1657
|
}
|
|
1540
|
-
function
|
|
1658
|
+
function Xi() {
|
|
1541
1659
|
return {};
|
|
1542
1660
|
}
|
|
1543
|
-
var
|
|
1661
|
+
var he = 0, fi = 0;
|
|
1544
1662
|
function Ce(e, t) {
|
|
1545
1663
|
t === void 0 && (t = {});
|
|
1546
|
-
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, d, c, S =
|
|
1547
|
-
|
|
1664
|
+
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, d, c, S = he;
|
|
1665
|
+
he += 1;
|
|
1548
1666
|
var l = function() {
|
|
1549
|
-
for (var p = arguments.length, P = new Array(p),
|
|
1550
|
-
S <
|
|
1551
|
-
var
|
|
1552
|
-
|
|
1553
|
-
var
|
|
1667
|
+
for (var p = arguments.length, P = new Array(p), h = 0; h < p; h++) P[h] = arguments[h];
|
|
1668
|
+
S < fi && (d = null, c = null, S = he, he += 1);
|
|
1669
|
+
var C;
|
|
1670
|
+
C = r ? (c = c || new je()).getOrSet(this, Xi) : d = d || {};
|
|
1671
|
+
var m;
|
|
1554
1672
|
try {
|
|
1555
|
-
|
|
1556
|
-
} catch (
|
|
1673
|
+
m = ai(P);
|
|
1674
|
+
} catch (D) {
|
|
1557
1675
|
return e.apply(this, arguments);
|
|
1558
1676
|
}
|
|
1559
|
-
var w =
|
|
1560
|
-
if (w && n && Date.now() - w.time < n && (delete
|
|
1677
|
+
var w = C[m];
|
|
1678
|
+
if (w && n && Date.now() - w.time < n && (delete C[m], w = null), w) return w.value;
|
|
1561
1679
|
var v = Date.now(), b = e.apply(this, arguments);
|
|
1562
|
-
return
|
|
1680
|
+
return C[m] = {
|
|
1563
1681
|
time: v,
|
|
1564
1682
|
value: b
|
|
1565
1683
|
}, b;
|
|
@@ -1569,18 +1687,18 @@ function wr() {
|
|
|
1569
1687
|
}, si(l, (t.name || oi(e)) + "::memoized");
|
|
1570
1688
|
}
|
|
1571
1689
|
Ce.clear = function() {
|
|
1572
|
-
|
|
1690
|
+
fi = he;
|
|
1573
1691
|
};
|
|
1574
|
-
function
|
|
1692
|
+
function et(e) {
|
|
1575
1693
|
var t = {};
|
|
1576
1694
|
function i() {
|
|
1577
1695
|
for (var r = arguments, n = this, d = arguments.length, c = new Array(d), S = 0; S < d; S++) c[S] = arguments[S];
|
|
1578
|
-
var l =
|
|
1579
|
-
return t.hasOwnProperty(l) || (t[l] = E.try(function() {
|
|
1696
|
+
var l = ai(c);
|
|
1697
|
+
return t.hasOwnProperty(l) || (t[l] = E.try((function() {
|
|
1580
1698
|
return e.apply(n, r);
|
|
1581
|
-
}).finally(function() {
|
|
1699
|
+
})).finally((function() {
|
|
1582
1700
|
delete t[l];
|
|
1583
|
-
})), t[l];
|
|
1701
|
+
}))), t[l];
|
|
1584
1702
|
}
|
|
1585
1703
|
return i.reset = function() {
|
|
1586
1704
|
t = {};
|
|
@@ -1588,7 +1706,7 @@ function wr() {
|
|
|
1588
1706
|
}
|
|
1589
1707
|
function fe() {
|
|
1590
1708
|
}
|
|
1591
|
-
function
|
|
1709
|
+
function Pe(e, t) {
|
|
1592
1710
|
if (t === void 0 && (t = 1), t >= 3) return "stringifyError stack overflow";
|
|
1593
1711
|
try {
|
|
1594
1712
|
if (!e) return "<unknown error: " + {}.toString.call(e) + ">";
|
|
@@ -1602,22 +1720,22 @@ function wr() {
|
|
|
1602
1720
|
}
|
|
1603
1721
|
return e && e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
|
|
1604
1722
|
} catch (n) {
|
|
1605
|
-
return "Error while stringifying error: " +
|
|
1723
|
+
return "Error while stringifying error: " + Pe(n, t + 1);
|
|
1606
1724
|
}
|
|
1607
1725
|
}
|
|
1608
1726
|
function di(e) {
|
|
1609
1727
|
return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
|
|
1610
1728
|
}
|
|
1611
|
-
Ce(function(e) {
|
|
1729
|
+
Ce((function(e) {
|
|
1612
1730
|
if (Object.values) return Object.values(e);
|
|
1613
1731
|
var t = [];
|
|
1614
1732
|
for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
|
|
1615
1733
|
return t;
|
|
1616
|
-
});
|
|
1734
|
+
}));
|
|
1617
1735
|
function ze(e) {
|
|
1618
1736
|
return {}.toString.call(e) === "[object RegExp]";
|
|
1619
1737
|
}
|
|
1620
|
-
function
|
|
1738
|
+
function ge(e, t, i) {
|
|
1621
1739
|
if (e.hasOwnProperty(t)) return e[t];
|
|
1622
1740
|
var r = i();
|
|
1623
1741
|
return e[t] = r, r;
|
|
@@ -1633,25 +1751,25 @@ function wr() {
|
|
|
1633
1751
|
function li() {
|
|
1634
1752
|
return !!document.body && document.readyState === "interactive";
|
|
1635
1753
|
}
|
|
1636
|
-
Ce(function() {
|
|
1637
|
-
return new E(function(e) {
|
|
1754
|
+
Ce((function() {
|
|
1755
|
+
return new E((function(e) {
|
|
1638
1756
|
if (pi() || li()) return e();
|
|
1639
|
-
var t = setInterval(function() {
|
|
1757
|
+
var t = setInterval((function() {
|
|
1640
1758
|
if (pi() || li())
|
|
1641
1759
|
return clearInterval(t), e();
|
|
1642
|
-
}, 10);
|
|
1643
|
-
});
|
|
1644
|
-
});
|
|
1645
|
-
var xe = typeof document != "undefined" ? document.currentScript : null,
|
|
1646
|
-
if (xe || (xe = function() {
|
|
1760
|
+
}), 10);
|
|
1761
|
+
}));
|
|
1762
|
+
}));
|
|
1763
|
+
var xe = typeof document != "undefined" ? document.currentScript : null, it = Ce((function() {
|
|
1764
|
+
if (xe || (xe = (function() {
|
|
1647
1765
|
try {
|
|
1648
|
-
var e = function() {
|
|
1766
|
+
var e = (function() {
|
|
1649
1767
|
try {
|
|
1650
1768
|
throw new Error("_");
|
|
1651
1769
|
} catch (c) {
|
|
1652
1770
|
return c.stack || "";
|
|
1653
1771
|
}
|
|
1654
|
-
}(), t = /.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(e), i = t && t[1];
|
|
1772
|
+
})(), t = /.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(e), i = t && t[1];
|
|
1655
1773
|
if (!i) return;
|
|
1656
1774
|
for (var r = 0, n = [].slice.call(document.getElementsByTagName("script")).reverse(); r < n.length; r++) {
|
|
1657
1775
|
var d = n[r];
|
|
@@ -1659,34 +1777,34 @@ function wr() {
|
|
|
1659
1777
|
}
|
|
1660
1778
|
} catch (c) {
|
|
1661
1779
|
}
|
|
1662
|
-
}())) return xe;
|
|
1780
|
+
})())) return xe;
|
|
1663
1781
|
throw new Error("Can not determine current script");
|
|
1664
|
-
}),
|
|
1665
|
-
Ce(function() {
|
|
1782
|
+
})), tt = ie();
|
|
1783
|
+
Ce((function() {
|
|
1666
1784
|
var e;
|
|
1667
1785
|
try {
|
|
1668
|
-
e =
|
|
1786
|
+
e = it();
|
|
1669
1787
|
} catch (r) {
|
|
1670
|
-
return
|
|
1788
|
+
return tt;
|
|
1671
1789
|
}
|
|
1672
1790
|
var t = e.getAttribute("data-uid");
|
|
1673
1791
|
if (t && typeof t == "string" || (t = e.getAttribute("data-uid-auto")) && typeof t == "string") return t;
|
|
1674
1792
|
if (e.src) {
|
|
1675
|
-
var i = function(r) {
|
|
1793
|
+
var i = (function(r) {
|
|
1676
1794
|
for (var n = "", d = 0; d < r.length; d++) {
|
|
1677
1795
|
var c = r[d].charCodeAt(0) * d;
|
|
1678
1796
|
r[d + 1] && (c += r[d + 1].charCodeAt(0) * (d - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
|
|
1679
1797
|
}
|
|
1680
1798
|
return n;
|
|
1681
|
-
}(JSON.stringify({
|
|
1799
|
+
})(JSON.stringify({
|
|
1682
1800
|
src: e.src,
|
|
1683
1801
|
dataset: e.dataset
|
|
1684
1802
|
}));
|
|
1685
1803
|
t = "uid_" + i.slice(i.length - 30);
|
|
1686
|
-
} else t =
|
|
1804
|
+
} else t = ie();
|
|
1687
1805
|
return e.setAttribute("data-uid-auto", t), t;
|
|
1688
|
-
});
|
|
1689
|
-
function
|
|
1806
|
+
}));
|
|
1807
|
+
function me(e) {
|
|
1690
1808
|
e === void 0 && (e = window);
|
|
1691
1809
|
var t = "__post_robot_10_0_46__";
|
|
1692
1810
|
return e !== window ? e[t] : e[t] = e[t] || {};
|
|
@@ -1694,8 +1812,8 @@ function wr() {
|
|
|
1694
1812
|
var Si = function() {
|
|
1695
1813
|
return {};
|
|
1696
1814
|
};
|
|
1697
|
-
function
|
|
1698
|
-
return e === void 0 && (e = "store"), t === void 0 && (t = Si),
|
|
1815
|
+
function U(e, t) {
|
|
1816
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), ge(me(), e, (function() {
|
|
1699
1817
|
var i = t();
|
|
1700
1818
|
return {
|
|
1701
1819
|
has: function(r) {
|
|
@@ -1711,7 +1829,7 @@ function wr() {
|
|
|
1711
1829
|
delete i[r];
|
|
1712
1830
|
},
|
|
1713
1831
|
getOrSet: function(r, n) {
|
|
1714
|
-
return
|
|
1832
|
+
return ge(i, r, n);
|
|
1715
1833
|
},
|
|
1716
1834
|
reset: function() {
|
|
1717
1835
|
i = t();
|
|
@@ -1720,17 +1838,17 @@ function wr() {
|
|
|
1720
1838
|
return Object.keys(i);
|
|
1721
1839
|
}
|
|
1722
1840
|
};
|
|
1723
|
-
});
|
|
1841
|
+
}));
|
|
1724
1842
|
}
|
|
1725
|
-
var
|
|
1843
|
+
var rt = function() {
|
|
1726
1844
|
};
|
|
1727
1845
|
function Ee() {
|
|
1728
|
-
var e =
|
|
1729
|
-
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new
|
|
1846
|
+
var e = me();
|
|
1847
|
+
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new rt(), e.WINDOW_WILDCARD;
|
|
1730
1848
|
}
|
|
1731
|
-
function
|
|
1732
|
-
return e === void 0 && (e = "store"), t === void 0 && (t = Si),
|
|
1733
|
-
var i = new
|
|
1849
|
+
function K(e, t) {
|
|
1850
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), U("windowStore").getOrSet(e, (function() {
|
|
1851
|
+
var i = new je(), r = function(n) {
|
|
1734
1852
|
return i.getOrSet(n, t);
|
|
1735
1853
|
};
|
|
1736
1854
|
return {
|
|
@@ -1748,16 +1866,16 @@ function wr() {
|
|
|
1748
1866
|
delete r(n)[e];
|
|
1749
1867
|
},
|
|
1750
1868
|
getOrSet: function(n, d) {
|
|
1751
|
-
return
|
|
1869
|
+
return ge(r(n), e, d);
|
|
1752
1870
|
}
|
|
1753
1871
|
};
|
|
1754
|
-
});
|
|
1872
|
+
}));
|
|
1755
1873
|
}
|
|
1756
1874
|
function ui() {
|
|
1757
|
-
return
|
|
1875
|
+
return U("instance").getOrSet("instanceID", ie);
|
|
1758
1876
|
}
|
|
1759
|
-
function
|
|
1760
|
-
var i = t.domain, r =
|
|
1877
|
+
function hi(e, t) {
|
|
1878
|
+
var i = t.domain, r = K("helloPromises"), n = r.get(e);
|
|
1761
1879
|
n && n.resolve({
|
|
1762
1880
|
domain: i
|
|
1763
1881
|
});
|
|
@@ -1766,177 +1884,177 @@ function wr() {
|
|
|
1766
1884
|
});
|
|
1767
1885
|
return r.set(e, d), d;
|
|
1768
1886
|
}
|
|
1769
|
-
function
|
|
1887
|
+
function Ue(e, t) {
|
|
1770
1888
|
return (0, t.send)(e, "postrobot_hello", {
|
|
1771
1889
|
instanceID: ui()
|
|
1772
1890
|
}, {
|
|
1773
1891
|
domain: "*",
|
|
1774
1892
|
timeout: -1
|
|
1775
|
-
}).then(function(i) {
|
|
1893
|
+
}).then((function(i) {
|
|
1776
1894
|
var r = i.origin, n = i.data.instanceID;
|
|
1777
|
-
return
|
|
1895
|
+
return hi(e, {
|
|
1778
1896
|
domain: r
|
|
1779
1897
|
}), {
|
|
1780
1898
|
win: e,
|
|
1781
1899
|
domain: r,
|
|
1782
1900
|
instanceID: n
|
|
1783
1901
|
};
|
|
1784
|
-
});
|
|
1902
|
+
}));
|
|
1785
1903
|
}
|
|
1786
|
-
function
|
|
1904
|
+
function Ci(e, t) {
|
|
1787
1905
|
var i = t.send;
|
|
1788
|
-
return
|
|
1789
|
-
return
|
|
1906
|
+
return K("windowInstanceIDPromises").getOrSet(e, (function() {
|
|
1907
|
+
return Ue(e, {
|
|
1790
1908
|
send: i
|
|
1791
|
-
}).then(function(r) {
|
|
1909
|
+
}).then((function(r) {
|
|
1792
1910
|
return r.instanceID;
|
|
1793
|
-
});
|
|
1794
|
-
});
|
|
1911
|
+
}));
|
|
1912
|
+
}));
|
|
1795
1913
|
}
|
|
1796
1914
|
function Pi(e) {
|
|
1797
|
-
|
|
1915
|
+
K("knownWindows").set(e, !0);
|
|
1798
1916
|
}
|
|
1799
|
-
function
|
|
1917
|
+
function qe(e) {
|
|
1800
1918
|
return typeof e == "object" && e !== null && typeof e.__type__ == "string";
|
|
1801
1919
|
}
|
|
1802
1920
|
function gi(e) {
|
|
1803
1921
|
return e === void 0 ? "undefined" : e === null ? "null" : Array.isArray(e) ? "array" : typeof e == "function" ? "function" : typeof e == "object" ? e instanceof Error ? "error" : typeof e.then == "function" ? "promise" : {}.toString.call(e) === "[object RegExp]" ? "regex" : {}.toString.call(e) === "[object Date]" ? "date" : "object" : typeof e == "string" ? "string" : typeof e == "number" ? "number" : typeof e == "boolean" ? "boolean" : void 0;
|
|
1804
1922
|
}
|
|
1805
|
-
function
|
|
1923
|
+
function de(e, t) {
|
|
1806
1924
|
return {
|
|
1807
1925
|
__type__: e,
|
|
1808
1926
|
__val__: t
|
|
1809
1927
|
};
|
|
1810
1928
|
}
|
|
1811
|
-
var
|
|
1812
|
-
},
|
|
1813
|
-
return
|
|
1929
|
+
var J, nt = ((J = {}).function = function() {
|
|
1930
|
+
}, J.error = function(e) {
|
|
1931
|
+
return de("error", {
|
|
1814
1932
|
message: e.message,
|
|
1815
1933
|
stack: e.stack,
|
|
1816
1934
|
code: e.code,
|
|
1817
1935
|
data: e.data
|
|
1818
1936
|
});
|
|
1819
|
-
},
|
|
1820
|
-
},
|
|
1821
|
-
return
|
|
1822
|
-
},
|
|
1823
|
-
return
|
|
1824
|
-
},
|
|
1937
|
+
}, J.promise = function() {
|
|
1938
|
+
}, J.regex = function(e) {
|
|
1939
|
+
return de("regex", e.source);
|
|
1940
|
+
}, J.date = function(e) {
|
|
1941
|
+
return de("date", e.toJSON());
|
|
1942
|
+
}, J.array = function(e) {
|
|
1825
1943
|
return e;
|
|
1826
|
-
},
|
|
1944
|
+
}, J.object = function(e) {
|
|
1827
1945
|
return e;
|
|
1828
|
-
},
|
|
1946
|
+
}, J.string = function(e) {
|
|
1829
1947
|
return e;
|
|
1830
|
-
},
|
|
1948
|
+
}, J.number = function(e) {
|
|
1831
1949
|
return e;
|
|
1832
|
-
},
|
|
1950
|
+
}, J.boolean = function(e) {
|
|
1833
1951
|
return e;
|
|
1834
|
-
},
|
|
1952
|
+
}, J.null = function(e) {
|
|
1835
1953
|
return e;
|
|
1836
|
-
},
|
|
1837
|
-
return
|
|
1838
|
-
},
|
|
1954
|
+
}, J[void 0] = function(e) {
|
|
1955
|
+
return de("undefined", e);
|
|
1956
|
+
}, J), ot = {}, Q, st = ((Q = {}).function = function() {
|
|
1839
1957
|
throw new Error("Function serialization is not implemented; nothing to deserialize");
|
|
1840
|
-
},
|
|
1958
|
+
}, Q.error = function(e) {
|
|
1841
1959
|
var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
|
|
1842
1960
|
return n.code = i, r && (n.data = r), n.stack = t + `
|
|
1843
1961
|
|
|
1844
1962
|
` + n.stack, n;
|
|
1845
|
-
},
|
|
1963
|
+
}, Q.promise = function() {
|
|
1846
1964
|
throw new Error("Promise serialization is not implemented; nothing to deserialize");
|
|
1847
|
-
},
|
|
1965
|
+
}, Q.regex = function(e) {
|
|
1848
1966
|
return new RegExp(e);
|
|
1849
|
-
},
|
|
1967
|
+
}, Q.date = function(e) {
|
|
1850
1968
|
return new Date(e);
|
|
1851
|
-
},
|
|
1969
|
+
}, Q.array = function(e) {
|
|
1852
1970
|
return e;
|
|
1853
|
-
},
|
|
1971
|
+
}, Q.object = function(e) {
|
|
1854
1972
|
return e;
|
|
1855
|
-
},
|
|
1973
|
+
}, Q.string = function(e) {
|
|
1856
1974
|
return e;
|
|
1857
|
-
},
|
|
1975
|
+
}, Q.number = function(e) {
|
|
1858
1976
|
return e;
|
|
1859
|
-
},
|
|
1977
|
+
}, Q.boolean = function(e) {
|
|
1860
1978
|
return e;
|
|
1861
|
-
},
|
|
1979
|
+
}, Q.null = function(e) {
|
|
1862
1980
|
return e;
|
|
1863
|
-
},
|
|
1864
|
-
},
|
|
1865
|
-
new E(function(e) {
|
|
1981
|
+
}, Q[void 0] = function() {
|
|
1982
|
+
}, Q), at = {};
|
|
1983
|
+
new E((function(e) {
|
|
1866
1984
|
if (window.document && window.document.body) return e(window.document.body);
|
|
1867
|
-
var t = setInterval(function() {
|
|
1985
|
+
var t = setInterval((function() {
|
|
1868
1986
|
if (window.document && window.document.body)
|
|
1869
1987
|
return clearInterval(t), e(window.document.body);
|
|
1870
|
-
}, 10);
|
|
1871
|
-
});
|
|
1872
|
-
function
|
|
1873
|
-
for (var e =
|
|
1988
|
+
}), 10);
|
|
1989
|
+
}));
|
|
1990
|
+
function Fe() {
|
|
1991
|
+
for (var e = U("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
|
|
1874
1992
|
var r = i[t];
|
|
1875
1993
|
e.get(r).shouldClean() && e.del(r);
|
|
1876
1994
|
}
|
|
1877
1995
|
}
|
|
1878
|
-
function
|
|
1879
|
-
var i = t.send, r = t.id, n = r === void 0 ?
|
|
1880
|
-
if (
|
|
1881
|
-
}), c = e.then(function(l) {
|
|
1882
|
-
if (
|
|
1883
|
-
return
|
|
1884
|
-
});
|
|
1996
|
+
function mi(e, t) {
|
|
1997
|
+
var i = t.send, r = t.id, n = r === void 0 ? ie() : r, d = e.then((function(l) {
|
|
1998
|
+
if (G(l)) return V(l).name;
|
|
1999
|
+
})), c = e.then((function(l) {
|
|
2000
|
+
if (N(l)) throw new Error("Window is closed, can not determine type");
|
|
2001
|
+
return W(l) ? "popup" : "iframe";
|
|
2002
|
+
}));
|
|
1885
2003
|
d.catch(fe), c.catch(fe);
|
|
1886
2004
|
var S = function() {
|
|
1887
|
-
return e.then(function(l) {
|
|
1888
|
-
if (!
|
|
1889
|
-
});
|
|
2005
|
+
return e.then((function(l) {
|
|
2006
|
+
if (!N(l)) return G(l) ? V(l).name : d;
|
|
2007
|
+
}));
|
|
1890
2008
|
};
|
|
1891
2009
|
return {
|
|
1892
2010
|
id: n,
|
|
1893
2011
|
getType: function() {
|
|
1894
2012
|
return c;
|
|
1895
2013
|
},
|
|
1896
|
-
getInstanceID:
|
|
1897
|
-
return e.then(function(l) {
|
|
1898
|
-
return
|
|
2014
|
+
getInstanceID: et((function() {
|
|
2015
|
+
return e.then((function(l) {
|
|
2016
|
+
return Ci(l, {
|
|
1899
2017
|
send: i
|
|
1900
2018
|
});
|
|
1901
|
-
});
|
|
1902
|
-
}),
|
|
2019
|
+
}));
|
|
2020
|
+
})),
|
|
1903
2021
|
close: function() {
|
|
1904
|
-
return e.then(
|
|
2022
|
+
return e.then(Zi);
|
|
1905
2023
|
},
|
|
1906
2024
|
getName: S,
|
|
1907
2025
|
focus: function() {
|
|
1908
|
-
return e.then(function(l) {
|
|
2026
|
+
return e.then((function(l) {
|
|
1909
2027
|
l.focus();
|
|
1910
|
-
});
|
|
2028
|
+
}));
|
|
1911
2029
|
},
|
|
1912
2030
|
isClosed: function() {
|
|
1913
|
-
return e.then(function(l) {
|
|
1914
|
-
return
|
|
1915
|
-
});
|
|
2031
|
+
return e.then((function(l) {
|
|
2032
|
+
return N(l);
|
|
2033
|
+
}));
|
|
1916
2034
|
},
|
|
1917
2035
|
setLocation: function(l, p) {
|
|
1918
|
-
return p === void 0 && (p = {}), e.then(function(P) {
|
|
1919
|
-
var
|
|
1920
|
-
if (l.indexOf("/") === 0) l = "" +
|
|
1921
|
-
else if (!l.match(/^https?:\/\//) && l.indexOf(
|
|
1922
|
-
if (
|
|
2036
|
+
return p === void 0 && (p = {}), e.then((function(P) {
|
|
2037
|
+
var h = window.location.protocol + "//" + window.location.host, C = p.method, m = C === void 0 ? "get" : C, w = p.body;
|
|
2038
|
+
if (l.indexOf("/") === 0) l = "" + h + l;
|
|
2039
|
+
else if (!l.match(/^https?:\/\//) && l.indexOf(h) !== 0) throw new Error("Expected url to be http or https url, or absolute path, got " + JSON.stringify(l));
|
|
2040
|
+
if (m === "post") return S().then((function(v) {
|
|
1923
2041
|
if (!v) throw new Error("Can not post to window without target name");
|
|
1924
2042
|
(function(b) {
|
|
1925
|
-
var
|
|
1926
|
-
if (
|
|
1927
|
-
var j, $e =
|
|
1928
|
-
Ye.setAttribute("name", $e), Ye.setAttribute("value", (j =
|
|
2043
|
+
var D = b.url, z = b.target, L = b.body, A = b.method, q = A === void 0 ? "post" : A, k = document.createElement("form");
|
|
2044
|
+
if (k.setAttribute("target", z), k.setAttribute("method", q), k.setAttribute("action", D), k.style.display = "none", L) for (var _ = 0, X = Object.keys(L); _ < X.length; _++) {
|
|
2045
|
+
var j, $e = X[_], Ye = document.createElement("input");
|
|
2046
|
+
Ye.setAttribute("name", $e), Ye.setAttribute("value", (j = L[$e]) == null ? void 0 : j.toString()), k.appendChild(Ye);
|
|
1929
2047
|
}
|
|
1930
|
-
ci().appendChild(
|
|
2048
|
+
ci().appendChild(k), k.submit(), ci().removeChild(k);
|
|
1931
2049
|
})({
|
|
1932
2050
|
url: l,
|
|
1933
2051
|
target: v,
|
|
1934
|
-
method:
|
|
2052
|
+
method: m,
|
|
1935
2053
|
body: w
|
|
1936
2054
|
});
|
|
1937
|
-
});
|
|
1938
|
-
if (
|
|
1939
|
-
if (
|
|
2055
|
+
}));
|
|
2056
|
+
if (m !== "get") throw new Error("Unsupported method: " + m);
|
|
2057
|
+
if (G(P)) try {
|
|
1940
2058
|
if (P.location && typeof P.location.replace == "function") {
|
|
1941
2059
|
P.location.replace(l);
|
|
1942
2060
|
return;
|
|
@@ -1944,23 +2062,23 @@ function wr() {
|
|
|
1944
2062
|
} catch (v) {
|
|
1945
2063
|
}
|
|
1946
2064
|
P.location = l;
|
|
1947
|
-
});
|
|
2065
|
+
}));
|
|
1948
2066
|
},
|
|
1949
2067
|
setName: function(l) {
|
|
1950
|
-
return e.then(function(p) {
|
|
1951
|
-
var P =
|
|
2068
|
+
return e.then((function(p) {
|
|
2069
|
+
var P = G(p), h = ti(p);
|
|
1952
2070
|
if (!P) throw new Error("Can not set name for cross-domain window: " + l);
|
|
1953
|
-
|
|
1954
|
-
});
|
|
2071
|
+
V(p).name = l, h && h.setAttribute("name", l), d = E.resolve(l);
|
|
2072
|
+
}));
|
|
1955
2073
|
}
|
|
1956
2074
|
};
|
|
1957
2075
|
}
|
|
1958
|
-
var
|
|
2076
|
+
var Z = (function() {
|
|
1959
2077
|
function e(i) {
|
|
1960
2078
|
var r = i.send, n = i.win, d = i.serializedWindow;
|
|
1961
|
-
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new E(), this.serializedWindow = d ||
|
|
2079
|
+
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new E(), this.serializedWindow = d || mi(this.actualWindowPromise, {
|
|
1962
2080
|
send: r
|
|
1963
|
-
}),
|
|
2081
|
+
}), U("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
|
|
1964
2082
|
send: r
|
|
1965
2083
|
});
|
|
1966
2084
|
}
|
|
@@ -1970,82 +2088,82 @@ function wr() {
|
|
|
1970
2088
|
}, t.getType = function() {
|
|
1971
2089
|
return this.serializedWindow.getType();
|
|
1972
2090
|
}, t.isPopup = function() {
|
|
1973
|
-
return this.getType().then(function(i) {
|
|
2091
|
+
return this.getType().then((function(i) {
|
|
1974
2092
|
return i === "popup";
|
|
1975
|
-
});
|
|
2093
|
+
}));
|
|
1976
2094
|
}, t.setLocation = function(i, r) {
|
|
1977
2095
|
var n = this;
|
|
1978
|
-
return this.serializedWindow.setLocation(i, r).then(function() {
|
|
2096
|
+
return this.serializedWindow.setLocation(i, r).then((function() {
|
|
1979
2097
|
return n;
|
|
1980
|
-
});
|
|
2098
|
+
}));
|
|
1981
2099
|
}, t.getName = function() {
|
|
1982
2100
|
return this.serializedWindow.getName();
|
|
1983
2101
|
}, t.setName = function(i) {
|
|
1984
2102
|
var r = this;
|
|
1985
|
-
return this.serializedWindow.setName(i).then(function() {
|
|
2103
|
+
return this.serializedWindow.setName(i).then((function() {
|
|
1986
2104
|
return r;
|
|
1987
|
-
});
|
|
2105
|
+
}));
|
|
1988
2106
|
}, t.close = function() {
|
|
1989
2107
|
var i = this;
|
|
1990
|
-
return this.serializedWindow.close().then(function() {
|
|
2108
|
+
return this.serializedWindow.close().then((function() {
|
|
1991
2109
|
return i;
|
|
1992
|
-
});
|
|
2110
|
+
}));
|
|
1993
2111
|
}, t.focus = function() {
|
|
1994
2112
|
var i = this, r = this.isPopup(), n = this.getName(), d = E.hash({
|
|
1995
2113
|
isPopup: r,
|
|
1996
2114
|
name: n
|
|
1997
|
-
}).then(function(S) {
|
|
2115
|
+
}).then((function(S) {
|
|
1998
2116
|
var l = S.name;
|
|
1999
2117
|
S.isPopup && l && window.open("", l, "noopener");
|
|
2000
|
-
}), c = this.serializedWindow.focus();
|
|
2001
|
-
return E.all([d, c]).then(function() {
|
|
2118
|
+
})), c = this.serializedWindow.focus();
|
|
2119
|
+
return E.all([d, c]).then((function() {
|
|
2002
2120
|
return i;
|
|
2003
|
-
});
|
|
2121
|
+
}));
|
|
2004
2122
|
}, t.isClosed = function() {
|
|
2005
2123
|
return this.serializedWindow.isClosed();
|
|
2006
2124
|
}, t.getWindow = function() {
|
|
2007
2125
|
return this.actualWindow;
|
|
2008
2126
|
}, t.setWindow = function(i, r) {
|
|
2009
2127
|
var n = r.send;
|
|
2010
|
-
this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow =
|
|
2128
|
+
this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow = mi(this.actualWindowPromise, {
|
|
2011
2129
|
send: n,
|
|
2012
2130
|
id: this.getID()
|
|
2013
|
-
}),
|
|
2131
|
+
}), K("winToProxyWindow").set(i, this);
|
|
2014
2132
|
}, t.awaitWindow = function() {
|
|
2015
2133
|
return this.actualWindowPromise;
|
|
2016
2134
|
}, t.matchWindow = function(i, r) {
|
|
2017
2135
|
var n = this, d = r.send;
|
|
2018
|
-
return E.try(function() {
|
|
2136
|
+
return E.try((function() {
|
|
2019
2137
|
return n.actualWindow ? i === n.actualWindow : E.hash({
|
|
2020
2138
|
proxyInstanceID: n.getInstanceID(),
|
|
2021
|
-
knownWindowInstanceID:
|
|
2139
|
+
knownWindowInstanceID: Ci(i, {
|
|
2022
2140
|
send: d
|
|
2023
2141
|
})
|
|
2024
|
-
}).then(function(c) {
|
|
2142
|
+
}).then((function(c) {
|
|
2025
2143
|
var S = c.proxyInstanceID === c.knownWindowInstanceID;
|
|
2026
2144
|
return S && n.setWindow(i, {
|
|
2027
2145
|
send: d
|
|
2028
2146
|
}), S;
|
|
2029
|
-
});
|
|
2030
|
-
});
|
|
2147
|
+
}));
|
|
2148
|
+
}));
|
|
2031
2149
|
}, t.unwrap = function() {
|
|
2032
2150
|
return this.actualWindow || this;
|
|
2033
2151
|
}, t.getInstanceID = function() {
|
|
2034
2152
|
return this.serializedWindow.getInstanceID();
|
|
2035
2153
|
}, t.shouldClean = function() {
|
|
2036
|
-
return !!(this.actualWindow &&
|
|
2154
|
+
return !!(this.actualWindow && N(this.actualWindow));
|
|
2037
2155
|
}, t.serialize = function() {
|
|
2038
2156
|
return this.serializedWindow;
|
|
2039
2157
|
}, e.unwrap = function(i) {
|
|
2040
2158
|
return e.isProxyWindow(i) ? i.unwrap() : i;
|
|
2041
2159
|
}, e.serialize = function(i, r) {
|
|
2042
2160
|
var n = r.send;
|
|
2043
|
-
return
|
|
2161
|
+
return Fe(), e.toProxyWindow(i, {
|
|
2044
2162
|
send: n
|
|
2045
2163
|
}).serialize();
|
|
2046
2164
|
}, e.deserialize = function(i, r) {
|
|
2047
2165
|
var n = r.send;
|
|
2048
|
-
return
|
|
2166
|
+
return Fe(), U("idToProxyWindow").get(i.id) || new e({
|
|
2049
2167
|
serializedWindow: i,
|
|
2050
2168
|
send: n
|
|
2051
2169
|
});
|
|
@@ -2053,115 +2171,115 @@ function wr() {
|
|
|
2053
2171
|
return !!(i && !Te(i) && i.isProxyWindow);
|
|
2054
2172
|
}, e.toProxyWindow = function(i, r) {
|
|
2055
2173
|
var n = r.send;
|
|
2056
|
-
if (
|
|
2174
|
+
if (Fe(), e.isProxyWindow(i)) return i;
|
|
2057
2175
|
var d = i;
|
|
2058
|
-
return
|
|
2176
|
+
return K("winToProxyWindow").get(d) || new e({
|
|
2059
2177
|
win: d,
|
|
2060
2178
|
send: n
|
|
2061
2179
|
});
|
|
2062
2180
|
}, e;
|
|
2063
|
-
}();
|
|
2064
|
-
function
|
|
2065
|
-
var d =
|
|
2066
|
-
|
|
2181
|
+
})();
|
|
2182
|
+
function He(e, t, i, r, n) {
|
|
2183
|
+
var d = K("methodStore"), c = U("proxyWindowMethods");
|
|
2184
|
+
Z.isProxyWindow(r) ? c.set(e, {
|
|
2067
2185
|
val: t,
|
|
2068
2186
|
name: i,
|
|
2069
2187
|
domain: n,
|
|
2070
2188
|
source: r
|
|
2071
|
-
}) : (c.del(e), d.getOrSet(r, function() {
|
|
2189
|
+
}) : (c.del(e), d.getOrSet(r, (function() {
|
|
2072
2190
|
return {};
|
|
2073
|
-
})[e] = {
|
|
2191
|
+
}))[e] = {
|
|
2074
2192
|
domain: n,
|
|
2075
2193
|
name: i,
|
|
2076
2194
|
val: t,
|
|
2077
2195
|
source: r
|
|
2078
2196
|
});
|
|
2079
2197
|
}
|
|
2080
|
-
function
|
|
2081
|
-
var i =
|
|
2082
|
-
return i.getOrSet(e, function() {
|
|
2198
|
+
function $i(e, t) {
|
|
2199
|
+
var i = K("methodStore"), r = U("proxyWindowMethods");
|
|
2200
|
+
return i.getOrSet(e, (function() {
|
|
2083
2201
|
return {};
|
|
2084
|
-
})[t] || r.get(t);
|
|
2202
|
+
}))[t] || r.get(t);
|
|
2085
2203
|
}
|
|
2086
2204
|
function yi(e, t, i, r, n) {
|
|
2087
2205
|
c = (d = {
|
|
2088
2206
|
on: n.on,
|
|
2089
2207
|
send: n.send
|
|
2090
|
-
}).on, S = d.send,
|
|
2208
|
+
}).on, S = d.send, U("builtinListeners").getOrSet("functionCalls", (function() {
|
|
2091
2209
|
return c("postrobot_method", {
|
|
2092
2210
|
domain: "*"
|
|
2093
|
-
}, function(P) {
|
|
2094
|
-
var
|
|
2095
|
-
if (!b) throw new Error("Could not find method '" + v + "' with id: " +
|
|
2096
|
-
var
|
|
2097
|
-
return E.try(function() {
|
|
2098
|
-
if (!
|
|
2099
|
-
if (
|
|
2211
|
+
}, (function(P) {
|
|
2212
|
+
var h = P.source, C = P.origin, m = P.data, w = m.id, v = m.name, b = $i(h, w);
|
|
2213
|
+
if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + O(window));
|
|
2214
|
+
var D = b.source, z = b.domain, L = b.val;
|
|
2215
|
+
return E.try((function() {
|
|
2216
|
+
if (!ee(z, C)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(ze(b.domain) ? b.domain.source : b.domain) + " does not match origin " + C + " in " + O(window));
|
|
2217
|
+
if (Z.isProxyWindow(D)) return D.matchWindow(h, {
|
|
2100
2218
|
send: S
|
|
2101
|
-
}).then(function(
|
|
2102
|
-
if (!
|
|
2103
|
-
});
|
|
2104
|
-
}).then(function() {
|
|
2105
|
-
return
|
|
2106
|
-
source:
|
|
2107
|
-
origin:
|
|
2108
|
-
},
|
|
2109
|
-
}, function(
|
|
2110
|
-
return E.try(function() {
|
|
2111
|
-
if (
|
|
2112
|
-
}).then(function() {
|
|
2113
|
-
throw
|
|
2114
|
-
return
|
|
2115
|
-
return typeof
|
|
2116
|
-
}).join(", ");
|
|
2117
|
-
var
|
|
2118
|
-
}(
|
|
2219
|
+
}).then((function(A) {
|
|
2220
|
+
if (!A) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + O(window));
|
|
2221
|
+
}));
|
|
2222
|
+
})).then((function() {
|
|
2223
|
+
return L.apply({
|
|
2224
|
+
source: h,
|
|
2225
|
+
origin: C
|
|
2226
|
+
}, m.args);
|
|
2227
|
+
}), (function(A) {
|
|
2228
|
+
return E.try((function() {
|
|
2229
|
+
if (L.onError) return L.onError(A);
|
|
2230
|
+
})).then((function() {
|
|
2231
|
+
throw A.stack && (A.stack = "Remote call to " + v + "(" + (function(q) {
|
|
2232
|
+
return q === void 0 && (q = []), (k = q, [].slice.call(k)).map((function(_) {
|
|
2233
|
+
return typeof _ == "string" ? "'" + _ + "'" : _ === void 0 ? "undefined" : _ === null ? "null" : typeof _ == "boolean" ? _.toString() : Array.isArray(_) ? "[ ... ]" : typeof _ == "object" ? "{ ... }" : typeof _ == "function" ? "() => { ... }" : "<" + typeof _ + ">";
|
|
2234
|
+
})).join(", ");
|
|
2235
|
+
var k;
|
|
2236
|
+
})(m.args) + `) failed
|
|
2119
2237
|
|
|
2120
|
-
` +
|
|
2121
|
-
});
|
|
2122
|
-
}).then(function(
|
|
2238
|
+
` + A.stack), A;
|
|
2239
|
+
}));
|
|
2240
|
+
})).then((function(A) {
|
|
2123
2241
|
return {
|
|
2124
|
-
result:
|
|
2242
|
+
result: A,
|
|
2125
2243
|
id: w,
|
|
2126
2244
|
name: v
|
|
2127
2245
|
};
|
|
2128
|
-
});
|
|
2129
|
-
});
|
|
2130
|
-
});
|
|
2131
|
-
var d, c, S, l = i.__id__ ||
|
|
2132
|
-
e =
|
|
2246
|
+
}));
|
|
2247
|
+
}));
|
|
2248
|
+
}));
|
|
2249
|
+
var d, c, S, l = i.__id__ || ie();
|
|
2250
|
+
e = Z.unwrap(e);
|
|
2133
2251
|
var p = i.__name__ || i.name || r;
|
|
2134
|
-
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")),
|
|
2135
|
-
|
|
2136
|
-
})) :
|
|
2252
|
+
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), Z.isProxyWindow(e) ? (He(l, i, p, e, t), e.awaitWindow().then((function(P) {
|
|
2253
|
+
He(l, i, p, P, t);
|
|
2254
|
+
}))) : He(l, i, p, e, t), de("cross_domain_function", {
|
|
2137
2255
|
id: l,
|
|
2138
2256
|
name: p
|
|
2139
2257
|
});
|
|
2140
2258
|
}
|
|
2141
2259
|
function vi(e, t, i, r) {
|
|
2142
2260
|
var n, d = r.on, c = r.send;
|
|
2143
|
-
return function(S, l) {
|
|
2144
|
-
l === void 0 && (l =
|
|
2145
|
-
var p = JSON.stringify(S, function(P) {
|
|
2146
|
-
var
|
|
2147
|
-
if (
|
|
2148
|
-
var
|
|
2149
|
-
if (!
|
|
2150
|
-
var
|
|
2151
|
-
return
|
|
2152
|
-
});
|
|
2261
|
+
return (function(S, l) {
|
|
2262
|
+
l === void 0 && (l = ot);
|
|
2263
|
+
var p = JSON.stringify(S, (function(P) {
|
|
2264
|
+
var h = this[P];
|
|
2265
|
+
if (qe(this)) return h;
|
|
2266
|
+
var C = gi(h);
|
|
2267
|
+
if (!C) return h;
|
|
2268
|
+
var m = l[C] || nt[C];
|
|
2269
|
+
return m ? m(h, P) : h;
|
|
2270
|
+
}));
|
|
2153
2271
|
return p === void 0 ? "undefined" : p;
|
|
2154
|
-
}(i, ((n = {}).promise = function(S, l) {
|
|
2155
|
-
return function(p, P,
|
|
2156
|
-
return
|
|
2157
|
-
then: yi(p, P, function(w, v) {
|
|
2158
|
-
return
|
|
2159
|
-
},
|
|
2160
|
-
on:
|
|
2161
|
-
send:
|
|
2272
|
+
})(i, ((n = {}).promise = function(S, l) {
|
|
2273
|
+
return (function(p, P, h, C, m) {
|
|
2274
|
+
return de("cross_domain_zalgo_promise", {
|
|
2275
|
+
then: yi(p, P, (function(w, v) {
|
|
2276
|
+
return h.then(w, v);
|
|
2277
|
+
}), C, {
|
|
2278
|
+
on: m.on,
|
|
2279
|
+
send: m.send
|
|
2162
2280
|
})
|
|
2163
2281
|
});
|
|
2164
|
-
}(e, t, S, l, {
|
|
2282
|
+
})(e, t, S, l, {
|
|
2165
2283
|
on: d,
|
|
2166
2284
|
send: c
|
|
2167
2285
|
});
|
|
@@ -2171,71 +2289,71 @@ function wr() {
|
|
|
2171
2289
|
send: c
|
|
2172
2290
|
});
|
|
2173
2291
|
}, n.object = function(S) {
|
|
2174
|
-
return Te(S) ||
|
|
2292
|
+
return Te(S) || Z.isProxyWindow(S) ? de("cross_domain_window", Z.serialize(S, {
|
|
2175
2293
|
send: c
|
|
2176
2294
|
})) : S;
|
|
2177
2295
|
}, n));
|
|
2178
2296
|
}
|
|
2179
2297
|
function bi(e, t, i, r) {
|
|
2180
2298
|
var n, d = r.send;
|
|
2181
|
-
return function(c, S) {
|
|
2182
|
-
if (S === void 0 && (S =
|
|
2183
|
-
if (
|
|
2184
|
-
var P,
|
|
2185
|
-
if (
|
|
2186
|
-
var
|
|
2187
|
-
return
|
|
2188
|
-
});
|
|
2189
|
-
}(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
|
|
2190
|
-
return function(S, l, p) {
|
|
2299
|
+
return (function(c, S) {
|
|
2300
|
+
if (S === void 0 && (S = at), c !== "undefined") return JSON.parse(c, (function(l, p) {
|
|
2301
|
+
if (qe(this)) return p;
|
|
2302
|
+
var P, h;
|
|
2303
|
+
if (qe(p) ? (P = p.__type__, h = p.__val__) : (P = gi(p), h = p), !P) return h;
|
|
2304
|
+
var C = S[P] || st[P];
|
|
2305
|
+
return C ? C(h, l) : h;
|
|
2306
|
+
}));
|
|
2307
|
+
})(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
|
|
2308
|
+
return (function(S, l, p) {
|
|
2191
2309
|
return new E(p.then);
|
|
2192
|
-
}(0, 0, c);
|
|
2310
|
+
})(0, 0, c);
|
|
2193
2311
|
}, n.cross_domain_function = function(c) {
|
|
2194
|
-
return function(S, l, p, P) {
|
|
2195
|
-
var
|
|
2312
|
+
return (function(S, l, p, P) {
|
|
2313
|
+
var h = p.id, C = p.name, m = P.send, w = function(b) {
|
|
2196
2314
|
b === void 0 && (b = {});
|
|
2197
|
-
function
|
|
2198
|
-
var
|
|
2199
|
-
return
|
|
2200
|
-
send:
|
|
2201
|
-
}).awaitWindow().then(function(
|
|
2202
|
-
var
|
|
2203
|
-
if (
|
|
2315
|
+
function D() {
|
|
2316
|
+
var z = arguments;
|
|
2317
|
+
return Z.toProxyWindow(S, {
|
|
2318
|
+
send: m
|
|
2319
|
+
}).awaitWindow().then((function(L) {
|
|
2320
|
+
var A = $i(L, h);
|
|
2321
|
+
if (A && A.val !== D) return A.val.apply({
|
|
2204
2322
|
source: window,
|
|
2205
|
-
origin:
|
|
2206
|
-
},
|
|
2207
|
-
var
|
|
2208
|
-
return b.fireAndForget ?
|
|
2209
|
-
id:
|
|
2210
|
-
name:
|
|
2211
|
-
args:
|
|
2323
|
+
origin: O()
|
|
2324
|
+
}, z);
|
|
2325
|
+
var q = [].slice.call(z);
|
|
2326
|
+
return b.fireAndForget ? m(L, "postrobot_method", {
|
|
2327
|
+
id: h,
|
|
2328
|
+
name: C,
|
|
2329
|
+
args: q
|
|
2212
2330
|
}, {
|
|
2213
2331
|
domain: l,
|
|
2214
2332
|
fireAndForget: !0
|
|
2215
|
-
}) :
|
|
2216
|
-
id:
|
|
2217
|
-
name:
|
|
2218
|
-
args:
|
|
2333
|
+
}) : m(L, "postrobot_method", {
|
|
2334
|
+
id: h,
|
|
2335
|
+
name: C,
|
|
2336
|
+
args: q
|
|
2219
2337
|
}, {
|
|
2220
2338
|
domain: l,
|
|
2221
2339
|
fireAndForget: !1
|
|
2222
|
-
}).then(function(
|
|
2223
|
-
return
|
|
2224
|
-
});
|
|
2225
|
-
}).catch(function(
|
|
2226
|
-
throw
|
|
2227
|
-
});
|
|
2340
|
+
}).then((function(k) {
|
|
2341
|
+
return k.data.result;
|
|
2342
|
+
}));
|
|
2343
|
+
})).catch((function(L) {
|
|
2344
|
+
throw L;
|
|
2345
|
+
}));
|
|
2228
2346
|
}
|
|
2229
|
-
return
|
|
2347
|
+
return D.__name__ = C, D.__origin__ = l, D.__source__ = S, D.__id__ = h, D.origin = l, D;
|
|
2230
2348
|
}, v = w();
|
|
2231
2349
|
return v.fireAndForget = w({
|
|
2232
2350
|
fireAndForget: !0
|
|
2233
2351
|
}), v;
|
|
2234
|
-
}(e, t, c, {
|
|
2352
|
+
})(e, t, c, {
|
|
2235
2353
|
send: d
|
|
2236
2354
|
});
|
|
2237
2355
|
}, n.cross_domain_window = function(c) {
|
|
2238
|
-
return
|
|
2356
|
+
return Z.deserialize(c, {
|
|
2239
2357
|
send: d
|
|
2240
2358
|
});
|
|
2241
2359
|
}, n));
|
|
@@ -2246,48 +2364,48 @@ function wr() {
|
|
|
2246
2364
|
};
|
|
2247
2365
|
function Ve(e, t, i, r) {
|
|
2248
2366
|
var n = r.on, d = r.send;
|
|
2249
|
-
return E.try(function() {
|
|
2250
|
-
var c =
|
|
2367
|
+
return E.try((function() {
|
|
2368
|
+
var c = K().getOrSet(e, (function() {
|
|
2251
2369
|
return {};
|
|
2252
|
-
});
|
|
2253
|
-
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || E.flush().then(function() {
|
|
2254
|
-
if (
|
|
2370
|
+
}));
|
|
2371
|
+
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || E.flush().then((function() {
|
|
2372
|
+
if (N(e)) throw new Error("Window is closed");
|
|
2255
2373
|
var S = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
|
|
2256
2374
|
on: n,
|
|
2257
2375
|
send: d
|
|
2258
2376
|
}), l;
|
|
2259
2377
|
delete c.buffer;
|
|
2260
|
-
for (var p = Object.keys(Ge), P = [],
|
|
2261
|
-
var
|
|
2378
|
+
for (var p = Object.keys(Ge), P = [], h = 0; h < p.length; h++) {
|
|
2379
|
+
var C = p[h];
|
|
2262
2380
|
try {
|
|
2263
|
-
Ge[
|
|
2264
|
-
} catch (
|
|
2265
|
-
P.push(
|
|
2381
|
+
Ge[C](e, S, t);
|
|
2382
|
+
} catch (m) {
|
|
2383
|
+
P.push(m);
|
|
2266
2384
|
}
|
|
2267
2385
|
}
|
|
2268
2386
|
if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
|
|
2269
2387
|
|
|
2270
|
-
` + P.map(function(
|
|
2271
|
-
return w + ". " +
|
|
2272
|
-
}).join(`
|
|
2388
|
+
` + P.map((function(m, w) {
|
|
2389
|
+
return w + ". " + Pe(m);
|
|
2390
|
+
})).join(`
|
|
2273
2391
|
|
|
2274
2392
|
`));
|
|
2275
|
-
}), c.flush.then(function() {
|
|
2393
|
+
})), c.flush.then((function() {
|
|
2276
2394
|
delete c.flush;
|
|
2277
|
-
});
|
|
2278
|
-
}).then(fe);
|
|
2395
|
+
}));
|
|
2396
|
+
})).then(fe);
|
|
2279
2397
|
}
|
|
2280
2398
|
function wi(e) {
|
|
2281
|
-
return
|
|
2399
|
+
return U("responseListeners").get(e);
|
|
2282
2400
|
}
|
|
2283
2401
|
function Ii(e) {
|
|
2284
|
-
|
|
2402
|
+
U("responseListeners").del(e);
|
|
2285
2403
|
}
|
|
2286
2404
|
function Ti(e) {
|
|
2287
|
-
return
|
|
2405
|
+
return U("erroredResponseListeners").has(e);
|
|
2288
2406
|
}
|
|
2289
2407
|
function ki(e) {
|
|
2290
|
-
var t = e.name, i = e.win, r = e.domain, n =
|
|
2408
|
+
var t = e.name, i = e.win, r = e.domain, n = K("requestListeners");
|
|
2291
2409
|
if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
|
|
2292
2410
|
for (var d = 0, c = [i, Ee()]; d < c.length; d++) {
|
|
2293
2411
|
var S = c[d];
|
|
@@ -2298,9 +2416,9 @@ function wr() {
|
|
|
2298
2416
|
if (p) {
|
|
2299
2417
|
if (r && typeof r == "string") {
|
|
2300
2418
|
if (p[r]) return p[r];
|
|
2301
|
-
if (p.__domain_regex__) for (var P = 0,
|
|
2302
|
-
var
|
|
2303
|
-
if (
|
|
2419
|
+
if (p.__domain_regex__) for (var P = 0, h = p.__domain_regex__; P < h.length; P++) {
|
|
2420
|
+
var C = h[P], m = C.listener;
|
|
2421
|
+
if (ee(C.regex, r)) return m;
|
|
2304
2422
|
}
|
|
2305
2423
|
}
|
|
2306
2424
|
if (p["*"]) return p["*"];
|
|
@@ -2315,34 +2433,34 @@ function wr() {
|
|
|
2315
2433
|
win: e,
|
|
2316
2434
|
domain: t
|
|
2317
2435
|
}), S = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
|
|
2318
|
-
function l(p, P,
|
|
2319
|
-
return E.flush().then(function() {
|
|
2320
|
-
if (!i.fireAndForget && !
|
|
2436
|
+
function l(p, P, h) {
|
|
2437
|
+
return E.flush().then((function() {
|
|
2438
|
+
if (!i.fireAndForget && !N(e)) try {
|
|
2321
2439
|
return Ve(e, t, {
|
|
2322
|
-
id:
|
|
2323
|
-
origin:
|
|
2440
|
+
id: ie(),
|
|
2441
|
+
origin: O(window),
|
|
2324
2442
|
type: "postrobot_message_response",
|
|
2325
2443
|
hash: i.hash,
|
|
2326
2444
|
name: i.name,
|
|
2327
2445
|
ack: p,
|
|
2328
2446
|
data: P,
|
|
2329
|
-
error:
|
|
2447
|
+
error: h
|
|
2330
2448
|
}, {
|
|
2331
2449
|
on: n,
|
|
2332
2450
|
send: d
|
|
2333
2451
|
});
|
|
2334
|
-
} catch (
|
|
2335
|
-
throw new Error("Send response message failed for " + S + " in " +
|
|
2452
|
+
} catch (C) {
|
|
2453
|
+
throw new Error("Send response message failed for " + S + " in " + O() + `
|
|
2336
2454
|
|
|
2337
|
-
` +
|
|
2455
|
+
` + Pe(C));
|
|
2338
2456
|
}
|
|
2339
|
-
});
|
|
2457
|
+
}));
|
|
2340
2458
|
}
|
|
2341
|
-
return E.all([E.flush().then(function() {
|
|
2342
|
-
if (!i.fireAndForget && !
|
|
2459
|
+
return E.all([E.flush().then((function() {
|
|
2460
|
+
if (!i.fireAndForget && !N(e)) try {
|
|
2343
2461
|
return Ve(e, t, {
|
|
2344
|
-
id:
|
|
2345
|
-
origin:
|
|
2462
|
+
id: ie(),
|
|
2463
|
+
origin: O(window),
|
|
2346
2464
|
type: "postrobot_message_ack",
|
|
2347
2465
|
hash: i.hash,
|
|
2348
2466
|
name: i.name
|
|
@@ -2351,32 +2469,32 @@ function wr() {
|
|
|
2351
2469
|
send: d
|
|
2352
2470
|
});
|
|
2353
2471
|
} catch (p) {
|
|
2354
|
-
throw new Error("Send ack message failed for " + S + " in " +
|
|
2472
|
+
throw new Error("Send ack message failed for " + S + " in " + O() + `
|
|
2355
2473
|
|
|
2356
|
-
` +
|
|
2474
|
+
` + Pe(p));
|
|
2357
2475
|
}
|
|
2358
|
-
}), E.try(function() {
|
|
2476
|
+
})), E.try((function() {
|
|
2359
2477
|
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);
|
|
2360
2478
|
return c.handler({
|
|
2361
2479
|
source: e,
|
|
2362
2480
|
origin: t,
|
|
2363
2481
|
data: i.data
|
|
2364
2482
|
});
|
|
2365
|
-
}).then(function(p) {
|
|
2483
|
+
})).then((function(p) {
|
|
2366
2484
|
return l("success", p);
|
|
2367
|
-
}, function(p) {
|
|
2485
|
+
}), (function(p) {
|
|
2368
2486
|
return l("error", null, p);
|
|
2369
|
-
})]).then(fe).catch(function(p) {
|
|
2487
|
+
}))]).then(fe).catch((function(p) {
|
|
2370
2488
|
if (c && c.handleError) return c.handleError(p);
|
|
2371
2489
|
throw p;
|
|
2372
|
-
});
|
|
2490
|
+
}));
|
|
2373
2491
|
}
|
|
2374
|
-
function
|
|
2492
|
+
function dt(e, t, i) {
|
|
2375
2493
|
if (!Ti(i.hash)) {
|
|
2376
2494
|
var r = wi(i.hash);
|
|
2377
2495
|
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);
|
|
2378
2496
|
try {
|
|
2379
|
-
if (!
|
|
2497
|
+
if (!ee(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
|
|
2380
2498
|
if (e !== r.win) throw new Error("Ack source does not match registered window");
|
|
2381
2499
|
} catch (n) {
|
|
2382
2500
|
r.promise.reject(n);
|
|
@@ -2384,11 +2502,11 @@ function wr() {
|
|
|
2384
2502
|
r.ack = !0;
|
|
2385
2503
|
}
|
|
2386
2504
|
}
|
|
2387
|
-
function
|
|
2505
|
+
function ct(e, t, i) {
|
|
2388
2506
|
if (!Ti(i.hash)) {
|
|
2389
2507
|
var r = wi(i.hash);
|
|
2390
2508
|
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);
|
|
2391
|
-
if (!
|
|
2509
|
+
if (!ee(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
|
|
2392
2510
|
var n;
|
|
2393
2511
|
if (e !== r.win) throw new Error("Response source does not match registered window");
|
|
2394
2512
|
Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
|
|
@@ -2399,27 +2517,27 @@ function wr() {
|
|
|
2399
2517
|
}
|
|
2400
2518
|
}
|
|
2401
2519
|
function Ri(e, t) {
|
|
2402
|
-
var i = t.on, r = t.send, n =
|
|
2520
|
+
var i = t.on, r = t.send, n = U("receivedMessages");
|
|
2403
2521
|
try {
|
|
2404
2522
|
if (!window || window.closed || !e.source) return;
|
|
2405
2523
|
} catch (P) {
|
|
2406
2524
|
return;
|
|
2407
2525
|
}
|
|
2408
|
-
var d = e.source, c = e.origin, S = function(P,
|
|
2409
|
-
var w =
|
|
2526
|
+
var d = e.source, c = e.origin, S = (function(P, h, C, m) {
|
|
2527
|
+
var w = m.on, v = m.send, b;
|
|
2410
2528
|
try {
|
|
2411
|
-
b = bi(
|
|
2529
|
+
b = bi(h, C, P, {
|
|
2412
2530
|
on: w,
|
|
2413
2531
|
send: v
|
|
2414
2532
|
});
|
|
2415
|
-
} catch (
|
|
2533
|
+
} catch (z) {
|
|
2416
2534
|
return;
|
|
2417
2535
|
}
|
|
2418
2536
|
if (b && typeof b == "object" && b !== null) {
|
|
2419
|
-
var
|
|
2420
|
-
if (Array.isArray(
|
|
2537
|
+
var D = b.__post_robot_10_0_46__;
|
|
2538
|
+
if (Array.isArray(D)) return D;
|
|
2421
2539
|
}
|
|
2422
|
-
}(e.data, d, c, {
|
|
2540
|
+
})(e.data, d, c, {
|
|
2423
2541
|
on: i,
|
|
2424
2542
|
send: r
|
|
2425
2543
|
});
|
|
@@ -2427,61 +2545,61 @@ function wr() {
|
|
|
2427
2545
|
Pi(d);
|
|
2428
2546
|
for (var l = 0; l < S.length; l++) {
|
|
2429
2547
|
var p = S[l];
|
|
2430
|
-
if (n.has(p.id) || (n.set(p.id, !0),
|
|
2548
|
+
if (n.has(p.id) || (n.set(p.id, !0), N(d) && !p.fireAndForget)) return;
|
|
2431
2549
|
p.origin.indexOf("file:") === 0 && (c = "file://");
|
|
2432
2550
|
try {
|
|
2433
2551
|
p.type === "postrobot_message_request" ? ft(d, c, p, {
|
|
2434
2552
|
on: i,
|
|
2435
2553
|
send: r
|
|
2436
|
-
}) : p.type === "postrobot_message_response" ?
|
|
2554
|
+
}) : p.type === "postrobot_message_response" ? ct(d, c, p) : p.type === "postrobot_message_ack" && dt(d, c, p);
|
|
2437
2555
|
} catch (P) {
|
|
2438
|
-
setTimeout(function() {
|
|
2556
|
+
setTimeout((function() {
|
|
2439
2557
|
throw P;
|
|
2440
|
-
}, 0);
|
|
2558
|
+
}), 0);
|
|
2441
2559
|
}
|
|
2442
2560
|
}
|
|
2443
2561
|
}
|
|
2444
2562
|
}
|
|
2445
|
-
function
|
|
2563
|
+
function ce(e, t, i) {
|
|
2446
2564
|
if (!e) throw new Error("Expected name");
|
|
2447
2565
|
if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
|
|
2448
|
-
var r = function n(d, c) {
|
|
2449
|
-
var S = d.name, l = d.win, p = d.domain, P =
|
|
2566
|
+
var r = (function n(d, c) {
|
|
2567
|
+
var S = d.name, l = d.win, p = d.domain, P = K("requestListeners");
|
|
2450
2568
|
if (!S || typeof S != "string") throw new Error("Name required to add request listener");
|
|
2451
|
-
if (l && l !== "*" &&
|
|
2452
|
-
var
|
|
2569
|
+
if (l && l !== "*" && Z.isProxyWindow(l)) {
|
|
2570
|
+
var h = l.awaitWindow().then((function(j) {
|
|
2453
2571
|
return n({
|
|
2454
2572
|
name: S,
|
|
2455
2573
|
win: j,
|
|
2456
2574
|
domain: p
|
|
2457
2575
|
}, c);
|
|
2458
|
-
});
|
|
2576
|
+
}));
|
|
2459
2577
|
return {
|
|
2460
2578
|
cancel: function() {
|
|
2461
|
-
|
|
2579
|
+
h.then((function(j) {
|
|
2462
2580
|
return j.cancel();
|
|
2463
|
-
}, fe);
|
|
2581
|
+
}), fe);
|
|
2464
2582
|
}
|
|
2465
2583
|
};
|
|
2466
2584
|
}
|
|
2467
|
-
var
|
|
2468
|
-
if (Array.isArray(
|
|
2469
|
-
for (var
|
|
2585
|
+
var C = l;
|
|
2586
|
+
if (Array.isArray(C)) {
|
|
2587
|
+
for (var m = [], w = 0, v = C; w < v.length; w++) m.push(n({
|
|
2470
2588
|
name: S,
|
|
2471
2589
|
domain: p,
|
|
2472
2590
|
win: v[w]
|
|
2473
2591
|
}, c));
|
|
2474
2592
|
return {
|
|
2475
2593
|
cancel: function() {
|
|
2476
|
-
for (var j = 0; j <
|
|
2594
|
+
for (var j = 0; j < m.length; j++) m[j].cancel();
|
|
2477
2595
|
}
|
|
2478
2596
|
};
|
|
2479
2597
|
}
|
|
2480
2598
|
if (Array.isArray(p)) {
|
|
2481
|
-
for (var b = [],
|
|
2599
|
+
for (var b = [], D = 0, z = p; D < z.length; D++) b.push(n({
|
|
2482
2600
|
name: S,
|
|
2483
|
-
win:
|
|
2484
|
-
domain:
|
|
2601
|
+
win: C,
|
|
2602
|
+
domain: z[D]
|
|
2485
2603
|
}, c));
|
|
2486
2604
|
return {
|
|
2487
2605
|
cancel: function() {
|
|
@@ -2489,30 +2607,30 @@ function wr() {
|
|
|
2489
2607
|
}
|
|
2490
2608
|
};
|
|
2491
2609
|
}
|
|
2492
|
-
var
|
|
2610
|
+
var L = ki({
|
|
2493
2611
|
name: S,
|
|
2494
|
-
win:
|
|
2612
|
+
win: C,
|
|
2495
2613
|
domain: p
|
|
2496
2614
|
});
|
|
2497
|
-
|
|
2498
|
-
var
|
|
2499
|
-
if (
|
|
2500
|
-
var
|
|
2615
|
+
C && C !== "*" || (C = Ee());
|
|
2616
|
+
var A = (p = p || "*").toString();
|
|
2617
|
+
if (L) throw C && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (C === Ee() ? "wildcard" : "specified") + " window") : C ? new Error("Request listener already exists for " + S + " for " + (C === Ee() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
|
|
2618
|
+
var q = P.getOrSet(C, (function() {
|
|
2501
2619
|
return {};
|
|
2502
|
-
}),
|
|
2620
|
+
})), k = ge(q, S, (function() {
|
|
2503
2621
|
return {};
|
|
2504
|
-
}),
|
|
2505
|
-
return ze(p) ? (
|
|
2622
|
+
})), _, X;
|
|
2623
|
+
return ze(p) ? (_ = ge(k, "__domain_regex__", (function() {
|
|
2506
2624
|
return [];
|
|
2507
|
-
})).push(
|
|
2625
|
+
}))).push(X = {
|
|
2508
2626
|
regex: p,
|
|
2509
2627
|
listener: c
|
|
2510
|
-
}) :
|
|
2628
|
+
}) : k[A] = c, {
|
|
2511
2629
|
cancel: function() {
|
|
2512
|
-
delete
|
|
2630
|
+
delete k[A], X && (_.splice(_.indexOf(X, 1)), _.length || delete k.__domain_regex__), Object.keys(k).length || delete q[S], C && !Object.keys(q).length && P.del(C);
|
|
2513
2631
|
}
|
|
2514
2632
|
};
|
|
2515
|
-
}({
|
|
2633
|
+
})({
|
|
2516
2634
|
name: e,
|
|
2517
2635
|
win: t.window,
|
|
2518
2636
|
domain: t.domain || "*"
|
|
@@ -2528,278 +2646,278 @@ function wr() {
|
|
|
2528
2646
|
}
|
|
2529
2647
|
};
|
|
2530
2648
|
}
|
|
2531
|
-
function
|
|
2649
|
+
function pt(e, t, i) {
|
|
2532
2650
|
typeof (t = t || {}) == "function" && (i = t, t = {});
|
|
2533
2651
|
var r = new E(), n;
|
|
2534
2652
|
return t.errorHandler = function(d) {
|
|
2535
2653
|
n.cancel(), r.reject(d);
|
|
2536
|
-
}, n =
|
|
2654
|
+
}, n = ce(e, t, (function(d) {
|
|
2537
2655
|
if (n.cancel(), r.resolve(d), i) return i(d);
|
|
2538
|
-
}), r.cancel = n.cancel, r;
|
|
2656
|
+
})), r.cancel = n.cancel, r;
|
|
2539
2657
|
}
|
|
2540
|
-
var
|
|
2658
|
+
var ne = function e(t, i, r, n) {
|
|
2541
2659
|
var d = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
|
|
2542
|
-
return
|
|
2660
|
+
return Z.toProxyWindow(t, {
|
|
2543
2661
|
send: e
|
|
2544
|
-
}).awaitWindow().then(function(p) {
|
|
2545
|
-
return E.try(function() {
|
|
2546
|
-
if (function(P,
|
|
2662
|
+
}).awaitWindow().then((function(p) {
|
|
2663
|
+
return E.try((function() {
|
|
2664
|
+
if ((function(P, h, C) {
|
|
2547
2665
|
if (!P) throw new Error("Expected name");
|
|
2548
|
-
if (typeof
|
|
2549
|
-
if (
|
|
2550
|
-
}(i, p, d), function(P,
|
|
2551
|
-
var
|
|
2552
|
-
if (
|
|
2553
|
-
if (
|
|
2666
|
+
if (typeof C != "string" && !Array.isArray(C) && !ze(C)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(C) + " to be a string, array, or regex");
|
|
2667
|
+
if (N(h)) throw new Error("Can not send " + P + ". Target window is closed");
|
|
2668
|
+
})(i, p, d), (function(P, h) {
|
|
2669
|
+
var C = pe(h);
|
|
2670
|
+
if (C) return C === P;
|
|
2671
|
+
if (h === P || (function(v) {
|
|
2554
2672
|
v === void 0 && (v = window);
|
|
2555
2673
|
try {
|
|
2556
2674
|
if (v.top) return v.top;
|
|
2557
|
-
} catch (
|
|
2675
|
+
} catch (L) {
|
|
2558
2676
|
}
|
|
2559
|
-
if (
|
|
2677
|
+
if (x(v) === v) return v;
|
|
2560
2678
|
try {
|
|
2561
|
-
if (
|
|
2562
|
-
} catch (
|
|
2679
|
+
if (H(window, v) && window.top) return window.top;
|
|
2680
|
+
} catch (L) {
|
|
2563
2681
|
}
|
|
2564
2682
|
try {
|
|
2565
|
-
if (
|
|
2566
|
-
} catch (
|
|
2683
|
+
if (H(v, window) && window.top) return window.top;
|
|
2684
|
+
} catch (L) {
|
|
2567
2685
|
}
|
|
2568
|
-
for (var b = 0,
|
|
2569
|
-
for (var
|
|
2570
|
-
var
|
|
2571
|
-
|
|
2572
|
-
for (var j = 0, $e =
|
|
2686
|
+
for (var b = 0, D = (function L(A) {
|
|
2687
|
+
for (var q = [], k = 0, _ = re(A); k < _.length; k++) {
|
|
2688
|
+
var X = _[k];
|
|
2689
|
+
q.push(X);
|
|
2690
|
+
for (var j = 0, $e = L(X); j < $e.length; j++) q.push($e[j]);
|
|
2573
2691
|
}
|
|
2574
|
-
return
|
|
2575
|
-
}(v); b <
|
|
2576
|
-
var
|
|
2692
|
+
return q;
|
|
2693
|
+
})(v); b < D.length; b++) {
|
|
2694
|
+
var z = D[b];
|
|
2577
2695
|
try {
|
|
2578
|
-
if (
|
|
2579
|
-
} catch (
|
|
2696
|
+
if (z.top) return z.top;
|
|
2697
|
+
} catch (L) {
|
|
2580
2698
|
}
|
|
2581
|
-
if (
|
|
2699
|
+
if (x(z) === z) return z;
|
|
2582
2700
|
}
|
|
2583
|
-
}(
|
|
2584
|
-
for (var
|
|
2701
|
+
})(h) === h) return !1;
|
|
2702
|
+
for (var m = 0, w = re(P); m < w.length; m++) if (w[m] === h) return !0;
|
|
2585
2703
|
return !1;
|
|
2586
|
-
}(window, p)) return function(P,
|
|
2587
|
-
|
|
2588
|
-
var
|
|
2589
|
-
return
|
|
2704
|
+
})(window, p)) return (function(P, h, C) {
|
|
2705
|
+
h === void 0 && (h = 5e3), C === void 0 && (C = "Window");
|
|
2706
|
+
var m = (function(w) {
|
|
2707
|
+
return K("helloPromises").getOrSet(w, (function() {
|
|
2590
2708
|
return new E();
|
|
2591
|
-
});
|
|
2592
|
-
}(P);
|
|
2593
|
-
return
|
|
2594
|
-
}(p, S);
|
|
2595
|
-
}).then(function(P) {
|
|
2596
|
-
return function(C,
|
|
2709
|
+
}));
|
|
2710
|
+
})(P);
|
|
2711
|
+
return h !== -1 && (m = m.timeout(h, new Error(C + " did not load after " + h + "ms"))), m;
|
|
2712
|
+
})(p, S);
|
|
2713
|
+
})).then((function(P) {
|
|
2714
|
+
return (function(h, C, m, w) {
|
|
2597
2715
|
var v = w.send;
|
|
2598
|
-
return E.try(function() {
|
|
2599
|
-
return typeof
|
|
2600
|
-
return
|
|
2716
|
+
return E.try((function() {
|
|
2717
|
+
return typeof C == "string" ? C : E.try((function() {
|
|
2718
|
+
return m || Ue(h, {
|
|
2601
2719
|
send: v
|
|
2602
|
-
}).then(function(b) {
|
|
2720
|
+
}).then((function(b) {
|
|
2603
2721
|
return b.domain;
|
|
2604
|
-
});
|
|
2605
|
-
}).then(function(b) {
|
|
2606
|
-
if (!
|
|
2722
|
+
}));
|
|
2723
|
+
})).then((function(b) {
|
|
2724
|
+
if (!ee(C, C)) throw new Error("Domain " + di(C) + " does not match " + di(C));
|
|
2607
2725
|
return b;
|
|
2608
|
-
});
|
|
2609
|
-
});
|
|
2610
|
-
}(p, d, (P === void 0 ? {} : P).domain, {
|
|
2726
|
+
}));
|
|
2727
|
+
}));
|
|
2728
|
+
})(p, d, (P === void 0 ? {} : P).domain, {
|
|
2611
2729
|
send: e
|
|
2612
2730
|
});
|
|
2613
|
-
}).then(function(P) {
|
|
2614
|
-
var
|
|
2731
|
+
})).then((function(P) {
|
|
2732
|
+
var h = P, C = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new E(), w = i + "_" + ie();
|
|
2615
2733
|
if (!l) {
|
|
2616
2734
|
var v = {
|
|
2617
2735
|
name: i,
|
|
2618
2736
|
win: p,
|
|
2619
|
-
domain:
|
|
2620
|
-
promise:
|
|
2737
|
+
domain: h,
|
|
2738
|
+
promise: m
|
|
2621
2739
|
};
|
|
2622
|
-
(function(
|
|
2623
|
-
|
|
2740
|
+
(function(k, _) {
|
|
2741
|
+
U("responseListeners").set(k, _);
|
|
2624
2742
|
})(w, v);
|
|
2625
|
-
var b =
|
|
2743
|
+
var b = K("requestPromises").getOrSet(p, (function() {
|
|
2626
2744
|
return [];
|
|
2627
|
-
});
|
|
2628
|
-
b.push(
|
|
2629
|
-
(function(
|
|
2630
|
-
|
|
2745
|
+
}));
|
|
2746
|
+
b.push(m), m.catch((function() {
|
|
2747
|
+
(function(k) {
|
|
2748
|
+
U("erroredResponseListeners").set(k, !0);
|
|
2631
2749
|
})(w), Ii(w);
|
|
2632
|
-
});
|
|
2633
|
-
var
|
|
2634
|
-
return
|
|
2635
|
-
}(p) ? 1e4 : 2e3,
|
|
2636
|
-
var
|
|
2637
|
-
return function j() {
|
|
2638
|
-
|
|
2750
|
+
}));
|
|
2751
|
+
var D = (function(k) {
|
|
2752
|
+
return K("knownWindows").get(k, !1);
|
|
2753
|
+
})(p) ? 1e4 : 2e3, z = c, L = D, A = z, q = (function(k, _) {
|
|
2754
|
+
var X;
|
|
2755
|
+
return (function j() {
|
|
2756
|
+
X = setTimeout((function() {
|
|
2639
2757
|
(function() {
|
|
2640
|
-
if (
|
|
2641
|
-
if (v.cancelled) return
|
|
2642
|
-
|
|
2758
|
+
if (N(p)) return m.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
|
|
2759
|
+
if (v.cancelled) return m.reject(new Error("Response listener was cancelled for " + i));
|
|
2760
|
+
L = Math.max(L - 500, 0), A !== -1 && (A = Math.max(A - 500, 0)), v.ack || L !== 0 ? A === 0 && m.reject(new Error("No response for postMessage " + C + " in " + O() + " in " + z + "ms")) : m.reject(new Error("No ack for postMessage " + C + " in " + O() + " in " + D + "ms"));
|
|
2643
2761
|
})(), j();
|
|
2644
|
-
}, 500);
|
|
2645
|
-
}(), {
|
|
2762
|
+
}), 500);
|
|
2763
|
+
})(), {
|
|
2646
2764
|
cancel: function() {
|
|
2647
|
-
clearTimeout(
|
|
2765
|
+
clearTimeout(X);
|
|
2648
2766
|
}
|
|
2649
2767
|
};
|
|
2650
|
-
}();
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
}).catch(fe);
|
|
2768
|
+
})();
|
|
2769
|
+
m.finally((function() {
|
|
2770
|
+
q.cancel(), b.splice(b.indexOf(m, 1));
|
|
2771
|
+
})).catch(fe);
|
|
2654
2772
|
}
|
|
2655
|
-
return Ve(p,
|
|
2656
|
-
id:
|
|
2657
|
-
origin:
|
|
2773
|
+
return Ve(p, h, {
|
|
2774
|
+
id: ie(),
|
|
2775
|
+
origin: O(window),
|
|
2658
2776
|
type: "postrobot_message_request",
|
|
2659
2777
|
hash: w,
|
|
2660
2778
|
name: i,
|
|
2661
2779
|
data: r,
|
|
2662
2780
|
fireAndForget: l
|
|
2663
2781
|
}, {
|
|
2664
|
-
on:
|
|
2782
|
+
on: ce,
|
|
2665
2783
|
send: e
|
|
2666
|
-
}).then(function() {
|
|
2667
|
-
return l ?
|
|
2668
|
-
}, function(
|
|
2669
|
-
throw new Error("Send request message failed for " +
|
|
2784
|
+
}).then((function() {
|
|
2785
|
+
return l ? m.resolve() : m;
|
|
2786
|
+
}), (function(k) {
|
|
2787
|
+
throw new Error("Send request message failed for " + C + " in " + O() + `
|
|
2670
2788
|
|
|
2671
|
-
` +
|
|
2672
|
-
});
|
|
2673
|
-
});
|
|
2674
|
-
});
|
|
2789
|
+
` + Pe(k));
|
|
2790
|
+
}));
|
|
2791
|
+
}));
|
|
2792
|
+
}));
|
|
2675
2793
|
};
|
|
2676
|
-
function
|
|
2794
|
+
function lt(e, t, i) {
|
|
2677
2795
|
return vi(e, t, i, {
|
|
2678
|
-
on:
|
|
2679
|
-
send:
|
|
2796
|
+
on: ce,
|
|
2797
|
+
send: ne
|
|
2680
2798
|
});
|
|
2681
2799
|
}
|
|
2682
|
-
function
|
|
2800
|
+
function St(e, t, i) {
|
|
2683
2801
|
return bi(e, t, i, {
|
|
2684
|
-
send:
|
|
2802
|
+
send: ne
|
|
2685
2803
|
});
|
|
2686
2804
|
}
|
|
2687
|
-
function
|
|
2688
|
-
return new
|
|
2689
|
-
send:
|
|
2805
|
+
function ut(e) {
|
|
2806
|
+
return new Z({
|
|
2807
|
+
send: ne,
|
|
2690
2808
|
win: e
|
|
2691
2809
|
});
|
|
2692
2810
|
}
|
|
2693
|
-
function
|
|
2694
|
-
return
|
|
2695
|
-
send:
|
|
2811
|
+
function ht(e) {
|
|
2812
|
+
return Z.toProxyWindow(e, {
|
|
2813
|
+
send: ne
|
|
2696
2814
|
});
|
|
2697
2815
|
}
|
|
2698
2816
|
function xi() {
|
|
2699
|
-
|
|
2700
|
-
on:
|
|
2701
|
-
send:
|
|
2702
|
-
}).on, i = e.send, (r =
|
|
2817
|
+
me().initialized || (me().initialized = !0, t = (e = {
|
|
2818
|
+
on: ce,
|
|
2819
|
+
send: ne
|
|
2820
|
+
}).on, i = e.send, (r = me()).receiveMessage = r.receiveMessage || function(n) {
|
|
2703
2821
|
return Ri(n, {
|
|
2704
2822
|
on: t,
|
|
2705
2823
|
send: i
|
|
2706
2824
|
});
|
|
2707
|
-
}, function(n) {
|
|
2825
|
+
}, (function(n) {
|
|
2708
2826
|
var d = n.on, c = n.send;
|
|
2709
|
-
|
|
2710
|
-
return function(S, l, p) {
|
|
2827
|
+
U().getOrSet("postMessageListener", (function() {
|
|
2828
|
+
return (function(S, l, p) {
|
|
2711
2829
|
return S.addEventListener("message", p), {
|
|
2712
2830
|
cancel: function() {
|
|
2713
2831
|
S.removeEventListener("message", p);
|
|
2714
2832
|
}
|
|
2715
2833
|
};
|
|
2716
|
-
}(window, 0, function(S) {
|
|
2834
|
+
})(window, 0, (function(S) {
|
|
2717
2835
|
(function(l, p) {
|
|
2718
|
-
var P = p.on,
|
|
2719
|
-
E.try(function() {
|
|
2720
|
-
var
|
|
2721
|
-
if (
|
|
2722
|
-
if (
|
|
2836
|
+
var P = p.on, h = p.send;
|
|
2837
|
+
E.try((function() {
|
|
2838
|
+
var C = l.source || l.sourceElement, m = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
|
|
2839
|
+
if (m === "null" && (m = "file://"), C) {
|
|
2840
|
+
if (!m) throw new Error("Post message did not have origin domain");
|
|
2723
2841
|
Ri({
|
|
2724
|
-
source:
|
|
2725
|
-
origin:
|
|
2842
|
+
source: C,
|
|
2843
|
+
origin: m,
|
|
2726
2844
|
data: w
|
|
2727
2845
|
}, {
|
|
2728
2846
|
on: P,
|
|
2729
|
-
send:
|
|
2847
|
+
send: h
|
|
2730
2848
|
});
|
|
2731
2849
|
}
|
|
2732
|
-
});
|
|
2850
|
+
}));
|
|
2733
2851
|
})(S, {
|
|
2734
2852
|
on: d,
|
|
2735
2853
|
send: c
|
|
2736
2854
|
});
|
|
2737
|
-
});
|
|
2738
|
-
});
|
|
2739
|
-
}({
|
|
2740
|
-
on:
|
|
2741
|
-
send:
|
|
2742
|
-
}), function(n) {
|
|
2855
|
+
}));
|
|
2856
|
+
}));
|
|
2857
|
+
})({
|
|
2858
|
+
on: ce,
|
|
2859
|
+
send: ne
|
|
2860
|
+
}), (function(n) {
|
|
2743
2861
|
var d = n.on, c = n.send;
|
|
2744
|
-
|
|
2862
|
+
U("builtinListeners").getOrSet("helloListener", (function() {
|
|
2745
2863
|
var S = d("postrobot_hello", {
|
|
2746
2864
|
domain: "*"
|
|
2747
|
-
}, function(p) {
|
|
2748
|
-
return
|
|
2865
|
+
}, (function(p) {
|
|
2866
|
+
return hi(p.source, {
|
|
2749
2867
|
domain: p.origin
|
|
2750
2868
|
}), {
|
|
2751
2869
|
instanceID: ui()
|
|
2752
2870
|
};
|
|
2753
|
-
}), l =
|
|
2754
|
-
return l &&
|
|
2871
|
+
})), l = pe();
|
|
2872
|
+
return l && Ue(l, {
|
|
2755
2873
|
send: c
|
|
2756
|
-
}).catch(function(p) {
|
|
2757
|
-
}), S;
|
|
2758
|
-
});
|
|
2759
|
-
}({
|
|
2760
|
-
on:
|
|
2761
|
-
send:
|
|
2874
|
+
}).catch((function(p) {
|
|
2875
|
+
})), S;
|
|
2876
|
+
}));
|
|
2877
|
+
})({
|
|
2878
|
+
on: ce,
|
|
2879
|
+
send: ne
|
|
2762
2880
|
}));
|
|
2763
2881
|
var e, t, i, r;
|
|
2764
2882
|
}
|
|
2765
2883
|
function Ct() {
|
|
2766
2884
|
(function() {
|
|
2767
|
-
for (var t =
|
|
2885
|
+
for (var t = U("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
|
|
2768
2886
|
var n = r[i], d = t.get(n);
|
|
2769
2887
|
d && (d.cancelled = !0), t.del(n);
|
|
2770
2888
|
}
|
|
2771
|
-
})(), (e =
|
|
2889
|
+
})(), (e = U().get("postMessageListener")) && e.cancel();
|
|
2772
2890
|
var e;
|
|
2773
2891
|
delete window.__post_robot_10_0_46__;
|
|
2774
2892
|
}
|
|
2775
|
-
var
|
|
2776
|
-
function
|
|
2777
|
-
for (var t = 0, i =
|
|
2893
|
+
var Pt = !0;
|
|
2894
|
+
function gt(e) {
|
|
2895
|
+
for (var t = 0, i = K("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (N(e) ? "closed" : "cleaned up") + " before response")).catch(fe);
|
|
2778
2896
|
}
|
|
2779
2897
|
xi();
|
|
2780
2898
|
}]);
|
|
2781
|
-
});
|
|
2782
|
-
}(Ae)), Ae.exports;
|
|
2899
|
+
}));
|
|
2900
|
+
})(Ae)), Ae.exports;
|
|
2783
2901
|
}
|
|
2784
|
-
var
|
|
2785
|
-
function
|
|
2786
|
-
return
|
|
2787
|
-
o.exports =
|
|
2788
|
-
}(Qe)), Qe.exports;
|
|
2902
|
+
var Gi;
|
|
2903
|
+
function xr() {
|
|
2904
|
+
return Gi || (Gi = 1, (function(o) {
|
|
2905
|
+
o.exports = Rr(), o.exports.default = o.exports;
|
|
2906
|
+
})(Qe)), Qe.exports;
|
|
2789
2907
|
}
|
|
2790
|
-
var
|
|
2791
|
-
const
|
|
2908
|
+
var Qi = xr();
|
|
2909
|
+
const Er = /* @__PURE__ */ Tr(Qi), Ie = /* @__PURE__ */ It({
|
|
2792
2910
|
__proto__: null,
|
|
2793
|
-
default:
|
|
2794
|
-
}, [
|
|
2911
|
+
default: Er
|
|
2912
|
+
}, [Qi]);
|
|
2795
2913
|
export {
|
|
2796
|
-
|
|
2914
|
+
Vi as ConsentBox,
|
|
2797
2915
|
Ze as DisclosureRequestBox,
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2916
|
+
Yi as PrivacyCenterBox,
|
|
2917
|
+
Ar as SoyioTypes,
|
|
2918
|
+
Lr as SoyioWidget,
|
|
2801
2919
|
ei as _TooltipManager,
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2920
|
+
_r as appearanceSchema,
|
|
2921
|
+
Wr as configSchema,
|
|
2922
|
+
Lr as default
|
|
2805
2923
|
};
|