@nyaruka/temba-components 0.118.7 → 0.119.0

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/temba-components.js +55 -56
  3. package/dist/temba-components.js.map +1 -1
  4. package/out-tsc/src/checkbox/Checkbox.js +6 -2
  5. package/out-tsc/src/checkbox/Checkbox.js.map +1 -1
  6. package/out-tsc/src/dialog/Dialog.js +12 -6
  7. package/out-tsc/src/dialog/Dialog.js.map +1 -1
  8. package/out-tsc/src/store/Store.js +3 -1
  9. package/out-tsc/src/store/Store.js.map +1 -1
  10. package/out-tsc/src/textinput/TextInput.js +4 -0
  11. package/out-tsc/src/textinput/TextInput.js.map +1 -1
  12. package/out-tsc/temba-modules.js +0 -2
  13. package/out-tsc/temba-modules.js.map +1 -1
  14. package/package.json +1 -1
  15. package/screenshots/truth/contacts/chat-failure.png +0 -0
  16. package/screenshots/truth/contacts/chat-for-active-contact.png +0 -0
  17. package/screenshots/truth/contacts/chat-sends-attachments-only.png +0 -0
  18. package/screenshots/truth/contacts/chat-sends-text-and-attachments.png +0 -0
  19. package/screenshots/truth/contacts/chat-sends-text-only.png +0 -0
  20. package/screenshots/truth/modax/form.png +0 -0
  21. package/screenshots/truth/modax/simple.png +0 -0
  22. package/src/checkbox/Checkbox.ts +7 -2
  23. package/src/dialog/Dialog.ts +15 -9
  24. package/src/store/Store.ts +4 -1
  25. package/src/textinput/TextInput.ts +4 -0
  26. package/temba-modules.ts +0 -2
  27. package/out-tsc/src/remote/Remote.js +0 -37
  28. package/out-tsc/src/remote/Remote.js.map +0 -1
  29. package/out-tsc/src/remote/Remote.test.js +0 -12
  30. package/out-tsc/src/remote/Remote.test.js.map +0 -1
  31. package/src/remote/Remote.test.ts +0 -13
  32. package/src/remote/Remote.ts +0 -32
package/CHANGELOG.md CHANGED
@@ -4,8 +4,24 @@ 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.119.0](https://github.com/nyaruka/temba-components/compare/v0.118.8...v0.119.0)
8
+
9
+ - Allow dialog buttons to be updated [`#482`](https://github.com/nyaruka/temba-components/pull/482)
10
+ - Bump prismjs from 1.29.0 to 1.30.0 [`#479`](https://github.com/nyaruka/temba-components/pull/479)
11
+ - Remove unused bits [`de5690b`](https://github.com/nyaruka/temba-components/commit/de5690b6362aa38294169f68a2894ada7533b47b)
12
+ - Update snapshots [`d990bd0`](https://github.com/nyaruka/temba-components/commit/d990bd0392e637787e29abf7c5996e0d57ef87fc)
13
+
14
+ #### [v0.118.8](https://github.com/nyaruka/temba-components/compare/v0.118.7...v0.118.8)
15
+
16
+ > 26 March 2025
17
+
18
+ - Add max-height for autogrow textinputs [`#481`](https://github.com/nyaruka/temba-components/pull/481)
19
+ - Update screenshots [`3836421`](https://github.com/nyaruka/temba-components/commit/3836421a07e78bbc040aee382d21ef2f96da8a55)
20
+
7
21
  #### [v0.118.7](https://github.com/nyaruka/temba-components/compare/v0.117.1...v0.118.7)
8
22
 
23
+ > 24 March 2025
24
+
9
25
  - Add ai icons [`#480`](https://github.com/nyaruka/temba-components/pull/480)
10
26
  - Bump koa from 2.15.2 to 2.15.4 [`#478`](https://github.com/nyaruka/temba-components/pull/478)
11
27
  - Respect aspect ratio on thumbnails [`#477`](https://github.com/nyaruka/temba-components/pull/477)