@taprootio/espalier 3.5.0 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/custom-elements.json +7087 -6920
- package/dist/form-item/esp-form-item.js +4 -2
- package/dist/root/esp-root.d.ts +29 -0
- package/dist/root/helpers/compute-semantic-properties.js +1 -1
- package/dist/root/helpers/data-companion-properties.js +1 -1
- package/dist/shared/esp-element-base.d.ts +1 -1
- package/dist/shared/esp-element-base.js +1 -1
- package/dist/shared/scale-engine.js +1 -1
- package/dist/shared/theme-fit-report.d.ts +1 -1
- package/dist/shared/theme-fit-report.js +1 -1
- package/dist/shared/theme.d.ts +3 -3
- package/dist/shared/theme.js +1 -1
- package/espalier.token-manifest.json +145 -0
- package/package.json +1 -1
|
@@ -357,6 +357,11 @@
|
|
|
357
357
|
"category": "root-theme",
|
|
358
358
|
"description": "First series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
|
|
359
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"name": "--esp-color-series-1-tint",
|
|
362
|
+
"category": "root-theme",
|
|
363
|
+
"description": "First series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
|
|
364
|
+
},
|
|
360
365
|
{
|
|
361
366
|
"name": "--esp-color-series-1-wash",
|
|
362
367
|
"category": "root-theme",
|
|
@@ -372,6 +377,11 @@
|
|
|
372
377
|
"category": "root-theme",
|
|
373
378
|
"description": "Second series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
|
|
374
379
|
},
|
|
380
|
+
{
|
|
381
|
+
"name": "--esp-color-series-2-tint",
|
|
382
|
+
"category": "root-theme",
|
|
383
|
+
"description": "Second series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
|
|
384
|
+
},
|
|
375
385
|
{
|
|
376
386
|
"name": "--esp-color-series-2-wash",
|
|
377
387
|
"category": "root-theme",
|
|
@@ -387,6 +397,11 @@
|
|
|
387
397
|
"category": "root-theme",
|
|
388
398
|
"description": "Third series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
|
|
389
399
|
},
|
|
400
|
+
{
|
|
401
|
+
"name": "--esp-color-series-3-tint",
|
|
402
|
+
"category": "root-theme",
|
|
403
|
+
"description": "Third series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
|
|
404
|
+
},
|
|
390
405
|
{
|
|
391
406
|
"name": "--esp-color-series-3-wash",
|
|
392
407
|
"category": "root-theme",
|
|
@@ -402,6 +417,11 @@
|
|
|
402
417
|
"category": "root-theme",
|
|
403
418
|
"description": "Fourth series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
|
|
404
419
|
},
|
|
420
|
+
{
|
|
421
|
+
"name": "--esp-color-series-4-tint",
|
|
422
|
+
"category": "root-theme",
|
|
423
|
+
"description": "Fourth series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
|
|
424
|
+
},
|
|
405
425
|
{
|
|
406
426
|
"name": "--esp-color-series-4-wash",
|
|
407
427
|
"category": "root-theme",
|
|
@@ -417,6 +437,11 @@
|
|
|
417
437
|
"category": "root-theme",
|
|
418
438
|
"description": "Fifth series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
|
|
419
439
|
},
|
|
440
|
+
{
|
|
441
|
+
"name": "--esp-color-series-5-tint",
|
|
442
|
+
"category": "root-theme",
|
|
443
|
+
"description": "Fifth series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
|
|
444
|
+
},
|
|
420
445
|
{
|
|
421
446
|
"name": "--esp-color-series-5-wash",
|
|
422
447
|
"category": "root-theme",
|
|
@@ -432,6 +457,11 @@
|
|
|
432
457
|
"category": "root-theme",
|
|
433
458
|
"description": "Sixth series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
|
|
434
459
|
},
|
|
460
|
+
{
|
|
461
|
+
"name": "--esp-color-series-6-tint",
|
|
462
|
+
"category": "root-theme",
|
|
463
|
+
"description": "Sixth series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
|
|
464
|
+
},
|
|
435
465
|
{
|
|
436
466
|
"name": "--esp-color-series-6-wash",
|
|
437
467
|
"category": "root-theme",
|
|
@@ -447,6 +477,11 @@
|
|
|
447
477
|
"category": "root-theme",
|
|
448
478
|
"description": "Seventh series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
|
|
449
479
|
},
|
|
480
|
+
{
|
|
481
|
+
"name": "--esp-color-series-7-tint",
|
|
482
|
+
"category": "root-theme",
|
|
483
|
+
"description": "Seventh series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
|
|
484
|
+
},
|
|
450
485
|
{
|
|
451
486
|
"name": "--esp-color-series-7-wash",
|
|
452
487
|
"category": "root-theme",
|
|
@@ -462,6 +497,11 @@
|
|
|
462
497
|
"category": "root-theme",
|
|
463
498
|
"description": "Eighth series pushed to the text contrast tier against the local background (best-contrast pole when a mid-lightness surface makes the tier unreachable)."
|
|
464
499
|
},
|
|
500
|
+
{
|
|
501
|
+
"name": "--esp-color-series-8-tint",
|
|
502
|
+
"category": "root-theme",
|
|
503
|
+
"description": "Eighth series tinted over the local background (12% identity in OKLab) for grounds behind ordinary text; theme zones re-emit it against their own canvas."
|
|
504
|
+
},
|
|
465
505
|
{
|
|
466
506
|
"name": "--esp-color-series-8-wash",
|
|
467
507
|
"category": "root-theme",
|
|
@@ -502,6 +542,26 @@
|
|
|
502
542
|
"category": "root-theme",
|
|
503
543
|
"description": ""
|
|
504
544
|
},
|
|
545
|
+
{
|
|
546
|
+
"name": "--esp-color-type-caption",
|
|
547
|
+
"category": "root-theme",
|
|
548
|
+
"description": "Caption ink enforced to Lc 90 against the local background."
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "--esp-color-type-label",
|
|
552
|
+
"category": "root-theme",
|
|
553
|
+
"description": "Label ink enforced to Lc 75 against the local background."
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "--esp-color-type-lead",
|
|
557
|
+
"category": "root-theme",
|
|
558
|
+
"description": "Lead-paragraph ink enforced to Lc 75 against the local background."
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "--esp-color-type-overline",
|
|
562
|
+
"category": "root-theme",
|
|
563
|
+
"description": "Overline ink enforced to Lc 90 against the local background."
|
|
564
|
+
},
|
|
505
565
|
{
|
|
506
566
|
"name": "--esp-color-warning",
|
|
507
567
|
"category": "root-theme",
|
|
@@ -2613,16 +2673,76 @@
|
|
|
2613
2673
|
"category": "root-theme",
|
|
2614
2674
|
"description": ""
|
|
2615
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "--esp-type-caption-color",
|
|
2678
|
+
"category": "root-theme",
|
|
2679
|
+
"description": "Context-local color alias for captions."
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"name": "--esp-type-caption-font-size",
|
|
2683
|
+
"category": "root-theme",
|
|
2684
|
+
"description": "Fluid font size for captions."
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"name": "--esp-type-caption-font-weight",
|
|
2688
|
+
"category": "root-theme",
|
|
2689
|
+
"description": "Font weight for captions."
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "--esp-type-caption-letter-spacing",
|
|
2693
|
+
"category": "root-theme",
|
|
2694
|
+
"description": "Letter spacing for captions."
|
|
2695
|
+
},
|
|
2616
2696
|
{
|
|
2617
2697
|
"name": "--esp-type-huge",
|
|
2618
2698
|
"category": "root-theme",
|
|
2619
2699
|
"description": ""
|
|
2620
2700
|
},
|
|
2701
|
+
{
|
|
2702
|
+
"name": "--esp-type-label-color",
|
|
2703
|
+
"category": "root-theme",
|
|
2704
|
+
"description": "Context-local color alias for label text."
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"name": "--esp-type-label-font-size",
|
|
2708
|
+
"category": "root-theme",
|
|
2709
|
+
"description": "Fluid font size for label text."
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "--esp-type-label-font-weight",
|
|
2713
|
+
"category": "root-theme",
|
|
2714
|
+
"description": "Font weight for label text."
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "--esp-type-label-letter-spacing",
|
|
2718
|
+
"category": "root-theme",
|
|
2719
|
+
"description": "Letter spacing for label text."
|
|
2720
|
+
},
|
|
2621
2721
|
{
|
|
2622
2722
|
"name": "--esp-type-large",
|
|
2623
2723
|
"category": "root-theme",
|
|
2624
2724
|
"description": ""
|
|
2625
2725
|
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "--esp-type-lead-color",
|
|
2728
|
+
"category": "root-theme",
|
|
2729
|
+
"description": "Context-local color alias for lead paragraphs."
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "--esp-type-lead-font-size",
|
|
2733
|
+
"category": "root-theme",
|
|
2734
|
+
"description": "Fluid font size for lead paragraphs."
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "--esp-type-lead-font-weight",
|
|
2738
|
+
"category": "root-theme",
|
|
2739
|
+
"description": "Font weight for lead paragraphs."
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "--esp-type-lead-letter-spacing",
|
|
2743
|
+
"category": "root-theme",
|
|
2744
|
+
"description": "Letter spacing for lead paragraphs."
|
|
2745
|
+
},
|
|
2626
2746
|
{
|
|
2627
2747
|
"name": "--esp-type-medium",
|
|
2628
2748
|
"category": "root-theme",
|
|
@@ -2633,6 +2753,31 @@
|
|
|
2633
2753
|
"category": "root-theme",
|
|
2634
2754
|
"description": ""
|
|
2635
2755
|
},
|
|
2756
|
+
{
|
|
2757
|
+
"name": "--esp-type-overline-color",
|
|
2758
|
+
"category": "root-theme",
|
|
2759
|
+
"description": "Context-local color alias for overline text."
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "--esp-type-overline-font-size",
|
|
2763
|
+
"category": "root-theme",
|
|
2764
|
+
"description": "Fluid font size for overline text."
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "--esp-type-overline-font-weight",
|
|
2768
|
+
"category": "root-theme",
|
|
2769
|
+
"description": "Font weight for overline text."
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "--esp-type-overline-letter-spacing",
|
|
2773
|
+
"category": "root-theme",
|
|
2774
|
+
"description": "Letter spacing for overline text."
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "--esp-type-overline-text-transform",
|
|
2778
|
+
"category": "root-theme",
|
|
2779
|
+
"description": "Text transform for overline text."
|
|
2780
|
+
},
|
|
2636
2781
|
{
|
|
2637
2782
|
"name": "--esp-type-small",
|
|
2638
2783
|
"category": "root-theme",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taprootio/espalier",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"packageManager": "bun@1.3.12",
|
|
5
5
|
"description": "Espalier — a themeable, accessible, framework-agnostic, enterprise-grade design system built on web standards and love.",
|
|
6
6
|
"customElements": "custom-elements.json",
|