@wexio/messenger-widget-react 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +133 -0
  3. package/dist/widget-react-AgErOR36.js +325 -0
  4. package/dist/widget-react-AgErOR36.js.map +1 -0
  5. package/dist/widget-react-BAOIDvhV.js +4250 -0
  6. package/dist/widget-react-BAOIDvhV.js.map +1 -0
  7. package/dist/widget-react-BfPdgAQ-.js +5767 -0
  8. package/dist/widget-react-BfPdgAQ-.js.map +1 -0
  9. package/dist/widget-react-BxvW64LH.js +4429 -0
  10. package/dist/widget-react-BxvW64LH.js.map +1 -0
  11. package/dist/widget-react-C5COLy3m.js +23847 -0
  12. package/dist/widget-react-C5COLy3m.js.map +1 -0
  13. package/dist/widget-react-CAWxn8I0.js +247 -0
  14. package/dist/widget-react-CAWxn8I0.js.map +1 -0
  15. package/dist/widget-react-CDPzwV1i.js +11685 -0
  16. package/dist/widget-react-CDPzwV1i.js.map +1 -0
  17. package/dist/widget-react-CPYwD6FR.js +498 -0
  18. package/dist/widget-react-CPYwD6FR.js.map +1 -0
  19. package/dist/widget-react-CUBFPjaV.js +23 -0
  20. package/dist/widget-react-CUBFPjaV.js.map +1 -0
  21. package/dist/widget-react-CUuKGDZN.js +355 -0
  22. package/dist/widget-react-CUuKGDZN.js.map +1 -0
  23. package/dist/widget-react-CZs0xRrr.js +1336 -0
  24. package/dist/widget-react-CZs0xRrr.js.map +1 -0
  25. package/dist/widget-react-Cj_zbk_F.js +325 -0
  26. package/dist/widget-react-Cj_zbk_F.js.map +1 -0
  27. package/dist/widget-react-D-QrEVpv.js +125 -0
  28. package/dist/widget-react-D-QrEVpv.js.map +1 -0
  29. package/dist/widget-react-D8TPnM9r.js +26 -0
  30. package/dist/widget-react-D8TPnM9r.js.map +1 -0
  31. package/dist/widget-react-DE7AVrCo.js +5737 -0
  32. package/dist/widget-react-DE7AVrCo.js.map +1 -0
  33. package/dist/widget-react-DOX6j7_Q.js +30 -0
  34. package/dist/widget-react-DOX6j7_Q.js.map +1 -0
  35. package/dist/widget-react-DSw03RG7.js +262 -0
  36. package/dist/widget-react-DSw03RG7.js.map +1 -0
  37. package/dist/widget-react-Dew7YaLU.js +16 -0
  38. package/dist/widget-react-Dew7YaLU.js.map +1 -0
  39. package/dist/widget-react-DtOeNw5z.js +325 -0
  40. package/dist/widget-react-DtOeNw5z.js.map +1 -0
  41. package/dist/widget-react-DwL_rsx_.js +630 -0
  42. package/dist/widget-react-DwL_rsx_.js.map +1 -0
  43. package/dist/widget-react.d.ts +301 -0
  44. package/dist/widget-react.js +22285 -0
  45. package/dist/widget-react.js.map +1 -0
  46. package/package.json +41 -0
