@seamly/web-ui 24.3.0-alpha.1 → 24.3.0-alpha.2
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 +33 -28
- 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 +5 -1
- 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/style-guide/components/static-core.tsx +3 -3
|
@@ -869,7 +869,7 @@ class API {
|
|
|
869
869
|
return {
|
|
870
870
|
clientName: "@seamly/web-ui",
|
|
871
871
|
clientVariant: this.#layoutMode,
|
|
872
|
-
clientVersion: "24.3.0-alpha.
|
|
872
|
+
clientVersion: "24.3.0-alpha.2",
|
|
873
873
|
currentUrl: window.location.toString(),
|
|
874
874
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
875
875
|
timezone: (0,_utils__WEBPACK_IMPORTED_MODULE_10__.getTimeZone)(),
|
|
@@ -27797,6 +27797,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27797
27797
|
/* harmony export */ Icon: () => (/* reexport safe */ ui_components_layout_icon__WEBPACK_IMPORTED_MODULE_33__["default"]),
|
|
27798
27798
|
/* harmony export */ Interrupt: () => (/* reexport safe */ ui_components_layout_interrupt__WEBPACK_IMPORTED_MODULE_34__["default"]),
|
|
27799
27799
|
/* harmony export */ MessageContainer: () => (/* reexport safe */ ui_components_conversation_message_container__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
27800
|
+
/* harmony export */ SeamlyActivityEventContext: () => (/* reexport safe */ ui_components_core_seamly_activity_event_context__WEBPACK_IMPORTED_MODULE_42__["default"]),
|
|
27800
27801
|
/* harmony export */ SeamlyActivityMonitor: () => (/* reexport safe */ ui_components_core_seamly_activity_monitor__WEBPACK_IMPORTED_MODULE_41__["default"]),
|
|
27801
27802
|
/* harmony export */ SeamlyApiContext: () => (/* reexport safe */ ui_components_core_seamly_api_context__WEBPACK_IMPORTED_MODULE_14__.SeamlyApiContext),
|
|
27802
27803
|
/* harmony export */ SeamlyEventBusContext: () => (/* reexport safe */ ui_components_core_seamly_api_context__WEBPACK_IMPORTED_MODULE_14__.SeamlyEventBusContext),
|
|
@@ -27809,30 +27810,32 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27809
27810
|
/* harmony export */ TextEntry: () => (/* reexport safe */ ui_components_entry_text_entry__WEBPACK_IMPORTED_MODULE_27__["default"]),
|
|
27810
27811
|
/* harmony export */ Upload: () => (/* reexport safe */ ui_components_entry_upload__WEBPACK_IMPORTED_MODULE_28__["default"]),
|
|
27811
27812
|
/* harmony export */ View: () => (/* reexport safe */ ui_components_view__WEBPACK_IMPORTED_MODULE_35__["default"]),
|
|
27812
|
-
/* harmony export */ appReducer: () => (/* reexport safe */
|
|
27813
|
+
/* harmony export */ appReducer: () => (/* reexport safe */ domains_app_slice__WEBPACK_IMPORTED_MODULE_44__["default"]),
|
|
27813
27814
|
/* harmony export */ appStorageProvider: () => (/* reexport safe */ lib_store_providers_app_storage__WEBPACK_IMPORTED_MODULE_19__["default"]),
|
|
27814
27815
|
/* harmony export */ calculateVisibility: () => (/* reexport safe */ domains_visibility_utils__WEBPACK_IMPORTED_MODULE_12__.calculateVisibility),
|
|
27815
27816
|
/* harmony export */ className: () => (/* reexport safe */ lib_css__WEBPACK_IMPORTED_MODULE_16__.className),
|
|
27816
|
-
/* harmony export */ configReducer: () => (/* reexport safe */
|
|
27817
|
+
/* harmony export */ configReducer: () => (/* reexport safe */ domains_config_slice__WEBPACK_IMPORTED_MODULE_45__["default"]),
|
|
27817
27818
|
/* harmony export */ cookieStorageProvider: () => (/* reexport safe */ lib_store_providers_cookie_storage__WEBPACK_IMPORTED_MODULE_20__["default"]),
|
|
27818
27819
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
27819
27820
|
/* harmony export */ eventTypes: () => (/* reexport safe */ ui_utils_seamly_utils__WEBPACK_IMPORTED_MODULE_8__.eventTypes),
|
|
27820
|
-
/* harmony export */ formsReducer: () => (/* reexport safe */
|
|
27821
|
-
/* harmony export */ getSearchParamsByKeys: () => (/* reexport safe */
|
|
27822
|
-
/* harmony export */ getUrlSearchParams: () => (/* reexport safe */
|
|
27823
|
-
/* harmony export */ getUrlSearchString: () => (/* reexport safe */
|
|
27824
|
-
/* harmony export */ i18nReducer: () => (/* reexport safe */
|
|
27825
|
-
/* harmony export */
|
|
27821
|
+
/* harmony export */ formsReducer: () => (/* reexport safe */ domains_forms_slice__WEBPACK_IMPORTED_MODULE_46__["default"]),
|
|
27822
|
+
/* harmony export */ getSearchParamsByKeys: () => (/* reexport safe */ lib_url_helpers__WEBPACK_IMPORTED_MODULE_52__.getSearchParamsByKeys),
|
|
27823
|
+
/* harmony export */ getUrlSearchParams: () => (/* reexport safe */ lib_url_helpers__WEBPACK_IMPORTED_MODULE_52__.getUrlSearchParams),
|
|
27824
|
+
/* harmony export */ getUrlSearchString: () => (/* reexport safe */ lib_url_helpers__WEBPACK_IMPORTED_MODULE_52__.getUrlSearchString),
|
|
27825
|
+
/* harmony export */ i18nReducer: () => (/* reexport safe */ domains_i18n_slice__WEBPACK_IMPORTED_MODULE_47__["default"]),
|
|
27826
|
+
/* harmony export */ initResetSearchParams: () => (/* reexport safe */ lib_url_helpers__WEBPACK_IMPORTED_MODULE_52__.initResetSearchParams),
|
|
27827
|
+
/* harmony export */ interruptReducer: () => (/* reexport safe */ domains_interrupt_slice__WEBPACK_IMPORTED_MODULE_48__["default"]),
|
|
27826
27828
|
/* harmony export */ randomId: () => (/* reexport safe */ lib_id__WEBPACK_IMPORTED_MODULE_10__.randomId),
|
|
27829
|
+
/* harmony export */ replaceSearchParams: () => (/* reexport safe */ lib_url_helpers__WEBPACK_IMPORTED_MODULE_52__.replaceSearchParams),
|
|
27827
27830
|
/* harmony export */ sessionStorageProvider: () => (/* reexport safe */ lib_store_providers_session_storage__WEBPACK_IMPORTED_MODULE_21__["default"]),
|
|
27828
|
-
/* harmony export */ setConfig: () => (/* reexport safe */
|
|
27829
|
-
/* harmony export */ setInitialLocale: () => (/* reexport safe */
|
|
27830
|
-
/* harmony export */ setParticipant: () => (/* reexport safe */
|
|
27831
|
-
/* harmony export */ setPreChatEvents: () => (/* reexport safe */
|
|
27832
|
-
/* harmony export */ setTranslations: () => (/* reexport safe */
|
|
27833
|
-
/* harmony export */ stateReducer: () => (/* reexport safe */
|
|
27834
|
-
/* harmony export */ timeout: () => (/* reexport safe */
|
|
27835
|
-
/* harmony export */ translationReducer: () => (/* reexport safe */
|
|
27831
|
+
/* harmony export */ setConfig: () => (/* reexport safe */ domains_config_slice__WEBPACK_IMPORTED_MODULE_45__.setConfig),
|
|
27832
|
+
/* harmony export */ setInitialLocale: () => (/* reexport safe */ domains_i18n_slice__WEBPACK_IMPORTED_MODULE_47__.setInitialLocale),
|
|
27833
|
+
/* harmony export */ setParticipant: () => (/* reexport safe */ domains_store_slice__WEBPACK_IMPORTED_MODULE_49__.setParticipant),
|
|
27834
|
+
/* harmony export */ setPreChatEvents: () => (/* reexport safe */ domains_config_slice__WEBPACK_IMPORTED_MODULE_45__.setPreChatEvents),
|
|
27835
|
+
/* harmony export */ setTranslations: () => (/* reexport safe */ domains_i18n_slice__WEBPACK_IMPORTED_MODULE_47__.setTranslations),
|
|
27836
|
+
/* harmony export */ stateReducer: () => (/* reexport safe */ domains_store_slice__WEBPACK_IMPORTED_MODULE_49__["default"]),
|
|
27837
|
+
/* harmony export */ timeout: () => (/* reexport safe */ ui_hooks_focus_helper_hooks__WEBPACK_IMPORTED_MODULE_43__.timeout),
|
|
27838
|
+
/* harmony export */ translationReducer: () => (/* reexport safe */ domains_translations_slice__WEBPACK_IMPORTED_MODULE_50__["default"]),
|
|
27836
27839
|
/* harmony export */ useChoicePrompt: () => (/* reexport safe */ ui_components_conversation_event_choice_prompt__WEBPACK_IMPORTED_MODULE_6__.useChoicePrompt),
|
|
27837
27840
|
/* harmony export */ useEvents: () => (/* reexport safe */ ui_hooks_seamly_hooks__WEBPACK_IMPORTED_MODULE_17__.useEvents),
|
|
27838
27841
|
/* harmony export */ useGeneratedId: () => (/* reexport safe */ ui_hooks_seamly_hooks__WEBPACK_IMPORTED_MODULE_17__.useGeneratedId),
|
|
@@ -27849,7 +27852,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27849
27852
|
/* harmony export */ useTranslatedEventData: () => (/* reexport safe */ domains_translations_hooks__WEBPACK_IMPORTED_MODULE_3__.useTranslatedEventData),
|
|
27850
27853
|
/* harmony export */ useTranslations: () => (/* reexport safe */ domains_translations_hooks__WEBPACK_IMPORTED_MODULE_3__.useTranslations),
|
|
27851
27854
|
/* harmony export */ useTranslationsContainer: () => (/* reexport safe */ domains_translations_hooks__WEBPACK_IMPORTED_MODULE_3__.useTranslationsContainer),
|
|
27852
|
-
/* harmony export */ visibilityReducer: () => (/* reexport safe */
|
|
27855
|
+
/* harmony export */ visibilityReducer: () => (/* reexport safe */ domains_visibility_slice__WEBPACK_IMPORTED_MODULE_51__["default"]),
|
|
27853
27856
|
/* harmony export */ visibilityStates: () => (/* reexport safe */ domains_visibility_constants__WEBPACK_IMPORTED_MODULE_4__.visibilityStates)
|
|
27854
27857
|
/* harmony export */ });
|
|
27855
27858
|
/* harmony import */ var core_js_es_array_at__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/es/array/at */ "./node_modules/core-js/es/array/at.js");
|
|
@@ -27895,16 +27898,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27895
27898
|
/* harmony import */ var lib_external_api__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! lib/external-api */ "./src/javascripts/core/lib/external-api/index.ts");
|
|
27896
27899
|
/* harmony import */ var ui_components_core_seamly_file_upload__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ui/components/core/seamly-file-upload */ "./src/javascripts/core/ui/components/core/seamly-file-upload.tsx");
|
|
27897
27900
|
/* harmony import */ var ui_components_core_seamly_activity_monitor__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ui/components/core/seamly-activity-monitor */ "./src/javascripts/core/ui/components/core/seamly-activity-monitor.tsx");
|
|
27898
|
-
/* harmony import */ var
|
|
27899
|
-
/* harmony import */ var
|
|
27900
|
-
/* harmony import */ var
|
|
27901
|
-
/* harmony import */ var
|
|
27902
|
-
/* harmony import */ var
|
|
27903
|
-
/* harmony import */ var
|
|
27904
|
-
/* harmony import */ var
|
|
27905
|
-
/* harmony import */ var
|
|
27906
|
-
/* harmony import */ var
|
|
27907
|
-
/* harmony import */ var
|
|
27901
|
+
/* harmony import */ var ui_components_core_seamly_activity_event_context__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ui/components/core/seamly-activity-event-context */ "./src/javascripts/core/ui/components/core/seamly-activity-event-context.ts");
|
|
27902
|
+
/* harmony import */ var ui_hooks_focus_helper_hooks__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ui/hooks/focus-helper-hooks */ "./src/javascripts/core/ui/hooks/focus-helper-hooks.ts");
|
|
27903
|
+
/* harmony import */ var domains_app_slice__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! domains/app/slice */ "./src/javascripts/core/domains/app/slice.ts");
|
|
27904
|
+
/* harmony import */ var domains_config_slice__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! domains/config/slice */ "./src/javascripts/core/domains/config/slice.ts");
|
|
27905
|
+
/* harmony import */ var domains_forms_slice__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! domains/forms/slice */ "./src/javascripts/core/domains/forms/slice.ts");
|
|
27906
|
+
/* harmony import */ var domains_i18n_slice__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! domains/i18n/slice */ "./src/javascripts/core/domains/i18n/slice.ts");
|
|
27907
|
+
/* harmony import */ var domains_interrupt_slice__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! domains/interrupt/slice */ "./src/javascripts/core/domains/interrupt/slice.ts");
|
|
27908
|
+
/* harmony import */ var domains_store_slice__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! domains/store/slice */ "./src/javascripts/core/domains/store/slice.ts");
|
|
27909
|
+
/* harmony import */ var domains_translations_slice__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! domains/translations/slice */ "./src/javascripts/core/domains/translations/slice.ts");
|
|
27910
|
+
/* harmony import */ var domains_visibility_slice__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! domains/visibility/slice */ "./src/javascripts/core/domains/visibility/slice.ts");
|
|
27911
|
+
/* harmony import */ var lib_url_helpers__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! lib/url-helpers */ "./src/javascripts/core/lib/url-helpers.ts");
|
|
27908
27912
|
// Polyfills
|
|
27909
27913
|
|
|
27910
27914
|
|
|
@@ -27968,6 +27972,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27968
27972
|
|
|
27969
27973
|
|
|
27970
27974
|
|
|
27975
|
+
|
|
27971
27976
|
// Used by: Client
|
|
27972
27977
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (lib_external_api_initialize_api__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
27973
27978
|
})();
|