@taprootio/espalier 2.1.2 → 2.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.
@@ -460,6 +460,42 @@
460
460
  "category": "shared-hook",
461
461
  "description": "Text color used inside the shared field shell. Defaults to `var(--esp-color-text)`."
462
462
  },
463
+ {
464
+ "name": "--esp-flyout-background",
465
+ "category": "component",
466
+ "component": "esp-flyout",
467
+ "description": "The background color of the panel. Defaults to `var(--esp-color-background)`."
468
+ },
469
+ {
470
+ "name": "--esp-flyout-border",
471
+ "category": "component",
472
+ "component": "esp-flyout",
473
+ "description": "The border on the panel's leading edge. Defaults to the tear-off perforation, `1px dotted var(--esp-color-border)`."
474
+ },
475
+ {
476
+ "name": "--esp-flyout-padding",
477
+ "category": "component",
478
+ "component": "esp-flyout",
479
+ "description": "Padding inside the panel's header and content regions. Defaults to `var(--esp-size-padding)`."
480
+ },
481
+ {
482
+ "name": "--esp-flyout-radius",
483
+ "category": "component",
484
+ "component": "esp-flyout",
485
+ "description": "The radius of the panel's trailing corners. Defaults to `var(--esp-size-border-radius)`; the overlay drawer squares them."
486
+ },
487
+ {
488
+ "name": "--esp-flyout-shadow",
489
+ "category": "component",
490
+ "component": "esp-flyout",
491
+ "description": "The panel's shadow. Defaults to `none` in the gutter/docked modes (the perforation does the separating) and to a drawer shadow in overlay mode."
492
+ },
493
+ {
494
+ "name": "--esp-flyout-z-index",
495
+ "category": "component",
496
+ "component": "esp-flyout",
497
+ "description": "Stack order of the overlay-drawer mode. Defaults to `3000` — above page chrome, below the dialog drop zone (4000). Set it on the `esp-page` (or an ancestor), not on the flyout itself: the page reads the same token to hoist the drawer's aside above its header."
498
+ },
463
499
  {
464
500
  "name": "--esp-font-body",
465
501
  "category": "root-theme",
@@ -1267,12 +1303,24 @@
1267
1303
  "component": "esp-page",
1268
1304
  "description": "Offset reserved for fixed headers. Defaults to `var(--esp-header-height)`."
1269
1305
  },
1306
+ {
1307
+ "name": "--esp-page-flyout-width",
1308
+ "category": "component",
1309
+ "component": "esp-page",
1310
+ "description": "The width of the open flyout track (and of the `esp-flyout` overlay drawer). Defaults to `20rem`."
1311
+ },
1270
1312
  {
1271
1313
  "name": "--esp-page-header-z-index",
1272
1314
  "category": "component",
1273
1315
  "component": "esp-page",
1274
1316
  "description": "Z-index for fixed/sticky header regions. Defaults to `20`."
1275
1317
  },
1318
+ {
1319
+ "name": "--esp-page-main-background",
1320
+ "category": "component",
1321
+ "component": "esp-page",
1322
+ "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."
1323
+ },
1276
1324
  {
1277
1325
  "name": "--esp-page-max-width",
1278
1326
  "category": "component",
@@ -1289,7 +1337,7 @@
1289
1337
  "name": "--esp-page-surface-border",
1290
1338
  "category": "component",
1291
1339
  "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)`)."
1340
+ "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)`). Combine with `--esp-page-surface-shadow: none` to switch the content frame from a drop shadow to a hairline, or turn both off for no frame."
1293
1341
  },
1294
1342
  {
1295
1343
  "name": "--esp-page-surface-shadow",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taprootio/espalier",
3
- "version": "2.1.2",
3
+ "version": "2.2.0",
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",