@taprootio/espalier 2.0.2 → 2.1.1

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.
@@ -842,6 +842,18 @@
842
842
  "component": "esp-header",
843
843
  "description": "The height of compact scroll-reactive headers. Defaults to `max(44px, calc(3.5 * var(--esp-size-small)))`."
844
844
  },
845
+ {
846
+ "name": "--esp-header-content-lead",
847
+ "category": "component",
848
+ "component": "esp-header",
849
+ "description": "Surface-alignment contract set by `esp-page`: the fraction of the leftover width placed before the content, aligning it (`0` = start, `0.5` = center, `1` = end). Defaults to `0`."
850
+ },
851
+ {
852
+ "name": "--esp-header-content-max-width",
853
+ "category": "component",
854
+ "component": "esp-header",
855
+ "description": "Surface-alignment contract set by `esp-page`: the maximum width the bar content is constrained to (the bar background stays full-bleed). Defaults to `100%` (no constraint). `esp-page` sets this to its resolved content cap."
856
+ },
845
857
  {
846
858
  "name": "--esp-header-extended-menu-border",
847
859
  "category": "component",
@@ -1219,7 +1231,7 @@
1219
1231
  "name": "--esp-page-background",
1220
1232
  "category": "component",
1221
1233
  "component": "esp-page",
1222
- "description": "The background color of the page. Defaults to `var(--esp-color-background)`."
1234
+ "description": "The background color of the page. Fills both the surface and the canvas gutters; the canvas tokens paint over it in the gutters only. Defaults to `var(--esp-color-background)`."
1223
1235
  },
1224
1236
  {
1225
1237
  "name": "--esp-page-background-image",
@@ -1231,6 +1243,24 @@
1231
1243
  "category": "root-theme",
1232
1244
  "description": "The opacity of the background image layer. Defaults to `1`."
1233
1245
  },
1246
+ {
1247
+ "name": "--esp-page-canvas-background",
1248
+ "category": "component",
1249
+ "component": "esp-page",
1250
+ "description": "The background color of the canvas gutters (the outer regions revealed when the viewport exceeds the cap). Defaults to `transparent`, so gutters match the page until styled and narrow viewports are unaffected."
1251
+ },
1252
+ {
1253
+ "name": "--esp-page-canvas-background-image",
1254
+ "category": "component",
1255
+ "component": "esp-page",
1256
+ "description": "A background image for the canvas gutters, mirroring the page background-image knob. Defaults to `none`."
1257
+ },
1258
+ {
1259
+ "name": "--esp-page-canvas-background-image-opacity",
1260
+ "category": "component",
1261
+ "component": "esp-page",
1262
+ "description": "The opacity of the canvas gutter image layer. Defaults to `1`."
1263
+ },
1234
1264
  {
1235
1265
  "name": "--esp-page-fixed-header-offset",
1236
1266
  "category": "component",
@@ -1247,7 +1277,7 @@
1247
1277
  "name": "--esp-page-max-width",
1248
1278
  "category": "component",
1249
1279
  "component": "esp-page",
1250
- "description": "The maximum width of the main content well. Set automatically by the `kind` attribute: `1536px` (wide), `768px` (narrow), or `none` (full)."
1280
+ "description": "The maximum width of the main content well. Set automatically by the `kind` attribute: `1536px` (wide), `768px` (narrow), or `none` (full). This cap now sizes the main grid track; surplus width beyond it becomes the canvas gutters."
1251
1281
  },
1252
1282
  {
1253
1283
  "name": "--esp-page-sticky-header-top",
@@ -1255,6 +1285,18 @@
1255
1285
  "component": "esp-page",
1256
1286
  "description": "Top inset for sticky headers. Defaults to `0`."
1257
1287
  },
