@seamly/web-ui 20.3.1 → 20.6.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 (49) hide show
  1. package/CHANGELOG.md +769 -0
  2. package/build/dist/lib/index.debug.js +66 -99
  3. package/build/dist/lib/index.debug.min.js +1 -1
  4. package/build/dist/lib/index.debug.min.js.LICENSE.txt +8 -20
  5. package/build/dist/lib/index.js +748 -4372
  6. package/build/dist/lib/index.min.js +1 -1
  7. package/build/dist/lib/index.min.js.LICENSE.txt +0 -5
  8. package/build/dist/lib/standalone.js +606 -4449
  9. package/build/dist/lib/standalone.min.js +1 -1
  10. package/build/dist/lib/style-guide.js +373 -178
  11. package/build/dist/lib/style-guide.min.js +1 -1
  12. package/build/dist/lib/styles.css +1 -1
  13. package/package.json +2 -4
  14. package/src/javascripts/api/index.js +17 -1
  15. package/src/javascripts/domains/config/reducer.js +2 -0
  16. package/src/javascripts/domains/forms/provider.js +14 -6
  17. package/src/javascripts/domains/store/index.js +11 -11
  18. package/src/javascripts/domains/store/state-reducer.js +1 -0
  19. package/src/javascripts/domains/translations/middleware.js +6 -5
  20. package/src/javascripts/domains/visibility/actions.js +2 -0
  21. package/src/javascripts/domains/visibility/hooks.js +60 -1
  22. package/src/javascripts/domains/visibility/reducer.js +5 -0
  23. package/src/javascripts/domains/visibility/selectors.js +5 -0
  24. package/src/javascripts/domains/visibility/utils.js +5 -1
  25. package/src/javascripts/style-guide/components/app.js +2 -0
  26. package/src/javascripts/style-guide/states.js +86 -51
  27. package/src/javascripts/ui/components/conversation/conversation.js +40 -36
  28. package/src/javascripts/ui/components/conversation/event/card-component.js +1 -2
  29. package/src/javascripts/ui/components/conversation/event/conversation-suggestions.js +19 -9
  30. package/src/javascripts/ui/components/conversation/event/cta.js +1 -2
  31. package/src/javascripts/ui/components/conversation/event/image.js +11 -3
  32. package/src/javascripts/ui/components/conversation/event/participant.js +2 -11
  33. package/src/javascripts/ui/components/conversation/event/splash.js +1 -3
  34. package/src/javascripts/ui/components/conversation/event/text.js +9 -9
  35. package/src/javascripts/ui/components/entry/text-entry/text-entry-form.js +6 -0
  36. package/src/javascripts/ui/components/layout/chat.js +52 -48
  37. package/src/javascripts/ui/components/suggestions/suggestions-list.js +12 -14
  38. package/src/javascripts/ui/components/view/deprecated-view.js +16 -11
  39. package/src/javascripts/ui/components/view/inline-view.js +13 -8
  40. package/src/javascripts/ui/hooks/seamly-entry-hooks.js +3 -2
  41. package/src/javascripts/ui/hooks/seamly-state-hooks.js +7 -3
  42. package/src/javascripts/ui/hooks/use-seamly-chat.js +41 -29
  43. package/src/javascripts/ui/hooks/use-seamly-commands.js +16 -4
  44. package/src/javascripts/ui/utils/seamly-utils.js +27 -7
  45. package/src/stylesheets/5-components/_message-count.scss +5 -2
  46. package/webpack/parts/dev-server.js +10 -1
  47. package/src/.DS_Store +0 -0
  48. package/src/javascripts/lib/parse-body.js +0 -10
  49. package/src/javascripts/ui/components/conversation/event/hooks/use-text-rendering.js +0 -35
@@ -18,6 +18,10 @@
18
18
  !*** ./util.inspect (ignored) ***!
19
19
  \********************************/
20
20
 
21
+ /*!********************************!*\
22
+ !*** external "preact/compat" ***!
23
+ \********************************/
24
+
21
25
  /*!**********************************!*\
22
26
  !*** ./node_modules/ms/index.js ***!
23
27
  \**********************************/
@@ -106,14 +110,6 @@
106
110
  !*** ./node_modules/reselect/es/index.js ***!
107
111
  \*******************************************/
108
112
 
109
- /*!*******************************************!*\
110
- !*** ./src/javascripts/lib/parse-body.js ***!
111
- \*******************************************/
112
-
113
- /*!********************************************!*\
114
- !*** ./node_modules/mustache/mustache.mjs ***!
115
- \********************************************/
116
-
117
113
  /*!********************************************!*\
118
114
  !*** ./node_modules/side-channel/index.js ***!
119
115
  \********************************************/
@@ -170,10 +166,6 @@
170
166
  !*** ./src/javascripts/domains/app/utils.js ***!
171
167
  \**********************************************/
172
168
 
173
- /*!***********************************************!*\
174
- !*** ./node_modules/marked/lib/marked.esm.js ***!
175
- \***********************************************/
176
-
177
169
  /*!***********************************************!*\
178
170
  !*** ./node_modules/superagent/lib/client.js ***!
179
171
  \***********************************************/
@@ -430,6 +422,10 @@
430
422
  !*** ./node_modules/function-bind/implementation.js ***!
431
423
  \******************************************************/
432
424
 
425
+ /*!******************************************************!*\
426
+ !*** ./node_modules/phoenix/priv/static/phoenix.mjs ***!
427
+ \******************************************************/
428
+
433
429
  /*!******************************************************!*\
434
430
  !*** ./node_modules/superagent/lib/response-base.js ***!
435
431
  \******************************************************/
@@ -530,10 +526,6 @@
530
526
  !*** ./src/javascripts/ui/hooks/seamly-state-hooks.js ***!
531
527
  \********************************************************/
532
528
 
533
- /*!*********************************************************!*\
534
- !*** ./node_modules/phoenix/priv/static/phoenix.esm.js ***!
535
- \*********************************************************/
536
-
537
529
  /*!*********************************************************!*\
538
530
  !*** ./src/javascripts/api/errors/seamly-base-error.js ***!
539
531
  \*********************************************************/
@@ -1138,10 +1130,6 @@
1138
1130
  !*** ./src/javascripts/ui/components/conversation/event/hooks/use-formatted-date.js ***!
1139
1131
  \**************************************************************************************/
1140
1132
 
1141
- /*!**************************************************************************************!*\
1142
- !*** ./src/javascripts/ui/components/conversation/event/hooks/use-text-rendering.js ***!
1143
- \**************************************************************************************/
1144
-
1145
1133
  /*!*********************************************************************************************!*\
1146
1134
  !*** ./src/javascripts/ui/components/conversation/event/divider/variants/time-indicator.js ***!
1147
1135
  \*********************************************************************************************/