@taprootio/espalier 4.0.0 → 4.2.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.
@@ -2186,6 +2186,36 @@
2186
2186
  "component": "esp-section",
2187
2187
  "description": "The band's background. Defaults to the local `--esp-color-background`, which inside a `context` zone is the zone's canvas."
2188
2188
  },
2189
+ {
2190
+ "name": "--esp-section-decoration-color",
2191
+ "category": "component",
2192
+ "component": "esp-section",
2193
+ "description": "Semantic tint applied through the mask. Defaults to the local `--esp-color-headings`."
2194
+ },
2195
+ {
2196
+ "name": "--esp-section-decoration-image",
2197
+ "category": "component",
2198
+ "component": "esp-section",
2199
+ "description": "Raster alpha mask painted behind the well. Defaults to `none`."
2200
+ },
2201
+ {
2202
+ "name": "--esp-section-decoration-opacity",
2203
+ "category": "component",
2204
+ "component": "esp-section",
2205
+ "description": "Decoration opacity from `0` through `1`. Defaults to `1`."
2206
+ },
2207
+ {
2208
+ "name": "--esp-section-decoration-position",
2209
+ "category": "component",
2210
+ "component": "esp-section",
2211
+ "description": "Mask position, including responsive or bleeding values. Defaults to `center`."
2212
+ },
2213
+ {
2214
+ "name": "--esp-section-decoration-size",
2215
+ "category": "component",
2216
+ "component": "esp-section",
2217
+ "description": "Mask size. Defaults to `contain`."
2218
+ },
2189
2219
  {
2190
2220
  "name": "--esp-section-max-width",
2191
2221
  "category": "component",
@@ -2693,6 +2723,36 @@
2693
2723
  "category": "root-theme",
2694
2724
  "description": "Letter spacing for captions."
2695
2725
  },
2726
+ {
2727
+ "name": "--esp-type-display-color",
2728
+ "category": "root-theme",
2729
+ "description": "Context-local heading-color alias for opt-in display text."
2730
+ },
2731
+ {
2732
+ "name": "--esp-type-display-font-family",
2733
+ "category": "root-theme",
2734
+ "description": "Heading font family for opt-in display text."
2735
+ },
2736
+ {
2737
+ "name": "--esp-type-display-font-size",
2738
+ "category": "root-theme",
2739
+ "description": "Fluid display size spanning the large mobile floor through the huge desktop ceiling."
2740
+ },
2741
+ {
2742
+ "name": "--esp-type-display-font-weight",
2743
+ "category": "root-theme",
2744
+ "description": "Heading font weight for opt-in display text."
2745
+ },
2746
+ {
2747
+ "name": "--esp-type-display-letter-spacing",
2748
+ "category": "root-theme",
2749
+ "description": "Letter spacing for opt-in display text."
2750
+ },
2751
+ {
2752
+ "name": "--esp-type-display-line-height",
2753
+ "category": "root-theme",
2754
+ "description": "Line height for opt-in display text."
2755
+ },
2696
2756
  {
2697
2757
  "name": "--esp-type-huge",
2698
2758
  "category": "root-theme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taprootio/espalier",
3
- "version": "4.0.0",
3
+ "version": "4.2.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",