@yourdash/uikit 0.1.16 → 0.1.17
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/LICENSE +21 -21
- package/dist/index.css +2 -2
- package/dist/index.d.ts +10 -4
- package/dist/index.mjs +800 -780
- package/dist/redo-16-C9ZNa4Fd.js +4 -0
- package/dist/undo-16-RnziwM8J.js +4 -0
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { jsx as
|
2
|
-
import * as
|
3
|
-
import
|
4
|
-
import { useNavigate as Pe, Outlet as
|
1
|
+
import { jsx as a, jsxs as $, Fragment as z } from "react/jsx-runtime";
|
2
|
+
import * as Ke from "react";
|
3
|
+
import F, { createContext as ge, useRef as q, useEffect as B, useContext as ue, useState as D, memo as je } from "react";
|
4
|
+
import { useNavigate as Pe, NavLink as Ae, Outlet as He } from "react-router";
|
5
5
|
import './index.css';var J = { exports: {} }, fe = {};
|
6
6
|
/**
|
7
7
|
* @license React
|
@@ -12,11 +12,11 @@ import './index.css';var J = { exports: {} }, fe = {};
|
|
12
12
|
* This source code is licensed under the MIT license found in the
|
13
13
|
* LICENSE file in the root directory of this source tree.
|
14
14
|
*/
|
15
|
-
var
|
16
|
-
function
|
17
|
-
if (
|
18
|
-
|
19
|
-
var t =
|
15
|
+
var Ne;
|
16
|
+
function ze() {
|
17
|
+
if (Ne) return fe;
|
18
|
+
Ne = 1;
|
19
|
+
var t = F.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
20
20
|
return fe.c = function(e) {
|
21
21
|
return t.H.useMemoCache(e);
|
22
22
|
}, fe;
|
@@ -31,10 +31,10 @@ var he = {};
|
|
31
31
|
* This source code is licensed under the MIT license found in the
|
32
32
|
* LICENSE file in the root directory of this source tree.
|
33
33
|
*/
|
34
|
-
var
|
35
|
-
function
|
36
|
-
return
|
37
|
-
var t =
|
34
|
+
var pe;
|
35
|
+
function qe() {
|
36
|
+
return pe || (pe = 1, process.env.NODE_ENV !== "production" && function() {
|
37
|
+
var t = F.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
38
38
|
he.c = function(e) {
|
39
39
|
var i = t.H;
|
40
40
|
return i === null && console.error(
|
@@ -47,47 +47,47 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
47
47
|
};
|
48
48
|
}()), he;
|
49
49
|
}
|
50
|
-
var
|
51
|
-
function
|
52
|
-
return xe || (xe = 1, process.env.NODE_ENV === "production" ? J.exports =
|
50
|
+
var ko = J.exports, xe;
|
51
|
+
function Ge() {
|
52
|
+
return xe || (xe = 1, process.env.NODE_ENV === "production" ? J.exports = ze() : J.exports = qe()), J.exports;
|
53
53
|
}
|
54
|
-
var
|
55
|
-
function
|
54
|
+
var N = Ge();
|
55
|
+
function Le(t) {
|
56
56
|
var e, i, n = "";
|
57
57
|
if (typeof t == "string" || typeof t == "number") n += t;
|
58
58
|
else if (typeof t == "object") if (Array.isArray(t)) {
|
59
59
|
var o = t.length;
|
60
|
-
for (e = 0; e < o; e++) t[e] && (i =
|
60
|
+
for (e = 0; e < o; e++) t[e] && (i = Le(t[e])) && (n && (n += " "), n += i);
|
61
61
|
} else for (i in t) t[i] && (n && (n += " "), n += i);
|
62
62
|
return n;
|
63
63
|
}
|
64
|
-
function
|
65
|
-
for (var t, e, i = 0, n = "", o = arguments.length; i < o; i++) (t = arguments[i]) && (e =
|
64
|
+
function Ye() {
|
65
|
+
for (var t, e, i = 0, n = "", o = arguments.length; i < o; i++) (t = arguments[i]) && (e = Le(t)) && (n && (n += " "), n += e);
|
66
66
|
return n;
|
67
67
|
}
|
68
68
|
function v(...t) {
|
69
|
-
return
|
69
|
+
return Ye(...t).replaceAll(`
|
70
70
|
`, "").split(" ").filter((e) => e !== "").join(" ");
|
71
71
|
}
|
72
|
-
const
|
73
|
-
component:
|
72
|
+
const We = "_component_8nm5z_10", Ve = {
|
73
|
+
component: We
|
74
74
|
}, ve = (t) => {
|
75
|
-
const e =
|
75
|
+
const e = N.c(7);
|
76
76
|
let i;
|
77
|
-
e[0] !== t.className ? (i = v(
|
77
|
+
e[0] !== t.className ? (i = v(Ve.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
78
78
|
let n;
|
79
|
-
return e[2] !== t.disabled || e[3] !== t.onClick || e[4] !== t.text || e[5] !== i ? (n = /* @__PURE__ */
|
80
|
-
},
|
79
|
+
return e[2] !== t.disabled || e[3] !== t.onClick || e[4] !== t.text || e[5] !== i ? (n = /* @__PURE__ */ a("button", { className: i, onClick: t.onClick, "aria-label": t.text, disabled: t.disabled, type: "button", children: t.text }), e[2] = t.disabled, e[3] = t.onClick, e[4] = t.text, e[5] = i, e[6] = n) : n = e[6], n;
|
80
|
+
}, De = ge({
|
81
81
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
82
82
|
createMenu: (t) => {
|
83
83
|
},
|
84
84
|
destroyMenu: () => {
|
85
85
|
}
|
86
|
-
}),
|
87
|
-
component:
|
88
|
-
button:
|
89
|
-
},
|
90
|
-
const e =
|
86
|
+
}), Xe = "_component_p0do9_10", Ze = "_button_p0do9_29", Ue = {
|
87
|
+
component: Xe,
|
88
|
+
button: Ze
|
89
|
+
}, Qe = (t) => {
|
90
|
+
const e = N.c(17), {
|
91
91
|
children: i
|
92
92
|
} = t;
|
93
93
|
let n;
|
@@ -95,56 +95,56 @@ const Ge = "_component_kjav3_10", Ye = {
|
|
95
95
|
x: 0,
|
96
96
|
y: 0
|
97
97
|
}, e[0] = n) : n = e[0];
|
98
|
-
const [o,
|
99
|
-
let
|
100
|
-
e[1] === Symbol.for("react.memo_cache_sentinel") ? (
|
101
|
-
const [m,
|
102
|
-
let f,
|
98
|
+
const [o, l] = F.useState(n), [s, c] = F.useState(!1);
|
99
|
+
let r;
|
100
|
+
e[1] === Symbol.for("react.memo_cache_sentinel") ? (r = [], e[1] = r) : r = e[1];
|
101
|
+
const [m, d] = F.useState(r), u = q(null);
|
102
|
+
let f, g;
|
103
103
|
e[2] === Symbol.for("react.memo_cache_sentinel") ? (f = () => {
|
104
104
|
window.addEventListener("resize", () => {
|
105
|
-
|
105
|
+
c(!1);
|
106
106
|
});
|
107
|
-
},
|
108
|
-
let
|
109
|
-
e[4] === Symbol.for("react.memo_cache_sentinel") ? (
|
110
|
-
createMenu: (
|
111
|
-
var
|
107
|
+
}, g = [], e[2] = f, e[3] = g) : (f = e[2], g = e[3]), B(f, g);
|
108
|
+
let h;
|
109
|
+
e[4] === Symbol.for("react.memo_cache_sentinel") ? (h = {
|
110
|
+
createMenu: (w) => {
|
111
|
+
var ye, Ce;
|
112
112
|
const {
|
113
|
-
x:
|
114
|
-
y:
|
115
|
-
items:
|
116
|
-
} =
|
117
|
-
let
|
118
|
-
|
119
|
-
x:
|
113
|
+
x: y,
|
114
|
+
y: p,
|
115
|
+
items: k
|
116
|
+
} = w, I = window.innerWidth, R = window.innerHeight, T = ((ye = u.current) == null ? void 0 : ye.getBoundingClientRect().width) || 200, E = ((Ce = u.current) == null ? void 0 : Ce.getBoundingClientRect().height) || 200;
|
117
|
+
let A = y, Z = p;
|
118
|
+
y + T >= I && (A = I - T), p + E >= R && (Z = R - E), l({
|
119
|
+
x: A,
|
120
120
|
y: Z
|
121
|
-
}),
|
121
|
+
}), d(k), c(!0);
|
122
122
|
},
|
123
123
|
destroyMenu: () => {
|
124
|
-
|
124
|
+
c(!1);
|
125
125
|
}
|
126
|
-
}, e[4] =
|
127
|
-
const b =
|
128
|
-
let
|
129
|
-
e[5] !== o.x || e[6] !== o.y || e[7] !== b ? (
|
126
|
+
}, e[4] = h) : h = e[4];
|
127
|
+
const b = s ? "flex" : "none";
|
128
|
+
let _;
|
129
|
+
e[5] !== o.x || e[6] !== o.y || e[7] !== b ? (_ = {
|
130
130
|
display: b,
|
131
131
|
left: o.x,
|
132
132
|
top: o.y
|
133
|
-
}, e[5] = o.x, e[6] = o.y, e[7] = b, e[8] =
|
133
|
+
}, e[5] = o.x, e[6] = o.y, e[7] = b, e[8] = _) : _ = e[8];
|
134
134
|
let C;
|
135
|
-
e[9] !== m ? (C = m.map(
|
135
|
+
e[9] !== m ? (C = m.map(Je), e[9] = m, e[10] = C) : C = e[10];
|
136
|
+
let S;
|
137
|
+
e[11] !== _ || e[12] !== C ? (S = /* @__PURE__ */ a("div", { ref: u, style: _, className: Ue.component, children: C }), e[11] = _, e[12] = C, e[13] = S) : S = e[13];
|
136
138
|
let x;
|
137
|
-
e[
|
138
|
-
|
139
|
-
return e[14] !== i || e[15] !== x ? (w = /* @__PURE__ */ k(Le.Provider, { value: _, children: [
|
140
|
-
x,
|
139
|
+
return e[14] !== i || e[15] !== S ? (x = /* @__PURE__ */ $(De.Provider, { value: h, children: [
|
140
|
+
S,
|
141
141
|
i
|
142
|
-
] }), e[14] = i, e[15] =
|
142
|
+
] }), e[14] = i, e[15] = S, e[16] = x) : x = e[16], x;
|
143
143
|
};
|
144
|
-
function
|
145
|
-
return /* @__PURE__ */
|
144
|
+
function Je(t) {
|
145
|
+
return /* @__PURE__ */ a(ve, { className: Ue.button, text: t.label, onClick: t.onClick }, t.label);
|
146
146
|
}
|
147
|
-
function
|
147
|
+
function Be() {
|
148
148
|
const t = window.navigator;
|
149
149
|
if (new URLSearchParams(window.location.search).has("ukmobile")) return !0;
|
150
150
|
if (t != null && t.userAgentData)
|
@@ -154,114 +154,114 @@ function Ue() {
|
|
154
154
|
return navigator.userAgent.match(i) !== null;
|
155
155
|
}
|
156
156
|
}
|
157
|
-
const
|
158
|
-
component:
|
159
|
-
h1component:
|
160
|
-
h2component:
|
161
|
-
h3component:
|
162
|
-
h4component:
|
163
|
-
h5component:
|
164
|
-
h6component:
|
165
|
-
},
|
166
|
-
theme:
|
167
|
-
level0:
|
168
|
-
level1:
|
169
|
-
level2:
|
170
|
-
level3:
|
171
|
-
mobile:
|
172
|
-
}, ie = ge(0),
|
157
|
+
const et = "_component_psvf3_10", tt = "_h1component_psvf3_17", nt = "_h2component_psvf3_22", ot = "_h3component_psvf3_27", it = "_h4component_psvf3_32", lt = "_h5component_psvf3_37", ct = "_h6component_psvf3_42", P = {
|
158
|
+
component: et,
|
159
|
+
h1component: tt,
|
160
|
+
h2component: nt,
|
161
|
+
h3component: ot,
|
162
|
+
h4component: it,
|
163
|
+
h5component: lt,
|
164
|
+
h6component: ct
|
165
|
+
}, st = "_theme_nrhjz_10", rt = "_level0_nrhjz_27", at = "_level1_nrhjz_95", mt = "_level2_nrhjz_157", dt = "_level3_nrhjz_221", ut = "_mobile_nrhjz_284", K = {
|
166
|
+
theme: st,
|
167
|
+
level0: rt,
|
168
|
+
level1: at,
|
169
|
+
level2: mt,
|
170
|
+
level3: dt,
|
171
|
+
mobile: ut
|
172
|
+
}, ie = ge(0), G = () => ue(ie), X = (t) => {
|
173
173
|
switch (t) {
|
174
174
|
case 0:
|
175
|
-
return
|
175
|
+
return K.level0;
|
176
176
|
case 1:
|
177
|
-
return
|
177
|
+
return K.level1;
|
178
178
|
case 2:
|
179
|
-
return
|
179
|
+
return K.level2;
|
180
180
|
case 3:
|
181
|
-
return
|
181
|
+
return K.level3;
|
182
182
|
default:
|
183
|
-
return
|
183
|
+
return K.level0;
|
184
184
|
}
|
185
|
-
},
|
186
|
-
const e =
|
185
|
+
}, le = (t) => {
|
186
|
+
const e = N.c(36), i = ue(ie);
|
187
187
|
switch (t.level || i || 1) {
|
188
188
|
case 1: {
|
189
189
|
let n;
|
190
190
|
e[0] !== t.className ? (n = v(P.component, P.h1component, t.className), e[0] = t.className, e[1] = n) : n = e[1];
|
191
191
|
let o;
|
192
|
-
return e[2] !== t.style || e[3] !== t.text || e[4] !== n ? (o = /* @__PURE__ */
|
192
|
+
return e[2] !== t.style || e[3] !== t.text || e[4] !== n ? (o = /* @__PURE__ */ a("h1", { className: n, style: t.style, children: t.text }), e[2] = t.style, e[3] = t.text, e[4] = n, e[5] = o) : o = e[5], o;
|
193
193
|
}
|
194
194
|
case 2: {
|
195
195
|
let n;
|
196
196
|
e[6] !== t.className ? (n = v(P.component, P.h2component, t.className), e[6] = t.className, e[7] = n) : n = e[7];
|
197
197
|
let o;
|
198
|
-
return e[8] !== t.style || e[9] !== t.text || e[10] !== n ? (o = /* @__PURE__ */
|
198
|
+
return e[8] !== t.style || e[9] !== t.text || e[10] !== n ? (o = /* @__PURE__ */ a("h2", { className: n, style: t.style, children: t.text }), e[8] = t.style, e[9] = t.text, e[10] = n, e[11] = o) : o = e[11], o;
|
199
199
|
}
|
200
200
|
case 3: {
|
201
201
|
let n;
|
202
202
|
e[12] !== t.className ? (n = v(P.component, P.h3component, t.className), e[12] = t.className, e[13] = n) : n = e[13];
|
203
203
|
let o;
|
204
|
-
return e[14] !== t.style || e[15] !== t.text || e[16] !== n ? (o = /* @__PURE__ */
|
204
|
+
return e[14] !== t.style || e[15] !== t.text || e[16] !== n ? (o = /* @__PURE__ */ a("h3", { className: n, style: t.style, children: t.text }), e[14] = t.style, e[15] = t.text, e[16] = n, e[17] = o) : o = e[17], o;
|
205
205
|
}
|
206
206
|
case 4: {
|
207
207
|
let n;
|
208
208
|
e[18] !== t.className ? (n = v(P.component, P.h4component, t.className), e[18] = t.className, e[19] = n) : n = e[19];
|
209
209
|
let o;
|
210
|
-
return e[20] !== t.style || e[21] !== t.text || e[22] !== n ? (o = /* @__PURE__ */
|
210
|
+
return e[20] !== t.style || e[21] !== t.text || e[22] !== n ? (o = /* @__PURE__ */ a("h4", { className: n, style: t.style, children: t.text }), e[20] = t.style, e[21] = t.text, e[22] = n, e[23] = o) : o = e[23], o;
|
211
211
|
}
|
212
212
|
case 5: {
|
213
213
|
let n;
|
214
214
|
e[24] !== t.className ? (n = v(P.component, P.h5component, t.className), e[24] = t.className, e[25] = n) : n = e[25];
|
215
215
|
let o;
|
216
|
-
return e[26] !== t.style || e[27] !== t.text || e[28] !== n ? (o = /* @__PURE__ */
|
216
|
+
return e[26] !== t.style || e[27] !== t.text || e[28] !== n ? (o = /* @__PURE__ */ a("h5", { className: n, style: t.style, children: t.text }), e[26] = t.style, e[27] = t.text, e[28] = n, e[29] = o) : o = e[29], o;
|
217
217
|
}
|
218
218
|
case 6: {
|
219
219
|
let n;
|
220
220
|
e[30] !== t.className ? (n = v(P.component, P.h6component, t.className), e[30] = t.className, e[31] = n) : n = e[31];
|
221
221
|
let o;
|
222
|
-
return e[32] !== t.style || e[33] !== t.text || e[34] !== n ? (o = /* @__PURE__ */
|
222
|
+
return e[32] !== t.style || e[33] !== t.text || e[34] !== n ? (o = /* @__PURE__ */ a("h6", { className: n, style: t.style, children: t.text }), e[32] = t.style, e[33] = t.text, e[34] = n, e[35] = o) : o = e[35], o;
|
223
223
|
}
|
224
224
|
}
|
225
|
-
},
|
226
|
-
component:
|
227
|
-
row:
|
228
|
-
disableMargin:
|
229
|
-
column:
|
225
|
+
}, ft = "_component_18a56_10", ht = "_row_18a56_16", _t = "_disableMargin_18a56_22", gt = "_column_18a56_28", _e = {
|
226
|
+
component: ft,
|
227
|
+
row: ht,
|
228
|
+
disableMargin: _t,
|
229
|
+
column: gt
|
230
230
|
}, de = (t) => {
|
231
|
-
const e =
|
231
|
+
const e = N.c(7), i = _e[t.direction], n = t.disableMargin && _e.disableMargin;
|
232
232
|
let o;
|
233
|
-
e[0] !==
|
234
|
-
let
|
235
|
-
return e[
|
233
|
+
e[0] !== t.className || e[1] !== i || e[2] !== n ? (o = v(_e.component, i, n, t.className), e[0] = t.className, e[1] = i, e[2] = n, e[3] = o) : o = e[3];
|
234
|
+
let l;
|
235
|
+
return e[4] !== t.style || e[5] !== o ? (l = /* @__PURE__ */ a("div", { className: o, style: t.style }), e[4] = t.style, e[5] = o, e[6] = l) : l = e[6], l;
|
236
236
|
}, ne = (t) => {
|
237
|
-
const e =
|
237
|
+
const e = N.c(3), n = G() + 1;
|
238
238
|
let o;
|
239
|
-
return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */
|
240
|
-
},
|
241
|
-
component:
|
239
|
+
return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ a(ie.Provider, { value: n, children: t.children }), e[0] = t.children, e[1] = n, e[2] = o) : o = e[2], o;
|
240
|
+
}, vt = "_component_erxw3_10", bt = {
|
241
|
+
component: vt
|
242
242
|
}, ee = (t) => {
|
243
|
-
const e = t.level ||
|
244
|
-
return /* @__PURE__ */
|
245
|
-
},
|
246
|
-
component:
|
247
|
-
clickable:
|
248
|
-
header:
|
249
|
-
actions:
|
250
|
-
content:
|
251
|
-
},
|
252
|
-
const e =
|
243
|
+
const e = t.level || G();
|
244
|
+
return /* @__PURE__ */ a("div", { className: v(bt.component, t.className, X(e)), style: t.style, children: /* @__PURE__ */ a(ne, { children: t.children }) });
|
245
|
+
}, yt = "_component_173cg_10", Ct = "_clickable_173cg_25", Nt = "_header_173cg_52", pt = "_actions_173cg_59", xt = "_content_173cg_67", O = {
|
246
|
+
component: yt,
|
247
|
+
clickable: Ct,
|
248
|
+
header: Nt,
|
249
|
+
actions: pt,
|
250
|
+
content: xt
|
251
|
+
}, St = (t) => {
|
252
|
+
const e = N.c(3), n = G() - 1;
|
253
253
|
let o;
|
254
|
-
return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */
|
255
|
-
},
|
256
|
-
const e = t.level ||
|
257
|
-
return t.onClick ? /* @__PURE__ */
|
258
|
-
t.header && /* @__PURE__ */
|
259
|
-
/* @__PURE__ */
|
260
|
-
t.actions && /* @__PURE__ */
|
261
|
-
] }) }) }) : /* @__PURE__ */
|
262
|
-
t.header && /* @__PURE__ */
|
263
|
-
/* @__PURE__ */
|
264
|
-
/* @__PURE__ */
|
254
|
+
return e[0] !== t.children || e[1] !== n ? (o = /* @__PURE__ */ a(ie.Provider, { value: n, children: t.children }), e[0] = t.children, e[1] = n, e[2] = o) : o = e[2], o;
|
255
|
+
}, ce = (t) => {
|
256
|
+
const e = t.level || G();
|
257
|
+
return t.onClick ? /* @__PURE__ */ a(z, { children: /* @__PURE__ */ a(ne, { children: /* @__PURE__ */ $("button", { style: t.style, className: v(O.component, X(e), t.containerClassName, O.clickable), onClick: t.onClick, children: [
|
258
|
+
t.header && /* @__PURE__ */ a(ee, { className: v(O.header, t.headerClassName), children: t.header }),
|
259
|
+
/* @__PURE__ */ a("div", { className: v(O.content, t.className), children: t.children }),
|
260
|
+
t.actions && /* @__PURE__ */ a(ee, { className: v(O.actions, t.actionsClassName), children: t.actions })
|
261
|
+
] }) }) }) : /* @__PURE__ */ a(z, { children: /* @__PURE__ */ a(ne, { children: /* @__PURE__ */ $("div", { style: t.style, className: v(O.component, X(e), t.containerClassName), children: [
|
262
|
+
t.header && /* @__PURE__ */ a(ee, { className: v(O.header, t.headerClassName), children: t.header }),
|
263
|
+
/* @__PURE__ */ a("div", { className: v(O.content, t.className), children: t.children }),
|
264
|
+
/* @__PURE__ */ a(St, { children: t.actions && /* @__PURE__ */ a(ee, { className: v(O.actions, t.actionsClassName), children: t.actions }) })
|
265
265
|
] }) }) });
|
266
266
|
}, j = {
|
267
267
|
Accessibility: () => import("./accessibility-16-uva4fZex.js"),
|
@@ -465,6 +465,7 @@ const Qe = "_component_psvf3_10", Je = "_h1component_psvf3_17", et = "_h2compone
|
|
465
465
|
Pulse: () => import("./pulse-16-BX0IQseD.js"),
|
466
466
|
Question: () => import("./question-16-Dmzmugo4.js"),
|
467
467
|
Quote: () => import("./quote-16-DRb6SNg5.js"),
|
468
|
+
Redo: () => import("./redo-16-C9ZNa4Fd.js"),
|
468
469
|
Reply: () => import("./reply-16-XmiLb2fd.js"),
|
469
470
|
Repo: () => import("./repo-16-DGftjbNe.js"),
|
470
471
|
RepoClone: () => import("./repo-clone-16-BmxJcB0F.js"),
|
@@ -483,7 +484,7 @@ const Qe = "_component_psvf3_10", Je = "_h1component_psvf3_17", et = "_h2compone
|
|
483
484
|
ScreenNormal: () => import("./screen-normal-16-BFiON6jh.js"),
|
484
485
|
Search: () => import("./search-16-d9YAifw3.js"),
|
485
486
|
Server: () => import("./server-16-PXkdGIz7.js"),
|
486
|
-
ServerError: () => Promise.resolve().then(() =>
|
487
|
+
ServerError: () => Promise.resolve().then(() => $t),
|
487
488
|
Share: () => import("./share-16-CeaKGzF6.js"),
|
488
489
|
ShareAndroid: () => import("./share-android-16-Y0jPvfBW.js"),
|
489
490
|
Shield: () => import("./shield-16-B9tadaQL.js"),
|
@@ -531,6 +532,7 @@ const Qe = "_component_psvf3_10", Je = "_h1component_psvf3_17", et = "_h2compone
|
|
531
532
|
TriangleUp: () => import("./triangle-up-16-FS6az6-y.js"),
|
532
533
|
Trophy: () => import("./trophy-16-NGT_1p4C.js"),
|
533
534
|
Typography: () => import("./typography-16-IirtJXxN.js"),
|
535
|
+
Undo: () => import("./undo-16-RnziwM8J.js"),
|
534
536
|
Unfold: () => import("./unfold-16-DjzHMoJW.js"),
|
535
537
|
Unlock: () => import("./unlock-16-CJgQHziq.js"),
|
536
538
|
Unmute: () => import("./unmute-16-DCRFpFL7.js"),
|
@@ -546,67 +548,67 @@ const Qe = "_component_psvf3_10", Je = "_h1component_psvf3_17", et = "_h2compone
|
|
546
548
|
XCircleFill: () => import("./x-circle-fill-16-4KWscQI9.js"),
|
547
549
|
YourDashLogo: () => import("./yourdash-xKqdwKGy.js"),
|
548
550
|
Zap: () => import("./zap-16-hscWSFVd.js")
|
549
|
-
},
|
550
|
-
component:
|
551
|
+
}, kt = "_component_15phv_6", wt = "_preserveColor_15phv_22", Se = {
|
552
|
+
component: kt,
|
551
553
|
preserveColor: wt
|
552
|
-
}, Ee = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.5%2012C3.11929%2012%202%2010.8807%202%209.5C2%208.27003%202.88822%207.24752%204.05823%207.03891C4.0201%206.86534%204%206.68502%204%206.5C4%205.11929%205.11929%204%206.5%204C7.74358%204%208.77509%204.908%208.96772%206.09719C9.13314%206.03438%209.31255%206%209.5%206C10.1768%206%2010.7489%206.4482%2010.9356%207.06396C11.117%207.02212%2011.3059%207%2011.5%207C12.8807%207%2014%208.11929%2014%209.5C14%2010.8807%2012.8807%2012%2011.5%2012H4.5ZM7.56111%207.81633L7.68889%209.63946H8.31111L8.43889%207.81633V7H7.56111V7.81633ZM7.61111%2010.8966C7.68889%2010.9655%207.79074%2011%207.91667%2011H8.07778C8.20741%2011%208.30926%2010.9655%208.38333%2010.8966C8.46111%2010.8277%208.5%2010.7351%208.5%2010.619C8.5%2010.5029%208.46111%2010.4104%208.38333%2010.3415C8.30926%2010.2726%208.20926%2010.2381%208.08333%2010.2381H7.91667C7.79074%2010.2381%207.68889%2010.2726%207.61111%2010.3415C7.53704%2010.4104%207.5%2010.5029%207.5%2010.619C7.5%2010.7315%207.53704%2010.824%207.61111%2010.8966Z'%20fill='white'/%3e%3c/svg%3e",
|
554
|
+
}, Ee = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.5%2012C3.11929%2012%202%2010.8807%202%209.5C2%208.27003%202.88822%207.24752%204.05823%207.03891C4.0201%206.86534%204%206.68502%204%206.5C4%205.11929%205.11929%204%206.5%204C7.74358%204%208.77509%204.908%208.96772%206.09719C9.13314%206.03438%209.31255%206%209.5%206C10.1768%206%2010.7489%206.4482%2010.9356%207.06396C11.117%207.02212%2011.3059%207%2011.5%207C12.8807%207%2014%208.11929%2014%209.5C14%2010.8807%2012.8807%2012%2011.5%2012H4.5ZM7.56111%207.81633L7.68889%209.63946H8.31111L8.43889%207.81633V7H7.56111V7.81633ZM7.61111%2010.8966C7.68889%2010.9655%207.79074%2011%207.91667%2011H8.07778C8.20741%2011%208.30926%2010.9655%208.38333%2010.8966C8.46111%2010.8277%208.5%2010.7351%208.5%2010.619C8.5%2010.5029%208.46111%2010.4104%208.38333%2010.3415C8.30926%2010.2726%208.20926%2010.2381%208.08333%2010.2381H7.91667C7.79074%2010.2381%207.68889%2010.2726%207.61111%2010.3415C7.53704%2010.4104%207.5%2010.5029%207.5%2010.619C7.5%2010.7315%207.53704%2010.824%207.61111%2010.8966Z'%20fill='white'/%3e%3c/svg%3e", $t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
553
555
|
__proto__: null,
|
554
556
|
default: Ee
|
555
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
556
|
-
const e =
|
557
|
+
}, Symbol.toStringTag, { value: "Module" })), se = (t) => {
|
558
|
+
const e = N.c(14), [i, n] = D(Ee);
|
557
559
|
let o;
|
558
560
|
e[0] !== t ? (o = () => {
|
559
|
-
typeof t.icon == "function" && t.icon().then((
|
560
|
-
n(
|
561
|
+
typeof t.icon == "function" && t.icon().then((u) => {
|
562
|
+
n(u.default);
|
561
563
|
});
|
562
564
|
}, e[0] = t, e[1] = o) : o = e[1];
|
563
|
-
let
|
564
|
-
e[2] !== t.icon ? (
|
565
|
-
const
|
566
|
-
let
|
567
|
-
e[4] !== t.color || e[5] !== t.preserveColor ? (
|
565
|
+
let l;
|
566
|
+
e[2] !== t.icon ? (l = [t.icon], e[2] = t.icon, e[3] = l) : l = e[3], B(o, l);
|
567
|
+
const s = `${Se.component} ${t.className} ${t.preserveColor ? Se.preserveColor : ""}`, c = `url("${i}")`;
|
568
|
+
let r;
|
569
|
+
e[4] !== t.color || e[5] !== t.preserveColor ? (r = t.preserveColor ? {} : {
|
568
570
|
"--color": t.color
|
569
|
-
}, e[4] = t.color, e[5] = t.preserveColor, e[6] =
|
571
|
+
}, e[4] = t.color, e[5] = t.preserveColor, e[6] = r) : r = e[6];
|
570
572
|
let m;
|
571
|
-
e[7] !== t.size || e[8] !==
|
572
|
-
"--icon":
|
573
|
-
...
|
573
|
+
e[7] !== t.size || e[8] !== c || e[9] !== r ? (m = {
|
574
|
+
"--icon": c,
|
575
|
+
...r,
|
574
576
|
"--size": t.size
|
575
|
-
}, e[7] = t.size, e[8] =
|
576
|
-
let
|
577
|
-
return e[11] !==
|
578
|
-
},
|
579
|
-
component:
|
577
|
+
}, e[7] = t.size, e[8] = c, e[9] = r, e[10] = m) : m = e[10];
|
578
|
+
let d;
|
579
|
+
return e[11] !== s || e[12] !== m ? (d = /* @__PURE__ */ a("div", { className: s, style: m }), e[11] = s, e[12] = m, e[13] = d) : d = e[13], d;
|
580
|
+
}, It = "_component_1g3hh_10", Rt = {
|
581
|
+
component: It
|
580
582
|
}, oe = (t) => {
|
581
|
-
const e =
|
582
|
-
let c;
|
583
|
-
e[0] !== t.className ? (c = v($t.component, t.className), e[0] = t.className, e[1] = c) : c = e[1];
|
584
|
-
let r;
|
585
|
-
e[2] !== t.icon || e[3] !== t.preserveColor ? (r = /* @__PURE__ */ s(re, { size: "1.25rem", preserveColor: t.preserveColor, icon: t.icon }), e[2] = t.icon, e[3] = t.preserveColor, e[4] = r) : r = e[4];
|
583
|
+
const e = N.c(11), i = t.style, n = t.onClick, o = t.accessibleLabel;
|
586
584
|
let l;
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
585
|
+
e[0] !== t.className ? (l = v(Rt.component, t.className), e[0] = t.className, e[1] = l) : l = e[1];
|
586
|
+
let s;
|
587
|
+
e[2] !== t.icon || e[3] !== t.preserveColor ? (s = /* @__PURE__ */ a(se, { size: "1.25rem", preserveColor: t.preserveColor, icon: t.icon }), e[2] = t.icon, e[3] = t.preserveColor, e[4] = s) : s = e[4];
|
588
|
+
let c;
|
589
|
+
return e[5] !== t.accessibleLabel || e[6] !== t.onClick || e[7] !== t.style || e[8] !== l || e[9] !== s ? (c = /* @__PURE__ */ a("button", { style: i, onClick: n, "aria-label": o, className: l, children: s }), e[5] = t.accessibleLabel, e[6] = t.onClick, e[7] = t.style, e[8] = l, e[9] = s, e[10] = c) : c = e[10], c;
|
590
|
+
}, Tt = "_component_125pe_10", Pt = {
|
591
|
+
component: Tt
|
592
|
+
}, V = (t) => {
|
593
|
+
const e = N.c(6);
|
592
594
|
let i;
|
593
|
-
e[0] !== t.className ? (i = v(
|
595
|
+
e[0] !== t.className ? (i = v(Pt.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
594
596
|
let n;
|
595
|
-
return e[2] !== t.
|
596
|
-
}, Oe =
|
597
|
+
return e[2] !== t.style || e[3] !== t.text || e[4] !== i ? (n = /* @__PURE__ */ a("div", { className: i, style: t.style, children: t.text }), e[2] = t.style, e[3] = t.text, e[4] = i, e[5] = n) : n = e[5], n;
|
598
|
+
}, Oe = F.createContext({
|
597
599
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
598
600
|
showToast: (t) => {
|
599
601
|
}
|
600
|
-
}),
|
601
|
-
container:
|
602
|
-
component:
|
603
|
-
cardContent:
|
604
|
-
success:
|
605
|
-
error:
|
606
|
-
warning:
|
607
|
-
info:
|
608
|
-
heading:
|
609
|
-
pointerEvents:
|
602
|
+
}), Lt = "_container_1wk2b_6", Dt = "_component_1wk2b_20", Ut = "_cardContent_1wk2b_34", Bt = "_success_1wk2b_42", Et = "_error_1wk2b_46", Ot = "_warning_1wk2b_50", Mt = "_info_1wk2b_54", Ft = "_heading_1wk2b_58", Kt = "_pointerEvents_1wk2b_64", H = {
|
603
|
+
container: Lt,
|
604
|
+
component: Dt,
|
605
|
+
cardContent: Ut,
|
606
|
+
success: Bt,
|
607
|
+
error: Et,
|
608
|
+
warning: Ot,
|
609
|
+
info: Mt,
|
610
|
+
heading: Ft,
|
611
|
+
pointerEvents: Kt
|
610
612
|
};
|
611
613
|
function Me() {
|
612
614
|
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(t) {
|
@@ -614,57 +616,57 @@ function Me() {
|
|
614
616
|
return (t == "x" ? e : e & 3 | 8).toString(16);
|
615
617
|
});
|
616
618
|
}
|
617
|
-
const
|
618
|
-
const e =
|
619
|
+
const ke = 5e3, jt = (t) => {
|
620
|
+
const e = N.c(10), {
|
619
621
|
children: i
|
620
622
|
} = t;
|
621
623
|
let n;
|
622
624
|
e[0] === Symbol.for("react.memo_cache_sentinel") ? (n = [], e[0] = n) : n = e[0];
|
623
|
-
const [o,
|
624
|
-
let
|
625
|
-
e[1] === Symbol.for("react.memo_cache_sentinel") ? (
|
626
|
-
showToast: (
|
627
|
-
const
|
628
|
-
|
629
|
-
...
|
630
|
-
uuid:
|
625
|
+
const [o, l] = D(n);
|
626
|
+
let s;
|
627
|
+
e[1] === Symbol.for("react.memo_cache_sentinel") ? (s = {
|
628
|
+
showToast: (d) => {
|
629
|
+
const u = Me();
|
630
|
+
l((f) => [...f, {
|
631
|
+
...d,
|
632
|
+
uuid: u,
|
631
633
|
animatingOut: !1
|
632
|
-
}]),
|
633
|
-
|
634
|
-
...
|
634
|
+
}]), d.persist || (setTimeout(() => {
|
635
|
+
l((f) => f.map((g) => u === g.uuid ? {
|
636
|
+
...g,
|
635
637
|
animatingOut: !0
|
636
|
-
} :
|
637
|
-
},
|
638
|
-
|
639
|
-
},
|
638
|
+
} : g));
|
639
|
+
}, ke - 500), setTimeout(() => {
|
640
|
+
l((f) => f.filter((g) => g.uuid !== u));
|
641
|
+
}, ke));
|
640
642
|
}
|
641
|
-
}, e[1] =
|
642
|
-
let
|
643
|
+
}, e[1] = s) : s = e[1];
|
644
|
+
let c;
|
643
645
|
if (e[2] !== o) {
|
644
|
-
let
|
645
|
-
e[4] === Symbol.for("react.memo_cache_sentinel") ? (
|
646
|
-
/* @__PURE__ */
|
647
|
-
/* @__PURE__ */
|
648
|
-
/* @__PURE__ */
|
649
|
-
] },
|
646
|
+
let d;
|
647
|
+
e[4] === Symbol.for("react.memo_cache_sentinel") ? (d = (u) => /* @__PURE__ */ $(ce, { actions: u.persist ? /* @__PURE__ */ a(oe, { accessibleLabel: "Close toasts", icon: j.X, onClick: () => l((f) => f.filter((g) => g.uuid !== u.uuid)) }) : null, className: v(H.cardContent, u.type && H[u.type]), containerClassName: v(H.component, u.persist && H.pointerEvents, u.animatingOut ? "animate__animated animate__fadeOutRightBig" : "animate__animated animate__fadeInDown"), children: [
|
648
|
+
/* @__PURE__ */ a(le, { className: H.heading, level: 3, text: u.content.title }),
|
649
|
+
/* @__PURE__ */ a(de, { direction: "column" }),
|
650
|
+
/* @__PURE__ */ a(V, { className: H.body, text: u.content.body })
|
651
|
+
] }, u.uuid), e[4] = d) : d = e[4], c = o.map(d), e[2] = o, e[3] = c;
|
650
652
|
} else
|
651
|
-
|
652
|
-
let
|
653
|
-
e[5] !==
|
653
|
+
c = e[3];
|
654
|
+
let r;
|
655
|
+
e[5] !== c ? (r = /* @__PURE__ */ a("div", { className: H.container, children: c }), e[5] = c, e[6] = r) : r = e[6];
|
654
656
|
let m;
|
655
|
-
return e[7] !== i || e[8] !==
|
656
|
-
|
657
|
+
return e[7] !== i || e[8] !== r ? (m = /* @__PURE__ */ $(Oe.Provider, { value: s, children: [
|
658
|
+
r,
|
657
659
|
i
|
658
|
-
] }), e[7] = i, e[8] =
|
660
|
+
] }), e[7] = i, e[8] = r, e[9] = m) : m = e[9], m;
|
659
661
|
}, wo = (t) => {
|
660
|
-
const e =
|
662
|
+
const e = N.c(3);
|
661
663
|
let i;
|
662
|
-
e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = v(
|
664
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = v(K.theme, K.level0, Be() && K.mobile), e[0] = i) : i = e[0];
|
663
665
|
let n;
|
664
|
-
return e[1] !== t.children ? (n = /* @__PURE__ */
|
666
|
+
return e[1] !== t.children ? (n = /* @__PURE__ */ a("div", { className: i, children: /* @__PURE__ */ a(Qe, { children: /* @__PURE__ */ a(jt, { children: /* @__PURE__ */ a(ie.Provider, { value: 0, children: t.children }) }) }) }), e[1] = t.children, e[2] = n) : n = e[2], n;
|
665
667
|
};
|
666
|
-
function
|
667
|
-
const t =
|
668
|
+
function $o() {
|
669
|
+
const t = N.c(2), e = F.useContext(Oe);
|
668
670
|
let i;
|
669
671
|
return t[0] !== e ? (i = {
|
670
672
|
create(n) {
|
@@ -672,470 +674,488 @@ function So() {
|
|
672
674
|
}
|
673
675
|
}, t[0] = e, t[1] = i) : i = t[1], i;
|
674
676
|
}
|
675
|
-
function
|
677
|
+
function At(t) {
|
676
678
|
return t * parseFloat(getComputedStyle(document.documentElement).fontSize);
|
677
679
|
}
|
678
|
-
const
|
680
|
+
const Io = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
679
681
|
__proto__: null,
|
680
682
|
clippy: v,
|
681
683
|
generateUUID: Me,
|
682
|
-
isPhone:
|
683
|
-
remToPx:
|
684
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
685
|
-
component:
|
686
|
-
},
|
687
|
-
const e =
|
684
|
+
isPhone: Be,
|
685
|
+
remToPx: At
|
686
|
+
}, Symbol.toStringTag, { value: "Module" })), Ht = "_component_7kjva_6", zt = {
|
687
|
+
component: Ht
|
688
|
+
}, Ro = (t) => {
|
689
|
+
const e = N.c(5), {
|
688
690
|
children: i,
|
689
691
|
className: n
|
690
692
|
} = t;
|
691
693
|
let o;
|
692
|
-
e[0] !== n ? (o = v(
|
693
|
-
let
|
694
|
-
return e[2] !== i || e[3] !== o ? (
|
695
|
-
},
|
696
|
-
component:
|
697
|
-
link:
|
698
|
-
},
|
699
|
-
const e =
|
694
|
+
e[0] !== n ? (o = v(zt.component, n), e[0] = n, e[1] = o) : o = e[1];
|
695
|
+
let l;
|
696
|
+
return e[2] !== i || e[3] !== o ? (l = /* @__PURE__ */ a("div", { className: o, children: i }), e[2] = i, e[3] = o, e[4] = l) : l = e[4], l;
|
697
|
+
}, qt = "_component_gvwt1_10", Gt = "_link_gvwt1_45", Yt = {
|
698
|
+
component: qt,
|
699
|
+
link: Gt
|
700
|
+
}, To = (t) => {
|
701
|
+
const e = N.c(9), i = Pe();
|
700
702
|
let n;
|
701
703
|
e[0] !== i || e[1] !== t.to ? (n = () => (i(t.to), 0), e[0] = i, e[1] = t.to, e[2] = n) : n = e[2];
|
702
704
|
const o = t.text;
|
703
|
-
let
|
704
|
-
e[3] !== t.className ? (
|
705
|
-
let
|
706
|
-
return e[5] !== t.text || e[6] !== n || e[7] !==
|
707
|
-
},
|
708
|
-
component:
|
709
|
-
icon:
|
710
|
-
},
|
711
|
-
const e =
|
705
|
+
let l;
|
706
|
+
e[3] !== t.className ? (l = v(Yt.component, t.className), e[3] = t.className, e[4] = l) : l = e[4];
|
707
|
+
let s;
|
708
|
+
return e[5] !== t.text || e[6] !== n || e[7] !== l ? (s = /* @__PURE__ */ a(ve, { onClick: n, text: o, className: l }), e[5] = t.text, e[6] = n, e[7] = l, e[8] = s) : s = e[8], s;
|
709
|
+
}, Wt = "_component_11sed_10", Vt = "_icon_11sed_49", we = {
|
710
|
+
component: Wt,
|
711
|
+
icon: Vt
|
712
|
+
}, Xt = (t) => {
|
713
|
+
const e = N.c(10);
|
712
714
|
let i;
|
713
|
-
e[0] !== t.className ? (i = v(
|
715
|
+
e[0] !== t.className ? (i = v(we.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
714
716
|
let n;
|
715
|
-
e[2] !== t.icon ? (n = /* @__PURE__ */
|
717
|
+
e[2] !== t.icon ? (n = /* @__PURE__ */ a(se, { size: "1.25rem", className: we.icon, icon: t.icon }), e[2] = t.icon, e[3] = n) : n = e[3];
|
716
718
|
let o;
|
717
|
-
return e[4] !== t.disabled || e[5] !== t.onClick || e[6] !== t.text || e[7] !== i || e[8] !== n ? (o = /* @__PURE__ */
|
719
|
+
return e[4] !== t.disabled || e[5] !== t.onClick || e[6] !== t.text || e[7] !== i || e[8] !== n ? (o = /* @__PURE__ */ $("button", { className: i, onClick: t.onClick, "aria-label": t.text, disabled: t.disabled, children: [
|
718
720
|
n,
|
719
721
|
t.text
|
720
722
|
] }), e[4] = t.disabled, e[5] = t.onClick, e[6] = t.text, e[7] = i, e[8] = n, e[9] = o) : o = e[9], o;
|
721
|
-
},
|
722
|
-
component:
|
723
|
-
disableRounding:
|
724
|
-
},
|
725
|
-
const e = t.level ||
|
726
|
-
return /* @__PURE__ */
|
727
|
-
},
|
728
|
-
const e =
|
723
|
+
}, Zt = "_component_194wg_10", Qt = "_disableRounding_194wg_23", $e = {
|
724
|
+
component: Zt,
|
725
|
+
disableRounding: Qt
|
726
|
+
}, Jt = (t) => {
|
727
|
+
const e = t.level || G();
|
728
|
+
return /* @__PURE__ */ a("div", { className: v($e.component, t.className, t.disableRounding && $e.disableRounding, X(e)), style: t.style, children: /* @__PURE__ */ a(ne, { children: t.children }) });
|
729
|
+
}, Po = (t) => {
|
730
|
+
const e = N.c(4), {
|
729
731
|
items: i,
|
730
732
|
children: n,
|
731
733
|
className: o
|
732
734
|
} = t;
|
733
|
-
let
|
734
|
-
return e[0] !== n || e[1] !== o || e[2] !== i ? (
|
735
|
-
|
736
|
-
const
|
737
|
-
|
738
|
-
x:
|
739
|
-
y:
|
740
|
-
width:
|
741
|
-
height:
|
735
|
+
let l;
|
736
|
+
return e[0] !== n || e[1] !== o || e[2] !== i ? (l = /* @__PURE__ */ a(De.Consumer, { children: (s) => /* @__PURE__ */ a("div", { className: o, onContextMenu: (c) => {
|
737
|
+
c.stopPropagation(), c.preventDefault();
|
738
|
+
const r = c.currentTarget.getBoundingClientRect();
|
739
|
+
s.createMenu({
|
740
|
+
x: c.pageX,
|
741
|
+
y: c.pageY,
|
742
|
+
width: r.width,
|
743
|
+
height: r.height,
|
742
744
|
items: i
|
743
745
|
});
|
744
|
-
const m = (
|
745
|
-
|
746
|
+
const m = (d) => {
|
747
|
+
d.preventDefault(), s.destroyMenu(), window.removeEventListener("click", m), window.removeEventListener("contextmenu", m);
|
746
748
|
};
|
747
749
|
window.addEventListener("click", m), window.addEventListener("contextmenu", m);
|
748
|
-
}, children: n }) }), e[0] = n, e[1] = o, e[2] = i, e[3] =
|
749
|
-
},
|
750
|
-
component:
|
751
|
-
row:
|
752
|
-
column:
|
753
|
-
centerHorizontally:
|
754
|
-
centerVertically:
|
755
|
-
padding:
|
750
|
+
}, children: n }) }), e[0] = n, e[1] = o, e[2] = i, e[3] = l) : l = e[3], l;
|
751
|
+
}, en = "_component_eathd_10", tn = "_row_eathd_15", nn = "_column_eathd_19", on = "_centerHorizontally_eathd_23", ln = "_centerVertically_eathd_27", cn = "_padding_eathd_31", Q = {
|
752
|
+
component: en,
|
753
|
+
row: tn,
|
754
|
+
column: nn,
|
755
|
+
centerHorizontally: on,
|
756
|
+
centerVertically: ln,
|
757
|
+
padding: cn
|
756
758
|
}, te = (t) => {
|
757
|
-
const e =
|
758
|
-
let
|
759
|
-
e[0] !== t.className || e[1] !== o || e[2] !==
|
759
|
+
const e = N.c(11), i = t.ref, n = t.style, o = Q[t.direction], l = t.centerHorizontally && Q.centerHorizontally, s = t.centerVertically && Q.centerVertically, c = t.padding && Q.padding;
|
760
|
+
let r;
|
761
|
+
e[0] !== t.className || e[1] !== o || e[2] !== l || e[3] !== s || e[4] !== c ? (r = v(Q.component, o, t.className, l, s, c), e[0] = t.className, e[1] = o, e[2] = l, e[3] = s, e[4] = c, e[5] = r) : r = e[5];
|
760
762
|
let m;
|
761
|
-
return e[6] !== t.children || e[7] !== t.ref || e[8] !== t.style || e[9] !==
|
762
|
-
},
|
763
|
-
componentContainer:
|
764
|
-
component:
|
765
|
-
noRounding:
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
}, [t.src]), /* @__PURE__ */ s("div", { "data-src": n, ref: e, onClick: t.onClick, className: v(z.componentContainer, t.containerClassName, !c && z.loading, l && z.serverError), style: {
|
783
|
-
// @ts-ignore
|
784
|
-
"--background-size": m + "px",
|
763
|
+
return e[6] !== t.children || e[7] !== t.ref || e[8] !== t.style || e[9] !== r ? (m = /* @__PURE__ */ a("div", { ref: i, style: n, className: r, children: t.children }), e[6] = t.children, e[7] = t.ref, e[8] = t.style, e[9] = r, e[10] = m) : m = e[10], m;
|
764
|
+
}, sn = "_componentContainer_nblot_10", rn = "_component_nblot_10", an = "_noRounding_nblot_28", mn = "_loading_nblot_32", dn = "_serverError_nblot_47", un = "_fail_nblot_1", Y = {
|
765
|
+
componentContainer: sn,
|
766
|
+
component: rn,
|
767
|
+
noRounding: an,
|
768
|
+
loading: mn,
|
769
|
+
serverError: dn,
|
770
|
+
fail: un
|
771
|
+
}, fn = (t) => {
|
772
|
+
const e = N.c(35), i = G(), [n, o] = D(!1), [l, s] = D(!1);
|
773
|
+
let c;
|
774
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (c = () => {
|
775
|
+
s(!1), o(!1);
|
776
|
+
}, e[0] = c) : c = e[0];
|
777
|
+
let r;
|
778
|
+
e[1] !== t.src ? (r = [t.src], e[1] = t.src, e[2] = r) : r = e[2], B(c, r);
|
779
|
+
const m = t.onClick, d = !n && Y.loading, u = l && Y.serverError;
|
780
|
+
let f;
|
781
|
+
e[3] !== t.containerClassName || e[4] !== d || e[5] !== u ? (f = v(Y.componentContainer, t.containerClassName, d, u), e[3] = t.containerClassName, e[4] = d, e[5] = u, e[6] = f) : f = e[6];
|
782
|
+
let g;
|
783
|
+
e[7] !== t.style ? (g = {
|
785
784
|
...t.style
|
786
|
-
},
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
},
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
785
|
+
}, e[7] = t.style, e[8] = g) : g = e[8];
|
786
|
+
const h = X(i), b = n && Y.loaded, _ = t.noRounding && Y.noRounding;
|
787
|
+
let C;
|
788
|
+
e[9] !== t.className || e[10] !== h || e[11] !== b || e[12] !== _ ? (C = v(Y.component, h, t.className, b, _), e[9] = t.className, e[10] = h, e[11] = b, e[12] = _, e[13] = C) : C = e[13];
|
789
|
+
const S = l ? 0 : 1;
|
790
|
+
let x;
|
791
|
+
e[14] !== S ? (x = {
|
792
|
+
opacity: S
|
793
|
+
}, e[14] = S, e[15] = x) : x = e[15];
|
794
|
+
let w;
|
795
|
+
e[16] === Symbol.for("react.memo_cache_sentinel") ? (w = () => {
|
796
|
+
s(!0);
|
797
|
+
}, e[16] = w) : w = e[16];
|
798
|
+
const y = t.disableLazyLoading ? "eager" : "lazy";
|
799
|
+
let p, k;
|
800
|
+
e[17] === Symbol.for("react.memo_cache_sentinel") ? (p = (A) => {
|
801
|
+
o(A.currentTarget.complete);
|
802
|
+
}, k = () => {
|
803
|
+
o(!1);
|
804
|
+
}, e[17] = p, e[18] = k) : (p = e[17], k = e[18]);
|
805
|
+
const I = t.src ?? "/assets/branding/yourdash256.png";
|
806
|
+
let R;
|
807
|
+
e[19] !== t.accessibleLabel || e[20] !== t.height || e[21] !== t.width || e[22] !== C || e[23] !== x || e[24] !== y || e[25] !== I ? (R = /* @__PURE__ */ a("img", { className: C, style: x, draggable: !1, width: t.width, height: t.height, onError: w, loading: y, alt: t.accessibleLabel, onLoad: p, onLoadStart: k, src: I }), e[19] = t.accessibleLabel, e[20] = t.height, e[21] = t.width, e[22] = C, e[23] = x, e[24] = y, e[25] = I, e[26] = R) : R = e[26];
|
808
|
+
let T;
|
809
|
+
e[27] !== l ? (T = l && /* @__PURE__ */ a(se, { icon: j.ServerError }), e[27] = l, e[28] = T) : T = e[28];
|
810
|
+
let E;
|
811
|
+
return e[29] !== t.onClick || e[30] !== R || e[31] !== T || e[32] !== f || e[33] !== g ? (E = /* @__PURE__ */ $("div", { onClick: m, className: f, style: g, children: [
|
812
|
+
R,
|
813
|
+
T
|
814
|
+
] }), e[29] = t.onClick, e[30] = R, e[31] = T, e[32] = f, e[33] = g, e[34] = E) : E = e[34], E;
|
815
|
+
}, Fe = je(fn), hn = "_component_7iu6s_10", Ie = {
|
816
|
+
component: hn
|
817
|
+
}, Lo = (t) => {
|
818
|
+
const e = N.c(10), i = t.to;
|
799
819
|
let n;
|
800
820
|
e[0] !== t.className ? (n = v(Ie.component, t.className), e[0] = t.className, e[1] = n) : n = e[1];
|
801
821
|
let o;
|
802
|
-
e[2] !== t.
|
803
|
-
let c;
|
804
|
-
return e[4] !== t.text || e[5] !== t.to || e[6] !== n || e[7] !== o ? (c = /* @__PURE__ */ k("a", { href: i, className: n, children: [
|
822
|
+
e[2] !== t.children || e[3] !== t.hideLinkIcon || e[4] !== t.text ? (o = t.children ? t.children : /* @__PURE__ */ $(z, { children: [
|
805
823
|
t.text,
|
806
|
-
|
807
|
-
] }), e[
|
808
|
-
|
809
|
-
|
824
|
+
!t.hideLinkIcon && /* @__PURE__ */ a(se, { icon: j.Link, className: Ie.icon })
|
825
|
+
] }), e[2] = t.children, e[3] = t.hideLinkIcon, e[4] = t.text, e[5] = o) : o = e[5];
|
826
|
+
let l;
|
827
|
+
return e[6] !== t.to || e[7] !== n || e[8] !== o ? (l = /* @__PURE__ */ a(Ae, { to: i, viewTransition: !0, className: n, children: o }), e[6] = t.to, e[7] = n, e[8] = o, e[9] = l) : l = e[9], l;
|
828
|
+
}, Do = (t) => {
|
829
|
+
const e = N.c(7), {
|
810
830
|
maxValue: i,
|
811
831
|
value: n,
|
812
832
|
className: o,
|
813
|
-
indeterminate:
|
833
|
+
indeterminate: l
|
814
834
|
} = t;
|
835
|
+
let s;
|
836
|
+
e[0] !== o || e[1] !== i || e[2] !== n ? (s = /* @__PURE__ */ a("progress", { max: i, value: n, className: o }), e[0] = o, e[1] = i, e[2] = n, e[3] = s) : s = e[3];
|
837
|
+
const c = l && "This should be indeterminate";
|
815
838
|
let r;
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
] }), e[4] = r, e[5] = l, e[6] = a) : a = e[6], a;
|
823
|
-
}, Do = (t) => {
|
824
|
-
const e = y.c(2), i = Pe();
|
839
|
+
return e[4] !== s || e[5] !== c ? (r = /* @__PURE__ */ $(z, { children: [
|
840
|
+
s,
|
841
|
+
c
|
842
|
+
] }), e[4] = s, e[5] = c, e[6] = r) : r = e[6], r;
|
843
|
+
}, Uo = (t) => {
|
844
|
+
const e = N.c(2), i = Pe();
|
825
845
|
t.to !== null && i(t.to);
|
826
846
|
const n = `Redirecting to ${t.to}`;
|
827
847
|
let o;
|
828
|
-
return e[0] !== n ? (o = /* @__PURE__ */
|
829
|
-
},
|
830
|
-
component:
|
831
|
-
container:
|
832
|
-
infiniteSpin:
|
833
|
-
spinnerBack:
|
834
|
-
spinnerBorder:
|
835
|
-
spinnerCutoutContainer:
|
836
|
-
spinnerCutout:
|
837
|
-
spinnerCutoutOne:
|
838
|
-
spinnerCutoutTwo:
|
839
|
-
},
|
840
|
-
const e =
|
848
|
+
return e[0] !== n ? (o = /* @__PURE__ */ a(ce, { children: /* @__PURE__ */ a(V, { text: n }) }), e[0] = n, e[1] = o) : o = e[1], o;
|
849
|
+
}, _n = "_component_7t5t1_6", gn = "_container_7t5t1_17", vn = "_infiniteSpin_7t5t1_1", bn = "_spinnerBack_7t5t1_26", yn = "_spinnerBorder_7t5t1_37", Cn = "_spinnerCutoutContainer_7t5t1_48", Nn = "_spinnerCutout_7t5t1_48", pn = "_spinnerCutoutOne_7t5t1_65", xn = "_spinnerCutoutTwo_7t5t1_70", M = {
|
850
|
+
component: _n,
|
851
|
+
container: gn,
|
852
|
+
infiniteSpin: vn,
|
853
|
+
spinnerBack: bn,
|
854
|
+
spinnerBorder: yn,
|
855
|
+
spinnerCutoutContainer: Cn,
|
856
|
+
spinnerCutout: Nn,
|
857
|
+
spinnerCutoutOne: pn,
|
858
|
+
spinnerCutoutTwo: xn
|
859
|
+
}, Bo = (t) => {
|
860
|
+
const e = N.c(5);
|
841
861
|
let i, n;
|
842
|
-
e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = /* @__PURE__ */
|
862
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (i = /* @__PURE__ */ a("div", { className: M.spinnerBorder }), n = /* @__PURE__ */ a("div", { className: M.spinnerBack }), e[0] = i, e[1] = n) : (i = e[0], n = e[1]);
|
843
863
|
let o;
|
844
|
-
e[2] === Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */
|
864
|
+
e[2] === Symbol.for("react.memo_cache_sentinel") ? (o = /* @__PURE__ */ $("section", { className: M.container, children: [
|
845
865
|
i,
|
846
866
|
n,
|
847
|
-
/* @__PURE__ */
|
848
|
-
/* @__PURE__ */
|
849
|
-
/* @__PURE__ */
|
867
|
+
/* @__PURE__ */ $("div", { className: M.spinnerCutoutContainer, children: [
|
868
|
+
/* @__PURE__ */ a("div", { className: v(M.spinnerCutoutOne, M.spinnerCutout) }),
|
869
|
+
/* @__PURE__ */ a("div", { className: v(M.spinnerCutoutTwo, M.spinnerCutout) })
|
850
870
|
] })
|
851
871
|
] }), e[2] = o) : o = e[2];
|
852
|
-
let
|
853
|
-
return e[3] !== t.style ? (
|
854
|
-
},
|
855
|
-
component:
|
856
|
-
levelDefault:
|
857
|
-
},
|
858
|
-
const e =
|
872
|
+
let l;
|
873
|
+
return e[3] !== t.style ? (l = /* @__PURE__ */ a("div", { className: M.component, style: t.style, children: o }), e[3] = t.style, e[4] = l) : l = e[4], l;
|
874
|
+
}, Sn = "_component_1drme_10", kn = "_levelDefault_1drme_15", wn = {
|
875
|
+
component: Sn,
|
876
|
+
levelDefault: kn
|
877
|
+
}, Eo = (t) => {
|
878
|
+
const e = N.c(6);
|
859
879
|
let i;
|
860
880
|
e[0] !== t.className ? (i = v(wn.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
861
881
|
let n;
|
862
|
-
return e[2] !== t.
|
863
|
-
},
|
864
|
-
component:
|
865
|
-
},
|
866
|
-
const e =
|
882
|
+
return e[2] !== t.style || e[3] !== t.text || e[4] !== i ? (n = /* @__PURE__ */ a("div", { className: i, style: t.style, children: t.text }), e[2] = t.style, e[3] = t.text, e[4] = i, e[5] = n) : n = e[5], n;
|
883
|
+
}, $n = "_component_125pe_10", In = {
|
884
|
+
component: $n
|
885
|
+
}, Oo = (t) => {
|
886
|
+
const e = N.c(8);
|
867
887
|
let i;
|
868
|
-
e[0] !== t.className ? (i = v(
|
888
|
+
e[0] !== t.className ? (i = v(In.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
869
889
|
let n;
|
870
890
|
e[2] !== t.color ? (n = {
|
871
891
|
backgroundColor: t.color
|
872
892
|
}, e[2] = t.color, e[3] = n) : n = e[3];
|
873
893
|
let o;
|
874
|
-
return e[4] !== t.text || e[5] !== i || e[6] !== n ? (o = /* @__PURE__ */
|
875
|
-
},
|
876
|
-
component:
|
877
|
-
},
|
878
|
-
const e =
|
894
|
+
return e[4] !== t.text || e[5] !== i || e[6] !== n ? (o = /* @__PURE__ */ a("div", { className: i, style: n, children: t.text }), e[4] = t.text, e[5] = i, e[6] = n, e[7] = o) : o = e[7], o;
|
895
|
+
}, Rn = "_component_1y11j_10", Tn = {
|
896
|
+
component: Rn
|
897
|
+
}, Mo = (t) => {
|
898
|
+
const e = N.c(6);
|
879
899
|
let i;
|
880
|
-
e[0] !== t.className ? (i = v(
|
900
|
+
e[0] !== t.className ? (i = v(Tn.component, t.className), e[0] = t.className, e[1] = i) : i = e[1];
|
881
901
|
let n;
|
882
|
-
return e[2] !== t.onClick || e[3] !== t.text || e[4] !== i ? (n = /* @__PURE__ */
|
883
|
-
},
|
884
|
-
component:
|
885
|
-
icon:
|
886
|
-
input:
|
887
|
-
noIcon:
|
888
|
-
},
|
889
|
-
const e =
|
902
|
+
return e[2] !== t.onClick || e[3] !== t.text || e[4] !== i ? (n = /* @__PURE__ */ a("button", { className: i, onClick: t.onClick, "aria-label": t.text, children: t.text }), e[2] = t.onClick, e[3] = t.text, e[4] = i, e[5] = n) : n = e[5], n;
|
903
|
+
}, Pn = "_component_10l5e_10", Ln = "_icon_10l5e_28", Dn = "_input_10l5e_36", Un = "_noIcon_10l5e_44", re = {
|
904
|
+
component: Pn,
|
905
|
+
icon: Ln,
|
906
|
+
input: Dn,
|
907
|
+
noIcon: Un
|
908
|
+
}, Fo = (t) => {
|
909
|
+
const e = N.c(23), i = q(null);
|
890
910
|
let n, o;
|
891
911
|
e[0] !== t.value ? (n = () => {
|
892
912
|
i.current && t.value && (i.current.value = t.value);
|
893
|
-
}, o = [t.value], e[0] = t.value, e[1] = n, e[2] = o) : (n = e[1], o = e[2]),
|
894
|
-
let
|
895
|
-
e[3] !== t ? (
|
913
|
+
}, o = [t.value], e[0] = t.value, e[1] = n, e[2] = o) : (n = e[1], o = e[2]), B(n, o);
|
914
|
+
let l;
|
915
|
+
e[3] !== t ? (l = () => {
|
896
916
|
i.current && (i.current.onchange = () => {
|
897
917
|
i.current && t.getValue && t.getValue(i.current.value);
|
898
918
|
}, i.current.onkeyup = (C) => {
|
899
919
|
i.current && t.onSubmit && (t.getLiveValue && t.getLiveValue(i.current.value), C.key === "Enter" && t.onSubmit(i.current.value));
|
900
920
|
});
|
901
|
-
}, e[3] = t, e[4] =
|
921
|
+
}, e[3] = t, e[4] = l) : l = e[4];
|
922
|
+
let s;
|
923
|
+
e[5] === Symbol.for("react.memo_cache_sentinel") ? (s = [], e[5] = s) : s = e[5], B(l, s);
|
924
|
+
let c;
|
925
|
+
e[6] !== t.className ? (c = v(re.component, t.className), e[6] = t.className, e[7] = c) : c = e[7];
|
902
926
|
let r;
|
903
|
-
e[
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
e[8] !== t.icon ? (a = t.icon && /* @__PURE__ */ s(re, { className: se.icon, icon: t.icon }), e[8] = t.icon, e[9] = a) : a = e[9];
|
908
|
-
const m = t.autoComplete, u = t.type || "text", d = t.accessibleName, f = t.defaultValue, h = !t.icon && se.noIcon;
|
909
|
-
let _;
|
910
|
-
e[10] !== h ? (_ = v(se.input, h), e[10] = h, e[11] = _) : _ = e[11];
|
927
|
+
e[8] !== t.icon ? (r = t.icon && /* @__PURE__ */ a(se, { className: re.icon, icon: t.icon }), e[8] = t.icon, e[9] = r) : r = e[9];
|
928
|
+
const m = t.autoComplete, d = t.type || "text", u = t.accessibleName, f = t.defaultValue, g = !t.icon && re.noIcon;
|
929
|
+
let h;
|
930
|
+
e[10] !== g ? (h = v(re.input, g), e[10] = g, e[11] = h) : h = e[11];
|
911
931
|
let b;
|
912
|
-
e[12] !== t.accessibleName || e[13] !== t.autoComplete || e[14] !== t.defaultValue || e[15] !== t.placeholder || e[16] !==
|
913
|
-
let
|
914
|
-
return e[19] !== b || e[20] !==
|
915
|
-
|
932
|
+
e[12] !== t.accessibleName || e[13] !== t.autoComplete || e[14] !== t.defaultValue || e[15] !== t.placeholder || e[16] !== h || e[17] !== d ? (b = /* @__PURE__ */ a("input", { autoComplete: m, ref: i, type: d, "aria-label": u, defaultValue: f, className: h, placeholder: t.placeholder }), e[12] = t.accessibleName, e[13] = t.autoComplete, e[14] = t.defaultValue, e[15] = t.placeholder, e[16] = h, e[17] = d, e[18] = b) : b = e[18];
|
933
|
+
let _;
|
934
|
+
return e[19] !== b || e[20] !== c || e[21] !== r ? (_ = /* @__PURE__ */ $("div", { className: c, children: [
|
935
|
+
r,
|
916
936
|
b
|
917
|
-
] }), e[19] = b, e[20] =
|
918
|
-
},
|
919
|
-
const e =
|
937
|
+
] }), e[19] = b, e[20] = c, e[21] = r, e[22] = _) : _ = e[22], _;
|
938
|
+
}, Ko = (t) => {
|
939
|
+
const e = N.c(5), {
|
920
940
|
className: i,
|
921
941
|
onSeen: n
|
922
|
-
} = t, [o,
|
923
|
-
let
|
924
|
-
e[0] !== n ? (
|
925
|
-
if (!
|
942
|
+
} = t, [o, l] = D(!1), s = q(null);
|
943
|
+
let c;
|
944
|
+
e[0] !== n ? (c = () => {
|
945
|
+
if (!s.current)
|
926
946
|
return;
|
927
|
-
const
|
928
|
-
f[0].isIntersecting && (n(),
|
947
|
+
const d = s.current, u = new IntersectionObserver((f) => {
|
948
|
+
f[0].isIntersecting && (n(), u.disconnect(), l(!0));
|
929
949
|
});
|
930
|
-
return
|
931
|
-
|
950
|
+
return u.observe(d), () => {
|
951
|
+
u.disconnect();
|
932
952
|
};
|
933
|
-
}, e[0] = n, e[1] =
|
934
|
-
let
|
935
|
-
if (e[2] === Symbol.for("react.memo_cache_sentinel") ? (
|
953
|
+
}, e[0] = n, e[1] = c) : c = e[1];
|
954
|
+
let r;
|
955
|
+
if (e[2] === Symbol.for("react.memo_cache_sentinel") ? (r = [], e[2] = r) : r = e[2], B(c, r), o)
|
936
956
|
return null;
|
937
957
|
let m;
|
938
|
-
return e[3] !== i ? (m = /* @__PURE__ */
|
939
|
-
},
|
940
|
-
const e =
|
958
|
+
return e[3] !== i ? (m = /* @__PURE__ */ a("div", { ref: s, className: i }), e[3] = i, e[4] = m) : m = e[4], m;
|
959
|
+
}, jo = (t) => {
|
960
|
+
const e = N.c(7), {
|
941
961
|
className: i,
|
942
962
|
onEnterView: n,
|
943
963
|
onLeaveView: o
|
944
|
-
} = t,
|
945
|
-
let
|
946
|
-
e[0] !== n || e[1] !== o ? (
|
947
|
-
if (!
|
964
|
+
} = t, l = q(!1), s = q(null);
|
965
|
+
let c;
|
966
|
+
e[0] !== n || e[1] !== o ? (c = () => {
|
967
|
+
if (!s.current)
|
948
968
|
return;
|
949
|
-
const
|
969
|
+
const u = s.current, f = () => {
|
950
970
|
const {
|
951
|
-
top:
|
971
|
+
top: h,
|
952
972
|
bottom: b,
|
953
|
-
left:
|
973
|
+
left: _,
|
954
974
|
right: C
|
955
|
-
} =
|
956
|
-
if (!
|
957
|
-
if (
|
958
|
-
n == null || n("up"),
|
975
|
+
} = u.getBoundingClientRect();
|
976
|
+
if (!l.current) {
|
977
|
+
if (h < 0) {
|
978
|
+
n == null || n("up"), l.current = !0;
|
959
979
|
return;
|
960
980
|
} else if (b > window.innerHeight) {
|
961
|
-
n == null || n("down"),
|
981
|
+
n == null || n("down"), l.current = !0;
|
962
982
|
return;
|
963
|
-
} else if (
|
964
|
-
n == null || n("left"),
|
983
|
+
} else if (_ < 0) {
|
984
|
+
n == null || n("left"), l.current = !0;
|
965
985
|
return;
|
966
986
|
} else if (C > window.innerWidth) {
|
967
|
-
n == null || n("right"),
|
987
|
+
n == null || n("right"), l.current = !0;
|
968
988
|
return;
|
969
989
|
}
|
970
990
|
}
|
971
|
-
if (
|
972
|
-
o == null || o("down"),
|
991
|
+
if (h > window.innerHeight) {
|
992
|
+
o == null || o("down"), l.current = !1;
|
973
993
|
return;
|
974
994
|
} else if (b < 0) {
|
975
|
-
o == null || o("up"),
|
995
|
+
o == null || o("up"), l.current = !1;
|
976
996
|
return;
|
977
|
-
} else if (
|
978
|
-
o == null || o("right"),
|
997
|
+
} else if (_ > window.innerWidth) {
|
998
|
+
o == null || o("right"), l.current = !1;
|
979
999
|
return;
|
980
1000
|
} else if (C < 0) {
|
981
|
-
o == null || o("left"),
|
1001
|
+
o == null || o("left"), l.current = !1;
|
982
1002
|
return;
|
983
1003
|
}
|
984
|
-
},
|
1004
|
+
}, g = new IntersectionObserver(() => {
|
985
1005
|
f();
|
986
1006
|
});
|
987
|
-
return
|
988
|
-
|
1007
|
+
return g.observe(u), () => {
|
1008
|
+
g.disconnect();
|
989
1009
|
};
|
990
|
-
}, e[0] = n, e[1] = o, e[2] =
|
991
|
-
let
|
992
|
-
e[3] === Symbol.for("react.memo_cache_sentinel") ? (
|
1010
|
+
}, e[0] = n, e[1] = o, e[2] = c) : c = e[2];
|
1011
|
+
let r;
|
1012
|
+
e[3] === Symbol.for("react.memo_cache_sentinel") ? (r = [], e[3] = r) : r = e[3], B(c, r);
|
993
1013
|
let m;
|
994
1014
|
e[4] === Symbol.for("react.memo_cache_sentinel") ? (m = {
|
995
1015
|
height: 1,
|
996
1016
|
width: 1
|
997
1017
|
}, e[4] = m) : m = e[4];
|
998
|
-
let
|
999
|
-
return e[5] !== i ? (
|
1000
|
-
},
|
1001
|
-
containerComponent:
|
1002
|
-
component:
|
1003
|
-
page:
|
1004
|
-
activePage:
|
1005
|
-
controls:
|
1006
|
-
indicatorContainer:
|
1007
|
-
indicator:
|
1008
|
-
pageIndicator:
|
1009
|
-
selected:
|
1010
|
-
},
|
1011
|
-
const e =
|
1018
|
+
let d;
|
1019
|
+
return e[5] !== i ? (d = /* @__PURE__ */ a("div", { ref: s, style: m, className: i }), e[5] = i, e[6] = d) : d = e[6], d;
|
1020
|
+
}, Bn = "_containerComponent_5q8wt_6", En = "_component_5q8wt_17", On = "_page_5q8wt_34", Mn = "_activePage_5q8wt_52", Fn = "_controls_5q8wt_56", Kn = "_indicatorContainer_5q8wt_67", jn = "_indicator_5q8wt_67", An = "_pageIndicator_5q8wt_80", Hn = "_selected_5q8wt_89", U = {
|
1021
|
+
containerComponent: Bn,
|
1022
|
+
component: En,
|
1023
|
+
page: On,
|
1024
|
+
activePage: Mn,
|
1025
|
+
controls: Fn,
|
1026
|
+
indicatorContainer: Kn,
|
1027
|
+
indicator: jn,
|
1028
|
+
pageIndicator: An,
|
1029
|
+
selected: Hn
|
1030
|
+
}, Ao = (t) => {
|
1031
|
+
const e = N.c(35), {
|
1012
1032
|
items: i,
|
1013
1033
|
className: n,
|
1014
1034
|
loopAround: o,
|
1015
|
-
height:
|
1016
|
-
} = t,
|
1017
|
-
let m,
|
1035
|
+
height: l
|
1036
|
+
} = t, s = q(null), [c, r] = D(0);
|
1037
|
+
let m, d;
|
1018
1038
|
e[0] === Symbol.for("react.memo_cache_sentinel") ? (m = () => {
|
1019
|
-
const
|
1020
|
-
if (!
|
1039
|
+
const y = s.current;
|
1040
|
+
if (!y)
|
1021
1041
|
return;
|
1022
|
-
const
|
1023
|
-
const
|
1042
|
+
const p = () => {
|
1043
|
+
const k = y.getBoundingClientRect();
|
1044
|
+
let I;
|
1045
|
+
I = 0;
|
1024
1046
|
let R;
|
1025
|
-
R =
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
Z > R && (R = Z, B = V);
|
1030
|
-
}), B !== -1 && a(B);
|
1047
|
+
R = -1, Array.from(y.children).forEach((T, E) => {
|
1048
|
+
const A = T.getBoundingClientRect(), Z = Math.max(0, Math.min(A.right, k.right) - Math.max(A.left, k.left));
|
1049
|
+
Z > I && (I = Z, R = E);
|
1050
|
+
}), R !== -1 && r(R);
|
1031
1051
|
};
|
1032
|
-
return
|
1033
|
-
|
1052
|
+
return y.addEventListener("scroll", p), () => {
|
1053
|
+
y.removeEventListener("scroll", p);
|
1034
1054
|
};
|
1035
|
-
},
|
1036
|
-
let
|
1037
|
-
e[2] !== n ? (
|
1055
|
+
}, d = [], e[0] = m, e[1] = d) : (m = e[0], d = e[1]), B(m, d);
|
1056
|
+
let u;
|
1057
|
+
e[2] !== n ? (u = v(U.containerComponent, n), e[2] = n, e[3] = u) : u = e[3];
|
1038
1058
|
let f;
|
1039
|
-
e[4] !==
|
1040
|
-
"--carousel-height":
|
1041
|
-
}, e[4] =
|
1042
|
-
let
|
1043
|
-
if (e[6] !==
|
1044
|
-
let
|
1045
|
-
e[9] !==
|
1059
|
+
e[4] !== l ? (f = {
|
1060
|
+
"--carousel-height": l
|
1061
|
+
}, e[4] = l, e[5] = f) : f = e[5];
|
1062
|
+
let g;
|
1063
|
+
if (e[6] !== c || e[7] !== i) {
|
1064
|
+
let y;
|
1065
|
+
e[9] !== c ? (y = (p, k) => /* @__PURE__ */ a("div", { className: v(U.page, k === c && U.activePage), children: p.element }, p.id), e[9] = c, e[10] = y) : y = e[10], g = i.map(y), e[6] = c, e[7] = i, e[8] = g;
|
1046
1066
|
} else
|
1047
|
-
|
1048
|
-
let
|
1049
|
-
e[11] !==
|
1067
|
+
g = e[8];
|
1068
|
+
let h;
|
1069
|
+
e[11] !== g ? (h = /* @__PURE__ */ a("div", { className: U.component, "data-pages": !0, ref: s, children: g }), e[11] = g, e[12] = h) : h = e[12];
|
1050
1070
|
let b;
|
1051
|
-
e[13] !==
|
1052
|
-
const
|
1053
|
-
if (!
|
1071
|
+
e[13] !== c || e[14] !== o ? (b = /* @__PURE__ */ a(oe, { accessibleLabel: "previous page", icon: j.ChevronLeft, className: U.pageControl, onClick: () => {
|
1072
|
+
const y = s.current;
|
1073
|
+
if (!y)
|
1054
1074
|
return;
|
1055
|
-
const
|
1056
|
-
if (!
|
1057
|
-
o && (
|
1075
|
+
const p = y.children[c - 1];
|
1076
|
+
if (!p) {
|
1077
|
+
o && (y.children[y.children.length - 1].scrollIntoView({
|
1058
1078
|
behavior: "smooth",
|
1059
1079
|
inline: "center",
|
1060
1080
|
block: "center"
|
1061
|
-
}),
|
1081
|
+
}), r(y.children.length - 1));
|
1062
1082
|
return;
|
1063
1083
|
}
|
1064
|
-
|
1084
|
+
p.scrollIntoView({
|
1065
1085
|
behavior: "smooth",
|
1066
1086
|
inline: "center",
|
1067
1087
|
block: "center"
|
1068
|
-
}),
|
1069
|
-
} }), e[13] =
|
1070
|
-
let
|
1071
|
-
if (e[16] !==
|
1072
|
-
let
|
1073
|
-
e[19] !==
|
1074
|
-
const
|
1075
|
-
if (!
|
1088
|
+
}), r(c - 1);
|
1089
|
+
} }), e[13] = c, e[14] = o, e[15] = b) : b = e[15];
|
1090
|
+
let _;
|
1091
|
+
if (e[16] !== c || e[17] !== i) {
|
1092
|
+
let y;
|
1093
|
+
e[19] !== c ? (y = (p, k) => /* @__PURE__ */ a("button", { className: v(U.pageIndicator, k === c && U.selected), onClick: () => {
|
1094
|
+
const I = s.current;
|
1095
|
+
if (!I)
|
1076
1096
|
return;
|
1077
|
-
const
|
1078
|
-
|
1097
|
+
const R = I.children[k];
|
1098
|
+
r(k), R.scrollIntoView({
|
1079
1099
|
behavior: "smooth",
|
1080
1100
|
inline: "center",
|
1081
1101
|
block: "center"
|
1082
1102
|
});
|
1083
|
-
} },
|
1103
|
+
} }, p.id), e[19] = c, e[20] = y) : y = e[20], _ = i.map(y), e[16] = c, e[17] = i, e[18] = _;
|
1084
1104
|
} else
|
1085
|
-
|
1105
|
+
_ = e[18];
|
1086
1106
|
let C;
|
1087
|
-
e[21] !==
|
1088
|
-
let
|
1089
|
-
e[23] !==
|
1090
|
-
const
|
1091
|
-
if (!
|
1107
|
+
e[21] !== _ ? (C = /* @__PURE__ */ a(ce, { className: U.indicator, containerClassName: U.indicatorContainer, children: _ }), e[21] = _, e[22] = C) : C = e[22];
|
1108
|
+
let S;
|
1109
|
+
e[23] !== c || e[24] !== o ? (S = /* @__PURE__ */ a(oe, { accessibleLabel: "next page", icon: j.ChevronRight, className: U.pageControl, onClick: () => {
|
1110
|
+
const y = s.current;
|
1111
|
+
if (!y)
|
1092
1112
|
return;
|
1093
|
-
const
|
1094
|
-
if (!
|
1095
|
-
o && (
|
1113
|
+
const p = y.children[c + 1];
|
1114
|
+
if (!p) {
|
1115
|
+
o && (y.children[0].scrollIntoView({
|
1096
1116
|
behavior: "smooth",
|
1097
1117
|
inline: "center",
|
1098
1118
|
block: "center"
|
1099
|
-
}),
|
1119
|
+
}), r(0));
|
1100
1120
|
return;
|
1101
1121
|
}
|
1102
|
-
|
1122
|
+
p.scrollIntoView({
|
1103
1123
|
behavior: "smooth",
|
1104
1124
|
inline: "center",
|
1105
1125
|
block: "center"
|
1106
|
-
}),
|
1107
|
-
} }), e[23] =
|
1108
|
-
let
|
1109
|
-
e[26] !==
|
1126
|
+
}), r(c + 1);
|
1127
|
+
} }), e[23] = c, e[24] = o, e[25] = S) : S = e[25];
|
1128
|
+
let x;
|
1129
|
+
e[26] !== S || e[27] !== b || e[28] !== C ? (x = /* @__PURE__ */ $("div", { className: U.controls, children: [
|
1110
1130
|
b,
|
1111
1131
|
C,
|
1132
|
+
S
|
1133
|
+
] }), e[26] = S, e[27] = b, e[28] = C, e[29] = x) : x = e[29];
|
1134
|
+
let w;
|
1135
|
+
return e[30] !== x || e[31] !== u || e[32] !== f || e[33] !== h ? (w = /* @__PURE__ */ $(Jt, { className: u, style: f, children: [
|
1136
|
+
h,
|
1112
1137
|
x
|
1113
|
-
] }), e[
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
},
|
1120
|
-
|
1121
|
-
backgroundFadeIn: Hn,
|
1122
|
-
view: zn,
|
1123
|
-
fadeIn: qn
|
1124
|
-
}, Ko = (t) => {
|
1125
|
-
const e = y.c(7), {
|
1138
|
+
] }), e[30] = x, e[31] = u, e[32] = f, e[33] = h, e[34] = w) : w = e[34], w;
|
1139
|
+
}, zn = "_background_l6sy4_26", qn = "_backgroundFadeIn_l6sy4_1", Gn = "_view_l6sy4_39", Yn = "_fadeIn_l6sy4_1", Re = {
|
1140
|
+
background: zn,
|
1141
|
+
backgroundFadeIn: qn,
|
1142
|
+
view: Gn,
|
1143
|
+
fadeIn: Yn
|
1144
|
+
}, Ho = (t) => {
|
1145
|
+
const e = N.c(7), {
|
1126
1146
|
children: i,
|
1127
1147
|
className: n,
|
1128
1148
|
actionsClassName: o,
|
1129
|
-
headerClassName:
|
1130
|
-
actions:
|
1131
|
-
header:
|
1149
|
+
headerClassName: l,
|
1150
|
+
actions: s,
|
1151
|
+
header: c
|
1132
1152
|
} = t;
|
1133
|
-
let
|
1134
|
-
return e[0] !==
|
1135
|
-
},
|
1136
|
-
view:
|
1137
|
-
},
|
1138
|
-
const e =
|
1153
|
+
let r;
|
1154
|
+
return e[0] !== s || e[1] !== o || e[2] !== i || e[3] !== n || e[4] !== c || e[5] !== l ? (r = /* @__PURE__ */ a("div", { className: Re.background, children: /* @__PURE__ */ a(ce, { containerClassName: Re.view, actionsClassName: o, headerClassName: l, actions: s, header: c, className: n, children: i }) }), e[0] = s, e[1] = o, e[2] = i, e[3] = n, e[4] = c, e[5] = l, e[6] = r) : r = e[6], r;
|
1155
|
+
}, Wn = "_view_1557p_10", Vn = {
|
1156
|
+
view: Wn
|
1157
|
+
}, zo = (t) => {
|
1158
|
+
const e = N.c(7), {
|
1139
1159
|
backgroundImage: i,
|
1140
1160
|
heading: n
|
1141
1161
|
} = t;
|
@@ -1145,250 +1165,250 @@ const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1145
1165
|
} : {
|
1146
1166
|
backgroundImage: "linear-gradient(-45deg, #ff8093aa, #ffd264aa)"
|
1147
1167
|
}, e[0] = i, e[1] = o) : o = e[1];
|
1148
|
-
let
|
1149
|
-
e[2] !== n ? (
|
1150
|
-
let
|
1151
|
-
return e[4] !== o || e[5] !==
|
1152
|
-
},
|
1168
|
+
let l;
|
1169
|
+
e[2] !== n ? (l = /* @__PURE__ */ a(le, { level: 1, text: n }), e[2] = n, e[3] = l) : l = e[3];
|
1170
|
+
let s;
|
1171
|
+
return e[4] !== o || e[5] !== l ? (s = /* @__PURE__ */ a(z, { children: /* @__PURE__ */ a("div", { className: Vn.view, style: o, children: l }) }), e[4] = o, e[5] = l, e[6] = s) : s = e[6], s;
|
1172
|
+
}, qo = ({
|
1153
1173
|
children: t,
|
1154
1174
|
minZoom: e,
|
1155
1175
|
maxZoom: i,
|
1156
1176
|
onScaleChange: n
|
1157
1177
|
}) => {
|
1158
|
-
const o =
|
1159
|
-
return n &&
|
1178
|
+
const o = q(null), [l, s] = D(0), [c, r] = D(0), [m, d] = D(1);
|
1179
|
+
return n && B(() => {
|
1160
1180
|
n(m);
|
1161
|
-
}, [m]), /* @__PURE__ */
|
1181
|
+
}, [m]), /* @__PURE__ */ a("div", { ref: o, style: {
|
1162
1182
|
width: "100%",
|
1163
1183
|
height: "100%",
|
1164
1184
|
overflow: "hidden",
|
1165
1185
|
display: "flex",
|
1166
1186
|
alignItems: "center",
|
1167
1187
|
justifyContent: "center"
|
1168
|
-
}, onWheel: (
|
1169
|
-
|
1170
|
-
const b =
|
1171
|
-
|
1172
|
-
}, onMouseDown: (
|
1173
|
-
|
1174
|
-
const b =
|
1175
|
-
|
1176
|
-
const
|
1177
|
-
|
1178
|
-
}, $ = () => {
|
1179
|
-
_.stopPropagation(), document.removeEventListener("mousemove", w), document.removeEventListener("mouseup", $);
|
1180
|
-
};
|
1181
|
-
document.addEventListener("mousemove", w), document.addEventListener("mouseup", $);
|
1182
|
-
}, onTouchStart: (_) => {
|
1183
|
-
_.stopPropagation();
|
1184
|
-
const b = _.touches, g = c, C = l, x = ($) => {
|
1185
|
-
$.stopPropagation();
|
1186
|
-
const p = $.touches, N = p[0].clientX - b[0].clientX, S = p[0].clientY - b[0].clientY;
|
1187
|
-
r(g + N), a(C + S);
|
1188
|
+
}, onWheel: (h) => {
|
1189
|
+
h.stopPropagation();
|
1190
|
+
const b = h.deltaY, _ = m + b / 1e3;
|
1191
|
+
d(Math.min(Math.max(_, e ?? 0.1), i ?? 10));
|
1192
|
+
}, onMouseDown: (h) => {
|
1193
|
+
h.stopPropagation();
|
1194
|
+
const b = h.clientX, _ = h.clientY, C = l, S = c, x = (y) => {
|
1195
|
+
y.stopPropagation();
|
1196
|
+
const p = y.clientX - b, k = y.clientY - _;
|
1197
|
+
s(C + p), r(S + k);
|
1188
1198
|
}, w = () => {
|
1189
|
-
|
1199
|
+
h.stopPropagation(), document.removeEventListener("mousemove", x), document.removeEventListener("mouseup", w);
|
1190
1200
|
};
|
1191
|
-
document.addEventListener("
|
1192
|
-
},
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1201
|
+
document.addEventListener("mousemove", x), document.addEventListener("mouseup", w);
|
1202
|
+
}, onTouchStart: (h) => {
|
1203
|
+
h.stopPropagation();
|
1204
|
+
const b = h.touches, _ = l, C = c, S = (w) => {
|
1205
|
+
w.stopPropagation();
|
1206
|
+
const y = w.touches, p = y[0].clientX - b[0].clientX, k = y[0].clientY - b[0].clientY;
|
1207
|
+
s(_ + p), r(C + k);
|
1208
|
+
}, x = () => {
|
1209
|
+
h.stopPropagation(), document.removeEventListener("touchmove", S), document.removeEventListener("touchend", x);
|
1210
|
+
};
|
1211
|
+
document.addEventListener("touchmove", S), document.addEventListener("touchend", x);
|
1212
|
+
}, onDragStart: (h) => {
|
1213
|
+
h.stopPropagation(), h.preventDefault();
|
1214
|
+
}, onContextMenu: (h) => {
|
1215
|
+
h.preventDefault(), h.stopPropagation();
|
1216
|
+
}, children: /* @__PURE__ */ a("div", { style: {
|
1217
|
+
transform: `translate(${l}px, ${c}px) scale(${m})`,
|
1198
1218
|
transformOrigin: "center center",
|
1199
1219
|
maxWidth: "max-content",
|
1200
1220
|
pointerEvents: "none"
|
1201
1221
|
}, children: t }) });
|
1202
|
-
},
|
1203
|
-
component:
|
1204
|
-
items:
|
1205
|
-
endOfItems:
|
1206
|
-
},
|
1207
|
-
const e =
|
1222
|
+
}, Xn = "_component_7673o_10", Zn = "_items_7673o_19", Qn = "_endOfItems_7673o_23", ae = {
|
1223
|
+
component: Xn,
|
1224
|
+
items: Zn,
|
1225
|
+
endOfItems: Qn
|
1226
|
+
}, Go = (t) => {
|
1227
|
+
const e = N.c(22), {
|
1208
1228
|
children: i,
|
1209
1229
|
fetchNextPage: n,
|
1210
1230
|
containerClassName: o,
|
1211
|
-
className:
|
1212
|
-
resetState:
|
1213
|
-
} = t,
|
1214
|
-
let
|
1215
|
-
e[0] !==
|
1216
|
-
|
1217
|
-
},
|
1218
|
-
async function
|
1231
|
+
className: l,
|
1232
|
+
resetState: s
|
1233
|
+
} = t, c = F.useRef(null), r = F.useRef(-1), [m, d] = D(!1), [u, f] = D(!1);
|
1234
|
+
let g;
|
1235
|
+
e[0] !== s ? (g = [s], e[0] = s, e[1] = g) : g = e[1], B(() => {
|
1236
|
+
r.current = -1, d(!1), f(!1), h();
|
1237
|
+
}, g);
|
1238
|
+
async function h() {
|
1219
1239
|
if (m)
|
1220
1240
|
return;
|
1221
|
-
|
1241
|
+
d(!0);
|
1222
1242
|
const {
|
1223
|
-
hasAnotherPage:
|
1224
|
-
} = await n(
|
1225
|
-
|
1243
|
+
hasAnotherPage: I
|
1244
|
+
} = await n(r.current + 1);
|
1245
|
+
r.current = r.current + 1, d(!1), f(I || !1);
|
1226
1246
|
}
|
1227
1247
|
let b;
|
1228
|
-
e[2] !==
|
1229
|
-
if (!
|
1248
|
+
e[2] !== h ? (b = () => {
|
1249
|
+
if (!c.current)
|
1230
1250
|
return;
|
1231
|
-
const
|
1232
|
-
new IntersectionObserver((
|
1233
|
-
console.log("observer update"),
|
1234
|
-
}).observe(
|
1235
|
-
}, e[2] =
|
1236
|
-
let
|
1237
|
-
e[4] === Symbol.for("react.memo_cache_sentinel") ? (
|
1251
|
+
const I = c.current;
|
1252
|
+
new IntersectionObserver((T) => {
|
1253
|
+
console.log("observer update"), T[0].isIntersecting && h();
|
1254
|
+
}).observe(I);
|
1255
|
+
}, e[2] = h, e[3] = b) : b = e[3];
|
1256
|
+
let _;
|
1257
|
+
e[4] === Symbol.for("react.memo_cache_sentinel") ? (_ = [], e[4] = _) : _ = e[4], B(b, _);
|
1238
1258
|
let C;
|
1239
1259
|
e[5] !== o ? (C = v(o, ae.component), e[5] = o, e[6] = C) : C = e[6];
|
1260
|
+
let S;
|
1261
|
+
e[7] !== i || e[8] !== l ? (S = (i == null ? void 0 : i.length) > 0 ? /* @__PURE__ */ a("div", { className: v(l, ae.items), children: i }) : /* @__PURE__ */ $("div", { className: "text-center", children: [
|
1262
|
+
/* @__PURE__ */ a(le, { level: 1, text: "Whoops." }),
|
1263
|
+
/* @__PURE__ */ a(de, { direction: "column" }),
|
1264
|
+
/* @__PURE__ */ a(V, { text: "It looks like nothing could be found..." })
|
1265
|
+
] }), e[7] = i, e[8] = l, e[9] = S) : S = e[9];
|
1240
1266
|
let x;
|
1241
|
-
e[
|
1242
|
-
/* @__PURE__ */ s(ce, { level: 1, text: "Whoops." }),
|
1243
|
-
/* @__PURE__ */ s(de, { direction: "column" }),
|
1244
|
-
/* @__PURE__ */ s(G, { text: "It looks like nothing could be found..." })
|
1245
|
-
] }), e[7] = i, e[8] = c, e[9] = x) : x = e[9];
|
1267
|
+
e[10] !== m ? (x = m && /* @__PURE__ */ a(V, { text: "Loading more content" }), e[10] = m, e[11] = x) : x = e[11];
|
1246
1268
|
let w;
|
1247
|
-
e[
|
1248
|
-
let
|
1249
|
-
e[
|
1269
|
+
e[12] === Symbol.for("react.memo_cache_sentinel") ? (w = /* @__PURE__ */ a(de, { direction: "column" }), e[12] = w) : w = e[12];
|
1270
|
+
let y;
|
1271
|
+
e[13] !== u ? (y = u && /* @__PURE__ */ a(V, { text: "No more items to load", className: ae.endOfItems }), e[13] = u, e[14] = y) : y = e[14];
|
1250
1272
|
let p;
|
1251
|
-
e[
|
1252
|
-
|
1253
|
-
e[15] !== w || e[16] !== p ? (N = /* @__PURE__ */ k("div", { ref: l, className: ae.endOfItems, children: [
|
1273
|
+
e[15] !== x || e[16] !== y ? (p = /* @__PURE__ */ $("div", { ref: c, className: ae.endOfItems, children: [
|
1274
|
+
x,
|
1254
1275
|
w,
|
1255
|
-
|
1276
|
+
y
|
1277
|
+
] }), e[15] = x, e[16] = y, e[17] = p) : p = e[17];
|
1278
|
+
let k;
|
1279
|
+
return e[18] !== C || e[19] !== S || e[20] !== p ? (k = /* @__PURE__ */ $("div", { className: C, children: [
|
1280
|
+
S,
|
1256
1281
|
p
|
1257
|
-
] }), e[
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
}, Zn = "_component_yv1j4_6", Qn = "_segment_yv1j4_20", me = {
|
1264
|
-
component: Zn,
|
1265
|
-
segment: Qn
|
1266
|
-
}, qo = (t) => {
|
1267
|
-
const e = y.c(13), {
|
1282
|
+
] }), e[18] = C, e[19] = S, e[20] = p, e[21] = k) : k = e[21], k;
|
1283
|
+
}, Jn = "_component_yv1j4_6", eo = "_segment_yv1j4_20", me = {
|
1284
|
+
component: Jn,
|
1285
|
+
segment: eo
|
1286
|
+
}, Yo = (t) => {
|
1287
|
+
const e = N.c(13), {
|
1268
1288
|
leftSection: i,
|
1269
1289
|
centerSection: n,
|
1270
1290
|
rightSection: o,
|
1271
|
-
className:
|
1291
|
+
className: l
|
1272
1292
|
} = t;
|
1293
|
+
let s;
|
1294
|
+
e[0] !== l ? (s = v(me.component, l), e[0] = l, e[1] = s) : s = e[1];
|
1295
|
+
let c;
|
1296
|
+
e[2] !== i ? (c = /* @__PURE__ */ a(te, { className: me.segment, direction: "row", children: i }), e[2] = i, e[3] = c) : c = e[3];
|
1273
1297
|
let r;
|
1274
|
-
e[
|
1275
|
-
let l;
|
1276
|
-
e[2] !== i ? (l = /* @__PURE__ */ s(te, { className: me.segment, direction: "row", children: i }), e[2] = i, e[3] = l) : l = e[3];
|
1277
|
-
let a;
|
1278
|
-
e[4] !== n ? (a = /* @__PURE__ */ s(te, { className: me.segment, direction: "row", children: n }), e[4] = n, e[5] = a) : a = e[5];
|
1298
|
+
e[4] !== n ? (r = /* @__PURE__ */ a(te, { className: me.segment, direction: "row", children: n }), e[4] = n, e[5] = r) : r = e[5];
|
1279
1299
|
let m;
|
1280
|
-
e[6] !== o ? (m = /* @__PURE__ */
|
1281
|
-
let
|
1282
|
-
return e[8] !==
|
1283
|
-
|
1284
|
-
|
1300
|
+
e[6] !== o ? (m = /* @__PURE__ */ a(te, { className: me.segment, direction: "row", children: o }), e[6] = o, e[7] = m) : m = e[7];
|
1301
|
+
let d;
|
1302
|
+
return e[8] !== s || e[9] !== c || e[10] !== r || e[11] !== m ? (d = /* @__PURE__ */ $(ee, { className: s, children: [
|
1303
|
+
c,
|
1304
|
+
r,
|
1285
1305
|
m
|
1286
|
-
] }), e[8] =
|
1287
|
-
},
|
1288
|
-
component:
|
1289
|
-
},
|
1290
|
-
const e =
|
1306
|
+
] }), e[8] = s, e[9] = c, e[10] = r, e[11] = m, e[12] = d) : d = e[12], d;
|
1307
|
+
}, to = "_component_1kaw9_6", no = {
|
1308
|
+
component: to
|
1309
|
+
}, Wo = (t) => {
|
1310
|
+
const e = N.c(2), {
|
1291
1311
|
src: i
|
1292
1312
|
} = t;
|
1293
1313
|
let n;
|
1294
|
-
return e[0] !== i ? (n = /* @__PURE__ */
|
1295
|
-
},
|
1296
|
-
const e =
|
1314
|
+
return e[0] !== i ? (n = /* @__PURE__ */ a(Fe, { accessibleLabel: "", src: i, className: no.component }), e[0] = i, e[1] = n) : n = e[1], n;
|
1315
|
+
}, Vo = (t) => {
|
1316
|
+
const e = N.c(2), {
|
1297
1317
|
title: i
|
1298
1318
|
} = t;
|
1299
1319
|
let n;
|
1300
|
-
return e[0] !== i ? (n = /* @__PURE__ */
|
1301
|
-
},
|
1302
|
-
page:
|
1303
|
-
fadeIn:
|
1304
|
-
card:
|
1305
|
-
cardContainer:
|
1306
|
-
goBackButton:
|
1307
|
-
headerImage:
|
1308
|
-
header:
|
1309
|
-
body:
|
1310
|
-
},
|
1311
|
-
const e =
|
1320
|
+
return e[0] !== i ? (n = /* @__PURE__ */ a(le, { text: i, level: 2 }), e[0] = i, e[1] = n) : n = e[1], n;
|
1321
|
+
}, oo = "_page_rjfsg_6", io = "_fadeIn_rjfsg_1", lo = "_card_rjfsg_40", co = "_cardContainer_rjfsg_51", so = "_goBackButton_rjfsg_55", ro = "_headerImage_rjfsg_61", ao = "_header_rjfsg_61", mo = "_body_rjfsg_70", L = {
|
1322
|
+
page: oo,
|
1323
|
+
fadeIn: io,
|
1324
|
+
card: lo,
|
1325
|
+
cardContainer: co,
|
1326
|
+
goBackButton: so,
|
1327
|
+
headerImage: ro,
|
1328
|
+
header: ao,
|
1329
|
+
body: mo
|
1330
|
+
}, Xo = (t) => {
|
1331
|
+
const e = N.c(26), {
|
1312
1332
|
pages: i,
|
1313
1333
|
applicationId: n
|
1314
|
-
} = t, [o,
|
1334
|
+
} = t, [o, l] = Ke.useState(0), s = i[o];
|
1315
1335
|
if (localStorage.getItem(`yourdash-application-visited-${n}`) || o > i.length - 1) {
|
1316
1336
|
localStorage.setItem(`yourdash-application-visited-${n}`, "true");
|
1317
1337
|
let b;
|
1318
|
-
return e[0] === Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */
|
1338
|
+
return e[0] === Symbol.for("react.memo_cache_sentinel") ? (b = /* @__PURE__ */ a(He, {}), e[0] = b) : b = e[0], b;
|
1319
1339
|
}
|
1320
|
-
let
|
1321
|
-
e[1] !== o || e[2] !==
|
1322
|
-
|
1323
|
-
} }, "GoBackButton"), e[1] = o, e[2] =
|
1324
|
-
let
|
1325
|
-
e[4] !==
|
1340
|
+
let c;
|
1341
|
+
e[1] !== o || e[2] !== s.allowGoBack ? (c = s.allowGoBack && /* @__PURE__ */ a(oe, { className: v(L.goBackButton, "animate__animated animate__fadeInDown"), accessibleLabel: "Go back to the last page", icon: j.ChevronLeft, onClick: () => {
|
1342
|
+
l(o - 1);
|
1343
|
+
} }, "GoBackButton"), e[1] = o, e[2] = s.allowGoBack, e[3] = c) : c = e[3];
|
1344
|
+
let r;
|
1345
|
+
e[4] !== s.headerImage ? (r = /* @__PURE__ */ a(Fe, { className: L.headerImage, src: s.headerImage, accessibleLabel: "" }), e[4] = s.headerImage, e[5] = r) : r = e[5];
|
1326
1346
|
let m;
|
1327
|
-
e[6] !==
|
1328
|
-
let u;
|
1329
|
-
e[8] === Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ s(de, { direction: "column" }), e[8] = u) : u = e[8];
|
1347
|
+
e[6] !== s.header ? (m = /* @__PURE__ */ a(le, { className: L.header, text: s.header }), e[6] = s.header, e[7] = m) : m = e[7];
|
1330
1348
|
let d;
|
1331
|
-
e[
|
1349
|
+
e[8] === Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ a(de, { direction: "column" }), e[8] = d) : d = e[8];
|
1350
|
+
let u;
|
1351
|
+
e[9] !== s.body ? (u = /* @__PURE__ */ a(V, { className: L.body, text: s.body }), e[9] = s.body, e[10] = u) : u = e[10];
|
1332
1352
|
let f;
|
1333
|
-
if (e[11] !== o || e[12] !==
|
1353
|
+
if (e[11] !== o || e[12] !== s.actions || e[13] !== i.length) {
|
1334
1354
|
let b;
|
1335
|
-
e[15] !== o || e[16] !== i.length ? (b = (
|
1355
|
+
e[15] !== o || e[16] !== i.length ? (b = (_) => _.icon ? /* @__PURE__ */ a(z, { children: /* @__PURE__ */ a(Xt, { className: v(L.action, L.actionWithIcon, "animate__animated animate__fadeInUp"), text: _.label, icon: _.icon, onClick: () => {
|
1336
1356
|
var C;
|
1337
|
-
if ((C =
|
1338
|
-
e: switch (
|
1357
|
+
if ((C = _.onClick) == null || C.call(_), _.changeTo)
|
1358
|
+
e: switch (_.changeTo) {
|
1339
1359
|
case "next": {
|
1340
|
-
|
1360
|
+
l(o + 1);
|
1341
1361
|
break e;
|
1342
1362
|
}
|
1343
1363
|
case "previous": {
|
1344
|
-
o > 0 &&
|
1364
|
+
o > 0 && l(o - 1);
|
1345
1365
|
break e;
|
1346
1366
|
}
|
1347
1367
|
case "remain":
|
1348
1368
|
break e;
|
1349
1369
|
case "completed": {
|
1350
|
-
|
1370
|
+
l(i.length + 1);
|
1351
1371
|
break e;
|
1352
1372
|
}
|
1353
1373
|
default:
|
1354
1374
|
}
|
1355
|
-
} },
|
1375
|
+
} }, _.label) }) : /* @__PURE__ */ a(z, { children: /* @__PURE__ */ a(ve, { className: v(L.action, L.actionWithoutIcon, "animate__animated animate__fadeInUp"), text: _.label, onClick: () => {
|
1356
1376
|
var C;
|
1357
|
-
if ((C =
|
1358
|
-
e: switch (
|
1377
|
+
if ((C = _.onClick) == null || C.call(_), _.changeTo)
|
1378
|
+
e: switch (_.changeTo) {
|
1359
1379
|
case "next": {
|
1360
|
-
|
1380
|
+
l(o + 1);
|
1361
1381
|
break e;
|
1362
1382
|
}
|
1363
1383
|
case "previous": {
|
1364
|
-
o > 0 &&
|
1384
|
+
o > 0 && l(o - 1);
|
1365
1385
|
break e;
|
1366
1386
|
}
|
1367
1387
|
case "remain":
|
1368
1388
|
break e;
|
1369
1389
|
case "completed": {
|
1370
|
-
|
1390
|
+
l(i.length + 1);
|
1371
1391
|
break e;
|
1372
1392
|
}
|
1373
1393
|
default:
|
1374
1394
|
}
|
1375
|
-
} },
|
1395
|
+
} }, _.label) }), e[15] = o, e[16] = i.length, e[17] = b) : b = e[17], f = s.actions.map(b), e[11] = o, e[12] = s.actions, e[13] = i.length, e[14] = f;
|
1376
1396
|
} else
|
1377
1397
|
f = e[14];
|
1398
|
+
let g;
|
1399
|
+
e[18] !== f ? (g = /* @__PURE__ */ a(te, { className: L.actions, direction: "row", children: f }), e[18] = f, e[19] = g) : g = e[19];
|
1378
1400
|
let h;
|
1379
|
-
e[
|
1380
|
-
|
1381
|
-
|
1382
|
-
l,
|
1383
|
-
a,
|
1401
|
+
return e[20] !== c || e[21] !== r || e[22] !== m || e[23] !== u || e[24] !== g ? (h = /* @__PURE__ */ a("div", { className: L.page, children: /* @__PURE__ */ $(ce, { className: L.card, containerClassName: L.cardContainer, children: [
|
1402
|
+
c,
|
1403
|
+
r,
|
1384
1404
|
m,
|
1385
|
-
u,
|
1386
1405
|
d,
|
1387
|
-
|
1388
|
-
|
1389
|
-
},
|
1390
|
-
|
1391
|
-
|
1406
|
+
u,
|
1407
|
+
g
|
1408
|
+
] }) }), e[20] = c, e[21] = r, e[22] = m, e[23] = u, e[24] = g, e[25] = h) : h = e[25], h;
|
1409
|
+
}, uo = "_component_1xxhv_10", fo = "_open_1xxhv_40", Te = {
|
1410
|
+
component: uo,
|
1411
|
+
open: fo
|
1392
1412
|
}, be = ge({
|
1393
1413
|
openSidebar: () => {
|
1394
1414
|
},
|
@@ -1397,137 +1417,137 @@ const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1397
1417
|
toggleSidebar: () => {
|
1398
1418
|
},
|
1399
1419
|
isOpen: !0
|
1400
|
-
}),
|
1401
|
-
const e =
|
1420
|
+
}), Zo = (t) => {
|
1421
|
+
const e = N.c(6), {
|
1402
1422
|
children: i
|
1403
|
-
} = t, n = ue(be), o =
|
1404
|
-
let
|
1405
|
-
e[0] !==
|
1406
|
-
let
|
1407
|
-
return e[3] !== i || e[4] !==
|
1408
|
-
},
|
1409
|
-
component:
|
1410
|
-
},
|
1411
|
-
const e =
|
1423
|
+
} = t, n = ue(be), o = G(), l = n.isOpen && Te.open, s = X(o + 1);
|
1424
|
+
let c;
|
1425
|
+
e[0] !== l || e[1] !== s ? (c = v(Te.component, l, s), e[0] = l, e[1] = s, e[2] = c) : c = e[2];
|
1426
|
+
let r;
|
1427
|
+
return e[3] !== i || e[4] !== c ? (r = /* @__PURE__ */ a(ne, { children: /* @__PURE__ */ a(te, { direction: "column", className: c, children: i }) }), e[3] = i, e[4] = c, e[5] = r) : r = e[5], r;
|
1428
|
+
}, ho = "_component_f16q1_10", _o = {
|
1429
|
+
component: ho
|
1430
|
+
}, Qo = (t) => {
|
1431
|
+
const e = N.c(15), {
|
1412
1432
|
children: i,
|
1413
1433
|
showSidebarByDefault: n,
|
1414
1434
|
className: o
|
1415
|
-
} = t, [
|
1416
|
-
let
|
1417
|
-
e[0] === Symbol.for("react.memo_cache_sentinel") ? (
|
1418
|
-
|
1419
|
-
}, e[0] =
|
1420
|
-
let
|
1421
|
-
e[1] !==
|
1422
|
-
|
1423
|
-
}, e[1] =
|
1435
|
+
} = t, [l, s] = D(n || !0);
|
1436
|
+
let c;
|
1437
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (c = () => {
|
1438
|
+
s(!1);
|
1439
|
+
}, e[0] = c) : c = e[0];
|
1440
|
+
let r;
|
1441
|
+
e[1] !== l ? (r = () => {
|
1442
|
+
s(!l);
|
1443
|
+
}, e[1] = l, e[2] = r) : r = e[2];
|
1424
1444
|
let m;
|
1425
1445
|
e[3] === Symbol.for("react.memo_cache_sentinel") ? (m = () => {
|
1426
|
-
|
1446
|
+
s(!0);
|
1427
1447
|
}, e[3] = m) : m = e[3];
|
1428
|
-
let u;
|
1429
|
-
e[4] !== c || e[5] !== a ? (u = {
|
1430
|
-
closeSidebar: l,
|
1431
|
-
toggleSidebar: a,
|
1432
|
-
openSidebar: m,
|
1433
|
-
isOpen: c
|
1434
|
-
}, e[4] = c, e[5] = a, e[6] = u) : u = e[6];
|
1435
1448
|
let d;
|
1436
|
-
e[
|
1449
|
+
e[4] !== l || e[5] !== r ? (d = {
|
1450
|
+
closeSidebar: c,
|
1451
|
+
toggleSidebar: r,
|
1452
|
+
openSidebar: m,
|
1453
|
+
isOpen: l
|
1454
|
+
}, e[4] = l, e[5] = r, e[6] = d) : d = e[6];
|
1455
|
+
let u;
|
1456
|
+
e[7] !== o ? (u = v(_o.component, o), e[7] = o, e[8] = u) : u = e[8];
|
1437
1457
|
let f;
|
1438
|
-
e[9] !== i || e[10] !==
|
1439
|
-
let
|
1440
|
-
return e[12] !==
|
1441
|
-
},
|
1442
|
-
const e =
|
1458
|
+
e[9] !== i || e[10] !== u ? (f = /* @__PURE__ */ a("div", { className: u, children: i }), e[9] = i, e[10] = u, e[11] = f) : f = e[11];
|
1459
|
+
let g;
|
1460
|
+
return e[12] !== d || e[13] !== f ? (g = /* @__PURE__ */ a(be.Provider, { value: d, children: f }), e[12] = d, e[13] = f, e[14] = g) : g = e[14], g;
|
1461
|
+
}, Jo = (t) => {
|
1462
|
+
const e = N.c(8), {
|
1443
1463
|
className: i,
|
1444
1464
|
style: n
|
1445
|
-
} = t, o = ue(be),
|
1446
|
-
let
|
1447
|
-
e[0] !== o ? (
|
1465
|
+
} = t, o = ue(be), l = o.isOpen ? "Collapse UKSidebar" : "Expand UKSidebar", s = o.isOpen ? j.SidebarCollapse : j.SidebarExpand;
|
1466
|
+
let c;
|
1467
|
+
e[0] !== o ? (c = () => {
|
1448
1468
|
o.toggleSidebar();
|
1449
|
-
}, e[0] = o, e[1] =
|
1450
|
-
let
|
1451
|
-
return e[2] !== i || e[3] !== n || e[4] !==
|
1452
|
-
},
|
1453
|
-
layout:
|
1454
|
-
header:
|
1455
|
-
footer:
|
1456
|
-
children:
|
1457
|
-
primarySidebar:
|
1458
|
-
secondarySidebar:
|
1459
|
-
},
|
1460
|
-
const e =
|
1469
|
+
}, e[0] = o, e[1] = c) : c = e[1];
|
1470
|
+
let r;
|
1471
|
+
return e[2] !== i || e[3] !== n || e[4] !== l || e[5] !== s || e[6] !== c ? (r = /* @__PURE__ */ a(oe, { style: n, className: i, accessibleLabel: l, icon: s, onClick: c }), e[2] = i, e[3] = n, e[4] = l, e[5] = s, e[6] = c, e[7] = r) : r = e[7], r;
|
1472
|
+
}, go = "_layout_25jum_1", vo = "_header_25jum_8", bo = "_footer_25jum_12", yo = "_children_25jum_16", Co = "_primarySidebar_25jum_20", No = "_secondarySidebar_25jum_24", W = {
|
1473
|
+
layout: go,
|
1474
|
+
header: vo,
|
1475
|
+
footer: bo,
|
1476
|
+
children: yo,
|
1477
|
+
primarySidebar: Co,
|
1478
|
+
secondarySidebar: No
|
1479
|
+
}, ei = (t) => {
|
1480
|
+
const e = N.c(16), {
|
1461
1481
|
primarySidebar: i,
|
1462
1482
|
secondarySidebar: n,
|
1463
1483
|
footer: o,
|
1464
|
-
header:
|
1465
|
-
children:
|
1484
|
+
header: l,
|
1485
|
+
children: s
|
1466
1486
|
} = t;
|
1467
|
-
let
|
1468
|
-
e[0] !==
|
1469
|
-
let
|
1470
|
-
e[2] !== i ? (
|
1487
|
+
let c;
|
1488
|
+
e[0] !== l ? (c = l && /* @__PURE__ */ a("div", { className: W.header, children: l }), e[0] = l, e[1] = c) : c = e[1];
|
1489
|
+
let r;
|
1490
|
+
e[2] !== i ? (r = i && /* @__PURE__ */ a("div", { className: W.primarySidebar, children: i }), e[2] = i, e[3] = r) : r = e[3];
|
1471
1491
|
let m;
|
1472
|
-
e[4] !==
|
1473
|
-
let u;
|
1474
|
-
e[6] !== n ? (u = n && /* @__PURE__ */ s("div", { className: q.secondarySidebar, children: n }), e[6] = n, e[7] = u) : u = e[7];
|
1492
|
+
e[4] !== s ? (m = /* @__PURE__ */ a("div", { className: W.children, children: s }), e[4] = s, e[5] = m) : m = e[5];
|
1475
1493
|
let d;
|
1476
|
-
e[
|
1494
|
+
e[6] !== n ? (d = n && /* @__PURE__ */ a("div", { className: W.secondarySidebar, children: n }), e[6] = n, e[7] = d) : d = e[7];
|
1495
|
+
let u;
|
1496
|
+
e[8] !== o ? (u = o && /* @__PURE__ */ a("div", { className: W.footer, children: o }), e[8] = o, e[9] = u) : u = e[9];
|
1477
1497
|
let f;
|
1478
|
-
return e[10] !==
|
1479
|
-
|
1480
|
-
|
1498
|
+
return e[10] !== c || e[11] !== r || e[12] !== m || e[13] !== d || e[14] !== u ? (f = /* @__PURE__ */ $("div", { className: W.layout, children: [
|
1499
|
+
c,
|
1500
|
+
r,
|
1481
1501
|
m,
|
1482
|
-
|
1483
|
-
|
1484
|
-
] }), e[10] =
|
1502
|
+
d,
|
1503
|
+
u
|
1504
|
+
] }), e[10] = c, e[11] = r, e[12] = m, e[13] = d, e[14] = u, e[15] = f) : f = e[15], f;
|
1485
1505
|
};
|
1486
1506
|
export {
|
1487
|
-
|
1488
|
-
|
1507
|
+
Ko as HasBeenShown,
|
1508
|
+
jo as OnInView,
|
1489
1509
|
wo as UIKitRoot,
|
1490
1510
|
ee as UKBox,
|
1491
1511
|
ve as UKButton,
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1512
|
+
Ro as UKButtonCombo,
|
1513
|
+
To as UKButtonLink,
|
1514
|
+
Xt as UKButtonWithIcon,
|
1515
|
+
ce as UKCard,
|
1516
|
+
Ao as UKCarousel,
|
1517
|
+
Jt as UKContainer,
|
1518
|
+
Po as UKContextMenu,
|
1519
|
+
St as UKDecrementLevel,
|
1520
|
+
Ho as UKDialog,
|
1501
1521
|
te as UKFlex,
|
1502
|
-
|
1503
|
-
|
1522
|
+
le as UKHeading,
|
1523
|
+
se as UKIcon,
|
1504
1524
|
oe as UKIconButton,
|
1505
1525
|
j as UKIcons,
|
1506
1526
|
Fe as UKImage,
|
1507
1527
|
ne as UKIncrementLevel,
|
1508
|
-
|
1509
|
-
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
1517
|
-
|
1518
|
-
|
1528
|
+
Go as UKInfiniteScroll,
|
1529
|
+
ei as UKLayout,
|
1530
|
+
Lo as UKLink,
|
1531
|
+
Yo as UKNavBar,
|
1532
|
+
Wo as UKNavBarImage,
|
1533
|
+
Vo as UKNavBarTitle,
|
1534
|
+
Xo as UKOnBoarding,
|
1535
|
+
zo as UKPageHeader,
|
1536
|
+
qo as UKPanAndZoom,
|
1537
|
+
Do as UKProgressBar,
|
1538
|
+
Uo as UKRedirect,
|
1519
1539
|
de as UKSeparator,
|
1520
|
-
|
1521
|
-
|
1540
|
+
Zo as UKSidebar,
|
1541
|
+
Qo as UKSidebarContainer,
|
1522
1542
|
be as UKSidebarContext,
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1543
|
+
Jo as UKSidebarToggleButton,
|
1544
|
+
Bo as UKSpinner,
|
1545
|
+
Eo as UKSubText,
|
1546
|
+
Oo as UKTag,
|
1547
|
+
V as UKText,
|
1548
|
+
Mo as UKTextButton,
|
1549
|
+
Fo as UKTextInput,
|
1530
1550
|
v as clippy,
|
1531
|
-
|
1532
|
-
|
1551
|
+
$o as useToasts,
|
1552
|
+
Io as utils
|
1533
1553
|
};
|