@nyaruka/temba-components 0.91.3 → 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,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.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
|
+
|
|
11
|
+
#### [v0.91.4](https://github.com/nyaruka/temba-components/compare/v0.91.3...v0.91.4)
|
|
12
|
+
|
|
13
|
+
> 10 June 2024
|
|
14
|
+
|
|
15
|
+
- Tweak template spacing [`4c03f24`](https://github.com/nyaruka/temba-components/commit/4c03f248acfb165c99468a5d9db36633cd2ac421)
|
|
16
|
+
|
|
7
17
|
#### [v0.91.3](https://github.com/nyaruka/temba-components/compare/v0.91.2...v0.91.3)
|
|
8
18
|
|
|
19
|
+
> 10 June 2024
|
|
20
|
+
|
|
9
21
|
- Update screenshots for template editor [`73d5788`](https://github.com/nyaruka/temba-components/commit/73d578820ee600eaab82fee2b22156856b69cbee)
|
|
10
22
|
|
|
11
23
|
#### [v0.91.2](https://github.com/nyaruka/temba-components/compare/v0.91.1...v0.91.2)
|
package/dist/temba-components.js
CHANGED
|
@@ -7685,6 +7685,7 @@ background: #ccc;
|
|
|
7685
7685
|
display: flex;
|
|
7686
7686
|
align-items: center;
|
|
7687
7687
|
flex-wrap: wrap;
|
|
7688
|
+
margin-bottom: 1em;
|
|
7688
7689
|
}
|
|
7689
7690
|
|
|
7690
7691
|
.button {
|
|
@@ -7738,7 +7739,7 @@ background: #ccc;
|
|
|
7738
7739
|
name="${t.name}"
|
|
7739
7740
|
index="${o}"
|
|
7740
7741
|
placeholder="{{${e}}}"
|
|
7741
|
-
></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
|
|
7742
7743
|
style="
|
|
7743
7744
|
display: flex;
|
|
7744
7745
|
align-items: center;
|