dawn-ui-react 1.0.0-alpha.6 → 1.0.0-alpha.7

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 (32) hide show
  1. package/dist/{Input-DtHcqeCc.js → Input-BkHt7FC1.js} +2 -2
  2. package/dist/{clamp-DQOKpe2d.js → clamp-Bd-I2_Rk.js} +2 -2
  3. package/dist/{cn-CXogf8HW.js → cn-DWnOBdrm.js} +349 -307
  4. package/dist/components/layer-tree/index.d.ts +2 -1
  5. package/dist/components/layer-tree/layer-tree-search.d.ts +1 -1
  6. package/dist/components/layer-tree/layer-tree-sort.d.ts +1 -3
  7. package/dist/components/layer-tree/layer-tree.types.d.ts +5 -1
  8. package/dist/components/profile/index.d.ts +5 -1
  9. package/dist/components/profile/profile-action.d.ts +2 -0
  10. package/dist/components/profile/profile-content.d.ts +2 -0
  11. package/dist/components/profile/profile-name.d.ts +2 -0
  12. package/dist/components/profile/profile-subname.d.ts +2 -0
  13. package/dist/components/profile/profile.d.ts +1 -1
  14. package/dist/components/profile/profile.types.d.ts +6 -14
  15. package/dist/dawn-ui-react.js +15490 -11107
  16. package/dist/dawn-ui-react.umd.cjs +26 -26
  17. package/dist/{field-input-group-DRO7BT9K.js → field-input-group-BwMQAM6n.js} +3 -3
  18. package/dist/{field-input-group-input-D1w5gEYu.js → field-input-group-input-DnJFuMi4.js} +3 -3
  19. package/dist/{form-context-DBHjPCAB.js → form-context-om_k3VKa.js} +481 -461
  20. package/dist/{input-group-CDZSzmGh.js → input-group-CWH7SWRv.js} +2 -2
  21. package/dist/{input-group-input-DksiPZS5.js → input-group-input-DOxvfiMV.js} +2 -2
  22. package/dist/{input.types-BToTmX-b.js → input.types-BeeCYL9x.js} +1 -1
  23. package/dist/styles.css +21 -21
  24. package/dist/{useLabelableId-Bsez0mIm.js → useLabelableId-B_P81Wgy.js} +1 -1
  25. package/package.json +22 -22
  26. package/dist/field-description-BDRJXMS8.js +0 -12
  27. package/dist/field-errors-BndE4fDS.js +0 -21
  28. package/dist/field-input-BPNlupYr.js +0 -58
  29. package/dist/field-label-DiJO_3-h.js +0 -16
  30. package/dist/field-select-BRibIEnZ.js +0 -2147
  31. package/dist/field-slider-SYOU6bVj.js +0 -2167
  32. package/dist/rolldown-runtime-CAFD8bLK.js +0 -11
@@ -13,7 +13,7 @@ function t() {
13
13
  return i;
14
14
  }
15
15
  //#endregion