@@ -0,0 +1,4429 @@
1
+ import "react";
2
+ import "react-dom";
3
+ import "react/jsx-runtime";
4
+ import "react-dom/client";
5
+ import { cloneElement as e, createContext as t, createElement as n, forwardRef as r, isValidElement as i, useContext as a, useMemo as o } from "react";
6
+ import { jsx as s } from "react/jsx-runtime";
7
+ //#region node_modules/@formatjs/fast-memoize/index.js
8
+ function c(e, t) {
9
+ let n = t && t.cache ? t.cache : v, r = t && t.serializer ? t.serializer : g;
10
+ return (t && t.strategy ? t.strategy : p)(e, {
11
+ cache: n,
12
+ serializer: r
13
+ });
14
+ }
15
+ function l(e) {
16
+ return e == null || typeof e == "number" || typeof e == "boolean";
17
+ }
18
+ function u(e, t, n, r) {
19
+ let i = l(r) ? r : n(r), a = t.get(i);
20
+ return a === void 0 && (a = e.call(this, r), t.set(i, a)), a;
21
+ }
22
+ function d(e, t, n) {
23
+ let r = Array.prototype.slice.call(arguments, 3), i = n(r), a = t.get(i);
24
+ return a === void 0 && (a = e.apply(this, r), t.set(i, a)), a;
25
+ }
26
+ function f(e, t, n, r, i) {
27
+ return n.bind(t, e, r, i);
28
+ }
29
+ function p(e, t) {
30
+ let n = e.length === 1 ? u : d;
31
+ return f(e, this, n, t.cache.create(), t.serializer);
32
+ }
33
+ function m(e, t) {
34
+ return f(e, this, d, t.cache.create(), t.serializer);
35
+ }
36
+ function h(e, t) {
37
+ return f(e, this, u, t.cache.create(), t.serializer);
38
+ }
39
+ var g = function() {
40
+ return JSON.stringify(arguments);
41
+ }, _ = class {
42
+ constructor() {
43
+ this.cache = Object.create(null);
44
+ }
45
+ get(e) {
46
+ return this.cache[e];
47
+ }
48
+ set(e, t) {
49
+ this.cache[e] = t;
50
+ }
51
+ }, v = { create: function() {
52
+ return new _();
53
+ } }, y = {
54
+ variadic: m,
55
+ monadic: h
56
+ }, b = class extends Error {
57
+ constructor(e, t) {
58
+ let n = e;
59
+ t && (n += ": " + t), super(n), this.code = e, t && (this.originalMessage = t);
60
+ }
61
+ }, x = function(e) {
62
+ return e.MISSING_MESSAGE = "MISSING_MESSAGE", e.MISSING_FORMAT = "MISSING_FORMAT", e.ENVIRONMENT_FALLBACK = "ENVIRONMENT_FALLBACK", e.INSUFFICIENT_PATH = "INSUFFICIENT_PATH", e.INVALID_MESSAGE = "INVALID_MESSAGE", e.INVALID_KEY = "INVALID_KEY", e.FORMATTING_ERROR = "FORMATTING_ERROR", e;
63
+ }(x || {});
64
+ function ee() {
65
+ return {
66
+ dateTime: {},
67
+ number: {},
68
+ message: {},
69
+ relativeTime: {},
70
+ pluralRules: {},
71
+ list: {},
72
+ displayNames: {}
73
+ };
74
+ }
75
+ function S(e, t) {
76
+ return c(e, {
77
+ cache: (n = t, { create: () => ({
78
+ get: (e) => n[e],
79
+ set(e, t) {
80
+ n[e] = t;
81
+ }
82
+ }) }),
83
+ strategy: y.variadic
84
+ });
85
+ var n;
86
+ }
87
+ function C(e, t) {
88
+ return S(((...t) => new e(...t)), t);
89
+ }
90
+ function w(e) {
91
+ return {
92
+ getDateTimeFormat: C(Intl.DateTimeFormat, e.dateTime),
93
+ getNumberFormat: C(Intl.NumberFormat, e.number),
94
+ getPluralRules: C(Intl.PluralRules, e.pluralRules),
95
+ getRelativeTimeFormat: C(Intl.RelativeTimeFormat, e.relativeTime),
96
+ getListFormat: C(Intl.ListFormat, e.list),
97
+ getDisplayNames: C(Intl.DisplayNames, e.displayNames)
98
+ };
99
+ }
100
+ //#endregion
101
+ //#region node_modules/@formatjs/icu-skeleton-parser/index.js
102
+ var te = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
103
+ function ne(e) {
104
+ let t = {};
105
+ return e.replace(te, (e) => {
106
+ let n = e.length;
107
+ switch (e[0]) {
108
+ case "G":
109
+ t.era = n === 4 ? "long" : n === 5 ? "narrow" : "short";
110
+ break;
111
+ case "y":
112
+ t.year = n === 2 ? "2-digit" : "numeric";
113
+ break;
114
+ case "Y":
115
+ case "u":
116
+ case "U":
117
+ case "r": throw RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");
118
+ case "q":
119
+ case "Q": throw RangeError("`q/Q` (quarter) patterns are not supported");
120
+ case "M":
121
+ case "L":
122
+ t.month = [
123
+ "numeric",
124
+ "2-digit",
125
+ "short",
126
+ "long",
127
+ "narrow"
128
+ ][n - 1];
129
+ break;
130
+ case "w":
131
+ case "W": throw RangeError("`w/W` (week) patterns are not supported");
132
+ case "d":
133
+ t.day = ["numeric", "2-digit"][n - 1];
134
+ break;
135
+ case "D":
136
+ case "F":
137
+ case "g": throw RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
138
+ case "E":
139
+ t.weekday = n === 4 ? "long" : n === 5 ? "narrow" : "short";
140
+ break;
141
+ case "e":
142
+ if (n < 4) throw RangeError("`e..eee` (weekday) patterns are not supported");
143
+ t.weekday = [
144
+ "short",
145
+ "long",
146
+ "narrow",
147
+ "short"
148
+ ][n - 4];
149
+ break;
150
+ case "c":
151
+ if (n < 4) throw RangeError("`c..ccc` (weekday) patterns are not supported");
152
+ t.weekday = [
153
+ "short",
154
+ "long",
155
+ "narrow",
156
+ "short"
157
+ ][n - 4];
158
+ break;
159
+ case "a":
160
+ t.hour12 = !0;
161
+ break;
162
+ case "b":
163
+ case "B": throw RangeError("`b/B` (period) patterns are not supported, use `a` instead");
164
+ case "h":
165
+ t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][n - 1];
166
+ break;
167
+ case "H":
168
+ t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][n - 1];
169
+ break;
170
+ case "K":
171
+ t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][n - 1];
172
+ break;
173
+ case "k":
174
+ t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][n - 1];
175
+ break;
176
+ case "j":
177
+ case "J":
178
+ case "C": throw RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
179
+ case "m":
180
+ t.minute = ["numeric", "2-digit"][n - 1];
181
+ break;
182
+ case "s":
183
+ t.second = ["numeric", "2-digit"][n - 1];
184
+ break;
185
+ case "S":
186
+ case "A": throw RangeError("`S/A` (second) patterns are not supported, use `s` instead");
187
+ case "z":
188
+ t.timeZoneName = n < 4 ? "short" : "long";
189
+ break;
190
+ case "Z":
191
+ case "O":
192
+ case "v":
193
+ case "V":
194
+ case "X":
195
+ case "x": throw RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead");
196
+ }
197
+ return "";
198
+ }), t;
199
+ }
200
+ var T = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
201
+ function re(e) {
202
+ if (e.length === 0) throw Error("Number skeleton cannot be empty");
203
+ let t = e.split(T).filter((e) => e.length > 0), n = [];
204
+ for (let e of t) {
205
+ let t = e.split("/");
206
+ if (t.length === 0) throw Error("Invalid number skeleton");
207
+ let [r, ...i] = t;
208
+ for (let e of i) if (e.length === 0) throw Error("Invalid number skeleton");
209
+ n.push({
210
+ stem: r,
211
+ options: i
212
+ });
213
+ }
214
+ return n;
215
+ }
216
+ function ie(e) {
217
+ return e.replace(/^(.*?)-/, "");
218
+ }
219
+ var E = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, D = /^(@+)?(\+|#+)?[rs]?$/g, O = /(\*)(0+)|(#+)(0+)|(0+)/g, k = /^(0+)$/;
220
+ function A(e) {
221
+ let t = {};
222
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(D, function(e, n, r) {
223
+ return typeof r == "string" ? r === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof r == "string" ? r.length : 0)) : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length), "";
224
+ }), t;
225
+ }
226
+ function j(e) {
227
+ switch (e) {
228
+ case "sign-auto": return { signDisplay: "auto" };
229
+ case "sign-accounting":
230
+ case "()": return { currencySign: "accounting" };
231
+ case "sign-always":
232
+ case "+!": return { signDisplay: "always" };
233
+ case "sign-accounting-always":
234
+ case "()!": return {
235
+ signDisplay: "always",
236
+ currencySign: "accounting"
237
+ };
238
+ case "sign-except-zero":
239
+ case "+?": return { signDisplay: "exceptZero" };
240
+ case "sign-accounting-except-zero":
241
+ case "()?": return {
242
+ signDisplay: "exceptZero",
243
+ currencySign: "accounting"
244
+ };
245
+ case "sign-never":
246
+ case "+_": return { signDisplay: "never" };
247
+ }
248
+ }
249
+ function ae(e) {
250
+ let t;
251
+ if (e[0] === "E" && e[1] === "E" ? (t = { notation: "engineering" }, e = e.slice(2)) : e[0] === "E" && (t = { notation: "scientific" }, e = e.slice(1)), t) {
252
+ let n = e.slice(0, 2);
253
+ if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !k.test(e)) throw Error("Malformed concise eng/scientific notation");
254
+ t.minimumIntegerDigits = e.length;
255
+ }
256
+ return t;
257
+ }
258
+ function oe(e) {
259
+ return j(e) || {};
260
+ }
261
+ function se(e) {
262
+ let t = {};
263
+ for (let n of e) {
264
+ switch (n.stem) {
265
+ case "percent":
266
+ case "%":
267
+ t.style = "percent";
268
+ continue;
269
+ case "%x100":
270
+ t.style = "percent", t.scale = 100;
271
+ continue;
272
+ case "currency":
273
+ t.style = "currency", t.currency = n.options[0];
274
+ continue;
275
+ case "group-off":
276
+ case ",_":
277
+ t.useGrouping = !1;
278
+ continue;
279
+ case "precision-integer":
280
+ case ".":
281
+ t.maximumFractionDigits = 0;
282
+ continue;
283
+ case "measure-unit":
284
+ case "unit":
285
+ t.style = "unit", t.unit = ie(n.options[0]);
286
+ continue;
287
+ case "compact-short":
288
+ case "K":
289
+ t.notation = "compact", t.compactDisplay = "short";
290
+ continue;
291
+ case "compact-long":
292
+ case "KK":
293
+ t.notation = "compact", t.compactDisplay = "long";
294
+ continue;
295
+ case "scientific":
296
+ t = {
297
+ ...t,
298
+ notation: "scientific",
299
+ ...n.options.reduce((e, t) => ({
300
+ ...e,
301
+ ...oe(t)
302
+ }), {})
303
+ };
304
+ continue;
305
+ case "engineering":
306
+ t = {
307
+ ...t,
308
+ notation: "engineering",
309
+ ...n.options.reduce((e, t) => ({
310
+ ...e,
311
+ ...oe(t)
312
+ }), {})
313
+ };
314
+ continue;
315
+ case "notation-simple":
316
+ t.notation = "standard";
317
+ continue;
318
+ case "unit-width-narrow":
319
+ t.currencyDisplay = "narrowSymbol", t.unitDisplay = "narrow";
320
+ continue;
321
+ case "unit-width-short":
322
+ t.currencyDisplay = "code", t.unitDisplay = "short";
323
+ continue;
324
+ case "unit-width-full-name":
325
+ t.currencyDisplay = "name", t.unitDisplay = "long";
326
+ continue;
327
+ case "unit-width-iso-code":
328
+ t.currencyDisplay = "symbol";
329
+ continue;
330
+ case "scale":
331
+ t.scale = parseFloat(n.options[0]);
332
+ continue;
333
+ case "rounding-mode-floor":
334
+ t.roundingMode = "floor";
335
+ continue;
336
+ case "rounding-mode-ceiling":
337
+ t.roundingMode = "ceil";
338
+ continue;
339
+ case "rounding-mode-down":
340
+ t.roundingMode = "trunc";
341
+ continue;
342
+ case "rounding-mode-up":
343
+ t.roundingMode = "expand";
344
+ continue;
345
+ case "rounding-mode-half-even":
346
+ t.roundingMode = "halfEven";
347
+ continue;
348
+ case "rounding-mode-half-down":
349
+ t.roundingMode = "halfTrunc";
350
+ continue;
351
+ case "rounding-mode-half-up":
352
+ t.roundingMode = "halfExpand";
353
+ continue;
354
+ case "integer-width":
355
+ if (n.options.length > 1) throw RangeError("integer-width stems only accept a single optional option");
356
+ n.options[0].replace(O, function(e, n, r, i, a, o) {
357
+ if (n) t.minimumIntegerDigits = r.length;
358
+ else if (i && a) throw Error("We currently do not support maximum integer digits");
359
+ else if (o) throw Error("We currently do not support exact integer digits");
360
+ return "";
361
+ });
362
+ continue;
363
+ }
364
+ if (k.test(n.stem)) {
365
+ t.minimumIntegerDigits = n.stem.length;
366
+ continue;
367
+ }
368
+ if (E.test(n.stem)) {
369
+ if (n.options.length > 1) throw RangeError("Fraction-precision stems only accept a single optional option");
370
+ n.stem.replace(E, function(e, n, r, i, a, o) {
371
+ return r === "*" ? t.minimumFractionDigits = n.length : i && i[0] === "#" ? t.maximumFractionDigits = i.length : a && o ? (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length + o.length) : (t.minimumFractionDigits = n.length, t.maximumFractionDigits = n.length), "";
372
+ });
373
+ let e = n.options[0];
374
+ e === "w" ? t = {
375
+ ...t,
376
+ trailingZeroDisplay: "stripIfInteger"
377
+ } : e && (t = {
378
+ ...t,
379
+ ...A(e)
380
+ });
381
+ continue;
382
+ }
383
+ if (D.test(n.stem)) {
384
+ t = {
385
+ ...t,
386
+ ...A(n.stem)
387
+ };
388
+ continue;
389
+ }
390
+ let e = j(n.stem);
391
+ e && (t = {
392
+ ...t,
393
+ ...e
394
+ });
395
+ let r = ae(n.stem);
396
+ r && (t = {
397
+ ...t,
398
+ ...r
399
+ });
400
+ }
401
+ return t;
402
+ }
403
+ //#endregion
404
+ //#region node_modules/@formatjs/icu-messageformat-parser/index.js
405
+ var M = /* @__PURE__ */ function(e) {
406
+ return e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG", e;
407
+ }({}), N = /* @__PURE__ */ function(e) {
408
+ return e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag", e;
409
+ }({}), P = /* @__PURE__ */ function(e) {
410
+ return e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime", e;
411
+ }({});
412
+ function F(e) {
413
+ return e.type === N.literal;
414
+ }
415
+ function ce(e) {
416
+ return e.type === N.argument;
417
+ }
418
+ function I(e) {
419
+ return e.type === N.number;
420
+ }
421
+ function le(e) {
422
+ return e.type === N.date;
423
+ }
424
+ function L(e) {
425
+ return e.type === N.time;
426
+ }
427
+ function R(e) {
428
+ return e.type === N.select;
429
+ }
430
+ function z(e) {
431
+ return e.type === N.plural;
432
+ }
433
+ function B(e) {
434
+ return e.type === N.pound;
435
+ }
436
+ function ue(e) {
437
+ return e.type === N.tag;
438
+ }
439
+ function de(e) {
440
+ return !!(e && typeof e == "object" && e.type === P.number);
441
+ }
442
+ function fe(e) {
443
+ return !!(e && typeof e == "object" && e.type === P.dateTime);
444
+ }
445
+ var pe = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, me = {
446
+ "001": ["H", "h"],
447
+ 419: [
448
+ "h",
449
+ "H",
450
+ "hB",
451
+ "hb"
452
+ ],
453
+ AC: [
454
+ "H",
455
+ "h",
456
+ "hb",
457
+ "hB"
458
+ ],
459
+ AD: ["H", "hB"],
460
+ AE: [
461
+ "h",
462
+ "hB",
463
+ "hb",
464
+ "H"
465
+ ],
466
+ AF: [
467
+ "H",
468
+ "hb",
469
+ "hB",
470
+ "h"
471
+ ],
472
+ AG: [
473
+ "h",
474
+ "hb",
475
+ "H",
476
+ "hB"
477
+ ],
478
+ AI: [
479
+ "H",
480
+ "h",
481
+ "hb",
482
+ "hB"
483
+ ],
484
+ AL: [
485
+ "h",
486
+ "H",
487
+ "hB"
488
+ ],
489
+ AM: ["H", "hB"],
490
+ AO: ["H", "hB"],
491
+ AR: [
492
+ "h",
493
+ "H",
494
+ "hB",
495
+ "hb"
496
+ ],
497
+ AS: ["h", "H"],
498
+ AT: ["H", "hB"],
499
+ AU: [
500
+ "h",
501
+ "hb",
502
+ "H",
503
+ "hB"
504
+ ],
505
+ AW: ["H", "hB"],
506
+ AX: ["H"],
507
+ AZ: [
508
+ "H",
509
+ "hB",
510
+ "h"
511
+ ],
512
+ BA: [
513
+ "H",
514
+ "hB",
515
+ "h"
516
+ ],
517
+ BB: [
518
+ "h",
519
+ "hb",
520
+ "H",
521
+ "hB"
522
+ ],
523
+ BD: [
524
+ "h",
525
+ "hB",
526
+ "H"
527
+ ],
528
+ BE: ["H", "hB"],
529
+ BF: ["H", "hB"],
530
+ BG: [
531
+ "H",
532
+ "hB",
533
+ "h"
534
+ ],
535
+ BH: [
536
+ "h",
537
+ "hB",
538
+ "hb",
539
+ "H"
540
+ ],
541
+ BI: ["H", "h"],
542
+ BJ: ["H", "hB"],
543
+ BL: ["H", "hB"],
544
+ BM: [
545
+ "h",
546
+ "hb",
547
+ "H",
548
+ "hB"
549
+ ],
550
+ BN: [
551
+ "hb",
552
+ "hB",
553
+ "h",
554
+ "H"
555
+ ],
556
+ BO: [
557
+ "h",
558
+ "H",
559
+ "hB",
560
+ "hb"
561
+ ],
562
+ BQ: ["H"],
563
+ BR: ["H", "hB"],
564
+ BS: [
565
+ "h",
566
+ "hb",
567
+ "H",
568
+ "hB"
569
+ ],
570
+ BT: ["h", "H"],
571
+ BW: [
572
+ "H",
573
+ "h",
574
+ "hb",
575
+ "hB"
576
+ ],
577
+ BY: ["H", "h"],
578
+ BZ: [
579
+ "H",
580
+ "h",
581
+ "hb",
582
+ "hB"
583
+ ],
584
+ CA: [
585
+ "h",
586
+ "hb",
587
+ "H",
588
+ "hB"
589
+ ],
590
+ CC: [
591
+ "H",
592
+ "h",
593
+ "hb",
594
+ "hB"
595
+ ],
596
+ CD: ["hB", "H"],
597
+ CF: [
598
+ "H",
599
+ "h",
600
+ "hB"
601
+ ],
602
+ CG: ["H", "hB"],
603
+ CH: [
604
+ "H",
605
+ "hB",
606
+ "h"
607
+ ],
608
+ CI: ["H", "hB"],
609
+ CK: [
610
+ "H",
611
+ "h",
612
+ "hb",
613
+ "hB"
614
+ ],
615
+ CL: [
616
+ "h",
617
+ "H",
618
+ "hB",
619
+ "hb"
620
+ ],
621
+ CM: [
622
+ "H",
623
+ "h",
624
+ "hB"
625
+ ],
626
+ CN: [
627
+ "H",
628
+ "hB",
629
+ "hb",
630
+ "h"
631
+ ],
632
+ CO: [
633
+ "h",
634
+ "H",
635
+ "hB",
636
+ "hb"
637
+ ],
638
+ CP: ["H"],
639
+ CR: [
640
+ "h",
641
+ "H",
642
+ "hB",
643
+ "hb"
644
+ ],
645
+ CU: [
646
+ "h",
647
+ "H",
648
+ "hB",
649
+ "hb"
650
+ ],
651
+ CV: ["H", "hB"],
652
+ CW: ["H", "hB"],
653
+ CX: [
654
+ "H",
655
+ "h",
656
+ "hb",
657
+ "hB"
658
+ ],
659
+ CY: [
660
+ "h",
661
+ "H",
662
+ "hb",
663
+ "hB"
664
+ ],
665
+ CZ: ["H"],
666
+ DE: ["H", "hB"],
667
+ DG: [
668
+ "H",
669
+ "h",
670
+ "hb",
671
+ "hB"
672
+ ],
673
+ DJ: ["h", "H"],
674
+ DK: ["H"],
675
+ DM: [
676
+ "h",
677
+ "hb",
678
+ "H",
679
+ "hB"
680
+ ],
681
+ DO: [
682
+ "h",
683
+ "H",
684
+ "hB",
685
+ "hb"
686
+ ],
687
+ DZ: [
688
+ "h",
689
+ "hB",
690
+ "hb",
691
+ "H"
692
+ ],
693
+ EA: [
694
+ "H",
695
+ "h",
696
+ "hB",
697
+ "hb"
698
+ ],
699
+ EC: [
700
+ "h",
701
+ "H",
702
+ "hB",
703
+ "hb"
704
+ ],
705
+ EE: ["H", "hB"],
706
+ EG: [
707
+ "h",
708
+ "hB",
709
+ "hb",
710
+ "H"
711
+ ],
712
+ EH: [
713
+ "h",
714
+ "hB",
715
+ "hb",
716
+ "H"
717
+ ],
718
+ ER: ["h", "H"],
719
+ ES: [
720
+ "H",
721
+ "hB",
722
+ "h",
723
+ "hb"
724
+ ],
725
+ ET: [
726
+ "hB",
727
+ "hb",
728
+ "h",
729
+ "H"
730
+ ],
731
+ FI: ["H"],
732
+ FJ: [
733
+ "h",
734
+ "hb",
735
+ "H",
736
+ "hB"
737
+ ],
738
+ FK: [
739
+ "H",
740
+ "h",
741
+ "hb",
742
+ "hB"
743
+ ],
744
+ FM: [
745
+ "h",
746
+ "hb",
747
+ "H",
748
+ "hB"
749
+ ],
750
+ FO: ["H", "h"],
751
+ FR: ["H", "hB"],
752
+ GA: ["H", "hB"],
753
+ GB: [
754
+ "H",
755
+ "h",
756
+ "hb",
757
+ "hB"
758
+ ],
759
+ GD: [
760
+ "h",
761
+ "hb",
762
+ "H",
763
+ "hB"
764
+ ],
765
+ GE: [
766
+ "H",
767
+ "hB",
768
+ "h"
769
+ ],
770
+ GF: ["H", "hB"],
771
+ GG: [
772
+ "H",
773
+ "h",
774
+ "hb",
775
+ "hB"
776
+ ],
777
+ GH: ["h", "H"],
778
+ GI: [
779
+ "H",
780
+ "h",
781
+ "hb",
782
+ "hB"
783
+ ],
784
+ GL: ["H", "h"],
785
+ GM: [
786
+ "h",
787
+ "hb",
788
+ "H",
789
+ "hB"
790
+ ],
791
+ GN: ["H", "hB"],
792
+ GP: ["H", "hB"],
793
+ GQ: [
794
+ "H",
795
+ "hB",
796
+ "h",
797
+ "hb"
798
+ ],
799
+ GR: [
800
+ "h",
801
+ "H",
802
+ "hb",
803
+ "hB"
804
+ ],
805
+ GS: [
806
+ "H",
807
+ "h",
808
+ "hb",
809
+ "hB"
810
+ ],
811
+ GT: [
812
+ "h",
813
+ "H",
814
+ "hB",
815
+ "hb"
816
+ ],
817
+ GU: [
818
+ "h",
819
+ "hb",
820
+ "H",
821
+ "hB"
822
+ ],
823
+ GW: ["H", "hB"],
824
+ GY: [
825
+ "h",
826
+ "hb",
827
+ "H",
828
+ "hB"
829
+ ],
830
+ HK: [
831
+ "h",
832
+ "hB",
833
+ "hb",
834
+ "H"
835
+ ],
836
+ HN: [
837
+ "h",
838
+ "H",
839
+ "hB",
840
+ "hb"
841
+ ],
842
+ HR: ["H", "hB"],
843
+ HU: ["H", "h"],
844
+ IC: [
845
+ "H",
846
+ "h",
847
+ "hB",
848
+ "hb"
849
+ ],
850
+ ID: ["H"],
851
+ IE: [
852
+ "H",
853
+ "h",
854
+ "hb",
855
+ "hB"
856
+ ],
857
+ IL: ["H", "hB"],
858
+ IM: [
859
+ "H",
860
+ "h",
861
+ "hb",
862
+ "hB"
863
+ ],
864
+ IN: ["h", "H"],
865
+ IO: [
866
+ "H",
867
+ "h",
868
+ "hb",
869
+ "hB"
870
+ ],
871
+ IQ: [
872
+ "h",
873
+ "hB",
874
+ "hb",
875
+ "H"
876
+ ],
877
+ IR: ["hB", "H"],
878
+ IS: ["H"],
879
+ IT: ["H", "hB"],
880
+ JE: [
881
+ "H",
882
+ "h",
883
+ "hb",
884
+ "hB"
885
+ ],
886
+ JM: [
887
+ "h",
888
+ "hb",
889
+ "H",
890
+ "hB"
891
+ ],
892
+ JO: [
893
+ "h",
894
+ "hB",
895
+ "hb",
896
+ "H"
897
+ ],
898
+ JP: [
899
+ "H",
900
+ "K",
901
+ "h"
902
+ ],
903
+ KE: [
904
+ "hB",
905
+ "hb",
906
+ "H",
907
+ "h"
908
+ ],
909
+ KG: [
910
+ "H",
911
+ "h",
912
+ "hB",
913
+ "hb"
914
+ ],
915
+ KH: [
916
+ "hB",
917
+ "h",
918
+ "H",
919
+ "hb"
920
+ ],
921
+ KI: [
922
+ "h",
923
+ "hb",
924
+ "H",
925
+ "hB"
926
+ ],
927
+ KM: [
928
+ "H",
929
+ "h",
930
+ "hB",
931
+ "hb"
932
+ ],
933
+ KN: [
934
+ "h",
935
+ "hb",
936
+ "H",
937
+ "hB"
938
+ ],
939
+ KP: [
940
+ "h",
941
+ "H",
942
+ "hB",
943
+ "hb"
944
+ ],
945
+ KR: [
946
+ "h",
947
+ "H",
948
+ "hB",
949
+ "hb"
950
+ ],
951
+ KW: [
952
+ "h",
953
+ "hB",
954
+ "hb",
955
+ "H"
956
+ ],
957
+ KY: [
958
+ "h",
959
+ "hb",
960
+ "H",
961
+ "hB"
962
+ ],
963
+ KZ: ["H", "hB"],
964
+ LA: [
965
+ "H",
966
+ "hb",
967
+ "hB",
968
+ "h"
969
+ ],
970
+ LB: [
971
+ "h",
972
+ "hB",
973
+ "hb",
974
+ "H"
975
+ ],
976
+ LC: [
977
+ "h",
978
+ "hb",
979
+ "H",
980
+ "hB"
981
+ ],
982
+ LI: [
983
+ "H",
984
+ "hB",
985
+ "h"
986
+ ],
987
+ LK: [
988
+ "H",
989
+ "h",
990
+ "hB",
991
+ "hb"
992
+ ],
993
+ LR: [
994
+ "h",
995
+ "hb",
996
+ "H",
997
+ "hB"
998
+ ],
999
+ LS: ["h", "H"],
1000
+ LT: [
1001
+ "H",
1002
+ "h",
1003
+ "hb",
1004
+ "hB"
1005
+ ],
1006
+ LU: [
1007
+ "H",
1008
+ "h",
1009
+ "hB"
1010
+ ],
1011
+ LV: [
1012
+ "H",
1013
+ "hB",
1014
+ "hb",
1015
+ "h"
1016
+ ],
1017
+ LY: [
1018
+ "h",
1019
+ "hB",
1020
+ "hb",
1021
+ "H"
1022
+ ],
1023
+ MA: [
1024
+ "H",
1025
+ "h",
1026
+ "hB",
1027
+ "hb"
1028
+ ],
1029
+ MC: ["H", "hB"],
1030
+ MD: ["H", "hB"],
1031
+ ME: [
1032
+ "H",
1033
+ "hB",
1034
+ "h"
1035
+ ],
1036
+ MF: ["H", "hB"],
1037
+ MG: ["H", "h"],
1038
+ MH: [
1039
+ "h",
1040
+ "hb",
1041
+ "H",
1042
+ "hB"
1043
+ ],
1044
+ MK: [
1045
+ "H",
1046
+ "h",
1047
+ "hb",
1048
+ "hB"
1049
+ ],
1050
+ ML: ["H"],
1051
+ MM: [
1052
+ "hB",
1053
+ "hb",
1054
+ "H",
1055
+ "h"
1056
+ ],
1057
+ MN: [
1058
+ "H",
1059
+ "h",
1060
+ "hb",
1061
+ "hB"
1062
+ ],
1063
+ MO: [
1064
+ "h",
1065
+ "hB",
1066
+ "hb",
1067
+ "H"
1068
+ ],
1069
+ MP: [
1070
+ "h",
1071
+ "hb",
1072
+ "H",
1073
+ "hB"
1074
+ ],
1075
+ MQ: ["H", "hB"],
1076
+ MR: [
1077
+ "h",
1078
+ "hB",
1079
+ "hb",
1080
+ "H"
1081
+ ],
1082
+ MS: [
1083
+ "H",
1084
+ "h",
1085
+ "hb",
1086
+ "hB"
1087
+ ],
1088
+ MT: ["H", "h"],
1089
+ MU: ["H", "h"],
1090
+ MV: ["H", "h"],
1091
+ MW: [
1092
+ "h",
1093
+ "hb",
1094
+ "H",
1095
+ "hB"
1096
+ ],
1097
+ MX: [
1098
+ "h",
1099
+ "H",
1100
+ "hB",
1101
+ "hb"
1102
+ ],
1103
+ MY: [
1104
+ "hb",
1105
+ "hB",
1106
+ "h",
1107
+ "H"
1108
+ ],
1109
+ MZ: ["H", "hB"],
1110
+ NA: [
1111
+ "h",
1112
+ "H",
1113
+ "hB",
1114
+ "hb"
1115
+ ],
1116
+ NC: ["H", "hB"],
1117
+ NE: ["H"],
1118
+ NF: [
1119
+ "H",
1120
+ "h",
1121
+ "hb",
1122
+ "hB"
1123
+ ],
1124
+ NG: [
1125
+ "H",
1126
+ "h",
1127
+ "hb",
1128
+ "hB"
1129
+ ],
1130
+ NI: [
1131
+ "h",
1132
+ "H",
1133
+ "hB",
1134
+ "hb"
1135
+ ],
1136
+ NL: ["H", "hB"],
1137
+ NO: ["H", "h"],
1138
+ NP: [
1139
+ "H",
1140
+ "h",
1141
+ "hB"
1142
+ ],
1143
+ NR: [
1144
+ "H",
1145
+ "h",
1146
+ "hb",
1147
+ "hB"
1148
+ ],
1149
+ NU: [
1150
+ "H",
1151
+ "h",
1152
+ "hb",
1153
+ "hB"
1154
+ ],
1155
+ NZ: [
1156
+ "h",
1157
+ "hb",
1158
+ "H",
1159
+ "hB"
1160
+ ],
1161
+ OM: [
1162
+ "h",
1163
+ "hB",
1164
+ "hb",
1165
+ "H"
1166
+ ],
1167
+ PA: [
1168
+ "h",
1169
+ "H",
1170
+ "hB",
1171
+ "hb"
1172
+ ],
1173
+ PE: [
1174
+ "h",
1175
+ "H",
1176
+ "hB",
1177
+ "hb"
1178
+ ],
1179
+ PF: [
1180
+ "H",
1181
+ "h",
1182
+ "hB"
1183
+ ],
1184
+ PG: ["h", "H"],
1185
+ PH: [
1186
+ "h",
1187
+ "hB",
1188
+ "hb",
1189
+ "H"
1190
+ ],
1191
+ PK: [
1192
+ "h",
1193
+ "hB",
1194
+ "H"
1195
+ ],
1196
+ PL: ["H", "h"],
1197
+ PM: ["H", "hB"],
1198
+ PN: [
1199
+ "H",
1200
+ "h",
1201
+ "hb",
1202
+ "hB"
1203
+ ],
1204
+ PR: [
1205
+ "h",
1206
+ "H",
1207
+ "hB",
1208
+ "hb"
1209
+ ],
1210
+ PS: [
1211
+ "h",
1212
+ "hB",
1213
+ "hb",
1214
+ "H"
1215
+ ],
1216
+ PT: ["H", "hB"],
1217
+ PW: ["h", "H"],
1218
+ PY: [
1219
+ "h",
1220
+ "H",
1221
+ "hB",
1222
+ "hb"
1223
+ ],
1224
+ QA: [
1225
+ "h",
1226
+ "hB",
1227
+ "hb",
1228
+ "H"
1229
+ ],
1230
+ RE: ["H", "hB"],
1231
+ RO: ["H", "hB"],
1232
+ RS: [
1233
+ "H",
1234
+ "hB",
1235
+ "h"
1236
+ ],
1237
+ RU: ["H"],
1238
+ RW: ["H", "h"],
1239
+ SA: [
1240
+ "h",
1241
+ "hB",
1242
+ "hb",
1243
+ "H"
1244
+ ],
1245
+ SB: [
1246
+ "h",
1247
+ "hb",
1248
+ "H",
1249
+ "hB"
1250
+ ],
1251
+ SC: [
1252
+ "H",
1253
+ "h",
1254
+ "hB"
1255
+ ],
1256
+ SD: [
1257
+ "h",
1258
+ "hB",
1259
+ "hb",
1260
+ "H"
1261
+ ],
1262
+ SE: ["H"],
1263
+ SG: [
1264
+ "h",
1265
+ "hb",
1266
+ "H",
1267
+ "hB"
1268
+ ],
1269
+ SH: [
1270
+ "H",
1271
+ "h",
1272
+ "hb",
1273
+ "hB"
1274
+ ],
1275
+ SI: ["H", "hB"],
1276
+ SJ: ["H"],
1277
+ SK: ["H"],
1278
+ SL: [
1279
+ "h",
1280
+ "hb",
1281
+ "H",
1282
+ "hB"
1283
+ ],
1284
+ SM: [
1285
+ "H",
1286
+ "h",
1287
+ "hB"
1288
+ ],
1289
+ SN: [
1290
+ "H",
1291
+ "h",
1292
+ "hB"
1293
+ ],
1294
+ SO: ["h", "H"],
1295
+ SR: ["H", "hB"],
1296
+ SS: [
1297
+ "h",
1298
+ "hb",
1299
+ "H",
1300
+ "hB"
1301
+ ],
1302
+ ST: ["H", "hB"],
1303
+ SV: [
1304
+ "h",
1305
+ "H",
1306
+ "hB",
1307
+ "hb"
1308
+ ],
1309
+ SX: [
1310
+ "H",
1311
+ "h",
1312
+ "hb",
1313
+ "hB"
1314
+ ],
1315
+ SY: [
1316
+ "h",
1317
+ "hB",
1318
+ "hb",
1319
+ "H"
1320
+ ],
1321
+ SZ: [
1322
+ "h",
1323
+ "hb",
1324
+ "H",
1325
+ "hB"
1326
+ ],
1327
+ TA: [
1328
+ "H",
1329
+ "h",
1330
+ "hb",
1331
+ "hB"
1332
+ ],
1333
+ TC: [
1334
+ "h",
1335
+ "hb",
1336
+ "H",
1337
+ "hB"
1338
+ ],
1339
+ TD: [
1340
+ "h",
1341
+ "H",
1342
+ "hB"
1343
+ ],
1344
+ TF: [
1345
+ "H",
1346
+ "h",
1347
+ "hB"
1348
+ ],
1349
+ TG: ["H", "hB"],
1350
+ TH: ["H", "h"],
1351
+ TJ: ["H", "h"],
1352
+ TL: [
1353
+ "H",
1354
+ "hB",
1355
+ "hb",
1356
+ "h"
1357
+ ],
1358
+ TM: ["H", "h"],
1359
+ TN: [
1360
+ "h",
1361
+ "hB",
1362
+ "hb",
1363
+ "H"
1364
+ ],
1365
+ TO: ["h", "H"],
1366
+ TR: ["H", "hB"],
1367
+ TT: [
1368
+ "h",
1369
+ "hb",
1370
+ "H",
1371
+ "hB"
1372
+ ],
1373
+ TW: [
1374
+ "hB",
1375
+ "hb",
1376
+ "h",
1377
+ "H"
1378
+ ],
1379
+ TZ: [
1380
+ "hB",
1381
+ "hb",
1382
+ "H",
1383
+ "h"
1384
+ ],
1385
+ UA: [
1386
+ "H",
1387
+ "hB",
1388
+ "h"
1389
+ ],
1390
+ UG: [
1391
+ "hB",
1392
+ "hb",
1393
+ "H",
1394
+ "h"
1395
+ ],
1396
+ UM: [
1397
+ "h",
1398
+ "hb",
1399
+ "H",
1400
+ "hB"
1401
+ ],
1402
+ US: [
1403
+ "h",
1404
+ "hb",
1405
+ "H",
1406
+ "hB"
1407
+ ],
1408
+ UY: [
1409
+ "h",
1410
+ "H",
1411
+ "hB",
1412
+ "hb"
1413
+ ],
1414
+ UZ: [
1415
+ "H",
1416
+ "hB",
1417
+ "h"
1418
+ ],
1419
+ VA: [
1420
+ "H",
1421
+ "h",
1422
+ "hB"
1423
+ ],
1424
+ VC: [
1425
+ "h",
1426
+ "hb",
1427
+ "H",
1428
+ "hB"
1429
+ ],
1430
+ VE: [
1431
+ "h",
1432
+ "H",
1433
+ "hB",
1434
+ "hb"
1435
+ ],
1436
+ VG: [
1437
+ "h",
1438
+ "hb",
1439
+ "H",
1440
+ "hB"
1441
+ ],
1442
+ VI: [
1443
+ "h",
1444
+ "hb",
1445
+ "H",
1446
+ "hB"
1447
+ ],
1448
+ VN: ["H", "h"],
1449
+ VU: ["h", "H"],
1450
+ WF: ["H", "hB"],
1451
+ WS: ["h", "H"],
1452
+ XK: [
1453
+ "H",
1454
+ "hB",
1455
+ "h"
1456
+ ],
1457
+ YE: [
1458
+ "h",
1459
+ "hB",
1460
+ "hb",
1461
+ "H"
1462
+ ],
1463
+ YT: ["H", "hB"],
1464
+ ZA: [
1465
+ "H",
1466
+ "h",
1467
+ "hb",
1468
+ "hB"
1469
+ ],
1470
+ ZM: [
1471
+ "h",
1472
+ "hb",
1473
+ "H",
1474
+ "hB"
1475
+ ],
1476
+ ZW: ["H", "h"],
1477
+ "af-ZA": [
1478
+ "H",
1479
+ "h",
1480
+ "hB",
1481
+ "hb"
1482
+ ],
1483
+ "ar-001": [
1484
+ "h",
1485
+ "hB",
1486
+ "hb",
1487
+ "H"
1488
+ ],
1489
+ "ca-ES": [
1490
+ "H",
1491
+ "h",
1492
+ "hB"
1493
+ ],
1494
+ "en-001": [
1495
+ "h",
1496
+ "hb",
1497
+ "H",
1498
+ "hB"
1499
+ ],
1500
+ "en-HK": [
1501
+ "h",
1502
+ "hb",
1503
+ "H",
1504
+ "hB"
1505
+ ],
1506
+ "en-IL": [
1507
+ "H",
1508
+ "h",
1509
+ "hb",
1510
+ "hB"
1511
+ ],
1512
+ "en-MY": [
1513
+ "h",
1514
+ "hb",
1515
+ "H",
1516
+ "hB"
1517
+ ],
1518
+ "es-BR": [
1519
+ "H",
1520
+ "h",
1521
+ "hB",
1522
+ "hb"
1523
+ ],
1524
+ "es-ES": [
1525
+ "H",
1526
+ "h",
1527
+ "hB",
1528
+ "hb"
1529
+ ],
1530
+ "es-GQ": [
1531
+ "H",
1532
+ "h",
1533
+ "hB",
1534
+ "hb"
1535
+ ],
1536
+ "fr-CA": [
1537
+ "H",
1538
+ "h",
1539
+ "hB"
1540
+ ],
1541
+ "gl-ES": [
1542
+ "H",
1543
+ "h",
1544
+ "hB"
1545
+ ],
1546
+ "gu-IN": [
1547
+ "hB",
1548
+ "hb",
1549
+ "h",
1550
+ "H"
1551
+ ],
1552
+ "hi-IN": [
1553
+ "hB",
1554
+ "h",
1555
+ "H"
1556
+ ],
1557
+ "it-CH": [
1558
+ "H",
1559
+ "h",
1560
+ "hB"
1561
+ ],
1562
+ "it-IT": [
1563
+ "H",
1564
+ "h",
1565
+ "hB"
1566
+ ],
1567
+ "kn-IN": [
1568
+ "hB",
1569
+ "h",
1570
+ "H"
1571
+ ],
1572
+ "ku-SY": ["H", "hB"],
1573
+ "ml-IN": [
1574
+ "hB",
1575
+ "h",
1576
+ "H"
1577
+ ],
1578
+ "mr-IN": [
1579
+ "hB",
1580
+ "hb",
1581
+ "h",
1582
+ "H"
1583
+ ],
1584
+ "pa-IN": [
1585
+ "hB",
1586
+ "hb",
1587
+ "h",
1588
+ "H"
1589
+ ],
1590
+ "ta-IN": [
1591
+ "hB",
1592
+ "h",
1593
+ "hb",
1594
+ "H"
1595
+ ],
1596
+ "te-IN": [
1597
+ "hB",
1598
+ "h",
1599
+ "H"
1600
+ ],
1601
+ "zu-ZA": [
1602
+ "H",
1603
+ "hB",
1604
+ "hb",
1605
+ "h"
1606
+ ]
1607
+ };
1608
+ function he(e, t) {
1609
+ let n = "";
1610
+ for (let r = 0; r < e.length; r++) {
1611
+ let i = e.charAt(r);
1612
+ if (i === "j") {
1613
+ let a = 0;
1614
+ for (; r + 1 < e.length && e.charAt(r + 1) === i;) a++, r++;
1615
+ let o = 1 + (a & 1), s = a < 2 ? 1 : 3 + (a >> 1), c = ge(t);
1616
+ for ((c == "H" || c == "k") && (s = 0); s-- > 0;) n += "a";
1617
+ for (; o-- > 0;) n = c + n;
1618
+ } else i === "J" ? n += "H" : n += i;
1619
+ }
1620
+ return n;
1621
+ }
1622
+ function ge(e) {
1623
+ let t = e.hourCycle;
1624
+ if (t === void 0 && e.hourCycles && e.hourCycles.length && (t = e.hourCycles[0]), t) switch (t) {
1625
+ case "h24": return "k";
1626
+ case "h23": return "H";
1627
+ case "h12": return "h";
1628
+ case "h11": return "K";
1629
+ default: throw Error("Invalid hourCycle");
1630
+ }
1631
+ let n = e.language, r;
1632
+ return n !== "root" && (r = e.maximize().region), (me[r || ""] || me[n || ""] || me[`${n}-001`] || me["001"])[0];
1633
+ }
1634
+ var _e = RegExp(`^${pe.source}*`), ve = RegExp(`${pe.source}*$`);
1635
+ function V(e, t) {
1636
+ return {
1637
+ start: e,
1638
+ end: t
1639
+ };
1640
+ }
1641
+ var ye = !!Object.fromEntries, be = !!String.prototype.trimStart, xe = !!String.prototype.trimEnd, Se = ye ? Object.fromEntries : function(e) {
1642
+ let t = {};
1643
+ for (let [n, r] of e) t[n] = r;
1644
+ return t;
1645
+ }, Ce = be ? function(e) {
1646
+ return e.trimStart();
1647
+ } : function(e) {
1648
+ return e.replace(_e, "");
1649
+ }, we = xe ? function(e) {
1650
+ return e.trimEnd();
1651
+ } : function(e) {
1652
+ return e.replace(ve, "");
1653
+ }, Te = /* @__PURE__ */ RegExp("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
1654
+ function Ee(e, t) {
1655
+ return Te.lastIndex = t, Te.exec(e)[1] ?? "";
1656
+ }
1657
+ var De = class {
1658
+ constructor(e, t = {}) {
1659
+ this.message = e, this.position = {
1660
+ offset: 0,
1661
+ line: 1,
1662
+ column: 1
1663
+ }, this.ignoreTag = !!t.ignoreTag, this.locale = t.locale, this.requiresOtherClause = !!t.requiresOtherClause, this.shouldParseSkeletons = !!t.shouldParseSkeletons;
1664
+ }
1665
+ parse() {
1666
+ if (this.offset() !== 0) throw Error("parser can only be used once");
1667
+ return this.parseMessage(0, "", !1);
1668
+ }
1669
+ parseMessage(e, t, n) {
1670
+ let r = [];
1671
+ for (; !this.isEOF();) {
1672
+ let i = this.char();
1673
+ if (i === 123) {
1674
+ let t = this.parseArgument(e, n);
1675
+ if (t.err) return t;
1676
+ r.push(t.val);
1677
+ } else if (i === 125 && e > 0) break;
1678
+ else if (i === 35 && (t === "plural" || t === "selectordinal")) {
1679
+ let e = this.clonePosition();
1680
+ this.bump(), r.push({
1681
+ type: N.pound,
1682
+ location: V(e, this.clonePosition())
1683
+ });
1684
+ } else if (i === 60 && !this.ignoreTag && this.peek() === 47) {
1685
+ if (n) break;
1686
+ return this.error(M.UNMATCHED_CLOSING_TAG, V(this.clonePosition(), this.clonePosition()));
1687
+ } else if (i === 60 && !this.ignoreTag && Oe(this.peek() || 0)) {
1688
+ let n = this.parseTag(e, t);
1689
+ if (n.err) return n;
1690
+ r.push(n.val);
1691
+ } else {
1692
+ let n = this.parseLiteral(e, t);
1693
+ if (n.err) return n;
1694
+ r.push(n.val);
1695
+ }
1696
+ }
1697
+ return {
1698
+ val: r,
1699
+ err: null
1700
+ };
1701
+ }
1702
+ parseTag(e, t) {
1703
+ let n = this.clonePosition();
1704
+ this.bump();
1705
+ let r = this.parseTagName();
1706
+ if (this.bumpSpace(), this.bumpIf("/>")) return {
1707
+ val: {
1708
+ type: N.literal,
1709
+ value: `<${r}/>`,
1710
+ location: V(n, this.clonePosition())
1711
+ },
1712
+ err: null
1713
+ };
1714
+ if (this.bumpIf(">")) {
1715
+ let i = this.parseMessage(e + 1, t, !0);
1716
+ if (i.err) return i;
1717
+ let a = i.val, o = this.clonePosition();
1718
+ if (this.bumpIf("</")) {
1719
+ if (this.isEOF() || !Oe(this.char())) return this.error(M.INVALID_TAG, V(o, this.clonePosition()));
1720
+ let e = this.clonePosition();
1721
+ return r === this.parseTagName() ? (this.bumpSpace(), this.bumpIf(">") ? {
1722
+ val: {
1723
+ type: N.tag,
1724
+ value: r,
1725
+ children: a,
1726
+ location: V(n, this.clonePosition())
1727
+ },
1728
+ err: null
1729
+ } : this.error(M.INVALID_TAG, V(o, this.clonePosition()))) : this.error(M.UNMATCHED_CLOSING_TAG, V(e, this.clonePosition()));
1730
+ } else return this.error(M.UNCLOSED_TAG, V(n, this.clonePosition()));
1731
+ } else return this.error(M.INVALID_TAG, V(n, this.clonePosition()));
1732
+ }
1733
+ parseTagName() {
1734
+ let e = this.offset();
1735
+ for (this.bump(); !this.isEOF() && Ae(this.char());) this.bump();
1736
+ return this.message.slice(e, this.offset());
1737
+ }
1738
+ parseLiteral(e, t) {
1739
+ let n = this.clonePosition(), r = "";
1740
+ for (;;) {
1741
+ let n = this.tryParseQuote(t);
1742
+ if (n) {
1743
+ r += n;
1744
+ continue;
1745
+ }
1746
+ let i = this.tryParseUnquoted(e, t);
1747
+ if (i) {
1748
+ r += i;
1749
+ continue;
1750
+ }
1751
+ let a = this.tryParseLeftAngleBracket();
1752
+ if (a) {
1753
+ r += a;
1754
+ continue;
1755
+ }
1756
+ break;
1757
+ }
1758
+ let i = V(n, this.clonePosition());
1759
+ return {
1760
+ val: {
1761
+ type: N.literal,
1762
+ value: r,
1763
+ location: i
1764
+ },
1765
+ err: null
1766
+ };
1767
+ }
1768
+ tryParseLeftAngleBracket() {
1769
+ return !this.isEOF() && this.char() === 60 && (this.ignoreTag || !ke(this.peek() || 0)) ? (this.bump(), "<") : null;
1770
+ }
1771
+ tryParseQuote(e) {
1772
+ if (this.isEOF() || this.char() !== 39) return null;
1773
+ switch (this.peek()) {
1774
+ case 39: return this.bump(), this.bump(), "'";
1775
+ case 123:
1776
+ case 60:
1777
+ case 62:
1778
+ case 125: break;
1779
+ case 35:
1780
+ if (e === "plural" || e === "selectordinal") break;
1781
+ return null;
1782
+ default: return null;
1783
+ }
1784
+ this.bump();
1785
+ let t = [this.char()];
1786
+ for (this.bump(); !this.isEOF();) {
1787
+ let e = this.char();
1788
+ if (e === 39) if (this.peek() === 39) t.push(39), this.bump();
1789
+ else {
1790
+ this.bump();
1791
+ break;
1792
+ }
1793
+ else t.push(e);
1794
+ this.bump();
1795
+ }
1796
+ return String.fromCodePoint(...t);
1797
+ }
1798
+ tryParseUnquoted(e, t) {
1799
+ if (this.isEOF()) return null;
1800
+ let n = this.char();
1801
+ return n === 60 || n === 123 || n === 35 && (t === "plural" || t === "selectordinal") || n === 125 && e > 0 ? null : (this.bump(), String.fromCodePoint(n));
1802
+ }
1803
+ parseArgument(e, t) {
1804
+ let n = this.clonePosition();
1805
+ if (this.bump(), this.bumpSpace(), this.isEOF()) return this.error(M.EXPECT_ARGUMENT_CLOSING_BRACE, V(n, this.clonePosition()));
1806
+ if (this.char() === 125) return this.bump(), this.error(M.EMPTY_ARGUMENT, V(n, this.clonePosition()));
1807
+ let r = this.parseIdentifierIfPossible().value;
1808
+ if (!r) return this.error(M.MALFORMED_ARGUMENT, V(n, this.clonePosition()));
1809
+ if (this.bumpSpace(), this.isEOF()) return this.error(M.EXPECT_ARGUMENT_CLOSING_BRACE, V(n, this.clonePosition()));
1810
+ switch (this.char()) {
1811
+ case 125: return this.bump(), {
1812
+ val: {
1813
+ type: N.argument,
1814
+ value: r,
1815
+ location: V(n, this.clonePosition())
1816
+ },
1817
+ err: null
1818
+ };
1819
+ case 44: return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(M.EXPECT_ARGUMENT_CLOSING_BRACE, V(n, this.clonePosition())) : this.parseArgumentOptions(e, t, r, n);
1820
+ default: return this.error(M.MALFORMED_ARGUMENT, V(n, this.clonePosition()));
1821
+ }
1822
+ }
1823
+ parseIdentifierIfPossible() {
1824
+ let e = this.clonePosition(), t = this.offset(), n = Ee(this.message, t), r = t + n.length;
1825
+ return this.bumpTo(r), {
1826
+ value: n,
1827
+ location: V(e, this.clonePosition())
1828
+ };
1829
+ }
1830
+ parseArgumentOptions(e, t, n, r) {
1831
+ let i = this.clonePosition(), a = this.parseIdentifierIfPossible().value, o = this.clonePosition();
1832
+ switch (a) {
1833
+ case "": return this.error(M.EXPECT_ARGUMENT_TYPE, V(i, o));
1834
+ case "number":
1835
+ case "date":
1836
+ case "time": {
1837
+ this.bumpSpace();
1838
+ let e = null;
1839
+ if (this.bumpIf(",")) {
1840
+ this.bumpSpace();
1841
+ let t = this.clonePosition(), n = this.parseSimpleArgStyleIfPossible();
1842
+ if (n.err) return n;
1843
+ let r = we(n.val);
1844
+ if (r.length === 0) return this.error(M.EXPECT_ARGUMENT_STYLE, V(this.clonePosition(), this.clonePosition()));
1845
+ e = {
1846
+ style: r,
1847
+ styleLocation: V(t, this.clonePosition())
1848
+ };
1849
+ }
1850
+ let t = this.tryParseArgumentClose(r);
1851
+ if (t.err) return t;
1852
+ let i = V(r, this.clonePosition());
1853
+ if (e && e.style.startsWith("::")) {
1854
+ let t = Ce(e.style.slice(2));
1855
+ if (a === "number") {
1856
+ let r = this.parseNumberSkeletonFromString(t, e.styleLocation);
1857
+ return r.err ? r : {
1858
+ val: {
1859
+ type: N.number,
1860
+ value: n,
1861
+ location: i,
1862
+ style: r.val
1863
+ },
1864
+ err: null
1865
+ };
1866
+ } else {
1867
+ if (t.length === 0) return this.error(M.EXPECT_DATE_TIME_SKELETON, i);
1868
+ let r = t;
1869
+ this.locale && (r = he(t, this.locale));
1870
+ let o = {
1871
+ type: P.dateTime,
1872
+ pattern: r,
1873
+ location: e.styleLocation,
1874
+ parsedOptions: this.shouldParseSkeletons ? ne(r) : {}
1875
+ };
1876
+ return {
1877
+ val: {
1878
+ type: a === "date" ? N.date : N.time,
1879
+ value: n,
1880
+ location: i,
1881
+ style: o
1882
+ },
1883
+ err: null
1884
+ };
1885
+ }
1886
+ }
1887
+ return {
1888
+ val: {
1889
+ type: a === "number" ? N.number : a === "date" ? N.date : N.time,
1890
+ value: n,
1891
+ location: i,
1892
+ style: e?.style ?? null
1893
+ },
1894
+ err: null
1895
+ };
1896
+ }
1897
+ case "plural":
1898
+ case "selectordinal":
1899
+ case "select": {
1900
+ let i = this.clonePosition();
1901
+ if (this.bumpSpace(), !this.bumpIf(",")) return this.error(M.EXPECT_SELECT_ARGUMENT_OPTIONS, V(i, { ...i }));
1902
+ this.bumpSpace();
1903
+ let o = this.parseIdentifierIfPossible(), s = 0;
1904
+ if (a !== "select" && o.value === "offset") {
1905
+ if (!this.bumpIf(":")) return this.error(M.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, V(this.clonePosition(), this.clonePosition()));
1906
+ this.bumpSpace();
1907
+ let e = this.tryParseDecimalInteger(M.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, M.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
1908
+ if (e.err) return e;
1909
+ this.bumpSpace(), o = this.parseIdentifierIfPossible(), s = e.val;
1910
+ }
1911
+ let c = this.tryParsePluralOrSelectOptions(e, a, t, o);
1912
+ if (c.err) return c;
1913
+ let l = this.tryParseArgumentClose(r);
1914
+ if (l.err) return l;
1915
+ let u = V(r, this.clonePosition());
1916
+ return a === "select" ? {
1917
+ val: {
1918
+ type: N.select,
1919
+ value: n,
1920
+ options: Se(c.val),
1921
+ location: u
1922
+ },
1923
+ err: null
1924
+ } : {
1925
+ val: {
1926
+ type: N.plural,
1927
+ value: n,
1928
+ options: Se(c.val),
1929
+ offset: s,
1930
+ pluralType: a === "plural" ? "cardinal" : "ordinal",
1931
+ location: u
1932
+ },
1933
+ err: null
1934
+ };
1935
+ }
1936
+ default: return this.error(M.INVALID_ARGUMENT_TYPE, V(i, o));
1937
+ }
1938
+ }
1939
+ tryParseArgumentClose(e) {
1940
+ return this.isEOF() || this.char() !== 125 ? this.error(M.EXPECT_ARGUMENT_CLOSING_BRACE, V(e, this.clonePosition())) : (this.bump(), {
1941
+ val: !0,
1942
+ err: null
1943
+ });
1944
+ }
1945
+ parseSimpleArgStyleIfPossible() {
1946
+ let e = 0, t = this.clonePosition();
1947
+ for (; !this.isEOF();) switch (this.char()) {
1948
+ case 39: {
1949
+ this.bump();
1950
+ let e = this.clonePosition();
1951
+ if (!this.bumpUntil("'")) return this.error(M.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, V(e, this.clonePosition()));
1952
+ this.bump();
1953
+ break;
1954
+ }
1955
+ case 123:
1956
+ e += 1, this.bump();
1957
+ break;
1958
+ case 125:
1959
+ if (e > 0) --e;
1960
+ else return {
1961
+ val: this.message.slice(t.offset, this.offset()),
1962
+ err: null
1963
+ };
1964
+ break;
1965
+ default:
1966
+ this.bump();
1967
+ break;
1968
+ }
1969
+ return {
1970
+ val: this.message.slice(t.offset, this.offset()),
1971
+ err: null
1972
+ };
1973
+ }
1974
+ parseNumberSkeletonFromString(e, t) {
1975
+ let n = [];
1976
+ try {
1977
+ n = re(e);
1978
+ } catch {
1979
+ return this.error(M.INVALID_NUMBER_SKELETON, t);
1980
+ }
1981
+ return {
1982
+ val: {
1983
+ type: P.number,
1984
+ tokens: n,
1985
+ location: t,
1986
+ parsedOptions: this.shouldParseSkeletons ? se(n) : {}
1987
+ },
1988
+ err: null
1989
+ };
1990
+ }
1991
+ tryParsePluralOrSelectOptions(e, t, n, r) {
1992
+ let i = !1, a = [], o = /* @__PURE__ */ new Set(), { value: s, location: c } = r;
1993
+ for (;;) {
1994
+ if (s.length === 0) {
1995
+ let e = this.clonePosition();
1996
+ if (t !== "select" && this.bumpIf("=")) {
1997
+ let t = this.tryParseDecimalInteger(M.EXPECT_PLURAL_ARGUMENT_SELECTOR, M.INVALID_PLURAL_ARGUMENT_SELECTOR);
1998
+ if (t.err) return t;
1999
+ c = V(e, this.clonePosition()), s = this.message.slice(e.offset, this.offset());
2000
+ } else break;
2001
+ }
2002
+ if (o.has(s)) return this.error(t === "select" ? M.DUPLICATE_SELECT_ARGUMENT_SELECTOR : M.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
2003
+ s === "other" && (i = !0), this.bumpSpace();
2004
+ let r = this.clonePosition();
2005
+ if (!this.bumpIf("{")) return this.error(t === "select" ? M.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : M.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, V(this.clonePosition(), this.clonePosition()));
2006
+ let l = this.parseMessage(e + 1, t, n);
2007
+ if (l.err) return l;
2008
+ let u = this.tryParseArgumentClose(r);
2009
+ if (u.err) return u;
2010
+ a.push([s, {
2011
+ value: l.val,
2012
+ location: V(r, this.clonePosition())
2013
+ }]), o.add(s), this.bumpSpace(), {value: s, location: c} = this.parseIdentifierIfPossible();
2014
+ }
2015
+ return a.length === 0 ? this.error(t === "select" ? M.EXPECT_SELECT_ARGUMENT_SELECTOR : M.EXPECT_PLURAL_ARGUMENT_SELECTOR, V(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !i ? this.error(M.MISSING_OTHER_CLAUSE, V(this.clonePosition(), this.clonePosition())) : {
2016
+ val: a,
2017
+ err: null
2018
+ };
2019
+ }
2020
+ tryParseDecimalInteger(e, t) {
2021
+ let n = 1, r = this.clonePosition();
2022
+ this.bumpIf("+") || this.bumpIf("-") && (n = -1);
2023
+ let i = !1, a = 0;
2024
+ for (; !this.isEOF();) {
2025
+ let e = this.char();
2026
+ if (e >= 48 && e <= 57) i = !0, a = a * 10 + (e - 48), this.bump();
2027
+ else break;
2028
+ }
2029
+ let o = V(r, this.clonePosition());
2030
+ return i ? (a *= n, Number.isSafeInteger(a) ? {
2031
+ val: a,
2032
+ err: null
2033
+ } : this.error(t, o)) : this.error(e, o);
2034
+ }
2035
+ offset() {
2036
+ return this.position.offset;
2037
+ }
2038
+ isEOF() {
2039
+ return this.offset() === this.message.length;
2040
+ }
2041
+ clonePosition() {
2042
+ return {
2043
+ offset: this.position.offset,
2044
+ line: this.position.line,
2045
+ column: this.position.column
2046
+ };
2047
+ }
2048
+ char() {
2049
+ let e = this.position.offset;
2050
+ if (e >= this.message.length) throw Error("out of bound");
2051
+ let t = this.message.codePointAt(e);
2052
+ if (t === void 0) throw Error(`Offset ${e} is at invalid UTF-16 code unit boundary`);
2053
+ return t;
2054
+ }
2055
+ error(e, t) {
2056
+ return {
2057
+ val: null,
2058
+ err: {
2059
+ kind: e,
2060
+ message: this.message,
2061
+ location: t
2062
+ }
2063
+ };
2064
+ }
2065
+ bump() {
2066
+ if (this.isEOF()) return;
2067
+ let e = this.char();
2068
+ e === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += e < 65536 ? 1 : 2);
2069
+ }
2070
+ bumpIf(e) {
2071
+ if (this.message.startsWith(e, this.offset())) {
2072
+ for (let t = 0; t < e.length; t++) this.bump();
2073
+ return !0;
2074
+ }
2075
+ return !1;
2076
+ }
2077
+ bumpUntil(e) {
2078
+ let t = this.offset(), n = this.message.indexOf(e, t);
2079
+ return n >= 0 ? (this.bumpTo(n), !0) : (this.bumpTo(this.message.length), !1);
2080
+ }
2081
+ bumpTo(e) {
2082
+ if (this.offset() > e) throw Error(`targetOffset ${e} must be greater than or equal to the current offset ${this.offset()}`);
2083
+ for (e = Math.min(e, this.message.length);;) {
2084
+ let t = this.offset();
2085
+ if (t === e) break;
2086
+ if (t > e) throw Error(`targetOffset ${e} is at invalid UTF-16 code unit boundary`);
2087
+ if (this.bump(), this.isEOF()) break;
2088
+ }
2089
+ }
2090
+ bumpSpace() {
2091
+ for (; !this.isEOF() && je(this.char());) this.bump();
2092
+ }
2093
+ peek() {
2094
+ if (this.isEOF()) return null;
2095
+ let e = this.char(), t = this.offset();
2096
+ return this.message.charCodeAt(t + (e >= 65536 ? 2 : 1)) ?? null;
2097
+ }
2098
+ };
2099
+ function Oe(e) {
2100
+ return e >= 97 && e <= 122 || e >= 65 && e <= 90;
2101
+ }
2102
+ function ke(e) {
2103
+ return Oe(e) || e === 47;
2104
+ }
2105
+ function Ae(e) {
2106
+ return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
2107
+ }
2108
+ function je(e) {
2109
+ return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
2110
+ }
2111
+ function Me(e) {
2112
+ e.forEach((e) => {
2113
+ if (delete e.location, R(e) || z(e)) for (let t in e.options) delete e.options[t].location, Me(e.options[t].value);
2114
+ else I(e) && de(e.style) || (le(e) || L(e)) && fe(e.style) ? delete e.style.location : ue(e) && Me(e.children);
2115
+ });
2116
+ }
2117
+ function Ne(e, t = {}) {
2118
+ t = {
2119
+ shouldParseSkeletons: !0,
2120
+ requiresOtherClause: !0,
2121
+ ...t
2122
+ };
2123
+ let n = new De(e, t).parse();
2124
+ if (n.err) {
2125
+ let e = SyntaxError(M[n.err.kind]);
2126
+ throw e.location = n.err.location, e.originalMessage = n.err.message, e;
2127
+ }
2128
+ return t?.captureLocation || Me(n.val), n.val;
2129
+ }
2130
+ //#endregion
2131
+ //#region node_modules/intl-messageformat/index.js
2132
+ var H, Pe = /* @__PURE__ */ function(e) {
2133
+ return e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API", e;
2134
+ }({}), Fe = class extends Error {
2135
+ constructor(e, t, n) {
2136
+ super(e), this.code = t, this.originalMessage = n;
2137
+ }
2138
+ toString() {
2139
+ return `[formatjs Error: ${this.code}] ${this.message}`;
2140
+ }
2141
+ }, Ie = class extends Fe {
2142
+ constructor(e, t, n, r) {
2143
+ super(`Invalid values for "${e}": "${t}". Options are "${Object.keys(n).join("\", \"")}"`, Pe.INVALID_VALUE, r);
2144
+ }
2145
+ }, Le = class extends Fe {
2146
+ constructor(e, t, n) {
2147
+ super(`Value for "${e}" must be of type ${t}`, Pe.INVALID_VALUE, n);
2148
+ }
2149
+ }, Re = class extends Fe {
2150
+ constructor(e, t) {
2151
+ super(`The intl string context variable "${e}" was not provided to the string "${t}"`, Pe.MISSING_VALUE, t);
2152
+ }
2153
+ }, U = /* @__PURE__ */ function(e) {
2154
+ return e[e.literal = 0] = "literal", e[e.object = 1] = "object", e;
2155
+ }({});
2156
+ function ze(e) {
2157
+ return e.length < 2 ? e : e.reduce((e, t) => {
2158
+ let n = e[e.length - 1];
2159
+ return !n || n.type !== U.literal || t.type !== U.literal ? e.push(t) : n.value += t.value, e;
2160
+ }, []);
2161
+ }
2162
+ function Be(e) {
2163
+ return typeof e == "function";
2164
+ }
2165
+ function Ve(e, t, n, r, i, a, o) {
2166
+ if (e.length === 1 && F(e[0])) return [{
2167
+ type: U.literal,
2168
+ value: e[0].value
2169
+ }];
2170
+ let s = [];
2171
+ for (let c of e) {
2172
+ if (F(c)) {
2173
+ s.push({
2174
+ type: U.literal,
2175
+ value: c.value
2176
+ });
2177
+ continue;
2178
+ }
2179
+ if (B(c)) {
2180
+ typeof a == "number" && s.push({
2181
+ type: U.literal,
2182
+ value: n.getNumberFormat(t).format(a)
2183
+ });
2184
+ continue;
2185
+ }
2186
+ let { value: e } = c;
2187
+ if (!(i && e in i)) throw new Re(e, o);
2188
+ let l = i[e];
2189
+ if (ce(c)) {
2190
+ (!l || typeof l == "string" || typeof l == "number" || typeof l == "bigint") && (l = typeof l == "string" || typeof l == "number" || typeof l == "bigint" ? String(l) : ""), s.push({
2191
+ type: typeof l == "string" ? U.literal : U.object,
2192
+ value: l
2193
+ });
2194
+ continue;
2195
+ }
2196
+ if (le(c)) {
2197
+ let e = typeof c.style == "string" ? r.date[c.style] : fe(c.style) ? c.style.parsedOptions : void 0;
2198
+ s.push({
2199
+ type: U.literal,
2200
+ value: n.getDateTimeFormat(t, e).format(l)
2201
+ });
2202
+ continue;
2203
+ }
2204
+ if (L(c)) {
2205
+ let e = typeof c.style == "string" ? r.time[c.style] : fe(c.style) ? c.style.parsedOptions : r.time.medium;
2206
+ s.push({
2207
+ type: U.literal,
2208
+ value: n.getDateTimeFormat(t, e).format(l)
2209
+ });
2210
+ continue;
2211
+ }
2212
+ if (I(c)) {
2213
+ let e = typeof c.style == "string" ? r.number[c.style] : de(c.style) ? c.style.parsedOptions : void 0;
2214
+ if (e && e.scale) {
2215
+ let t = e.scale || 1;
2216
+ if (typeof l == "bigint") {
2217
+ if (!Number.isInteger(t)) throw TypeError(`Cannot apply fractional scale ${t} to bigint value. Scale must be an integer when formatting bigint.`);
2218
+ l *= BigInt(t);
2219
+ } else l *= t;
2220
+ }
2221
+ s.push({
2222
+ type: U.literal,
2223
+ value: n.getNumberFormat(t, e).format(l)
2224
+ });
2225
+ continue;
2226
+ }
2227
+ if (ue(c)) {
2228
+ let { children: e, value: l } = c, u = i[l];
2229
+ if (!Be(u)) throw new Le(l, "function", o);
2230
+ let d = u(Ve(e, t, n, r, i, a).map((e) => e.value));
2231
+ Array.isArray(d) || (d = [d]), s.push(...d.map((e) => ({
2232
+ type: typeof e == "string" ? U.literal : U.object,
2233
+ value: e
2234
+ })));
2235
+ }
2236
+ if (R(c)) {
2237
+ let e = l, a = (Object.prototype.hasOwnProperty.call(c.options, e) ? c.options[e] : void 0) || c.options.other;
2238
+ if (!a) throw new Ie(c.value, l, Object.keys(c.options), o);
2239
+ s.push(...Ve(a.value, t, n, r, i));
2240
+ continue;
2241
+ }
2242
+ if (z(c)) {
2243
+ let e = `=${l}`, a = Object.prototype.hasOwnProperty.call(c.options, e) ? c.options[e] : void 0;
2244
+ if (!a) {
2245
+ if (!Intl.PluralRules) throw new Fe("Intl.PluralRules is not available in this environment.\nTry polyfilling it using \"@formatjs/intl-pluralrules\"\n", Pe.MISSING_INTL_API, o);
2246
+ let e = typeof l == "bigint" ? Number(l) : l, r = n.getPluralRules(t, { type: c.pluralType }).select(e - (c.offset || 0));
2247
+ a = (Object.prototype.hasOwnProperty.call(c.options, r) ? c.options[r] : void 0) || c.options.other;
2248
+ }
2249
+ if (!a) throw new Ie(c.value, l, Object.keys(c.options), o);
2250
+ let u = typeof l == "bigint" ? Number(l) : l;
2251
+ s.push(...Ve(a.value, t, n, r, i, u - (c.offset || 0)));
2252
+ continue;
2253
+ }
2254
+ }
2255
+ return ze(s);
2256
+ }
2257
+ function He(e, t) {
2258
+ return t ? {
2259
+ ...e,
2260
+ ...t,
2261
+ ...Object.keys(e).reduce((n, r) => (n[r] = {
2262
+ ...e[r],
2263
+ ...t[r]
2264
+ }, n), {})
2265
+ } : e;
2266
+ }
2267
+ function Ue(e, t) {
2268
+ return t ? Object.keys(e).reduce((n, r) => (n[r] = He(e[r], t[r]), n), { ...e }) : e;
2269
+ }
2270
+ function We(e) {
2271
+ return { create() {
2272
+ return {
2273
+ get(t) {
2274
+ return e[t];
2275
+ },
2276
+ set(t, n) {
2277
+ e[t] = n;
2278
+ }
2279
+ };
2280
+ } };
2281
+ }
2282
+ function Ge(e = {
2283
+ number: {},
2284
+ dateTime: {},
2285
+ pluralRules: {}
2286
+ }) {
2287
+ return {
2288
+ getNumberFormat: c((...e) => new Intl.NumberFormat(...e), {
2289
+ cache: We(e.number),
2290
+ strategy: y.variadic
2291
+ }),
2292
+ getDateTimeFormat: c((...e) => new Intl.DateTimeFormat(...e), {
2293
+ cache: We(e.dateTime),
2294
+ strategy: y.variadic
2295
+ }),
2296
+ getPluralRules: c((...e) => new Intl.PluralRules(...e), {
2297
+ cache: We(e.pluralRules),
2298
+ strategy: y.variadic
2299
+ })
2300
+ };
2301
+ }
2302
+ var Ke = (H = class e {
2303
+ constructor(t, n = e.defaultLocale, r, i) {
2304
+ if (this.formatterCache = {
2305
+ number: {},
2306
+ dateTime: {},
2307
+ pluralRules: {}
2308
+ }, this.format = (e) => {
2309
+ let t = this.formatToParts(e);
2310
+ if (t.length === 1) return t[0].value;
2311
+ let n = t.reduce((e, t) => (!e.length || t.type !== U.literal || typeof e[e.length - 1] != "string" ? e.push(t.value) : e[e.length - 1] += t.value, e), []);
2312
+ return n.length <= 1 ? n[0] || "" : n;
2313
+ }, this.formatToParts = (e) => Ve(this.ast, this.locales, this.formatters, this.formats, e, void 0, this.message), this.resolvedOptions = () => ({ locale: this.resolvedLocale?.toString() || Intl.NumberFormat.supportedLocalesOf(this.locales)[0] }), this.getAst = () => this.ast, this.locales = n, this.resolvedLocale = e.resolveLocale(n), typeof t == "string") {
2314
+ if (this.message = t, !e.__parse) throw TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
2315
+ let { ...n } = i || {};
2316
+ this.ast = e.__parse(t, {
2317
+ ...n,
2318
+ locale: this.resolvedLocale
2319
+ });
2320
+ } else this.ast = t;
2321
+ if (!Array.isArray(this.ast)) throw TypeError("A message must be provided as a String or AST.");
2322
+ this.formats = Ue(e.formats, r), this.formatters = i && i.formatters || Ge(this.formatterCache);
2323
+ }
2324
+ static get defaultLocale() {
2325
+ return e.memoizedDefaultLocale || (e.memoizedDefaultLocale = new Intl.NumberFormat().resolvedOptions().locale), e.memoizedDefaultLocale;
2326
+ }
2327
+ }, H.memoizedDefaultLocale = null, H.resolveLocale = (e) => {
2328
+ if (Intl.Locale === void 0) return;
2329
+ let t = Intl.NumberFormat.supportedLocalesOf(e);
2330
+ return t.length > 0 ? new Intl.Locale(t[0]) : new Intl.Locale(typeof e == "string" ? e : e[0]);
2331
+ }, H.__parse = Ne, H.formats = {
2332
+ number: {
2333
+ integer: { maximumFractionDigits: 0 },
2334
+ currency: { style: "currency" },
2335
+ percent: { style: "percent" }
2336
+ },
2337
+ date: {
2338
+ short: {
2339
+ month: "numeric",
2340
+ day: "numeric",
2341
+ year: "2-digit"
2342
+ },
2343
+ medium: {
2344
+ month: "short",
2345
+ day: "numeric",
2346
+ year: "numeric"
2347
+ },
2348
+ long: {
2349
+ month: "long",
2350
+ day: "numeric",
2351
+ year: "numeric"
2352
+ },
2353
+ full: {
2354
+ weekday: "long",
2355
+ month: "long",
2356
+ day: "numeric",
2357
+ year: "numeric"
2358
+ }
2359
+ },
2360
+ time: {
2361
+ short: {
2362
+ hour: "numeric",
2363
+ minute: "numeric"
2364
+ },
2365
+ medium: {
2366
+ hour: "numeric",
2367
+ minute: "numeric",
2368
+ second: "numeric"
2369
+ },
2370
+ long: {
2371
+ hour: "numeric",
2372
+ minute: "numeric",
2373
+ second: "numeric",
2374
+ timeZoneName: "short"
2375
+ },
2376
+ full: {
2377
+ hour: "numeric",
2378
+ minute: "numeric",
2379
+ second: "numeric",
2380
+ timeZoneName: "short"
2381
+ }
2382
+ }
2383
+ }, H);
2384
+ //#endregion
2385
+ //#region node_modules/use-intl/dist/esm/production/format-message/index.js
2386
+ function qe(...[e, t, n, r]) {
2387
+ if (Array.isArray(t)) throw new b(x.INVALID_MESSAGE, void 0);
2388
+ if (typeof t == "object") throw new b(x.INSUFFICIENT_PATH, void 0);
2389
+ if (typeof t == "string") {
2390
+ let e = function(e, t) {
2391
+ return t || /'[{}]/.test(e) ? void 0 : e;
2392
+ }(t, n);
2393
+ if (e) return e;
2394
+ }
2395
+ let { cache: a, formats: o, formatters: s, globalFormats: c, locale: l, timeZone: u } = r, d;
2396
+ s.getMessageFormat || (s.getMessageFormat = function(e, t) {
2397
+ return S(((...e) => new Ke(e[0], e[1], e[2], {
2398
+ formatters: t,
2399
+ ...e[3]
2400
+ })), e.message);
2401
+ }(a, s));
2402
+ try {
2403
+ d = s.getMessageFormat(t, l, function(e, t, n) {
2404
+ let r = Ke.formats.date, i = Ke.formats.time, a = {
2405
+ ...e?.dateTime,
2406
+ ...t?.dateTime
2407
+ }, o = {
2408
+ date: {
2409
+ ...r,
2410
+ ...a
2411
+ },
2412
+ time: {
2413
+ ...i,
2414
+ ...a
2415
+ },
2416
+ number: {
2417
+ ...e?.number,
2418
+ ...t?.number
2419
+ }
2420
+ };
2421
+ return n && ["date", "time"].forEach(((e) => {
2422
+ let t = o[e];
2423
+ for (let [e, r] of Object.entries(t)) t[e] = {
2424
+ timeZone: n,
2425
+ ...r
2426
+ };
2427
+ })), o;
2428
+ }(c, o, u), { formatters: {
2429
+ ...s,
2430
+ getDateTimeFormat: (e, t) => s.getDateTimeFormat(e, {
2431
+ ...t,
2432
+ timeZone: t?.timeZone ?? u
2433
+ })
2434
+ } });
2435
+ } catch {
2436
+ throw new b(x.INVALID_MESSAGE, void 0);
2437
+ }
2438
+ let f = d.format(n);
2439
+ return i(f) || Array.isArray(f) || typeof f == "string" ? f : String(f);
2440
+ }
2441
+ qe.raw = !0;
2442
+ //#endregion
2443
+ //#region node_modules/use-intl/dist/esm/production/initializeConfig-CHgjheii.js
2444
+ function Je(...e) {
2445
+ return e.filter(Boolean).join(".");
2446
+ }
2447
+ function Ye(e) {
2448
+ return Je(e.namespace, e.key);
2449
+ }
2450
+ function Xe(e) {
2451
+ console.error(e);
2452
+ }
2453
+ function Ze(e, t, n, r) {
2454
+ let i = Je(r, n);
2455
+ if (!t) throw Error(i);
2456
+ let a = t;
2457
+ return n.split(".").forEach(((t) => {
2458
+ let n = a[t];
2459
+ if (t == null || n == null) throw Error(i + ` (${e})`);
2460
+ a = n;
2461
+ })), a;
2462
+ }
2463
+ function Qe(t) {
2464
+ let n = function(e, t, n) {
2465
+ try {
2466
+ if (!t) throw Error(void 0);
2467
+ let r = n ? Ze(e, t, n) : t;
2468
+ if (!r) throw Error(n);
2469
+ return r;
2470
+ } catch (e) {
2471
+ return new b(x.MISSING_MESSAGE, e.message);
2472
+ }
2473
+ }(t.locale, t.messages, t.namespace);
2474
+ return function({ cache: t, formats: n, formatters: r, getMessageFallback: a = Ye, locale: o, messagesOrError: s, namespace: c, onError: l, timeZone: u }) {
2475
+ let d = s instanceof b;
2476
+ function f(e, t, n, r) {
2477
+ let i = new b(t, n);
2478
+ return l(i), r ?? a({
2479
+ error: i,
2480
+ key: e,
2481
+ namespace: c
2482
+ });
2483
+ }
2484
+ function p(p, m, h, g) {
2485
+ let _ = g, v;
2486
+ if (d) {
2487
+ if (!_) return l(s), a({
2488
+ error: s,
2489
+ key: p,
2490
+ namespace: c
2491
+ });
2492
+ v = _;
2493
+ } else {
2494
+ let e = s;
2495
+ try {
2496
+ v = Ze(o, e, p, c);
2497
+ } catch (e) {
2498
+ if (!_) return f(p, x.MISSING_MESSAGE, e.message, _);
2499
+ v = _;
2500
+ }
2501
+ }
2502
+ try {
2503
+ return qe(Je(c, p), v, m && function(t) {
2504
+ let n = {};
2505
+ return Object.keys(t).forEach(((r) => {
2506
+ let a = 0, o = t[r], s;
2507
+ s = typeof o == "function" ? (t) => {
2508
+ let n = o(t);
2509
+ return i(n) ? e(n, { key: r + a++ }) : n;
2510
+ } : o, n[r] = s;
2511
+ })), n;
2512
+ }(m), {
2513
+ cache: t,
2514
+ formatters: r,
2515
+ globalFormats: n,
2516
+ formats: h,
2517
+ locale: o,
2518
+ timeZone: u
2519
+ });
2520
+ } catch (e) {
2521
+ let t, n;
2522
+ return e instanceof b ? (t = e.code, n = e.originalMessage) : (t = x.FORMATTING_ERROR, n = e.message), f(p, t, n, _);
2523
+ }
2524
+ }
2525
+ function m(e, t, n, r) {
2526
+ let i = p(e, t, n, r);
2527
+ return typeof i == "string" ? i : f(e, x.INVALID_MESSAGE, void 0);
2528
+ }
2529
+ return m.rich = p, m.markup = (e, t, n, r) => p(e, t, n, r), m.raw = (e) => {
2530
+ if (d) return l(s), a({
2531
+ error: s,
2532
+ key: e,
2533
+ namespace: c
2534
+ });
2535
+ let t = s;
2536
+ try {
2537
+ return Ze(o, t, e, c);
2538
+ } catch (t) {
2539
+ return f(e, x.MISSING_MESSAGE, t.message);
2540
+ }
2541
+ }, m.has = (e) => {
2542
+ if (d) return !1;
2543
+ try {
2544
+ return Ze(o, s, e, c), !0;
2545
+ } catch {
2546
+ return !1;
2547
+ }
2548
+ }, m;
2549
+ }({
2550
+ ...t,
2551
+ messagesOrError: n
2552
+ });
2553
+ }
2554
+ function $e(e, t) {
2555
+ return e === t ? void 0 : e.slice((t + ".").length);
2556
+ }
2557
+ var et = 86400;
2558
+ 7 * et, 365 * et;
2559
+ function tt({ formats: e, getMessageFallback: t, messages: n, onError: r, ...i }) {
2560
+ return {
2561
+ ...i,
2562
+ formats: e || void 0,
2563
+ messages: n || void 0,
2564
+ onError: r || Xe,
2565
+ getMessageFallback: t || Ye
2566
+ };
2567
+ }
2568
+ //#endregion
2569
+ //#region node_modules/use-intl/dist/esm/production/react.js
2570
+ var nt = t(void 0);
2571
+ function rt({ children: e, formats: t, getMessageFallback: n, locale: r, messages: i, now: c, onError: l, timeZone: u }) {
2572
+ let d = a(nt), f = o((() => d?.cache || ee()), [r, d?.cache]), p = o((() => d?.formatters || w(f)), [f, d?.formatters]), m = o((() => ({
2573
+ ...tt({
2574
+ locale: r,
2575
+ formats: t === void 0 ? d?.formats : t,
2576
+ getMessageFallback: n || d?.getMessageFallback,
2577
+ messages: i === void 0 ? d?.messages : i,
2578
+ now: c || d?.now,
2579
+ onError: l || d?.onError,
2580
+ timeZone: u || d?.timeZone
2581
+ }),
2582
+ formatters: p,
2583
+ cache: f
2584
+ })), [
2585
+ f,
2586
+ t,
2587
+ p,
2588
+ n,
2589
+ r,
2590
+ i,
2591
+ c,
2592
+ l,
2593
+ d,
2594
+ u
2595
+ ]);
2596
+ return s(nt.Provider, {
2597
+ value: m,
2598
+ children: e
2599
+ });
2600
+ }
2601
+ function it() {
2602
+ let e = a(nt);
2603
+ if (!e) throw Error(void 0);
2604
+ return e;
2605
+ }
2606
+ var at = !1, ot = typeof window > "u";
2607
+ function st(e) {
2608
+ return function(e, t, n) {
2609
+ let { cache: r, formats: i, formatters: a, getMessageFallback: s, locale: c, onError: l, timeZone: u } = it(), d = e[n], f = $e(t, n);
2610
+ return u || at || !ot || (at = !0, l(new b(x.ENVIRONMENT_FALLBACK, void 0))), o((() => Qe({
2611
+ cache: r,
2612
+ formatters: a,
2613
+ getMessageFallback: s,
2614
+ messages: d,
2615
+ namespace: f,
2616
+ onError: l,
2617
+ formats: i,
2618
+ locale: c,
2619
+ timeZone: u
2620
+ })), [
2621
+ r,
2622
+ a,
2623
+ s,
2624
+ d,
2625
+ f,
2626
+ l,
2627
+ i,
2628
+ c,
2629
+ u
2630
+ ]);
2631
+ }({ "!": it().messages }, e ? `!.${e}` : "!", "!");
2632
+ }
2633
+ function ct() {
2634
+ return it().locale;
2635
+ }
2636
+ function lt() {
2637
+ let e = it();
2638
+ if (!e.messages) throw Error(void 0);
2639
+ return e.messages;
2640
+ }
2641
+ //#endregion
2642
+ //#region node_modules/next-intl/dist/esm/production/react-client/index.js
2643
+ function ut(e, t) {
2644
+ return (...e) => {
2645
+ try {
2646
+ return t(...e);
2647
+ } catch {
2648
+ throw Error(void 0);
2649
+ }
2650
+ };
2651
+ }
2652
+ var dt = ut(0, st);
2653
+ //#endregion
2654
+ //#region node_modules/clsx/dist/clsx.mjs
2655
+ function ft(e) {
2656
+ var t, n, r = "";
2657
+ if (typeof e == "string" || typeof e == "number") r += e;
2658
+ else if (typeof e == "object") if (Array.isArray(e)) {
2659
+ var i = e.length;
2660
+ for (t = 0; t < i; t++) e[t] && (n = ft(e[t])) && (r && (r += " "), r += n);
2661
+ } else for (n in e) e[n] && (r && (r += " "), r += n);
2662
+ return r;
2663
+ }
2664
+ function pt() {
2665
+ for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = ft(e)) && (r && (r += " "), r += t);
2666
+ return r;
2667
+ }
2668
+ //#endregion
2669
+ //#region node_modules/tailwind-merge/dist/bundle-mjs.mjs
2670
+ var mt = (e, t) => {
2671
+ let n = Array(e.length + t.length);
2672
+ for (let t = 0; t < e.length; t++) n[t] = e[t];
2673
+ for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
2674
+ return n;
2675
+ }, ht = (e, t) => ({
2676
+ classGroupId: e,
2677
+ validator: t
2678
+ }), gt = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
2679
+ nextPart: e,
2680
+ validators: t,
2681
+ classGroupId: n
2682
+ }), _t = "-", vt = [], yt = "arbitrary..", bt = (e) => {
2683
+ let t = Ct(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
2684
+ return {
2685
+ getClassGroupId: (e) => {
2686
+ if (e.startsWith("[") && e.endsWith("]")) return St(e);
2687
+ let n = e.split(_t);
2688
+ return xt(n, +(n[0] === "" && n.length > 1), t);
2689
+ },
2690
+ getConflictingClassGroupIds: (e, t) => {
2691
+ if (t) {
2692
+ let t = r[e], i = n[e];
2693
+ return t ? i ? mt(i, t) : t : i || vt;
2694
+ }
2695
+ return n[e] || vt;
2696
+ }
2697
+ };
2698
+ }, xt = (e, t, n) => {
2699
+ if (e.length - t === 0) return n.classGroupId;
2700
+ let r = e[t], i = n.nextPart.get(r);
2701
+ if (i) {
2702
+ let n = xt(e, t + 1, i);
2703
+ if (n) return n;
2704
+ }
2705
+ let a = n.validators;
2706
+ if (a === null) return;
2707
+ let o = t === 0 ? e.join(_t) : e.slice(t).join(_t), s = a.length;
2708
+ for (let e = 0; e < s; e++) {
2709
+ let t = a[e];
2710
+ if (t.validator(o)) return t.classGroupId;
2711
+ }
2712
+ }, St = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
2713
+ let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
2714
+ return r ? yt + r : void 0;
2715
+ })(), Ct = (e) => {
2716
+ let { theme: t, classGroups: n } = e;
2717
+ return wt(n, t);
2718
+ }, wt = (e, t) => {
2719
+ let n = gt();
2720
+ for (let r in e) {
2721
+ let i = e[r];
2722
+ Tt(i, n, r, t);
2723
+ }
2724
+ return n;
2725
+ }, Tt = (e, t, n, r) => {
2726
+ let i = e.length;
2727
+ for (let a = 0; a < i; a++) {
2728
+ let i = e[a];
2729
+ Et(i, t, n, r);
2730
+ }
2731
+ }, Et = (e, t, n, r) => {
2732
+ if (typeof e == "string") {
2733
+ Dt(e, t, n);
2734
+ return;
2735
+ }
2736
+ if (typeof e == "function") {
2737
+ Ot(e, t, n, r);
2738
+ return;
2739
+ }
2740
+ kt(e, t, n, r);
2741
+ }, Dt = (e, t, n) => {
2742
+ let r = e === "" ? t : At(t, e);
2743
+ r.classGroupId = n;
2744
+ }, Ot = (e, t, n, r) => {
2745
+ if (jt(e)) {
2746
+ Tt(e(r), t, n, r);
2747
+ return;
2748
+ }
2749
+ t.validators === null && (t.validators = []), t.validators.push(ht(n, e));
2750
+ }, kt = (e, t, n, r) => {
2751
+ let i = Object.entries(e), a = i.length;
2752
+ for (let e = 0; e < a; e++) {
2753
+ let [a, o] = i[e];
2754
+ Tt(o, At(t, a), n, r);
2755
+ }
2756
+ }, At = (e, t) => {
2757
+ let n = e, r = t.split(_t), i = r.length;
2758
+ for (let e = 0; e < i; e++) {
2759
+ let t = r[e], i = n.nextPart.get(t);
2760
+ i || (i = gt(), n.nextPart.set(t, i)), n = i;
2761
+ }
2762
+ return n;
2763
+ }, jt = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Mt = (e) => {
2764
+ if (e < 1) return {
2765
+ get: () => void 0,
2766
+ set: () => {}
2767
+ };
2768
+ let t = 0, n = Object.create(null), r = Object.create(null), i = (i, a) => {
2769
+ n[i] = a, t++, t > e && (t = 0, r = n, n = Object.create(null));
2770
+ };
2771
+ return {
2772
+ get(e) {
2773
+ let t = n[e];
2774
+ if (t !== void 0) return t;
2775
+ if ((t = r[e]) !== void 0) return i(e, t), t;
2776
+ },
2777
+ set(e, t) {
2778
+ e in n ? n[e] = t : i(e, t);
2779
+ }
2780
+ };
2781
+ }, Nt = "!", Pt = ":", Ft = [], It = (e, t, n, r, i) => ({
2782
+ modifiers: e,
2783
+ hasImportantModifier: t,
2784
+ baseClassName: n,
2785
+ maybePostfixModifierPosition: r,
2786
+ isExternal: i
2787
+ }), Lt = (e) => {
2788
+ let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
2789
+ let t = [], n = 0, r = 0, i = 0, a, o = e.length;
2790
+ for (let s = 0; s < o; s++) {
2791
+ let o = e[s];
2792
+ if (n === 0 && r === 0) {
2793
+ if (o === Pt) {
2794
+ t.push(e.slice(i, s)), i = s + 1;
2795
+ continue;
2796
+ }
2797
+ if (o === "/") {
2798
+ a = s;
2799
+ continue;
2800
+ }
2801
+ }
2802
+ o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
2803
+ }
2804
+ let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
2805
+ s.endsWith(Nt) ? (c = s.slice(0, -1), l = !0) : s.startsWith(Nt) && (c = s.slice(1), l = !0);
2806
+ let u = a && a > i ? a - i : void 0;
2807
+ return It(t, l, c, u);
2808
+ };
2809
+ if (t) {
2810
+ let e = t + Pt, n = r;
2811
+ r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : It(Ft, !1, t, void 0, !0);
2812
+ }
2813
+ if (n) {
2814
+ let e = r;
2815
+ r = (t) => n({
2816
+ className: t,
2817
+ parseClassName: e
2818
+ });
2819
+ }
2820
+ return r;
2821
+ }, Rt = (e) => {
2822
+ let t = /* @__PURE__ */ new Map();
2823
+ return e.orderSensitiveModifiers.forEach((e, n) => {
2824
+ t.set(e, 1e6 + n);
2825
+ }), (e) => {
2826
+ let n = [], r = [];
2827
+ for (let i = 0; i < e.length; i++) {
2828
+ let a = e[i], o = a[0] === "[", s = t.has(a);
2829
+ o || s ? (r.length > 0 && (r.sort(), n.push(...r), r = []), n.push(a)) : r.push(a);
2830
+ }
2831
+ return r.length > 0 && (r.sort(), n.push(...r)), n;
2832
+ };
2833
+ }, zt = (e) => ({
2834
+ cache: Mt(e.cacheSize),
2835
+ parseClassName: Lt(e),
2836
+ sortModifiers: Rt(e),
2837
+ postfixLookupClassGroupIds: Bt(e),
2838
+ ...bt(e)
2839
+ }), Bt = (e) => {
2840
+ let t = Object.create(null), n = e.postfixLookupClassGroups;
2841
+ if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
2842
+ return t;
2843
+ }, Vt = /\s+/, Ht = (e, t) => {
2844
+ let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(Vt), l = "";
2845
+ for (let e = c.length - 1; e >= 0; --e) {
2846
+ let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
2847
+ if (u) {
2848
+ l = t + (l.length > 0 ? " " + l : l);
2849
+ continue;
2850
+ }
2851
+ let h = !!m, g;
2852
+ if (h) {
2853
+ g = r(p.substring(0, m));
2854
+ let e = g && o[g] ? r(p) : void 0;
2855
+ e && e !== g && (g = e, h = !1);
2856
+ } else g = r(p);
2857
+ if (!g) {
2858
+ if (!h) {
2859
+ l = t + (l.length > 0 ? " " + l : l);
2860
+ continue;
2861
+ }
2862
+ if (g = r(p), !g) {
2863
+ l = t + (l.length > 0 ? " " + l : l);
2864
+ continue;
2865
+ }
2866
+ h = !1;
2867
+ }
2868
+ let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), v = f ? _ + Nt : _, y = v + g;
2869
+ if (s.indexOf(y) > -1) continue;
2870
+ s.push(y);
2871
+ let b = i(g, h);
2872
+ for (let e = 0; e < b.length; ++e) {
2873
+ let t = b[e];
2874
+ s.push(v + t);
2875
+ }
2876
+ l = t + (l.length > 0 ? " " + l : l);
2877
+ }
2878
+ return l;
2879
+ }, Ut = (...e) => {
2880
+ let t = 0, n, r, i = "";
2881
+ for (; t < e.length;) (n = e[t++]) && (r = Wt(n)) && (i && (i += " "), i += r);
2882
+ return i;
2883
+ }, Wt = (e) => {
2884
+ if (typeof e == "string") return e;
2885
+ let t, n = "";
2886
+ for (let r = 0; r < e.length; r++) e[r] && (t = Wt(e[r])) && (n && (n += " "), n += t);
2887
+ return n;
2888
+ }, Gt = (e, ...t) => {
2889
+ let n, r, i, a, o = (o) => (n = zt(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
2890
+ let t = r(e);
2891
+ if (t) return t;
2892
+ let a = Ht(e, n);
2893
+ return i(e, a), a;
2894
+ };
2895
+ return a = o, (...e) => a(Ut(...e));
2896
+ }, Kt = [], W = (e) => {
2897
+ let t = (t) => t[e] || Kt;
2898
+ return t.isThemeGetter = !0, t;
2899
+ }, qt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Jt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Yt = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, Xt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Zt = /\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$/, Qt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, $t = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, en = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, G = (e) => Yt.test(e), K = (e) => !!e && !Number.isNaN(Number(e)), q = (e) => !!e && Number.isInteger(Number(e)), tn = (e) => e.endsWith("%") && K(e.slice(0, -1)), J = (e) => Xt.test(e), nn = () => !0, rn = (e) => Zt.test(e) && !Qt.test(e), an = () => !1, on = (e) => $t.test(e), sn = (e) => en.test(e), cn = (e) => !Y(e) && !Z(e), ln = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), un = (e) => Q(e, En, an), Y = (e) => qt.test(e), X = (e) => Q(e, Dn, rn), dn = (e) => Q(e, On, K), fn = (e) => Q(e, An, nn), pn = (e) => Q(e, kn, an), mn = (e) => Q(e, wn, an), hn = (e) => Q(e, Tn, sn), gn = (e) => Q(e, jn, on), Z = (e) => Jt.test(e), _n = (e) => $(e, Dn), vn = (e) => $(e, kn), yn = (e) => $(e, wn), bn = (e) => $(e, En), xn = (e) => $(e, Tn), Sn = (e) => $(e, jn, !0), Cn = (e) => $(e, An, !0), Q = (e, t, n) => {
2900
+ let r = qt.exec(e);
2901
+ return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
2902
+ }, $ = (e, t, n = !1) => {
2903
+ let r = Jt.exec(e);
2904
+ return r ? r[1] ? t(r[1]) : n : !1;
2905
+ }, wn = (e) => e === "position" || e === "percentage", Tn = (e) => e === "image" || e === "url", En = (e) => e === "length" || e === "size" || e === "bg-size", Dn = (e) => e === "length", On = (e) => e === "number", kn = (e) => e === "family-name", An = (e) => e === "number" || e === "weight", jn = (e) => e === "shadow", Mn = /* @__PURE__ */ Gt(() => {
2906
+ let e = W("color"), t = W("font"), n = W("text"), r = W("font-weight"), i = W("tracking"), a = W("leading"), o = W("breakpoint"), s = W("container"), c = W("spacing"), l = W("radius"), u = W("shadow"), d = W("inset-shadow"), f = W("text-shadow"), p = W("drop-shadow"), m = W("blur"), h = W("perspective"), g = W("aspect"), _ = W("ease"), v = W("animate"), y = () => [
2907
+ "auto",
2908
+ "avoid",
2909
+ "all",
2910
+ "avoid-page",
2911
+ "page",
2912
+ "left",
2913
+ "right",
2914
+ "column"
2915
+ ], b = () => [
2916
+ "center",
2917
+ "top",
2918
+ "bottom",
2919
+ "left",
2920
+ "right",
2921
+ "top-left",
2922
+ "left-top",
2923
+ "top-right",
2924
+ "right-top",
2925
+ "bottom-right",
2926
+ "right-bottom",
2927
+ "bottom-left",
2928
+ "left-bottom"
2929
+ ], x = () => [
2930
+ ...b(),
2931
+ Z,
2932
+ Y
2933
+ ], ee = () => [
2934
+ "auto",
2935
+ "hidden",
2936
+ "clip",
2937
+ "visible",
2938
+ "scroll"
2939
+ ], S = () => [
2940
+ "auto",
2941
+ "contain",
2942
+ "none"
2943
+ ], C = () => [
2944
+ Z,
2945
+ Y,
2946
+ c
2947
+ ], w = () => [
2948
+ G,
2949
+ "full",
2950
+ "auto",
2951
+ ...C()
2952
+ ], te = () => [
2953
+ q,
2954
+ "none",
2955
+ "subgrid",
2956
+ Z,
2957
+ Y
2958
+ ], ne = () => [
2959
+ "auto",
2960
+ { span: [
2961
+ "full",
2962
+ q,
2963
+ Z,
2964
+ Y
2965
+ ] },
2966
+ q,
2967
+ Z,
2968
+ Y
2969
+ ], T = () => [
2970
+ q,
2971
+ "auto",
2972
+ Z,
2973
+ Y
2974
+ ], re = () => [
2975
+ "auto",
2976
+ "min",
2977
+ "max",
2978
+ "fr",
2979
+ Z,
2980
+ Y
2981
+ ], ie = () => [
2982
+ "start",
2983
+ "end",
2984
+ "center",
2985
+ "between",
2986
+ "around",
2987
+ "evenly",
2988
+ "stretch",
2989
+ "baseline",
2990
+ "center-safe",
2991
+ "end-safe"
2992
+ ], E = () => [
2993
+ "start",
2994
+ "end",
2995
+ "center",
2996
+ "stretch",
2997
+ "center-safe",
2998
+ "end-safe"
2999
+ ], D = () => ["auto", ...C()], O = () => [
3000
+ G,
3001
+ "auto",
3002
+ "full",
3003
+ "dvw",
3004
+ "dvh",
3005
+ "lvw",
3006
+ "lvh",
3007
+ "svw",
3008
+ "svh",
3009
+ "min",
3010
+ "max",
3011
+ "fit",
3012
+ ...C()
3013
+ ], k = () => [
3014
+ G,
3015
+ "screen",
3016
+ "full",
3017
+ "dvw",
3018
+ "lvw",
3019
+ "svw",
3020
+ "min",
3021
+ "max",
3022
+ "fit",
3023
+ ...C()
3024
+ ], A = () => [
3025
+ G,
3026
+ "screen",
3027
+ "full",
3028
+ "lh",
3029
+ "dvh",
3030
+ "lvh",
3031
+ "svh",
3032
+ "min",
3033
+ "max",
3034
+ "fit",
3035
+ ...C()
3036
+ ], j = () => [
3037
+ e,
3038
+ Z,
3039
+ Y
3040
+ ], ae = () => [
3041
+ ...b(),
3042
+ yn,
3043
+ mn,
3044
+ { position: [Z, Y] }
3045
+ ], oe = () => ["no-repeat", { repeat: [
3046
+ "",
3047
+ "x",
3048
+ "y",
3049
+ "space",
3050
+ "round"
3051
+ ] }], se = () => [
3052
+ "auto",
3053
+ "cover",
3054
+ "contain",
3055
+ bn,
3056
+ un,
3057
+ { size: [Z, Y] }
3058
+ ], M = () => [
3059
+ tn,
3060
+ _n,
3061
+ X
3062
+ ], N = () => [
3063
+ "",
3064
+ "none",
3065
+ "full",
3066
+ l,
3067
+ Z,
3068
+ Y
3069
+ ], P = () => [
3070
+ "",
3071
+ K,
3072
+ _n,
3073
+ X
3074
+ ], F = () => [
3075
+ "solid",
3076
+ "dashed",
3077
+ "dotted",
3078
+ "double"
3079
+ ], ce = () => [
3080
+ "normal",
3081
+ "multiply",
3082
+ "screen",
3083
+ "overlay",
3084
+ "darken",
3085
+ "lighten",
3086
+ "color-dodge",
3087
+ "color-burn",
3088
+ "hard-light",
3089
+ "soft-light",
3090
+ "difference",
3091
+ "exclusion",
3092
+ "hue",
3093
+ "saturation",
3094
+ "color",
3095
+ "luminosity"
3096
+ ], I = () => [
3097
+ K,
3098
+ tn,
3099
+ yn,
3100
+ mn
3101
+ ], le = () => [
3102
+ "",
3103
+ "none",
3104
+ m,
3105
+ Z,
3106
+ Y
3107
+ ], L = () => [
3108
+ "none",
3109
+ K,
3110
+ Z,
3111
+ Y
3112
+ ], R = () => [
3113
+ "none",
3114
+ K,
3115
+ Z,
3116
+ Y
3117
+ ], z = () => [
3118
+ K,
3119
+ Z,
3120
+ Y
3121
+ ], B = () => [
3122
+ G,
3123
+ "full",
3124
+ ...C()
3125
+ ];
3126
+ return {
3127
+ cacheSize: 500,
3128
+ theme: {
3129
+ animate: [
3130
+ "spin",
3131
+ "ping",
3132
+ "pulse",
3133
+ "bounce"
3134
+ ],
3135
+ aspect: ["video"],
3136
+ blur: [J],
3137
+ breakpoint: [J],
3138
+ color: [nn],
3139
+ container: [J],
3140
+ "drop-shadow": [J],
3141
+ ease: [
3142
+ "in",
3143
+ "out",
3144
+ "in-out"
3145
+ ],
3146
+ font: [cn],
3147
+ "font-weight": [
3148
+ "thin",
3149
+ "extralight",
3150
+ "light",
3151
+ "normal",
3152
+ "medium",
3153
+ "semibold",
3154
+ "bold",
3155
+ "extrabold",
3156
+ "black"
3157
+ ],
3158
+ "inset-shadow": [J],
3159
+ leading: [
3160
+ "none",
3161
+ "tight",
3162
+ "snug",
3163
+ "normal",
3164
+ "relaxed",
3165
+ "loose"
3166
+ ],
3167
+ perspective: [
3168
+ "dramatic",
3169
+ "near",
3170
+ "normal",
3171
+ "midrange",
3172
+ "distant",
3173
+ "none"
3174
+ ],
3175
+ radius: [J],
3176
+ shadow: [J],
3177
+ spacing: ["px", K],
3178
+ text: [J],
3179
+ "text-shadow": [J],
3180
+ tracking: [
3181
+ "tighter",
3182
+ "tight",
3183
+ "normal",
3184
+ "wide",
3185
+ "wider",
3186
+ "widest"
3187
+ ]
3188
+ },
3189
+ classGroups: {
3190
+ aspect: [{ aspect: [
3191
+ "auto",
3192
+ "square",
3193
+ G,
3194
+ Y,
3195
+ Z,
3196
+ g
3197
+ ] }],
3198
+ container: ["container"],
3199
+ "container-type": [{ "@container": [
3200
+ "",
3201
+ "normal",
3202
+ "size",
3203
+ Z,
3204
+ Y
3205
+ ] }],
3206
+ "container-named": [ln],
3207
+ columns: [{ columns: [
3208
+ K,
3209
+ Y,
3210
+ Z,
3211
+ s
3212
+ ] }],
3213
+ "break-after": [{ "break-after": y() }],
3214
+ "break-before": [{ "break-before": y() }],
3215
+ "break-inside": [{ "break-inside": [
3216
+ "auto",
3217
+ "avoid",
3218
+ "avoid-page",
3219
+ "avoid-column"
3220
+ ] }],
3221
+ "box-decoration": [{ "box-decoration": ["slice", "clone"] }],
3222
+ box: [{ box: ["border", "content"] }],
3223
+ display: [
3224
+ "block",
3225
+ "inline-block",
3226
+ "inline",
3227
+ "flex",
3228
+ "inline-flex",
3229
+ "table",
3230
+ "inline-table",
3231
+ "table-caption",
3232
+ "table-cell",
3233
+ "table-column",
3234
+ "table-column-group",
3235
+ "table-footer-group",
3236
+ "table-header-group",
3237
+ "table-row-group",
3238
+ "table-row",
3239
+ "flow-root",
3240
+ "grid",
3241
+ "inline-grid",
3242
+ "contents",
3243
+ "list-item",
3244
+ "hidden"
3245
+ ],
3246
+ sr: ["sr-only", "not-sr-only"],
3247
+ float: [{ float: [
3248
+ "right",
3249
+ "left",
3250
+ "none",
3251
+ "start",
3252
+ "end"
3253
+ ] }],
3254
+ clear: [{ clear: [
3255
+ "left",
3256
+ "right",
3257
+ "both",
3258
+ "none",
3259
+ "start",
3260
+ "end"
3261
+ ] }],
3262
+ isolation: ["isolate", "isolation-auto"],
3263
+ "object-fit": [{ object: [
3264
+ "contain",
3265
+ "cover",
3266
+ "fill",
3267
+ "none",
3268
+ "scale-down"
3269
+ ] }],
3270
+ "object-position": [{ object: x() }],
3271
+ overflow: [{ overflow: ee() }],
3272
+ "overflow-x": [{ "overflow-x": ee() }],
3273
+ "overflow-y": [{ "overflow-y": ee() }],
3274
+ overscroll: [{ overscroll: S() }],
3275
+ "overscroll-x": [{ "overscroll-x": S() }],
3276
+ "overscroll-y": [{ "overscroll-y": S() }],
3277
+ position: [
3278
+ "static",
3279
+ "fixed",
3280
+ "absolute",
3281
+ "relative",
3282
+ "sticky"
3283
+ ],
3284
+ inset: [{ inset: w() }],
3285
+ "inset-x": [{ "inset-x": w() }],
3286
+ "inset-y": [{ "inset-y": w() }],
3287
+ start: [{
3288
+ "inset-s": w(),
3289
+ start: w()
3290
+ }],
3291
+ end: [{
3292
+ "inset-e": w(),
3293
+ end: w()
3294
+ }],
3295
+ "inset-bs": [{ "inset-bs": w() }],
3296
+ "inset-be": [{ "inset-be": w() }],
3297
+ top: [{ top: w() }],
3298
+ right: [{ right: w() }],
3299
+ bottom: [{ bottom: w() }],
3300
+ left: [{ left: w() }],
3301
+ visibility: [
3302
+ "visible",
3303
+ "invisible",
3304
+ "collapse"
3305
+ ],
3306
+ z: [{ z: [
3307
+ q,
3308
+ "auto",
3309
+ Z,
3310
+ Y
3311
+ ] }],
3312
+ basis: [{ basis: [
3313
+ G,
3314
+ "full",
3315
+ "auto",
3316
+ s,
3317
+ ...C()
3318
+ ] }],
3319
+ "flex-direction": [{ flex: [
3320
+ "row",
3321
+ "row-reverse",
3322
+ "col",
3323
+ "col-reverse"
3324
+ ] }],
3325
+ "flex-wrap": [{ flex: [
3326
+ "nowrap",
3327
+ "wrap",
3328
+ "wrap-reverse"
3329
+ ] }],
3330
+ flex: [{ flex: [
3331
+ K,
3332
+ G,
3333
+ "auto",
3334
+ "initial",
3335
+ "none",
3336
+ Y
3337
+ ] }],
3338
+ grow: [{ grow: [
3339
+ "",
3340
+ K,
3341
+ Z,
3342
+ Y
3343
+ ] }],
3344
+ shrink: [{ shrink: [
3345
+ "",
3346
+ K,
3347
+ Z,
3348
+ Y
3349
+ ] }],
3350
+ order: [{ order: [
3351
+ q,
3352
+ "first",
3353
+ "last",
3354
+ "none",
3355
+ Z,
3356
+ Y
3357
+ ] }],
3358
+ "grid-cols": [{ "grid-cols": te() }],
3359
+ "col-start-end": [{ col: ne() }],
3360
+ "col-start": [{ "col-start": T() }],
3361
+ "col-end": [{ "col-end": T() }],
3362
+ "grid-rows": [{ "grid-rows": te() }],
3363
+ "row-start-end": [{ row: ne() }],
3364
+ "row-start": [{ "row-start": T() }],
3365
+ "row-end": [{ "row-end": T() }],
3366
+ "grid-flow": [{ "grid-flow": [
3367
+ "row",
3368
+ "col",
3369
+ "dense",
3370
+ "row-dense",
3371
+ "col-dense"
3372
+ ] }],
3373
+ "auto-cols": [{ "auto-cols": re() }],
3374
+ "auto-rows": [{ "auto-rows": re() }],
3375
+ gap: [{ gap: C() }],
3376
+ "gap-x": [{ "gap-x": C() }],
3377
+ "gap-y": [{ "gap-y": C() }],
3378
+ "justify-content": [{ justify: [...ie(), "normal"] }],
3379
+ "justify-items": [{ "justify-items": [...E(), "normal"] }],
3380
+ "justify-self": [{ "justify-self": ["auto", ...E()] }],
3381
+ "align-content": [{ content: ["normal", ...ie()] }],
3382
+ "align-items": [{ items: [...E(), { baseline: ["", "last"] }] }],
3383
+ "align-self": [{ self: [
3384
+ "auto",
3385
+ ...E(),
3386
+ { baseline: ["", "last"] }
3387
+ ] }],
3388
+ "place-content": [{ "place-content": ie() }],
3389
+ "place-items": [{ "place-items": [...E(), "baseline"] }],
3390
+ "place-self": [{ "place-self": ["auto", ...E()] }],
3391
+ p: [{ p: C() }],
3392
+ px: [{ px: C() }],
3393
+ py: [{ py: C() }],
3394
+ ps: [{ ps: C() }],
3395
+ pe: [{ pe: C() }],
3396
+ pbs: [{ pbs: C() }],
3397
+ pbe: [{ pbe: C() }],
3398
+ pt: [{ pt: C() }],
3399
+ pr: [{ pr: C() }],
3400
+ pb: [{ pb: C() }],
3401
+ pl: [{ pl: C() }],
3402
+ m: [{ m: D() }],
3403
+ mx: [{ mx: D() }],
3404
+ my: [{ my: D() }],
3405
+ ms: [{ ms: D() }],
3406
+ me: [{ me: D() }],
3407
+ mbs: [{ mbs: D() }],
3408
+ mbe: [{ mbe: D() }],
3409
+ mt: [{ mt: D() }],
3410
+ mr: [{ mr: D() }],
3411
+ mb: [{ mb: D() }],
3412
+ ml: [{ ml: D() }],
3413
+ "space-x": [{ "space-x": C() }],
3414
+ "space-x-reverse": ["space-x-reverse"],
3415
+ "space-y": [{ "space-y": C() }],
3416
+ "space-y-reverse": ["space-y-reverse"],
3417
+ size: [{ size: O() }],
3418
+ "inline-size": [{ inline: ["auto", ...k()] }],
3419
+ "min-inline-size": [{ "min-inline": ["auto", ...k()] }],
3420
+ "max-inline-size": [{ "max-inline": ["none", ...k()] }],
3421
+ "block-size": [{ block: ["auto", ...A()] }],
3422
+ "min-block-size": [{ "min-block": ["auto", ...A()] }],
3423
+ "max-block-size": [{ "max-block": ["none", ...A()] }],
3424
+ w: [{ w: [
3425
+ s,
3426
+ "screen",
3427
+ ...O()
3428
+ ] }],
3429
+ "min-w": [{ "min-w": [
3430
+ s,
3431
+ "screen",
3432
+ "none",
3433
+ ...O()
3434
+ ] }],
3435
+ "max-w": [{ "max-w": [
3436
+ s,
3437
+ "screen",
3438
+ "none",
3439
+ "prose",
3440
+ { screen: [o] },
3441
+ ...O()
3442
+ ] }],
3443
+ h: [{ h: [
3444
+ "screen",
3445
+ "lh",
3446
+ ...O()
3447
+ ] }],
3448
+ "min-h": [{ "min-h": [
3449
+ "screen",
3450
+ "lh",
3451
+ "none",
3452
+ ...O()
3453
+ ] }],
3454
+ "max-h": [{ "max-h": [
3455
+ "screen",
3456
+ "lh",
3457
+ ...O()
3458
+ ] }],
3459
+ "font-size": [{ text: [
3460
+ "base",
3461
+ n,
3462
+ _n,
3463
+ X
3464
+ ] }],
3465
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
3466
+ "font-style": ["italic", "not-italic"],
3467
+ "font-weight": [{ font: [
3468
+ r,
3469
+ Cn,
3470
+ fn
3471
+ ] }],
3472
+ "font-stretch": [{ "font-stretch": [
3473
+ "ultra-condensed",
3474
+ "extra-condensed",
3475
+ "condensed",
3476
+ "semi-condensed",
3477
+ "normal",
3478
+ "semi-expanded",
3479
+ "expanded",
3480
+ "extra-expanded",
3481
+ "ultra-expanded",
3482
+ tn,
3483
+ Y
3484
+ ] }],
3485
+ "font-family": [{ font: [
3486
+ vn,
3487
+ pn,
3488
+ t
3489
+ ] }],
3490
+ "font-features": [{ "font-features": [Y] }],
3491
+ "fvn-normal": ["normal-nums"],
3492
+ "fvn-ordinal": ["ordinal"],
3493
+ "fvn-slashed-zero": ["slashed-zero"],
3494
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
3495
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
3496
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
3497
+ tracking: [{ tracking: [
3498
+ i,
3499
+ Z,
3500
+ Y
3501
+ ] }],
3502
+ "line-clamp": [{ "line-clamp": [
3503
+ K,
3504
+ "none",
3505
+ Z,
3506
+ dn
3507
+ ] }],
3508
+ leading: [{ leading: [a, ...C()] }],
3509
+ "list-image": [{ "list-image": [
3510
+ "none",
3511
+ Z,
3512
+ Y
3513
+ ] }],
3514
+ "list-style-position": [{ list: ["inside", "outside"] }],
3515
+ "list-style-type": [{ list: [
3516
+ "disc",
3517
+ "decimal",
3518
+ "none",
3519
+ Z,
3520
+ Y
3521
+ ] }],
3522
+ "text-alignment": [{ text: [
3523
+ "left",
3524
+ "center",
3525
+ "right",
3526
+ "justify",
3527
+ "start",
3528
+ "end"
3529
+ ] }],
3530
+ "placeholder-color": [{ placeholder: j() }],
3531
+ "text-color": [{ text: j() }],
3532
+ "text-decoration": [
3533
+ "underline",
3534
+ "overline",
3535
+ "line-through",
3536
+ "no-underline"
3537
+ ],
3538
+ "text-decoration-style": [{ decoration: [...F(), "wavy"] }],
3539
+ "text-decoration-thickness": [{ decoration: [
3540
+ K,
3541
+ "from-font",
3542
+ "auto",
3543
+ Z,
3544
+ X
3545
+ ] }],
3546
+ "text-decoration-color": [{ decoration: j() }],
3547
+ "underline-offset": [{ "underline-offset": [
3548
+ K,
3549
+ "auto",
3550
+ Z,
3551
+ Y
3552
+ ] }],
3553
+ "text-transform": [
3554
+ "uppercase",
3555
+ "lowercase",
3556
+ "capitalize",
3557
+ "normal-case"
3558
+ ],
3559
+ "text-overflow": [
3560
+ "truncate",
3561
+ "text-ellipsis",
3562
+ "text-clip"
3563
+ ],
3564
+ "text-wrap": [{ text: [
3565
+ "wrap",
3566
+ "nowrap",
3567
+ "balance",
3568
+ "pretty"
3569
+ ] }],
3570
+ indent: [{ indent: C() }],
3571
+ "tab-size": [{ tab: [
3572
+ q,
3573
+ Z,
3574
+ Y
3575
+ ] }],
3576
+ "vertical-align": [{ align: [
3577
+ "baseline",
3578
+ "top",
3579
+ "middle",
3580
+ "bottom",
3581
+ "text-top",
3582
+ "text-bottom",
3583
+ "sub",
3584
+ "super",
3585
+ Z,
3586
+ Y
3587
+ ] }],
3588
+ whitespace: [{ whitespace: [
3589
+ "normal",
3590
+ "nowrap",
3591
+ "pre",
3592
+ "pre-line",
3593
+ "pre-wrap",
3594
+ "break-spaces"
3595
+ ] }],
3596
+ break: [{ break: [
3597
+ "normal",
3598
+ "words",
3599
+ "all",
3600
+ "keep"
3601
+ ] }],
3602
+ wrap: [{ wrap: [
3603
+ "break-word",
3604
+ "anywhere",
3605
+ "normal"
3606
+ ] }],
3607
+ hyphens: [{ hyphens: [
3608
+ "none",
3609
+ "manual",
3610
+ "auto"
3611
+ ] }],
3612
+ content: [{ content: [
3613
+ "none",
3614
+ Z,
3615
+ Y
3616
+ ] }],
3617
+ "bg-attachment": [{ bg: [
3618
+ "fixed",
3619
+ "local",
3620
+ "scroll"
3621
+ ] }],
3622
+ "bg-clip": [{ "bg-clip": [
3623
+ "border",
3624
+ "padding",
3625
+ "content",
3626
+ "text"
3627
+ ] }],
3628
+ "bg-origin": [{ "bg-origin": [
3629
+ "border",
3630
+ "padding",
3631
+ "content"
3632
+ ] }],
3633
+ "bg-position": [{ bg: ae() }],
3634
+ "bg-repeat": [{ bg: oe() }],
3635
+ "bg-size": [{ bg: se() }],
3636
+ "bg-image": [{ bg: [
3637
+ "none",
3638
+ {
3639
+ linear: [
3640
+ { to: [
3641
+ "t",
3642
+ "tr",
3643
+ "r",
3644
+ "br",
3645
+ "b",
3646
+ "bl",
3647
+ "l",
3648
+ "tl"
3649
+ ] },
3650
+ q,
3651
+ Z,
3652
+ Y
3653
+ ],
3654
+ radial: [
3655
+ "",
3656
+ Z,
3657
+ Y
3658
+ ],
3659
+ conic: [
3660
+ q,
3661
+ Z,
3662
+ Y
3663
+ ]
3664
+ },
3665
+ xn,
3666
+ hn
3667
+ ] }],
3668
+ "bg-color": [{ bg: j() }],
3669
+ "gradient-from-pos": [{ from: M() }],
3670
+ "gradient-via-pos": [{ via: M() }],
3671
+ "gradient-to-pos": [{ to: M() }],
3672
+ "gradient-from": [{ from: j() }],
3673
+ "gradient-via": [{ via: j() }],
3674
+ "gradient-to": [{ to: j() }],
3675
+ rounded: [{ rounded: N() }],
3676
+ "rounded-s": [{ "rounded-s": N() }],
3677
+ "rounded-e": [{ "rounded-e": N() }],
3678
+ "rounded-t": [{ "rounded-t": N() }],
3679
+ "rounded-r": [{ "rounded-r": N() }],
3680
+ "rounded-b": [{ "rounded-b": N() }],
3681
+ "rounded-l": [{ "rounded-l": N() }],
3682
+ "rounded-ss": [{ "rounded-ss": N() }],
3683
+ "rounded-se": [{ "rounded-se": N() }],
3684
+ "rounded-ee": [{ "rounded-ee": N() }],
3685
+ "rounded-es": [{ "rounded-es": N() }],
3686
+ "rounded-tl": [{ "rounded-tl": N() }],
3687
+ "rounded-tr": [{ "rounded-tr": N() }],
3688
+ "rounded-br": [{ "rounded-br": N() }],
3689
+ "rounded-bl": [{ "rounded-bl": N() }],
3690
+ "border-w": [{ border: P() }],
3691
+ "border-w-x": [{ "border-x": P() }],
3692
+ "border-w-y": [{ "border-y": P() }],
3693
+ "border-w-s": [{ "border-s": P() }],
3694
+ "border-w-e": [{ "border-e": P() }],
3695
+ "border-w-bs": [{ "border-bs": P() }],
3696
+ "border-w-be": [{ "border-be": P() }],
3697
+ "border-w-t": [{ "border-t": P() }],
3698
+ "border-w-r": [{ "border-r": P() }],
3699
+ "border-w-b": [{ "border-b": P() }],
3700
+ "border-w-l": [{ "border-l": P() }],
3701
+ "divide-x": [{ "divide-x": P() }],
3702
+ "divide-x-reverse": ["divide-x-reverse"],
3703
+ "divide-y": [{ "divide-y": P() }],
3704
+ "divide-y-reverse": ["divide-y-reverse"],
3705
+ "border-style": [{ border: [
3706
+ ...F(),
3707
+ "hidden",
3708
+ "none"
3709
+ ] }],
3710
+ "divide-style": [{ divide: [
3711
+ ...F(),
3712
+ "hidden",
3713
+ "none"
3714
+ ] }],
3715
+ "border-color": [{ border: j() }],
3716
+ "border-color-x": [{ "border-x": j() }],
3717
+ "border-color-y": [{ "border-y": j() }],
3718
+ "border-color-s": [{ "border-s": j() }],
3719
+ "border-color-e": [{ "border-e": j() }],
3720
+ "border-color-bs": [{ "border-bs": j() }],
3721
+ "border-color-be": [{ "border-be": j() }],
3722
+ "border-color-t": [{ "border-t": j() }],
3723
+ "border-color-r": [{ "border-r": j() }],
3724
+ "border-color-b": [{ "border-b": j() }],
3725
+ "border-color-l": [{ "border-l": j() }],
3726
+ "divide-color": [{ divide: j() }],
3727
+ "outline-style": [{ outline: [
3728
+ ...F(),
3729
+ "none",
3730
+ "hidden"
3731
+ ] }],
3732
+ "outline-offset": [{ "outline-offset": [
3733
+ K,
3734
+ Z,
3735
+ Y
3736
+ ] }],
3737
+ "outline-w": [{ outline: [
3738
+ "",
3739
+ K,
3740
+ _n,
3741
+ X
3742
+ ] }],
3743
+ "outline-color": [{ outline: j() }],
3744
+ shadow: [{ shadow: [
3745
+ "",
3746
+ "none",
3747
+ u,
3748
+ Sn,
3749
+ gn
3750
+ ] }],
3751
+ "shadow-color": [{ shadow: j() }],
3752
+ "inset-shadow": [{ "inset-shadow": [
3753
+ "none",
3754
+ d,
3755
+ Sn,
3756
+ gn
3757
+ ] }],
3758
+ "inset-shadow-color": [{ "inset-shadow": j() }],
3759
+ "ring-w": [{ ring: P() }],
3760
+ "ring-w-inset": ["ring-inset"],
3761
+ "ring-color": [{ ring: j() }],
3762
+ "ring-offset-w": [{ "ring-offset": [K, X] }],
3763
+ "ring-offset-color": [{ "ring-offset": j() }],
3764
+ "inset-ring-w": [{ "inset-ring": P() }],
3765
+ "inset-ring-color": [{ "inset-ring": j() }],
3766
+ "text-shadow": [{ "text-shadow": [
3767
+ "none",
3768
+ f,
3769
+ Sn,
3770
+ gn
3771
+ ] }],
3772
+ "text-shadow-color": [{ "text-shadow": j() }],
3773
+ opacity: [{ opacity: [
3774
+ K,
3775
+ Z,
3776
+ Y
3777
+ ] }],
3778
+ "mix-blend": [{ "mix-blend": [
3779
+ ...ce(),
3780
+ "plus-darker",
3781
+ "plus-lighter"
3782
+ ] }],
3783
+ "bg-blend": [{ "bg-blend": ce() }],
3784
+ "mask-clip": [{ "mask-clip": [
3785
+ "border",
3786
+ "padding",
3787
+ "content",
3788
+ "fill",
3789
+ "stroke",
3790
+ "view"
3791
+ ] }, "mask-no-clip"],
3792
+ "mask-composite": [{ mask: [
3793
+ "add",
3794
+ "subtract",
3795
+ "intersect",
3796
+ "exclude"
3797
+ ] }],
3798
+ "mask-image-linear-pos": [{ "mask-linear": [K] }],
3799
+ "mask-image-linear-from-pos": [{ "mask-linear-from": I() }],
3800
+ "mask-image-linear-to-pos": [{ "mask-linear-to": I() }],
3801
+ "mask-image-linear-from-color": [{ "mask-linear-from": j() }],
3802
+ "mask-image-linear-to-color": [{ "mask-linear-to": j() }],
3803
+ "mask-image-t-from-pos": [{ "mask-t-from": I() }],
3804
+ "mask-image-t-to-pos": [{ "mask-t-to": I() }],
3805
+ "mask-image-t-from-color": [{ "mask-t-from": j() }],
3806
+ "mask-image-t-to-color": [{ "mask-t-to": j() }],
3807
+ "mask-image-r-from-pos": [{ "mask-r-from": I() }],
3808
+ "mask-image-r-to-pos": [{ "mask-r-to": I() }],
3809
+ "mask-image-r-from-color": [{ "mask-r-from": j() }],
3810
+ "mask-image-r-to-color": [{ "mask-r-to": j() }],
3811
+ "mask-image-b-from-pos": [{ "mask-b-from": I() }],
3812
+ "mask-image-b-to-pos": [{ "mask-b-to": I() }],
3813
+ "mask-image-b-from-color": [{ "mask-b-from": j() }],
3814
+ "mask-image-b-to-color": [{ "mask-b-to": j() }],
3815
+ "mask-image-l-from-pos": [{ "mask-l-from": I() }],
3816
+ "mask-image-l-to-pos": [{ "mask-l-to": I() }],
3817
+ "mask-image-l-from-color": [{ "mask-l-from": j() }],
3818
+ "mask-image-l-to-color": [{ "mask-l-to": j() }],
3819
+ "mask-image-x-from-pos": [{ "mask-x-from": I() }],
3820
+ "mask-image-x-to-pos": [{ "mask-x-to": I() }],
3821
+ "mask-image-x-from-color": [{ "mask-x-from": j() }],
3822
+ "mask-image-x-to-color": [{ "mask-x-to": j() }],
3823
+ "mask-image-y-from-pos": [{ "mask-y-from": I() }],
3824
+ "mask-image-y-to-pos": [{ "mask-y-to": I() }],
3825
+ "mask-image-y-from-color": [{ "mask-y-from": j() }],
3826
+ "mask-image-y-to-color": [{ "mask-y-to": j() }],
3827
+ "mask-image-radial": [{ "mask-radial": [Z, Y] }],
3828
+ "mask-image-radial-from-pos": [{ "mask-radial-from": I() }],
3829
+ "mask-image-radial-to-pos": [{ "mask-radial-to": I() }],
3830
+ "mask-image-radial-from-color": [{ "mask-radial-from": j() }],
3831
+ "mask-image-radial-to-color": [{ "mask-radial-to": j() }],
3832
+ "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
3833
+ "mask-image-radial-size": [{ "mask-radial": [{
3834
+ closest: ["side", "corner"],
3835
+ farthest: ["side", "corner"]
3836
+ }] }],
3837
+ "mask-image-radial-pos": [{ "mask-radial-at": b() }],
3838
+ "mask-image-conic-pos": [{ "mask-conic": [K] }],
3839
+ "mask-image-conic-from-pos": [{ "mask-conic-from": I() }],
3840
+ "mask-image-conic-to-pos": [{ "mask-conic-to": I() }],
3841
+ "mask-image-conic-from-color": [{ "mask-conic-from": j() }],
3842
+ "mask-image-conic-to-color": [{ "mask-conic-to": j() }],
3843
+ "mask-mode": [{ mask: [
3844
+ "alpha",
3845
+ "luminance",
3846
+ "match"
3847
+ ] }],
3848
+ "mask-origin": [{ "mask-origin": [
3849
+ "border",
3850
+ "padding",
3851
+ "content",
3852
+ "fill",
3853
+ "stroke",
3854
+ "view"
3855
+ ] }],
3856
+ "mask-position": [{ mask: ae() }],
3857
+ "mask-repeat": [{ mask: oe() }],
3858
+ "mask-size": [{ mask: se() }],
3859
+ "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
3860
+ "mask-image": [{ mask: [
3861
+ "none",
3862
+ Z,
3863
+ Y
3864
+ ] }],
3865
+ filter: [{ filter: [
3866
+ "",
3867
+ "none",
3868
+ Z,
3869
+ Y
3870
+ ] }],
3871
+ blur: [{ blur: le() }],
3872
+ brightness: [{ brightness: [
3873
+ K,
3874
+ Z,
3875
+ Y
3876
+ ] }],
3877
+ contrast: [{ contrast: [
3878
+ K,
3879
+ Z,
3880
+ Y
3881
+ ] }],
3882
+ "drop-shadow": [{ "drop-shadow": [
3883
+ "",
3884
+ "none",
3885
+ p,
3886
+ Sn,
3887
+ gn
3888
+ ] }],
3889
+ "drop-shadow-color": [{ "drop-shadow": j() }],
3890
+ grayscale: [{ grayscale: [
3891
+ "",
3892
+ K,
3893
+ Z,
3894
+ Y
3895
+ ] }],
3896
+ "hue-rotate": [{ "hue-rotate": [
3897
+ K,
3898
+ Z,
3899
+ Y
3900
+ ] }],
3901
+ invert: [{ invert: [
3902
+ "",
3903
+ K,
3904
+ Z,
3905
+ Y
3906
+ ] }],
3907
+ saturate: [{ saturate: [
3908
+ K,
3909
+ Z,
3910
+ Y
3911
+ ] }],
3912
+ sepia: [{ sepia: [
3913
+ "",
3914
+ K,
3915
+ Z,
3916
+ Y
3917
+ ] }],
3918
+ "backdrop-filter": [{ "backdrop-filter": [
3919
+ "",
3920
+ "none",
3921
+ Z,
3922
+ Y
3923
+ ] }],
3924
+ "backdrop-blur": [{ "backdrop-blur": le() }],
3925
+ "backdrop-brightness": [{ "backdrop-brightness": [
3926
+ K,
3927
+ Z,
3928
+ Y
3929
+ ] }],
3930
+ "backdrop-contrast": [{ "backdrop-contrast": [
3931
+ K,
3932
+ Z,
3933
+ Y
3934
+ ] }],
3935
+ "backdrop-grayscale": [{ "backdrop-grayscale": [
3936
+ "",
3937
+ K,
3938
+ Z,
3939
+ Y
3940
+ ] }],
3941
+ "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
3942
+ K,
3943
+ Z,
3944
+ Y
3945
+ ] }],
3946
+ "backdrop-invert": [{ "backdrop-invert": [
3947
+ "",
3948
+ K,
3949
+ Z,
3950
+ Y
3951
+ ] }],
3952
+ "backdrop-opacity": [{ "backdrop-opacity": [
3953
+ K,
3954
+ Z,
3955
+ Y
3956
+ ] }],
3957
+ "backdrop-saturate": [{ "backdrop-saturate": [
3958
+ K,
3959
+ Z,
3960
+ Y
3961
+ ] }],
3962
+ "backdrop-sepia": [{ "backdrop-sepia": [
3963
+ "",
3964
+ K,
3965
+ Z,
3966
+ Y
3967
+ ] }],
3968
+ "border-collapse": [{ border: ["collapse", "separate"] }],
3969
+ "border-spacing": [{ "border-spacing": C() }],
3970
+ "border-spacing-x": [{ "border-spacing-x": C() }],
3971
+ "border-spacing-y": [{ "border-spacing-y": C() }],
3972
+ "table-layout": [{ table: ["auto", "fixed"] }],
3973
+ caption: [{ caption: ["top", "bottom"] }],
3974
+ transition: [{ transition: [
3975
+ "",
3976
+ "all",
3977
+ "colors",
3978
+ "opacity",
3979
+ "shadow",
3980
+ "transform",
3981
+ "none",
3982
+ Z,
3983
+ Y
3984
+ ] }],
3985
+ "transition-behavior": [{ transition: ["normal", "discrete"] }],
3986
+ duration: [{ duration: [
3987
+ K,
3988
+ "initial",
3989
+ Z,
3990
+ Y
3991
+ ] }],
3992
+ ease: [{ ease: [
3993
+ "linear",
3994
+ "initial",
3995
+ _,
3996
+ Z,
3997
+ Y
3998
+ ] }],
3999
+ delay: [{ delay: [
4000
+ K,
4001
+ Z,
4002
+ Y
4003
+ ] }],
4004
+ animate: [{ animate: [
4005
+ "none",
4006
+ v,
4007
+ Z,
4008
+ Y
4009
+ ] }],
4010
+ backface: [{ backface: ["hidden", "visible"] }],
4011
+ perspective: [{ perspective: [
4012
+ h,
4013
+ Z,
4014
+ Y
4015
+ ] }],
4016
+ "perspective-origin": [{ "perspective-origin": x() }],
4017
+ rotate: [{ rotate: L() }],
4018
+ "rotate-x": [{ "rotate-x": L() }],
4019
+ "rotate-y": [{ "rotate-y": L() }],
4020
+ "rotate-z": [{ "rotate-z": L() }],
4021
+ scale: [{ scale: R() }],
4022
+ "scale-x": [{ "scale-x": R() }],
4023
+ "scale-y": [{ "scale-y": R() }],
4024
+ "scale-z": [{ "scale-z": R() }],
4025
+ "scale-3d": ["scale-3d"],
4026
+ skew: [{ skew: z() }],
4027
+ "skew-x": [{ "skew-x": z() }],
4028
+ "skew-y": [{ "skew-y": z() }],
4029
+ transform: [{ transform: [
4030
+ Z,
4031
+ Y,
4032
+ "",
4033
+ "none",
4034
+ "gpu",
4035
+ "cpu"
4036
+ ] }],
4037
+ "transform-origin": [{ origin: x() }],
4038
+ "transform-style": [{ transform: ["3d", "flat"] }],
4039
+ translate: [{ translate: B() }],
4040
+ "translate-x": [{ "translate-x": B() }],
4041
+ "translate-y": [{ "translate-y": B() }],
4042
+ "translate-z": [{ "translate-z": B() }],
4043
+ "translate-none": ["translate-none"],
4044
+ zoom: [{ zoom: [
4045
+ q,
4046
+ Z,
4047
+ Y
4048
+ ] }],
4049
+ accent: [{ accent: j() }],
4050
+ appearance: [{ appearance: ["none", "auto"] }],
4051
+ "caret-color": [{ caret: j() }],
4052
+ "color-scheme": [{ scheme: [
4053
+ "normal",
4054
+ "dark",
4055
+ "light",
4056
+ "light-dark",
4057
+ "only-dark",
4058
+ "only-light"
4059
+ ] }],
4060
+ cursor: [{ cursor: [
4061
+ "auto",
4062
+ "default",
4063
+ "pointer",
4064
+ "wait",
4065
+ "text",
4066
+ "move",
4067
+ "help",
4068
+ "not-allowed",
4069
+ "none",
4070
+ "context-menu",
4071
+ "progress",
4072
+ "cell",
4073
+ "crosshair",
4074
+ "vertical-text",
4075
+ "alias",
4076
+ "copy",
4077
+ "no-drop",
4078
+ "grab",
4079
+ "grabbing",
4080
+ "all-scroll",
4081
+ "col-resize",
4082
+ "row-resize",
4083
+ "n-resize",
4084
+ "e-resize",
4085
+ "s-resize",
4086
+ "w-resize",
4087
+ "ne-resize",
4088
+ "nw-resize",
4089
+ "se-resize",
4090
+ "sw-resize",
4091
+ "ew-resize",
4092
+ "ns-resize",
4093
+ "nesw-resize",
4094
+ "nwse-resize",
4095
+ "zoom-in",
4096
+ "zoom-out",
4097
+ Z,
4098
+ Y
4099
+ ] }],
4100
+ "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
4101
+ "pointer-events": [{ "pointer-events": ["auto", "none"] }],
4102
+ resize: [{ resize: [
4103
+ "none",
4104
+ "",
4105
+ "y",
4106
+ "x"
4107
+ ] }],
4108
+ "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
4109
+ "scrollbar-thumb-color": [{ "scrollbar-thumb": j() }],
4110
+ "scrollbar-track-color": [{ "scrollbar-track": j() }],
4111
+ "scrollbar-gutter": [{ "scrollbar-gutter": [
4112
+ "auto",
4113
+ "stable",
4114
+ "both"
4115
+ ] }],
4116
+ "scrollbar-w": [{ scrollbar: [
4117
+ "auto",
4118
+ "thin",
4119
+ "none"
4120
+ ] }],
4121
+ "scroll-m": [{ "scroll-m": C() }],
4122
+ "scroll-mx": [{ "scroll-mx": C() }],
4123
+ "scroll-my": [{ "scroll-my": C() }],
4124
+ "scroll-ms": [{ "scroll-ms": C() }],
4125
+ "scroll-me": [{ "scroll-me": C() }],
4126
+ "scroll-mbs": [{ "scroll-mbs": C() }],
4127
+ "scroll-mbe": [{ "scroll-mbe": C() }],
4128
+ "scroll-mt": [{ "scroll-mt": C() }],
4129
+ "scroll-mr": [{ "scroll-mr": C() }],
4130
+ "scroll-mb": [{ "scroll-mb": C() }],
4131
+ "scroll-ml": [{ "scroll-ml": C() }],
4132
+ "scroll-p": [{ "scroll-p": C() }],
4133
+ "scroll-px": [{ "scroll-px": C() }],
4134
+ "scroll-py": [{ "scroll-py": C() }],
4135
+ "scroll-ps": [{ "scroll-ps": C() }],
4136
+ "scroll-pe": [{ "scroll-pe": C() }],
4137
+ "scroll-pbs": [{ "scroll-pbs": C() }],
4138
+ "scroll-pbe": [{ "scroll-pbe": C() }],
4139
+ "scroll-pt": [{ "scroll-pt": C() }],
4140
+ "scroll-pr": [{ "scroll-pr": C() }],
4141
+ "scroll-pb": [{ "scroll-pb": C() }],
4142
+ "scroll-pl": [{ "scroll-pl": C() }],
4143
+ "snap-align": [{ snap: [
4144
+ "start",
4145
+ "end",
4146
+ "center",
4147
+ "align-none"
4148
+ ] }],
4149
+ "snap-stop": [{ snap: ["normal", "always"] }],
4150
+ "snap-type": [{ snap: [
4151
+ "none",
4152
+ "x",
4153
+ "y",
4154
+ "both"
4155
+ ] }],
4156
+ "snap-strictness": [{ snap: ["mandatory", "proximity"] }],
4157
+ touch: [{ touch: [
4158
+ "auto",
4159
+ "none",
4160
+ "manipulation"
4161
+ ] }],
4162
+ "touch-x": [{ "touch-pan": [
4163
+ "x",
4164
+ "left",
4165
+ "right"
4166
+ ] }],
4167
+ "touch-y": [{ "touch-pan": [
4168
+ "y",
4169
+ "up",
4170
+ "down"
4171
+ ] }],
4172
+ "touch-pz": ["touch-pinch-zoom"],
4173
+ select: [{ select: [
4174
+ "none",
4175
+ "text",
4176
+ "all",
4177
+ "auto"
4178
+ ] }],
4179
+ "will-change": [{ "will-change": [
4180
+ "auto",
4181
+ "scroll",
4182
+ "contents",
4183
+ "transform",
4184
+ Z,
4185
+ Y
4186
+ ] }],
4187
+ fill: [{ fill: ["none", ...j()] }],
4188
+ "stroke-w": [{ stroke: [
4189
+ K,
4190
+ _n,
4191
+ X,
4192
+ dn
4193
+ ] }],
4194
+ stroke: [{ stroke: ["none", ...j()] }],
4195
+ "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
4196
+ },
4197
+ conflictingClassGroups: {
4198
+ "container-named": ["container-type"],
4199
+ overflow: ["overflow-x", "overflow-y"],
4200
+ overscroll: ["overscroll-x", "overscroll-y"],
4201
+ inset: [
4202
+ "inset-x",
4203
+ "inset-y",
4204
+ "inset-bs",
4205
+ "inset-be",
4206
+ "start",
4207
+ "end",
4208
+ "top",
4209
+ "right",
4210
+ "bottom",
4211
+ "left"
4212
+ ],
4213
+ "inset-x": ["right", "left"],
4214
+ "inset-y": ["top", "bottom"],
4215
+ flex: [
4216
+ "basis",
4217
+ "grow",
4218
+ "shrink"
4219
+ ],
4220
+ gap: ["gap-x", "gap-y"],
4221
+ p: [
4222
+ "px",
4223
+ "py",
4224
+ "ps",
4225
+ "pe",
4226
+ "pbs",
4227
+ "pbe",
4228
+ "pt",
4229
+ "pr",
4230
+ "pb",
4231
+ "pl"
4232
+ ],
4233
+ px: ["pr", "pl"],
4234
+ py: ["pt", "pb"],
4235
+ m: [
4236
+ "mx",
4237
+ "my",
4238
+ "ms",
4239
+ "me",
4240
+ "mbs",
4241
+ "mbe",
4242
+ "mt",
4243
+ "mr",
4244
+ "mb",
4245
+ "ml"
4246
+ ],
4247
+ mx: ["mr", "ml"],
4248
+ my: ["mt", "mb"],
4249
+ size: ["w", "h"],
4250
+ "font-size": ["leading"],
4251
+ "fvn-normal": [
4252
+ "fvn-ordinal",
4253
+ "fvn-slashed-zero",
4254
+ "fvn-figure",
4255
+ "fvn-spacing",
4256
+ "fvn-fraction"
4257
+ ],
4258
+ "fvn-ordinal": ["fvn-normal"],
4259
+ "fvn-slashed-zero": ["fvn-normal"],
4260
+ "fvn-figure": ["fvn-normal"],
4261
+ "fvn-spacing": ["fvn-normal"],
4262
+ "fvn-fraction": ["fvn-normal"],
4263
+ "line-clamp": ["display", "overflow"],
4264
+ rounded: [
4265
+ "rounded-s",
4266
+ "rounded-e",
4267
+ "rounded-t",
4268
+ "rounded-r",
4269
+ "rounded-b",
4270
+ "rounded-l",
4271
+ "rounded-ss",
4272
+ "rounded-se",
4273
+ "rounded-ee",
4274
+ "rounded-es",
4275
+ "rounded-tl",
4276
+ "rounded-tr",
4277
+ "rounded-br",
4278
+ "rounded-bl"
4279
+ ],
4280
+ "rounded-s": ["rounded-ss", "rounded-es"],
4281
+ "rounded-e": ["rounded-se", "rounded-ee"],
4282
+ "rounded-t": ["rounded-tl", "rounded-tr"],
4283
+ "rounded-r": ["rounded-tr", "rounded-br"],
4284
+ "rounded-b": ["rounded-br", "rounded-bl"],
4285
+ "rounded-l": ["rounded-tl", "rounded-bl"],
4286
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
4287
+ "border-w": [
4288
+ "border-w-x",
4289
+ "border-w-y",
4290
+ "border-w-s",
4291
+ "border-w-e",
4292
+ "border-w-bs",
4293
+ "border-w-be",
4294
+ "border-w-t",
4295
+ "border-w-r",
4296
+ "border-w-b",
4297
+ "border-w-l"
4298
+ ],
4299
+ "border-w-x": ["border-w-r", "border-w-l"],
4300
+ "border-w-y": ["border-w-t", "border-w-b"],
4301
+ "border-color": [
4302
+ "border-color-x",
4303
+ "border-color-y",
4304
+ "border-color-s",
4305
+ "border-color-e",
4306
+ "border-color-bs",
4307
+ "border-color-be",
4308
+ "border-color-t",
4309
+ "border-color-r",
4310
+ "border-color-b",
4311
+ "border-color-l"
4312
+ ],
4313
+ "border-color-x": ["border-color-r", "border-color-l"],
4314
+ "border-color-y": ["border-color-t", "border-color-b"],
4315
+ translate: [
4316
+ "translate-x",
4317
+ "translate-y",
4318
+ "translate-none"
4319
+ ],
4320
+ "translate-none": [
4321
+ "translate",
4322
+ "translate-x",
4323
+ "translate-y",
4324
+ "translate-z"
4325
+ ],
4326
+ "scroll-m": [
4327
+ "scroll-mx",
4328
+ "scroll-my",
4329
+ "scroll-ms",
4330
+ "scroll-me",
4331
+ "scroll-mbs",
4332
+ "scroll-mbe",
4333
+ "scroll-mt",
4334
+ "scroll-mr",
4335
+ "scroll-mb",
4336
+ "scroll-ml"
4337
+ ],
4338
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
4339
+ "scroll-my": ["scroll-mt", "scroll-mb"],
4340
+ "scroll-p": [
4341
+ "scroll-px",
4342
+ "scroll-py",
4343
+ "scroll-ps",
4344
+ "scroll-pe",
4345
+ "scroll-pbs",
4346
+ "scroll-pbe",
4347
+ "scroll-pt",
4348
+ "scroll-pr",
4349
+ "scroll-pb",
4350
+ "scroll-pl"
4351
+ ],
4352
+ "scroll-px": ["scroll-pr", "scroll-pl"],
4353
+ "scroll-py": ["scroll-pt", "scroll-pb"],
4354
+ touch: [
4355
+ "touch-x",
4356
+ "touch-y",
4357
+ "touch-pz"
4358
+ ],
4359
+ "touch-x": ["touch"],
4360
+ "touch-y": ["touch"],
4361
+ "touch-pz": ["touch"]
4362
+ },
4363
+ conflictingClassGroupModifiers: { "font-size": ["leading"] },
4364
+ postfixLookupClassGroups: ["container-type"],
4365
+ orderSensitiveModifiers: [
4366
+ "*",
4367
+ "**",
4368
+ "after",
4369
+ "backdrop",
4370
+ "before",
4371
+ "details-content",
4372
+ "file",
4373
+ "first-letter",
4374
+ "first-line",
4375
+ "marker",
4376
+ "placeholder",
4377
+ "selection"
4378
+ ]
4379
+ };
4380
+ });
4381
+ //#endregion
4382
+ //#region lib/utils.ts
4383
+ function Nn(...e) {
4384
+ return Mn(pt(e));
4385
+ }
4386
+ //#endregion
4387
+ //#region node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs
4388
+ var Pn = (...e) => e.filter((e, t, n) => !!e && e.trim() !== "" && n.indexOf(e) === t).join(" ").trim(), Fn = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), In = (e) => e.replace(/^([A-Z])|[\s-_]+(\w)/g, (e, t, n) => n ? n.toUpperCase() : t.toLowerCase()), Ln = (e) => {
4389
+ let t = In(e);
4390
+ return t.charAt(0).toUpperCase() + t.slice(1);
4391
+ }, Rn = {
4392
+ xmlns: "http://www.w3.org/2000/svg",
4393
+ width: 24,
4394
+ height: 24,
4395
+ viewBox: "0 0 24 24",
4396
+ fill: "none",
4397
+ stroke: "currentColor",
4398
+ strokeWidth: 2,
4399
+ strokeLinecap: "round",
4400
+ strokeLinejoin: "round"
4401
+ }, zn = (e) => {
4402
+ for (let t in e) if (t.startsWith("aria-") || t === "role" || t === "title") return !0;
4403
+ return !1;
4404
+ }, Bn = t({}), Vn = () => a(Bn), Hn = r(({ color: e, size: t, strokeWidth: r, absoluteStrokeWidth: i, className: a = "", children: o, iconNode: s, ...c }, l) => {
4405
+ let { size: u = 24, strokeWidth: d = 2, absoluteStrokeWidth: f = !1, color: p = "currentColor", className: m = "" } = Vn() ?? {}, h = i ?? f ? Number(r ?? d) * 24 / Number(t ?? u) : r ?? d;
4406
+ return n("svg", {
4407
+ ref: l,
4408
+ ...Rn,
4409
+ width: t ?? u ?? Rn.width,
4410
+ height: t ?? u ?? Rn.height,
4411
+ stroke: e ?? p,
4412
+ strokeWidth: h,
4413
+ className: Pn("lucide", m, a),
4414
+ ...!o && !zn(c) && { "aria-hidden": "true" },
4415
+ ...c
4416
+ }, [...s.map(([e, t]) => n(e, t)), ...Array.isArray(o) ? o : [o]]);
4417
+ }), Un = (e, t) => {
4418
+ let i = r(({ className: r, ...i }, a) => n(Hn, {
4419
+ ref: a,
4420
+ iconNode: t,
4421
+ className: Pn(`lucide-${Fn(Ln(e))}`, `lucide-${e}`, r),
4422
+ ...i
4423
+ }));
4424
+ return i.displayName = Ln(e), i;
4425
+ };
4426
+ //#endregion
4427
+ export { lt as a, dt as i, Nn as n, ct as o, pt as r, rt as s, Un as t };
4428
+
4429
+ //# sourceMappingURL=widget-react-BxvW64LH.js.map