@seamly/web-ui 20.0.0-beta.1 → 20.0.0-beta.4

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 (76) hide show
  1. package/build/dist/lib/components.js +1 -1
  2. package/build/dist/lib/components.min.js +1 -1
  3. package/build/dist/lib/deprecated-view.css +1 -0
  4. package/build/dist/lib/deprecated-view.js +1 -0
  5. package/build/dist/lib/index.debug.js +102 -57
  6. package/build/dist/lib/index.debug.min.js +1 -1
  7. package/build/dist/lib/index.debug.min.js.LICENSE.txt +28 -12
  8. package/build/dist/lib/index.js +14773 -13925
  9. package/build/dist/lib/index.min.js +1 -1
  10. package/build/dist/lib/index.min.js.LICENSE.txt +5 -0
  11. package/build/dist/lib/standalone.js +19922 -19625
  12. package/build/dist/lib/standalone.min.js +1 -1
  13. package/build/dist/lib/style-guide.js +5071 -10746
  14. package/build/dist/lib/style-guide.min.js +1 -2
  15. package/build/dist/lib/styles-default-implementation.css +1 -0
  16. package/build/dist/lib/styles-default-implementation.js +1 -0
  17. package/build/dist/lib/styles.css +1 -1
  18. package/package.json +8 -7
  19. package/src/.DS_Store +0 -0
  20. package/src/javascripts/domains/translations/components/options-button.js +1 -1
  21. package/src/javascripts/index.js +5 -2
  22. package/src/javascripts/lib/parse-body.js +1 -1
  23. package/src/javascripts/package/components.js +1 -1
  24. package/src/javascripts/style-guide/components/app.js +3 -3
  25. package/src/javascripts/style-guide/components/static-core.js +1 -1
  26. package/src/javascripts/style-guide/states.js +326 -69
  27. package/src/javascripts/ui/components/app-options/index.js +9 -3
  28. package/src/javascripts/ui/components/conversation/conversation.js +1 -1
  29. package/src/javascripts/ui/components/conversation/event/carousel-message/index.js +3 -1
  30. package/src/javascripts/ui/components/conversation/event/conversation-suggestions.js +12 -3
  31. package/src/javascripts/ui/components/conversation/event/hooks/use-text-rendering.js +35 -0
  32. package/src/javascripts/ui/components/conversation/event/participant.js +5 -2
  33. package/src/javascripts/ui/components/conversation/event/splash.js +2 -1
  34. package/src/javascripts/ui/components/conversation/event/text.js +2 -1
  35. package/src/javascripts/ui/components/entry/{toggle-button.js → deprecated-toggle-button.js} +0 -0
  36. package/src/javascripts/ui/components/entry/entry-container.js +1 -1
  37. package/src/javascripts/ui/components/faq/faq.js +162 -0
  38. package/src/javascripts/ui/components/layout/chat-frame.js +1 -1
  39. package/src/javascripts/ui/components/layout/chat.js +62 -0
  40. package/src/javascripts/ui/components/layout/{app-frame.js → deprecated-app-frame.js} +10 -24
  41. package/src/javascripts/ui/components/layout/header.js +1 -1
  42. package/src/javascripts/ui/components/options/options-button.js +2 -2
  43. package/src/javascripts/ui/components/suggestions/index.js +2 -2
  44. package/src/javascripts/ui/components/view/app-view.js +3 -3
  45. package/src/javascripts/ui/components/view/deprecated-view.js +6 -4
  46. package/src/javascripts/ui/components/view/index.js +61 -5
  47. package/src/javascripts/ui/components/view/inline-view.js +9 -3
  48. package/src/javascripts/ui/components/view/window-view/index.js +3 -3
  49. package/src/stylesheets/1-settings/_config.scss +6 -6
  50. package/src/stylesheets/{3-app/_app.scss → 3-chat/_chat.scss} +27 -25
  51. package/src/stylesheets/5-components/_conversation.scss +2 -2
  52. package/src/stylesheets/5-components/_disclaimer.scss +1 -1
  53. package/src/stylesheets/5-components/_error.scss +20 -10
  54. package/src/stylesheets/5-components/_message-count.scss +1 -0
  55. package/src/stylesheets/5-components/_modal.scss +2 -2
  56. package/src/stylesheets/5-components/_options.scss +8 -8
  57. package/src/stylesheets/5-components/_pre-chat-messages.scss +6 -2
  58. package/src/stylesheets/5-components/_suggestions.scss +12 -6
  59. package/src/stylesheets/5-components/_unstarted.scss +14 -8
  60. package/src/stylesheets/6-default-implementation/_hover.scss +153 -0
  61. package/src/stylesheets/{6-webui-only → 6-default-implementation}/_scrollbar.scss +1 -1
  62. package/src/stylesheets/7-deprecated/3-app/_app.scss +8 -8
  63. package/src/stylesheets/7-deprecated/5-components/_error.scss +19 -9
  64. package/src/stylesheets/7-deprecated/5-components/_input.scss +1 -1
  65. package/src/stylesheets/7-deprecated/5-components/_options.scss +8 -10
  66. package/src/stylesheets/styles-default-implementation.scss +3 -0
  67. package/src/stylesheets/styles.scss +8 -9
  68. package/webpack/config.common.js +7 -1
  69. package/webpack/config.package.js +9 -1
  70. package/webpack/config.test.js +1 -0
  71. package/webpack/defaults.js +3 -6
  72. package/CHANGELOG.md +0 -625
  73. package/build/dist/lib/style-guide.min.js.LICENSE.txt +0 -9
  74. package/src/javascripts/ui/components/layout/modal-wrapper.js +0 -0
  75. package/src/stylesheets/6-webui-only/_hover.scss +0 -151
  76. package/src/stylesheets/styles-webui-only.scss +0 -3
