design-system-silkhaus 0.0.66 → 0.0.69
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/dist/index.cjs +11 -11
- package/dist/index.js +1091 -1078
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var Zr = Object.defineProperty, et = Object.defineProperties;
|
|
2
|
+
var rt = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var ke = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
for (var
|
|
7
|
-
|
|
4
|
+
var ar = Object.prototype.hasOwnProperty, nr = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var sr = (e, s, t) => s in e ? Zr(e, s, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[s] = t, F = (e, s) => {
|
|
6
|
+
for (var t in s || (s = {}))
|
|
7
|
+
ar.call(s, t) && sr(e, t, s[t]);
|
|
8
8
|
if (ke)
|
|
9
|
-
for (var
|
|
10
|
-
|
|
9
|
+
for (var t of ke(s))
|
|
10
|
+
nr.call(s, t) && sr(e, t, s[t]);
|
|
11
11
|
return e;
|
|
12
|
-
}, Fe = (e,
|
|
13
|
-
var B = (e,
|
|
14
|
-
var
|
|
15
|
-
for (var
|
|
16
|
-
|
|
12
|
+
}, Fe = (e, s) => et(e, rt(s));
|
|
13
|
+
var B = (e, s) => {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var a in e)
|
|
16
|
+
ar.call(e, a) && s.indexOf(a) < 0 && (t[a] = e[a]);
|
|
17
17
|
if (e != null && ke)
|
|
18
|
-
for (var
|
|
19
|
-
|
|
20
|
-
return
|
|
18
|
+
for (var a of ke(e))
|
|
19
|
+
s.indexOf(a) < 0 && nr.call(e, a) && (t[a] = e[a]);
|
|
20
|
+
return t;
|
|
21
21
|
};
|
|
22
|
-
import * as
|
|
23
|
-
import L, { useState as Be, useEffect as Me, forwardRef as
|
|
24
|
-
var Oe = { exports: {} },
|
|
22
|
+
import * as q from "react";
|
|
23
|
+
import L, { useState as Be, useEffect as Me, forwardRef as tt } from "react";
|
|
24
|
+
var Oe = { exports: {} }, ce = {};
|
|
25
25
|
/**
|
|
26
26
|
* @license React
|
|
27
27
|
* react-jsx-runtime.production.min.js
|
|
@@ -31,23 +31,23 @@ var Oe = { exports: {} }, de = {};
|
|
|
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
|
-
if (
|
|
37
|
-
return
|
|
38
|
-
|
|
39
|
-
var e = L,
|
|
40
|
-
function d
|
|
41
|
-
var
|
|
42
|
-
|
|
43
|
-
for (
|
|
44
|
-
|
|
45
|
-
if (
|
|
46
|
-
for (
|
|
47
|
-
|
|
48
|
-
return { $$typeof:
|
|
34
|
+
var or;
|
|
35
|
+
function st() {
|
|
36
|
+
if (or)
|
|
37
|
+
return ce;
|
|
38
|
+
or = 1;
|
|
39
|
+
var e = L, s = Symbol.for("react.element"), t = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, n = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
40
|
+
function c(d, f, p) {
|
|
41
|
+
var g, b = {}, R = null, _ = null;
|
|
42
|
+
p !== void 0 && (R = "" + p), f.key !== void 0 && (R = "" + f.key), f.ref !== void 0 && (_ = f.ref);
|
|
43
|
+
for (g in f)
|
|
44
|
+
a.call(f, g) && !n.hasOwnProperty(g) && (b[g] = f[g]);
|
|
45
|
+
if (d && d.defaultProps)
|
|
46
|
+
for (g in f = d.defaultProps, f)
|
|
47
|
+
b[g] === void 0 && (b[g] = f[g]);
|
|
48
|
+
return { $$typeof: s, type: d, key: R, ref: _, props: b, _owner: o.current };
|
|
49
49
|
}
|
|
50
|
-
return
|
|
50
|
+
return ce.Fragment = t, ce.jsx = c, ce.jsxs = c, ce;
|
|
51
51
|
}
|
|
52
52
|
var ue = {};
|
|
53
53
|
/**
|
|
@@ -59,91 +59,91 @@ var ue = {};
|
|
|
59
59
|
* This source code is licensed under the MIT license found in the
|
|
60
60
|
* LICENSE file in the root directory of this source tree.
|
|
61
61
|
*/
|
|
62
|
-
var
|
|
63
|
-
function
|
|
64
|
-
return
|
|
65
|
-
var e = L,
|
|
66
|
-
function A(
|
|
67
|
-
if (
|
|
62
|
+
var ir;
|
|
63
|
+
function at() {
|
|
64
|
+
return ir || (ir = 1, process.env.NODE_ENV !== "production" && function() {
|
|
65
|
+
var e = L, s = Symbol.for("react.element"), t = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), n = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), d = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), _ = Symbol.for("react.offscreen"), O = Symbol.iterator, S = "@@iterator";
|
|
66
|
+
function A(r) {
|
|
67
|
+
if (r === null || typeof r != "object")
|
|
68
68
|
return null;
|
|
69
|
-
var i = O &&
|
|
69
|
+
var i = O && r[O] || r[S];
|
|
70
70
|
return typeof i == "function" ? i : null;
|
|
71
71
|
}
|
|
72
72
|
var I = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
73
|
-
function
|
|
73
|
+
function E(r) {
|
|
74
74
|
{
|
|
75
|
-
for (var i = arguments.length, u = new Array(i > 1 ? i - 1 : 0),
|
|
76
|
-
u[
|
|
77
|
-
|
|
75
|
+
for (var i = arguments.length, u = new Array(i > 1 ? i - 1 : 0), m = 1; m < i; m++)
|
|
76
|
+
u[m - 1] = arguments[m];
|
|
77
|
+
ge("error", r, u);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function ge(r, i, u) {
|
|
81
81
|
{
|
|
82
|
-
var
|
|
82
|
+
var m = I.ReactDebugCurrentFrame, j = m.getStackAddendum();
|
|
83
83
|
j !== "" && (i += "%s", u = u.concat([j]));
|
|
84
|
-
var C = u.map(function(
|
|
85
|
-
return String(
|
|
84
|
+
var C = u.map(function(y) {
|
|
85
|
+
return String(y);
|
|
86
86
|
});
|
|
87
|
-
C.unshift("Warning: " + i), Function.prototype.apply.call(console[
|
|
87
|
+
C.unshift("Warning: " + i), Function.prototype.apply.call(console[r], console, C);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
var
|
|
90
|
+
var ae = !1, me = !1, be = !1, xe = !1, he = !1, Z;
|
|
91
91
|
Z = Symbol.for("react.module.reference");
|
|
92
|
-
function
|
|
93
|
-
return !!(typeof
|
|
92
|
+
function ne(r) {
|
|
93
|
+
return !!(typeof r == "string" || typeof r == "function" || r === a || r === n || he || r === o || r === p || r === g || xe || r === _ || ae || me || be || typeof r == "object" && r !== null && (r.$$typeof === R || r.$$typeof === b || r.$$typeof === c || r.$$typeof === d || r.$$typeof === f || // This needs to include all possible module reference object
|
|
94
94
|
// types supported by any Flight configuration anywhere since
|
|
95
95
|
// we don't know which Flight build this will end up being used
|
|
96
96
|
// with.
|
|
97
|
-
|
|
97
|
+
r.$$typeof === Z || r.getModuleId !== void 0));
|
|
98
98
|
}
|
|
99
|
-
function
|
|
100
|
-
var
|
|
101
|
-
if (
|
|
102
|
-
return
|
|
99
|
+
function oe(r, i, u) {
|
|
100
|
+
var m = r.displayName;
|
|
101
|
+
if (m)
|
|
102
|
+
return m;
|
|
103
103
|
var j = i.displayName || i.name || "";
|
|
104
104
|
return j !== "" ? u + "(" + j + ")" : u;
|
|
105
105
|
}
|
|
106
|
-
function k(
|
|
107
|
-
return
|
|
106
|
+
function k(r) {
|
|
107
|
+
return r.displayName || "Context";
|
|
108
108
|
}
|
|
109
|
-
function z(
|
|
110
|
-
if (
|
|
109
|
+
function z(r) {
|
|
110
|
+
if (r == null)
|
|
111
111
|
return null;
|
|
112
|
-
if (typeof
|
|
113
|
-
return
|
|
114
|
-
if (typeof
|
|
115
|
-
return
|
|
116
|
-
switch (
|
|
117
|
-
case
|
|
112
|
+
if (typeof r.tag == "number" && E("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof r == "function")
|
|
113
|
+
return r.displayName || r.name || null;
|
|
114
|
+
if (typeof r == "string")
|
|
115
|
+
return r;
|
|
116
|
+
switch (r) {
|
|
117
|
+
case a:
|
|
118
118
|
return "Fragment";
|
|
119
|
-
case
|
|
119
|
+
case t:
|
|
120
120
|
return "Portal";
|
|
121
|
-
case
|
|
121
|
+
case n:
|
|
122
122
|
return "Profiler";
|
|
123
123
|
case o:
|
|
124
124
|
return "StrictMode";
|
|
125
|
-
case w:
|
|
126
|
-
return "Suspense";
|
|
127
125
|
case p:
|
|
126
|
+
return "Suspense";
|
|
127
|
+
case g:
|
|
128
128
|
return "SuspenseList";
|
|
129
129
|
}
|
|
130
|
-
if (typeof
|
|
131
|
-
switch (
|
|
132
|
-
case c:
|
|
133
|
-
var i = t;
|
|
134
|
-
return k(i) + ".Consumer";
|
|
130
|
+
if (typeof r == "object")
|
|
131
|
+
switch (r.$$typeof) {
|
|
135
132
|
case d:
|
|
136
|
-
var
|
|
133
|
+
var i = r;
|
|
134
|
+
return k(i) + ".Consumer";
|
|
135
|
+
case c:
|
|
136
|
+
var u = r;
|
|
137
137
|
return k(u._context) + ".Provider";
|
|
138
138
|
case f:
|
|
139
|
-
return
|
|
140
|
-
case
|
|
141
|
-
var
|
|
142
|
-
return
|
|
139
|
+
return oe(r, r.render, "ForwardRef");
|
|
140
|
+
case b:
|
|
141
|
+
var m = r.displayName || null;
|
|
142
|
+
return m !== null ? m : z(r.type) || "Memo";
|
|
143
143
|
case R: {
|
|
144
|
-
var j =
|
|
144
|
+
var j = r, C = j._payload, y = j._init;
|
|
145
145
|
try {
|
|
146
|
-
return z(
|
|
146
|
+
return z(y(C));
|
|
147
147
|
} catch (h) {
|
|
148
148
|
return null;
|
|
149
149
|
}
|
|
@@ -151,137 +151,137 @@ function nr() {
|
|
|
151
151
|
}
|
|
152
152
|
return null;
|
|
153
153
|
}
|
|
154
|
-
var D = Object.assign,
|
|
154
|
+
var D = Object.assign, G = 0, X, ie, ee, Y, le, U, K;
|
|
155
155
|
function Ve() {
|
|
156
156
|
}
|
|
157
157
|
Ve.__reactDisabledLog = !0;
|
|
158
|
-
function
|
|
158
|
+
function Sr() {
|
|
159
159
|
{
|
|
160
|
-
if (
|
|
161
|
-
X = console.log, ie = console.info, ee = console.warn,
|
|
162
|
-
var
|
|
160
|
+
if (G === 0) {
|
|
161
|
+
X = console.log, ie = console.info, ee = console.warn, Y = console.error, le = console.group, U = console.groupCollapsed, K = console.groupEnd;
|
|
162
|
+
var r = {
|
|
163
163
|
configurable: !0,
|
|
164
164
|
enumerable: !0,
|
|
165
165
|
value: Ve,
|
|
166
166
|
writable: !0
|
|
167
167
|
};
|
|
168
168
|
Object.defineProperties(console, {
|
|
169
|
-
info:
|
|
170
|
-
log:
|
|
171
|
-
warn:
|
|
172
|
-
error:
|
|
173
|
-
group:
|
|
174
|
-
groupCollapsed:
|
|
175
|
-
groupEnd:
|
|
169
|
+
info: r,
|
|
170
|
+
log: r,
|
|
171
|
+
warn: r,
|
|
172
|
+
error: r,
|
|
173
|
+
group: r,
|
|
174
|
+
groupCollapsed: r,
|
|
175
|
+
groupEnd: r
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
|
-
|
|
178
|
+
G++;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function Nr() {
|
|
182
182
|
{
|
|
183
|
-
if (
|
|
184
|
-
var
|
|
183
|
+
if (G--, G === 0) {
|
|
184
|
+
var r = {
|
|
185
185
|
configurable: !0,
|
|
186
186
|
enumerable: !0,
|
|
187
187
|
writable: !0
|
|
188
188
|
};
|
|
189
189
|
Object.defineProperties(console, {
|
|
190
|
-
log: D({},
|
|
190
|
+
log: D({}, r, {
|
|
191
191
|
value: X
|
|
192
192
|
}),
|
|
193
|
-
info: D({},
|
|
193
|
+
info: D({}, r, {
|
|
194
194
|
value: ie
|
|
195
195
|
}),
|
|
196
|
-
warn: D({},
|
|
196
|
+
warn: D({}, r, {
|
|
197
197
|
value: ee
|
|
198
198
|
}),
|
|
199
|
-
error: D({},
|
|
200
|
-
value:
|
|
199
|
+
error: D({}, r, {
|
|
200
|
+
value: Y
|
|
201
201
|
}),
|
|
202
|
-
group: D({},
|
|
202
|
+
group: D({}, r, {
|
|
203
203
|
value: le
|
|
204
204
|
}),
|
|
205
|
-
groupCollapsed: D({},
|
|
206
|
-
value:
|
|
205
|
+
groupCollapsed: D({}, r, {
|
|
206
|
+
value: U
|
|
207
207
|
}),
|
|
208
|
-
groupEnd: D({},
|
|
208
|
+
groupEnd: D({}, r, {
|
|
209
209
|
value: K
|
|
210
210
|
})
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
|
|
213
|
+
G < 0 && E("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
var
|
|
217
|
-
function
|
|
216
|
+
var Ee = I.ReactCurrentDispatcher, Te;
|
|
217
|
+
function ve(r, i, u) {
|
|
218
218
|
{
|
|
219
|
-
if (
|
|
219
|
+
if (Te === void 0)
|
|
220
220
|
try {
|
|
221
221
|
throw Error();
|
|
222
222
|
} catch (j) {
|
|
223
|
-
var
|
|
224
|
-
|
|
223
|
+
var m = j.stack.trim().match(/\n( *(at )?)/);
|
|
224
|
+
Te = m && m[1] || "";
|
|
225
225
|
}
|
|
226
226
|
return `
|
|
227
|
-
` +
|
|
227
|
+
` + Te + r;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
-
var Se = !1,
|
|
230
|
+
var Se = !1, ye;
|
|
231
231
|
{
|
|
232
|
-
var
|
|
233
|
-
|
|
232
|
+
var _r = typeof WeakMap == "function" ? WeakMap : Map;
|
|
233
|
+
ye = new _r();
|
|
234
234
|
}
|
|
235
|
-
function We(
|
|
236
|
-
if (!
|
|
235
|
+
function We(r, i) {
|
|
236
|
+
if (!r || Se)
|
|
237
237
|
return "";
|
|
238
238
|
{
|
|
239
|
-
var u =
|
|
239
|
+
var u = ye.get(r);
|
|
240
240
|
if (u !== void 0)
|
|
241
241
|
return u;
|
|
242
242
|
}
|
|
243
|
-
var
|
|
243
|
+
var m;
|
|
244
244
|
Se = !0;
|
|
245
245
|
var j = Error.prepareStackTrace;
|
|
246
246
|
Error.prepareStackTrace = void 0;
|
|
247
247
|
var C;
|
|
248
|
-
C =
|
|
248
|
+
C = Ee.current, Ee.current = null, Sr();
|
|
249
249
|
try {
|
|
250
250
|
if (i) {
|
|
251
|
-
var
|
|
251
|
+
var y = function() {
|
|
252
252
|
throw Error();
|
|
253
253
|
};
|
|
254
|
-
if (Object.defineProperty(
|
|
254
|
+
if (Object.defineProperty(y.prototype, "props", {
|
|
255
255
|
set: function() {
|
|
256
256
|
throw Error();
|
|
257
257
|
}
|
|
258
258
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
259
259
|
try {
|
|
260
|
-
Reflect.construct(
|
|
260
|
+
Reflect.construct(y, []);
|
|
261
261
|
} catch (V) {
|
|
262
|
-
|
|
262
|
+
m = V;
|
|
263
263
|
}
|
|
264
|
-
Reflect.construct(
|
|
264
|
+
Reflect.construct(r, [], y);
|
|
265
265
|
} else {
|
|
266
266
|
try {
|
|
267
|
-
|
|
267
|
+
y.call();
|
|
268
268
|
} catch (V) {
|
|
269
|
-
|
|
269
|
+
m = V;
|
|
270
270
|
}
|
|
271
|
-
|
|
271
|
+
r.call(y.prototype);
|
|
272
272
|
}
|
|
273
273
|
} else {
|
|
274
274
|
try {
|
|
275
275
|
throw Error();
|
|
276
276
|
} catch (V) {
|
|
277
|
-
|
|
277
|
+
m = V;
|
|
278
278
|
}
|
|
279
|
-
|
|
279
|
+
r();
|
|
280
280
|
}
|
|
281
281
|
} catch (V) {
|
|
282
|
-
if (V &&
|
|
282
|
+
if (V && m && typeof V.stack == "string") {
|
|
283
283
|
for (var h = V.stack.split(`
|
|
284
|
-
`), M =
|
|
284
|
+
`), M = m.stack.split(`
|
|
285
285
|
`), N = h.length - 1, P = M.length - 1; N >= 1 && P >= 0 && h[N] !== M[P]; )
|
|
286
286
|
P--;
|
|
287
287
|
for (; N >= 1 && P >= 0; N--, P--)
|
|
@@ -291,165 +291,165 @@ function nr() {
|
|
|
291
291
|
if (N--, P--, P < 0 || h[N] !== M[P]) {
|
|
292
292
|
var $ = `
|
|
293
293
|
` + h[N].replace(" at new ", " at ");
|
|
294
|
-
return
|
|
294
|
+
return r.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", r.displayName)), typeof r == "function" && ye.set(r, $), $;
|
|
295
295
|
}
|
|
296
296
|
while (N >= 1 && P >= 0);
|
|
297
297
|
break;
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
} finally {
|
|
301
|
-
Se = !1,
|
|
301
|
+
Se = !1, Ee.current = C, Nr(), Error.prepareStackTrace = j;
|
|
302
302
|
}
|
|
303
|
-
var
|
|
304
|
-
return typeof
|
|
303
|
+
var te = r ? r.displayName || r.name : "", tr = te ? ve(te) : "";
|
|
304
|
+
return typeof r == "function" && ye.set(r, tr), tr;
|
|
305
305
|
}
|
|
306
|
-
function
|
|
307
|
-
return We(
|
|
306
|
+
function Pr(r, i, u) {
|
|
307
|
+
return We(r, !1);
|
|
308
308
|
}
|
|
309
|
-
function
|
|
310
|
-
var i =
|
|
309
|
+
function Ar(r) {
|
|
310
|
+
var i = r.prototype;
|
|
311
311
|
return !!(i && i.isReactComponent);
|
|
312
312
|
}
|
|
313
|
-
function
|
|
314
|
-
if (
|
|
313
|
+
function we(r, i, u) {
|
|
314
|
+
if (r == null)
|
|
315
315
|
return "";
|
|
316
|
-
if (typeof
|
|
317
|
-
return We(
|
|
318
|
-
if (typeof
|
|
319
|
-
return
|
|
320
|
-
switch (
|
|
321
|
-
case w:
|
|
322
|
-
return xe("Suspense");
|
|
316
|
+
if (typeof r == "function")
|
|
317
|
+
return We(r, Ar(r));
|
|
318
|
+
if (typeof r == "string")
|
|
319
|
+
return ve(r);
|
|
320
|
+
switch (r) {
|
|
323
321
|
case p:
|
|
324
|
-
return
|
|
322
|
+
return ve("Suspense");
|
|
323
|
+
case g:
|
|
324
|
+
return ve("SuspenseList");
|
|
325
325
|
}
|
|
326
|
-
if (typeof
|
|
327
|
-
switch (
|
|
326
|
+
if (typeof r == "object")
|
|
327
|
+
switch (r.$$typeof) {
|
|
328
328
|
case f:
|
|
329
|
-
return
|
|
330
|
-
case
|
|
331
|
-
return
|
|
329
|
+
return Pr(r.render);
|
|
330
|
+
case b:
|
|
331
|
+
return we(r.type, i, u);
|
|
332
332
|
case R: {
|
|
333
|
-
var
|
|
333
|
+
var m = r, j = m._payload, C = m._init;
|
|
334
334
|
try {
|
|
335
|
-
return
|
|
336
|
-
} catch (
|
|
335
|
+
return we(C(j), i, u);
|
|
336
|
+
} catch (y) {
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
return "";
|
|
341
341
|
}
|
|
342
342
|
var je = Object.prototype.hasOwnProperty, qe = {}, Ge = I.ReactDebugCurrentFrame;
|
|
343
|
-
function Re(
|
|
344
|
-
if (
|
|
345
|
-
var i =
|
|
343
|
+
function Re(r) {
|
|
344
|
+
if (r) {
|
|
345
|
+
var i = r._owner, u = we(r.type, r._source, i ? i.type : null);
|
|
346
346
|
Ge.setExtraStackFrame(u);
|
|
347
347
|
} else
|
|
348
348
|
Ge.setExtraStackFrame(null);
|
|
349
349
|
}
|
|
350
|
-
function
|
|
350
|
+
function Ir(r, i, u, m, j) {
|
|
351
351
|
{
|
|
352
352
|
var C = Function.call.bind(je);
|
|
353
|
-
for (var
|
|
354
|
-
if (C(
|
|
353
|
+
for (var y in r)
|
|
354
|
+
if (C(r, y)) {
|
|
355
355
|
var h = void 0;
|
|
356
356
|
try {
|
|
357
|
-
if (typeof
|
|
358
|
-
var M = Error((
|
|
357
|
+
if (typeof r[y] != "function") {
|
|
358
|
+
var M = Error((m || "React class") + ": " + u + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
359
359
|
throw M.name = "Invariant Violation", M;
|
|
360
360
|
}
|
|
361
|
-
h =
|
|
361
|
+
h = r[y](i, y, m, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
362
362
|
} catch (N) {
|
|
363
363
|
h = N;
|
|
364
364
|
}
|
|
365
|
-
h && !(h instanceof Error) && (Re(j),
|
|
365
|
+
h && !(h instanceof Error) && (Re(j), E("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", m || "React class", u, y, typeof h), Re(null)), h instanceof Error && !(h.message in qe) && (qe[h.message] = !0, Re(j), E("Failed %s type: %s", u, h.message), Re(null));
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
var
|
|
370
|
-
function Ne(
|
|
371
|
-
return
|
|
369
|
+
var Fr = Array.isArray;
|
|
370
|
+
function Ne(r) {
|
|
371
|
+
return Fr(r);
|
|
372
372
|
}
|
|
373
|
-
function
|
|
373
|
+
function Mr(r) {
|
|
374
374
|
{
|
|
375
|
-
var i = typeof Symbol == "function" && Symbol.toStringTag, u = i &&
|
|
375
|
+
var i = typeof Symbol == "function" && Symbol.toStringTag, u = i && r[Symbol.toStringTag] || r.constructor.name || "Object";
|
|
376
376
|
return u;
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function Or(r) {
|
|
380
380
|
try {
|
|
381
|
-
return Ye(
|
|
381
|
+
return Ye(r), !1;
|
|
382
382
|
} catch (i) {
|
|
383
383
|
return !0;
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
|
-
function Ye(
|
|
387
|
-
return "" +
|
|
386
|
+
function Ye(r) {
|
|
387
|
+
return "" + r;
|
|
388
388
|
}
|
|
389
|
-
function Ue(
|
|
390
|
-
if (
|
|
391
|
-
return
|
|
389
|
+
function Ue(r) {
|
|
390
|
+
if (Or(r))
|
|
391
|
+
return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Mr(r)), Ye(r);
|
|
392
392
|
}
|
|
393
|
-
var
|
|
393
|
+
var de = I.ReactCurrentOwner, zr = {
|
|
394
394
|
key: !0,
|
|
395
395
|
ref: !0,
|
|
396
396
|
__self: !0,
|
|
397
397
|
__source: !0
|
|
398
398
|
}, He, Je, _e;
|
|
399
399
|
_e = {};
|
|
400
|
-
function
|
|
401
|
-
if (je.call(
|
|
402
|
-
var i = Object.getOwnPropertyDescriptor(
|
|
400
|
+
function Dr(r) {
|
|
401
|
+
if (je.call(r, "ref")) {
|
|
402
|
+
var i = Object.getOwnPropertyDescriptor(r, "ref").get;
|
|
403
403
|
if (i && i.isReactWarning)
|
|
404
404
|
return !1;
|
|
405
405
|
}
|
|
406
|
-
return
|
|
406
|
+
return r.ref !== void 0;
|
|
407
407
|
}
|
|
408
|
-
function $
|
|
409
|
-
if (je.call(
|
|
410
|
-
var i = Object.getOwnPropertyDescriptor(
|
|
408
|
+
function $r(r) {
|
|
409
|
+
if (je.call(r, "key")) {
|
|
410
|
+
var i = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
411
411
|
if (i && i.isReactWarning)
|
|
412
412
|
return !1;
|
|
413
413
|
}
|
|
414
|
-
return
|
|
414
|
+
return r.key !== void 0;
|
|
415
415
|
}
|
|
416
|
-
function
|
|
417
|
-
if (typeof
|
|
418
|
-
var u = z(
|
|
419
|
-
_e[u] || (
|
|
416
|
+
function Br(r, i) {
|
|
417
|
+
if (typeof r.ref == "string" && de.current && i && de.current.stateNode !== i) {
|
|
418
|
+
var u = z(de.current.type);
|
|
419
|
+
_e[u] || (E('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', z(de.current.type), r.ref), _e[u] = !0);
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
|
-
function
|
|
422
|
+
function Lr(r, i) {
|
|
423
423
|
{
|
|
424
424
|
var u = function() {
|
|
425
|
-
He || (He = !0,
|
|
425
|
+
He || (He = !0, E("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
426
426
|
};
|
|
427
|
-
u.isReactWarning = !0, Object.defineProperty(
|
|
427
|
+
u.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
428
428
|
get: u,
|
|
429
429
|
configurable: !0
|
|
430
430
|
});
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
function
|
|
433
|
+
function Vr(r, i) {
|
|
434
434
|
{
|
|
435
435
|
var u = function() {
|
|
436
|
-
Je || (Je = !0,
|
|
436
|
+
Je || (Je = !0, E("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
437
437
|
};
|
|
438
|
-
u.isReactWarning = !0, Object.defineProperty(
|
|
438
|
+
u.isReactWarning = !0, Object.defineProperty(r, "ref", {
|
|
439
439
|
get: u,
|
|
440
440
|
configurable: !0
|
|
441
441
|
});
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
|
-
var
|
|
444
|
+
var Wr = function(r, i, u, m, j, C, y) {
|
|
445
445
|
var h = {
|
|
446
446
|
// This tag allows us to uniquely identify this as a React Element
|
|
447
|
-
$$typeof:
|
|
447
|
+
$$typeof: s,
|
|
448
448
|
// Built-in properties that belong on the element
|
|
449
|
-
type:
|
|
449
|
+
type: r,
|
|
450
450
|
key: i,
|
|
451
451
|
ref: u,
|
|
452
|
-
props:
|
|
452
|
+
props: y,
|
|
453
453
|
// Record the component responsible for creating this element.
|
|
454
454
|
_owner: C
|
|
455
455
|
};
|
|
@@ -462,7 +462,7 @@ function nr() {
|
|
|
462
462
|
configurable: !1,
|
|
463
463
|
enumerable: !1,
|
|
464
464
|
writable: !1,
|
|
465
|
-
value:
|
|
465
|
+
value: m
|
|
466
466
|
}), Object.defineProperty(h, "_source", {
|
|
467
467
|
configurable: !1,
|
|
468
468
|
enumerable: !1,
|
|
@@ -470,53 +470,53 @@ function nr() {
|
|
|
470
470
|
value: j
|
|
471
471
|
}), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
|
|
472
472
|
};
|
|
473
|
-
function
|
|
473
|
+
function qr(r, i, u, m, j) {
|
|
474
474
|
{
|
|
475
|
-
var C,
|
|
476
|
-
u !== void 0 && (Ue(u), h = "" + u), $
|
|
475
|
+
var C, y = {}, h = null, M = null;
|
|
476
|
+
u !== void 0 && (Ue(u), h = "" + u), $r(i) && (Ue(i.key), h = "" + i.key), Dr(i) && (M = i.ref, Br(i, j));
|
|
477
477
|
for (C in i)
|
|
478
|
-
je.call(i, C) && !
|
|
479
|
-
if (
|
|
480
|
-
var N =
|
|
478
|
+
je.call(i, C) && !zr.hasOwnProperty(C) && (y[C] = i[C]);
|
|
479
|
+
if (r && r.defaultProps) {
|
|
480
|
+
var N = r.defaultProps;
|
|
481
481
|
for (C in N)
|
|
482
|
-
|
|
482
|
+
y[C] === void 0 && (y[C] = N[C]);
|
|
483
483
|
}
|
|
484
484
|
if (h || M) {
|
|
485
|
-
var P = typeof
|
|
486
|
-
h &&
|
|
485
|
+
var P = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
|
|
486
|
+
h && Lr(y, P), M && Vr(y, P);
|
|
487
487
|
}
|
|
488
|
-
return
|
|
488
|
+
return Wr(r, h, M, j, m, de.current, y);
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
var Pe = I.ReactCurrentOwner, Xe = I.ReactDebugCurrentFrame;
|
|
492
|
-
function
|
|
493
|
-
if (
|
|
494
|
-
var i =
|
|
492
|
+
function re(r) {
|
|
493
|
+
if (r) {
|
|
494
|
+
var i = r._owner, u = we(r.type, r._source, i ? i.type : null);
|
|
495
495
|
Xe.setExtraStackFrame(u);
|
|
496
496
|
} else
|
|
497
497
|
Xe.setExtraStackFrame(null);
|
|
498
498
|
}
|
|
499
499
|
var Ae;
|
|
500
500
|
Ae = !1;
|
|
501
|
-
function Ie(
|
|
502
|
-
return typeof
|
|
501
|
+
function Ie(r) {
|
|
502
|
+
return typeof r == "object" && r !== null && r.$$typeof === s;
|
|
503
503
|
}
|
|
504
504
|
function Ke() {
|
|
505
505
|
{
|
|
506
506
|
if (Pe.current) {
|
|
507
|
-
var
|
|
508
|
-
if (
|
|
507
|
+
var r = z(Pe.current.type);
|
|
508
|
+
if (r)
|
|
509
509
|
return `
|
|
510
510
|
|
|
511
|
-
Check the render method of \`` +
|
|
511
|
+
Check the render method of \`` + r + "`.";
|
|
512
512
|
}
|
|
513
513
|
return "";
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
-
function
|
|
516
|
+
function Gr(r) {
|
|
517
517
|
{
|
|
518
|
-
if (
|
|
519
|
-
var i =
|
|
518
|
+
if (r !== void 0) {
|
|
519
|
+
var i = r.fileName.replace(/^.*[\\\/]/, ""), u = r.lineNumber;
|
|
520
520
|
return `
|
|
521
521
|
|
|
522
522
|
Check your code at ` + i + ":" + u + ".";
|
|
@@ -525,11 +525,11 @@ Check your code at ` + i + ":" + u + ".";
|
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
var Qe = {};
|
|
528
|
-
function
|
|
528
|
+
function Yr(r) {
|
|
529
529
|
{
|
|
530
530
|
var i = Ke();
|
|
531
531
|
if (!i) {
|
|
532
|
-
var u = typeof
|
|
532
|
+
var u = typeof r == "string" ? r : r.displayName || r.name;
|
|
533
533
|
u && (i = `
|
|
534
534
|
|
|
535
535
|
Check the top-level render call using <` + u + ">.");
|
|
@@ -537,41 +537,41 @@ Check the top-level render call using <` + u + ">.");
|
|
|
537
537
|
return i;
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
|
-
function Ze(
|
|
540
|
+
function Ze(r, i) {
|
|
541
541
|
{
|
|
542
|
-
if (!
|
|
542
|
+
if (!r._store || r._store.validated || r.key != null)
|
|
543
543
|
return;
|
|
544
|
-
|
|
545
|
-
var u =
|
|
544
|
+
r._store.validated = !0;
|
|
545
|
+
var u = Yr(i);
|
|
546
546
|
if (Qe[u])
|
|
547
547
|
return;
|
|
548
548
|
Qe[u] = !0;
|
|
549
|
-
var
|
|
550
|
-
|
|
549
|
+
var m = "";
|
|
550
|
+
r && r._owner && r._owner !== Pe.current && (m = " It was passed a child from " + z(r._owner.type) + "."), re(r), E('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, m), re(null);
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
|
-
function
|
|
553
|
+
function er(r, i) {
|
|
554
554
|
{
|
|
555
|
-
if (typeof
|
|
555
|
+
if (typeof r != "object")
|
|
556
556
|
return;
|
|
557
|
-
if (Ne(
|
|
558
|
-
for (var u = 0; u <
|
|
559
|
-
var
|
|
560
|
-
Ie(
|
|
557
|
+
if (Ne(r))
|
|
558
|
+
for (var u = 0; u < r.length; u++) {
|
|
559
|
+
var m = r[u];
|
|
560
|
+
Ie(m) && Ze(m, i);
|
|
561
561
|
}
|
|
562
|
-
else if (Ie(
|
|
563
|
-
|
|
564
|
-
else if (
|
|
565
|
-
var j = A(
|
|
566
|
-
if (typeof j == "function" && j !==
|
|
567
|
-
for (var C = j.call(
|
|
568
|
-
Ie(
|
|
562
|
+
else if (Ie(r))
|
|
563
|
+
r._store && (r._store.validated = !0);
|
|
564
|
+
else if (r) {
|
|
565
|
+
var j = A(r);
|
|
566
|
+
if (typeof j == "function" && j !== r.entries)
|
|
567
|
+
for (var C = j.call(r), y; !(y = C.next()).done; )
|
|
568
|
+
Ie(y.value) && Ze(y.value, i);
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
function
|
|
572
|
+
function Ur(r) {
|
|
573
573
|
{
|
|
574
|
-
var i =
|
|
574
|
+
var i = r.type;
|
|
575
575
|
if (i == null || typeof i == "string")
|
|
576
576
|
return;
|
|
577
577
|
var u;
|
|
@@ -579,189 +579,189 @@ Check the top-level render call using <` + u + ">.");
|
|
|
579
579
|
u = i.propTypes;
|
|
580
580
|
else if (typeof i == "object" && (i.$$typeof === f || // Note: Memo only checks outer props here.
|
|
581
581
|
// Inner props are checked in the reconciler.
|
|
582
|
-
i.$$typeof ===
|
|
582
|
+
i.$$typeof === b))
|
|
583
583
|
u = i.propTypes;
|
|
584
584
|
else
|
|
585
585
|
return;
|
|
586
586
|
if (u) {
|
|
587
|
-
var
|
|
588
|
-
|
|
587
|
+
var m = z(i);
|
|
588
|
+
Ir(u, r.props, "prop", m, r);
|
|
589
589
|
} else if (i.PropTypes !== void 0 && !Ae) {
|
|
590
590
|
Ae = !0;
|
|
591
591
|
var j = z(i);
|
|
592
|
-
|
|
592
|
+
E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", j || "Unknown");
|
|
593
593
|
}
|
|
594
|
-
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved &&
|
|
594
|
+
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
function
|
|
597
|
+
function Hr(r) {
|
|
598
598
|
{
|
|
599
|
-
for (var i = Object.keys(
|
|
600
|
-
var
|
|
601
|
-
if (
|
|
602
|
-
|
|
599
|
+
for (var i = Object.keys(r.props), u = 0; u < i.length; u++) {
|
|
600
|
+
var m = i[u];
|
|
601
|
+
if (m !== "children" && m !== "key") {
|
|
602
|
+
re(r), E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", m), re(null);
|
|
603
603
|
break;
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
|
-
|
|
606
|
+
r.ref !== null && (re(r), E("Invalid attribute `ref` supplied to `React.Fragment`."), re(null));
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
-
function
|
|
609
|
+
function rr(r, i, u, m, j, C) {
|
|
610
610
|
{
|
|
611
|
-
var
|
|
612
|
-
if (!
|
|
611
|
+
var y = ne(r);
|
|
612
|
+
if (!y) {
|
|
613
613
|
var h = "";
|
|
614
|
-
(
|
|
615
|
-
var M =
|
|
614
|
+
(r === void 0 || typeof r == "object" && r !== null && Object.keys(r).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
615
|
+
var M = Gr(j);
|
|
616
616
|
M ? h += M : h += Ke();
|
|
617
617
|
var N;
|
|
618
|
-
|
|
618
|
+
r === null ? N = "null" : Ne(r) ? N = "array" : r !== void 0 && r.$$typeof === s ? (N = "<" + (z(r.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : N = typeof r, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", N, h);
|
|
619
619
|
}
|
|
620
|
-
var P =
|
|
620
|
+
var P = qr(r, i, u, j, C);
|
|
621
621
|
if (P == null)
|
|
622
622
|
return P;
|
|
623
|
-
if (
|
|
623
|
+
if (y) {
|
|
624
624
|
var $ = i.children;
|
|
625
625
|
if ($ !== void 0)
|
|
626
|
-
if (
|
|
626
|
+
if (m)
|
|
627
627
|
if (Ne($)) {
|
|
628
|
-
for (var
|
|
629
|
-
|
|
628
|
+
for (var te = 0; te < $.length; te++)
|
|
629
|
+
er($[te], r);
|
|
630
630
|
Object.freeze && Object.freeze($);
|
|
631
631
|
} else
|
|
632
|
-
|
|
632
|
+
E("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
633
633
|
else
|
|
634
|
-
|
|
634
|
+
er($, r);
|
|
635
635
|
}
|
|
636
|
-
return
|
|
636
|
+
return r === a ? Hr(P) : Ur(P), P;
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
|
-
function
|
|
640
|
-
return
|
|
639
|
+
function Jr(r, i, u) {
|
|
640
|
+
return rr(r, i, u, !0);
|
|
641
641
|
}
|
|
642
|
-
function
|
|
643
|
-
return
|
|
642
|
+
function Xr(r, i, u) {
|
|
643
|
+
return rr(r, i, u, !1);
|
|
644
644
|
}
|
|
645
|
-
var
|
|
646
|
-
ue.Fragment =
|
|
645
|
+
var Kr = Xr, Qr = Jr;
|
|
646
|
+
ue.Fragment = a, ue.jsx = Kr, ue.jsxs = Qr;
|
|
647
647
|
}()), ue;
|
|
648
648
|
}
|
|
649
|
-
process.env.NODE_ENV === "production" ? Oe.exports =
|
|
649
|
+
process.env.NODE_ENV === "production" ? Oe.exports = st() : Oe.exports = at();
|
|
650
650
|
var l = Oe.exports;
|
|
651
|
-
function
|
|
652
|
-
var
|
|
651
|
+
function vr(e) {
|
|
652
|
+
var s, t, a = "";
|
|
653
653
|
if (typeof e == "string" || typeof e == "number")
|
|
654
|
-
|
|
654
|
+
a += e;
|
|
655
655
|
else if (typeof e == "object")
|
|
656
656
|
if (Array.isArray(e)) {
|
|
657
657
|
var o = e.length;
|
|
658
|
-
for (
|
|
659
|
-
e[
|
|
658
|
+
for (s = 0; s < o; s++)
|
|
659
|
+
e[s] && (t = vr(e[s])) && (a && (a += " "), a += t);
|
|
660
660
|
} else
|
|
661
|
-
for (
|
|
662
|
-
e[
|
|
663
|
-
return
|
|
661
|
+
for (t in e)
|
|
662
|
+
e[t] && (a && (a += " "), a += t);
|
|
663
|
+
return a;
|
|
664
664
|
}
|
|
665
|
-
function
|
|
666
|
-
for (var e,
|
|
667
|
-
(e = arguments[
|
|
668
|
-
return
|
|
665
|
+
function v() {
|
|
666
|
+
for (var e, s, t = 0, a = "", o = arguments.length; t < o; t++)
|
|
667
|
+
(e = arguments[t]) && (s = vr(e)) && (a && (a += " "), a += s);
|
|
668
|
+
return a;
|
|
669
669
|
}
|
|
670
670
|
const Le = "-";
|
|
671
|
-
function
|
|
672
|
-
const
|
|
673
|
-
conflictingClassGroups:
|
|
674
|
-
conflictingClassGroupModifiers:
|
|
671
|
+
function nt(e) {
|
|
672
|
+
const s = it(e), {
|
|
673
|
+
conflictingClassGroups: t,
|
|
674
|
+
conflictingClassGroupModifiers: a
|
|
675
675
|
} = e;
|
|
676
|
-
function o(
|
|
677
|
-
const
|
|
678
|
-
return
|
|
676
|
+
function o(c) {
|
|
677
|
+
const d = c.split(Le);
|
|
678
|
+
return d[0] === "" && d.length !== 1 && d.shift(), yr(d, s) || ot(c);
|
|
679
679
|
}
|
|
680
|
-
function
|
|
681
|
-
const f =
|
|
682
|
-
return
|
|
680
|
+
function n(c, d) {
|
|
681
|
+
const f = t[c] || [];
|
|
682
|
+
return d && a[c] ? [...f, ...a[c]] : f;
|
|
683
683
|
}
|
|
684
684
|
return {
|
|
685
685
|
getClassGroupId: o,
|
|
686
|
-
getConflictingClassGroupIds:
|
|
686
|
+
getConflictingClassGroupIds: n
|
|
687
687
|
};
|
|
688
688
|
}
|
|
689
|
-
function
|
|
690
|
-
var
|
|
689
|
+
function yr(e, s) {
|
|
690
|
+
var c;
|
|
691
691
|
if (e.length === 0)
|
|
692
|
-
return
|
|
693
|
-
const
|
|
692
|
+
return s.classGroupId;
|
|
693
|
+
const t = e[0], a = s.nextPart.get(t), o = a ? yr(e.slice(1), a) : void 0;
|
|
694
694
|
if (o)
|
|
695
695
|
return o;
|
|
696
|
-
if (
|
|
696
|
+
if (s.validators.length === 0)
|
|
697
697
|
return;
|
|
698
|
-
const
|
|
699
|
-
return (
|
|
700
|
-
validator:
|
|
701
|
-
}) =>
|
|
698
|
+
const n = e.join(Le);
|
|
699
|
+
return (c = s.validators.find(({
|
|
700
|
+
validator: d
|
|
701
|
+
}) => d(n))) == null ? void 0 : c.classGroupId;
|
|
702
702
|
}
|
|
703
|
-
const
|
|
704
|
-
function
|
|
705
|
-
if (
|
|
706
|
-
const
|
|
707
|
-
if (
|
|
708
|
-
return "arbitrary.." +
|
|
703
|
+
const lr = /^\[(.+)\]$/;
|
|
704
|
+
function ot(e) {
|
|
705
|
+
if (lr.test(e)) {
|
|
706
|
+
const s = lr.exec(e)[1], t = s == null ? void 0 : s.substring(0, s.indexOf(":"));
|
|
707
|
+
if (t)
|
|
708
|
+
return "arbitrary.." + t;
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
-
function
|
|
711
|
+
function it(e) {
|
|
712
712
|
const {
|
|
713
|
-
theme:
|
|
714
|
-
prefix:
|
|
715
|
-
} = e,
|
|
713
|
+
theme: s,
|
|
714
|
+
prefix: t
|
|
715
|
+
} = e, a = {
|
|
716
716
|
nextPart: /* @__PURE__ */ new Map(),
|
|
717
717
|
validators: []
|
|
718
718
|
};
|
|
719
|
-
return
|
|
720
|
-
ze(
|
|
721
|
-
}),
|
|
719
|
+
return dt(Object.entries(e.classGroups), t).forEach(([n, c]) => {
|
|
720
|
+
ze(c, a, n, s);
|
|
721
|
+
}), a;
|
|
722
722
|
}
|
|
723
|
-
function ze(e,
|
|
723
|
+
function ze(e, s, t, a) {
|
|
724
724
|
e.forEach((o) => {
|
|
725
725
|
if (typeof o == "string") {
|
|
726
|
-
const
|
|
727
|
-
|
|
726
|
+
const n = o === "" ? s : dr(s, o);
|
|
727
|
+
n.classGroupId = t;
|
|
728
728
|
return;
|
|
729
729
|
}
|
|
730
730
|
if (typeof o == "function") {
|
|
731
|
-
if (
|
|
732
|
-
ze(o(
|
|
731
|
+
if (lt(o)) {
|
|
732
|
+
ze(o(a), s, t, a);
|
|
733
733
|
return;
|
|
734
734
|
}
|
|
735
|
-
|
|
735
|
+
s.validators.push({
|
|
736
736
|
validator: o,
|
|
737
|
-
classGroupId:
|
|
737
|
+
classGroupId: t
|
|
738
738
|
});
|
|
739
739
|
return;
|
|
740
740
|
}
|
|
741
|
-
Object.entries(o).forEach(([
|
|
742
|
-
ze(
|
|
741
|
+
Object.entries(o).forEach(([n, c]) => {
|
|
742
|
+
ze(c, dr(s, n), t, a);
|
|
743
743
|
});
|
|
744
744
|
});
|
|
745
745
|
}
|
|
746
|
-
function
|
|
747
|
-
let
|
|
748
|
-
return
|
|
749
|
-
|
|
746
|
+
function dr(e, s) {
|
|
747
|
+
let t = e;
|
|
748
|
+
return s.split(Le).forEach((a) => {
|
|
749
|
+
t.nextPart.has(a) || t.nextPart.set(a, {
|
|
750
750
|
nextPart: /* @__PURE__ */ new Map(),
|
|
751
751
|
validators: []
|
|
752
|
-
}),
|
|
753
|
-
}),
|
|
752
|
+
}), t = t.nextPart.get(a);
|
|
753
|
+
}), t;
|
|
754
754
|
}
|
|
755
|
-
function
|
|
755
|
+
function lt(e) {
|
|
756
756
|
return e.isThemeGetter;
|
|
757
757
|
}
|
|
758
|
-
function
|
|
759
|
-
return
|
|
760
|
-
const o =
|
|
761
|
-
return [
|
|
758
|
+
function dt(e, s) {
|
|
759
|
+
return s ? e.map(([t, a]) => {
|
|
760
|
+
const o = a.map((n) => typeof n == "string" ? s + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([c, d]) => [s + c, d])) : n);
|
|
761
|
+
return [t, o];
|
|
762
762
|
}) : e;
|
|
763
763
|
}
|
|
764
|
-
function
|
|
764
|
+
function ct(e) {
|
|
765
765
|
if (e < 1)
|
|
766
766
|
return {
|
|
767
767
|
get: () => {
|
|
@@ -769,235 +769,235 @@ function dr(e) {
|
|
|
769
769
|
set: () => {
|
|
770
770
|
}
|
|
771
771
|
};
|
|
772
|
-
let
|
|
773
|
-
function o(
|
|
774
|
-
|
|
772
|
+
let s = 0, t = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map();
|
|
773
|
+
function o(n, c) {
|
|
774
|
+
t.set(n, c), s++, s > e && (s = 0, a = t, t = /* @__PURE__ */ new Map());
|
|
775
775
|
}
|
|
776
776
|
return {
|
|
777
|
-
get(
|
|
778
|
-
let
|
|
779
|
-
if (
|
|
780
|
-
return
|
|
781
|
-
if ((
|
|
782
|
-
return o(
|
|
777
|
+
get(n) {
|
|
778
|
+
let c = t.get(n);
|
|
779
|
+
if (c !== void 0)
|
|
780
|
+
return c;
|
|
781
|
+
if ((c = a.get(n)) !== void 0)
|
|
782
|
+
return o(n, c), c;
|
|
783
783
|
},
|
|
784
|
-
set(
|
|
785
|
-
|
|
784
|
+
set(n, c) {
|
|
785
|
+
t.has(n) ? t.set(n, c) : o(n, c);
|
|
786
786
|
}
|
|
787
787
|
};
|
|
788
788
|
}
|
|
789
|
-
const
|
|
790
|
-
function
|
|
791
|
-
const
|
|
792
|
-
return function(
|
|
793
|
-
const
|
|
794
|
-
let f = 0,
|
|
795
|
-
for (let S = 0; S <
|
|
796
|
-
let A =
|
|
789
|
+
const wr = "!";
|
|
790
|
+
function ut(e) {
|
|
791
|
+
const s = e.separator, t = s.length === 1, a = s[0], o = s.length;
|
|
792
|
+
return function(c) {
|
|
793
|
+
const d = [];
|
|
794
|
+
let f = 0, p = 0, g;
|
|
795
|
+
for (let S = 0; S < c.length; S++) {
|
|
796
|
+
let A = c[S];
|
|
797
797
|
if (f === 0) {
|
|
798
|
-
if (A ===
|
|
799
|
-
|
|
798
|
+
if (A === a && (t || c.slice(S, S + o) === s)) {
|
|
799
|
+
d.push(c.slice(p, S)), p = S + o;
|
|
800
800
|
continue;
|
|
801
801
|
}
|
|
802
802
|
if (A === "/") {
|
|
803
|
-
|
|
803
|
+
g = S;
|
|
804
804
|
continue;
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
807
|
A === "[" ? f++ : A === "]" && f--;
|
|
808
808
|
}
|
|
809
|
-
const
|
|
809
|
+
const b = d.length === 0 ? c : c.substring(p), R = b.startsWith(wr), _ = R ? b.substring(1) : b, O = g && g > p ? g - p : void 0;
|
|
810
810
|
return {
|
|
811
|
-
modifiers:
|
|
811
|
+
modifiers: d,
|
|
812
812
|
hasImportantModifier: R,
|
|
813
813
|
baseClassName: _,
|
|
814
814
|
maybePostfixModifierPosition: O
|
|
815
815
|
};
|
|
816
816
|
};
|
|
817
817
|
}
|
|
818
|
-
function
|
|
818
|
+
function ft(e) {
|
|
819
819
|
if (e.length <= 1)
|
|
820
820
|
return e;
|
|
821
|
-
const
|
|
822
|
-
let
|
|
823
|
-
return e.forEach((
|
|
824
|
-
|
|
825
|
-
}),
|
|
821
|
+
const s = [];
|
|
822
|
+
let t = [];
|
|
823
|
+
return e.forEach((a) => {
|
|
824
|
+
a[0] === "[" ? (s.push(...t.sort(), a), t = []) : t.push(a);
|
|
825
|
+
}), s.push(...t.sort()), s;
|
|
826
826
|
}
|
|
827
|
-
function
|
|
827
|
+
function pt(e) {
|
|
828
828
|
return F({
|
|
829
|
-
cache:
|
|
830
|
-
splitModifiers:
|
|
831
|
-
},
|
|
829
|
+
cache: ct(e.cacheSize),
|
|
830
|
+
splitModifiers: ut(e)
|
|
831
|
+
}, nt(e));
|
|
832
832
|
}
|
|
833
|
-
const
|
|
834
|
-
function
|
|
833
|
+
const gt = /\s+/;
|
|
834
|
+
function mt(e, s) {
|
|
835
835
|
const {
|
|
836
|
-
splitModifiers:
|
|
837
|
-
getClassGroupId:
|
|
836
|
+
splitModifiers: t,
|
|
837
|
+
getClassGroupId: a,
|
|
838
838
|
getConflictingClassGroupIds: o
|
|
839
|
-
} =
|
|
840
|
-
return e.trim().split(
|
|
839
|
+
} = s, n = /* @__PURE__ */ new Set();
|
|
840
|
+
return e.trim().split(gt).map((c) => {
|
|
841
841
|
const {
|
|
842
|
-
modifiers:
|
|
842
|
+
modifiers: d,
|
|
843
843
|
hasImportantModifier: f,
|
|
844
|
-
baseClassName:
|
|
845
|
-
maybePostfixModifierPosition:
|
|
846
|
-
} =
|
|
847
|
-
let
|
|
848
|
-
if (!
|
|
849
|
-
if (!
|
|
844
|
+
baseClassName: p,
|
|
845
|
+
maybePostfixModifierPosition: g
|
|
846
|
+
} = t(c);
|
|
847
|
+
let b = a(g ? p.substring(0, g) : p), R = !!g;
|
|
848
|
+
if (!b) {
|
|
849
|
+
if (!g)
|
|
850
850
|
return {
|
|
851
851
|
isTailwindClass: !1,
|
|
852
|
-
originalClassName:
|
|
852
|
+
originalClassName: c
|
|
853
853
|
};
|
|
854
|
-
if (
|
|
854
|
+
if (b = a(p), !b)
|
|
855
855
|
return {
|
|
856
856
|
isTailwindClass: !1,
|
|
857
|
-
originalClassName:
|
|
857
|
+
originalClassName: c
|
|
858
858
|
};
|
|
859
859
|
R = !1;
|
|
860
860
|
}
|
|
861
|
-
const _ =
|
|
861
|
+
const _ = ft(d).join(":");
|
|
862
862
|
return {
|
|
863
863
|
isTailwindClass: !0,
|
|
864
|
-
modifierId: f ? _ +
|
|
865
|
-
classGroupId:
|
|
866
|
-
originalClassName:
|
|
864
|
+
modifierId: f ? _ + wr : _,
|
|
865
|
+
classGroupId: b,
|
|
866
|
+
originalClassName: c,
|
|
867
867
|
hasPostfixModifier: R
|
|
868
868
|
};
|
|
869
|
-
}).reverse().filter((
|
|
870
|
-
if (!
|
|
869
|
+
}).reverse().filter((c) => {
|
|
870
|
+
if (!c.isTailwindClass)
|
|
871
871
|
return !0;
|
|
872
872
|
const {
|
|
873
|
-
modifierId:
|
|
873
|
+
modifierId: d,
|
|
874
874
|
classGroupId: f,
|
|
875
|
-
hasPostfixModifier:
|
|
876
|
-
} =
|
|
877
|
-
return
|
|
878
|
-
}).reverse().map((
|
|
875
|
+
hasPostfixModifier: p
|
|
876
|
+
} = c, g = d + f;
|
|
877
|
+
return n.has(g) ? !1 : (n.add(g), o(f, p).forEach((b) => n.add(d + b)), !0);
|
|
878
|
+
}).reverse().map((c) => c.originalClassName).join(" ");
|
|
879
879
|
}
|
|
880
|
-
function
|
|
881
|
-
let e = 0,
|
|
880
|
+
function bt() {
|
|
881
|
+
let e = 0, s, t, a = "";
|
|
882
882
|
for (; e < arguments.length; )
|
|
883
|
-
(
|
|
884
|
-
return
|
|
883
|
+
(s = arguments[e++]) && (t = jr(s)) && (a && (a += " "), a += t);
|
|
884
|
+
return a;
|
|
885
885
|
}
|
|
886
|
-
function
|
|
886
|
+
function jr(e) {
|
|
887
887
|
if (typeof e == "string")
|
|
888
888
|
return e;
|
|
889
|
-
let
|
|
890
|
-
for (let
|
|
891
|
-
e[
|
|
892
|
-
return
|
|
889
|
+
let s, t = "";
|
|
890
|
+
for (let a = 0; a < e.length; a++)
|
|
891
|
+
e[a] && (s = jr(e[a])) && (t && (t += " "), t += s);
|
|
892
|
+
return t;
|
|
893
893
|
}
|
|
894
|
-
function
|
|
895
|
-
let
|
|
896
|
-
function d(f) {
|
|
897
|
-
const w = a.reduce((p, m) => m(p), e());
|
|
898
|
-
return r = wr(w), n = r.cache.get, o = r.cache.set, s = c, c(f);
|
|
899
|
-
}
|
|
894
|
+
function xt(e, ...s) {
|
|
895
|
+
let t, a, o, n = c;
|
|
900
896
|
function c(f) {
|
|
901
|
-
const
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
897
|
+
const p = s.reduce((g, b) => b(g), e());
|
|
898
|
+
return t = pt(p), a = t.cache.get, o = t.cache.set, n = d, d(f);
|
|
899
|
+
}
|
|
900
|
+
function d(f) {
|
|
901
|
+
const p = a(f);
|
|
902
|
+
if (p)
|
|
903
|
+
return p;
|
|
904
|
+
const g = mt(f, t);
|
|
905
|
+
return o(f, g), g;
|
|
906
906
|
}
|
|
907
907
|
return function() {
|
|
908
|
-
return
|
|
908
|
+
return n(bt.apply(null, arguments));
|
|
909
909
|
};
|
|
910
910
|
}
|
|
911
|
-
function
|
|
912
|
-
const
|
|
913
|
-
return
|
|
911
|
+
function T(e) {
|
|
912
|
+
const s = (t) => t[e] || [];
|
|
913
|
+
return s.isThemeGetter = !0, s;
|
|
914
914
|
}
|
|
915
|
-
const
|
|
915
|
+
const Rr = /^\[(?:([a-z-]+):)?(.+)\]$/i, ht = /^\d+\/\d+$/, vt = /* @__PURE__ */ new Set(["px", "full", "screen"]), yt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, wt = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, jt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Rt = /^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, kt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
|
916
916
|
function W(e) {
|
|
917
|
-
return Q(e) ||
|
|
917
|
+
return Q(e) || vt.has(e) || ht.test(e);
|
|
918
918
|
}
|
|
919
|
-
function
|
|
920
|
-
return
|
|
919
|
+
function H(e) {
|
|
920
|
+
return se(e, "length", At);
|
|
921
921
|
}
|
|
922
922
|
function Q(e) {
|
|
923
923
|
return !!e && !Number.isNaN(Number(e));
|
|
924
924
|
}
|
|
925
925
|
function Ce(e) {
|
|
926
|
-
return
|
|
926
|
+
return se(e, "number", Q);
|
|
927
927
|
}
|
|
928
928
|
function fe(e) {
|
|
929
929
|
return !!e && Number.isInteger(Number(e));
|
|
930
930
|
}
|
|
931
|
-
function
|
|
931
|
+
function Ct(e) {
|
|
932
932
|
return e.endsWith("%") && Q(e.slice(0, -1));
|
|
933
933
|
}
|
|
934
|
-
function
|
|
935
|
-
return
|
|
934
|
+
function x(e) {
|
|
935
|
+
return Rr.test(e);
|
|
936
936
|
}
|
|
937
|
-
function
|
|
938
|
-
return
|
|
937
|
+
function J(e) {
|
|
938
|
+
return yt.test(e);
|
|
939
939
|
}
|
|
940
|
-
const
|
|
941
|
-
function
|
|
942
|
-
return
|
|
940
|
+
const Et = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
941
|
+
function Tt(e) {
|
|
942
|
+
return se(e, Et, kr);
|
|
943
943
|
}
|
|
944
|
-
function
|
|
945
|
-
return
|
|
944
|
+
function St(e) {
|
|
945
|
+
return se(e, "position", kr);
|
|
946
946
|
}
|
|
947
|
-
const
|
|
948
|
-
function
|
|
949
|
-
return
|
|
947
|
+
const Nt = /* @__PURE__ */ new Set(["image", "url"]);
|
|
948
|
+
function _t(e) {
|
|
949
|
+
return se(e, Nt, Ft);
|
|
950
950
|
}
|
|
951
|
-
function
|
|
952
|
-
return
|
|
951
|
+
function Pt(e) {
|
|
952
|
+
return se(e, "", It);
|
|
953
953
|
}
|
|
954
|
-
function
|
|
954
|
+
function pe() {
|
|
955
955
|
return !0;
|
|
956
956
|
}
|
|
957
|
-
function
|
|
958
|
-
const
|
|
959
|
-
return
|
|
957
|
+
function se(e, s, t) {
|
|
958
|
+
const a = Rr.exec(e);
|
|
959
|
+
return a ? a[1] ? typeof s == "string" ? a[1] === s : s.has(a[1]) : t(a[2]) : !1;
|
|
960
960
|
}
|
|
961
|
-
function
|
|
962
|
-
return
|
|
961
|
+
function At(e) {
|
|
962
|
+
return wt.test(e) && !jt.test(e);
|
|
963
963
|
}
|
|
964
|
-
function
|
|
964
|
+
function kr() {
|
|
965
965
|
return !1;
|
|
966
966
|
}
|
|
967
|
-
function
|
|
968
|
-
return
|
|
967
|
+
function It(e) {
|
|
968
|
+
return Rt.test(e);
|
|
969
969
|
}
|
|
970
|
-
function
|
|
971
|
-
return
|
|
970
|
+
function Ft(e) {
|
|
971
|
+
return kt.test(e);
|
|
972
972
|
}
|
|
973
|
-
function
|
|
974
|
-
const e =
|
|
973
|
+
function Mt() {
|
|
974
|
+
const e = T("colors"), s = T("spacing"), t = T("blur"), a = T("brightness"), o = T("borderColor"), n = T("borderRadius"), c = T("borderSpacing"), d = T("borderWidth"), f = T("contrast"), p = T("grayscale"), g = T("hueRotate"), b = T("invert"), R = T("gap"), _ = T("gradientColorStops"), O = T("gradientColorStopPositions"), S = T("inset"), A = T("margin"), I = T("opacity"), E = T("padding"), ge = T("saturate"), ae = T("scale"), me = T("sepia"), be = T("skew"), xe = T("space"), he = T("translate"), Z = () => ["auto", "contain", "none"], ne = () => ["auto", "hidden", "clip", "visible", "scroll"], oe = () => ["auto", x, s], k = () => [x, s], z = () => ["", W, H], D = () => ["auto", Q, x], G = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], X = () => ["solid", "dashed", "dotted", "double", "none"], ie = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], Y = () => ["", "0", x], le = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], U = () => [Q, Ce], K = () => [Q, x];
|
|
975
975
|
return {
|
|
976
976
|
cacheSize: 500,
|
|
977
977
|
separator: ":",
|
|
978
978
|
theme: {
|
|
979
|
-
colors: [
|
|
980
|
-
spacing: [W,
|
|
981
|
-
blur: ["none", "",
|
|
982
|
-
brightness:
|
|
979
|
+
colors: [pe],
|
|
980
|
+
spacing: [W, H],
|
|
981
|
+
blur: ["none", "", J, x],
|
|
982
|
+
brightness: U(),
|
|
983
983
|
borderColor: [e],
|
|
984
|
-
borderRadius: ["none", "", "full",
|
|
984
|
+
borderRadius: ["none", "", "full", J, x],
|
|
985
985
|
borderSpacing: k(),
|
|
986
986
|
borderWidth: z(),
|
|
987
|
-
contrast:
|
|
988
|
-
grayscale:
|
|
987
|
+
contrast: U(),
|
|
988
|
+
grayscale: Y(),
|
|
989
989
|
hueRotate: K(),
|
|
990
|
-
invert:
|
|
990
|
+
invert: Y(),
|
|
991
991
|
gap: k(),
|
|
992
992
|
gradientColorStops: [e],
|
|
993
|
-
gradientColorStopPositions: [
|
|
994
|
-
inset:
|
|
995
|
-
margin:
|
|
996
|
-
opacity:
|
|
993
|
+
gradientColorStopPositions: [Ct, H],
|
|
994
|
+
inset: oe(),
|
|
995
|
+
margin: oe(),
|
|
996
|
+
opacity: U(),
|
|
997
997
|
padding: k(),
|
|
998
|
-
saturate:
|
|
999
|
-
scale:
|
|
1000
|
-
sepia:
|
|
998
|
+
saturate: U(),
|
|
999
|
+
scale: U(),
|
|
1000
|
+
sepia: Y(),
|
|
1001
1001
|
skew: K(),
|
|
1002
1002
|
space: k(),
|
|
1003
1003
|
translate: k()
|
|
@@ -1009,7 +1009,7 @@ function Mr() {
|
|
|
1009
1009
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1010
1010
|
*/
|
|
1011
1011
|
aspect: [{
|
|
1012
|
-
aspect: ["auto", "square", "video",
|
|
1012
|
+
aspect: ["auto", "square", "video", x]
|
|
1013
1013
|
}],
|
|
1014
1014
|
/**
|
|
1015
1015
|
* Container
|
|
@@ -1021,7 +1021,7 @@ function Mr() {
|
|
|
1021
1021
|
* @see https://tailwindcss.com/docs/columns
|
|
1022
1022
|
*/
|
|
1023
1023
|
columns: [{
|
|
1024
|
-
columns: [
|
|
1024
|
+
columns: [J]
|
|
1025
1025
|
}],
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Break After
|
|
@@ -1094,28 +1094,28 @@ function Mr() {
|
|
|
1094
1094
|
* @see https://tailwindcss.com/docs/object-position
|
|
1095
1095
|
*/
|
|
1096
1096
|
"object-position": [{
|
|
1097
|
-
object: [...
|
|
1097
|
+
object: [...G(), x]
|
|
1098
1098
|
}],
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Overflow
|
|
1101
1101
|
* @see https://tailwindcss.com/docs/overflow
|
|
1102
1102
|
*/
|
|
1103
1103
|
overflow: [{
|
|
1104
|
-
overflow:
|
|
1104
|
+
overflow: ne()
|
|
1105
1105
|
}],
|
|
1106
1106
|
/**
|
|
1107
1107
|
* Overflow X
|
|
1108
1108
|
* @see https://tailwindcss.com/docs/overflow
|
|
1109
1109
|
*/
|
|
1110
1110
|
"overflow-x": [{
|
|
1111
|
-
"overflow-x":
|
|
1111
|
+
"overflow-x": ne()
|
|
1112
1112
|
}],
|
|
1113
1113
|
/**
|
|
1114
1114
|
* Overflow Y
|
|
1115
1115
|
* @see https://tailwindcss.com/docs/overflow
|
|
1116
1116
|
*/
|
|
1117
1117
|
"overflow-y": [{
|
|
1118
|
-
"overflow-y":
|
|
1118
|
+
"overflow-y": ne()
|
|
1119
1119
|
}],
|
|
1120
1120
|
/**
|
|
1121
1121
|
* Overscroll Behavior
|
|
@@ -1216,7 +1216,7 @@ function Mr() {
|
|
|
1216
1216
|
* @see https://tailwindcss.com/docs/z-index
|
|
1217
1217
|
*/
|
|
1218
1218
|
z: [{
|
|
1219
|
-
z: ["auto", fe,
|
|
1219
|
+
z: ["auto", fe, x]
|
|
1220
1220
|
}],
|
|
1221
1221
|
// Flexbox and Grid
|
|
1222
1222
|
/**
|
|
@@ -1224,7 +1224,7 @@ function Mr() {
|
|
|
1224
1224
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1225
1225
|
*/
|
|
1226
1226
|
basis: [{
|
|
1227
|
-
basis:
|
|
1227
|
+
basis: oe()
|
|
1228
1228
|
}],
|
|
1229
1229
|
/**
|
|
1230
1230
|
* Flex Direction
|
|
@@ -1245,35 +1245,35 @@ function Mr() {
|
|
|
1245
1245
|
* @see https://tailwindcss.com/docs/flex
|
|
1246
1246
|
*/
|
|
1247
1247
|
flex: [{
|
|
1248
|
-
flex: ["1", "auto", "initial", "none",
|
|
1248
|
+
flex: ["1", "auto", "initial", "none", x]
|
|
1249
1249
|
}],
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Flex Grow
|
|
1252
1252
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1253
1253
|
*/
|
|
1254
1254
|
grow: [{
|
|
1255
|
-
grow:
|
|
1255
|
+
grow: Y()
|
|
1256
1256
|
}],
|
|
1257
1257
|
/**
|
|
1258
1258
|
* Flex Shrink
|
|
1259
1259
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1260
1260
|
*/
|
|
1261
1261
|
shrink: [{
|
|
1262
|
-
shrink:
|
|
1262
|
+
shrink: Y()
|
|
1263
1263
|
}],
|
|
1264
1264
|
/**
|
|
1265
1265
|
* Order
|
|
1266
1266
|
* @see https://tailwindcss.com/docs/order
|
|
1267
1267
|
*/
|
|
1268
1268
|
order: [{
|
|
1269
|
-
order: ["first", "last", "none", fe,
|
|
1269
|
+
order: ["first", "last", "none", fe, x]
|
|
1270
1270
|
}],
|
|
1271
1271
|
/**
|
|
1272
1272
|
* Grid Template Columns
|
|
1273
1273
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1274
1274
|
*/
|
|
1275
1275
|
"grid-cols": [{
|
|
1276
|
-
"grid-cols": [
|
|
1276
|
+
"grid-cols": [pe]
|
|
1277
1277
|
}],
|
|
1278
1278
|
/**
|
|
1279
1279
|
* Grid Column Start / End
|
|
@@ -1281,8 +1281,8 @@ function Mr() {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
"col-start-end": [{
|
|
1283
1283
|
col: ["auto", {
|
|
1284
|
-
span: ["full", fe,
|
|
1285
|
-
},
|
|
1284
|
+
span: ["full", fe, x]
|
|
1285
|
+
}, x]
|
|
1286
1286
|
}],
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Grid Column Start
|
|
@@ -1303,7 +1303,7 @@ function Mr() {
|
|
|
1303
1303
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1304
1304
|
*/
|
|
1305
1305
|
"grid-rows": [{
|
|
1306
|
-
"grid-rows": [
|
|
1306
|
+
"grid-rows": [pe]
|
|
1307
1307
|
}],
|
|
1308
1308
|
/**
|
|
1309
1309
|
* Grid Row Start / End
|
|
@@ -1311,8 +1311,8 @@ function Mr() {
|
|
|
1311
1311
|
*/
|
|
1312
1312
|
"row-start-end": [{
|
|
1313
1313
|
row: ["auto", {
|
|
1314
|
-
span: [fe,
|
|
1315
|
-
},
|
|
1314
|
+
span: [fe, x]
|
|
1315
|
+
}, x]
|
|
1316
1316
|
}],
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Grid Row Start
|
|
@@ -1340,14 +1340,14 @@ function Mr() {
|
|
|
1340
1340
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1341
1341
|
*/
|
|
1342
1342
|
"auto-cols": [{
|
|
1343
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
1343
|
+
"auto-cols": ["auto", "min", "max", "fr", x]
|
|
1344
1344
|
}],
|
|
1345
1345
|
/**
|
|
1346
1346
|
* Grid Auto Rows
|
|
1347
1347
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1348
1348
|
*/
|
|
1349
1349
|
"auto-rows": [{
|
|
1350
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
1350
|
+
"auto-rows": ["auto", "min", "max", "fr", x]
|
|
1351
1351
|
}],
|
|
1352
1352
|
/**
|
|
1353
1353
|
* Gap
|
|
@@ -1439,63 +1439,63 @@ function Mr() {
|
|
|
1439
1439
|
* @see https://tailwindcss.com/docs/padding
|
|
1440
1440
|
*/
|
|
1441
1441
|
p: [{
|
|
1442
|
-
p: [
|
|
1442
|
+
p: [E]
|
|
1443
1443
|
}],
|
|
1444
1444
|
/**
|
|
1445
1445
|
* Padding X
|
|
1446
1446
|
* @see https://tailwindcss.com/docs/padding
|
|
1447
1447
|
*/
|
|
1448
1448
|
px: [{
|
|
1449
|
-
px: [
|
|
1449
|
+
px: [E]
|
|
1450
1450
|
}],
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Padding Y
|
|
1453
1453
|
* @see https://tailwindcss.com/docs/padding
|
|
1454
1454
|
*/
|
|
1455
1455
|
py: [{
|
|
1456
|
-
py: [
|
|
1456
|
+
py: [E]
|
|
1457
1457
|
}],
|
|
1458
1458
|
/**
|
|
1459
1459
|
* Padding Start
|
|
1460
1460
|
* @see https://tailwindcss.com/docs/padding
|
|
1461
1461
|
*/
|
|
1462
1462
|
ps: [{
|
|
1463
|
-
ps: [
|
|
1463
|
+
ps: [E]
|
|
1464
1464
|
}],
|
|
1465
1465
|
/**
|
|
1466
1466
|
* Padding End
|
|
1467
1467
|
* @see https://tailwindcss.com/docs/padding
|
|
1468
1468
|
*/
|
|
1469
1469
|
pe: [{
|
|
1470
|
-
pe: [
|
|
1470
|
+
pe: [E]
|
|
1471
1471
|
}],
|
|
1472
1472
|
/**
|
|
1473
1473
|
* Padding Top
|
|
1474
1474
|
* @see https://tailwindcss.com/docs/padding
|
|
1475
1475
|
*/
|
|
1476
1476
|
pt: [{
|
|
1477
|
-
pt: [
|
|
1477
|
+
pt: [E]
|
|
1478
1478
|
}],
|
|
1479
1479
|
/**
|
|
1480
1480
|
* Padding Right
|
|
1481
1481
|
* @see https://tailwindcss.com/docs/padding
|
|
1482
1482
|
*/
|
|
1483
1483
|
pr: [{
|
|
1484
|
-
pr: [
|
|
1484
|
+
pr: [E]
|
|
1485
1485
|
}],
|
|
1486
1486
|
/**
|
|
1487
1487
|
* Padding Bottom
|
|
1488
1488
|
* @see https://tailwindcss.com/docs/padding
|
|
1489
1489
|
*/
|
|
1490
1490
|
pb: [{
|
|
1491
|
-
pb: [
|
|
1491
|
+
pb: [E]
|
|
1492
1492
|
}],
|
|
1493
1493
|
/**
|
|
1494
1494
|
* Padding Left
|
|
1495
1495
|
* @see https://tailwindcss.com/docs/padding
|
|
1496
1496
|
*/
|
|
1497
1497
|
pl: [{
|
|
1498
|
-
pl: [
|
|
1498
|
+
pl: [E]
|
|
1499
1499
|
}],
|
|
1500
1500
|
/**
|
|
1501
1501
|
* Margin
|
|
@@ -1565,7 +1565,7 @@ function Mr() {
|
|
|
1565
1565
|
* @see https://tailwindcss.com/docs/space
|
|
1566
1566
|
*/
|
|
1567
1567
|
"space-x": [{
|
|
1568
|
-
"space-x": [
|
|
1568
|
+
"space-x": [xe]
|
|
1569
1569
|
}],
|
|
1570
1570
|
/**
|
|
1571
1571
|
* Space Between X Reverse
|
|
@@ -1577,7 +1577,7 @@ function Mr() {
|
|
|
1577
1577
|
* @see https://tailwindcss.com/docs/space
|
|
1578
1578
|
*/
|
|
1579
1579
|
"space-y": [{
|
|
1580
|
-
"space-y": [
|
|
1580
|
+
"space-y": [xe]
|
|
1581
1581
|
}],
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Space Between Y Reverse
|
|
@@ -1590,51 +1590,51 @@ function Mr() {
|
|
|
1590
1590
|
* @see https://tailwindcss.com/docs/width
|
|
1591
1591
|
*/
|
|
1592
1592
|
w: [{
|
|
1593
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
1593
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", x, s]
|
|
1594
1594
|
}],
|
|
1595
1595
|
/**
|
|
1596
1596
|
* Min-Width
|
|
1597
1597
|
* @see https://tailwindcss.com/docs/min-width
|
|
1598
1598
|
*/
|
|
1599
1599
|
"min-w": [{
|
|
1600
|
-
"min-w": [
|
|
1600
|
+
"min-w": [x, s, "min", "max", "fit"]
|
|
1601
1601
|
}],
|
|
1602
1602
|
/**
|
|
1603
1603
|
* Max-Width
|
|
1604
1604
|
* @see https://tailwindcss.com/docs/max-width
|
|
1605
1605
|
*/
|
|
1606
1606
|
"max-w": [{
|
|
1607
|
-
"max-w": [
|
|
1608
|
-
screen: [
|
|
1609
|
-
},
|
|
1607
|
+
"max-w": [x, s, "none", "full", "min", "max", "fit", "prose", {
|
|
1608
|
+
screen: [J]
|
|
1609
|
+
}, J]
|
|
1610
1610
|
}],
|
|
1611
1611
|
/**
|
|
1612
1612
|
* Height
|
|
1613
1613
|
* @see https://tailwindcss.com/docs/height
|
|
1614
1614
|
*/
|
|
1615
1615
|
h: [{
|
|
1616
|
-
h: [
|
|
1616
|
+
h: [x, s, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1617
1617
|
}],
|
|
1618
1618
|
/**
|
|
1619
1619
|
* Min-Height
|
|
1620
1620
|
* @see https://tailwindcss.com/docs/min-height
|
|
1621
1621
|
*/
|
|
1622
1622
|
"min-h": [{
|
|
1623
|
-
"min-h": [
|
|
1623
|
+
"min-h": [x, s, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1624
1624
|
}],
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Max-Height
|
|
1627
1627
|
* @see https://tailwindcss.com/docs/max-height
|
|
1628
1628
|
*/
|
|
1629
1629
|
"max-h": [{
|
|
1630
|
-
"max-h": [
|
|
1630
|
+
"max-h": [x, s, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1631
1631
|
}],
|
|
1632
1632
|
/**
|
|
1633
1633
|
* Size
|
|
1634
1634
|
* @see https://tailwindcss.com/docs/size
|
|
1635
1635
|
*/
|
|
1636
1636
|
size: [{
|
|
1637
|
-
size: [
|
|
1637
|
+
size: [x, s, "auto", "min", "max", "fit"]
|
|
1638
1638
|
}],
|
|
1639
1639
|
// Typography
|
|
1640
1640
|
/**
|
|
@@ -1642,7 +1642,7 @@ function Mr() {
|
|
|
1642
1642
|
* @see https://tailwindcss.com/docs/font-size
|
|
1643
1643
|
*/
|
|
1644
1644
|
"font-size": [{
|
|
1645
|
-
text: ["base",
|
|
1645
|
+
text: ["base", J, H]
|
|
1646
1646
|
}],
|
|
1647
1647
|
/**
|
|
1648
1648
|
* Font Smoothing
|
|
@@ -1666,7 +1666,7 @@ function Mr() {
|
|
|
1666
1666
|
* @see https://tailwindcss.com/docs/font-family
|
|
1667
1667
|
*/
|
|
1668
1668
|
"font-family": [{
|
|
1669
|
-
font: [
|
|
1669
|
+
font: [pe]
|
|
1670
1670
|
}],
|
|
1671
1671
|
/**
|
|
1672
1672
|
* Font Variant Numeric
|
|
@@ -1703,7 +1703,7 @@ function Mr() {
|
|
|
1703
1703
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1704
1704
|
*/
|
|
1705
1705
|
tracking: [{
|
|
1706
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
1706
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", x]
|
|
1707
1707
|
}],
|
|
1708
1708
|
/**
|
|
1709
1709
|
* Line Clamp
|
|
@@ -1717,21 +1717,21 @@ function Mr() {
|
|
|
1717
1717
|
* @see https://tailwindcss.com/docs/line-height
|
|
1718
1718
|
*/
|
|
1719
1719
|
leading: [{
|
|
1720
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", W,
|
|
1720
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", W, x]
|
|
1721
1721
|
}],
|
|
1722
1722
|
/**
|
|
1723
1723
|
* List Style Image
|
|
1724
1724
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1725
1725
|
*/
|
|
1726
1726
|
"list-image": [{
|
|
1727
|
-
"list-image": ["none",
|
|
1727
|
+
"list-image": ["none", x]
|
|
1728
1728
|
}],
|
|
1729
1729
|
/**
|
|
1730
1730
|
* List Style Type
|
|
1731
1731
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1732
1732
|
*/
|
|
1733
1733
|
"list-style-type": [{
|
|
1734
|
-
list: ["none", "disc", "decimal",
|
|
1734
|
+
list: ["none", "disc", "decimal", x]
|
|
1735
1735
|
}],
|
|
1736
1736
|
/**
|
|
1737
1737
|
* List Style Position
|
|
@@ -1793,14 +1793,14 @@ function Mr() {
|
|
|
1793
1793
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1794
1794
|
*/
|
|
1795
1795
|
"text-decoration-thickness": [{
|
|
1796
|
-
decoration: ["auto", "from-font", W,
|
|
1796
|
+
decoration: ["auto", "from-font", W, H]
|
|
1797
1797
|
}],
|
|
1798
1798
|
/**
|
|
1799
1799
|
* Text Underline Offset
|
|
1800
1800
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1801
1801
|
*/
|
|
1802
1802
|
"underline-offset": [{
|
|
1803
|
-
"underline-offset": ["auto", W,
|
|
1803
|
+
"underline-offset": ["auto", W, x]
|
|
1804
1804
|
}],
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Text Decoration Color
|
|
@@ -1838,7 +1838,7 @@ function Mr() {
|
|
|
1838
1838
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1839
1839
|
*/
|
|
1840
1840
|
"vertical-align": [{
|
|
1841
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1841
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", x]
|
|
1842
1842
|
}],
|
|
1843
1843
|
/**
|
|
1844
1844
|
* Whitespace
|
|
@@ -1866,7 +1866,7 @@ function Mr() {
|
|
|
1866
1866
|
* @see https://tailwindcss.com/docs/content
|
|
1867
1867
|
*/
|
|
1868
1868
|
content: [{
|
|
1869
|
-
content: ["none",
|
|
1869
|
+
content: ["none", x]
|
|
1870
1870
|
}],
|
|
1871
1871
|
// Backgrounds
|
|
1872
1872
|
/**
|
|
@@ -1903,7 +1903,7 @@ function Mr() {
|
|
|
1903
1903
|
* @see https://tailwindcss.com/docs/background-position
|
|
1904
1904
|
*/
|
|
1905
1905
|
"bg-position": [{
|
|
1906
|
-
bg: [...
|
|
1906
|
+
bg: [...G(), St]
|
|
1907
1907
|
}],
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Background Repeat
|
|
@@ -1919,7 +1919,7 @@ function Mr() {
|
|
|
1919
1919
|
* @see https://tailwindcss.com/docs/background-size
|
|
1920
1920
|
*/
|
|
1921
1921
|
"bg-size": [{
|
|
1922
|
-
bg: ["auto", "cover", "contain",
|
|
1922
|
+
bg: ["auto", "cover", "contain", Tt]
|
|
1923
1923
|
}],
|
|
1924
1924
|
/**
|
|
1925
1925
|
* Background Image
|
|
@@ -1928,7 +1928,7 @@ function Mr() {
|
|
|
1928
1928
|
"bg-image": [{
|
|
1929
1929
|
bg: ["none", {
|
|
1930
1930
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1931
|
-
},
|
|
1931
|
+
}, _t]
|
|
1932
1932
|
}],
|
|
1933
1933
|
/**
|
|
1934
1934
|
* Background Color
|
|
@@ -1985,168 +1985,168 @@ function Mr() {
|
|
|
1985
1985
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1986
1986
|
*/
|
|
1987
1987
|
rounded: [{
|
|
1988
|
-
rounded: [
|
|
1988
|
+
rounded: [n]
|
|
1989
1989
|
}],
|
|
1990
1990
|
/**
|
|
1991
1991
|
* Border Radius Start
|
|
1992
1992
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1993
1993
|
*/
|
|
1994
1994
|
"rounded-s": [{
|
|
1995
|
-
"rounded-s": [
|
|
1995
|
+
"rounded-s": [n]
|
|
1996
1996
|
}],
|
|
1997
1997
|
/**
|
|
1998
1998
|
* Border Radius End
|
|
1999
1999
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2000
2000
|
*/
|
|
2001
2001
|
"rounded-e": [{
|
|
2002
|
-
"rounded-e": [
|
|
2002
|
+
"rounded-e": [n]
|
|
2003
2003
|
}],
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Border Radius Top
|
|
2006
2006
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2007
2007
|
*/
|
|
2008
2008
|
"rounded-t": [{
|
|
2009
|
-
"rounded-t": [
|
|
2009
|
+
"rounded-t": [n]
|
|
2010
2010
|
}],
|
|
2011
2011
|
/**
|
|
2012
2012
|
* Border Radius Right
|
|
2013
2013
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2014
2014
|
*/
|
|
2015
2015
|
"rounded-r": [{
|
|
2016
|
-
"rounded-r": [
|
|
2016
|
+
"rounded-r": [n]
|
|
2017
2017
|
}],
|
|
2018
2018
|
/**
|
|
2019
2019
|
* Border Radius Bottom
|
|
2020
2020
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2021
2021
|
*/
|
|
2022
2022
|
"rounded-b": [{
|
|
2023
|
-
"rounded-b": [
|
|
2023
|
+
"rounded-b": [n]
|
|
2024
2024
|
}],
|
|
2025
2025
|
/**
|
|
2026
2026
|
* Border Radius Left
|
|
2027
2027
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2028
2028
|
*/
|
|
2029
2029
|
"rounded-l": [{
|
|
2030
|
-
"rounded-l": [
|
|
2030
|
+
"rounded-l": [n]
|
|
2031
2031
|
}],
|
|
2032
2032
|
/**
|
|
2033
2033
|
* Border Radius Start Start
|
|
2034
2034
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2035
2035
|
*/
|
|
2036
2036
|
"rounded-ss": [{
|
|
2037
|
-
"rounded-ss": [
|
|
2037
|
+
"rounded-ss": [n]
|
|
2038
2038
|
}],
|
|
2039
2039
|
/**
|
|
2040
2040
|
* Border Radius Start End
|
|
2041
2041
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2042
2042
|
*/
|
|
2043
2043
|
"rounded-se": [{
|
|
2044
|
-
"rounded-se": [
|
|
2044
|
+
"rounded-se": [n]
|
|
2045
2045
|
}],
|
|
2046
2046
|
/**
|
|
2047
2047
|
* Border Radius End End
|
|
2048
2048
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2049
2049
|
*/
|
|
2050
2050
|
"rounded-ee": [{
|
|
2051
|
-
"rounded-ee": [
|
|
2051
|
+
"rounded-ee": [n]
|
|
2052
2052
|
}],
|
|
2053
2053
|
/**
|
|
2054
2054
|
* Border Radius End Start
|
|
2055
2055
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2056
2056
|
*/
|
|
2057
2057
|
"rounded-es": [{
|
|
2058
|
-
"rounded-es": [
|
|
2058
|
+
"rounded-es": [n]
|
|
2059
2059
|
}],
|
|
2060
2060
|
/**
|
|
2061
2061
|
* Border Radius Top Left
|
|
2062
2062
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2063
2063
|
*/
|
|
2064
2064
|
"rounded-tl": [{
|
|
2065
|
-
"rounded-tl": [
|
|
2065
|
+
"rounded-tl": [n]
|
|
2066
2066
|
}],
|
|
2067
2067
|
/**
|
|
2068
2068
|
* Border Radius Top Right
|
|
2069
2069
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2070
2070
|
*/
|
|
2071
2071
|
"rounded-tr": [{
|
|
2072
|
-
"rounded-tr": [
|
|
2072
|
+
"rounded-tr": [n]
|
|
2073
2073
|
}],
|
|
2074
2074
|
/**
|
|
2075
2075
|
* Border Radius Bottom Right
|
|
2076
2076
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2077
2077
|
*/
|
|
2078
2078
|
"rounded-br": [{
|
|
2079
|
-
"rounded-br": [
|
|
2079
|
+
"rounded-br": [n]
|
|
2080
2080
|
}],
|
|
2081
2081
|
/**
|
|
2082
2082
|
* Border Radius Bottom Left
|
|
2083
2083
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2084
2084
|
*/
|
|
2085
2085
|
"rounded-bl": [{
|
|
2086
|
-
"rounded-bl": [
|
|
2086
|
+
"rounded-bl": [n]
|
|
2087
2087
|
}],
|
|
2088
2088
|
/**
|
|
2089
2089
|
* Border Width
|
|
2090
2090
|
* @see https://tailwindcss.com/docs/border-width
|
|
2091
2091
|
*/
|
|
2092
2092
|
"border-w": [{
|
|
2093
|
-
border: [
|
|
2093
|
+
border: [d]
|
|
2094
2094
|
}],
|
|
2095
2095
|
/**
|
|
2096
2096
|
* Border Width X
|
|
2097
2097
|
* @see https://tailwindcss.com/docs/border-width
|
|
2098
2098
|
*/
|
|
2099
2099
|
"border-w-x": [{
|
|
2100
|
-
"border-x": [
|
|
2100
|
+
"border-x": [d]
|
|
2101
2101
|
}],
|
|
2102
2102
|
/**
|
|
2103
2103
|
* Border Width Y
|
|
2104
2104
|
* @see https://tailwindcss.com/docs/border-width
|
|
2105
2105
|
*/
|
|
2106
2106
|
"border-w-y": [{
|
|
2107
|
-
"border-y": [
|
|
2107
|
+
"border-y": [d]
|
|
2108
2108
|
}],
|
|
2109
2109
|
/**
|
|
2110
2110
|
* Border Width Start
|
|
2111
2111
|
* @see https://tailwindcss.com/docs/border-width
|
|
2112
2112
|
*/
|
|
2113
2113
|
"border-w-s": [{
|
|
2114
|
-
"border-s": [
|
|
2114
|
+
"border-s": [d]
|
|
2115
2115
|
}],
|
|
2116
2116
|
/**
|
|
2117
2117
|
* Border Width End
|
|
2118
2118
|
* @see https://tailwindcss.com/docs/border-width
|
|
2119
2119
|
*/
|
|
2120
2120
|
"border-w-e": [{
|
|
2121
|
-
"border-e": [
|
|
2121
|
+
"border-e": [d]
|
|
2122
2122
|
}],
|
|
2123
2123
|
/**
|
|
2124
2124
|
* Border Width Top
|
|
2125
2125
|
* @see https://tailwindcss.com/docs/border-width
|
|
2126
2126
|
*/
|
|
2127
2127
|
"border-w-t": [{
|
|
2128
|
-
"border-t": [
|
|
2128
|
+
"border-t": [d]
|
|
2129
2129
|
}],
|
|
2130
2130
|
/**
|
|
2131
2131
|
* Border Width Right
|
|
2132
2132
|
* @see https://tailwindcss.com/docs/border-width
|
|
2133
2133
|
*/
|
|
2134
2134
|
"border-w-r": [{
|
|
2135
|
-
"border-r": [
|
|
2135
|
+
"border-r": [d]
|
|
2136
2136
|
}],
|
|
2137
2137
|
/**
|
|
2138
2138
|
* Border Width Bottom
|
|
2139
2139
|
* @see https://tailwindcss.com/docs/border-width
|
|
2140
2140
|
*/
|
|
2141
2141
|
"border-w-b": [{
|
|
2142
|
-
"border-b": [
|
|
2142
|
+
"border-b": [d]
|
|
2143
2143
|
}],
|
|
2144
2144
|
/**
|
|
2145
2145
|
* Border Width Left
|
|
2146
2146
|
* @see https://tailwindcss.com/docs/border-width
|
|
2147
2147
|
*/
|
|
2148
2148
|
"border-w-l": [{
|
|
2149
|
-
"border-l": [
|
|
2149
|
+
"border-l": [d]
|
|
2150
2150
|
}],
|
|
2151
2151
|
/**
|
|
2152
2152
|
* Border Opacity
|
|
@@ -2167,7 +2167,7 @@ function Mr() {
|
|
|
2167
2167
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2168
2168
|
*/
|
|
2169
2169
|
"divide-x": [{
|
|
2170
|
-
"divide-x": [
|
|
2170
|
+
"divide-x": [d]
|
|
2171
2171
|
}],
|
|
2172
2172
|
/**
|
|
2173
2173
|
* Divide Width X Reverse
|
|
@@ -2179,7 +2179,7 @@ function Mr() {
|
|
|
2179
2179
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2180
2180
|
*/
|
|
2181
2181
|
"divide-y": [{
|
|
2182
|
-
"divide-y": [
|
|
2182
|
+
"divide-y": [d]
|
|
2183
2183
|
}],
|
|
2184
2184
|
/**
|
|
2185
2185
|
* Divide Width Y Reverse
|
|
@@ -2268,14 +2268,14 @@ function Mr() {
|
|
|
2268
2268
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2269
2269
|
*/
|
|
2270
2270
|
"outline-offset": [{
|
|
2271
|
-
"outline-offset": [W,
|
|
2271
|
+
"outline-offset": [W, x]
|
|
2272
2272
|
}],
|
|
2273
2273
|
/**
|
|
2274
2274
|
* Outline Width
|
|
2275
2275
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2276
2276
|
*/
|
|
2277
2277
|
"outline-w": [{
|
|
2278
|
-
outline: [W,
|
|
2278
|
+
outline: [W, H]
|
|
2279
2279
|
}],
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Outline Color
|
|
@@ -2315,7 +2315,7 @@ function Mr() {
|
|
|
2315
2315
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
2316
2316
|
*/
|
|
2317
2317
|
"ring-offset-w": [{
|
|
2318
|
-
"ring-offset": [W,
|
|
2318
|
+
"ring-offset": [W, H]
|
|
2319
2319
|
}],
|
|
2320
2320
|
/**
|
|
2321
2321
|
* Ring Offset Color
|
|
@@ -2330,14 +2330,14 @@ function Mr() {
|
|
|
2330
2330
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2331
2331
|
*/
|
|
2332
2332
|
shadow: [{
|
|
2333
|
-
shadow: ["", "inner", "none",
|
|
2333
|
+
shadow: ["", "inner", "none", J, Pt]
|
|
2334
2334
|
}],
|
|
2335
2335
|
/**
|
|
2336
2336
|
* Box Shadow Color
|
|
2337
2337
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
2338
2338
|
*/
|
|
2339
2339
|
"shadow-color": [{
|
|
2340
|
-
shadow: [
|
|
2340
|
+
shadow: [pe]
|
|
2341
2341
|
}],
|
|
2342
2342
|
/**
|
|
2343
2343
|
* Opacity
|
|
@@ -2374,14 +2374,14 @@ function Mr() {
|
|
|
2374
2374
|
* @see https://tailwindcss.com/docs/blur
|
|
2375
2375
|
*/
|
|
2376
2376
|
blur: [{
|
|
2377
|
-
blur: [
|
|
2377
|
+
blur: [t]
|
|
2378
2378
|
}],
|
|
2379
2379
|
/**
|
|
2380
2380
|
* Brightness
|
|
2381
2381
|
* @see https://tailwindcss.com/docs/brightness
|
|
2382
2382
|
*/
|
|
2383
2383
|
brightness: [{
|
|
2384
|
-
brightness: [
|
|
2384
|
+
brightness: [a]
|
|
2385
2385
|
}],
|
|
2386
2386
|
/**
|
|
2387
2387
|
* Contrast
|
|
@@ -2395,42 +2395,42 @@ function Mr() {
|
|
|
2395
2395
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2396
2396
|
*/
|
|
2397
2397
|
"drop-shadow": [{
|
|
2398
|
-
"drop-shadow": ["", "none",
|
|
2398
|
+
"drop-shadow": ["", "none", J, x]
|
|
2399
2399
|
}],
|
|
2400
2400
|
/**
|
|
2401
2401
|
* Grayscale
|
|
2402
2402
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2403
2403
|
*/
|
|
2404
2404
|
grayscale: [{
|
|
2405
|
-
grayscale: [
|
|
2405
|
+
grayscale: [p]
|
|
2406
2406
|
}],
|
|
2407
2407
|
/**
|
|
2408
2408
|
* Hue Rotate
|
|
2409
2409
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2410
2410
|
*/
|
|
2411
2411
|
"hue-rotate": [{
|
|
2412
|
-
"hue-rotate": [
|
|
2412
|
+
"hue-rotate": [g]
|
|
2413
2413
|
}],
|
|
2414
2414
|
/**
|
|
2415
2415
|
* Invert
|
|
2416
2416
|
* @see https://tailwindcss.com/docs/invert
|
|
2417
2417
|
*/
|
|
2418
2418
|
invert: [{
|
|
2419
|
-
invert: [
|
|
2419
|
+
invert: [b]
|
|
2420
2420
|
}],
|
|
2421
2421
|
/**
|
|
2422
2422
|
* Saturate
|
|
2423
2423
|
* @see https://tailwindcss.com/docs/saturate
|
|
2424
2424
|
*/
|
|
2425
2425
|
saturate: [{
|
|
2426
|
-
saturate: [
|
|
2426
|
+
saturate: [ge]
|
|
2427
2427
|
}],
|
|
2428
2428
|
/**
|
|
2429
2429
|
* Sepia
|
|
2430
2430
|
* @see https://tailwindcss.com/docs/sepia
|
|
2431
2431
|
*/
|
|
2432
2432
|
sepia: [{
|
|
2433
|
-
sepia: [
|
|
2433
|
+
sepia: [me]
|
|
2434
2434
|
}],
|
|
2435
2435
|
/**
|
|
2436
2436
|
* Backdrop Filter
|
|
@@ -2445,14 +2445,14 @@ function Mr() {
|
|
|
2445
2445
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2446
2446
|
*/
|
|
2447
2447
|
"backdrop-blur": [{
|
|
2448
|
-
"backdrop-blur": [
|
|
2448
|
+
"backdrop-blur": [t]
|
|
2449
2449
|
}],
|
|
2450
2450
|
/**
|
|
2451
2451
|
* Backdrop Brightness
|
|
2452
2452
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2453
2453
|
*/
|
|
2454
2454
|
"backdrop-brightness": [{
|
|
2455
|
-
"backdrop-brightness": [
|
|
2455
|
+
"backdrop-brightness": [a]
|
|
2456
2456
|
}],
|
|
2457
2457
|
/**
|
|
2458
2458
|
* Backdrop Contrast
|
|
@@ -2466,21 +2466,21 @@ function Mr() {
|
|
|
2466
2466
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2467
2467
|
*/
|
|
2468
2468
|
"backdrop-grayscale": [{
|
|
2469
|
-
"backdrop-grayscale": [
|
|
2469
|
+
"backdrop-grayscale": [p]
|
|
2470
2470
|
}],
|
|
2471
2471
|
/**
|
|
2472
2472
|
* Backdrop Hue Rotate
|
|
2473
2473
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2474
2474
|
*/
|
|
2475
2475
|
"backdrop-hue-rotate": [{
|
|
2476
|
-
"backdrop-hue-rotate": [
|
|
2476
|
+
"backdrop-hue-rotate": [g]
|
|
2477
2477
|
}],
|
|
2478
2478
|
/**
|
|
2479
2479
|
* Backdrop Invert
|
|
2480
2480
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2481
2481
|
*/
|
|
2482
2482
|
"backdrop-invert": [{
|
|
2483
|
-
"backdrop-invert": [
|
|
2483
|
+
"backdrop-invert": [b]
|
|
2484
2484
|
}],
|
|
2485
2485
|
/**
|
|
2486
2486
|
* Backdrop Opacity
|
|
@@ -2494,14 +2494,14 @@ function Mr() {
|
|
|
2494
2494
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2495
2495
|
*/
|
|
2496
2496
|
"backdrop-saturate": [{
|
|
2497
|
-
"backdrop-saturate": [
|
|
2497
|
+
"backdrop-saturate": [ge]
|
|
2498
2498
|
}],
|
|
2499
2499
|
/**
|
|
2500
2500
|
* Backdrop Sepia
|
|
2501
2501
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2502
2502
|
*/
|
|
2503
2503
|
"backdrop-sepia": [{
|
|
2504
|
-
"backdrop-sepia": [
|
|
2504
|
+
"backdrop-sepia": [me]
|
|
2505
2505
|
}],
|
|
2506
2506
|
// Tables
|
|
2507
2507
|
/**
|
|
@@ -2516,21 +2516,21 @@ function Mr() {
|
|
|
2516
2516
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2517
2517
|
*/
|
|
2518
2518
|
"border-spacing": [{
|
|
2519
|
-
"border-spacing": [
|
|
2519
|
+
"border-spacing": [c]
|
|
2520
2520
|
}],
|
|
2521
2521
|
/**
|
|
2522
2522
|
* Border Spacing X
|
|
2523
2523
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2524
2524
|
*/
|
|
2525
2525
|
"border-spacing-x": [{
|
|
2526
|
-
"border-spacing-x": [
|
|
2526
|
+
"border-spacing-x": [c]
|
|
2527
2527
|
}],
|
|
2528
2528
|
/**
|
|
2529
2529
|
* Border Spacing Y
|
|
2530
2530
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2531
2531
|
*/
|
|
2532
2532
|
"border-spacing-y": [{
|
|
2533
|
-
"border-spacing-y": [
|
|
2533
|
+
"border-spacing-y": [c]
|
|
2534
2534
|
}],
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Table Layout
|
|
@@ -2552,7 +2552,7 @@ function Mr() {
|
|
|
2552
2552
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2553
2553
|
*/
|
|
2554
2554
|
transition: [{
|
|
2555
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
2555
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", x]
|
|
2556
2556
|
}],
|
|
2557
2557
|
/**
|
|
2558
2558
|
* Transition Duration
|
|
@@ -2566,7 +2566,7 @@ function Mr() {
|
|
|
2566
2566
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2567
2567
|
*/
|
|
2568
2568
|
ease: [{
|
|
2569
|
-
ease: ["linear", "in", "out", "in-out",
|
|
2569
|
+
ease: ["linear", "in", "out", "in-out", x]
|
|
2570
2570
|
}],
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Transition Delay
|
|
@@ -2580,7 +2580,7 @@ function Mr() {
|
|
|
2580
2580
|
* @see https://tailwindcss.com/docs/animation
|
|
2581
2581
|
*/
|
|
2582
2582
|
animate: [{
|
|
2583
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
2583
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", x]
|
|
2584
2584
|
}],
|
|
2585
2585
|
// Transforms
|
|
2586
2586
|
/**
|
|
@@ -2595,28 +2595,28 @@ function Mr() {
|
|
|
2595
2595
|
* @see https://tailwindcss.com/docs/scale
|
|
2596
2596
|
*/
|
|
2597
2597
|
scale: [{
|
|
2598
|
-
scale: [
|
|
2598
|
+
scale: [ae]
|
|
2599
2599
|
}],
|
|
2600
2600
|
/**
|
|
2601
2601
|
* Scale X
|
|
2602
2602
|
* @see https://tailwindcss.com/docs/scale
|
|
2603
2603
|
*/
|
|
2604
2604
|
"scale-x": [{
|
|
2605
|
-
"scale-x": [
|
|
2605
|
+
"scale-x": [ae]
|
|
2606
2606
|
}],
|
|
2607
2607
|
/**
|
|
2608
2608
|
* Scale Y
|
|
2609
2609
|
* @see https://tailwindcss.com/docs/scale
|
|
2610
2610
|
*/
|
|
2611
2611
|
"scale-y": [{
|
|
2612
|
-
"scale-y": [
|
|
2612
|
+
"scale-y": [ae]
|
|
2613
2613
|
}],
|
|
2614
2614
|
/**
|
|
2615
2615
|
* Rotate
|
|
2616
2616
|
* @see https://tailwindcss.com/docs/rotate
|
|
2617
2617
|
*/
|
|
2618
2618
|
rotate: [{
|
|
2619
|
-
rotate: [fe,
|
|
2619
|
+
rotate: [fe, x]
|
|
2620
2620
|
}],
|
|
2621
2621
|
/**
|
|
2622
2622
|
* Translate X
|
|
@@ -2637,21 +2637,21 @@ function Mr() {
|
|
|
2637
2637
|
* @see https://tailwindcss.com/docs/skew
|
|
2638
2638
|
*/
|
|
2639
2639
|
"skew-x": [{
|
|
2640
|
-
"skew-x": [
|
|
2640
|
+
"skew-x": [be]
|
|
2641
2641
|
}],
|
|
2642
2642
|
/**
|
|
2643
2643
|
* Skew Y
|
|
2644
2644
|
* @see https://tailwindcss.com/docs/skew
|
|
2645
2645
|
*/
|
|
2646
2646
|
"skew-y": [{
|
|
2647
|
-
"skew-y": [
|
|
2647
|
+
"skew-y": [be]
|
|
2648
2648
|
}],
|
|
2649
2649
|
/**
|
|
2650
2650
|
* Transform Origin
|
|
2651
2651
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2652
2652
|
*/
|
|
2653
2653
|
"transform-origin": [{
|
|
2654
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
2654
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", x]
|
|
2655
2655
|
}],
|
|
2656
2656
|
// Interactivity
|
|
2657
2657
|
/**
|
|
@@ -2673,7 +2673,7 @@ function Mr() {
|
|
|
2673
2673
|
* @see https://tailwindcss.com/docs/cursor
|
|
2674
2674
|
*/
|
|
2675
2675
|
cursor: [{
|
|
2676
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2676
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", x]
|
|
2677
2677
|
}],
|
|
2678
2678
|
/**
|
|
2679
2679
|
* Caret Color
|
|
@@ -2895,7 +2895,7 @@ function Mr() {
|
|
|
2895
2895
|
* @see https://tailwindcss.com/docs/will-change
|
|
2896
2896
|
*/
|
|
2897
2897
|
"will-change": [{
|
|
2898
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2898
|
+
"will-change": ["auto", "scroll", "contents", "transform", x]
|
|
2899
2899
|
}],
|
|
2900
2900
|
// SVG
|
|
2901
2901
|
/**
|
|
@@ -2910,7 +2910,7 @@ function Mr() {
|
|
|
2910
2910
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2911
2911
|
*/
|
|
2912
2912
|
"stroke-w": [{
|
|
2913
|
-
stroke: [W,
|
|
2913
|
+
stroke: [W, H, Ce]
|
|
2914
2914
|
}],
|
|
2915
2915
|
/**
|
|
2916
2916
|
* Stroke
|
|
@@ -2986,76 +2986,76 @@ function Mr() {
|
|
|
2986
2986
|
}
|
|
2987
2987
|
};
|
|
2988
2988
|
}
|
|
2989
|
-
const
|
|
2990
|
-
primary: "
|
|
2991
|
-
secondary: "
|
|
2992
|
-
tertiary: "
|
|
2993
|
-
quaternary: "
|
|
2994
|
-
small: "
|
|
2995
|
-
large: "
|
|
2989
|
+
const w = /* @__PURE__ */ xt(Mt), cr = {
|
|
2990
|
+
primary: "ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark ds-rounded-sm hover:ds-text-Text-textPrimaryDark hover:ds-bg-Background-accentEggplant-highlight active:ds-bg-Background-accentEggplant-darkened focus:ds-bg-Background-accentEggplant-100 focus:ds-border focus:ds-border-white disabled:ds-bg-Background-accentEggplant-20",
|
|
2991
|
+
secondary: "ds-text-Text-secondary ds-rounded-sm ds-border ds-border-Fills-secondary hover:ds-text-black hover:ds-border hover:ds-border-Fills-black active:ds-text-black active:ds-border active:ds-border-Fills-black focus:ds-bg-Background-accentEggplant-5 focus:ds-text-accentEggplant-100 focus:ds-border focus:ds-border-Background-accentEggplant-100 disabled:ds-border disabled:ds-border-Fills-quadrutery disabled:ds-text-Text-tertiary",
|
|
2992
|
+
tertiary: "ds-text-Text-secondary ds-rounded-sm hover:ds-bg-Fills-quintiary active:ds-bg-Fills-quintiary focus:ds-bg-Fills-quadrutery disabled:ds-text-Fills-quadrutery disabled:ds-bg-Fills-quintiary",
|
|
2993
|
+
quaternary: "ds-text-accentEggplant-100 ds-rounded-sm hover:ds-bg-Background-accentEggplant-5 active:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-100 focus:ds-text-Text-textPrimaryDark disabled:ds-text-Background-accentEggplant-20",
|
|
2994
|
+
small: "ds-py-space075 ds-px-space400",
|
|
2995
|
+
large: "ds-py-space150 ds-px-space400"
|
|
2996
2996
|
}, De = L.forwardRef(
|
|
2997
|
-
(
|
|
2998
|
-
var
|
|
2997
|
+
(c, n) => {
|
|
2998
|
+
var d = c, { color: e = "primary", size: s = "small", disabled: t = !1, className: a } = d, o = B(d, ["color", "size", "disabled", "className"]);
|
|
2999
2999
|
return /* @__PURE__ */ l.jsx(
|
|
3000
3000
|
"button",
|
|
3001
3001
|
F({
|
|
3002
|
-
ref:
|
|
3003
|
-
disabled:
|
|
3004
|
-
className: v(
|
|
3002
|
+
ref: n,
|
|
3003
|
+
disabled: t,
|
|
3004
|
+
className: w(v(cr[e], cr[s], a))
|
|
3005
3005
|
}, o)
|
|
3006
3006
|
);
|
|
3007
3007
|
}
|
|
3008
3008
|
);
|
|
3009
3009
|
De.displayName = "Button";
|
|
3010
3010
|
const $e = L.forwardRef(
|
|
3011
|
-
({ className: e = "" },
|
|
3012
|
-
const
|
|
3011
|
+
({ className: e = "" }, s) => {
|
|
3012
|
+
const a = w("ds-text-System-red ds-ms-[2px]", e);
|
|
3013
3013
|
return /* @__PURE__ */ l.jsx(
|
|
3014
3014
|
"span",
|
|
3015
3015
|
{
|
|
3016
|
-
className:
|
|
3017
|
-
ref:
|
|
3016
|
+
className: a,
|
|
3017
|
+
ref: s,
|
|
3018
3018
|
children: "*"
|
|
3019
3019
|
}
|
|
3020
3020
|
);
|
|
3021
3021
|
}
|
|
3022
3022
|
);
|
|
3023
3023
|
$e.displayName = "Asteric";
|
|
3024
|
-
const
|
|
3025
|
-
primary: "
|
|
3026
|
-
primaryRounded: "
|
|
3027
|
-
success: "
|
|
3028
|
-
error: "
|
|
3029
|
-
errorRounded: "
|
|
3030
|
-
disabled: "
|
|
3031
|
-
},
|
|
3032
|
-
primary: "
|
|
3033
|
-
primaryRounded: "
|
|
3034
|
-
success: "
|
|
3035
|
-
error: "
|
|
3036
|
-
errorRounded: "
|
|
3037
|
-
disabled: "
|
|
3038
|
-
},
|
|
3039
|
-
primary: "
|
|
3040
|
-
primaryRounded: "
|
|
3041
|
-
success: "
|
|
3042
|
-
error: "
|
|
3043
|
-
errorRounded: "
|
|
3044
|
-
disabled: "
|
|
3045
|
-
},
|
|
3046
|
-
(R,
|
|
3024
|
+
const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.482%2010.047c2.498%200%204.566-2.072%204.566-4.565%200-2.498-2.073-4.565-4.57-4.565C2.985.917.917%202.984.917%205.482c0%202.493%202.072%204.565%204.565%204.565zm0-.76a3.786%203.786%200%200%201-3.8-3.805%203.782%203.782%200%200%201%203.796-3.805%203.794%203.794%200%200%201%203.809%203.805%203.79%203.79%200%200%201-3.805%203.804z'%20fill='%23FF453A'/%3e%3cpath%20d='M4.452%207.978h1.821a.316.316%200%201%200%200-.631h-.555V5.069c0-.242-.12-.403-.349-.403h-.841a.316.316%200%201%200%200%20.631h.479v2.05h-.555a.316.316%200%201%200%200%20.631zm.743-4.055c.326%200%20.582-.26.582-.587a.582.582%200%201%200-1.164%200c0%20.327.26.587.582.587z'%20fill='%23FF453A'/%3e%3c/svg%3e", fr = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.482%2010.047c2.498%200%204.566-2.072%204.566-4.565%200-2.498-2.073-4.565-4.57-4.565C2.985.917.917%202.984.917%205.482c0%202.493%202.072%204.565%204.565%204.565zm0-.76a3.786%203.786%200%200%201-3.8-3.805%203.782%203.782%200%200%201%203.796-3.805%203.794%203.794%200%200%201%203.809%203.805%203.79%203.79%200%200%201-3.805%203.804z'%20fill='%2328CD41'/%3e%3cpath%20d='M5.242%207.713a.42.42%200%200%200%20.363-.21L7.65%204.283c.05-.09.108-.188.108-.286%200-.202-.18-.332-.367-.332-.112%200-.224.072-.31.202l-1.857%202.98-.881-1.14c-.108-.144-.206-.18-.332-.18a.347.347%200%200%200-.344.354c0%20.099.04.193.103.278l1.092%201.342c.112.148.233.21.38.21z'%20fill='%2328CD41'/%3e%3c/svg%3e", pr = {
|
|
3025
|
+
primary: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3026
|
+
primaryRounded: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3027
|
+
success: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3028
|
+
error: "ds-bg-System-red ds-bg-opacity-[0.1] ds-placeholder-Fills-quadrutery ds-text-Text-primary MediumBodyRegular ds-border ds-border-System-red ds-rounded-sm active:ds-text-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3029
|
+
errorRounded: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary MediumBodyRegular ds-border ds-border-System-red ds-rounded-sm active:ds-text-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3030
|
+
disabled: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary MediumBodyRegular ds-border ds-border-Fills-quintiary ds-cursor-not-allowed ds-rounded-sm hover:ds-border-Fills-quintiary active:ds-text-Text-primary active:ds-border-Fills-quintiary focus:ds-border-Fills-quintiary focus:ds-outline-none disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]"
|
|
3031
|
+
}, gr = {
|
|
3032
|
+
primary: "ds-text-Text-primary",
|
|
3033
|
+
primaryRounded: "ds-text-Text-primary",
|
|
3034
|
+
success: "ds-text-Text-primary",
|
|
3035
|
+
error: "ds-text-System-red",
|
|
3036
|
+
errorRounded: "ds-text-System-red",
|
|
3037
|
+
disabled: "ds-text-Text-secondary"
|
|
3038
|
+
}, mr = {
|
|
3039
|
+
primary: "ds-text-Text-primary",
|
|
3040
|
+
primaryRounded: "ds-text-Text-primary",
|
|
3041
|
+
success: "ds-text-Text-primary",
|
|
3042
|
+
error: "ds-flex ds-flex-row ds-items-center ds-justify-start ds-text-System-red",
|
|
3043
|
+
errorRounded: "ds-text-System-red",
|
|
3044
|
+
disabled: "ds-text-Text-secondary"
|
|
3045
|
+
}, Ot = L.forwardRef(
|
|
3046
|
+
(R, b) => {
|
|
3047
3047
|
var _ = R, {
|
|
3048
3048
|
color: e = "primary",
|
|
3049
|
-
disabled:
|
|
3050
|
-
textarea:
|
|
3051
|
-
label:
|
|
3049
|
+
disabled: s = !1,
|
|
3050
|
+
textarea: t = !1,
|
|
3051
|
+
label: a,
|
|
3052
3052
|
required: o = !1,
|
|
3053
|
-
caption:
|
|
3054
|
-
labelClass:
|
|
3055
|
-
InputDivClass:
|
|
3053
|
+
caption: n,
|
|
3054
|
+
labelClass: c,
|
|
3055
|
+
InputDivClass: d,
|
|
3056
3056
|
captionClass: f,
|
|
3057
|
-
className:
|
|
3058
|
-
} = _,
|
|
3057
|
+
className: p
|
|
3058
|
+
} = _, g = B(_, [
|
|
3059
3059
|
"color",
|
|
3060
3060
|
"disabled",
|
|
3061
3061
|
"textarea",
|
|
@@ -3067,17 +3067,17 @@ const ut = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3067
3067
|
"captionClass",
|
|
3068
3068
|
"className"
|
|
3069
3069
|
]);
|
|
3070
|
-
return
|
|
3071
|
-
|
|
3070
|
+
return t ? /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsxs("div", { className: w("ds-flex ds-flex-col ds-items-start ds-w-full", d), children: [
|
|
3071
|
+
a && /* @__PURE__ */ l.jsxs(
|
|
3072
3072
|
"label",
|
|
3073
3073
|
{
|
|
3074
|
-
className:
|
|
3075
|
-
"MediumSubheadRegular
|
|
3076
|
-
|
|
3077
|
-
|
|
3074
|
+
className: w(
|
|
3075
|
+
"MediumSubheadRegular ds-mb-space075",
|
|
3076
|
+
c,
|
|
3077
|
+
gr[e]
|
|
3078
3078
|
),
|
|
3079
3079
|
children: [
|
|
3080
|
-
|
|
3080
|
+
a,
|
|
3081
3081
|
" ",
|
|
3082
3082
|
o && /* @__PURE__ */ l.jsx($e, {})
|
|
3083
3083
|
]
|
|
@@ -3086,49 +3086,49 @@ const ut = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3086
3086
|
/* @__PURE__ */ l.jsx(
|
|
3087
3087
|
"textarea",
|
|
3088
3088
|
F({
|
|
3089
|
-
disabled:
|
|
3090
|
-
className: v(
|
|
3091
|
-
},
|
|
3089
|
+
disabled: s,
|
|
3090
|
+
className: w(v(pr[e], p))
|
|
3091
|
+
}, g)
|
|
3092
3092
|
),
|
|
3093
|
-
|
|
3093
|
+
n && /* @__PURE__ */ l.jsxs(
|
|
3094
3094
|
"caption",
|
|
3095
3095
|
{
|
|
3096
|
-
className:
|
|
3097
|
-
|
|
3096
|
+
className: w(
|
|
3097
|
+
v("MediumCaption1Regular ds-font-normal ds-mt-space075", mr[e]),
|
|
3098
3098
|
f
|
|
3099
3099
|
),
|
|
3100
3100
|
children: [
|
|
3101
3101
|
e === "error" && /* @__PURE__ */ l.jsx(
|
|
3102
3102
|
"img",
|
|
3103
3103
|
{
|
|
3104
|
-
src:
|
|
3104
|
+
src: ur,
|
|
3105
3105
|
alt: "error",
|
|
3106
|
-
className: v(
|
|
3106
|
+
className: w(v("ds-me-1"))
|
|
3107
3107
|
}
|
|
3108
3108
|
),
|
|
3109
3109
|
e === "success" && /* @__PURE__ */ l.jsx(
|
|
3110
3110
|
"img",
|
|
3111
3111
|
{
|
|
3112
|
-
src:
|
|
3112
|
+
src: fr,
|
|
3113
3113
|
alt: "success",
|
|
3114
|
-
className: v(
|
|
3114
|
+
className: w(v("ds-me-1"))
|
|
3115
3115
|
}
|
|
3116
3116
|
),
|
|
3117
|
-
|
|
3117
|
+
n
|
|
3118
3118
|
]
|
|
3119
3119
|
}
|
|
3120
3120
|
)
|
|
3121
|
-
] }) }) : /* @__PURE__ */ l.jsxs("div", { className:
|
|
3122
|
-
|
|
3121
|
+
] }) }) : /* @__PURE__ */ l.jsxs("div", { className: w("ds-flex ds-flex-col ds-items-start ds-w-full", d), children: [
|
|
3122
|
+
a && /* @__PURE__ */ l.jsxs(
|
|
3123
3123
|
"label",
|
|
3124
3124
|
{
|
|
3125
|
-
className:
|
|
3126
|
-
"MediumSubheadRegular
|
|
3127
|
-
|
|
3128
|
-
|
|
3125
|
+
className: w(
|
|
3126
|
+
"MediumSubheadRegular ds-mb-space075",
|
|
3127
|
+
c,
|
|
3128
|
+
gr[e]
|
|
3129
3129
|
),
|
|
3130
3130
|
children: [
|
|
3131
|
-
|
|
3131
|
+
a,
|
|
3132
3132
|
" ",
|
|
3133
3133
|
o && /* @__PURE__ */ l.jsx($e, {})
|
|
3134
3134
|
]
|
|
@@ -3137,502 +3137,515 @@ const ut = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3137
3137
|
/* @__PURE__ */ l.jsx(
|
|
3138
3138
|
"input",
|
|
3139
3139
|
F({
|
|
3140
|
-
ref:
|
|
3141
|
-
disabled:
|
|
3142
|
-
className: v(
|
|
3143
|
-
},
|
|
3140
|
+
ref: b,
|
|
3141
|
+
disabled: s,
|
|
3142
|
+
className: w(v(pr[e], p))
|
|
3143
|
+
}, g)
|
|
3144
3144
|
),
|
|
3145
|
-
|
|
3145
|
+
n && /* @__PURE__ */ l.jsxs(
|
|
3146
3146
|
"caption",
|
|
3147
3147
|
{
|
|
3148
|
-
className:
|
|
3149
|
-
|
|
3148
|
+
className: w(
|
|
3149
|
+
v("MediumCaption1Regular ds-font-normal ds-mt-space075", mr[e]),
|
|
3150
3150
|
f
|
|
3151
3151
|
),
|
|
3152
3152
|
children: [
|
|
3153
3153
|
e === "error" && /* @__PURE__ */ l.jsx(
|
|
3154
3154
|
"img",
|
|
3155
3155
|
{
|
|
3156
|
-
src:
|
|
3156
|
+
src: ur,
|
|
3157
3157
|
alt: "error",
|
|
3158
|
-
className: v(
|
|
3158
|
+
className: w(v("ds-me-1"))
|
|
3159
3159
|
}
|
|
3160
3160
|
),
|
|
3161
3161
|
e === "success" && /* @__PURE__ */ l.jsx(
|
|
3162
3162
|
"img",
|
|
3163
3163
|
{
|
|
3164
|
-
src:
|
|
3164
|
+
src: fr,
|
|
3165
3165
|
alt: "success",
|
|
3166
|
-
className: v(
|
|
3166
|
+
className: w(v("ds-me-1"))
|
|
3167
3167
|
}
|
|
3168
3168
|
),
|
|
3169
|
-
|
|
3169
|
+
n
|
|
3170
3170
|
]
|
|
3171
3171
|
}
|
|
3172
3172
|
)
|
|
3173
3173
|
] });
|
|
3174
3174
|
}
|
|
3175
3175
|
);
|
|
3176
|
-
|
|
3177
|
-
function
|
|
3178
|
-
var
|
|
3176
|
+
Ot.displayName = "Input";
|
|
3177
|
+
function Cr(e) {
|
|
3178
|
+
var s, t, a = "";
|
|
3179
3179
|
if (typeof e == "string" || typeof e == "number")
|
|
3180
|
-
|
|
3180
|
+
a += e;
|
|
3181
3181
|
else if (typeof e == "object")
|
|
3182
3182
|
if (Array.isArray(e))
|
|
3183
|
-
for (
|
|
3184
|
-
e[
|
|
3183
|
+
for (s = 0; s < e.length; s++)
|
|
3184
|
+
e[s] && (t = Cr(e[s])) && (a && (a += " "), a += t);
|
|
3185
3185
|
else
|
|
3186
|
-
for (
|
|
3187
|
-
e[
|
|
3188
|
-
return
|
|
3186
|
+
for (s in e)
|
|
3187
|
+
e[s] && (a && (a += " "), a += s);
|
|
3188
|
+
return a;
|
|
3189
3189
|
}
|
|
3190
|
-
function
|
|
3191
|
-
for (var e,
|
|
3192
|
-
(e = arguments[
|
|
3193
|
-
return
|
|
3190
|
+
function zt() {
|
|
3191
|
+
for (var e, s, t = 0, a = ""; t < arguments.length; )
|
|
3192
|
+
(e = arguments[t++]) && (s = Cr(e)) && (a && (a += " "), a += s);
|
|
3193
|
+
return a;
|
|
3194
3194
|
}
|
|
3195
|
-
const
|
|
3196
|
-
var
|
|
3197
|
-
if ((
|
|
3198
|
-
return
|
|
3199
|
-
const { variants: o, defaultVariants:
|
|
3200
|
-
const
|
|
3201
|
-
if (
|
|
3195
|
+
const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, xr = zt, Er = (e, s) => (t) => {
|
|
3196
|
+
var a;
|
|
3197
|
+
if ((s == null ? void 0 : s.variants) == null)
|
|
3198
|
+
return xr(e, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
3199
|
+
const { variants: o, defaultVariants: n } = s, c = Object.keys(o).map((p) => {
|
|
3200
|
+
const g = t == null ? void 0 : t[p], b = n == null ? void 0 : n[p];
|
|
3201
|
+
if (g === null)
|
|
3202
3202
|
return null;
|
|
3203
|
-
const R =
|
|
3204
|
-
return o[
|
|
3205
|
-
}),
|
|
3206
|
-
let [
|
|
3207
|
-
return R === void 0 || (
|
|
3208
|
-
}, {}), f =
|
|
3209
|
-
let O =
|
|
3203
|
+
const R = br(g) || br(b);
|
|
3204
|
+
return o[p][R];
|
|
3205
|
+
}), d = t && Object.entries(t).reduce((p, g) => {
|
|
3206
|
+
let [b, R] = g;
|
|
3207
|
+
return R === void 0 || (p[b] = R), p;
|
|
3208
|
+
}, {}), f = s == null || (a = s.compoundVariants) === null || a === void 0 ? void 0 : a.reduce((p, g) => {
|
|
3209
|
+
let O = g, { class: b, className: R } = O, _ = B(O, ["class", "className"]);
|
|
3210
3210
|
return Object.entries(_).every((S) => {
|
|
3211
3211
|
let [A, I] = S;
|
|
3212
|
-
return Array.isArray(I) ? I.includes(F(F({},
|
|
3212
|
+
return Array.isArray(I) ? I.includes(F(F({}, n), d)[A]) : F(F({}, n), d)[A] === I;
|
|
3213
3213
|
}) ? [
|
|
3214
|
-
...
|
|
3215
|
-
|
|
3214
|
+
...p,
|
|
3215
|
+
b,
|
|
3216
3216
|
R
|
|
3217
|
-
] :
|
|
3217
|
+
] : p;
|
|
3218
3218
|
}, []);
|
|
3219
|
-
return
|
|
3220
|
-
},
|
|
3219
|
+
return xr(e, c, f, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
3220
|
+
}, Dt = Er("ds-border ds-text-text-primary", {
|
|
3221
3221
|
variants: {
|
|
3222
3222
|
cardType: {
|
|
3223
|
-
default: "
|
|
3224
|
-
shadowCard: "
|
|
3223
|
+
default: "ds-shadow-none",
|
|
3224
|
+
shadowCard: "ds-shadow-card"
|
|
3225
3225
|
}
|
|
3226
3226
|
},
|
|
3227
3227
|
defaultVariants: {
|
|
3228
3228
|
cardType: "default"
|
|
3229
3229
|
}
|
|
3230
|
-
}), $
|
|
3231
|
-
(o,
|
|
3232
|
-
var
|
|
3230
|
+
}), $t = q.forwardRef(
|
|
3231
|
+
(o, a) => {
|
|
3232
|
+
var n = o, { className: e, cardType: s } = n, t = B(n, ["className", "cardType"]);
|
|
3233
3233
|
return /* @__PURE__ */ l.jsx(
|
|
3234
3234
|
"div",
|
|
3235
3235
|
F({
|
|
3236
|
-
ref:
|
|
3237
|
-
className:
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
cardType:
|
|
3236
|
+
ref: a,
|
|
3237
|
+
className: w(
|
|
3238
|
+
v(
|
|
3239
|
+
Dt({
|
|
3240
|
+
cardType: s,
|
|
3241
3241
|
className: e
|
|
3242
3242
|
}),
|
|
3243
|
-
"
|
|
3243
|
+
"ds-rounded"
|
|
3244
3244
|
),
|
|
3245
3245
|
e
|
|
3246
3246
|
)
|
|
3247
|
-
},
|
|
3247
|
+
}, t)
|
|
3248
3248
|
);
|
|
3249
3249
|
}
|
|
3250
3250
|
);
|
|
3251
|
-
$
|
|
3252
|
-
const
|
|
3253
|
-
(
|
|
3254
|
-
var o =
|
|
3251
|
+
$t.displayName = "Card";
|
|
3252
|
+
const Bt = q.forwardRef(
|
|
3253
|
+
(a, t) => {
|
|
3254
|
+
var o = a, { className: e } = o, s = B(o, ["className"]);
|
|
3255
3255
|
return /* @__PURE__ */ l.jsx(
|
|
3256
3256
|
"div",
|
|
3257
3257
|
F({
|
|
3258
|
-
ref:
|
|
3259
|
-
className:
|
|
3260
|
-
|
|
3258
|
+
ref: t,
|
|
3259
|
+
className: w(
|
|
3260
|
+
v("ds-flex ds-flex-col ds-pt-space300 ds-pb-space200 ds-px-space300", e)
|
|
3261
3261
|
)
|
|
3262
|
-
},
|
|
3262
|
+
}, s)
|
|
3263
3263
|
);
|
|
3264
3264
|
}
|
|
3265
3265
|
);
|
|
3266
|
-
|
|
3267
|
-
const
|
|
3268
|
-
(
|
|
3269
|
-
var o =
|
|
3266
|
+
Bt.displayName = "CardHeader";
|
|
3267
|
+
const Lt = q.forwardRef(
|
|
3268
|
+
(a, t) => {
|
|
3269
|
+
var o = a, { className: e } = o, s = B(o, ["className"]);
|
|
3270
3270
|
return /* @__PURE__ */ l.jsx(
|
|
3271
3271
|
"div",
|
|
3272
3272
|
F({
|
|
3273
|
-
ref:
|
|
3274
|
-
className: v(
|
|
3275
|
-
},
|
|
3273
|
+
ref: t,
|
|
3274
|
+
className: w(v("ds-font-medium", e))
|
|
3275
|
+
}, s)
|
|
3276
3276
|
);
|
|
3277
3277
|
}
|
|
3278
3278
|
);
|
|
3279
|
-
|
|
3280
|
-
const
|
|
3281
|
-
(
|
|
3282
|
-
var o =
|
|
3279
|
+
Lt.displayName = "Title";
|
|
3280
|
+
const Vt = q.forwardRef(
|
|
3281
|
+
(a, t) => {
|
|
3282
|
+
var o = a, { className: e } = o, s = B(o, ["className"]);
|
|
3283
3283
|
return /* @__PURE__ */ l.jsx(
|
|
3284
3284
|
"div",
|
|
3285
3285
|
F({
|
|
3286
|
-
ref:
|
|
3287
|
-
className: v(
|
|
3288
|
-
},
|
|
3286
|
+
ref: t,
|
|
3287
|
+
className: w(v("ds-font-regular", e))
|
|
3288
|
+
}, s)
|
|
3289
3289
|
);
|
|
3290
3290
|
}
|
|
3291
3291
|
);
|
|
3292
|
-
|
|
3293
|
-
const
|
|
3294
|
-
(
|
|
3295
|
-
var o =
|
|
3292
|
+
Vt.displayName = "Description";
|
|
3293
|
+
const Wt = q.forwardRef(
|
|
3294
|
+
(a, t) => {
|
|
3295
|
+
var o = a, { className: e } = o, s = B(o, ["className"]);
|
|
3296
3296
|
return /* @__PURE__ */ l.jsx(
|
|
3297
3297
|
"div",
|
|
3298
3298
|
F({
|
|
3299
|
-
ref:
|
|
3300
|
-
className: v(
|
|
3301
|
-
},
|
|
3299
|
+
ref: t,
|
|
3300
|
+
className: w(v("ds-pb-space300 ds-px-space300 ", e))
|
|
3301
|
+
}, s)
|
|
3302
3302
|
);
|
|
3303
3303
|
}
|
|
3304
3304
|
);
|
|
3305
|
-
|
|
3306
|
-
const
|
|
3307
|
-
(
|
|
3308
|
-
var o =
|
|
3305
|
+
Wt.displayName = "Content";
|
|
3306
|
+
const qt = q.forwardRef(
|
|
3307
|
+
(a, t) => {
|
|
3308
|
+
var o = a, { className: e } = o, s = B(o, ["className"]);
|
|
3309
3309
|
return /* @__PURE__ */ l.jsx(
|
|
3310
3310
|
"div",
|
|
3311
3311
|
F({
|
|
3312
|
-
ref:
|
|
3313
|
-
className: v(
|
|
3314
|
-
},
|
|
3312
|
+
ref: t,
|
|
3313
|
+
className: w(v("ds-pb-space300 ds-px-space300", e))
|
|
3314
|
+
}, s)
|
|
3315
3315
|
);
|
|
3316
3316
|
}
|
|
3317
3317
|
);
|
|
3318
|
-
|
|
3319
|
-
const
|
|
3320
|
-
"
|
|
3318
|
+
qt.displayName = "Footer";
|
|
3319
|
+
const Gt = Er(
|
|
3320
|
+
"ds-grid zero:ds-grid-cols-4 ds-gap-x-8 mobile:ds-grid-cols-4 tablet:ds-grid-cols-6 desktop:ds-grid-cols-12 wide_desktop:ds-grid-cols-12 ds-w-full",
|
|
3321
3321
|
{
|
|
3322
3322
|
variants: {
|
|
3323
3323
|
display: {
|
|
3324
|
-
grid: "
|
|
3325
|
-
inlineGrid: "
|
|
3324
|
+
grid: "ds-grid",
|
|
3325
|
+
inlineGrid: "ds-inline-grid"
|
|
3326
3326
|
},
|
|
3327
3327
|
gap: {
|
|
3328
|
-
gap0: "
|
|
3329
|
-
gap100: "
|
|
3330
|
-
gap150: "
|
|
3331
|
-
gap200: "
|
|
3332
|
-
gap300: "
|
|
3333
|
-
gap400: "
|
|
3334
|
-
gap600: "
|
|
3335
|
-
gap800: "
|
|
3336
|
-
gap1000: "
|
|
3337
|
-
gap1200: "
|
|
3338
|
-
gap1600: "
|
|
3339
|
-
gap2000: "
|
|
3328
|
+
gap0: "ds-gap0",
|
|
3329
|
+
gap100: "ds-gap-100",
|
|
3330
|
+
gap150: "ds-gap-150",
|
|
3331
|
+
gap200: "ds-gap-200",
|
|
3332
|
+
gap300: "ds-gap-300",
|
|
3333
|
+
gap400: "ds-gap-400",
|
|
3334
|
+
gap600: "ds-gap-600",
|
|
3335
|
+
gap800: "ds-gap-800",
|
|
3336
|
+
gap1000: "ds-gap-1000",
|
|
3337
|
+
gap1200: "ds-gap-1200",
|
|
3338
|
+
gap1600: "ds-gap-1600",
|
|
3339
|
+
gap2000: "ds-gap-2000"
|
|
3340
3340
|
},
|
|
3341
3341
|
gapX: {
|
|
3342
|
-
gap0: "
|
|
3343
|
-
gap100: "
|
|
3344
|
-
gap150: "
|
|
3345
|
-
gap200: "
|
|
3346
|
-
gap300: "
|
|
3347
|
-
gap400: "
|
|
3348
|
-
gap600: "
|
|
3349
|
-
gap800: "
|
|
3350
|
-
gap1000: "
|
|
3351
|
-
gap1200: "
|
|
3352
|
-
gap1600: "
|
|
3353
|
-
gap2000: "
|
|
3342
|
+
gap0: "ds-gap-x-0",
|
|
3343
|
+
gap100: "ds-gap-x-100",
|
|
3344
|
+
gap150: "ds-gap-x-150",
|
|
3345
|
+
gap200: "ds-gap-x-200",
|
|
3346
|
+
gap300: "ds-gap-x-300",
|
|
3347
|
+
gap400: "ds-gap-x-400",
|
|
3348
|
+
gap600: "ds-gap-x-600",
|
|
3349
|
+
gap800: "ds-gap-x-800",
|
|
3350
|
+
gap1000: "ds-gap-x-1000",
|
|
3351
|
+
gap1200: "ds-gap-x-1200",
|
|
3352
|
+
gap1600: "ds-gap-x-1600",
|
|
3353
|
+
gap2000: "ds-gap-x-2000"
|
|
3354
3354
|
},
|
|
3355
3355
|
gapY: {
|
|
3356
|
-
gap0: "
|
|
3357
|
-
gap100: "
|
|
3358
|
-
gap150: "
|
|
3359
|
-
gap200: "
|
|
3360
|
-
gap300: "
|
|
3361
|
-
gap400: "
|
|
3362
|
-
gap600: "
|
|
3363
|
-
gap800: "
|
|
3364
|
-
gap1000: "
|
|
3365
|
-
gap1200: "
|
|
3366
|
-
gap1600: "
|
|
3367
|
-
gap2000: "
|
|
3356
|
+
gap0: "ds-gap-y-0",
|
|
3357
|
+
gap100: "ds-gap-y-100",
|
|
3358
|
+
gap150: "ds-gap-y-150",
|
|
3359
|
+
gap200: "ds-gap-y-200",
|
|
3360
|
+
gap300: "ds-gap-y-300",
|
|
3361
|
+
gap400: "ds-gap-y-400",
|
|
3362
|
+
gap600: "ds-gap-y-600",
|
|
3363
|
+
gap800: "ds-gap-y-800",
|
|
3364
|
+
gap1000: "ds-gap-y-1000",
|
|
3365
|
+
gap1200: "ds-gap-y-1200",
|
|
3366
|
+
gap1600: "ds-gap-y-1600",
|
|
3367
|
+
gap2000: "ds-gap-y-2000"
|
|
3368
3368
|
},
|
|
3369
3369
|
justifyContent: {
|
|
3370
|
-
normal: "
|
|
3371
|
-
start: "
|
|
3372
|
-
end: "
|
|
3373
|
-
center: "
|
|
3374
|
-
between: "
|
|
3375
|
-
around: "
|
|
3376
|
-
evenly: "
|
|
3377
|
-
stretch: "
|
|
3370
|
+
normal: "ds-justify-normal",
|
|
3371
|
+
start: "ds-justify-start",
|
|
3372
|
+
end: "ds-justify-end",
|
|
3373
|
+
center: "ds-justify-center",
|
|
3374
|
+
between: "ds-justify-between",
|
|
3375
|
+
around: "ds-justify-around",
|
|
3376
|
+
evenly: "ds-justify-evenly",
|
|
3377
|
+
stretch: "ds-justify-stretch"
|
|
3378
3378
|
},
|
|
3379
3379
|
justifyItems: {
|
|
3380
|
-
start: "
|
|
3381
|
-
end: "
|
|
3382
|
-
center: "
|
|
3383
|
-
stretch: "
|
|
3380
|
+
start: "ds-justify-items-start",
|
|
3381
|
+
end: "ds-justify-items-end",
|
|
3382
|
+
center: "ds-justify-items-center",
|
|
3383
|
+
stretch: "ds-justify-items-stretch"
|
|
3384
3384
|
},
|
|
3385
3385
|
alignContent: {
|
|
3386
|
-
normal: "
|
|
3387
|
-
center: "
|
|
3388
|
-
start: "
|
|
3389
|
-
end: "
|
|
3390
|
-
between: "
|
|
3391
|
-
around: "
|
|
3392
|
-
evenly: "
|
|
3393
|
-
baseline: "
|
|
3394
|
-
stretch: "
|
|
3386
|
+
normal: "ds-content-normal",
|
|
3387
|
+
center: "ds-content-center",
|
|
3388
|
+
start: "ds-content-start",
|
|
3389
|
+
end: "ds-content-end",
|
|
3390
|
+
between: "ds-content-between",
|
|
3391
|
+
around: "ds-content-around",
|
|
3392
|
+
evenly: "ds-content-evenly",
|
|
3393
|
+
baseline: "ds-content-baseline",
|
|
3394
|
+
stretch: "ds-content-stretch"
|
|
3395
3395
|
},
|
|
3396
3396
|
alignItems: {
|
|
3397
|
-
start: "
|
|
3398
|
-
end: "
|
|
3399
|
-
center: "
|
|
3400
|
-
baseline: "
|
|
3401
|
-
stretch: "
|
|
3397
|
+
start: "ds-items-start",
|
|
3398
|
+
end: "ds-items-end",
|
|
3399
|
+
center: "ds-items-center",
|
|
3400
|
+
baseline: "ds-items-baseline",
|
|
3401
|
+
stretch: "ds-items-stretch"
|
|
3402
3402
|
},
|
|
3403
3403
|
placeContent: {
|
|
3404
|
-
center: "
|
|
3405
|
-
start: "
|
|
3406
|
-
end: "
|
|
3407
|
-
between: "
|
|
3408
|
-
around: "
|
|
3409
|
-
evenly: "
|
|
3410
|
-
baseline: "
|
|
3411
|
-
stretch: "
|
|
3404
|
+
center: "ds-place-content-center",
|
|
3405
|
+
start: "ds-place-content-start",
|
|
3406
|
+
end: "ds-place-content-end",
|
|
3407
|
+
between: "ds-place-content-between",
|
|
3408
|
+
around: "ds-place-content-around",
|
|
3409
|
+
evenly: "ds-place-content-evenly",
|
|
3410
|
+
baseline: "ds-place-content-baseline",
|
|
3411
|
+
stretch: "ds-place-content-stretch"
|
|
3412
3412
|
},
|
|
3413
3413
|
placeItems: {
|
|
3414
|
-
start: "
|
|
3415
|
-
end: "
|
|
3416
|
-
center: "
|
|
3417
|
-
baseline: "
|
|
3418
|
-
stretch: "
|
|
3414
|
+
start: "ds-place-items-start",
|
|
3415
|
+
end: "ds-place-items-end",
|
|
3416
|
+
center: "ds-place-items-center",
|
|
3417
|
+
baseline: "ds-place-items-baseline",
|
|
3418
|
+
stretch: "ds-place-items-stretch"
|
|
3419
3419
|
}
|
|
3420
3420
|
}
|
|
3421
3421
|
}
|
|
3422
|
-
),
|
|
3423
|
-
(o,
|
|
3424
|
-
var
|
|
3422
|
+
), Yt = q.forwardRef(
|
|
3423
|
+
(o, a) => {
|
|
3424
|
+
var n = o, { className: e, children: s } = n, t = B(n, ["className", "children"]);
|
|
3425
3425
|
return /* @__PURE__ */ l.jsx(
|
|
3426
3426
|
"div",
|
|
3427
3427
|
Fe(F({
|
|
3428
|
-
className:
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
display:
|
|
3432
|
-
gap:
|
|
3433
|
-
gapX:
|
|
3434
|
-
gapY:
|
|
3435
|
-
justifyContent:
|
|
3436
|
-
justifyItems:
|
|
3437
|
-
alignContent:
|
|
3438
|
-
alignItems:
|
|
3439
|
-
placeContent:
|
|
3440
|
-
placeItems:
|
|
3428
|
+
className: w(
|
|
3429
|
+
v(
|
|
3430
|
+
Gt({
|
|
3431
|
+
display: t == null ? void 0 : t.display,
|
|
3432
|
+
gap: t == null ? void 0 : t.gap,
|
|
3433
|
+
gapX: t == null ? void 0 : t.gapX,
|
|
3434
|
+
gapY: t == null ? void 0 : t.gapY,
|
|
3435
|
+
justifyContent: t == null ? void 0 : t.justifyContent,
|
|
3436
|
+
justifyItems: t == null ? void 0 : t.justifyItems,
|
|
3437
|
+
alignContent: t == null ? void 0 : t.alignContent,
|
|
3438
|
+
alignItems: t == null ? void 0 : t.alignItems,
|
|
3439
|
+
placeContent: t == null ? void 0 : t.placeContent,
|
|
3440
|
+
placeItems: t == null ? void 0 : t.placeItems,
|
|
3441
3441
|
className: e
|
|
3442
3442
|
})
|
|
3443
3443
|
)
|
|
3444
3444
|
),
|
|
3445
|
-
ref:
|
|
3446
|
-
},
|
|
3447
|
-
children:
|
|
3445
|
+
ref: a
|
|
3446
|
+
}, t), {
|
|
3447
|
+
children: s
|
|
3448
3448
|
})
|
|
3449
3449
|
);
|
|
3450
3450
|
}
|
|
3451
3451
|
);
|
|
3452
|
-
|
|
3453
|
-
const
|
|
3454
|
-
let
|
|
3452
|
+
Yt.displayName = "Grid";
|
|
3453
|
+
const hr = (e) => {
|
|
3454
|
+
let s = "";
|
|
3455
3455
|
switch (e) {
|
|
3456
3456
|
case "STANDARD":
|
|
3457
3457
|
case "STANDARD_LINE_SEPARATED":
|
|
3458
|
-
|
|
3458
|
+
s = "ds-font-semibold ds-text-Text-primary";
|
|
3459
3459
|
break;
|
|
3460
3460
|
case "DISCOUNT":
|
|
3461
|
-
|
|
3461
|
+
s = "ds-font-normal ds-text-teal-400";
|
|
3462
3462
|
break;
|
|
3463
3463
|
case "FEE":
|
|
3464
3464
|
case "TAX":
|
|
3465
|
-
|
|
3465
|
+
s = "ds-font-normal ds-text-Text-secondary";
|
|
3466
3466
|
break;
|
|
3467
3467
|
}
|
|
3468
|
-
return
|
|
3469
|
-
},
|
|
3470
|
-
({ className: e, items:
|
|
3471
|
-
|
|
3472
|
-
{
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
"div",
|
|
3479
|
-
|
|
3480
|
-
className:
|
|
3481
|
-
"
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
),
|
|
3485
|
-
children: [
|
|
3486
|
-
/* @__PURE__ */ l.jsx(
|
|
3487
|
-
"span",
|
|
3488
|
-
{
|
|
3489
|
-
className: y(
|
|
3490
|
-
"tw-text-xSmallCallout tablet:tw-text-mediumCallout tw-me-3",
|
|
3491
|
-
ht(n.type)
|
|
3492
|
-
),
|
|
3493
|
-
children: n.display_name
|
|
3494
|
-
}
|
|
3495
|
-
),
|
|
3496
|
-
/* @__PURE__ */ l.jsx(
|
|
3497
|
-
"span",
|
|
3468
|
+
return s;
|
|
3469
|
+
}, Ut = q.forwardRef(
|
|
3470
|
+
({ className: e, items: s }, t) => {
|
|
3471
|
+
const [a, o] = q.useState(!1);
|
|
3472
|
+
return /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsxs(
|
|
3473
|
+
"div",
|
|
3474
|
+
{
|
|
3475
|
+
className: w(v(e, "ds-w-full ds-flex ds-flex-col")),
|
|
3476
|
+
ref: t,
|
|
3477
|
+
children: [
|
|
3478
|
+
/* @__PURE__ */ l.jsx("div", { children: s.length > 0 && s.map((n, c) => {
|
|
3479
|
+
var d;
|
|
3480
|
+
return /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsxs("div", { className: v(n.key_name !== "total_amount" && "line-items", a === !0 && "show"), children: [
|
|
3481
|
+
n.type === "STANDARD_LINE_SEPARATED" && /* @__PURE__ */ l.jsx("hr", { className: "ds-mt-3 ds-mb-1" }),
|
|
3482
|
+
/* @__PURE__ */ l.jsxs(
|
|
3483
|
+
"div",
|
|
3498
3484
|
{
|
|
3499
|
-
className:
|
|
3500
|
-
"
|
|
3501
|
-
|
|
3485
|
+
className: v(
|
|
3486
|
+
"ds-flex ds-flex-row ds-justify-between",
|
|
3487
|
+
c > 0 && "ds-mt-2",
|
|
3488
|
+
c !== s.length && n.type === "STANDARD_LINE_SEPARATED" && "ds-mb-1"
|
|
3502
3489
|
),
|
|
3503
|
-
children:
|
|
3490
|
+
children: [
|
|
3491
|
+
/* @__PURE__ */ l.jsx(
|
|
3492
|
+
"span",
|
|
3493
|
+
{
|
|
3494
|
+
className: v(
|
|
3495
|
+
"ds-text-xSmallCallout tablet:ds-text-mediumCallout ds-me-3",
|
|
3496
|
+
hr(n.type),
|
|
3497
|
+
((d = n.display_name) == null ? void 0 : d.toLocaleLowerCase()) === "vat" && "ds-uppercase"
|
|
3498
|
+
),
|
|
3499
|
+
children: n.display_name
|
|
3500
|
+
}
|
|
3501
|
+
),
|
|
3502
|
+
/* @__PURE__ */ l.jsx(
|
|
3503
|
+
"span",
|
|
3504
|
+
{
|
|
3505
|
+
className: v(
|
|
3506
|
+
"ds-text-xSmallCallout tablet:ds-text-mediumCallout",
|
|
3507
|
+
hr(n.type)
|
|
3508
|
+
),
|
|
3509
|
+
children: n.currency_converted_amount
|
|
3510
|
+
}
|
|
3511
|
+
)
|
|
3512
|
+
]
|
|
3504
3513
|
}
|
|
3505
3514
|
)
|
|
3506
|
-
]
|
|
3507
|
-
}
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3515
|
+
] }, `BookingQuoteLineItemType-${c}`) });
|
|
3516
|
+
}) }),
|
|
3517
|
+
/* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsxs("span", { className: "ds-flex ds-justify-end ds-items-center ds-text-Background-accentEggplant-100 ds-underline ds-cursor-pointer xSmallFootnoteEmphasized ds-tablet:ds-hidden", onClick: () => o(!a), children: [
|
|
3518
|
+
"See ",
|
|
3519
|
+
a ? "less" : "details"
|
|
3520
|
+
] }) })
|
|
3521
|
+
]
|
|
3522
|
+
}
|
|
3523
|
+
) });
|
|
3524
|
+
}
|
|
3512
3525
|
);
|
|
3513
|
-
|
|
3514
|
-
const
|
|
3515
|
-
const [
|
|
3516
|
-
|
|
3526
|
+
Ut.displayName = "Booking_Quote_Card";
|
|
3527
|
+
const Ht = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23cr9x6s95oa)'%3e%3cpath%20d='M4.222%206.738c0%20.13.05.246.152.345l4.302%204.057a.475.475%200%200%200%20.353.141c.282%200%20.5-.204.5-.476a.483.483%200%200%200-.147-.34l-3.95-3.727%203.95-3.727a.493.493%200%200%200%20.146-.34c0-.273-.217-.477-.499-.477a.492.492%200%200%200-.353.136L4.374%206.392a.455.455%200%200%200-.152.346z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='cr9x6s95oa'%3e%3cpath%20fill='%23fff'%20transform='translate(.333%20.05)'%20d='M0%200h13.333v12.864H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Jt = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.084%206.738a.46.46%200%200%200-.158-.346L5.63%202.33a.514.514%200%200%200-.358-.136.477.477%200%200%200-.353.817l3.95%203.727-3.95%203.727a.477.477%200%200%200%20.353.817c.14%200%20.26-.048.358-.142l4.296-4.057a.47.47%200%200%200%20.158-.345z'%20fill='%23fff'/%3e%3c/svg%3e", Xt = L.forwardRef(({ images: e }) => {
|
|
3528
|
+
const [s, t] = Be(0), a = () => {
|
|
3529
|
+
t((n) => n === e.length - 1 ? 0 : n + 1);
|
|
3517
3530
|
}, o = () => {
|
|
3518
|
-
|
|
3531
|
+
t((n) => n === 0 ? e.length - 1 : n - 1);
|
|
3519
3532
|
};
|
|
3520
|
-
return /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsxs("div", { className: "
|
|
3533
|
+
return /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsxs("div", { className: "ds-relative ds-rounded-[4px] ds-w-full", children: [
|
|
3521
3534
|
e.length > 1 && /* @__PURE__ */ l.jsx(
|
|
3522
3535
|
"button",
|
|
3523
3536
|
{
|
|
3524
|
-
className: "
|
|
3537
|
+
className: "ds-absolute ds-z-10 ds-top-[50%] -ds-translate-y-1/2 ds-left-4 ds-w-6 ds-h-6 ds-text-white ds-rounded-sm ds-flex ds-justify-center ds-items-center ds-bg-[rgba(255,255,255,0.25)] backdrop-blur-sm",
|
|
3525
3538
|
onClick: o,
|
|
3526
3539
|
children: /* @__PURE__ */ l.jsx(
|
|
3527
3540
|
"img",
|
|
3528
3541
|
{
|
|
3529
|
-
src:
|
|
3542
|
+
src: Ht,
|
|
3530
3543
|
alt: "prev"
|
|
3531
3544
|
}
|
|
3532
3545
|
)
|
|
3533
3546
|
}
|
|
3534
3547
|
),
|
|
3535
|
-
/* @__PURE__ */ l.jsx("div", { className: "picture
|
|
3536
|
-
backgroundImage: `url(${e[
|
|
3548
|
+
/* @__PURE__ */ l.jsx("div", { className: "picture ds-w-full ds-rounded-[4px]", style: {
|
|
3549
|
+
backgroundImage: `url(${e[s]})`
|
|
3537
3550
|
} }),
|
|
3538
3551
|
e.length > 1 && /* @__PURE__ */ l.jsx(
|
|
3539
3552
|
"button",
|
|
3540
3553
|
{
|
|
3541
|
-
className: "
|
|
3542
|
-
onClick:
|
|
3554
|
+
className: "ds-absolute ds-z-10 ds-top-[50%] -ds-translate-y-1/2 ds-right-4 ds-w-6 ds-h-6 ds-text-white ds-rounded-sm ds-flex ds-justify-center ds-items-center ds-bg-[rgba(255,255,255,0.25)] backdrop-blur-sm",
|
|
3555
|
+
onClick: a,
|
|
3543
3556
|
children: /* @__PURE__ */ l.jsx(
|
|
3544
3557
|
"img",
|
|
3545
3558
|
{
|
|
3546
|
-
src:
|
|
3559
|
+
src: Jt,
|
|
3547
3560
|
alt: "next"
|
|
3548
3561
|
}
|
|
3549
3562
|
)
|
|
3550
3563
|
}
|
|
3551
3564
|
),
|
|
3552
|
-
e.length > 1 && /* @__PURE__ */ l.jsx("ul", { className: "
|
|
3565
|
+
e.length > 1 && /* @__PURE__ */ l.jsx("ul", { className: "ds-absolute ds-flex ds-flex-row ds-bottom-1 ds-left-1/2 -ds-translate-x-1/2 ds-z-10", children: e.map((n, c) => /* @__PURE__ */ l.jsx(
|
|
3553
3566
|
"li",
|
|
3554
3567
|
{
|
|
3555
|
-
"aria-description":
|
|
3556
|
-
className:
|
|
3557
|
-
|
|
3558
|
-
"
|
|
3559
|
-
|
|
3560
|
-
|
|
3568
|
+
"aria-description": n,
|
|
3569
|
+
className: w(
|
|
3570
|
+
v(
|
|
3571
|
+
"ds-w-[5px] ds-h-[4px] ds-block ds-z-10 ds-mx-[2.5px] ds-rounded-[1px]",
|
|
3572
|
+
c !== s && "ds-bg-[rgba(255,255,255,0.5)]",
|
|
3573
|
+
c === s && "ds-bg-[rgba(255,255,255,0.8)]"
|
|
3561
3574
|
)
|
|
3562
3575
|
)
|
|
3563
3576
|
},
|
|
3564
|
-
|
|
3577
|
+
c
|
|
3565
3578
|
)) })
|
|
3566
3579
|
] }) });
|
|
3567
3580
|
});
|
|
3568
|
-
|
|
3569
|
-
const
|
|
3581
|
+
Xt.displayName = "Image_Carousel";
|
|
3582
|
+
const Kt = L.forwardRef(
|
|
3570
3583
|
({
|
|
3571
3584
|
title: e,
|
|
3572
|
-
content:
|
|
3573
|
-
expandIcon:
|
|
3574
|
-
collapseIcon:
|
|
3585
|
+
content: s,
|
|
3586
|
+
expandIcon: t,
|
|
3587
|
+
collapseIcon: a,
|
|
3575
3588
|
accordionClass: o,
|
|
3576
|
-
accordionHeaderClass:
|
|
3577
|
-
accordionTitleClass:
|
|
3578
|
-
accordionContentClass:
|
|
3589
|
+
accordionHeaderClass: n,
|
|
3590
|
+
accordionTitleClass: c,
|
|
3591
|
+
accordionContentClass: d,
|
|
3579
3592
|
isEnabled: f = !0,
|
|
3580
|
-
isExpanded:
|
|
3581
|
-
},
|
|
3582
|
-
const [
|
|
3583
|
-
f && R(!
|
|
3593
|
+
isExpanded: p = !0
|
|
3594
|
+
}, g) => {
|
|
3595
|
+
const [b, R] = Be(p), _ = () => {
|
|
3596
|
+
f && R(!b);
|
|
3584
3597
|
};
|
|
3585
3598
|
return Me(() => {
|
|
3586
|
-
f && R(
|
|
3587
|
-
}, [f,
|
|
3599
|
+
f && R(p);
|
|
3600
|
+
}, [f, p]), /* @__PURE__ */ l.jsxs(
|
|
3588
3601
|
"div",
|
|
3589
3602
|
{
|
|
3590
|
-
className: v(
|
|
3591
|
-
ref:
|
|
3603
|
+
className: w(v("silkhaus-accordion", o)),
|
|
3604
|
+
ref: g,
|
|
3592
3605
|
children: [
|
|
3593
3606
|
/* @__PURE__ */ l.jsxs(
|
|
3594
3607
|
"div",
|
|
3595
3608
|
{
|
|
3596
|
-
className:
|
|
3597
|
-
|
|
3598
|
-
"silkhaus-accordion-header
|
|
3599
|
-
|
|
3600
|
-
!f && "
|
|
3601
|
-
f && "
|
|
3609
|
+
className: w(
|
|
3610
|
+
v(
|
|
3611
|
+
"silkhaus-accordion-header ds-flex ds-flex-row ds-justify-between ds-items-center",
|
|
3612
|
+
n,
|
|
3613
|
+
!f && "ds-cursor-not-allowed",
|
|
3614
|
+
f && "ds-cursor-pointer"
|
|
3602
3615
|
)
|
|
3603
3616
|
),
|
|
3604
3617
|
onClick: _,
|
|
3605
3618
|
children: [
|
|
3606
|
-
/* @__PURE__ */ l.jsx("div", { className: v(
|
|
3607
|
-
|
|
3619
|
+
/* @__PURE__ */ l.jsx("div", { className: w(v(c)), children: e }),
|
|
3620
|
+
b ? a || "-" : t || "+"
|
|
3608
3621
|
]
|
|
3609
3622
|
}
|
|
3610
3623
|
),
|
|
3611
|
-
|
|
3624
|
+
b && /* @__PURE__ */ l.jsx("div", { className: w(v("silkhaus-accordion-content", d)), children: s })
|
|
3612
3625
|
]
|
|
3613
3626
|
}
|
|
3614
3627
|
);
|
|
3615
3628
|
}
|
|
3616
3629
|
);
|
|
3617
|
-
|
|
3618
|
-
function
|
|
3619
|
-
return v(
|
|
3630
|
+
Kt.displayName = "Accordion";
|
|
3631
|
+
function Qt(...e) {
|
|
3632
|
+
return w(v(e));
|
|
3620
3633
|
}
|
|
3621
|
-
const
|
|
3634
|
+
const Zt = L.forwardRef(({
|
|
3622
3635
|
checked: e = !1,
|
|
3623
|
-
onChange:
|
|
3624
|
-
disabled:
|
|
3625
|
-
htmlId:
|
|
3626
|
-
}, o) => /* @__PURE__ */ l.jsxs("label", { className:
|
|
3636
|
+
onChange: s,
|
|
3637
|
+
disabled: t = !1,
|
|
3638
|
+
htmlId: a = "wa"
|
|
3639
|
+
}, o) => /* @__PURE__ */ l.jsxs("label", { className: Qt("switch", t && "disabled"), htmlFor: a, children: [
|
|
3627
3640
|
/* @__PURE__ */ l.jsx(
|
|
3628
3641
|
"input",
|
|
3629
3642
|
{
|
|
3630
|
-
id:
|
|
3643
|
+
id: a,
|
|
3631
3644
|
type: "checkbox",
|
|
3632
3645
|
checked: e,
|
|
3633
|
-
onChange:
|
|
3646
|
+
onChange: s,
|
|
3634
3647
|
ref: o,
|
|
3635
|
-
disabled:
|
|
3648
|
+
disabled: t
|
|
3636
3649
|
}
|
|
3637
3650
|
),
|
|
3638
3651
|
/* @__PURE__ */ l.jsx(
|
|
@@ -3640,95 +3653,95 @@ const Zr = L.forwardRef(({
|
|
|
3640
3653
|
{
|
|
3641
3654
|
className: "slider round",
|
|
3642
3655
|
style: {
|
|
3643
|
-
opacity:
|
|
3644
|
-
cursor:
|
|
3656
|
+
opacity: t ? 0.5 : 1,
|
|
3657
|
+
cursor: t ? "not-allowed" : "pointer"
|
|
3645
3658
|
}
|
|
3646
3659
|
}
|
|
3647
3660
|
)
|
|
3648
3661
|
] }));
|
|
3649
|
-
|
|
3650
|
-
const
|
|
3651
|
-
const
|
|
3652
|
-
return /* @__PURE__ */ l.jsx("div", Fe(F({ ref:
|
|
3662
|
+
Zt.displayName = "Switch";
|
|
3663
|
+
const es = tt((e, s) => {
|
|
3664
|
+
const n = e, { open: t, children: a } = n, o = B(n, ["open", "children"]);
|
|
3665
|
+
return /* @__PURE__ */ l.jsx("div", Fe(F({ ref: s, className: `dialog ${t ? "open" : ""}` }, o), { children: a }));
|
|
3653
3666
|
});
|
|
3654
|
-
|
|
3655
|
-
const
|
|
3667
|
+
es.displayName = "Dialog";
|
|
3668
|
+
const rs = L.forwardRef(
|
|
3656
3669
|
({
|
|
3657
3670
|
outerDivClassName: e = "",
|
|
3658
|
-
banner:
|
|
3659
|
-
title:
|
|
3660
|
-
description:
|
|
3671
|
+
banner: s = "",
|
|
3672
|
+
title: t,
|
|
3673
|
+
description: a,
|
|
3661
3674
|
primaryBtnText: o = "Submit",
|
|
3662
|
-
showPrimaryBtn:
|
|
3663
|
-
secondaryBtnText:
|
|
3664
|
-
showSecondaryBtn:
|
|
3675
|
+
showPrimaryBtn: n,
|
|
3676
|
+
secondaryBtnText: c = "Cancel",
|
|
3677
|
+
showSecondaryBtn: d,
|
|
3665
3678
|
onPrimaryBtnClick: f,
|
|
3666
|
-
onSecondaryBtnClick:
|
|
3667
|
-
disablePrimaryBtn:
|
|
3668
|
-
disableSecondaryBtn:
|
|
3669
|
-
}, R) => /* @__PURE__ */ l.jsx("div", { className:
|
|
3679
|
+
onSecondaryBtnClick: p,
|
|
3680
|
+
disablePrimaryBtn: g = !1,
|
|
3681
|
+
disableSecondaryBtn: b = !1
|
|
3682
|
+
}, R) => /* @__PURE__ */ l.jsx("div", { className: w(e), children: /* @__PURE__ */ l.jsxs(
|
|
3670
3683
|
"div",
|
|
3671
3684
|
{
|
|
3672
|
-
className:
|
|
3673
|
-
|
|
3674
|
-
"
|
|
3675
|
-
|
|
3685
|
+
className: w(
|
|
3686
|
+
v(
|
|
3687
|
+
"ds-bg-white ds-w-full ds-wide_ds-desktop:ds-w-[528px] ds-desktop:ds-w-[528px] ds-tablet:ds-w-[528px] ds-border ds-rounded",
|
|
3688
|
+
s && "ds-p-6"
|
|
3676
3689
|
)
|
|
3677
3690
|
),
|
|
3678
3691
|
ref: R,
|
|
3679
3692
|
children: [
|
|
3680
|
-
|
|
3693
|
+
s && /* @__PURE__ */ l.jsx(
|
|
3681
3694
|
"div",
|
|
3682
3695
|
{
|
|
3683
|
-
className: "
|
|
3684
|
-
style: { backgroundImage: `url(${
|
|
3696
|
+
className: "ds-mb-4 ds-bg-Background-accentEggplant-5 banner",
|
|
3697
|
+
style: { backgroundImage: `url(${s})` }
|
|
3685
3698
|
}
|
|
3686
3699
|
),
|
|
3687
3700
|
/* @__PURE__ */ l.jsxs(
|
|
3688
3701
|
"div",
|
|
3689
3702
|
{
|
|
3690
|
-
className:
|
|
3691
|
-
!
|
|
3703
|
+
className: v(
|
|
3704
|
+
!s && "ds-p-6 ds-border-t-4 ds-rounded-s ds-rounded-e ds-border-Background-accentEggplant-100"
|
|
3692
3705
|
),
|
|
3693
3706
|
children: [
|
|
3694
3707
|
/* @__PURE__ */ l.jsxs("div", { children: [
|
|
3695
3708
|
/* @__PURE__ */ l.jsx(
|
|
3696
3709
|
"h2",
|
|
3697
3710
|
{
|
|
3698
|
-
className:
|
|
3699
|
-
"
|
|
3700
|
-
|
|
3711
|
+
className: v(
|
|
3712
|
+
"ds-text-mediumTitle1Emphasized ds-text-black ds-mb-0 ds-pb-4 ds-font-semibold",
|
|
3713
|
+
s && "ds-border-t-2 ds-border-Background-accentEggplant-100 ds-pt-4"
|
|
3701
3714
|
),
|
|
3702
|
-
children:
|
|
3715
|
+
children: t
|
|
3703
3716
|
}
|
|
3704
3717
|
),
|
|
3705
|
-
|
|
3718
|
+
a && /* @__PURE__ */ l.jsx("span", { className: "ds-text-black ds-text-mediumBody1Regular", children: a })
|
|
3706
3719
|
] }),
|
|
3707
3720
|
/* @__PURE__ */ l.jsxs(
|
|
3708
3721
|
"div",
|
|
3709
3722
|
{
|
|
3710
|
-
className:
|
|
3711
|
-
"
|
|
3712
|
-
|
|
3713
|
-
|
|
3723
|
+
className: v(
|
|
3724
|
+
"ds-flex ds-flex-col ds-pt-4 ds-tablet:ds-grid ds-tablet:ds-grid-flow-row ds-tablet:ds-grid-cols-2 ds-tablet:ds-gap-x-4 ds-tablet:ds-flex-row",
|
|
3725
|
+
n && d && "ds-tablet:ds-justify-between ds-items-center",
|
|
3726
|
+
n && !d && "ds-tablet:ds-justify-end ds-items-center"
|
|
3714
3727
|
),
|
|
3715
3728
|
children: [
|
|
3716
|
-
/* @__PURE__ */ l.jsx("div", { className: "tablet:
|
|
3729
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-tablet:ds-mt-0 ds-mt-4 ds-w-full ds-tablet:ds-w-auto ds-flex ds-flex-col ds-order-2 ds-tablet:ds-order-1", children: d && /* @__PURE__ */ l.jsx(
|
|
3717
3730
|
De,
|
|
3718
3731
|
{
|
|
3719
3732
|
color: "secondary",
|
|
3720
|
-
onClick:
|
|
3721
|
-
disabled:
|
|
3733
|
+
onClick: p,
|
|
3734
|
+
disabled: b,
|
|
3722
3735
|
size: "large",
|
|
3723
|
-
children:
|
|
3736
|
+
children: c
|
|
3724
3737
|
}
|
|
3725
3738
|
) }),
|
|
3726
|
-
/* @__PURE__ */ l.jsx("div", { className: "
|
|
3739
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-w-full ds-flex ds-flex-col ds-tablet:ds-w-auto ds-order-1 ds-tablet:ds-order-2", children: n && /* @__PURE__ */ l.jsx(
|
|
3727
3740
|
De,
|
|
3728
3741
|
{
|
|
3729
3742
|
color: "primary",
|
|
3730
3743
|
onClick: f,
|
|
3731
|
-
disabled:
|
|
3744
|
+
disabled: g,
|
|
3732
3745
|
size: "large",
|
|
3733
3746
|
children: o
|
|
3734
3747
|
}
|
|
@@ -3743,18 +3756,18 @@ const ta = L.forwardRef(
|
|
|
3743
3756
|
}
|
|
3744
3757
|
) })
|
|
3745
3758
|
);
|
|
3746
|
-
|
|
3747
|
-
const
|
|
3748
|
-
const f = parseInt(o) / 2 - 4,
|
|
3759
|
+
rs.displayName = "AlertDialog";
|
|
3760
|
+
const ts = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23jy0s9xho2a)'%3e%3cpath%20d='M6.647%2012.969a.925.925%200%200%200%20.82-.431l5.586-8.641c.14-.215.196-.405.196-.586%200-.475-.345-.811-.827-.811-.338%200-.54.116-.745.437l-5.054%208.009-2.589-3.28c-.193-.247-.4-.353-.692-.353-.492%200-.842.348-.842.825%200%20.207.071.404.247.614l3.088%203.81c.226.276.478.407.812.407z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='jy0s9xho2a'%3e%3cpath%20fill='%23fff'%20transform='translate(.667%20.667)'%20d='M0%200h14.667v14.667H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Tr = L.forwardRef(({ progress: e, text: s = "", borderColor: t = "rgba(0, 0, 0, 0.1)", progressColor: a = "#542686", size: o = "48px", strokeWidth: n = 3, textClass: c = "" }, d) => {
|
|
3761
|
+
const f = parseInt(o) / 2 - 4, p = 2 * Math.PI * f, g = p - e * p;
|
|
3749
3762
|
return /* @__PURE__ */ l.jsxs(
|
|
3750
3763
|
"div",
|
|
3751
3764
|
{
|
|
3752
|
-
ref:
|
|
3765
|
+
ref: d,
|
|
3753
3766
|
className: "rounded-progress-bar",
|
|
3754
3767
|
style: {
|
|
3755
3768
|
"--progress": e,
|
|
3756
|
-
"--border-color":
|
|
3757
|
-
"--progress-color":
|
|
3769
|
+
"--border-color": t,
|
|
3770
|
+
"--progress-color": a,
|
|
3758
3771
|
width: o,
|
|
3759
3772
|
height: o
|
|
3760
3773
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -3763,8 +3776,8 @@ const ra = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
3763
3776
|
/* @__PURE__ */ l.jsx(
|
|
3764
3777
|
"span",
|
|
3765
3778
|
{
|
|
3766
|
-
className: v(
|
|
3767
|
-
children:
|
|
3779
|
+
className: w(v("ds-absolute ds-top-1/2 ds-left-1/2 -ds-translate-x-1/2 -ds-translate-y-1/2 SmallCaption2Emphasized ds-text-nowrap", c)),
|
|
3780
|
+
children: s
|
|
3768
3781
|
}
|
|
3769
3782
|
),
|
|
3770
3783
|
/* @__PURE__ */ l.jsx("div", { className: "progress-ring", children: /* @__PURE__ */ l.jsxs(
|
|
@@ -3779,7 +3792,7 @@ const ra = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
3779
3792
|
{
|
|
3780
3793
|
className: "progress-ring-circle",
|
|
3781
3794
|
stroke: "var(--border-color)",
|
|
3782
|
-
strokeWidth:
|
|
3795
|
+
strokeWidth: n,
|
|
3783
3796
|
fill: "transparent",
|
|
3784
3797
|
r: f.toString(),
|
|
3785
3798
|
cx: (parseInt(o) / 2).toString(),
|
|
@@ -3791,13 +3804,13 @@ const ra = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
3791
3804
|
{
|
|
3792
3805
|
className: "progress-ring-circle-progress",
|
|
3793
3806
|
stroke: "var(--progress-color)",
|
|
3794
|
-
strokeWidth:
|
|
3807
|
+
strokeWidth: n,
|
|
3795
3808
|
fill: "transparent",
|
|
3796
3809
|
r: f.toString(),
|
|
3797
3810
|
cx: (parseInt(o) / 2).toString(),
|
|
3798
3811
|
cy: (parseInt(o) / 2).toString(),
|
|
3799
|
-
strokeDasharray: `${
|
|
3800
|
-
strokeDashoffset: `${
|
|
3812
|
+
strokeDasharray: `${p}`,
|
|
3813
|
+
strokeDashoffset: `${g}`
|
|
3801
3814
|
}
|
|
3802
3815
|
)
|
|
3803
3816
|
]
|
|
@@ -3807,46 +3820,46 @@ const ra = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
3807
3820
|
}
|
|
3808
3821
|
);
|
|
3809
3822
|
});
|
|
3810
|
-
|
|
3811
|
-
const
|
|
3812
|
-
var
|
|
3823
|
+
Tr.displayName = "RoundedProgressBar";
|
|
3824
|
+
const ss = L.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass: t = "" }, a) => {
|
|
3825
|
+
var n, c;
|
|
3813
3826
|
let o = 0;
|
|
3814
|
-
for (let
|
|
3815
|
-
(((
|
|
3816
|
-
return
|
|
3827
|
+
for (let d = 0; d < e.length; d++)
|
|
3828
|
+
(((n = e[d]) == null ? void 0 : n.status) === "completed" || ((c = e[d]) == null ? void 0 : c.status) === "active") && o++;
|
|
3829
|
+
return /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
3817
3830
|
/* @__PURE__ */ l.jsx(
|
|
3818
3831
|
"div",
|
|
3819
3832
|
{
|
|
3820
|
-
ref:
|
|
3821
|
-
className: v(
|
|
3822
|
-
children: /* @__PURE__ */ l.jsxs("div", { className: "
|
|
3823
|
-
/* @__PURE__ */ l.jsx("div", { className: "
|
|
3824
|
-
e.map((
|
|
3833
|
+
ref: a,
|
|
3834
|
+
className: w(v("ds-hidden ds-tablet:ds-block ds-relative ds-h-[72px]", s)),
|
|
3835
|
+
children: /* @__PURE__ */ l.jsxs("div", { className: "ds-relative ds-w-full ds-flex ds-items-center ds-flex-row ds-justify-between", children: [
|
|
3836
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-absolute ds-left-0 ds-top-2/4 ds-h-0.5 ds-w-full -translate-y-2/4 ds-bg-Fills-quintiary" }),
|
|
3837
|
+
e.map((d, f) => /* @__PURE__ */ l.jsxs(
|
|
3825
3838
|
"div",
|
|
3826
3839
|
{
|
|
3827
|
-
className: "
|
|
3840
|
+
className: "ds-relative",
|
|
3828
3841
|
children: [
|
|
3829
3842
|
/* @__PURE__ */ l.jsx(
|
|
3830
3843
|
"div",
|
|
3831
3844
|
{
|
|
3832
|
-
className: `
|
|
3845
|
+
className: `ds-flex ds-items-center ds-justify-center ds-w-[22px] ds-h-[22px] ds-rounded ds-border ds-border-Background-accentEggplant-100 ${d.status === "active" || d.status === "completed" ? "ds-bg-Background-accentEggplant-100" : "ds-bg-white"}
|
|
3833
3846
|
`,
|
|
3834
|
-
children:
|
|
3847
|
+
children: d.status === "completed" ? /* @__PURE__ */ l.jsx("span", { className: "ds-text-white ds-flex ds-justify-center ds-items-center", children: /* @__PURE__ */ l.jsx(
|
|
3835
3848
|
"img",
|
|
3836
3849
|
{
|
|
3837
|
-
src:
|
|
3850
|
+
src: ts,
|
|
3838
3851
|
alt: "check-icon"
|
|
3839
3852
|
}
|
|
3840
3853
|
) }) : /* @__PURE__ */ l.jsx(
|
|
3841
3854
|
"span",
|
|
3842
3855
|
{
|
|
3843
|
-
className: `MediumCaption2Emphasized ${
|
|
3844
|
-
children:
|
|
3856
|
+
className: `MediumCaption2Emphasized ${d.status === "active" ? "ds-text-white" : "ds-text-gray-600"}`,
|
|
3857
|
+
children: d.number
|
|
3845
3858
|
}
|
|
3846
3859
|
)
|
|
3847
3860
|
}
|
|
3848
3861
|
),
|
|
3849
|
-
/* @__PURE__ */ l.jsx("div", { className: "
|
|
3862
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-text-black MediumCaption2Regular ds-mt-2 ds-absolute ds-text-nowrap ds-left-1/2 -ds-translate-x-1/2", children: d.title })
|
|
3850
3863
|
]
|
|
3851
3864
|
},
|
|
3852
3865
|
f
|
|
@@ -3854,21 +3867,21 @@ const aa = L.forwardRef(({ steps: e, outerDivClass: a = "", outerMobileDivClass:
|
|
|
3854
3867
|
] })
|
|
3855
3868
|
}
|
|
3856
3869
|
),
|
|
3857
|
-
/* @__PURE__ */ l.jsx("div", { ref:
|
|
3870
|
+
/* @__PURE__ */ l.jsx("div", { ref: a, className: w(v("ds-block ds-tablet:ds-hidden", t)), children: e.map((d, f) => (d.status === "active" || d.status === "completed" && f + 1 == e.length) && /* @__PURE__ */ l.jsxs(
|
|
3858
3871
|
"div",
|
|
3859
3872
|
{
|
|
3860
|
-
className: "
|
|
3873
|
+
className: "ds-flex ds-flex-row ds-justify-between ds-items-center",
|
|
3861
3874
|
children: [
|
|
3862
3875
|
/* @__PURE__ */ l.jsx(
|
|
3863
|
-
|
|
3876
|
+
Tr,
|
|
3864
3877
|
{
|
|
3865
3878
|
progress: o / e.length,
|
|
3866
3879
|
text: `${f + 1} of ${e.length}`
|
|
3867
3880
|
}
|
|
3868
3881
|
),
|
|
3869
|
-
/* @__PURE__ */ l.jsxs("div", { className: "
|
|
3870
|
-
/* @__PURE__ */ l.jsx("span", { className: "SmallCalloutEmphasized", children: `Step ${f + 1}: ${
|
|
3871
|
-
/* @__PURE__ */ l.jsx("span", { className: "
|
|
3882
|
+
/* @__PURE__ */ l.jsxs("div", { className: "ds-flex ds-flex-col ds-justify-end ds-items-end", children: [
|
|
3883
|
+
/* @__PURE__ */ l.jsx("span", { className: "SmallCalloutEmphasized", children: `Step ${f + 1}: ${d == null ? void 0 : d.mobileTitle}` }),
|
|
3884
|
+
/* @__PURE__ */ l.jsx("span", { className: "SmallCaption2Regular ds-text-Text-secondary ds-mt-2", children: `Next: ${d == null ? void 0 : d.mobileNextTitle}` })
|
|
3872
3885
|
] })
|
|
3873
3886
|
]
|
|
3874
3887
|
},
|
|
@@ -3876,66 +3889,66 @@ const aa = L.forwardRef(({ steps: e, outerDivClass: a = "", outerMobileDivClass:
|
|
|
3876
3889
|
)) })
|
|
3877
3890
|
] });
|
|
3878
3891
|
});
|
|
3879
|
-
|
|
3880
|
-
const
|
|
3881
|
-
({ time: e, text:
|
|
3882
|
-
const [o,
|
|
3892
|
+
ss.displayName = "Stepper";
|
|
3893
|
+
const as = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23rma6vptgva)'%20fill='%23000'%20fill-opacity='.85'%3e%3cpath%20d='M5.727%2010.882h4.265a.563.563%200%200%200%20.572-.572V4.804a.562.562%200%200%200-.572-.564.555.555%200%200%200-.564.564v4.943h-3.7a.557.557%200%200%200-.573.563c0%20.327.245.572.572.572z'/%3e%3cpath%20d='M10%2018.333c4.559%200%208.333-3.782%208.333-8.333%200-4.559-3.782-8.333-8.341-8.333-4.55%200-8.325%203.774-8.325%208.333%200%204.55%203.782%208.333%208.333%208.333zm0-1.389A6.91%206.91%200%200%201%203.064%2010a6.904%206.904%200%200%201%206.928-6.944A6.925%206.925%200%200%201%2016.945%2010%206.918%206.918%200%200%201%2010%2016.944z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='rma6vptgva'%3e%3cpath%20fill='%23fff'%20d='M0%200h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", ns = L.forwardRef(
|
|
3894
|
+
({ time: e, text: s = "", outerDivClass: t = "" }, a) => {
|
|
3895
|
+
const [o, n] = Be(e);
|
|
3883
3896
|
Me(() => {
|
|
3884
3897
|
const f = setInterval(() => {
|
|
3885
|
-
|
|
3898
|
+
n((p) => p <= 1 ? (clearInterval(f), 0) : p - 1);
|
|
3886
3899
|
}, 1e3);
|
|
3887
3900
|
return () => {
|
|
3888
3901
|
clearInterval(f);
|
|
3889
3902
|
};
|
|
3890
3903
|
}, [o]), Me(() => {
|
|
3891
|
-
|
|
3904
|
+
n(e);
|
|
3892
3905
|
}, [e]);
|
|
3893
|
-
const
|
|
3894
|
-
const
|
|
3895
|
-
return `${String(
|
|
3906
|
+
const d = ((f) => {
|
|
3907
|
+
const p = Math.floor(f / 3600), g = Math.floor(f % 3600 / 60), b = f % 60;
|
|
3908
|
+
return `${String(p).padStart(2, "0")}:${String(g).padStart(2, "0")}:${String(b).padStart(2, "0")}`;
|
|
3896
3909
|
})(o);
|
|
3897
3910
|
return /* @__PURE__ */ l.jsxs(
|
|
3898
3911
|
"div",
|
|
3899
3912
|
{
|
|
3900
|
-
ref:
|
|
3901
|
-
className:
|
|
3902
|
-
|
|
3913
|
+
ref: a,
|
|
3914
|
+
className: w(
|
|
3915
|
+
v("ds-flex ds-flex-row ds-justify-start ds-items-center", t)
|
|
3903
3916
|
),
|
|
3904
3917
|
children: [
|
|
3905
3918
|
/* @__PURE__ */ l.jsx(
|
|
3906
3919
|
"img",
|
|
3907
3920
|
{
|
|
3908
|
-
src:
|
|
3921
|
+
src: as,
|
|
3909
3922
|
alt: "clock",
|
|
3910
|
-
className: "
|
|
3923
|
+
className: "ds-w-5 ds-h-5"
|
|
3911
3924
|
}
|
|
3912
3925
|
),
|
|
3913
|
-
/* @__PURE__ */ l.jsx("div", { className: "
|
|
3914
|
-
/* @__PURE__ */ l.jsx("div", { className: "
|
|
3926
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-ms-[18px] ds-tablet:ds-ms-2 xSmallCalloutEmphasized ds-tablet:MediumCalloutEmphasized", children: s }),
|
|
3927
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-ms-1 xSmallCalloutEmphasized ds-text-Background-accentTeal-100 ds-tablet:MediumCalloutEmphasized", children: d })
|
|
3915
3928
|
]
|
|
3916
3929
|
}
|
|
3917
3930
|
);
|
|
3918
3931
|
}
|
|
3919
3932
|
);
|
|
3920
|
-
|
|
3933
|
+
ns.displayName = "Timer";
|
|
3921
3934
|
export {
|
|
3922
|
-
|
|
3923
|
-
|
|
3935
|
+
Kt as Accordion,
|
|
3936
|
+
rs as AlertDialog,
|
|
3924
3937
|
$e as Asterisk,
|
|
3925
|
-
|
|
3938
|
+
Ut as BookingQuoteCard,
|
|
3926
3939
|
De as Button,
|
|
3927
|
-
$
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3940
|
+
$t as Card,
|
|
3941
|
+
Wt as CardContent,
|
|
3942
|
+
Vt as CardDescription,
|
|
3943
|
+
qt as CardFooter,
|
|
3944
|
+
Bt as CardHeader,
|
|
3945
|
+
Lt as CardTitle,
|
|
3946
|
+
es as Dialog,
|
|
3947
|
+
Yt as Grid,
|
|
3948
|
+
Xt as ImageCarousel,
|
|
3949
|
+
Ot as Input,
|
|
3950
|
+
Tr as RoundedProgressBar,
|
|
3951
|
+
ss as Stepper,
|
|
3952
|
+
Zt as Switch,
|
|
3953
|
+
ns as Timer
|
|
3941
3954
|
};
|