@nyaruka/temba-components 0.102.1 → 0.102.2
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 +7 -0
- package/demo/index.html +1 -1
- package/dist/temba-components.js +2 -0
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/chat/Chat.js +1 -0
- package/out-tsc/src/chat/Chat.js.map +1 -1
- package/out-tsc/src/list/TembaMenu.js +1 -0
- package/out-tsc/src/list/TembaMenu.js.map +1 -1
- package/package.json +1 -1
- package/src/chat/Chat.ts +1 -0
- package/src/list/TembaMenu.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,15 @@ 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.102.2](https://github.com/nyaruka/temba-components/compare/v0.102.1...v0.102.2)
|
|
8
|
+
|
|
9
|
+
- Break messages on word [`9abec63`](https://github.com/nyaruka/temba-components/commit/9abec63a4910b807b9170e7d6ec3ad01b9754f55)
|
|
10
|
+
- Menu buttons should be blocks [`24f2631`](https://github.com/nyaruka/temba-components/commit/24f263109b6c3ebe6791885d4b4c321dfec045e5)
|
|
11
|
+
|
|
7
12
|
#### [v0.102.1](https://github.com/nyaruka/temba-components/compare/v0.102.0...v0.102.1)
|
|
8
13
|
|
|
14
|
+
> 26 July 2024
|
|
15
|
+
|
|
9
16
|
#### [v0.102.0](https://github.com/nyaruka/temba-components/compare/v0.101.0...v0.102.0)
|
|
10
17
|
|
|
11
18
|
> 26 July 2024
|
package/demo/index.html
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
</head>
|
|
128
128
|
|
|
129
129
|
<body>
|
|
130
|
-
<temba-webchat channel="
|
|
130
|
+
<temba-webchat channel="f2f0c0fc-c287-4826-96f5-84ed4ce0717a"></temba-webchat>
|
|
131
131
|
<temba-store completion="/static/api/completion.json" functions="/static/api/functions.json"
|
|
132
132
|
fields="/static/api/fields.json" globals="/static/api/globals.json" groups="/static/api/groups.json"></temba-store>
|
|
133
133
|
|
package/dist/temba-components.js
CHANGED
|
@@ -2017,6 +2017,7 @@ let ir=Ps,or=!1;const nr=["es","fr","pt"],{setLocale:sr}=(t=>(function(t){if(or)
|
|
|
2017
2017
|
.message {
|
|
2018
2018
|
margin-bottom: 0.5em;
|
|
2019
2019
|
line-height: 1.2em;
|
|
2020
|
+
word-break: break-word;
|
|
2020
2021
|
}
|
|
2021
2022
|
|
|
2022
2023
|
.chat {
|
|
@@ -3670,6 +3671,7 @@ let ir=Ps,or=!1;const nr=["es","fr","pt"],{setLocale:sr}=(t=>(function(t){if(or)
|
|
|
3670
3671
|
|
|
3671
3672
|
temba-button[lined] {
|
|
3672
3673
|
margin: 0.2em 0;
|
|
3674
|
+
display: block;
|
|
3673
3675
|
}
|
|
3674
3676
|
|
|
3675
3677
|
.expand-icon {
|