@nyaruka/temba-components 0.91.4 → 0.91.5

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.91.5](https://github.com/nyaruka/temba-components/compare/v0.91.4...v0.91.5)
8
+
9
+ - Limit type split to two values [`a387641`](https://github.com/nyaruka/temba-components/commit/a3876416373065e6efb19e3b5b85bebc9b5640bd)
10
+
7
11
  #### [v0.91.4](https://github.com/nyaruka/temba-components/compare/v0.91.3...v0.91.4)
8
12
 
13
+ > 10 June 2024
14
+
9
15
  - Tweak template spacing [`4c03f24`](https://github.com/nyaruka/temba-components/commit/4c03f248acfb165c99468a5d9db36633cd2ac421)
10
16
 
11
17
  #### [v0.91.3](https://github.com/nyaruka/temba-components/compare/v0.91.2...v0.91.3)
@@ -7739,7 +7739,7 @@ background: #ccc;
7739
7739
  name="${t.name}"
7740
7740
  index="${o}"
7741
7741
  placeholder="{{${e}}}"
7742
- ></temba-completion>`})):Object.values(t.variables).map((t=>{const e=this.translation.variables[t];if("image"===e.type||"document"===e.type||"audio"===e.type||"video"===e.type){let i=[];if(this.variables[t]){const e=this.variables[t].split(":");i=[{url:e[1],content_type:e[0]}]}return j`<div
7742
+ ></temba-completion>`})):Object.values(t.variables).map((t=>{const e=this.translation.variables[t];if("image"===e.type||"document"===e.type||"audio"===e.type||"video"===e.type){let i=[];if(this.variables[t]){const e=this.variables[t].split(":",2);i=[{url:e[1],content_type:e[0]}]}return j`<div
7743
7743
  style="
7744
7744
  display: flex;
7745
7745
  align-items: center;