@taprootio/espalier 3.4.0 → 3.6.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 +46 -0
- package/custom-elements.json +10517 -8942
- package/dist/form-item/esp-form-item.js +4 -2
- package/dist/root/esp-root.d.ts +64 -0
- package/dist/root/esp-root.js +8 -3
- package/dist/root/helpers/compute-semantic-properties.js +1 -1
- package/dist/shared/esp-element-base.d.ts +1 -1
- package/dist/shared/esp-element-base.js +2 -2
- 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 +105 -0
- package/package.json +1 -1
|
@@ -502,6 +502,26 @@
|
|
|
502
502
|
"category": "root-theme",
|
|
503
503
|
"description": ""
|
|
504
504
|
},
|
|
505
|
+
{
|
|
506
|
+
"name": "--esp-color-type-caption",
|
|
507
|
+
"category": "root-theme",
|
|
508
|
+
"description": "Caption ink enforced to Lc 90 against the local background."
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "--esp-color-type-label",
|
|
512
|
+
"category": "root-theme",
|
|
513
|
+
"description": "Label ink enforced to Lc 75 against the local background."
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "--esp-color-type-lead",
|
|
517
|
+
"category": "root-theme",
|
|
518
|
+
"description": "Lead-paragraph ink enforced to Lc 75 against the local background."
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "--esp-color-type-overline",
|
|
522
|
+
"category": "root-theme",
|
|
523
|
+
"description": "Overline ink enforced to Lc 90 against the local background."
|
|
524
|
+
},
|
|
505
525
|
{
|
|
506
526
|
"name": "--esp-color-warning",
|
|
507
527
|
"category": "root-theme",
|
|
@@ -2613,16 +2633,76 @@
|
|
|
2613
2633
|
"category": "root-theme",
|
|
2614
2634
|
"description": ""
|
|
2615
2635
|
},
|
|
2636
|
+
{
|
|
2637
|
+
"name": "--esp-type-caption-color",
|
|
2638
|
+
"category": "root-theme",
|
|
2639
|
+
"description": "Context-local color alias for captions."
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "--esp-type-caption-font-size",
|
|
2643
|
+
"category": "root-theme",
|
|
2644
|
+
"description": "Fluid font size for captions."
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"name": "--esp-type-caption-font-weight",
|
|
2648
|
+
"category": "root-theme",
|
|
2649
|
+
"description": "Font weight for captions."
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "--esp-type-caption-letter-spacing",
|
|
2653
|
+
"category": "root-theme",
|
|
2654
|
+
"description": "Letter spacing for captions."
|
|
2655
|
+
},
|
|
2616
2656
|
{
|
|
2617
2657
|
"name": "--esp-type-huge",
|
|
2618
2658
|
"category": "root-theme",
|
|
2619
2659
|
"description": ""
|
|
2620
2660
|
},
|
|
2661
|
+
{
|
|
2662
|
+
"name": "--esp-type-label-color",
|
|
2663
|
+
"category": "root-theme",
|
|
2664
|
+
"description": "Context-local color alias for label text."
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "--esp-type-label-font-size",
|
|
2668
|
+
"category": "root-theme",
|
|
2669
|
+
"description": "Fluid font size for label text."
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"name": "--esp-type-label-font-weight",
|
|
2673
|
+
"category": "root-theme",
|
|
2674
|
+
"description": "Font weight for label text."
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "--esp-type-label-letter-spacing",
|
|
2678
|
+
"category": "root-theme",
|
|
2679
|
+
"description": "Letter spacing for label text."
|
|
2680
|
+
},
|
|
2621
2681
|
{
|
|
2622
2682
|
"name": "--esp-type-large",
|
|
2623
2683
|
"category": "root-theme",
|
|
2624
2684
|
"description": ""
|
|
2625
2685
|
},
|
|
2686
|
+
{
|
|
2687
|
+
"name": "--esp-type-lead-color",
|
|
2688
|
+
"category": "root-theme",
|
|
2689
|
+
"description": "Context-local color alias for lead paragraphs."
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "--esp-type-lead-font-size",
|
|
2693
|
+
"category": "root-theme",
|
|
2694
|
+
"description": "Fluid font size for lead paragraphs."
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"name": "--esp-type-lead-font-weight",
|
|
2698
|
+
"category": "root-theme",
|
|
2699
|
+
"description": "Font weight for lead paragraphs."
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
"name": "--esp-type-lead-letter-spacing",
|
|
2703
|
+
"category": "root-theme",
|
|
2704
|
+
"description": "Letter spacing for lead paragraphs."
|
|
2705
|
+
},
|
|
2626
2706
|
{
|
|
2627
2707
|
"name": "--esp-type-medium",
|
|
2628
2708
|
"category": "root-theme",
|
|
@@ -2633,6 +2713,31 @@
|
|
|
2633
2713
|
"category": "root-theme",
|
|
2634
2714
|
"description": ""
|
|
2635
2715
|
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "--esp-type-overline-color",
|
|
2718
|
+
"category": "root-theme",
|
|
2719
|
+
"description": "Context-local color alias for overline text."
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"name": "--esp-type-overline-font-size",
|
|
2723
|
+
"category": "root-theme",
|
|
2724
|
+
"description": "Fluid font size for overline text."
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "--esp-type-overline-font-weight",
|
|
2728
|
+
"category": "root-theme",
|
|
2729
|
+
"description": "Font weight for overline text."
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "--esp-type-overline-letter-spacing",
|
|
2733
|
+
"category": "root-theme",
|
|
2734
|
+
"description": "Letter spacing for overline text."
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "--esp-type-overline-text-transform",
|
|
2738
|
+
"category": "root-theme",
|
|
2739
|
+
"description": "Text transform for overline text."
|
|
2740
|
+
},
|
|
2636
2741
|
{
|
|
2637
2742
|
"name": "--esp-type-small",
|
|
2638
2743
|
"category": "root-theme",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taprootio/espalier",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.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",
|