1288
+ {
1289
+ "name": "--esp-page-surface-border",
1290
+ "category": "component",
1291
+ "component": "esp-page",
1292
+ "description": "An optional border on the inline edges of the surface, for themes preferring a hairline over a shadow. Defaults to `none` (e.g. `1px solid var(--esp-color-border)`)."
1293
+ },
1294
+ {
1295
+ "name": "--esp-page-surface-shadow",
1296
+ "category": "component",
1297
+ "component": "esp-page",
1298
+ "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."
1299
+ },
1258
1300
  {
1259
1301
  "name": "--esp-progress-border-color",
1260
1302
  "category": "component",
@@ -14,6 +14,8 @@ removing, or replacing non-code assets.
14
14
  | `dist/shared/virtualizer/**` | Vendored Lit Virtualizer runtime source compiled into Espalier's package. | `licenses/THIRD_PARTY_NOTICES.md` |
15
15
  | Brand favicons/logos | Taproot-owned Espalier brand assets. | None |
16
16
  | Demo textures | Taproot-owned generated PNG textures created for this repository. | None |
17
+ | `assets/canvas-bg.jpg` | Docs-only light canvas texture — Envato Elements item "Seamless Pattern Design With Colorful Flowers" by yusufdemirci; certificate `licenses/license_certificate_A2BVZ6Y9DN.pdf`; attribution not required; kept out of the published `@taprootio/espalier` package. | None |
18
+ | `assets/canvas-bg-dark.jpg` | Docs-only dark canvas texture — Envato Elements item "Nocturnal Garden Pattern" by Webvilla; certificate `licenses/license_certificate_HF5ZVPRNC2.pdf`; attribution not required; kept out of the published package. | None |
17
19
  | Demo JSON data | Taproot-authored fictitious samples or standards-derived factual color data. | None |
18
20
 
19
21
  ## Texture Replacement
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "updatedAt": "2026-06-30",
3
+ "updatedAt": "2026-07-11",
4
4
  "entries": [
5
5
  {
6
6
  "id": "google-font-preview-assets",
@@ -211,6 +211,44 @@
211
211
  "noticeRequirement": "none",
212
212
  "noticePaths": [],
213
213
  "reviewStatus": "documented"
214
+ },
215
+ {
216
+ "id": "envato-canvas-background-texture",
217
+ "paths": [
218
+ "assets/canvas-bg.jpg"
219
+ ],
220
+ "assetType": "decorative floral background texture (JPEG, 400x400 seamless tile)",
221
+ "classification": "third-party licensed",
222
+ "owner": "Envato Elements author \"yusufdemirci\" retains ownership; licensed to Jereme Evans / Taproot under an Envato Elements subscription",
223
+ "source": "Envato Elements item \"Seamless Pattern Design With Colorful Flowers\" (item id ab0dc3dd-7d36-44be-9898-d148173189da, https://app.envato.com/item/ab0dc3dd-7d36-44be-9898-d148173189da), downloaded 2026-07-11 under an active subscription. License certificate A2BVZ6Y9DN on file at licenses/license_certificate_A2BVZ6Y9DN.pdf.",
224
+ "license": "Envato Elements subscription license (certificate A2BVZ6Y9DN): broad commercial use permitted and attribution is not required for this use. The author retains ownership; the item (or any product using it) may not be trademarked or claimed as Taproot-owned, and it must not be redistributed so that others can extract it. Valid only while the Envato subscription remains active.",
225
+ "transformations": [
226
+ "None; used as-is as a repeating docs-site canvas gutter background at 50% image-layer opacity"
227
+ ],
228
+ "packageInclusion": "not included in npm package",
229
+ "docsInclusion": "docs-site only — referenced as --esp-page-canvas-background-image in css/docs.css (which the public @taprootio/espalier package excludes) and served from the Eleventy /assets passthrough",
230
+ "noticeRequirement": "none",
231
+ "noticePaths": [],
232
+ "reviewStatus": "documented"
233
+ },
234
+ {
235
+ "id": "envato-canvas-background-texture-dark",
236
+ "paths": [
237
+ "assets/canvas-bg-dark.jpg"
238
+ ],
239
+ "assetType": "decorative dark botanical background texture (JPEG, 500x500 seamless tile)",
240
+ "classification": "third-party licensed",
241
+ "owner": "Envato Elements author \"Webvilla\" retains ownership; licensed to Jereme Evans / Taproot under an Envato Elements subscription",
242
+ "source": "Envato Elements item \"Nocturnal Garden Pattern\" (item id df520f04-5dfb-41c3-aa87-2ce3c03c8c34, https://app.envato.com/item/df520f04-5dfb-41c3-aa87-2ce3c03c8c34), downloaded 2026-07-11 under an active subscription as the dark-mode counterpart to canvas-bg.jpg. License certificate HF5ZVPRNC2 on file at licenses/license_certificate_HF5ZVPRNC2.pdf.",
243
+ "license": "Envato Elements subscription license (certificate HF5ZVPRNC2), same terms as canvas-bg.jpg: broad commercial use permitted and attribution not required; author retains ownership, no trademark/ownership claims, no redistribution for extraction, valid only while the subscription is active.",
244
+ "transformations": [
245
+ "None; used as-is as a repeating docs-site dark-mode canvas gutter background at 50% image-layer opacity"
246
+ ],
247
+ "packageInclusion": "not included in npm package",
248
+ "docsInclusion": "docs-site only — referenced as --esp-page-canvas-background-image under esp-root[scheme=\"dark\"] in css/docs.css (excluded from the public @taprootio/espalier package) and served from the Eleventy /assets passthrough",
249
+ "noticeRequirement": "none",
250
+ "noticePaths": [],
251
+ "reviewStatus": "documented"
214
252
  }
215
253
  ]
216
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taprootio/espalier",
3
- "version": "2.0.2",
3
+ "version": "2.1.1",
4
4
  "description": "Espalier — a themeable, accessible, framework-agnostic, enterprise-grade design system built on web standards and love.",
5
5
  "customElements": "custom-elements.json",
6
6
  "type": "module",