@soyio/soyio-widget 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +566 -552
- package/dist/index.umd.cjs +32 -32
- package/package.json +1 -1
- package/src/schemas/config.schema.json +10 -0
package/dist/index.js
CHANGED
|
@@ -4,46 +4,46 @@ var De = Object.getOwnPropertySymbols, yt = Object.getPrototypeOf, Ei = Object.p
|
|
|
4
4
|
var Ai = (o) => {
|
|
5
5
|
throw TypeError(o);
|
|
6
6
|
};
|
|
7
|
-
var Je = (o,
|
|
8
|
-
for (var
|
|
9
|
-
Ei.call(
|
|
7
|
+
var Je = (o, s, f) => s in o ? gt(o, s, { enumerable: !0, configurable: !0, writable: !0, value: f }) : o[s] = f, me = (o, s) => {
|
|
8
|
+
for (var f in s || (s = {}))
|
|
9
|
+
Ei.call(s, f) && Je(o, f, s[f]);
|
|
10
10
|
if (De)
|
|
11
|
-
for (var
|
|
12
|
-
Di.call(
|
|
11
|
+
for (var f of De(s))
|
|
12
|
+
Di.call(s, f) && Je(o, f, s[f]);
|
|
13
13
|
return o;
|
|
14
|
-
}, Li = (o,
|
|
15
|
-
var Wi = (o,
|
|
16
|
-
var
|
|
14
|
+
}, Li = (o, s) => $t(o, mt(s));
|
|
15
|
+
var Wi = (o, s) => {
|
|
16
|
+
var f = {};
|
|
17
17
|
for (var a in o)
|
|
18
|
-
Ei.call(o, a) &&
|
|
18
|
+
Ei.call(o, a) && s.indexOf(a) < 0 && (f[a] = o[a]);
|
|
19
19
|
if (o != null && De)
|
|
20
20
|
for (var a of De(o))
|
|
21
|
-
|
|
22
|
-
return
|
|
21
|
+
s.indexOf(a) < 0 && Di.call(o, a) && (f[a] = o[a]);
|
|
22
|
+
return f;
|
|
23
23
|
};
|
|
24
|
-
var x = (o,
|
|
25
|
-
var Oi = (o,
|
|
26
|
-
var Ni = (o,
|
|
27
|
-
var
|
|
28
|
-
var
|
|
24
|
+
var x = (o, s, f) => Je(o, typeof s != "symbol" ? s + "" : s, f), bt = (o, s, f) => s.has(o) || Ai("Cannot " + f);
|
|
25
|
+
var Oi = (o, s, f) => s.has(o) ? Ai("Cannot add the same private member more than once") : s instanceof WeakSet ? s.add(o) : s.set(o, f);
|
|
26
|
+
var Ni = (o, s, f) => (bt(o, s, "access private method"), f);
|
|
27
|
+
var ye = (o, s, f) => vt(yt(o), f, s);
|
|
28
|
+
var B = (o, s, f) => new Promise((a, u) => {
|
|
29
29
|
var g = (I) => {
|
|
30
30
|
try {
|
|
31
|
-
y(
|
|
32
|
-
} catch (
|
|
33
|
-
u(
|
|
31
|
+
y(f.next(I));
|
|
32
|
+
} catch (k) {
|
|
33
|
+
u(k);
|
|
34
34
|
}
|
|
35
35
|
}, m = (I) => {
|
|
36
36
|
try {
|
|
37
|
-
y(
|
|
38
|
-
} catch (
|
|
39
|
-
u(
|
|
37
|
+
y(f.throw(I));
|
|
38
|
+
} catch (k) {
|
|
39
|
+
u(k);
|
|
40
40
|
}
|
|
41
41
|
}, y = (I) => I.done ? a(I.value) : Promise.resolve(I.value).then(g, m);
|
|
42
|
-
y((
|
|
42
|
+
y((f = f.apply(o, s)).next());
|
|
43
43
|
});
|
|
44
|
-
function wt(o,
|
|
45
|
-
for (var
|
|
46
|
-
const a = f
|
|
44
|
+
function wt(o, s) {
|
|
45
|
+
for (var f = 0; f < s.length; f++) {
|
|
46
|
+
const a = s[f];
|
|
47
47
|
if (typeof a != "string" && !Array.isArray(a)) {
|
|
48
48
|
for (const u in a)
|
|
49
49
|
if (u !== "default" && !(u in o)) {
|
|
@@ -67,9 +67,9 @@ class ei {
|
|
|
67
67
|
Le && this.createTooltipElement();
|
|
68
68
|
}
|
|
69
69
|
createTooltipElement() {
|
|
70
|
-
const
|
|
71
|
-
if (
|
|
72
|
-
this.tooltipElement =
|
|
70
|
+
const s = document.querySelector(`.${this.tooltipClass}`);
|
|
71
|
+
if (s) {
|
|
72
|
+
this.tooltipElement = s, this.tooltipContent = this.tooltipElement.querySelector(".soyio-tooltip-content");
|
|
73
73
|
return;
|
|
74
74
|
}
|
|
75
75
|
this.tooltipElement = document.createElement("div"), this.tooltipElement.className = this.tooltipClass, this.tooltipElement.style.cssText = `
|
|
@@ -92,64 +92,64 @@ class ei {
|
|
|
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(
|
|
95
|
+
show(s, f, a) {
|
|
96
96
|
if (!this.tooltipElement || !this.tooltipContent) return;
|
|
97
|
-
this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent =
|
|
98
|
-
const u = this.calculateOptimalPlacement(
|
|
97
|
+
this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = s, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
|
|
98
|
+
const u = this.calculateOptimalPlacement(f, a);
|
|
99
99
|
this.applyPlacement(u), requestAnimationFrame(() => {
|
|
100
100
|
this.tooltipElement && (this.tooltipElement.style.opacity = "1", this.tooltipElement.style.transform = "scale(1)");
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
|
-
calculateOptimalPlacement(
|
|
103
|
+
calculateOptimalPlacement(s, f) {
|
|
104
104
|
const a = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4, I = {
|
|
105
105
|
top: {
|
|
106
|
-
top:
|
|
107
|
-
left:
|
|
106
|
+
top: f - u - y,
|
|
107
|
+
left: s - a / 2,
|
|
108
108
|
placement: "top"
|
|
109
109
|
},
|
|
110
110
|
bottom: {
|
|
111
|
-
top:
|
|
112
|
-
left:
|
|
111
|
+
top: f + y,
|
|
112
|
+
left: s - a / 2,
|
|
113
113
|
placement: "bottom"
|
|
114
114
|
},
|
|
115
115
|
right: {
|
|
116
|
-
top:
|
|
117
|
-
left:
|
|
116
|
+
top: f - u / 2,
|
|
117
|
+
left: s + y,
|
|
118
118
|
placement: "right"
|
|
119
119
|
},
|
|
120
120
|
left: {
|
|
121
|
-
top:
|
|
122
|
-
left:
|
|
121
|
+
top: f - u / 2,
|
|
122
|
+
left: s - a - y,
|
|
123
123
|
placement: "left"
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
126
|
for (const [, R] of Object.entries(I))
|
|
127
127
|
if (ei.fitsInViewport(R, a, u, g, m))
|
|
128
128
|
return R;
|
|
129
|
-
const
|
|
130
|
-
return
|
|
129
|
+
const k = I.top;
|
|
130
|
+
return k.left = Math.max(y, Math.min(k.left, g - a - y)), k.top = Math.max(y, Math.min(k.top, m - u - y)), k;
|
|
131
131
|
}
|
|
132
|
-
static fitsInViewport(
|
|
133
|
-
return
|
|
132
|
+
static fitsInViewport(s, f, a, u, g) {
|
|
133
|
+
return s.top >= 0 && s.left >= 0 && s.top + a <= g && s.left + f <= u;
|
|
134
134
|
}
|
|
135
|
-
applyPlacement(
|
|
136
|
-
this.tooltipElement && (this.tooltipElement.style.left = `${
|
|
135
|
+
applyPlacement(s) {
|
|
136
|
+
this.tooltipElement && (this.tooltipElement.style.left = `${s.left}px`, this.tooltipElement.style.top = `${s.top}px`);
|
|
137
137
|
}
|
|
138
138
|
hide() {
|
|
139
139
|
this.tooltipElement && (this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)");
|
|
140
140
|
}
|
|
141
141
|
destroy() {
|
|
142
|
-
var
|
|
143
|
-
(
|
|
142
|
+
var s;
|
|
143
|
+
(s = this.tooltipElement) == null || s.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
function Bi(o,
|
|
147
|
-
return
|
|
146
|
+
function Bi(o, s, f) {
|
|
147
|
+
return B(this, null, function* () {
|
|
148
148
|
if (!o.contentWindow)
|
|
149
149
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
150
|
-
const a = yield Promise.resolve().then(() =>
|
|
150
|
+
const a = yield Promise.resolve().then(() => we);
|
|
151
151
|
try {
|
|
152
|
-
yield a.send(o.contentWindow, "SET_APPEARANCE", { appearance:
|
|
152
|
+
yield a.send(o.contentWindow, "SET_APPEARANCE", { appearance: s, identifier: f });
|
|
153
153
|
} catch (u) {
|
|
154
154
|
console.error("Failed to send appearance config:", u);
|
|
155
155
|
}
|
|
@@ -164,57 +164,57 @@ const It = "IFRAME_READY", Tt = "IFRAME_HEIGHT_CHANGE", kt = "TOOLTIP_STATE_CHAN
|
|
|
164
164
|
// CONSENT
|
|
165
165
|
onStateChange: {}
|
|
166
166
|
};
|
|
167
|
-
let ji, zi, Fi, Hi
|
|
167
|
+
let ji, Ui, zi, Fi, Hi;
|
|
168
168
|
function Et() {
|
|
169
|
-
return
|
|
170
|
-
const o = yield Promise.resolve().then(() =>
|
|
171
|
-
ji || zi || Fi || Hi ||
|
|
172
|
-
const
|
|
173
|
-
return a && a(
|
|
174
|
-
})),
|
|
175
|
-
const
|
|
169
|
+
return B(this, null, function* () {
|
|
170
|
+
const o = yield Promise.resolve().then(() => we);
|
|
171
|
+
ji || Ui || zi || Fi || Hi || (ji = o.on(Tt, (s) => B(null, null, function* () {
|
|
172
|
+
const f = s.data, a = G.onHeightChange[f.identifier];
|
|
173
|
+
return a && a(f.height), Promise.resolve();
|
|
174
|
+
})), Ui = o.on(It, (s) => B(null, null, function* () {
|
|
175
|
+
const f = s.data, a = G.onIframeReady[f.identifier];
|
|
176
176
|
return a && a(), Promise.resolve();
|
|
177
|
-
})),
|
|
178
|
-
const
|
|
179
|
-
return a && a(
|
|
180
|
-
})),
|
|
181
|
-
const
|
|
182
|
-
return a && a(
|
|
183
|
-
})),
|
|
184
|
-
const m =
|
|
177
|
+
})), zi = o.on(kt, (s) => B(null, null, function* () {
|
|
178
|
+
const f = s.data, a = G.onTooltipChange[f.identifier];
|
|
179
|
+
return a && a(f), Promise.resolve();
|
|
180
|
+
})), Fi = o.on(xt, (s) => B(null, null, function* () {
|
|
181
|
+
const f = s.data, a = G.onStateChange[f.identifier];
|
|
182
|
+
return a && a(f), Promise.resolve();
|
|
183
|
+
})), Hi = o.on(Rt, (f) => B(null, [f], function* ({ data: s }) {
|
|
184
|
+
const m = s, { identifier: a } = m, u = Wi(m, ["identifier"]), g = G.onInfo[a];
|
|
185
185
|
return g && g(u), Promise.resolve();
|
|
186
186
|
})));
|
|
187
187
|
});
|
|
188
188
|
}
|
|
189
|
-
function ii(o,
|
|
189
|
+
function ii(o, s) {
|
|
190
190
|
const {
|
|
191
|
-
onHeightChange:
|
|
191
|
+
onHeightChange: f,
|
|
192
192
|
onIframeReady: a,
|
|
193
193
|
onTooltipChange: u,
|
|
194
194
|
onStateChange: g,
|
|
195
195
|
onInfo: m
|
|
196
|
-
} =
|
|
197
|
-
|
|
196
|
+
} = s;
|
|
197
|
+
f && (G.onHeightChange[o] = f), a && (G.onIframeReady[o] = a), u && (G.onTooltipChange[o] = u), g && (G.onStateChange[o] = g), m && (G.onInfo[o] = m);
|
|
198
198
|
}
|
|
199
199
|
function Dt(o) {
|
|
200
200
|
delete G.onHeightChange[o], delete G.onIframeReady[o], delete G.onTooltipChange[o], delete G.onStateChange[o], delete G.onInfo[o];
|
|
201
201
|
}
|
|
202
202
|
function At(o) {
|
|
203
|
-
const
|
|
204
|
-
|
|
203
|
+
const s = document.getElementById(o);
|
|
204
|
+
s && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), s.remove());
|
|
205
205
|
}
|
|
206
206
|
function Lt(o) {
|
|
207
|
-
const
|
|
208
|
-
if (!
|
|
207
|
+
const s = document.querySelector(o);
|
|
208
|
+
if (!s)
|
|
209
209
|
throw new Error(`Iframe div container with id '${o}' not found`);
|
|
210
|
-
if (
|
|
210
|
+
if (s.tagName.toLowerCase() !== "div")
|
|
211
211
|
throw new Error(`Iframe container with id '${o}' must be a <div> element`);
|
|
212
|
-
const
|
|
213
|
-
return
|
|
212
|
+
const f = s;
|
|
213
|
+
return f.style.position = "relative", f;
|
|
214
214
|
}
|
|
215
215
|
function Wt(o) {
|
|
216
|
-
const
|
|
217
|
-
return
|
|
216
|
+
const s = document.createElement("div");
|
|
217
|
+
return s.id = `soyio-widget-wrapper-${o}`, s.style.cssText = `
|
|
218
218
|
position: relative !important;
|
|
219
219
|
padding: 0 !important;
|
|
220
220
|
margin: 0 !important;
|
|
@@ -225,13 +225,13 @@ function Wt(o) {
|
|
|
225
225
|
transition: height 0.35s !important;
|
|
226
226
|
opacity: 1 !important;
|
|
227
227
|
width: 100% !important;
|
|
228
|
-
`,
|
|
228
|
+
`, s;
|
|
229
229
|
}
|
|
230
|
-
function Ot(o,
|
|
230
|
+
function Ot(o, s, f) {
|
|
231
231
|
const a = document.createElement("iframe");
|
|
232
|
-
return a.id =
|
|
232
|
+
return a.id = s, a.src = o, a.allow = "fullscreen;camera;", a.setAttribute("allowfullscreen", ""), a.style.cssText += `
|
|
233
233
|
width: 100% !important;
|
|
234
|
-
min-width: ${
|
|
234
|
+
min-width: ${f.minWidth} !important;
|
|
235
235
|
border: none !important;
|
|
236
236
|
overflow: hidden !important;
|
|
237
237
|
opacity: 1;
|
|
@@ -242,7 +242,7 @@ function Ot(o, f, s) {
|
|
|
242
242
|
function Nt() {
|
|
243
243
|
return Math.random().toString(36).substring(2, 10);
|
|
244
244
|
}
|
|
245
|
-
const Mt = "https://app.soyio.id", Bt = "https://sandbox.soyio.id", jt = "https://consent-embed.soyio.id",
|
|
245
|
+
const Mt = "https://app.soyio.id", Bt = "https://sandbox.soyio.id", jt = "https://consent-embed.soyio.id", Ut = "https://sandbox-consent-embed.soyio.id", zt = "https://privacy-center-embed.soyio.id", Ft = "https://sandbox-privacy-center-embed.soyio.id", Ht = [
|
|
246
246
|
"DISCLOSURE_REQUEST_SUCCESSFUL",
|
|
247
247
|
"IDENTITY_REGISTERED",
|
|
248
248
|
"IDENTITY_SIGNATURE",
|
|
@@ -250,15 +250,15 @@ const Mt = "https://app.soyio.id", Bt = "https://sandbox.soyio.id", jt = "https:
|
|
|
250
250
|
"DENIED_CAMERA_PERMISSION",
|
|
251
251
|
"REJECTED_SIGNATURE",
|
|
252
252
|
"CLOSE_POPUP"
|
|
253
|
-
],
|
|
253
|
+
], _t = "WIDGET_CLOSED", qt = 420, Gt = 720, Vt = 500, Yt = {
|
|
254
254
|
minWidth: "375px"
|
|
255
255
|
}, Jt = {
|
|
256
256
|
minWidth: "0px"
|
|
257
257
|
}, Kt = {
|
|
258
258
|
minWidth: "375px"
|
|
259
259
|
};
|
|
260
|
-
class
|
|
261
|
-
constructor(
|
|
260
|
+
class be {
|
|
261
|
+
constructor(s) {
|
|
262
262
|
x(this, "iframe", null);
|
|
263
263
|
x(this, "wrapper", null);
|
|
264
264
|
x(this, "skeleton", null);
|
|
@@ -269,7 +269,7 @@ class ve {
|
|
|
269
269
|
x(this, "Skeleton", null);
|
|
270
270
|
x(this, "isIframeReady", !1);
|
|
271
271
|
x(this, "defaultUniqueId");
|
|
272
|
-
this.options =
|
|
272
|
+
this.options = s, this.appearance = s.appearance || null, this.tooltipManager = new ei(), this.defaultUniqueId = be.generateUniqueId();
|
|
273
273
|
}
|
|
274
274
|
static generateUniqueId() {
|
|
275
275
|
return Nt();
|
|
@@ -280,39 +280,39 @@ class ve {
|
|
|
280
280
|
get iframeIdentifier() {
|
|
281
281
|
return `${this.defaultIframePrefix}-${this.uniqueIdentifier}`;
|
|
282
282
|
}
|
|
283
|
-
handleHeightChange(
|
|
284
|
-
if (!this.iframe || (this.iframe.style.height = `${
|
|
285
|
-
const { parentElement:
|
|
286
|
-
|
|
283
|
+
handleHeightChange(s) {
|
|
284
|
+
if (!this.iframe || (this.iframe.style.height = `${s}px`, s > 0)) return;
|
|
285
|
+
const { parentElement: f } = this.iframe;
|
|
286
|
+
f && (f.style.display = "none");
|
|
287
287
|
}
|
|
288
288
|
handleIframeReady() {
|
|
289
|
-
return
|
|
289
|
+
return B(this, null, function* () {
|
|
290
290
|
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield Bi(this.iframe, this.appearance, this.uniqueIdentifier), this.skeleton && this.skeleton.hide()));
|
|
291
291
|
});
|
|
292
292
|
}
|
|
293
|
-
handleTooltipChange(
|
|
293
|
+
handleTooltipChange(s) {
|
|
294
294
|
if (!this.iframe) return;
|
|
295
|
-
const
|
|
295
|
+
const f = this.iframe.getBoundingClientRect(), { text: a, coordinates: u, isVisible: g } = s, m = u.x + f.left, y = u.y + f.top;
|
|
296
296
|
g ? this.tooltipManager.show(a, m, y) : this.tooltipManager.hide();
|
|
297
297
|
}
|
|
298
298
|
setupListeners() {
|
|
299
|
-
return
|
|
299
|
+
return B(this, null, function* () {
|
|
300
300
|
yield Et();
|
|
301
|
-
const
|
|
301
|
+
const s = {
|
|
302
302
|
onHeightChange: this.handleHeightChange.bind(this),
|
|
303
303
|
onIframeReady: this.handleIframeReady.bind(this),
|
|
304
304
|
onTooltipChange: this.handleTooltipChange.bind(this),
|
|
305
|
-
onInfo: (
|
|
305
|
+
onInfo: (f) => this.options.onEvent(f)
|
|
306
306
|
};
|
|
307
|
-
ii(this.uniqueIdentifier,
|
|
307
|
+
ii(this.uniqueIdentifier, s);
|
|
308
308
|
});
|
|
309
309
|
}
|
|
310
|
-
mount(
|
|
311
|
-
return
|
|
310
|
+
mount(s) {
|
|
311
|
+
return B(this, null, function* () {
|
|
312
312
|
if (!Le) return this;
|
|
313
313
|
this.isIframeReady = !1, yield this.setupListeners(), At(this.iframeIdentifier);
|
|
314
|
-
const
|
|
315
|
-
return this.wrapper = Wt(this.uniqueIdentifier),
|
|
314
|
+
const f = Lt(s), a = this.iframeUrl();
|
|
315
|
+
return this.wrapper = Wt(this.uniqueIdentifier), f.appendChild(this.wrapper), this.iframe = Ot(a, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton && (this.skeleton = new this.Skeleton(this.uniqueIdentifier, this.appearance || void 0), this.skeleton.mount(this.wrapper)), this.wrapper.appendChild(this.iframe), this;
|
|
316
316
|
});
|
|
317
317
|
}
|
|
318
318
|
unmount() {
|
|
@@ -322,19 +322,19 @@ class ve {
|
|
|
322
322
|
* Update the appearance of the widget without remounting.
|
|
323
323
|
* This sends the new appearance config to the already-mounted iframe.
|
|
324
324
|
*/
|
|
325
|
-
updateAppearance(
|
|
326
|
-
return
|
|
327
|
-
this.appearance =
|
|
325
|
+
updateAppearance(s) {
|
|
326
|
+
return B(this, null, function* () {
|
|
327
|
+
this.appearance = s, !(!this.iframe || !this.isIframeReady) && (yield Bi(this.iframe, s, this.uniqueIdentifier));
|
|
328
328
|
});
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
class Qt {
|
|
332
|
-
constructor(
|
|
332
|
+
constructor(s, f) {
|
|
333
333
|
x(this, "element");
|
|
334
334
|
x(this, "identifier");
|
|
335
|
-
var q,
|
|
336
|
-
this.identifier = `skeleton-${
|
|
337
|
-
const a = (
|
|
335
|
+
var q, ce;
|
|
336
|
+
this.identifier = `skeleton-${s}`, this.element = document.createElement("div"), this.element.id = this.identifier;
|
|
337
|
+
const a = (ce = (q = window.matchMedia) == null ? void 0 : q.call(window, "(prefers-color-scheme: dark)")) == null ? void 0 : ce.matches, u = (f == null ? void 0 : f.mode) === "dark" || (f == null ? void 0 : f.mode) === "auto" && a || (f == null ? void 0 : f.theme) === "night" && !(f != null && f.mode), g = u ? "#1E293B" : "#FFFFFF", m = u ? "#334155" : "#E5E7EB", y = u ? "#334155" : "#f0f0f0", I = u ? "#475569" : "#e0e0e0", k = u ? "#334155" : "#f0f0f0";
|
|
338
338
|
this.element.style.cssText = `
|
|
339
339
|
position: absolute;
|
|
340
340
|
top: 0;
|
|
@@ -360,44 +360,44 @@ class Qt {
|
|
|
360
360
|
justify-content: flex-start;
|
|
361
361
|
gap: 0.75rem;
|
|
362
362
|
`;
|
|
363
|
-
const
|
|
364
|
-
|
|
363
|
+
const N = document.createElement("div");
|
|
364
|
+
N.style.cssText = `
|
|
365
365
|
display: flex;
|
|
366
366
|
align-items: center;
|
|
367
367
|
gap: 0.75rem;
|
|
368
368
|
`;
|
|
369
|
-
const
|
|
370
|
-
|
|
369
|
+
const H = document.createElement("div");
|
|
370
|
+
H.style.cssText = `
|
|
371
371
|
width: 2rem;
|
|
372
372
|
height: 2rem;
|
|
373
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
373
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
|
|
374
374
|
background-size: 200% 100%;
|
|
375
375
|
animation: shimmer 1.5s infinite;
|
|
376
376
|
border-radius: 50%;
|
|
377
377
|
flex-shrink: 0;
|
|
378
378
|
`;
|
|
379
|
-
const
|
|
380
|
-
|
|
379
|
+
const _ = document.createElement("div");
|
|
380
|
+
_.style.cssText = `
|
|
381
381
|
height: 1rem;
|
|
382
382
|
width: 30%;
|
|
383
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
383
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
|
|
384
384
|
background-size: 200% 100%;
|
|
385
385
|
animation: shimmer 1.5s infinite;
|
|
386
386
|
border-radius: 0.125rem;
|
|
387
387
|
`;
|
|
388
|
-
const
|
|
389
|
-
|
|
388
|
+
const D = document.createElement("div");
|
|
389
|
+
D.style.cssText = `
|
|
390
390
|
width: 3rem;
|
|
391
391
|
height: 1.25rem;
|
|
392
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
392
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
|
|
393
393
|
background-size: 200% 100%;
|
|
394
394
|
animation: shimmer 1.5s infinite;
|
|
395
395
|
border-radius: .25rem;
|
|
396
396
|
margin-left: auto;
|
|
397
397
|
flex-shrink: 0;
|
|
398
398
|
`;
|
|
399
|
-
const
|
|
400
|
-
|
|
399
|
+
const M = document.createElement("div");
|
|
400
|
+
M.style.cssText = `
|
|
401
401
|
display: flex;
|
|
402
402
|
align-items: flex-start;
|
|
403
403
|
gap: 0.75rem;
|
|
@@ -411,28 +411,28 @@ class Qt {
|
|
|
411
411
|
align-items: center;
|
|
412
412
|
flex-shrink: 0;
|
|
413
413
|
`;
|
|
414
|
-
const
|
|
415
|
-
|
|
414
|
+
const ne = document.createElement("div");
|
|
415
|
+
ne.style.cssText = `
|
|
416
416
|
width: 1rem;
|
|
417
417
|
height: 1rem;
|
|
418
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
418
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
|
|
419
419
|
background-size: 200% 100%;
|
|
420
420
|
animation: shimmer 1.5s infinite;
|
|
421
421
|
border-radius: 0.25rem;
|
|
422
422
|
flex-shrink: 0;
|
|
423
423
|
`;
|
|
424
|
-
const
|
|
425
|
-
|
|
424
|
+
const ee = document.createElement("div");
|
|
425
|
+
ee.style.cssText = `
|
|
426
426
|
flex-grow: 1;
|
|
427
427
|
display: flex;
|
|
428
428
|
flex-direction: column;
|
|
429
429
|
gap: 0.5rem;
|
|
430
430
|
`;
|
|
431
|
-
const
|
|
432
|
-
|
|
431
|
+
const Z = document.createElement("div");
|
|
432
|
+
Z.style.cssText = `
|
|
433
433
|
height: 0.875rem;
|
|
434
434
|
width: 80%;
|
|
435
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
435
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
|
|
436
436
|
background-size: 200% 100%;
|
|
437
437
|
animation: shimmer 1.5s infinite;
|
|
438
438
|
border-radius: 0.125rem;
|
|
@@ -441,13 +441,13 @@ class Qt {
|
|
|
441
441
|
if (Ie.style.cssText = `
|
|
442
442
|
height: 0.875rem;
|
|
443
443
|
width: 60%;
|
|
444
|
-
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${
|
|
444
|
+
background: linear-gradient(90deg, ${y} 25%, ${I} 50%, ${k} 75%);
|
|
445
445
|
background-size: 200% 100%;
|
|
446
446
|
animation: shimmer 2s infinite;
|
|
447
447
|
border-radius: 0.125rem;
|
|
448
448
|
`, !document.getElementById("skeleton-animation")) {
|
|
449
|
-
const
|
|
450
|
-
|
|
449
|
+
const ie = document.createElement("style");
|
|
450
|
+
ie.id = "skeleton-animation", ie.textContent = `
|
|
451
451
|
@keyframes shimmer {
|
|
452
452
|
0% { background-position: 200% 0; }
|
|
453
453
|
100% { background-position: -200% 0; }
|
|
@@ -456,35 +456,35 @@ class Qt {
|
|
|
456
456
|
0% { opacity: 1; }
|
|
457
457
|
100% { opacity: 0; }
|
|
458
458
|
}
|
|
459
|
-
`, document.head.appendChild(
|
|
459
|
+
`, document.head.appendChild(ie);
|
|
460
460
|
}
|
|
461
|
-
|
|
461
|
+
N.appendChild(H), N.appendChild(_), N.appendChild(D), ee.appendChild(Z), ee.appendChild(Ie), X.appendChild(ne), M.appendChild(X), M.appendChild(ee), R.appendChild(N), R.appendChild(M), this.element.appendChild(R);
|
|
462
462
|
}
|
|
463
463
|
cleanupExistingSkeleton() {
|
|
464
|
-
const
|
|
465
|
-
|
|
464
|
+
const s = document.getElementById(this.identifier);
|
|
465
|
+
s && s.remove();
|
|
466
466
|
}
|
|
467
|
-
mount(
|
|
468
|
-
this.cleanupExistingSkeleton(),
|
|
467
|
+
mount(s) {
|
|
468
|
+
this.cleanupExistingSkeleton(), s.appendChild(this.element);
|
|
469
469
|
}
|
|
470
470
|
hide() {
|
|
471
471
|
this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
|
-
const Oe = "3.
|
|
474
|
+
const Oe = "3.1.0";
|
|
475
475
|
function Zt(o) {
|
|
476
|
-
var I,
|
|
477
|
-
const
|
|
476
|
+
var I, k;
|
|
477
|
+
const s = (I = o.origin) != null ? I : o.context, f = Li(me({}, o), { origin: s }), a = [
|
|
478
478
|
"actionToken",
|
|
479
479
|
"entityId",
|
|
480
480
|
"origin",
|
|
481
481
|
"optionalReconsentBehavior",
|
|
482
482
|
"mandatoryReconsentBehavior",
|
|
483
483
|
"allowGranularScopeSelection"
|
|
484
|
-
], u = (
|
|
484
|
+
], u = (k = o.isSandbox) != null ? k : !1, g = o.developmentUrl || (u ? Ut : jt), m = new URLSearchParams();
|
|
485
485
|
if (m.set("sdk", "web"), m.set("sdkVersion", Oe), a.forEach((R) => {
|
|
486
|
-
const
|
|
487
|
-
|
|
486
|
+
const N = f[R];
|
|
487
|
+
N !== void 0 && (typeof N == "string" && N.length === 0 || m.set(R, String(N)));
|
|
488
488
|
}), o.metadata !== void 0)
|
|
489
489
|
try {
|
|
490
490
|
m.set("metadata", JSON.stringify(o.metadata));
|
|
@@ -494,9 +494,9 @@ function Zt(o) {
|
|
|
494
494
|
const y = m.toString();
|
|
495
495
|
return `${g}/embed/consents/${o.consentTemplateId}${y ? `?${y}` : ""}`;
|
|
496
496
|
}
|
|
497
|
-
class Gi extends
|
|
498
|
-
constructor(
|
|
499
|
-
super(
|
|
497
|
+
class Gi extends be {
|
|
498
|
+
constructor(f) {
|
|
499
|
+
super(f);
|
|
500
500
|
x(this, "defaultIframePrefix", "consent-box");
|
|
501
501
|
x(this, "defaultIframeCSSConfig", Jt);
|
|
502
502
|
x(this, "state", {
|
|
@@ -511,8 +511,8 @@ class Gi extends ve {
|
|
|
511
511
|
iframeUrl() {
|
|
512
512
|
return Zt(this.options);
|
|
513
513
|
}
|
|
514
|
-
handleStateChange(
|
|
515
|
-
const { isSelected: a, actionToken: u } =
|
|
514
|
+
handleStateChange(f) {
|
|
515
|
+
const { isSelected: a, actionToken: u } = f;
|
|
516
516
|
this.state = { isSelected: a, actionToken: u }, this.options.onEvent({
|
|
517
517
|
eventName: "CONSENT_CHECKBOX_CHANGE",
|
|
518
518
|
isSelected: a,
|
|
@@ -520,8 +520,8 @@ class Gi extends ve {
|
|
|
520
520
|
});
|
|
521
521
|
}
|
|
522
522
|
setupListeners() {
|
|
523
|
-
return
|
|
524
|
-
yield
|
|
523
|
+
return B(this, null, function* () {
|
|
524
|
+
yield ye(Gi.prototype, this, "setupListeners").call(this), ii(this.uniqueIdentifier, {
|
|
525
525
|
onStateChange: this.handleStateChange.bind(this)
|
|
526
526
|
});
|
|
527
527
|
});
|
|
@@ -530,54 +530,68 @@ class Gi extends ve {
|
|
|
530
530
|
return this.state;
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
|
-
function Xt(o
|
|
534
|
-
|
|
535
|
-
|
|
533
|
+
function Xt(o) {
|
|
534
|
+
if (typeof o != "string") return;
|
|
535
|
+
const s = o.trim();
|
|
536
|
+
if (s === "") {
|
|
537
|
+
console.warn("Soyio widget: externalRightsExerciseUrl is empty or whitespace and will be ignored.");
|
|
538
|
+
return;
|
|
539
|
+
}
|
|
540
|
+
try {
|
|
541
|
+
return new URL(s), s;
|
|
542
|
+
} catch (f) {
|
|
543
|
+
console.warn(`Soyio widget: externalRightsExerciseUrl "${s}" is not a valid URI and will be ignored.`);
|
|
544
|
+
return;
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
function er(o, s, f) {
|
|
548
|
+
return B(this, null, function* () {
|
|
549
|
+
var ne, ee;
|
|
536
550
|
if (!o.contentWindow)
|
|
537
551
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
538
|
-
const { redecOperationIds: a, content: u, header: g, rightExamples: m, consentManagement: y, appearance: I } =
|
|
539
|
-
Array.isArray(
|
|
552
|
+
const { redecOperationIds: a, content: u, header: g, rightExamples: m, consentManagement: y, appearance: I, externalRightsExerciseUrl: k } = s, R = (ne = I == null ? void 0 : I.config) == null ? void 0 : ne.showHeader, N = (ee = I == null ? void 0 : I.config) == null ? void 0 : ee.showConsentManagementHeader, H = Xt(k), D = y !== void 0 && Object.values(y).some((Z) => Array.isArray(Z) ? Z.length > 0 : Z != null) ? y : void 0;
|
|
553
|
+
Array.isArray(D == null ? void 0 : D.scopeGroups) && D.scopeGroups.length > 0 && s.groupConsentsByScope !== !0 && console.warn(
|
|
540
554
|
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
541
555
|
);
|
|
542
|
-
const
|
|
543
|
-
if (typeof a != "undefined" && (
|
|
544
|
-
config:
|
|
545
|
-
}), Object.keys(
|
|
546
|
-
const
|
|
556
|
+
const M = {};
|
|
557
|
+
if (typeof a != "undefined" && (M.redecOperationIds = a), typeof u != "undefined" && (M.content = u), typeof g != "undefined" && (M.header = g), typeof m != "undefined" && (M.rightExamples = m), typeof H != "undefined" && (M.externalRightsExerciseUrl = H), typeof D != "undefined" && (M.consentManagement = D), (typeof R == "boolean" || typeof N == "boolean") && (M.appearance = {
|
|
558
|
+
config: me(me({}, typeof R == "boolean" ? { showHeader: R } : {}), typeof N == "boolean" ? { showConsentManagementHeader: N } : {})
|
|
559
|
+
}), Object.keys(M).length === 0) return;
|
|
560
|
+
const X = yield Promise.resolve().then(() => we);
|
|
547
561
|
try {
|
|
548
|
-
yield
|
|
549
|
-
identifier:
|
|
550
|
-
},
|
|
551
|
-
} catch (
|
|
552
|
-
console.error("Failed to send privacy center config:",
|
|
562
|
+
yield X.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", me({
|
|
563
|
+
identifier: f
|
|
564
|
+
}, M));
|
|
565
|
+
} catch (Z) {
|
|
566
|
+
console.error("Failed to send privacy center config:", Z);
|
|
553
567
|
}
|
|
554
568
|
});
|
|
555
569
|
}
|
|
556
|
-
function
|
|
557
|
-
var m, y, I,
|
|
558
|
-
const
|
|
559
|
-
if (a.set("sdkVersion", Oe), o.sessionToken ? a.set("sessionToken", o.sessionToken) : o.companyId && a.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && a.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && a.set("enabledRights", o.enabledRights.join(",")), (
|
|
560
|
-
(
|
|
570
|
+
function ir(o) {
|
|
571
|
+
var m, y, I, k, R, N;
|
|
572
|
+
const s = (m = o.isSandbox) != null ? m : !1, f = o.developmentUrl || (s ? Ft : zt), a = new URLSearchParams();
|
|
573
|
+
if (a.set("sdkVersion", Oe), o.sessionToken ? a.set("sessionToken", o.sessionToken) : o.companyId && a.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && a.set("enabledFeatures", o.enabledFeatures.join(",")), (I = o.enabledRights) != null && I.length && a.set("enabledRights", o.enabledRights.join(",")), (k = o.dataSubjects) != null && k.length && a.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && a.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
|
|
574
|
+
(_) => _ != null
|
|
561
575
|
)) {
|
|
562
|
-
const
|
|
563
|
-
a.set("fileRequisites",
|
|
576
|
+
const _ = JSON.stringify(o.fileRequisites);
|
|
577
|
+
a.set("fileRequisites", _);
|
|
564
578
|
}
|
|
565
579
|
if (o.consentManagement) {
|
|
566
|
-
const { scopeGroups:
|
|
567
|
-
if (
|
|
580
|
+
const { scopeGroups: H } = o.consentManagement, _ = Array.isArray(H) && H.length > 0;
|
|
581
|
+
if (_ && o.groupConsentsByScope !== !0 && console.warn(
|
|
568
582
|
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
569
|
-
),
|
|
570
|
-
const
|
|
571
|
-
a.set("consentManagement",
|
|
583
|
+
), _) {
|
|
584
|
+
const D = JSON.stringify(o.consentManagement);
|
|
585
|
+
a.set("consentManagement", D);
|
|
572
586
|
}
|
|
573
587
|
}
|
|
574
588
|
o.demo !== void 0 && a.set("demo", String(o.demo)), o.consentMode && a.set("consentMode", o.consentMode);
|
|
575
|
-
const u = (
|
|
589
|
+
const u = (N = (R = o.appearance) == null ? void 0 : R.config) == null ? void 0 : N.consentControl;
|
|
576
590
|
u && a.set("consentControl", u), o.consentRetentionPeriod && a.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && a.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && a.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && a.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
|
|
577
591
|
const g = a.toString();
|
|
578
|
-
return `${
|
|
592
|
+
return `${f}${g ? `?${g}` : ""}`;
|
|
579
593
|
}
|
|
580
|
-
class Vi extends
|
|
594
|
+
class Vi extends be {
|
|
581
595
|
constructor() {
|
|
582
596
|
super(...arguments);
|
|
583
597
|
x(this, "defaultIframePrefix", "privacy-center");
|
|
@@ -588,65 +602,65 @@ class Vi extends ve {
|
|
|
588
602
|
return this._uniqueIdentifier;
|
|
589
603
|
}
|
|
590
604
|
handleIframeReady() {
|
|
591
|
-
return
|
|
592
|
-
yield
|
|
605
|
+
return B(this, null, function* () {
|
|
606
|
+
yield ye(Vi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield er(this.iframe, this.options, this.uniqueIdentifier));
|
|
593
607
|
});
|
|
594
608
|
}
|
|
595
609
|
iframeUrl() {
|
|
596
|
-
return
|
|
610
|
+
return ir(this.options);
|
|
597
611
|
}
|
|
598
612
|
}
|
|
599
|
-
const
|
|
613
|
+
const Rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
600
614
|
__proto__: null
|
|
601
615
|
}, Symbol.toStringTag, { value: "Module" })), Yi = "WIDGET_EVENT";
|
|
602
|
-
function Ne(o,
|
|
603
|
-
return o || (
|
|
604
|
-
}
|
|
605
|
-
function ir(o) {
|
|
606
|
-
let f = "widget/";
|
|
607
|
-
return "disclosureRequestId" in o.configProps ? f += ["disclosures", o.configProps.disclosureRequestId].join("/") : f += o.request, f;
|
|
616
|
+
function Ne(o, s) {
|
|
617
|
+
return o || (s ? Bt : Mt);
|
|
608
618
|
}
|
|
609
619
|
function tr(o) {
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
return `${s}/${u}?sdk=web&sdkVersion=${Oe}&${a}`;
|
|
620
|
+
let s = "widget/";
|
|
621
|
+
return "disclosureRequestId" in o.configProps ? s += ["disclosures", o.configProps.disclosureRequestId].join("/") : s += o.request, s;
|
|
613
622
|
}
|
|
614
623
|
function rr(o) {
|
|
624
|
+
var g;
|
|
625
|
+
const s = (g = o.isSandbox) != null ? g : !1, f = Ne(o.developmentUrl, s), a = Object.entries(o.configProps).filter(([m, y]) => y || m === "disclosureRequestId").map(([m, y]) => `${m}=${encodeURIComponent(y)}`).join("&"), u = tr(o);
|
|
626
|
+
return `${f}/${u}?sdk=web&sdkVersion=${Oe}&${a}`;
|
|
627
|
+
}
|
|
628
|
+
function nr(o) {
|
|
615
629
|
return `embed/widget/disclosures/${o.disclosureRequestId}`;
|
|
616
630
|
}
|
|
617
|
-
function
|
|
631
|
+
function or(o, s) {
|
|
618
632
|
var m;
|
|
619
|
-
const
|
|
633
|
+
const f = (m = o.isSandbox) != null ? m : !1, a = Ne(o.developmentUrl, f), u = nr(o), g = new URLSearchParams({
|
|
620
634
|
sdk: "web",
|
|
621
635
|
sdkVersion: Oe,
|
|
622
|
-
identifier:
|
|
636
|
+
identifier: s
|
|
623
637
|
});
|
|
624
638
|
return o.customColor && g.set("customColor", o.customColor), `${a}/${u}?${g.toString()}`;
|
|
625
639
|
}
|
|
626
|
-
function
|
|
640
|
+
function sr(o, s) {
|
|
627
641
|
var u;
|
|
628
|
-
const
|
|
629
|
-
session_token:
|
|
630
|
-
company_id:
|
|
631
|
-
identifier:
|
|
642
|
+
const f = Ne(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), a = new URLSearchParams({
|
|
643
|
+
session_token: s.sessionToken,
|
|
644
|
+
company_id: s.companyId,
|
|
645
|
+
identifier: s.identifier
|
|
632
646
|
});
|
|
633
|
-
return `${
|
|
647
|
+
return `${f}/widget/register_passkey?${a.toString()}`;
|
|
634
648
|
}
|
|
635
|
-
function
|
|
649
|
+
function fr(o, s) {
|
|
636
650
|
var u;
|
|
637
|
-
const
|
|
638
|
-
requestable_id:
|
|
639
|
-
identifier:
|
|
651
|
+
const f = Ne(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), a = new URLSearchParams({
|
|
652
|
+
requestable_id: s.requestableToken,
|
|
653
|
+
identifier: s.identifier
|
|
640
654
|
});
|
|
641
|
-
return `${
|
|
655
|
+
return `${f}/widget/passkey_authentication?${a.toString()}`;
|
|
642
656
|
}
|
|
643
|
-
function
|
|
657
|
+
function ar(o) {
|
|
644
658
|
return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
|
|
645
659
|
}
|
|
646
|
-
function
|
|
660
|
+
function dr(o) {
|
|
647
661
|
return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
|
|
648
662
|
}
|
|
649
|
-
class Ze extends
|
|
663
|
+
class Ze extends be {
|
|
650
664
|
constructor() {
|
|
651
665
|
super(...arguments);
|
|
652
666
|
x(this, "defaultIframePrefix", "disclosure-request-box");
|
|
@@ -655,42 +669,42 @@ class Ze extends ve {
|
|
|
655
669
|
x(this, "isReadyCallbackFired", !1);
|
|
656
670
|
}
|
|
657
671
|
iframeUrl() {
|
|
658
|
-
return
|
|
672
|
+
return or(this.options, this.uniqueIdentifier);
|
|
659
673
|
}
|
|
660
|
-
mount(
|
|
661
|
-
return
|
|
662
|
-
return this.isReadyCallbackFired = !1, yield
|
|
674
|
+
mount(f) {
|
|
675
|
+
return B(this, null, function* () {
|
|
676
|
+
return this.isReadyCallbackFired = !1, yield ye(Ze.prototype, this, "mount").call(this, f), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
|
|
663
677
|
this.notifyReady();
|
|
664
678
|
}, this) : this;
|
|
665
679
|
});
|
|
666
680
|
}
|
|
667
681
|
unmount() {
|
|
668
|
-
var
|
|
669
|
-
this.removePopupListener(), (
|
|
682
|
+
var f;
|
|
683
|
+
this.removePopupListener(), (f = this.passkeyPopupWindow) == null || f.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
|
|
670
684
|
}
|
|
671
685
|
setupListeners() {
|
|
672
|
-
return
|
|
673
|
-
yield
|
|
674
|
-
onInfo: (
|
|
686
|
+
return B(this, null, function* () {
|
|
687
|
+
yield ye(Ze.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ii(this.uniqueIdentifier, {
|
|
688
|
+
onInfo: (f) => this.handleInfoEvent(f)
|
|
675
689
|
});
|
|
676
690
|
});
|
|
677
691
|
}
|
|
678
692
|
handleIframeReady() {
|
|
679
|
-
return
|
|
693
|
+
return B(this, null, function* () {
|
|
680
694
|
this.notifyReady();
|
|
681
695
|
});
|
|
682
696
|
}
|
|
683
697
|
notifyReady() {
|
|
684
|
-
var
|
|
685
|
-
this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (a = (
|
|
698
|
+
var f, a;
|
|
699
|
+
this.isReadyCallbackFired || (this.isReadyCallbackFired = !0, (a = (f = this.options).onReady) == null || a.call(f));
|
|
686
700
|
}
|
|
687
|
-
triggerEvent(
|
|
688
|
-
this.options.onEvent(
|
|
701
|
+
triggerEvent(f) {
|
|
702
|
+
this.options.onEvent(f);
|
|
689
703
|
}
|
|
690
704
|
mountPopupListener() {
|
|
691
|
-
return
|
|
692
|
-
const
|
|
693
|
-
this.removePopupListener(), this.popupListener =
|
|
705
|
+
return B(this, null, function* () {
|
|
706
|
+
const f = yield Promise.resolve().then(() => we);
|
|
707
|
+
this.removePopupListener(), this.popupListener = f.on(Yi, (u) => B(this, [u], function* ({ data: a }) {
|
|
694
708
|
return a.eventName !== "PASSKEY_REGISTERED" && a.eventName !== "PASSKEY_AUTHENTICATED" || a.identifier !== this.uniqueIdentifier || (a.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
|
|
695
709
|
eventName: "PASSKEY_REGISTERED",
|
|
696
710
|
type: "PASSKEY_REGISTERED",
|
|
@@ -706,18 +720,18 @@ class Ze extends ve {
|
|
|
706
720
|
removePopupListener() {
|
|
707
721
|
this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
|
|
708
722
|
}
|
|
709
|
-
handleInfoEvent(
|
|
710
|
-
if (this.triggerEvent(
|
|
711
|
-
this.openPasskeyRegistrationPopup(
|
|
723
|
+
handleInfoEvent(f) {
|
|
724
|
+
if (this.triggerEvent(f), ar(f)) {
|
|
725
|
+
this.openPasskeyRegistrationPopup(f);
|
|
712
726
|
return;
|
|
713
727
|
}
|
|
714
|
-
|
|
728
|
+
dr(f) && this.openPasskeyAuthenticationPopup(f);
|
|
715
729
|
}
|
|
716
|
-
notifyPasskeyEvent(
|
|
730
|
+
notifyPasskeyEvent(f) {
|
|
717
731
|
var u;
|
|
718
732
|
if (!((u = this.iframe) != null && u.contentWindow)) return;
|
|
719
733
|
const a = new URL(this.iframe.src).origin;
|
|
720
|
-
this.iframe.contentWindow.postMessage(JSON.stringify({ type:
|
|
734
|
+
this.iframe.contentWindow.postMessage(JSON.stringify({ type: f }), a);
|
|
721
735
|
}
|
|
722
736
|
notifyPasskeyRegistered() {
|
|
723
737
|
this.notifyPasskeyEvent("PASSKEY_REGISTERED");
|
|
@@ -725,96 +739,96 @@ class Ze extends ve {
|
|
|
725
739
|
notifyPasskeyAuthenticated() {
|
|
726
740
|
this.notifyPasskeyEvent("PASSKEY_AUTHENTICATED");
|
|
727
741
|
}
|
|
728
|
-
openPasskeyRegistrationPopup(
|
|
729
|
-
if (!
|
|
730
|
-
const a =
|
|
731
|
-
sessionToken:
|
|
732
|
-
companyId:
|
|
742
|
+
openPasskeyRegistrationPopup(f) {
|
|
743
|
+
if (!f.sessionToken || !f.companyId) return;
|
|
744
|
+
const a = sr(this.options, {
|
|
745
|
+
sessionToken: f.sessionToken,
|
|
746
|
+
companyId: f.companyId,
|
|
733
747
|
identifier: this.uniqueIdentifier
|
|
734
748
|
});
|
|
735
749
|
this.passkeyPopupWindow = window.open(a, "SoyioPasskeyRegistration", "width=420,height=720,scrollbars=yes");
|
|
736
750
|
}
|
|
737
|
-
openPasskeyAuthenticationPopup(
|
|
738
|
-
if (!
|
|
739
|
-
const a =
|
|
740
|
-
requestableToken:
|
|
751
|
+
openPasskeyAuthenticationPopup(f) {
|
|
752
|
+
if (!f.requestableToken) return;
|
|
753
|
+
const a = fr(this.options, {
|
|
754
|
+
requestableToken: f.requestableToken,
|
|
741
755
|
identifier: this.uniqueIdentifier
|
|
742
756
|
});
|
|
743
757
|
this.passkeyPopupWindow = window.open(a, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
|
|
744
758
|
}
|
|
745
759
|
}
|
|
746
|
-
let
|
|
760
|
+
let re = null, Ke = null;
|
|
747
761
|
function Xe(o = null) {
|
|
748
|
-
|
|
762
|
+
re && !re.closed && re.focus(), o == null || o.preventDefault();
|
|
749
763
|
}
|
|
750
764
|
function Me() {
|
|
751
765
|
document.body.style.filter = "", document.body.removeEventListener("click", Xe);
|
|
752
766
|
}
|
|
753
|
-
function
|
|
767
|
+
function cr() {
|
|
754
768
|
Ke = setInterval(() => {
|
|
755
|
-
(!
|
|
769
|
+
(!re || re.closed) && (Ke && clearInterval(Ke), Me());
|
|
756
770
|
}, Vt);
|
|
757
771
|
}
|
|
758
|
-
function
|
|
759
|
-
const
|
|
772
|
+
function pr(o) {
|
|
773
|
+
const s = rr(o), f = qt, a = Gt, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, m = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, I = m / window.screen.availWidth, k = (m - f) / 2 / I + u, R = (y - a) / 2 / I + g, N = [
|
|
760
774
|
"scrollbars=yes",
|
|
761
|
-
`width=${
|
|
775
|
+
`width=${f}`,
|
|
762
776
|
`height=${a}`,
|
|
763
777
|
`top=${R}`,
|
|
764
|
-
`left=${
|
|
765
|
-
].join(","),
|
|
766
|
-
|
|
767
|
-
}
|
|
768
|
-
function pr() {
|
|
769
|
-
te && (te.close(), te = null), Me();
|
|
778
|
+
`left=${k}`
|
|
779
|
+
].join(","), H = window.open("about:blank", "Soyio", N);
|
|
780
|
+
H ? (re = H, re.location.href = s, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Xe), Xe(), cr()) : (Me(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
|
|
770
781
|
}
|
|
771
|
-
let ye = null;
|
|
772
782
|
function lr() {
|
|
773
|
-
|
|
783
|
+
re && (re.close(), re = null), Me();
|
|
774
784
|
}
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
785
|
+
let ve = null;
|
|
786
|
+
function Sr() {
|
|
787
|
+
ve && (ve.cancel(), ve = null);
|
|
788
|
+
}
|
|
789
|
+
function ur(o) {
|
|
790
|
+
return B(this, null, function* () {
|
|
791
|
+
const { onEvent: s } = o, f = yield Promise.resolve().then(() => we);
|
|
792
|
+
ve && Sr(), ve = f.on(Yi, (u) => B(null, [u], function* ({ data: a }) {
|
|
793
|
+
return s(a), Ht.includes(a.eventName) ? lr() : a.eventName === _t && Me(), Promise.resolve();
|
|
780
794
|
}));
|
|
781
795
|
});
|
|
782
796
|
}
|
|
783
|
-
function
|
|
784
|
-
|
|
797
|
+
function Cr(o) {
|
|
798
|
+
ur(o);
|
|
785
799
|
}
|
|
786
800
|
var We, Ji;
|
|
787
|
-
class
|
|
788
|
-
constructor(
|
|
801
|
+
class xr {
|
|
802
|
+
constructor(s) {
|
|
789
803
|
Oi(this, We);
|
|
790
804
|
x(this, "onEvent");
|
|
791
|
-
this.onEvent =
|
|
805
|
+
this.onEvent = s.onEvent, Le && (pr(s), Cr({
|
|
792
806
|
onEvent: Ni(this, We, Ji).bind(this)
|
|
793
807
|
}));
|
|
794
808
|
}
|
|
795
809
|
}
|
|
796
|
-
We = new WeakSet(), Ji = function(
|
|
797
|
-
this.onEvent(
|
|
810
|
+
We = new WeakSet(), Ji = function(s) {
|
|
811
|
+
this.onEvent(s);
|
|
798
812
|
};
|
|
799
|
-
const Cr = "#/definitions/SoyioAppearance", hr = "http://json-schema.org/draft-07/schema#", Pr = /* @__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"}}`), xr = {
|
|
800
|
-
$ref:
|
|
801
|
-
$schema:
|
|
802
|
-
definitions:
|
|
803
|
-
}, gr = "#/definitions/SoyioWidgetConfig", $r = "http://json-schema.org/draft-07/schema#", mr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"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."}}`), Er = {
|
|
804
|
-
$ref:
|
|
805
|
-
$schema:
|
|
806
|
-
definitions:
|
|
813
|
+
const hr = "#/definitions/SoyioAppearance", Pr = "http://json-schema.org/draft-07/schema#", gr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"}}`), Er = {
|
|
814
|
+
$ref: hr,
|
|
815
|
+
$schema: Pr,
|
|
816
|
+
definitions: gr
|
|
817
|
+
}, $r = "#/definitions/SoyioWidgetConfig", mr = "http://json-schema.org/draft-07/schema#", yr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"deprecated":"Use \`origin\` instead.","type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"metadata":{"additionalProperties":{},"type":"object"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"},"origin":{"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"externalRightsExerciseUrl":{"format":"uri","minLength":1,"type":"string"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"mode":{"$ref":"#/definitions/SoyioColorMode"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioColorMode":{"description":"Appearance color mode.\\n\\n- \`light\`: force light mode\\n- \`dark\`: force dark mode\\n- \`auto\`: follow the consumer's system color scheme","enum":["light","dark","auto"],"type":"string"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"description":"Appearance theme palette.\\n\\n\`night\` is kept as a deprecated alias for \`theme: 'soyio'\` + \`mode: 'dark'\`.","enum":["soyio","flat","neutral","night"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Dr = {
|
|
818
|
+
$ref: $r,
|
|
819
|
+
$schema: mr,
|
|
820
|
+
definitions: yr
|
|
807
821
|
};
|
|
808
|
-
function
|
|
822
|
+
function vr(o) {
|
|
809
823
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
810
824
|
}
|
|
811
|
-
var Qe = { exports: {} }, Ae = { exports: {} },
|
|
812
|
-
function
|
|
813
|
-
return
|
|
814
|
-
(function(
|
|
825
|
+
var Qe = { exports: {} }, Ae = { exports: {} }, br = Ae.exports, _i;
|
|
826
|
+
function wr() {
|
|
827
|
+
return _i || (_i = 1, function(o, s) {
|
|
828
|
+
(function(f, a) {
|
|
815
829
|
o.exports = a();
|
|
816
|
-
})(typeof self != "undefined" ? self :
|
|
817
|
-
return function(
|
|
830
|
+
})(typeof self != "undefined" ? self : br, function() {
|
|
831
|
+
return function(f) {
|
|
818
832
|
var a = {};
|
|
819
833
|
function u(g) {
|
|
820
834
|
if (a[g]) return a[g].exports;
|
|
@@ -823,9 +837,9 @@ function br() {
|
|
|
823
837
|
l: !1,
|
|
824
838
|
exports: {}
|
|
825
839
|
};
|
|
826
|
-
return
|
|
840
|
+
return f[g].call(m.exports, m, m.exports, u), m.l = !0, m.exports;
|
|
827
841
|
}
|
|
828
|
-
return u.m =
|
|
842
|
+
return u.m = f, u.c = a, u.d = function(g, m, y) {
|
|
829
843
|
u.o(g, m) || Object.defineProperty(g, m, {
|
|
830
844
|
enumerable: !0,
|
|
831
845
|
get: y
|
|
@@ -842,8 +856,8 @@ function br() {
|
|
|
842
856
|
if (u.r(y), Object.defineProperty(y, "default", {
|
|
843
857
|
enumerable: !0,
|
|
844
858
|
value: g
|
|
845
|
-
}), 2 & m && typeof g != "string") for (var I in g) u.d(y, I, function(
|
|
846
|
-
return g[
|
|
859
|
+
}), 2 & m && typeof g != "string") for (var I in g) u.d(y, I, function(k) {
|
|
860
|
+
return g[k];
|
|
847
861
|
}.bind(null, I));
|
|
848
862
|
return y;
|
|
849
863
|
}, u.n = function(g) {
|
|
@@ -856,7 +870,7 @@ function br() {
|
|
|
856
870
|
}, u.o = function(g, m) {
|
|
857
871
|
return {}.hasOwnProperty.call(g, m);
|
|
858
872
|
}, u.p = "", u(u.s = 0);
|
|
859
|
-
}([function(
|
|
873
|
+
}([function(f, a, u) {
|
|
860
874
|
u.r(a), u.d(a, "Promise", function() {
|
|
861
875
|
return E;
|
|
862
876
|
}), u.d(a, "TYPES", function() {
|
|
@@ -876,11 +890,11 @@ function br() {
|
|
|
876
890
|
}), u.d(a, "toProxyWindow", function() {
|
|
877
891
|
return ut;
|
|
878
892
|
}), u.d(a, "on", function() {
|
|
879
|
-
return
|
|
893
|
+
return de;
|
|
880
894
|
}), u.d(a, "once", function() {
|
|
881
895
|
return ct;
|
|
882
896
|
}), u.d(a, "send", function() {
|
|
883
|
-
return
|
|
897
|
+
return oe;
|
|
884
898
|
}), u.d(a, "markWindowKnown", function() {
|
|
885
899
|
return Pi;
|
|
886
900
|
}), u.d(a, "cleanUpWindow", function() {
|
|
@@ -902,7 +916,7 @@ function br() {
|
|
|
902
916
|
}
|
|
903
917
|
return y(e);
|
|
904
918
|
}
|
|
905
|
-
function
|
|
919
|
+
function k(e) {
|
|
906
920
|
return e === void 0 && (e = window), I(e) === "about:";
|
|
907
921
|
}
|
|
908
922
|
function R(e) {
|
|
@@ -911,20 +925,20 @@ function br() {
|
|
|
911
925
|
} catch (t) {
|
|
912
926
|
}
|
|
913
927
|
}
|
|
914
|
-
function
|
|
928
|
+
function N(e) {
|
|
915
929
|
if (e === void 0 && (e = window), e && !R(e)) try {
|
|
916
930
|
return e.opener;
|
|
917
931
|
} catch (t) {
|
|
918
932
|
}
|
|
919
933
|
}
|
|
920
|
-
function
|
|
934
|
+
function H(e) {
|
|
921
935
|
try {
|
|
922
936
|
return !0;
|
|
923
937
|
} catch (t) {
|
|
924
938
|
}
|
|
925
939
|
return !1;
|
|
926
940
|
}
|
|
927
|
-
function
|
|
941
|
+
function _(e) {
|
|
928
942
|
e === void 0 && (e = window);
|
|
929
943
|
var t = e.location;
|
|
930
944
|
if (!t) throw new Error("Can not read window location");
|
|
@@ -933,18 +947,18 @@ function br() {
|
|
|
933
947
|
if (i === "file:") return "file://";
|
|
934
948
|
if (i === "about:") {
|
|
935
949
|
var r = R(e);
|
|
936
|
-
return r &&
|
|
950
|
+
return r && H() ? _(r) : "about://";
|
|
937
951
|
}
|
|
938
952
|
var n = t.host;
|
|
939
953
|
if (!n) throw new Error("Can not read window host");
|
|
940
954
|
return i + "//" + n;
|
|
941
955
|
}
|
|
942
|
-
function
|
|
956
|
+
function D(e) {
|
|
943
957
|
e === void 0 && (e = window);
|
|
944
|
-
var t =
|
|
958
|
+
var t = _(e);
|
|
945
959
|
return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
|
|
946
960
|
}
|
|
947
|
-
function
|
|
961
|
+
function M(e) {
|
|
948
962
|
if (!function(t) {
|
|
949
963
|
try {
|
|
950
964
|
if (t === window) return !0;
|
|
@@ -956,32 +970,32 @@ function br() {
|
|
|
956
970
|
} catch (r) {
|
|
957
971
|
}
|
|
958
972
|
try {
|
|
959
|
-
if (
|
|
973
|
+
if (k(t) && H()) return !0;
|
|
960
974
|
} catch (r) {
|
|
961
975
|
}
|
|
962
976
|
try {
|
|
963
977
|
if (function(r) {
|
|
964
978
|
return r === void 0 && (r = window), I(r) === "mock:";
|
|
965
|
-
}(t) &&
|
|
979
|
+
}(t) && H()) return !0;
|
|
966
980
|
} catch (r) {
|
|
967
981
|
}
|
|
968
982
|
try {
|
|
969
|
-
if (
|
|
983
|
+
if (_(t) === _(window)) return !0;
|
|
970
984
|
} catch (r) {
|
|
971
985
|
}
|
|
972
986
|
return !1;
|
|
973
987
|
}(e)) return !1;
|
|
974
988
|
try {
|
|
975
|
-
if (e === window ||
|
|
989
|
+
if (e === window || k(e) && H() || D(window) === D(e)) return !0;
|
|
976
990
|
} catch (t) {
|
|
977
991
|
}
|
|
978
992
|
return !1;
|
|
979
993
|
}
|
|
980
994
|
function X(e) {
|
|
981
|
-
if (!
|
|
995
|
+
if (!M(e)) throw new Error("Expected window to be same domain");
|
|
982
996
|
return e;
|
|
983
997
|
}
|
|
984
|
-
function
|
|
998
|
+
function ne(e, t) {
|
|
985
999
|
if (!e || !t) return !1;
|
|
986
1000
|
var i = R(t);
|
|
987
1001
|
return i ? i === e : function(r) {
|
|
@@ -994,7 +1008,7 @@ function br() {
|
|
|
994
1008
|
return n;
|
|
995
1009
|
}(t).indexOf(e) !== -1;
|
|
996
1010
|
}
|
|
997
|
-
function
|
|
1011
|
+
function ee(e) {
|
|
998
1012
|
var t = [], i;
|
|
999
1013
|
try {
|
|
1000
1014
|
i = e.frames;
|
|
@@ -1031,7 +1045,7 @@ function br() {
|
|
|
1031
1045
|
}
|
|
1032
1046
|
return t;
|
|
1033
1047
|
}
|
|
1034
|
-
var
|
|
1048
|
+
var Z = [], Ie = [];
|
|
1035
1049
|
function q(e, t) {
|
|
1036
1050
|
t === void 0 && (t = !0);
|
|
1037
1051
|
try {
|
|
@@ -1049,7 +1063,7 @@ function br() {
|
|
|
1049
1063
|
} catch (n) {
|
|
1050
1064
|
return !n || n.message !== m;
|
|
1051
1065
|
}
|
|
1052
|
-
if (t &&
|
|
1066
|
+
if (t && M(e)) try {
|
|
1053
1067
|
if (e.mockclosed) return !0;
|
|
1054
1068
|
} catch (n) {
|
|
1055
1069
|
}
|
|
@@ -1063,7 +1077,7 @@ function br() {
|
|
|
1063
1077
|
} catch (S) {
|
|
1064
1078
|
}
|
|
1065
1079
|
return -1;
|
|
1066
|
-
}(
|
|
1080
|
+
}(Z, e);
|
|
1067
1081
|
if (i !== -1) {
|
|
1068
1082
|
var r = Ie[i];
|
|
1069
1083
|
if (r && function(n) {
|
|
@@ -1078,16 +1092,16 @@ function br() {
|
|
|
1078
1092
|
}
|
|
1079
1093
|
return !1;
|
|
1080
1094
|
}
|
|
1081
|
-
function
|
|
1082
|
-
return e === void 0 && (e = window),
|
|
1095
|
+
function ce(e) {
|
|
1096
|
+
return e === void 0 && (e = window), N(e = e || window) || R(e) || void 0;
|
|
1083
1097
|
}
|
|
1084
|
-
function
|
|
1098
|
+
function ie(e, t) {
|
|
1085
1099
|
if (typeof e == "string") {
|
|
1086
1100
|
if (typeof t == "string") return e === "*" || t === e;
|
|
1087
1101
|
if (g(t) || Array.isArray(t)) return !1;
|
|
1088
1102
|
}
|
|
1089
1103
|
return g(e) ? g(t) ? e.toString() === t.toString() : !Array.isArray(t) && !!t.match(e) : !!Array.isArray(e) && (Array.isArray(t) ? JSON.stringify(e) === JSON.stringify(t) : !g(t) && e.some(function(i) {
|
|
1090
|
-
return
|
|
1104
|
+
return ie(i, t);
|
|
1091
1105
|
}));
|
|
1092
1106
|
}
|
|
1093
1107
|
function Te(e) {
|
|
@@ -1133,7 +1147,7 @@ function br() {
|
|
|
1133
1147
|
return !1;
|
|
1134
1148
|
}
|
|
1135
1149
|
function ti(e) {
|
|
1136
|
-
if (
|
|
1150
|
+
if (M(e)) return X(e).frameElement;
|
|
1137
1151
|
for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
|
|
1138
1152
|
var r = i[t];
|
|
1139
1153
|
if (r && r.contentWindow && r.contentWindow === e) return r;
|
|
@@ -1154,7 +1168,7 @@ function br() {
|
|
|
1154
1168
|
} catch (i) {
|
|
1155
1169
|
}
|
|
1156
1170
|
}
|
|
1157
|
-
function
|
|
1171
|
+
function se(e) {
|
|
1158
1172
|
try {
|
|
1159
1173
|
if (!e) return !1;
|
|
1160
1174
|
if (typeof Promise != "undefined" && e instanceof Promise) return !0;
|
|
@@ -1170,17 +1184,17 @@ function br() {
|
|
|
1170
1184
|
}
|
|
1171
1185
|
return !1;
|
|
1172
1186
|
}
|
|
1173
|
-
var ri = [],
|
|
1187
|
+
var ri = [], pe = [], Be = 0, le;
|
|
1174
1188
|
function ni() {
|
|
1175
|
-
if (!Be &&
|
|
1176
|
-
var e =
|
|
1177
|
-
|
|
1189
|
+
if (!Be && le) {
|
|
1190
|
+
var e = le;
|
|
1191
|
+
le = null, e.resolve();
|
|
1178
1192
|
}
|
|
1179
1193
|
}
|
|
1180
1194
|
function je() {
|
|
1181
1195
|
Be += 1;
|
|
1182
1196
|
}
|
|
1183
|
-
function
|
|
1197
|
+
function Se() {
|
|
1184
1198
|
Be -= 1, ni();
|
|
1185
1199
|
}
|
|
1186
1200
|
var E = function() {
|
|
@@ -1196,21 +1210,21 @@ function br() {
|
|
|
1196
1210
|
l ? r.reject(p) : (S = !0, d = p);
|
|
1197
1211
|
});
|
|
1198
1212
|
} catch (p) {
|
|
1199
|
-
|
|
1213
|
+
Se(), this.reject(p);
|
|
1200
1214
|
return;
|
|
1201
1215
|
}
|
|
1202
|
-
|
|
1216
|
+
Se(), l = !0, c ? this.resolve(n) : S && this.reject(d);
|
|
1203
1217
|
}
|
|
1204
1218
|
}
|
|
1205
1219
|
var t = e.prototype;
|
|
1206
1220
|
return t.resolve = function(i) {
|
|
1207
1221
|
if (this.resolved || this.rejected) return this;
|
|
1208
|
-
if (
|
|
1222
|
+
if (se(i)) throw new Error("Can not resolve promise with another promise");
|
|
1209
1223
|
return this.resolved = !0, this.value = i, this.dispatch(), this;
|
|
1210
1224
|
}, t.reject = function(i) {
|
|
1211
1225
|
var r = this;
|
|
1212
1226
|
if (this.resolved || this.rejected) return this;
|
|
1213
|
-
if (
|
|
1227
|
+
if (se(i)) throw new Error("Can not reject promise with another promise");
|
|
1214
1228
|
if (!i) {
|
|
1215
1229
|
var n = i && typeof i.toString == "function" ? i.toString() : {}.toString.call(i);
|
|
1216
1230
|
i = new Error("Expected reject to be called with Error, got " + n);
|
|
@@ -1221,7 +1235,7 @@ function br() {
|
|
|
1221
1235
|
ri.push(d), setTimeout(function() {
|
|
1222
1236
|
throw d;
|
|
1223
1237
|
}, 1);
|
|
1224
|
-
for (var S = 0; S <
|
|
1238
|
+
for (var S = 0; S < pe.length; S++) pe[S](d, c);
|
|
1225
1239
|
}
|
|
1226
1240
|
}(i, r);
|
|
1227
1241
|
}, 1), this.dispatch(), this;
|
|
@@ -1260,9 +1274,9 @@ function br() {
|
|
|
1260
1274
|
if (C instanceof e && (C.resolved || C.rejected)) {
|
|
1261
1275
|
var h = C;
|
|
1262
1276
|
h.resolved ? P.resolve(h.value) : P.reject(h.error), h.errorHandled = !0;
|
|
1263
|
-
} else
|
|
1277
|
+
} else se(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) : d(C, P) : P.resolve(C);
|
|
1264
1278
|
}
|
|
1265
|
-
n.length = 0, this.dispatching = !1,
|
|
1279
|
+
n.length = 0, this.dispatching = !1, Se();
|
|
1266
1280
|
}
|
|
1267
1281
|
}, t.then = function(i, r) {
|
|
1268
1282
|
if (i && typeof i != "function" && !i.call) throw new Error("Promise.then expected a function for success handler");
|
|
@@ -1301,7 +1315,7 @@ function br() {
|
|
|
1301
1315
|
}, t.lazy = function() {
|
|
1302
1316
|
return this.errorHandled = !0, this;
|
|
1303
1317
|
}, e.resolve = function(i) {
|
|
1304
|
-
return i instanceof e ? i :
|
|
1318
|
+
return i instanceof e ? i : se(i) ? new e(function(r, n) {
|
|
1305
1319
|
return i.then(r, n);
|
|
1306
1320
|
}) : new e().resolve(i);
|
|
1307
1321
|
}, e.reject = function(i) {
|
|
@@ -1325,7 +1339,7 @@ function br() {
|
|
|
1325
1339
|
d[S] = l.value, n -= 1;
|
|
1326
1340
|
continue;
|
|
1327
1341
|
}
|
|
1328
|
-
} else if (!
|
|
1342
|
+
} else if (!se(l)) {
|
|
1329
1343
|
d[S] = l, n -= 1;
|
|
1330
1344
|
continue;
|
|
1331
1345
|
}
|
|
@@ -1336,7 +1350,7 @@ function br() {
|
|
|
1336
1350
|
var r = {}, n = [], d = function(S) {
|
|
1337
1351
|
if (i.hasOwnProperty(S)) {
|
|
1338
1352
|
var l = i[S];
|
|
1339
|
-
|
|
1353
|
+
se(l) ? n.push(l.then(function(p) {
|
|
1340
1354
|
r[S] = p;
|
|
1341
1355
|
})) : r[S] = l;
|
|
1342
1356
|
}
|
|
@@ -1349,9 +1363,9 @@ function br() {
|
|
|
1349
1363
|
return e.all(i.map(r));
|
|
1350
1364
|
}, e.onPossiblyUnhandledException = function(i) {
|
|
1351
1365
|
return function(r) {
|
|
1352
|
-
return
|
|
1366
|
+
return pe.push(r), {
|
|
1353
1367
|
cancel: function() {
|
|
1354
|
-
|
|
1368
|
+
pe.splice(pe.indexOf(r), 1);
|
|
1355
1369
|
}
|
|
1356
1370
|
};
|
|
1357
1371
|
}(i);
|
|
@@ -1362,18 +1376,18 @@ function br() {
|
|
|
1362
1376
|
try {
|
|
1363
1377
|
d = i.apply(r, n || []);
|
|
1364
1378
|
} catch (c) {
|
|
1365
|
-
return
|
|
1379
|
+
return Se(), e.reject(c);
|
|
1366
1380
|
}
|
|
1367
|
-
return
|
|
1381
|
+
return Se(), e.resolve(d);
|
|
1368
1382
|
}, e.delay = function(i) {
|
|
1369
1383
|
return new e(function(r) {
|
|
1370
1384
|
setTimeout(r, i);
|
|
1371
1385
|
});
|
|
1372
1386
|
}, e.isPromise = function(i) {
|
|
1373
|
-
return !!(i && i instanceof e) ||
|
|
1387
|
+
return !!(i && i instanceof e) || se(i);
|
|
1374
1388
|
}, e.flush = function() {
|
|
1375
1389
|
return function(i) {
|
|
1376
|
-
var r =
|
|
1390
|
+
var r = le = le || new i();
|
|
1377
1391
|
return ni(), r;
|
|
1378
1392
|
}(e);
|
|
1379
1393
|
}, e;
|
|
@@ -1385,7 +1399,7 @@ function br() {
|
|
|
1385
1399
|
}
|
|
1386
1400
|
return -1;
|
|
1387
1401
|
}
|
|
1388
|
-
var
|
|
1402
|
+
var Ue = function() {
|
|
1389
1403
|
function e() {
|
|
1390
1404
|
if (this.name = void 0, this.weakmap = void 0, this.keys = void 0, this.values = void 0, this.name = "__weakmap_" + (1e9 * Math.random() >>> 0) + "__", function() {
|
|
1391
1405
|
if (typeof WeakMap == "undefined" || Object.freeze === void 0) return !1;
|
|
@@ -1497,7 +1511,7 @@ function br() {
|
|
|
1497
1511
|
}
|
|
1498
1512
|
return e.__name__ = e.displayName = t, e;
|
|
1499
1513
|
}
|
|
1500
|
-
function
|
|
1514
|
+
function te() {
|
|
1501
1515
|
var e = "0123456789abcdef";
|
|
1502
1516
|
return "uid_" + "xxxxxxxxxx".replace(/./g, function() {
|
|
1503
1517
|
return e.charAt(Math.floor(Math.random() * e.length));
|
|
@@ -1514,9 +1528,9 @@ function br() {
|
|
|
1514
1528
|
try {
|
|
1515
1529
|
return JSON.stringify([].slice.call(e), function(t, i) {
|
|
1516
1530
|
return typeof i == "function" ? "memoize[" + function(r) {
|
|
1517
|
-
if (Re = Re || new
|
|
1531
|
+
if (Re = Re || new Ue(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
|
|
1518
1532
|
var n = Re.get(r);
|
|
1519
|
-
return n || (n = typeof r + ":" +
|
|
1533
|
+
return n || (n = typeof r + ":" + te(), Re.set(r, n)), n;
|
|
1520
1534
|
}(i) + "]" : typeof window != "undefined" && i instanceof window.Element || i !== null && typeof i == "object" && i.nodeType === 1 && typeof i.style == "object" && typeof i.ownerDocument == "object" ? {} : i;
|
|
1521
1535
|
});
|
|
1522
1536
|
} catch (t) {
|
|
@@ -1526,20 +1540,20 @@ function br() {
|
|
|
1526
1540
|
function Zi() {
|
|
1527
1541
|
return {};
|
|
1528
1542
|
}
|
|
1529
|
-
var
|
|
1530
|
-
function
|
|
1543
|
+
var ue = 0, ai = 0;
|
|
1544
|
+
function Ce(e, t) {
|
|
1531
1545
|
t === void 0 && (t = {});
|
|
1532
|
-
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, d, c, S =
|
|
1533
|
-
|
|
1546
|
+
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, d, c, S = ue;
|
|
1547
|
+
ue += 1;
|
|
1534
1548
|
var l = function() {
|
|
1535
1549
|
for (var p = arguments.length, P = new Array(p), C = 0; C < p; C++) P[C] = arguments[C];
|
|
1536
|
-
S < ai && (d = null, c = null, S =
|
|
1550
|
+
S < ai && (d = null, c = null, S = ue, ue += 1);
|
|
1537
1551
|
var h;
|
|
1538
|
-
h = r ? (c = c || new
|
|
1552
|
+
h = r ? (c = c || new Ue()).getOrSet(this, Zi) : d = d || {};
|
|
1539
1553
|
var $;
|
|
1540
1554
|
try {
|
|
1541
1555
|
$ = fi(P);
|
|
1542
|
-
} catch (
|
|
1556
|
+
} catch (A) {
|
|
1543
1557
|
return e.apply(this, arguments);
|
|
1544
1558
|
}
|
|
1545
1559
|
var w = h[$];
|
|
@@ -1554,8 +1568,8 @@ function br() {
|
|
|
1554
1568
|
d = null, c = null;
|
|
1555
1569
|
}, si(l, (t.name || oi(e)) + "::memoized");
|
|
1556
1570
|
}
|
|
1557
|
-
|
|
1558
|
-
ai =
|
|
1571
|
+
Ce.clear = function() {
|
|
1572
|
+
ai = ue;
|
|
1559
1573
|
};
|
|
1560
1574
|
function Xi(e) {
|
|
1561
1575
|
var t = {};
|
|
@@ -1572,9 +1586,9 @@ function br() {
|
|
|
1572
1586
|
t = {};
|
|
1573
1587
|
}, si(i, oi(e) + "::promiseMemoized");
|
|
1574
1588
|
}
|
|
1575
|
-
function
|
|
1589
|
+
function fe() {
|
|
1576
1590
|
}
|
|
1577
|
-
function
|
|
1591
|
+
function he(e, t) {
|
|
1578
1592
|
if (t === void 0 && (t = 1), t >= 3) return "stringifyError stack overflow";
|
|
1579
1593
|
try {
|
|
1580
1594
|
if (!e) return "<unknown error: " + {}.toString.call(e) + ">";
|
|
@@ -1588,22 +1602,22 @@ function br() {
|
|
|
1588
1602
|
}
|
|
1589
1603
|
return e && e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
|
|
1590
1604
|
} catch (n) {
|
|
1591
|
-
return "Error while stringifying error: " +
|
|
1605
|
+
return "Error while stringifying error: " + he(n, t + 1);
|
|
1592
1606
|
}
|
|
1593
1607
|
}
|
|
1594
1608
|
function di(e) {
|
|
1595
1609
|
return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
|
|
1596
1610
|
}
|
|
1597
|
-
|
|
1611
|
+
Ce(function(e) {
|
|
1598
1612
|
if (Object.values) return Object.values(e);
|
|
1599
1613
|
var t = [];
|
|
1600
1614
|
for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
|
|
1601
1615
|
return t;
|
|
1602
1616
|
});
|
|
1603
|
-
function
|
|
1617
|
+
function ze(e) {
|
|
1604
1618
|
return {}.toString.call(e) === "[object RegExp]";
|
|
1605
1619
|
}
|
|
1606
|
-
function
|
|
1620
|
+
function Pe(e, t, i) {
|
|
1607
1621
|
if (e.hasOwnProperty(t)) return e[t];
|
|
1608
1622
|
var r = i();
|
|
1609
1623
|
return e[t] = r, r;
|
|
@@ -1619,7 +1633,7 @@ function br() {
|
|
|
1619
1633
|
function li() {
|
|
1620
1634
|
return !!document.body && document.readyState === "interactive";
|
|
1621
1635
|
}
|
|
1622
|
-
|
|
1636
|
+
Ce(function() {
|
|
1623
1637
|
return new E(function(e) {
|
|
1624
1638
|
if (pi() || li()) return e();
|
|
1625
1639
|
var t = setInterval(function() {
|
|
@@ -1628,7 +1642,7 @@ function br() {
|
|
|
1628
1642
|
}, 10);
|
|
1629
1643
|
});
|
|
1630
1644
|
});
|
|
1631
|
-
var xe = typeof document != "undefined" ? document.currentScript : null, et =
|
|
1645
|
+
var xe = typeof document != "undefined" ? document.currentScript : null, et = Ce(function() {
|
|
1632
1646
|
if (xe || (xe = function() {
|
|
1633
1647
|
try {
|
|
1634
1648
|
var e = function() {
|
|
@@ -1647,8 +1661,8 @@ function br() {
|
|
|
1647
1661
|
}
|
|
1648
1662
|
}())) return xe;
|
|
1649
1663
|
throw new Error("Can not determine current script");
|
|
1650
|
-
}), it =
|
|
1651
|
-
|
|
1664
|
+
}), it = te();
|
|
1665
|
+
Ce(function() {
|
|
1652
1666
|
var e;
|
|
1653
1667
|
try {
|
|
1654
1668
|
e = et();
|
|
@@ -1669,10 +1683,10 @@ function br() {
|
|
|
1669
1683
|
dataset: e.dataset
|
|
1670
1684
|
}));
|
|
1671
1685
|
t = "uid_" + i.slice(i.length - 30);
|
|
1672
|
-
} else t =
|
|
1686
|
+
} else t = te();
|
|
1673
1687
|
return e.setAttribute("data-uid-auto", t), t;
|
|
1674
1688
|
});
|
|
1675
|
-
function
|
|
1689
|
+
function ge(e) {
|
|
1676
1690
|
e === void 0 && (e = window);
|
|
1677
1691
|
var t = "__post_robot_10_0_46__";
|
|
1678
1692
|
return e !== window ? e[t] : e[t] = e[t] || {};
|
|
@@ -1680,8 +1694,8 @@ function br() {
|
|
|
1680
1694
|
var Si = function() {
|
|
1681
1695
|
return {};
|
|
1682
1696
|
};
|
|
1683
|
-
function
|
|
1684
|
-
return e === void 0 && (e = "store"), t === void 0 && (t = Si),
|
|
1697
|
+
function z(e, t) {
|
|
1698
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), Pe(ge(), e, function() {
|
|
1685
1699
|
var i = t();
|
|
1686
1700
|
return {
|
|
1687
1701
|
has: function(r) {
|
|
@@ -1697,7 +1711,7 @@ function br() {
|
|
|
1697
1711
|
delete i[r];
|
|
1698
1712
|
},
|
|
1699
1713
|
getOrSet: function(r, n) {
|
|
1700
|
-
return
|
|
1714
|
+
return Pe(i, r, n);
|
|
1701
1715
|
},
|
|
1702
1716
|
reset: function() {
|
|
1703
1717
|
i = t();
|
|
@@ -1711,12 +1725,12 @@ function br() {
|
|
|
1711
1725
|
var tt = function() {
|
|
1712
1726
|
};
|
|
1713
1727
|
function Ee() {
|
|
1714
|
-
var e =
|
|
1728
|
+
var e = ge();
|
|
1715
1729
|
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new tt(), e.WINDOW_WILDCARD;
|
|
1716
1730
|
}
|
|
1717
1731
|
function V(e, t) {
|
|
1718
|
-
return e === void 0 && (e = "store"), t === void 0 && (t = Si),
|
|
1719
|
-
var i = new
|
|
1732
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), z("windowStore").getOrSet(e, function() {
|
|
1733
|
+
var i = new Ue(), r = function(n) {
|
|
1720
1734
|
return i.getOrSet(n, t);
|
|
1721
1735
|
};
|
|
1722
1736
|
return {
|
|
@@ -1734,13 +1748,13 @@ function br() {
|
|
|
1734
1748
|
delete r(n)[e];
|
|
1735
1749
|
},
|
|
1736
1750
|
getOrSet: function(n, d) {
|
|
1737
|
-
return
|
|
1751
|
+
return Pe(r(n), e, d);
|
|
1738
1752
|
}
|
|
1739
1753
|
};
|
|
1740
1754
|
});
|
|
1741
1755
|
}
|
|
1742
1756
|
function ui() {
|
|
1743
|
-
return
|
|
1757
|
+
return z("instance").getOrSet("instanceID", te);
|
|
1744
1758
|
}
|
|
1745
1759
|
function Ci(e, t) {
|
|
1746
1760
|
var i = t.domain, r = V("helloPromises"), n = r.get(e);
|
|
@@ -1752,7 +1766,7 @@ function br() {
|
|
|
1752
1766
|
});
|
|
1753
1767
|
return r.set(e, d), d;
|
|
1754
1768
|
}
|
|
1755
|
-
function
|
|
1769
|
+
function Fe(e, t) {
|
|
1756
1770
|
return (0, t.send)(e, "postrobot_hello", {
|
|
1757
1771
|
instanceID: ui()
|
|
1758
1772
|
}, {
|
|
@@ -1772,7 +1786,7 @@ function br() {
|
|
|
1772
1786
|
function hi(e, t) {
|
|
1773
1787
|
var i = t.send;
|
|
1774
1788
|
return V("windowInstanceIDPromises").getOrSet(e, function() {
|
|
1775
|
-
return
|
|
1789
|
+
return Fe(e, {
|
|
1776
1790
|
send: i
|
|
1777
1791
|
}).then(function(r) {
|
|
1778
1792
|
return r.instanceID;
|
|
@@ -1782,13 +1796,13 @@ function br() {
|
|
|
1782
1796
|
function Pi(e) {
|
|
1783
1797
|
V("knownWindows").set(e, !0);
|
|
1784
1798
|
}
|
|
1785
|
-
function
|
|
1799
|
+
function He(e) {
|
|
1786
1800
|
return typeof e == "object" && e !== null && typeof e.__type__ == "string";
|
|
1787
1801
|
}
|
|
1788
1802
|
function gi(e) {
|
|
1789
1803
|
return e === void 0 ? "undefined" : e === null ? "null" : Array.isArray(e) ? "array" : typeof e == "function" ? "function" : typeof e == "object" ? e instanceof Error ? "error" : typeof e.then == "function" ? "promise" : {}.toString.call(e) === "[object RegExp]" ? "regex" : {}.toString.call(e) === "[object Date]" ? "date" : "object" : typeof e == "string" ? "string" : typeof e == "number" ? "number" : typeof e == "boolean" ? "boolean" : void 0;
|
|
1790
1804
|
}
|
|
1791
|
-
function
|
|
1805
|
+
function ae(e, t) {
|
|
1792
1806
|
return {
|
|
1793
1807
|
__type__: e,
|
|
1794
1808
|
__val__: t
|
|
@@ -1796,7 +1810,7 @@ function br() {
|
|
|
1796
1810
|
}
|
|
1797
1811
|
var Y, rt = ((Y = {}).function = function() {
|
|
1798
1812
|
}, Y.error = function(e) {
|
|
1799
|
-
return
|
|
1813
|
+
return ae("error", {
|
|
1800
1814
|
message: e.message,
|
|
1801
1815
|
stack: e.stack,
|
|
1802
1816
|
code: e.code,
|
|
@@ -1804,9 +1818,9 @@ function br() {
|
|
|
1804
1818
|
});
|
|
1805
1819
|
}, Y.promise = function() {
|
|
1806
1820
|
}, Y.regex = function(e) {
|
|
1807
|
-
return
|
|
1821
|
+
return ae("regex", e.source);
|
|
1808
1822
|
}, Y.date = function(e) {
|
|
1809
|
-
return
|
|
1823
|
+
return ae("date", e.toJSON());
|
|
1810
1824
|
}, Y.array = function(e) {
|
|
1811
1825
|
return e;
|
|
1812
1826
|
}, Y.object = function(e) {
|
|
@@ -1820,7 +1834,7 @@ function br() {
|
|
|
1820
1834
|
}, Y.null = function(e) {
|
|
1821
1835
|
return e;
|
|
1822
1836
|
}, Y[void 0] = function(e) {
|
|
1823
|
-
return
|
|
1837
|
+
return ae("undefined", e);
|
|
1824
1838
|
}, Y), nt = {}, J, ot = ((J = {}).function = function() {
|
|
1825
1839
|
throw new Error("Function serialization is not implemented; nothing to deserialize");
|
|
1826
1840
|
}, J.error = function(e) {
|
|
@@ -1855,23 +1869,23 @@ function br() {
|
|
|
1855
1869
|
return clearInterval(t), e(window.document.body);
|
|
1856
1870
|
}, 10);
|
|
1857
1871
|
});
|
|
1858
|
-
function
|
|
1859
|
-
for (var e =
|
|
1872
|
+
function _e() {
|
|
1873
|
+
for (var e = z("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
|
|
1860
1874
|
var r = i[t];
|
|
1861
1875
|
e.get(r).shouldClean() && e.del(r);
|
|
1862
1876
|
}
|
|
1863
1877
|
}
|
|
1864
1878
|
function $i(e, t) {
|
|
1865
|
-
var i = t.send, r = t.id, n = r === void 0 ?
|
|
1866
|
-
if (
|
|
1879
|
+
var i = t.send, r = t.id, n = r === void 0 ? te() : r, d = e.then(function(l) {
|
|
1880
|
+
if (M(l)) return X(l).name;
|
|
1867
1881
|
}), c = e.then(function(l) {
|
|
1868
1882
|
if (q(l)) throw new Error("Window is closed, can not determine type");
|
|
1869
|
-
return
|
|
1883
|
+
return N(l) ? "popup" : "iframe";
|
|
1870
1884
|
});
|
|
1871
|
-
d.catch(
|
|
1885
|
+
d.catch(fe), c.catch(fe);
|
|
1872
1886
|
var S = function() {
|
|
1873
1887
|
return e.then(function(l) {
|
|
1874
|
-
if (!q(l)) return
|
|
1888
|
+
if (!q(l)) return M(l) ? X(l).name : d;
|
|
1875
1889
|
});
|
|
1876
1890
|
};
|
|
1877
1891
|
return {
|
|
@@ -1908,12 +1922,12 @@ function br() {
|
|
|
1908
1922
|
if ($ === "post") return S().then(function(v) {
|
|
1909
1923
|
if (!v) throw new Error("Can not post to window without target name");
|
|
1910
1924
|
(function(b) {
|
|
1911
|
-
var
|
|
1912
|
-
if (
|
|
1913
|
-
var j,
|
|
1914
|
-
Ye.setAttribute("name",
|
|
1925
|
+
var A = b.url, U = b.target, W = b.body, L = b.method, F = L === void 0 ? "post" : L, T = document.createElement("form");
|
|
1926
|
+
if (T.setAttribute("target", U), T.setAttribute("method", F), T.setAttribute("action", A), T.style.display = "none", W) for (var O = 0, Q = Object.keys(W); O < Q.length; O++) {
|
|
1927
|
+
var j, $e = Q[O], Ye = document.createElement("input");
|
|
1928
|
+
Ye.setAttribute("name", $e), Ye.setAttribute("value", (j = W[$e]) == null ? void 0 : j.toString()), T.appendChild(Ye);
|
|
1915
1929
|
}
|
|
1916
|
-
ci().appendChild(
|
|
1930
|
+
ci().appendChild(T), T.submit(), ci().removeChild(T);
|
|
1917
1931
|
})({
|
|
1918
1932
|
url: l,
|
|
1919
1933
|
target: v,
|
|
@@ -1922,7 +1936,7 @@ function br() {
|
|
|
1922
1936
|
});
|
|
1923
1937
|
});
|
|
1924
1938
|
if ($ !== "get") throw new Error("Unsupported method: " + $);
|
|
1925
|
-
if (
|
|
1939
|
+
if (M(P)) try {
|
|
1926
1940
|
if (P.location && typeof P.location.replace == "function") {
|
|
1927
1941
|
P.location.replace(l);
|
|
1928
1942
|
return;
|
|
@@ -1934,7 +1948,7 @@ function br() {
|
|
|
1934
1948
|
},
|
|
1935
1949
|
setName: function(l) {
|
|
1936
1950
|
return e.then(function(p) {
|
|
1937
|
-
var P =
|
|
1951
|
+
var P = M(p), C = ti(p);
|
|
1938
1952
|
if (!P) throw new Error("Can not set name for cross-domain window: " + l);
|
|
1939
1953
|
X(p).name = l, C && C.setAttribute("name", l), d = E.resolve(l);
|
|
1940
1954
|
});
|
|
@@ -1946,7 +1960,7 @@ function br() {
|
|
|
1946
1960
|
var r = i.send, n = i.win, d = i.serializedWindow;
|
|
1947
1961
|
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new E(), this.serializedWindow = d || $i(this.actualWindowPromise, {
|
|
1948
1962
|
send: r
|
|
1949
|
-
}),
|
|
1963
|
+
}), z("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
|
|
1950
1964
|
send: r
|
|
1951
1965
|
});
|
|
1952
1966
|
}
|
|
@@ -2026,12 +2040,12 @@ function br() {
|
|
|
2026
2040
|
return e.isProxyWindow(i) ? i.unwrap() : i;
|
|
2027
2041
|
}, e.serialize = function(i, r) {
|
|
2028
2042
|
var n = r.send;
|
|
2029
|
-
return
|
|
2043
|
+
return _e(), e.toProxyWindow(i, {
|
|
2030
2044
|
send: n
|
|
2031
2045
|
}).serialize();
|
|
2032
2046
|
}, e.deserialize = function(i, r) {
|
|
2033
2047
|
var n = r.send;
|
|
2034
|
-
return
|
|
2048
|
+
return _e(), z("idToProxyWindow").get(i.id) || new e({
|
|
2035
2049
|
serializedWindow: i,
|
|
2036
2050
|
send: n
|
|
2037
2051
|
});
|
|
@@ -2039,7 +2053,7 @@ function br() {
|
|
|
2039
2053
|
return !!(i && !Te(i) && i.isProxyWindow);
|
|
2040
2054
|
}, e.toProxyWindow = function(i, r) {
|
|
2041
2055
|
var n = r.send;
|
|
2042
|
-
if (
|
|
2056
|
+
if (_e(), e.isProxyWindow(i)) return i;
|
|
2043
2057
|
var d = i;
|
|
2044
2058
|
return V("winToProxyWindow").get(d) || new e({
|
|
2045
2059
|
win: d,
|
|
@@ -2048,7 +2062,7 @@ function br() {
|
|
|
2048
2062
|
}, e;
|
|
2049
2063
|
}();
|
|
2050
2064
|
function qe(e, t, i, r, n) {
|
|
2051
|
-
var d = V("methodStore"), c =
|
|
2065
|
+
var d = V("methodStore"), c = z("proxyWindowMethods");
|
|
2052
2066
|
K.isProxyWindow(r) ? c.set(e, {
|
|
2053
2067
|
val: t,
|
|
2054
2068
|
name: i,
|
|
@@ -2064,7 +2078,7 @@ function br() {
|
|
|
2064
2078
|
});
|
|
2065
2079
|
}
|
|
2066
2080
|
function mi(e, t) {
|
|
2067
|
-
var i = V("methodStore"), r =
|
|
2081
|
+
var i = V("methodStore"), r = z("proxyWindowMethods");
|
|
2068
2082
|
return i.getOrSet(e, function() {
|
|
2069
2083
|
return {};
|
|
2070
2084
|
})[t] || r.get(t);
|
|
@@ -2073,53 +2087,53 @@ function br() {
|
|
|
2073
2087
|
c = (d = {
|
|
2074
2088
|
on: n.on,
|
|
2075
2089
|
send: n.send
|
|
2076
|
-
}).on, S = d.send,
|
|
2090
|
+
}).on, S = d.send, z("builtinListeners").getOrSet("functionCalls", function() {
|
|
2077
2091
|
return c("postrobot_method", {
|
|
2078
2092
|
domain: "*"
|
|
2079
2093
|
}, function(P) {
|
|
2080
2094
|
var C = P.source, h = P.origin, $ = P.data, w = $.id, v = $.name, b = mi(C, w);
|
|
2081
|
-
if (!b) throw new Error("Could not find method '" + v + "' with id: " + $.id + " in " +
|
|
2082
|
-
var
|
|
2095
|
+
if (!b) throw new Error("Could not find method '" + v + "' with id: " + $.id + " in " + D(window));
|
|
2096
|
+
var A = b.source, U = b.domain, W = b.val;
|
|
2083
2097
|
return E.try(function() {
|
|
2084
|
-
if (!
|
|
2085
|
-
if (K.isProxyWindow(
|
|
2098
|
+
if (!ie(U, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(ze(b.domain) ? b.domain.source : b.domain) + " does not match origin " + h + " in " + D(window));
|
|
2099
|
+
if (K.isProxyWindow(A)) return A.matchWindow(C, {
|
|
2086
2100
|
send: S
|
|
2087
|
-
}).then(function(
|
|
2088
|
-
if (!
|
|
2101
|
+
}).then(function(L) {
|
|
2102
|
+
if (!L) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " + D(window));
|
|
2089
2103
|
});
|
|
2090
2104
|
}).then(function() {
|
|
2091
|
-
return
|
|
2105
|
+
return W.apply({
|
|
2092
2106
|
source: C,
|
|
2093
2107
|
origin: h
|
|
2094
2108
|
}, $.args);
|
|
2095
|
-
}, function(
|
|
2109
|
+
}, function(L) {
|
|
2096
2110
|
return E.try(function() {
|
|
2097
|
-
if (
|
|
2111
|
+
if (W.onError) return W.onError(L);
|
|
2098
2112
|
}).then(function() {
|
|
2099
|
-
throw
|
|
2100
|
-
return
|
|
2101
|
-
return typeof
|
|
2113
|
+
throw L.stack && (L.stack = "Remote call to " + v + "(" + function(F) {
|
|
2114
|
+
return F === void 0 && (F = []), (T = F, [].slice.call(T)).map(function(O) {
|
|
2115
|
+
return typeof O == "string" ? "'" + O + "'" : O === void 0 ? "undefined" : O === null ? "null" : typeof O == "boolean" ? O.toString() : Array.isArray(O) ? "[ ... ]" : typeof O == "object" ? "{ ... }" : typeof O == "function" ? "() => { ... }" : "<" + typeof O + ">";
|
|
2102
2116
|
}).join(", ");
|
|
2103
|
-
var
|
|
2117
|
+
var T;
|
|
2104
2118
|
}($.args) + `) failed
|
|
2105
2119
|
|
|
2106
|
-
` +
|
|
2120
|
+
` + L.stack), L;
|
|
2107
2121
|
});
|
|
2108
|
-
}).then(function(
|
|
2122
|
+
}).then(function(L) {
|
|
2109
2123
|
return {
|
|
2110
|
-
result:
|
|
2124
|
+
result: L,
|
|
2111
2125
|
id: w,
|
|
2112
2126
|
name: v
|
|
2113
2127
|
};
|
|
2114
2128
|
});
|
|
2115
2129
|
});
|
|
2116
2130
|
});
|
|
2117
|
-
var d, c, S, l = i.__id__ ||
|
|
2131
|
+
var d, c, S, l = i.__id__ || te();
|
|
2118
2132
|
e = K.unwrap(e);
|
|
2119
2133
|
var p = i.__name__ || i.name || r;
|
|
2120
2134
|
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), K.isProxyWindow(e) ? (qe(l, i, p, e, t), e.awaitWindow().then(function(P) {
|
|
2121
2135
|
qe(l, i, p, P, t);
|
|
2122
|
-
})) : qe(l, i, p, e, t),
|
|
2136
|
+
})) : qe(l, i, p, e, t), ae("cross_domain_function", {
|
|
2123
2137
|
id: l,
|
|
2124
2138
|
name: p
|
|
2125
2139
|
});
|
|
@@ -2130,7 +2144,7 @@ function br() {
|
|
|
2130
2144
|
l === void 0 && (l = nt);
|
|
2131
2145
|
var p = JSON.stringify(S, function(P) {
|
|
2132
2146
|
var C = this[P];
|
|
2133
|
-
if (
|
|
2147
|
+
if (He(this)) return C;
|
|
2134
2148
|
var h = gi(C);
|
|
2135
2149
|
if (!h) return C;
|
|
2136
2150
|
var $ = l[h] || rt[h];
|
|
@@ -2139,7 +2153,7 @@ function br() {
|
|
|
2139
2153
|
return p === void 0 ? "undefined" : p;
|
|
2140
2154
|
}(i, ((n = {}).promise = function(S, l) {
|
|
2141
2155
|
return function(p, P, C, h, $) {
|
|
2142
|
-
return
|
|
2156
|
+
return ae("cross_domain_zalgo_promise", {
|
|
2143
2157
|
then: yi(p, P, function(w, v) {
|
|
2144
2158
|
return C.then(w, v);
|
|
2145
2159
|
}, h, {
|
|
@@ -2157,7 +2171,7 @@ function br() {
|
|
|
2157
2171
|
send: c
|
|
2158
2172
|
});
|
|
2159
2173
|
}, n.object = function(S) {
|
|
2160
|
-
return Te(S) || K.isProxyWindow(S) ?
|
|
2174
|
+
return Te(S) || K.isProxyWindow(S) ? ae("cross_domain_window", K.serialize(S, {
|
|
2161
2175
|
send: c
|
|
2162
2176
|
})) : S;
|
|
2163
2177
|
}, n));
|
|
@@ -2166,9 +2180,9 @@ function br() {
|
|
|
2166
2180
|
var n, d = r.send;
|
|
2167
2181
|
return function(c, S) {
|
|
2168
2182
|
if (S === void 0 && (S = st), c !== "undefined") return JSON.parse(c, function(l, p) {
|
|
2169
|
-
if (
|
|
2183
|
+
if (He(this)) return p;
|
|
2170
2184
|
var P, C;
|
|
2171
|
-
if (
|
|
2185
|
+
if (He(p) ? (P = p.__type__, C = p.__val__) : (P = gi(p), C = p), !P) return C;
|
|
2172
2186
|
var h = S[P] || ot[P];
|
|
2173
2187
|
return h ? h(C, l) : C;
|
|
2174
2188
|
});
|
|
@@ -2180,39 +2194,39 @@ function br() {
|
|
|
2180
2194
|
return function(S, l, p, P) {
|
|
2181
2195
|
var C = p.id, h = p.name, $ = P.send, w = function(b) {
|
|
2182
2196
|
b === void 0 && (b = {});
|
|
2183
|
-
function
|
|
2184
|
-
var
|
|
2197
|
+
function A() {
|
|
2198
|
+
var U = arguments;
|
|
2185
2199
|
return K.toProxyWindow(S, {
|
|
2186
2200
|
send: $
|
|
2187
|
-
}).awaitWindow().then(function(
|
|
2188
|
-
var
|
|
2189
|
-
if (
|
|
2201
|
+
}).awaitWindow().then(function(W) {
|
|
2202
|
+
var L = mi(W, C);
|
|
2203
|
+
if (L && L.val !== A) return L.val.apply({
|
|
2190
2204
|
source: window,
|
|
2191
|
-
origin:
|
|
2192
|
-
},
|
|
2193
|
-
var
|
|
2194
|
-
return b.fireAndForget ? $(
|
|
2205
|
+
origin: D()
|
|
2206
|
+
}, U);
|
|
2207
|
+
var F = [].slice.call(U);
|
|
2208
|
+
return b.fireAndForget ? $(W, "postrobot_method", {
|
|
2195
2209
|
id: C,
|
|
2196
2210
|
name: h,
|
|
2197
|
-
args:
|
|
2211
|
+
args: F
|
|
2198
2212
|
}, {
|
|
2199
2213
|
domain: l,
|
|
2200
2214
|
fireAndForget: !0
|
|
2201
|
-
}) : $(
|
|
2215
|
+
}) : $(W, "postrobot_method", {
|
|
2202
2216
|
id: C,
|
|
2203
2217
|
name: h,
|
|
2204
|
-
args:
|
|
2218
|
+
args: F
|
|
2205
2219
|
}, {
|
|
2206
2220
|
domain: l,
|
|
2207
2221
|
fireAndForget: !1
|
|
2208
|
-
}).then(function(
|
|
2209
|
-
return
|
|
2222
|
+
}).then(function(T) {
|
|
2223
|
+
return T.data.result;
|
|
2210
2224
|
});
|
|
2211
|
-
}).catch(function(
|
|
2212
|
-
throw
|
|
2225
|
+
}).catch(function(W) {
|
|
2226
|
+
throw W;
|
|
2213
2227
|
});
|
|
2214
2228
|
}
|
|
2215
|
-
return
|
|
2229
|
+
return A.__name__ = h, A.__origin__ = l, A.__source__ = S, A.__id__ = C, A.origin = l, A;
|
|
2216
2230
|
}, v = w();
|
|
2217
2231
|
return v.fireAndForget = w({
|
|
2218
2232
|
fireAndForget: !0
|
|
@@ -2254,23 +2268,23 @@ function br() {
|
|
|
2254
2268
|
if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
|
|
2255
2269
|
|
|
2256
2270
|
` + P.map(function($, w) {
|
|
2257
|
-
return w + ". " +
|
|
2271
|
+
return w + ". " + he($);
|
|
2258
2272
|
}).join(`
|
|
2259
2273
|
|
|
2260
2274
|
`));
|
|
2261
2275
|
}), c.flush.then(function() {
|
|
2262
2276
|
delete c.flush;
|
|
2263
2277
|
});
|
|
2264
|
-
}).then(
|
|
2278
|
+
}).then(fe);
|
|
2265
2279
|
}
|
|
2266
2280
|
function wi(e) {
|
|
2267
|
-
return
|
|
2281
|
+
return z("responseListeners").get(e);
|
|
2268
2282
|
}
|
|
2269
2283
|
function Ii(e) {
|
|
2270
|
-
|
|
2284
|
+
z("responseListeners").del(e);
|
|
2271
2285
|
}
|
|
2272
2286
|
function Ti(e) {
|
|
2273
|
-
return
|
|
2287
|
+
return z("erroredResponseListeners").has(e);
|
|
2274
2288
|
}
|
|
2275
2289
|
function ki(e) {
|
|
2276
2290
|
var t = e.name, i = e.win, r = e.domain, n = V("requestListeners");
|
|
@@ -2286,7 +2300,7 @@ function br() {
|
|
|
2286
2300
|
if (p[r]) return p[r];
|
|
2287
2301
|
if (p.__domain_regex__) for (var P = 0, C = p.__domain_regex__; P < C.length; P++) {
|
|
2288
2302
|
var h = C[P], $ = h.listener;
|
|
2289
|
-
if (
|
|
2303
|
+
if (ie(h.regex, r)) return $;
|
|
2290
2304
|
}
|
|
2291
2305
|
}
|
|
2292
2306
|
if (p["*"]) return p["*"];
|
|
@@ -2305,8 +2319,8 @@ function br() {
|
|
|
2305
2319
|
return E.flush().then(function() {
|
|
2306
2320
|
if (!i.fireAndForget && !q(e)) try {
|
|
2307
2321
|
return Ve(e, t, {
|
|
2308
|
-
id:
|
|
2309
|
-
origin:
|
|
2322
|
+
id: te(),
|
|
2323
|
+
origin: D(window),
|
|
2310
2324
|
type: "postrobot_message_response",
|
|
2311
2325
|
hash: i.hash,
|
|
2312
2326
|
name: i.name,
|
|
@@ -2318,17 +2332,17 @@ function br() {
|
|
|
2318
2332
|
send: d
|
|
2319
2333
|
});
|
|
2320
2334
|
} catch (h) {
|
|
2321
|
-
throw new Error("Send response message failed for " + S + " in " +
|
|
2335
|
+
throw new Error("Send response message failed for " + S + " in " + D() + `
|
|
2322
2336
|
|
|
2323
|
-
` +
|
|
2337
|
+
` + he(h));
|
|
2324
2338
|
}
|
|
2325
2339
|
});
|
|
2326
2340
|
}
|
|
2327
2341
|
return E.all([E.flush().then(function() {
|
|
2328
2342
|
if (!i.fireAndForget && !q(e)) try {
|
|
2329
2343
|
return Ve(e, t, {
|
|
2330
|
-
id:
|
|
2331
|
-
origin:
|
|
2344
|
+
id: te(),
|
|
2345
|
+
origin: D(window),
|
|
2332
2346
|
type: "postrobot_message_ack",
|
|
2333
2347
|
hash: i.hash,
|
|
2334
2348
|
name: i.name
|
|
@@ -2337,9 +2351,9 @@ function br() {
|
|
|
2337
2351
|
send: d
|
|
2338
2352
|
});
|
|
2339
2353
|
} catch (p) {
|
|
2340
|
-
throw new Error("Send ack message failed for " + S + " in " +
|
|
2354
|
+
throw new Error("Send ack message failed for " + S + " in " + D() + `
|
|
2341
2355
|
|
|
2342
|
-
` +
|
|
2356
|
+
` + he(p));
|
|
2343
2357
|
}
|
|
2344
2358
|
}), E.try(function() {
|
|
2345
2359
|
if (!c) throw new Error("No handler found for post message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
|
|
@@ -2352,7 +2366,7 @@ function br() {
|
|
|
2352
2366
|
return l("success", p);
|
|
2353
2367
|
}, function(p) {
|
|
2354
2368
|
return l("error", null, p);
|
|
2355
|
-
})]).then(
|
|
2369
|
+
})]).then(fe).catch(function(p) {
|
|
2356
2370
|
if (c && c.handleError) return c.handleError(p);
|
|
2357
2371
|
throw p;
|
|
2358
2372
|
});
|
|
@@ -2362,7 +2376,7 @@ function br() {
|
|
|
2362
2376
|
var r = wi(i.hash);
|
|
2363
2377
|
if (!r) throw new Error("No handler found for post message ack for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
|
|
2364
2378
|
try {
|
|
2365
|
-
if (!
|
|
2379
|
+
if (!ie(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
|
|
2366
2380
|
if (e !== r.win) throw new Error("Ack source does not match registered window");
|
|
2367
2381
|
} catch (n) {
|
|
2368
2382
|
r.promise.reject(n);
|
|
@@ -2374,7 +2388,7 @@ function br() {
|
|
|
2374
2388
|
if (!Ti(i.hash)) {
|
|
2375
2389
|
var r = wi(i.hash);
|
|
2376
2390
|
if (!r) throw new Error("No handler found for post message response for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
|
|
2377
|
-
if (!
|
|
2391
|
+
if (!ie(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
|
|
2378
2392
|
var n;
|
|
2379
2393
|
if (e !== r.win) throw new Error("Response source does not match registered window");
|
|
2380
2394
|
Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
|
|
@@ -2385,7 +2399,7 @@ function br() {
|
|
|
2385
2399
|
}
|
|
2386
2400
|
}
|
|
2387
2401
|
function Ri(e, t) {
|
|
2388
|
-
var i = t.on, r = t.send, n =
|
|
2402
|
+
var i = t.on, r = t.send, n = z("receivedMessages");
|
|
2389
2403
|
try {
|
|
2390
2404
|
if (!window || window.closed || !e.source) return;
|
|
2391
2405
|
} catch (P) {
|
|
@@ -2398,12 +2412,12 @@ function br() {
|
|
|
2398
2412
|
on: w,
|
|
2399
2413
|
send: v
|
|
2400
2414
|
});
|
|
2401
|
-
} catch (
|
|
2415
|
+
} catch (U) {
|
|
2402
2416
|
return;
|
|
2403
2417
|
}
|
|
2404
2418
|
if (b && typeof b == "object" && b !== null) {
|
|
2405
|
-
var
|
|
2406
|
-
if (Array.isArray(
|
|
2419
|
+
var A = b.__post_robot_10_0_46__;
|
|
2420
|
+
if (Array.isArray(A)) return A;
|
|
2407
2421
|
}
|
|
2408
2422
|
}(e.data, d, c, {
|
|
2409
2423
|
on: i,
|
|
@@ -2428,7 +2442,7 @@ function br() {
|
|
|
2428
2442
|
}
|
|
2429
2443
|
}
|
|
2430
2444
|
}
|
|
2431
|
-
function
|
|
2445
|
+
function de(e, t, i) {
|
|
2432
2446
|
if (!e) throw new Error("Expected name");
|
|
2433
2447
|
if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
|
|
2434
2448
|
var r = function n(d, c) {
|
|
@@ -2446,7 +2460,7 @@ function br() {
|
|
|
2446
2460
|
cancel: function() {
|
|
2447
2461
|
C.then(function(j) {
|
|
2448
2462
|
return j.cancel();
|
|
2449
|
-
},
|
|
2463
|
+
}, fe);
|
|
2450
2464
|
}
|
|
2451
2465
|
};
|
|
2452
2466
|
}
|
|
@@ -2464,10 +2478,10 @@ function br() {
|
|
|
2464
2478
|
};
|
|
2465
2479
|
}
|
|
2466
2480
|
if (Array.isArray(p)) {
|
|
2467
|
-
for (var b = [],
|
|
2481
|
+
for (var b = [], A = 0, U = p; A < U.length; A++) b.push(n({
|
|
2468
2482
|
name: S,
|
|
2469
2483
|
win: h,
|
|
2470
|
-
domain:
|
|
2484
|
+
domain: U[A]
|
|
2471
2485
|
}, c));
|
|
2472
2486
|
return {
|
|
2473
2487
|
cancel: function() {
|
|
@@ -2475,27 +2489,27 @@ function br() {
|
|
|
2475
2489
|
}
|
|
2476
2490
|
};
|
|
2477
2491
|
}
|
|
2478
|
-
var
|
|
2492
|
+
var W = ki({
|
|
2479
2493
|
name: S,
|
|
2480
2494
|
win: h,
|
|
2481
2495
|
domain: p
|
|
2482
2496
|
});
|
|
2483
2497
|
h && h !== "*" || (h = Ee());
|
|
2484
|
-
var
|
|
2485
|
-
if (
|
|
2486
|
-
var
|
|
2498
|
+
var L = (p = p || "*").toString();
|
|
2499
|
+
if (W) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h === Ee() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + S + " for " + (h === Ee() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
|
|
2500
|
+
var F = P.getOrSet(h, function() {
|
|
2487
2501
|
return {};
|
|
2488
|
-
}),
|
|
2502
|
+
}), T = Pe(F, S, function() {
|
|
2489
2503
|
return {};
|
|
2490
|
-
}),
|
|
2491
|
-
return
|
|
2504
|
+
}), O, Q;
|
|
2505
|
+
return ze(p) ? (O = Pe(T, "__domain_regex__", function() {
|
|
2492
2506
|
return [];
|
|
2493
|
-
})).push(
|
|
2507
|
+
})).push(Q = {
|
|
2494
2508
|
regex: p,
|
|
2495
2509
|
listener: c
|
|
2496
|
-
}) :
|
|
2510
|
+
}) : T[L] = c, {
|
|
2497
2511
|
cancel: function() {
|
|
2498
|
-
delete
|
|
2512
|
+
delete T[L], Q && (O.splice(O.indexOf(Q, 1)), O.length || delete T.__domain_regex__), Object.keys(T).length || delete F[S], h && !Object.keys(F).length && P.del(h);
|
|
2499
2513
|
}
|
|
2500
2514
|
};
|
|
2501
2515
|
}({
|
|
@@ -2519,11 +2533,11 @@ function br() {
|
|
|
2519
2533
|
var r = new E(), n;
|
|
2520
2534
|
return t.errorHandler = function(d) {
|
|
2521
2535
|
n.cancel(), r.reject(d);
|
|
2522
|
-
}, n =
|
|
2536
|
+
}, n = de(e, t, function(d) {
|
|
2523
2537
|
if (n.cancel(), r.resolve(d), i) return i(d);
|
|
2524
2538
|
}), r.cancel = n.cancel, r;
|
|
2525
2539
|
}
|
|
2526
|
-
var
|
|
2540
|
+
var oe = function e(t, i, r, n) {
|
|
2527
2541
|
var d = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
|
|
2528
2542
|
return K.toProxyWindow(t, {
|
|
2529
2543
|
send: e
|
|
@@ -2531,43 +2545,43 @@ function br() {
|
|
|
2531
2545
|
return E.try(function() {
|
|
2532
2546
|
if (function(P, C, h) {
|
|
2533
2547
|
if (!P) throw new Error("Expected name");
|
|
2534
|
-
if (typeof h != "string" && !Array.isArray(h) && !
|
|
2548
|
+
if (typeof h != "string" && !Array.isArray(h) && !ze(h)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(h) + " to be a string, array, or regex");
|
|
2535
2549
|
if (q(C)) throw new Error("Can not send " + P + ". Target window is closed");
|
|
2536
2550
|
}(i, p, d), function(P, C) {
|
|
2537
|
-
var h =
|
|
2551
|
+
var h = ce(C);
|
|
2538
2552
|
if (h) return h === P;
|
|
2539
2553
|
if (C === P || function(v) {
|
|
2540
2554
|
v === void 0 && (v = window);
|
|
2541
2555
|
try {
|
|
2542
2556
|
if (v.top) return v.top;
|
|
2543
|
-
} catch (
|
|
2557
|
+
} catch (W) {
|
|
2544
2558
|
}
|
|
2545
2559
|
if (R(v) === v) return v;
|
|
2546
2560
|
try {
|
|
2547
|
-
if (
|
|
2548
|
-
} catch (
|
|
2561
|
+
if (ne(window, v) && window.top) return window.top;
|
|
2562
|
+
} catch (W) {
|
|
2549
2563
|
}
|
|
2550
2564
|
try {
|
|
2551
|
-
if (
|
|
2552
|
-
} catch (
|
|
2565
|
+
if (ne(v, window) && window.top) return window.top;
|
|
2566
|
+
} catch (W) {
|
|
2553
2567
|
}
|
|
2554
|
-
for (var b = 0,
|
|
2555
|
-
for (var
|
|
2556
|
-
var
|
|
2557
|
-
|
|
2558
|
-
for (var j = 0,
|
|
2568
|
+
for (var b = 0, A = function W(L) {
|
|
2569
|
+
for (var F = [], T = 0, O = ee(L); T < O.length; T++) {
|
|
2570
|
+
var Q = O[T];
|
|
2571
|
+
F.push(Q);
|
|
2572
|
+
for (var j = 0, $e = W(Q); j < $e.length; j++) F.push($e[j]);
|
|
2559
2573
|
}
|
|
2560
|
-
return
|
|
2561
|
-
}(v); b <
|
|
2562
|
-
var
|
|
2574
|
+
return F;
|
|
2575
|
+
}(v); b < A.length; b++) {
|
|
2576
|
+
var U = A[b];
|
|
2563
2577
|
try {
|
|
2564
|
-
if (
|
|
2565
|
-
} catch (
|
|
2578
|
+
if (U.top) return U.top;
|
|
2579
|
+
} catch (W) {
|
|
2566
2580
|
}
|
|
2567
|
-
if (R(
|
|
2581
|
+
if (R(U) === U) return U;
|
|
2568
2582
|
}
|
|
2569
2583
|
}(C) === C) return !1;
|
|
2570
|
-
for (var $ = 0, w =
|
|
2584
|
+
for (var $ = 0, w = ee(P); $ < w.length; $++) if (w[$] === C) return !0;
|
|
2571
2585
|
return !1;
|
|
2572
2586
|
}(window, p)) return function(P, C, h) {
|
|
2573
2587
|
C === void 0 && (C = 5e3), h === void 0 && (h = "Window");
|
|
@@ -2583,13 +2597,13 @@ function br() {
|
|
|
2583
2597
|
var v = w.send;
|
|
2584
2598
|
return E.try(function() {
|
|
2585
2599
|
return typeof h == "string" ? h : E.try(function() {
|
|
2586
|
-
return $ ||
|
|
2600
|
+
return $ || Fe(C, {
|
|
2587
2601
|
send: v
|
|
2588
2602
|
}).then(function(b) {
|
|
2589
2603
|
return b.domain;
|
|
2590
2604
|
});
|
|
2591
2605
|
}).then(function(b) {
|
|
2592
|
-
if (!
|
|
2606
|
+
if (!ie(h, h)) throw new Error("Domain " + di(h) + " does not match " + di(h));
|
|
2593
2607
|
return b;
|
|
2594
2608
|
});
|
|
2595
2609
|
});
|
|
@@ -2597,7 +2611,7 @@ function br() {
|
|
|
2597
2611
|
send: e
|
|
2598
2612
|
});
|
|
2599
2613
|
}).then(function(P) {
|
|
2600
|
-
var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new E(), w = i + "_" +
|
|
2614
|
+
var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new E(), w = i + "_" + te();
|
|
2601
2615
|
if (!l) {
|
|
2602
2616
|
var v = {
|
|
2603
2617
|
name: i,
|
|
@@ -2605,94 +2619,94 @@ function br() {
|
|
|
2605
2619
|
domain: C,
|
|
2606
2620
|
promise: $
|
|
2607
2621
|
};
|
|
2608
|
-
(function(
|
|
2609
|
-
|
|
2622
|
+
(function(T, O) {
|
|
2623
|
+
z("responseListeners").set(T, O);
|
|
2610
2624
|
})(w, v);
|
|
2611
2625
|
var b = V("requestPromises").getOrSet(p, function() {
|
|
2612
2626
|
return [];
|
|
2613
2627
|
});
|
|
2614
2628
|
b.push($), $.catch(function() {
|
|
2615
|
-
(function(
|
|
2616
|
-
|
|
2629
|
+
(function(T) {
|
|
2630
|
+
z("erroredResponseListeners").set(T, !0);
|
|
2617
2631
|
})(w), Ii(w);
|
|
2618
2632
|
});
|
|
2619
|
-
var
|
|
2620
|
-
return V("knownWindows").get(
|
|
2621
|
-
}(p) ? 1e4 : 2e3,
|
|
2622
|
-
var
|
|
2633
|
+
var A = function(T) {
|
|
2634
|
+
return V("knownWindows").get(T, !1);
|
|
2635
|
+
}(p) ? 1e4 : 2e3, U = c, W = A, L = U, F = function(T, O) {
|
|
2636
|
+
var Q;
|
|
2623
2637
|
return function j() {
|
|
2624
|
-
|
|
2638
|
+
Q = setTimeout(function() {
|
|
2625
2639
|
(function() {
|
|
2626
2640
|
if (q(p)) return $.reject(new Error("Window closed for " + i + " before " + (v.ack ? "response" : "ack")));
|
|
2627
2641
|
if (v.cancelled) return $.reject(new Error("Response listener was cancelled for " + i));
|
|
2628
|
-
|
|
2642
|
+
W = Math.max(W - 500, 0), L !== -1 && (L = Math.max(L - 500, 0)), v.ack || W !== 0 ? L === 0 && $.reject(new Error("No response for postMessage " + h + " in " + D() + " in " + U + "ms")) : $.reject(new Error("No ack for postMessage " + h + " in " + D() + " in " + A + "ms"));
|
|
2629
2643
|
})(), j();
|
|
2630
2644
|
}, 500);
|
|
2631
2645
|
}(), {
|
|
2632
2646
|
cancel: function() {
|
|
2633
|
-
clearTimeout(
|
|
2647
|
+
clearTimeout(Q);
|
|
2634
2648
|
}
|
|
2635
2649
|
};
|
|
2636
2650
|
}();
|
|
2637
2651
|
$.finally(function() {
|
|
2638
|
-
|
|
2639
|
-
}).catch(
|
|
2652
|
+
F.cancel(), b.splice(b.indexOf($, 1));
|
|
2653
|
+
}).catch(fe);
|
|
2640
2654
|
}
|
|
2641
2655
|
return Ve(p, C, {
|
|
2642
|
-
id:
|
|
2643
|
-
origin:
|
|
2656
|
+
id: te(),
|
|
2657
|
+
origin: D(window),
|
|
2644
2658
|
type: "postrobot_message_request",
|
|
2645
2659
|
hash: w,
|
|
2646
2660
|
name: i,
|
|
2647
2661
|
data: r,
|
|
2648
2662
|
fireAndForget: l
|
|
2649
2663
|
}, {
|
|
2650
|
-
on:
|
|
2664
|
+
on: de,
|
|
2651
2665
|
send: e
|
|
2652
2666
|
}).then(function() {
|
|
2653
2667
|
return l ? $.resolve() : $;
|
|
2654
|
-
}, function(
|
|
2655
|
-
throw new Error("Send request message failed for " + h + " in " +
|
|
2668
|
+
}, function(T) {
|
|
2669
|
+
throw new Error("Send request message failed for " + h + " in " + D() + `
|
|
2656
2670
|
|
|
2657
|
-
` +
|
|
2671
|
+
` + he(T));
|
|
2658
2672
|
});
|
|
2659
2673
|
});
|
|
2660
2674
|
});
|
|
2661
2675
|
};
|
|
2662
2676
|
function pt(e, t, i) {
|
|
2663
2677
|
return vi(e, t, i, {
|
|
2664
|
-
on:
|
|
2665
|
-
send:
|
|
2678
|
+
on: de,
|
|
2679
|
+
send: oe
|
|
2666
2680
|
});
|
|
2667
2681
|
}
|
|
2668
2682
|
function lt(e, t, i) {
|
|
2669
2683
|
return bi(e, t, i, {
|
|
2670
|
-
send:
|
|
2684
|
+
send: oe
|
|
2671
2685
|
});
|
|
2672
2686
|
}
|
|
2673
2687
|
function St(e) {
|
|
2674
2688
|
return new K({
|
|
2675
|
-
send:
|
|
2689
|
+
send: oe,
|
|
2676
2690
|
win: e
|
|
2677
2691
|
});
|
|
2678
2692
|
}
|
|
2679
2693
|
function ut(e) {
|
|
2680
2694
|
return K.toProxyWindow(e, {
|
|
2681
|
-
send:
|
|
2695
|
+
send: oe
|
|
2682
2696
|
});
|
|
2683
2697
|
}
|
|
2684
2698
|
function xi() {
|
|
2685
|
-
|
|
2686
|
-
on:
|
|
2687
|
-
send:
|
|
2688
|
-
}).on, i = e.send, (r =
|
|
2699
|
+
ge().initialized || (ge().initialized = !0, t = (e = {
|
|
2700
|
+
on: de,
|
|
2701
|
+
send: oe
|
|
2702
|
+
}).on, i = e.send, (r = ge()).receiveMessage = r.receiveMessage || function(n) {
|
|
2689
2703
|
return Ri(n, {
|
|
2690
2704
|
on: t,
|
|
2691
2705
|
send: i
|
|
2692
2706
|
});
|
|
2693
2707
|
}, function(n) {
|
|
2694
2708
|
var d = n.on, c = n.send;
|
|
2695
|
-
|
|
2709
|
+
z().getOrSet("postMessageListener", function() {
|
|
2696
2710
|
return function(S, l, p) {
|
|
2697
2711
|
return S.addEventListener("message", p), {
|
|
2698
2712
|
cancel: function() {
|
|
@@ -2723,11 +2737,11 @@ function br() {
|
|
|
2723
2737
|
});
|
|
2724
2738
|
});
|
|
2725
2739
|
}({
|
|
2726
|
-
on:
|
|
2727
|
-
send:
|
|
2740
|
+
on: de,
|
|
2741
|
+
send: oe
|
|
2728
2742
|
}), function(n) {
|
|
2729
2743
|
var d = n.on, c = n.send;
|
|
2730
|
-
|
|
2744
|
+
z("builtinListeners").getOrSet("helloListener", function() {
|
|
2731
2745
|
var S = d("postrobot_hello", {
|
|
2732
2746
|
domain: "*"
|
|
2733
2747
|
}, function(p) {
|
|
@@ -2736,31 +2750,31 @@ function br() {
|
|
|
2736
2750
|
}), {
|
|
2737
2751
|
instanceID: ui()
|
|
2738
2752
|
};
|
|
2739
|
-
}), l =
|
|
2740
|
-
return l &&
|
|
2753
|
+
}), l = ce();
|
|
2754
|
+
return l && Fe(l, {
|
|
2741
2755
|
send: c
|
|
2742
2756
|
}).catch(function(p) {
|
|
2743
2757
|
}), S;
|
|
2744
2758
|
});
|
|
2745
2759
|
}({
|
|
2746
|
-
on:
|
|
2747
|
-
send:
|
|
2760
|
+
on: de,
|
|
2761
|
+
send: oe
|
|
2748
2762
|
}));
|
|
2749
2763
|
var e, t, i, r;
|
|
2750
2764
|
}
|
|
2751
2765
|
function Ct() {
|
|
2752
2766
|
(function() {
|
|
2753
|
-
for (var t =
|
|
2767
|
+
for (var t = z("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
|
|
2754
2768
|
var n = r[i], d = t.get(n);
|
|
2755
2769
|
d && (d.cancelled = !0), t.del(n);
|
|
2756
2770
|
}
|
|
2757
|
-
})(), (e =
|
|
2771
|
+
})(), (e = z().get("postMessageListener")) && e.cancel();
|
|
2758
2772
|
var e;
|
|
2759
2773
|
delete window.__post_robot_10_0_46__;
|
|
2760
2774
|
}
|
|
2761
2775
|
var ht = !0;
|
|
2762
2776
|
function Pt(e) {
|
|
2763
|
-
for (var t = 0, i = V("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (q(e) ? "closed" : "cleaned up") + " before response")).catch(
|
|
2777
|
+
for (var t = 0, i = V("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (q(e) ? "closed" : "cleaned up") + " before response")).catch(fe);
|
|
2764
2778
|
}
|
|
2765
2779
|
xi();
|
|
2766
2780
|
}]);
|
|
@@ -2768,24 +2782,24 @@ function br() {
|
|
|
2768
2782
|
}(Ae)), Ae.exports;
|
|
2769
2783
|
}
|
|
2770
2784
|
var qi;
|
|
2771
|
-
function
|
|
2785
|
+
function Ir() {
|
|
2772
2786
|
return qi || (qi = 1, function(o) {
|
|
2773
|
-
o.exports =
|
|
2787
|
+
o.exports = wr(), o.exports.default = o.exports;
|
|
2774
2788
|
}(Qe)), Qe.exports;
|
|
2775
2789
|
}
|
|
2776
|
-
var Ki =
|
|
2777
|
-
const
|
|
2790
|
+
var Ki = Ir();
|
|
2791
|
+
const Tr = /* @__PURE__ */ vr(Ki), we = /* @__PURE__ */ wt({
|
|
2778
2792
|
__proto__: null,
|
|
2779
|
-
default:
|
|
2793
|
+
default: Tr
|
|
2780
2794
|
}, [Ki]);
|
|
2781
2795
|
export {
|
|
2782
2796
|
Gi as ConsentBox,
|
|
2783
2797
|
Ze as DisclosureRequestBox,
|
|
2784
2798
|
Vi as PrivacyCenterBox,
|
|
2785
|
-
|
|
2786
|
-
|
|
2799
|
+
Rr as SoyioTypes,
|
|
2800
|
+
xr as SoyioWidget,
|
|
2787
2801
|
ei as _TooltipManager,
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2802
|
+
Er as appearanceSchema,
|
|
2803
|
+
Dr as configSchema,
|
|
2804
|
+
xr as default
|
|
2791
2805
|
};
|