@ably/ui 14.3.3 → 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.
Files changed (151) hide show
  1. package/core/.DS_Store +0 -0
  2. package/core/Accordion/.DS_Store +0 -0
  3. package/core/Code/.DS_Store +0 -0
  4. package/core/ContactFooter/.DS_Store +0 -0
  5. package/core/CookieMessage/.DS_Store +0 -0
  6. package/core/CustomerLogos/.DS_Store +0 -0
  7. package/core/DropdownMenu/.DS_Store +0 -0
  8. package/core/FeaturedLink/.DS_Store +0 -0
  9. package/core/Flash/.DS_Store +0 -0
  10. package/core/Flash.js +1 -1
  11. package/core/Footer/.DS_Store +0 -0
  12. package/core/Footer.js +1 -1
  13. package/core/Icon/.DS_Store +0 -0
  14. package/core/Loader/.DS_Store +0 -0
  15. package/core/Logo/.DS_Store +0 -0
  16. package/core/Meganav/.DS_Store +0 -0
  17. package/core/Meganav/component.js +1 -1
  18. package/core/MeganavBlogPostsList/.DS_Store +0 -0
  19. package/core/MeganavContentCompany.js +1 -1
  20. package/core/MeganavContentProducts.js +1 -1
  21. package/core/MeganavContentUseCases.js +1 -1
  22. package/core/MeganavControl/.DS_Store +0 -0
  23. package/core/MeganavControlMobileDropdown/.DS_Store +0 -0
  24. package/core/MeganavControlMobilePanelClose/.DS_Store +0 -0
  25. package/core/MeganavControlMobilePanelOpen/.DS_Store +0 -0
  26. package/core/MeganavSearchAutocomplete/.DS_Store +0 -0
  27. package/core/MeganavSearchSuggestions/.DS_Store +0 -0
  28. package/core/Notice/.DS_Store +0 -0
  29. package/core/Slider/.DS_Store +0 -0
  30. package/core/Table/.DS_Store +0 -0
  31. package/core/Tooltip/.DS_Store +0 -0
  32. package/core/icons/.DS_Store +0 -0
  33. package/package.json +17 -12
  34. package/types/core/Accordion.d.ts +17 -0
  35. package/types/core/Accordion.d.ts.map +1 -0
  36. package/types/core/Code.d.ts +10 -0
  37. package/types/core/Code.d.ts.map +1 -0
  38. package/types/core/ConnectStateWrapper.d.ts +3 -0
  39. package/types/core/ConnectStateWrapper.d.ts.map +1 -0
  40. package/types/core/ContactFooter.d.ts +6 -0
  41. package/types/core/ContactFooter.d.ts.map +1 -0
  42. package/types/core/CookieMessage.d.ts +7 -0
  43. package/types/core/CookieMessage.d.ts.map +1 -0
  44. package/types/core/CustomerLogos.d.ts +11 -0
  45. package/types/core/CustomerLogos.d.ts.map +1 -0
  46. package/types/core/DropdownMenu.d.ts +28 -0
  47. package/types/core/DropdownMenu.d.ts.map +1 -0
  48. package/types/core/Expander.d.ts +12 -0
  49. package/types/core/Expander.d.ts.map +1 -0
  50. package/types/core/FeaturedLink.d.ts +15 -0
  51. package/types/core/FeaturedLink.d.ts.map +1 -0
  52. package/types/core/Flash.d.ts +32 -0
  53. package/types/core/Flash.d.ts.map +1 -0
  54. package/types/core/Footer.d.ts +14 -0
  55. package/types/core/Footer.d.ts.map +1 -0
  56. package/types/core/Icon.d.ts +9 -0
  57. package/types/core/Icon.d.ts.map +1 -0
  58. package/types/core/Loader.d.ts +8 -0
  59. package/types/core/Loader.d.ts.map +1 -0
  60. package/types/core/Logo.d.ts +11 -0
  61. package/types/core/Logo.d.ts.map +1 -0
  62. package/types/core/Meganav/component.d.ts +5 -0
  63. package/types/core/Meganav/component.d.ts.map +1 -0
  64. package/types/core/Meganav.d.ts +77 -0
  65. package/types/core/Meganav.d.ts.map +1 -0
  66. package/types/core/MeganavBlogPostsList.d.ts +12 -0
  67. package/types/core/MeganavBlogPostsList.d.ts.map +1 -0
  68. package/types/core/MeganavContentCompany.d.ts +8 -0
  69. package/types/core/MeganavContentCompany.d.ts.map +1 -0
  70. package/types/core/MeganavContentDevelopers.d.ts +7 -0
  71. package/types/core/MeganavContentDevelopers.d.ts.map +1 -0
  72. package/types/core/MeganavContentProducts.d.ts +8 -0
  73. package/types/core/MeganavContentProducts.d.ts.map +1 -0
  74. package/types/core/MeganavContentUseCases.d.ts +6 -0
  75. package/types/core/MeganavContentUseCases.d.ts.map +1 -0
  76. package/types/core/MeganavControl/component.d.ts +6 -0
  77. package/types/core/MeganavControl/component.d.ts.map +1 -0
  78. package/types/core/MeganavControl.d.ts +12 -0
  79. package/types/core/MeganavControl.d.ts.map +1 -0
  80. package/types/core/MeganavControlMobileDropdown/component.d.ts +8 -0
  81. package/types/core/MeganavControlMobileDropdown/component.d.ts.map +1 -0
  82. package/types/core/MeganavControlMobileDropdown.d.ts +6 -0
  83. package/types/core/MeganavControlMobileDropdown.d.ts.map +1 -0
  84. package/types/core/MeganavControlMobilePanelClose/component.d.ts +6 -0
  85. package/types/core/MeganavControlMobilePanelClose/component.d.ts.map +1 -0
  86. package/types/core/MeganavControlMobilePanelClose.d.ts +7 -0
  87. package/types/core/MeganavControlMobilePanelClose.d.ts.map +1 -0
  88. package/types/core/MeganavControlMobilePanelOpen/component.d.ts +6 -0
  89. package/types/core/MeganavControlMobilePanelOpen/component.d.ts.map +1 -0
  90. package/types/core/MeganavControlMobilePanelOpen.d.ts +8 -0
  91. package/types/core/MeganavControlMobilePanelOpen.d.ts.map +1 -0
  92. package/types/core/MeganavItemsDesktop.d.ts +13 -0
  93. package/types/core/MeganavItemsDesktop.d.ts.map +1 -0
  94. package/types/core/MeganavItemsMobile.d.ts +14 -0
  95. package/types/core/MeganavItemsMobile.d.ts.map +1 -0
  96. package/types/core/MeganavItemsSignedIn.d.ts +9 -0
  97. package/types/core/MeganavItemsSignedIn.d.ts.map +1 -0
  98. package/types/core/MeganavSearch.d.ts +6 -0
  99. package/types/core/MeganavSearch.d.ts.map +1 -0
  100. package/types/core/MeganavSearchAutocomplete/component.d.ts +6 -0
  101. package/types/core/MeganavSearchAutocomplete/component.d.ts.map +1 -0
  102. package/types/core/MeganavSearchAutocomplete.d.ts +3 -0
  103. package/types/core/MeganavSearchAutocomplete.d.ts.map +1 -0
  104. package/types/core/MeganavSearchPanel.d.ts +6 -0
  105. package/types/core/MeganavSearchPanel.d.ts.map +1 -0
  106. package/types/core/MeganavSearchSuggestions/component.d.ts +6 -0
  107. package/types/core/MeganavSearchSuggestions/component.d.ts.map +1 -0
  108. package/types/core/MeganavSearchSuggestions.d.ts +8 -0
  109. package/types/core/MeganavSearchSuggestions.d.ts.map +1 -0
  110. package/types/core/Notice/component.d.ts +8 -0
  111. package/types/core/Notice/component.d.ts.map +1 -0
  112. package/types/core/Notice.d.ts +23 -0
  113. package/types/core/Notice.d.ts.map +1 -0
  114. package/types/core/SignOutLink.d.ts +16 -0
  115. package/types/core/SignOutLink.d.ts.map +1 -0
  116. package/types/core/Slider.d.ts +12 -0
  117. package/types/core/Slider.d.ts.map +1 -0
  118. package/types/core/Status.d.ts +6 -0
  119. package/types/core/Status.d.ts.map +1 -0
  120. package/types/core/Table/Table.d.ts +10 -0
  121. package/types/core/Table/Table.d.ts.map +1 -0
  122. package/types/core/Table/TableCell.d.ts +10 -0
  123. package/types/core/Table/TableCell.d.ts.map +1 -0
  124. package/types/core/Table/TableRow.d.ts +8 -0
  125. package/types/core/Table/TableRow.d.ts.map +1 -0
  126. package/types/core/Table/data.d.ts +2 -0
  127. package/types/core/Table/data.d.ts.map +1 -0
  128. package/types/core/Table.d.ts +19 -0
  129. package/types/core/Table.d.ts.map +1 -0
  130. package/types/core/Tooltip.d.ts +8 -0
  131. package/types/core/Tooltip.d.ts.map +1 -0
  132. package/types/core/css.d.ts +2 -0
  133. package/types/core/css.d.ts.map +1 -0
  134. package/types/core/dom-query.d.ts +3 -0
  135. package/types/core/dom-query.d.ts.map +1 -0
  136. package/types/core/hubspot-chat-toggle.d.ts +2 -0
  137. package/types/core/hubspot-chat-toggle.d.ts.map +1 -0
  138. package/types/core/remote-blogs-posts.d.ts +10 -0
  139. package/types/core/remote-blogs-posts.d.ts.map +1 -0
  140. package/types/core/remote-data-store.d.ts +5 -0
  141. package/types/core/remote-data-store.d.ts.map +1 -0
  142. package/types/core/remote-data-util.d.ts +2 -0
  143. package/types/core/remote-data-util.d.ts.map +1 -0
  144. package/types/core/remote-session-data.d.ts +10 -0
  145. package/types/core/remote-session-data.d.ts.map +1 -0
  146. package/types/core/url-base.d.ts +3 -0
  147. package/types/core/url-base.d.ts.map +1 -0
  148. package/types/core/utils/syntax-highlighter-registry.d.ts +7 -0
  149. package/types/core/utils/syntax-highlighter-registry.d.ts.map +1 -0
  150. package/types/core/utils/syntax-highlighter.d.ts +4 -0
  151. package/types/core/utils/syntax-highlighter.d.ts.map +1 -0
