@taprootio/espalier 4.3.0 → 4.4.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/css/fonts/font-fallback-profiles.json +1 -0
- package/custom-elements.json +7405 -6807
- package/dist/action-menu/esp-action-menu-item.js +7 -4
- package/dist/avatar/esp-avatar.js +14 -8
- package/dist/avatar/esp-profile-chip.js +4 -1
- package/dist/badge/esp-badge.js +7 -4
- package/dist/box/esp-box.d.ts +1 -1
- package/dist/checkbox/esp-checkbox.js +6 -3
- package/dist/color-picker/esp-color-picker.js +1 -1
- package/dist/data-cell/esp-data-cell.js +6 -3
- package/dist/date-picker/helpers/styles.js +10 -4
- package/dist/details/esp-details.d.ts +4 -4
- package/dist/details/esp-details.js +11 -5
- package/dist/empty-state/esp-empty-state.js +16 -7
- package/dist/flyout/esp-flyout.js +5 -2
- package/dist/font-picker/esp-font-picker.d.ts +1 -0
- package/dist/font-picker/esp-font-picker.js +4 -4
- package/dist/footer/esp-footer-link-group.js +12 -6
- package/dist/footer/esp-footer.js +21 -6
- package/dist/form-item/esp-form-item.js +4 -1
- package/dist/header/esp-header.d.ts +2 -1
- package/dist/header/esp-header.js +24 -6
- package/dist/help/esp-help-button.d.ts +1 -1
- package/dist/help/help-document.js +4 -4
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/lightbox/esp-lightbox.d.ts +1 -1
- package/dist/page/esp-page.js +4 -1
- package/dist/pickers/esp-picker-menu.js +6 -6
- package/dist/progress/esp-progress.js +11 -5
- package/dist/radio-button/esp-radio-button.js +6 -3
- package/dist/root/esp-root.d.ts +8 -0
- package/dist/root/esp-root.js +13 -7
- package/dist/root/helpers/compute-theme-properties.js +1 -1
- package/dist/search/esp-search.js +10 -4
- package/dist/shared/esp-element-base.js +20 -4
- package/dist/shared/font-helpers.d.ts +26 -0
- package/dist/shared/font-helpers.js +1 -1
- package/dist/shared/font-plan.d.ts +90 -0
- package/dist/shared/font-plan.js +5 -0
- package/dist/shared/scale-engine.js +1 -1
- package/dist/shared/theme.d.ts +28 -4
- package/dist/shared/theme.js +1 -1
- package/dist/slider/esp-slider.js +8 -5
- package/dist/status-indicator/esp-status-indicator.d.ts +1 -1
- package/dist/switch/esp-switch.js +11 -5
- package/dist/tabs/esp-tab-group.js +6 -3
- package/dist/tabs/esp-tab.js +6 -3
- package/dist/tree/esp-tree.js +4 -1
- package/espalier.css-data.json +9 -5
- package/espalier.token-manifest.json +13 -5
- package/licenses/ASSET_PROVENANCE.md +2 -1
- package/licenses/THIRD_PARTY_NOTICES.md +35 -0
- package/licenses/asset-provenance.json +26 -2
- package/package.json +8 -2
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-08-
|
|
3
|
+
"updatedAt": "2026-08-28",
|
|
4
4
|
"entries": [
|
|
5
5
|
{
|
|
6
6
|
"id": "google-font-preview-assets",
|
|
7
7
|
"paths": [
|
|
8
|
-
"css/fonts
|
|
8
|
+
"css/fonts/*.css",
|
|
9
|
+
"css/fonts/font-definitions.json"
|
|
9
10
|
],
|
|
10
11
|
"assetType": "generated font preview assets",
|
|
11
12
|
"classification": "third-party-generated",
|
|
@@ -25,6 +26,29 @@
|
|
|
25
26
|
],
|
|
26
27
|
"reviewStatus": "manifest-gated"
|
|
27
28
|
},
|
|
29
|
+
{
|
|
30
|
+
"id": "capsize-font-fallback-profiles",
|
|
31
|
+
"paths": [
|
|
32
|
+
"css/fonts/font-fallback-profiles.json"
|
|
33
|
+
],
|
|
34
|
+
"assetType": "generated font metric profile catalog",
|
|
35
|
+
"classification": "third-party-derived",
|
|
36
|
+
"owner": "SEEK for Capsize metrics and calculations; Taproot for catalog serialization",
|
|
37
|
+
"source": "@capsizecss/metrics 4.2.0 and @capsizecss/core 4.1.3",
|
|
38
|
+
"license": "MIT License",
|
|
39
|
+
"transformations": [
|
|
40
|
+
"Join the committed Google Fonts catalog to Capsize family, variant, and system fallback metrics",
|
|
41
|
+
"Calculate subset-specific size-adjust and vertical metric overrides",
|
|
42
|
+
"Encode the selected fallback variants and bounded-precision percentages as deterministic JSON"
|
|
43
|
+
],
|
|
44
|
+
"packageInclusion": "included in npm package for host build tooling; never required by the browser runtime",
|
|
45
|
+
"docsInclusion": "documented as the build-time source for site-specific inline font plans",
|
|
46
|
+
"noticeRequirement": "required",
|
|
47
|
+
"noticePaths": [
|
|
48
|
+
"licenses/THIRD_PARTY_NOTICES.md"
|
|
49
|
+
],
|
|
50
|
+
"reviewStatus": "manifest-gated"
|
|
51
|
+
},
|
|
28
52
|
{
|
|
29
53
|
"id": "tabler-svg-sprite",
|
|
30
54
|
"paths": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taprootio/espalier",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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",
|
|
@@ -313,6 +313,10 @@
|
|
|
313
313
|
"types": "./dist/shared/font-helpers.d.ts",
|
|
314
314
|
"import": "./dist/shared/font-helpers.js"
|
|
315
315
|
},
|
|
316
|
+
"./shared/font-plan": {
|
|
317
|
+
"types": "./dist/shared/font-plan.d.ts",
|
|
318
|
+
"import": "./dist/shared/font-plan.js"
|
|
319
|
+
},
|
|
316
320
|
"./shared/cursor-pagination": {
|
|
317
321
|
"types": "./dist/shared/cursor-pagination.d.ts",
|
|
318
322
|
"import": "./dist/shared/cursor-pagination.js"
|
|
@@ -338,6 +342,8 @@
|
|
|
338
342
|
"import": "./dist/shared/bus-events.js"
|
|
339
343
|
},
|
|
340
344
|
"./espalier.token-manifest.json": "./espalier.token-manifest.json",
|
|
345
|
+
"./css/fonts/font-definitions.json": "./css/fonts/font-definitions.json",
|
|
346
|
+
"./css/fonts/font-fallback-profiles.json": "./css/fonts/font-fallback-profiles.json",
|
|
341
347
|
"./textures/banner-textures.css": "./css/textures/banner-textures.css",
|
|
342
348
|
"./textures/espalier-paper.png": "./css/textures/espalier-paper.png",
|
|
343
349
|
"./textures/espalier-grain.png": "./css/textures/espalier-grain.png",
|
|
@@ -345,7 +351,6 @@
|
|
|
345
351
|
"./custom-elements.json": "./custom-elements.json",
|
|
346
352
|
"./espalier.css-data.json": "./espalier.css-data.json",
|
|
347
353
|
"./css/esp-reset.css": "./css/esp-reset.css",
|
|
348
|
-
"./css/fonts/font-definitions.json": "./css/fonts/font-definitions.json",
|
|
349
354
|
"./css/fonts/*.css": "./css/fonts/*.css"
|
|
350
355
|
},
|
|
351
356
|
"sideEffects": [
|
|
@@ -362,6 +367,7 @@
|
|
|
362
367
|
"css/esp-reset.css",
|
|
363
368
|
"css/fonts/**/*.css",
|
|
364
369
|
"css/fonts/font-definitions.json",
|
|
370
|
+
"css/fonts/font-fallback-profiles.json",
|
|
365
371
|
"css/textures/banner-textures.css",
|
|
366
372
|
"css/textures/*.png",
|
|
367
373
|
"custom-elements.json",
|