@adia-ai/web-modules 0.6.37 → 0.6.39
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 +23 -0
- package/dist/everything.min.js +152 -136
- package/package.json +1 -1
- package/shell/admin-shell/css/admin-shell.entity-item.css +8 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog — @adia-ai/web-modules
|
|
2
2
|
|
|
3
|
+
## [0.6.39] — 2026-05-26
|
|
4
|
+
|
|
5
|
+
### Maintenance — `dist/everything.min.js` + companions rebuilt
|
|
6
|
+
|
|
7
|
+
- Bundle pass absorbed v0.6.39 web-components source changes (`<tour-ui>` + substrate slot-selector sweep + admin-entity-item icon size + list-item-ui slot=action declaration).
|
|
8
|
+
- No source changes in `@adia-ai/web-modules` directly this cycle — pure dist refresh.
|
|
9
|
+
|
|
10
|
+
## [0.6.38] — 2026-05-26
|
|
11
|
+
|
|
12
|
+
### Added — Wave 5e module/pattern demos
|
|
13
|
+
|
|
14
|
+
- **`catalog/ui-patterns/import-mapping`** — Wave 5e #213 + #286
|
|
15
|
+
- **`saas/billing` cancellation flow save-offer step** — Wave 5e #337
|
|
16
|
+
- **Onboarding-checklist demo + matrix tool + icon-color audit** (Wave 5e infrastructure)
|
|
17
|
+
|
|
18
|
+
### Fixed — visual-QA pass on five demo surfaces
|
|
19
|
+
|
|
20
|
+
- Demos / list-ui / onboarding-checklist visual-QA fixes landed.
|
|
21
|
+
|
|
22
|
+
### Changed — `dist/everything.min.js` + `dist/shell/admin-shell.min.js` + `dist/icons-manifest.js` rebuilt
|
|
23
|
+
|
|
24
|
+
- Bundle pass absorbed the v0.6.38 source changes.
|
|
25
|
+
|
|
3
26
|
## [0.6.37] — 2026-05-25
|
|
4
27
|
|
|
5
28
|
### Changed — Wave 3 + Wave 4 pattern demos shipped
|