@@ -0,0 +1,32 @@
1
+ type FlashPropsType = "error" | "success" | "notice" | "info" | "alert";
2
+ type FlashProps = {
3
+ id: string;
4
+ removed: boolean;
5
+ type: FlashPropsType;
6
+ content: string;
7
+ removeFlash: (id: string) => void;
8
+ };
9
+ type FlashesProps = {
10
+ flashes: {
11
+ items: FlashProps[];
12
+ };
13
+ };
14
+ type BackendFlashesProps = {
15
+ flashes: string[][];
16
+ };
17
+ declare const FLASH_DATA_ID = "ui-flashes";
18
+ declare const reducerFlashes: {
19
+ flashes: (state: {
20
+ items: FlashProps[];
21
+ } | undefined, action: {
22
+ type: string;
23
+ payload: FlashProps | FlashProps[];
24
+ }) => {
25
+ items: FlashProps[];
26
+ };
27
+ };
28
+ declare const Flashes: ({ flashes }: FlashesProps) => import("react/jsx-runtime").JSX.Element;
29
+ declare const BackendFlashes: ({ flashes }: BackendFlashesProps) => import("react/jsx-runtime").JSX.Element;
30
+ export { reducerFlashes, FLASH_DATA_ID, Flashes };
31
+ export default BackendFlashes;
32
+ //# sourceMappingURL=Flash.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flash.d.ts","sourceRoot":"","sources":["../../src/core/Flash.tsx"],"names":[],"mappings":"AAMA,KAAK,cAAc,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAExE,KAAK,UAAU,GAAG;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,cAAc,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE;QAAE,KAAK,EAAE,UAAU,EAAE,CAAA;KAAE,CAAC;CAClC,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC;CACrB,CAAC;AAGF,QAAA,MAAM,aAAa,eAAe,CAAC;AAInC,QAAA,MAAM,cAAc;qBAET;QACL,KAAK,EAAE,UAAU,EAAE,CAAC;KACrB,sBACO;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;KAAE;eAFnD,UAAU,EAAE;;CAexB,CAAC;AA2IF,QAAA,MAAM,OAAO,gBAAiB,YAAY,4CA4BzC,CAAC;AAEF,QAAA,MAAM,cAAc,gBAAiB,mBAAmB,4CAuBvD,CAAC;AAEF,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,OAAO,EAAE,CAAC;AAClD,eAAe,cAAc,CAAC"}
@@ -0,0 +1,14 @@
1
+ type FooterProps = {
2
+ paths: {
3
+ ablyStack: string;
4
+ highestPerformer: string;
5
+ highestUserAdoption: string;
6
+ bestSupport: string;
7
+ fastestImplementation: string;
8
+ };
9
+ urlBase: string;
10
+ statusUrl: string;
11
+ };
12
+ declare const Footer: ({ paths, urlBase, statusUrl }: FooterProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default Footer;
14
+ //# sourceMappingURL=Footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../src/core/Footer.tsx"],"names":[],"mappings":"AAMA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE;QACL,SAAS,EAAE,MAAM,CAAC;QAClB,gBAAgB,EAAE,MAAM,CAAC;QACzB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,WAAW,EAAE,MAAM,CAAC;QACpB,qBAAqB,EAAE,MAAM,CAAC;KAC/B,CAAC;IACF,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,MAAM,kCAAmC,WAAW,4CA4fzD,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,9 @@
1
+ type IconProps = {
2
+ name: string;
3
+ size?: string;
4
+ color?: string;
5
+ additionalCSS?: string;
6
+ };
7
+ declare const Icon: ({ name, size, color, additionalCSS, ...additionalAttributes }: IconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default Icon;
9
+ //# sourceMappingURL=Icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../src/core/Icon.tsx"],"names":[],"mappings":"AAEA,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,IAAI,kEAMP,SAAS,4CAQX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,8 @@
1
+ type LoaderProps = {
2
+ size?: string;
3
+ ringColor?: string;
4
+ additionalCSS?: string;
5
+ };
6
+ declare const Loader: ({ ringColor, size, additionalCSS, }: LoaderProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Loader;
8
+ //# sourceMappingURL=Loader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Loader.d.ts","sourceRoot":"","sources":["../../src/core/Loader.tsx"],"names":[],"mappings":"AAEA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,MAAM,wCAIT,WAAW,4CAqCb,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ type LogoProps = {
3
+ dataId: string;
4
+ logoUrl: string;
5
+ href?: string;
6
+ additionalImgAttrs?: object;
7
+ additionalLinkAttrs?: object;
8
+ };
9
+ declare const _default: React.MemoExoticComponent<({ dataId, logoUrl, href, additionalImgAttrs, additionalLinkAttrs, }: LogoProps) => import("react/jsx-runtime").JSX.Element>;
10
+ export default _default;
11
+ //# sourceMappingURL=Logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Logo.d.ts","sourceRoot":"","sources":["../../src/core/Logo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,SAAS,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;wHAQC,SAAS;AAYZ,wBAAgC"}
@@ -0,0 +1,5 @@
1
+ export default function Meganav({ themeName, addSearchApiKey }: {
2
+ themeName: any;
3
+ addSearchApiKey: any;
4
+ }): () => void;
5
+ //# sourceMappingURL=component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/Meganav/component.js"],"names":[],"mappings":"AAgHA;;;eAmCC"}
@@ -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,6 @@
1
+ import { AbsUrl } from "./Meganav";
2
+ declare const MeganavContentUseCases: ({ absUrl }: {
3
+ absUrl: AbsUrl;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default MeganavContentUseCases;
6
+ //# sourceMappingURL=MeganavContentUseCases.d.ts.map
@@ -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,6 @@
1
+ export default MeganavControl;
2
+ declare function MeganavControl(): {
3
+ teardown: () => void;
4
+ clear: () => void;
5
+ }[];
6
+ //# sourceMappingURL=component.d.ts.map
@@ -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,8 @@
1
+ export default MeganavControlMobileDropdown;
2
+ declare function MeganavControlMobileDropdown({ clearPanels }: {
3
+ clearPanels: any;
4
+ }): {
5
+ teardown: () => void;
6
+ clear: () => void;
7
+ };
8
+ //# sourceMappingURL=component.d.ts.map
@@ -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,6 @@
1
+ declare function _default(): {
2
+ teardown: () => void;
3
+ clear: () => void;
4
+ }[];
5
+ export default _default;
6
+ //# sourceMappingURL=component.d.ts.map
@@ -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,6 @@
1
+ declare function _default(): {
2
+ teardown: () => void;
3
+ clear: () => void;
4
+ }[];
5
+ export default _default;
6
+ //# sourceMappingURL=component.d.ts.map
@@ -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,6 @@
1
+ import { AbsUrl } from "./Meganav";
2
+ declare const MeganavSearch: ({ absUrl }: {
3
+ absUrl: AbsUrl;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default MeganavSearch;
6
+ //# sourceMappingURL=MeganavSearch.d.ts.map
@@ -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,6 @@
1
+ declare function _default(apiKey: any): {
2
+ teardown: () => void;
3
+ clear: () => void;
4
+ }[];
5
+ export default _default;
6
+ //# sourceMappingURL=component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/core/MeganavSearchAutocomplete/component.js"],"names":[],"mappings":"AAwJe;;;IAwBd"}
@@ -0,0 +1,3 @@
1
+ declare const MeganavSearchAutocomplete: () => import("react/jsx-runtime").JSX.Element;
2
+ export default MeganavSearchAutocomplete;
3
+ //# sourceMappingURL=MeganavSearchAutocomplete.d.ts.map
@@ -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,6 @@
1
+ import { AbsUrl } from "./Meganav";
2
+ declare const MeganavSearchPanel: ({ absUrl }: {
3
+ absUrl: AbsUrl;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default MeganavSearchPanel;
6
+ //# sourceMappingURL=MeganavSearchPanel.d.ts.map
@@ -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,6 @@
1
+ export default MeganavSearchSuggestions;
2
+ declare function MeganavSearchSuggestions(): {
3
+ teardown: () => void;
4
+ clear: () => void;
5
+ };
6
+ //# sourceMappingURL=component.d.ts.map
@@ -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,8 @@
1
+ export default Notice;
2
+ declare function Notice({ bannerContainer, cookieId, noticeId, options }: {
3
+ bannerContainer: any;
4
+ cookieId: any;
5
+ noticeId: any;
6
+ options: any;
7
+ }): () => void;
8
+ //# sourceMappingURL=component.d.ts.map
@@ -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,6 @@
1
+ declare const Status: ({ statusUrl, additionalCSS, }: {
2
+ statusUrl: string;
3
+ additionalCSS?: string;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default Status;
6
+ //# sourceMappingURL=Status.d.ts.map
@@ -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"}