@nyaruka/temba-components 0.172.0 → 0.173.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/CHANGELOG.md +7 -0
- package/dist/static/svg/index.svg +1 -1
- package/dist/temba-components.js +501 -235
- package/dist/temba-components.js.map +1 -1
- package/package.json +1 -1
- package/src/Icons.ts +4 -1
- package/src/interfaces.ts +2 -0
- package/src/layout/HeaderBar.ts +28 -2
- package/src/layout/PageHeader.ts +14 -7
- package/src/list/ShortcutContentList.ts +347 -0
- package/src/styles/designTokens.ts +11 -0
- package/static/svg/index.svg +1 -1
- package/static/svg/work/traced/book-open-01.svg +1 -0
- package/static/svg/work/traced/layout-alt-03.svg +1 -0
- package/static/svg/work/used/book-open-01.svg +3 -0
- package/static/svg/work/used/layout-alt-03.svg +3 -0
- package/temba-modules.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v0.173.0](https://github.com/nyaruka/temba-components/compare/v0.172.0...v0.173.0)
|
|
8
|
+
|
|
9
|
+
- Add a shortcut list component and let header bars fit their content [`#1108`](https://github.com/nyaruka/temba-components/pull/1108)
|
|
10
|
+
- Record screenshots for the shortcut list and fit-content header bar [`e15751a`](https://github.com/nyaruka/temba-components/commit/e15751a2e1f4c8109e8cb7162f8d596e522a0ca5)
|
|
11
|
+
|
|
7
12
|
#### [v0.172.0](https://github.com/nyaruka/temba-components/compare/v0.171.0...v0.172.0)
|
|
8
13
|
|
|
14
|
+
> 3 August 2026
|
|
15
|
+
|
|
9
16
|
- 4/4 Share the subscriber fan-out and expose the connection's state [`#1102`](https://github.com/nyaruka/temba-components/pull/1102)
|
|
10
17
|
- 3/4 Type what each realtime topic publishes [`#1101`](https://github.com/nyaruka/temba-components/pull/1101)
|
|
11
18
|
- 2/4 Give the central watcher the contact chat's history channel [`#1100`](https://github.com/nyaruka/temba-components/pull/1100)
|