@nyaruka/temba-components 0.108.2 → 0.108.4
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 +14 -10
- package/dist/static/svg/index.svg +1 -1
- package/dist/temba-components.js +4 -3
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/progress/ProgressBar.js +2 -1
- package/out-tsc/src/progress/ProgressBar.js.map +1 -1
- package/out-tsc/src/vectoricon/index.js +3 -1
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/progress/ProgressBar.ts +2 -1
- package/src/vectoricon/index.ts +3 -1
- package/static/svg/index.svg +1 -1
- package/static/svg/work/traced/message-dots-circle.svg +1 -0
- package/static/svg/work/used/message-dots-circle.svg +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,20 @@ 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.108.4](https://github.com/nyaruka/temba-components/compare/v0.108.3...v0.108.4)
|
|
8
|
+
|
|
9
|
+
- Add icons for team and shortcut [`e9b219b`](https://github.com/nyaruka/temba-components/commit/e9b219b53e202dd00747521de626798719eca233)
|
|
10
|
+
|
|
11
|
+
#### [v0.108.3](https://github.com/nyaruka/temba-components/compare/v0.108.2...v0.108.3)
|
|
12
|
+
|
|
13
|
+
> 27 September 2024
|
|
14
|
+
|
|
15
|
+
- Don't wrap messages in progress bar [`e975df1`](https://github.com/nyaruka/temba-components/commit/e975df1dbdca45e9e41a31de10becea026eebd01)
|
|
16
|
+
|
|
7
17
|
#### [v0.108.2](https://github.com/nyaruka/temba-components/compare/v0.108.1...v0.108.2)
|
|
8
18
|
|
|
19
|
+
> 26 September 2024
|
|
20
|
+
|
|
9
21
|
- Add service header property for RapidElement [`#457`](https://github.com/nyaruka/temba-components/pull/457)
|
|
10
22
|
|
|
11
23
|
#### [v0.108.1](https://github.com/nyaruka/temba-components/compare/v0.108.0...v0.108.1)
|
|
@@ -121,17 +133,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
121
133
|
|
|
122
134
|
- Use base_template instead of array [`#442`](https://github.com/nyaruka/temba-components/pull/442)
|
|
123
135
|
|
|
124
|
-
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.
|
|
136
|
+
#### [v0.97.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.97.0)
|
|
125
137
|
|
|
126
138
|
> 11 July 2024
|
|
127
139
|
|
|
128
140
|
- Make location fields have select box [`#441`](https://github.com/nyaruka/temba-components/pull/441)
|
|
129
141
|
- Update select searching [`5d2b096`](https://github.com/nyaruka/temba-components/commit/5d2b09639eaf6aae37876a8b30f0e8d41c663cd9)
|
|
130
142
|
|
|
131
|
-
#### [v0.96.0](https://github.com/nyaruka/temba-components/compare/v0.95.0...v0.96.0)
|
|
132
|
-
|
|
133
|
-
> 11 July 2024
|
|
134
|
-
|
|
135
143
|
#### [v0.95.0](https://github.com/nyaruka/temba-components/compare/v0.94.5...v0.95.0)
|
|
136
144
|
|
|
137
145
|
> 3 July 2024
|
|
@@ -636,16 +644,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
636
644
|
- Fix reading created_by for msg events [`#364`](https://github.com/nyaruka/temba-components/pull/364)
|
|
637
645
|
- Add logical icon names for optin and optout [`#365`](https://github.com/nyaruka/temba-components/pull/365)
|
|
638
646
|
|
|
639
|
-
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.
|
|
647
|
+
#### [v0.58.8](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.8)
|
|
640
648
|
|
|
641
649
|
> 28 September 2023
|
|
642
650
|
|
|
643
651
|
- Update publish.yml [`7dc7d69`](https://github.com/nyaruka/temba-components/commit/7dc7d69822942b39c3b35e06846cfd4c65108b2d)
|
|
644
652
|
|
|
645
|
-
#### [v0.58.7](https://github.com/nyaruka/temba-components/compare/v0.58.6...v0.58.7)
|
|
646
|
-
|
|
647
|
-
> 28 September 2023
|
|
648
|
-
|
|
649
653
|
#### [v0.58.6](https://github.com/nyaruka/temba-components/compare/v0.58.5...v0.58.6)
|
|
650
654
|
|
|
651
655
|
> 28 September 2023
|