@seamly/web-ui 24.3.0-alpha.1 → 24.3.0-beta.1
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 +92 -74
- package/build/dist/lib/index.debug.js.map +1 -1
- package/build/dist/lib/index.debug.min.js +1 -1
- package/build/dist/lib/index.debug.min.js.map +1 -1
- package/build/dist/lib/index.js +57 -39
- package/build/dist/lib/index.js.map +1 -1
- package/build/dist/lib/index.min.js +1 -1
- package/build/dist/lib/index.min.js.map +1 -1
- package/build/dist/lib/style-guide.js +2 -1
- package/build/dist/lib/style-guide.js.map +1 -1
- package/build/dist/lib/style-guide.min.js +1 -1
- package/build/dist/lib/style-guide.min.js.map +1 -1
- package/package.json +1 -1
- package/src/javascripts/core/index.ts +4 -1
- package/src/javascripts/core/ui/components/conversation/event/choice-prompt.tsx +15 -9
- package/src/javascripts/core/ui/components/conversation/event/conversation-suggestions.tsx +8 -6
- package/src/javascripts/core/ui/components/conversation/event/hooks/use-event-link-click-handler.ts +5 -3
- package/src/javascripts/core/ui/components/core/seamly-instance-functions-loader.ts +5 -2
- package/src/javascripts/core/ui/components/suggestions/index.tsx +9 -6
- package/src/javascripts/core/ui/hooks/use-seamly-commands.ts +1 -7
- package/src/javascripts/style-guide/components/static-core.tsx +3 -3
|
@@ -6675,7 +6675,8 @@ const SeamlyStaticCore = ({
|
|
|
6675
6675
|
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyLiveRegionContext.Provider, {
|
|
6676
6676
|
value: liveMsgRef.current,
|
|
6677
6677
|
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.ComponentFilter, {
|
|
6678
|
-
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.
|
|
6678
|
+
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyActivityEventContext.Provider, {
|
|
6679
|
+
value: () => {},
|
|
6679
6680
|
children: /*#__PURE__*/(0,jsx_runtime_namespaceObject.jsx)(web_ui_namespaceObject.SeamlyFileUpload, {
|
|
6680
6681
|
children: children
|
|
6681
6682
|
})
|