@@ -114,10 +114,6 @@
114
114
  !*** ./node_modules/has-symbols/shams.js ***!
115
115
  \*******************************************/
116
116
 
117
- /*!*******************************************!*\
118
- !*** ./node_modules/marked/lib/marked.js ***!
119
- \*******************************************/
120
-
121
117
  /*!*******************************************!*\
122
118
  !*** ./node_modules/object-keys/index.js ***!
123
119
  \*******************************************/
@@ -130,6 +126,10 @@
130
126
  !*** ./src/javascripts/lib/parse-body.js ***!
131
127
  \*******************************************/
132
128
 
129
+ /*!********************************************!*\
130
+ !*** ./node_modules/mustache/mustache.mjs ***!
131
+ \********************************************/
132
+
133
133
  /*!********************************************!*\
134
134
  !*** ./node_modules/side-channel/index.js ***!
135
135
  \********************************************/
@@ -186,6 +186,10 @@
186
186
  !*** ./src/javascripts/domains/app/utils.js ***!
187
187
  \**********************************************/
188
188
 
189
+ /*!***********************************************!*\
190
+ !*** ./node_modules/marked/lib/marked.esm.js ***!
191
+ \***********************************************/
192
+
189
193
  /*!***********************************************!*\
190
194
  !*** ./node_modules/superagent/lib/client.js ***!
191
195
  \***********************************************/
@@ -322,6 +326,10 @@
322
326
  !*** ./src/javascripts/domains/redux/context.js ***!
323
327
  \**************************************************/
324
328
 
329
+ /*!**************************************************!*\
330
+ !*** ./src/javascripts/ui/components/faq/faq.js ***!
331
+ \**************************************************/
332
+
325
333
  /*!**************************************************!*\
326
334
  !*** ./src/javascripts/ui/hooks/seamly-hooks.js ***!
327
335
  \**************************************************/
@@ -454,6 +462,10 @@
454
462
  !*** ./src/javascripts/domains/interrupt/reducer.js ***!
455
463
  \******************************************************/
456
464
 
465
+ /*!******************************************************!*\
466
+ !*** ./src/javascripts/ui/components/layout/chat.js ***!
467
+ \******************************************************/
468
+
457
469
  /*!******************************************************!*\
458
470
  !*** ./src/javascripts/ui/components/layout/icon.js ***!
459
471
  \******************************************************/
@@ -594,10 +606,6 @@
594
606
  !*** ./src/javascripts/ui/components/core/seamly-core.js ***!
595
607
  \***********************************************************/
596
608
 
597
- /*!***********************************************************!*\
598
- !*** ./src/javascripts/ui/components/layout/app-frame.js ***!
599
- \***********************************************************/
600
-
601
609
  /*!***********************************************************!*\
602
610
  !*** ./src/javascripts/ui/components/layout/interrupt.js ***!
603
611
  \***********************************************************/
@@ -674,10 +682,6 @@
674
682
  !*** ./src/javascripts/ui/components/conversation/loader.js ***!
675
683
  \**************************************************************/
676
684
 
677
- /*!**************************************************************!*\
678
- !*** ./src/javascripts/ui/components/entry/toggle-button.js ***!
679
- \**************************************************************/
680
-
681
685
  /*!**************************************************************!*\
682
686
  !*** ./src/javascripts/ui/components/entry/upload-toggle.js ***!
683
687
  \**************************************************************/
@@ -846,6 +850,10 @@
846
850
  !*** ./src/javascripts/ui/components/conversation/event-divider.js ***!
847
851
  \*********************************************************************/
848
852
 
853
+ /*!**********************************************************************!*\
854
+ !*** ./src/javascripts/ui/components/layout/deprecated-app-frame.js ***!
855
+ \**********************************************************************/
856
+
849
857
  /*!**********************************************************************!*\
850
858
  !*** ./src/javascripts/ui/hooks/use-seamly-idle-detach-countdown.js ***!
851
859
  \**********************************************************************/
@@ -906,6 +914,10 @@
906
914
  !*** ./src/javascripts/ui/components/conversation/message-container.js ***!
907
915
  \*************************************************************************/
908
916
 
917
+ /*!*************************************************************************!*\
918
+ !*** ./src/javascripts/ui/components/entry/deprecated-toggle-button.js ***!
919
+ \*************************************************************************/
920
+
909
921
  /*!**************************************************************************!*\
910
922
  !*** ./node_modules/raw-loader/dist/cjs.js!./src/icons/icon_close-8.svg ***!
911
923
  \**************************************************************************/
@@ -1090,6 +1102,10 @@
1090
1102
  !*** ./src/javascripts/ui/components/conversation/event/hooks/use-formatted-date.js ***!
1091
1103
  \**************************************************************************************/
1092
1104
 
1105
+ /*!**************************************************************************************!*\
1106
+ !*** ./src/javascripts/ui/components/conversation/event/hooks/use-text-rendering.js ***!
1107
+ \**************************************************************************************/
1108
+
1093
1109
  /*!*********************************************************************************************!*\
1094
1110
  !*** ./src/javascripts/ui/components/conversation/event/divider/variants/time-indicator.js ***!
1095
1111
  \*********************************************************************************************/