@soyio/soyio-widget 2.23.0 → 2.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -2
- package/dist/index.d.ts +40 -0
- package/dist/index.js +934 -909
- package/dist/index.umd.cjs +31 -31
- package/package.json +1 -1
- package/src/schemas/appearance.schema.json +6 -0
- package/src/schemas/config.schema.json +209 -0
package/dist/index.js
CHANGED
|
@@ -1,46 +1,53 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
var $t = Object.defineProperty;
|
|
2
|
+
var xe = Object.getOwnPropertySymbols, mt = Object.getPrototypeOf, Ei = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, yt = Reflect.get;
|
|
3
|
+
var Ai = (o) => {
|
|
4
4
|
throw TypeError(o);
|
|
5
5
|
};
|
|
6
|
-
var
|
|
7
|
-
var
|
|
6
|
+
var Ye = (o, f, d) => f in o ? $t(o, f, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[f] = d, Ee = (o, f) => {
|
|
7
|
+
for (var d in f || (f = {}))
|
|
8
|
+
Ei.call(f, d) && Ye(o, d, f[d]);
|
|
9
|
+
if (xe)
|
|
10
|
+
for (var d of xe(f))
|
|
11
|
+
Di.call(f, d) && Ye(o, d, f[d]);
|
|
12
|
+
return o;
|
|
13
|
+
};
|
|
14
|
+
var Li = (o, f) => {
|
|
8
15
|
var d = {};
|
|
9
16
|
for (var s in o)
|
|
10
|
-
|
|
11
|
-
if (o != null &&
|
|
12
|
-
for (var s of
|
|
13
|
-
|
|
17
|
+
Ei.call(o, s) && f.indexOf(s) < 0 && (d[s] = o[s]);
|
|
18
|
+
if (o != null && xe)
|
|
19
|
+
for (var s of xe(o))
|
|
20
|
+
f.indexOf(s) < 0 && Di.call(o, s) && (d[s] = o[s]);
|
|
14
21
|
return d;
|
|
15
22
|
};
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
23
|
+
var R = (o, f, d) => Ye(o, typeof f != "symbol" ? f + "" : f, d), vt = (o, f, d) => f.has(o) || Ai("Cannot " + d);
|
|
24
|
+
var Wi = (o, f, d) => f.has(o) ? Ai("Cannot add the same private member more than once") : f instanceof WeakSet ? f.add(o) : f.set(o, d);
|
|
25
|
+
var Oi = (o, f, d) => (vt(o, f, "access private method"), d);
|
|
26
|
+
var $e = (o, f, d) => yt(mt(o), d, f);
|
|
27
|
+
var M = (o, f, d) => new Promise((s, u) => {
|
|
28
|
+
var g = (v) => {
|
|
22
29
|
try {
|
|
23
|
-
y(d.next(
|
|
24
|
-
} catch (
|
|
25
|
-
u(
|
|
30
|
+
y(d.next(v));
|
|
31
|
+
} catch (k) {
|
|
32
|
+
u(k);
|
|
26
33
|
}
|
|
27
|
-
}, m = (
|
|
34
|
+
}, m = (v) => {
|
|
28
35
|
try {
|
|
29
|
-
y(d.throw(
|
|
30
|
-
} catch (
|
|
31
|
-
u(
|
|
36
|
+
y(d.throw(v));
|
|
37
|
+
} catch (k) {
|
|
38
|
+
u(k);
|
|
32
39
|
}
|
|
33
|
-
}, y = (
|
|
34
|
-
y((d = d.apply(o,
|
|
40
|
+
}, y = (v) => v.done ? s(v.value) : Promise.resolve(v.value).then(g, m);
|
|
41
|
+
y((d = d.apply(o, f)).next());
|
|
35
42
|
});
|
|
36
|
-
function
|
|
37
|
-
for (var d = 0; d <
|
|
38
|
-
const s =
|
|
43
|
+
function bt(o, f) {
|
|
44
|
+
for (var d = 0; d < f.length; d++) {
|
|
45
|
+
const s = f[d];
|
|
39
46
|
if (typeof s != "string" && !Array.isArray(s)) {
|
|
40
47
|
for (const u in s)
|
|
41
48
|
if (u !== "default" && !(u in o)) {
|
|
42
|
-
const
|
|
43
|
-
|
|
49
|
+
const g = Object.getOwnPropertyDescriptor(s, u);
|
|
50
|
+
g && Object.defineProperty(o, u, g.get ? g : {
|
|
44
51
|
enumerable: !0,
|
|
45
52
|
get: () => s[u]
|
|
46
53
|
});
|
|
@@ -49,19 +56,19 @@ function vt(o, a) {
|
|
|
49
56
|
}
|
|
50
57
|
return Object.freeze(Object.defineProperty(o, Symbol.toStringTag, { value: "Module" }));
|
|
51
58
|
}
|
|
52
|
-
const
|
|
53
|
-
class
|
|
59
|
+
const Ae = !!(typeof window != "undefined" && window.document && window.document.createElement), Ni = 200;
|
|
60
|
+
class Xe {
|
|
54
61
|
constructor() {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
62
|
+
R(this, "tooltipElement", null);
|
|
63
|
+
R(this, "tooltipContent", null);
|
|
64
|
+
R(this, "tooltipClass", "soyio-tooltip");
|
|
65
|
+
R(this, "hideTimeout", null);
|
|
66
|
+
Ae && this.createTooltipElement();
|
|
60
67
|
}
|
|
61
68
|
createTooltipElement() {
|
|
62
|
-
const
|
|
63
|
-
if (
|
|
64
|
-
this.tooltipElement =
|
|
69
|
+
const f = document.querySelector(`.${this.tooltipClass}`);
|
|
70
|
+
if (f) {
|
|
71
|
+
this.tooltipElement = f, this.tooltipContent = this.tooltipElement.querySelector(".soyio-tooltip-content");
|
|
65
72
|
return;
|
|
66
73
|
}
|
|
67
74
|
this.tooltipElement = document.createElement("div"), this.tooltipElement.className = this.tooltipClass, this.tooltipElement.style.cssText = `
|
|
@@ -78,76 +85,76 @@ class Ke {
|
|
|
78
85
|
word-wrap: break-word;
|
|
79
86
|
pointer-events: none;
|
|
80
87
|
opacity: 0;
|
|
81
|
-
transition: opacity ${
|
|
88
|
+
transition: opacity ${Ni}ms ease, transform ${Ni}ms ease;
|
|
82
89
|
backdrop-filter: blur(5px);
|
|
83
90
|
-webkit-backdrop-filter: blur(5px);
|
|
84
91
|
transform: scale(0.95);
|
|
85
92
|
`, this.tooltipContent = document.createElement("div"), this.tooltipContent.className = "soyio-tooltip-content", this.tooltipElement.appendChild(this.tooltipContent), document.body.appendChild(this.tooltipElement);
|
|
86
93
|
}
|
|
87
|
-
show(
|
|
94
|
+
show(f, d, s) {
|
|
88
95
|
if (!this.tooltipElement || !this.tooltipContent) return;
|
|
89
|
-
this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent =
|
|
96
|
+
this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipContent.textContent = f, this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)";
|
|
90
97
|
const u = this.calculateOptimalPlacement(d, s);
|
|
91
98
|
this.applyPlacement(u), requestAnimationFrame(() => {
|
|
92
99
|
this.tooltipElement && (this.tooltipElement.style.opacity = "1", this.tooltipElement.style.transform = "scale(1)");
|
|
93
100
|
});
|
|
94
101
|
}
|
|
95
|
-
calculateOptimalPlacement(
|
|
96
|
-
const s = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth:
|
|
102
|
+
calculateOptimalPlacement(f, d) {
|
|
103
|
+
const s = this.tooltipElement.offsetWidth, u = this.tooltipElement.offsetHeight, { innerWidth: g, innerHeight: m } = window, y = 4, v = {
|
|
97
104
|
top: {
|
|
98
105
|
top: d - u - y,
|
|
99
|
-
left:
|
|
106
|
+
left: f - s / 2,
|
|
100
107
|
placement: "top"
|
|
101
108
|
},
|
|
102
109
|
bottom: {
|
|
103
110
|
top: d + y,
|
|
104
|
-
left:
|
|
111
|
+
left: f - s / 2,
|
|
105
112
|
placement: "bottom"
|
|
106
113
|
},
|
|
107
114
|
right: {
|
|
108
115
|
top: d - u / 2,
|
|
109
|
-
left:
|
|
116
|
+
left: f + y,
|
|
110
117
|
placement: "right"
|
|
111
118
|
},
|
|
112
119
|
left: {
|
|
113
120
|
top: d - u / 2,
|
|
114
|
-
left:
|
|
121
|
+
left: f - s - y,
|
|
115
122
|
placement: "left"
|
|
116
123
|
}
|
|
117
124
|
};
|
|
118
|
-
for (const [,
|
|
119
|
-
if (
|
|
120
|
-
return
|
|
121
|
-
const
|
|
122
|
-
return
|
|
125
|
+
for (const [, A] of Object.entries(v))
|
|
126
|
+
if (Xe.fitsInViewport(A, s, u, g, m))
|
|
127
|
+
return A;
|
|
128
|
+
const k = v.top;
|
|
129
|
+
return k.left = Math.max(y, Math.min(k.left, g - s - y)), k.top = Math.max(y, Math.min(k.top, m - u - y)), k;
|
|
123
130
|
}
|
|
124
|
-
static fitsInViewport(
|
|
125
|
-
return
|
|
131
|
+
static fitsInViewport(f, d, s, u, g) {
|
|
132
|
+
return f.top >= 0 && f.left >= 0 && f.top + s <= g && f.left + d <= u;
|
|
126
133
|
}
|
|
127
|
-
applyPlacement(
|
|
128
|
-
this.tooltipElement && (this.tooltipElement.style.left = `${
|
|
134
|
+
applyPlacement(f) {
|
|
135
|
+
this.tooltipElement && (this.tooltipElement.style.left = `${f.left}px`, this.tooltipElement.style.top = `${f.top}px`);
|
|
129
136
|
}
|
|
130
137
|
hide() {
|
|
131
138
|
this.tooltipElement && (this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null), this.tooltipElement.style.opacity = "0", this.tooltipElement.style.transform = "scale(0.95)");
|
|
132
139
|
}
|
|
133
140
|
destroy() {
|
|
134
|
-
var
|
|
135
|
-
(
|
|
141
|
+
var f;
|
|
142
|
+
(f = this.tooltipElement) == null || f.remove(), this.tooltipElement = null, this.tooltipContent = null, this.hideTimeout && (clearTimeout(this.hideTimeout), this.hideTimeout = null);
|
|
136
143
|
}
|
|
137
144
|
}
|
|
138
|
-
function
|
|
139
|
-
return
|
|
145
|
+
function Mi(o, f, d) {
|
|
146
|
+
return M(this, null, function* () {
|
|
140
147
|
if (!o.contentWindow)
|
|
141
148
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
142
149
|
const s = yield Promise.resolve().then(() => ve);
|
|
143
150
|
try {
|
|
144
|
-
yield s.send(o.contentWindow, "SET_APPEARANCE", { appearance:
|
|
151
|
+
yield s.send(o.contentWindow, "SET_APPEARANCE", { appearance: f, identifier: d });
|
|
145
152
|
} catch (u) {
|
|
146
153
|
console.error("Failed to send appearance config:", u);
|
|
147
154
|
}
|
|
148
155
|
});
|
|
149
156
|
}
|
|
150
|
-
const
|
|
157
|
+
const wt = "IFRAME_READY", It = "IFRAME_HEIGHT_CHANGE", Tt = "TOOLTIP_STATE_CHANGE", kt = "INFO_EVENT", Rt = "CONSENT_STATE_CHANGE", U = {
|
|
151
158
|
// BASE
|
|
152
159
|
onHeightChange: {},
|
|
153
160
|
onIframeReady: {},
|
|
@@ -156,57 +163,57 @@ const bt = "IFRAME_READY", wt = "IFRAME_HEIGHT_CHANGE", It = "TOOLTIP_STATE_CHAN
|
|
|
156
163
|
// CONSENT
|
|
157
164
|
onStateChange: {}
|
|
158
165
|
};
|
|
159
|
-
let
|
|
160
|
-
function
|
|
161
|
-
return
|
|
166
|
+
let Bi, ji, zi, Hi, Fi;
|
|
167
|
+
function xt() {
|
|
168
|
+
return M(this, null, function* () {
|
|
162
169
|
const o = yield Promise.resolve().then(() => ve);
|
|
163
|
-
|
|
164
|
-
const d =
|
|
170
|
+
Bi || ji || zi || Hi || Fi || (Bi = o.on(It, (f) => M(null, null, function* () {
|
|
171
|
+
const d = f.data, s = U.onHeightChange[d.identifier];
|
|
165
172
|
return s && s(d.height), Promise.resolve();
|
|
166
|
-
})),
|
|
167
|
-
const d =
|
|
173
|
+
})), ji = o.on(wt, (f) => M(null, null, function* () {
|
|
174
|
+
const d = f.data, s = U.onIframeReady[d.identifier];
|
|
168
175
|
return s && s(), Promise.resolve();
|
|
169
|
-
})),
|
|
170
|
-
const d =
|
|
176
|
+
})), zi = o.on(Tt, (f) => M(null, null, function* () {
|
|
177
|
+
const d = f.data, s = U.onTooltipChange[d.identifier];
|
|
171
178
|
return s && s(d), Promise.resolve();
|
|
172
|
-
})),
|
|
173
|
-
const d =
|
|
179
|
+
})), Hi = o.on(Rt, (f) => M(null, null, function* () {
|
|
180
|
+
const d = f.data, s = U.onStateChange[d.identifier];
|
|
174
181
|
return s && s(d), Promise.resolve();
|
|
175
|
-
})),
|
|
176
|
-
const m =
|
|
177
|
-
return
|
|
182
|
+
})), Fi = o.on(kt, (d) => M(null, [d], function* ({ data: f }) {
|
|
183
|
+
const m = f, { identifier: s } = m, u = Li(m, ["identifier"]), g = U.onInfo[s];
|
|
184
|
+
return g && g(u), Promise.resolve();
|
|
178
185
|
})));
|
|
179
186
|
});
|
|
180
187
|
}
|
|
181
|
-
function
|
|
188
|
+
function ei(o, f) {
|
|
182
189
|
const {
|
|
183
190
|
onHeightChange: d,
|
|
184
191
|
onIframeReady: s,
|
|
185
192
|
onTooltipChange: u,
|
|
186
|
-
onStateChange:
|
|
193
|
+
onStateChange: g,
|
|
187
194
|
onInfo: m
|
|
188
|
-
} =
|
|
189
|
-
d && (
|
|
190
|
-
}
|
|
191
|
-
function xt(o) {
|
|
192
|
-
delete F.onHeightChange[o], delete F.onIframeReady[o], delete F.onTooltipChange[o], delete F.onStateChange[o], delete F.onInfo[o];
|
|
195
|
+
} = f;
|
|
196
|
+
d && (U.onHeightChange[o] = d), s && (U.onIframeReady[o] = s), u && (U.onTooltipChange[o] = u), g && (U.onStateChange[o] = g), m && (U.onInfo[o] = m);
|
|
193
197
|
}
|
|
194
198
|
function Et(o) {
|
|
195
|
-
|
|
196
|
-
a && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), a.remove());
|
|
199
|
+
delete U.onHeightChange[o], delete U.onIframeReady[o], delete U.onTooltipChange[o], delete U.onStateChange[o], delete U.onInfo[o];
|
|
197
200
|
}
|
|
198
201
|
function Dt(o) {
|
|
199
|
-
const
|
|
200
|
-
|
|
202
|
+
const f = document.getElementById(o);
|
|
203
|
+
f && (console.warn(`Soyio widget iframe with id '${o}' already exists. Removing existing before mounting new one.`), f.remove());
|
|
204
|
+
}
|
|
205
|
+
function At(o) {
|
|
206
|
+
const f = document.querySelector(o);
|
|
207
|
+
if (!f)
|
|
201
208
|
throw new Error(`Iframe div container with id '${o}' not found`);
|
|
202
|
-
if (
|
|
209
|
+
if (f.tagName.toLowerCase() !== "div")
|
|
203
210
|
throw new Error(`Iframe container with id '${o}' must be a <div> element`);
|
|
204
|
-
const d =
|
|
211
|
+
const d = f;
|
|
205
212
|
return d.style.position = "relative", d;
|
|
206
213
|
}
|
|
207
|
-
function
|
|
208
|
-
const
|
|
209
|
-
return
|
|
214
|
+
function Lt(o) {
|
|
215
|
+
const f = document.createElement("div");
|
|
216
|
+
return f.id = `soyio-widget-wrapper-${o}`, f.style.cssText = `
|
|
210
217
|
position: relative !important;
|
|
211
218
|
padding: 0 !important;
|
|
212
219
|
margin: 0 !important;
|
|
@@ -217,11 +224,11 @@ function At(o) {
|
|
|
217
224
|
transition: height 0.35s !important;
|
|
218
225
|
opacity: 1 !important;
|
|
219
226
|
width: 100% !important;
|
|
220
|
-
`,
|
|
227
|
+
`, f;
|
|
221
228
|
}
|
|
222
|
-
function
|
|
229
|
+
function Wt(o, f, d) {
|
|
223
230
|
const s = document.createElement("iframe");
|
|
224
|
-
return s.id =
|
|
231
|
+
return s.id = f, s.src = o, s.allow = "fullscreen;camera;", s.setAttribute("allowfullscreen", ""), s.style.cssText += `
|
|
225
232
|
width: 100% !important;
|
|
226
233
|
min-width: ${d.minWidth} !important;
|
|
227
234
|
border: none !important;
|
|
@@ -231,10 +238,10 @@ function Lt(o, a, d) {
|
|
|
231
238
|
opacity 0.4s 0.1s;
|
|
232
239
|
`, s;
|
|
233
240
|
}
|
|
234
|
-
function
|
|
241
|
+
function Ot() {
|
|
235
242
|
return Math.random().toString(36).substring(2, 10);
|
|
236
243
|
}
|
|
237
|
-
const
|
|
244
|
+
const _i = "https://app.soyio.id", Gi = "https://sandbox.soyio.id", Nt = "https://privacy.soyio.id", Mt = "https://privacy-sandbox.soyio.id", Bt = [
|
|
238
245
|
"DISCLOSURE_REQUEST_SUCCESSFUL",
|
|
239
246
|
"IDENTITY_REGISTERED",
|
|
240
247
|
"IDENTITY_SIGNATURE",
|
|
@@ -242,29 +249,29 @@ const Fi = "https://app.soyio.id", Ui = "https://sandbox.soyio.id", Ot = "https:
|
|
|
242
249
|
"DENIED_CAMERA_PERMISSION",
|
|
243
250
|
"REJECTED_SIGNATURE",
|
|
244
251
|
"CLOSE_POPUP"
|
|
245
|
-
],
|
|
252
|
+
], jt = "WIDGET_CLOSED", zt = 420, Ht = 720, Ft = 500, Ut = {
|
|
246
253
|
minWidth: "375px"
|
|
247
|
-
}, Ht = {
|
|
248
|
-
minWidth: "0px"
|
|
249
254
|
}, qt = {
|
|
255
|
+
minWidth: "0px"
|
|
256
|
+
}, _t = {
|
|
250
257
|
minWidth: "375px"
|
|
251
258
|
};
|
|
252
259
|
class ye {
|
|
253
|
-
constructor(
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
this.options =
|
|
260
|
+
constructor(f) {
|
|
261
|
+
R(this, "iframe", null);
|
|
262
|
+
R(this, "wrapper", null);
|
|
263
|
+
R(this, "skeleton", null);
|
|
264
|
+
R(this, "options");
|
|
265
|
+
R(this, "appearance");
|
|
266
|
+
R(this, "tooltipManager");
|
|
267
|
+
R(this, "defaultIframeCSSConfig", Ut);
|
|
268
|
+
R(this, "Skeleton", null);
|
|
269
|
+
R(this, "isIframeReady", !1);
|
|
270
|
+
R(this, "defaultUniqueId");
|
|
271
|
+
this.options = f, this.appearance = f.appearance || null, this.tooltipManager = new Xe(), this.defaultUniqueId = ye.generateUniqueId();
|
|
265
272
|
}
|
|
266
273
|
static generateUniqueId() {
|
|
267
|
-
return
|
|
274
|
+
return Ot();
|
|
268
275
|
}
|
|
269
276
|
get uniqueIdentifier() {
|
|
270
277
|
return this.defaultUniqueId;
|
|
@@ -272,72 +279,72 @@ class ye {
|
|
|
272
279
|
get iframeIdentifier() {
|
|
273
280
|
return `${this.defaultIframePrefix}-${this.uniqueIdentifier}`;
|
|
274
281
|
}
|
|
275
|
-
handleHeightChange(
|
|
276
|
-
if (!this.iframe || (this.iframe.style.height = `${
|
|
282
|
+
handleHeightChange(f) {
|
|
283
|
+
if (!this.iframe || (this.iframe.style.height = `${f}px`, f > 0)) return;
|
|
277
284
|
const { parentElement: d } = this.iframe;
|
|
278
285
|
d && (d.style.display = "none");
|
|
279
286
|
}
|
|
280
287
|
handleIframeReady() {
|
|
281
|
-
return
|
|
282
|
-
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield
|
|
288
|
+
return M(this, null, function* () {
|
|
289
|
+
this.iframe && (this.isIframeReady || (this.isIframeReady = !0, this.options.onReady && this.options.onReady(), yield Mi(this.iframe, this.appearance, this.uniqueIdentifier), this.skeleton && this.skeleton.hide()));
|
|
283
290
|
});
|
|
284
291
|
}
|
|
285
|
-
handleTooltipChange(
|
|
292
|
+
handleTooltipChange(f) {
|
|
286
293
|
if (!this.iframe) return;
|
|
287
|
-
const d = this.iframe.getBoundingClientRect(), { text: s, coordinates: u, isVisible:
|
|
288
|
-
|
|
294
|
+
const d = this.iframe.getBoundingClientRect(), { text: s, coordinates: u, isVisible: g } = f, m = u.x + d.left, y = u.y + d.top;
|
|
295
|
+
g ? this.tooltipManager.show(s, m, y) : this.tooltipManager.hide();
|
|
289
296
|
}
|
|
290
297
|
setupListeners() {
|
|
291
|
-
return
|
|
292
|
-
yield
|
|
293
|
-
const
|
|
298
|
+
return M(this, null, function* () {
|
|
299
|
+
yield xt();
|
|
300
|
+
const f = {
|
|
294
301
|
onHeightChange: this.handleHeightChange.bind(this),
|
|
295
302
|
onIframeReady: this.handleIframeReady.bind(this),
|
|
296
303
|
onTooltipChange: this.handleTooltipChange.bind(this),
|
|
297
304
|
onInfo: (d) => this.options.onEvent(d)
|
|
298
305
|
};
|
|
299
|
-
|
|
306
|
+
ei(this.uniqueIdentifier, f);
|
|
300
307
|
});
|
|
301
308
|
}
|
|
302
|
-
mount(
|
|
303
|
-
return
|
|
309
|
+
mount(f) {
|
|
310
|
+
return M(this, null, function* () {
|
|
304
311
|
var u;
|
|
305
|
-
if (!
|
|
306
|
-
this.isIframeReady = !1, yield this.setupListeners(),
|
|
307
|
-
const d =
|
|
308
|
-
if (this.wrapper =
|
|
309
|
-
const
|
|
310
|
-
this.skeleton = new this.Skeleton(this.uniqueIdentifier,
|
|
312
|
+
if (!Ae) return this;
|
|
313
|
+
this.isIframeReady = !1, yield this.setupListeners(), Dt(this.iframeIdentifier);
|
|
314
|
+
const d = At(f), s = this.iframeUrl();
|
|
315
|
+
if (this.wrapper = Lt(this.uniqueIdentifier), d.appendChild(this.wrapper), this.iframe = Wt(s, this.iframeIdentifier, this.defaultIframeCSSConfig), this.Skeleton) {
|
|
316
|
+
const g = (u = this.appearance) == null ? void 0 : u.theme;
|
|
317
|
+
this.skeleton = new this.Skeleton(this.uniqueIdentifier, g), this.skeleton.mount(this.wrapper);
|
|
311
318
|
}
|
|
312
319
|
return this.wrapper.appendChild(this.iframe), this;
|
|
313
320
|
});
|
|
314
321
|
}
|
|
315
322
|
unmount() {
|
|
316
|
-
|
|
323
|
+
Ae && (Et(this.uniqueIdentifier), this.isIframeReady = !1, this.skeleton && (this.skeleton.hide(), this.skeleton = null), this.iframe && (this.iframe.remove(), this.iframe = null), this.wrapper && (this.wrapper.remove(), this.wrapper = null));
|
|
317
324
|
}
|
|
318
325
|
/**
|
|
319
326
|
* Update the appearance of the widget without remounting.
|
|
320
327
|
* This sends the new appearance config to the already-mounted iframe.
|
|
321
328
|
*/
|
|
322
|
-
updateAppearance(
|
|
323
|
-
return
|
|
324
|
-
this.appearance =
|
|
329
|
+
updateAppearance(f) {
|
|
330
|
+
return M(this, null, function* () {
|
|
331
|
+
this.appearance = f, !(!this.iframe || !this.isIframeReady) && (yield Mi(this.iframe, f, this.uniqueIdentifier));
|
|
325
332
|
});
|
|
326
333
|
}
|
|
327
334
|
}
|
|
328
|
-
class
|
|
329
|
-
constructor(
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
this.identifier = `skeleton-${
|
|
333
|
-
const s = d === "night", u = s ? "#1E293B" : "#FFFFFF",
|
|
335
|
+
class Gt {
|
|
336
|
+
constructor(f, d) {
|
|
337
|
+
R(this, "element");
|
|
338
|
+
R(this, "identifier");
|
|
339
|
+
this.identifier = `skeleton-${f}`, this.element = document.createElement("div"), this.element.id = this.identifier;
|
|
340
|
+
const s = d === "night", u = s ? "#1E293B" : "#FFFFFF", g = s ? "#334155" : "#E5E7EB", m = s ? "#334155" : "#f0f0f0", y = s ? "#475569" : "#e0e0e0", v = s ? "#334155" : "#f0f0f0";
|
|
334
341
|
this.element.style.cssText = `
|
|
335
342
|
position: absolute;
|
|
336
343
|
top: 0;
|
|
337
344
|
left: 0;
|
|
338
345
|
width: 100%;
|
|
339
346
|
background: ${u};
|
|
340
|
-
border: 1px solid ${
|
|
347
|
+
border: 1px solid ${g};
|
|
341
348
|
border-radius: 0.25rem;
|
|
342
349
|
opacity: 1;
|
|
343
350
|
transition: opacity 0.3s ease-out;
|
|
@@ -346,8 +353,8 @@ class _t {
|
|
|
346
353
|
box-sizing: border-box;
|
|
347
354
|
z-index: 1;
|
|
348
355
|
`;
|
|
349
|
-
const
|
|
350
|
-
|
|
356
|
+
const k = document.createElement("div");
|
|
357
|
+
k.style.cssText = `
|
|
351
358
|
padding: 1rem;
|
|
352
359
|
width: 100%;
|
|
353
360
|
box-sizing: border-box;
|
|
@@ -356,50 +363,50 @@ class _t {
|
|
|
356
363
|
justify-content: flex-start;
|
|
357
364
|
gap: 0.75rem;
|
|
358
365
|
`;
|
|
359
|
-
const
|
|
360
|
-
|
|
366
|
+
const A = document.createElement("div");
|
|
367
|
+
A.style.cssText = `
|
|
361
368
|
display: flex;
|
|
362
369
|
align-items: center;
|
|
363
370
|
gap: 0.75rem;
|
|
364
371
|
`;
|
|
365
|
-
const
|
|
366
|
-
|
|
372
|
+
const Z = document.createElement("div");
|
|
373
|
+
Z.style.cssText = `
|
|
367
374
|
width: 2rem;
|
|
368
375
|
height: 2rem;
|
|
369
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
376
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
370
377
|
background-size: 200% 100%;
|
|
371
378
|
animation: shimmer 1.5s infinite;
|
|
372
379
|
border-radius: 50%;
|
|
373
380
|
flex-shrink: 0;
|
|
374
381
|
`;
|
|
375
|
-
const
|
|
376
|
-
|
|
382
|
+
const B = document.createElement("div");
|
|
383
|
+
B.style.cssText = `
|
|
377
384
|
height: 1rem;
|
|
378
385
|
width: 30%;
|
|
379
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
386
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
380
387
|
background-size: 200% 100%;
|
|
381
388
|
animation: shimmer 1.5s infinite;
|
|
382
389
|
border-radius: 0.125rem;
|
|
383
390
|
`;
|
|
384
|
-
const
|
|
385
|
-
|
|
391
|
+
const O = document.createElement("div");
|
|
392
|
+
O.style.cssText = `
|
|
386
393
|
width: 3rem;
|
|
387
394
|
height: 1.25rem;
|
|
388
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
395
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
389
396
|
background-size: 200% 100%;
|
|
390
397
|
animation: shimmer 1.5s infinite;
|
|
391
398
|
border-radius: .25rem;
|
|
392
399
|
margin-left: auto;
|
|
393
400
|
flex-shrink: 0;
|
|
394
401
|
`;
|
|
395
|
-
const
|
|
396
|
-
|
|
402
|
+
const N = document.createElement("div");
|
|
403
|
+
N.style.cssText = `
|
|
397
404
|
display: flex;
|
|
398
405
|
align-items: flex-start;
|
|
399
406
|
gap: 0.75rem;
|
|
400
407
|
`;
|
|
401
|
-
const
|
|
402
|
-
|
|
408
|
+
const q = document.createElement("div");
|
|
409
|
+
q.style.cssText = `
|
|
403
410
|
width: 2rem;
|
|
404
411
|
height: 1rem;
|
|
405
412
|
display: flex;
|
|
@@ -407,18 +414,18 @@ class _t {
|
|
|
407
414
|
align-items: center;
|
|
408
415
|
flex-shrink: 0;
|
|
409
416
|
`;
|
|
410
|
-
const
|
|
411
|
-
|
|
417
|
+
const X = document.createElement("div");
|
|
418
|
+
X.style.cssText = `
|
|
412
419
|
width: 1rem;
|
|
413
420
|
height: 1rem;
|
|
414
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
421
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
415
422
|
background-size: 200% 100%;
|
|
416
423
|
animation: shimmer 1.5s infinite;
|
|
417
424
|
border-radius: 0.25rem;
|
|
418
425
|
flex-shrink: 0;
|
|
419
426
|
`;
|
|
420
|
-
const
|
|
421
|
-
|
|
427
|
+
const _ = document.createElement("div");
|
|
428
|
+
_.style.cssText = `
|
|
422
429
|
flex-grow: 1;
|
|
423
430
|
display: flex;
|
|
424
431
|
flex-direction: column;
|
|
@@ -428,7 +435,7 @@ class _t {
|
|
|
428
435
|
ae.style.cssText = `
|
|
429
436
|
height: 0.875rem;
|
|
430
437
|
width: 80%;
|
|
431
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
438
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
432
439
|
background-size: 200% 100%;
|
|
433
440
|
animation: shimmer 1.5s infinite;
|
|
434
441
|
border-radius: 0.125rem;
|
|
@@ -437,7 +444,7 @@ class _t {
|
|
|
437
444
|
if (be.style.cssText = `
|
|
438
445
|
height: 0.875rem;
|
|
439
446
|
width: 60%;
|
|
440
|
-
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${
|
|
447
|
+
background: linear-gradient(90deg, ${m} 25%, ${y} 50%, ${v} 75%);
|
|
441
448
|
background-size: 200% 100%;
|
|
442
449
|
animation: shimmer 2s infinite;
|
|
443
450
|
border-radius: 0.125rem;
|
|
@@ -454,53 +461,53 @@ class _t {
|
|
|
454
461
|
}
|
|
455
462
|
`, document.head.appendChild(de);
|
|
456
463
|
}
|
|
457
|
-
|
|
464
|
+
A.appendChild(Z), A.appendChild(B), A.appendChild(O), _.appendChild(ae), _.appendChild(be), q.appendChild(X), N.appendChild(q), N.appendChild(_), k.appendChild(A), k.appendChild(N), this.element.appendChild(k);
|
|
458
465
|
}
|
|
459
466
|
cleanupExistingSkeleton() {
|
|
460
|
-
const
|
|
461
|
-
|
|
467
|
+
const f = document.getElementById(this.identifier);
|
|
468
|
+
f && f.remove();
|
|
462
469
|
}
|
|
463
|
-
mount(
|
|
464
|
-
this.cleanupExistingSkeleton(),
|
|
470
|
+
mount(f) {
|
|
471
|
+
this.cleanupExistingSkeleton(), f.appendChild(this.element);
|
|
465
472
|
}
|
|
466
473
|
hide() {
|
|
467
474
|
this.element.style.animation = "skeletonFadeOut 0.2s ease-out forwards", setTimeout(() => this.element.remove(), 200);
|
|
468
475
|
}
|
|
469
476
|
}
|
|
470
|
-
const
|
|
471
|
-
function
|
|
477
|
+
const We = "2.25.0";
|
|
478
|
+
function Vt(o) {
|
|
472
479
|
var m;
|
|
473
|
-
const
|
|
480
|
+
const f = [
|
|
474
481
|
"actionToken",
|
|
475
482
|
"entityId",
|
|
476
483
|
"context",
|
|
477
484
|
"optionalReconsentBehavior",
|
|
478
485
|
"mandatoryReconsentBehavior",
|
|
479
486
|
"allowGranularScopeSelection"
|
|
480
|
-
], d = (m = o.isSandbox) != null ? m : !1, s = o.developmentUrl || (d ?
|
|
481
|
-
u.set("sdkVersion",
|
|
482
|
-
const
|
|
483
|
-
|
|
487
|
+
], d = (m = o.isSandbox) != null ? m : !1, s = o.developmentUrl || (d ? Gi : _i), u = new URLSearchParams();
|
|
488
|
+
u.set("sdkVersion", We), f.forEach((y) => {
|
|
489
|
+
const v = o[y];
|
|
490
|
+
v !== void 0 && (typeof v == "string" && v.length === 0 || u.set(y, String(v)));
|
|
484
491
|
});
|
|
485
|
-
const
|
|
486
|
-
return `${s}/embed/consents/${o.consentTemplateId}${
|
|
492
|
+
const g = u.toString();
|
|
493
|
+
return `${s}/embed/consents/${o.consentTemplateId}${g ? `?${g}` : ""}`;
|
|
487
494
|
}
|
|
488
|
-
class
|
|
495
|
+
class Vi extends ye {
|
|
489
496
|
constructor(d) {
|
|
490
497
|
super(d);
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
498
|
+
R(this, "defaultIframePrefix", "consent-box");
|
|
499
|
+
R(this, "defaultIframeCSSConfig", qt);
|
|
500
|
+
R(this, "state", {
|
|
494
501
|
isSelected: !1,
|
|
495
502
|
actionToken: null
|
|
496
503
|
});
|
|
497
|
-
this.Skeleton =
|
|
504
|
+
this.Skeleton = Gt;
|
|
498
505
|
}
|
|
499
506
|
get uniqueIdentifier() {
|
|
500
507
|
return this.options.consentTemplateId;
|
|
501
508
|
}
|
|
502
509
|
iframeUrl() {
|
|
503
|
-
return
|
|
510
|
+
return Vt(this.options);
|
|
504
511
|
}
|
|
505
512
|
handleStateChange(d) {
|
|
506
513
|
const { isSelected: s, actionToken: u } = d;
|
|
@@ -511,8 +518,8 @@ class Hi extends ye {
|
|
|
511
518
|
});
|
|
512
519
|
}
|
|
513
520
|
setupListeners() {
|
|
514
|
-
return
|
|
515
|
-
yield
|
|
521
|
+
return M(this, null, function* () {
|
|
522
|
+
yield $e(Vi.prototype, this, "setupListeners").call(this), ei(this.uniqueIdentifier, {
|
|
516
523
|
onStateChange: this.handleStateChange.bind(this)
|
|
517
524
|
});
|
|
518
525
|
});
|
|
@@ -521,118 +528,136 @@ class Hi extends ye {
|
|
|
521
528
|
return this.state;
|
|
522
529
|
}
|
|
523
530
|
}
|
|
524
|
-
function
|
|
525
|
-
return
|
|
531
|
+
function Yt(o, f, d) {
|
|
532
|
+
return M(this, null, function* () {
|
|
533
|
+
var q, X;
|
|
526
534
|
if (!o.contentWindow)
|
|
527
535
|
throw new Error("Invalid iframe: contentWindow is null");
|
|
528
|
-
|
|
529
|
-
|
|
536
|
+
const { redecOperationIds: s, content: u, header: g, rightExamples: m, consentManagement: y, appearance: v } = f, k = (q = v == null ? void 0 : v.config) == null ? void 0 : q.showHeader, A = (X = v == null ? void 0 : v.config) == null ? void 0 : X.showConsentManagementHeader, B = y !== void 0 && Object.values(y).some((_) => Array.isArray(_) ? _.length > 0 : _ != null) ? y : void 0;
|
|
537
|
+
Array.isArray(B == null ? void 0 : B.scopeGroups) && B.scopeGroups.length > 0 && f.groupConsentsByScope !== !0 && console.warn(
|
|
538
|
+
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
539
|
+
);
|
|
540
|
+
const O = {};
|
|
541
|
+
if (typeof s != "undefined" && (O.redecOperationIds = s), typeof u != "undefined" && (O.content = u), typeof g != "undefined" && (O.header = g), typeof m != "undefined" && (O.rightExamples = m), typeof B != "undefined" && (O.consentManagement = B), (typeof k == "boolean" || typeof A == "boolean") && (O.appearance = {
|
|
542
|
+
config: Ee(Ee({}, typeof k == "boolean" ? { showHeader: k } : {}), typeof A == "boolean" ? { showConsentManagementHeader: A } : {})
|
|
543
|
+
}), Object.keys(O).length === 0) return;
|
|
544
|
+
const N = yield Promise.resolve().then(() => ve);
|
|
530
545
|
try {
|
|
531
|
-
yield
|
|
532
|
-
identifier: d
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
console.error("Failed to send privacy center config:", u);
|
|
546
|
+
yield N.send(o.contentWindow, "SET_PRIVACY_CENTER_CONFIG", Ee({
|
|
547
|
+
identifier: d
|
|
548
|
+
}, O));
|
|
549
|
+
} catch (_) {
|
|
550
|
+
console.error("Failed to send privacy center config:", _);
|
|
537
551
|
}
|
|
538
552
|
});
|
|
539
553
|
}
|
|
540
|
-
function
|
|
541
|
-
var m, y,
|
|
542
|
-
const
|
|
543
|
-
if (s.set("sdkVersion",
|
|
544
|
-
|
|
545
|
-
|
|
554
|
+
function Jt(o) {
|
|
555
|
+
var m, y, v, k, A, Z;
|
|
556
|
+
const f = (m = o.isSandbox) != null ? m : !1, d = o.developmentUrl || (f ? Mt : Nt), s = new URLSearchParams();
|
|
557
|
+
if (s.set("sdkVersion", We), o.sessionToken ? s.set("sessionToken", o.sessionToken) : o.companyId && s.set("companyId", o.companyId), (y = o.enabledFeatures) != null && y.length && s.set("enabledFeatures", o.enabledFeatures.join(",")), (v = o.enabledRights) != null && v.length && s.set("enabledRights", o.enabledRights.join(",")), (k = o.dataSubjects) != null && k.length && s.set("dataSubjects", o.dataSubjects.join(",")), o.requestReference && s.set("requestReference", o.requestReference), o.fileRequisites && Object.values(o.fileRequisites).some(
|
|
558
|
+
(O) => O != null
|
|
559
|
+
)) {
|
|
560
|
+
const O = JSON.stringify(o.fileRequisites);
|
|
561
|
+
s.set("fileRequisites", O);
|
|
562
|
+
}
|
|
563
|
+
if (o.consentManagement) {
|
|
564
|
+
const { scopeGroups: B } = o.consentManagement, O = Array.isArray(B) && B.length > 0;
|
|
565
|
+
if (O && o.groupConsentsByScope !== !0 && console.warn(
|
|
566
|
+
"Soyio widget: privacyCenterConfig.groupConsentsByScope must be true for consentManagement.scopeGroups to apply."
|
|
567
|
+
), O) {
|
|
568
|
+
const N = JSON.stringify(o.consentManagement);
|
|
569
|
+
s.set("consentManagement", N);
|
|
570
|
+
}
|
|
546
571
|
}
|
|
547
572
|
o.demo !== void 0 && s.set("demo", String(o.demo)), o.consentMode && s.set("consentMode", o.consentMode);
|
|
548
|
-
const u = (
|
|
573
|
+
const u = (Z = (A = o.appearance) == null ? void 0 : A.config) == null ? void 0 : Z.consentControl;
|
|
549
574
|
u && s.set("consentControl", u), o.consentRetentionPeriod && s.set("consentRetentionPeriod", o.consentRetentionPeriod), o.allowGranularScopeSelection !== void 0 && s.set("allowGranularScopeSelection", String(o.allowGranularScopeSelection)), o.groupConsentsByScope !== void 0 && s.set("groupConsentsByScope", String(o.groupConsentsByScope)), o.showBatchConsentConfirmation !== void 0 && s.set("showBatchConsentConfirmation", String(o.showBatchConsentConfirmation));
|
|
550
|
-
const
|
|
551
|
-
return `${d}${
|
|
575
|
+
const g = s.toString();
|
|
576
|
+
return `${d}${g ? `?${g}` : ""}`;
|
|
552
577
|
}
|
|
553
|
-
class
|
|
578
|
+
class Yi extends ye {
|
|
554
579
|
constructor() {
|
|
555
580
|
super(...arguments);
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
581
|
+
R(this, "defaultIframePrefix", "privacy-center");
|
|
582
|
+
R(this, "_uniqueIdentifier", "privacy-center");
|
|
583
|
+
R(this, "defaultIframeCSSConfig", _t);
|
|
559
584
|
}
|
|
560
585
|
get uniqueIdentifier() {
|
|
561
586
|
return this._uniqueIdentifier;
|
|
562
587
|
}
|
|
563
588
|
handleIframeReady() {
|
|
564
|
-
return
|
|
565
|
-
yield
|
|
589
|
+
return M(this, null, function* () {
|
|
590
|
+
yield $e(Yi.prototype, this, "handleIframeReady").call(this), this.iframe && (yield Yt(this.iframe, this.options, this.uniqueIdentifier));
|
|
566
591
|
});
|
|
567
592
|
}
|
|
568
593
|
iframeUrl() {
|
|
569
|
-
return
|
|
594
|
+
return Jt(this.options);
|
|
570
595
|
}
|
|
571
596
|
}
|
|
572
|
-
const
|
|
597
|
+
const vr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
573
598
|
__proto__: null
|
|
574
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
575
|
-
function
|
|
576
|
-
return o || (
|
|
577
|
-
}
|
|
578
|
-
function Jt(o) {
|
|
579
|
-
let a = "widget/";
|
|
580
|
-
return "disclosureRequestId" in o.configProps ? a += ["disclosures", o.configProps.disclosureRequestId].join("/") : a += o.request, a;
|
|
599
|
+
}, Symbol.toStringTag, { value: "Module" })), Ji = "WIDGET_EVENT";
|
|
600
|
+
function Oe(o, f) {
|
|
601
|
+
return o || (f ? Gi : _i);
|
|
581
602
|
}
|
|
582
603
|
function Kt(o) {
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
return `${d}/${u}?sdk=web&sdkVersion=${Ae}&${s}`;
|
|
604
|
+
let f = "widget/";
|
|
605
|
+
return "disclosureRequestId" in o.configProps ? f += ["disclosures", o.configProps.disclosureRequestId].join("/") : f += o.request, f;
|
|
586
606
|
}
|
|
587
607
|
function Qt(o) {
|
|
608
|
+
var g;
|
|
609
|
+
const f = (g = o.isSandbox) != null ? g : !1, d = Oe(o.developmentUrl, f), s = Object.entries(o.configProps).filter(([m, y]) => y || m === "disclosureRequestId").map(([m, y]) => `${m}=${encodeURIComponent(y)}`).join("&"), u = Kt(o);
|
|
610
|
+
return `${d}/${u}?sdk=web&sdkVersion=${We}&${s}`;
|
|
611
|
+
}
|
|
612
|
+
function Zt(o) {
|
|
588
613
|
return `embed/widget/disclosures/${o.disclosureRequestId}`;
|
|
589
614
|
}
|
|
590
|
-
function
|
|
615
|
+
function Xt(o, f) {
|
|
591
616
|
var m;
|
|
592
|
-
const d = (m = o.isSandbox) != null ? m : !1, s =
|
|
617
|
+
const d = (m = o.isSandbox) != null ? m : !1, s = Oe(o.developmentUrl, d), u = Zt(o), g = new URLSearchParams({
|
|
593
618
|
sdk: "web",
|
|
594
|
-
sdkVersion:
|
|
595
|
-
identifier:
|
|
619
|
+
sdkVersion: We,
|
|
620
|
+
identifier: f
|
|
596
621
|
});
|
|
597
|
-
return o.customColor &&
|
|
622
|
+
return o.customColor && g.set("customColor", o.customColor), `${s}/${u}?${g.toString()}`;
|
|
598
623
|
}
|
|
599
|
-
function
|
|
624
|
+
function er(o, f) {
|
|
600
625
|
var u;
|
|
601
|
-
const d =
|
|
602
|
-
session_token:
|
|
603
|
-
company_id:
|
|
604
|
-
identifier:
|
|
626
|
+
const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
|
|
627
|
+
session_token: f.sessionToken,
|
|
628
|
+
company_id: f.companyId,
|
|
629
|
+
identifier: f.identifier
|
|
605
630
|
});
|
|
606
631
|
return `${d}/widget/register_passkey?${s.toString()}`;
|
|
607
632
|
}
|
|
608
|
-
function
|
|
633
|
+
function ir(o, f) {
|
|
609
634
|
var u;
|
|
610
|
-
const d =
|
|
611
|
-
requestable_id:
|
|
612
|
-
identifier:
|
|
635
|
+
const d = Oe(o.developmentUrl, (u = o.isSandbox) != null ? u : !1), s = new URLSearchParams({
|
|
636
|
+
requestable_id: f.requestableToken,
|
|
637
|
+
identifier: f.identifier
|
|
613
638
|
});
|
|
614
639
|
return `${d}/widget/passkey_authentication?${s.toString()}`;
|
|
615
640
|
}
|
|
616
|
-
function
|
|
641
|
+
function tr(o) {
|
|
617
642
|
return o.eventName === "PASSKEY_REQUIRED" && o.type === "PASSKEY_REQUIRED";
|
|
618
643
|
}
|
|
619
|
-
function
|
|
644
|
+
function rr(o) {
|
|
620
645
|
return o.eventName === "PASSKEY_AUTHENTICATION_REQUIRED" && o.type === "PASSKEY_AUTHENTICATION_REQUIRED";
|
|
621
646
|
}
|
|
622
|
-
class
|
|
647
|
+
class Qe extends ye {
|
|
623
648
|
constructor() {
|
|
624
649
|
super(...arguments);
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
650
|
+
R(this, "defaultIframePrefix", "disclosure-request-box");
|
|
651
|
+
R(this, "passkeyPopupWindow", null);
|
|
652
|
+
R(this, "popupListener", null);
|
|
653
|
+
R(this, "isReadyCallbackFired", !1);
|
|
629
654
|
}
|
|
630
655
|
iframeUrl() {
|
|
631
|
-
return
|
|
656
|
+
return Xt(this.options, this.uniqueIdentifier);
|
|
632
657
|
}
|
|
633
658
|
mount(d) {
|
|
634
|
-
return
|
|
635
|
-
return this.isReadyCallbackFired = !1, yield
|
|
659
|
+
return M(this, null, function* () {
|
|
660
|
+
return this.isReadyCallbackFired = !1, yield $e(Qe.prototype, this, "mount").call(this, d), this.iframe ? (this.iframe.style.height = this.options.height || "720px", this.iframe.style.minHeight = this.options.minHeight || this.iframe.style.height, this.iframe.onload = () => {
|
|
636
661
|
this.notifyReady();
|
|
637
662
|
}, this) : this;
|
|
638
663
|
});
|
|
@@ -642,14 +667,14 @@ class Ye extends ye {
|
|
|
642
667
|
this.removePopupListener(), (d = this.passkeyPopupWindow) == null || d.close(), this.passkeyPopupWindow = null, this.isReadyCallbackFired = !1, super.unmount();
|
|
643
668
|
}
|
|
644
669
|
setupListeners() {
|
|
645
|
-
return
|
|
646
|
-
yield
|
|
670
|
+
return M(this, null, function* () {
|
|
671
|
+
yield $e(Qe.prototype, this, "setupListeners").call(this), yield this.mountPopupListener(), ei(this.uniqueIdentifier, {
|
|
647
672
|
onInfo: (d) => this.handleInfoEvent(d)
|
|
648
673
|
});
|
|
649
674
|
});
|
|
650
675
|
}
|
|
651
676
|
handleIframeReady() {
|
|
652
|
-
return
|
|
677
|
+
return M(this, null, function* () {
|
|
653
678
|
this.notifyReady();
|
|
654
679
|
});
|
|
655
680
|
}
|
|
@@ -661,9 +686,9 @@ class Ye extends ye {
|
|
|
661
686
|
this.options.onEvent(d);
|
|
662
687
|
}
|
|
663
688
|
mountPopupListener() {
|
|
664
|
-
return
|
|
689
|
+
return M(this, null, function* () {
|
|
665
690
|
const d = yield Promise.resolve().then(() => ve);
|
|
666
|
-
this.removePopupListener(), this.popupListener = d.on(
|
|
691
|
+
this.removePopupListener(), this.popupListener = d.on(Ji, (u) => M(this, [u], function* ({ data: s }) {
|
|
667
692
|
return s.eventName !== "PASSKEY_REGISTERED" && s.eventName !== "PASSKEY_AUTHENTICATED" || s.identifier !== this.uniqueIdentifier || (s.eventName === "PASSKEY_REGISTERED" && (this.notifyPasskeyRegistered(), this.triggerEvent({
|
|
668
693
|
eventName: "PASSKEY_REGISTERED",
|
|
669
694
|
type: "PASSKEY_REGISTERED",
|
|
@@ -680,11 +705,11 @@ class Ye extends ye {
|
|
|
680
705
|
this.popupListener && (this.popupListener.cancel(), this.popupListener = null);
|
|
681
706
|
}
|
|
682
707
|
handleInfoEvent(d) {
|
|
683
|
-
if (this.triggerEvent(d),
|
|
708
|
+
if (this.triggerEvent(d), tr(d)) {
|
|
684
709
|
this.openPasskeyRegistrationPopup(d);
|
|
685
710
|
return;
|
|
686
711
|
}
|
|
687
|
-
|
|
712
|
+
rr(d) && this.openPasskeyAuthenticationPopup(d);
|
|
688
713
|
}
|
|
689
714
|
notifyPasskeyEvent(d) {
|
|
690
715
|
var u;
|
|
@@ -700,7 +725,7 @@ class Ye extends ye {
|
|
|
700
725
|
}
|
|
701
726
|
openPasskeyRegistrationPopup(d) {
|
|
702
727
|
if (!d.sessionToken || !d.companyId) return;
|
|
703
|
-
const s =
|
|
728
|
+
const s = er(this.options, {
|
|
704
729
|
sessionToken: d.sessionToken,
|
|
705
730
|
companyId: d.companyId,
|
|
706
731
|
identifier: this.uniqueIdentifier
|
|
@@ -709,158 +734,158 @@ class Ye extends ye {
|
|
|
709
734
|
}
|
|
710
735
|
openPasskeyAuthenticationPopup(d) {
|
|
711
736
|
if (!d.requestableToken) return;
|
|
712
|
-
const s =
|
|
737
|
+
const s = ir(this.options, {
|
|
713
738
|
requestableToken: d.requestableToken,
|
|
714
739
|
identifier: this.uniqueIdentifier
|
|
715
740
|
});
|
|
716
741
|
this.passkeyPopupWindow = window.open(s, "SoyioPasskeyAuthentication", "width=420,height=720,scrollbars=yes");
|
|
717
742
|
}
|
|
718
743
|
}
|
|
719
|
-
let
|
|
720
|
-
function
|
|
721
|
-
|
|
744
|
+
let ie = null, Je = null;
|
|
745
|
+
function Ze(o = null) {
|
|
746
|
+
ie && !ie.closed && ie.focus(), o == null || o.preventDefault();
|
|
722
747
|
}
|
|
723
|
-
function
|
|
724
|
-
document.body.style.filter = "", document.body.removeEventListener("click",
|
|
748
|
+
function Ne() {
|
|
749
|
+
document.body.style.filter = "", document.body.removeEventListener("click", Ze);
|
|
725
750
|
}
|
|
726
|
-
function
|
|
727
|
-
|
|
728
|
-
(!
|
|
751
|
+
function nr() {
|
|
752
|
+
Je = setInterval(() => {
|
|
753
|
+
(!ie || ie.closed) && (Je && clearInterval(Je), Ne());
|
|
729
754
|
}, Ft);
|
|
730
755
|
}
|
|
731
|
-
function
|
|
732
|
-
const
|
|
756
|
+
function or(o) {
|
|
757
|
+
const f = Qt(o), d = zt, s = Ht, u = window.screenLeft !== void 0 ? window.screenLeft : window.screenX, g = window.screenTop !== void 0 ? window.screenTop : window.screenY, m = window.innerWidth || document.documentElement.clientWidth || window.screen.width, y = window.innerHeight || document.documentElement.clientHeight || window.screen.height, v = m / window.screen.availWidth, k = (m - d) / 2 / v + u, A = (y - s) / 2 / v + g, Z = [
|
|
733
758
|
"scrollbars=yes",
|
|
734
759
|
`width=${d}`,
|
|
735
760
|
`height=${s}`,
|
|
736
|
-
`top=${
|
|
737
|
-
`left=${
|
|
738
|
-
].join(","),
|
|
739
|
-
|
|
761
|
+
`top=${A}`,
|
|
762
|
+
`left=${k}`
|
|
763
|
+
].join(","), B = window.open("about:blank", "Soyio", Z);
|
|
764
|
+
B ? (ie = B, ie.location.href = f, document.body.style.filter = "blur(5px)", document.body.addEventListener("click", Ze), Ze(), nr()) : (Ne(), alert("Debes habilitar las ventanas emergentes para poder iniciar el flujo."));
|
|
740
765
|
}
|
|
741
|
-
function
|
|
742
|
-
|
|
766
|
+
function sr() {
|
|
767
|
+
ie && (ie.close(), ie = null), Ne();
|
|
743
768
|
}
|
|
744
769
|
let me = null;
|
|
745
|
-
function
|
|
770
|
+
function fr() {
|
|
746
771
|
me && (me.cancel(), me = null);
|
|
747
772
|
}
|
|
748
|
-
function
|
|
749
|
-
return
|
|
750
|
-
const { onEvent:
|
|
751
|
-
me &&
|
|
752
|
-
return
|
|
773
|
+
function ar(o) {
|
|
774
|
+
return M(this, null, function* () {
|
|
775
|
+
const { onEvent: f } = o, d = yield Promise.resolve().then(() => ve);
|
|
776
|
+
me && fr(), me = d.on(Ji, (u) => M(null, [u], function* ({ data: s }) {
|
|
777
|
+
return f(s), Bt.includes(s.eventName) ? sr() : s.eventName === jt && Ne(), Promise.resolve();
|
|
753
778
|
}));
|
|
754
779
|
});
|
|
755
780
|
}
|
|
756
|
-
function
|
|
757
|
-
|
|
781
|
+
function dr(o) {
|
|
782
|
+
ar(o);
|
|
758
783
|
}
|
|
759
|
-
var
|
|
760
|
-
class
|
|
761
|
-
constructor(
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
this.onEvent =
|
|
765
|
-
onEvent:
|
|
784
|
+
var Le, Ki;
|
|
785
|
+
class br {
|
|
786
|
+
constructor(f) {
|
|
787
|
+
Wi(this, Le);
|
|
788
|
+
R(this, "onEvent");
|
|
789
|
+
this.onEvent = f.onEvent, Ae && (or(f), dr({
|
|
790
|
+
onEvent: Oi(this, Le, Ki).bind(this)
|
|
766
791
|
}));
|
|
767
792
|
}
|
|
768
793
|
}
|
|
769
|
-
|
|
770
|
-
this.onEvent(
|
|
794
|
+
Le = new WeakSet(), Ki = function(f) {
|
|
795
|
+
this.onEvent(f);
|
|
771
796
|
};
|
|
772
|
-
const dr = "#/definitions/SoyioAppearance", cr = "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"},"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"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"}}`), br = {
|
|
773
|
-
$ref:
|
|
774
|
-
$schema:
|
|
775
|
-
definitions:
|
|
776
|
-
}, lr = "#/definitions/SoyioWidgetConfig", Sr = "http://json-schema.org/draft-07/schema#", ur = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"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"},"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"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"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"},"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"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), wr = {
|
|
777
|
-
$ref:
|
|
778
|
-
$schema:
|
|
779
|
-
definitions:
|
|
797
|
+
const cr = "#/definitions/SoyioAppearance", pr = "http://json-schema.org/draft-07/schema#", lr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"}}`), wr = {
|
|
798
|
+
$ref: cr,
|
|
799
|
+
$schema: pr,
|
|
800
|
+
definitions: lr
|
|
801
|
+
}, Sr = "#/definitions/SoyioWidgetConfig", ur = "http://json-schema.org/draft-07/schema#", Cr = /* @__PURE__ */ JSON.parse(`{"CSSProperties":{"additionalProperties":false,"properties":{"WebkitAppearance":{"type":"string"},"accentColor":{"type":"string"},"alignItems":{"enum":["flex-start","flex-end","center","baseline","stretch"],"type":"string"},"appearance":{"type":"string"},"backgroundColor":{"type":"string"},"border":{"type":"string"},"borderBottom":{"type":"string"},"borderBottomColor":{"type":"string"},"borderBottomLeftRadius":{"type":"string"},"borderBottomRightRadius":{"type":"string"},"borderBottomStyle":{"type":"string"},"borderBottomWidth":{"type":"string"},"borderColor":{"type":"string"},"borderLeft":{"type":"string"},"borderLeftColor":{"type":"string"},"borderLeftStyle":{"type":"string"},"borderLeftWidth":{"type":"string"},"borderRadius":{"type":"string"},"borderRight":{"type":"string"},"borderRightColor":{"type":"string"},"borderRightStyle":{"type":"string"},"borderRightWidth":{"type":"string"},"borderStyle":{"type":"string"},"borderTop":{"type":"string"},"borderTopColor":{"type":"string"},"borderTopLeftRadius":{"type":"string"},"borderTopRightRadius":{"type":"string"},"borderTopStyle":{"type":"string"},"borderTopWidth":{"type":"string"},"borderWidth":{"type":"string"},"bottom":{"type":"string"},"boxShadow":{"type":"string"},"color":{"type":"string"},"cursor":{"type":"string"},"display":{"enum":["block","inline","inline-block","flex","inline-flex","grid","inline-grid","none"],"type":"string"},"fill":{"type":"string"},"fillOpacity":{"type":"number"},"flex":{"type":"string"},"flexDirection":{"enum":["row","row-reverse","column","column-reverse"],"type":"string"},"flexWrap":{"enum":["nowrap","wrap","wrap-reverse"],"type":"string"},"fontFamily":{"type":"string"},"fontSize":{"type":"string"},"fontVariant":{"type":"string"},"fontWeight":{"type":["string","number"]},"gap":{"type":"string"},"height":{"type":"string"},"justifyContent":{"enum":["flex-start","flex-end","center","space-between","space-around","space-evenly"],"type":"string"},"left":{"type":"string"},"letterSpacing":{"type":"string"},"lineHeight":{"type":["string","number"]},"margin":{"type":"string"},"marginBottom":{"type":"string"},"marginLeft":{"type":"string"},"marginRight":{"type":"string"},"marginTop":{"type":"string"},"mozOsxFontSmoothing":{"enum":["auto","grayscale","unset"],"type":"string"},"opacity":{"type":"number"},"outline":{"type":"string"},"outlineOffset":{"type":"string"},"overflow":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowX":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"overflowY":{"enum":["visible","hidden","scroll","auto"],"type":"string"},"padding":{"type":"string"},"paddingBottom":{"type":"string"},"paddingLeft":{"type":"string"},"paddingRight":{"type":"string"},"paddingTop":{"type":"string"},"position":{"enum":["static","relative","absolute","fixed","sticky"],"type":"string"},"right":{"type":"string"},"textAlign":{"enum":["left","right","center","justify"],"type":"string"},"textDecoration":{"type":"string"},"textTransform":{"enum":["none","capitalize","uppercase","lowercase"],"type":"string"},"top":{"type":"string"},"transform":{"type":"string"},"transformOrigin":{"type":"string"},"transition":{"type":"string"},"transitionDelay":{"type":"string"},"transitionDuration":{"type":"string"},"transitionProperty":{"type":"string"},"transitionTimingFunction":{"type":"string"},"visibility":{"enum":["visible","hidden","collapse"],"type":"string"},"webkitFontSmoothing":{"enum":["auto","antialiased","subpixel-antialiased"],"type":"string"},"webkitTextFillColor":{"type":"string"},"whiteSpace":{"enum":["normal","nowrap","pre","pre-wrap","pre-line"],"type":"string"},"width":{"type":"string"},"wordBreak":{"enum":["normal","break-all","keep-all","break-word"],"type":"string"},"zIndex":{"type":["number","string"]}},"type":"object"},"ConsentConfig":{"additionalProperties":false,"properties":{"actionToken":{"type":"string"},"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentTemplateId":{"type":"string"},"context":{"type":"string"},"developmentUrl":{"type":"string"},"entityId":{"type":"string"},"isSandbox":{"type":"boolean"},"mandatoryReconsentBehavior":{"enum":["notice","askAgain"],"type":"string"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"optionalReconsentBehavior":{"enum":["notice","askAgain","hide"],"type":"string"}},"required":["consentTemplateId","onEvent"],"type":"object"},"DataSubject":{"enum":["anonymous_user","citizen_voter","commuter","consultant","customer","employee","job_applicant","next_of_kin","passenger","patient","prospect","shareholder","supplier_vendor","trainee","visitor"],"type":"string"},"IconWeight":{"enum":["thin","light","regular","bold","fill","duotone"],"type":"string"},"PrivacyCenterConfig":{"anyOf":[{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"companyId":{"type":"string"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["companyId","onEvent"],"type":"object"},{"additionalProperties":false,"properties":{"allowGranularScopeSelection":{"type":"boolean"},"appearance":{"$ref":"#/definitions/SoyioAppearance"},"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementConfig"},"consentMode":{"enum":["immediate","batch"],"type":"string"},"consentRetentionPeriod":{"type":"string"},"content":{"$ref":"#/definitions/PrivacyCenterContentConfig"},"dataSubjects":{"items":{"$ref":"#/definitions/DataSubject"},"type":"array"},"demo":{"type":"boolean"},"developmentUrl":{"type":"string"},"enabledFeatures":{"items":{"$ref":"#/definitions/PrivacyManagerFeature"},"type":"array"},"enabledRights":{"items":{"$ref":"#/definitions/PrivacyCenterRight"},"type":"array"},"fileRequisites":{"additionalProperties":false,"properties":{"allowedExtensions":{"items":{"type":"string"},"type":"array"},"maxFileSize":{"type":"number"}},"type":"object"},"groupConsentsByScope":{"type":"boolean"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"isSandbox":{"type":"boolean"},"onEvent":{"$comment":"(event: TEvent) => void","properties":{"namedArgs":{"additionalProperties":false,"properties":{"event":{"additionalProperties":{},"type":"object"}},"required":["event"],"type":"object"}},"type":"object"},"onReady":{"$comment":"() => void"},"redecOperationIds":{"items":{"$ref":"#/definitions/RedecOperationId"},"type":"array"},"requestReference":{"type":"string"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"},"sessionToken":{"type":"string"},"showBatchConsentConfirmation":{"type":"boolean"}},"required":["onEvent","sessionToken"],"type":"object"}]},"PrivacyCenterConsentManagementConfig":{"additionalProperties":false,"properties":{"scopeGroups":{"items":{"$ref":"#/definitions/PrivacyCenterConsentManagementScopeGroupConfig"},"minItems":1,"type":"array"}},"type":"object"},"PrivacyCenterConsentManagementCopyConfig":{"additionalProperties":false,"properties":{"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"}},"type":"object"},"PrivacyCenterConsentManagementScopeGroupConfig":{"additionalProperties":false,"properties":{"scopes":{"items":{"$ref":"#/definitions/PrivacyCenterScopeReference"},"minItems":1,"type":"array"},"title":{"type":"string"}},"required":["title","scopes"],"type":"object"},"PrivacyCenterContentConfig":{"additionalProperties":false,"properties":{"consentManagement":{"$ref":"#/definitions/PrivacyCenterConsentManagementCopyConfig"},"header":{"$ref":"#/definitions/PrivacyCenterHeaderCopyConfig"},"rightExamples":{"additionalProperties":false,"properties":{"access":{"type":"string"},"opposition":{"type":"string"},"portability":{"type":"string"},"rectification":{"type":"string"},"redec_cancellation":{"type":"string"},"redec_complementation":{"type":"string"},"redec_rectification":{"type":"string"},"redec_update":{"type":"string"},"suppression":{"type":"string"}},"type":"object"}},"type":"object"},"PrivacyCenterHeaderCopyConfig":{"additionalProperties":false,"properties":{"description":{"type":"string"},"title":{"type":"string"}},"type":"object"},"PrivacyCenterRight":{"enum":["arsop","redec"],"type":"string"},"PrivacyCenterScopeReference":{"additionalProperties":false,"properties":{"scopeId":{"type":"string"},"scopeType":{"enum":["product","branch"],"type":"string"}},"required":["scopeType","scopeId"],"type":"object"},"PrivacyManagerFeature":{"enum":["DataSubjectRequest","ConsentManagement","RequestTracking"],"type":"string"},"RedecOperationId":{"additionalProperties":false,"properties":{"id":{"type":"string"},"label":{"type":"string"}},"required":["id","label"],"type":"object"},"SoyioAppearance":{"additionalProperties":false,"properties":{"config":{"$ref":"#/definitions/SoyioAppearanceConfig"},"rules":{"$ref":"#/definitions/SoyioRule"},"theme":{"$ref":"#/definitions/SoyioTheme"},"variables":{"$ref":"#/definitions/SoyioAppearanceVariables"}},"type":"object"},"SoyioAppearanceConfig":{"additionalProperties":false,"properties":{"brandTheme":{"default":"default","description":"Theme variant for branded elements like the footer.\\n- 'default': Standard Soyio brand colors (purple/indigo)\\n- 'dark': Dark mode with gray tones\\n- 'light': Mono color light version","enum":["default","dark","light"],"type":"string"},"consentControl":{"default":"switch","description":"Control type for consent items.\\n- 'switch': Toggle switch (default)\\n- 'checkbox': Checkbox","enum":["switch","checkbox"],"type":"string"},"consentManagementColumns":{"default":2,"description":"Number of columns in the consent management grid.","enum":[1,2,3,4],"type":"number"},"helperTextPosition":{"enum":["top","bottom"],"type":"string"},"hintIcon":{"default":"Question","description":"Icon name to use for hint/help tooltips on input labels. Available icons: 'Question' (default), 'Info', 'QuestionMark', etc.","type":"string"},"icon":{"$ref":"#/definitions/SoyioIconConfig","description":"Global icon appearance configuration. Controls default weight and size for all icons."},"iconRules":{"additionalProperties":{"$ref":"#/definitions/SoyioIconConfig"},"description":"Per-component icon overrides. Allows customizing icon styles for specific components.","type":"object"},"mainPageColumns":{"default":2,"description":"Number of columns in the main page feature cards grid.","enum":[1,2,3,4],"type":"number"},"showConsentManagementHeader":{"type":"boolean"},"showHeader":{"type":"boolean"}},"type":"object"},"SoyioAppearanceVariables":{"additionalProperties":false,"properties":{"borderRadius":{"type":"string"},"borderStyle":{"type":"string"},"borderWidth":{"type":"string"},"colorBackground":{"type":"string"},"colorBorder":{"type":"string"},"colorBorderMuted":{"type":"string"},"colorDanger":{"type":"string"},"colorDangerBg":{"type":"string"},"colorInfo":{"type":"string"},"colorInfoBg":{"type":"string"},"colorInputErrorFocus":{"type":"string"},"colorInputFocus":{"type":"string"},"colorLink":{"type":"string"},"colorOverlay":{"type":"string"},"colorPrimary":{"type":"string"},"colorPrimarySurface":{"type":"string"},"colorSecondary":{"type":"string"},"colorSelectArrow":{"type":"string"},"colorSuccess":{"type":"string"},"colorSuccessBg":{"type":"string"},"colorSurface":{"type":"string"},"colorSurfaceMuted":{"type":"string"},"colorSurfaceStrong":{"type":"string"},"colorSwitchBorder":{"type":"string"},"colorText":{"type":"string"},"colorTextInverted":{"type":"string"},"colorTextSecondary":{"type":"string"},"colorTextSubtle":{"type":"string"},"colorTextTitle":{"type":"string"},"colorWarning":{"type":"string"},"colorWarningBg":{"type":"string"},"dataUseIconColor":{"type":"string"},"fontFamily":{"type":"string"},"fontFamilyBody":{"type":"string"},"fontFamilyTitle":{"type":"string"},"fontSizeBase":{"type":"string"}},"type":"object"},"SoyioIconConfig":{"additionalProperties":false,"properties":{"dataUseVariant":{"description":"Override variant for data use icons in consent management. If not set, uses the company's configured iconVariant.","enum":["duotone","outline","solid"],"type":"string"},"size":{"default":24,"description":"Default icon size in pixels.","type":"number"},"weight":{"$ref":"#/definitions/IconWeight","default":"regular","description":"Icon weight/style variant.\\n- thin: Thinnest stroke\\n- light: Light stroke\\n- regular: Default stroke (default)\\n- bold: Bold stroke\\n- fill: Filled/solid icons\\n- duotone: Two-tone icons with opacity"}},"type":"object"},"SoyioRule":{"additionalProperties":{"$ref":"#/definitions/CSSProperties"},"properties":{".Alert":{"$ref":"#/definitions/CSSProperties"},".Alert--checked":{"$ref":"#/definitions/CSSProperties"},".Alert--error":{"$ref":"#/definitions/CSSProperties"},".Alert--info":{"$ref":"#/definitions/CSSProperties"},".Alert--note":{"$ref":"#/definitions/CSSProperties"},".Alert--success":{"$ref":"#/definitions/CSSProperties"},".Alert--warning":{"$ref":"#/definitions/CSSProperties"},".Alert::placeholder":{"$ref":"#/definitions/CSSProperties"},".Alert::selection":{"$ref":"#/definitions/CSSProperties"},".Alert:active":{"$ref":"#/definitions/CSSProperties"},".Alert:autofill":{"$ref":"#/definitions/CSSProperties"},".Alert:disabled":{"$ref":"#/definitions/CSSProperties"},".Alert:focus":{"$ref":"#/definitions/CSSProperties"},".Alert:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Alert:hover":{"$ref":"#/definitions/CSSProperties"},".AlertContent":{"$ref":"#/definitions/CSSProperties"},".AlertContent--checked":{"$ref":"#/definitions/CSSProperties"},".AlertContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertContent::selection":{"$ref":"#/definitions/CSSProperties"},".AlertContent:active":{"$ref":"#/definitions/CSSProperties"},".AlertContent:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertContent:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus":{"$ref":"#/definitions/CSSProperties"},".AlertContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertContent:hover":{"$ref":"#/definitions/CSSProperties"},".AlertIcon":{"$ref":"#/definitions/CSSProperties"},".AlertIcon--checked":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".AlertIcon::selection":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:active":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".AlertIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Button":{"$ref":"#/definitions/CSSProperties"},".Button--checked":{"$ref":"#/definitions/CSSProperties"},".Button::placeholder":{"$ref":"#/definitions/CSSProperties"},".Button::selection":{"$ref":"#/definitions/CSSProperties"},".Button:active":{"$ref":"#/definitions/CSSProperties"},".Button:autofill":{"$ref":"#/definitions/CSSProperties"},".Button:disabled":{"$ref":"#/definitions/CSSProperties"},".Button:focus":{"$ref":"#/definitions/CSSProperties"},".Button:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Button:hover":{"$ref":"#/definitions/CSSProperties"},".Card":{"$ref":"#/definitions/CSSProperties"},".Card--checked":{"$ref":"#/definitions/CSSProperties"},".Card::placeholder":{"$ref":"#/definitions/CSSProperties"},".Card::selection":{"$ref":"#/definitions/CSSProperties"},".Card:active":{"$ref":"#/definitions/CSSProperties"},".Card:autofill":{"$ref":"#/definitions/CSSProperties"},".Card:disabled":{"$ref":"#/definitions/CSSProperties"},".Card:focus":{"$ref":"#/definitions/CSSProperties"},".Card:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Card:hover":{"$ref":"#/definitions/CSSProperties"},".CardTitle":{"$ref":"#/definitions/CSSProperties"},".CardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".CardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".CardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".CardTitle:active":{"$ref":"#/definitions/CSSProperties"},".CardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".CardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".CardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".CategoryTag":{"$ref":"#/definitions/CSSProperties"},".CategoryTag--checked":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::placeholder":{"$ref":"#/definitions/CSSProperties"},".CategoryTag::selection":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:active":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:autofill":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:disabled":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CategoryTag:hover":{"$ref":"#/definitions/CSSProperties"},".Checkbox":{"$ref":"#/definitions/CSSProperties"},".Checkbox--checked":{"$ref":"#/definitions/CSSProperties"},".Checkbox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Checkbox::selection":{"$ref":"#/definitions/CSSProperties"},".Checkbox:active":{"$ref":"#/definitions/CSSProperties"},".Checkbox:autofill":{"$ref":"#/definitions/CSSProperties"},".Checkbox:disabled":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus":{"$ref":"#/definitions/CSSProperties"},".Checkbox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Checkbox:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxCheck:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxInput:hover":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel--checked":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel::selection":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:active":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".CheckboxLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Chip":{"$ref":"#/definitions/CSSProperties"},".Chip--amber":{"$ref":"#/definitions/CSSProperties"},".Chip--checked":{"$ref":"#/definitions/CSSProperties"},".Chip--green":{"$ref":"#/definitions/CSSProperties"},".Chip--info":{"$ref":"#/definitions/CSSProperties"},".Chip--red":{"$ref":"#/definitions/CSSProperties"},".Chip::placeholder":{"$ref":"#/definitions/CSSProperties"},".Chip::selection":{"$ref":"#/definitions/CSSProperties"},".Chip:active":{"$ref":"#/definitions/CSSProperties"},".Chip:autofill":{"$ref":"#/definitions/CSSProperties"},".Chip:disabled":{"$ref":"#/definitions/CSSProperties"},".Chip:focus":{"$ref":"#/definitions/CSSProperties"},".Chip:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Chip:hover":{"$ref":"#/definitions/CSSProperties"},".Combobox":{"$ref":"#/definitions/CSSProperties"},".Combobox--checked":{"$ref":"#/definitions/CSSProperties"},".Combobox::placeholder":{"$ref":"#/definitions/CSSProperties"},".Combobox::selection":{"$ref":"#/definitions/CSSProperties"},".Combobox:active":{"$ref":"#/definitions/CSSProperties"},".Combobox:autofill":{"$ref":"#/definitions/CSSProperties"},".Combobox:disabled":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus":{"$ref":"#/definitions/CSSProperties"},".Combobox:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Combobox:hover":{"$ref":"#/definitions/CSSProperties"},".Description":{"$ref":"#/definitions/CSSProperties"},".Description--checked":{"$ref":"#/definitions/CSSProperties"},".Description::placeholder":{"$ref":"#/definitions/CSSProperties"},".Description::selection":{"$ref":"#/definitions/CSSProperties"},".Description:active":{"$ref":"#/definitions/CSSProperties"},".Description:autofill":{"$ref":"#/definitions/CSSProperties"},".Description:disabled":{"$ref":"#/definitions/CSSProperties"},".Description:focus":{"$ref":"#/definitions/CSSProperties"},".Description:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Description:hover":{"$ref":"#/definitions/CSSProperties"},".Dialog":{"$ref":"#/definitions/CSSProperties"},".Dialog--checked":{"$ref":"#/definitions/CSSProperties"},".Dialog::placeholder":{"$ref":"#/definitions/CSSProperties"},".Dialog::selection":{"$ref":"#/definitions/CSSProperties"},".Dialog:active":{"$ref":"#/definitions/CSSProperties"},".Dialog:autofill":{"$ref":"#/definitions/CSSProperties"},".Dialog:disabled":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus":{"$ref":"#/definitions/CSSProperties"},".Dialog:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Dialog:hover":{"$ref":"#/definitions/CSSProperties"},".DialogContent":{"$ref":"#/definitions/CSSProperties"},".DialogContent--checked":{"$ref":"#/definitions/CSSProperties"},".DialogContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogContent::selection":{"$ref":"#/definitions/CSSProperties"},".DialogContent:active":{"$ref":"#/definitions/CSSProperties"},".DialogContent:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogContent:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus":{"$ref":"#/definitions/CSSProperties"},".DialogContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogContent:hover":{"$ref":"#/definitions/CSSProperties"},".DialogDescription":{"$ref":"#/definitions/CSSProperties"},".DialogDescription--checked":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogDescription::selection":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:active":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogDescription:hover":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay--checked":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay::selection":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:active":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogOverlay:hover":{"$ref":"#/definitions/CSSProperties"},".DialogTitle":{"$ref":"#/definitions/CSSProperties"},".DialogTitle--checked":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".DialogTitle::selection":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:active":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".DialogTitle:hover":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage--checked":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::placeholder":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage::selection":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:active":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:autofill":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:disabled":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:focus-visible":{"$ref":"#/definitions/CSSProperties"},".ErrorMessage:hover":{"$ref":"#/definitions/CSSProperties"},".HintIcon":{"$ref":"#/definitions/CSSProperties"},".HintIcon--checked":{"$ref":"#/definitions/CSSProperties"},".HintIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".HintIcon::selection":{"$ref":"#/definitions/CSSProperties"},".HintIcon:active":{"$ref":"#/definitions/CSSProperties"},".HintIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".HintIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus":{"$ref":"#/definitions/CSSProperties"},".HintIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".HintIcon:hover":{"$ref":"#/definitions/CSSProperties"},".Input":{"$ref":"#/definitions/CSSProperties"},".Input--checked":{"$ref":"#/definitions/CSSProperties"},".Input--error":{"$ref":"#/definitions/CSSProperties"},".Input::placeholder":{"$ref":"#/definitions/CSSProperties"},".Input::selection":{"$ref":"#/definitions/CSSProperties"},".Input:active":{"$ref":"#/definitions/CSSProperties"},".Input:autofill":{"$ref":"#/definitions/CSSProperties"},".Input:disabled":{"$ref":"#/definitions/CSSProperties"},".Input:focus":{"$ref":"#/definitions/CSSProperties"},".Input:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Input:hover":{"$ref":"#/definitions/CSSProperties"},".Label":{"$ref":"#/definitions/CSSProperties"},".Label--checked":{"$ref":"#/definitions/CSSProperties"},".Label::placeholder":{"$ref":"#/definitions/CSSProperties"},".Label::selection":{"$ref":"#/definitions/CSSProperties"},".Label:active":{"$ref":"#/definitions/CSSProperties"},".Label:autofill":{"$ref":"#/definitions/CSSProperties"},".Label:disabled":{"$ref":"#/definitions/CSSProperties"},".Label:focus":{"$ref":"#/definitions/CSSProperties"},".Label:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Label:hover":{"$ref":"#/definitions/CSSProperties"},".Link":{"$ref":"#/definitions/CSSProperties"},".Link--checked":{"$ref":"#/definitions/CSSProperties"},".Link::placeholder":{"$ref":"#/definitions/CSSProperties"},".Link::selection":{"$ref":"#/definitions/CSSProperties"},".Link:active":{"$ref":"#/definitions/CSSProperties"},".Link:autofill":{"$ref":"#/definitions/CSSProperties"},".Link:disabled":{"$ref":"#/definitions/CSSProperties"},".Link:focus":{"$ref":"#/definitions/CSSProperties"},".Link:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Link:hover":{"$ref":"#/definitions/CSSProperties"},".Loader":{"$ref":"#/definitions/CSSProperties"},".Loader--checked":{"$ref":"#/definitions/CSSProperties"},".Loader::placeholder":{"$ref":"#/definitions/CSSProperties"},".Loader::selection":{"$ref":"#/definitions/CSSProperties"},".Loader:active":{"$ref":"#/definitions/CSSProperties"},".Loader:autofill":{"$ref":"#/definitions/CSSProperties"},".Loader:disabled":{"$ref":"#/definitions/CSSProperties"},".Loader:focus":{"$ref":"#/definitions/CSSProperties"},".Loader:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Loader:hover":{"$ref":"#/definitions/CSSProperties"},".MainContainer":{"$ref":"#/definitions/CSSProperties"},".MainContainer--checked":{"$ref":"#/definitions/CSSProperties"},".MainContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".MainContainer::selection":{"$ref":"#/definitions/CSSProperties"},".MainContainer:active":{"$ref":"#/definitions/CSSProperties"},".MainContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".MainContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus":{"$ref":"#/definitions/CSSProperties"},".MainContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".MainContainer:hover":{"$ref":"#/definitions/CSSProperties"},".NinInput":{"$ref":"#/definitions/CSSProperties"},".NinInput--checked":{"$ref":"#/definitions/CSSProperties"},".NinInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".NinInput::selection":{"$ref":"#/definitions/CSSProperties"},".NinInput:active":{"$ref":"#/definitions/CSSProperties"},".NinInput:autofill":{"$ref":"#/definitions/CSSProperties"},".NinInput:disabled":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus":{"$ref":"#/definitions/CSSProperties"},".NinInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".NinInput:hover":{"$ref":"#/definitions/CSSProperties"},".Radio":{"$ref":"#/definitions/CSSProperties"},".Radio--checked":{"$ref":"#/definitions/CSSProperties"},".Radio::placeholder":{"$ref":"#/definitions/CSSProperties"},".Radio::selection":{"$ref":"#/definitions/CSSProperties"},".Radio:active":{"$ref":"#/definitions/CSSProperties"},".Radio:autofill":{"$ref":"#/definitions/CSSProperties"},".Radio:disabled":{"$ref":"#/definitions/CSSProperties"},".Radio:focus":{"$ref":"#/definitions/CSSProperties"},".Radio:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Radio:hover":{"$ref":"#/definitions/CSSProperties"},".RadioButton":{"$ref":"#/definitions/CSSProperties"},".RadioButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCard":{"$ref":"#/definitions/CSSProperties"},".RadioCard--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCard::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCard::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCard:active":{"$ref":"#/definitions/CSSProperties"},".RadioCard:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCard:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCard:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCard:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardButton:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle--checked":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle::selection":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:active":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioCardTitle:hover":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:active":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".RadioLabel":{"$ref":"#/definitions/CSSProperties"},".RadioLabel--checked":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::placeholder":{"$ref":"#/definitions/CSSProperties"},".RadioLabel::selection":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:active":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:autofill":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:disabled":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:focus-visible":{"$ref":"#/definitions/CSSProperties"},".RadioLabel:hover":{"$ref":"#/definitions/CSSProperties"},".Select":{"$ref":"#/definitions/CSSProperties"},".Select--checked":{"$ref":"#/definitions/CSSProperties"},".Select::placeholder":{"$ref":"#/definitions/CSSProperties"},".Select::selection":{"$ref":"#/definitions/CSSProperties"},".Select:active":{"$ref":"#/definitions/CSSProperties"},".Select:autofill":{"$ref":"#/definitions/CSSProperties"},".Select:disabled":{"$ref":"#/definitions/CSSProperties"},".Select:focus":{"$ref":"#/definitions/CSSProperties"},".Select:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Select:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicator":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--completed":{"$ref":"#/definitions/CSSProperties"},".StepIndicator--pending":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicator::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicator:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorContainer:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorDot:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorIcon:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--bottom":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine--top":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorLine:hover":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber--checked":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber::selection":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:active":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:autofill":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:disabled":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepIndicatorNumber:hover":{"$ref":"#/definitions/CSSProperties"},".StepTitle":{"$ref":"#/definitions/CSSProperties"},".StepTitle--checked":{"$ref":"#/definitions/CSSProperties"},".StepTitle::placeholder":{"$ref":"#/definitions/CSSProperties"},".StepTitle::selection":{"$ref":"#/definitions/CSSProperties"},".StepTitle:active":{"$ref":"#/definitions/CSSProperties"},".StepTitle:autofill":{"$ref":"#/definitions/CSSProperties"},".StepTitle:disabled":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus":{"$ref":"#/definitions/CSSProperties"},".StepTitle:focus-visible":{"$ref":"#/definitions/CSSProperties"},".StepTitle:hover":{"$ref":"#/definitions/CSSProperties"},".Switch":{"$ref":"#/definitions/CSSProperties"},".Switch--checked":{"$ref":"#/definitions/CSSProperties"},".Switch::placeholder":{"$ref":"#/definitions/CSSProperties"},".Switch::selection":{"$ref":"#/definitions/CSSProperties"},".Switch:active":{"$ref":"#/definitions/CSSProperties"},".Switch:autofill":{"$ref":"#/definitions/CSSProperties"},".Switch:disabled":{"$ref":"#/definitions/CSSProperties"},".Switch:focus":{"$ref":"#/definitions/CSSProperties"},".Switch:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Switch:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:active":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchIcon:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:active":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchRoot:hover":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb--checked":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::placeholder":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb::selection":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:active":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:autofill":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:disabled":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:focus-visible":{"$ref":"#/definitions/CSSProperties"},".SwitchThumb:hover":{"$ref":"#/definitions/CSSProperties"},".TextArea":{"$ref":"#/definitions/CSSProperties"},".TextArea--checked":{"$ref":"#/definitions/CSSProperties"},".TextArea::placeholder":{"$ref":"#/definitions/CSSProperties"},".TextArea::selection":{"$ref":"#/definitions/CSSProperties"},".TextArea:active":{"$ref":"#/definitions/CSSProperties"},".TextArea:autofill":{"$ref":"#/definitions/CSSProperties"},".TextArea:disabled":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus":{"$ref":"#/definitions/CSSProperties"},".TextArea:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TextArea:hover":{"$ref":"#/definitions/CSSProperties"},".Title":{"$ref":"#/definitions/CSSProperties"},".Title--checked":{"$ref":"#/definitions/CSSProperties"},".Title::placeholder":{"$ref":"#/definitions/CSSProperties"},".Title::selection":{"$ref":"#/definitions/CSSProperties"},".Title:active":{"$ref":"#/definitions/CSSProperties"},".Title:autofill":{"$ref":"#/definitions/CSSProperties"},".Title:disabled":{"$ref":"#/definitions/CSSProperties"},".Title:focus":{"$ref":"#/definitions/CSSProperties"},".Title:focus-visible":{"$ref":"#/definitions/CSSProperties"},".Title:hover":{"$ref":"#/definitions/CSSProperties"},".TooltipContent":{"$ref":"#/definitions/CSSProperties"},".TooltipContent--checked":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::placeholder":{"$ref":"#/definitions/CSSProperties"},".TooltipContent::selection":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:active":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:autofill":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:disabled":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TooltipContent:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInput:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputCell:hover":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator--checked":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::placeholder":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator::selection":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:active":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:autofill":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:disabled":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:focus-visible":{"$ref":"#/definitions/CSSProperties"},".TrackingCodeInputSeparator:hover":{"$ref":"#/definitions/CSSProperties"}},"type":"object"},"SoyioTheme":{"enum":["soyio","night","flat"],"type":"string"},"SoyioWidgetConfig":{"anyOf":[{"$ref":"#/definitions/PrivacyCenterConfig"},{"$ref":"#/definitions/ConsentConfig"}],"description":"Combined configuration type for generating the JSON schema. This includes all possible configuration options for both PrivacyCenterBox and ConsentBox."}}`), Ir = {
|
|
802
|
+
$ref: Sr,
|
|
803
|
+
$schema: ur,
|
|
804
|
+
definitions: Cr
|
|
780
805
|
};
|
|
781
|
-
function
|
|
806
|
+
function hr(o) {
|
|
782
807
|
return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
|
|
783
808
|
}
|
|
784
|
-
var
|
|
785
|
-
function
|
|
786
|
-
return
|
|
809
|
+
var Ke = { exports: {} }, De = { exports: {} }, Pr = De.exports, Ui;
|
|
810
|
+
function gr() {
|
|
811
|
+
return Ui || (Ui = 1, function(o, f) {
|
|
787
812
|
(function(d, s) {
|
|
788
813
|
o.exports = s();
|
|
789
|
-
})(typeof self != "undefined" ? self :
|
|
814
|
+
})(typeof self != "undefined" ? self : Pr, function() {
|
|
790
815
|
return function(d) {
|
|
791
816
|
var s = {};
|
|
792
|
-
function u(
|
|
793
|
-
if (s[
|
|
794
|
-
var m = s[
|
|
795
|
-
i:
|
|
817
|
+
function u(g) {
|
|
818
|
+
if (s[g]) return s[g].exports;
|
|
819
|
+
var m = s[g] = {
|
|
820
|
+
i: g,
|
|
796
821
|
l: !1,
|
|
797
822
|
exports: {}
|
|
798
823
|
};
|
|
799
|
-
return d[
|
|
824
|
+
return d[g].call(m.exports, m, m.exports, u), m.l = !0, m.exports;
|
|
800
825
|
}
|
|
801
|
-
return u.m = d, u.c = s, u.d = function(
|
|
802
|
-
u.o(
|
|
826
|
+
return u.m = d, u.c = s, u.d = function(g, m, y) {
|
|
827
|
+
u.o(g, m) || Object.defineProperty(g, m, {
|
|
803
828
|
enumerable: !0,
|
|
804
829
|
get: y
|
|
805
830
|
});
|
|
806
|
-
}, u.r = function(
|
|
807
|
-
typeof Symbol != "undefined" && Symbol.toStringTag && Object.defineProperty(
|
|
831
|
+
}, u.r = function(g) {
|
|
832
|
+
typeof Symbol != "undefined" && Symbol.toStringTag && Object.defineProperty(g, Symbol.toStringTag, {
|
|
808
833
|
value: "Module"
|
|
809
|
-
}), Object.defineProperty(
|
|
834
|
+
}), Object.defineProperty(g, "__esModule", {
|
|
810
835
|
value: !0
|
|
811
836
|
});
|
|
812
|
-
}, u.t = function(
|
|
813
|
-
if (1 & m && (
|
|
837
|
+
}, u.t = function(g, m) {
|
|
838
|
+
if (1 & m && (g = u(g)), 8 & m || 4 & m && typeof g == "object" && g && g.__esModule) return g;
|
|
814
839
|
var y = /* @__PURE__ */ Object.create(null);
|
|
815
840
|
if (u.r(y), Object.defineProperty(y, "default", {
|
|
816
841
|
enumerable: !0,
|
|
817
|
-
value:
|
|
818
|
-
}), 2 & m && typeof
|
|
819
|
-
return
|
|
820
|
-
}.bind(null,
|
|
842
|
+
value: g
|
|
843
|
+
}), 2 & m && typeof g != "string") for (var v in g) u.d(y, v, function(k) {
|
|
844
|
+
return g[k];
|
|
845
|
+
}.bind(null, v));
|
|
821
846
|
return y;
|
|
822
|
-
}, u.n = function(
|
|
823
|
-
var m =
|
|
824
|
-
return
|
|
847
|
+
}, u.n = function(g) {
|
|
848
|
+
var m = g && g.__esModule ? function() {
|
|
849
|
+
return g.default;
|
|
825
850
|
} : function() {
|
|
826
|
-
return
|
|
851
|
+
return g;
|
|
827
852
|
};
|
|
828
853
|
return u.d(m, "a", m), m;
|
|
829
|
-
}, u.o = function(
|
|
830
|
-
return {}.hasOwnProperty.call(
|
|
854
|
+
}, u.o = function(g, m) {
|
|
855
|
+
return {}.hasOwnProperty.call(g, m);
|
|
831
856
|
}, u.p = "", u(u.s = 0);
|
|
832
857
|
}([function(d, s, u) {
|
|
833
858
|
u.r(s), u.d(s, "Promise", function() {
|
|
834
|
-
return
|
|
859
|
+
return x;
|
|
835
860
|
}), u.d(s, "TYPES", function() {
|
|
836
|
-
return
|
|
861
|
+
return Pt;
|
|
837
862
|
}), u.d(s, "ProxyWindow", function() {
|
|
838
|
-
return
|
|
863
|
+
return J;
|
|
839
864
|
}), u.d(s, "setup", function() {
|
|
840
|
-
return
|
|
865
|
+
return xi;
|
|
841
866
|
}), u.d(s, "destroy", function() {
|
|
842
|
-
return
|
|
867
|
+
return ht;
|
|
843
868
|
}), u.d(s, "serializeMessage", function() {
|
|
844
|
-
return
|
|
869
|
+
return lt;
|
|
845
870
|
}), u.d(s, "deserializeMessage", function() {
|
|
846
|
-
return
|
|
871
|
+
return St;
|
|
847
872
|
}), u.d(s, "createProxyWindow", function() {
|
|
848
|
-
return
|
|
873
|
+
return ut;
|
|
849
874
|
}), u.d(s, "toProxyWindow", function() {
|
|
850
|
-
return
|
|
875
|
+
return Ct;
|
|
851
876
|
}), u.d(s, "on", function() {
|
|
852
877
|
return se;
|
|
853
878
|
}), u.d(s, "once", function() {
|
|
854
|
-
return
|
|
879
|
+
return pt;
|
|
855
880
|
}), u.d(s, "send", function() {
|
|
856
|
-
return
|
|
881
|
+
return te;
|
|
857
882
|
}), u.d(s, "markWindowKnown", function() {
|
|
858
|
-
return
|
|
883
|
+
return Pi;
|
|
859
884
|
}), u.d(s, "cleanUpWindow", function() {
|
|
860
|
-
return
|
|
885
|
+
return gt;
|
|
861
886
|
}), u.d(s, "bridge", function() {
|
|
862
887
|
});
|
|
863
|
-
function
|
|
888
|
+
function g(e) {
|
|
864
889
|
return {}.toString.call(e) === "[object RegExp]";
|
|
865
890
|
}
|
|
866
891
|
var m = `Call was rejected by callee.\r
|
|
@@ -868,36 +893,36 @@ function Pr() {
|
|
|
868
893
|
function y(e) {
|
|
869
894
|
return e === void 0 && (e = window), e.location.protocol;
|
|
870
895
|
}
|
|
871
|
-
function
|
|
896
|
+
function v(e) {
|
|
872
897
|
if (e === void 0 && (e = window), e.mockDomain) {
|
|
873
898
|
var t = e.mockDomain.split("//")[0];
|
|
874
899
|
if (t) return t;
|
|
875
900
|
}
|
|
876
901
|
return y(e);
|
|
877
902
|
}
|
|
878
|
-
function
|
|
879
|
-
return e === void 0 && (e = window),
|
|
903
|
+
function k(e) {
|
|
904
|
+
return e === void 0 && (e = window), v(e) === "about:";
|
|
880
905
|
}
|
|
881
|
-
function
|
|
906
|
+
function A(e) {
|
|
882
907
|
if (e === void 0 && (e = window), e) try {
|
|
883
908
|
if (e.parent && e.parent !== e) return e.parent;
|
|
884
909
|
} catch (t) {
|
|
885
910
|
}
|
|
886
911
|
}
|
|
887
|
-
function
|
|
888
|
-
if (e === void 0 && (e = window), e && !
|
|
912
|
+
function Z(e) {
|
|
913
|
+
if (e === void 0 && (e = window), e && !A(e)) try {
|
|
889
914
|
return e.opener;
|
|
890
915
|
} catch (t) {
|
|
891
916
|
}
|
|
892
917
|
}
|
|
893
|
-
function
|
|
918
|
+
function B(e) {
|
|
894
919
|
try {
|
|
895
920
|
return !0;
|
|
896
921
|
} catch (t) {
|
|
897
922
|
}
|
|
898
923
|
return !1;
|
|
899
924
|
}
|
|
900
|
-
function
|
|
925
|
+
function O(e) {
|
|
901
926
|
e === void 0 && (e = window);
|
|
902
927
|
var t = e.location;
|
|
903
928
|
if (!t) throw new Error("Can not read window location");
|
|
@@ -905,19 +930,19 @@ function Pr() {
|
|
|
905
930
|
if (!i) throw new Error("Can not read window protocol");
|
|
906
931
|
if (i === "file:") return "file://";
|
|
907
932
|
if (i === "about:") {
|
|
908
|
-
var r =
|
|
909
|
-
return r &&
|
|
933
|
+
var r = A(e);
|
|
934
|
+
return r && B() ? O(r) : "about://";
|
|
910
935
|
}
|
|
911
936
|
var n = t.host;
|
|
912
937
|
if (!n) throw new Error("Can not read window host");
|
|
913
938
|
return i + "//" + n;
|
|
914
939
|
}
|
|
915
|
-
function
|
|
940
|
+
function N(e) {
|
|
916
941
|
e === void 0 && (e = window);
|
|
917
|
-
var t =
|
|
942
|
+
var t = O(e);
|
|
918
943
|
return t && e.mockDomain && e.mockDomain.indexOf("mock:") === 0 ? e.mockDomain : t;
|
|
919
944
|
}
|
|
920
|
-
function
|
|
945
|
+
function q(e) {
|
|
921
946
|
if (!function(t) {
|
|
922
947
|
try {
|
|
923
948
|
if (t === window) return !0;
|
|
@@ -929,40 +954,40 @@ function Pr() {
|
|
|
929
954
|
} catch (r) {
|
|
930
955
|
}
|
|
931
956
|
try {
|
|
932
|
-
if (
|
|
957
|
+
if (k(t) && B()) return !0;
|
|
933
958
|
} catch (r) {
|
|
934
959
|
}
|
|
935
960
|
try {
|
|
936
961
|
if (function(r) {
|
|
937
|
-
return r === void 0 && (r = window),
|
|
938
|
-
}(t) &&
|
|
962
|
+
return r === void 0 && (r = window), v(r) === "mock:";
|
|
963
|
+
}(t) && B()) return !0;
|
|
939
964
|
} catch (r) {
|
|
940
965
|
}
|
|
941
966
|
try {
|
|
942
|
-
if (
|
|
967
|
+
if (O(t) === O(window)) return !0;
|
|
943
968
|
} catch (r) {
|
|
944
969
|
}
|
|
945
970
|
return !1;
|
|
946
971
|
}(e)) return !1;
|
|
947
972
|
try {
|
|
948
|
-
if (e === window ||
|
|
973
|
+
if (e === window || k(e) && B() || N(window) === N(e)) return !0;
|
|
949
974
|
} catch (t) {
|
|
950
975
|
}
|
|
951
976
|
return !1;
|
|
952
977
|
}
|
|
953
|
-
function
|
|
954
|
-
if (!
|
|
978
|
+
function X(e) {
|
|
979
|
+
if (!q(e)) throw new Error("Expected window to be same domain");
|
|
955
980
|
return e;
|
|
956
981
|
}
|
|
957
|
-
function
|
|
982
|
+
function _(e, t) {
|
|
958
983
|
if (!e || !t) return !1;
|
|
959
|
-
var i =
|
|
984
|
+
var i = A(t);
|
|
960
985
|
return i ? i === e : function(r) {
|
|
961
986
|
var n = [];
|
|
962
987
|
try {
|
|
963
988
|
for (; r.parent !== r; )
|
|
964
989
|
n.push(r.parent), r = r.parent;
|
|
965
|
-
} catch (
|
|
990
|
+
} catch (a) {
|
|
966
991
|
}
|
|
967
992
|
return n;
|
|
968
993
|
}(t).indexOf(e) !== -1;
|
|
@@ -982,13 +1007,13 @@ function Pr() {
|
|
|
982
1007
|
if (r === 0) return t;
|
|
983
1008
|
if (r) {
|
|
984
1009
|
for (var n = 0; n < r; n++) {
|
|
985
|
-
var
|
|
1010
|
+
var a = void 0;
|
|
986
1011
|
try {
|
|
987
|
-
|
|
1012
|
+
a = i[n];
|
|
988
1013
|
} catch (l) {
|
|
989
1014
|
continue;
|
|
990
1015
|
}
|
|
991
|
-
t.push(
|
|
1016
|
+
t.push(a);
|
|
992
1017
|
}
|
|
993
1018
|
return t;
|
|
994
1019
|
}
|
|
@@ -1005,7 +1030,7 @@ function Pr() {
|
|
|
1005
1030
|
return t;
|
|
1006
1031
|
}
|
|
1007
1032
|
var be = [], de = [];
|
|
1008
|
-
function
|
|
1033
|
+
function K(e, t) {
|
|
1009
1034
|
t === void 0 && (t = !0);
|
|
1010
1035
|
try {
|
|
1011
1036
|
if (e === window) return !1;
|
|
@@ -1022,7 +1047,7 @@ function Pr() {
|
|
|
1022
1047
|
} catch (n) {
|
|
1023
1048
|
return !n || n.message !== m;
|
|
1024
1049
|
}
|
|
1025
|
-
if (t &&
|
|
1050
|
+
if (t && q(e)) try {
|
|
1026
1051
|
if (e.mockclosed) return !0;
|
|
1027
1052
|
} catch (n) {
|
|
1028
1053
|
}
|
|
@@ -1030,9 +1055,9 @@ function Pr() {
|
|
|
1030
1055
|
if (!e.parent || !e.top) return !0;
|
|
1031
1056
|
} catch (n) {
|
|
1032
1057
|
}
|
|
1033
|
-
var i = function(n,
|
|
1058
|
+
var i = function(n, a) {
|
|
1034
1059
|
for (var c = 0; c < n.length; c++) try {
|
|
1035
|
-
if (n[c] ===
|
|
1060
|
+
if (n[c] === a) return c;
|
|
1036
1061
|
} catch (S) {
|
|
1037
1062
|
}
|
|
1038
1063
|
return -1;
|
|
@@ -1041,25 +1066,25 @@ function Pr() {
|
|
|
1041
1066
|
var r = de[i];
|
|
1042
1067
|
if (r && function(n) {
|
|
1043
1068
|
if (!n.contentWindow || !n.parentNode) return !0;
|
|
1044
|
-
var
|
|
1045
|
-
if (
|
|
1069
|
+
var a = n.ownerDocument;
|
|
1070
|
+
if (a && a.documentElement && !a.documentElement.contains(n)) {
|
|
1046
1071
|
for (var c = n; c.parentNode && c.parentNode !== c; ) c = c.parentNode;
|
|
1047
|
-
if (!c.host || !
|
|
1072
|
+
if (!c.host || !a.documentElement.contains(c.host)) return !0;
|
|
1048
1073
|
}
|
|
1049
1074
|
return !1;
|
|
1050
1075
|
}(r)) return !0;
|
|
1051
1076
|
}
|
|
1052
1077
|
return !1;
|
|
1053
1078
|
}
|
|
1054
|
-
function
|
|
1055
|
-
return e === void 0 && (e = window),
|
|
1079
|
+
function ii(e) {
|
|
1080
|
+
return e === void 0 && (e = window), Z(e = e || window) || A(e) || void 0;
|
|
1056
1081
|
}
|
|
1057
1082
|
function fe(e, t) {
|
|
1058
1083
|
if (typeof e == "string") {
|
|
1059
1084
|
if (typeof t == "string") return e === "*" || t === e;
|
|
1060
|
-
if (
|
|
1085
|
+
if (g(t) || Array.isArray(t)) return !1;
|
|
1061
1086
|
}
|
|
1062
|
-
return
|
|
1087
|
+
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) {
|
|
1063
1088
|
return fe(i, t);
|
|
1064
1089
|
}));
|
|
1065
1090
|
}
|
|
@@ -1105,18 +1130,18 @@ function Pr() {
|
|
|
1105
1130
|
}
|
|
1106
1131
|
return !1;
|
|
1107
1132
|
}
|
|
1108
|
-
function
|
|
1109
|
-
if (
|
|
1133
|
+
function ti(e) {
|
|
1134
|
+
if (q(e)) return X(e).frameElement;
|
|
1110
1135
|
for (var t = 0, i = document.querySelectorAll("iframe"); t < i.length; t++) {
|
|
1111
1136
|
var r = i[t];
|
|
1112
1137
|
if (r && r.contentWindow && r.contentWindow === e) return r;
|
|
1113
1138
|
}
|
|
1114
1139
|
}
|
|
1115
|
-
function
|
|
1140
|
+
function Zi(e) {
|
|
1116
1141
|
if (function(i) {
|
|
1117
|
-
return i === void 0 && (i = window), !!
|
|
1142
|
+
return i === void 0 && (i = window), !!A(i);
|
|
1118
1143
|
}(e)) {
|
|
1119
|
-
var t =
|
|
1144
|
+
var t = ti(e);
|
|
1120
1145
|
if (t && t.parentElement) {
|
|
1121
1146
|
t.parentElement.removeChild(t);
|
|
1122
1147
|
return;
|
|
@@ -1143,36 +1168,36 @@ function Pr() {
|
|
|
1143
1168
|
}
|
|
1144
1169
|
return !1;
|
|
1145
1170
|
}
|
|
1146
|
-
var
|
|
1147
|
-
function
|
|
1148
|
-
if (!
|
|
1171
|
+
var ri = [], ce = [], Me = 0, pe;
|
|
1172
|
+
function ni() {
|
|
1173
|
+
if (!Me && pe) {
|
|
1149
1174
|
var e = pe;
|
|
1150
1175
|
pe = null, e.resolve();
|
|
1151
1176
|
}
|
|
1152
1177
|
}
|
|
1153
|
-
function
|
|
1154
|
-
|
|
1178
|
+
function Be() {
|
|
1179
|
+
Me += 1;
|
|
1155
1180
|
}
|
|
1156
1181
|
function le() {
|
|
1157
|
-
|
|
1182
|
+
Me -= 1, ni();
|
|
1158
1183
|
}
|
|
1159
|
-
var
|
|
1184
|
+
var x = function() {
|
|
1160
1185
|
function e(i) {
|
|
1161
1186
|
var r = this;
|
|
1162
1187
|
if (this.resolved = void 0, this.rejected = void 0, this.errorHandled = void 0, this.value = void 0, this.error = void 0, this.handlers = void 0, this.dispatching = void 0, this.stack = void 0, this.resolved = !1, this.rejected = !1, this.errorHandled = !1, this.handlers = [], i) {
|
|
1163
|
-
var n,
|
|
1164
|
-
|
|
1188
|
+
var n, a, c = !1, S = !1, l = !1;
|
|
1189
|
+
Be();
|
|
1165
1190
|
try {
|
|
1166
1191
|
i(function(p) {
|
|
1167
1192
|
l ? r.resolve(p) : (c = !0, n = p);
|
|
1168
1193
|
}, function(p) {
|
|
1169
|
-
l ? r.reject(p) : (S = !0,
|
|
1194
|
+
l ? r.reject(p) : (S = !0, a = p);
|
|
1170
1195
|
});
|
|
1171
1196
|
} catch (p) {
|
|
1172
1197
|
le(), this.reject(p);
|
|
1173
1198
|
return;
|
|
1174
1199
|
}
|
|
1175
|
-
le(), l = !0, c ? this.resolve(n) : S && this.reject(
|
|
1200
|
+
le(), l = !0, c ? this.resolve(n) : S && this.reject(a);
|
|
1176
1201
|
}
|
|
1177
1202
|
}
|
|
1178
1203
|
var t = e.prototype;
|
|
@@ -1189,12 +1214,12 @@ function Pr() {
|
|
|
1189
1214
|
i = new Error("Expected reject to be called with Error, got " + n);
|
|
1190
1215
|
}
|
|
1191
1216
|
return this.rejected = !0, this.error = i, this.errorHandled || setTimeout(function() {
|
|
1192
|
-
r.errorHandled || function(
|
|
1193
|
-
if (
|
|
1194
|
-
|
|
1195
|
-
throw
|
|
1217
|
+
r.errorHandled || function(a, c) {
|
|
1218
|
+
if (ri.indexOf(a) === -1) {
|
|
1219
|
+
ri.push(a), setTimeout(function() {
|
|
1220
|
+
throw a;
|
|
1196
1221
|
}, 1);
|
|
1197
|
-
for (var S = 0; S < ce.length; S++) ce[S](
|
|
1222
|
+
for (var S = 0; S < ce.length; S++) ce[S](a, c);
|
|
1198
1223
|
}
|
|
1199
1224
|
}(i, r);
|
|
1200
1225
|
}, 1), this.dispatch(), this;
|
|
@@ -1203,19 +1228,19 @@ function Pr() {
|
|
|
1203
1228
|
}, t.dispatch = function() {
|
|
1204
1229
|
var i = this.resolved, r = this.rejected, n = this.handlers;
|
|
1205
1230
|
if (!this.dispatching && (i || r)) {
|
|
1206
|
-
this.dispatching = !0,
|
|
1207
|
-
for (var
|
|
1208
|
-
return
|
|
1209
|
-
|
|
1210
|
-
}, function(
|
|
1211
|
-
|
|
1231
|
+
this.dispatching = !0, Be();
|
|
1232
|
+
for (var a = function($, I) {
|
|
1233
|
+
return $.then(function(b) {
|
|
1234
|
+
I.resolve(b);
|
|
1235
|
+
}, function(b) {
|
|
1236
|
+
I.reject(b);
|
|
1212
1237
|
});
|
|
1213
1238
|
}, c = 0; c < n.length; c++) {
|
|
1214
1239
|
var S = n[c], l = S.onSuccess, p = S.onError, P = S.promise, C = void 0;
|
|
1215
1240
|
if (i) try {
|
|
1216
1241
|
C = l ? l(this.value) : this.value;
|
|
1217
|
-
} catch (
|
|
1218
|
-
P.reject(
|
|
1242
|
+
} catch ($) {
|
|
1243
|
+
P.reject($);
|
|
1219
1244
|
continue;
|
|
1220
1245
|
}
|
|
1221
1246
|
else if (r) {
|
|
@@ -1225,15 +1250,15 @@ function Pr() {
|
|
|
1225
1250
|
}
|
|
1226
1251
|
try {
|
|
1227
1252
|
C = p(this.error);
|
|
1228
|
-
} catch (
|
|
1229
|
-
P.reject(
|
|
1253
|
+
} catch ($) {
|
|
1254
|
+
P.reject($);
|
|
1230
1255
|
continue;
|
|
1231
1256
|
}
|
|
1232
1257
|
}
|
|
1233
1258
|
if (C instanceof e && (C.resolved || C.rejected)) {
|
|
1234
1259
|
var h = C;
|
|
1235
1260
|
h.resolved ? P.resolve(h.value) : P.reject(h.error), h.errorHandled = !0;
|
|
1236
|
-
} else re(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) :
|
|
1261
|
+
} else re(C) ? C instanceof e && (C.resolved || C.rejected) ? C.resolved ? P.resolve(C.value) : P.reject(C.error) : a(C, P) : P.resolve(C);
|
|
1237
1262
|
}
|
|
1238
1263
|
n.length = 0, this.dispatching = !1, le();
|
|
1239
1264
|
}
|
|
@@ -1262,11 +1287,11 @@ function Pr() {
|
|
|
1262
1287
|
}, t.timeout = function(i, r) {
|
|
1263
1288
|
var n = this;
|
|
1264
1289
|
if (this.resolved || this.rejected) return this;
|
|
1265
|
-
var
|
|
1290
|
+
var a = setTimeout(function() {
|
|
1266
1291
|
n.resolved || n.rejected || n.reject(r || new Error("Promise timed out after " + i + "ms"));
|
|
1267
1292
|
}, i);
|
|
1268
1293
|
return this.then(function(c) {
|
|
1269
|
-
return clearTimeout(
|
|
1294
|
+
return clearTimeout(a), c;
|
|
1270
1295
|
});
|
|
1271
1296
|
}, t.toPromise = function() {
|
|
1272
1297
|
if (typeof Promise == "undefined") throw new TypeError("Could not find Promise");
|
|
@@ -1282,12 +1307,12 @@ function Pr() {
|
|
|
1282
1307
|
}, e.asyncReject = function(i) {
|
|
1283
1308
|
return new e().asyncReject(i);
|
|
1284
1309
|
}, e.all = function(i) {
|
|
1285
|
-
var r = new e(), n = i.length,
|
|
1310
|
+
var r = new e(), n = i.length, a = [].slice();
|
|
1286
1311
|
if (!n)
|
|
1287
|
-
return r.resolve(
|
|
1312
|
+
return r.resolve(a), r;
|
|
1288
1313
|
for (var c = function(p, P, C) {
|
|
1289
1314
|
return P.then(function(h) {
|
|
1290
|
-
|
|
1315
|
+
a[p] = h, (n -= 1) == 0 && r.resolve(a);
|
|
1291
1316
|
}, function(h) {
|
|
1292
1317
|
C.reject(h);
|
|
1293
1318
|
});
|
|
@@ -1295,18 +1320,18 @@ function Pr() {
|
|
|
1295
1320
|
var l = i[S];
|
|
1296
1321
|
if (l instanceof e) {
|
|
1297
1322
|
if (l.resolved) {
|
|
1298
|
-
|
|
1323
|
+
a[S] = l.value, n -= 1;
|
|
1299
1324
|
continue;
|
|
1300
1325
|
}
|
|
1301
1326
|
} else if (!re(l)) {
|
|
1302
|
-
|
|
1327
|
+
a[S] = l, n -= 1;
|
|
1303
1328
|
continue;
|
|
1304
1329
|
}
|
|
1305
1330
|
c(S, e.resolve(l), r);
|
|
1306
1331
|
}
|
|
1307
|
-
return n === 0 && r.resolve(
|
|
1332
|
+
return n === 0 && r.resolve(a), r;
|
|
1308
1333
|
}, e.hash = function(i) {
|
|
1309
|
-
var r = {}, n = [],
|
|
1334
|
+
var r = {}, n = [], a = function(S) {
|
|
1310
1335
|
if (i.hasOwnProperty(S)) {
|
|
1311
1336
|
var l = i[S];
|
|
1312
1337
|
re(l) ? n.push(l.then(function(p) {
|
|
@@ -1314,7 +1339,7 @@ function Pr() {
|
|
|
1314
1339
|
})) : r[S] = l;
|
|
1315
1340
|
}
|
|
1316
1341
|
};
|
|
1317
|
-
for (var c in i)
|
|
1342
|
+
for (var c in i) a(c);
|
|
1318
1343
|
return e.all(n).then(function() {
|
|
1319
1344
|
return r;
|
|
1320
1345
|
});
|
|
@@ -1330,14 +1355,14 @@ function Pr() {
|
|
|
1330
1355
|
}(i);
|
|
1331
1356
|
}, e.try = function(i, r, n) {
|
|
1332
1357
|
if (i && typeof i != "function" && !i.call) throw new Error("Promise.try expected a function");
|
|
1333
|
-
var
|
|
1334
|
-
|
|
1358
|
+
var a;
|
|
1359
|
+
Be();
|
|
1335
1360
|
try {
|
|
1336
|
-
|
|
1361
|
+
a = i.apply(r, n || []);
|
|
1337
1362
|
} catch (c) {
|
|
1338
1363
|
return le(), e.reject(c);
|
|
1339
1364
|
}
|
|
1340
|
-
return le(), e.resolve(
|
|
1365
|
+
return le(), e.resolve(a);
|
|
1341
1366
|
}, e.delay = function(i) {
|
|
1342
1367
|
return new e(function(r) {
|
|
1343
1368
|
setTimeout(r, i);
|
|
@@ -1347,7 +1372,7 @@ function Pr() {
|
|
|
1347
1372
|
}, e.flush = function() {
|
|
1348
1373
|
return function(i) {
|
|
1349
1374
|
var r = pe = pe || new i();
|
|
1350
|
-
return
|
|
1375
|
+
return ni(), r;
|
|
1351
1376
|
}(e);
|
|
1352
1377
|
}, e;
|
|
1353
1378
|
}();
|
|
@@ -1358,7 +1383,7 @@ function Pr() {
|
|
|
1358
1383
|
}
|
|
1359
1384
|
return -1;
|
|
1360
1385
|
}
|
|
1361
|
-
var
|
|
1386
|
+
var je = function() {
|
|
1362
1387
|
function e() {
|
|
1363
1388
|
if (this.name = void 0, this.weakmap = void 0, this.keys = void 0, this.values = void 0, this.name = "__weakmap_" + (1e9 * Math.random() >>> 0) + "__", function() {
|
|
1364
1389
|
if (typeof WeakMap == "undefined" || Object.freeze === void 0) return !1;
|
|
@@ -1377,10 +1402,10 @@ function Pr() {
|
|
|
1377
1402
|
var t = e.prototype;
|
|
1378
1403
|
return t._cleanupClosedWindows = function() {
|
|
1379
1404
|
for (var i = this.weakmap, r = this.keys, n = 0; n < r.length; n++) {
|
|
1380
|
-
var
|
|
1381
|
-
if (we(
|
|
1405
|
+
var a = r[n];
|
|
1406
|
+
if (we(a) && K(a)) {
|
|
1382
1407
|
if (i) try {
|
|
1383
|
-
i.delete(
|
|
1408
|
+
i.delete(a);
|
|
1384
1409
|
} catch (c) {
|
|
1385
1410
|
}
|
|
1386
1411
|
r.splice(n, 1), this.values.splice(n, 1), n -= 1;
|
|
@@ -1397,8 +1422,8 @@ function Pr() {
|
|
|
1397
1422
|
delete this.weakmap;
|
|
1398
1423
|
}
|
|
1399
1424
|
if (this.isSafeToReadWrite(i)) try {
|
|
1400
|
-
var
|
|
1401
|
-
c && c[0] === i ? c[1] = r : Object.defineProperty(i,
|
|
1425
|
+
var a = this.name, c = i[a];
|
|
1426
|
+
c && c[0] === i ? c[1] = r : Object.defineProperty(i, a, {
|
|
1402
1427
|
value: [i, r],
|
|
1403
1428
|
writable: !0
|
|
1404
1429
|
});
|
|
@@ -1422,8 +1447,8 @@ function Pr() {
|
|
|
1422
1447
|
} catch (c) {
|
|
1423
1448
|
}
|
|
1424
1449
|
this._cleanupClosedWindows();
|
|
1425
|
-
var
|
|
1426
|
-
if (
|
|
1450
|
+
var a = Ie(this.keys, i);
|
|
1451
|
+
if (a !== -1) return this.values[a];
|
|
1427
1452
|
}, t.delete = function(i) {
|
|
1428
1453
|
if (!i) throw new Error("WeakMap expected key");
|
|
1429
1454
|
var r = this.weakmap;
|
|
@@ -1438,20 +1463,20 @@ function Pr() {
|
|
|
1438
1463
|
} catch (S) {
|
|
1439
1464
|
}
|
|
1440
1465
|
this._cleanupClosedWindows();
|
|
1441
|
-
var
|
|
1442
|
-
c !== -1 && (
|
|
1466
|
+
var a = this.keys, c = Ie(a, i);
|
|
1467
|
+
c !== -1 && (a.splice(c, 1), this.values.splice(c, 1));
|
|
1443
1468
|
}, t.has = function(i) {
|
|
1444
1469
|
if (!i) throw new Error("WeakMap expected key");
|
|
1445
1470
|
var r = this.weakmap;
|
|
1446
1471
|
if (r) try {
|
|
1447
1472
|
if (r.has(i)) return !0;
|
|
1448
|
-
} catch (
|
|
1473
|
+
} catch (a) {
|
|
1449
1474
|
delete this.weakmap;
|
|
1450
1475
|
}
|
|
1451
1476
|
if (this.isSafeToReadWrite(i)) try {
|
|
1452
1477
|
var n = i[this.name];
|
|
1453
1478
|
return !(!n || n[0] !== i);
|
|
1454
|
-
} catch (
|
|
1479
|
+
} catch (a) {
|
|
1455
1480
|
}
|
|
1456
1481
|
return this._cleanupClosedWindows(), Ie(this.keys, i) !== -1;
|
|
1457
1482
|
}, t.getOrSet = function(i, r) {
|
|
@@ -1460,17 +1485,17 @@ function Pr() {
|
|
|
1460
1485
|
return this.set(i, n), n;
|
|
1461
1486
|
}, e;
|
|
1462
1487
|
}();
|
|
1463
|
-
function
|
|
1488
|
+
function oi(e) {
|
|
1464
1489
|
return e.name || e.__name__ || e.displayName || "anonymous";
|
|
1465
1490
|
}
|
|
1466
|
-
function
|
|
1491
|
+
function si(e, t) {
|
|
1467
1492
|
try {
|
|
1468
1493
|
delete e.name, e.name = t;
|
|
1469
1494
|
} catch (i) {
|
|
1470
1495
|
}
|
|
1471
1496
|
return e.__name__ = e.displayName = t, e;
|
|
1472
1497
|
}
|
|
1473
|
-
function
|
|
1498
|
+
function ee() {
|
|
1474
1499
|
var e = "0123456789abcdef";
|
|
1475
1500
|
return "uid_" + "xxxxxxxxxx".replace(/./g, function() {
|
|
1476
1501
|
return e.charAt(Math.floor(Math.random() * e.length));
|
|
@@ -1483,59 +1508,59 @@ function Pr() {
|
|
|
1483
1508
|
}((/* @__PURE__ */ new Date()).toISOString().slice(11, 19).replace("T", ".")).replace(/[^a-zA-Z0-9]/g, "").toLowerCase();
|
|
1484
1509
|
}
|
|
1485
1510
|
var Te;
|
|
1486
|
-
function
|
|
1511
|
+
function fi(e) {
|
|
1487
1512
|
try {
|
|
1488
1513
|
return JSON.stringify([].slice.call(e), function(t, i) {
|
|
1489
1514
|
return typeof i == "function" ? "memoize[" + function(r) {
|
|
1490
|
-
if (Te = Te || new
|
|
1515
|
+
if (Te = Te || new je(), r == null || typeof r != "object" && typeof r != "function") throw new Error("Invalid object");
|
|
1491
1516
|
var n = Te.get(r);
|
|
1492
|
-
return n || (n = typeof r + ":" +
|
|
1517
|
+
return n || (n = typeof r + ":" + ee(), Te.set(r, n)), n;
|
|
1493
1518
|
}(i) + "]" : typeof window != "undefined" && i instanceof window.Element || i !== null && typeof i == "object" && i.nodeType === 1 && typeof i.style == "object" && typeof i.ownerDocument == "object" ? {} : i;
|
|
1494
1519
|
});
|
|
1495
1520
|
} catch (t) {
|
|
1496
1521
|
throw new Error("Arguments not serializable -- can not be used to memoize");
|
|
1497
1522
|
}
|
|
1498
1523
|
}
|
|
1499
|
-
function
|
|
1524
|
+
function Xi() {
|
|
1500
1525
|
return {};
|
|
1501
1526
|
}
|
|
1502
|
-
var Se = 0,
|
|
1527
|
+
var Se = 0, ai = 0;
|
|
1503
1528
|
function ue(e, t) {
|
|
1504
1529
|
t === void 0 && (t = {});
|
|
1505
|
-
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time,
|
|
1530
|
+
var i = t.thisNamespace, r = i !== void 0 && i, n = t.time, a, c, S = Se;
|
|
1506
1531
|
Se += 1;
|
|
1507
1532
|
var l = function() {
|
|
1508
1533
|
for (var p = arguments.length, P = new Array(p), C = 0; C < p; C++) P[C] = arguments[C];
|
|
1509
|
-
S <
|
|
1534
|
+
S < ai && (a = null, c = null, S = Se, Se += 1);
|
|
1510
1535
|
var h;
|
|
1511
|
-
h = r ? (c = c || new
|
|
1512
|
-
var
|
|
1536
|
+
h = r ? (c = c || new je()).getOrSet(this, Xi) : a = a || {};
|
|
1537
|
+
var $;
|
|
1513
1538
|
try {
|
|
1514
|
-
|
|
1515
|
-
} catch (
|
|
1539
|
+
$ = fi(P);
|
|
1540
|
+
} catch (E) {
|
|
1516
1541
|
return e.apply(this, arguments);
|
|
1517
1542
|
}
|
|
1518
|
-
var
|
|
1519
|
-
if (
|
|
1520
|
-
var
|
|
1521
|
-
return h[
|
|
1522
|
-
time:
|
|
1523
|
-
value:
|
|
1524
|
-
},
|
|
1543
|
+
var I = h[$];
|
|
1544
|
+
if (I && n && Date.now() - I.time < n && (delete h[$], I = null), I) return I.value;
|
|
1545
|
+
var b = Date.now(), w = e.apply(this, arguments);
|
|
1546
|
+
return h[$] = {
|
|
1547
|
+
time: b,
|
|
1548
|
+
value: w
|
|
1549
|
+
}, w;
|
|
1525
1550
|
};
|
|
1526
1551
|
return l.reset = function() {
|
|
1527
|
-
|
|
1528
|
-
},
|
|
1552
|
+
a = null, c = null;
|
|
1553
|
+
}, si(l, (t.name || oi(e)) + "::memoized");
|
|
1529
1554
|
}
|
|
1530
1555
|
ue.clear = function() {
|
|
1531
|
-
|
|
1556
|
+
ai = Se;
|
|
1532
1557
|
};
|
|
1533
|
-
function
|
|
1558
|
+
function et(e) {
|
|
1534
1559
|
var t = {};
|
|
1535
1560
|
function i() {
|
|
1536
|
-
for (var r = arguments, n = this,
|
|
1537
|
-
var l =
|
|
1538
|
-
return t.hasOwnProperty(l) || (t[l] =
|
|
1561
|
+
for (var r = arguments, n = this, a = arguments.length, c = new Array(a), S = 0; S < a; S++) c[S] = arguments[S];
|
|
1562
|
+
var l = fi(c);
|
|
1563
|
+
return t.hasOwnProperty(l) || (t[l] = x.try(function() {
|
|
1539
1564
|
return e.apply(n, r);
|
|
1540
1565
|
}).finally(function() {
|
|
1541
1566
|
delete t[l];
|
|
@@ -1543,7 +1568,7 @@ function Pr() {
|
|
|
1543
1568
|
}
|
|
1544
1569
|
return i.reset = function() {
|
|
1545
1570
|
t = {};
|
|
1546
|
-
},
|
|
1571
|
+
}, si(i, oi(e) + "::promiseMemoized");
|
|
1547
1572
|
}
|
|
1548
1573
|
function ne() {
|
|
1549
1574
|
}
|
|
@@ -1564,7 +1589,7 @@ function Pr() {
|
|
|
1564
1589
|
return "Error while stringifying error: " + Ce(n, t + 1);
|
|
1565
1590
|
}
|
|
1566
1591
|
}
|
|
1567
|
-
function
|
|
1592
|
+
function di(e) {
|
|
1568
1593
|
return typeof e == "string" ? e : e.toString && typeof e.toString == "function" ? e.toString() : {}.toString.call(e);
|
|
1569
1594
|
}
|
|
1570
1595
|
ue(function(e) {
|
|
@@ -1573,7 +1598,7 @@ function Pr() {
|
|
|
1573
1598
|
for (var i in e) e.hasOwnProperty(i) && t.push(e[i]);
|
|
1574
1599
|
return t;
|
|
1575
1600
|
});
|
|
1576
|
-
function
|
|
1601
|
+
function ze(e) {
|
|
1577
1602
|
return {}.toString.call(e) === "[object RegExp]";
|
|
1578
1603
|
}
|
|
1579
1604
|
function he(e, t, i) {
|
|
@@ -1581,27 +1606,27 @@ function Pr() {
|
|
|
1581
1606
|
var r = i();
|
|
1582
1607
|
return e[t] = r, r;
|
|
1583
1608
|
}
|
|
1584
|
-
function
|
|
1609
|
+
function ci() {
|
|
1585
1610
|
var e = document.body;
|
|
1586
1611
|
if (!e) throw new Error("Body element not found");
|
|
1587
1612
|
return e;
|
|
1588
1613
|
}
|
|
1589
|
-
function
|
|
1614
|
+
function pi() {
|
|
1590
1615
|
return !!document.body && document.readyState === "complete";
|
|
1591
1616
|
}
|
|
1592
|
-
function
|
|
1617
|
+
function li() {
|
|
1593
1618
|
return !!document.body && document.readyState === "interactive";
|
|
1594
1619
|
}
|
|
1595
1620
|
ue(function() {
|
|
1596
|
-
return new
|
|
1597
|
-
if (
|
|
1621
|
+
return new x(function(e) {
|
|
1622
|
+
if (pi() || li()) return e();
|
|
1598
1623
|
var t = setInterval(function() {
|
|
1599
|
-
if (
|
|
1624
|
+
if (pi() || li())
|
|
1600
1625
|
return clearInterval(t), e();
|
|
1601
1626
|
}, 10);
|
|
1602
1627
|
});
|
|
1603
1628
|
});
|
|
1604
|
-
var ke = typeof document != "undefined" ? document.currentScript : null,
|
|
1629
|
+
var ke = typeof document != "undefined" ? document.currentScript : null, it = ue(function() {
|
|
1605
1630
|
if (ke || (ke = function() {
|
|
1606
1631
|
try {
|
|
1607
1632
|
var e = function() {
|
|
@@ -1613,28 +1638,28 @@ function Pr() {
|
|
|
1613
1638
|
}(), t = /.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(e), i = t && t[1];
|
|
1614
1639
|
if (!i) return;
|
|
1615
1640
|
for (var r = 0, n = [].slice.call(document.getElementsByTagName("script")).reverse(); r < n.length; r++) {
|
|
1616
|
-
var
|
|
1617
|
-
if (
|
|
1641
|
+
var a = n[r];
|
|
1642
|
+
if (a.src && a.src === i) return a;
|
|
1618
1643
|
}
|
|
1619
1644
|
} catch (c) {
|
|
1620
1645
|
}
|
|
1621
1646
|
}())) return ke;
|
|
1622
1647
|
throw new Error("Can not determine current script");
|
|
1623
|
-
}),
|
|
1648
|
+
}), tt = ee();
|
|
1624
1649
|
ue(function() {
|
|
1625
1650
|
var e;
|
|
1626
1651
|
try {
|
|
1627
|
-
e =
|
|
1652
|
+
e = it();
|
|
1628
1653
|
} catch (r) {
|
|
1629
|
-
return
|
|
1654
|
+
return tt;
|
|
1630
1655
|
}
|
|
1631
1656
|
var t = e.getAttribute("data-uid");
|
|
1632
1657
|
if (t && typeof t == "string" || (t = e.getAttribute("data-uid-auto")) && typeof t == "string") return t;
|
|
1633
1658
|
if (e.src) {
|
|
1634
1659
|
var i = function(r) {
|
|
1635
|
-
for (var n = "",
|
|
1636
|
-
var c = r[
|
|
1637
|
-
r[
|
|
1660
|
+
for (var n = "", a = 0; a < r.length; a++) {
|
|
1661
|
+
var c = r[a].charCodeAt(0) * a;
|
|
1662
|
+
r[a + 1] && (c += r[a + 1].charCodeAt(0) * (a - 1)), n += String.fromCharCode(97 + Math.abs(c) % 26);
|
|
1638
1663
|
}
|
|
1639
1664
|
return n;
|
|
1640
1665
|
}(JSON.stringify({
|
|
@@ -1642,7 +1667,7 @@ function Pr() {
|
|
|
1642
1667
|
dataset: e.dataset
|
|
1643
1668
|
}));
|
|
1644
1669
|
t = "uid_" + i.slice(i.length - 30);
|
|
1645
|
-
} else t =
|
|
1670
|
+
} else t = ee();
|
|
1646
1671
|
return e.setAttribute("data-uid-auto", t), t;
|
|
1647
1672
|
});
|
|
1648
1673
|
function Pe(e) {
|
|
@@ -1650,11 +1675,11 @@ function Pr() {
|
|
|
1650
1675
|
var t = "__post_robot_10_0_46__";
|
|
1651
1676
|
return e !== window ? e[t] : e[t] = e[t] || {};
|
|
1652
1677
|
}
|
|
1653
|
-
var
|
|
1678
|
+
var Si = function() {
|
|
1654
1679
|
return {};
|
|
1655
1680
|
};
|
|
1656
|
-
function
|
|
1657
|
-
return e === void 0 && (e = "store"), t === void 0 && (t =
|
|
1681
|
+
function H(e, t) {
|
|
1682
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), he(Pe(), e, function() {
|
|
1658
1683
|
var i = t();
|
|
1659
1684
|
return {
|
|
1660
1685
|
has: function(r) {
|
|
@@ -1681,59 +1706,59 @@ function Pr() {
|
|
|
1681
1706
|
};
|
|
1682
1707
|
});
|
|
1683
1708
|
}
|
|
1684
|
-
var
|
|
1709
|
+
var rt = function() {
|
|
1685
1710
|
};
|
|
1686
1711
|
function Re() {
|
|
1687
1712
|
var e = Pe();
|
|
1688
|
-
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new
|
|
1713
|
+
return e.WINDOW_WILDCARD = e.WINDOW_WILDCARD || new rt(), e.WINDOW_WILDCARD;
|
|
1689
1714
|
}
|
|
1690
|
-
function
|
|
1691
|
-
return e === void 0 && (e = "store"), t === void 0 && (t =
|
|
1692
|
-
var i = new
|
|
1715
|
+
function G(e, t) {
|
|
1716
|
+
return e === void 0 && (e = "store"), t === void 0 && (t = Si), H("windowStore").getOrSet(e, function() {
|
|
1717
|
+
var i = new je(), r = function(n) {
|
|
1693
1718
|
return i.getOrSet(n, t);
|
|
1694
1719
|
};
|
|
1695
1720
|
return {
|
|
1696
1721
|
has: function(n) {
|
|
1697
1722
|
return r(n).hasOwnProperty(e);
|
|
1698
1723
|
},
|
|
1699
|
-
get: function(n,
|
|
1724
|
+
get: function(n, a) {
|
|
1700
1725
|
var c = r(n);
|
|
1701
|
-
return c.hasOwnProperty(e) ? c[e] :
|
|
1726
|
+
return c.hasOwnProperty(e) ? c[e] : a;
|
|
1702
1727
|
},
|
|
1703
|
-
set: function(n,
|
|
1704
|
-
return r(n)[e] =
|
|
1728
|
+
set: function(n, a) {
|
|
1729
|
+
return r(n)[e] = a, a;
|
|
1705
1730
|
},
|
|
1706
1731
|
del: function(n) {
|
|
1707
1732
|
delete r(n)[e];
|
|
1708
1733
|
},
|
|
1709
|
-
getOrSet: function(n,
|
|
1710
|
-
return he(r(n), e,
|
|
1734
|
+
getOrSet: function(n, a) {
|
|
1735
|
+
return he(r(n), e, a);
|
|
1711
1736
|
}
|
|
1712
1737
|
};
|
|
1713
1738
|
});
|
|
1714
1739
|
}
|
|
1715
|
-
function
|
|
1716
|
-
return
|
|
1740
|
+
function ui() {
|
|
1741
|
+
return H("instance").getOrSet("instanceID", ee);
|
|
1717
1742
|
}
|
|
1718
|
-
function
|
|
1719
|
-
var i = t.domain, r =
|
|
1743
|
+
function Ci(e, t) {
|
|
1744
|
+
var i = t.domain, r = G("helloPromises"), n = r.get(e);
|
|
1720
1745
|
n && n.resolve({
|
|
1721
1746
|
domain: i
|
|
1722
1747
|
});
|
|
1723
|
-
var
|
|
1748
|
+
var a = x.resolve({
|
|
1724
1749
|
domain: i
|
|
1725
1750
|
});
|
|
1726
|
-
return r.set(e,
|
|
1751
|
+
return r.set(e, a), a;
|
|
1727
1752
|
}
|
|
1728
|
-
function
|
|
1753
|
+
function He(e, t) {
|
|
1729
1754
|
return (0, t.send)(e, "postrobot_hello", {
|
|
1730
|
-
instanceID:
|
|
1755
|
+
instanceID: ui()
|
|
1731
1756
|
}, {
|
|
1732
1757
|
domain: "*",
|
|
1733
1758
|
timeout: -1
|
|
1734
1759
|
}).then(function(i) {
|
|
1735
1760
|
var r = i.origin, n = i.data.instanceID;
|
|
1736
|
-
return
|
|
1761
|
+
return Ci(e, {
|
|
1737
1762
|
domain: r
|
|
1738
1763
|
}), {
|
|
1739
1764
|
win: e,
|
|
@@ -1742,23 +1767,23 @@ function Pr() {
|
|
|
1742
1767
|
};
|
|
1743
1768
|
});
|
|
1744
1769
|
}
|
|
1745
|
-
function
|
|
1770
|
+
function hi(e, t) {
|
|
1746
1771
|
var i = t.send;
|
|
1747
|
-
return
|
|
1748
|
-
return
|
|
1772
|
+
return G("windowInstanceIDPromises").getOrSet(e, function() {
|
|
1773
|
+
return He(e, {
|
|
1749
1774
|
send: i
|
|
1750
1775
|
}).then(function(r) {
|
|
1751
1776
|
return r.instanceID;
|
|
1752
1777
|
});
|
|
1753
1778
|
});
|
|
1754
1779
|
}
|
|
1755
|
-
function
|
|
1756
|
-
|
|
1780
|
+
function Pi(e) {
|
|
1781
|
+
G("knownWindows").set(e, !0);
|
|
1757
1782
|
}
|
|
1758
|
-
function
|
|
1783
|
+
function Fe(e) {
|
|
1759
1784
|
return typeof e == "object" && e !== null && typeof e.__type__ == "string";
|
|
1760
1785
|
}
|
|
1761
|
-
function
|
|
1786
|
+
function gi(e) {
|
|
1762
1787
|
return e === void 0 ? "undefined" : e === null ? "null" : Array.isArray(e) ? "array" : typeof e == "function" ? "function" : typeof e == "object" ? e instanceof Error ? "error" : typeof e.then == "function" ? "promise" : {}.toString.call(e) === "[object RegExp]" ? "regex" : {}.toString.call(e) === "[object Date]" ? "date" : "object" : typeof e == "string" ? "string" : typeof e == "number" ? "number" : typeof e == "boolean" ? "boolean" : void 0;
|
|
1763
1788
|
}
|
|
1764
1789
|
function oe(e, t) {
|
|
@@ -1767,84 +1792,84 @@ function Pr() {
|
|
|
1767
1792
|
__val__: t
|
|
1768
1793
|
};
|
|
1769
1794
|
}
|
|
1770
|
-
var
|
|
1771
|
-
},
|
|
1795
|
+
var V, nt = ((V = {}).function = function() {
|
|
1796
|
+
}, V.error = function(e) {
|
|
1772
1797
|
return oe("error", {
|
|
1773
1798
|
message: e.message,
|
|
1774
1799
|
stack: e.stack,
|
|
1775
1800
|
code: e.code,
|
|
1776
1801
|
data: e.data
|
|
1777
1802
|
});
|
|
1778
|
-
},
|
|
1779
|
-
},
|
|
1803
|
+
}, V.promise = function() {
|
|
1804
|
+
}, V.regex = function(e) {
|
|
1780
1805
|
return oe("regex", e.source);
|
|
1781
|
-
},
|
|
1806
|
+
}, V.date = function(e) {
|
|
1782
1807
|
return oe("date", e.toJSON());
|
|
1783
|
-
},
|
|
1808
|
+
}, V.array = function(e) {
|
|
1784
1809
|
return e;
|
|
1785
|
-
},
|
|
1810
|
+
}, V.object = function(e) {
|
|
1786
1811
|
return e;
|
|
1787
|
-
},
|
|
1812
|
+
}, V.string = function(e) {
|
|
1788
1813
|
return e;
|
|
1789
|
-
},
|
|
1814
|
+
}, V.number = function(e) {
|
|
1790
1815
|
return e;
|
|
1791
|
-
},
|
|
1816
|
+
}, V.boolean = function(e) {
|
|
1792
1817
|
return e;
|
|
1793
|
-
},
|
|
1818
|
+
}, V.null = function(e) {
|
|
1794
1819
|
return e;
|
|
1795
|
-
},
|
|
1820
|
+
}, V[void 0] = function(e) {
|
|
1796
1821
|
return oe("undefined", e);
|
|
1797
|
-
},
|
|
1822
|
+
}, V), ot = {}, Y, st = ((Y = {}).function = function() {
|
|
1798
1823
|
throw new Error("Function serialization is not implemented; nothing to deserialize");
|
|
1799
|
-
},
|
|
1824
|
+
}, Y.error = function(e) {
|
|
1800
1825
|
var t = e.stack, i = e.code, r = e.data, n = new Error(e.message);
|
|
1801
1826
|
return n.code = i, r && (n.data = r), n.stack = t + `
|
|
1802
1827
|
|
|
1803
1828
|
` + n.stack, n;
|
|
1804
|
-
},
|
|
1829
|
+
}, Y.promise = function() {
|
|
1805
1830
|
throw new Error("Promise serialization is not implemented; nothing to deserialize");
|
|
1806
|
-
},
|
|
1831
|
+
}, Y.regex = function(e) {
|
|
1807
1832
|
return new RegExp(e);
|
|
1808
|
-
},
|
|
1833
|
+
}, Y.date = function(e) {
|
|
1809
1834
|
return new Date(e);
|
|
1810
|
-
},
|
|
1835
|
+
}, Y.array = function(e) {
|
|
1811
1836
|
return e;
|
|
1812
|
-
},
|
|
1837
|
+
}, Y.object = function(e) {
|
|
1813
1838
|
return e;
|
|
1814
|
-
},
|
|
1839
|
+
}, Y.string = function(e) {
|
|
1815
1840
|
return e;
|
|
1816
|
-
},
|
|
1841
|
+
}, Y.number = function(e) {
|
|
1817
1842
|
return e;
|
|
1818
|
-
},
|
|
1843
|
+
}, Y.boolean = function(e) {
|
|
1819
1844
|
return e;
|
|
1820
|
-
},
|
|
1845
|
+
}, Y.null = function(e) {
|
|
1821
1846
|
return e;
|
|
1822
|
-
},
|
|
1823
|
-
},
|
|
1824
|
-
new
|
|
1847
|
+
}, Y[void 0] = function() {
|
|
1848
|
+
}, Y), ft = {};
|
|
1849
|
+
new x(function(e) {
|
|
1825
1850
|
if (window.document && window.document.body) return e(window.document.body);
|
|
1826
1851
|
var t = setInterval(function() {
|
|
1827
1852
|
if (window.document && window.document.body)
|
|
1828
1853
|
return clearInterval(t), e(window.document.body);
|
|
1829
1854
|
}, 10);
|
|
1830
1855
|
});
|
|
1831
|
-
function
|
|
1832
|
-
for (var e =
|
|
1856
|
+
function Ue() {
|
|
1857
|
+
for (var e = H("idToProxyWindow"), t = 0, i = e.keys(); t < i.length; t++) {
|
|
1833
1858
|
var r = i[t];
|
|
1834
1859
|
e.get(r).shouldClean() && e.del(r);
|
|
1835
1860
|
}
|
|
1836
1861
|
}
|
|
1837
|
-
function
|
|
1838
|
-
var i = t.send, r = t.id, n = r === void 0 ?
|
|
1839
|
-
if (
|
|
1862
|
+
function $i(e, t) {
|
|
1863
|
+
var i = t.send, r = t.id, n = r === void 0 ? ee() : r, a = e.then(function(l) {
|
|
1864
|
+
if (q(l)) return X(l).name;
|
|
1840
1865
|
}), c = e.then(function(l) {
|
|
1841
|
-
if (
|
|
1842
|
-
return
|
|
1866
|
+
if (K(l)) throw new Error("Window is closed, can not determine type");
|
|
1867
|
+
return Z(l) ? "popup" : "iframe";
|
|
1843
1868
|
});
|
|
1844
|
-
|
|
1869
|
+
a.catch(ne), c.catch(ne);
|
|
1845
1870
|
var S = function() {
|
|
1846
1871
|
return e.then(function(l) {
|
|
1847
|
-
if (!
|
|
1872
|
+
if (!K(l)) return q(l) ? X(l).name : a;
|
|
1848
1873
|
});
|
|
1849
1874
|
};
|
|
1850
1875
|
return {
|
|
@@ -1852,15 +1877,15 @@ function Pr() {
|
|
|
1852
1877
|
getType: function() {
|
|
1853
1878
|
return c;
|
|
1854
1879
|
},
|
|
1855
|
-
getInstanceID:
|
|
1880
|
+
getInstanceID: et(function() {
|
|
1856
1881
|
return e.then(function(l) {
|
|
1857
|
-
return
|
|
1882
|
+
return hi(l, {
|
|
1858
1883
|
send: i
|
|
1859
1884
|
});
|
|
1860
1885
|
});
|
|
1861
1886
|
}),
|
|
1862
1887
|
close: function() {
|
|
1863
|
-
return e.then(
|
|
1888
|
+
return e.then(Zi);
|
|
1864
1889
|
},
|
|
1865
1890
|
getName: S,
|
|
1866
1891
|
focus: function() {
|
|
@@ -1870,56 +1895,56 @@ function Pr() {
|
|
|
1870
1895
|
},
|
|
1871
1896
|
isClosed: function() {
|
|
1872
1897
|
return e.then(function(l) {
|
|
1873
|
-
return
|
|
1898
|
+
return K(l);
|
|
1874
1899
|
});
|
|
1875
1900
|
},
|
|
1876
1901
|
setLocation: function(l, p) {
|
|
1877
1902
|
return p === void 0 && (p = {}), e.then(function(P) {
|
|
1878
|
-
var C = window.location.protocol + "//" + window.location.host, h = p.method,
|
|
1903
|
+
var C = window.location.protocol + "//" + window.location.host, h = p.method, $ = h === void 0 ? "get" : h, I = p.body;
|
|
1879
1904
|
if (l.indexOf("/") === 0) l = "" + C + l;
|
|
1880
1905
|
else if (!l.match(/^https?:\/\//) && l.indexOf(C) !== 0) throw new Error("Expected url to be http or https url, or absolute path, got " + JSON.stringify(l));
|
|
1881
|
-
if (
|
|
1882
|
-
if (!
|
|
1883
|
-
(function(
|
|
1884
|
-
var
|
|
1885
|
-
if (T.setAttribute("target",
|
|
1886
|
-
var
|
|
1887
|
-
|
|
1906
|
+
if ($ === "post") return S().then(function(b) {
|
|
1907
|
+
if (!b) throw new Error("Can not post to window without target name");
|
|
1908
|
+
(function(w) {
|
|
1909
|
+
var E = w.url, z = w.target, L = w.body, D = w.method, F = D === void 0 ? "post" : D, T = document.createElement("form");
|
|
1910
|
+
if (T.setAttribute("target", z), T.setAttribute("method", F), T.setAttribute("action", E), T.style.display = "none", L) for (var W = 0, Q = Object.keys(L); W < Q.length; W++) {
|
|
1911
|
+
var j, ge = Q[W], Ve = document.createElement("input");
|
|
1912
|
+
Ve.setAttribute("name", ge), Ve.setAttribute("value", (j = L[ge]) == null ? void 0 : j.toString()), T.appendChild(Ve);
|
|
1888
1913
|
}
|
|
1889
|
-
|
|
1914
|
+
ci().appendChild(T), T.submit(), ci().removeChild(T);
|
|
1890
1915
|
})({
|
|
1891
1916
|
url: l,
|
|
1892
|
-
target:
|
|
1893
|
-
method:
|
|
1894
|
-
body:
|
|
1917
|
+
target: b,
|
|
1918
|
+
method: $,
|
|
1919
|
+
body: I
|
|
1895
1920
|
});
|
|
1896
1921
|
});
|
|
1897
|
-
if (
|
|
1898
|
-
if (
|
|
1922
|
+
if ($ !== "get") throw new Error("Unsupported method: " + $);
|
|
1923
|
+
if (q(P)) try {
|
|
1899
1924
|
if (P.location && typeof P.location.replace == "function") {
|
|
1900
1925
|
P.location.replace(l);
|
|
1901
1926
|
return;
|
|
1902
1927
|
}
|
|
1903
|
-
} catch (
|
|
1928
|
+
} catch (b) {
|
|
1904
1929
|
}
|
|
1905
1930
|
P.location = l;
|
|
1906
1931
|
});
|
|
1907
1932
|
},
|
|
1908
1933
|
setName: function(l) {
|
|
1909
1934
|
return e.then(function(p) {
|
|
1910
|
-
var P =
|
|
1935
|
+
var P = q(p), C = ti(p);
|
|
1911
1936
|
if (!P) throw new Error("Can not set name for cross-domain window: " + l);
|
|
1912
|
-
|
|
1937
|
+
X(p).name = l, C && C.setAttribute("name", l), a = x.resolve(l);
|
|
1913
1938
|
});
|
|
1914
1939
|
}
|
|
1915
1940
|
};
|
|
1916
1941
|
}
|
|
1917
|
-
var
|
|
1942
|
+
var J = function() {
|
|
1918
1943
|
function e(i) {
|
|
1919
|
-
var r = i.send, n = i.win,
|
|
1920
|
-
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
|
|
1944
|
+
var r = i.send, n = i.win, a = i.serializedWindow;
|
|
1945
|
+
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new x(), this.serializedWindow = a || $i(this.actualWindowPromise, {
|
|
1921
1946
|
send: r
|
|
1922
|
-
}),
|
|
1947
|
+
}), H("idToProxyWindow").set(this.getID(), this), n && this.setWindow(n, {
|
|
1923
1948
|
send: r
|
|
1924
1949
|
});
|
|
1925
1950
|
}
|
|
@@ -1950,14 +1975,14 @@ function Pr() {
|
|
|
1950
1975
|
return i;
|
|
1951
1976
|
});
|
|
1952
1977
|
}, t.focus = function() {
|
|
1953
|
-
var i = this, r = this.isPopup(), n = this.getName(),
|
|
1978
|
+
var i = this, r = this.isPopup(), n = this.getName(), a = x.hash({
|
|
1954
1979
|
isPopup: r,
|
|
1955
1980
|
name: n
|
|
1956
1981
|
}).then(function(S) {
|
|
1957
1982
|
var l = S.name;
|
|
1958
1983
|
S.isPopup && l && window.open("", l, "noopener");
|
|
1959
1984
|
}), c = this.serializedWindow.focus();
|
|
1960
|
-
return
|
|
1985
|
+
return x.all([a, c]).then(function() {
|
|
1961
1986
|
return i;
|
|
1962
1987
|
});
|
|
1963
1988
|
}, t.isClosed = function() {
|
|
@@ -1966,24 +1991,24 @@ function Pr() {
|
|
|
1966
1991
|
return this.actualWindow;
|
|
1967
1992
|
}, t.setWindow = function(i, r) {
|
|
1968
1993
|
var n = r.send;
|
|
1969
|
-
this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow =
|
|
1994
|
+
this.actualWindow = i, this.actualWindowPromise.resolve(this.actualWindow), this.serializedWindow = $i(this.actualWindowPromise, {
|
|
1970
1995
|
send: n,
|
|
1971
1996
|
id: this.getID()
|
|
1972
|
-
}),
|
|
1997
|
+
}), G("winToProxyWindow").set(i, this);
|
|
1973
1998
|
}, t.awaitWindow = function() {
|
|
1974
1999
|
return this.actualWindowPromise;
|
|
1975
2000
|
}, t.matchWindow = function(i, r) {
|
|
1976
|
-
var n = this,
|
|
1977
|
-
return
|
|
1978
|
-
return n.actualWindow ? i === n.actualWindow :
|
|
2001
|
+
var n = this, a = r.send;
|
|
2002
|
+
return x.try(function() {
|
|
2003
|
+
return n.actualWindow ? i === n.actualWindow : x.hash({
|
|
1979
2004
|
proxyInstanceID: n.getInstanceID(),
|
|
1980
|
-
knownWindowInstanceID:
|
|
1981
|
-
send:
|
|
2005
|
+
knownWindowInstanceID: hi(i, {
|
|
2006
|
+
send: a
|
|
1982
2007
|
})
|
|
1983
2008
|
}).then(function(c) {
|
|
1984
2009
|
var S = c.proxyInstanceID === c.knownWindowInstanceID;
|
|
1985
2010
|
return S && n.setWindow(i, {
|
|
1986
|
-
send:
|
|
2011
|
+
send: a
|
|
1987
2012
|
}), S;
|
|
1988
2013
|
});
|
|
1989
2014
|
});
|
|
@@ -1992,19 +2017,19 @@ function Pr() {
|
|
|
1992
2017
|
}, t.getInstanceID = function() {
|
|
1993
2018
|
return this.serializedWindow.getInstanceID();
|
|
1994
2019
|
}, t.shouldClean = function() {
|
|
1995
|
-
return !!(this.actualWindow &&
|
|
2020
|
+
return !!(this.actualWindow && K(this.actualWindow));
|
|
1996
2021
|
}, t.serialize = function() {
|
|
1997
2022
|
return this.serializedWindow;
|
|
1998
2023
|
}, e.unwrap = function(i) {
|
|
1999
2024
|
return e.isProxyWindow(i) ? i.unwrap() : i;
|
|
2000
2025
|
}, e.serialize = function(i, r) {
|
|
2001
2026
|
var n = r.send;
|
|
2002
|
-
return
|
|
2027
|
+
return Ue(), e.toProxyWindow(i, {
|
|
2003
2028
|
send: n
|
|
2004
2029
|
}).serialize();
|
|
2005
2030
|
}, e.deserialize = function(i, r) {
|
|
2006
2031
|
var n = r.send;
|
|
2007
|
-
return
|
|
2032
|
+
return Ue(), H("idToProxyWindow").get(i.id) || new e({
|
|
2008
2033
|
serializedWindow: i,
|
|
2009
2034
|
send: n
|
|
2010
2035
|
});
|
|
@@ -2012,22 +2037,22 @@ function Pr() {
|
|
|
2012
2037
|
return !!(i && !we(i) && i.isProxyWindow);
|
|
2013
2038
|
}, e.toProxyWindow = function(i, r) {
|
|
2014
2039
|
var n = r.send;
|
|
2015
|
-
if (
|
|
2016
|
-
var
|
|
2017
|
-
return
|
|
2018
|
-
win:
|
|
2040
|
+
if (Ue(), e.isProxyWindow(i)) return i;
|
|
2041
|
+
var a = i;
|
|
2042
|
+
return G("winToProxyWindow").get(a) || new e({
|
|
2043
|
+
win: a,
|
|
2019
2044
|
send: n
|
|
2020
2045
|
});
|
|
2021
2046
|
}, e;
|
|
2022
2047
|
}();
|
|
2023
|
-
function
|
|
2024
|
-
var
|
|
2025
|
-
|
|
2048
|
+
function qe(e, t, i, r, n) {
|
|
2049
|
+
var a = G("methodStore"), c = H("proxyWindowMethods");
|
|
2050
|
+
J.isProxyWindow(r) ? c.set(e, {
|
|
2026
2051
|
val: t,
|
|
2027
2052
|
name: i,
|
|
2028
2053
|
domain: n,
|
|
2029
2054
|
source: r
|
|
2030
|
-
}) : (c.del(e),
|
|
2055
|
+
}) : (c.del(e), a.getOrSet(r, function() {
|
|
2031
2056
|
return {};
|
|
2032
2057
|
})[e] = {
|
|
2033
2058
|
domain: n,
|
|
@@ -2036,198 +2061,198 @@ function Pr() {
|
|
|
2036
2061
|
source: r
|
|
2037
2062
|
});
|
|
2038
2063
|
}
|
|
2039
|
-
function
|
|
2040
|
-
var i =
|
|
2064
|
+
function mi(e, t) {
|
|
2065
|
+
var i = G("methodStore"), r = H("proxyWindowMethods");
|
|
2041
2066
|
return i.getOrSet(e, function() {
|
|
2042
2067
|
return {};
|
|
2043
2068
|
})[t] || r.get(t);
|
|
2044
2069
|
}
|
|
2045
|
-
function
|
|
2046
|
-
c = (
|
|
2070
|
+
function yi(e, t, i, r, n) {
|
|
2071
|
+
c = (a = {
|
|
2047
2072
|
on: n.on,
|
|
2048
2073
|
send: n.send
|
|
2049
|
-
}).on, S =
|
|
2074
|
+
}).on, S = a.send, H("builtinListeners").getOrSet("functionCalls", function() {
|
|
2050
2075
|
return c("postrobot_method", {
|
|
2051
2076
|
domain: "*"
|
|
2052
2077
|
}, function(P) {
|
|
2053
|
-
var C = P.source, h = P.origin,
|
|
2054
|
-
if (!
|
|
2055
|
-
var
|
|
2056
|
-
return
|
|
2057
|
-
if (!fe(
|
|
2058
|
-
if (
|
|
2078
|
+
var C = P.source, h = P.origin, $ = P.data, I = $.id, b = $.name, w = mi(C, I);
|
|
2079
|
+
if (!w) throw new Error("Could not find method '" + b + "' with id: " + $.id + " in " + N(window));
|
|
2080
|
+
var E = w.source, z = w.domain, L = w.val;
|
|
2081
|
+
return x.try(function() {
|
|
2082
|
+
if (!fe(z, h)) throw new Error("Method '" + $.name + "' domain " + JSON.stringify(ze(w.domain) ? w.domain.source : w.domain) + " does not match origin " + h + " in " + N(window));
|
|
2083
|
+
if (J.isProxyWindow(E)) return E.matchWindow(C, {
|
|
2059
2084
|
send: S
|
|
2060
|
-
}).then(function(
|
|
2061
|
-
if (!
|
|
2085
|
+
}).then(function(D) {
|
|
2086
|
+
if (!D) throw new Error("Method call '" + $.name + "' failed - proxy window does not match source in " + N(window));
|
|
2062
2087
|
});
|
|
2063
2088
|
}).then(function() {
|
|
2064
|
-
return
|
|
2089
|
+
return L.apply({
|
|
2065
2090
|
source: C,
|
|
2066
2091
|
origin: h
|
|
2067
|
-
},
|
|
2068
|
-
}, function(
|
|
2069
|
-
return
|
|
2070
|
-
if (
|
|
2092
|
+
}, $.args);
|
|
2093
|
+
}, function(D) {
|
|
2094
|
+
return x.try(function() {
|
|
2095
|
+
if (L.onError) return L.onError(D);
|
|
2071
2096
|
}).then(function() {
|
|
2072
|
-
throw
|
|
2073
|
-
return
|
|
2074
|
-
return typeof
|
|
2097
|
+
throw D.stack && (D.stack = "Remote call to " + b + "(" + function(F) {
|
|
2098
|
+
return F === void 0 && (F = []), (T = F, [].slice.call(T)).map(function(W) {
|
|
2099
|
+
return typeof W == "string" ? "'" + W + "'" : W === void 0 ? "undefined" : W === null ? "null" : typeof W == "boolean" ? W.toString() : Array.isArray(W) ? "[ ... ]" : typeof W == "object" ? "{ ... }" : typeof W == "function" ? "() => { ... }" : "<" + typeof W + ">";
|
|
2075
2100
|
}).join(", ");
|
|
2076
2101
|
var T;
|
|
2077
|
-
}(
|
|
2102
|
+
}($.args) + `) failed
|
|
2078
2103
|
|
|
2079
|
-
` +
|
|
2104
|
+
` + D.stack), D;
|
|
2080
2105
|
});
|
|
2081
|
-
}).then(function(
|
|
2106
|
+
}).then(function(D) {
|
|
2082
2107
|
return {
|
|
2083
|
-
result:
|
|
2084
|
-
id:
|
|
2085
|
-
name:
|
|
2108
|
+
result: D,
|
|
2109
|
+
id: I,
|
|
2110
|
+
name: b
|
|
2086
2111
|
};
|
|
2087
2112
|
});
|
|
2088
2113
|
});
|
|
2089
2114
|
});
|
|
2090
|
-
var
|
|
2091
|
-
e =
|
|
2115
|
+
var a, c, S, l = i.__id__ || ee();
|
|
2116
|
+
e = J.unwrap(e);
|
|
2092
2117
|
var p = i.__name__ || i.name || r;
|
|
2093
|
-
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")),
|
|
2094
|
-
|
|
2095
|
-
})) :
|
|
2118
|
+
return typeof p == "string" && typeof p.indexOf == "function" && p.indexOf("anonymous::") === 0 && (p = p.replace("anonymous::", r + "::")), J.isProxyWindow(e) ? (qe(l, i, p, e, t), e.awaitWindow().then(function(P) {
|
|
2119
|
+
qe(l, i, p, P, t);
|
|
2120
|
+
})) : qe(l, i, p, e, t), oe("cross_domain_function", {
|
|
2096
2121
|
id: l,
|
|
2097
2122
|
name: p
|
|
2098
2123
|
});
|
|
2099
2124
|
}
|
|
2100
|
-
function
|
|
2101
|
-
var n,
|
|
2125
|
+
function vi(e, t, i, r) {
|
|
2126
|
+
var n, a = r.on, c = r.send;
|
|
2102
2127
|
return function(S, l) {
|
|
2103
|
-
l === void 0 && (l =
|
|
2128
|
+
l === void 0 && (l = ot);
|
|
2104
2129
|
var p = JSON.stringify(S, function(P) {
|
|
2105
2130
|
var C = this[P];
|
|
2106
|
-
if (
|
|
2107
|
-
var h =
|
|
2131
|
+
if (Fe(this)) return C;
|
|
2132
|
+
var h = gi(C);
|
|
2108
2133
|
if (!h) return C;
|
|
2109
|
-
var
|
|
2110
|
-
return
|
|
2134
|
+
var $ = l[h] || nt[h];
|
|
2135
|
+
return $ ? $(C, P) : C;
|
|
2111
2136
|
});
|
|
2112
2137
|
return p === void 0 ? "undefined" : p;
|
|
2113
2138
|
}(i, ((n = {}).promise = function(S, l) {
|
|
2114
|
-
return function(p, P, C, h,
|
|
2139
|
+
return function(p, P, C, h, $) {
|
|
2115
2140
|
return oe("cross_domain_zalgo_promise", {
|
|
2116
|
-
then:
|
|
2117
|
-
return C.then(
|
|
2141
|
+
then: yi(p, P, function(I, b) {
|
|
2142
|
+
return C.then(I, b);
|
|
2118
2143
|
}, h, {
|
|
2119
|
-
on:
|
|
2120
|
-
send:
|
|
2144
|
+
on: $.on,
|
|
2145
|
+
send: $.send
|
|
2121
2146
|
})
|
|
2122
2147
|
});
|
|
2123
2148
|
}(e, t, S, l, {
|
|
2124
|
-
on:
|
|
2149
|
+
on: a,
|
|
2125
2150
|
send: c
|
|
2126
2151
|
});
|
|
2127
2152
|
}, n.function = function(S, l) {
|
|
2128
|
-
return
|
|
2129
|
-
on:
|
|
2153
|
+
return yi(e, t, S, l, {
|
|
2154
|
+
on: a,
|
|
2130
2155
|
send: c
|
|
2131
2156
|
});
|
|
2132
2157
|
}, n.object = function(S) {
|
|
2133
|
-
return we(S) ||
|
|
2158
|
+
return we(S) || J.isProxyWindow(S) ? oe("cross_domain_window", J.serialize(S, {
|
|
2134
2159
|
send: c
|
|
2135
2160
|
})) : S;
|
|
2136
2161
|
}, n));
|
|
2137
2162
|
}
|
|
2138
|
-
function
|
|
2139
|
-
var n,
|
|
2163
|
+
function bi(e, t, i, r) {
|
|
2164
|
+
var n, a = r.send;
|
|
2140
2165
|
return function(c, S) {
|
|
2141
|
-
if (S === void 0 && (S =
|
|
2142
|
-
if (
|
|
2166
|
+
if (S === void 0 && (S = ft), c !== "undefined") return JSON.parse(c, function(l, p) {
|
|
2167
|
+
if (Fe(this)) return p;
|
|
2143
2168
|
var P, C;
|
|
2144
|
-
if (
|
|
2145
|
-
var h = S[P] ||
|
|
2169
|
+
if (Fe(p) ? (P = p.__type__, C = p.__val__) : (P = gi(p), C = p), !P) return C;
|
|
2170
|
+
var h = S[P] || st[P];
|
|
2146
2171
|
return h ? h(C, l) : C;
|
|
2147
2172
|
});
|
|
2148
2173
|
}(i, ((n = {}).cross_domain_zalgo_promise = function(c) {
|
|
2149
2174
|
return function(S, l, p) {
|
|
2150
|
-
return new
|
|
2175
|
+
return new x(p.then);
|
|
2151
2176
|
}(0, 0, c);
|
|
2152
2177
|
}, n.cross_domain_function = function(c) {
|
|
2153
2178
|
return function(S, l, p, P) {
|
|
2154
|
-
var C = p.id, h = p.name,
|
|
2155
|
-
|
|
2156
|
-
function
|
|
2157
|
-
var
|
|
2158
|
-
return
|
|
2159
|
-
send:
|
|
2160
|
-
}).awaitWindow().then(function(
|
|
2161
|
-
var
|
|
2162
|
-
if (
|
|
2179
|
+
var C = p.id, h = p.name, $ = P.send, I = function(w) {
|
|
2180
|
+
w === void 0 && (w = {});
|
|
2181
|
+
function E() {
|
|
2182
|
+
var z = arguments;
|
|
2183
|
+
return J.toProxyWindow(S, {
|
|
2184
|
+
send: $
|
|
2185
|
+
}).awaitWindow().then(function(L) {
|
|
2186
|
+
var D = mi(L, C);
|
|
2187
|
+
if (D && D.val !== E) return D.val.apply({
|
|
2163
2188
|
source: window,
|
|
2164
|
-
origin:
|
|
2165
|
-
},
|
|
2166
|
-
var
|
|
2167
|
-
return
|
|
2189
|
+
origin: N()
|
|
2190
|
+
}, z);
|
|
2191
|
+
var F = [].slice.call(z);
|
|
2192
|
+
return w.fireAndForget ? $(L, "postrobot_method", {
|
|
2168
2193
|
id: C,
|
|
2169
2194
|
name: h,
|
|
2170
|
-
args:
|
|
2195
|
+
args: F
|
|
2171
2196
|
}, {
|
|
2172
2197
|
domain: l,
|
|
2173
2198
|
fireAndForget: !0
|
|
2174
|
-
}) :
|
|
2199
|
+
}) : $(L, "postrobot_method", {
|
|
2175
2200
|
id: C,
|
|
2176
2201
|
name: h,
|
|
2177
|
-
args:
|
|
2202
|
+
args: F
|
|
2178
2203
|
}, {
|
|
2179
2204
|
domain: l,
|
|
2180
2205
|
fireAndForget: !1
|
|
2181
2206
|
}).then(function(T) {
|
|
2182
2207
|
return T.data.result;
|
|
2183
2208
|
});
|
|
2184
|
-
}).catch(function(
|
|
2185
|
-
throw
|
|
2209
|
+
}).catch(function(L) {
|
|
2210
|
+
throw L;
|
|
2186
2211
|
});
|
|
2187
2212
|
}
|
|
2188
|
-
return
|
|
2189
|
-
},
|
|
2190
|
-
return
|
|
2213
|
+
return E.__name__ = h, E.__origin__ = l, E.__source__ = S, E.__id__ = C, E.origin = l, E;
|
|
2214
|
+
}, b = I();
|
|
2215
|
+
return b.fireAndForget = I({
|
|
2191
2216
|
fireAndForget: !0
|
|
2192
|
-
}),
|
|
2217
|
+
}), b;
|
|
2193
2218
|
}(e, t, c, {
|
|
2194
|
-
send:
|
|
2219
|
+
send: a
|
|
2195
2220
|
});
|
|
2196
2221
|
}, n.cross_domain_window = function(c) {
|
|
2197
|
-
return
|
|
2198
|
-
send:
|
|
2222
|
+
return J.deserialize(c, {
|
|
2223
|
+
send: a
|
|
2199
2224
|
});
|
|
2200
2225
|
}, n));
|
|
2201
2226
|
}
|
|
2202
|
-
var
|
|
2203
|
-
|
|
2227
|
+
var _e = {};
|
|
2228
|
+
_e.postrobot_post_message = function(e, t, i) {
|
|
2204
2229
|
i.indexOf("file:") === 0 && (i = "*"), e.postMessage(t, i);
|
|
2205
2230
|
};
|
|
2206
|
-
function
|
|
2207
|
-
var n = r.on,
|
|
2208
|
-
return
|
|
2209
|
-
var c =
|
|
2231
|
+
function Ge(e, t, i, r) {
|
|
2232
|
+
var n = r.on, a = r.send;
|
|
2233
|
+
return x.try(function() {
|
|
2234
|
+
var c = G().getOrSet(e, function() {
|
|
2210
2235
|
return {};
|
|
2211
2236
|
});
|
|
2212
|
-
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush ||
|
|
2213
|
-
if (
|
|
2214
|
-
var S =
|
|
2237
|
+
return c.buffer = c.buffer || [], c.buffer.push(i), c.flush = c.flush || x.flush().then(function() {
|
|
2238
|
+
if (K(e)) throw new Error("Window is closed");
|
|
2239
|
+
var S = vi(e, t, ((l = {}).__post_robot_10_0_46__ = c.buffer || [], l), {
|
|
2215
2240
|
on: n,
|
|
2216
|
-
send:
|
|
2241
|
+
send: a
|
|
2217
2242
|
}), l;
|
|
2218
2243
|
delete c.buffer;
|
|
2219
|
-
for (var p = Object.keys(
|
|
2244
|
+
for (var p = Object.keys(_e), P = [], C = 0; C < p.length; C++) {
|
|
2220
2245
|
var h = p[C];
|
|
2221
2246
|
try {
|
|
2222
|
-
|
|
2223
|
-
} catch (
|
|
2224
|
-
P.push(
|
|
2247
|
+
_e[h](e, S, t);
|
|
2248
|
+
} catch ($) {
|
|
2249
|
+
P.push($);
|
|
2225
2250
|
}
|
|
2226
2251
|
}
|
|
2227
2252
|
if (P.length === p.length) throw new Error(`All post-robot messaging strategies failed:
|
|
2228
2253
|
|
|
2229
|
-
` + P.map(function(
|
|
2230
|
-
return
|
|
2254
|
+
` + P.map(function($, I) {
|
|
2255
|
+
return I + ". " + Ce($);
|
|
2231
2256
|
}).join(`
|
|
2232
2257
|
|
|
2233
2258
|
`));
|
|
@@ -2236,20 +2261,20 @@ function Pr() {
|
|
|
2236
2261
|
});
|
|
2237
2262
|
}).then(ne);
|
|
2238
2263
|
}
|
|
2239
|
-
function
|
|
2240
|
-
return
|
|
2264
|
+
function wi(e) {
|
|
2265
|
+
return H("responseListeners").get(e);
|
|
2241
2266
|
}
|
|
2242
|
-
function
|
|
2243
|
-
|
|
2267
|
+
function Ii(e) {
|
|
2268
|
+
H("responseListeners").del(e);
|
|
2244
2269
|
}
|
|
2245
|
-
function
|
|
2246
|
-
return
|
|
2270
|
+
function Ti(e) {
|
|
2271
|
+
return H("erroredResponseListeners").has(e);
|
|
2247
2272
|
}
|
|
2248
|
-
function
|
|
2249
|
-
var t = e.name, i = e.win, r = e.domain, n =
|
|
2273
|
+
function ki(e) {
|
|
2274
|
+
var t = e.name, i = e.win, r = e.domain, n = G("requestListeners");
|
|
2250
2275
|
if (i === "*" && (i = null), r === "*" && (r = null), !t) throw new Error("Name required to get request listener");
|
|
2251
|
-
for (var
|
|
2252
|
-
var S = c[
|
|
2276
|
+
for (var a = 0, c = [i, Re()]; a < c.length; a++) {
|
|
2277
|
+
var S = c[a];
|
|
2253
2278
|
if (S) {
|
|
2254
2279
|
var l = n.get(S);
|
|
2255
2280
|
if (l) {
|
|
@@ -2258,8 +2283,8 @@ function Pr() {
|
|
|
2258
2283
|
if (r && typeof r == "string") {
|
|
2259
2284
|
if (p[r]) return p[r];
|
|
2260
2285
|
if (p.__domain_regex__) for (var P = 0, C = p.__domain_regex__; P < C.length; P++) {
|
|
2261
|
-
var h = C[P],
|
|
2262
|
-
if (fe(h.regex, r)) return
|
|
2286
|
+
var h = C[P], $ = h.listener;
|
|
2287
|
+
if (fe(h.regex, r)) return $;
|
|
2263
2288
|
}
|
|
2264
2289
|
}
|
|
2265
2290
|
if (p["*"]) return p["*"];
|
|
@@ -2268,18 +2293,18 @@ function Pr() {
|
|
|
2268
2293
|
}
|
|
2269
2294
|
}
|
|
2270
2295
|
}
|
|
2271
|
-
function
|
|
2272
|
-
var n = r.on,
|
|
2296
|
+
function at(e, t, i, r) {
|
|
2297
|
+
var n = r.on, a = r.send, c = ki({
|
|
2273
2298
|
name: i.name,
|
|
2274
2299
|
win: e,
|
|
2275
2300
|
domain: t
|
|
2276
2301
|
}), S = i.name === "postrobot_method" && i.data && typeof i.data.name == "string" ? i.data.name + "()" : i.name;
|
|
2277
2302
|
function l(p, P, C) {
|
|
2278
|
-
return
|
|
2279
|
-
if (!i.fireAndForget && !
|
|
2280
|
-
return
|
|
2281
|
-
id:
|
|
2282
|
-
origin:
|
|
2303
|
+
return x.flush().then(function() {
|
|
2304
|
+
if (!i.fireAndForget && !K(e)) try {
|
|
2305
|
+
return Ge(e, t, {
|
|
2306
|
+
id: ee(),
|
|
2307
|
+
origin: N(window),
|
|
2283
2308
|
type: "postrobot_message_response",
|
|
2284
2309
|
hash: i.hash,
|
|
2285
2310
|
name: i.name,
|
|
@@ -2288,33 +2313,33 @@ function Pr() {
|
|
|
2288
2313
|
error: C
|
|
2289
2314
|
}, {
|
|
2290
2315
|
on: n,
|
|
2291
|
-
send:
|
|
2316
|
+
send: a
|
|
2292
2317
|
});
|
|
2293
2318
|
} catch (h) {
|
|
2294
|
-
throw new Error("Send response message failed for " + S + " in " +
|
|
2319
|
+
throw new Error("Send response message failed for " + S + " in " + N() + `
|
|
2295
2320
|
|
|
2296
2321
|
` + Ce(h));
|
|
2297
2322
|
}
|
|
2298
2323
|
});
|
|
2299
2324
|
}
|
|
2300
|
-
return
|
|
2301
|
-
if (!i.fireAndForget && !
|
|
2302
|
-
return
|
|
2303
|
-
id:
|
|
2304
|
-
origin:
|
|
2325
|
+
return x.all([x.flush().then(function() {
|
|
2326
|
+
if (!i.fireAndForget && !K(e)) try {
|
|
2327
|
+
return Ge(e, t, {
|
|
2328
|
+
id: ee(),
|
|
2329
|
+
origin: N(window),
|
|
2305
2330
|
type: "postrobot_message_ack",
|
|
2306
2331
|
hash: i.hash,
|
|
2307
2332
|
name: i.name
|
|
2308
2333
|
}, {
|
|
2309
2334
|
on: n,
|
|
2310
|
-
send:
|
|
2335
|
+
send: a
|
|
2311
2336
|
});
|
|
2312
2337
|
} catch (p) {
|
|
2313
|
-
throw new Error("Send ack message failed for " + S + " in " +
|
|
2338
|
+
throw new Error("Send ack message failed for " + S + " in " + N() + `
|
|
2314
2339
|
|
|
2315
2340
|
` + Ce(p));
|
|
2316
2341
|
}
|
|
2317
|
-
}),
|
|
2342
|
+
}), x.try(function() {
|
|
2318
2343
|
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);
|
|
2319
2344
|
return c.handler({
|
|
2320
2345
|
source: e,
|
|
@@ -2330,9 +2355,9 @@ function Pr() {
|
|
|
2330
2355
|
throw p;
|
|
2331
2356
|
});
|
|
2332
2357
|
}
|
|
2333
|
-
function
|
|
2334
|
-
if (!
|
|
2335
|
-
var r =
|
|
2358
|
+
function dt(e, t, i) {
|
|
2359
|
+
if (!Ti(i.hash)) {
|
|
2360
|
+
var r = wi(i.hash);
|
|
2336
2361
|
if (!r) throw new Error("No handler found for post message ack for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
|
|
2337
2362
|
try {
|
|
2338
2363
|
if (!fe(r.domain, t)) throw new Error("Ack origin " + t + " does not match domain " + r.domain.toString());
|
|
@@ -2343,56 +2368,56 @@ function Pr() {
|
|
|
2343
2368
|
r.ack = !0;
|
|
2344
2369
|
}
|
|
2345
2370
|
}
|
|
2346
|
-
function
|
|
2347
|
-
if (!
|
|
2348
|
-
var r =
|
|
2371
|
+
function ct(e, t, i) {
|
|
2372
|
+
if (!Ti(i.hash)) {
|
|
2373
|
+
var r = wi(i.hash);
|
|
2349
2374
|
if (!r) throw new Error("No handler found for post message response for message: " + i.name + " from " + t + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
|
|
2350
|
-
if (!fe(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" :
|
|
2375
|
+
if (!fe(r.domain, t)) throw new Error("Response origin " + t + " does not match domain " + (n = r.domain, Array.isArray(n) ? "(" + n.join(" | ") + ")" : g(n) ? "RegExp(" + n.toString() + ")" : n.toString()));
|
|
2351
2376
|
var n;
|
|
2352
2377
|
if (e !== r.win) throw new Error("Response source does not match registered window");
|
|
2353
|
-
|
|
2378
|
+
Ii(i.hash), i.ack === "error" ? r.promise.reject(i.error) : i.ack === "success" && r.promise.resolve({
|
|
2354
2379
|
source: e,
|
|
2355
2380
|
origin: t,
|
|
2356
2381
|
data: i.data
|
|
2357
2382
|
});
|
|
2358
2383
|
}
|
|
2359
2384
|
}
|
|
2360
|
-
function
|
|
2361
|
-
var i = t.on, r = t.send, n =
|
|
2385
|
+
function Ri(e, t) {
|
|
2386
|
+
var i = t.on, r = t.send, n = H("receivedMessages");
|
|
2362
2387
|
try {
|
|
2363
2388
|
if (!window || window.closed || !e.source) return;
|
|
2364
2389
|
} catch (P) {
|
|
2365
2390
|
return;
|
|
2366
2391
|
}
|
|
2367
|
-
var
|
|
2368
|
-
var
|
|
2392
|
+
var a = e.source, c = e.origin, S = function(P, C, h, $) {
|
|
2393
|
+
var I = $.on, b = $.send, w;
|
|
2369
2394
|
try {
|
|
2370
|
-
|
|
2371
|
-
on:
|
|
2372
|
-
send:
|
|
2395
|
+
w = bi(C, h, P, {
|
|
2396
|
+
on: I,
|
|
2397
|
+
send: b
|
|
2373
2398
|
});
|
|
2374
|
-
} catch (
|
|
2399
|
+
} catch (z) {
|
|
2375
2400
|
return;
|
|
2376
2401
|
}
|
|
2377
|
-
if (
|
|
2378
|
-
var
|
|
2379
|
-
if (Array.isArray(
|
|
2402
|
+
if (w && typeof w == "object" && w !== null) {
|
|
2403
|
+
var E = w.__post_robot_10_0_46__;
|
|
2404
|
+
if (Array.isArray(E)) return E;
|
|
2380
2405
|
}
|
|
2381
|
-
}(e.data,
|
|
2406
|
+
}(e.data, a, c, {
|
|
2382
2407
|
on: i,
|
|
2383
2408
|
send: r
|
|
2384
2409
|
});
|
|
2385
2410
|
if (S) {
|
|
2386
|
-
|
|
2411
|
+
Pi(a);
|
|
2387
2412
|
for (var l = 0; l < S.length; l++) {
|
|
2388
2413
|
var p = S[l];
|
|
2389
|
-
if (n.has(p.id) || (n.set(p.id, !0),
|
|
2414
|
+
if (n.has(p.id) || (n.set(p.id, !0), K(a) && !p.fireAndForget)) return;
|
|
2390
2415
|
p.origin.indexOf("file:") === 0 && (c = "file://");
|
|
2391
2416
|
try {
|
|
2392
|
-
p.type === "postrobot_message_request" ?
|
|
2417
|
+
p.type === "postrobot_message_request" ? at(a, c, p, {
|
|
2393
2418
|
on: i,
|
|
2394
2419
|
send: r
|
|
2395
|
-
}) : p.type === "postrobot_message_response" ?
|
|
2420
|
+
}) : p.type === "postrobot_message_response" ? ct(a, c, p) : p.type === "postrobot_message_ack" && dt(a, c, p);
|
|
2396
2421
|
} catch (P) {
|
|
2397
2422
|
setTimeout(function() {
|
|
2398
2423
|
throw P;
|
|
@@ -2404,71 +2429,71 @@ function Pr() {
|
|
|
2404
2429
|
function se(e, t, i) {
|
|
2405
2430
|
if (!e) throw new Error("Expected name");
|
|
2406
2431
|
if (typeof (t = t || {}) == "function" && (i = t, t = {}), !i) throw new Error("Expected handler");
|
|
2407
|
-
var r = function n(
|
|
2408
|
-
var S =
|
|
2432
|
+
var r = function n(a, c) {
|
|
2433
|
+
var S = a.name, l = a.win, p = a.domain, P = G("requestListeners");
|
|
2409
2434
|
if (!S || typeof S != "string") throw new Error("Name required to add request listener");
|
|
2410
|
-
if (l && l !== "*" &&
|
|
2411
|
-
var C = l.awaitWindow().then(function(
|
|
2435
|
+
if (l && l !== "*" && J.isProxyWindow(l)) {
|
|
2436
|
+
var C = l.awaitWindow().then(function(j) {
|
|
2412
2437
|
return n({
|
|
2413
2438
|
name: S,
|
|
2414
|
-
win:
|
|
2439
|
+
win: j,
|
|
2415
2440
|
domain: p
|
|
2416
2441
|
}, c);
|
|
2417
2442
|
});
|
|
2418
2443
|
return {
|
|
2419
2444
|
cancel: function() {
|
|
2420
|
-
C.then(function(
|
|
2421
|
-
return
|
|
2445
|
+
C.then(function(j) {
|
|
2446
|
+
return j.cancel();
|
|
2422
2447
|
}, ne);
|
|
2423
2448
|
}
|
|
2424
2449
|
};
|
|
2425
2450
|
}
|
|
2426
2451
|
var h = l;
|
|
2427
2452
|
if (Array.isArray(h)) {
|
|
2428
|
-
for (var
|
|
2453
|
+
for (var $ = [], I = 0, b = h; I < b.length; I++) $.push(n({
|
|
2429
2454
|
name: S,
|
|
2430
2455
|
domain: p,
|
|
2431
|
-
win:
|
|
2456
|
+
win: b[I]
|
|
2432
2457
|
}, c));
|
|
2433
2458
|
return {
|
|
2434
2459
|
cancel: function() {
|
|
2435
|
-
for (var
|
|
2460
|
+
for (var j = 0; j < $.length; j++) $[j].cancel();
|
|
2436
2461
|
}
|
|
2437
2462
|
};
|
|
2438
2463
|
}
|
|
2439
2464
|
if (Array.isArray(p)) {
|
|
2440
|
-
for (var
|
|
2465
|
+
for (var w = [], E = 0, z = p; E < z.length; E++) w.push(n({
|
|
2441
2466
|
name: S,
|
|
2442
2467
|
win: h,
|
|
2443
|
-
domain:
|
|
2468
|
+
domain: z[E]
|
|
2444
2469
|
}, c));
|
|
2445
2470
|
return {
|
|
2446
2471
|
cancel: function() {
|
|
2447
|
-
for (var
|
|
2472
|
+
for (var j = 0; j < w.length; j++) w[j].cancel();
|
|
2448
2473
|
}
|
|
2449
2474
|
};
|
|
2450
2475
|
}
|
|
2451
|
-
var
|
|
2476
|
+
var L = ki({
|
|
2452
2477
|
name: S,
|
|
2453
2478
|
win: h,
|
|
2454
2479
|
domain: p
|
|
2455
2480
|
});
|
|
2456
2481
|
h && h !== "*" || (h = Re());
|
|
2457
|
-
var
|
|
2458
|
-
if (
|
|
2459
|
-
var
|
|
2482
|
+
var D = (p = p || "*").toString();
|
|
2483
|
+
if (L) throw h && p ? new Error("Request listener already exists for " + S + " on domain " + p.toString() + " for " + (h === Re() ? "wildcard" : "specified") + " window") : h ? new Error("Request listener already exists for " + S + " for " + (h === Re() ? "wildcard" : "specified") + " window") : p ? new Error("Request listener already exists for " + S + " on domain " + p.toString()) : new Error("Request listener already exists for " + S);
|
|
2484
|
+
var F = P.getOrSet(h, function() {
|
|
2460
2485
|
return {};
|
|
2461
|
-
}), T = he(
|
|
2486
|
+
}), T = he(F, S, function() {
|
|
2462
2487
|
return {};
|
|
2463
|
-
}),
|
|
2464
|
-
return
|
|
2488
|
+
}), W, Q;
|
|
2489
|
+
return ze(p) ? (W = he(T, "__domain_regex__", function() {
|
|
2465
2490
|
return [];
|
|
2466
|
-
})).push(
|
|
2491
|
+
})).push(Q = {
|
|
2467
2492
|
regex: p,
|
|
2468
2493
|
listener: c
|
|
2469
|
-
}) : T[
|
|
2494
|
+
}) : T[D] = c, {
|
|
2470
2495
|
cancel: function() {
|
|
2471
|
-
delete T[
|
|
2496
|
+
delete T[D], Q && (W.splice(W.indexOf(Q, 1)), W.length || delete T.__domain_regex__), Object.keys(T).length || delete F[S], h && !Object.keys(F).length && P.del(h);
|
|
2472
2497
|
}
|
|
2473
2498
|
};
|
|
2474
2499
|
}({
|
|
@@ -2487,135 +2512,135 @@ function Pr() {
|
|
|
2487
2512
|
}
|
|
2488
2513
|
};
|
|
2489
2514
|
}
|
|
2490
|
-
function
|
|
2515
|
+
function pt(e, t, i) {
|
|
2491
2516
|
typeof (t = t || {}) == "function" && (i = t, t = {});
|
|
2492
|
-
var r = new
|
|
2493
|
-
return t.errorHandler = function(
|
|
2494
|
-
n.cancel(), r.reject(
|
|
2495
|
-
}, n = se(e, t, function(
|
|
2496
|
-
if (n.cancel(), r.resolve(
|
|
2517
|
+
var r = new x(), n;
|
|
2518
|
+
return t.errorHandler = function(a) {
|
|
2519
|
+
n.cancel(), r.reject(a);
|
|
2520
|
+
}, n = se(e, t, function(a) {
|
|
2521
|
+
if (n.cancel(), r.resolve(a), i) return i(a);
|
|
2497
2522
|
}), r.cancel = n.cancel, r;
|
|
2498
2523
|
}
|
|
2499
|
-
var
|
|
2500
|
-
var
|
|
2501
|
-
return
|
|
2524
|
+
var te = function e(t, i, r, n) {
|
|
2525
|
+
var a = (n = n || {}).domain || "*", c = n.timeout || -1, S = n.timeout || 5e3, l = n.fireAndForget || !1;
|
|
2526
|
+
return J.toProxyWindow(t, {
|
|
2502
2527
|
send: e
|
|
2503
2528
|
}).awaitWindow().then(function(p) {
|
|
2504
|
-
return
|
|
2529
|
+
return x.try(function() {
|
|
2505
2530
|
if (function(P, C, h) {
|
|
2506
2531
|
if (!P) throw new Error("Expected name");
|
|
2507
|
-
if (typeof h != "string" && !Array.isArray(h) && !
|
|
2508
|
-
if (
|
|
2509
|
-
}(i, p,
|
|
2510
|
-
var h =
|
|
2532
|
+
if (typeof h != "string" && !Array.isArray(h) && !ze(h)) throw new TypeError("Can not send " + P + ". Expected domain " + JSON.stringify(h) + " to be a string, array, or regex");
|
|
2533
|
+
if (K(C)) throw new Error("Can not send " + P + ". Target window is closed");
|
|
2534
|
+
}(i, p, a), function(P, C) {
|
|
2535
|
+
var h = ii(C);
|
|
2511
2536
|
if (h) return h === P;
|
|
2512
|
-
if (C === P || function(
|
|
2513
|
-
|
|
2537
|
+
if (C === P || function(b) {
|
|
2538
|
+
b === void 0 && (b = window);
|
|
2514
2539
|
try {
|
|
2515
|
-
if (
|
|
2516
|
-
} catch (
|
|
2540
|
+
if (b.top) return b.top;
|
|
2541
|
+
} catch (L) {
|
|
2517
2542
|
}
|
|
2518
|
-
if (
|
|
2543
|
+
if (A(b) === b) return b;
|
|
2519
2544
|
try {
|
|
2520
|
-
if (
|
|
2521
|
-
} catch (
|
|
2545
|
+
if (_(window, b) && window.top) return window.top;
|
|
2546
|
+
} catch (L) {
|
|
2522
2547
|
}
|
|
2523
2548
|
try {
|
|
2524
|
-
if (
|
|
2525
|
-
} catch (
|
|
2549
|
+
if (_(b, window) && window.top) return window.top;
|
|
2550
|
+
} catch (L) {
|
|
2526
2551
|
}
|
|
2527
|
-
for (var
|
|
2528
|
-
for (var
|
|
2529
|
-
var
|
|
2530
|
-
|
|
2531
|
-
for (var
|
|
2552
|
+
for (var w = 0, E = function L(D) {
|
|
2553
|
+
for (var F = [], T = 0, W = ae(D); T < W.length; T++) {
|
|
2554
|
+
var Q = W[T];
|
|
2555
|
+
F.push(Q);
|
|
2556
|
+
for (var j = 0, ge = L(Q); j < ge.length; j++) F.push(ge[j]);
|
|
2532
2557
|
}
|
|
2533
|
-
return
|
|
2534
|
-
}(
|
|
2535
|
-
var
|
|
2558
|
+
return F;
|
|
2559
|
+
}(b); w < E.length; w++) {
|
|
2560
|
+
var z = E[w];
|
|
2536
2561
|
try {
|
|
2537
|
-
if (
|
|
2538
|
-
} catch (
|
|
2562
|
+
if (z.top) return z.top;
|
|
2563
|
+
} catch (L) {
|
|
2539
2564
|
}
|
|
2540
|
-
if (
|
|
2565
|
+
if (A(z) === z) return z;
|
|
2541
2566
|
}
|
|
2542
2567
|
}(C) === C) return !1;
|
|
2543
|
-
for (var
|
|
2568
|
+
for (var $ = 0, I = ae(P); $ < I.length; $++) if (I[$] === C) return !0;
|
|
2544
2569
|
return !1;
|
|
2545
2570
|
}(window, p)) return function(P, C, h) {
|
|
2546
2571
|
C === void 0 && (C = 5e3), h === void 0 && (h = "Window");
|
|
2547
|
-
var
|
|
2548
|
-
return
|
|
2549
|
-
return new
|
|
2572
|
+
var $ = function(I) {
|
|
2573
|
+
return G("helloPromises").getOrSet(I, function() {
|
|
2574
|
+
return new x();
|
|
2550
2575
|
});
|
|
2551
2576
|
}(P);
|
|
2552
|
-
return C !== -1 && (
|
|
2577
|
+
return C !== -1 && ($ = $.timeout(C, new Error(h + " did not load after " + C + "ms"))), $;
|
|
2553
2578
|
}(p, S);
|
|
2554
2579
|
}).then(function(P) {
|
|
2555
|
-
return function(C, h,
|
|
2556
|
-
var
|
|
2557
|
-
return
|
|
2558
|
-
return typeof h == "string" ? h :
|
|
2559
|
-
return
|
|
2560
|
-
send:
|
|
2561
|
-
}).then(function(
|
|
2562
|
-
return
|
|
2580
|
+
return function(C, h, $, I) {
|
|
2581
|
+
var b = I.send;
|
|
2582
|
+
return x.try(function() {
|
|
2583
|
+
return typeof h == "string" ? h : x.try(function() {
|
|
2584
|
+
return $ || He(C, {
|
|
2585
|
+
send: b
|
|
2586
|
+
}).then(function(w) {
|
|
2587
|
+
return w.domain;
|
|
2563
2588
|
});
|
|
2564
|
-
}).then(function(
|
|
2565
|
-
if (!fe(h, h)) throw new Error("Domain " +
|
|
2566
|
-
return
|
|
2589
|
+
}).then(function(w) {
|
|
2590
|
+
if (!fe(h, h)) throw new Error("Domain " + di(h) + " does not match " + di(h));
|
|
2591
|
+
return w;
|
|
2567
2592
|
});
|
|
2568
2593
|
});
|
|
2569
|
-
}(p,
|
|
2594
|
+
}(p, a, (P === void 0 ? {} : P).domain, {
|
|
2570
2595
|
send: e
|
|
2571
2596
|
});
|
|
2572
2597
|
}).then(function(P) {
|
|
2573
|
-
var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i,
|
|
2598
|
+
var C = P, h = i === "postrobot_method" && r && typeof r.name == "string" ? r.name + "()" : i, $ = new x(), I = i + "_" + ee();
|
|
2574
2599
|
if (!l) {
|
|
2575
|
-
var
|
|
2600
|
+
var b = {
|
|
2576
2601
|
name: i,
|
|
2577
2602
|
win: p,
|
|
2578
2603
|
domain: C,
|
|
2579
|
-
promise:
|
|
2604
|
+
promise: $
|
|
2580
2605
|
};
|
|
2581
|
-
(function(T,
|
|
2582
|
-
|
|
2583
|
-
})(
|
|
2584
|
-
var
|
|
2606
|
+
(function(T, W) {
|
|
2607
|
+
H("responseListeners").set(T, W);
|
|
2608
|
+
})(I, b);
|
|
2609
|
+
var w = G("requestPromises").getOrSet(p, function() {
|
|
2585
2610
|
return [];
|
|
2586
2611
|
});
|
|
2587
|
-
|
|
2612
|
+
w.push($), $.catch(function() {
|
|
2588
2613
|
(function(T) {
|
|
2589
|
-
|
|
2590
|
-
})(
|
|
2614
|
+
H("erroredResponseListeners").set(T, !0);
|
|
2615
|
+
})(I), Ii(I);
|
|
2591
2616
|
});
|
|
2592
|
-
var
|
|
2593
|
-
return
|
|
2594
|
-
}(p) ? 1e4 : 2e3,
|
|
2595
|
-
var
|
|
2596
|
-
return function
|
|
2597
|
-
|
|
2617
|
+
var E = function(T) {
|
|
2618
|
+
return G("knownWindows").get(T, !1);
|
|
2619
|
+
}(p) ? 1e4 : 2e3, z = c, L = E, D = z, F = function(T, W) {
|
|
2620
|
+
var Q;
|
|
2621
|
+
return function j() {
|
|
2622
|
+
Q = setTimeout(function() {
|
|
2598
2623
|
(function() {
|
|
2599
|
-
if (
|
|
2600
|
-
if (
|
|
2601
|
-
|
|
2602
|
-
})(),
|
|
2624
|
+
if (K(p)) return $.reject(new Error("Window closed for " + i + " before " + (b.ack ? "response" : "ack")));
|
|
2625
|
+
if (b.cancelled) return $.reject(new Error("Response listener was cancelled for " + i));
|
|
2626
|
+
L = Math.max(L - 500, 0), D !== -1 && (D = Math.max(D - 500, 0)), b.ack || L !== 0 ? D === 0 && $.reject(new Error("No response for postMessage " + h + " in " + N() + " in " + z + "ms")) : $.reject(new Error("No ack for postMessage " + h + " in " + N() + " in " + E + "ms"));
|
|
2627
|
+
})(), j();
|
|
2603
2628
|
}, 500);
|
|
2604
2629
|
}(), {
|
|
2605
2630
|
cancel: function() {
|
|
2606
|
-
clearTimeout(
|
|
2631
|
+
clearTimeout(Q);
|
|
2607
2632
|
}
|
|
2608
2633
|
};
|
|
2609
2634
|
}();
|
|
2610
|
-
|
|
2611
|
-
|
|
2635
|
+
$.finally(function() {
|
|
2636
|
+
F.cancel(), w.splice(w.indexOf($, 1));
|
|
2612
2637
|
}).catch(ne);
|
|
2613
2638
|
}
|
|
2614
|
-
return
|
|
2615
|
-
id:
|
|
2616
|
-
origin:
|
|
2639
|
+
return Ge(p, C, {
|
|
2640
|
+
id: ee(),
|
|
2641
|
+
origin: N(window),
|
|
2617
2642
|
type: "postrobot_message_request",
|
|
2618
|
-
hash:
|
|
2643
|
+
hash: I,
|
|
2619
2644
|
name: i,
|
|
2620
2645
|
data: r,
|
|
2621
2646
|
fireAndForget: l
|
|
@@ -2623,49 +2648,49 @@ function Pr() {
|
|
|
2623
2648
|
on: se,
|
|
2624
2649
|
send: e
|
|
2625
2650
|
}).then(function() {
|
|
2626
|
-
return l ?
|
|
2651
|
+
return l ? $.resolve() : $;
|
|
2627
2652
|
}, function(T) {
|
|
2628
|
-
throw new Error("Send request message failed for " + h + " in " +
|
|
2653
|
+
throw new Error("Send request message failed for " + h + " in " + N() + `
|
|
2629
2654
|
|
|
2630
2655
|
` + Ce(T));
|
|
2631
2656
|
});
|
|
2632
2657
|
});
|
|
2633
2658
|
});
|
|
2634
2659
|
};
|
|
2635
|
-
function
|
|
2636
|
-
return
|
|
2660
|
+
function lt(e, t, i) {
|
|
2661
|
+
return vi(e, t, i, {
|
|
2637
2662
|
on: se,
|
|
2638
|
-
send:
|
|
2663
|
+
send: te
|
|
2639
2664
|
});
|
|
2640
2665
|
}
|
|
2641
|
-
function
|
|
2642
|
-
return
|
|
2643
|
-
send:
|
|
2666
|
+
function St(e, t, i) {
|
|
2667
|
+
return bi(e, t, i, {
|
|
2668
|
+
send: te
|
|
2644
2669
|
});
|
|
2645
2670
|
}
|
|
2646
|
-
function
|
|
2647
|
-
return new
|
|
2648
|
-
send:
|
|
2671
|
+
function ut(e) {
|
|
2672
|
+
return new J({
|
|
2673
|
+
send: te,
|
|
2649
2674
|
win: e
|
|
2650
2675
|
});
|
|
2651
2676
|
}
|
|
2652
|
-
function
|
|
2653
|
-
return
|
|
2654
|
-
send:
|
|
2677
|
+
function Ct(e) {
|
|
2678
|
+
return J.toProxyWindow(e, {
|
|
2679
|
+
send: te
|
|
2655
2680
|
});
|
|
2656
2681
|
}
|
|
2657
|
-
function
|
|
2682
|
+
function xi() {
|
|
2658
2683
|
Pe().initialized || (Pe().initialized = !0, t = (e = {
|
|
2659
2684
|
on: se,
|
|
2660
|
-
send:
|
|
2685
|
+
send: te
|
|
2661
2686
|
}).on, i = e.send, (r = Pe()).receiveMessage = r.receiveMessage || function(n) {
|
|
2662
|
-
return
|
|
2687
|
+
return Ri(n, {
|
|
2663
2688
|
on: t,
|
|
2664
2689
|
send: i
|
|
2665
2690
|
});
|
|
2666
2691
|
}, function(n) {
|
|
2667
|
-
var
|
|
2668
|
-
|
|
2692
|
+
var a = n.on, c = n.send;
|
|
2693
|
+
H().getOrSet("postMessageListener", function() {
|
|
2669
2694
|
return function(S, l, p) {
|
|
2670
2695
|
return S.addEventListener("message", p), {
|
|
2671
2696
|
cancel: function() {
|
|
@@ -2675,14 +2700,14 @@ function Pr() {
|
|
|
2675
2700
|
}(window, 0, function(S) {
|
|
2676
2701
|
(function(l, p) {
|
|
2677
2702
|
var P = p.on, C = p.send;
|
|
2678
|
-
|
|
2679
|
-
var h = l.source || l.sourceElement,
|
|
2680
|
-
if (
|
|
2681
|
-
if (
|
|
2682
|
-
|
|
2703
|
+
x.try(function() {
|
|
2704
|
+
var h = l.source || l.sourceElement, $ = l.origin || l.originalEvent && l.originalEvent.origin, I = l.data;
|
|
2705
|
+
if ($ === "null" && ($ = "file://"), h) {
|
|
2706
|
+
if (!$) throw new Error("Post message did not have origin domain");
|
|
2707
|
+
Ri({
|
|
2683
2708
|
source: h,
|
|
2684
|
-
origin:
|
|
2685
|
-
data:
|
|
2709
|
+
origin: $,
|
|
2710
|
+
data: I
|
|
2686
2711
|
}, {
|
|
2687
2712
|
on: P,
|
|
2688
2713
|
send: C
|
|
@@ -2690,75 +2715,75 @@ function Pr() {
|
|
|
2690
2715
|
}
|
|
2691
2716
|
});
|
|
2692
2717
|
})(S, {
|
|
2693
|
-
on:
|
|
2718
|
+
on: a,
|
|
2694
2719
|
send: c
|
|
2695
2720
|
});
|
|
2696
2721
|
});
|
|
2697
2722
|
});
|
|
2698
2723
|
}({
|
|
2699
2724
|
on: se,
|
|
2700
|
-
send:
|
|
2725
|
+
send: te
|
|
2701
2726
|
}), function(n) {
|
|
2702
|
-
var
|
|
2703
|
-
|
|
2704
|
-
var S =
|
|
2727
|
+
var a = n.on, c = n.send;
|
|
2728
|
+
H("builtinListeners").getOrSet("helloListener", function() {
|
|
2729
|
+
var S = a("postrobot_hello", {
|
|
2705
2730
|
domain: "*"
|
|
2706
2731
|
}, function(p) {
|
|
2707
|
-
return
|
|
2732
|
+
return Ci(p.source, {
|
|
2708
2733
|
domain: p.origin
|
|
2709
2734
|
}), {
|
|
2710
|
-
instanceID:
|
|
2735
|
+
instanceID: ui()
|
|
2711
2736
|
};
|
|
2712
|
-
}), l =
|
|
2713
|
-
return l &&
|
|
2737
|
+
}), l = ii();
|
|
2738
|
+
return l && He(l, {
|
|
2714
2739
|
send: c
|
|
2715
2740
|
}).catch(function(p) {
|
|
2716
2741
|
}), S;
|
|
2717
2742
|
});
|
|
2718
2743
|
}({
|
|
2719
2744
|
on: se,
|
|
2720
|
-
send:
|
|
2745
|
+
send: te
|
|
2721
2746
|
}));
|
|
2722
2747
|
var e, t, i, r;
|
|
2723
2748
|
}
|
|
2724
|
-
function
|
|
2749
|
+
function ht() {
|
|
2725
2750
|
(function() {
|
|
2726
|
-
for (var t =
|
|
2727
|
-
var n = r[i],
|
|
2728
|
-
|
|
2751
|
+
for (var t = H("responseListeners"), i = 0, r = t.keys(); i < r.length; i++) {
|
|
2752
|
+
var n = r[i], a = t.get(n);
|
|
2753
|
+
a && (a.cancelled = !0), t.del(n);
|
|
2729
2754
|
}
|
|
2730
|
-
})(), (e =
|
|
2755
|
+
})(), (e = H().get("postMessageListener")) && e.cancel();
|
|
2731
2756
|
var e;
|
|
2732
2757
|
delete window.__post_robot_10_0_46__;
|
|
2733
2758
|
}
|
|
2734
|
-
var
|
|
2735
|
-
function
|
|
2736
|
-
for (var t = 0, i =
|
|
2759
|
+
var Pt = !0;
|
|
2760
|
+
function gt(e) {
|
|
2761
|
+
for (var t = 0, i = G("requestPromises").get(e, []); t < i.length; t++) i[t].reject(new Error("Window " + (K(e) ? "closed" : "cleaned up") + " before response")).catch(ne);
|
|
2737
2762
|
}
|
|
2738
|
-
|
|
2763
|
+
xi();
|
|
2739
2764
|
}]);
|
|
2740
2765
|
});
|
|
2741
|
-
}(
|
|
2766
|
+
}(De)), De.exports;
|
|
2742
2767
|
}
|
|
2743
|
-
var
|
|
2768
|
+
var qi;
|
|
2744
2769
|
function $r() {
|
|
2745
|
-
return
|
|
2746
|
-
o.exports =
|
|
2747
|
-
}(
|
|
2770
|
+
return qi || (qi = 1, function(o) {
|
|
2771
|
+
o.exports = gr(), o.exports.default = o.exports;
|
|
2772
|
+
}(Ke)), Ke.exports;
|
|
2748
2773
|
}
|
|
2749
|
-
var
|
|
2750
|
-
const
|
|
2774
|
+
var Qi = $r();
|
|
2775
|
+
const mr = /* @__PURE__ */ hr(Qi), ve = /* @__PURE__ */ bt({
|
|
2751
2776
|
__proto__: null,
|
|
2752
|
-
default:
|
|
2753
|
-
}, [
|
|
2777
|
+
default: mr
|
|
2778
|
+
}, [Qi]);
|
|
2754
2779
|
export {
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2780
|
+
Vi as ConsentBox,
|
|
2781
|
+
Qe as DisclosureRequestBox,
|
|
2782
|
+
Yi as PrivacyCenterBox,
|
|
2783
|
+
vr as SoyioTypes,
|
|
2784
|
+
br as SoyioWidget,
|
|
2785
|
+
Xe as _TooltipManager,
|
|
2786
|
+
wr as appearanceSchema,
|
|
2787
|
+
Ir as configSchema,
|
|
2788
|
+
br as default
|
|
2764
2789
|
};
|