@nyaruka/temba-components 0.108.2 → 0.108.3

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.3](https://github.com/nyaruka/temba-components/compare/v0.108.2...v0.108.3)
8
+
9
+ - Don't wrap messages in progress bar [`e975df1`](https://github.com/nyaruka/temba-components/commit/e975df1dbdca45e9e41a31de10becea026eebd01)
10
+
7
11
  #### [v0.108.2](https://github.com/nyaruka/temba-components/compare/v0.108.1...v0.108.2)
8
12
 
13
+ > 26 September 2024
14
+
9
15
  - Add service header property for RapidElement [`#457`](https://github.com/nyaruka/temba-components/pull/457)
10
16
 
11
17
  #### [v0.108.1](https://github.com/nyaruka/temba-components/compare/v0.108.0...v0.108.1)
@@ -7985,8 +7985,9 @@ const{I:gc}=rt,fc=()=>document.createComment(""),vc=(t,e,i)=>{const o=t._$AA.par
7985
7985
  }
7986
7986
 
7987
7987
  .message {
7988
- padding: 0 0.25rem;
7988
+ padding: 0 0.5rem;
7989
7989
  color: rgba(0, 0, 0, 0.4);
7990
+ white-space: nowrap;
7990
7991
  }
7991
7992
 
7992
7993
  .meter {