@nyaruka/temba-components 0.129.6 → 0.129.7

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 (85) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/demo/components/flow/example.html +8 -1
  3. package/demo/components/flow/index.html +206 -0
  4. package/demo/data/flows/food-order.json +141 -0
  5. package/demo/data/flows/sample-flow.json +14 -14
  6. package/demo/index.html +1 -1
  7. package/dist/temba-components.js +15 -5
  8. package/dist/temba-components.js.map +1 -1
  9. package/out-tsc/src/events.js.map +1 -1
  10. package/out-tsc/src/flow/CanvasNode.js +10 -2
  11. package/out-tsc/src/flow/CanvasNode.js.map +1 -1
  12. package/out-tsc/src/flow/StickyNote.js +1 -1
  13. package/out-tsc/src/flow/StickyNote.js.map +1 -1
  14. package/out-tsc/src/flow/actions/send_email.js +1 -2
  15. package/out-tsc/src/flow/actions/send_email.js.map +1 -1
  16. package/out-tsc/src/flow/actions/send_msg.js +9 -2
  17. package/out-tsc/src/flow/actions/send_msg.js.map +1 -1
  18. package/out-tsc/src/live/ContactChat.js +2 -2
  19. package/out-tsc/src/live/ContactChat.js.map +1 -1
  20. package/package.json +1 -1
  21. package/screenshots/truth/actions/add_contact_groups/render/descriptive-group-names.png +0 -0
  22. package/screenshots/truth/actions/add_contact_groups/render/long-group-names.png +0 -0
  23. package/screenshots/truth/actions/add_contact_groups/render/many-groups.png +0 -0
  24. package/screenshots/truth/actions/add_contact_groups/render/multiple-groups.png +0 -0
  25. package/screenshots/truth/actions/add_contact_groups/render/single-group.png +0 -0
  26. package/screenshots/truth/actions/remove_contact_groups/render/cleanup-groups.png +0 -0
  27. package/screenshots/truth/actions/remove_contact_groups/render/long-descriptive-group-names.png +0 -0
  28. package/screenshots/truth/actions/remove_contact_groups/render/many-groups.png +0 -0
  29. package/screenshots/truth/actions/remove_contact_groups/render/multiple-groups.png +0 -0
  30. package/screenshots/truth/actions/remove_contact_groups/render/remove-from-all-groups.png +0 -0
  31. package/screenshots/truth/actions/remove_contact_groups/render/single-group.png +0 -0
  32. package/screenshots/truth/actions/send_email/editor/complex-business-email.png +0 -0
  33. package/screenshots/truth/actions/send_email/editor/empty-body.png +0 -0
  34. package/screenshots/truth/actions/send_email/editor/empty-subject.png +0 -0
  35. package/screenshots/truth/actions/send_email/editor/long-subject.png +0 -0
  36. package/screenshots/truth/actions/send_email/editor/multiline-body.png +0 -0
  37. package/screenshots/truth/actions/send_email/editor/multiple-recipients.png +0 -0
  38. package/screenshots/truth/actions/send_email/editor/simple-email.png +0 -0
  39. package/screenshots/truth/actions/send_email/editor/with-expressions.png +0 -0
  40. package/screenshots/truth/actions/send_email/render/complex-business-email.png +0 -0
  41. package/screenshots/truth/actions/send_email/render/empty-body.png +0 -0
  42. package/screenshots/truth/actions/send_email/render/empty-subject.png +0 -0
  43. package/screenshots/truth/actions/send_email/render/long-subject.png +0 -0
  44. package/screenshots/truth/actions/send_email/render/multiline-body.png +0 -0
  45. package/screenshots/truth/actions/send_email/render/multiple-recipients.png +0 -0
  46. package/screenshots/truth/actions/send_email/render/simple-email.png +0 -0
  47. package/screenshots/truth/actions/send_email/render/with-expressions.png +0 -0
  48. package/screenshots/truth/actions/send_msg/editor/long-quick-replies.png +0 -0
  49. package/screenshots/truth/actions/send_msg/editor/multiline-text-with-replies.png +0 -0
  50. package/screenshots/truth/actions/send_msg/editor/simple-text.png +0 -0
  51. package/screenshots/truth/actions/send_msg/editor/text-with-linebreaks.png +0 -0
  52. package/screenshots/truth/actions/send_msg/editor/text-with-many-quick-replies.png +0 -0
  53. package/screenshots/truth/actions/send_msg/editor/text-with-quick-replies.png +0 -0
  54. package/screenshots/truth/actions/send_msg/editor/text-without-quick-replies.png +0 -0
  55. package/screenshots/truth/actions/send_msg/render/long-quick-replies.png +0 -0
  56. package/screenshots/truth/actions/send_msg/render/multiline-text-with-replies.png +0 -0
  57. package/screenshots/truth/actions/send_msg/render/simple-text.png +0 -0
  58. package/screenshots/truth/actions/send_msg/render/text-with-linebreaks.png +0 -0
  59. package/screenshots/truth/actions/send_msg/render/text-with-many-quick-replies.png +0 -0
  60. package/screenshots/truth/actions/send_msg/render/text-with-quick-replies.png +0 -0
  61. package/screenshots/truth/actions/send_msg/render/text-without-quick-replies.png +0 -0
  62. package/screenshots/truth/editor/send_msg.png +0 -0
  63. package/screenshots/truth/editor/set_contact_name.png +0 -0
  64. package/screenshots/truth/editor/set_run_result.png +0 -0
  65. package/screenshots/truth/sticky-note/blue-color.png +0 -0
  66. package/screenshots/truth/sticky-note/blue.png +0 -0
  67. package/screenshots/truth/sticky-note/color-picker-expanded.png +0 -0
  68. package/screenshots/truth/sticky-note/default.png +0 -0
  69. package/screenshots/truth/sticky-note/gray-color.png +0 -0
  70. package/screenshots/truth/sticky-note/gray.png +0 -0
  71. package/screenshots/truth/sticky-note/green-color.png +0 -0
  72. package/screenshots/truth/sticky-note/green.png +0 -0
  73. package/screenshots/truth/sticky-note/pink-color.png +0 -0
  74. package/screenshots/truth/sticky-note/pink.png +0 -0
  75. package/screenshots/truth/sticky-note/yellow-color.png +0 -0
  76. package/screenshots/truth/sticky-note/yellow.png +0 -0
  77. package/src/events.ts +1 -2
  78. package/src/flow/CanvasNode.ts +10 -2
  79. package/src/flow/StickyNote.ts +1 -1
  80. package/src/flow/actions/send_email.ts +1 -2
  81. package/src/flow/actions/send_msg.ts +9 -2
  82. package/src/live/ContactChat.ts +2 -2
  83. package/src/store/flow-definition.d.ts +25 -4
  84. package/test-assets/contacts/history.json +1 -2
  85. package/web-dev-server.config.mjs +20 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.