@takazudo/zdtp 0.4.13 → 0.4.15
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 +143 -0
- package/PORTABLE-CONTRACT.md +366 -94
- package/README.md +218 -96
- package/dist/apply/build-apply-overrides.d.ts +2 -2
- package/dist/apply/compute-hunks.d.ts +23 -0
- package/dist/apply/last-applied.d.ts +5 -0
- package/dist/apply/reconcile-applied.d.ts +19 -0
- package/dist/apply-modal.d.ts +2 -48
- package/dist/astro/host-adapter.js +3 -3
- package/dist/astro/index.js +2 -2
- package/dist/{autoload-state-CfL2VUe1.js → autoload-state-7BQYXI7Y.js} +1 -1
- package/dist/bin/server.js +52 -50
- package/dist/bulk/bulk-actions.d.ts +45 -0
- package/dist/bulk/index.d.ts +2 -0
- package/dist/chain/index.d.ts +2 -0
- package/dist/chain/token-chain-context.d.ts +19 -0
- package/dist/chain/token-chain-popover.d.ts +22 -0
- package/dist/changed/contribution.d.ts +32 -0
- package/dist/changed/footer-content.d.ts +16 -0
- package/dist/changed/index.d.ts +4 -0
- package/dist/changed/tab-badge.d.ts +8 -0
- package/dist/changed/tab-filter.d.ts +8 -0
- package/dist/config/panel-config.d.ts +22 -25
- package/dist/controls/actions-menu-popover.d.ts +2 -0
- package/dist/controls/role-button.d.ts +5 -2
- package/dist/controls/tooltip.d.ts +8 -4
- package/dist/element-inspect/element-inspect-context.d.ts +22 -0
- package/dist/element-inspect/element-inspect-orchestrator.d.ts +17 -0
- package/dist/element-inspect/element-inspect-overlay.d.ts +16 -0
- package/dist/element-inspect/element-inspect-toggle-button.d.ts +3 -0
- package/dist/element-inspect/element-inspect-view.d.ts +6 -0
- package/dist/element-inspect/find-tokens-for-element.d.ts +23 -0
- package/dist/element-inspect/index.d.ts +8 -0
- package/dist/highlight/find-elements.d.ts +14 -3
- package/dist/highlight/highlight-orchestrator.d.ts +7 -3
- package/dist/highlight/highlight-state.d.ts +3 -2
- package/dist/highlight/highlight-toggle-button.d.ts +3 -0
- package/dist/highlight/walk-css-rules.d.ts +2 -0
- package/dist/history/buttons.d.ts +28 -0
- package/dist/history/index.d.ts +3 -0
- package/dist/history/rail.d.ts +13 -0
- package/dist/history/snapshots.d.ts +57 -0
- package/dist/host/host-mutations.d.ts +23 -0
- package/dist/index-BOOmFtJh.js +12165 -0
- package/dist/{index-BAY1JOUl.js → index-C2DIYD0d.js} +2 -2
- package/dist/index.js +14 -14
- package/dist/load-routing-BtCE1hGI.js +547 -0
- package/dist/{manifest-DCReQE0k.js → manifest-DvuKi7I4.js} +11 -7
- package/dist/{panel-config-COHesW2B.js → panel-config-CRf-ONSV.js} +404 -308
- package/dist/picker/alt-click-picker.d.ts +10 -2
- package/dist/picker/arming-coordinator.d.ts +2 -0
- package/dist/picker/index.d.ts +2 -2
- package/dist/search/command-palette.d.ts +21 -0
- package/dist/search/contribution.d.ts +7 -0
- package/dist/search/fuzzy.d.ts +10 -0
- package/dist/search/index.d.ts +4 -0
- package/dist/search/match-bar.d.ts +14 -0
- package/dist/search/search-header.d.ts +7 -0
- package/dist/search/token-search.d.ts +36 -0
- package/dist/server/create-apply-handler.d.ts +33 -0
- package/dist/server/index.d.ts +2 -1
- package/dist/server/index.js +1 -1
- package/dist/shell/dock-mode-switch.d.ts +6 -0
- package/dist/shell/footer.d.ts +1 -0
- package/dist/shell/ghost-idle.d.ts +24 -0
- package/dist/shell/header.d.ts +5 -0
- package/dist/shell/layer-activity.d.ts +6 -0
- package/dist/shell/mini-pill.d.ts +21 -0
- package/dist/shell/regions.d.ts +26 -0
- package/dist/shell/shortcut-dispatcher.d.ts +17 -0
- package/dist/shell/tab-bar.d.ts +17 -0
- package/dist/shell/tab-overflow-popover.d.ts +13 -0
- package/dist/specimen/on-page-specimen.d.ts +19 -0
- package/dist/specimen/preview-glyphs.d.ts +2 -0
- package/dist/specimen/specimen-state.d.ts +12 -0
- package/dist/specimen/specimen-tab-body.d.ts +18 -0
- package/dist/specimen/specimen-toolbar.d.ts +10 -0
- package/dist/specimen/specimen-values.d.ts +9 -0
- package/dist/state/history.d.ts +64 -0
- package/dist/state/persist.d.ts +10 -14
- package/dist/state/transaction.d.ts +24 -0
- package/dist/state/tweak-state.d.ts +16 -0
- package/dist/styles/z-index-tokens.d.ts +2 -0
- package/dist/tabs/color-tab.d.ts +10 -1
- package/dist/tabs/flat/flat-tab.d.ts +27 -0
- package/dist/tabs/flat/index.d.ts +8 -0
- package/dist/tabs/flat/scroll-to-token-row.d.ts +3 -0
- package/dist/tabs/flat/tier-section.d.ts +17 -0
- package/dist/tabs/flat/token-controller.d.ts +23 -0
- package/dist/tabs/flat/token-row.d.ts +12 -0
- package/dist/tabs/flat/types.d.ts +25 -0
- package/dist/tabs/font-tab.d.ts +13 -12
- package/dist/tabs/generic-tab.d.ts +8 -38
- package/dist/tabs/palette/palette-check-view.d.ts +5 -1
- package/dist/tabs/palette/palette-edit-view.d.ts +9 -1
- package/dist/tabs/palette/palette-tab.d.ts +12 -1
- package/dist/tabs/size-tab.d.ts +7 -10
- package/dist/tabs/spacing-tab.d.ts +7 -13
- package/dist/testing.js +3 -3
- package/dist/tokens/tier-model.d.ts +6 -0
- package/dist/{tweak-state-BKNxtHzb.js → tweak-state-BGp_7Tfh.js} +473 -423
- package/dist/utils/numeric-transform.d.ts +32 -0
- package/dist/utils/token-diff.d.ts +25 -0
- package/dist/utils/token-graph.d.ts +23 -0
- package/dist/utils/token-index.d.ts +30 -0
- package/dist/zdtp.css +1 -1
- package/package.json +3 -1
- package/dist/controls/pill-slider-row.d.ts +0 -36
- package/dist/controls/select-row.d.ts +0 -25
- package/dist/controls/slider-row.d.ts +0 -29
- package/dist/controls/text-row.d.ts +0 -27
- package/dist/index-U7Ol7tgA.js +0 -7591
- package/dist/load-routing-D4H2VOl5.js +0 -426
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,149 @@ All notable changes to `@takazudo/zdtp` are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on Keep a Changelog, and release notes are generated from the changelog MDX pages.
|
|
6
6
|
|
|
7
|
+
## [0.4.15] - 2026-09-05
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
- feat(css): tune panel neutral color roles (a64b866)
|
|
12
|
+
- feat(examples): add minimal Cloudflare deploy workflows (2aa7365)
|
|
13
|
+
- feat(examples): add minimal panel demo (7924968)
|
|
14
|
+
- feat(playground): add Cloudflare deploy workflows (32eae69)
|
|
15
|
+
- feat(playground): add deploy provenance build mode (9e7c103)
|
|
16
|
+
- feat(zdtp): add per-token chain popover ([#667](https://github.com/Takazudo/zudo-design-token-panel/pull/667)) (162bebf)
|
|
17
|
+
- feat(zdtp): surface changed token state (a5ef831)
|
|
18
|
+
- feat(zdtp): add bulk numeric token actions (7fe2f87)
|
|
19
|
+
- feat(zdtp): add token search and command palette (c8f8000)
|
|
20
|
+
- feat(panel): add history rail and A/B snapshots (8729b26)
|
|
21
|
+
- feat(panel): add element inspect view (41a0b51)
|
|
22
|
+
- feat(zdtp): render font specimen on page (7b08441)
|
|
23
|
+
- feat(zdtp): preview and reconcile token applies (5c7a209)
|
|
24
|
+
- feat(panel): add tier previews and font specimens (dbcb731)
|
|
25
|
+
- feat(zdtp): add element inspect core (3240973)
|
|
26
|
+
- feat(panel): add mini pill and ghost idle mode (cd61b26)
|
|
27
|
+
- feat(panel): add persisted dock modes (ddbe8c8)
|
|
28
|
+
- feat(zdtp): add identity-aware state transactions (bcd9427)
|
|
29
|
+
- feat(zdtp): add apply dry-run previews (fac3a1f)
|
|
30
|
+
- feat: add workspace-linked zfb playground (042065d)
|
|
31
|
+
- feat(zdtp): add token index diff and graph utilities (d28e62d)
|
|
32
|
+
|
|
33
|
+
### Fixed
|
|
34
|
+
|
|
35
|
+
- fix(zdtp): complete panel chrome confirmation (e9d0618)
|
|
36
|
+
- fix(zdtp): anchor token tooltips to label text (e908f0b)
|
|
37
|
+
- fix(ci): bootstrap missing demo Workers without production routes (a4ee819)
|
|
38
|
+
- fix(playground): remove stale island loading copy (4a59365)
|
|
39
|
+
- fix: disable Apply when write routing is unavailable (388d5f5)
|
|
40
|
+
- fix(playground): point Apply guide to the docs route (a5d5f3c)
|
|
41
|
+
- fix(zdtp): pluralize count labels (a969f0f)
|
|
42
|
+
- fix(zdtp): reconcile derived role writes (18beee6)
|
|
43
|
+
- fix(zdtp): unify changed token semantics (c0c6899)
|
|
44
|
+
- fix: keep dock shortcuts active in mini mode (caec271)
|
|
45
|
+
- fix(ci): repair panel validation gates (a8a2307)
|
|
46
|
+
- fix(zdtp): gate writes on current apply preview (b97a167)
|
|
47
|
+
- fix(panel): harden history shortcuts and snapshot validation (9680fe2)
|
|
48
|
+
- fix(zdtp): await apply preview digests (a28d199)
|
|
49
|
+
- fix(panel): preserve preview-free font behavior (fd54079)
|
|
50
|
+
- fix(zdtp): harden element inspect probing (05beefd)
|
|
51
|
+
- fix(panel): cancel gestures across dock lifecycle (82f0cec)
|
|
52
|
+
- fix: keep playground builds reproducible and untracked (149da8b)
|
|
53
|
+
- fix(zdtp): align graph reference fallback (c4f3153)
|
|
54
|
+
|
|
55
|
+
### Other Changes
|
|
56
|
+
|
|
57
|
+
- Merge pull request [#748](https://github.com/Takazudo/zudo-design-token-panel/pull/748) from Takazudo/base/panel-chrome (0882b8a)
|
|
58
|
+
- Merge branch 'topic/panel-chrome-confirm' into base/panel-chrome (819dab3)
|
|
59
|
+
- Merge branch 'topic/panel-chrome-overflow' into base/panel-chrome (b1d0973)
|
|
60
|
+
- Stabilize overflow resize browser test (faebaf0)
|
|
61
|
+
- Merge branch 'topic/panel-chrome-colors' into base/panel-chrome (4deab7c)
|
|
62
|
+
- Merge branch 'topic/panel-chrome-tooltip' into base/panel-chrome (830262b)
|
|
63
|
+
- test(zdtp): cover tooltip geometry edge cases (cc57ecf)
|
|
64
|
+
- Add tab overflow chooser (357d471)
|
|
65
|
+
- Merge branch 'topic/panel-chrome-narrow' into base/panel-chrome (ee5bb0a)
|
|
66
|
+
- Fix narrow panel chrome containment (82c53e3)
|
|
67
|
+
- refactor(css): alias panel neutrals to exact OKLCH ramp (86bcb21)
|
|
68
|
+
- Merge pull request [#736](https://github.com/Takazudo/zudo-design-token-panel/pull/736) from Takazudo/agent-fix/scheme-test-teardown (d0239c6)
|
|
69
|
+
- test(zdtp): unmount scheme identity panel deterministically (4b80a39)
|
|
70
|
+
- Merge pull request [#732](https://github.com/Takazudo/zudo-design-token-panel/pull/732) from Takazudo/base/public-live-demos (f41db9e)
|
|
71
|
+
- Merge branch 'topic/public-demos-722' into base/public-live-demos (add5c32)
|
|
72
|
+
- docs: record public demo contracts (ef10c17)
|
|
73
|
+
- Merge branch 'topic/public-demos-720' into base/public-live-demos (7a23c9f)
|
|
74
|
+
- Merge remote-tracking branch 'origin/main' into base/public-live-demos (dd27215)
|
|
75
|
+
- Merge pull request [#724](https://github.com/Takazudo/zudo-design-token-panel/pull/724) from Takazudo/agent-fix/astro-listener-test (43f9abf)
|
|
76
|
+
- Merge branch 'topic/public-demos-718' into base/public-live-demos (70f9f5e)
|
|
77
|
+
- Merge branch 'topic/public-demos-719' into base/public-live-demos (48dd7ad)
|
|
78
|
+
- test: accept explicit enabled Apply aria state (3b6e895)
|
|
79
|
+
- test: stabilize Astro listener lifecycle coverage (6ad088b)
|
|
80
|
+
- Merge branch 'topic/public-demos-715' into base/public-live-demos (2bd001b)
|
|
81
|
+
- Merge branch 'topic/public-demos-apply' into base/public-live-demos (b6b52cf)
|
|
82
|
+
- Merge branch 'topic/public-demos-716' into base/public-live-demos (9fa3193)
|
|
83
|
+
- Merge branch 'topic/public-demos-717' into base/public-live-demos (a9cb2b1)
|
|
84
|
+
- docs(playground): rewrite public demo copy (b8a37fa)
|
|
85
|
+
- docs: lead examples with first-party demos (ccdbcf2)
|
|
86
|
+
- Merge pull request [#711](https://github.com/Takazudo/zudo-design-token-panel/pull/711) from Takazudo/base/panel-ux-follow-ups (762e355)
|
|
87
|
+
- Merge remote-tracking branch 'origin/main' into base/panel-ux-follow-ups (22eb6fd)
|
|
88
|
+
- Merge pull request [#713](https://github.com/Takazudo/zudo-design-token-panel/pull/713) from Takazudo/agent-fix/dom-tweaker-test-cleanup (ae19fe7)
|
|
89
|
+
- test: unmount DOM Tweaker reapply fixture before teardown (30c2619)
|
|
90
|
+
- fix Apply export schema documentation link (1ecf39f)
|
|
91
|
+
- fix specimen trailing hit-area overflow (b8f276e)
|
|
92
|
+
- Merge branch 'topic/700-counts' into base/panel-ux-follow-ups (1114026)
|
|
93
|
+
- Merge branch 'topic/700-reconcile' into base/panel-ux-follow-ups (71ba8cf)
|
|
94
|
+
- test(zdtp): guard explicit semantic reconciliation (c311ad6)
|
|
95
|
+
- Merge branch 'topic/700-specimens' into base/panel-ux-follow-ups (0475039)
|
|
96
|
+
- test specimen density snapshots (22dfdf2)
|
|
97
|
+
- refine wide specimen sample space (dc885a3)
|
|
98
|
+
- Merge branch 'topic/700-changed' into base/panel-ux-follow-ups (92e8fc8)
|
|
99
|
+
- refactor(zdtp): keep one semantic comparator (e5d3827)
|
|
100
|
+
- fix specimen tier density layout (e79fd54)
|
|
101
|
+
- Merge branch 'topic/700-shortcuts' into base/panel-ux-follow-ups (8b0d13e)
|
|
102
|
+
- Merge pull request [#673](https://github.com/Takazudo/zudo-design-token-panel/pull/673) from Takazudo/base/panel-ux (10959d9)
|
|
103
|
+
- Merge topic/648-docs-ja into base/panel-ux (49bd3d3)
|
|
104
|
+
- docs: add Japanese panel UX documentation (92c9a26)
|
|
105
|
+
- chore: remove panel UX prototypes (b5de7cd)
|
|
106
|
+
- Merge topic/648-docs-en into base/panel-ux (ab801bf)
|
|
107
|
+
- docs: document panel UX contract (f1a624b)
|
|
108
|
+
- Merge topic/648-full-confirm into base/panel-ux (ef78e20)
|
|
109
|
+
- test(zdtp): confirm Wave 3 integration (74c336a)
|
|
110
|
+
- Merge topic/648-chain-popover into base/panel-ux (86cffd0)
|
|
111
|
+
- Merge topic/648-changed-state into base/panel-ux (a63c544)
|
|
112
|
+
- Merge topic/648-bulk-actions into base/panel-ux (9854adf)
|
|
113
|
+
- Merge topic/648-search-palette into base/panel-ux (1c018b7)
|
|
114
|
+
- Merge topic/648-history-snapshots into base/panel-ux (25c779a)
|
|
115
|
+
- Merge topic/648-element-inspect-view into base/panel-ux (402cbe8)
|
|
116
|
+
- Merge topic/648-on-page-specimen into base/panel-ux (1130b83)
|
|
117
|
+
- Merge topic/648-apply-preview into base/panel-ux (3bfcb6f)
|
|
118
|
+
- Merge topic/648-specimen into base/panel-ux (f76bdb6)
|
|
119
|
+
- Merge topic/648-element-inspect-core into base/panel-ux (cd4639a)
|
|
120
|
+
- Merge topic/648-wave1-confirm into base/panel-ux (1169faf)
|
|
121
|
+
- chore: confirm wave 1 integration seams (8e69c6c)
|
|
122
|
+
- Merge branch 'topic/648-mini-pill' into base/panel-ux (b238174)
|
|
123
|
+
- Merge branch 'topic/648-test-harness' into base/panel-ux (472bf81)
|
|
124
|
+
- test(panel): add consumer boundary harnesses (50dd9b5)
|
|
125
|
+
- Merge branch 'topic/648-consumer-lane' into base/panel-ux (af110e9)
|
|
126
|
+
- ci: add local panel consumer lanes (1876b55)
|
|
127
|
+
- Merge branch 'topic/648-dock-modes' into base/panel-ux (041c211)
|
|
128
|
+
- Merge branch 'topic/648-state-transaction' into base/panel-ux (937ccf2)
|
|
129
|
+
- Merge branch 'topic/648-shell-seam' into base/panel-ux (e05de53)
|
|
130
|
+
- Extract extensible panel shell seams (c5fddf2)
|
|
131
|
+
- Merge branch 'topic/648-apply-dry-run' into base/panel-ux (f30ec38)
|
|
132
|
+
- Merge branch 'topic/648-playground' into base/panel-ux (f7e9aeb)
|
|
133
|
+
- Merge branch 'topic/648-flat-tab' into base/panel-ux (9827f86)
|
|
134
|
+
- style(zdtp): remove flat tab EOF blanks (6bff478)
|
|
135
|
+
- refactor(zdtp): share flat tab token rows (f5a32e7)
|
|
136
|
+
- Merge branch 'topic/648-token-index' into base/panel-ux (7d9c0dd)
|
|
137
|
+
- chore(temp-resource): bake panel-UX prototypes for epic [#648](https://github.com/Takazudo/zudo-design-token-panel/issues/648) (5169af0)
|
|
138
|
+
|
|
139
|
+
## [0.4.14] - 2026-08-29
|
|
140
|
+
|
|
141
|
+
### Fixed
|
|
142
|
+
|
|
143
|
+
- fix(zdtp): silence compatible global alias warning (2630d84)
|
|
144
|
+
|
|
145
|
+
### Other Changes
|
|
146
|
+
|
|
147
|
+
- test(zdtp): cover partial global alias shape (6314a7f)
|
|
148
|
+
- Merge pull request [#647](https://github.com/Takazudo/zudo-design-token-panel/pull/647) from Takazudo/fix/646-compatible-zdtp-alias: fix(zdtp): silence warnings for compatible global aliases (44f6ca4)
|
|
149
|
+
|
|
7
150
|
## [0.4.13] - 2026-08-29
|
|
8
151
|
|
|
9
152
|
### Features
|