@seamly/web-ui 20.4.0 → 20.5.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.
- package/build/dist/lib/index.debug.js +35 -68
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.debug.min.js.LICENSE.txt +4 -16
- package/build/dist/lib/index.js +374 -3850
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/index.min.js.LICENSE.txt +0 -5
- package/build/dist/lib/standalone.js +394 -3862
- package/build/dist/lib/standalone.min.js +1 -1
- package/build/dist/lib/style-guide.js +200 -113
- package/build/dist/lib/style-guide.min.js +1 -1
- package/package.json +2 -4
- package/src/javascripts/api/index.js +17 -1
- package/src/javascripts/domains/config/reducer.js +2 -0
- package/src/javascripts/domains/forms/provider.js +14 -6
- package/src/javascripts/domains/visibility/actions.js +2 -0
- package/src/javascripts/domains/visibility/hooks.js +60 -1
- package/src/javascripts/domains/visibility/reducer.js +5 -0
- package/src/javascripts/domains/visibility/selectors.js +5 -0
- package/src/javascripts/domains/visibility/utils.js +5 -1
- package/src/javascripts/style-guide/components/app.js +2 -0
- package/src/javascripts/style-guide/states.js +30 -50
- package/src/javascripts/ui/components/conversation/event/card-component.js +1 -2
- package/src/javascripts/ui/components/conversation/event/conversation-suggestions.js +19 -9
- package/src/javascripts/ui/components/conversation/event/cta.js +1 -2
- package/src/javascripts/ui/components/conversation/event/participant.js +2 -11
- package/src/javascripts/ui/components/conversation/event/splash.js +1 -3
- package/src/javascripts/ui/components/conversation/event/text.js +9 -9
- package/src/javascripts/ui/components/layout/chat.js +52 -48
- package/src/javascripts/ui/components/suggestions/suggestions-list.js +12 -14
- package/src/javascripts/ui/components/view/deprecated-view.js +16 -11
- package/src/javascripts/ui/components/view/inline-view.js +13 -8
- package/src/javascripts/ui/hooks/seamly-entry-hooks.js +3 -2
- package/src/javascripts/ui/hooks/seamly-state-hooks.js +4 -3
- package/src/javascripts/ui/hooks/use-seamly-chat.js +41 -29
- package/src/javascripts/ui/hooks/use-seamly-commands.js +16 -4
- package/src/javascripts/ui/utils/seamly-utils.js +16 -6
- package/src/javascripts/lib/parse-body.js +0 -10
- 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
|
\***********************************************/
|
|
@@ -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
|
\*********************************************************************************************/
|