@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
package/build/dist/lib/index.js
CHANGED
|
@@ -2908,6 +2908,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
2908
2908
|
Icon: () => (/* reexport */ layout_icon),
|
|
2909
2909
|
Interrupt: () => (/* reexport */ interrupt),
|
|
2910
2910
|
MessageContainer: () => (/* reexport */ message_container),
|
|
2911
|
+
SeamlyActivityEventContext: () => (/* reexport */ seamly_activity_event_context),
|
|
2911
2912
|
SeamlyActivityMonitor: () => (/* reexport */ seamly_activity_monitor),
|
|
2912
2913
|
SeamlyApiContext: () => (/* reexport */ SeamlyApiContext),
|
|
2913
2914
|
SeamlyEventBusContext: () => (/* reexport */ SeamlyEventBusContext),
|
|
@@ -2933,8 +2934,10 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
2933
2934
|
getUrlSearchParams: () => (/* reexport */ getUrlSearchParams),
|
|
2934
2935
|
getUrlSearchString: () => (/* reexport */ getUrlSearchString),
|
|
2935
2936
|
i18nReducer: () => (/* reexport */ i18n_slice),
|
|
2937
|
+
initResetSearchParams: () => (/* reexport */ initResetSearchParams),
|
|
2936
2938
|
interruptReducer: () => (/* reexport */ interrupt_slice),
|
|
2937
2939
|
randomId: () => (/* reexport */ randomId),
|
|
2940
|
+
replaceSearchParams: () => (/* reexport */ replaceSearchParams),
|
|
2938
2941
|
sessionStorageProvider: () => (/* reexport */ store),
|
|
2939
2942
|
setConfig: () => (/* reexport */ setConfig),
|
|
2940
2943
|
setInitialLocale: () => (/* reexport */ setInitialLocale),
|
|
@@ -4474,7 +4477,7 @@ class API {
|
|
|
4474
4477
|
return {
|
|
4475
4478
|
clientName: "@seamly/web-ui",
|
|
4476
4479
|
clientVariant: this.#layoutMode,
|
|
4477
|
-
clientVersion: "24.3.0-alpha.
|
|
4480
|
+
clientVersion: "24.3.0-alpha.2",
|
|
4478
4481
|
currentUrl: window.location.toString(),
|
|
4479
4482
|
screenResolution: `${window.screen.width}x${window.screen.height}`,
|
|
4480
4483
|
timezone: getTimeZone(),
|
|
@@ -22740,6 +22743,7 @@ const initResetSearchParams = (...keys) => {
|
|
|
22740
22743
|
|
|
22741
22744
|
|
|
22742
22745
|
|
|
22746
|
+
|
|
22743
22747
|
// Used by: Client
|
|
22744
22748
|
/* harmony default export */ const core = (initializeExternalApi);
|
|
22745
22749
|
})();
|