@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,77 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
export type MeganavTheme = {
|
|
3
|
+
backgroundColor?: string;
|
|
4
|
+
textColor?: string;
|
|
5
|
+
buttonBackgroundColor?: string;
|
|
6
|
+
buttonTextColor?: string;
|
|
7
|
+
mobileMenuColor?: string;
|
|
8
|
+
logoTextColor?: string;
|
|
9
|
+
barShadow?: string;
|
|
10
|
+
};
|
|
11
|
+
export type AbsUrl = (path: string) => string;
|
|
12
|
+
export type MeganavPaths = {
|
|
13
|
+
logo: string;
|
|
14
|
+
iconSprites: string;
|
|
15
|
+
ablyStack: string;
|
|
16
|
+
blogThumb1: string;
|
|
17
|
+
blogThumb2: string;
|
|
18
|
+
blogThumb3: string;
|
|
19
|
+
awsLogo?: string;
|
|
20
|
+
};
|
|
21
|
+
export type MeganavPanels = {
|
|
22
|
+
[index: string]: ({ paths, absUrl, statusUrl, }: {
|
|
23
|
+
paths?: MeganavPaths;
|
|
24
|
+
absUrl: (path: string) => string;
|
|
25
|
+
statusUrl: string;
|
|
26
|
+
}) => ReactNode;
|
|
27
|
+
};
|
|
28
|
+
export type MeganavSessionState = {
|
|
29
|
+
signedIn: boolean;
|
|
30
|
+
logOut: {
|
|
31
|
+
token: string;
|
|
32
|
+
href: string;
|
|
33
|
+
text: string;
|
|
34
|
+
};
|
|
35
|
+
accountName: string;
|
|
36
|
+
preferredEmail: string;
|
|
37
|
+
account: {
|
|
38
|
+
links: {
|
|
39
|
+
dashboard: {
|
|
40
|
+
href: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
mySettings: {
|
|
45
|
+
text: string;
|
|
46
|
+
href: string;
|
|
47
|
+
};
|
|
48
|
+
myAccessTokens: {
|
|
49
|
+
text: string;
|
|
50
|
+
href: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
type MeganavProps = {
|
|
54
|
+
paths?: MeganavPaths;
|
|
55
|
+
themeName: "white" | "black" | "transparentToWhite";
|
|
56
|
+
notice?: {
|
|
57
|
+
props: {
|
|
58
|
+
title: string;
|
|
59
|
+
bodyText: string;
|
|
60
|
+
buttonLink: string;
|
|
61
|
+
buttonLabel: string;
|
|
62
|
+
closeBtn: boolean;
|
|
63
|
+
};
|
|
64
|
+
config: {
|
|
65
|
+
cookieId: string;
|
|
66
|
+
noticeId: string;
|
|
67
|
+
collapse: boolean;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
loginLink?: string;
|
|
71
|
+
urlBase?: string;
|
|
72
|
+
addSearchApiKey: string;
|
|
73
|
+
statusUrl: string;
|
|
74
|
+
};
|
|
75
|
+
declare const Meganav: ({ paths, themeName, notice, loginLink, urlBase, addSearchApiKey, statusUrl, }: MeganavProps) => import("react/jsx-runtime").JSX.Element;
|
|
76
|
+
export default Meganav;
|
|
77
|
+
//# sourceMappingURL=Meganav.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Meganav.d.ts","sourceRoot":"","sources":["../../src/core/Meganav.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAC;AAmB9D,MAAM,MAAM,YAAY,GAAG;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;AAE9C,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,CAAC,KAAK,EAAE,MAAM,GAAG,CAAC,EAChB,KAAK,EACL,MAAM,EACN,SAAS,GACV,EAAE;QACD,KAAK,CAAC,EAAE,YAAY,CAAC;QACrB,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;QACjC,SAAS,EAAE,MAAM,CAAC;KACnB,KAAK,SAAS,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE;QACP,KAAK,EAAE;YACL,SAAS,EAAE;gBACT,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;SACH,CAAC;KACH,CAAC;IACF,UAAU,EAAE;QACV,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,cAAc,EAAE;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH,CAAC;AASF,KAAK,YAAY,GAAG;IAClB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,SAAS,EAAE,OAAO,GAAG,OAAO,GAAG,oBAAoB,CAAC;IACpD,MAAM,CAAC,EAAE;QACP,KAAK,EAAE;YACL,KAAK,EAAE,MAAM,CAAC;YACd,QAAQ,EAAE,MAAM,CAAC;YACjB,UAAU,EAAE,MAAM,CAAC;YACnB,WAAW,EAAE,MAAM,CAAC;YACpB,QAAQ,EAAE,OAAO,CAAC;SACnB,CAAC;QACF,MAAM,EAAE;YACN,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,MAAM,CAAC;YACjB,QAAQ,EAAE,OAAO,CAAC;SACnB,CAAC;KACH,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAsDF,QAAA,MAAM,OAAO,kFAQV,YAAY,4CAkEd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AbsUrl } from "./Meganav";
|
|
2
|
+
type MeganavBlogPostsListProps = {
|
|
3
|
+
recentBlogPosts: {
|
|
4
|
+
link: string;
|
|
5
|
+
title: string;
|
|
6
|
+
pubDate: string;
|
|
7
|
+
}[];
|
|
8
|
+
absUrl: AbsUrl;
|
|
9
|
+
};
|
|
10
|
+
declare const MeganavBlogPostsList: ({ recentBlogPosts, absUrl, }: MeganavBlogPostsListProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
+
export default MeganavBlogPostsList;
|
|
12
|
+
//# sourceMappingURL=MeganavBlogPostsList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavBlogPostsList.d.ts","sourceRoot":"","sources":["../../src/core/MeganavBlogPostsList.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,KAAK,yBAAyB,GAAG;IAC/B,eAAe,EAAE;QACf,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,EAAE,CAAC;IACJ,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,oBAAoB,iCAGvB,yBAAyB,mDAqBlB,CAAC;AAEX,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AbsUrl, MeganavPaths } from "./Meganav";
|
|
2
|
+
type MeganavContentCompanyProps = {
|
|
3
|
+
absUrl: AbsUrl;
|
|
4
|
+
paths?: MeganavPaths;
|
|
5
|
+
};
|
|
6
|
+
declare const MeganavContentCompany: ({ paths, absUrl, }: MeganavContentCompanyProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default MeganavContentCompany;
|
|
8
|
+
//# sourceMappingURL=MeganavContentCompany.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavContentCompany.d.ts","sourceRoot":"","sources":["../../src/core/MeganavContentCompany.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEjD,KAAK,0BAA0B,GAAG;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,YAAY,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,qBAAqB,uBAGxB,0BAA0B,4CAiJ5B,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AbsUrl } from "./Meganav";
|
|
2
|
+
declare const MeganavContentDevelopers: ({ absUrl, statusUrl, }: {
|
|
3
|
+
absUrl: AbsUrl;
|
|
4
|
+
statusUrl: string;
|
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default MeganavContentDevelopers;
|
|
7
|
+
//# sourceMappingURL=MeganavContentDevelopers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavContentDevelopers.d.ts","sourceRoot":"","sources":["../../src/core/MeganavContentDevelopers.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,QAAA,MAAM,wBAAwB,2BAG3B;IACD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB,4CAsMA,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AbsUrl, MeganavPaths } from "./Meganav";
|
|
2
|
+
type MeganavContentProductsProps = {
|
|
3
|
+
paths?: MeganavPaths;
|
|
4
|
+
absUrl: AbsUrl;
|
|
5
|
+
};
|
|
6
|
+
declare const MeganavContentProducts: ({ paths, absUrl, }: MeganavContentProductsProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default MeganavContentProducts;
|
|
8
|
+
//# sourceMappingURL=MeganavContentProducts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavContentProducts.d.ts","sourceRoot":"","sources":["../../src/core/MeganavContentProducts.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEjD,KAAK,2BAA2B,GAAG;IACjC,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,sBAAsB,uBAGzB,2BAA2B,4CAqJ7B,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavContentUseCases.d.ts","sourceRoot":"","sources":["../../src/core/MeganavContentUseCases.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,QAAA,MAAM,sBAAsB,eAAgB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,4CA4O7D,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavControl/component.js"],"names":[],"mappings":";AAEA;;;IAgHC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
import { MeganavTheme } from "./Meganav";
|
|
3
|
+
type MeganavControlProps = {
|
|
4
|
+
ariaControls: string;
|
|
5
|
+
ariaLabel: string;
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
theme: MeganavTheme;
|
|
8
|
+
additionalCSS?: string;
|
|
9
|
+
};
|
|
10
|
+
declare const MeganavControl: ({ ariaControls, ariaLabel, children, theme, additionalCSS, }: MeganavControlProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default MeganavControl;
|
|
12
|
+
//# sourceMappingURL=MeganavControl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavControl.d.ts","sourceRoot":"","sources":["../../src/core/MeganavControl.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC,KAAK,mBAAmB,GAAG;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,YAAY,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,cAAc,iEAMjB,mBAAmB,4CAiBrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavControlMobileDropdown/component.js"],"names":[],"mappings":";AAIA;;;;;EAuCC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { MeganavTheme } from "./Meganav";
|
|
2
|
+
declare const MeganavControlMobileDropdown: ({ theme }: {
|
|
3
|
+
theme: MeganavTheme;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default MeganavControlMobileDropdown;
|
|
6
|
+
//# sourceMappingURL=MeganavControlMobileDropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavControlMobileDropdown.d.ts","sourceRoot":"","sources":["../../src/core/MeganavControlMobileDropdown.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC,QAAA,MAAM,4BAA4B,cAAe;IAAE,KAAK,EAAE,YAAY,CAAA;CAAE,4CAuBvE,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavControlMobilePanelClose/component.js"],"names":[],"mappings":"AAEe;;;IAiCd"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type MeganavControlMobilePanelCloseProps = {
|
|
2
|
+
ariaControls: string;
|
|
3
|
+
displayHr?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare const MeganavControlMobilePanelClose: ({ ariaControls, displayHr, }: MeganavControlMobilePanelCloseProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default MeganavControlMobilePanelClose;
|
|
7
|
+
//# sourceMappingURL=MeganavControlMobilePanelClose.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavControlMobilePanelClose.d.ts","sourceRoot":"","sources":["../../src/core/MeganavControlMobilePanelClose.tsx"],"names":[],"mappings":"AAGA,KAAK,mCAAmC,GAAG;IACzC,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,8BAA8B,iCAGjC,mCAAmC,4CAoBrC,CAAC;AAEF,eAAe,8BAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavControlMobilePanelOpen/component.js"],"names":[],"mappings":"AAGe;;;IAuDd"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
type MeganavControlMobilePanelOpenProps = {
|
|
3
|
+
ariaControls: string;
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
};
|
|
6
|
+
declare const MeganavControlMobilePanelOpen: ({ ariaControls, children, }: MeganavControlMobilePanelOpenProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default MeganavControlMobilePanelOpen;
|
|
8
|
+
//# sourceMappingURL=MeganavControlMobilePanelOpen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavControlMobilePanelOpen.d.ts","sourceRoot":"","sources":["../../src/core/MeganavControlMobilePanelOpen.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,KAAK,kCAAkC,GAAG;IACxC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,6BAA6B,gCAGhC,kCAAkC,4CAiBpC,CAAC;AAEF,eAAe,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { AbsUrl, MeganavPanels, MeganavPaths, MeganavTheme } from "./Meganav";
|
|
3
|
+
type MeganavDesktopItems = {
|
|
4
|
+
panels: MeganavPanels;
|
|
5
|
+
paths?: MeganavPaths;
|
|
6
|
+
theme: MeganavTheme;
|
|
7
|
+
absUrl: AbsUrl;
|
|
8
|
+
statusUrl: string;
|
|
9
|
+
};
|
|
10
|
+
declare const MeganavDesktopItems: ({ panels, paths, theme, absUrl, statusUrl, }: MeganavDesktopItems) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare const _default: React.MemoExoticComponent<({ panels, paths, theme, absUrl, statusUrl, }: MeganavDesktopItems) => import("react/jsx-runtime").JSX.Element>;
|
|
12
|
+
export default _default;
|
|
13
|
+
//# sourceMappingURL=MeganavItemsDesktop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavItemsDesktop.d.ts","sourceRoot":"","sources":["../../src/core/MeganavItemsDesktop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9E,KAAK,mBAAmB,GAAG;IACzB,MAAM,EAAE,aAAa,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,KAAK,EAAE,YAAY,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,mBAAmB,iDAMtB,mBAAmB,4CA4CrB,CAAC;iGA5CC,mBAAmB;AA8CtB,wBAA+C"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { AbsUrl, MeganavPanels, MeganavPaths, MeganavSessionState, MeganavTheme } from "./Meganav";
|
|
3
|
+
type MeganavItemsMobileProps = {
|
|
4
|
+
panels: MeganavPanels;
|
|
5
|
+
paths?: MeganavPaths;
|
|
6
|
+
sessionState?: MeganavSessionState;
|
|
7
|
+
theme: MeganavTheme;
|
|
8
|
+
loginLink: string;
|
|
9
|
+
absUrl: AbsUrl;
|
|
10
|
+
statusUrl: string;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: React.MemoExoticComponent<({ panels, paths, sessionState, theme, loginLink, absUrl, statusUrl, }: MeganavItemsMobileProps) => import("react/jsx-runtime").JSX.Element>;
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=MeganavItemsMobile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavItemsMobile.d.ts","sourceRoot":"","sources":["../../src/core/MeganavItemsMobile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EACL,MAAM,EACN,aAAa,EACb,YAAY,EACZ,mBAAmB,EACnB,YAAY,EACb,MAAM,WAAW,CAAC;AAEnB,KAAK,uBAAuB,GAAG;IAC7B,MAAM,EAAE,aAAa,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,KAAK,EAAE,YAAY,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;0HAUC,uBAAuB;AA4J1B,wBASG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AbsUrl, MeganavSessionState, MeganavTheme } from "./Meganav";
|
|
2
|
+
type MeganavItemsSignedIn = {
|
|
3
|
+
sessionState: MeganavSessionState;
|
|
4
|
+
theme: MeganavTheme;
|
|
5
|
+
absUrl: AbsUrl;
|
|
6
|
+
};
|
|
7
|
+
declare const MeganavItemsSignedIn: ({ sessionState, absUrl, }: MeganavItemsSignedIn) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default MeganavItemsSignedIn;
|
|
9
|
+
//# sourceMappingURL=MeganavItemsSignedIn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavItemsSignedIn.d.ts","sourceRoot":"","sources":["../../src/core/MeganavItemsSignedIn.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEtE,KAAK,oBAAoB,GAAG;IAC1B,YAAY,EAAE,mBAAmB,CAAC;IAClC,KAAK,EAAE,YAAY,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAQF,QAAA,MAAM,oBAAoB,8BAGvB,oBAAoB,4CA2BtB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavSearch.d.ts","sourceRoot":"","sources":["../../src/core/MeganavSearch.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,QAAA,MAAM,aAAa,eAAgB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,4CA2BpD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavSearchAutocomplete/component.js"],"names":[],"mappings":"AAwJe;;;IAwBd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavSearchAutocomplete.d.ts","sourceRoot":"","sources":["../../src/core/MeganavSearchAutocomplete.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,yBAAyB,+CAO9B,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavSearchPanel.d.ts","sourceRoot":"","sources":["../../src/core/MeganavSearchPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,QAAA,MAAM,kBAAkB,eAAgB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,4CA0CzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavSearchSuggestions/component.js"],"names":[],"mappings":";AAyBA;;;EAyGC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AbsUrl } from "./Meganav";
|
|
2
|
+
type MeganavSearchSuggestionsProps = {
|
|
3
|
+
absUrl: AbsUrl;
|
|
4
|
+
displaySupportLink: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const MeganavSearchSuggestions: ({ absUrl, displaySupportLink, }: MeganavSearchSuggestionsProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default MeganavSearchSuggestions;
|
|
8
|
+
//# sourceMappingURL=MeganavSearchSuggestions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeganavSearchSuggestions.d.ts","sourceRoot":"","sources":["../../src/core/MeganavSearchSuggestions.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,KAAK,6BAA6B,GAAG;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,wBAAwB,oCAG3B,6BAA6B,4CA8C/B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/Notice/component.js"],"names":[],"mappings":";AAkHA;;;;;eAqCC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
type NoticeProps = {
|
|
2
|
+
buttonLink?: string;
|
|
3
|
+
buttonLabel?: string;
|
|
4
|
+
bodyText?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
closeBtn?: boolean;
|
|
7
|
+
config?: {
|
|
8
|
+
collapse: boolean;
|
|
9
|
+
noticeId: string;
|
|
10
|
+
cookieId: string;
|
|
11
|
+
};
|
|
12
|
+
bgColor?: string;
|
|
13
|
+
textColor?: string;
|
|
14
|
+
bannerContainer?: Element | null;
|
|
15
|
+
cookieId?: string;
|
|
16
|
+
noticeId?: string;
|
|
17
|
+
options?: {
|
|
18
|
+
collapse: boolean;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
declare const Notice: ({ buttonLink, buttonLabel, bodyText, title, config, closeBtn, bgColor, textColor, }: NoticeProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export default Notice;
|
|
23
|
+
//# sourceMappingURL=Notice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notice.d.ts","sourceRoot":"","sources":["../../src/core/Notice.tsx"],"names":[],"mappings":"AAaA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAA;KAAE,CAAC;CACjC,CAAC;AAaF,QAAA,MAAM,MAAM,wFAST,WAAW,4CA8Cb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MouseEventHandler, ReactNode } from "react";
|
|
2
|
+
import { AbsUrl } from "./Meganav";
|
|
3
|
+
type SignOutLinkProps = {
|
|
4
|
+
token: string;
|
|
5
|
+
href: string;
|
|
6
|
+
text: string;
|
|
7
|
+
children: ({ href, text, onClick, }: {
|
|
8
|
+
href: string;
|
|
9
|
+
text: string;
|
|
10
|
+
onClick: MouseEventHandler<HTMLAnchorElement>;
|
|
11
|
+
}) => ReactNode;
|
|
12
|
+
absUrl: AbsUrl;
|
|
13
|
+
};
|
|
14
|
+
declare const SignOutLink: ({ token, href, text, children, absUrl, }: SignOutLinkProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export default SignOutLink;
|
|
16
|
+
//# sourceMappingURL=SignOutLink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignOutLink.d.ts","sourceRoot":"","sources":["../../src/core/SignOutLink.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAc,iBAAiB,EAAE,SAAS,EAAU,MAAM,OAAO,CAAC;AAChF,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,CAAC,EACT,IAAI,EACJ,IAAI,EACJ,OAAO,GACR,EAAE;QACD,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;KAC/C,KAAK,SAAS,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,WAAW,6CAMd,gBAAgB,4CAuBlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
interface SliderProps {
|
|
3
|
+
children: ReactNode[];
|
|
4
|
+
options?: {
|
|
5
|
+
interval?: number;
|
|
6
|
+
controlPosition?: "inline" | "floating";
|
|
7
|
+
intervalIndicator?: boolean;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
declare const Slider: ({ children, options }: SliderProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default Slider;
|
|
12
|
+
//# sourceMappingURL=Slider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../src/core/Slider.tsx"],"names":[],"mappings":"AAAA,OAAc,EAIZ,SAAS,EAEV,MAAM,OAAO,CAAC;AAGf,UAAU,WAAW;IACnB,QAAQ,EAAE,SAAS,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE;QACR,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,eAAe,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;QACxC,iBAAiB,CAAC,EAAE,OAAO,CAAC;KAC7B,CAAC;CACH;AA+DD,QAAA,MAAM,MAAM,0BAA2B,WAAW,4CAoJjD,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../src/core/Status.tsx"],"names":[],"mappings":"AAmBA,QAAA,MAAM,MAAM,kCAGT;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,4CA2CA,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PropsWithChildren, TableHTMLAttributes } from "react";
|
|
2
|
+
type TableProps = {
|
|
3
|
+
id?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const Table: ({ id, children, ...rest }: PropsWithChildren<TableProps & TableHTMLAttributes<HTMLTableElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const TableBody: ({ children, ...rest }: PropsWithChildren<TableHTMLAttributes<HTMLTableSectionElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const TableHeader: ({ children, ...rest }: PropsWithChildren<TableHTMLAttributes<HTMLTableSectionElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const TableRowHeader: ({ children, ...rest }: PropsWithChildren<TableHTMLAttributes<HTMLTableRowElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/core/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,iBAAiB,EAEjB,mBAAmB,EAEpB,MAAM,OAAO,CAAC;AAEf,KAAK,UAAU,GAAG;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,KAAK,8BAIf,iBAAiB,CAAC,UAAU,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,4CAUvE,CAAC;AAEF,eAAO,MAAM,SAAS,0BAGnB,iBAAiB,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,CAAC,4CAEjE,CAAC;AAEF,eAAO,MAAM,WAAW,0BAGrB,iBAAiB,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,CAAC,4CAOjE,CAAC;AAEF,eAAO,MAAM,cAAc,0BAGxB,iBAAiB,CAAC,mBAAmB,CAAC,mBAAmB,CAAC,CAAC,4CAQ7D,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React, { PropsWithChildren } from "react";
|
|
2
|
+
type TableCellProps = {
|
|
3
|
+
isRowHeader?: boolean;
|
|
4
|
+
} & React.TdHTMLAttributes<HTMLTableCellElement>;
|
|
5
|
+
declare const LabelCell: ({ children, ...rest }: PropsWithChildren<React.TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare const TableCell: ({ children, isRowHeader, ...rest }: PropsWithChildren<TableCellProps>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare const HeaderCell: ({ children, ...rest }: PropsWithChildren<React.TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare const CtaCell: ({ children, ...rest }: PropsWithChildren<React.TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export { TableCell, LabelCell, HeaderCell, CtaCell };
|
|
10
|
+
//# sourceMappingURL=TableCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../src/core/Table/TableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,KAAK,cAAc,GAAG;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;AAEjD,QAAA,MAAM,SAAS,0BAGZ,iBAAiB,CAAC,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC,4CAYjE,CAAC;AAEF,QAAA,MAAM,SAAS,uCAIZ,iBAAiB,CAAC,cAAc,CAAC,4CAenC,CAAC;AAEF,QAAA,MAAM,UAAU,0BAGb,iBAAiB,CAAC,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC,4CASjE,CAAC;AAEF,QAAA,MAAM,OAAO,0BAGV,iBAAiB,CAAC,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC,4CAOjE,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { PropsWithChildren } from "react";
|
|
2
|
+
declare const CtaRow: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
type RowProps = {
|
|
4
|
+
isHeader?: boolean;
|
|
5
|
+
} & React.HTMLAttributes<HTMLTableRowElement>;
|
|
6
|
+
declare const TableRow: ({ children, isHeader, ...rest }: PropsWithChildren<RowProps>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export { TableRow, CtaRow };
|
|
8
|
+
//# sourceMappingURL=TableRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../src/core/Table/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,QAAA,MAAM,MAAM,iBAAkB,iBAAiB,4CAK9C,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,KAAK,CAAC,cAAc,CAAC,mBAAmB,CAAC,CAAC;AAE9C,QAAA,MAAM,QAAQ,oCAIX,iBAAiB,CAAC,QAAQ,CAAC,4CAK7B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../src/core/Table/data.tsx"],"names":[],"mappings":"AA8DA,eAAO,MAAM,gBAAgB,+CAsE5B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
Root: ({ id, children, ...rest }: import("react").PropsWithChildren<{
|
|
3
|
+
id?: string;
|
|
4
|
+
} & import("react").TableHTMLAttributes<HTMLTableElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
Row: ({ children, isHeader, ...rest }: import("react").PropsWithChildren<{
|
|
6
|
+
isHeader?: boolean;
|
|
7
|
+
} & import("react").HTMLAttributes<HTMLTableRowElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
Cell: ({ children, isRowHeader, ...rest }: import("react").PropsWithChildren<{
|
|
9
|
+
isRowHeader?: boolean;
|
|
10
|
+
} & import("react").TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
LabelCell: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
HeaderCell: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
CtaCell: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
RowHeader: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TableHTMLAttributes<HTMLTableRowElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
Body: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TableHTMLAttributes<HTMLTableSectionElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
Header: ({ children, ...rest }: import("react").PropsWithChildren<import("react").TableHTMLAttributes<HTMLTableSectionElement>>) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../src/core/Table.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAIA,wBAUE"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ButtonHTMLAttributes, HTMLAttributes, PropsWithChildren } from "react";
|
|
2
|
+
type TooltipProps = {
|
|
3
|
+
triggerProps?: ButtonHTMLAttributes<HTMLButtonElement>;
|
|
4
|
+
tooltipProps?: HTMLAttributes<HTMLDivElement>;
|
|
5
|
+
} & HTMLAttributes<HTMLDivElement>;
|
|
6
|
+
declare const Tooltip: ({ children, triggerProps, tooltipProps, ...rest }: PropsWithChildren<TooltipProps>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default Tooltip;
|
|
8
|
+
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../src/core/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EAIlB,MAAM,OAAO,CAAC;AAGf,KAAK,YAAY,GAAG;IAClB,YAAY,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;CAC/C,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,QAAA,MAAM,OAAO,sDAKV,iBAAiB,CAAC,YAAY,CAAC,4CAiEjC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../src/core/css.js"],"names":[],"mappings":"AAAO,yDAE0D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dom-query.d.ts","sourceRoot":"","sources":["../../src/core/dom-query.js"],"names":[],"mappings":"AAAO,mEACiC;AAEjC,2EACoC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hubspot-chat-toggle.d.ts","sourceRoot":"","sources":["../../src/core/hubspot-chat-toggle.js"],"names":[],"mappings":"AA4BA,gFAsCC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function fetchBlogPosts(store: any, blogUrl: any): Promise<void>;
|
|
2
|
+
export namespace reducerBlogPosts {
|
|
3
|
+
function blogPosts(state: {
|
|
4
|
+
recent: null;
|
|
5
|
+
} | undefined, action: any): {
|
|
6
|
+
recent: any;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function selectRecentBlogPosts(store: any): any;
|
|
10
|
+
//# sourceMappingURL=remote-blogs-posts.d.ts.map
|