@tokenami/config 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +6 -5
- package/dist/index.d.ts +6 -5
- package/dist/index.js +436 -431
- package/dist/index.mjs +435 -430
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -239,424 +239,426 @@ var defaultConfig = createConfig({
|
|
|
239
239
|
var config_default_default = defaultConfig;
|
|
240
240
|
|
|
241
241
|
// src/supports.ts
|
|
242
|
-
var
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
242
|
+
var layers = [
|
|
243
|
+
[
|
|
244
|
+
"all",
|
|
245
|
+
"-webkit-line-clamp",
|
|
246
|
+
"accent-color",
|
|
247
|
+
"align-tracks",
|
|
248
|
+
"animation",
|
|
249
|
+
"appearance",
|
|
250
|
+
"aspect-ratio",
|
|
251
|
+
"backdrop-filter",
|
|
252
|
+
"backface-visibility",
|
|
253
|
+
"background",
|
|
254
|
+
"border",
|
|
255
|
+
"border-collapse",
|
|
256
|
+
"border-spacing",
|
|
257
|
+
"border-radius",
|
|
258
|
+
"box-decoration-break",
|
|
259
|
+
"box-shadow",
|
|
260
|
+
"box-sizing",
|
|
261
|
+
"break-after",
|
|
262
|
+
"break-before",
|
|
263
|
+
"break-inside",
|
|
264
|
+
"caption-side",
|
|
265
|
+
"clear",
|
|
266
|
+
"clip-path",
|
|
267
|
+
"color",
|
|
268
|
+
"color-scheme",
|
|
269
|
+
"column-fill",
|
|
270
|
+
"column-span",
|
|
271
|
+
"column-rule",
|
|
272
|
+
"columns",
|
|
273
|
+
"contain",
|
|
274
|
+
"contain-intrinsic-size",
|
|
275
|
+
"container",
|
|
276
|
+
"content",
|
|
277
|
+
"content-visibility",
|
|
278
|
+
"counter-increment",
|
|
279
|
+
"counter-reset",
|
|
280
|
+
"counter-set",
|
|
281
|
+
"cursor",
|
|
282
|
+
"direction",
|
|
283
|
+
"display",
|
|
284
|
+
"empty-cells",
|
|
285
|
+
"filter",
|
|
286
|
+
"flex",
|
|
287
|
+
"flex-flow",
|
|
288
|
+
"float",
|
|
289
|
+
"font",
|
|
290
|
+
"font-feature-settings",
|
|
291
|
+
"font-kerning",
|
|
292
|
+
"font-language-override",
|
|
293
|
+
"font-optical-sizing",
|
|
294
|
+
"font-palette",
|
|
295
|
+
"font-size-adjust",
|
|
296
|
+
"font-synthesis",
|
|
297
|
+
"font-variation-settings",
|
|
298
|
+
"forced-color-adjust",
|
|
299
|
+
"gap",
|
|
300
|
+
"grid",
|
|
301
|
+
"grid-area",
|
|
302
|
+
"grid-column",
|
|
303
|
+
"grid-row",
|
|
304
|
+
"grid-template",
|
|
305
|
+
"hanging-punctuation",
|
|
306
|
+
"height",
|
|
307
|
+
"hyphenate-character",
|
|
308
|
+
"hyphenate-limit-chars",
|
|
309
|
+
"hyphens",
|
|
310
|
+
"image-orientation",
|
|
311
|
+
"image-rendering",
|
|
312
|
+
"image-resolution",
|
|
313
|
+
"initial-letter",
|
|
314
|
+
"input-security",
|
|
315
|
+
"inset",
|
|
316
|
+
"isolation",
|
|
317
|
+
"justify-tracks",
|
|
318
|
+
"letter-spacing",
|
|
319
|
+
"line-break",
|
|
320
|
+
"line-clamp",
|
|
321
|
+
"line-height-step",
|
|
322
|
+
"list-style",
|
|
323
|
+
"margin",
|
|
324
|
+
"mask",
|
|
325
|
+
"mask-border",
|
|
326
|
+
"math-depth",
|
|
327
|
+
"math-shift",
|
|
328
|
+
"math-style",
|
|
329
|
+
"max-height",
|
|
330
|
+
"max-width",
|
|
331
|
+
"min-height",
|
|
332
|
+
"min-width",
|
|
333
|
+
"mix-blend-mode",
|
|
334
|
+
"object-fit",
|
|
335
|
+
"object-position",
|
|
336
|
+
"offset",
|
|
337
|
+
"opacity",
|
|
338
|
+
"order",
|
|
339
|
+
"orphans",
|
|
340
|
+
"outline",
|
|
341
|
+
"overflow",
|
|
342
|
+
"overscroll-behavior",
|
|
343
|
+
"padding",
|
|
344
|
+
"page",
|
|
345
|
+
"paint-order",
|
|
346
|
+
"perspective",
|
|
347
|
+
"perspective-origin",
|
|
348
|
+
"place-content",
|
|
349
|
+
"place-items",
|
|
350
|
+
"place-self",
|
|
351
|
+
"pointer-events",
|
|
352
|
+
"position",
|
|
353
|
+
"print-color-adjust",
|
|
354
|
+
"quotes",
|
|
355
|
+
"resize",
|
|
356
|
+
"rotate",
|
|
357
|
+
"ruby-position",
|
|
358
|
+
"scale",
|
|
359
|
+
"scroll-behavior",
|
|
360
|
+
"scroll-margin",
|
|
361
|
+
"scroll-padding",
|
|
362
|
+
"scroll-snap-align",
|
|
363
|
+
"scroll-snap-stop",
|
|
364
|
+
"scroll-snap-type",
|
|
365
|
+
"scroll-timeline",
|
|
366
|
+
"scrollbar-color",
|
|
367
|
+
"scrollbar-gutter",
|
|
368
|
+
"scrollbar-width",
|
|
369
|
+
"shape-image-threshold",
|
|
370
|
+
"shape-margin",
|
|
371
|
+
"shape-outside",
|
|
372
|
+
"tab-size",
|
|
373
|
+
"table-layout",
|
|
374
|
+
"text-align",
|
|
375
|
+
"text-align-last",
|
|
376
|
+
"text-combine-upright",
|
|
377
|
+
"text-decoration",
|
|
378
|
+
"text-decoration-skip-ink",
|
|
379
|
+
"text-emphasis",
|
|
380
|
+
"text-emphasis-position",
|
|
381
|
+
"text-indent",
|
|
382
|
+
"text-justify",
|
|
383
|
+
"text-orientation",
|
|
384
|
+
"text-overflow",
|
|
385
|
+
"text-rendering",
|
|
386
|
+
"text-shadow",
|
|
387
|
+
"text-size-adjust",
|
|
388
|
+
"text-transform",
|
|
389
|
+
"text-underline-offset",
|
|
390
|
+
"text-underline-position",
|
|
391
|
+
"touch-action",
|
|
392
|
+
"transform",
|
|
393
|
+
"transform-box",
|
|
394
|
+
"transform-origin",
|
|
395
|
+
"transform-style",
|
|
396
|
+
"transition",
|
|
397
|
+
"translate",
|
|
398
|
+
"unicode-bidi",
|
|
399
|
+
"user-select",
|
|
400
|
+
"vertical-align",
|
|
401
|
+
"view-transition-name",
|
|
402
|
+
"visibility",
|
|
403
|
+
"white-space",
|
|
404
|
+
"widows",
|
|
405
|
+
"width",
|
|
406
|
+
"will-change",
|
|
407
|
+
"word-break",
|
|
408
|
+
"word-spacing",
|
|
409
|
+
"word-wrap",
|
|
410
|
+
"writing-mode",
|
|
411
|
+
"z-index",
|
|
412
|
+
"zoom"
|
|
413
|
+
],
|
|
414
|
+
[
|
|
415
|
+
"animation-composition",
|
|
416
|
+
"animation-delay",
|
|
417
|
+
"animation-direction",
|
|
418
|
+
"animation-duration",
|
|
419
|
+
"animation-fill-mode",
|
|
420
|
+
"animation-iteration-count",
|
|
421
|
+
"animation-name",
|
|
422
|
+
"animation-play-state",
|
|
423
|
+
"animation-timeline",
|
|
424
|
+
"animation-timing-function",
|
|
425
|
+
"background-attachment",
|
|
426
|
+
"background-blend-mode",
|
|
427
|
+
"background-clip",
|
|
428
|
+
"background-color",
|
|
429
|
+
"background-image",
|
|
430
|
+
"background-origin",
|
|
431
|
+
"background-position",
|
|
432
|
+
"background-position-x",
|
|
433
|
+
"background-position-y",
|
|
434
|
+
"background-repeat",
|
|
435
|
+
"background-size",
|
|
436
|
+
"border-top",
|
|
437
|
+
"border-right",
|
|
438
|
+
"border-bottom",
|
|
439
|
+
"border-left",
|
|
440
|
+
"border-top-left-radius",
|
|
441
|
+
"border-top-right-radius",
|
|
442
|
+
"border-bottom-left-radius",
|
|
443
|
+
"border-bottom-right-radius",
|
|
444
|
+
"caret-color",
|
|
445
|
+
"caret-shape",
|
|
446
|
+
"column-rule-color",
|
|
447
|
+
"column-rule-style",
|
|
448
|
+
"column-rule-width",
|
|
449
|
+
"column-count",
|
|
450
|
+
"column-width",
|
|
451
|
+
"contain-intrinsic-width",
|
|
452
|
+
"contain-intrinsic-height",
|
|
453
|
+
"container-name",
|
|
454
|
+
"container-type",
|
|
455
|
+
"flex-grow",
|
|
456
|
+
"flex-shrink",
|
|
457
|
+
"flex-basis",
|
|
458
|
+
"flex-direction",
|
|
459
|
+
"flex-wrap",
|
|
460
|
+
"font-style",
|
|
461
|
+
"font-variant",
|
|
462
|
+
"font-weight",
|
|
463
|
+
"font-stretch",
|
|
464
|
+
"font-size",
|
|
465
|
+
"font-family",
|
|
466
|
+
"row-gap",
|
|
467
|
+
"column-gap",
|
|
468
|
+
"grid-auto-columns",
|
|
469
|
+
"grid-auto-flow",
|
|
470
|
+
"grid-auto-rows",
|
|
471
|
+
"grid-template-areas",
|
|
472
|
+
"grid-template-columns",
|
|
473
|
+
"grid-template-rows",
|
|
474
|
+
"grid-row-start",
|
|
475
|
+
"grid-column-start",
|
|
476
|
+
"grid-row-end",
|
|
477
|
+
"grid-column-end",
|
|
478
|
+
"top",
|
|
479
|
+
"right",
|
|
480
|
+
"bottom",
|
|
481
|
+
"left",
|
|
482
|
+
"line-height",
|
|
483
|
+
"list-style-image",
|
|
484
|
+
"list-style-position",
|
|
485
|
+
"list-style-type",
|
|
486
|
+
"margin-top",
|
|
487
|
+
"margin-right",
|
|
488
|
+
"margin-bottom",
|
|
489
|
+
"margin-left",
|
|
490
|
+
"mask-border-mode",
|
|
491
|
+
"mask-border-outset",
|
|
492
|
+
"mask-border-repeat",
|
|
493
|
+
"mask-border-slice",
|
|
494
|
+
"mask-border-source",
|
|
495
|
+
"mask-border-width",
|
|
496
|
+
"mask-clip",
|
|
497
|
+
"mask-composite",
|
|
498
|
+
"mask-image",
|
|
499
|
+
"mask-mode",
|
|
500
|
+
"mask-origin",
|
|
501
|
+
"mask-position",
|
|
502
|
+
"mask-repeat",
|
|
503
|
+
"mask-size",
|
|
504
|
+
"mask-type",
|
|
505
|
+
"offset-anchor",
|
|
506
|
+
"offset-distance",
|
|
507
|
+
"offset-path",
|
|
508
|
+
"offset-position",
|
|
509
|
+
"offset-rotate",
|
|
510
|
+
"outline-color",
|
|
511
|
+
"outline-offset",
|
|
512
|
+
"outline-style",
|
|
513
|
+
"outline-width",
|
|
514
|
+
"overflow-anchor",
|
|
515
|
+
"overflow-clip-margin",
|
|
516
|
+
"overflow-wrap",
|
|
517
|
+
"overflow-x",
|
|
518
|
+
"overflow-y",
|
|
519
|
+
"overscroll-behavior-x",
|
|
520
|
+
"overscroll-behavior-y",
|
|
521
|
+
"padding-top",
|
|
522
|
+
"padding-right",
|
|
523
|
+
"padding-bottom",
|
|
524
|
+
"padding-left",
|
|
525
|
+
"align-content",
|
|
526
|
+
"justify-content",
|
|
527
|
+
"align-items",
|
|
528
|
+
"justify-items",
|
|
529
|
+
"align-self",
|
|
530
|
+
"justify-self",
|
|
531
|
+
"scroll-margin-top",
|
|
532
|
+
"scroll-margin-right",
|
|
533
|
+
"scroll-margin-bottom",
|
|
534
|
+
"scroll-margin-left",
|
|
535
|
+
"scroll-padding-top",
|
|
536
|
+
"scroll-padding-right",
|
|
537
|
+
"scroll-padding-bottom",
|
|
538
|
+
"scroll-padding-left",
|
|
539
|
+
"scroll-timeline-axis",
|
|
540
|
+
"scroll-timeline-name",
|
|
541
|
+
"text-decoration-color",
|
|
542
|
+
"text-decoration-line",
|
|
543
|
+
"text-decoration-style",
|
|
544
|
+
"text-decoration-thickness",
|
|
545
|
+
"text-emphasis-color",
|
|
546
|
+
"text-emphasis-style",
|
|
547
|
+
"transition-delay",
|
|
548
|
+
"transition-duration",
|
|
549
|
+
"transition-property",
|
|
550
|
+
"transition-timing-function"
|
|
551
|
+
],
|
|
552
|
+
[
|
|
553
|
+
"border-style",
|
|
554
|
+
"border-color",
|
|
555
|
+
"border-width",
|
|
556
|
+
"border-image",
|
|
557
|
+
"font-variant-alternates",
|
|
558
|
+
"font-variant-caps",
|
|
559
|
+
"font-variant-east-asian",
|
|
560
|
+
"font-variant-emoji",
|
|
561
|
+
"font-variant-ligatures",
|
|
562
|
+
"font-variant-numeric",
|
|
563
|
+
"font-variant-position"
|
|
564
|
+
],
|
|
565
|
+
[
|
|
566
|
+
"border-top-color",
|
|
567
|
+
"border-top-style",
|
|
568
|
+
"border-top-width",
|
|
569
|
+
"border-right-color",
|
|
570
|
+
"border-right-style",
|
|
571
|
+
"border-right-width",
|
|
572
|
+
"border-bottom-color",
|
|
573
|
+
"border-bottom-style",
|
|
574
|
+
"border-bottom-width",
|
|
575
|
+
"border-left-color",
|
|
576
|
+
"border-left-style",
|
|
577
|
+
"border-left-width",
|
|
578
|
+
"border-image-outset",
|
|
579
|
+
"border-image-repeat",
|
|
580
|
+
"border-image-slice",
|
|
581
|
+
"border-image-source",
|
|
582
|
+
"border-image-width"
|
|
583
|
+
],
|
|
584
|
+
[
|
|
585
|
+
"block-size",
|
|
586
|
+
"border-block",
|
|
587
|
+
"border-inline",
|
|
588
|
+
"contain-intrinsic-block-size",
|
|
589
|
+
"contain-intrinsic-inline-size",
|
|
590
|
+
"inline-size",
|
|
591
|
+
"inset-block",
|
|
592
|
+
"inset-inline",
|
|
593
|
+
"margin-block",
|
|
594
|
+
"margin-inline",
|
|
595
|
+
"max-block-size",
|
|
596
|
+
"min-block-size",
|
|
597
|
+
"max-inline-size",
|
|
598
|
+
"min-inline-size",
|
|
599
|
+
"overflow-block",
|
|
600
|
+
"overflow-inline",
|
|
601
|
+
"overscroll-behavior-block",
|
|
602
|
+
"overscroll-behavior-inline",
|
|
603
|
+
"padding-block",
|
|
604
|
+
"padding-inline",
|
|
605
|
+
"scroll-margin-block",
|
|
606
|
+
"scroll-margin-inline",
|
|
607
|
+
"scroll-padding-block",
|
|
608
|
+
"scroll-padding-inline"
|
|
609
|
+
],
|
|
610
|
+
[
|
|
611
|
+
"border-block-width",
|
|
612
|
+
"border-block-style",
|
|
613
|
+
"border-block-color",
|
|
614
|
+
"border-block-start",
|
|
615
|
+
"border-block-end",
|
|
616
|
+
"border-inline-color",
|
|
617
|
+
"border-inline-style",
|
|
618
|
+
"border-inline-width",
|
|
619
|
+
"border-inline-start",
|
|
620
|
+
"border-inline-end",
|
|
621
|
+
"inset-block-end",
|
|
622
|
+
"inset-block-start",
|
|
623
|
+
"inset-inline-end",
|
|
624
|
+
"inset-inline-start",
|
|
625
|
+
"margin-block-end",
|
|
626
|
+
"margin-block-start",
|
|
627
|
+
"margin-inline-end",
|
|
628
|
+
"margin-inline-start",
|
|
629
|
+
"padding-block-end",
|
|
630
|
+
"padding-block-start",
|
|
631
|
+
"padding-inline-end",
|
|
632
|
+
"padding-inline-start",
|
|
633
|
+
"scroll-margin-block-end",
|
|
634
|
+
"scroll-margin-block-start",
|
|
635
|
+
"scroll-margin-inline-end",
|
|
636
|
+
"scroll-margin-inline-start",
|
|
637
|
+
"scroll-padding-block-end",
|
|
638
|
+
"scroll-padding-block-start",
|
|
639
|
+
"scroll-padding-inline-end",
|
|
640
|
+
"scroll-padding-inline-start"
|
|
641
|
+
],
|
|
642
|
+
[
|
|
643
|
+
"border-start-end-radius",
|
|
644
|
+
"border-start-start-radius",
|
|
645
|
+
"border-end-end-radius",
|
|
646
|
+
"border-end-start-radius",
|
|
647
|
+
"border-block-start-color",
|
|
648
|
+
"border-block-start-style",
|
|
649
|
+
"border-block-start-width",
|
|
650
|
+
"border-block-end-color",
|
|
651
|
+
"border-block-end-style",
|
|
652
|
+
"border-block-end-width",
|
|
653
|
+
"border-inline-start-color",
|
|
654
|
+
"border-inline-start-style",
|
|
655
|
+
"border-inline-start-width",
|
|
656
|
+
"border-inline-end-color",
|
|
657
|
+
"border-inline-end-style",
|
|
658
|
+
"border-inline-end-width"
|
|
659
|
+
]
|
|
659
660
|
];
|
|
661
|
+
var properties = layers.flat();
|
|
660
662
|
|
|
661
663
|
// src/shorthands.ts
|
|
662
664
|
var mapShorthandToLonghands = {
|
|
@@ -689,8 +691,7 @@ var mapShorthandToLonghands = {
|
|
|
689
691
|
"border-color",
|
|
690
692
|
"border-style",
|
|
691
693
|
"border-width",
|
|
692
|
-
"border-image"
|
|
693
|
-
"border-radius"
|
|
694
|
+
"border-image"
|
|
694
695
|
],
|
|
695
696
|
"border-top": ["border-top-width", "border-top-style", "border-top-color"],
|
|
696
697
|
"border-right": ["border-right-width", "border-right-style", "border-right-color"],
|
|
@@ -783,19 +784,22 @@ var mapShorthandToLonghands = {
|
|
|
783
784
|
"font-family"
|
|
784
785
|
],
|
|
785
786
|
"font-variant": [
|
|
786
|
-
"font-variant-
|
|
787
|
+
"font-variant-alternates",
|
|
787
788
|
"font-variant-caps",
|
|
789
|
+
"font-variant-east-asian",
|
|
790
|
+
"font-variant-emoji",
|
|
791
|
+
"font-variant-ligatures",
|
|
788
792
|
"font-variant-numeric",
|
|
789
|
-
"font-variant-
|
|
793
|
+
"font-variant-position"
|
|
790
794
|
],
|
|
791
795
|
gap: ["row-gap", "column-gap"],
|
|
792
796
|
grid: [
|
|
793
|
-
"grid-template-rows",
|
|
794
|
-
"grid-template-columns",
|
|
795
|
-
"grid-template-areas",
|
|
796
|
-
"grid-auto-rows",
|
|
797
797
|
"grid-auto-columns",
|
|
798
|
-
"grid-auto-flow"
|
|
798
|
+
"grid-auto-flow",
|
|
799
|
+
"grid-auto-rows",
|
|
800
|
+
"grid-template-areas",
|
|
801
|
+
"grid-template-columns",
|
|
802
|
+
"grid-template-rows"
|
|
799
803
|
],
|
|
800
804
|
"grid-area": ["grid-row-start", "grid-column-start", "grid-row-end", "grid-column-end"],
|
|
801
805
|
"grid-column": ["grid-column-start", "grid-column-end"],
|
|
@@ -830,6 +834,7 @@ var mapShorthandToLonghands = {
|
|
|
830
834
|
offset: ["offset-position", "offset-path", "offset-distance", "offset-anchor", "offset-rotate"],
|
|
831
835
|
outline: ["outline-color", "outline-style", "outline-width"],
|
|
832
836
|
overflow: ["overflow-x", "overflow-y"],
|
|
837
|
+
"overscroll-behavior": ["overscroll-behavior-x", "overscroll-behavior-y"],
|
|
833
838
|
padding: ["padding-top", "padding-right", "padding-bottom", "padding-left"],
|
|
834
839
|
"padding-block": ["padding-block-start", "padding-block-end"],
|
|
835
840
|
"padding-inline": ["padding-inline-start", "padding-inline-end"],
|
|
@@ -861,10 +866,10 @@ var mapShorthandToLonghands = {
|
|
|
861
866
|
],
|
|
862
867
|
"text-emphasis": ["text-emphasis-style", "text-emphasis-color"],
|
|
863
868
|
transition: [
|
|
864
|
-
"transition-
|
|
869
|
+
"transition-delay",
|
|
865
870
|
"transition-duration",
|
|
866
|
-
"transition-
|
|
867
|
-
"transition-
|
|
871
|
+
"transition-property",
|
|
872
|
+
"transition-timing-function"
|
|
868
873
|
]
|
|
869
874
|
};
|
|
870
875
|
export {
|
|
@@ -883,7 +888,7 @@ export {
|
|
|
883
888
|
getTokenPropertySplit,
|
|
884
889
|
getTokenValueParts,
|
|
885
890
|
gridProperty,
|
|
886
|
-
|
|
891
|
+
layers,
|
|
887
892
|
mapShorthandToLonghands,
|
|
888
893
|
properties,
|
|
889
894
|
tokenProperty,
|