@seamly/web-ui 24.2.1-beta.1 → 24.3.0-alpha.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 +2492 -2189
- 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.LICENSE.txt +461 -447
- package/build/dist/lib/index.debug.min.js.map +1 -1
- package/build/dist/lib/index.js +911 -498
- 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.LICENSE.txt +5 -3
- package/build/dist/lib/index.min.js.map +1 -1
- package/build/dist/lib/style-guide.js +4681 -22580
- package/build/dist/lib/style-guide.js.map +1 -1
- package/build/dist/lib/style-guide.min.js +1 -2
- package/build/dist/lib/style-guide.min.js.map +1 -1
- package/package.json +19 -19
- package/src/javascripts/{index.ts → core/index.ts} +32 -0
- package/src/javascripts/core/ui/components/layout/icon.tsx +102 -0
- package/src/javascripts/{ui → core/ui}/components/view/index.tsx +1 -1
- package/src/javascripts/{ui → core/ui}/hooks/event-bus-hooks.ts +1 -1
- package/src/javascripts/style-guide/components/app.tsx +8 -5
- package/src/javascripts/style-guide/components/links.tsx +2 -2
- package/src/javascripts/style-guide/components/static-core.tsx +12 -15
- package/src/javascripts/style-guide/components/view.tsx +2 -3
- package/src/javascripts/style-guide/index.ts +5 -0
- package/src/javascripts/style-guide/states.ts +6 -4
- package/src/javascripts/style-guide/style-guide-engine.tsx +1 -2
- package/src/javascripts/style-guide/style-guide-external-api.ts +1 -1
- package/webpack/config.package.js +9 -58
- package/webpack/defaults.js +7 -27
- package/webpack/parts/dev-server.js +3 -3
- package/build/dist/lib/components.js +0 -21127
- package/build/dist/lib/components.js.map +0 -1
- package/build/dist/lib/components.min.js +0 -3
- package/build/dist/lib/components.min.js.LICENSE.txt +0 -14
- package/build/dist/lib/components.min.js.map +0 -1
- package/build/dist/lib/config.js +0 -58
- package/build/dist/lib/config.js.map +0 -1
- package/build/dist/lib/config.min.js +0 -2
- package/build/dist/lib/config.min.js.map +0 -1
- package/build/dist/lib/contexts.js +0 -123
- package/build/dist/lib/contexts.js.map +0 -1
- package/build/dist/lib/contexts.min.js +0 -2
- package/build/dist/lib/contexts.min.js.map +0 -1
- package/build/dist/lib/hooks.js +0 -14045
- package/build/dist/lib/hooks.js.map +0 -1
- package/build/dist/lib/hooks.min.js +0 -3
- package/build/dist/lib/hooks.min.js.LICENSE.txt +0 -9
- package/build/dist/lib/hooks.min.js.map +0 -1
- package/build/dist/lib/standalone.js +0 -22386
- package/build/dist/lib/standalone.js.map +0 -1
- package/build/dist/lib/standalone.min.js +0 -3
- package/build/dist/lib/standalone.min.js.LICENSE.txt +0 -14
- package/build/dist/lib/standalone.min.js.map +0 -1
- package/build/dist/lib/storage.js +0 -269
- package/build/dist/lib/storage.js.map +0 -1
- package/build/dist/lib/storage.min.js +0 -3
- package/build/dist/lib/storage.min.js.LICENSE.txt +0 -1
- package/build/dist/lib/storage.min.js.map +0 -1
- package/build/dist/lib/style-guide.min.js.LICENSE.txt +0 -19
- package/build/dist/lib/utils.js +0 -23303
- package/build/dist/lib/utils.js.map +0 -1
- package/build/dist/lib/utils.min.js +0 -3
- package/build/dist/lib/utils.min.js.LICENSE.txt +0 -14
- package/build/dist/lib/utils.min.js.map +0 -1
- package/src/javascripts/package/components.ts +0 -25
- package/src/javascripts/package/config.ts +0 -1
- package/src/javascripts/package/contexts.ts +0 -7
- package/src/javascripts/package/hooks.ts +0 -31
- package/src/javascripts/package/storage.ts +0 -3
- package/src/javascripts/package/utils.ts +0 -20
- package/src/javascripts/style-guide.ts +0 -5
- package/src/javascripts/ui/components/layout/icon.tsx +0 -102
- /package/src/javascripts/{api → core/api}/api.types.ts +0 -0
- /package/src/javascripts/{api → core/api}/asyncapi.types.ts +0 -0
- /package/src/javascripts/{api → core/api}/channel.types.ts +0 -0
- /package/src/javascripts/{api → core/api}/conversation-connector.ts +0 -0
- /package/src/javascripts/{api → core/api}/errors/seamly-api-error.ts +0 -0
- /package/src/javascripts/{api → core/api}/errors/seamly-base-error.ts +0 -0
- /package/src/javascripts/{api → core/api}/errors/seamly-configuration-error.ts +0 -0
- /package/src/javascripts/{api → core/api}/errors/seamly-general-error.ts +0 -0
- /package/src/javascripts/{api → core/api}/errors/seamly-offline-error.ts +0 -0
- /package/src/javascripts/{api → core/api}/errors/seamly-session-expired-error.ts +0 -0
- /package/src/javascripts/{api → core/api}/errors/seamly-unauthorized-error.ts +0 -0
- /package/src/javascripts/{api → core/api}/errors/seamly-unavailable-error.ts +0 -0
- /package/src/javascripts/{api → core/api}/index.ts +0 -0
- /package/src/javascripts/{api → core/api}/utils.ts +0 -0
- /package/src/javascripts/{config.ts → core/config.ts} +0 -0
- /package/src/javascripts/{config.types.ts → core/config.types.ts} +0 -0
- /package/src/javascripts/{domains → core/domains}/app/actions.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/app/app.types.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/app/hooks.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/app/selectors.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/app/slice.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/config/actions.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/config/hooks.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/config/selectors.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/config/slice.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/errors/index.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/forms/context.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/forms/forms.types.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/forms/hooks.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/forms/provider.tsx +0 -0
- /package/src/javascripts/{domains → core/domains}/forms/selectors.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/forms/slice.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/forms/utils.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/i18n/actions.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/i18n/hooks.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/i18n/i18n.types.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/i18n/selectors.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/i18n/slice.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/interrupt/hooks.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/interrupt/middleware.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/interrupt/selectors.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/interrupt/slice.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/options/middleware.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/redux/create-debounced-async-thunk.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/redux/redux.types.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/store/actions.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/store/index.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/store/selectors.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/store/slice.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/store/store.types.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/components/options-button.tsx +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/components/options-dialog/index.tsx +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/components/options-dialog/translation-option.tsx +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/components/options-dialog/translation-options.tsx +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/components/translation-status.tsx +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/hooks.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/middleware.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/selectors.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/slice.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/translations/translations.types.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/visibility/actions.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/visibility/constants.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/visibility/hooks.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/visibility/selectors.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/visibility/slice.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/visibility/utils.ts +0 -0
- /package/src/javascripts/{domains → core/domains}/visibility/visibility.types.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/css.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/debug.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/engine/index.tsx +0 -0
- /package/src/javascripts/{lib → core/lib}/external-api/index.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/external-api/initialize-api.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/id.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/mutex.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/preact-debug.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/split-url-params.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/store/index.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/store/providers/app-storage.js +0 -0
- /package/src/javascripts/{lib → core/lib}/store/providers/app-storage.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/store/providers/cookie-storage.js +0 -0
- /package/src/javascripts/{lib → core/lib}/store/providers/cookie-storage.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/store/providers/session-storage.js +0 -0
- /package/src/javascripts/{lib → core/lib}/store/providers/session-storage.ts +0 -0
- /package/src/javascripts/{lib → core/lib}/url-helpers.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/app-options/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/chat-app.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/chat-status/chat-status-action.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/chat-status/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/component-context.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/component-filter.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/conversation.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/card-component.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/card-message.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/carousel-component/components/controls.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/carousel-component/components/pagination.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/carousel-component/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/carousel-message/components/slide.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/carousel-message/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/chat-scroll/chat-scroll-context.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/chat-scroll/chat-scroll-provider.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/chat-scroll/unread-messages-button.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/choice-prompt.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/conversation-suggestions.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/cta.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/divider/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/divider/variants/default.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/divider/variants/new-translation.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/divider/variants/time-indicator.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/event-participant.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/event.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/hooks/use-event-link-click-handler.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/hooks/use-formatted-date.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/image-lightbox.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/image.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/participant.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/splash.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/text.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/translation.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/upload.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event/video.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/event-divider.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/loader.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/message-container.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/conversation/use-chat-scroll.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-activity-event-context.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-activity-monitor.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-api-context.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-chat.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-core.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-event-subscriber.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-file-upload-context.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-file-upload.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-idle-detach-counter.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-initializer.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-instance-functions-loader.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-live-region-context.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-live-region.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-new-notifications.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/core/seamly-read-state.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/entry/abort-transaction-button/abort-transaction-button.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/entry/entry-container.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/entry/text-entry/hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/components/entry/text-entry/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/entry/text-entry/text-entry-form.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/entry/upload/file-upload-form.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/entry/upload/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/entry/upload-toggle.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/form-controls/error.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/form-controls/file-input.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/form-controls/form.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/form-controls/input.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/form-controls/label.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/form-controls/wrapper.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/agent-info.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/chat-frame.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/chat.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/collapsed-chat-messages.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/continue-chat-messages.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/header.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/interrupt.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/pre-chat-messages.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/layout/privacy-disclaimer.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/options/options-button.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/options/options-frame.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/options/options.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/options/transcript/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/options/transcript/transcript-form.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/suggestions/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/suggestions/suggestions-item.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/suggestions/suggestions-list.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/translation-proposal/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/view/app-view.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/view/inline-view.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/view/window-view/collapse-button.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/view/window-view/index.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/view/window-view/window-open-button.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/warnings/idle-detach-warning.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/warnings/prompt.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/warnings/resume-conversation-prompt.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/widgets/in-out-transition.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/widgets/lightbox.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/widgets/modal.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/components/widgets/upload-progress.tsx +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/component-helper-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/file-upload-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/focus-helper-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/live-region-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/seamly-api-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/seamly-entry-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/seamly-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/seamly-option-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/seamly-state-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/sounds/beep.mp3 +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-click-outside.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-debounce.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-event-component-mapping.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-interval.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-notifications.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-seamly-actions.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-seamly-activity-event-handler.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-seamly-chat.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-seamly-commands.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-seamly-conversation.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-seamly-idle-detach-countdown.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-seamly-resume-conversation-prompt.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-session-expired-command.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-single-file-upload.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/use-timeout.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/hooks/utility-hooks.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/utils/form-utils.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/utils/general-utils.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/utils/seamly-utils.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/utils/seamly-utils.types.ts +0 -0
- /package/src/javascripts/{ui → core/ui}/utils/validations.ts +0 -0
package/build/dist/lib/config.js
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ // The require scope
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/define property getters */
|
|
8
|
-
/******/ (() => {
|
|
9
|
-
/******/ // define getter functions for harmony exports
|
|
10
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
11
|
-
/******/ for(var key in definition) {
|
|
12
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
13
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
14
|
-
/******/ }
|
|
15
|
-
/******/ }
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ })();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
20
|
-
/******/ (() => {
|
|
21
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
22
|
-
/******/ })();
|
|
23
|
-
/******/
|
|
24
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
25
|
-
/******/ (() => {
|
|
26
|
-
/******/ // define __esModule on exports
|
|
27
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
28
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
29
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
30
|
-
/******/ }
|
|
31
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
32
|
-
/******/ };
|
|
33
|
-
/******/ })();
|
|
34
|
-
/******/
|
|
35
|
-
/************************************************************************/
|
|
36
|
-
var __webpack_exports__ = {};
|
|
37
|
-
// ESM COMPAT FLAG
|
|
38
|
-
__webpack_require__.r(__webpack_exports__);
|
|
39
|
-
|
|
40
|
-
// EXPORTS
|
|
41
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
42
|
-
visibilityStates: () => (/* reexport */ visibilityStates)
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
;// ./src/javascripts/domains/visibility/constants.ts
|
|
46
|
-
const StoreKey = 'visibility';
|
|
47
|
-
const visibilityStates = {
|
|
48
|
-
hidden: 'hidden',
|
|
49
|
-
minimized: 'minimized',
|
|
50
|
-
open: 'open',
|
|
51
|
-
initialize: null
|
|
52
|
-
};
|
|
53
|
-
;// ./src/javascripts/package/config.ts
|
|
54
|
-
|
|
55
|
-
module.exports = __webpack_exports__;
|
|
56
|
-
/******/ })()
|
|
57
|
-
;
|
|
58
|
-
//# sourceMappingURL=~/config.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","mappings":";;UAAA;UACA;;;;;WCDA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;;ACNO,MAAMA,QAAQ,GAAG,YAAY;AAE7B,MAAMC,gBAAgB,GAAG;EAC9BC,MAAM,EAAE,QAAQ;EAChBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,MAAM;EACZC,UAAU,EAAE;AACd,CAAU","sources":["webpack:///webpack/bootstrap","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object","webpack:///./src/javascripts/domains/visibility/constants.ts","webpack:///./src/javascripts/package/config.ts"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","export const StoreKey = 'visibility'\n\nexport const visibilityStates = {\n hidden: 'hidden',\n minimized: 'minimized',\n open: 'open',\n initialize: null,\n} as const\n","export { visibilityStates } from 'domains/visibility/constants'\n"],"names":["StoreKey","visibilityStates","hidden","minimized","open","initialize"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(()=>{"use strict";var e={d:(i,t)=>{for(var o in t)e.o(t,o)&&!e.o(i,o)&&Object.defineProperty(i,o,{enumerable:!0,get:t[o]})},o:(e,i)=>Object.prototype.hasOwnProperty.call(e,i),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},i={};e.r(i),e.d(i,{visibilityStates:()=>t});const t={hidden:"hidden",minimized:"minimized",open:"open",initialize:null};module.exports=i})();
|
|
2
|
-
//# sourceMappingURL=~/config.min.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.min.js","mappings":"mBACA,IAAIA,EAAsB,CCA1BA,EAAwB,CAACC,EAASC,KACjC,IAAI,IAAIC,KAAOD,EACXF,EAAoBI,EAAEF,EAAYC,KAASH,EAAoBI,EAAEH,EAASE,IAC5EE,OAAOC,eAAeL,EAASE,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDH,EAAwB,CAACS,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFV,EAAyBC,IACH,oBAAXa,QAA0BA,OAAOC,aAC1CV,OAAOC,eAAeL,EAASa,OAAOC,YAAa,CAAEC,MAAO,WAE7DX,OAAOC,eAAeL,EAAS,aAAc,CAAEe,OAAO,GAAO,G,4CCLvD,MAEMC,EAAmB,CAC9BC,OAAQ,SACRC,UAAW,YACXC,KAAM,OACNC,WAAY,M","sources":["webpack:///webpack/bootstrap","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object","webpack:///./src/javascripts/domains/visibility/constants.ts"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","export const StoreKey = 'visibility'\n\nexport const visibilityStates = {\n hidden: 'hidden',\n minimized: 'minimized',\n open: 'open',\n initialize: null,\n} as const\n"],"names":["__webpack_require__","exports","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","visibilityStates","hidden","minimized","open","initialize"],"sourceRoot":""}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
/******/ (() => { // webpackBootstrap
|
|
2
|
-
/******/ "use strict";
|
|
3
|
-
/******/ var __webpack_modules__ = ({
|
|
4
|
-
|
|
5
|
-
/***/ 412:
|
|
6
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7
|
-
|
|
8
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
-
/* harmony export */ H: () => (/* binding */ SeamlyEventBusContext),
|
|
10
|
-
/* harmony export */ b: () => (/* binding */ SeamlyApiContext)
|
|
11
|
-
/* harmony export */ });
|
|
12
|
-
/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8785);
|
|
13
|
-
/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(preact__WEBPACK_IMPORTED_MODULE_0__);
|
|
14
|
-
|
|
15
|
-
const SeamlyApiContext = (0,preact__WEBPACK_IMPORTED_MODULE_0__.createContext)(null);
|
|
16
|
-
const SeamlyEventBusContext = (0,preact__WEBPACK_IMPORTED_MODULE_0__.createContext)(null);
|
|
17
|
-
|
|
18
|
-
/***/ }),
|
|
19
|
-
|
|
20
|
-
/***/ 4337:
|
|
21
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
22
|
-
|
|
23
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
24
|
-
/* harmony export */ h: () => (/* binding */ SeamlyLiveRegionContext)
|
|
25
|
-
/* harmony export */ });
|
|
26
|
-
/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8785);
|
|
27
|
-
/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(preact__WEBPACK_IMPORTED_MODULE_0__);
|
|
28
|
-
|
|
29
|
-
const SeamlyLiveRegionContext = (0,preact__WEBPACK_IMPORTED_MODULE_0__.createContext)(null);
|
|
30
|
-
|
|
31
|
-
/***/ }),
|
|
32
|
-
|
|
33
|
-
/***/ 8785:
|
|
34
|
-
/***/ ((module) => {
|
|
35
|
-
|
|
36
|
-
module.exports = require("preact");
|
|
37
|
-
|
|
38
|
-
/***/ })
|
|
39
|
-
|
|
40
|
-
/******/ });
|
|
41
|
-
/************************************************************************/
|
|
42
|
-
/******/ // The module cache
|
|
43
|
-
/******/ var __webpack_module_cache__ = {};
|
|
44
|
-
/******/
|
|
45
|
-
/******/ // The require function
|
|
46
|
-
/******/ function __webpack_require__(moduleId) {
|
|
47
|
-
/******/ // Check if module is in cache
|
|
48
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
49
|
-
/******/ if (cachedModule !== undefined) {
|
|
50
|
-
/******/ return cachedModule.exports;
|
|
51
|
-
/******/ }
|
|
52
|
-
/******/ // Create a new module (and put it into the cache)
|
|
53
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
54
|
-
/******/ // no module.id needed
|
|
55
|
-
/******/ // no module.loaded needed
|
|
56
|
-
/******/ exports: {}
|
|
57
|
-
/******/ };
|
|
58
|
-
/******/
|
|
59
|
-
/******/ // Execute the module function
|
|
60
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
61
|
-
/******/
|
|
62
|
-
/******/ // Return the exports of the module
|
|
63
|
-
/******/ return module.exports;
|
|
64
|
-
/******/ }
|
|
65
|
-
/******/
|
|
66
|
-
/************************************************************************/
|
|
67
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
68
|
-
/******/ (() => {
|
|
69
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
70
|
-
/******/ __webpack_require__.n = (module) => {
|
|
71
|
-
/******/ var getter = module && module.__esModule ?
|
|
72
|
-
/******/ () => (module['default']) :
|
|
73
|
-
/******/ () => (module);
|
|
74
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
75
|
-
/******/ return getter;
|
|
76
|
-
/******/ };
|
|
77
|
-
/******/ })();
|
|
78
|
-
/******/
|
|
79
|
-
/******/ /* webpack/runtime/define property getters */
|
|
80
|
-
/******/ (() => {
|
|
81
|
-
/******/ // define getter functions for harmony exports
|
|
82
|
-
/******/ __webpack_require__.d = (exports, definition) => {
|
|
83
|
-
/******/ for(var key in definition) {
|
|
84
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
85
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
86
|
-
/******/ }
|
|
87
|
-
/******/ }
|
|
88
|
-
/******/ };
|
|
89
|
-
/******/ })();
|
|
90
|
-
/******/
|
|
91
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
92
|
-
/******/ (() => {
|
|
93
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
94
|
-
/******/ })();
|
|
95
|
-
/******/
|
|
96
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
97
|
-
/******/ (() => {
|
|
98
|
-
/******/ // define __esModule on exports
|
|
99
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
100
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
101
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
102
|
-
/******/ }
|
|
103
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
104
|
-
/******/ };
|
|
105
|
-
/******/ })();
|
|
106
|
-
/******/
|
|
107
|
-
/************************************************************************/
|
|
108
|
-
var __webpack_exports__ = {};
|
|
109
|
-
__webpack_require__.r(__webpack_exports__);
|
|
110
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
111
|
-
/* harmony export */ SeamlyApiContext: () => (/* reexport safe */ ui_components_core_seamly_api_context__WEBPACK_IMPORTED_MODULE_0__.b),
|
|
112
|
-
/* harmony export */ SeamlyEventBusContext: () => (/* reexport safe */ ui_components_core_seamly_api_context__WEBPACK_IMPORTED_MODULE_0__.H),
|
|
113
|
-
/* harmony export */ SeamlyLiveRegionContext: () => (/* reexport safe */ ui_components_core_seamly_live_region_context__WEBPACK_IMPORTED_MODULE_1__.h)
|
|
114
|
-
/* harmony export */ });
|
|
115
|
-
/* harmony import */ var ui_components_core_seamly_api_context__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(412);
|
|
116
|
-
/* harmony import */ var ui_components_core_seamly_live_region_context__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4337);
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
module.exports = __webpack_exports__;
|
|
121
|
-
/******/ })()
|
|
122
|
-
;
|
|
123
|
-
//# sourceMappingURL=~/contexts.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contexts.js","mappings":";;;;;;;;;;;;;AACsC;AAG/B,MAAMC,gBAAgB,GAAGD,qDAAa,CAAa,IAAI,CAAC;AAExD,MAAME,qBAAqB,GAAGF,qDAAa,CAAgB,IAAI,CAAC;;;;;;;;;;;;ACNjC;AAQ/B,MAAMG,uBAAuB,GAClCH,qDAAa,CAAsC,IAAI,CAAC;;;;;;;ACT1D;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;;ACH8C;AACyC","sources":["webpack:///./src/javascripts/ui/components/core/seamly-api-context.ts","webpack:///./src/javascripts/ui/components/core/seamly-live-region-context.ts","webpack:///external commonjs2 \"preact\"","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object","webpack:///./src/javascripts/package/contexts.ts"],"sourcesContent":["import { Events } from 'minivents'\nimport { createContext } from 'preact'\nimport API from 'api'\n\nexport const SeamlyApiContext = createContext<API | null>(null)\n\nexport const SeamlyEventBusContext = createContext<Events | null>(null)\n","import { createContext } from 'preact'\nimport { ariaLiveLevels } from 'ui/utils/seamly-utils'\n\ntype SeamlyLiveRegionContextValue = (_args: {\n ariaLive: keyof typeof ariaLiveLevels\n messageText: string\n}) => void\n\nexport const SeamlyLiveRegionContext =\n createContext<SeamlyLiveRegionContextValue | null>(null)\n","module.exports = require(\"preact\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import {\n SeamlyApiContext,\n SeamlyEventBusContext,\n} from 'ui/components/core/seamly-api-context'\nimport { SeamlyLiveRegionContext } from 'ui/components/core/seamly-live-region-context'\n\nexport { SeamlyApiContext, SeamlyEventBusContext, SeamlyLiveRegionContext }\n"],"names":["createContext","SeamlyApiContext","SeamlyEventBusContext","SeamlyLiveRegionContext"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
(()=>{"use strict";var e={412:(e,t,r)=>{r.d(t,{H:()=>a,b:()=>n});var o=r(8785);const n=(0,o.createContext)(null),a=(0,o.createContext)(null)},4337:(e,t,r)=>{r.d(t,{h:()=>o});const o=(0,r(8785).createContext)(null)},8785:e=>{e.exports=require("preact")}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var a=t[o]={exports:{}};return e[o](a,a.exports,r),a.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};r.r(o),r.d(o,{SeamlyApiContext:()=>n.b,SeamlyEventBusContext:()=>n.H,SeamlyLiveRegionContext:()=>a.h});var n=r(412),a=r(4337);module.exports=o})();
|
|
2
|
-
//# sourceMappingURL=~/contexts.min.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contexts.min.js","mappings":"+EAIO,MAAMA,GAAmBC,EAAAA,EAAAA,eAA0B,MAE7CC,GAAwBD,EAAAA,EAAAA,eAA6B,K,kCCE3D,MAAME,GACXF,E,QAAAA,eAAmD,K,WCTrDG,EAAOC,QAAUC,QAAQ,S,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E","sources":["webpack:///./src/javascripts/ui/components/core/seamly-api-context.ts","webpack:///./src/javascripts/ui/components/core/seamly-live-region-context.ts","webpack:///external commonjs2 \"preact\"","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object"],"sourcesContent":["import { Events } from 'minivents'\nimport { createContext } from 'preact'\nimport API from 'api'\n\nexport const SeamlyApiContext = createContext<API | null>(null)\n\nexport const SeamlyEventBusContext = createContext<Events | null>(null)\n","import { createContext } from 'preact'\nimport { ariaLiveLevels } from 'ui/utils/seamly-utils'\n\ntype SeamlyLiveRegionContextValue = (_args: {\n ariaLive: keyof typeof ariaLiveLevels\n messageText: string\n}) => void\n\nexport const SeamlyLiveRegionContext =\n createContext<SeamlyLiveRegionContextValue | null>(null)\n","module.exports = require(\"preact\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};"],"names":["SeamlyApiContext","createContext","SeamlyEventBusContext","SeamlyLiveRegionContext","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value"],"sourceRoot":""}
|