@nyaruka/temba-components 0.120.5 → 0.120.7
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 +13 -0
- package/dist/static/svg/index.svg +1 -1
- package/dist/temba-components.js +3 -3
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/store/Store.js +16 -0
- package/out-tsc/src/store/Store.js.map +1 -1
- package/out-tsc/src/vectoricon/index.js +10 -15
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/store/Store.ts +59 -0
- package/src/vectoricon/index.ts +12 -16
- package/static/svg/index.svg +1 -1
- package/static/svg/packs/5-ai/azure.svg +1 -0
- package/static/svg/work/traced/azure.svg +1 -0
- package/static/svg/work/used/azure.svg +1 -0
- package/static/svg/legacy/1-feather/luis.svg +0 -6
- package/static/svg/packs/2-temba/zendesk.svg +0 -5
- package/static/svg/packs/4-classifiers/classifier-bothub.svg +0 -10
- package/static/svg/packs/4-classifiers/classifier-luis.svg +0 -6
- package/static/svg/work/traced/classifier-bothub.svg +0 -1
- package/static/svg/work/traced/classifier-luis.svg +0 -1
- package/static/svg/work/traced/zendesk.svg +0 -1
- package/static/svg/work/used/classifier-bothub.svg +0 -10
- package/static/svg/work/used/classifier-luis.svg +0 -6
- package/static/svg/work/used/zendesk.svg +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,21 @@ 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.120.7](https://github.com/nyaruka/temba-components/compare/v0.120.6...v0.120.7)
|
|
8
|
+
|
|
9
|
+
- Add new icon for Microsoft AI and remove some unused ones [`#494`](https://github.com/nyaruka/temba-components/pull/494)
|
|
10
|
+
|
|
11
|
+
#### [v0.120.6](https://github.com/nyaruka/temba-components/compare/v0.120.5...v0.120.6)
|
|
12
|
+
|
|
13
|
+
> 30 April 2025
|
|
14
|
+
|
|
15
|
+
- Add flow contents cache to store [`#493`](https://github.com/nyaruka/temba-components/pull/493)
|
|
16
|
+
- Remove debug [`6bed1c5`](https://github.com/nyaruka/temba-components/commit/6bed1c59e8da86a395c13e94a3a861c3f2779812)
|
|
17
|
+
|
|
7
18
|
#### [v0.120.5](https://github.com/nyaruka/temba-components/compare/v0.120.4...v0.120.5)
|
|
8
19
|
|
|
20
|
+
> 28 April 2025
|
|
21
|
+
|
|
9
22
|
- Detect changes from aribtrary options [`a9a2489`](https://github.com/nyaruka/temba-components/commit/a9a2489bc07e29f781f5f43061f038de77e26c37)
|
|
10
23
|
|
|
11
24
|
#### [v0.120.4](https://github.com/nyaruka/temba-components/compare/v0.120.3...v0.120.4)
|