@nyaruka/temba-components 0.80.1 → 0.82.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 (137) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/temba-components.js +95 -64
  3. package/dist/temba-components.js.map +1 -1
  4. package/out-tsc/src/button/Button.js +0 -1
  5. package/out-tsc/src/button/Button.js.map +1 -1
  6. package/out-tsc/src/checkbox/Checkbox.js +0 -1
  7. package/out-tsc/src/checkbox/Checkbox.js.map +1 -1
  8. package/out-tsc/src/contacts/ContactName.js +1 -3
  9. package/out-tsc/src/contacts/ContactName.js.map +1 -1
  10. package/out-tsc/src/datepicker/DatePicker.js +0 -1
  11. package/out-tsc/src/datepicker/DatePicker.js.map +1 -1
  12. package/out-tsc/src/dialog/Dialog.js +0 -1
  13. package/out-tsc/src/dialog/Dialog.js.map +1 -1
  14. package/out-tsc/src/dialog/Modax.js +0 -1
  15. package/out-tsc/src/dialog/Modax.js.map +1 -1
  16. package/out-tsc/src/list/NotificationList.js +2 -2
  17. package/out-tsc/src/list/NotificationList.js.map +1 -1
  18. package/out-tsc/src/list/RunList.js +2 -1
  19. package/out-tsc/src/list/RunList.js.map +1 -1
  20. package/out-tsc/src/select/Select.js +62 -63
  21. package/out-tsc/src/select/Select.js.map +1 -1
  22. package/out-tsc/src/tabpane/Tab.js +11 -11
  23. package/out-tsc/src/tabpane/Tab.js.map +1 -1
  24. package/out-tsc/src/tabpane/TabPane.js +49 -34
  25. package/out-tsc/src/tabpane/TabPane.js.map +1 -1
  26. package/out-tsc/src/textinput/TextInput.js +1 -3
  27. package/out-tsc/src/textinput/TextInput.js.map +1 -1
  28. package/out-tsc/src/webchat/WebChat.js +64 -15
  29. package/out-tsc/src/webchat/WebChat.js.map +1 -1
  30. package/package.json +1 -1
  31. package/screenshots/truth/checkbox/checkbox-label-background-hover.png +0 -0
  32. package/screenshots/truth/checkbox/checked.png +0 -0
  33. package/screenshots/truth/checkbox/default.png +0 -0
  34. package/screenshots/truth/colorpicker/default.png +0 -0
  35. package/screenshots/truth/colorpicker/focused.png +0 -0
  36. package/screenshots/truth/colorpicker/initialized.png +0 -0
  37. package/screenshots/truth/colorpicker/selected.png +0 -0
  38. package/screenshots/truth/compose/chatbox-attachments-counter-and-send-button.png +0 -0
  39. package/screenshots/truth/compose/chatbox-attachments-counter-no-send-button.png +0 -0
  40. package/screenshots/truth/compose/chatbox-attachments-no-counter-and-send-button.png +0 -0
  41. package/screenshots/truth/compose/chatbox-attachments-no-counter-no-send-button.png +0 -0
  42. package/screenshots/truth/compose/chatbox-counter-and-send-button.png +0 -0
  43. package/screenshots/truth/compose/chatbox-counter-no-send-button.png +0 -0
  44. package/screenshots/truth/compose/chatbox-no-counter-and-send-button.png +0 -0
  45. package/screenshots/truth/compose/chatbox-no-counter-no-send-button.png +0 -0
  46. package/screenshots/truth/compose/chatbox-no-text-attachments-with-all-files-and-click-send.png +0 -0
  47. package/screenshots/truth/compose/chatbox-no-text-attachments-with-all-files.png +0 -0
  48. package/screenshots/truth/compose/chatbox-no-text-attachments-with-failure-files.png +0 -0
  49. package/screenshots/truth/compose/chatbox-no-text-attachments-with-success-files-and-click-send.png +0 -0
  50. package/screenshots/truth/compose/chatbox-no-text-attachments-with-success-files.png +0 -0
  51. package/screenshots/truth/compose/chatbox-with-text-and-click-send.png +0 -0
  52. package/screenshots/truth/compose/chatbox-with-text-and-hit-enter.png +0 -0
  53. package/screenshots/truth/compose/chatbox-with-text-and-spaces.png +0 -0
  54. package/screenshots/truth/compose/chatbox-with-text-and-url.png +0 -0
  55. package/screenshots/truth/compose/chatbox-with-text-attachments-no-files-and-click-send.png +0 -0
  56. package/screenshots/truth/compose/chatbox-with-text-attachments-no-files-and-hit-enter.png +0 -0
  57. package/screenshots/truth/compose/chatbox-with-text-attachments-no-files.png +0 -0
  58. package/screenshots/truth/compose/chatbox-with-text-attachments-with-all-files-and-click-send.png +0 -0
  59. package/screenshots/truth/compose/chatbox-with-text-attachments-with-all-files-and-hit-enter.png +0 -0
  60. package/screenshots/truth/compose/chatbox-with-text-attachments-with-all-files.png +0 -0
  61. package/screenshots/truth/compose/chatbox-with-text-attachments-with-failure-files.png +0 -0
  62. package/screenshots/truth/compose/chatbox-with-text-attachments-with-success-files-and-click-send.png +0 -0
  63. package/screenshots/truth/compose/chatbox-with-text-attachments-with-success-files-and-hit-enter.png +0 -0
  64. package/screenshots/truth/compose/chatbox-with-text-attachments-with-success-files.png +0 -0
  65. package/screenshots/truth/compose/chatbox-with-text-no-spaces.png +0 -0
  66. package/screenshots/truth/compose/chatbox-with-text.png +0 -0
  67. package/screenshots/truth/contacts/compose-attachments-no-text-failure.png +0 -0
  68. package/screenshots/truth/contacts/compose-attachments-no-text-success.png +0 -0
  69. package/screenshots/truth/contacts/compose-text-and-attachments-failure-attachments.png +0 -0
  70. package/screenshots/truth/contacts/compose-text-and-attachments-failure-generic.png +0 -0
  71. package/screenshots/truth/contacts/compose-text-and-attachments-failure-text-and-attachments.png +0 -0
  72. package/screenshots/truth/contacts/compose-text-and-attachments-failure-text.png +0 -0
  73. package/screenshots/truth/contacts/compose-text-and-attachments-success.png +0 -0
  74. package/screenshots/truth/contacts/compose-text-no-attachments-failure.png +0 -0
  75. package/screenshots/truth/contacts/compose-text-no-attachments-success.png +0 -0
  76. package/screenshots/truth/contacts/contact-active-default.png +0 -0
  77. package/screenshots/truth/contacts/contact-active-show-chatbox.png +0 -0
  78. package/screenshots/truth/contacts/contact-archived-hide-chatbox.png +0 -0
  79. package/screenshots/truth/contacts/contact-blocked-hide-chatbox.png +0 -0
  80. package/screenshots/truth/contacts/contact-stopped-hide-chatbox.png +0 -0
  81. package/screenshots/truth/contacts/history.png +0 -0
  82. package/screenshots/truth/datepicker/date-truncated-time.png +0 -0
  83. package/screenshots/truth/datepicker/date.png +0 -0
  84. package/screenshots/truth/datepicker/initial-timezone.png +0 -0
  85. package/screenshots/truth/datepicker/updated-keyboard-date.png +0 -0
  86. package/screenshots/truth/dialog/focused.png +0 -0
  87. package/screenshots/truth/list/fields-dragging.png +0 -0
  88. package/screenshots/truth/list/fields-filtered.png +0 -0
  89. package/screenshots/truth/list/fields-hovered.png +0 -0
  90. package/screenshots/truth/list/fields.png +0 -0
  91. package/screenshots/truth/menu/menu-focused-with items.png +0 -0
  92. package/screenshots/truth/menu/menu-refresh-1.png +0 -0
  93. package/screenshots/truth/menu/menu-refresh-2.png +0 -0
  94. package/screenshots/truth/menu/menu-submenu.png +0 -0
  95. package/screenshots/truth/menu/menu-tasks-nextup.png +0 -0
  96. package/screenshots/truth/menu/menu-tasks.png +0 -0
  97. package/screenshots/truth/modax/form.png +0 -0
  98. package/screenshots/truth/modax/simple.png +0 -0
  99. package/screenshots/truth/select/expressions.png +0 -0
  100. package/screenshots/truth/select/functions.png +0 -0
  101. package/screenshots/truth/select/local-options.png +0 -0
  102. package/screenshots/truth/select/remote-options.png +0 -0
  103. package/screenshots/truth/select/search-enabled.png +0 -0
  104. package/screenshots/truth/select/search-multi-no-matches.png +0 -0
  105. package/screenshots/truth/select/search-selected-focus.png +0 -0
  106. package/screenshots/truth/select/search-with-selected.png +0 -0
  107. package/screenshots/truth/select/searching.png +0 -0
  108. package/screenshots/truth/select/with-placeholder.png +0 -0
  109. package/screenshots/truth/templates/default.png +0 -0
  110. package/screenshots/truth/templates/french.png +0 -0
  111. package/screenshots/truth/textinput/input-disabled.png +0 -0
  112. package/screenshots/truth/textinput/input-focused.png +0 -0
  113. package/screenshots/truth/textinput/input-form.png +0 -0
  114. package/screenshots/truth/textinput/input-inserted.png +0 -0
  115. package/screenshots/truth/textinput/input-placeholder.png +0 -0
  116. package/screenshots/truth/textinput/input-updated.png +0 -0
  117. package/screenshots/truth/textinput/input.png +0 -0
  118. package/screenshots/truth/textinput/textarea-focused.png +0 -0
  119. package/screenshots/truth/textinput/textarea.png +0 -0
  120. package/src/button/Button.ts +0 -1
  121. package/src/checkbox/Checkbox.ts +0 -1
  122. package/src/contacts/ContactName.ts +1 -3
  123. package/src/datepicker/DatePicker.ts +0 -1
  124. package/src/dialog/Dialog.ts +0 -2
  125. package/src/dialog/Modax.ts +0 -1
  126. package/src/list/NotificationList.ts +2 -3
  127. package/src/list/RunList.ts +2 -1
  128. package/src/select/Select.ts +70 -69
  129. package/src/tabpane/Tab.ts +14 -11
  130. package/src/tabpane/TabPane.ts +59 -36
  131. package/src/textinput/TextInput.ts +1 -3
  132. package/src/webchat/WebChat.ts +68 -19
  133. package/static/css/temba-components.css +0 -5
  134. package/test-assets/style.css +1 -1
  135. package/screenshots/truth/datepicker/datetime.png +0 -0
  136. package/screenshots/truth/datepicker/initial-value.png +0 -0
  137. package/screenshots/truth/datepicker/updated-keyboard.png +0 -0
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.82.0](https://github.com/nyaruka/temba-components/compare/v0.81.0...v0.82.0)
8
+
9
+ - Make tabs and selects use slotchange [`#414`](https://github.com/nyaruka/temba-components/pull/414)
10
+
11
+ #### [v0.81.0](https://github.com/nyaruka/temba-components/compare/v0.80.1...v0.81.0)
12
+
13
+ > 11 April 2024
14
+
15
+ - Heavier fonts [`#413`](https://github.com/nyaruka/temba-components/pull/413)
16
+
7
17
  #### [v0.80.1](https://github.com/nyaruka/temba-components/compare/v0.80.0...v0.80.1)
8
18
 
19
+ > 10 April 2024
20
+
9
21
  - Add beat for temba-option collection [`3406463`](https://github.com/nyaruka/temba-components/commit/3406463dd07490615ec979c21c8701f7694a4f80)
10
22
 
11
23
  #### [v0.80.0](https://github.com/nyaruka/temba-components/compare/v0.77.0...v0.80.0)