@soyio/soyio-widget 3.4.0 → 3.5.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 +106 -0
- package/dist/index.d.ts +78 -0
- package/dist/index.js +864 -820
- package/dist/index.umd.cjs +29 -29
- package/package.json +2 -2
- package/src/schemas/appearance.schema.json +18 -1
- package/src/schemas/config.schema.json +224 -2
package/dist/index.js
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
var yt = Object.defineProperty, $t = Object.defineProperties;
|
|
2
|
+
var vt = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Ae = Object.getOwnPropertySymbols, bt = Object.getPrototypeOf, xi = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, wt = Reflect.get;
|
|
4
4
|
var Ai = (o) => {
|
|
5
5
|
throw TypeError(o);
|
|
6
6
|
};
|
|
7
|
-
var Ke = (o, s,
|
|
8
|
-
for (var
|
|
9
|
-
|
|
10
|
-
if (
|
|
11
|
-
for (var
|
|
12
|
-
Di.call(s,
|
|
7
|
+
var Ke = (o, s, d) => s in o ? yt(o, s, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[s] = d, we = (o, s) => {
|
|
8
|
+
for (var d in s || (s = {}))
|
|
9
|
+
xi.call(s, d) && Ke(o, d, s[d]);
|
|
10
|
+
if (Ae)
|
|
11
|
+
for (var d of Ae(s))
|
|
12
|
+
Di.call(s, d) && Ke(o, d, s[d]);
|
|
13
13
|
return o;
|
|
14
|
-
}, Li = (o, s) => $t(o,
|
|
14
|
+
}, Li = (o, s) => $t(o, vt(s));
|
|
15
15
|
var _i = (o, s) => {
|
|
16
|
-
var
|
|
17
|
-
for (var
|
|
18
|
-
|
|
19
|
-
if (o != null &&
|
|
20
|
-
for (var
|
|
21
|
-
s.indexOf(
|
|
22
|
-
return
|
|
16
|
+
var d = {};
|
|
17
|
+
for (var a in o)
|
|
18
|
+
xi.call(o, a) && s.indexOf(a) < 0 && (d[a] = o[a]);
|
|
19
|
+
if (o != null && Ae)
|
|
20
|
+
for (var a of Ae(o))
|
|
21
|
+
s.indexOf(a) < 0 && Di.call(o, a) && (d[a] = o[a]);
|
|
22
|
+
return d;
|
|
23
23
|
};
|
|
24
|
-
var R = (o, s,
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
var
|
|
28
|
-
var
|
|
29
|
-
var
|
|
24
|
+
var R = (o, s, d) => Ke(o, typeof s != "symbol" ? s + "" : s, d), It = (o, s, d) => s.has(o) || Ai("Cannot " + d);
|
|
25
|
+
var Oi = (o, s, d) => s.has(o) ? Ai("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(o) : s.set(o, d);
|
|
26
|
+
var Ni = (o, s, d) => (It(o, s, "access private method"), d);
|
|
27
|
+
var le = (o, s, d) => wt(bt(o), d, s);
|
|
28
|
+
var O = (o, s, d) => new Promise((a, S) => {
|
|
29
|
+
var g = (I) => {
|
|
30
30
|
try {
|
|
31
|
-
|
|
31
|
+
$(d.next(I));
|
|
32
32
|
} catch (T) {
|
|
33
|
-
|
|
33
|
+
S(T);
|
|
34
34
|
}
|
|
35
|
-
},
|
|
35
|
+
}, y = (I) => {
|
|
36
36
|
try {
|
|
37
|
-
|
|
37
|
+
$(d.throw(I));
|
|
38
38
|
} catch (T) {
|
|
39
|
-
|
|
39
|
+
S(T);
|
|
40
40
|
}
|
|
41
|
-
},
|
|
42
|
-
|
|
41
|
+
}, $ = (I) => I.done ? a(I.value) : Promise.resolve(I.value).then(g, y);
|
|
42
|
+
$((d = d.apply(o, s)).next());
|
|
43
43
|
});
|
|
44
|
-
function
|
|
45
|
-
for (var
|
|
46
|
-
const
|
|
47
|
-
if (typeof
|
|
48
|
-
for (const
|
|
49
|
-
if (
|
|
50
|
-
const
|
|
51
|
-
|
|
44
|
+
function Tt(o, s) {
|
|
45
|
+
for (var d = 0; d < s.length; d++) {
|
|
46
|
+
const a = s[d];
|
|
47
|
+
if (typeof a != "string" && !Array.isArray(a)) {
|
|
48
|
+
for (const S in a)
|
|
49
|
+
if (S !== "default" && !(S in o)) {
|
|
50
|
+
const g = Object.getOwnPropertyDescriptor(a, S);
|
|
51
|
+
g && Object.defineProperty(o, S, g.get ? g : {
|
|
52
52
|
enumerable: !0,
|
|
53
|
-
get: () =>
|
|
53
|
+
get: () => a[S]
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
|
|
59
59
|
}
|
|
60
|
-
const
|
|
60
|
+
const _e = !!(typeof window != "undefined" && window.document && window.document.createElement), Wi = 200;
|
|
61
61
|
class ei {
|
|
62
62
|
constructor() {
|
|
63
63
|
R(this, "tooltipElement", null);
|
|
64
64
|
R(this, "tooltipContent", null);
|
|
65
65
|
R(this, "tooltipClass", "soyio-tooltip");
|
|
66
66
|
R(this, "hideTimeout", null);
|
|
67
|
-
|
|
67
|
+
_e && this.createTooltipElement();
|
|
68
68
|
}
|
|
69
69
|
createTooltipElement() {
|
|
70
70
|
const s = document.querySelector(`.${this.tooltipClass}`);
|
|
@@ -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 ${Wi}ms ease, transform ${Wi}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, d, a) {
|
|
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
|
|
99
|
-
this.applyPlacement(
|
|
98
|
+
const S = this.calculateOptimalPlacement(d, a);
|
|
99
|
+
this.applyPlacement(S), 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, d) {
|
|
104
|
+
const a = this.tooltipElement.offsetWidth, S = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: y } = window, $ = 4, I = {
|
|
105
105
|
top: {
|
|
106
|
-
top:
|
|
107
|
-
left: s -
|
|
106
|
+
top: d - S - $,
|
|
107
|
+
left: s - a / 2,
|
|
108
108
|
placement: "top"
|
|
109
109
|
},
|
|
110
110
|
bottom: {
|
|
111
|
-
top:
|
|
112
|
-
left: s -
|
|
111
|
+
top: d + $,
|
|
112
|
+
left: s - a / 2,
|
|
113
113
|
placement: "bottom"
|
|
114
114
|
},
|
|
115
115
|
right: {
|
|
116
|
-
top:
|
|
117
|
-
left: s +
|
|
116
|
+
top: d - S / 2,
|
|
117
|
+
left: s + $,
|
|
118
118
|
placement: "right"
|
|
119
119
|
},
|
|
120
120
|
left: {
|
|
121
|
-
top:
|
|
122
|
-
left: s -
|
|
121
|
+
top: d - S / 2,
|
|
122
|
+
left: s - a - $,
|
|
123
123
|
placement: "left"
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
for (const [,
|
|
127
|
-
if (ei.fitsInViewport(
|
|
128
|
-
return
|
|
126
|
+
for (const [, E] of Object.entries(I))
|
|
127
|
+
if (ei.fitsInViewport(E, a, S, g, y))
|
|
128
|
+
return E;
|
|
129
129
|
const T = I.top;
|
|
130
|
-
return T.left = Math.max(
|
|
130
|
+
return T.left = Math.max($, Math.min(T.left, g - a - $)), T.top = Math.max($, Math.min(T.top, y - S - $)), T;
|
|
131
131
|
}
|
|
132
|
-
static fitsInViewport(s,
|
|
133
|
-
return s.top >= 0 && s.left >= 0 && s.top +
|
|
132
|
+
static fitsInViewport(s, d, a, S, g) {
|
|
133
|
+
return s.top >= 0 && s.left >= 0 && s.top + a <= g && s.left + d <= S;
|
|
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,7 +143,7 @@ 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
|
-
const
|
|
146
|
+
const kt = "https://app.soyio.id", Rt = "https://sandbox.soyio.id", Et = "https://consent-embed.soyio.id", xt = "https://sandbox-consent-embed.soyio.id", Dt = "https://privacy-center-embed.soyio.id", At = "https://sandbox-privacy-center-embed.soyio.id", Lt = "https://forms.soyio.id", _t = [
|
|
147
147
|
"DISCLOSURE_REQUEST_SUCCESSFUL",
|
|
148
148
|
"IDENTITY_REGISTERED",
|
|
149
149
|
"IDENTITY_SIGNATURE",
|
|
@@ -151,26 +151,28 @@ const Tt = "https://app.soyio.id", kt = "https://sandbox.soyio.id", Rt = "https:
|
|
|
151
151
|
"DENIED_CAMERA_PERMISSION",
|
|
152
152
|
"REJECTED_SIGNATURE",
|
|
153
153
|
"CLOSE_POPUP"
|
|
154
|
-
],
|
|
154
|
+
], Ot = "WIDGET_CLOSED", Nt = 420, Wt = 720, Mt = 500, Bt = {
|
|
155
155
|
minWidth: "375px"
|
|
156
|
-
},
|
|
156
|
+
}, jt = {
|
|
157
157
|
minWidth: "0px"
|
|
158
|
-
},
|
|
158
|
+
}, Ft = {
|
|
159
159
|
minWidth: "375px"
|
|
160
|
+
}, Ut = {
|
|
161
|
+
minWidth: "320px"
|
|
160
162
|
};
|
|
161
|
-
function Mi(o, s,
|
|
162
|
-
return
|
|
163
|
+
function Mi(o, s, d) {
|
|
164
|
+
return O(this, null, function* () {
|
|
163
165
|
if (!o.contentWindow)
|
|
164
166
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
165
|
-
const
|
|
167
|
+
const a = yield Promise.resolve().then(() => ue);
|
|
166
168
|
try {
|
|
167
|
-
yield
|
|
168
|
-
} catch (
|
|
169
|
-
console.error("Failed to send appearance config:",
|
|
169
|
+
yield a.send(o.contentWindow, "SET_APPEARANCE", { appearance: s, identifier: d });
|
|
170
|
+
} catch (S) {
|
|
171
|
+
console.error("Failed to send appearance config:", S);
|
|
170
172
|
}
|
|
171
173
|
});
|
|
172
174
|
}
|
|
173
|
-
const
|
|
175
|
+
const zt = "IFRAME_READY", qt = "IFRAME_HEIGHT_CHANGE", Ht = "TOOLTIP_STATE_CHANGE", Gt = "INFO_EVENT", Vt = "CONSENT_STATE_CHANGE", Y = {
|
|
174
176
|
// BASE
|
|
175
177
|
onHeightChange: {},
|
|
176
178
|
onIframeReady: {},
|
|
@@ -179,55 +181,55 @@ const jt = "IFRAME_READY", zt = "IFRAME_HEIGHT_CHANGE", Ut = "TOOLTIP_STATE_CHAN
|
|
|
179
181
|
// CONSENT
|
|
180
182
|
onStateChange: {}
|
|
181
183
|
};
|
|
182
|
-
let Bi, ji,
|
|
183
|
-
function
|
|
184
|
-
return
|
|
185
|
-
const o = yield Promise.resolve().then(() =>
|
|
186
|
-
Bi || ji ||
|
|
187
|
-
const
|
|
188
|
-
return
|
|
189
|
-
})), ji = o.on(
|
|
190
|
-
const
|
|
191
|
-
return
|
|
192
|
-
})),
|
|
193
|
-
const
|
|
194
|
-
return
|
|
195
|
-
})), Ui = o.on(
|
|
196
|
-
const
|
|
197
|
-
return
|
|
198
|
-
})),
|
|
199
|
-
const
|
|
200
|
-
return
|
|
184
|
+
let Bi, ji, Fi, Ui, zi;
|
|
185
|
+
function Yt() {
|
|
186
|
+
return O(this, null, function* () {
|
|
187
|
+
const o = yield Promise.resolve().then(() => ue);
|
|
188
|
+
Bi || ji || Fi || Ui || zi || (Bi = o.on(qt, (s) => O(null, null, function* () {
|
|
189
|
+
const d = s.data, a = Y.onHeightChange[d.identifier];
|
|
190
|
+
return a && a(d.height), Promise.resolve();
|
|
191
|
+
})), ji = o.on(zt, (s) => O(null, null, function* () {
|
|
192
|
+
const d = s.data, a = Y.onIframeReady[d.identifier];
|
|
193
|
+
return a && a(), Promise.resolve();
|
|
194
|
+
})), Fi = o.on(Ht, (s) => O(null, null, function* () {
|
|
195
|
+
const d = s.data, a = Y.onTooltipChange[d.identifier];
|
|
196
|
+
return a && a(d), Promise.resolve();
|
|
197
|
+
})), Ui = o.on(Vt, (s) => O(null, null, function* () {
|
|
198
|
+
const d = s.data, a = Y.onStateChange[d.identifier];
|
|
199
|
+
return a && a(d), Promise.resolve();
|
|
200
|
+
})), zi = o.on(Gt, (d) => O(null, [d], function* ({ data: s }) {
|
|
201
|
+
const y = s, { identifier: a } = y, S = _i(y, ["identifier"]), g = Y.onInfo[a];
|
|
202
|
+
return g && g(S), Promise.resolve();
|
|
201
203
|
})));
|
|
202
204
|
});
|
|
203
205
|
}
|
|
204
206
|
function ii(o, s) {
|
|
205
207
|
const {
|
|
206
|
-
onHeightChange:
|
|
207
|
-
onIframeReady:
|
|
208
|
-
onTooltipChange:
|
|
209
|
-
onStateChange:
|
|
210
|
-
onInfo:
|
|
208
|
+
onHeightChange: d,
|
|
209
|
+
onIframeReady: a,
|
|
210
|
+
onTooltipChange: S,
|
|
211
|
+
onStateChange: g,
|
|
212
|
+
onInfo: y
|
|
211
213
|
} = s;
|
|
212
|
-
|
|
214
|
+
d && (Y.onHeightChange[o] = d), a && (Y.onIframeReady[o] = a), S && (Y.onTooltipChange[o] = S), g && (Y.onStateChange[o] = g), y && (Y.onInfo[o] = y);
|
|
213
215
|
}
|
|
214
|
-
function
|
|
216
|
+
function Kt(o) {
|
|
215
217
|
delete Y.onHeightChange[o], delete Y.onIframeReady[o], delete Y.onTooltipChange[o], delete Y.onStateChange[o], delete Y.onInfo[o];
|
|
216
218
|
}
|
|
217
|
-
function
|
|
219
|
+
function Jt(o) {
|
|
218
220
|
const s = document.getElementById(o);
|
|
219
221
|
s && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), s.remove());
|
|
220
222
|
}
|
|
221
|
-
function
|
|
223
|
+
function Qt(o) {
|
|
222
224
|
const s = document.querySelector(o);
|
|
223
225
|
if (!s)
|
|
224
226
|
throw new Error(`Iframe div container with id '${o}' not found`);
|
|
225
227
|
if (s.tagName.toLowerCase() !== "div")
|
|
226
228
|
throw new Error(`Iframe container with id '${o}' must be a <div> element`);
|
|
227
|
-
const
|
|
228
|
-
return
|
|
229
|
+
const d = s;
|
|
230
|
+
return d.style.position = "relative", d;
|
|
229
231
|
}
|
|
230
|
-
function
|
|
232
|
+
function Zt(o) {
|
|
231
233
|
const s = document.createElement("div");
|
|
232
234
|
return s.id = `soyio-widget-wrapper-${o}`, s.style.cssText = `
|
|
233
235
|
position: relative !important;
|
|
@@ -242,22 +244,22 @@ function Kt(o) {
|
|
|
242
244
|
width: 100% !important;
|
|
243
245
|
`, s;
|
|
244
246
|
}
|
|
245
|
-
function
|
|
246
|
-
const
|
|
247
|
-
return
|
|
247
|
+
function Xt(o, s, d) {
|
|
248
|
+
const a = document.createElement("iframe");
|
|
249
|
+
return a.id = s, a.src = o, a.allow = "fullscreen;camera;", a.setAttribute("allowfullscreen", ""), a.style.cssText += `
|
|
248
250
|
width: 100% !important;
|
|
249
|
-
min-width: ${
|
|
251
|
+
min-width: ${d.minWidth} !important;
|
|
250
252
|
border: none !important;
|
|
251
253
|
overflow: hidden !important;
|
|
252
254
|
opacity: 1;
|
|
253
255
|
transition: height 0.35s,
|
|
254
256
|
opacity 0.4s 0.1s;
|
|
255
|
-
`,
|
|
257
|
+
`, a;
|
|
256
258
|
}
|
|
257
|
-
function
|
|
259
|
+
function er() {
|
|
258
260
|
return Math.random().toString(36).substring(2, 10);
|
|
259
261
|
}
|
|
260
|
-
class
|
|
262
|
+
class Se {
|
|
261
263
|
constructor(s) {
|
|
262
264
|
R(this, "iframe", null);
|
|
263
265
|
R(this, "wrapper", null);
|
|
@@ -265,14 +267,14 @@ class we {
|
|
|
265
267
|
R(this, "options");
|
|
266
268
|
R(this, "appearance");
|
|
267
269
|
R(this, "tooltipManager");
|
|
268
|
-
R(this, "defaultIframeCSSConfig",
|
|
270
|
+
R(this, "defaultIframeCSSConfig", Bt);
|
|
269
271
|
R(this, "Skeleton", null);
|
|
270
272
|
R(this, "isIframeReady", !1);
|
|
271
273
|
R(this, "defaultUniqueId");
|
|
272
|
-
this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId =
|
|
274
|
+
this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = Se.generateUniqueId();
|
|
273
275
|
}
|
|
274
276
|
static generateUniqueId() {
|
|
275
|
-
return
|
|
277
|
+
return er();
|
|
276
278
|
}
|
|
277
279
|
get uniqueIdentifier() {
|
|
278
280
|
return this.defaultUniqueId;
|
|
@@ -282,66 +284,66 @@ class we {
|
|
|
282
284
|
}
|
|
283
285
|
handleHeightChange(s) {
|
|
284
286
|
if (!this.iframe || (this.iframe.style.height = `${s}px`, s > 0)) return;
|
|
285
|
-
const { parentElement:
|
|
286
|
-
|
|
287
|
+
const { parentElement: d } = this.iframe;
|
|
288
|
+
d && (d.style.display = "none");
|
|
287
289
|
}
|
|
288
290
|
handleIframeReady() {
|
|
289
|
-
return
|
|
291
|
+
return O(this, null, function* () {
|
|
290
292
|
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
293
|
});
|
|
292
294
|
}
|
|
293
295
|
handleTooltipChange(s) {
|
|
294
296
|
if (!this.iframe) return;
|
|
295
|
-
const
|
|
296
|
-
|
|
297
|
+
const d = this.iframe.getBoundingClientRect(), { text: a, coordinates: S, isVisible: g } = s, y = S.x + d.left, $ = S.y + d.top;
|
|
298
|
+
g ? this.tooltipManager.show(a, y, $) : this.tooltipManager.hide();
|
|
297
299
|
}
|
|
298
300
|
setupListeners() {
|
|
299
|
-
return
|
|
300
|
-
yield
|
|
301
|
+
return O(this, null, function* () {
|
|
302
|
+
yield Yt();
|
|
301
303
|
const s = {
|
|
302
304
|
onHeightChange: this.handleHeightChange.bind(this),
|
|
303
305
|
onIframeReady: this.handleIframeReady.bind(this),
|
|
304
306
|
onTooltipChange: this.handleTooltipChange.bind(this),
|
|
305
|
-
onInfo: (
|
|
307
|
+
onInfo: (d) => this.options.onEvent(d)
|
|
306
308
|
};
|
|
307
309
|
ii(this.uniqueIdentifier, s);
|
|
308
310
|
});
|
|
309
311
|
}
|
|
310
312
|
mount(s) {
|
|
311
|
-
return
|
|
312
|
-
if (!
|
|
313
|
-
this.isIframeReady = !1, yield this.setupListeners(),
|
|
314
|
-
const
|
|
315
|
-
return this.wrapper =
|
|
313
|
+
return O(this, null, function* () {
|
|
314
|
+
if (!_e) return this;
|
|
315
|
+
this.isIframeReady = !1, yield this.setupListeners(), Jt(this.iframeIdentifier);
|
|
316
|
+
const d = Qt(s), a = this.iframeUrl();
|
|
317
|
+
return this.wrapper = Zt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = Xt(a, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton && (this.skeleton = new this.Skeleton(this.uniqueIdentifier, this.appearance || void 0), this.skeleton.mount(this.wrapper)), this.wrapper.appendChild(this.iframe), this;
|
|
316
318
|
});
|
|
317
319
|
}
|
|
318
320
|
unmount() {
|
|
319
|
-
|
|
321
|
+
_e && (Kt(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
322
|
}
|
|
321
323
|
/**
|
|
322
324
|
* Update the appearance of the widget without remounting.
|
|
323
325
|
* This sends the new appearance config to the already-mounted iframe.
|
|
324
326
|
*/
|
|
325
327
|
updateAppearance(s) {
|
|
326
|
-
return
|
|
328
|
+
return O(this, null, function* () {
|
|
327
329
|
this.appearance = s, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, s, this.uniqueIdentifier));
|
|
328
330
|
});
|
|
329
331
|
}
|
|
330
332
|
}
|
|
331
|
-
class
|
|
332
|
-
constructor(s,
|
|
333
|
+
class ir {
|
|
334
|
+
constructor(s, d) {
|
|
333
335
|
R(this, "element");
|
|
334
336
|
R(this, "identifier");
|
|
335
337
|
var U, ne;
|
|
336
338
|
this.identifier = `skeleton-${s}`, this.element = document.createElement("div"), this.element.id = this.identifier;
|
|
337
|
-
const
|
|
339
|
+
const a = (ne = (U = window.matchMedia) == null ? void 0 : U.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ne.matches, S = (d == null ? void 0 : d.mode) === "dark" || (d == null ? void 0 : d.mode) === "auto" && a || (d == null ? void 0 : d.theme) === "night" && !(d != null && d.mode), g = S ? "#1E293B" : "#FFFFFF", y = S ? "#334155" : "#E5E7EB", $ = S ? "#334155" : "#f0f0f0", I = S ? "#475569" : "#e0e0e0", T = S ? "#334155" : "#f0f0f0";
|
|
338
340
|
this.element.style.cssText = `
|
|
339
341
|
position: absolute;
|
|
340
342
|
top: 0;
|
|
341
343
|
left: 0;
|
|
342
344
|
width: 100%;
|
|
343
|
-
background: ${
|
|
344
|
-
border: 1px solid ${
|
|
345
|
+
background: ${g};
|
|
346
|
+
border: 1px solid ${y};
|
|
345
347
|
border-radius: 0.25rem;
|
|
346
348
|
opacity: 1;
|
|
347
349
|
transition: opacity 0.3s ease-out;
|
|
@@ -350,8 +352,8 @@ class Zt {
|
|
|
350
352
|
box-sizing: border-box;
|
|
351
353
|
z-index: 1;
|
|
352
354
|
`;
|
|
353
|
-
const
|
|
354
|
-
|
|
355
|
+
const E = document.createElement("div");
|
|
356
|
+
E.style.cssText = `
|
|
355
357
|
padding: 1rem;
|
|
356
358
|
width: 100%;
|
|
357
359
|
box-sizing: border-box;
|
|
@@ -360,17 +362,17 @@ class Zt {
|
|
|
360
362
|
justify-content: flex-start;
|
|
361
363
|
gap: 0.75rem;
|
|
362
364
|
`;
|
|
363
|
-
const
|
|
364
|
-
|
|
365
|
+
const W = document.createElement("div");
|
|
366
|
+
W.style.cssText = `
|
|
365
367
|
display: flex;
|
|
366
368
|
align-items: center;
|
|
367
369
|
gap: 0.75rem;
|
|
368
370
|
`;
|
|
369
|
-
const
|
|
370
|
-
|
|
371
|
+
const F = document.createElement("div");
|
|
372
|
+
F.style.cssText = `
|
|
371
373
|
width: 2rem;
|
|
372
374
|
height: 2rem;
|
|
373
|
-
background: linear-gradient(90deg, ${
|
|
375
|
+
background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
|
|
374
376
|
background-size: 200% 100%;
|
|
375
377
|
animation: shimmer 1.5s infinite;
|
|
376
378
|
border-radius: 50%;
|
|
@@ -380,16 +382,16 @@ class Zt {
|
|
|
380
382
|
M.style.cssText = `
|
|
381
383
|
height: 1rem;
|
|
382
384
|
width: 30%;
|
|
383
|
-
background: linear-gradient(90deg, ${
|
|
385
|
+
background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
|
|
384
386
|
background-size: 200% 100%;
|
|
385
387
|
animation: shimmer 1.5s infinite;
|
|
386
388
|
border-radius: 0.125rem;
|
|
387
389
|
`;
|
|
388
|
-
const
|
|
389
|
-
|
|
390
|
+
const N = document.createElement("div");
|
|
391
|
+
N.style.cssText = `
|
|
390
392
|
width: 3rem;
|
|
391
393
|
height: 1.25rem;
|
|
392
|
-
background: linear-gradient(90deg, ${
|
|
394
|
+
background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
|
|
393
395
|
background-size: 200% 100%;
|
|
394
396
|
animation: shimmer 1.5s infinite;
|
|
395
397
|
border-radius: .25rem;
|
|
@@ -415,7 +417,7 @@ class Zt {
|
|
|
415
417
|
ce.style.cssText = `
|
|
416
418
|
width: 1rem;
|
|
417
419
|
height: 1rem;
|
|
418
|
-
background: linear-gradient(90deg, ${
|
|
420
|
+
background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
|
|
419
421
|
background-size: 200% 100%;
|
|
420
422
|
animation: shimmer 1.5s infinite;
|
|
421
423
|
border-radius: 0.25rem;
|
|
@@ -432,7 +434,7 @@ class Zt {
|
|
|
432
434
|
G.style.cssText = `
|
|
433
435
|
height: 0.875rem;
|
|
434
436
|
width: 80%;
|
|
435
|
-
background: linear-gradient(90deg, ${
|
|
437
|
+
background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
|
|
436
438
|
background-size: 200% 100%;
|
|
437
439
|
animation: shimmer 1.5s infinite;
|
|
438
440
|
border-radius: 0.125rem;
|
|
@@ -441,7 +443,7 @@ class Zt {
|
|
|
441
443
|
if (pe.style.cssText = `
|
|
442
444
|
height: 0.875rem;
|
|
443
445
|
width: 60%;
|
|
444
|
-
background: linear-gradient(90deg, ${
|
|
446
|
+
background: linear-gradient(90deg, ${$} 25%, ${I} 50%, ${T} 75%);
|
|
445
447
|
background-size: 200% 100%;
|
|
446
448
|
animation: shimmer 2s infinite;
|
|
447
449
|
border-radius: 0.125rem;
|
|
@@ -458,7 +460,7 @@ class Zt {
|
|
|
458
460
|
}
|
|
459
461
|
`, document.head.appendChild(V);
|
|
460
462
|
}
|
|
461
|
-
|
|
463
|
+
W.appendChild(F), W.appendChild(M), W.appendChild(N), K.appendChild(G), K.appendChild(pe), ie.appendChild(ce), H.appendChild(ie), H.appendChild(K), E.appendChild(W), E.appendChild(H), this.element.appendChild(E);
|
|
462
464
|
}
|
|
463
465
|
cleanupExistingSkeleton() {
|
|
464
466
|
const s = document.getElementById(this.identifier);
|
|
@@ -471,57 +473,57 @@ class Zt {
|
|
|
471
473
|
this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
|
|
472
474
|
}
|
|
473
475
|
}
|
|
474
|
-
const
|
|
475
|
-
function
|
|
476
|
+
const Te = "3.5.0";
|
|
477
|
+
function tr(o) {
|
|
476
478
|
var I, T;
|
|
477
|
-
const s = (I = o.origin) != null ? I : o.context,
|
|
479
|
+
const s = (I = o.origin) != null ? I : o.context, d = Li(we({}, o), { origin: s }), a = [
|
|
478
480
|
"actionToken",
|
|
479
481
|
"entityId",
|
|
480
482
|
"origin",
|
|
481
483
|
"optionalReconsentBehavior",
|
|
482
484
|
"mandatoryReconsentBehavior",
|
|
483
485
|
"allowGranularScopeSelection"
|
|
484
|
-
],
|
|
485
|
-
if (
|
|
486
|
-
const
|
|
487
|
-
|
|
486
|
+
], S = (T = o.isSandbox) != null ? T : !1, g = o.developmentUrl || (S ? xt : Et), y = new URLSearchParams();
|
|
487
|
+
if (y.set("sdk", "web"), y.set("sdkVersion", Te), a.forEach((E) => {
|
|
488
|
+
const W = d[E];
|
|
489
|
+
W !== void 0 && (typeof W == "string" && W.length === 0 || y.set(E, String(W)));
|
|
488
490
|
}), o.metadata !== void 0)
|
|
489
491
|
try {
|
|
490
|
-
|
|
491
|
-
} catch (
|
|
492
|
-
console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.",
|
|
492
|
+
y.set("metadata", JSON.stringify(o.metadata));
|
|
493
|
+
} catch (E) {
|
|
494
|
+
console.error("[Soyio-widget] Failed to stringify metadata. It will not be included in the consent request.", E);
|
|
493
495
|
}
|
|
494
|
-
const
|
|
495
|
-
return `${
|
|
496
|
+
const $ = y.toString();
|
|
497
|
+
return `${g}/embed/consents/${o.consentTemplateId}${$ ? `?${$}` : ""}`;
|
|
496
498
|
}
|
|
497
|
-
class Vi extends
|
|
498
|
-
constructor(
|
|
499
|
-
super(
|
|
499
|
+
class Vi extends Se {
|
|
500
|
+
constructor(d) {
|
|
501
|
+
super(d);
|
|
500
502
|
R(this, "defaultIframePrefix", "consent-box");
|
|
501
|
-
R(this, "defaultIframeCSSConfig",
|
|
503
|
+
R(this, "defaultIframeCSSConfig", jt);
|
|
502
504
|
R(this, "state", {
|
|
503
505
|
isSelected: !1,
|
|
504
506
|
actionToken: null
|
|
505
507
|
});
|
|
506
|
-
this.Skeleton =
|
|
508
|
+
this.Skeleton = ir;
|
|
507
509
|
}
|
|
508
510
|
get uniqueIdentifier() {
|
|
509
511
|
return this.options.consentTemplateId;
|
|
510
512
|
}
|
|
511
513
|
iframeUrl() {
|
|
512
|
-
return
|
|
514
|
+
return tr(this.options);
|
|
513
515
|
}
|
|
514
|
-
handleStateChange(
|
|
515
|
-
const { isSelected:
|
|
516
|
-
this.state = { isSelected:
|
|
516
|
+
handleStateChange(d) {
|
|
517
|
+
const { isSelected: a, actionToken: S } = d;
|
|
518
|
+
this.state = { isSelected: a, actionToken: S }, this.options.onEvent({
|
|
517
519
|
eventName: "CONSENT_CHECKBOX_CHANGE",
|
|
518
|
-
isSelected:
|
|
519
|
-
actionToken:
|
|
520
|
+
isSelected: a,
|
|
521
|
+
actionToken: S
|
|
520
522
|
});
|
|
521
523
|
}
|
|
522
524
|
setupListeners() {
|
|
523
|
-
return
|
|
524
|
-
yield
|
|
525
|
+
return O(this, null, function* () {
|
|
526
|
+
yield le(Vi.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
|
|
525
527
|
onStateChange: this.handleStateChange.bind(this)
|
|
526
528
|
});
|
|
527
529
|
});
|
|
@@ -530,7 +532,48 @@ class Vi extends we {
|
|
|
530
532
|
return this.state;
|
|
531
533
|
}
|
|
532
534
|
}
|
|
533
|
-
|
|
535
|
+
function rr(o, s, d) {
|
|
536
|
+
return O(this, null, function* () {
|
|
537
|
+
if (!o.contentWindow)
|
|
538
|
+
throw new Error("Invalid iframe: contentWindow is null");
|
|
539
|
+
const a = { identifier: d };
|
|
540
|
+
if (s.locale !== void 0 && (a.locale = s.locale), s.subjectId !== void 0 && (a.subjectId = s.subjectId), s.userReference !== void 0 && (a.userReference = s.userReference), Object.keys(a).length === 1) return;
|
|
541
|
+
const S = yield Promise.resolve().then(() => ue);
|
|
542
|
+
try {
|
|
543
|
+
yield S.send(o.contentWindow, "SET_CONSENT_FORM_CONFIG", a);
|
|
544
|
+
} catch (g) {
|
|
545
|
+
console.error("Failed to send consent form config:", g);
|
|
546
|
+
}
|
|
547
|
+
});
|
|
548
|
+
}
|
|
549
|
+
function nr(o) {
|
|
550
|
+
var $, I;
|
|
551
|
+
const s = ($ = o.isSandbox) != null ? $ : !1, d = o.developmentUrl || Lt, a = new URLSearchParams();
|
|
552
|
+
a.set("sdk", "web"), a.set("sdkVersion", Te), a.set("consentFormToken", o.consentFormToken), o.locale && a.set("lang", o.locale), s && a.set("isSandbox", "true");
|
|
553
|
+
const S = (I = o.appearance) == null ? void 0 : I.config;
|
|
554
|
+
(S == null ? void 0 : S.showLogo) !== void 0 && a.set("showLogo", String(S.showLogo)), (S == null ? void 0 : S.showHeader) !== void 0 && a.set("showHeader", String(S.showHeader)), (S == null ? void 0 : S.showDescription) !== void 0 && a.set("showDescription", String(S.showDescription)), S != null && S.buttonAlignment && a.set("buttonAlignment", S.buttonAlignment);
|
|
555
|
+
const g = a.toString();
|
|
556
|
+
return `${d.replace(/\/$/, "")}/${g ? `?${g}` : ""}`;
|
|
557
|
+
}
|
|
558
|
+
class Yi extends Se {
|
|
559
|
+
constructor() {
|
|
560
|
+
super(...arguments);
|
|
561
|
+
R(this, "defaultIframePrefix", "consent-form");
|
|
562
|
+
R(this, "defaultIframeCSSConfig", Ut);
|
|
563
|
+
}
|
|
564
|
+
get uniqueIdentifier() {
|
|
565
|
+
return this.options.consentFormToken;
|
|
566
|
+
}
|
|
567
|
+
handleIframeReady() {
|
|
568
|
+
return O(this, null, function* () {
|
|
569
|
+
yield le(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield rr(this.iframe, this.options, this.uniqueIdentifier));
|
|
570
|
+
});
|
|
571
|
+
}
|
|
572
|
+
iframeUrl() {
|
|
573
|
+
return nr(this.options);
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
const or = [
|
|
534
577
|
"user",
|
|
535
578
|
"user.account",
|
|
536
579
|
"user.authorization",
|
|
@@ -620,8 +663,8 @@ const er = [
|
|
|
620
663
|
"user.name.first",
|
|
621
664
|
"user.name.last",
|
|
622
665
|
"user.unique_id.pseudonymous"
|
|
623
|
-
],
|
|
624
|
-
function
|
|
666
|
+
], sr = new Set(or);
|
|
667
|
+
function ar(o) {
|
|
625
668
|
if (typeof o != "string") return;
|
|
626
669
|
const s = o.trim();
|
|
627
670
|
if (s === "") {
|
|
@@ -630,157 +673,157 @@ function tr(o) {
|
|
|
630
673
|
}
|
|
631
674
|
try {
|
|
632
675
|
return new URL(s), s;
|
|
633
|
-
} catch (
|
|
676
|
+
} catch (d) {
|
|
634
677
|
console.warn(`Soyio widget: externalRightsExerciseUrl "${s}" is not a valid URI and will be ignored.`);
|
|
635
678
|
return;
|
|
636
679
|
}
|
|
637
680
|
}
|
|
638
|
-
function
|
|
681
|
+
function qi(o) {
|
|
639
682
|
if (typeof o != "string") return;
|
|
640
683
|
const s = o.trim();
|
|
641
684
|
return s === "" ? void 0 : s;
|
|
642
685
|
}
|
|
643
|
-
function
|
|
686
|
+
function dr(o) {
|
|
644
687
|
if (!Array.isArray(o)) return;
|
|
645
688
|
const s = /* @__PURE__ */ new Map();
|
|
646
|
-
return o.forEach((
|
|
647
|
-
if (!
|
|
648
|
-
const
|
|
649
|
-
typeof
|
|
650
|
-
value:
|
|
651
|
-
label: "label" in
|
|
652
|
-
description: "description" in
|
|
689
|
+
return o.forEach((d) => {
|
|
690
|
+
if (!d || typeof d != "object") return;
|
|
691
|
+
const a = "value" in d ? d.value : void 0;
|
|
692
|
+
typeof a != "string" || !sr.has(a) || s.has(a) || s.set(a, {
|
|
693
|
+
value: a,
|
|
694
|
+
label: "label" in d ? qi(d.label) : void 0,
|
|
695
|
+
description: "description" in d ? qi(d.description) : void 0
|
|
653
696
|
});
|
|
654
697
|
}), Array.from(s.values());
|
|
655
698
|
}
|
|
656
|
-
function
|
|
657
|
-
return
|
|
699
|
+
function fr(o, s, d) {
|
|
700
|
+
return O(this, null, function* () {
|
|
658
701
|
var U, ne;
|
|
659
702
|
if (!o.contentWindow)
|
|
660
703
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
661
704
|
const {
|
|
662
|
-
redecOperationIds:
|
|
663
|
-
requestableDataCategories:
|
|
664
|
-
content:
|
|
665
|
-
header:
|
|
666
|
-
rightExamples:
|
|
705
|
+
redecOperationIds: a,
|
|
706
|
+
requestableDataCategories: S,
|
|
707
|
+
content: g,
|
|
708
|
+
header: y,
|
|
709
|
+
rightExamples: $,
|
|
667
710
|
consentManagement: I,
|
|
668
711
|
appearance: T,
|
|
669
|
-
externalRightsExerciseUrl:
|
|
670
|
-
origin:
|
|
671
|
-
metadata:
|
|
672
|
-
} = s, M = (U = T == null ? void 0 : T.config) == null ? void 0 : U.showHeader,
|
|
712
|
+
externalRightsExerciseUrl: E,
|
|
713
|
+
origin: W,
|
|
714
|
+
metadata: F
|
|
715
|
+
} = s, M = (U = T == null ? void 0 : T.config) == null ? void 0 : U.showHeader, N = (ne = T == null ? void 0 : T.config) == null ? void 0 : ne.showConsentManagementHeader, H = ar(E), ie = dr(S), K = I !== void 0 && Object.values(I).some((V) => Array.isArray(V) ? V.length > 0 : V != null) ? I : void 0;
|
|
673
716
|
Array.isArray(K == null ? void 0 : K.scopeGroups) && K.scopeGroups.length > 0 && s.groupConsentsByScope !== !0 && console.warn(
|
|
674
717
|
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
675
718
|
);
|
|
676
719
|
const G = {};
|
|
677
|
-
if (typeof
|
|
678
|
-
config:
|
|
720
|
+
if (typeof a != "undefined" && (G.redecOperationIds = a), typeof ie != "undefined" && (G.requestableDataCategories = ie), typeof g != "undefined" && (G.content = g), typeof y != "undefined" && (G.header = y), typeof $ != "undefined" && (G.rightExamples = $), typeof H != "undefined" && (G.externalRightsExerciseUrl = H), typeof K != "undefined" && (G.consentManagement = K), typeof W == "string" && W.trim() !== "" && (G.origin = W), F && typeof F == "object" && !Array.isArray(F) && (G.metadata = F), (typeof M == "boolean" || typeof N == "boolean") && (G.appearance = {
|
|
721
|
+
config: we(we({}, typeof M == "boolean" ? { showHeader: M } : {}), typeof N == "boolean" ? { showConsentManagementHeader: N } : {})
|
|
679
722
|
}), Object.keys(G).length === 0) return;
|
|
680
|
-
const pe = yield Promise.resolve().then(() =>
|
|
723
|
+
const pe = yield Promise.resolve().then(() => ue);
|
|
681
724
|
try {
|
|
682
|
-
yield pe.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG",
|
|
683
|
-
identifier:
|
|
725
|
+
yield pe.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", we({
|
|
726
|
+
identifier: d
|
|
684
727
|
}, G));
|
|
685
728
|
} catch (V) {
|
|
686
729
|
console.error("Failed to send privacy center config:", V);
|
|
687
730
|
}
|
|
688
731
|
});
|
|
689
732
|
}
|
|
690
|
-
function
|
|
691
|
-
var
|
|
692
|
-
const s = (
|
|
693
|
-
if (
|
|
733
|
+
function cr(o) {
|
|
734
|
+
var y, $, I, T, E, W;
|
|
735
|
+
const s = (y = o.isSandbox) != null ? y : !1, d = o.developmentUrl || (s ? At : Dt), a = new URLSearchParams();
|
|
736
|
+
if (a.set("sdkVersion", Te), o.sessionToken ? a.set("sessionToken", o.sessionToken) : o.companyId && a.set("companyId", o.companyId), ($ = o.enabledFeatures) != null && $.length && a.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && a.set("enabledRights", o.enabledRights.join(",")), (T = o.dataSubjects) != null && T.length && a.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && a.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
|
|
694
737
|
(M) => M != null
|
|
695
738
|
)) {
|
|
696
739
|
const M = JSON.stringify(o.fileRequisites);
|
|
697
|
-
|
|
740
|
+
a.set("fileRequisites", M);
|
|
698
741
|
}
|
|
699
742
|
if (o.consentManagement) {
|
|
700
|
-
const { allowMultipleOpenScopeGroups:
|
|
743
|
+
const { allowMultipleOpenScopeGroups: F, scopeGroups: M } = o.consentManagement, N = Array.isArray(M) && M.length > 0 || typeof F == "boolean";
|
|
701
744
|
if (Array.isArray(M) && M.length > 0 && o.groupConsentsByScope !== !0 && console.warn(
|
|
702
745
|
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
703
|
-
),
|
|
746
|
+
), N) {
|
|
704
747
|
const H = JSON.stringify(o.consentManagement);
|
|
705
|
-
|
|
748
|
+
a.set("consentManagement", H);
|
|
706
749
|
}
|
|
707
750
|
}
|
|
708
|
-
o.demo !== void 0 &&
|
|
709
|
-
const
|
|
710
|
-
|
|
711
|
-
const
|
|
712
|
-
return `${
|
|
751
|
+
o.demo !== void 0 && a.set("demo", String(o.demo)), o.consentMode && a.set("consentMode", o.consentMode);
|
|
752
|
+
const S = (W = (E = o.appearance) == null ? void 0 : E.config) == null ? void 0 : W.consentControl;
|
|
753
|
+
S && a.set("consentControl", S), o.consentRetentionPeriod && a.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && a.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && a.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && a.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
|
|
754
|
+
const g = a.toString();
|
|
755
|
+
return `${d}${g ? `?${g}` : ""}`;
|
|
713
756
|
}
|
|
714
|
-
class
|
|
757
|
+
class Ki extends Se {
|
|
715
758
|
constructor() {
|
|
716
759
|
super(...arguments);
|
|
717
760
|
R(this, "defaultIframePrefix", "privacy-center");
|
|
718
761
|
R(this, "_uniqueIdentifier", "privacy-center");
|
|
719
|
-
R(this, "defaultIframeCSSConfig",
|
|
762
|
+
R(this, "defaultIframeCSSConfig", Ft);
|
|
720
763
|
}
|
|
721
764
|
get uniqueIdentifier() {
|
|
722
765
|
return this._uniqueIdentifier;
|
|
723
766
|
}
|
|
724
767
|
handleIframeReady() {
|
|
725
|
-
return
|
|
726
|
-
yield
|
|
768
|
+
return O(this, null, function* () {
|
|
769
|
+
yield le(Ki.prototype, this, "handleIframeReady").call(this), this.iframe && (yield fr(this.iframe, this.options, this.uniqueIdentifier));
|
|
727
770
|
});
|
|
728
771
|
}
|
|
729
772
|
iframeUrl() {
|
|
730
|
-
return
|
|
773
|
+
return cr(this.options);
|
|
731
774
|
}
|
|
732
775
|
}
|
|
733
|
-
const
|
|
776
|
+
const Wr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
734
777
|
__proto__: null
|
|
735
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
736
|
-
function
|
|
737
|
-
return o || (s ?
|
|
778
|
+
}, Symbol.toStringTag, { value: "Module" })), Ji = "WIDGET_EVENT";
|
|
779
|
+
function Ne(o, s) {
|
|
780
|
+
return o || (s ? Rt : kt);
|
|
738
781
|
}
|
|
739
|
-
function
|
|
782
|
+
function pr(o) {
|
|
740
783
|
let s = "widget/";
|
|
741
784
|
return "disclosureRequestId" in o.configProps ? s += ["disclosures", o.configProps.disclosureRequestId].join("/") : s += o.request, s;
|
|
742
785
|
}
|
|
743
|
-
function
|
|
744
|
-
var
|
|
745
|
-
const s = (
|
|
746
|
-
return `${
|
|
786
|
+
function lr(o) {
|
|
787
|
+
var g;
|
|
788
|
+
const s = (g = o.isSandbox) != null ? g : !1, d = Ne(o.developmentUrl, s), a = Object.entries(o.configProps).filter(([y, $]) => $ || y === "disclosureRequestId").map(([y, $]) => `${y}=${encodeURIComponent($)}`).join("&"), S = pr(o);
|
|
789
|
+
return `${d}/${S}?sdk=web&sdkVersion=${Te}&${a}`;
|
|
747
790
|
}
|
|
748
|
-
function
|
|
791
|
+
function Sr(o) {
|
|
749
792
|
return `embed/widget/disclosures/${o.disclosureRequestId}`;
|
|
750
793
|
}
|
|
751
|
-
function
|
|
752
|
-
var
|
|
753
|
-
const
|
|
794
|
+
function ur(o, s) {
|
|
795
|
+
var y;
|
|
796
|
+
const d = (y = o.isSandbox) != null ? y : !1, a = Ne(o.developmentUrl, d), S = Sr(o), g = new URLSearchParams({
|
|
754
797
|
sdk: "web",
|
|
755
|
-
sdkVersion:
|
|
798
|
+
sdkVersion: Te,
|
|
756
799
|
identifier: s
|
|
757
800
|
});
|
|
758
|
-
return o.customColor &&
|
|
801
|
+
return o.customColor && g.set("customColor", o.customColor), `${a}/${S}?${g.toString()}`;
|
|
759
802
|
}
|
|
760
|
-
function
|
|
761
|
-
var
|
|
762
|
-
const
|
|
803
|
+
function hr(o, s) {
|
|
804
|
+
var S;
|
|
805
|
+
const d = Ne(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), a = new URLSearchParams({
|
|
763
806
|
session_token: s.sessionToken,
|
|
764
807
|
company_id: s.companyId,
|
|
765
808
|
identifier: s.identifier
|
|
766
809
|
});
|
|
767
|
-
return `${
|
|
810
|
+
return `${d}/widget/register_passkey?${a.toString()}`;
|
|
768
811
|
}
|
|
769
|
-
function
|
|
770
|
-
var
|
|
771
|
-
const
|
|
812
|
+
function Cr(o, s) {
|
|
813
|
+
var S;
|
|
814
|
+
const d = Ne(o.developmentUrl, (S = o.isSandbox) != null ? S : !1), a = new URLSearchParams({
|
|
772
815
|
requestable_id: s.requestableToken,
|
|
773
816
|
identifier: s.identifier
|
|
774
817
|
});
|
|
775
|
-
return `${
|
|
818
|
+
return `${d}/widget/passkey_authentication?${a.toString()}`;
|
|
776
819
|
}
|
|
777
|
-
function
|
|
820
|
+
function gr(o) {
|
|
778
821
|
return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
|
|
779
822
|
}
|
|
780
|
-
function
|
|
823
|
+
function Pr(o) {
|
|
781
824
|
return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
|
|
782
825
|
}
|
|
783
|
-
class Ze extends
|
|
826
|
+
class Ze extends Se {
|
|
784
827
|
constructor() {
|
|
785
828
|
super(...arguments);
|
|
786
829
|
R(this, "defaultIframePrefix", "disclosure-request-box");
|
|
@@ -789,47 +832,47 @@ class Ze extends we {
|
|
|
789
832
|
R(this, "isReadyCallbackFired", !1);
|
|
790
833
|
}
|
|
791
834
|
iframeUrl() {
|
|
792
|
-
return
|
|
835
|
+
return ur(this.options, this.uniqueIdentifier);
|
|
793
836
|
}
|
|
794
|
-
mount(
|
|
795
|
-
return
|
|
796
|
-
return this.isReadyCallbackFired = !1, yield
|
|
837
|
+
mount(d) {
|
|
838
|
+
return O(this, null, function* () {
|
|
839
|
+
return this.isReadyCallbackFired = !1, yield le(Ze.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
|
|
797
840
|
this.notifyReady();
|
|
798
841
|
}, this) : this;
|
|
799
842
|
});
|
|
800
843
|
}
|
|
801
844
|
unmount() {
|
|
802
|
-
var
|
|
803
|
-
this.removePopupListener(), (
|
|
845
|
+
var d;
|
|
846
|
+
this.removePopupListener(), (d = this.passkeyPopupWindow) == null || d.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
|
|
804
847
|
}
|
|
805
848
|
setupListeners() {
|
|
806
|
-
return
|
|
807
|
-
yield
|
|
808
|
-
onInfo: (
|
|
849
|
+
return O(this, null, function* () {
|
|
850
|
+
yield le(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
|
|
851
|
+
onInfo: (d) => this.handleInfoEvent(d)
|
|
809
852
|
});
|
|
810
853
|
});
|
|
811
854
|
}
|
|
812
855
|
handleIframeReady() {
|
|
813
|
-
return
|
|
856
|
+
return O(this, null, function* () {
|
|
814
857
|
this.notifyReady();
|
|
815
858
|
});
|
|
816
859
|
}
|
|
817
860
|
notifyReady() {
|
|
818
|
-
var
|
|
819
|
-
this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (
|
|
861
|
+
var d, a;
|
|
862
|
+
this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (a = (d = this.options).onReady) == null || a.call(d));
|
|
820
863
|
}
|
|
821
|
-
triggerEvent(
|
|
822
|
-
this.options.onEvent(
|
|
864
|
+
triggerEvent(d) {
|
|
865
|
+
this.options.onEvent(d);
|
|
823
866
|
}
|
|
824
867
|
mountPopupListener() {
|
|
825
|
-
return
|
|
826
|
-
const
|
|
827
|
-
this.removePopupListener(), this.popupListener =
|
|
828
|
-
return
|
|
868
|
+
return O(this, null, function* () {
|
|
869
|
+
const d = yield Promise.resolve().then(() => ue);
|
|
870
|
+
this.removePopupListener(), this.popupListener = d.on(Ji, (S) => O(this, [S], function* ({ data: a }) {
|
|
871
|
+
return a.eventName !== "PASSKEY_REGISTERED" && a.eventName !== "PASSKEY_AUTHENTICATED" || a.identifier !== this.uniqueIdentifier || (a.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
|
|
829
872
|
eventName: "PASSKEY_REGISTERED",
|
|
830
873
|
type: "PASSKEY_REGISTERED",
|
|
831
874
|
identifier: this.uniqueIdentifier
|
|
832
|
-
})),
|
|
875
|
+
})), a.eventName === "PASSKEY_AUTHENTICATED" && (this.notifyPasskeyAuthenticated(), this.triggerEvent({
|
|
833
876
|
eventName: "PASSKEY_AUTHENTICATED",
|
|
834
877
|
type: "PASSKEY_AUTHENTICATED",
|
|
835
878
|
identifier: this.uniqueIdentifier
|
|
@@ -840,18 +883,18 @@ class Ze extends we {
|
|
|
840
883
|
removePopupListener() {
|
|
841
884
|
this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
|
|
842
885
|
}
|
|
843
|
-
handleInfoEvent(
|
|
844
|
-
if (this.triggerEvent(
|
|
845
|
-
this.openPasskeyRegistrationPopup(
|
|
886
|
+
handleInfoEvent(d) {
|
|
887
|
+
if (this.triggerEvent(d), gr(d)) {
|
|
888
|
+
this.openPasskeyRegistrationPopup(d);
|
|
846
889
|
return;
|
|
847
890
|
}
|
|
848
|
-
|
|
891
|
+
Pr(d) && this.openPasskeyAuthenticationPopup(d);
|
|
849
892
|
}
|
|
850
|
-
notifyPasskeyEvent(
|
|
851
|
-
var
|
|
852
|
-
if (!((
|
|
853
|
-
const
|
|
854
|
-
this.iframe.contentWindow.postMessage(JSON.stringify({ type:
|
|
893
|
+
notifyPasskeyEvent(d) {
|
|
894
|
+
var S;
|
|
895
|
+
if (!((S = this.iframe) != null && S.contentWindow)) return;
|
|
896
|
+
const a = new URL(this.iframe.src).origin;
|
|
897
|
+
this.iframe.contentWindow.postMessage(JSON.stringify({ type: d }), a);
|
|
855
898
|
}
|
|
856
899
|
notifyPasskeyRegistered() {
|
|
857
900
|
this.notifyPasskeyEvent("PASSKEY_REGISTERED");
|
|
@@ -859,174 +902,174 @@ class Ze extends we {
|
|
|
859
902
|
notifyPasskeyAuthenticated() {
|
|
860
903
|
this.notifyPasskeyEvent("PASSKEY_AUTHENTICATED");
|
|
861
904
|
}
|
|
862
|
-
openPasskeyRegistrationPopup(
|
|
863
|
-
if (!
|
|
864
|
-
const
|
|
865
|
-
sessionToken:
|
|
866
|
-
companyId:
|
|
905
|
+
openPasskeyRegistrationPopup(d) {
|
|
906
|
+
if (!d.sessionToken || !d.companyId) return;
|
|
907
|
+
const a = hr(this.options, {
|
|
908
|
+
sessionToken: d.sessionToken,
|
|
909
|
+
companyId: d.companyId,
|
|
867
910
|
identifier: this.uniqueIdentifier
|
|
868
911
|
});
|
|
869
|
-
this.passkeyPopupWindow = window.open(
|
|
912
|
+
this.passkeyPopupWindow = window.open(a, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
|
|
870
913
|
}
|
|
871
|
-
openPasskeyAuthenticationPopup(
|
|
872
|
-
if (!
|
|
873
|
-
const
|
|
874
|
-
requestableToken:
|
|
914
|
+
openPasskeyAuthenticationPopup(d) {
|
|
915
|
+
if (!d.requestableToken) return;
|
|
916
|
+
const a = Cr(this.options, {
|
|
917
|
+
requestableToken: d.requestableToken,
|
|
875
918
|
identifier: this.uniqueIdentifier
|
|
876
919
|
});
|
|
877
|
-
this.passkeyPopupWindow = window.open(
|
|
920
|
+
this.passkeyPopupWindow = window.open(a, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
|
|
878
921
|
}
|
|
879
922
|
}
|
|
880
923
|
let re = null, Je = null;
|
|
881
924
|
function Xe(o = null) {
|
|
882
925
|
re && !re.closed && re.focus(), o == null || o.preventDefault();
|
|
883
926
|
}
|
|
884
|
-
function
|
|
927
|
+
function We() {
|
|
885
928
|
document.body.style.filter = "", document.body.removeEventListener("click", Xe);
|
|
886
929
|
}
|
|
887
|
-
function
|
|
930
|
+
function mr() {
|
|
888
931
|
Je = setInterval(() => {
|
|
889
|
-
(!re || re.closed) && (Je && clearInterval(Je),
|
|
890
|
-
},
|
|
932
|
+
(!re || re.closed) && (Je && clearInterval(Je), We());
|
|
933
|
+
}, Mt);
|
|
891
934
|
}
|
|
892
|
-
function
|
|
893
|
-
const s =
|
|
935
|
+
function yr(o) {
|
|
936
|
+
const s = lr(o), d = Nt, a = Wt, S = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, y = window.innerWidth || document.documentElement.clientWidth || window.screen.width, $ = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = y / window.screen.availWidth, T = (y - d) / 2 / I + S, E = ($ - a) / 2 / I + g, W = [
|
|
894
937
|
"scrollbars=yes",
|
|
895
|
-
`width=${
|
|
896
|
-
`height=${
|
|
897
|
-
`top=${
|
|
938
|
+
`width=${d}`,
|
|
939
|
+
`height=${a}`,
|
|
940
|
+
`top=${E}`,
|
|
898
941
|
`left=${T}`
|
|
899
|
-
].join(","),
|
|
900
|
-
|
|
942
|
+
].join(","), F = window.open("about:blank", "Soyio", W);
|
|
943
|
+
F ? (re = F, re.location.href = s, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), mr()) : (We(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
|
|
901
944
|
}
|
|
902
|
-
function
|
|
903
|
-
re && (re.close(), re = null),
|
|
945
|
+
function $r() {
|
|
946
|
+
re && (re.close(), re = null), We();
|
|
904
947
|
}
|
|
905
|
-
let
|
|
906
|
-
function
|
|
907
|
-
|
|
948
|
+
let Ie = null;
|
|
949
|
+
function vr() {
|
|
950
|
+
Ie && (Ie.cancel(), Ie = null);
|
|
908
951
|
}
|
|
909
|
-
function
|
|
910
|
-
return
|
|
911
|
-
const { onEvent: s } = o,
|
|
912
|
-
|
|
913
|
-
return s(
|
|
952
|
+
function br(o) {
|
|
953
|
+
return O(this, null, function* () {
|
|
954
|
+
const { onEvent: s } = o, d = yield Promise.resolve().then(() => ue);
|
|
955
|
+
Ie && vr(), Ie = d.on(Ji, (S) => O(null, [S], function* ({ data: a }) {
|
|
956
|
+
return s(a), _t.includes(a.eventName) ? $r() : a.eventName === Ot && We(), Promise.resolve();
|
|
914
957
|
}));
|
|
915
958
|
});
|
|
916
959
|
}
|
|
917
|
-
function
|
|
918
|
-
|
|
960
|
+
function wr(o) {
|
|
961
|
+
br(o);
|
|
919
962
|
}
|
|
920
|
-
var
|
|
921
|
-
class
|
|
963
|
+
var Oe, Qi;
|
|
964
|
+
class Mr {
|
|
922
965
|
constructor(s) {
|
|
923
|
-
|
|
966
|
+
Oi(this, Oe);
|
|
924
967
|
R(this, "onEvent");
|
|
925
|
-
this.onEvent = s.onEvent,
|
|
926
|
-
onEvent:
|
|
968
|
+
this.onEvent = s.onEvent, _e && (yr(s), wr({
|
|
969
|
+
onEvent: Ni(this, Oe, Qi).bind(this)
|
|
927
970
|
}));
|
|
928
971
|
}
|
|
929
972
|
}
|
|
930
|
-
|
|
973
|
+
Oe = new WeakSet(), Qi = function(s) {
|
|
931
974
|
this.onEvent(s);
|
|
932
975
|
};
|
|
933
|
-
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 = {
|
|
934
|
-
$ref:
|
|
935
|
-
$schema:
|
|
936
|
-
definitions:
|
|
937
|
-
}, 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"},"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"},"origin":{"type":"string"},"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"},"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"},"origin":{"type":"string"},"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 = {
|
|
938
|
-
$ref:
|
|
939
|
-
$schema:
|
|
940
|
-
definitions:
|
|
976
|
+
const Ir = "#/definitions/SoyioAppearance", Tr = "http://json-schema.org/draft-07/schema#", kr = /* @__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"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by \`ConsentFormBox\`.","enum":["left","center","right"],"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"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by \`ConsentFormBox\`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by \`ConsentFormBox\`.","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"}}`), Br = {
|
|
977
|
+
$ref: Ir,
|
|
978
|
+
$schema: Tr,
|
|
979
|
+
definitions: kr
|
|
980
|
+
}, Rr = "#/definitions/SoyioWidgetConfig", Er = "http://json-schema.org/draft-07/schema#", xr = /* @__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"},"ConsentFormCompletedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_COMPLETED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"type":"object"},"ConsentFormConfig":{"additionalProperties":false,"properties":{"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentFormToken":{"description":"Form version identifier returned by the dashboard (`cform_...`).","type":"string"},"developmentUrl":{"type":"string"},"isSandbox":{"type":"boolean"},"locale":{"$ref":"#/definitions/ConsentFormLocale","description":"Language used by the form\'s UI copy and built-in validations."},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"$ref":"#/definitions/ConsentFormEvent"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"subjectId":{"description":"Optional Soyio entity id (`ent_...`) the entry should be linked to.","type":["string","null"]},"userReference":{"description":"Optional integrator-provided reference that travels with the entry.","type":["string","null"]}},"required":["consentFormToken","onEvent"],"type":"object"},"ConsentFormEvent":{"anyOf":[{"$ref":"#/definitions/ConsentFormSubmittedEvent"},{"$ref":"#/definitions/ConsentFormCompletedEvent"},{"$ref":"#/definitions/ConsentFormLoadErrorEvent"},{"$ref":"#/definitions/ConsentFormSubmitErrorEvent"},{"$ref":"#/definitions/ConsentFormPageChangeEvent"}]},"ConsentFormLoadErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_LOAD_ERROR","type":"string"},"kind":{"$ref":"#/definitions/ConsentFormLoadErrorKind"},"message":{"type":"string"}},"required":["eventName","kind"],"type":"object"},"ConsentFormLoadErrorKind":{"enum":["notFound","hostNotAllowed","loadFailed"],"type":"string"},"ConsentFormLocale":{"enum":["es","en"],"type":"string"},"ConsentFormPageChangeEvent":{"additionalProperties":false,"properties":{"currentPage":{"type":"number"},"eventName":{"const":"CONSENT_FORM_PAGE_CHANGE","type":"string"},"totalPages":{"type":"number"}},"required":["eventName","currentPage","totalPages"],"type":"object"},"ConsentFormSubmitErrorEvent":{"additionalProperties":false,"properties":{"eventName":{"const":"CONSENT_FORM_SUBMIT_ERROR","type":"string"},"message":{"type":"string"}},"required":["eventName","message"],"type":"object"},"ConsentFormSubmittedEvent":{"additionalProperties":false,"properties":{"entryToken":{"type":"string"},"eventName":{"const":"CONSENT_FORM_SUBMITTED","type":"string"},"redirectUrl":{"type":["string","null"]}},"required":["eventName","entryToken","redirectUrl"],"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"},"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"},"origin":{"type":"string"},"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"},"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"},"origin":{"type":"string"},"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"},"buttonAlignment":{"description":"Alignment for primary CTA rows (e.g. \\"Submit\\", \\"Continue\\"). Currently consumed by `ConsentFormBox`.","enum":["left","center","right"],"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"},"showDescription":{"description":"Show or hide the supporting description text beneath the title. Currently consumed by `ConsentFormBox`.","type":"boolean"},"showHeader":{"type":"boolean"},"showLogo":{"description":"Show or hide the company/form logo above the content. Currently consumed by `ConsentFormBox`.","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"},{"$ref":"#/definitions/ConsentFormConfig"}],"description":"Combined configuration type for generating the JSON schema. Includes every iframe-based widget config (PrivacyCenterBox, ConsentBox, ConsentFormBox)."},"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"}}'), jr = {
|
|
981
|
+
$ref: Rr,
|
|
982
|
+
$schema: Er,
|
|
983
|
+
definitions: xr
|
|
941
984
|
};
|
|
942
|
-
function
|
|
985
|
+
function Dr(o) {
|
|
943
986
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
944
987
|
}
|
|
945
|
-
var Qe = { exports: {} },
|
|
946
|
-
function
|
|
988
|
+
var Qe = { exports: {} }, Le = { exports: {} }, Ar = Le.exports, Hi;
|
|
989
|
+
function Lr() {
|
|
947
990
|
return Hi || (Hi = 1, (function(o, s) {
|
|
948
|
-
(function(
|
|
949
|
-
o.exports =
|
|
950
|
-
})(typeof self != "undefined" ? self :
|
|
951
|
-
return (function(
|
|
952
|
-
var
|
|
953
|
-
function
|
|
954
|
-
if (
|
|
955
|
-
var
|
|
956
|
-
i:
|
|
991
|
+
(function(d, a) {
|
|
992
|
+
o.exports = a();
|
|
993
|
+
})(typeof self != "undefined" ? self : Ar, (function() {
|
|
994
|
+
return (function(d) {
|
|
995
|
+
var a = {};
|
|
996
|
+
function S(g) {
|
|
997
|
+
if (a[g]) return a[g].exports;
|
|
998
|
+
var y = a[g] = {
|
|
999
|
+
i: g,
|
|
957
1000
|
l: !1,
|
|
958
1001
|
exports: {}
|
|
959
1002
|
};
|
|
960
|
-
return
|
|
1003
|
+
return d[g].call(y.exports, y, y.exports, S), y.l = !0, y.exports;
|
|
961
1004
|
}
|
|
962
|
-
return
|
|
963
|
-
|
|
1005
|
+
return S.m = d, S.c = a, S.d = function(g, y, $) {
|
|
1006
|
+
S.o(g, y) || Object.defineProperty(g, y, {
|
|
964
1007
|
enumerable: !0,
|
|
965
|
-
get:
|
|
1008
|
+
get: $
|
|
966
1009
|
});
|
|
967
|
-
},
|
|
968
|
-
typeof Symbol != "undefined" && Symbol.toStringTag && Object.defineProperty(
|
|
1010
|
+
}, S.r = function(g) {
|
|
1011
|
+
typeof Symbol != "undefined" && Symbol.toStringTag && Object.defineProperty(g, Symbol.toStringTag, {
|
|
969
1012
|
value: "Module"
|
|
970
|
-
}), Object.defineProperty(
|
|
1013
|
+
}), Object.defineProperty(g, "__esModule", {
|
|
971
1014
|
value: !0
|
|
972
1015
|
});
|
|
973
|
-
},
|
|
974
|
-
if (1 &
|
|
975
|
-
var
|
|
976
|
-
if (
|
|
1016
|
+
}, S.t = function(g, y) {
|
|
1017
|
+
if (1 & y && (g = S(g)), 8 & y || 4 & y && typeof g == "object" && g && g.__esModule) return g;
|
|
1018
|
+
var $ = /* @__PURE__ */ Object.create(null);
|
|
1019
|
+
if (S.r($), Object.defineProperty($, "default", {
|
|
977
1020
|
enumerable: !0,
|
|
978
|
-
value:
|
|
979
|
-
}), 2 &
|
|
980
|
-
return
|
|
1021
|
+
value: g
|
|
1022
|
+
}), 2 & y && typeof g != "string") for (var I in g) S.d($, I, function(T) {
|
|
1023
|
+
return g[T];
|
|
981
1024
|
}.bind(null, I));
|
|
982
|
-
return
|
|
983
|
-
},
|
|
984
|
-
var
|
|
985
|
-
return
|
|
1025
|
+
return $;
|
|
1026
|
+
}, S.n = function(g) {
|
|
1027
|
+
var y = g && g.__esModule ? function() {
|
|
1028
|
+
return g.default;
|
|
986
1029
|
} : function() {
|
|
987
|
-
return
|
|
1030
|
+
return g;
|
|
988
1031
|
};
|
|
989
|
-
return
|
|
990
|
-
},
|
|
991
|
-
return {}.hasOwnProperty.call(
|
|
992
|
-
},
|
|
993
|
-
})([function(
|
|
994
|
-
|
|
995
|
-
return
|
|
996
|
-
})),
|
|
997
|
-
return
|
|
998
|
-
})),
|
|
1032
|
+
return S.d(y, "a", y), y;
|
|
1033
|
+
}, S.o = function(g, y) {
|
|
1034
|
+
return {}.hasOwnProperty.call(g, y);
|
|
1035
|
+
}, S.p = "", S(S.s = 0);
|
|
1036
|
+
})([function(d, a, S) {
|
|
1037
|
+
S.r(a), S.d(a, "Promise", (function() {
|
|
1038
|
+
return x;
|
|
1039
|
+
})), S.d(a, "TYPES", (function() {
|
|
1040
|
+
return Pt;
|
|
1041
|
+
})), S.d(a, "ProxyWindow", (function() {
|
|
999
1042
|
return X;
|
|
1000
|
-
})),
|
|
1001
|
-
return
|
|
1002
|
-
})),
|
|
1003
|
-
return
|
|
1004
|
-
})),
|
|
1005
|
-
return lt;
|
|
1006
|
-
})), u.d(f, "deserializeMessage", (function() {
|
|
1043
|
+
})), S.d(a, "setup", (function() {
|
|
1044
|
+
return Ei;
|
|
1045
|
+
})), S.d(a, "destroy", (function() {
|
|
1046
|
+
return gt;
|
|
1047
|
+
})), S.d(a, "serializeMessage", (function() {
|
|
1007
1048
|
return St;
|
|
1008
|
-
})),
|
|
1049
|
+
})), S.d(a, "deserializeMessage", (function() {
|
|
1009
1050
|
return ut;
|
|
1010
|
-
})),
|
|
1051
|
+
})), S.d(a, "createProxyWindow", (function() {
|
|
1011
1052
|
return ht;
|
|
1012
|
-
})),
|
|
1013
|
-
return
|
|
1014
|
-
})),
|
|
1015
|
-
return
|
|
1016
|
-
})),
|
|
1053
|
+
})), S.d(a, "toProxyWindow", (function() {
|
|
1054
|
+
return Ct;
|
|
1055
|
+
})), S.d(a, "on", (function() {
|
|
1056
|
+
return fe;
|
|
1057
|
+
})), S.d(a, "once", (function() {
|
|
1058
|
+
return lt;
|
|
1059
|
+
})), S.d(a, "send", (function() {
|
|
1017
1060
|
return oe;
|
|
1018
|
-
})),
|
|
1061
|
+
})), S.d(a, "markWindowKnown", (function() {
|
|
1019
1062
|
return gi;
|
|
1020
|
-
})),
|
|
1021
|
-
return
|
|
1022
|
-
})),
|
|
1063
|
+
})), S.d(a, "cleanUpWindow", (function() {
|
|
1064
|
+
return mt;
|
|
1065
|
+
})), S.d(a, "bridge", (function() {
|
|
1023
1066
|
}));
|
|
1024
|
-
function
|
|
1067
|
+
function g(e) {
|
|
1025
1068
|
return {}.toString.call(e) === "[object RegExp]";
|
|
1026
1069
|
}
|
|
1027
|
-
var
|
|
1070
|
+
var y = `Call was rejected by callee.\r
|
|
1028
1071
|
`;
|
|
1029
|
-
function
|
|
1072
|
+
function $(e) {
|
|
1030
1073
|
return e === void 0 && (e = window), e.location.protocol;
|
|
1031
1074
|
}
|
|
1032
1075
|
function I(e) {
|
|
@@ -1034,24 +1077,24 @@ function Rr() {
|
|
|
1034
1077
|
var t = e.mockDomain.split("//")[0];
|
|
1035
1078
|
if (t) return t;
|
|
1036
1079
|
}
|
|
1037
|
-
return
|
|
1080
|
+
return $(e);
|
|
1038
1081
|
}
|
|
1039
1082
|
function T(e) {
|
|
1040
1083
|
return e === void 0 && (e = window), I(e) === "about:";
|
|
1041
1084
|
}
|
|
1042
|
-
function
|
|
1085
|
+
function E(e) {
|
|
1043
1086
|
if (e === void 0 && (e = window), e) try {
|
|
1044
1087
|
if (e.parent && e.parent !== e) return e.parent;
|
|
1045
1088
|
} catch (t) {
|
|
1046
1089
|
}
|
|
1047
1090
|
}
|
|
1048
|
-
function
|
|
1049
|
-
if (e === void 0 && (e = window), e && !
|
|
1091
|
+
function W(e) {
|
|
1092
|
+
if (e === void 0 && (e = window), e && !E(e)) try {
|
|
1050
1093
|
return e.opener;
|
|
1051
1094
|
} catch (t) {
|
|
1052
1095
|
}
|
|
1053
1096
|
}
|
|
1054
|
-
function
|
|
1097
|
+
function F(e) {
|
|
1055
1098
|
try {
|
|
1056
1099
|
return !0;
|
|
1057
1100
|
} catch (t) {
|
|
@@ -1062,18 +1105,18 @@ function Rr() {
|
|
|
1062
1105
|
e === void 0 && (e = window);
|
|
1063
1106
|
var t = e.location;
|
|
1064
1107
|
if (!t) throw new Error("Can not read window location");
|
|
1065
|
-
var i =
|
|
1108
|
+
var i = $(e);
|
|
1066
1109
|
if (!i) throw new Error("Can not read window protocol");
|
|
1067
1110
|
if (i === "file:") return "file://";
|
|
1068
1111
|
if (i === "about:") {
|
|
1069
|
-
var r =
|
|
1070
|
-
return r &&
|
|
1112
|
+
var r = E(e);
|
|
1113
|
+
return r && F() ? M(r) : "about://";
|
|
1071
1114
|
}
|
|
1072
1115
|
var n = t.host;
|
|
1073
1116
|
if (!n) throw new Error("Can not read window host");
|
|
1074
1117
|
return i + "//" + n;
|
|
1075
1118
|
}
|
|
1076
|
-
function
|
|
1119
|
+
function N(e) {
|
|
1077
1120
|
e === void 0 && (e = window);
|
|
1078
1121
|
var t = M(e);
|
|
1079
1122
|
return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
|
|
@@ -1090,13 +1133,13 @@ function Rr() {
|
|
|
1090
1133
|
} catch (r) {
|
|
1091
1134
|
}
|
|
1092
1135
|
try {
|
|
1093
|
-
if (T(t) &&
|
|
1136
|
+
if (T(t) && F()) return !0;
|
|
1094
1137
|
} catch (r) {
|
|
1095
1138
|
}
|
|
1096
1139
|
try {
|
|
1097
1140
|
if ((function(r) {
|
|
1098
1141
|
return r === void 0 && (r = window), I(r) === "mock:";
|
|
1099
|
-
})(t) &&
|
|
1142
|
+
})(t) && F()) return !0;
|
|
1100
1143
|
} catch (r) {
|
|
1101
1144
|
}
|
|
1102
1145
|
try {
|
|
@@ -1106,7 +1149,7 @@ function Rr() {
|
|
|
1106
1149
|
return !1;
|
|
1107
1150
|
})(e)) return !1;
|
|
1108
1151
|
try {
|
|
1109
|
-
if (e === window || T(e) &&
|
|
1152
|
+
if (e === window || T(e) && F() || N(window) === N(e)) return !0;
|
|
1110
1153
|
} catch (t) {
|
|
1111
1154
|
}
|
|
1112
1155
|
return !1;
|
|
@@ -1117,13 +1160,13 @@ function Rr() {
|
|
|
1117
1160
|
}
|
|
1118
1161
|
function ce(e, t) {
|
|
1119
1162
|
if (!e || !t) return !1;
|
|
1120
|
-
var i =
|
|
1163
|
+
var i = E(t);
|
|
1121
1164
|
return i ? i === e : (function(r) {
|
|
1122
1165
|
var n = [];
|
|
1123
1166
|
try {
|
|
1124
1167
|
for (; r.parent !== r; )
|
|
1125
1168
|
n.push(r.parent), r = r.parent;
|
|
1126
|
-
} catch (
|
|
1169
|
+
} catch (f) {
|
|
1127
1170
|
}
|
|
1128
1171
|
return n;
|
|
1129
1172
|
})(t).indexOf(e) !== -1;
|
|
@@ -1143,25 +1186,25 @@ function Rr() {
|
|
|
1143
1186
|
if (r === 0) return t;
|
|
1144
1187
|
if (r) {
|
|
1145
1188
|
for (var n = 0; n < r; n++) {
|
|
1146
|
-
var
|
|
1189
|
+
var f = void 0;
|
|
1147
1190
|
try {
|
|
1148
|
-
|
|
1191
|
+
f = i[n];
|
|
1149
1192
|
} catch (l) {
|
|
1150
1193
|
continue;
|
|
1151
1194
|
}
|
|
1152
|
-
t.push(
|
|
1195
|
+
t.push(f);
|
|
1153
1196
|
}
|
|
1154
1197
|
return t;
|
|
1155
1198
|
}
|
|
1156
1199
|
for (var c = 0; c < 100; c++) {
|
|
1157
|
-
var
|
|
1200
|
+
var u = void 0;
|
|
1158
1201
|
try {
|
|
1159
|
-
|
|
1202
|
+
u = i[c];
|
|
1160
1203
|
} catch (l) {
|
|
1161
1204
|
return t;
|
|
1162
1205
|
}
|
|
1163
|
-
if (!
|
|
1164
|
-
t.push(
|
|
1206
|
+
if (!u) return t;
|
|
1207
|
+
t.push(u);
|
|
1165
1208
|
}
|
|
1166
1209
|
return t;
|
|
1167
1210
|
}
|
|
@@ -1181,7 +1224,7 @@ function Rr() {
|
|
|
1181
1224
|
try {
|
|
1182
1225
|
if (e.closed) return !0;
|
|
1183
1226
|
} catch (n) {
|
|
1184
|
-
return !n || n.message !==
|
|
1227
|
+
return !n || n.message !== y;
|
|
1185
1228
|
}
|
|
1186
1229
|
if (t && H(e)) try {
|
|
1187
1230
|
if (e.mockclosed) return !0;
|
|
@@ -1191,10 +1234,10 @@ function Rr() {
|
|
|
1191
1234
|
if (!e.parent || !e.top) return !0;
|
|
1192
1235
|
} catch (n) {
|
|
1193
1236
|
}
|
|
1194
|
-
var i = (function(n,
|
|
1237
|
+
var i = (function(n, f) {
|
|
1195
1238
|
for (var c = 0; c < n.length; c++) try {
|
|
1196
|
-
if (n[c] ===
|
|
1197
|
-
} catch (
|
|
1239
|
+
if (n[c] === f) return c;
|
|
1240
|
+
} catch (u) {
|
|
1198
1241
|
}
|
|
1199
1242
|
return -1;
|
|
1200
1243
|
})(G, e);
|
|
@@ -1202,10 +1245,10 @@ function Rr() {
|
|
|
1202
1245
|
var r = pe[i];
|
|
1203
1246
|
if (r && (function(n) {
|
|
1204
1247
|
if (!n.contentWindow || !n.parentNode) return !0;
|
|
1205
|
-
var
|
|
1206
|
-
if (
|
|
1248
|
+
var f = n.ownerDocument;
|
|
1249
|
+
if (f && f.documentElement && !f.documentElement.contains(n)) {
|
|
1207
1250
|
for (var c = n; c.parentNode && c.parentNode !== c; ) c = c.parentNode;
|
|
1208
|
-
if (!c.host || !
|
|
1251
|
+
if (!c.host || !f.documentElement.contains(c.host)) return !0;
|
|
1209
1252
|
}
|
|
1210
1253
|
return !1;
|
|
1211
1254
|
})(r)) return !0;
|
|
@@ -1213,47 +1256,47 @@ function Rr() {
|
|
|
1213
1256
|
return !1;
|
|
1214
1257
|
}
|
|
1215
1258
|
function ne(e) {
|
|
1216
|
-
return e === void 0 && (e = window),
|
|
1259
|
+
return e === void 0 && (e = window), W(e = e || window) || E(e) || void 0;
|
|
1217
1260
|
}
|
|
1218
1261
|
function V(e, t) {
|
|
1219
1262
|
if (typeof e == "string") {
|
|
1220
1263
|
if (typeof t == "string") return e === "*" || t === e;
|
|
1221
|
-
if (
|
|
1264
|
+
if (g(t) || Array.isArray(t)) return !1;
|
|
1222
1265
|
}
|
|
1223
|
-
return
|
|
1266
|
+
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) {
|
|
1224
1267
|
return V(i, t);
|
|
1225
1268
|
})));
|
|
1226
1269
|
}
|
|
1227
|
-
function
|
|
1270
|
+
function ke(e) {
|
|
1228
1271
|
try {
|
|
1229
1272
|
if (e === window) return !0;
|
|
1230
1273
|
} catch (t) {
|
|
1231
|
-
if (t && t.message ===
|
|
1274
|
+
if (t && t.message === y) return !0;
|
|
1232
1275
|
}
|
|
1233
1276
|
try {
|
|
1234
1277
|
if ({}.toString.call(e) === "[object Window]") return !0;
|
|
1235
1278
|
} catch (t) {
|
|
1236
|
-
if (t && t.message ===
|
|
1279
|
+
if (t && t.message === y) return !0;
|
|
1237
1280
|
}
|
|
1238
1281
|
try {
|
|
1239
1282
|
if (window.Window && e instanceof window.Window) return !0;
|
|
1240
1283
|
} catch (t) {
|
|
1241
|
-
if (t && t.message ===
|
|
1284
|
+
if (t && t.message === y) return !0;
|
|
1242
1285
|
}
|
|
1243
1286
|
try {
|
|
1244
1287
|
if (e && e.self === e) return !0;
|
|
1245
1288
|
} catch (t) {
|
|
1246
|
-
if (t && t.message ===
|
|
1289
|
+
if (t && t.message === y) return !0;
|
|
1247
1290
|
}
|
|
1248
1291
|
try {
|
|
1249
1292
|
if (e && e.parent === e) return !0;
|
|
1250
1293
|
} catch (t) {
|
|
1251
|
-
if (t && t.message ===
|
|
1294
|
+
if (t && t.message === y) return !0;
|
|
1252
1295
|
}
|
|
1253
1296
|
try {
|
|
1254
1297
|
if (e && e.top === e) return !0;
|
|
1255
1298
|
} catch (t) {
|
|
1256
|
-
if (t && t.message ===
|
|
1299
|
+
if (t && t.message === y) return !0;
|
|
1257
1300
|
}
|
|
1258
1301
|
try {
|
|
1259
1302
|
if (e && e.__cross_domain_utils_window_check__ === "__unlikely_value__") return !1;
|
|
@@ -1273,9 +1316,9 @@ function Rr() {
|
|
|
1273
1316
|
if (r && r.contentWindow && r.contentWindow === e) return r;
|
|
1274
1317
|
}
|
|
1275
1318
|
}
|
|
1276
|
-
function
|
|
1319
|
+
function Xi(e) {
|
|
1277
1320
|
if ((function(i) {
|
|
1278
|
-
return i === void 0 && (i = window), !!
|
|
1321
|
+
return i === void 0 && (i = window), !!E(i);
|
|
1279
1322
|
})(e)) {
|
|
1280
1323
|
var t = ti(e);
|
|
1281
1324
|
if (t && t.parentElement) {
|
|
@@ -1304,36 +1347,36 @@ function Rr() {
|
|
|
1304
1347
|
}
|
|
1305
1348
|
return !1;
|
|
1306
1349
|
}
|
|
1307
|
-
var ri = [],
|
|
1350
|
+
var ri = [], he = [], Me = 0, Ce;
|
|
1308
1351
|
function ni() {
|
|
1309
|
-
if (!Me &&
|
|
1310
|
-
var e =
|
|
1311
|
-
|
|
1352
|
+
if (!Me && Ce) {
|
|
1353
|
+
var e = Ce;
|
|
1354
|
+
Ce = null, e.resolve();
|
|
1312
1355
|
}
|
|
1313
1356
|
}
|
|
1314
1357
|
function Be() {
|
|
1315
1358
|
Me += 1;
|
|
1316
1359
|
}
|
|
1317
|
-
function
|
|
1360
|
+
function ge() {
|
|
1318
1361
|
Me -= 1, ni();
|
|
1319
1362
|
}
|
|
1320
|
-
var
|
|
1363
|
+
var x = (function() {
|
|
1321
1364
|
function e(i) {
|
|
1322
1365
|
var r = this;
|
|
1323
1366
|
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) {
|
|
1324
|
-
var n,
|
|
1367
|
+
var n, f, c = !1, u = !1, l = !1;
|
|
1325
1368
|
Be();
|
|
1326
1369
|
try {
|
|
1327
1370
|
i((function(p) {
|
|
1328
1371
|
l ? r.resolve(p) : (c = !0, n = p);
|
|
1329
1372
|
}), (function(p) {
|
|
1330
|
-
l ? r.reject(p) : (
|
|
1373
|
+
l ? r.reject(p) : (u = !0, f = p);
|
|
1331
1374
|
}));
|
|
1332
1375
|
} catch (p) {
|
|
1333
|
-
|
|
1376
|
+
ge(), this.reject(p);
|
|
1334
1377
|
return;
|
|
1335
1378
|
}
|
|
1336
|
-
|
|
1379
|
+
ge(), l = !0, c ? this.resolve(n) : u && this.reject(f);
|
|
1337
1380
|
}
|
|
1338
1381
|
}
|
|
1339
1382
|
var t = e.prototype;
|
|
@@ -1350,12 +1393,12 @@ function Rr() {
|
|
|
1350
1393
|
i = new Error("Expected reject to be called with Error, got " + n);
|
|
1351
1394
|
}
|
|
1352
1395
|
return this.rejected = !0, this.error = i, this.errorHandled || setTimeout((function() {
|
|
1353
|
-
r.errorHandled || (function(
|
|
1354
|
-
if (ri.indexOf(
|
|
1355
|
-
ri.push(
|
|
1356
|
-
throw
|
|
1396
|
+
r.errorHandled || (function(f, c) {
|
|
1397
|
+
if (ri.indexOf(f) === -1) {
|
|
1398
|
+
ri.push(f), setTimeout((function() {
|
|
1399
|
+
throw f;
|
|
1357
1400
|
}), 1);
|
|
1358
|
-
for (var
|
|
1401
|
+
for (var u = 0; u < he.length; u++) he[u](f, c);
|
|
1359
1402
|
}
|
|
1360
1403
|
})(i, r);
|
|
1361
1404
|
}), 1), this.dispatch(), this;
|
|
@@ -1365,38 +1408,38 @@ function Rr() {
|
|
|
1365
1408
|
var i = this.resolved, r = this.rejected, n = this.handlers;
|
|
1366
1409
|
if (!this.dispatching && (i || r)) {
|
|
1367
1410
|
this.dispatching = !0, Be();
|
|
1368
|
-
for (var
|
|
1411
|
+
for (var f = function(m, w) {
|
|
1369
1412
|
return m.then((function(v) {
|
|
1370
1413
|
w.resolve(v);
|
|
1371
1414
|
}), (function(v) {
|
|
1372
1415
|
w.reject(v);
|
|
1373
1416
|
}));
|
|
1374
1417
|
}, c = 0; c < n.length; c++) {
|
|
1375
|
-
var
|
|
1418
|
+
var u = n[c], l = u.onSuccess, p = u.onError, P = u.promise, h = void 0;
|
|
1376
1419
|
if (i) try {
|
|
1377
1420
|
h = l ? l(this.value) : this.value;
|
|
1378
1421
|
} catch (m) {
|
|
1379
|
-
|
|
1422
|
+
P.reject(m);
|
|
1380
1423
|
continue;
|
|
1381
1424
|
}
|
|
1382
1425
|
else if (r) {
|
|
1383
1426
|
if (!p) {
|
|
1384
|
-
|
|
1427
|
+
P.reject(this.error);
|
|
1385
1428
|
continue;
|
|
1386
1429
|
}
|
|
1387
1430
|
try {
|
|
1388
1431
|
h = p(this.error);
|
|
1389
1432
|
} catch (m) {
|
|
1390
|
-
|
|
1433
|
+
P.reject(m);
|
|
1391
1434
|
continue;
|
|
1392
1435
|
}
|
|
1393
1436
|
}
|
|
1394
1437
|
if (h instanceof e && (h.resolved || h.rejected)) {
|
|
1395
1438
|
var C = h;
|
|
1396
|
-
C.resolved ?
|
|
1397
|
-
} else se(h) ? h instanceof e && (h.resolved || h.rejected) ? h.resolved ?
|
|
1439
|
+
C.resolved ? P.resolve(C.value) : P.reject(C.error), C.errorHandled = !0;
|
|
1440
|
+
} else se(h) ? h instanceof e && (h.resolved || h.rejected) ? h.resolved ? P.resolve(h.value) : P.reject(h.error) : f(h, P) : P.resolve(h);
|
|
1398
1441
|
}
|
|
1399
|
-
n.length = 0, this.dispatching = !1,
|
|
1442
|
+
n.length = 0, this.dispatching = !1, ge();
|
|
1400
1443
|
}
|
|
1401
1444
|
}, t.then = function(i, r) {
|
|
1402
1445
|
if (i && typeof i != "function" && !i.call) throw new Error("Promise.then expected a function for success handler");
|
|
@@ -1423,11 +1466,11 @@ function Rr() {
|
|
|
1423
1466
|
}, t.timeout = function(i, r) {
|
|
1424
1467
|
var n = this;
|
|
1425
1468
|
if (this.resolved || this.rejected) return this;
|
|
1426
|
-
var
|
|
1469
|
+
var f = setTimeout((function() {
|
|
1427
1470
|
n.resolved || n.rejected || n.reject(r || new Error("Promise timed out after " + i + "ms"));
|
|
1428
1471
|
}), i);
|
|
1429
1472
|
return this.then((function(c) {
|
|
1430
|
-
return clearTimeout(
|
|
1473
|
+
return clearTimeout(f), c;
|
|
1431
1474
|
}));
|
|
1432
1475
|
}, t.toPromise = function() {
|
|
1433
1476
|
if (typeof Promise == "undefined") throw new TypeError("Could not find Promise");
|
|
@@ -1443,39 +1486,39 @@ function Rr() {
|
|
|
1443
1486
|
}, e.asyncReject = function(i) {
|
|
1444
1487
|
return new e().asyncReject(i);
|
|
1445
1488
|
}, e.all = function(i) {
|
|
1446
|
-
var r = new e(), n = i.length,
|
|
1489
|
+
var r = new e(), n = i.length, f = [].slice();
|
|
1447
1490
|
if (!n)
|
|
1448
|
-
return r.resolve(
|
|
1449
|
-
for (var c = function(p,
|
|
1450
|
-
return
|
|
1451
|
-
|
|
1491
|
+
return r.resolve(f), r;
|
|
1492
|
+
for (var c = function(p, P, h) {
|
|
1493
|
+
return P.then((function(C) {
|
|
1494
|
+
f[p] = C, (n -= 1) == 0 && r.resolve(f);
|
|
1452
1495
|
}), (function(C) {
|
|
1453
1496
|
h.reject(C);
|
|
1454
1497
|
}));
|
|
1455
|
-
},
|
|
1456
|
-
var l = i[
|
|
1498
|
+
}, u = 0; u < i.length; u++) {
|
|
1499
|
+
var l = i[u];
|
|
1457
1500
|
if (l instanceof e) {
|
|
1458
1501
|
if (l.resolved) {
|
|
1459
|
-
|
|
1502
|
+
f[u] = l.value, n -= 1;
|
|
1460
1503
|
continue;
|
|
1461
1504
|
}
|
|
1462
1505
|
} else if (!se(l)) {
|
|
1463
|
-
|
|
1506
|
+
f[u] = l, n -= 1;
|
|
1464
1507
|
continue;
|
|
1465
1508
|
}
|
|
1466
|
-
c(
|
|
1509
|
+
c(u, e.resolve(l), r);
|
|
1467
1510
|
}
|
|
1468
|
-
return n === 0 && r.resolve(
|
|
1511
|
+
return n === 0 && r.resolve(f), r;
|
|
1469
1512
|
}, e.hash = function(i) {
|
|
1470
|
-
var r = {}, n = [],
|
|
1471
|
-
if (i.hasOwnProperty(
|
|
1472
|
-
var l = i[
|
|
1513
|
+
var r = {}, n = [], f = function(u) {
|
|
1514
|
+
if (i.hasOwnProperty(u)) {
|
|
1515
|
+
var l = i[u];
|
|
1473
1516
|
se(l) ? n.push(l.then((function(p) {
|
|
1474
|
-
r[
|
|
1475
|
-
}))) : r[
|
|
1517
|
+
r[u] = p;
|
|
1518
|
+
}))) : r[u] = l;
|
|
1476
1519
|
}
|
|
1477
1520
|
};
|
|
1478
|
-
for (var c in i)
|
|
1521
|
+
for (var c in i) f(c);
|
|
1479
1522
|
return e.all(n).then((function() {
|
|
1480
1523
|
return r;
|
|
1481
1524
|
}));
|
|
@@ -1483,22 +1526,22 @@ function Rr() {
|
|
|
1483
1526
|
return e.all(i.map(r));
|
|
1484
1527
|
}, e.onPossiblyUnhandledException = function(i) {
|
|
1485
1528
|
return (function(r) {
|
|
1486
|
-
return
|
|
1529
|
+
return he.push(r), {
|
|
1487
1530
|
cancel: function() {
|
|
1488
|
-
|
|
1531
|
+
he.splice(he.indexOf(r), 1);
|
|
1489
1532
|
}
|
|
1490
1533
|
};
|
|
1491
1534
|
})(i);
|
|
1492
1535
|
}, e.try = function(i, r, n) {
|
|
1493
1536
|
if (i && typeof i != "function" && !i.call) throw new Error("Promise.try expected a function");
|
|
1494
|
-
var
|
|
1537
|
+
var f;
|
|
1495
1538
|
Be();
|
|
1496
1539
|
try {
|
|
1497
|
-
|
|
1540
|
+
f = i.apply(r, n || []);
|
|
1498
1541
|
} catch (c) {
|
|
1499
|
-
return
|
|
1542
|
+
return ge(), e.reject(c);
|
|
1500
1543
|
}
|
|
1501
|
-
return
|
|
1544
|
+
return ge(), e.resolve(f);
|
|
1502
1545
|
}, e.delay = function(i) {
|
|
1503
1546
|
return new e((function(r) {
|
|
1504
1547
|
setTimeout(r, i);
|
|
@@ -1507,12 +1550,12 @@ function Rr() {
|
|
|
1507
1550
|
return !!(i && i instanceof e) || se(i);
|
|
1508
1551
|
}, e.flush = function() {
|
|
1509
1552
|
return (function(i) {
|
|
1510
|
-
var r =
|
|
1553
|
+
var r = Ce = Ce || new i();
|
|
1511
1554
|
return ni(), r;
|
|
1512
1555
|
})(e);
|
|
1513
1556
|
}, e;
|
|
1514
1557
|
})();
|
|
1515
|
-
function
|
|
1558
|
+
function Re(e, t) {
|
|
1516
1559
|
for (var i = 0; i < e.length; i++) try {
|
|
1517
1560
|
if (e[i] === t) return i;
|
|
1518
1561
|
} catch (r) {
|
|
@@ -1538,37 +1581,37 @@ function Rr() {
|
|
|
1538
1581
|
var t = e.prototype;
|
|
1539
1582
|
return t._cleanupClosedWindows = function() {
|
|
1540
1583
|
for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
|
|
1541
|
-
var
|
|
1542
|
-
if (
|
|
1584
|
+
var f = r[n];
|
|
1585
|
+
if (ke(f) && U(f)) {
|
|
1543
1586
|
if (i) try {
|
|
1544
|
-
i.delete(
|
|
1587
|
+
i.delete(f);
|
|
1545
1588
|
} catch (c) {
|
|
1546
1589
|
}
|
|
1547
1590
|
r.splice(n, 1), this.values.splice(n, 1), n -= 1;
|
|
1548
1591
|
}
|
|
1549
1592
|
}
|
|
1550
1593
|
}, t.isSafeToReadWrite = function(i) {
|
|
1551
|
-
return !
|
|
1594
|
+
return !ke(i);
|
|
1552
1595
|
}, t.set = function(i, r) {
|
|
1553
1596
|
if (!i) throw new Error("WeakMap expected key");
|
|
1554
1597
|
var n = this.weakmap;
|
|
1555
1598
|
if (n) try {
|
|
1556
1599
|
n.set(i, r);
|
|
1557
|
-
} catch (
|
|
1600
|
+
} catch (P) {
|
|
1558
1601
|
delete this.weakmap;
|
|
1559
1602
|
}
|
|
1560
1603
|
if (this.isSafeToReadWrite(i)) try {
|
|
1561
|
-
var
|
|
1562
|
-
c && c[0] === i ? c[1] = r : Object.defineProperty(i,
|
|
1604
|
+
var f = this.name, c = i[f];
|
|
1605
|
+
c && c[0] === i ? c[1] = r : Object.defineProperty(i, f, {
|
|
1563
1606
|
value: [i, r],
|
|
1564
1607
|
writable: !0
|
|
1565
1608
|
});
|
|
1566
1609
|
return;
|
|
1567
|
-
} catch (
|
|
1610
|
+
} catch (P) {
|
|
1568
1611
|
}
|
|
1569
1612
|
this._cleanupClosedWindows();
|
|
1570
|
-
var
|
|
1571
|
-
p === -1 ? (
|
|
1613
|
+
var u = this.keys, l = this.values, p = Re(u, i);
|
|
1614
|
+
p === -1 ? (u.push(i), l.push(r)) : l[p] = r;
|
|
1572
1615
|
}, t.get = function(i) {
|
|
1573
1616
|
if (!i) throw new Error("WeakMap expected key");
|
|
1574
1617
|
var r = this.weakmap;
|
|
@@ -1583,38 +1626,38 @@ function Rr() {
|
|
|
1583
1626
|
} catch (c) {
|
|
1584
1627
|
}
|
|
1585
1628
|
this._cleanupClosedWindows();
|
|
1586
|
-
var
|
|
1587
|
-
if (
|
|
1629
|
+
var f = Re(this.keys, i);
|
|
1630
|
+
if (f !== -1) return this.values[f];
|
|
1588
1631
|
}, t.delete = function(i) {
|
|
1589
1632
|
if (!i) throw new Error("WeakMap expected key");
|
|
1590
1633
|
var r = this.weakmap;
|
|
1591
1634
|
if (r) try {
|
|
1592
1635
|
r.delete(i);
|
|
1593
|
-
} catch (
|
|
1636
|
+
} catch (u) {
|
|
1594
1637
|
delete this.weakmap;
|
|
1595
1638
|
}
|
|
1596
1639
|
if (this.isSafeToReadWrite(i)) try {
|
|
1597
1640
|
var n = i[this.name];
|
|
1598
1641
|
n && n[0] === i && (n[0] = n[1] = void 0);
|
|
1599
|
-
} catch (
|
|
1642
|
+
} catch (u) {
|
|
1600
1643
|
}
|
|
1601
1644
|
this._cleanupClosedWindows();
|
|
1602
|
-
var
|
|
1603
|
-
c !== -1 && (
|
|
1645
|
+
var f = this.keys, c = Re(f, i);
|
|
1646
|
+
c !== -1 && (f.splice(c, 1), this.values.splice(c, 1));
|
|
1604
1647
|
}, t.has = function(i) {
|
|
1605
1648
|
if (!i) throw new Error("WeakMap expected key");
|
|
1606
1649
|
var r = this.weakmap;
|
|
1607
1650
|
if (r) try {
|
|
1608
1651
|
if (r.has(i)) return !0;
|
|
1609
|
-
} catch (
|
|
1652
|
+
} catch (f) {
|
|
1610
1653
|
delete this.weakmap;
|
|
1611
1654
|
}
|
|
1612
1655
|
if (this.isSafeToReadWrite(i)) try {
|
|
1613
1656
|
var n = i[this.name];
|
|
1614
1657
|
return !(!n || n[0] !== i);
|
|
1615
|
-
} catch (
|
|
1658
|
+
} catch (f) {
|
|
1616
1659
|
}
|
|
1617
|
-
return this._cleanupClosedWindows(),
|
|
1660
|
+
return this._cleanupClosedWindows(), Re(this.keys, i) !== -1;
|
|
1618
1661
|
}, t.getOrSet = function(i, r) {
|
|
1619
1662
|
if (this.has(i)) return this.get(i);
|
|
1620
1663
|
var n = r();
|
|
@@ -1643,36 +1686,36 @@ function Rr() {
|
|
|
1643
1686
|
throw new Error("Can not find window.btoa or Buffer");
|
|
1644
1687
|
})((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
|
|
1645
1688
|
}
|
|
1646
|
-
var
|
|
1689
|
+
var Ee;
|
|
1647
1690
|
function ai(e) {
|
|
1648
1691
|
try {
|
|
1649
1692
|
return JSON.stringify([].slice.call(e), (function(t, i) {
|
|
1650
1693
|
return typeof i == "function" ? "memoize[" + (function(r) {
|
|
1651
|
-
if (
|
|
1652
|
-
var n =
|
|
1653
|
-
return n || (n = typeof r + ":" + te(),
|
|
1694
|
+
if (Ee = Ee || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
|
|
1695
|
+
var n = Ee.get(r);
|
|
1696
|
+
return n || (n = typeof r + ":" + te(), Ee.set(r, n)), n;
|
|
1654
1697
|
})(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;
|
|
1655
1698
|
}));
|
|
1656
1699
|
} catch (t) {
|
|
1657
1700
|
throw new Error("Arguments not serializable -- can not be used to memoize");
|
|
1658
1701
|
}
|
|
1659
1702
|
}
|
|
1660
|
-
function
|
|
1703
|
+
function et() {
|
|
1661
1704
|
return {};
|
|
1662
1705
|
}
|
|
1663
|
-
var
|
|
1664
|
-
function
|
|
1706
|
+
var Pe = 0, di = 0;
|
|
1707
|
+
function me(e, t) {
|
|
1665
1708
|
t === void 0 && (t = {});
|
|
1666
|
-
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time,
|
|
1667
|
-
|
|
1709
|
+
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, f, c, u = Pe;
|
|
1710
|
+
Pe += 1;
|
|
1668
1711
|
var l = function() {
|
|
1669
|
-
for (var p = arguments.length,
|
|
1670
|
-
|
|
1712
|
+
for (var p = arguments.length, P = new Array(p), h = 0; h < p; h++) P[h] = arguments[h];
|
|
1713
|
+
u < di && (f = null, c = null, u = Pe, Pe += 1);
|
|
1671
1714
|
var C;
|
|
1672
|
-
C = r ? (c = c || new je()).getOrSet(this,
|
|
1715
|
+
C = r ? (c = c || new je()).getOrSet(this, et) : f = f || {};
|
|
1673
1716
|
var m;
|
|
1674
1717
|
try {
|
|
1675
|
-
m = ai(
|
|
1718
|
+
m = ai(P);
|
|
1676
1719
|
} catch (D) {
|
|
1677
1720
|
return e.apply(this, arguments);
|
|
1678
1721
|
}
|
|
@@ -1685,18 +1728,18 @@ function Rr() {
|
|
|
1685
1728
|
}, b;
|
|
1686
1729
|
};
|
|
1687
1730
|
return l.reset = function() {
|
|
1688
|
-
|
|
1731
|
+
f = null, c = null;
|
|
1689
1732
|
}, si(l, (t.name || oi(e)) + "::memoized");
|
|
1690
1733
|
}
|
|
1691
|
-
|
|
1692
|
-
|
|
1734
|
+
me.clear = function() {
|
|
1735
|
+
di = Pe;
|
|
1693
1736
|
};
|
|
1694
|
-
function
|
|
1737
|
+
function it(e) {
|
|
1695
1738
|
var t = {};
|
|
1696
1739
|
function i() {
|
|
1697
|
-
for (var r = arguments, n = this,
|
|
1740
|
+
for (var r = arguments, n = this, f = arguments.length, c = new Array(f), u = 0; u < f; u++) c[u] = arguments[u];
|
|
1698
1741
|
var l = ai(c);
|
|
1699
|
-
return t.hasOwnProperty(l) || (t[l] =
|
|
1742
|
+
return t.hasOwnProperty(l) || (t[l] = x.try((function() {
|
|
1700
1743
|
return e.apply(n, r);
|
|
1701
1744
|
})).finally((function() {
|
|
1702
1745
|
delete t[l];
|
|
@@ -1708,7 +1751,7 @@ function Rr() {
|
|
|
1708
1751
|
}
|
|
1709
1752
|
function ae() {
|
|
1710
1753
|
}
|
|
1711
|
-
function
|
|
1754
|
+
function ye(e, t) {
|
|
1712
1755
|
if (t === void 0 && (t = 1), t >= 3) return "stringifyError stack overflow";
|
|
1713
1756
|
try {
|
|
1714
1757
|
if (!e) return "<unknown error: " + {}.toString.call(e) + ">";
|
|
@@ -1722,22 +1765,22 @@ function Rr() {
|
|
|
1722
1765
|
}
|
|
1723
1766
|
return e && e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
|
|
1724
1767
|
} catch (n) {
|
|
1725
|
-
return "Error while stringifying error: " +
|
|
1768
|
+
return "Error while stringifying error: " + ye(n, t + 1);
|
|
1726
1769
|
}
|
|
1727
1770
|
}
|
|
1728
|
-
function
|
|
1771
|
+
function fi(e) {
|
|
1729
1772
|
return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
|
|
1730
1773
|
}
|
|
1731
|
-
|
|
1774
|
+
me((function(e) {
|
|
1732
1775
|
if (Object.values) return Object.values(e);
|
|
1733
1776
|
var t = [];
|
|
1734
1777
|
for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
|
|
1735
1778
|
return t;
|
|
1736
1779
|
}));
|
|
1737
|
-
function
|
|
1780
|
+
function Fe(e) {
|
|
1738
1781
|
return {}.toString.call(e) === "[object RegExp]";
|
|
1739
1782
|
}
|
|
1740
|
-
function
|
|
1783
|
+
function $e(e, t, i) {
|
|
1741
1784
|
if (e.hasOwnProperty(t)) return e[t];
|
|
1742
1785
|
var r = i();
|
|
1743
1786
|
return e[t] = r, r;
|
|
@@ -1753,8 +1796,8 @@ function Rr() {
|
|
|
1753
1796
|
function li() {
|
|
1754
1797
|
return !!document.body && document.readyState === "interactive";
|
|
1755
1798
|
}
|
|
1756
|
-
|
|
1757
|
-
return new
|
|
1799
|
+
me((function() {
|
|
1800
|
+
return new x((function(e) {
|
|
1758
1801
|
if (pi() || li()) return e();
|
|
1759
1802
|
var t = setInterval((function() {
|
|
1760
1803
|
if (pi() || li())
|
|
@@ -1762,7 +1805,7 @@ function Rr() {
|
|
|
1762
1805
|
}), 10);
|
|
1763
1806
|
}));
|
|
1764
1807
|
}));
|
|
1765
|
-
var xe = typeof document != "undefined" ? document.currentScript : null,
|
|
1808
|
+
var xe = typeof document != "undefined" ? document.currentScript : null, tt = me((function() {
|
|
1766
1809
|
if (xe || (xe = (function() {
|
|
1767
1810
|
try {
|
|
1768
1811
|
var e = (function() {
|
|
@@ -1774,28 +1817,28 @@ function Rr() {
|
|
|
1774
1817
|
})(), t = /.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(e), i = t && t[1];
|
|
1775
1818
|
if (!i) return;
|
|
1776
1819
|
for (var r = 0, n = [].slice.call(document.getElementsByTagName("script")).reverse(); r < n.length; r++) {
|
|
1777
|
-
var
|
|
1778
|
-
if (
|
|
1820
|
+
var f = n[r];
|
|
1821
|
+
if (f.src && f.src === i) return f;
|
|
1779
1822
|
}
|
|
1780
1823
|
} catch (c) {
|
|
1781
1824
|
}
|
|
1782
1825
|
})())) return xe;
|
|
1783
1826
|
throw new Error("Can not determine current script");
|
|
1784
|
-
})),
|
|
1785
|
-
|
|
1827
|
+
})), rt = te();
|
|
1828
|
+
me((function() {
|
|
1786
1829
|
var e;
|
|
1787
1830
|
try {
|
|
1788
|
-
e =
|
|
1831
|
+
e = tt();
|
|
1789
1832
|
} catch (r) {
|
|
1790
|
-
return
|
|
1833
|
+
return rt;
|
|
1791
1834
|
}
|
|
1792
1835
|
var t = e.getAttribute("data-uid");
|
|
1793
1836
|
if (t && typeof t == "string" || (t = e.getAttribute("data-uid-auto")) && typeof t == "string") return t;
|
|
1794
1837
|
if (e.src) {
|
|
1795
1838
|
var i = (function(r) {
|
|
1796
|
-
for (var n = "",
|
|
1797
|
-
var c = r[
|
|
1798
|
-
r[
|
|
1839
|
+
for (var n = "", f = 0; f < r.length; f++) {
|
|
1840
|
+
var c = r[f].charCodeAt(0) * f;
|
|
1841
|
+
r[f + 1] && (c += r[f + 1].charCodeAt(0) * (f - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
|
|
1799
1842
|
}
|
|
1800
1843
|
return n;
|
|
1801
1844
|
})(JSON.stringify({
|
|
@@ -1806,7 +1849,7 @@ function Rr() {
|
|
|
1806
1849
|
} else t = te();
|
|
1807
1850
|
return e.setAttribute("data-uid-auto", t), t;
|
|
1808
1851
|
}));
|
|
1809
|
-
function
|
|
1852
|
+
function ve(e) {
|
|
1810
1853
|
e === void 0 && (e = window);
|
|
1811
1854
|
var t = "__post_robot_10_0_46__";
|
|
1812
1855
|
return e !== window ? e[t] : e[t] = e[t] || {};
|
|
@@ -1814,8 +1857,8 @@ function Rr() {
|
|
|
1814
1857
|
var Si = function() {
|
|
1815
1858
|
return {};
|
|
1816
1859
|
};
|
|
1817
|
-
function
|
|
1818
|
-
return e === void 0 && (e = "store"), t === void 0 && (t = Si),
|
|
1860
|
+
function z(e, t) {
|
|
1861
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), $e(ve(), e, (function() {
|
|
1819
1862
|
var i = t();
|
|
1820
1863
|
return {
|
|
1821
1864
|
has: function(r) {
|
|
@@ -1831,7 +1874,7 @@ function Rr() {
|
|
|
1831
1874
|
delete i[r];
|
|
1832
1875
|
},
|
|
1833
1876
|
getOrSet: function(r, n) {
|
|
1834
|
-
return
|
|
1877
|
+
return $e(i, r, n);
|
|
1835
1878
|
},
|
|
1836
1879
|
reset: function() {
|
|
1837
1880
|
i = t();
|
|
@@ -1842,14 +1885,14 @@ function Rr() {
|
|
|
1842
1885
|
};
|
|
1843
1886
|
}));
|
|
1844
1887
|
}
|
|
1845
|
-
var
|
|
1888
|
+
var nt = function() {
|
|
1846
1889
|
};
|
|
1847
|
-
function
|
|
1848
|
-
var e =
|
|
1849
|
-
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new
|
|
1890
|
+
function De() {
|
|
1891
|
+
var e = ve();
|
|
1892
|
+
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new nt(), e.WINDOW_WILDCARD;
|
|
1850
1893
|
}
|
|
1851
1894
|
function J(e, t) {
|
|
1852
|
-
return e === void 0 && (e = "store"), t === void 0 && (t = Si),
|
|
1895
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), z("windowStore").getOrSet(e, (function() {
|
|
1853
1896
|
var i = new je(), r = function(n) {
|
|
1854
1897
|
return i.getOrSet(n, t);
|
|
1855
1898
|
};
|
|
@@ -1857,34 +1900,34 @@ function Rr() {
|
|
|
1857
1900
|
has: function(n) {
|
|
1858
1901
|
return r(n).hasOwnProperty(e);
|
|
1859
1902
|
},
|
|
1860
|
-
get: function(n,
|
|
1903
|
+
get: function(n, f) {
|
|
1861
1904
|
var c = r(n);
|
|
1862
|
-
return c.hasOwnProperty(e) ? c[e] :
|
|
1905
|
+
return c.hasOwnProperty(e) ? c[e] : f;
|
|
1863
1906
|
},
|
|
1864
|
-
set: function(n,
|
|
1865
|
-
return r(n)[e] =
|
|
1907
|
+
set: function(n, f) {
|
|
1908
|
+
return r(n)[e] = f, f;
|
|
1866
1909
|
},
|
|
1867
1910
|
del: function(n) {
|
|
1868
1911
|
delete r(n)[e];
|
|
1869
1912
|
},
|
|
1870
|
-
getOrSet: function(n,
|
|
1871
|
-
return
|
|
1913
|
+
getOrSet: function(n, f) {
|
|
1914
|
+
return $e(r(n), e, f);
|
|
1872
1915
|
}
|
|
1873
1916
|
};
|
|
1874
1917
|
}));
|
|
1875
1918
|
}
|
|
1876
1919
|
function ui() {
|
|
1877
|
-
return
|
|
1920
|
+
return z("instance").getOrSet("instanceID", te);
|
|
1878
1921
|
}
|
|
1879
1922
|
function hi(e, t) {
|
|
1880
1923
|
var i = t.domain, r = J("helloPromises"), n = r.get(e);
|
|
1881
1924
|
n && n.resolve({
|
|
1882
1925
|
domain: i
|
|
1883
1926
|
});
|
|
1884
|
-
var
|
|
1927
|
+
var f = x.resolve({
|
|
1885
1928
|
domain: i
|
|
1886
1929
|
});
|
|
1887
|
-
return r.set(e,
|
|
1930
|
+
return r.set(e, f), f;
|
|
1888
1931
|
}
|
|
1889
1932
|
function Ue(e, t) {
|
|
1890
1933
|
return (0, t.send)(e, "postrobot_hello", {
|
|
@@ -1916,21 +1959,21 @@ function Rr() {
|
|
|
1916
1959
|
function gi(e) {
|
|
1917
1960
|
J("knownWindows").set(e, !0);
|
|
1918
1961
|
}
|
|
1919
|
-
function
|
|
1962
|
+
function ze(e) {
|
|
1920
1963
|
return typeof e == "object" && e !== null && typeof e.__type__ == "string";
|
|
1921
1964
|
}
|
|
1922
1965
|
function Pi(e) {
|
|
1923
1966
|
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;
|
|
1924
1967
|
}
|
|
1925
|
-
function
|
|
1968
|
+
function de(e, t) {
|
|
1926
1969
|
return {
|
|
1927
1970
|
__type__: e,
|
|
1928
1971
|
__val__: t
|
|
1929
1972
|
};
|
|
1930
1973
|
}
|
|
1931
|
-
var Q,
|
|
1974
|
+
var Q, ot = ((Q = {}).function = function() {
|
|
1932
1975
|
}, Q.error = function(e) {
|
|
1933
|
-
return
|
|
1976
|
+
return de("error", {
|
|
1934
1977
|
message: e.message,
|
|
1935
1978
|
stack: e.stack,
|
|
1936
1979
|
code: e.code,
|
|
@@ -1938,9 +1981,9 @@ function Rr() {
|
|
|
1938
1981
|
});
|
|
1939
1982
|
}, Q.promise = function() {
|
|
1940
1983
|
}, Q.regex = function(e) {
|
|
1941
|
-
return
|
|
1984
|
+
return de("regex", e.source);
|
|
1942
1985
|
}, Q.date = function(e) {
|
|
1943
|
-
return
|
|
1986
|
+
return de("date", e.toJSON());
|
|
1944
1987
|
}, Q.array = function(e) {
|
|
1945
1988
|
return e;
|
|
1946
1989
|
}, Q.object = function(e) {
|
|
@@ -1954,8 +1997,8 @@ function Rr() {
|
|
|
1954
1997
|
}, Q.null = function(e) {
|
|
1955
1998
|
return e;
|
|
1956
1999
|
}, Q[void 0] = function(e) {
|
|
1957
|
-
return
|
|
1958
|
-
}, Q),
|
|
2000
|
+
return de("undefined", e);
|
|
2001
|
+
}, Q), st = {}, Z, at = ((Z = {}).function = function() {
|
|
1959
2002
|
throw new Error("Function serialization is not implemented; nothing to deserialize");
|
|
1960
2003
|
}, Z.error = function(e) {
|
|
1961
2004
|
var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
|
|
@@ -1981,31 +2024,31 @@ function Rr() {
|
|
|
1981
2024
|
}, Z.null = function(e) {
|
|
1982
2025
|
return e;
|
|
1983
2026
|
}, Z[void 0] = function() {
|
|
1984
|
-
}, Z),
|
|
1985
|
-
new
|
|
2027
|
+
}, Z), dt = {};
|
|
2028
|
+
new x((function(e) {
|
|
1986
2029
|
if (window.document && window.document.body) return e(window.document.body);
|
|
1987
2030
|
var t = setInterval((function() {
|
|
1988
2031
|
if (window.document && window.document.body)
|
|
1989
2032
|
return clearInterval(t), e(window.document.body);
|
|
1990
2033
|
}), 10);
|
|
1991
2034
|
}));
|
|
1992
|
-
function
|
|
1993
|
-
for (var e =
|
|
2035
|
+
function qe() {
|
|
2036
|
+
for (var e = z("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
|
|
1994
2037
|
var r = i[t];
|
|
1995
2038
|
e.get(r).shouldClean() && e.del(r);
|
|
1996
2039
|
}
|
|
1997
2040
|
}
|
|
1998
2041
|
function mi(e, t) {
|
|
1999
|
-
var i = t.send, r = t.id, n = r === void 0 ? te() : r,
|
|
2042
|
+
var i = t.send, r = t.id, n = r === void 0 ? te() : r, f = e.then((function(l) {
|
|
2000
2043
|
if (H(l)) return ie(l).name;
|
|
2001
2044
|
})), c = e.then((function(l) {
|
|
2002
2045
|
if (U(l)) throw new Error("Window is closed, can not determine type");
|
|
2003
|
-
return
|
|
2046
|
+
return W(l) ? "popup" : "iframe";
|
|
2004
2047
|
}));
|
|
2005
|
-
|
|
2006
|
-
var
|
|
2048
|
+
f.catch(ae), c.catch(ae);
|
|
2049
|
+
var u = function() {
|
|
2007
2050
|
return e.then((function(l) {
|
|
2008
|
-
if (!U(l)) return H(l) ? ie(l).name :
|
|
2051
|
+
if (!U(l)) return H(l) ? ie(l).name : f;
|
|
2009
2052
|
}));
|
|
2010
2053
|
};
|
|
2011
2054
|
return {
|
|
@@ -2013,7 +2056,7 @@ function Rr() {
|
|
|
2013
2056
|
getType: function() {
|
|
2014
2057
|
return c;
|
|
2015
2058
|
},
|
|
2016
|
-
getInstanceID:
|
|
2059
|
+
getInstanceID: it((function() {
|
|
2017
2060
|
return e.then((function(l) {
|
|
2018
2061
|
return Ci(l, {
|
|
2019
2062
|
send: i
|
|
@@ -2021,9 +2064,9 @@ function Rr() {
|
|
|
2021
2064
|
}));
|
|
2022
2065
|
})),
|
|
2023
2066
|
close: function() {
|
|
2024
|
-
return e.then(
|
|
2067
|
+
return e.then(Xi);
|
|
2025
2068
|
},
|
|
2026
|
-
getName:
|
|
2069
|
+
getName: u,
|
|
2027
2070
|
focus: function() {
|
|
2028
2071
|
return e.then((function(l) {
|
|
2029
2072
|
l.focus();
|
|
@@ -2035,17 +2078,17 @@ function Rr() {
|
|
|
2035
2078
|
}));
|
|
2036
2079
|
},
|
|
2037
2080
|
setLocation: function(l, p) {
|
|
2038
|
-
return p === void 0 && (p = {}), e.then((function(
|
|
2081
|
+
return p === void 0 && (p = {}), e.then((function(P) {
|
|
2039
2082
|
var h = window.location.protocol + "//" + window.location.host, C = p.method, m = C === void 0 ? "get" : C, w = p.body;
|
|
2040
2083
|
if (l.indexOf("/") === 0) l = "" + h + l;
|
|
2041
2084
|
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));
|
|
2042
|
-
if (m === "post") return
|
|
2085
|
+
if (m === "post") return u().then((function(v) {
|
|
2043
2086
|
if (!v) throw new Error("Can not post to window without target name");
|
|
2044
2087
|
(function(b) {
|
|
2045
|
-
var D = b.url, j = b.target, L = b.body, A = b.method,
|
|
2046
|
-
if (k.setAttribute("target", j), k.setAttribute("method",
|
|
2047
|
-
var B,
|
|
2048
|
-
Ye.setAttribute("name",
|
|
2088
|
+
var D = b.url, j = b.target, L = b.body, A = b.method, q = A === void 0 ? "post" : A, k = document.createElement("form");
|
|
2089
|
+
if (k.setAttribute("target", j), k.setAttribute("method", q), k.setAttribute("action", D), k.style.display = "none", L) for (var _ = 0, ee = Object.keys(L); _ < ee.length; _++) {
|
|
2090
|
+
var B, be = ee[_], Ye = document.createElement("input");
|
|
2091
|
+
Ye.setAttribute("name", be), Ye.setAttribute("value", (B = L[be]) == null ? void 0 : B.toString()), k.appendChild(Ye);
|
|
2049
2092
|
}
|
|
2050
2093
|
ci().appendChild(k), k.submit(), ci().removeChild(k);
|
|
2051
2094
|
})({
|
|
@@ -2056,31 +2099,31 @@ function Rr() {
|
|
|
2056
2099
|
});
|
|
2057
2100
|
}));
|
|
2058
2101
|
if (m !== "get") throw new Error("Unsupported method: " + m);
|
|
2059
|
-
if (H(
|
|
2060
|
-
if (
|
|
2061
|
-
|
|
2102
|
+
if (H(P)) try {
|
|
2103
|
+
if (P.location && typeof P.location.replace == "function") {
|
|
2104
|
+
P.location.replace(l);
|
|
2062
2105
|
return;
|
|
2063
2106
|
}
|
|
2064
2107
|
} catch (v) {
|
|
2065
2108
|
}
|
|
2066
|
-
|
|
2109
|
+
P.location = l;
|
|
2067
2110
|
}));
|
|
2068
2111
|
},
|
|
2069
2112
|
setName: function(l) {
|
|
2070
2113
|
return e.then((function(p) {
|
|
2071
|
-
var
|
|
2072
|
-
if (!
|
|
2073
|
-
ie(p).name = l, h && h.setAttribute("name", l),
|
|
2114
|
+
var P = H(p), h = ti(p);
|
|
2115
|
+
if (!P) throw new Error("Can not set name for cross-domain window: " + l);
|
|
2116
|
+
ie(p).name = l, h && h.setAttribute("name", l), f = x.resolve(l);
|
|
2074
2117
|
}));
|
|
2075
2118
|
}
|
|
2076
2119
|
};
|
|
2077
2120
|
}
|
|
2078
2121
|
var X = (function() {
|
|
2079
2122
|
function e(i) {
|
|
2080
|
-
var r = i.send, n = i.win,
|
|
2081
|
-
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
|
|
2123
|
+
var r = i.send, n = i.win, f = i.serializedWindow;
|
|
2124
|
+
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new x(), this.serializedWindow = f || mi(this.actualWindowPromise, {
|
|
2082
2125
|
send: r
|
|
2083
|
-
}),
|
|
2126
|
+
}), z("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
|
|
2084
2127
|
send: r
|
|
2085
2128
|
});
|
|
2086
2129
|
}
|
|
@@ -2111,14 +2154,14 @@ function Rr() {
|
|
|
2111
2154
|
return i;
|
|
2112
2155
|
}));
|
|
2113
2156
|
}, t.focus = function() {
|
|
2114
|
-
var i = this, r = this.isPopup(), n = this.getName(),
|
|
2157
|
+
var i = this, r = this.isPopup(), n = this.getName(), f = x.hash({
|
|
2115
2158
|
isPopup: r,
|
|
2116
2159
|
name: n
|
|
2117
|
-
}).then((function(
|
|
2118
|
-
var l =
|
|
2119
|
-
|
|
2160
|
+
}).then((function(u) {
|
|
2161
|
+
var l = u.name;
|
|
2162
|
+
u.isPopup && l && window.open("", l, "noopener");
|
|
2120
2163
|
})), c = this.serializedWindow.focus();
|
|
2121
|
-
return
|
|
2164
|
+
return x.all([f, c]).then((function() {
|
|
2122
2165
|
return i;
|
|
2123
2166
|
}));
|
|
2124
2167
|
}, t.isClosed = function() {
|
|
@@ -2134,18 +2177,18 @@ function Rr() {
|
|
|
2134
2177
|
}, t.awaitWindow = function() {
|
|
2135
2178
|
return this.actualWindowPromise;
|
|
2136
2179
|
}, t.matchWindow = function(i, r) {
|
|
2137
|
-
var n = this,
|
|
2138
|
-
return
|
|
2139
|
-
return n.actualWindow ? i === n.actualWindow :
|
|
2180
|
+
var n = this, f = r.send;
|
|
2181
|
+
return x.try((function() {
|
|
2182
|
+
return n.actualWindow ? i === n.actualWindow : x.hash({
|
|
2140
2183
|
proxyInstanceID: n.getInstanceID(),
|
|
2141
2184
|
knownWindowInstanceID: Ci(i, {
|
|
2142
|
-
send:
|
|
2185
|
+
send: f
|
|
2143
2186
|
})
|
|
2144
2187
|
}).then((function(c) {
|
|
2145
|
-
var
|
|
2146
|
-
return
|
|
2147
|
-
send:
|
|
2148
|
-
}),
|
|
2188
|
+
var u = c.proxyInstanceID === c.knownWindowInstanceID;
|
|
2189
|
+
return u && n.setWindow(i, {
|
|
2190
|
+
send: f
|
|
2191
|
+
}), u;
|
|
2149
2192
|
}));
|
|
2150
2193
|
}));
|
|
2151
2194
|
}, t.unwrap = function() {
|
|
@@ -2160,35 +2203,35 @@ function Rr() {
|
|
|
2160
2203
|
return e.isProxyWindow(i) ? i.unwrap() : i;
|
|
2161
2204
|
}, e.serialize = function(i, r) {
|
|
2162
2205
|
var n = r.send;
|
|
2163
|
-
return
|
|
2206
|
+
return qe(), e.toProxyWindow(i, {
|
|
2164
2207
|
send: n
|
|
2165
2208
|
}).serialize();
|
|
2166
2209
|
}, e.deserialize = function(i, r) {
|
|
2167
2210
|
var n = r.send;
|
|
2168
|
-
return
|
|
2211
|
+
return qe(), z("idToProxyWindow").get(i.id) || new e({
|
|
2169
2212
|
serializedWindow: i,
|
|
2170
2213
|
send: n
|
|
2171
2214
|
});
|
|
2172
2215
|
}, e.isProxyWindow = function(i) {
|
|
2173
|
-
return !!(i && !
|
|
2216
|
+
return !!(i && !ke(i) && i.isProxyWindow);
|
|
2174
2217
|
}, e.toProxyWindow = function(i, r) {
|
|
2175
2218
|
var n = r.send;
|
|
2176
|
-
if (
|
|
2177
|
-
var
|
|
2178
|
-
return J("winToProxyWindow").get(
|
|
2179
|
-
win:
|
|
2219
|
+
if (qe(), e.isProxyWindow(i)) return i;
|
|
2220
|
+
var f = i;
|
|
2221
|
+
return J("winToProxyWindow").get(f) || new e({
|
|
2222
|
+
win: f,
|
|
2180
2223
|
send: n
|
|
2181
2224
|
});
|
|
2182
2225
|
}, e;
|
|
2183
2226
|
})();
|
|
2184
2227
|
function He(e, t, i, r, n) {
|
|
2185
|
-
var
|
|
2228
|
+
var f = J("methodStore"), c = z("proxyWindowMethods");
|
|
2186
2229
|
X.isProxyWindow(r) ? c.set(e, {
|
|
2187
2230
|
val: t,
|
|
2188
2231
|
name: i,
|
|
2189
2232
|
domain: n,
|
|
2190
2233
|
source: r
|
|
2191
|
-
}) : (c.del(e),
|
|
2234
|
+
}) : (c.del(e), f.getOrSet(r, (function() {
|
|
2192
2235
|
return {};
|
|
2193
2236
|
}))[e] = {
|
|
2194
2237
|
domain: n,
|
|
@@ -2197,29 +2240,29 @@ function Rr() {
|
|
|
2197
2240
|
source: r
|
|
2198
2241
|
});
|
|
2199
2242
|
}
|
|
2200
|
-
function
|
|
2201
|
-
var i = J("methodStore"), r =
|
|
2243
|
+
function yi(e, t) {
|
|
2244
|
+
var i = J("methodStore"), r = z("proxyWindowMethods");
|
|
2202
2245
|
return i.getOrSet(e, (function() {
|
|
2203
2246
|
return {};
|
|
2204
2247
|
}))[t] || r.get(t);
|
|
2205
2248
|
}
|
|
2206
|
-
function
|
|
2207
|
-
c = (
|
|
2249
|
+
function $i(e, t, i, r, n) {
|
|
2250
|
+
c = (f = {
|
|
2208
2251
|
on: n.on,
|
|
2209
2252
|
send: n.send
|
|
2210
|
-
}).on,
|
|
2253
|
+
}).on, u = f.send, z("builtinListeners").getOrSet("functionCalls", (function() {
|
|
2211
2254
|
return c("postrobot_method", {
|
|
2212
2255
|
domain: "*"
|
|
2213
|
-
}, (function(
|
|
2214
|
-
var h =
|
|
2215
|
-
if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " +
|
|
2256
|
+
}, (function(P) {
|
|
2257
|
+
var h = P.source, C = P.origin, m = P.data, w = m.id, v = m.name, b = yi(h, w);
|
|
2258
|
+
if (!b) throw new Error("Could not find method '" + v + "' with id: " + m.id + " in " + N(window));
|
|
2216
2259
|
var D = b.source, j = b.domain, L = b.val;
|
|
2217
|
-
return
|
|
2218
|
-
if (!V(j, C)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(
|
|
2260
|
+
return x.try((function() {
|
|
2261
|
+
if (!V(j, C)) throw new Error("Method '" + m.name + "' domain " + JSON.stringify(Fe(b.domain) ? b.domain.source : b.domain) + " does not match origin " + C + " in " + N(window));
|
|
2219
2262
|
if (X.isProxyWindow(D)) return D.matchWindow(h, {
|
|
2220
|
-
send:
|
|
2263
|
+
send: u
|
|
2221
2264
|
}).then((function(A) {
|
|
2222
|
-
if (!A) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " +
|
|
2265
|
+
if (!A) throw new Error("Method call '" + m.name + "' failed - proxy window does not match source in " + N(window));
|
|
2223
2266
|
}));
|
|
2224
2267
|
})).then((function() {
|
|
2225
2268
|
return L.apply({
|
|
@@ -2227,11 +2270,11 @@ function Rr() {
|
|
|
2227
2270
|
origin: C
|
|
2228
2271
|
}, m.args);
|
|
2229
2272
|
}), (function(A) {
|
|
2230
|
-
return
|
|
2273
|
+
return x.try((function() {
|
|
2231
2274
|
if (L.onError) return L.onError(A);
|
|
2232
2275
|
})).then((function() {
|
|
2233
|
-
throw A.stack && (A.stack = "Remote call to " + v + "(" + (function(
|
|
2234
|
-
return
|
|
2276
|
+
throw A.stack && (A.stack = "Remote call to " + v + "(" + (function(q) {
|
|
2277
|
+
return q === void 0 && (q = []), (k = q, [].slice.call(k)).map((function(_) {
|
|
2235
2278
|
return typeof _ == "string" ? "'" + _ + "'" : _ === void 0 ? "undefined" : _ === null ? "null" : typeof _ == "boolean" ? _.toString() : Array.isArray(_) ? "[ ... ]" : typeof _ == "object" ? "{ ... }" : typeof _ == "function" ? "() => { ... }" : "<" + typeof _ + ">";
|
|
2236
2279
|
})).join(", ");
|
|
2237
2280
|
var k;
|
|
@@ -2248,94 +2291,94 @@ function Rr() {
|
|
|
2248
2291
|
}));
|
|
2249
2292
|
}));
|
|
2250
2293
|
}));
|
|
2251
|
-
var
|
|
2294
|
+
var f, c, u, l = i.__id__ || te();
|
|
2252
2295
|
e = X.unwrap(e);
|
|
2253
2296
|
var p = i.__name__ || i.name || r;
|
|
2254
|
-
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), X.isProxyWindow(e) ? (He(l, i, p, e, t), e.awaitWindow().then((function(
|
|
2255
|
-
He(l, i, p,
|
|
2256
|
-
}))) : He(l, i, p, e, t),
|
|
2297
|
+
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), X.isProxyWindow(e) ? (He(l, i, p, e, t), e.awaitWindow().then((function(P) {
|
|
2298
|
+
He(l, i, p, P, t);
|
|
2299
|
+
}))) : He(l, i, p, e, t), de("cross_domain_function", {
|
|
2257
2300
|
id: l,
|
|
2258
2301
|
name: p
|
|
2259
2302
|
});
|
|
2260
2303
|
}
|
|
2261
2304
|
function vi(e, t, i, r) {
|
|
2262
|
-
var n,
|
|
2263
|
-
return (function(
|
|
2264
|
-
l === void 0 && (l =
|
|
2265
|
-
var p = JSON.stringify(
|
|
2266
|
-
var h = this[
|
|
2267
|
-
if (
|
|
2305
|
+
var n, f = r.on, c = r.send;
|
|
2306
|
+
return (function(u, l) {
|
|
2307
|
+
l === void 0 && (l = st);
|
|
2308
|
+
var p = JSON.stringify(u, (function(P) {
|
|
2309
|
+
var h = this[P];
|
|
2310
|
+
if (ze(this)) return h;
|
|
2268
2311
|
var C = Pi(h);
|
|
2269
2312
|
if (!C) return h;
|
|
2270
|
-
var m = l[C] ||
|
|
2271
|
-
return m ? m(h,
|
|
2313
|
+
var m = l[C] || ot[C];
|
|
2314
|
+
return m ? m(h, P) : h;
|
|
2272
2315
|
}));
|
|
2273
2316
|
return p === void 0 ? "undefined" : p;
|
|
2274
|
-
})(i, ((n = {}).promise = function(
|
|
2275
|
-
return (function(p,
|
|
2276
|
-
return
|
|
2277
|
-
then:
|
|
2317
|
+
})(i, ((n = {}).promise = function(u, l) {
|
|
2318
|
+
return (function(p, P, h, C, m) {
|
|
2319
|
+
return de("cross_domain_zalgo_promise", {
|
|
2320
|
+
then: $i(p, P, (function(w, v) {
|
|
2278
2321
|
return h.then(w, v);
|
|
2279
2322
|
}), C, {
|
|
2280
2323
|
on: m.on,
|
|
2281
2324
|
send: m.send
|
|
2282
2325
|
})
|
|
2283
2326
|
});
|
|
2284
|
-
})(e, t,
|
|
2285
|
-
on:
|
|
2327
|
+
})(e, t, u, l, {
|
|
2328
|
+
on: f,
|
|
2286
2329
|
send: c
|
|
2287
2330
|
});
|
|
2288
|
-
}, n.function = function(
|
|
2289
|
-
return
|
|
2290
|
-
on:
|
|
2331
|
+
}, n.function = function(u, l) {
|
|
2332
|
+
return $i(e, t, u, l, {
|
|
2333
|
+
on: f,
|
|
2291
2334
|
send: c
|
|
2292
2335
|
});
|
|
2293
|
-
}, n.object = function(
|
|
2294
|
-
return
|
|
2336
|
+
}, n.object = function(u) {
|
|
2337
|
+
return ke(u) || X.isProxyWindow(u) ? de("cross_domain_window", X.serialize(u, {
|
|
2295
2338
|
send: c
|
|
2296
|
-
})) :
|
|
2339
|
+
})) : u;
|
|
2297
2340
|
}, n));
|
|
2298
2341
|
}
|
|
2299
2342
|
function bi(e, t, i, r) {
|
|
2300
|
-
var n,
|
|
2301
|
-
return (function(c,
|
|
2302
|
-
if (
|
|
2303
|
-
if (
|
|
2304
|
-
var
|
|
2305
|
-
if (
|
|
2306
|
-
var C =
|
|
2343
|
+
var n, f = r.send;
|
|
2344
|
+
return (function(c, u) {
|
|
2345
|
+
if (u === void 0 && (u = dt), c !== "undefined") return JSON.parse(c, (function(l, p) {
|
|
2346
|
+
if (ze(this)) return p;
|
|
2347
|
+
var P, h;
|
|
2348
|
+
if (ze(p) ? (P = p.__type__, h = p.__val__) : (P = Pi(p), h = p), !P) return h;
|
|
2349
|
+
var C = u[P] || at[P];
|
|
2307
2350
|
return C ? C(h, l) : h;
|
|
2308
2351
|
}));
|
|
2309
2352
|
})(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
|
|
2310
|
-
return (function(
|
|
2311
|
-
return new
|
|
2353
|
+
return (function(u, l, p) {
|
|
2354
|
+
return new x(p.then);
|
|
2312
2355
|
})(0, 0, c);
|
|
2313
2356
|
}, n.cross_domain_function = function(c) {
|
|
2314
|
-
return (function(
|
|
2315
|
-
var h = p.id, C = p.name, m =
|
|
2357
|
+
return (function(u, l, p, P) {
|
|
2358
|
+
var h = p.id, C = p.name, m = P.send, w = function(b) {
|
|
2316
2359
|
b === void 0 && (b = {});
|
|
2317
2360
|
function D() {
|
|
2318
2361
|
var j = arguments;
|
|
2319
|
-
return X.toProxyWindow(
|
|
2362
|
+
return X.toProxyWindow(u, {
|
|
2320
2363
|
send: m
|
|
2321
2364
|
}).awaitWindow().then((function(L) {
|
|
2322
|
-
var A =
|
|
2365
|
+
var A = yi(L, h);
|
|
2323
2366
|
if (A && A.val !== D) return A.val.apply({
|
|
2324
2367
|
source: window,
|
|
2325
|
-
origin:
|
|
2368
|
+
origin: N()
|
|
2326
2369
|
}, j);
|
|
2327
|
-
var
|
|
2370
|
+
var q = [].slice.call(j);
|
|
2328
2371
|
return b.fireAndForget ? m(L, "postrobot_method", {
|
|
2329
2372
|
id: h,
|
|
2330
2373
|
name: C,
|
|
2331
|
-
args:
|
|
2374
|
+
args: q
|
|
2332
2375
|
}, {
|
|
2333
2376
|
domain: l,
|
|
2334
2377
|
fireAndForget: !0
|
|
2335
2378
|
}) : m(L, "postrobot_method", {
|
|
2336
2379
|
id: h,
|
|
2337
2380
|
name: C,
|
|
2338
|
-
args:
|
|
2381
|
+
args: q
|
|
2339
2382
|
}, {
|
|
2340
2383
|
domain: l,
|
|
2341
2384
|
fireAndForget: !1
|
|
@@ -2346,17 +2389,17 @@ function Rr() {
|
|
|
2346
2389
|
throw L;
|
|
2347
2390
|
}));
|
|
2348
2391
|
}
|
|
2349
|
-
return D.__name__ = C, D.__origin__ = l, D.__source__ =
|
|
2392
|
+
return D.__name__ = C, D.__origin__ = l, D.__source__ = u, D.__id__ = h, D.origin = l, D;
|
|
2350
2393
|
}, v = w();
|
|
2351
2394
|
return v.fireAndForget = w({
|
|
2352
2395
|
fireAndForget: !0
|
|
2353
2396
|
}), v;
|
|
2354
2397
|
})(e, t, c, {
|
|
2355
|
-
send:
|
|
2398
|
+
send: f
|
|
2356
2399
|
});
|
|
2357
2400
|
}, n.cross_domain_window = function(c) {
|
|
2358
2401
|
return X.deserialize(c, {
|
|
2359
|
-
send:
|
|
2402
|
+
send: f
|
|
2360
2403
|
});
|
|
2361
2404
|
}, n));
|
|
2362
2405
|
}
|
|
@@ -2365,30 +2408,30 @@ function Rr() {
|
|
|
2365
2408
|
i.indexOf("file:") === 0 && (i = "*"), e.postMessage(t, i);
|
|
2366
2409
|
};
|
|
2367
2410
|
function Ve(e, t, i, r) {
|
|
2368
|
-
var n = r.on,
|
|
2369
|
-
return
|
|
2411
|
+
var n = r.on, f = r.send;
|
|
2412
|
+
return x.try((function() {
|
|
2370
2413
|
var c = J().getOrSet(e, (function() {
|
|
2371
2414
|
return {};
|
|
2372
2415
|
}));
|
|
2373
|
-
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush ||
|
|
2416
|
+
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || x.flush().then((function() {
|
|
2374
2417
|
if (U(e)) throw new Error("Window is closed");
|
|
2375
|
-
var
|
|
2418
|
+
var u = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
|
|
2376
2419
|
on: n,
|
|
2377
|
-
send:
|
|
2420
|
+
send: f
|
|
2378
2421
|
}), l;
|
|
2379
2422
|
delete c.buffer;
|
|
2380
|
-
for (var p = Object.keys(Ge),
|
|
2423
|
+
for (var p = Object.keys(Ge), P = [], h = 0; h < p.length; h++) {
|
|
2381
2424
|
var C = p[h];
|
|
2382
2425
|
try {
|
|
2383
|
-
Ge[C](e,
|
|
2426
|
+
Ge[C](e, u, t);
|
|
2384
2427
|
} catch (m) {
|
|
2385
|
-
|
|
2428
|
+
P.push(m);
|
|
2386
2429
|
}
|
|
2387
2430
|
}
|
|
2388
|
-
if (
|
|
2431
|
+
if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
|
|
2389
2432
|
|
|
2390
|
-
` +
|
|
2391
|
-
return w + ". " +
|
|
2433
|
+
` + P.map((function(m, w) {
|
|
2434
|
+
return w + ". " + ye(m);
|
|
2392
2435
|
})).join(`
|
|
2393
2436
|
|
|
2394
2437
|
`));
|
|
@@ -2398,28 +2441,28 @@ function Rr() {
|
|
|
2398
2441
|
})).then(ae);
|
|
2399
2442
|
}
|
|
2400
2443
|
function wi(e) {
|
|
2401
|
-
return
|
|
2444
|
+
return z("responseListeners").get(e);
|
|
2402
2445
|
}
|
|
2403
2446
|
function Ii(e) {
|
|
2404
|
-
|
|
2447
|
+
z("responseListeners").del(e);
|
|
2405
2448
|
}
|
|
2406
2449
|
function Ti(e) {
|
|
2407
|
-
return
|
|
2450
|
+
return z("erroredResponseListeners").has(e);
|
|
2408
2451
|
}
|
|
2409
2452
|
function ki(e) {
|
|
2410
2453
|
var t = e.name, i = e.win, r = e.domain, n = J("requestListeners");
|
|
2411
2454
|
if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
|
|
2412
|
-
for (var
|
|
2413
|
-
var
|
|
2414
|
-
if (
|
|
2415
|
-
var l = n.get(
|
|
2455
|
+
for (var f = 0, c = [i, De()]; f < c.length; f++) {
|
|
2456
|
+
var u = c[f];
|
|
2457
|
+
if (u) {
|
|
2458
|
+
var l = n.get(u);
|
|
2416
2459
|
if (l) {
|
|
2417
2460
|
var p = l[t];
|
|
2418
2461
|
if (p) {
|
|
2419
2462
|
if (r && typeof r == "string") {
|
|
2420
2463
|
if (p[r]) return p[r];
|
|
2421
|
-
if (p.__domain_regex__) for (var
|
|
2422
|
-
var C = h[
|
|
2464
|
+
if (p.__domain_regex__) for (var P = 0, h = p.__domain_regex__; P < h.length; P++) {
|
|
2465
|
+
var C = h[P], m = C.listener;
|
|
2423
2466
|
if (V(C.regex, r)) return m;
|
|
2424
2467
|
}
|
|
2425
2468
|
}
|
|
@@ -2430,52 +2473,52 @@ function Rr() {
|
|
|
2430
2473
|
}
|
|
2431
2474
|
}
|
|
2432
2475
|
function ft(e, t, i, r) {
|
|
2433
|
-
var n = r.on,
|
|
2476
|
+
var n = r.on, f = r.send, c = ki({
|
|
2434
2477
|
name: i.name,
|
|
2435
2478
|
win: e,
|
|
2436
2479
|
domain: t
|
|
2437
|
-
}),
|
|
2438
|
-
function l(p,
|
|
2439
|
-
return
|
|
2480
|
+
}), u = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
|
|
2481
|
+
function l(p, P, h) {
|
|
2482
|
+
return x.flush().then((function() {
|
|
2440
2483
|
if (!i.fireAndForget && !U(e)) try {
|
|
2441
2484
|
return Ve(e, t, {
|
|
2442
2485
|
id: te(),
|
|
2443
|
-
origin:
|
|
2486
|
+
origin: N(window),
|
|
2444
2487
|
type: "postrobot_message_response",
|
|
2445
2488
|
hash: i.hash,
|
|
2446
2489
|
name: i.name,
|
|
2447
2490
|
ack: p,
|
|
2448
|
-
data:
|
|
2491
|
+
data: P,
|
|
2449
2492
|
error: h
|
|
2450
2493
|
}, {
|
|
2451
2494
|
on: n,
|
|
2452
|
-
send:
|
|
2495
|
+
send: f
|
|
2453
2496
|
});
|
|
2454
2497
|
} catch (C) {
|
|
2455
|
-
throw new Error("Send response message failed for " +
|
|
2498
|
+
throw new Error("Send response message failed for " + u + " in " + N() + `
|
|
2456
2499
|
|
|
2457
|
-
` +
|
|
2500
|
+
` + ye(C));
|
|
2458
2501
|
}
|
|
2459
2502
|
}));
|
|
2460
2503
|
}
|
|
2461
|
-
return
|
|
2504
|
+
return x.all([x.flush().then((function() {
|
|
2462
2505
|
if (!i.fireAndForget && !U(e)) try {
|
|
2463
2506
|
return Ve(e, t, {
|
|
2464
2507
|
id: te(),
|
|
2465
|
-
origin:
|
|
2508
|
+
origin: N(window),
|
|
2466
2509
|
type: "postrobot_message_ack",
|
|
2467
2510
|
hash: i.hash,
|
|
2468
2511
|
name: i.name
|
|
2469
2512
|
}, {
|
|
2470
2513
|
on: n,
|
|
2471
|
-
send:
|
|
2514
|
+
send: f
|
|
2472
2515
|
});
|
|
2473
2516
|
} catch (p) {
|
|
2474
|
-
throw new Error("Send ack message failed for " +
|
|
2517
|
+
throw new Error("Send ack message failed for " + u + " in " + N() + `
|
|
2475
2518
|
|
|
2476
|
-
` +
|
|
2519
|
+
` + ye(p));
|
|
2477
2520
|
}
|
|
2478
|
-
})),
|
|
2521
|
+
})), x.try((function() {
|
|
2479
2522
|
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);
|
|
2480
2523
|
return c.handler({
|
|
2481
2524
|
source: e,
|
|
@@ -2491,7 +2534,7 @@ function Rr() {
|
|
|
2491
2534
|
throw p;
|
|
2492
2535
|
}));
|
|
2493
2536
|
}
|
|
2494
|
-
function
|
|
2537
|
+
function ct(e, t, i) {
|
|
2495
2538
|
if (!Ti(i.hash)) {
|
|
2496
2539
|
var r = wi(i.hash);
|
|
2497
2540
|
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);
|
|
@@ -2504,11 +2547,11 @@ function Rr() {
|
|
|
2504
2547
|
r.ack = !0;
|
|
2505
2548
|
}
|
|
2506
2549
|
}
|
|
2507
|
-
function
|
|
2550
|
+
function pt(e, t, i) {
|
|
2508
2551
|
if (!Ti(i.hash)) {
|
|
2509
2552
|
var r = wi(i.hash);
|
|
2510
2553
|
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);
|
|
2511
|
-
if (!V(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" :
|
|
2554
|
+
if (!V(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()));
|
|
2512
2555
|
var n;
|
|
2513
2556
|
if (e !== r.win) throw new Error("Response source does not match registered window");
|
|
2514
2557
|
Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
|
|
@@ -2519,16 +2562,16 @@ function Rr() {
|
|
|
2519
2562
|
}
|
|
2520
2563
|
}
|
|
2521
2564
|
function Ri(e, t) {
|
|
2522
|
-
var i = t.on, r = t.send, n =
|
|
2565
|
+
var i = t.on, r = t.send, n = z("receivedMessages");
|
|
2523
2566
|
try {
|
|
2524
2567
|
if (!window || window.closed || !e.source) return;
|
|
2525
|
-
} catch (
|
|
2568
|
+
} catch (P) {
|
|
2526
2569
|
return;
|
|
2527
2570
|
}
|
|
2528
|
-
var
|
|
2571
|
+
var f = e.source, c = e.origin, u = (function(P, h, C, m) {
|
|
2529
2572
|
var w = m.on, v = m.send, b;
|
|
2530
2573
|
try {
|
|
2531
|
-
b = bi(h, C,
|
|
2574
|
+
b = bi(h, C, P, {
|
|
2532
2575
|
on: w,
|
|
2533
2576
|
send: v
|
|
2534
2577
|
});
|
|
@@ -2539,39 +2582,39 @@ function Rr() {
|
|
|
2539
2582
|
var D = b.__post_robot_10_0_46__;
|
|
2540
2583
|
if (Array.isArray(D)) return D;
|
|
2541
2584
|
}
|
|
2542
|
-
})(e.data,
|
|
2585
|
+
})(e.data, f, c, {
|
|
2543
2586
|
on: i,
|
|
2544
2587
|
send: r
|
|
2545
2588
|
});
|
|
2546
|
-
if (
|
|
2547
|
-
gi(
|
|
2548
|
-
for (var l = 0; l <
|
|
2549
|
-
var p =
|
|
2550
|
-
if (n.has(p.id) || (n.set(p.id, !0), U(
|
|
2589
|
+
if (u) {
|
|
2590
|
+
gi(f);
|
|
2591
|
+
for (var l = 0; l < u.length; l++) {
|
|
2592
|
+
var p = u[l];
|
|
2593
|
+
if (n.has(p.id) || (n.set(p.id, !0), U(f) && !p.fireAndForget)) return;
|
|
2551
2594
|
p.origin.indexOf("file:") === 0 && (c = "file://");
|
|
2552
2595
|
try {
|
|
2553
|
-
p.type === "postrobot_message_request" ? ft(
|
|
2596
|
+
p.type === "postrobot_message_request" ? ft(f, c, p, {
|
|
2554
2597
|
on: i,
|
|
2555
2598
|
send: r
|
|
2556
|
-
}) : p.type === "postrobot_message_response" ?
|
|
2557
|
-
} catch (
|
|
2599
|
+
}) : p.type === "postrobot_message_response" ? pt(f, c, p) : p.type === "postrobot_message_ack" && ct(f, c, p);
|
|
2600
|
+
} catch (P) {
|
|
2558
2601
|
setTimeout((function() {
|
|
2559
|
-
throw
|
|
2602
|
+
throw P;
|
|
2560
2603
|
}), 0);
|
|
2561
2604
|
}
|
|
2562
2605
|
}
|
|
2563
2606
|
}
|
|
2564
2607
|
}
|
|
2565
|
-
function
|
|
2608
|
+
function fe(e, t, i) {
|
|
2566
2609
|
if (!e) throw new Error("Expected name");
|
|
2567
2610
|
if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
|
|
2568
|
-
var r = (function n(
|
|
2569
|
-
var
|
|
2570
|
-
if (!
|
|
2611
|
+
var r = (function n(f, c) {
|
|
2612
|
+
var u = f.name, l = f.win, p = f.domain, P = J("requestListeners");
|
|
2613
|
+
if (!u || typeof u != "string") throw new Error("Name required to add request listener");
|
|
2571
2614
|
if (l && l !== "*" && X.isProxyWindow(l)) {
|
|
2572
2615
|
var h = l.awaitWindow().then((function(B) {
|
|
2573
2616
|
return n({
|
|
2574
|
-
name:
|
|
2617
|
+
name: u,
|
|
2575
2618
|
win: B,
|
|
2576
2619
|
domain: p
|
|
2577
2620
|
}, c);
|
|
@@ -2587,7 +2630,7 @@ function Rr() {
|
|
|
2587
2630
|
var C = l;
|
|
2588
2631
|
if (Array.isArray(C)) {
|
|
2589
2632
|
for (var m = [], w = 0, v = C; w < v.length; w++) m.push(n({
|
|
2590
|
-
name:
|
|
2633
|
+
name: u,
|
|
2591
2634
|
domain: p,
|
|
2592
2635
|
win: v[w]
|
|
2593
2636
|
}, c));
|
|
@@ -2599,7 +2642,7 @@ function Rr() {
|
|
|
2599
2642
|
}
|
|
2600
2643
|
if (Array.isArray(p)) {
|
|
2601
2644
|
for (var b = [], D = 0, j = p; D < j.length; D++) b.push(n({
|
|
2602
|
-
name:
|
|
2645
|
+
name: u,
|
|
2603
2646
|
win: C,
|
|
2604
2647
|
domain: j[D]
|
|
2605
2648
|
}, c));
|
|
@@ -2610,26 +2653,26 @@ function Rr() {
|
|
|
2610
2653
|
};
|
|
2611
2654
|
}
|
|
2612
2655
|
var L = ki({
|
|
2613
|
-
name:
|
|
2656
|
+
name: u,
|
|
2614
2657
|
win: C,
|
|
2615
2658
|
domain: p
|
|
2616
2659
|
});
|
|
2617
|
-
C && C !== "*" || (C =
|
|
2660
|
+
C && C !== "*" || (C = De());
|
|
2618
2661
|
var A = (p = p || "*").toString();
|
|
2619
|
-
if (L) throw C && p ? new Error("Request listener already exists for " +
|
|
2620
|
-
var
|
|
2662
|
+
if (L) throw C && p ? new Error("Request listener already exists for " + u + " on domain " + p.toString() + " for " + (C === De() ? "wildcard" : "specified") + " window") : C ? new Error("Request listener already exists for " + u + " for " + (C === De() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + u + " on domain " + p.toString()) : new Error("Request listener already exists for " + u);
|
|
2663
|
+
var q = P.getOrSet(C, (function() {
|
|
2621
2664
|
return {};
|
|
2622
|
-
})), k =
|
|
2665
|
+
})), k = $e(q, u, (function() {
|
|
2623
2666
|
return {};
|
|
2624
2667
|
})), _, ee;
|
|
2625
|
-
return
|
|
2668
|
+
return Fe(p) ? (_ = $e(k, "__domain_regex__", (function() {
|
|
2626
2669
|
return [];
|
|
2627
2670
|
}))).push(ee = {
|
|
2628
2671
|
regex: p,
|
|
2629
2672
|
listener: c
|
|
2630
2673
|
}) : k[A] = c, {
|
|
2631
2674
|
cancel: function() {
|
|
2632
|
-
delete k[A], ee && (_.splice(_.indexOf(ee, 1)), _.length || delete k.__domain_regex__), Object.keys(k).length || delete
|
|
2675
|
+
delete k[A], ee && (_.splice(_.indexOf(ee, 1)), _.length || delete k.__domain_regex__), Object.keys(k).length || delete q[u], C && !Object.keys(q).length && P.del(C);
|
|
2633
2676
|
}
|
|
2634
2677
|
};
|
|
2635
2678
|
})({
|
|
@@ -2648,35 +2691,35 @@ function Rr() {
|
|
|
2648
2691
|
}
|
|
2649
2692
|
};
|
|
2650
2693
|
}
|
|
2651
|
-
function
|
|
2694
|
+
function lt(e, t, i) {
|
|
2652
2695
|
typeof (t = t || {}) == "function" && (i = t, t = {});
|
|
2653
|
-
var r = new
|
|
2654
|
-
return t.errorHandler = function(
|
|
2655
|
-
n.cancel(), r.reject(
|
|
2656
|
-
}, n =
|
|
2657
|
-
if (n.cancel(), r.resolve(
|
|
2696
|
+
var r = new x(), n;
|
|
2697
|
+
return t.errorHandler = function(f) {
|
|
2698
|
+
n.cancel(), r.reject(f);
|
|
2699
|
+
}, n = fe(e, t, (function(f) {
|
|
2700
|
+
if (n.cancel(), r.resolve(f), i) return i(f);
|
|
2658
2701
|
})), r.cancel = n.cancel, r;
|
|
2659
2702
|
}
|
|
2660
2703
|
var oe = function e(t, i, r, n) {
|
|
2661
|
-
var
|
|
2704
|
+
var f = (n = n || {}).domain || "*", c = n.timeout || -1, u = n.timeout || 5e3, l = n.fireAndForget || !1;
|
|
2662
2705
|
return X.toProxyWindow(t, {
|
|
2663
2706
|
send: e
|
|
2664
2707
|
}).awaitWindow().then((function(p) {
|
|
2665
|
-
return
|
|
2666
|
-
if ((function(
|
|
2667
|
-
if (!
|
|
2668
|
-
if (typeof C != "string" && !Array.isArray(C) && !
|
|
2669
|
-
if (U(h)) throw new Error("Can not send " +
|
|
2670
|
-
})(i, p,
|
|
2708
|
+
return x.try((function() {
|
|
2709
|
+
if ((function(P, h, C) {
|
|
2710
|
+
if (!P) throw new Error("Expected name");
|
|
2711
|
+
if (typeof C != "string" && !Array.isArray(C) && !Fe(C)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(C) + " to be a string, array, or regex");
|
|
2712
|
+
if (U(h)) throw new Error("Can not send " + P + ". Target window is closed");
|
|
2713
|
+
})(i, p, f), (function(P, h) {
|
|
2671
2714
|
var C = ne(h);
|
|
2672
|
-
if (C) return C ===
|
|
2673
|
-
if (h ===
|
|
2715
|
+
if (C) return C === P;
|
|
2716
|
+
if (h === P || (function(v) {
|
|
2674
2717
|
v === void 0 && (v = window);
|
|
2675
2718
|
try {
|
|
2676
2719
|
if (v.top) return v.top;
|
|
2677
2720
|
} catch (L) {
|
|
2678
2721
|
}
|
|
2679
|
-
if (
|
|
2722
|
+
if (E(v) === v) return v;
|
|
2680
2723
|
try {
|
|
2681
2724
|
if (ce(window, v) && window.top) return window.top;
|
|
2682
2725
|
} catch (L) {
|
|
@@ -2686,52 +2729,52 @@ function Rr() {
|
|
|
2686
2729
|
} catch (L) {
|
|
2687
2730
|
}
|
|
2688
2731
|
for (var b = 0, D = (function L(A) {
|
|
2689
|
-
for (var
|
|
2732
|
+
for (var q = [], k = 0, _ = K(A); k < _.length; k++) {
|
|
2690
2733
|
var ee = _[k];
|
|
2691
|
-
|
|
2692
|
-
for (var B = 0,
|
|
2734
|
+
q.push(ee);
|
|
2735
|
+
for (var B = 0, be = L(ee); B < be.length; B++) q.push(be[B]);
|
|
2693
2736
|
}
|
|
2694
|
-
return
|
|
2737
|
+
return q;
|
|
2695
2738
|
})(v); b < D.length; b++) {
|
|
2696
2739
|
var j = D[b];
|
|
2697
2740
|
try {
|
|
2698
2741
|
if (j.top) return j.top;
|
|
2699
2742
|
} catch (L) {
|
|
2700
2743
|
}
|
|
2701
|
-
if (
|
|
2744
|
+
if (E(j) === j) return j;
|
|
2702
2745
|
}
|
|
2703
2746
|
})(h) === h) return !1;
|
|
2704
|
-
for (var m = 0, w = K(
|
|
2747
|
+
for (var m = 0, w = K(P); m < w.length; m++) if (w[m] === h) return !0;
|
|
2705
2748
|
return !1;
|
|
2706
|
-
})(window, p)) return (function(
|
|
2749
|
+
})(window, p)) return (function(P, h, C) {
|
|
2707
2750
|
h === void 0 && (h = 5e3), C === void 0 && (C = "Window");
|
|
2708
2751
|
var m = (function(w) {
|
|
2709
2752
|
return J("helloPromises").getOrSet(w, (function() {
|
|
2710
|
-
return new
|
|
2753
|
+
return new x();
|
|
2711
2754
|
}));
|
|
2712
|
-
})(
|
|
2755
|
+
})(P);
|
|
2713
2756
|
return h !== -1 && (m = m.timeout(h, new Error(C + " did not load after " + h + "ms"))), m;
|
|
2714
|
-
})(p,
|
|
2715
|
-
})).then((function(
|
|
2757
|
+
})(p, u);
|
|
2758
|
+
})).then((function(P) {
|
|
2716
2759
|
return (function(h, C, m, w) {
|
|
2717
2760
|
var v = w.send;
|
|
2718
|
-
return
|
|
2719
|
-
return typeof C == "string" ? C :
|
|
2761
|
+
return x.try((function() {
|
|
2762
|
+
return typeof C == "string" ? C : x.try((function() {
|
|
2720
2763
|
return m || Ue(h, {
|
|
2721
2764
|
send: v
|
|
2722
2765
|
}).then((function(b) {
|
|
2723
2766
|
return b.domain;
|
|
2724
2767
|
}));
|
|
2725
2768
|
})).then((function(b) {
|
|
2726
|
-
if (!V(C, C)) throw new Error("Domain " +
|
|
2769
|
+
if (!V(C, C)) throw new Error("Domain " + fi(C) + " does not match " + fi(C));
|
|
2727
2770
|
return b;
|
|
2728
2771
|
}));
|
|
2729
2772
|
}));
|
|
2730
|
-
})(p,
|
|
2773
|
+
})(p, f, (P === void 0 ? {} : P).domain, {
|
|
2731
2774
|
send: e
|
|
2732
2775
|
});
|
|
2733
|
-
})).then((function(
|
|
2734
|
-
var h =
|
|
2776
|
+
})).then((function(P) {
|
|
2777
|
+
var h = P, C = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, m = new x(), w = i + "_" + te();
|
|
2735
2778
|
if (!l) {
|
|
2736
2779
|
var v = {
|
|
2737
2780
|
name: i,
|
|
@@ -2740,26 +2783,26 @@ function Rr() {
|
|
|
2740
2783
|
promise: m
|
|
2741
2784
|
};
|
|
2742
2785
|
(function(k, _) {
|
|
2743
|
-
|
|
2786
|
+
z("responseListeners").set(k, _);
|
|
2744
2787
|
})(w, v);
|
|
2745
2788
|
var b = J("requestPromises").getOrSet(p, (function() {
|
|
2746
2789
|
return [];
|
|
2747
2790
|
}));
|
|
2748
2791
|
b.push(m), m.catch((function() {
|
|
2749
2792
|
(function(k) {
|
|
2750
|
-
|
|
2793
|
+
z("erroredResponseListeners").set(k, !0);
|
|
2751
2794
|
})(w), Ii(w);
|
|
2752
2795
|
}));
|
|
2753
2796
|
var D = (function(k) {
|
|
2754
2797
|
return J("knownWindows").get(k, !1);
|
|
2755
|
-
})(p) ? 1e4 : 2e3, j = c, L = D, A = j,
|
|
2798
|
+
})(p) ? 1e4 : 2e3, j = c, L = D, A = j, q = (function(k, _) {
|
|
2756
2799
|
var ee;
|
|
2757
2800
|
return (function B() {
|
|
2758
2801
|
ee = setTimeout((function() {
|
|
2759
2802
|
(function() {
|
|
2760
2803
|
if (U(p)) return m.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
|
|
2761
2804
|
if (v.cancelled) return m.reject(new Error("Response listener was cancelled for " + i));
|
|
2762
|
-
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 " +
|
|
2805
|
+
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 " + N() + " in " + j + "ms")) : m.reject(new Error("No ack for postMessage " + C + " in " + N() + " in " + D + "ms"));
|
|
2763
2806
|
})(), B();
|
|
2764
2807
|
}), 500);
|
|
2765
2808
|
})(), {
|
|
@@ -2769,74 +2812,74 @@ function Rr() {
|
|
|
2769
2812
|
};
|
|
2770
2813
|
})();
|
|
2771
2814
|
m.finally((function() {
|
|
2772
|
-
|
|
2815
|
+
q.cancel(), b.splice(b.indexOf(m, 1));
|
|
2773
2816
|
})).catch(ae);
|
|
2774
2817
|
}
|
|
2775
2818
|
return Ve(p, h, {
|
|
2776
2819
|
id: te(),
|
|
2777
|
-
origin:
|
|
2820
|
+
origin: N(window),
|
|
2778
2821
|
type: "postrobot_message_request",
|
|
2779
2822
|
hash: w,
|
|
2780
2823
|
name: i,
|
|
2781
2824
|
data: r,
|
|
2782
2825
|
fireAndForget: l
|
|
2783
2826
|
}, {
|
|
2784
|
-
on:
|
|
2827
|
+
on: fe,
|
|
2785
2828
|
send: e
|
|
2786
2829
|
}).then((function() {
|
|
2787
2830
|
return l ? m.resolve() : m;
|
|
2788
2831
|
}), (function(k) {
|
|
2789
|
-
throw new Error("Send request message failed for " + C + " in " +
|
|
2832
|
+
throw new Error("Send request message failed for " + C + " in " + N() + `
|
|
2790
2833
|
|
|
2791
|
-
` +
|
|
2834
|
+
` + ye(k));
|
|
2792
2835
|
}));
|
|
2793
2836
|
}));
|
|
2794
2837
|
}));
|
|
2795
2838
|
};
|
|
2796
|
-
function
|
|
2839
|
+
function St(e, t, i) {
|
|
2797
2840
|
return vi(e, t, i, {
|
|
2798
|
-
on:
|
|
2841
|
+
on: fe,
|
|
2799
2842
|
send: oe
|
|
2800
2843
|
});
|
|
2801
2844
|
}
|
|
2802
|
-
function
|
|
2845
|
+
function ut(e, t, i) {
|
|
2803
2846
|
return bi(e, t, i, {
|
|
2804
2847
|
send: oe
|
|
2805
2848
|
});
|
|
2806
2849
|
}
|
|
2807
|
-
function
|
|
2850
|
+
function ht(e) {
|
|
2808
2851
|
return new X({
|
|
2809
2852
|
send: oe,
|
|
2810
2853
|
win: e
|
|
2811
2854
|
});
|
|
2812
2855
|
}
|
|
2813
|
-
function
|
|
2856
|
+
function Ct(e) {
|
|
2814
2857
|
return X.toProxyWindow(e, {
|
|
2815
2858
|
send: oe
|
|
2816
2859
|
});
|
|
2817
2860
|
}
|
|
2818
|
-
function
|
|
2819
|
-
|
|
2820
|
-
on:
|
|
2861
|
+
function Ei() {
|
|
2862
|
+
ve().initialized || (ve().initialized = !0, t = (e = {
|
|
2863
|
+
on: fe,
|
|
2821
2864
|
send: oe
|
|
2822
|
-
}).on, i = e.send, (r =
|
|
2865
|
+
}).on, i = e.send, (r = ve()).receiveMessage = r.receiveMessage || function(n) {
|
|
2823
2866
|
return Ri(n, {
|
|
2824
2867
|
on: t,
|
|
2825
2868
|
send: i
|
|
2826
2869
|
});
|
|
2827
2870
|
}, (function(n) {
|
|
2828
|
-
var
|
|
2829
|
-
|
|
2830
|
-
return (function(
|
|
2831
|
-
return
|
|
2871
|
+
var f = n.on, c = n.send;
|
|
2872
|
+
z().getOrSet("postMessageListener", (function() {
|
|
2873
|
+
return (function(u, l, p) {
|
|
2874
|
+
return u.addEventListener("message", p), {
|
|
2832
2875
|
cancel: function() {
|
|
2833
|
-
|
|
2876
|
+
u.removeEventListener("message", p);
|
|
2834
2877
|
}
|
|
2835
2878
|
};
|
|
2836
|
-
})(window, 0, (function(
|
|
2879
|
+
})(window, 0, (function(u) {
|
|
2837
2880
|
(function(l, p) {
|
|
2838
|
-
var
|
|
2839
|
-
|
|
2881
|
+
var P = p.on, h = p.send;
|
|
2882
|
+
x.try((function() {
|
|
2840
2883
|
var C = l.source || l.sourceElement, m = l.origin || l.originalEvent && l.originalEvent.origin, w = l.data;
|
|
2841
2884
|
if (m === "null" && (m = "file://"), C) {
|
|
2842
2885
|
if (!m) throw new Error("Post message did not have origin domain");
|
|
@@ -2845,24 +2888,24 @@ function Rr() {
|
|
|
2845
2888
|
origin: m,
|
|
2846
2889
|
data: w
|
|
2847
2890
|
}, {
|
|
2848
|
-
on:
|
|
2891
|
+
on: P,
|
|
2849
2892
|
send: h
|
|
2850
2893
|
});
|
|
2851
2894
|
}
|
|
2852
2895
|
}));
|
|
2853
|
-
})(
|
|
2854
|
-
on:
|
|
2896
|
+
})(u, {
|
|
2897
|
+
on: f,
|
|
2855
2898
|
send: c
|
|
2856
2899
|
});
|
|
2857
2900
|
}));
|
|
2858
2901
|
}));
|
|
2859
2902
|
})({
|
|
2860
|
-
on:
|
|
2903
|
+
on: fe,
|
|
2861
2904
|
send: oe
|
|
2862
2905
|
}), (function(n) {
|
|
2863
|
-
var
|
|
2864
|
-
|
|
2865
|
-
var
|
|
2906
|
+
var f = n.on, c = n.send;
|
|
2907
|
+
z("builtinListeners").getOrSet("helloListener", (function() {
|
|
2908
|
+
var u = f("postrobot_hello", {
|
|
2866
2909
|
domain: "*"
|
|
2867
2910
|
}, (function(p) {
|
|
2868
2911
|
return hi(p.source, {
|
|
@@ -2874,52 +2917,53 @@ function Rr() {
|
|
|
2874
2917
|
return l && Ue(l, {
|
|
2875
2918
|
send: c
|
|
2876
2919
|
}).catch((function(p) {
|
|
2877
|
-
})),
|
|
2920
|
+
})), u;
|
|
2878
2921
|
}));
|
|
2879
2922
|
})({
|
|
2880
|
-
on:
|
|
2923
|
+
on: fe,
|
|
2881
2924
|
send: oe
|
|
2882
2925
|
}));
|
|
2883
2926
|
var e, t, i, r;
|
|
2884
2927
|
}
|
|
2885
|
-
function
|
|
2928
|
+
function gt() {
|
|
2886
2929
|
(function() {
|
|
2887
|
-
for (var t =
|
|
2888
|
-
var n = r[i],
|
|
2889
|
-
|
|
2930
|
+
for (var t = z("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
|
|
2931
|
+
var n = r[i], f = t.get(n);
|
|
2932
|
+
f && (f.cancelled = !0), t.del(n);
|
|
2890
2933
|
}
|
|
2891
|
-
})(), (e =
|
|
2934
|
+
})(), (e = z().get("postMessageListener")) && e.cancel();
|
|
2892
2935
|
var e;
|
|
2893
2936
|
delete window.__post_robot_10_0_46__;
|
|
2894
2937
|
}
|
|
2895
|
-
var
|
|
2896
|
-
function
|
|
2938
|
+
var Pt = !0;
|
|
2939
|
+
function mt(e) {
|
|
2897
2940
|
for (var t = 0, i = J("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (U(e) ? "closed" : "cleaned up") + " before response")).catch(ae);
|
|
2898
2941
|
}
|
|
2899
|
-
|
|
2942
|
+
Ei();
|
|
2900
2943
|
}]);
|
|
2901
2944
|
}));
|
|
2902
|
-
})(
|
|
2945
|
+
})(Le)), Le.exports;
|
|
2903
2946
|
}
|
|
2904
2947
|
var Gi;
|
|
2905
|
-
function
|
|
2948
|
+
function _r() {
|
|
2906
2949
|
return Gi || (Gi = 1, (function(o) {
|
|
2907
|
-
o.exports =
|
|
2950
|
+
o.exports = Lr(), o.exports.default = o.exports;
|
|
2908
2951
|
})(Qe)), Qe.exports;
|
|
2909
2952
|
}
|
|
2910
|
-
var
|
|
2911
|
-
const
|
|
2953
|
+
var Zi = _r();
|
|
2954
|
+
const Or = /* @__PURE__ */ Dr(Zi), ue = /* @__PURE__ */ Tt({
|
|
2912
2955
|
__proto__: null,
|
|
2913
|
-
default:
|
|
2914
|
-
}, [
|
|
2956
|
+
default: Or
|
|
2957
|
+
}, [Zi]);
|
|
2915
2958
|
export {
|
|
2916
2959
|
Vi as ConsentBox,
|
|
2960
|
+
Yi as ConsentFormBox,
|
|
2917
2961
|
Ze as DisclosureRequestBox,
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2962
|
+
Ki as PrivacyCenterBox,
|
|
2963
|
+
Wr as SoyioTypes,
|
|
2964
|
+
Mr as SoyioWidget,
|
|
2921
2965
|
ei as _TooltipManager,
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2966
|
+
Br as appearanceSchema,
|
|
2967
|
+
jr as configSchema,
|
|
2968
|
+
Mr as default
|
|
2925
2969
|
};
|