@cronocode/react-box 1.8.3 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core.mjs CHANGED
@@ -1,71 +1,72 @@
1
- import { useMemo as P, useLayoutEffect as G, useEffect as M } from "react";
1
+ import { useMemo as q, useLayoutEffect as M, useEffect as U } from "react";
2
+ import { O as B } from "./utils.mjs";
2
3
  var e;
3
4
  ((u) => {
4
5
  ((r) => {
5
- function m(a, b) {
6
- return `${a}${b.replace("/", "-")}`;
6
+ function c(l, n) {
7
+ return `${l}${n.replace("/", "-")}`;
7
8
  }
8
- r.fraction = m;
9
- function n(a) {
10
- return [`${a} path`, `${a} circle`, `${a} rect`, `${a} line`];
9
+ r.fraction = c;
10
+ function h(l) {
11
+ return [`${l} path`, `${l} circle`, `${l} rect`, `${l} line`];
11
12
  }
12
- r.svg = n;
13
+ r.svg = h;
13
14
  })(u.ClassName || (u.ClassName = {})), ((r) => {
14
- function m(l, s) {
15
+ function c(a, s) {
15
16
  return `${s / 4}rem`;
16
17
  }
17
- r.rem = m;
18
- function n(l, s) {
18
+ r.rem = c;
19
+ function h(a, s) {
19
20
  return `${s}px`;
20
21
  }
21
- r.px = n;
22
- function a(l, s) {
23
- const [t, V] = s.split("/");
24
- return `${+t / +V * 100}%`;
22
+ r.px = h;
23
+ function l(a, s) {
24
+ const [t, N] = s.split("/");
25
+ return `${+t / +N * 100}%`;
25
26
  }
26
- r.fraction = a;
27
- function b(l, s) {
27
+ r.fraction = l;
28
+ function n(a, s) {
28
29
  switch (s) {
29
30
  case "fit":
30
31
  return "100%";
31
32
  case "fit-screen":
32
- return l.toLocaleLowerCase().includes("height") ? "100vh" : "100vw";
33
+ return a.toLocaleLowerCase().includes("height") ? "100vh" : "100vw";
33
34
  default:
34
35
  return s;
35
36
  }
36
37
  }
37
- r.widthHeight = b;
38
- function y(l) {
39
- return (s, t) => `var(--${l}${t});`;
38
+ r.widthHeight = n;
39
+ function m(a) {
40
+ return (s, t) => `var(--${a}${t});`;
40
41
  }
41
- r.variables = y;
42
- function $(l) {
43
- return (s, t) => `var(--${l}${t});`;
42
+ r.variables = m;
43
+ function C(a) {
44
+ return (s, t) => `var(--${a}${t});`;
44
45
  }
45
- r.svgVariables = $;
46
- function v(l, s) {
46
+ r.svgVariables = C;
47
+ function i(a, s) {
47
48
  return `repeat(${s},minmax(0,1fr))`;
48
49
  }
49
- r.gridColumns = v;
50
- function d(l, s) {
50
+ r.gridColumns = i;
51
+ function p(a, s) {
51
52
  return s === "full-row" ? "1/-1" : `span ${s}/span ${s}`;
52
53
  }
53
- r.gridColumn = d;
54
- function c(l, s) {
54
+ r.gridColumn = p;
55
+ function f(a, s) {
55
56
  return `${s}ms`;
56
57
  }
57
- r.ms = c;
58
- function p(l, s) {
58
+ r.ms = f;
59
+ function b(a, s) {
59
60
  return `${s}deg`;
60
61
  }
61
- r.rotate = p;
62
- function g(l, s) {
62
+ r.rotate = b;
63
+ function V(a, s) {
63
64
  return s === "xAxis" ? "-1 1" : "1 -1";
64
65
  }
65
- r.flip = g;
66
+ r.flip = V;
66
67
  })(u.Value || (u.Value = {}));
67
68
  })(e || (e = {}));
68
- const i = [
69
+ const v = [
69
70
  0,
70
71
  1,
71
72
  2,
@@ -124,7 +125,7 @@ const i = [
124
125
  200,
125
126
  250,
126
127
  300
127
- ], U = [
128
+ ], X = [
128
129
  -1,
129
130
  -2,
130
131
  -3,
@@ -170,7 +171,7 @@ const i = [
170
171
  -92,
171
172
  -96,
172
173
  -100
173
- ], f = [...i, ...U], B = ["solid", "dashed", "dotted", "double", "groove", "ridge", "inset", "outset", "none", "hidden"], H = ["auto", "hidden", "scroll", "visible"], C = [
174
+ ], d = [...v, ...X], R = ["solid", "dashed", "dotted", "double", "groove", "ridge", "inset", "outset", "none", "hidden"], I = ["auto", "hidden", "scroll", "visible"], k = [
174
175
  "1/2",
175
176
  "1/3",
176
177
  "2/3",
@@ -197,7 +198,7 @@ const i = [
197
198
  "9/12",
198
199
  "10/12",
199
200
  "11/12"
200
- ], j = ["fit", "fit-screen", "auto", "fit-content", "max-content", "min-content"], F = ["auto", "flex-start", "flex-end", "center", "baseline", "stretch"], w = {
201
+ ], j = ["fit", "fit-screen", "auto", "fit-content", "max-content", "min-content"], _ = ["auto", "flex-start", "flex-end", "center", "baseline", "stretch"], x = {
201
202
  /** The `display` CSS property sets whether an element is treated as a block or inline box and the layout used for its children, such as flow layout, grid or flex. */
202
203
  display: {
203
204
  cssNames: ["display"],
@@ -222,9 +223,9 @@ const i = [
222
223
  width: {
223
224
  cssNames: ["width"],
224
225
  values1: { values: j, formatValue: e.Value.widthHeight },
225
- values2: { values: i, formatValue: e.Value.rem },
226
+ values2: { values: v, formatValue: e.Value.rem },
226
227
  values3: {
227
- values: C,
228
+ values: k,
228
229
  formatValue: e.Value.fraction
229
230
  // formatClassName: BoxStylesFormatters.ClassName.fraction,
230
231
  }
@@ -232,9 +233,9 @@ const i = [
232
233
  minWidth: {
233
234
  cssNames: ["min-width"],
234
235
  values1: { values: j, formatValue: e.Value.widthHeight },
235
- values2: { values: i, formatValue: e.Value.rem },
236
+ values2: { values: v, formatValue: e.Value.rem },
236
237
  values3: {
237
- values: C,
238
+ values: k,
238
239
  formatValue: e.Value.fraction
239
240
  // formatClassName: BoxStylesFormatters.ClassName.fraction,
240
241
  }
@@ -242,9 +243,9 @@ const i = [
242
243
  maxWidth: {
243
244
  cssNames: ["max-width"],
244
245
  values1: { values: j, formatValue: e.Value.widthHeight },
245
- values2: { values: i, formatValue: e.Value.rem },
246
+ values2: { values: v, formatValue: e.Value.rem },
246
247
  values3: {
247
- values: C,
248
+ values: k,
248
249
  formatValue: e.Value.fraction
249
250
  // formatClassName: BoxStylesFormatters.ClassName.fraction,
250
251
  }
@@ -252,9 +253,9 @@ const i = [
252
253
  height: {
253
254
  cssNames: ["height"],
254
255
  values1: { values: j, formatValue: e.Value.widthHeight },
255
- values2: { values: i, formatValue: e.Value.rem },
256
+ values2: { values: v, formatValue: e.Value.rem },
256
257
  values3: {
257
- values: C,
258
+ values: k,
258
259
  formatValue: e.Value.fraction
259
260
  // formatClassName: BoxStylesFormatters.ClassName.fraction,
260
261
  }
@@ -262,9 +263,9 @@ const i = [
262
263
  minHeight: {
263
264
  cssNames: ["min-height"],
264
265
  values1: { values: j, formatValue: e.Value.widthHeight },
265
- values2: { values: i, formatValue: e.Value.rem },
266
+ values2: { values: v, formatValue: e.Value.rem },
266
267
  values3: {
267
- values: C,
268
+ values: k,
268
269
  formatValue: e.Value.fraction
269
270
  // formatClassName: BoxStylesFormatters.ClassName.fraction,
270
271
  }
@@ -272,9 +273,9 @@ const i = [
272
273
  maxHeight: {
273
274
  cssNames: ["max-height"],
274
275
  values1: { values: j, formatValue: e.Value.widthHeight },
275
- values2: { values: i, formatValue: e.Value.rem },
276
+ values2: { values: v, formatValue: e.Value.rem },
276
277
  values3: {
277
- values: C,
278
+ values: k,
278
279
  formatValue: e.Value.fraction
279
280
  // formatClassName: BoxStylesFormatters.ClassName.fraction,
280
281
  }
@@ -287,217 +288,217 @@ const i = [
287
288
  },
288
289
  top: {
289
290
  cssNames: ["top"],
290
- values1: { values: f, formatValue: e.Value.rem },
291
+ values1: { values: d, formatValue: e.Value.rem },
291
292
  values2: { values: [] },
292
293
  values3: { values: [] }
293
294
  },
294
295
  right: {
295
296
  cssNames: ["right"],
296
- values1: { values: f, formatValue: e.Value.rem },
297
+ values1: { values: d, formatValue: e.Value.rem },
297
298
  values2: { values: [] },
298
299
  values3: { values: [] }
299
300
  },
300
301
  bottom: {
301
302
  cssNames: ["bottom"],
302
- values1: { values: f, formatValue: e.Value.rem },
303
+ values1: { values: d, formatValue: e.Value.rem },
303
304
  values2: { values: [] },
304
305
  values3: { values: [] }
305
306
  },
306
307
  left: {
307
308
  cssNames: ["left"],
308
- values1: { values: f, formatValue: e.Value.rem },
309
+ values1: { values: d, formatValue: e.Value.rem },
309
310
  values2: { values: [] },
310
311
  values3: { values: [] }
311
312
  },
312
313
  inset: {
313
314
  cssNames: ["inset"],
314
- values1: { values: f, formatValue: e.Value.rem },
315
+ values1: { values: d, formatValue: e.Value.rem },
315
316
  values2: { values: [] },
316
317
  values3: { values: [] }
317
318
  },
318
319
  m: {
319
320
  cssNames: ["margin"],
320
- values1: { values: f, formatValue: e.Value.rem },
321
+ values1: { values: d, formatValue: e.Value.rem },
321
322
  values2: { values: ["auto"] },
322
323
  values3: { values: [] }
323
324
  },
324
325
  mx: {
325
326
  cssNames: ["margin-inline"],
326
- values1: { values: f, formatValue: e.Value.rem },
327
+ values1: { values: d, formatValue: e.Value.rem },
327
328
  values2: { values: ["auto"] },
328
329
  values3: { values: [] }
329
330
  },
330
331
  my: {
331
332
  cssNames: ["margin-block"],
332
- values1: { values: f, formatValue: e.Value.rem },
333
+ values1: { values: d, formatValue: e.Value.rem },
333
334
  values2: { values: ["auto"] },
334
335
  values3: { values: [] }
335
336
  },
336
337
  mt: {
337
338
  cssNames: ["margin-top"],
338
- values1: { values: f, formatValue: e.Value.rem },
339
+ values1: { values: d, formatValue: e.Value.rem },
339
340
  values2: { values: ["auto"] },
340
341
  values3: { values: [] }
341
342
  },
342
343
  mr: {
343
344
  cssNames: ["margin-right"],
344
- values1: { values: f, formatValue: e.Value.rem },
345
+ values1: { values: d, formatValue: e.Value.rem },
345
346
  values2: { values: ["auto"] },
346
347
  values3: { values: [] }
347
348
  },
348
349
  mb: {
349
350
  cssNames: ["margin-bottom"],
350
- values1: { values: f, formatValue: e.Value.rem },
351
+ values1: { values: d, formatValue: e.Value.rem },
351
352
  values2: { values: ["auto"] },
352
353
  values3: { values: [] }
353
354
  },
354
355
  ml: {
355
356
  cssNames: ["margin-left"],
356
- values1: { values: f, formatValue: e.Value.rem },
357
+ values1: { values: d, formatValue: e.Value.rem },
357
358
  values2: { values: ["auto"] },
358
359
  values3: { values: [] }
359
360
  },
360
361
  p: {
361
362
  cssNames: ["padding"],
362
- values1: { values: f, formatValue: e.Value.rem },
363
+ values1: { values: d, formatValue: e.Value.rem },
363
364
  values2: { values: [] },
364
365
  values3: { values: [] }
365
366
  },
366
367
  px: {
367
368
  cssNames: ["padding-inline"],
368
- values1: { values: f, formatValue: e.Value.rem },
369
+ values1: { values: d, formatValue: e.Value.rem },
369
370
  values2: { values: [] },
370
371
  values3: { values: [] }
371
372
  },
372
373
  py: {
373
374
  cssNames: ["padding-block"],
374
- values1: { values: f, formatValue: e.Value.rem },
375
+ values1: { values: d, formatValue: e.Value.rem },
375
376
  values2: { values: [] },
376
377
  values3: { values: [] }
377
378
  },
378
379
  pt: {
379
380
  cssNames: ["padding-top"],
380
- values1: { values: f, formatValue: e.Value.rem },
381
+ values1: { values: d, formatValue: e.Value.rem },
381
382
  values2: { values: [] },
382
383
  values3: { values: [] }
383
384
  },
384
385
  pr: {
385
386
  cssNames: ["padding-right"],
386
- values1: { values: f, formatValue: e.Value.rem },
387
+ values1: { values: d, formatValue: e.Value.rem },
387
388
  values2: { values: [] },
388
389
  values3: { values: [] }
389
390
  },
390
391
  pb: {
391
392
  cssNames: ["padding-bottom"],
392
- values1: { values: f, formatValue: e.Value.rem },
393
+ values1: { values: d, formatValue: e.Value.rem },
393
394
  values2: { values: [] },
394
395
  values3: { values: [] }
395
396
  },
396
397
  pl: {
397
398
  cssNames: ["padding-left"],
398
- values1: { values: f, formatValue: e.Value.rem },
399
+ values1: { values: d, formatValue: e.Value.rem },
399
400
  values2: { values: [] },
400
401
  values3: { values: [] }
401
402
  },
402
403
  b: {
403
404
  cssNames: ["border-width"],
404
- values1: { values: i, formatValue: e.Value.px },
405
+ values1: { values: v, formatValue: e.Value.px },
405
406
  values2: { values: [] },
406
407
  values3: { values: [] }
407
408
  },
408
409
  bx: {
409
410
  cssNames: ["border-inline-width"],
410
- values1: { values: f, formatValue: e.Value.px },
411
+ values1: { values: d, formatValue: e.Value.px },
411
412
  values2: { values: [] },
412
413
  values3: { values: [] }
413
414
  },
414
415
  by: {
415
416
  cssNames: ["border-block-width"],
416
- values1: { values: f, formatValue: e.Value.px },
417
+ values1: { values: d, formatValue: e.Value.px },
417
418
  values2: { values: [] },
418
419
  values3: { values: [] }
419
420
  },
420
421
  bt: {
421
422
  cssNames: ["border-top-width"],
422
- values1: { values: f, formatValue: e.Value.px },
423
+ values1: { values: d, formatValue: e.Value.px },
423
424
  values2: { values: [] },
424
425
  values3: { values: [] }
425
426
  },
426
427
  br: {
427
428
  cssNames: ["border-right-width"],
428
- values1: { values: f, formatValue: e.Value.px },
429
+ values1: { values: d, formatValue: e.Value.px },
429
430
  values2: { values: [] },
430
431
  values3: { values: [] }
431
432
  },
432
433
  bb: {
433
434
  cssNames: ["border-bottom-width"],
434
- values1: { values: f, formatValue: e.Value.px },
435
+ values1: { values: d, formatValue: e.Value.px },
435
436
  values2: { values: [] },
436
437
  values3: { values: [] }
437
438
  },
438
439
  bl: {
439
440
  cssNames: ["border-left-width"],
440
- values1: { values: f, formatValue: e.Value.px },
441
+ values1: { values: d, formatValue: e.Value.px },
441
442
  values2: { values: [] },
442
443
  values3: { values: [] }
443
444
  },
444
445
  borderStyle: {
445
446
  cssNames: ["border-style"],
446
- values1: { values: B },
447
+ values1: { values: R },
447
448
  values2: { values: [] },
448
449
  values3: { values: [] }
449
450
  },
450
451
  borderRadius: {
451
452
  cssNames: ["border-radius"],
452
- values1: { values: i, formatValue: e.Value.rem },
453
+ values1: { values: v, formatValue: e.Value.rem },
453
454
  values2: { values: [] },
454
455
  values3: { values: [] }
455
456
  },
456
457
  borderRadiusTop: {
457
458
  cssNames: ["border-top-left-radius", "border-top-right-radius"],
458
- values1: { values: i, formatValue: e.Value.rem },
459
+ values1: { values: v, formatValue: e.Value.rem },
459
460
  values2: { values: [] },
460
461
  values3: { values: [] }
461
462
  },
462
463
  borderRadiusRight: {
463
464
  cssNames: ["border-top-right-radius", "border-bottom-right-radius"],
464
- values1: { values: i, formatValue: e.Value.rem },
465
+ values1: { values: v, formatValue: e.Value.rem },
465
466
  values2: { values: [] },
466
467
  values3: { values: [] }
467
468
  },
468
469
  borderRadiusBottom: {
469
470
  cssNames: ["border-bottom-left-radius", "border-bottom-right-radius"],
470
- values1: { values: i, formatValue: e.Value.rem },
471
+ values1: { values: v, formatValue: e.Value.rem },
471
472
  values2: { values: [] },
472
473
  values3: { values: [] }
473
474
  },
474
475
  borderRadiusLeft: {
475
476
  cssNames: ["border-top-left-radius", "border-bottom-left-radius"],
476
- values1: { values: i, formatValue: e.Value.rem },
477
+ values1: { values: v, formatValue: e.Value.rem },
477
478
  values2: { values: [] },
478
479
  values3: { values: [] }
479
480
  },
480
481
  borderRadiusTopLeft: {
481
482
  cssNames: ["border-top-left-radius"],
482
- values1: { values: i, formatValue: e.Value.rem },
483
+ values1: { values: v, formatValue: e.Value.rem },
483
484
  values2: { values: [] },
484
485
  values3: { values: [] }
485
486
  },
486
487
  borderRadiusTopRight: {
487
488
  cssNames: ["border-top-right-radius"],
488
- values1: { values: i, formatValue: e.Value.rem },
489
+ values1: { values: v, formatValue: e.Value.rem },
489
490
  values2: { values: [] },
490
491
  values3: { values: [] }
491
492
  },
492
493
  borderRadiusBottomLeft: {
493
494
  cssNames: ["border-bottom-left-radius"],
494
- values1: { values: i, formatValue: e.Value.rem },
495
+ values1: { values: v, formatValue: e.Value.rem },
495
496
  values2: { values: [] },
496
497
  values3: { values: [] }
497
498
  },
498
499
  borderRadiusBottomRight: {
499
500
  cssNames: ["border-bottom-right-radius"],
500
- values1: { values: i, formatValue: e.Value.rem },
501
+ values1: { values: v, formatValue: e.Value.rem },
501
502
  values2: { values: [] },
502
503
  values3: { values: [] }
503
504
  },
@@ -556,19 +557,19 @@ const i = [
556
557
  },
557
558
  overflow: {
558
559
  cssNames: ["overflow"],
559
- values1: { values: H },
560
+ values1: { values: I },
560
561
  values2: { values: [] },
561
562
  values3: { values: [] }
562
563
  },
563
564
  overflowX: {
564
565
  cssNames: ["overflow-x"],
565
- values1: { values: H },
566
+ values1: { values: I },
566
567
  values2: { values: [] },
567
568
  values3: { values: [] }
568
569
  },
569
570
  overflowY: {
570
571
  cssNames: ["overflow-y"],
571
- values1: { values: H },
572
+ values1: { values: I },
572
573
  values2: { values: [] },
573
574
  values3: { values: [] }
574
575
  },
@@ -580,7 +581,7 @@ const i = [
580
581
  },
581
582
  fontSize: {
582
583
  cssNames: ["font-size"],
583
- values1: { values: i, formatValue: e.Value.px },
584
+ values1: { values: v, formatValue: e.Value.px },
584
585
  values2: { values: ["inherit"] },
585
586
  values3: { values: [] }
586
587
  },
@@ -598,13 +599,13 @@ const i = [
598
599
  },
599
600
  letterSpacing: {
600
601
  cssNames: ["letter-spacing"],
601
- values1: { values: i, formatValue: e.Value.px },
602
+ values1: { values: v, formatValue: e.Value.px },
602
603
  values2: { values: [] },
603
604
  values3: { values: [] }
604
605
  },
605
606
  lineHeight: {
606
607
  cssNames: ["line-height"],
607
- values1: { values: i, formatValue: e.Value.px },
608
+ values1: { values: v, formatValue: e.Value.px },
608
609
  values2: { values: ["font-size"], formatValue: () => "1" },
609
610
  values3: { values: [] }
610
611
  },
@@ -693,91 +694,91 @@ const i = [
693
694
  },
694
695
  gap: {
695
696
  cssNames: ["gap"],
696
- values1: { values: i, formatValue: e.Value.rem },
697
+ values1: { values: v, formatValue: e.Value.rem },
697
698
  values2: { values: [] },
698
699
  values3: { values: [] }
699
700
  },
700
701
  rowGap: {
701
702
  cssNames: ["row-gap"],
702
- values1: { values: i, formatValue: e.Value.rem },
703
+ values1: { values: v, formatValue: e.Value.rem },
703
704
  values2: { values: [] },
704
705
  values3: { values: [] }
705
706
  },
706
707
  columnGap: {
707
708
  cssNames: ["column-gap"],
708
- values1: { values: i, formatValue: e.Value.rem },
709
+ values1: { values: v, formatValue: e.Value.rem },
709
710
  values2: { values: [] },
710
711
  values3: { values: [] }
711
712
  },
712
713
  order: {
713
714
  cssNames: ["order"],
714
- values1: { values: i },
715
+ values1: { values: v },
715
716
  values2: { values: [] },
716
717
  values3: { values: [] }
717
718
  },
718
719
  flexGrow: {
719
720
  cssNames: ["flex-grow"],
720
- values1: { values: i },
721
+ values1: { values: v },
721
722
  values2: { values: [] },
722
723
  values3: { values: [] }
723
724
  },
724
725
  flexShrink: {
725
726
  cssNames: ["flex-shrink"],
726
- values1: { values: i },
727
+ values1: { values: v },
727
728
  values2: { values: [] },
728
729
  values3: { values: [] }
729
730
  },
730
731
  alignSelf: {
731
732
  cssNames: ["align-self"],
732
- values1: { values: F },
733
+ values1: { values: _ },
733
734
  values2: { values: [] },
734
735
  values3: { values: [] }
735
736
  },
736
737
  justifySelf: {
737
738
  cssNames: ["justify-self"],
738
- values1: { values: F },
739
+ values1: { values: _ },
739
740
  values2: { values: [] },
740
741
  values3: { values: [] }
741
742
  },
742
743
  gridColumns: {
743
744
  cssNames: ["grid-template-columns"],
744
- values1: { values: i, formatValue: e.Value.gridColumns },
745
+ values1: { values: v, formatValue: e.Value.gridColumns },
745
746
  values2: { values: [] },
746
747
  values3: { values: [] }
747
748
  },
748
749
  colSpan: {
749
750
  cssNames: ["grid-column"],
750
- values1: { values: i, formatValue: e.Value.gridColumn },
751
+ values1: { values: v, formatValue: e.Value.gridColumn },
751
752
  values2: { values: ["full-row"], formatValue: e.Value.gridColumn },
752
753
  values3: { values: [] }
753
754
  },
754
755
  colStart: {
755
756
  cssNames: ["grid-column-start"],
756
- values1: { values: i },
757
+ values1: { values: v },
757
758
  values2: { values: [] },
758
759
  values3: { values: [] }
759
760
  },
760
761
  colEnd: {
761
762
  cssNames: ["grid-column-end"],
762
- values1: { values: i },
763
+ values1: { values: v },
763
764
  values2: { values: [] },
764
765
  values3: { values: [] }
765
766
  },
766
767
  outline: {
767
768
  cssNames: ["outline-width"],
768
- values1: { values: i, formatValue: e.Value.px },
769
+ values1: { values: v, formatValue: e.Value.px },
769
770
  values2: { values: [] },
770
771
  values3: { values: [] }
771
772
  },
772
773
  outlineStyle: {
773
774
  cssNames: ["outline-style"],
774
- values1: { values: B },
775
+ values1: { values: R },
775
776
  values2: { values: [] },
776
777
  values3: { values: [] }
777
778
  },
778
779
  outlineOffset: {
779
780
  cssNames: ["outline-offset"],
780
- values1: { values: i, formatValue: e.Value.px },
781
+ values1: { values: v, formatValue: e.Value.px },
781
782
  values2: { values: [] },
782
783
  values3: { values: [] }
783
784
  },
@@ -838,7 +839,7 @@ const i = [
838
839
  values2: { values: [] },
839
840
  values3: { values: [] }
840
841
  }
841
- }, R = {
842
+ }, D = {
842
843
  shadow: { cssNames: ["box-shadow"], formatValue: e.Value.variables("shadow") },
843
844
  background: { cssNames: ["background"], formatValue: e.Value.variables("background") },
844
845
  backgroundImage: { cssNames: ["background-image"], formatValue: e.Value.variables("backgroundImage") },
@@ -846,7 +847,7 @@ const i = [
846
847
  bgColor: { cssNames: ["background-color"], formatValue: e.Value.variables("color") },
847
848
  borderColor: { cssNames: ["border-color"], formatValue: e.Value.variables("color") },
848
849
  outlineColor: { cssNames: ["outline-color"], formatValue: e.Value.variables("color") }
849
- }, _ = {
850
+ }, L = {
850
851
  fill: {
851
852
  cssNames: ["fill"],
852
853
  formatValue: e.Value.svgVariables("color"),
@@ -857,7 +858,7 @@ const i = [
857
858
  formatValue: e.Value.svgVariables("color"),
858
859
  formatSelector: e.ClassName.svg
859
860
  }
860
- }, X = ["H", "F", "A"], Y = [
861
+ }, Y = [
861
862
  "H",
862
863
  "F",
863
864
  "A",
@@ -868,20 +869,20 @@ const i = [
868
869
  "Required",
869
870
  "Optional",
870
871
  "Disabled"
871
- ], z = {
872
+ ], T = {
872
873
  hover: { className: "_h" },
873
874
  focus: { className: "_f" }
874
875
  };
875
- Object.keys(R).forEach((u) => {
876
- w[u] = R[u], w[u].isThemeStyle = !0;
876
+ Object.keys(D).forEach((u) => {
877
+ x[u] = D[u], x[u].isThemeStyle = !0;
877
878
  });
878
- Object.keys(_).forEach((u) => {
879
- w[u] = _[u], w[u].isThemeStyle = !0;
879
+ Object.keys(L).forEach((u) => {
880
+ x[u] = L[u], x[u].isThemeStyle = !0;
880
881
  });
881
- const J = Object.keys(w);
882
+ const J = Object.keys(x);
882
883
  Y.forEach((u) => {
883
884
  J.forEach((r) => {
884
- w[`${r}${u}`] = { ...w[r] }, w[`${r}${u}`].pseudoSuffix = u;
885
+ x[`${r}${u}`] = { ...x[r], pseudoSuffix: u };
885
886
  });
886
887
  });
887
888
  class Q {
@@ -892,18 +893,18 @@ class Q {
892
893
  return this._cache[r] || (this._cache[r] = this.getByIndex(this._index++)), this._cache[r];
893
894
  }
894
895
  getByIndex(r) {
895
- const { first: m, next: n } = Z, a = r - m.length;
896
- if (a < 0)
897
- return m[r];
898
- const b = Math.floor(a / n.length), y = a - b * n.length;
899
- return this.getByIndex(b) + n[y];
896
+ const { first: c, next: h } = Z, l = r - c.length;
897
+ if (l < 0)
898
+ return c[r];
899
+ const n = Math.floor(l / h.length), m = l - n * h.length;
900
+ return this.getByIndex(n) + h[m];
900
901
  }
901
902
  }
902
903
  const Z = {
903
904
  first: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
904
905
  next: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
905
906
  };
906
- var A;
907
+ var E;
907
908
  ((u) => {
908
909
  u.boxClassName = "_box", u.svgClassName = "_svg", u.cronoStylesElementId = "crono-styles";
909
910
  const r = `:root{--borderColor: black;--outlineColor: black;--lineHeight: 1.2;--fontSize: 14px;--transitionTime: 0.25s;--svgTransitionTime: 0.3s;#crono-box {position: absolute;top: 0;left: 0;height: 0;}}
@@ -912,73 +913,73 @@ body{margin: 0;line-height: var(--lineHeight);font-size: var(--fontSize);}
912
913
  a,ul{all: unset;}
913
914
  .${u.boxClassName}{display: block;border: 0 solid var(--borderColor);outline: 0px solid var(--outlineColor);margin: 0;padding: 0;background-color: initial;transition: all var(--transitionTime);box-sizing: border-box;font-family: inherit;font-size: inherit;}
914
915
  .${u.svgClassName}{transition: all var(--svgTransitionTime);}.${u.svgClassName} path,.${u.svgClassName} circle,.${u.svgClassName} rect,.${u.svgClassName} line {transition: all var(--svgTransitionTime);}
915
- `, m = new Q(), n = Object.keys(w);
916
- let a = !0, b = n.reduce(
917
- (l, s) => (l[s] = /* @__PURE__ */ new Set(), l),
916
+ `, c = new Q(), h = Object.keys(x);
917
+ let l = !0, n = h.reduce(
918
+ (a, s) => (a[s] = /* @__PURE__ */ new Set(), a),
918
919
  {}
919
920
  );
920
- function y(l, s) {
921
- if (l in w)
922
- return d(l, s);
923
- if (l in z)
924
- return z[l].className;
921
+ function m(a, s) {
922
+ if (a in x)
923
+ return p(a, s);
924
+ if (a in T && s)
925
+ return T[a].className;
925
926
  }
926
- u.get = y;
927
- function $() {
928
- if (a) {
929
- let l = c([r]);
930
- l = c(l, "H"), l = c(l, "F"), l = c(l, "A"), l = c(l, "Checked"), l = c(l, "Indeterminate"), l = c(l, "Valid"), l = c(l, "Invalid"), l = c(l, "Required"), l = c(l, "Disabled");
931
- const s = g();
932
- s.innerHTML = l.join(""), a = !1;
927
+ u.get = m;
928
+ function C() {
929
+ if (l) {
930
+ let a = f([r]);
931
+ a = f(a, "H"), a = f(a, "F"), a = f(a, "A"), a = f(a, "Checked"), a = f(a, "Indeterminate"), a = f(a, "Valid"), a = f(a, "Invalid"), a = f(a, "Required"), a = f(a, "Disabled");
932
+ const s = V();
933
+ s.innerHTML = a.join(""), l = !1;
933
934
  }
934
935
  }
935
- u.flush = $;
936
- function v() {
937
- b = n.reduce(
938
- (l, s) => (l[s] = /* @__PURE__ */ new Set(), l),
936
+ u.flush = C;
937
+ function i() {
938
+ n = h.reduce(
939
+ (a, s) => (a[s] = /* @__PURE__ */ new Set(), a),
939
940
  {}
940
941
  );
941
942
  }
942
- u.clear = v;
943
- function d(l, s) {
944
- var N;
945
- b[l].has(s) || (a = !0, b[l].add(s));
946
- const t = p(l, s), V = ((N = t.formatClassName) == null ? void 0 : N.call(t, l, s)) ?? `${l}${s}`;
947
- return m.getIdentity(V);
943
+ u.clear = i;
944
+ function p(a, s) {
945
+ var y;
946
+ n[a].has(s) || (l = !0, n[a].add(s));
947
+ const t = b(a, s), N = ((y = t.formatClassName) == null ? void 0 : y.call(t, a, s)) ?? `${a}${s}`;
948
+ return c.getIdentity(N);
948
949
  }
949
- function c(l, s) {
950
- return Object.entries(b).filter(([V]) => {
951
- var N;
952
- return ((N = w[V]) == null ? void 0 : N.pseudoSuffix) === s;
953
- }).reduce((V, [N, I]) => (I.forEach((k) => {
954
- var E;
955
- const o = p(N, k), h = `.${d(N, k)}`;
956
- let x = [];
957
- s ? s === "H" ? x = [
958
- ...t(`${h}:hover`, o),
959
- ...t(`.${z.hover.className}:hover>${h}`, o)
960
- ] : s === "F" ? x = [
961
- ...t(`${h}:focus-within`, o),
962
- ...t(`.${z.focus.className}:focus-within>${h}`, o)
963
- ] : s === "A" ? x = t(`${h}:active`, o) : s === "Checked" ? x = t(`${h}:checked`, o) : s === "Indeterminate" ? x = t(`${h}:indeterminate`, o) : s === "Valid" ? x = t(`${h}:valid`, o) : s === "Invalid" ? x = t(`${h}:invalid`, o) : s === "Required" ? x = t(`${h}:required`, o) : s === "Optional" ? x = t(`${h}:optional`, o) : s === "Disabled" && (x = t(`${h}:disabled`, o)) : x = t(h, o);
964
- const L = ((E = o.formatValue) == null ? void 0 : E.call(o, N, k)) ?? k, q = w[N].cssNames.map((W) => `${W}:${L};`).join("");
965
- V.push(`${x.join(",")}{${q}}`);
966
- }), V), l);
967
- function t(V, N) {
968
- return N.formatSelector ? N.formatSelector(V) : [V];
950
+ function f(a, s) {
951
+ return Object.entries(n).filter(([N]) => {
952
+ var y;
953
+ return ((y = x[N]) == null ? void 0 : y.pseudoSuffix) === s;
954
+ }).reduce((N, [y, S]) => (S.forEach(($) => {
955
+ var H;
956
+ const o = b(y, $), g = `.${p(y, $)}`;
957
+ let w = [];
958
+ s ? s === "H" ? w = [
959
+ ...t(`${g}:hover`, o),
960
+ ...t(`.${T.hover.className}:hover>${g}`, o)
961
+ ] : s === "F" ? w = [
962
+ ...t(`${g}:focus-within`, o),
963
+ ...t(`.${T.focus.className}:focus-within>${g}`, o)
964
+ ] : s === "A" ? w = t(`${g}:active`, o) : s === "Checked" ? w = t(`${g}:checked`, o) : s === "Indeterminate" ? w = t(`${g}:indeterminate`, o) : s === "Valid" ? w = t(`${g}:valid`, o) : s === "Invalid" ? w = t(`${g}:invalid`, o) : s === "Required" ? w = t(`${g}:required`, o) : s === "Optional" ? w = t(`${g}:optional`, o) : s === "Disabled" && (w = t(`${g}:disabled`, o)) : w = t(g, o);
965
+ const F = ((H = o.formatValue) == null ? void 0 : H.call(o, y, $)) ?? $, W = x[y].cssNames.map((G) => `${G}:${F};`).join("");
966
+ N.push(`${w.join(",")}{${W}}`);
967
+ }), N), a);
968
+ function t(N, y) {
969
+ return y.formatSelector ? y.formatSelector(N) : [N];
969
970
  }
970
971
  }
971
- function p(l, s) {
972
- const t = w[l];
972
+ function b(a, s) {
973
+ const t = x[a];
973
974
  return t.isThemeStyle ? t : t.values1.values.includes(s) ? t.values1 : t.values2.values.includes(s) ? t.values2 : t.values3;
974
975
  }
975
- function g() {
976
+ function V() {
976
977
  const s = typeof window < "u" && typeof window.document < "u" ? window.document : global.document;
977
978
  let t = s.getElementById(u.cronoStylesElementId);
978
979
  return t || (t = s.createElement("style"), t.setAttribute("id", u.cronoStylesElementId), t.setAttribute("type", "text/css"), s.head.insertBefore(t, s.head.firstChild)), t;
979
980
  }
980
- })(A || (A = {}));
981
- const S = A, T = {
981
+ })(E || (E = {}));
982
+ const O = E, z = {
982
983
  button: {
983
984
  styles: {
984
985
  display: "inline-block",
@@ -1020,41 +1021,42 @@ const S = A, T = {
1020
1021
  }
1021
1022
  }
1022
1023
  };
1023
- var O;
1024
+ var A;
1024
1025
  ((u) => {
1025
- function r(v) {
1026
- b(v), $(v), u.Styles = v, a();
1026
+ u.Styles = l(z);
1027
+ function r(i) {
1028
+ u.Styles = h(i);
1027
1029
  }
1028
1030
  u.setup = r;
1029
- function m(v, d) {
1030
- const c = Object.entries(v.colors).map(([o, h]) => `--color${o}: ${h};`).join(`
1031
- `), p = Object.entries(v.shadows).map(([o, h]) => `--shadow${o}: ${h};`).join(`
1032
- `), g = Object.entries(v.backgrounds).map(([o, h]) => `--background${o}: ${h};`).join(`
1033
- `), l = Object.entries(v.backgroundImages).map(([o, h]) => `--backgroundImage${o}: ${h};`).join(`
1031
+ function c(i, p) {
1032
+ const f = Object.entries(i.colors).map(([o, g]) => `--color${o}: ${g};`).join(`
1033
+ `), b = Object.entries(i.shadows).map(([o, g]) => `--shadow${o}: ${g};`).join(`
1034
+ `), V = Object.entries(i.backgrounds).map(([o, g]) => `--background${o}: ${g};`).join(`
1035
+ `), a = Object.entries(i.backgroundImages).map(([o, g]) => `--backgroundImage${o}: ${g};`).join(`
1034
1036
  `), s = [":root {"];
1035
- c && s.push(` ${c}`), p && s.push(` ${p}`), g && s.push(` ${g}`), l && s.push(` ${l}`), s.push("}");
1036
- const t = Object.keys(v.colors).map((o) => `'${o}'`).join(" | "), V = Object.keys(v.backgrounds).map((o) => `'${o}'`).join(" | "), N = Object.keys(v.backgroundImages).map((o) => `'${o}'`).join(" | "), I = Object.keys(v.shadows).map((o) => `'${o}'`).join(" | "), k = `import '@cronocode/react-box';
1037
+ f && s.push(` ${f}`), b && s.push(` ${b}`), V && s.push(` ${V}`), a && s.push(` ${a}`), s.push("}");
1038
+ const t = Object.keys(i.colors).map((o) => `'${o}'`).join(" | "), N = Object.keys(i.backgrounds).map((o) => `'${o}'`).join(" | "), y = Object.keys(i.backgroundImages).map((o) => `'${o}'`).join(" | "), S = Object.keys(i.shadows).map((o) => `'${o}'`).join(" | "), $ = `import '@cronocode/react-box';
1037
1039
 
1038
- declare module '${(d == null ? void 0 : d.namespacePath) ?? "@cronocode/react-box/core/types"}' {
1040
+ declare module '${(p == null ? void 0 : p.namespacePath) ?? "@cronocode/react-box/core/types"}' {
1039
1041
  type ColorType = ${t};
1040
- type BackgroundType = ${V};
1041
- type BackgroundImageType = ${N};
1042
- type ShadowType = ${I};
1042
+ type BackgroundType = ${N};
1043
+ type BackgroundImageType = ${y};
1044
+ type ShadowType = ${S};
1043
1045
 
1044
1046
  namespace Augmented {
1045
1047
  interface BoxProps {
1046
- ${n("color", "ColorType")}
1047
- ${n("bgColor", "ColorType")}
1048
- ${n("borderColor", "ColorType")}
1049
- ${n("outlineColor", "ColorType")}
1050
- ${n("background", "BackgroundType")}
1051
- ${n("backgroundImage", "BackgroundImageType")}
1052
- ${n("shadow", "ShadowType")}
1048
+ color?: ColorType;
1049
+ bgColor?: ColorType;
1050
+ borderColor?: ColorType;
1051
+ outlineColor?: ColorType;
1052
+ background?: BackgroundType;
1053
+ backgroundImage?: BackgroundImageType;
1054
+ shadow?: ShadowType;
1053
1055
  }
1054
1056
 
1055
1057
  interface SvgProps {
1056
- ${n("fill", "ColorType")}
1057
- ${n("stroke", "ColorType")}
1058
+ fill?: ColorType;
1059
+ stroke?: ColorType;
1058
1060
  }
1059
1061
  }
1060
1062
  }
@@ -1062,91 +1064,100 @@ ${n("stroke", "ColorType")}
1062
1064
  return {
1063
1065
  variables: s.join(`
1064
1066
  `),
1065
- boxDts: k
1067
+ boxDts: $
1066
1068
  };
1067
1069
  }
1068
- u.setupAugmentedProps = m;
1069
- function n(v, d) {
1070
- const c = X.map((p) => ` ${v}${p}?: ${d};`);
1071
- return c.unshift(` ${v}?: ${d};`), c.join(`
1072
- `);
1070
+ u.setupAugmentedProps = c;
1071
+ function h(i) {
1072
+ const p = l(i);
1073
+ return Object.keys(z).forEach((b) => {
1074
+ const V = p[b], a = z[b];
1075
+ V ? V.styles = { ...a.styles, ...V.styles } : p[b] = z[b];
1076
+ }), p;
1073
1077
  }
1074
- function a() {
1075
- b(T), $(T), Object.keys(T).forEach((d) => {
1076
- const c = u.Styles[d], p = T[d];
1077
- c ? c.styles = { ...p.styles, ...c.styles } : u.Styles[d] = T[d];
1078
- });
1078
+ function l(i) {
1079
+ return n(i), C(i), i;
1079
1080
  }
1080
- function b(v) {
1081
- if (!v.components)
1081
+ function n(i) {
1082
+ if (!i.components)
1082
1083
  return;
1083
- const d = Object.keys(v.components);
1084
- for (const c of d) {
1085
- const p = v.components[c], g = y(c, p);
1086
- delete p.children;
1087
- for (const l of g) {
1088
- const [s, t] = l;
1089
- v.components[s] = t;
1084
+ const p = Object.keys(i.components);
1085
+ for (const f of p) {
1086
+ const b = i.components[f], V = m(f, b);
1087
+ delete b.children;
1088
+ for (const a of V) {
1089
+ const [s, t] = a;
1090
+ i.components[s] = t;
1090
1091
  }
1091
1092
  }
1092
1093
  }
1093
- function y(v, d) {
1094
- if (!d.children)
1094
+ function m(i, p) {
1095
+ if (!p.children)
1095
1096
  return [];
1096
- const c = Object.keys(d.children), p = [];
1097
- for (const g of c) {
1098
- const l = `${v}.${g}`, s = d.children[g], t = y(l, s);
1099
- p.push(...t), delete s.children, p.push([l, s]);
1097
+ const f = Object.keys(p.children), b = [];
1098
+ for (const V of f) {
1099
+ const a = `${i}.${V}`, s = p.children[V], t = m(a, s);
1100
+ b.push(...t), delete s.children, b.push([a, s]);
1100
1101
  }
1101
- return p;
1102
+ return b;
1102
1103
  }
1103
- function $(v) {
1104
- const { components: d, ...c } = v, p = Object.values(c);
1105
- d && p.push(...Object.values(d));
1106
- for (const g of p)
1104
+ function C(i) {
1105
+ const { components: p, ...f } = i, b = Object.values(f);
1106
+ p && b.push(...Object.values(p));
1107
+ for (const V of b)
1107
1108
  [
1108
1109
  ["disabled", "Disabled"],
1109
1110
  ["indeterminate", "Indeterminate"],
1110
1111
  ["checked", "Checked"]
1111
- ].forEach(([l, s]) => {
1112
- l in g.styles && (Object.entries(g.styles[l]).map(([t, V]) => {
1113
- g.styles[`${t}${s}`] = V;
1114
- }), delete g.styles[l]);
1112
+ ].forEach(([a, s]) => {
1113
+ a in V.styles && (Object.entries(V.styles[a]).map(([t, N]) => {
1114
+ V.styles[`${t}${s}`] = N;
1115
+ }), delete V.styles[a]);
1115
1116
  });
1116
1117
  }
1117
- })(O || (O = {}));
1118
- const D = O;
1118
+ })(A || (A = {}));
1119
+ const P = A;
1119
1120
  function K(u) {
1120
- const { clean: r, theme: m, component: n } = u;
1121
- return P(() => {
1122
- var b, y;
1121
+ const { clean: r, theme: c, component: h } = u;
1122
+ return q(() => {
1123
+ var n, m;
1123
1124
  if (r)
1124
1125
  return;
1125
- let a = D.Styles[n] ?? ((b = D.Styles.components) == null ? void 0 : b[n]);
1126
- if (a)
1127
- return m ? { ...a.styles, ...(y = a.themes) == null ? void 0 : y[m].styles } : a.styles;
1128
- }, [n, r, m]);
1126
+ let l = P.Styles[h] ?? ((n = P.Styles.components) == null ? void 0 : n[h]);
1127
+ if (l)
1128
+ return c ? { ...l.styles, ...(m = l.themes) == null ? void 0 : m[c].styles } : l.styles;
1129
+ }, [h, r, c]);
1129
1130
  }
1130
- const ee = typeof window < "u" && typeof window.document < "u", se = ee ? G : M;
1131
- function te(u, r) {
1132
- const m = K(u);
1133
- return se(S.flush, [u]), P(() => {
1134
- const n = [r ? S.svgClassName : S.boxClassName], a = m ? { ...m, ...u } : { ...u };
1135
- return Array.isArray(a.disabled) && (Object.entries(a.disabled[1]).forEach(([b, y]) => {
1136
- a[`${b}Disabled`] = y;
1137
- }), delete a.disabled), "inline" in a && (a.display === "block" || !a.display ? a.display = "inline-block" : a.display === "flex" ? a.display = "inline-flex" : a.display === "grid" && (a.display = "inline-grid"), delete a.inline), "inlineH" in a && (a.displayH === "block" || !a.displayH ? a.displayH = "inline-block" : a.displayH === "flex" ? a.displayH = "inline-flex" : a.displayH === "grid" && (a.displayH = "inline-grid"), delete a.inlineH), "inlineF" in a && (a.displayF === "block" || !a.displayF ? a.displayF = "inline-block" : a.displayF === "flex" ? a.displayF = "inline-flex" : a.displayF === "grid" && (a.displayF = "inline-grid"), delete a.inlineF), "inlineA" in a && (a.displayA === "block" || !a.displayA ? a.displayA = "inline-block" : a.displayA === "flex" ? a.displayA = "inline-flex" : a.displayA === "grid" && (a.displayA = "inline-grid"), delete a.inlineA), Object.entries(a).forEach(([b, y]) => {
1138
- n.push(S.get(b, y));
1139
- }), n;
1140
- }, [u, m]);
1131
+ const ee = typeof window < "u" && typeof window.document < "u", se = ee ? M : U;
1132
+ function re(u, r) {
1133
+ const c = K(u);
1134
+ return se(O.flush, [u]), q(() => {
1135
+ const h = [r ? O.svgClassName : O.boxClassName], l = c ? { ...c, ...u } : { ...u };
1136
+ return Array.isArray(l.disabled) && (Object.entries(l.disabled[1]).forEach(([n, m]) => {
1137
+ l[`${n}Disabled`] = m;
1138
+ }), delete l.disabled), Array.isArray(l.hover) ? (Object.entries(l.hover[1]).forEach(([n, m]) => {
1139
+ l[`${n}H`] = m;
1140
+ }), l.hover = l.hover[0]) : B.isObject(l.hover) && (Object.entries(l.hover).forEach(([n, m]) => {
1141
+ l[`${n}H`] = m;
1142
+ }), delete l.hover), Array.isArray(l.focus) ? (Object.entries(l.focus[1]).forEach(([n, m]) => {
1143
+ l[`${n}F`] = m;
1144
+ }), l.focus = l.focus[0]) : B.isObject(l.focus) && (Object.entries(l.focus).forEach(([n, m]) => {
1145
+ l[`${n}F`] = m;
1146
+ }), delete l.focus), l.active && (Object.entries(l.active).forEach(([n, m]) => {
1147
+ l[`${n}A`] = m;
1148
+ }), delete l.active), "inline" in l && (l.display === "block" || !l.display ? l.display = "inline-block" : l.display === "flex" ? l.display = "inline-flex" : l.display === "grid" && (l.display = "inline-grid"), delete l.inline), Object.entries(l).forEach(([n, m]) => {
1149
+ h.push(O.get(n, m));
1150
+ }), h;
1151
+ }, [u, c]);
1141
1152
  }
1142
1153
  function ae(...u) {
1143
- return u.reduce((r, m) => m ? typeof m == "string" ? (r.push(m), r) : Array.isArray(m) ? (r.push(...ae(...m)), r) : (Object.entries(m).forEach(([n, a]) => {
1144
- a && r.push(n);
1154
+ return u.reduce((r, c) => c ? typeof c == "string" ? (r.push(c), r) : Array.isArray(c) ? (r.push(...ae(...c)), r) : (Object.entries(c).forEach(([h, l]) => {
1155
+ l && r.push(h);
1145
1156
  }), r) : r, []);
1146
1157
  }
1147
1158
  export {
1148
- S,
1149
- D as T,
1159
+ O as S,
1160
+ P as T,
1150
1161
  ae as c,
1151
- te as u
1162
+ re as u
1152
1163
  };