@nyaruka/temba-components 0.108.0 → 0.108.1
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
CHANGED
|
@@ -4,8 +4,14 @@ 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.1](https://github.com/nyaruka/temba-components/compare/v0.108.0...v0.108.1)
|
|
8
|
+
|
|
9
|
+
- Don't show interrupt without endpoint [`c784162`](https://github.com/nyaruka/temba-components/commit/c7841623fc74dc7d5d302c334950d07ed60ec81c)
|
|
10
|
+
|
|
7
11
|
#### [v0.108.0](https://github.com/nyaruka/temba-components/compare/v0.107.1...v0.108.0)
|
|
8
12
|
|
|
13
|
+
> 25 September 2024
|
|
14
|
+
|
|
9
15
|
- Switch to generic StartProgress widget [`#456`](https://github.com/nyaruka/temba-components/pull/456)
|
|
10
16
|
- Honor status over total count for progress [`409608a`](https://github.com/nyaruka/temba-components/commit/409608a8519974502c5b97b8ddc210af3575f294)
|
|
11
17
|
- Soften progress curvature [`a848a5d`](https://github.com/nyaruka/temba-components/commit/a848a5d1515787e4e6c03e28c428f5a9ae352f63)
|
package/dist/temba-components.js
CHANGED
|
@@ -8105,7 +8105,7 @@ const{I:gc}=rt,fc=()=>document.createComment(""),vc=(t,e,i)=>{const o=t._$AA.par
|
|
|
8105
8105
|
eta=${this.eta}
|
|
8106
8106
|
message=${this.message}
|
|
8107
8107
|
>
|
|
8108
|
-
${this.running?j`<temba-icon
|
|
8108
|
+
${this.running&&this.interruptTitle&&this.interruptEndpoint?j`<temba-icon
|
|
8109
8109
|
name="close"
|
|
8110
8110
|
@click=${this.interruptStart}
|
|
8111
8111
|
></temba-icon>`:null}
|