@taprootio/espalier 3.1.0 → 3.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.
- package/CHANGELOG.md +27 -0
- package/custom-elements.json +13674 -10749
- package/dist/box/esp-box.d.ts +10 -0
- package/dist/box/esp-box.js +4 -4
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/page/esp-page.d.ts +23 -7
- package/dist/page/esp-page.js +37 -10
- package/dist/root/esp-root.d.ts +24 -1
- package/dist/root/esp-root.js +3 -3
- package/dist/row/esp-row.d.ts +64 -0
- package/dist/row/esp-row.js +67 -0
- package/dist/section/esp-section.d.ts +55 -0
- package/dist/section/esp-section.js +22 -0
- package/dist/shared/esp-element-base.js +1 -1
- package/dist/shared/scale-engine.js +1 -1
- package/dist/shared/theme.d.ts +2 -1
- package/dist/shared/theme.js +1 -1
- package/dist/stack/esp-stack.d.ts +62 -0
- package/dist/stack/esp-stack.js +56 -0
- package/espalier.token-manifest.json +84 -1
- package/package.json +29 -1
|
@@ -107,6 +107,12 @@
|
|
|
107
107
|
"component": "esp-box",
|
|
108
108
|
"description": "The opacity of the background layer."
|
|
109
109
|
},
|
|
110
|
+
{
|
|
111
|
+
"name": "--esp-box-shadow",
|
|
112
|
+
"category": "component",
|
|
113
|
+
"component": "esp-box",
|
|
114
|
+
"description": "The box's drop shadow. Defaults to the theme's `--esp-shadow-1` elevation."
|
|
115
|
+
},
|
|
110
116
|
{
|
|
111
117
|
"name": "--esp-breadcrumb-color",
|
|
112
118
|
"category": "component",
|
|
@@ -143,6 +149,11 @@
|
|
|
143
149
|
"component": "esp-button",
|
|
144
150
|
"description": "The padding inside the button label and icon areas."
|
|
145
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"name": "--esp-card-min",
|
|
154
|
+
"category": "root-theme",
|
|
155
|
+
"description": ""
|
|
156
|
+
},
|
|
146
157
|
{
|
|
147
158
|
"name": "--esp-checkbox-focus-shadow",
|
|
148
159
|
"category": "component",
|
|
@@ -1434,6 +1445,16 @@
|
|
|
1434
1445
|
"component": "esp-lightbox",
|
|
1435
1446
|
"description": "The opacity of the overlay background (falls through to --esp-vellum-opacity, default: 0.85)."
|
|
1436
1447
|
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "--esp-measure",
|
|
1450
|
+
"category": "root-theme",
|
|
1451
|
+
"description": ""
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "--esp-measure-wide",
|
|
1455
|
+
"category": "root-theme",
|
|
1456
|
+
"description": ""
|
|
1457
|
+
},
|
|
1437
1458
|
{
|
|
1438
1459
|
"name": "--esp-menu-background",
|
|
1439
1460
|
"category": "component",
|
|
@@ -1700,7 +1721,7 @@
|
|
|
1700
1721
|
"name": "--esp-page-main-max-width",
|
|
1701
1722
|
"category": "component",
|
|
1702
1723
|
"component": "esp-page",
|
|
1703
|
-
"description": "Maximum width of the main content well. Defaults from `kind`: `1536px` (wide), `768px` (narrow), or unbounded (full). An explicit value overrides every kind default, including `full
|
|
1724
|
+
"description": "Maximum width of the main content well. Defaults from `kind`: `1536px` (wide), `768px` (narrow), or unbounded (full). An explicit value overrides every kind default, including `full` — except `site`, whose main region is always unbounded because sections own their wells. Surplus width beyond it becomes canvas gutters."
|
|
1704
1725
|
},
|
|
1705
1726
|
{
|
|
1706
1727
|
"name": "--esp-page-main-min-width",
|
|
@@ -1810,6 +1831,12 @@
|
|
|
1810
1831
|
"component": "esp-page",
|
|
1811
1832
|
"description": "The box shadow drawn on the left and right edges of the content surface. On by default; casts into the gutters and is clipped away when the surface fills the viewport, so it only shows above the cap. Set to `none` to remove it."
|
|
1812
1833
|
},
|
|
1834
|
+
{
|
|
1835
|
+
"name": "--esp-page-well-max-width",
|
|
1836
|
+
"category": "component",
|
|
1837
|
+
"component": "esp-page",
|
|
1838
|
+
"description": "The shared content-column width in `kind=\"site\"`: the header and footer alignment contract and every `esp-section` well default to it. Defaults to `72rem`."
|
|
1839
|
+
},
|
|
1813
1840
|
{
|
|
1814
1841
|
"name": "--esp-progress-border-color",
|
|
1815
1842
|
"category": "component",
|
|
@@ -1924,6 +1951,12 @@
|
|
|
1924
1951
|
"component": "esp-repeater",
|
|
1925
1952
|
"description": "Padding used by repeater state panels and the loading/error footer."
|
|
1926
1953
|
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "--esp-row-gap",
|
|
1956
|
+
"category": "component",
|
|
1957
|
+
"component": "esp-row",
|
|
1958
|
+
"description": "Overrides the gap between children. Defaults to the `gap` attribute's step, `normal` when unset."
|
|
1959
|
+
},
|
|
1927
1960
|
{
|
|
1928
1961
|
"name": "--esp-scheme",
|
|
1929
1962
|
"category": "root-theme",
|
|
@@ -2007,11 +2040,50 @@
|
|
|
2007
2040
|
"component": "esp-search",
|
|
2008
2041
|
"description": "Title color for result rows. Defaults to `var(--esp-color-headings)`."
|
|
2009
2042
|
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "--esp-section-background",
|
|
2045
|
+
"category": "component",
|
|
2046
|
+
"component": "esp-section",
|
|
2047
|
+
"description": "The band's background. Defaults to the local `--esp-color-background`, which inside a `context` zone is the zone's canvas."
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"name": "--esp-section-max-width",
|
|
2051
|
+
"category": "component",
|
|
2052
|
+
"component": "esp-section",
|
|
2053
|
+
"description": "The content well's cap. Defaults to `var(--esp-page-well-max-width, 72rem)`; `none` lets content span the band."
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "--esp-section-padding-block",
|
|
2057
|
+
"category": "component",
|
|
2058
|
+
"component": "esp-section",
|
|
2059
|
+
"description": "Vertical rhythm above and below the well. Defaults to `var(--esp-size-section)`."
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "--esp-section-padding-inline",
|
|
2063
|
+
"category": "component",
|
|
2064
|
+
"component": "esp-section",
|
|
2065
|
+
"description": "Horizontal breathing room inside the band at narrow viewports. Defaults to `var(--esp-size-medium)`."
|
|
2066
|
+
},
|
|
2010
2067
|
{
|
|
2011
2068
|
"name": "--esp-seed-color",
|
|
2012
2069
|
"category": "root-theme",
|
|
2013
2070
|
"description": ""
|
|
2014
2071
|
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "--esp-shadow-1",
|
|
2074
|
+
"category": "root-theme",
|
|
2075
|
+
"description": ""
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"name": "--esp-shadow-2",
|
|
2079
|
+
"category": "root-theme",
|
|
2080
|
+
"description": ""
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "--esp-shadow-3",
|
|
2084
|
+
"category": "root-theme",
|
|
2085
|
+
"description": ""
|
|
2086
|
+
},
|
|
2015
2087
|
{
|
|
2016
2088
|
"name": "--esp-size-big",
|
|
2017
2089
|
"category": "root-theme",
|
|
@@ -2095,6 +2167,11 @@
|
|
|
2095
2167
|
"category": "root-theme",
|
|
2096
2168
|
"description": ""
|
|
2097
2169
|
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "--esp-size-section",
|
|
2172
|
+
"category": "root-theme",
|
|
2173
|
+
"description": ""
|
|
2174
|
+
},
|
|
2098
2175
|
{
|
|
2099
2176
|
"name": "--esp-size-small",
|
|
2100
2177
|
"category": "root-theme",
|
|
@@ -2169,6 +2246,12 @@
|
|
|
2169
2246
|
"component": "esp-slider",
|
|
2170
2247
|
"description": "Height of the slider track. Defaults to `6px`."
|
|
2171
2248
|
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "--esp-stack-gap",
|
|
2251
|
+
"category": "component",
|
|
2252
|
+
"component": "esp-stack",
|
|
2253
|
+
"description": "Overrides the gap between children. Defaults to the `gap` attribute's step, `normal` when unset."
|
|
2254
|
+
},
|
|
2172
2255
|
{
|
|
2173
2256
|
"name": "--esp-status-indicator-border-radius",
|
|
2174
2257
|
"category": "component",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taprootio/espalier",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.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",
|
|
@@ -122,6 +122,10 @@
|
|
|
122
122
|
"types": "./dist/form-item/esp-form-item.d.ts",
|
|
123
123
|
"import": "./dist/form-item/esp-form-item.js"
|
|
124
124
|
},
|
|
125
|
+
"./flyout": {
|
|
126
|
+
"types": "./dist/flyout/esp-flyout.d.ts",
|
|
127
|
+
"import": "./dist/flyout/esp-flyout.js"
|
|
128
|
+
},
|
|
125
129
|
"./grid": {
|
|
126
130
|
"types": "./dist/grid/esp-grid.d.ts",
|
|
127
131
|
"import": "./dist/grid/esp-grid.js"
|
|
@@ -178,6 +182,18 @@
|
|
|
178
182
|
"types": "./dist/page/esp-page.d.ts",
|
|
179
183
|
"import": "./dist/page/esp-page.js"
|
|
180
184
|
},
|
|
185
|
+
"./section": {
|
|
186
|
+
"types": "./dist/section/esp-section.d.ts",
|
|
187
|
+
"import": "./dist/section/esp-section.js"
|
|
188
|
+
},
|
|
189
|
+
"./stack": {
|
|
190
|
+
"types": "./dist/stack/esp-stack.d.ts",
|
|
191
|
+
"import": "./dist/stack/esp-stack.js"
|
|
192
|
+
},
|
|
193
|
+
"./row": {
|
|
194
|
+
"types": "./dist/row/esp-row.d.ts",
|
|
195
|
+
"import": "./dist/row/esp-row.js"
|
|
196
|
+
},
|
|
181
197
|
"./pickers/pick-one": {
|
|
182
198
|
"types": "./dist/pickers/esp-pick-one.d.ts",
|
|
183
199
|
"import": "./dist/pickers/esp-pick-one.js"
|
|
@@ -198,6 +214,10 @@
|
|
|
198
214
|
"types": "./dist/popover/esp-popover.d.ts",
|
|
199
215
|
"import": "./dist/popover/esp-popover.js"
|
|
200
216
|
},
|
|
217
|
+
"./progress": {
|
|
218
|
+
"types": "./dist/progress/esp-progress.d.ts",
|
|
219
|
+
"import": "./dist/progress/esp-progress.js"
|
|
220
|
+
},
|
|
201
221
|
"./radio-button": {
|
|
202
222
|
"types": "./dist/radio-button/esp-radio-button.d.ts",
|
|
203
223
|
"import": "./dist/radio-button/esp-radio-button.js"
|
|
@@ -242,6 +262,14 @@
|
|
|
242
262
|
"types": "./dist/textarea/esp-textarea.d.ts",
|
|
243
263
|
"import": "./dist/textarea/esp-textarea.js"
|
|
244
264
|
},
|
|
265
|
+
"./toaster": {
|
|
266
|
+
"types": "./dist/toaster/esp-toaster.d.ts",
|
|
267
|
+
"import": "./dist/toaster/esp-toaster.js"
|
|
268
|
+
},
|
|
269
|
+
"./tooltip": {
|
|
270
|
+
"types": "./dist/tooltip/esp-tooltip.d.ts",
|
|
271
|
+
"import": "./dist/tooltip/esp-tooltip.js"
|
|
272
|
+
},
|
|
245
273
|
"./tree": {
|
|
246
274
|
"types": "./dist/tree/esp-tree.d.ts",
|
|
247
275
|
"import": "./dist/tree/esp-tree.js"
|