@ably/ui 14.3.4 → 14.4.0-dev.0545d43
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/core/.DS_Store +0 -0
- package/core/Accordion/.DS_Store +0 -0
- package/core/Code/.DS_Store +0 -0
- package/core/ContactFooter/.DS_Store +0 -0
- package/core/CookieMessage/.DS_Store +0 -0
- package/core/CustomerLogos/.DS_Store +0 -0
- package/core/DropdownMenu/.DS_Store +0 -0
- package/core/FeaturedLink/.DS_Store +0 -0
- package/core/Flash/.DS_Store +0 -0
- package/core/Flash.js +1 -1
- package/core/Footer/.DS_Store +0 -0
- package/core/Icon/.DS_Store +0 -0
- package/core/Loader/.DS_Store +0 -0
- package/core/Logo/.DS_Store +0 -0
- package/core/Meganav/.DS_Store +0 -0
- package/core/Meganav/component.js +1 -1
- package/core/MeganavBlogPostsList/.DS_Store +0 -0
- package/core/MeganavContentCompany.js +1 -1
- package/core/MeganavContentProducts.js +1 -1
- package/core/MeganavControl/.DS_Store +0 -0
- package/core/MeganavControlMobileDropdown/.DS_Store +0 -0
- package/core/MeganavControlMobilePanelClose/.DS_Store +0 -0
- package/core/MeganavControlMobilePanelOpen/.DS_Store +0 -0
- package/core/MeganavSearchAutocomplete/.DS_Store +0 -0
- package/core/MeganavSearchSuggestions/.DS_Store +0 -0
- package/core/Notice/.DS_Store +0 -0
- package/core/Slider/.DS_Store +0 -0
- package/core/Table/.DS_Store +0 -0
- package/core/Tooltip/.DS_Store +0 -0
- package/core/icons/.DS_Store +0 -0
- package/package.json +17 -12
- package/types/core/Accordion.d.ts +17 -0
- package/types/core/Accordion.d.ts.map +1 -0
- package/types/core/Code.d.ts +10 -0
- package/types/core/Code.d.ts.map +1 -0
- package/types/core/ConnectStateWrapper.d.ts +3 -0
- package/types/core/ConnectStateWrapper.d.ts.map +1 -0
- package/types/core/ContactFooter.d.ts +6 -0
- package/types/core/ContactFooter.d.ts.map +1 -0
- package/types/core/CookieMessage.d.ts +7 -0
- package/types/core/CookieMessage.d.ts.map +1 -0
- package/types/core/CustomerLogos.d.ts +11 -0
- package/types/core/CustomerLogos.d.ts.map +1 -0
- package/types/core/DropdownMenu.d.ts +28 -0
- package/types/core/DropdownMenu.d.ts.map +1 -0
- package/types/core/Expander.d.ts +12 -0
- package/types/core/Expander.d.ts.map +1 -0
- package/types/core/FeaturedLink.d.ts +15 -0
- package/types/core/FeaturedLink.d.ts.map +1 -0
- package/types/core/Flash.d.ts +32 -0
- package/types/core/Flash.d.ts.map +1 -0
- package/types/core/Footer.d.ts +14 -0
- package/types/core/Footer.d.ts.map +1 -0
- package/types/core/Icon.d.ts +9 -0
- package/types/core/Icon.d.ts.map +1 -0
- package/types/core/Loader.d.ts +8 -0
- package/types/core/Loader.d.ts.map +1 -0
- package/types/core/Logo.d.ts +11 -0
- package/types/core/Logo.d.ts.map +1 -0
- package/types/core/Meganav/component.d.ts +5 -0
- package/types/core/Meganav/component.d.ts.map +1 -0
- package/types/core/Meganav.d.ts +77 -0
- package/types/core/Meganav.d.ts.map +1 -0
- package/types/core/MeganavBlogPostsList.d.ts +12 -0
- package/types/core/MeganavBlogPostsList.d.ts.map +1 -0
- package/types/core/MeganavContentCompany.d.ts +8 -0
- package/types/core/MeganavContentCompany.d.ts.map +1 -0
- package/types/core/MeganavContentDevelopers.d.ts +7 -0
- package/types/core/MeganavContentDevelopers.d.ts.map +1 -0
- package/types/core/MeganavContentProducts.d.ts +8 -0
- package/types/core/MeganavContentProducts.d.ts.map +1 -0
- package/types/core/MeganavContentUseCases.d.ts +6 -0
- package/types/core/MeganavContentUseCases.d.ts.map +1 -0
- package/types/core/MeganavControl/component.d.ts +6 -0
- package/types/core/MeganavControl/component.d.ts.map +1 -0
- package/types/core/MeganavControl.d.ts +12 -0
- package/types/core/MeganavControl.d.ts.map +1 -0
- package/types/core/MeganavControlMobileDropdown/component.d.ts +8 -0
- package/types/core/MeganavControlMobileDropdown/component.d.ts.map +1 -0
- package/types/core/MeganavControlMobileDropdown.d.ts +6 -0
- package/types/core/MeganavControlMobileDropdown.d.ts.map +1 -0
- package/types/core/MeganavControlMobilePanelClose/component.d.ts +6 -0
- package/types/core/MeganavControlMobilePanelClose/component.d.ts.map +1 -0
- package/types/core/MeganavControlMobilePanelClose.d.ts +7 -0
- package/types/core/MeganavControlMobilePanelClose.d.ts.map +1 -0
- package/types/core/MeganavControlMobilePanelOpen/component.d.ts +6 -0
- package/types/core/MeganavControlMobilePanelOpen/component.d.ts.map +1 -0
- package/types/core/MeganavControlMobilePanelOpen.d.ts +8 -0
- package/types/core/MeganavControlMobilePanelOpen.d.ts.map +1 -0
- package/types/core/MeganavItemsDesktop.d.ts +13 -0
- package/types/core/MeganavItemsDesktop.d.ts.map +1 -0
- package/types/core/MeganavItemsMobile.d.ts +14 -0
- package/types/core/MeganavItemsMobile.d.ts.map +1 -0
- package/types/core/MeganavItemsSignedIn.d.ts +9 -0
- package/types/core/MeganavItemsSignedIn.d.ts.map +1 -0
- package/types/core/MeganavSearch.d.ts +6 -0
- package/types/core/MeganavSearch.d.ts.map +1 -0
- package/types/core/MeganavSearchAutocomplete/component.d.ts +6 -0
- package/types/core/MeganavSearchAutocomplete/component.d.ts.map +1 -0
- package/types/core/MeganavSearchAutocomplete.d.ts +3 -0
- package/types/core/MeganavSearchAutocomplete.d.ts.map +1 -0
- package/types/core/MeganavSearchPanel.d.ts +6 -0
- package/types/core/MeganavSearchPanel.d.ts.map +1 -0
- package/types/core/MeganavSearchSuggestions/component.d.ts +6 -0
- package/types/core/MeganavSearchSuggestions/component.d.ts.map +1 -0
- package/types/core/MeganavSearchSuggestions.d.ts +8 -0
- package/types/core/MeganavSearchSuggestions.d.ts.map +1 -0
- package/types/core/Notice/component.d.ts +8 -0
- package/types/core/Notice/component.d.ts.map +1 -0
- package/types/core/Notice.d.ts +23 -0
- package/types/core/Notice.d.ts.map +1 -0
- package/types/core/SignOutLink.d.ts +16 -0
- package/types/core/SignOutLink.d.ts.map +1 -0
- package/types/core/Slider.d.ts +12 -0
- package/types/core/Slider.d.ts.map +1 -0
- package/types/core/Status.d.ts +6 -0
- package/types/core/Status.d.ts.map +1 -0
- package/types/core/Table/Table.d.ts +10 -0
- package/types/core/Table/Table.d.ts.map +1 -0
- package/types/core/Table/TableCell.d.ts +10 -0
- package/types/core/Table/TableCell.d.ts.map +1 -0
- package/types/core/Table/TableRow.d.ts +8 -0
- package/types/core/Table/TableRow.d.ts.map +1 -0
- package/types/core/Table/data.d.ts +2 -0
- package/types/core/Table/data.d.ts.map +1 -0
- package/types/core/Table.d.ts +19 -0
- package/types/core/Table.d.ts.map +1 -0
- package/types/core/Tooltip.d.ts +8 -0
- package/types/core/Tooltip.d.ts.map +1 -0
- package/types/core/css.d.ts +2 -0
- package/types/core/css.d.ts.map +1 -0
- package/types/core/dom-query.d.ts +3 -0
- package/types/core/dom-query.d.ts.map +1 -0
- package/types/core/hubspot-chat-toggle.d.ts +2 -0
- package/types/core/hubspot-chat-toggle.d.ts.map +1 -0
- package/types/core/remote-blogs-posts.d.ts +10 -0
- package/types/core/remote-blogs-posts.d.ts.map +1 -0
- package/types/core/remote-data-store.d.ts +5 -0
- package/types/core/remote-data-store.d.ts.map +1 -0
- package/types/core/remote-data-util.d.ts +2 -0
- package/types/core/remote-data-util.d.ts.map +1 -0
- package/types/core/remote-session-data.d.ts +10 -0
- package/types/core/remote-session-data.d.ts.map +1 -0
- package/types/core/url-base.d.ts +3 -0
- package/types/core/url-base.d.ts.map +1 -0
- package/types/core/utils/syntax-highlighter-registry.d.ts +7 -0
- package/types/core/utils/syntax-highlighter-registry.d.ts.map +1 -0
- package/types/core/utils/syntax-highlighter.d.ts +4 -0
- package/types/core/utils/syntax-highlighter.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-blogs-posts.d.ts","sourceRoot":"","sources":["../../src/core/remote-blogs-posts.js"],"names":[],"mappings":"AAEA,wEAoBC;;IAOgB;;;;MAOd;;AAGH,uDAA8E"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export function attachStoreToWindow(store: any): void;
|
|
2
|
+
export function getRemoteDataStore(): any;
|
|
3
|
+
export function connectState(selector: any, setState: any): void;
|
|
4
|
+
export function createRemoteDataStore(reducers: any): any;
|
|
5
|
+
//# sourceMappingURL=remote-data-store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-data-store.d.ts","sourceRoot":"","sources":["../../src/core/remote-data-store.js"],"names":[],"mappings":"AAEO,sDAGN;AAEM,0CAMN;AAEM,iEAeN;AAEM,0DACiC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-data-util.d.ts","sourceRoot":"","sources":["../../src/core/remote-data-util.js"],"names":[],"mappings":"AAEO,sDACkD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function fetchSessionData(store: any, sessionUrl: any): Promise<void>;
|
|
2
|
+
export namespace reducerSessionData {
|
|
3
|
+
function session(state: {
|
|
4
|
+
data: null;
|
|
5
|
+
} | undefined, action: any): {
|
|
6
|
+
data: any;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function selectSessionData(store: any): any;
|
|
10
|
+
//# sourceMappingURL=remote-session-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-session-data.d.ts","sourceRoot":"","sources":["../../src/core/remote-session-data.js"],"names":[],"mappings":"AAOA,6EA+BC;;IAOgB;;;;MAOd;;AAGH,mDAAwE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url-base.d.ts","sourceRoot":"","sources":["../../src/core/url-base.js"],"names":[],"mappings":";AAEA,6DAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syntax-highlighter-registry.d.ts","sourceRoot":"","sources":["../../../src/core/utils/syntax-highlighter-registry.js"],"names":[],"mappings":";AA8BA;;;;IA8BE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syntax-highlighter.d.ts","sourceRoot":"","sources":["../../../src/core/utils/syntax-highlighter.js"],"names":[],"mappings":"AA+FA,yFAKC;AAjGD,uDAsFC;AAED,8DAEC"}
|