16
- //#region node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs
16
+ //#region node_modules/.pnpm/tailwind-merge@3.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs
17
17
  var n = (e, t) => {
18
18
  let n = Array(e.length + t.length);
19
19
  for (let t = 0; t < e.length; t++) n[t] = e[t];
@@ -27,7 +27,7 @@ var n = (e, t) => {
27
27
  validators: t,
28
28
  classGroupId: n
29
29
  }), a = "-", o = [], s = "arbitrary..", c = (e) => {
30
- let t = ee(e), { conflictingClassGroups: r, conflictingClassGroupModifiers: i } = e;
30
+ let t = d(e), { conflictingClassGroups: r, conflictingClassGroupModifiers: i } = e;
31
31
  return {
32
32
  getClassGroupId: (e) => {
33
33
  if (e.startsWith("[") && e.endsWith("]")) return u(e);
@@ -59,10 +59,10 @@ var n = (e, t) => {
59
59
  }, u = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
60
60
  let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
61
61
  return r ? s + r : void 0;
62
- })(), ee = (e) => {
62
+ })(), d = (e) => {
63
63
  let { theme: t, classGroups: n } = e;
64
- return d(n, t);
65
- }, d = (e, t) => {
64
+ return ee(n, t);
65
+ }, ee = (e, t) => {
66
66
  let n = i();
67
67
  for (let r in e) {
68
68
  let i = e[r];
@@ -181,66 +181,76 @@ var n = (e, t) => {
181
181
  cache: y(e.cacheSize),
182
182
  parseClassName: w(e),
183
183
  sortModifiers: te(e),
184
+ postfixLookupClassGroupIds: T(e),
184
185
  ...c(e)
185
- }), T = /\s+/, re = (e, t) => {
186
- let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a } = t, o = [], s = e.trim().split(T), c = "";
187
- for (let e = s.length - 1; e >= 0; --e) {
188
- let t = s[e], { isExternal: l, modifiers: u, hasImportantModifier: ee, baseClassName: d, maybePostfixModifierPosition: f } = n(t);
189
- if (l) {
190
- c = t + (c.length > 0 ? " " + c : c);
186
+ }), T = (e) => {
187
+ let t = Object.create(null), n = e.postfixLookupClassGroups;
188
+ if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
189
+ return t;
190
+ }, re = /\s+/, E = (e, t) => {
191
+ let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(re), l = "";
192
+ for (let e = c.length - 1; e >= 0; --e) {
193
+ let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: ee, baseClassName: f, maybePostfixModifierPosition: p } = n(t);
194
+ if (u) {
195
+ l = t + (l.length > 0 ? " " + l : l);
191
196
  continue;
192
197
  }
193
- let p = !!f, m = r(p ? d.substring(0, f) : d);
194
- if (!m) {
195
- if (!p) {
196
- c = t + (c.length > 0 ? " " + c : c);
198
+ let m = !!p, h;
199
+ if (m) {
200
+ h = r(f.substring(0, p));
201
+ let e = h && o[h] ? r(f) : void 0;
202
+ e && e !== h && (h = e, m = !1);
203
+ } else h = r(f);
204
+ if (!h) {
205
+ if (!m) {
206
+ l = t + (l.length > 0 ? " " + l : l);
197
207
  continue;
198
208
  }
199
- if (m = r(d), !m) {
200
- c = t + (c.length > 0 ? " " + c : c);
209
+ if (h = r(f), !h) {
210
+ l = t + (l.length > 0 ? " " + l : l);
201
211
  continue;
202
212
  }
203
- p = !1;
213
+ m = !1;
204
214
  }
205
- let h = u.length === 0 ? "" : u.length === 1 ? u[0] : a(u).join(":"), g = ee ? h + b : h, _ = g + m;
206
- if (o.indexOf(_) > -1) continue;
207
- o.push(_);
208
- let v = i(m, p);
209
- for (let e = 0; e < v.length; ++e) {
210
- let t = v[e];
211
- o.push(g + t);
215
+ let g = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), _ = ee ? g + b : g, v = _ + h;
216
+ if (s.indexOf(v) > -1) continue;
217
+ s.push(v);
218
+ let y = i(h, m);
219
+ for (let e = 0; e < y.length; ++e) {
220
+ let t = y[e];
221
+ s.push(_ + t);
212
222
  }
213
- c = t + (c.length > 0 ? " " + c : c);
223
+ l = t + (l.length > 0 ? " " + l : l);
214
224
  }
215
- return c;
216
- }, E = (...e) => {
225
+ return l;
226
+ }, D = (...e) => {
217
227
  let t = 0, n, r, i = "";
218
- for (; t < e.length;) (n = e[t++]) && (r = D(n)) && (i && (i += " "), i += r);
228
+ for (; t < e.length;) (n = e[t++]) && (r = O(n)) && (i && (i += " "), i += r);
219
229
  return i;
220
- }, D = (e) => {
230
+ }, O = (e) => {
221
231
  if (typeof e == "string") return e;
222
232
  let t, n = "";
223
- for (let r = 0; r < e.length; r++) e[r] && (t = D(e[r])) && (n && (n += " "), n += t);
233
+ for (let r = 0; r < e.length; r++) e[r] && (t = O(e[r])) && (n && (n += " "), n += t);
224
234
  return n;
225
- }, O = (e, ...t) => {
235
+ }, k = (e, ...t) => {
226
236
  let n, r, i, a, o = (o) => (n = ne(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
227
237
  let t = r(e);
228
238
  if (t) return t;
229
- let a = re(e, n);
239
+ let a = E(e, n);
230
240
  return i(e, a), a;
231
241
  };
232
- return a = o, (...e) => a(E(...e));
233
- }, k = [], A = (e) => {
234
- let t = (t) => t[e] || k;
242
+ return a = o, (...e) => a(D(...e));
243
+ }, A = [], j = (e) => {
244
+ let t = (t) => t[e] || A;
235
245
  return t.isThemeGetter = !0, t;
236
- }, j = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, M = /^\((?:(\w[\w-]*):)?(.+)\)$/i, N = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, ie = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ae = /\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$/, oe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, P = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, F = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, I = (e) => N.test(e), L = (e) => !!e && !Number.isNaN(Number(e)), R = (e) => !!e && Number.isInteger(Number(e)), se = (e) => e.endsWith("%") && L(e.slice(0, -1)), z = (e) => ie.test(e), ce = () => !0, B = (e) => ae.test(e) && !oe.test(e), V = () => !1, le = (e) => P.test(e), H = (e) => F.test(e), ue = (e) => !U(e) && !K(e), de = (e) => Y(e, $, V), U = (e) => j.test(e), W = (e) => Y(e, Se, B), fe = (e) => Y(e, Ce, L), pe = (e) => Y(e, Te, ce), me = (e) => Y(e, we, V), he = (e) => Y(e, Z, V), ge = (e) => Y(e, Q, H), G = (e) => Y(e, Ee, le), K = (e) => M.test(e), q = (e) => X(e, Se), _e = (e) => X(e, we), ve = (e) => X(e, Z), ye = (e) => X(e, $), be = (e) => X(e, Q), J = (e) => X(e, Ee, !0), xe = (e) => X(e, Te, !0), Y = (e, t, n) => {
237
- let r = j.exec(e);
238
- return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
239
- }, X = (e, t, n = !1) => {
246
+ }, M = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, N = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ie = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, ae = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, oe = /\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$/, P = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, F = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, I = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => ie.test(e), R = (e) => !!e && !Number.isNaN(Number(e)), z = (e) => !!e && Number.isInteger(Number(e)), se = (e) => e.endsWith("%") && R(e.slice(0, -1)), B = (e) => ae.test(e), ce = () => !0, V = (e) => oe.test(e) && !P.test(e), H = () => !1, U = (e) => F.test(e), le = (e) => I.test(e), ue = (e) => !W(e) && !q(e), de = (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)), fe = (e) => X(e, Ce, H), W = (e) => M.test(e), G = (e) => X(e, we, V), pe = (e) => X(e, Te, R), me = (e) => X(e, De, ce), he = (e) => X(e, Ee, H), ge = (e) => X(e, Q, H), _e = (e) => X(e, $, le), K = (e) => X(e, Oe, U), q = (e) => N.test(e), J = (e) => Z(e, we), ve = (e) => Z(e, Ee), ye = (e) => Z(e, Q), be = (e) => Z(e, Ce), xe = (e) => Z(e, $), Y = (e) => Z(e, Oe, !0), Se = (e) => Z(e, De, !0), X = (e, t, n) => {
240
247
  let r = M.exec(e);
248
+ return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
249
+ }, Z = (e, t, n = !1) => {
250
+ let r = N.exec(e);
241
251
  return r ? r[1] ? t(r[1]) : n : !1;
242
- }, Z = (e) => e === "position" || e === "percentage", Q = (e) => e === "image" || e === "url", $ = (e) => e === "length" || e === "size" || e === "bg-size", Se = (e) => e === "length", Ce = (e) => e === "number", we = (e) => e === "family-name", Te = (e) => e === "number" || e === "weight", Ee = (e) => e === "shadow", De = /* @__PURE__ */ O(() => {
243
- let e = A("color"), t = A("font"), n = A("text"), r = A("font-weight"), i = A("tracking"), a = A("leading"), o = A("breakpoint"), s = A("container"), c = A("spacing"), l = A("radius"), u = A("shadow"), ee = A("inset-shadow"), d = A("text-shadow"), f = A("drop-shadow"), p = A("blur"), m = A("perspective"), h = A("aspect"), g = A("ease"), _ = A("animate"), v = () => [
252
+ }, Q = (e) => e === "position" || e === "percentage", $ = (e) => e === "image" || e === "url", Ce = (e) => e === "length" || e === "size" || e === "bg-size", we = (e) => e === "length", Te = (e) => e === "number", Ee = (e) => e === "family-name", De = (e) => e === "number" || e === "weight", Oe = (e) => e === "shadow", ke = /* @__PURE__ */ k(() => {
253
+ let e = j("color"), t = j("font"), n = j("text"), r = j("font-weight"), i = j("tracking"), a = j("leading"), o = j("breakpoint"), s = j("container"), c = j("spacing"), l = j("radius"), u = j("shadow"), d = j("inset-shadow"), ee = j("text-shadow"), f = j("drop-shadow"), p = j("blur"), m = j("perspective"), h = j("aspect"), g = j("ease"), _ = j("animate"), v = () => [
244
254
  "auto",
245
255
  "avoid",
246
256
  "all",
@@ -265,8 +275,8 @@ var n = (e, t) => {
265
275
  "left-bottom"
266
276
  ], b = () => [
267
277
  ...y(),
268
- K,
269
- U
278
+ q,
279
+ W
270
280
  ], x = () => [
271
281
  "auto",
272
282
  "hidden",
@@ -278,43 +288,43 @@ var n = (e, t) => {
278
288
  "contain",
279
289
  "none"
280
290
  ], C = () => [
281
- K,
282
- U,
291
+ q,
292
+ W,
283
293
  c
284
294
  ], w = () => [
285
- I,
295
+ L,
286
296
  "full",
287
297
  "auto",
288
298
  ...C()
289
299
  ], te = () => [
290
- R,
300
+ z,
291
301
  "none",
292
302
  "subgrid",
293
- K,
294
- U
303
+ q,
304
+ W
295
305
  ], ne = () => [
296
306
  "auto",
297
307
  { span: [
298
308
  "full",
299
- R,
300
- K,
301
- U
309
+ z,
310
+ q,
311
+ W
302
312
  ] },
303
- R,
304
- K,
305
- U
313
+ z,
314
+ q,
315
+ W
306
316
  ], T = () => [
307
- R,
317
+ z,
308
318
  "auto",
309
- K,
310
- U
319
+ q,
320
+ W
311
321
  ], re = () => [
312
322
  "auto",
313
323
  "min",
314
324
  "max",
315
325
  "fr",
316
- K,
317
- U
326
+ q,
327
+ W
318
328
  ], E = () => [
319
329
  "start",
320
330
  "end",
@@ -334,7 +344,7 @@ var n = (e, t) => {
334
344
  "center-safe",
335
345
  "end-safe"
336
346
  ], O = () => ["auto", ...C()], k = () => [
337
- I,
347
+ L,
338
348
  "auto",
339
349
  "full",
340
350
  "dvw",
@@ -347,8 +357,8 @@ var n = (e, t) => {
347
357
  "max",
348
358
  "fit",
349
359
  ...C()
350
- ], j = () => [
351
- I,
360
+ ], A = () => [
361
+ L,
352
362
  "screen",
353
363
  "full",
354
364
  "dvw",
@@ -359,7 +369,7 @@ var n = (e, t) => {
359
369
  "fit",
360
370
  ...C()
361
371
  ], M = () => [
362
- I,
372
+ L,
363
373
  "screen",
364
374
  "full",
365
375
  "lh",
@@ -372,13 +382,13 @@ var n = (e, t) => {
372
382
  ...C()
373
383
  ], N = () => [
374
384
  e,
375
- K,
376
- U
385
+ q,
386
+ W
377
387
  ], ie = () => [
378
388
  ...y(),
379
- ve,
380
- he,
381
- { position: [K, U] }
389
+ ye,
390
+ ge,
391
+ { position: [q, W] }
382
392
  ], ae = () => ["no-repeat", { repeat: [
383
393
  "",
384
394
  "x",
@@ -389,31 +399,31 @@ var n = (e, t) => {
389
399
  "auto",
390
400
  "cover",
391
401
  "contain",
392
- ye,
393
- de,
394
- { size: [K, U] }
402
+ be,
403
+ fe,
404
+ { size: [q, W] }
395
405
  ], P = () => [
396
406
  se,
397
- q,
398
- W
407
+ J,
408
+ G
399
409
  ], F = () => [
400
410
  "",
401
411
  "none",
402
412
  "full",
403
413
  l,
404
- K,
405
- U
406
- ], B = () => [
407
- "",
408
- L,
409
414
  q,
410
415
  W
416
+ ], I = () => [
417
+ "",
418
+ R,
419
+ J,
420
+ G
411
421
  ], V = () => [
412
422
  "solid",
413
423
  "dashed",
414
424
  "dotted",
415
425
  "double"
416
- ], le = () => [
426
+ ], H = () => [
417
427
  "normal",
418
428
  "multiply",
419
429
  "screen",
@@ -430,33 +440,33 @@ var n = (e, t) => {
430
440
  "saturation",
431
441
  "color",
432
442
  "luminosity"
433
- ], H = () => [
434
- L,
443
+ ], U = () => [
444
+ R,
435
445
  se,
436
- ve,
437
- he
438
- ], Y = () => [
446
+ ye,
447
+ ge
448
+ ], le = () => [
439
449
  "",
440
450
  "none",
441
451
  p,
442
- K,
443
- U
452
+ q,
453
+ W
444
454
  ], X = () => [
445
455
  "none",
446
- L,
447
- K,
448
- U
456
+ R,
457
+ q,
458
+ W
449
459
  ], Z = () => [
450
460
  "none",
451
- L,
452
- K,
453
- U
461
+ R,
462
+ q,
463
+ W
454
464
  ], Q = () => [
455
- L,
456
- K,
457
- U
465
+ R,
466
+ q,
467
+ W
458
468
  ], $ = () => [
459
- I,
469
+ L,
460
470
  "full",
461
471
  ...C()
462
472
  ];
@@ -470,11 +480,11 @@ var n = (e, t) => {
470
480
  "bounce"
471
481
  ],
472
482
  aspect: ["video"],
473
- blur: [z],
474
- breakpoint: [z],
483
+ blur: [B],
484
+ breakpoint: [B],
475
485
  color: [ce],
476
- container: [z],
477
- "drop-shadow": [z],
486
+ container: [B],
487
+ "drop-shadow": [B],
478
488
  ease: [
479
489
  "in",
480
490
  "out",
@@ -492,7 +502,7 @@ var n = (e, t) => {
492
502
  "extrabold",
493
503
  "black"
494
504
  ],
495
- "inset-shadow": [z],
505
+ "inset-shadow": [B],
496
506
  leading: [
497
507
  "none",
498
508
  "tight",
@@ -509,11 +519,11 @@ var n = (e, t) => {
509
519
  "distant",
510
520
  "none"
511
521
  ],
512
- radius: [z],
513
- shadow: [z],
514
- spacing: ["px", L],
515
- text: [z],
516
- "text-shadow": [z],
522
+ radius: [B],
523
+ shadow: [B],
524
+ spacing: ["px", R],
525
+ text: [B],
526
+ "text-shadow": [B],
517
527
  tracking: [
518
528
  "tighter",
519
529
  "tight",
@@ -527,16 +537,24 @@ var n = (e, t) => {
527
537
  aspect: [{ aspect: [
528
538
  "auto",
529
539
  "square",
530
- I,
531
- U,
532
- K,
540
+ L,
541
+ W,
542
+ q,
533
543
  h
534
544
  ] }],
535
545
  container: ["container"],
546
+ "container-type": [{ "@container": [
547
+ "",
548
+ "normal",
549
+ "size",
550
+ q,
551
+ W
552
+ ] }],
553
+ "container-named": [de],
536
554
  columns: [{ columns: [
537
- L,
538
- U,
539
- K,
555
+ R,
556
+ W,
557
+ q,
540
558
  s
541
559
  ] }],
542
560
  "break-after": [{ "break-after": v() }],
@@ -633,13 +651,13 @@ var n = (e, t) => {
633
651
  "collapse"
634
652
  ],
635
653
  z: [{ z: [
636
- R,
654
+ z,
637
655
  "auto",
638
- K,
639
- U
656
+ q,
657
+ W
640
658
  ] }],
641
659
  basis: [{ basis: [
642
- I,
660
+ L,
643
661
  "full",
644
662
  "auto",
645
663
  s,
@@ -657,32 +675,32 @@ var n = (e, t) => {
657
675
  "wrap-reverse"
658
676
  ] }],
659
677
  flex: [{ flex: [
678
+ R,
660
679
  L,
661
- I,
662
680
  "auto",
663
681
  "initial",
664
682
  "none",
665
- U
683
+ W
666
684
  ] }],
667
685
  grow: [{ grow: [
668
686
  "",
669
- L,
670
- K,
671
- U
687
+ R,
688
+ q,
689
+ W
672
690
  ] }],
673
691
  shrink: [{ shrink: [
674
692
  "",
675
- L,
676
- K,
677
- U
693
+ R,
694
+ q,
695
+ W
678
696
  ] }],
679
697
  order: [{ order: [
680
- R,
698
+ z,
681
699
  "first",
682
700
  "last",
683
701
  "none",
684
- K,
685
- U
702
+ q,
703
+ W
686
704
  ] }],
687
705
  "grid-cols": [{ "grid-cols": te() }],
688
706
  "col-start-end": [{ col: ne() }],
@@ -744,9 +762,9 @@ var n = (e, t) => {
744
762
  "space-y": [{ "space-y": C() }],
745
763
  "space-y-reverse": ["space-y-reverse"],
746
764
  size: [{ size: k() }],
747
- "inline-size": [{ inline: ["auto", ...j()] }],
748
- "min-inline-size": [{ "min-inline": ["auto", ...j()] }],
749
- "max-inline-size": [{ "max-inline": ["none", ...j()] }],
765
+ "inline-size": [{ inline: ["auto", ...A()] }],
766
+ "min-inline-size": [{ "min-inline": ["auto", ...A()] }],
767
+ "max-inline-size": [{ "max-inline": ["none", ...A()] }],
750
768
  "block-size": [{ block: ["auto", ...M()] }],
751
769
  "min-block-size": [{ "min-block": ["auto", ...M()] }],
752
770
  "max-block-size": [{ "max-block": ["none", ...M()] }],
@@ -788,15 +806,15 @@ var n = (e, t) => {
788
806
  "font-size": [{ text: [
789
807
  "base",
790
808
  n,
791
- q,
792
- W
809
+ J,
810
+ G
793
811
  ] }],
794
812
  "font-smoothing": ["antialiased", "subpixel-antialiased"],
795
813
  "font-style": ["italic", "not-italic"],
796
814
  "font-weight": [{ font: [
797
815
  r,
798
- xe,
799
- pe
816
+ Se,
817
+ me
800
818
  ] }],
801
819
  "font-stretch": [{ "font-stretch": [
802
820
  "ultra-condensed",
@@ -809,14 +827,14 @@ var n = (e, t) => {
809
827
  "extra-expanded",
810
828
  "ultra-expanded",
811
829
  se,
812
- U
830
+ W
813
831
  ] }],
814
832
  "font-family": [{ font: [
815
- _e,
816
- me,
833
+ ve,
834
+ he,
817
835
  t
818
836
  ] }],
819
- "font-features": [{ "font-features": [U] }],
837
+ "font-features": [{ "font-features": [W] }],
820
838
  "fvn-normal": ["normal-nums"],
821
839
  "fvn-ordinal": ["ordinal"],
822
840
  "fvn-slashed-zero": ["slashed-zero"],
@@ -825,28 +843,28 @@ var n = (e, t) => {
825
843
  "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
826
844
  tracking: [{ tracking: [
827
845
  i,
828
- K,
829
- U
846
+ q,
847
+ W
830
848
  ] }],
831
849
  "line-clamp": [{ "line-clamp": [
832
- L,
850
+ R,
833
851
  "none",
834
- K,
835
- fe
852
+ q,
853
+ pe
836
854
  ] }],
837
855
  leading: [{ leading: [a, ...C()] }],
838
856
  "list-image": [{ "list-image": [
839
857
  "none",
840
- K,
841
- U
858
+ q,
859
+ W
842
860
  ] }],
843
861
  "list-style-position": [{ list: ["inside", "outside"] }],
844
862
  "list-style-type": [{ list: [
845
863
  "disc",
846
864
  "decimal",
847
865
  "none",
848
- K,
849
- U
866
+ q,
867
+ W
850
868
  ] }],
851
869
  "text-alignment": [{ text: [
852
870
  "left",
@@ -866,18 +884,18 @@ var n = (e, t) => {
866
884
  ],
867
885
  "text-decoration-style": [{ decoration: [...V(), "wavy"] }],
868
886
  "text-decoration-thickness": [{ decoration: [
869
- L,
887
+ R,
870
888
  "from-font",
871
889
  "auto",
872
- K,
873
- W
890
+ q,
891
+ G
874
892
  ] }],
875
893
  "text-decoration-color": [{ decoration: N() }],
876
894
  "underline-offset": [{ "underline-offset": [
877
- L,
895
+ R,
878
896
  "auto",
879
- K,
880
- U
897
+ q,
898
+ W
881
899
  ] }],
882
900
  "text-transform": [
883
901
  "uppercase",
@@ -897,6 +915,11 @@ var n = (e, t) => {
897
915
  "pretty"
898
916
  ] }],
899
917
  indent: [{ indent: C() }],
918
+ "tab-size": [{ tab: [
919
+ z,
920
+ q,
921
+ W
922
+ ] }],
900
923
  "vertical-align": [{ align: [
901
924
  "baseline",
902
925
  "top",
@@ -906,8 +929,8 @@ var n = (e, t) => {
906
929
  "text-bottom",
907
930
  "sub",
908
931
  "super",
909
- K,
910
- U
932
+ q,
933
+ W
911
934
  ] }],
912
935
  whitespace: [{ whitespace: [
913
936
  "normal",
@@ -935,8 +958,8 @@ var n = (e, t) => {
935
958
  ] }],
936
959
  content: [{ content: [
937
960
  "none",
938
- K,
939
- U
961
+ q,
962
+ W
940
963
  ] }],
941
964
  "bg-attachment": [{ bg: [
942
965
  "fixed",
@@ -971,23 +994,23 @@ var n = (e, t) => {
971
994
  "l",
972
995
  "tl"
973
996
  ] },
974
- R,
975
- K,
976
- U
997
+ z,
998
+ q,
999
+ W
977
1000
  ],
978
1001
  radial: [
979
1002
  "",
980
- K,
981
- U
1003
+ q,
1004
+ W
982
1005
  ],
983
1006
  conic: [
984
- R,
985
- K,
986
- U
1007
+ z,
1008
+ q,
1009
+ W
987
1010
  ]
988
1011
  },
989
- be,
990
- ge
1012
+ xe,
1013
+ _e
991
1014
  ] }],
992
1015
  "bg-color": [{ bg: N() }],
993
1016
  "gradient-from-pos": [{ from: P() }],
@@ -1011,20 +1034,20 @@ var n = (e, t) => {
1011
1034
  "rounded-tr": [{ "rounded-tr": F() }],
1012
1035
  "rounded-br": [{ "rounded-br": F() }],
1013
1036
  "rounded-bl": [{ "rounded-bl": F() }],
1014
- "border-w": [{ border: B() }],
1015
- "border-w-x": [{ "border-x": B() }],
1016
- "border-w-y": [{ "border-y": B() }],
1017
- "border-w-s": [{ "border-s": B() }],
1018
- "border-w-e": [{ "border-e": B() }],
1019
- "border-w-bs": [{ "border-bs": B() }],
1020
- "border-w-be": [{ "border-be": B() }],
1021
- "border-w-t": [{ "border-t": B() }],
1022
- "border-w-r": [{ "border-r": B() }],
1023
- "border-w-b": [{ "border-b": B() }],
1024
- "border-w-l": [{ "border-l": B() }],
1025
- "divide-x": [{ "divide-x": B() }],
1037
+ "border-w": [{ border: I() }],
1038
+ "border-w-x": [{ "border-x": I() }],
1039
+ "border-w-y": [{ "border-y": I() }],
1040
+ "border-w-s": [{ "border-s": I() }],
1041
+ "border-w-e": [{ "border-e": I() }],
1042
+ "border-w-bs": [{ "border-bs": I() }],
1043
+ "border-w-be": [{ "border-be": I() }],
1044
+ "border-w-t": [{ "border-t": I() }],
1045
+ "border-w-r": [{ "border-r": I() }],
1046
+ "border-w-b": [{ "border-b": I() }],
1047
+ "border-w-l": [{ "border-l": I() }],
1048
+ "divide-x": [{ "divide-x": I() }],
1026
1049
  "divide-x-reverse": ["divide-x-reverse"],
1027
- "divide-y": [{ "divide-y": B() }],
1050
+ "divide-y": [{ "divide-y": I() }],
1028
1051
  "divide-y-reverse": ["divide-y-reverse"],
1029
1052
  "border-style": [{ border: [
1030
1053
  ...V(),
@@ -1054,57 +1077,57 @@ var n = (e, t) => {
1054
1077
  "hidden"
1055
1078
  ] }],
1056
1079
  "outline-offset": [{ "outline-offset": [
1057
- L,
1058
- K,
1059
- U
1080
+ R,
1081
+ q,
1082
+ W
1060
1083
  ] }],
1061
1084
  "outline-w": [{ outline: [
1062
1085
  "",
1063
- L,
1064
- q,
1065
- W
1086
+ R,
1087
+ J,
1088
+ G
1066
1089
  ] }],
1067
1090
  "outline-color": [{ outline: N() }],
1068
1091
  shadow: [{ shadow: [
1069
1092
  "",
1070
1093
  "none",
1071
1094
  u,
1072
- J,
1073
- G
1095
+ Y,
1096
+ K
1074
1097
  ] }],
1075
1098
  "shadow-color": [{ shadow: N() }],
1076
1099
  "inset-shadow": [{ "inset-shadow": [
1077
1100
  "none",
1078
- ee,
1079
- J,
1080
- G
1101
+ d,
1102
+ Y,
1103
+ K
1081
1104
  ] }],
1082
1105
  "inset-shadow-color": [{ "inset-shadow": N() }],
1083
- "ring-w": [{ ring: B() }],
1106
+ "ring-w": [{ ring: I() }],
1084
1107
  "ring-w-inset": ["ring-inset"],
1085
1108
  "ring-color": [{ ring: N() }],
1086
- "ring-offset-w": [{ "ring-offset": [L, W] }],
1109
+ "ring-offset-w": [{ "ring-offset": [R, G] }],
1087
1110
  "ring-offset-color": [{ "ring-offset": N() }],
1088
- "inset-ring-w": [{ "inset-ring": B() }],
1111
+ "inset-ring-w": [{ "inset-ring": I() }],
1089
1112
  "inset-ring-color": [{ "inset-ring": N() }],
1090
1113
  "text-shadow": [{ "text-shadow": [
1091
1114
  "none",
1092
- d,
1093
- J,
1094
- G
1115
+ ee,
1116
+ Y,
1117
+ K
1095
1118
  ] }],
1096
1119
  "text-shadow-color": [{ "text-shadow": N() }],
1097
1120
  opacity: [{ opacity: [
1098
- L,
1099
- K,
1100
- U
1121
+ R,
1122
+ q,
1123
+ W
1101
1124
  ] }],
1102
1125
  "mix-blend": [{ "mix-blend": [
1103
- ...le(),
1126
+ ...H(),
1104
1127
  "plus-darker",
1105
1128
  "plus-lighter"
1106
1129
  ] }],
1107
- "bg-blend": [{ "bg-blend": le() }],
1130
+ "bg-blend": [{ "bg-blend": H() }],
1108
1131
  "mask-clip": [{ "mask-clip": [
1109
1132
  "border",
1110
1133
  "padding",
@@ -1119,38 +1142,38 @@ var n = (e, t) => {
1119
1142
  "intersect",
1120
1143
  "exclude"
1121
1144
  ] }],
1122
- "mask-image-linear-pos": [{ "mask-linear": [L] }],
1123
- "mask-image-linear-from-pos": [{ "mask-linear-from": H() }],
1124
- "mask-image-linear-to-pos": [{ "mask-linear-to": H() }],
1145
+ "mask-image-linear-pos": [{ "mask-linear": [R] }],
1146
+ "mask-image-linear-from-pos": [{ "mask-linear-from": U() }],
1147
+ "mask-image-linear-to-pos": [{ "mask-linear-to": U() }],
1125
1148
  "mask-image-linear-from-color": [{ "mask-linear-from": N() }],
1126
1149
  "mask-image-linear-to-color": [{ "mask-linear-to": N() }],
1127
- "mask-image-t-from-pos": [{ "mask-t-from": H() }],
1128
- "mask-image-t-to-pos": [{ "mask-t-to": H() }],
1150
+ "mask-image-t-from-pos": [{ "mask-t-from": U() }],
1151
+ "mask-image-t-to-pos": [{ "mask-t-to": U() }],
1129
1152
  "mask-image-t-from-color": [{ "mask-t-from": N() }],
1130
1153
  "mask-image-t-to-color": [{ "mask-t-to": N() }],
1131
- "mask-image-r-from-pos": [{ "mask-r-from": H() }],
1132
- "mask-image-r-to-pos": [{ "mask-r-to": H() }],
1154
+ "mask-image-r-from-pos": [{ "mask-r-from": U() }],
1155
+ "mask-image-r-to-pos": [{ "mask-r-to": U() }],
1133
1156
  "mask-image-r-from-color": [{ "mask-r-from": N() }],
1134
1157
  "mask-image-r-to-color": [{ "mask-r-to": N() }],
1135
- "mask-image-b-from-pos": [{ "mask-b-from": H() }],
1136
- "mask-image-b-to-pos": [{ "mask-b-to": H() }],
1158
+ "mask-image-b-from-pos": [{ "mask-b-from": U() }],
1159
+ "mask-image-b-to-pos": [{ "mask-b-to": U() }],
1137
1160
  "mask-image-b-from-color": [{ "mask-b-from": N() }],
1138
1161
  "mask-image-b-to-color": [{ "mask-b-to": N() }],
1139
- "mask-image-l-from-pos": [{ "mask-l-from": H() }],
1140
- "mask-image-l-to-pos": [{ "mask-l-to": H() }],
1162
+ "mask-image-l-from-pos": [{ "mask-l-from": U() }],
1163
+ "mask-image-l-to-pos": [{ "mask-l-to": U() }],
1141
1164
  "mask-image-l-from-color": [{ "mask-l-from": N() }],
1142
1165
  "mask-image-l-to-color": [{ "mask-l-to": N() }],
1143
- "mask-image-x-from-pos": [{ "mask-x-from": H() }],
1144
- "mask-image-x-to-pos": [{ "mask-x-to": H() }],
1166
+ "mask-image-x-from-pos": [{ "mask-x-from": U() }],
1167
+ "mask-image-x-to-pos": [{ "mask-x-to": U() }],
1145
1168
  "mask-image-x-from-color": [{ "mask-x-from": N() }],
1146
1169
  "mask-image-x-to-color": [{ "mask-x-to": N() }],
1147
- "mask-image-y-from-pos": [{ "mask-y-from": H() }],
1148
- "mask-image-y-to-pos": [{ "mask-y-to": H() }],
1170
+ "mask-image-y-from-pos": [{ "mask-y-from": U() }],
1171
+ "mask-image-y-to-pos": [{ "mask-y-to": U() }],
1149
1172
  "mask-image-y-from-color": [{ "mask-y-from": N() }],
1150
1173
  "mask-image-y-to-color": [{ "mask-y-to": N() }],
1151
- "mask-image-radial": [{ "mask-radial": [K, U] }],
1152
- "mask-image-radial-from-pos": [{ "mask-radial-from": H() }],
1153
- "mask-image-radial-to-pos": [{ "mask-radial-to": H() }],
1174
+ "mask-image-radial": [{ "mask-radial": [q, W] }],
1175
+ "mask-image-radial-from-pos": [{ "mask-radial-from": U() }],
1176
+ "mask-image-radial-to-pos": [{ "mask-radial-to": U() }],
1154
1177
  "mask-image-radial-from-color": [{ "mask-radial-from": N() }],
1155
1178
  "mask-image-radial-to-color": [{ "mask-radial-to": N() }],
1156
1179
  "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
@@ -1159,9 +1182,9 @@ var n = (e, t) => {
1159
1182
  farthest: ["side", "corner"]
1160
1183
  }] }],
1161
1184
  "mask-image-radial-pos": [{ "mask-radial-at": y() }],
1162
- "mask-image-conic-pos": [{ "mask-conic": [L] }],
1163
- "mask-image-conic-from-pos": [{ "mask-conic-from": H() }],
1164
- "mask-image-conic-to-pos": [{ "mask-conic-to": H() }],
1185
+ "mask-image-conic-pos": [{ "mask-conic": [R] }],
1186
+ "mask-image-conic-from-pos": [{ "mask-conic-from": U() }],
1187
+ "mask-image-conic-to-pos": [{ "mask-conic-to": U() }],
1165
1188
  "mask-image-conic-from-color": [{ "mask-conic-from": N() }],
1166
1189
  "mask-image-conic-to-color": [{ "mask-conic-to": N() }],
1167
1190
  "mask-mode": [{ mask: [
@@ -1183,111 +1206,111 @@ var n = (e, t) => {
1183
1206
  "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
1184
1207
  "mask-image": [{ mask: [
1185
1208
  "none",
1186
- K,
1187
- U
1209
+ q,
1210
+ W
1188
1211
  ] }],
1189
1212
  filter: [{ filter: [
1190
1213
  "",
1191
1214
  "none",
1192
- K,
1193
- U
1215
+ q,
1216
+ W
1194
1217
  ] }],
1195
- blur: [{ blur: Y() }],
1218
+ blur: [{ blur: le() }],
1196
1219
  brightness: [{ brightness: [
1197
- L,
1198
- K,
1199
- U
1220
+ R,
1221
+ q,
1222
+ W
1200
1223
  ] }],
1201
1224
  contrast: [{ contrast: [
1202
- L,
1203
- K,
1204
- U
1225
+ R,
1226
+ q,
1227
+ W
1205
1228
  ] }],
1206
1229
  "drop-shadow": [{ "drop-shadow": [
1207
1230
  "",
1208
1231
  "none",
1209
1232
  f,
1210
- J,
1211
- G
1233
+ Y,
1234
+ K
1212
1235
  ] }],
1213
1236
  "drop-shadow-color": [{ "drop-shadow": N() }],
1214
1237
  grayscale: [{ grayscale: [
1215
1238
  "",
1216
- L,
1217
- K,
1218
- U
1239
+ R,
1240
+ q,
1241
+ W
1219
1242
  ] }],
1220
1243
  "hue-rotate": [{ "hue-rotate": [
1221
- L,
1222
- K,
1223
- U
1244
+ R,
1245
+ q,
1246
+ W
1224
1247
  ] }],
1225
1248
  invert: [{ invert: [
1226
1249
  "",
1227
- L,
1228
- K,
1229
- U
1250
+ R,
1251
+ q,
1252
+ W
1230
1253
  ] }],
1231
1254
  saturate: [{ saturate: [
1232
- L,
1233
- K,
1234
- U
1255
+ R,
1256
+ q,
1257
+ W
1235
1258
  ] }],
1236
1259
  sepia: [{ sepia: [
1237
1260
  "",
1238
- L,
1239
- K,
1240
- U
1261
+ R,
1262
+ q,
1263
+ W
1241
1264
  ] }],
1242
1265
  "backdrop-filter": [{ "backdrop-filter": [
1243
1266
  "",
1244
1267
  "none",
1245
- K,
1246
- U
1268
+ q,
1269
+ W
1247
1270
  ] }],
1248
- "backdrop-blur": [{ "backdrop-blur": Y() }],
1271
+ "backdrop-blur": [{ "backdrop-blur": le() }],
1249
1272
  "backdrop-brightness": [{ "backdrop-brightness": [
1250
- L,
1251
- K,
1252
- U
1273
+ R,
1274
+ q,
1275
+ W
1253
1276
  ] }],
1254
1277
  "backdrop-contrast": [{ "backdrop-contrast": [
1255
- L,
1256
- K,
1257
- U
1278
+ R,
1279
+ q,
1280
+ W
1258
1281
  ] }],
1259
1282
  "backdrop-grayscale": [{ "backdrop-grayscale": [
1260
1283
  "",
1261
- L,
1262
- K,
1263
- U
1284
+ R,
1285
+ q,
1286
+ W
1264
1287
  ] }],
1265
1288
  "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
1266
- L,
1267
- K,
1268
- U
1289
+ R,
1290
+ q,
1291
+ W
1269
1292
  ] }],
1270
1293
  "backdrop-invert": [{ "backdrop-invert": [
1271
1294
  "",
1272
- L,
1273
- K,
1274
- U
1295
+ R,
1296
+ q,
1297
+ W
1275
1298
  ] }],
1276
1299
  "backdrop-opacity": [{ "backdrop-opacity": [
1277
- L,
1278
- K,
1279
- U
1300
+ R,
1301
+ q,
1302
+ W
1280
1303
  ] }],
1281
1304
  "backdrop-saturate": [{ "backdrop-saturate": [
1282
- L,
1283
- K,
1284
- U
1305
+ R,
1306
+ q,
1307
+ W
1285
1308
  ] }],
1286
1309
  "backdrop-sepia": [{ "backdrop-sepia": [
1287
1310
  "",
1288
- L,
1289
- K,
1290
- U
1311
+ R,
1312
+ q,
1313
+ W
1291
1314
  ] }],
1292
1315
  "border-collapse": [{ border: ["collapse", "separate"] }],
1293
1316
  "border-spacing": [{ "border-spacing": C() }],
@@ -1303,39 +1326,39 @@ var n = (e, t) => {
1303
1326
  "shadow",
1304
1327
  "transform",
1305
1328
  "none",
1306
- K,
1307
- U
1329
+ q,
1330
+ W
1308
1331
  ] }],
1309
1332
  "transition-behavior": [{ transition: ["normal", "discrete"] }],
1310
1333
  duration: [{ duration: [
1311
- L,
1334
+ R,
1312
1335
  "initial",
1313
- K,
1314
- U
1336
+ q,
1337
+ W
1315
1338
  ] }],
1316
1339
  ease: [{ ease: [
1317
1340
  "linear",
1318
1341
  "initial",
1319
1342
  g,
1320
- K,
1321
- U
1343
+ q,
1344
+ W
1322
1345
  ] }],
1323
1346
  delay: [{ delay: [
1324
- L,
1325
- K,
1326
- U
1347
+ R,
1348
+ q,
1349
+ W
1327
1350
  ] }],
1328
1351
  animate: [{ animate: [
1329
1352
  "none",
1330
1353
  _,
1331
- K,
1332
- U
1354
+ q,
1355
+ W
1333
1356
  ] }],
1334
1357
  backface: [{ backface: ["hidden", "visible"] }],
1335
1358
  perspective: [{ perspective: [
1336
1359
  m,
1337
- K,
1338
- U
1360
+ q,
1361
+ W
1339
1362
  ] }],
1340
1363
  "perspective-origin": [{ "perspective-origin": b() }],
1341
1364
  rotate: [{ rotate: X() }],
@@ -1351,8 +1374,8 @@ var n = (e, t) => {
1351
1374
  "skew-x": [{ "skew-x": Q() }],
1352
1375
  "skew-y": [{ "skew-y": Q() }],
1353
1376
  transform: [{ transform: [
1354
- K,
1355
- U,
1377
+ q,
1378
+ W,
1356
1379
  "",
1357
1380
  "none",
1358
1381
  "gpu",
@@ -1365,6 +1388,11 @@ var n = (e, t) => {
1365
1388
  "translate-y": [{ "translate-y": $() }],
1366
1389
  "translate-z": [{ "translate-z": $() }],
1367
1390
  "translate-none": ["translate-none"],
1391
+ zoom: [{ zoom: [
1392
+ z,
1393
+ q,
1394
+ W
1395
+ ] }],
1368
1396
  accent: [{ accent: N() }],
1369
1397
  appearance: [{ appearance: ["none", "auto"] }],
1370
1398
  "caret-color": [{ caret: N() }],
@@ -1413,8 +1441,8 @@ var n = (e, t) => {
1413
1441
  "nwse-resize",
1414
1442
  "zoom-in",
1415
1443
  "zoom-out",
1416
- K,
1417
- U
1444
+ q,
1445
+ W
1418
1446
  ] }],
1419
1447
  "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
1420
1448
  "pointer-events": [{ "pointer-events": ["auto", "none"] }],
@@ -1425,6 +1453,18 @@ var n = (e, t) => {
1425
1453
  "x"
1426
1454
  ] }],
1427
1455
  "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
1456
+ "scrollbar-thumb-color": [{ "scrollbar-thumb": N() }],
1457
+ "scrollbar-track-color": [{ "scrollbar-track": N() }],
1458
+ "scrollbar-gutter": [{ "scrollbar-gutter": [
1459
+ "auto",
1460
+ "stable",
1461
+ "both"
1462
+ ] }],
1463
+ "scrollbar-w": [{ scrollbar: [
1464
+ "auto",
1465
+ "thin",
1466
+ "none"
1467
+ ] }],
1428
1468
  "scroll-m": [{ "scroll-m": C() }],
1429
1469
  "scroll-mx": [{ "scroll-mx": C() }],
1430
1470
  "scroll-my": [{ "scroll-my": C() }],
@@ -1488,20 +1528,21 @@ var n = (e, t) => {
1488
1528
  "scroll",
1489
1529
  "contents",
1490
1530
  "transform",
1491
- K,
1492
- U
1531
+ q,
1532
+ W
1493
1533
  ] }],
1494
1534
  fill: [{ fill: ["none", ...N()] }],
1495
1535
  "stroke-w": [{ stroke: [
1496
- L,
1497
- q,
1498
- W,
1499
- fe
1536
+ R,
1537
+ J,
1538
+ G,
1539
+ pe
1500
1540
  ] }],
1501
1541
  stroke: [{ stroke: ["none", ...N()] }],
1502
1542
  "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
1503
1543
  },
1504
1544
  conflictingClassGroups: {
1545
+ "container-named": ["container-type"],
1505
1546
  overflow: ["overflow-x", "overflow-y"],
1506
1547
  overscroll: ["overscroll-x", "overscroll-y"],
1507
1548
  inset: [
@@ -1667,6 +1708,7 @@ var n = (e, t) => {
1667
1708
  "touch-pz": ["touch"]
1668
1709
  },
1669
1710
  conflictingClassGroupModifiers: { "font-size": ["leading"] },
1711
+ postfixLookupClassGroups: ["container-type"],
1670
1712
  orderSensitiveModifiers: [
1671
1713
  "*",
1672
1714
  "**",
@@ -1685,8 +1727,8 @@ var n = (e, t) => {
1685
1727
  });
1686
1728
  //#endregion
1687
1729
  //#region src/utils/cn.ts
1688
- function Oe(...e) {
1689
- return De(t(e));
1730
+ function Ae(...e) {
1731
+ return ke(t(e));
1690
1732
  }
1691
1733
  //#endregion
1692
- export { t as n, Oe as t };
1734
+ export { t as n, Ae as t };