@taprootio/espalier 2.9.0 → 2.11.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 +54 -0
- package/custom-elements.json +1056 -149
- package/dist/flyout/esp-flyout.d.ts +20 -12
- package/dist/flyout/esp-flyout.js +75 -22
- package/dist/header/esp-header.js +4 -4
- package/dist/menu/esp-menu.js +2 -2
- package/dist/page/bi-directional-sticky-controller.js +1 -1
- package/dist/page/esp-page.d.ts +161 -12
- package/dist/page/esp-page.js +242 -15
- package/espalier.token-manifest.json +68 -2
- package/package.json +1 -1
|
@@ -1615,11 +1615,23 @@
|
|
|
1615
1615
|
"component": "esp-page",
|
|
1616
1616
|
"description": "Offset reserved for fixed headers. Defaults to `var(--esp-header-height)`."
|
|
1617
1617
|
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "--esp-page-flyout-max-width",
|
|
1620
|
+
"category": "component",
|
|
1621
|
+
"component": "esp-page",
|
|
1622
|
+
"description": "Maximum help width and overlay drawer cap before the `85vw` viewport cap. Defaults to `30rem`."
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "--esp-page-flyout-min-width",
|
|
1626
|
+
"category": "component",
|
|
1627
|
+
"component": "esp-page",
|
|
1628
|
+
"description": "Minimum in-grid help width. Defaults to `20rem`."
|
|
1629
|
+
},
|
|
1618
1630
|
{
|
|
1619
1631
|
"name": "--esp-page-flyout-width",
|
|
1620
1632
|
"category": "component",
|
|
1621
1633
|
"component": "esp-page",
|
|
1622
|
-
"description": "
|
|
1634
|
+
"description": "Legacy fixed-width alias that pins both help bounds."
|
|
1623
1635
|
},
|
|
1624
1636
|
{
|
|
1625
1637
|
"name": "--esp-page-header-z-index",
|
|
@@ -1633,11 +1645,65 @@
|
|
|
1633
1645
|
"component": "esp-page",
|
|
1634
1646
|
"description": "The background of the main content well. Defaults to `transparent` (the well shows the page background). Set it to give the content well its own card color, or pair the transparent default with `--esp-page-surface-shadow: none` for content that floats directly on the page with no frame."
|
|
1635
1647
|
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "--esp-page-main-max-width",
|
|
1650
|
+
"category": "component",
|
|
1651
|
+
"component": "esp-page",
|
|
1652
|
+
"description": "Maximum width of the main content well. Defaults from `kind`: `1536px` (wide), `768px` (narrow), or unbounded (full). Surplus width beyond it becomes canvas gutters."
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "--esp-page-main-min-width",
|
|
1656
|
+
"category": "component",
|
|
1657
|
+
"component": "esp-page",
|
|
1658
|
+
"description": "Minimum width of the main content well while preview or in-grid help competes for space. Defaults to `30rem`."
|
|
1659
|
+
},
|
|
1636
1660
|
{
|
|
1637
1661
|
"name": "--esp-page-max-width",
|
|
1638
1662
|
"category": "component",
|
|
1639
1663
|
"component": "esp-page",
|
|
1640
|
-
"description": "
|
|
1664
|
+
"description": "Legacy fallback for `--esp-page-main-max-width`."
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "--esp-page-preview-background",
|
|
1668
|
+
"category": "component",
|
|
1669
|
+
"component": "esp-page",
|
|
1670
|
+
"description": "Background of the persistent preview surface. Defaults to the main background, then the page background."
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "--esp-page-preview-border",
|
|
1674
|
+
"category": "component",
|
|
1675
|
+
"component": "esp-page",
|
|
1676
|
+
"description": "Leading tear-off edge between main and preview. Defaults to `1px dotted var(--esp-color-border)`."
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "--esp-page-preview-max-width",
|
|
1680
|
+
"category": "component",
|
|
1681
|
+
"component": "esp-page",
|
|
1682
|
+
"description": "Maximum preview width. Defaults to `48rem`. Preview receives flexible trailing space before help grows."
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "--esp-page-preview-min-main-width",
|
|
1686
|
+
"category": "component",
|
|
1687
|
+
"component": "esp-page",
|
|
1688
|
+
"description": "Legacy fallback for `--esp-page-main-min-width`."
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "--esp-page-preview-min-width",
|
|
1692
|
+
"category": "component",
|
|
1693
|
+
"component": "esp-page",
|
|
1694
|
+
"description": "Minimum preview width. Defaults to `22.5rem` (360px, a reasonable mobile-device surface)."
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "--esp-page-preview-shadow",
|
|
1698
|
+
"category": "component",
|
|
1699
|
+
"component": "esp-page",
|
|
1700
|
+
"description": "Shadow cast from the preview's trailing edge. Defaults to the page surface edge shadow. Set to `none` for a flat additive surface."
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "--esp-page-preview-width",
|
|
1704
|
+
"category": "component",
|
|
1705
|
+
"component": "esp-page",
|
|
1706
|
+
"description": "Legacy fixed-width alias that pins both preview bounds."
|
|
1641
1707
|
},
|
|
1642
1708
|
{
|
|
1643
1709
|
"name": "--esp-page-sticky-header-top",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taprootio/espalier",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.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",
|