@ably/ui 14.4.0-dev.1b6b1db → 14.4.0-dev.22628d7

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 (122) hide show
  1. package/core/hubspot-chat-toggle.js +1 -1
  2. package/package.json +4 -4
  3. package/types/core/Accordion.d.ts +17 -0
  4. package/types/core/Accordion.d.ts.map +1 -0
  5. package/types/core/Code.d.ts +10 -0
  6. package/types/core/Code.d.ts.map +1 -0
  7. package/types/core/ConnectStateWrapper.d.ts +3 -0
  8. package/types/core/ConnectStateWrapper.d.ts.map +1 -0
  9. package/types/core/ContactFooter.d.ts +6 -0
  10. package/types/core/ContactFooter.d.ts.map +1 -0
  11. package/types/core/CookieMessage.d.ts +7 -0
  12. package/types/core/CookieMessage.d.ts.map +1 -0
  13. package/types/core/CustomerLogos.d.ts +11 -0
  14. package/types/core/CustomerLogos.d.ts.map +1 -0
  15. package/types/core/DropdownMenu.d.ts +28 -0
  16. package/types/core/DropdownMenu.d.ts.map +1 -0
  17. package/types/core/Expander.d.ts +12 -0
  18. package/types/core/Expander.d.ts.map +1 -0
  19. package/types/core/FeaturedLink.d.ts +15 -0
  20. package/types/core/FeaturedLink.d.ts.map +1 -0
  21. package/types/core/Flash.d.ts +32 -0
  22. package/types/core/Flash.d.ts.map +1 -0
  23. package/types/core/Footer.d.ts +14 -0
  24. package/types/core/Footer.d.ts.map +1 -0
  25. package/types/core/Icon.d.ts +9 -0
  26. package/types/core/Icon.d.ts.map +1 -0
  27. package/types/core/Loader.d.ts +8 -0
  28. package/types/core/Loader.d.ts.map +1 -0
  29. package/types/core/Logo.d.ts +11 -0
  30. package/types/core/Logo.d.ts.map +1 -0
  31. package/types/core/Meganav/component.d.ts +5 -0
  32. package/types/core/Meganav/component.d.ts.map +1 -0
  33. package/types/core/Meganav.d.ts +77 -0
  34. package/types/core/Meganav.d.ts.map +1 -0
  35. package/types/core/MeganavBlogPostsList.d.ts +12 -0
  36. package/types/core/MeganavBlogPostsList.d.ts.map +1 -0
  37. package/types/core/MeganavContentCompany.d.ts +8 -0
  38. package/types/core/MeganavContentCompany.d.ts.map +1 -0
  39. package/types/core/MeganavContentDevelopers.d.ts +7 -0
  40. package/types/core/MeganavContentDevelopers.d.ts.map +1 -0
  41. package/types/core/MeganavContentProducts.d.ts +8 -0
  42. package/types/core/MeganavContentProducts.d.ts.map +1 -0
  43. package/types/core/MeganavContentUseCases.d.ts +6 -0
  44. package/types/core/MeganavContentUseCases.d.ts.map +1 -0
  45. package/types/core/MeganavControl/component.d.ts +6 -0
  46. package/types/core/MeganavControl/component.d.ts.map +1 -0
  47. package/types/core/MeganavControl.d.ts +12 -0
  48. package/types/core/MeganavControl.d.ts.map +1 -0
  49. package/types/core/MeganavControlMobileDropdown/component.d.ts +8 -0
  50. package/types/core/MeganavControlMobileDropdown/component.d.ts.map +1 -0
  51. package/types/core/MeganavControlMobileDropdown.d.ts +6 -0
  52. package/types/core/MeganavControlMobileDropdown.d.ts.map +1 -0
  53. package/types/core/MeganavControlMobilePanelClose/component.d.ts +6 -0
  54. package/types/core/MeganavControlMobilePanelClose/component.d.ts.map +1 -0
  55. package/types/core/MeganavControlMobilePanelClose.d.ts +7 -0
  56. package/types/core/MeganavControlMobilePanelClose.d.ts.map +1 -0
  57. package/types/core/MeganavControlMobilePanelOpen/component.d.ts +6 -0
  58. package/types/core/MeganavControlMobilePanelOpen/component.d.ts.map +1 -0
  59. package/types/core/MeganavControlMobilePanelOpen.d.ts +8 -0
  60. package/types/core/MeganavControlMobilePanelOpen.d.ts.map +1 -0
  61. package/types/core/MeganavItemsDesktop.d.ts +13 -0
  62. package/types/core/MeganavItemsDesktop.d.ts.map +1 -0
  63. package/types/core/MeganavItemsMobile.d.ts +14 -0
  64. package/types/core/MeganavItemsMobile.d.ts.map +1 -0
  65. package/types/core/MeganavItemsSignedIn.d.ts +9 -0
  66. package/types/core/MeganavItemsSignedIn.d.ts.map +1 -0
  67. package/types/core/MeganavSearch.d.ts +6 -0
  68. package/types/core/MeganavSearch.d.ts.map +1 -0
  69. package/types/core/MeganavSearchAutocomplete/component.d.ts +6 -0
  70. package/types/core/MeganavSearchAutocomplete/component.d.ts.map +1 -0
  71. package/types/core/MeganavSearchAutocomplete.d.ts +3 -0
  72. package/types/core/MeganavSearchAutocomplete.d.ts.map +1 -0
  73. package/types/core/MeganavSearchPanel.d.ts +6 -0
  74. package/types/core/MeganavSearchPanel.d.ts.map +1 -0
  75. package/types/core/MeganavSearchSuggestions/component.d.ts +6 -0
  76. package/types/core/MeganavSearchSuggestions/component.d.ts.map +1 -0
  77. package/types/core/MeganavSearchSuggestions.d.ts +8 -0
  78. package/types/core/MeganavSearchSuggestions.d.ts.map +1 -0
  79. package/types/core/Notice/component.d.ts +8 -0
  80. package/types/core/Notice/component.d.ts.map +1 -0
  81. package/types/core/Notice.d.ts +23 -0
  82. package/types/core/Notice.d.ts.map +1 -0
  83. package/types/core/SignOutLink.d.ts +16 -0
  84. package/types/core/SignOutLink.d.ts.map +1 -0
  85. package/types/core/Slider.d.ts +12 -0
  86. package/types/core/Slider.d.ts.map +1 -0
  87. package/types/core/Status.d.ts +6 -0
  88. package/types/core/Status.d.ts.map +1 -0
  89. package/types/core/Table/Table.d.ts +10 -0
  90. package/types/core/Table/Table.d.ts.map +1 -0
  91. package/types/core/Table/TableCell.d.ts +10 -0
  92. package/types/core/Table/TableCell.d.ts.map +1 -0
  93. package/types/core/Table/TableRow.d.ts +8 -0
  94. package/types/core/Table/TableRow.d.ts.map +1 -0
  95. package/types/core/Table/data.d.ts +2 -0
  96. package/types/core/Table/data.d.ts.map +1 -0
  97. package/types/core/Table.d.ts +19 -0
  98. package/types/core/Table.d.ts.map +1 -0
  99. package/types/core/Tooltip.d.ts +8 -0
  100. package/types/core/Tooltip.d.ts.map +1 -0
  101. package/types/core/css.d.ts +2 -0
  102. package/types/core/css.d.ts.map +1 -0
  103. package/types/core/dom-query.d.ts +3 -0
  104. package/types/core/dom-query.d.ts.map +1 -0
  105. package/types/core/hubspot-chat-toggle.d.ts +2 -0
  106. package/types/core/hubspot-chat-toggle.d.ts.map +1 -0
  107. package/types/core/remote-blogs-posts.d.ts +10 -0
  108. package/types/core/remote-blogs-posts.d.ts.map +1 -0
  109. package/types/core/remote-data-store.d.ts +5 -0
  110. package/types/core/remote-data-store.d.ts.map +1 -0
  111. package/types/core/remote-data-util.d.ts +2 -0
  112. package/types/core/remote-data-util.d.ts.map +1 -0
  113. package/types/core/remote-session-data.d.ts +10 -0
  114. package/types/core/remote-session-data.d.ts.map +1 -0
  115. package/types/core/url-base.d.ts +3 -0
  116. package/types/core/url-base.d.ts.map +1 -0
  117. package/types/core/utils/syntax-highlighter-registry.d.ts +7 -0
  118. package/types/core/utils/syntax-highlighter-registry.d.ts.map +1 -0
  119. package/types/core/utils/syntax-highlighter.d.ts +4 -0
  120. package/types/core/utils/syntax-highlighter.d.ts.map +1 -0
  121. package/types/index.d.ts +59 -0
  122. package/index.d.ts +0 -785
@@ -1 +1 @@
1
- import{queryId}from"./dom-query";function enableBtn(el,text){el.disabled=false;el.innerText=text}function disableBtn(el,text){el.disabled=true;el.innerText=text}const WAIT_BETWEEN_RETRIES_MS=100;let MAX_RETRY_COUNT=30;export default function toggleChatWidget(params){const{dataId}=params??{};const container=queryId(dataId);const chatButton=queryId("open-chat-widget",container);const textEnabled=chatButton.dataset.enabledLabel;const textDisabled=chatButton.dataset.disabledLabel;if(!dataId||!container)return;const trigger=queryId("open-chat-widget",container);let clickHandler;const waitForScript=delay=>{const widget=window?.HubSpotConversations?.widget;const iframe=document.querySelector("#hubspot-messages-iframe-container");clickHandler=e=>{e.preventDefault();widget.open()};if(widget&&iframe){trigger.addEventListener("click",clickHandler);enableBtn(trigger,textEnabled)}else if(--MAX_RETRY_COUNT){setTimeout(()=>waitForScript(WAIT_BETWEEN_RETRIES_MS),delay)}};disableBtn(trigger,textDisabled);waitForScript(0);return()=>{disableBtn(trigger,textDisabled);trigger.removeEventListener("click",clickHandler)}}
1
+ import{queryId}from"./dom-query";function enableBtn(el,text){el.disabled=false;el.innerText=text}function disableBtn(el,text){el.disabled=true;el.innerText=text}const WAIT_BETWEEN_RETRIES_MS=100;let MAX_RETRY_COUNT=30;export default function toggleChatWidget(params={}){const{dataId}=params;const container=queryId(dataId);const chatButton=queryId("open-chat-widget",container);const textEnabled=chatButton.dataset.enabledLabel;const textDisabled=chatButton.dataset.disabledLabel;if(!dataId||!container)return;const trigger=queryId("open-chat-widget",container);let clickHandler;const waitForScript=delay=>{const widget=window?.HubSpotConversations?.widget;const iframe=document.querySelector("#hubspot-messages-iframe-container");clickHandler=e=>{e.preventDefault();widget.open()};if(widget&&iframe){trigger.addEventListener("click",clickHandler);enableBtn(trigger,textEnabled)}else if(--MAX_RETRY_COUNT){setTimeout(()=>waitForScript(WAIT_BETWEEN_RETRIES_MS),delay)}};disableBtn(trigger,textDisabled);waitForScript(0);return()=>{disableBtn(trigger,textDisabled);trigger.removeEventListener("click",clickHandler)}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "14.4.0-dev.1b6b1db",
3
+ "version": "14.4.0-dev.22628d7",
4
4
  "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,9 +12,9 @@
12
12
  "reset",
13
13
  "tailwind.config.js",
14
14
  "tailwind.extend.js",
15
- "index.d.ts"
15
+ "types"
16
16
  ],
17
- "types": "index.d.ts",
17
+ "types": "types/index.d.ts",
18
18
  "devDependencies": {
19
19
  "@storybook/addon-a11y": "^8.2.9",
20
20
  "@storybook/addon-essentials": "^8.2.9",
@@ -51,7 +51,7 @@
51
51
  "scripts": {
52
52
  "build:prebuild": "rm -rf core reset",
53
53
  "build:swc": "swc src/core src/reset -d dist --copy-files --include-dotfiles --strip-leading-paths --config-file .swc --ignore **/*.stories.tsx,**/*.snap",
54
- "build:tsc": "tsc && node tsc.js && rm -r types",
54
+ "build:tsc": "rm -rf types && tsc && node tsc.js",
55
55
  "build:cleanup": "mv dist/* . && rm -r dist",
56
56
  "build": "yarn build:prebuild && yarn build:swc && node sprites.js && yarn build:tsc && yarn build:cleanup",
57
57
  "watch": "yarn build:swc -w",
@@ -0,0 +1,17 @@
1
+ import { ReactNode } from "react";
2
+ type AccordionData = {
3
+ name: string;
4
+ content: ReactNode;
5
+ };
6
+ export type AccordionProps = {
7
+ data: AccordionData[];
8
+ arrowIcon?: boolean;
9
+ topBorder?: boolean;
10
+ bottomBorder?: boolean;
11
+ id?: string;
12
+ autoClose?: boolean;
13
+ className?: string;
14
+ };
15
+ declare const Accordion: ({ data, id, topBorder, bottomBorder, arrowIcon, autoClose, className, }: AccordionProps) => import("react/jsx-runtime").JSX.Element;
16
+ export default Accordion;
17
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../src/core/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,SAAS,EAAO,MAAM,OAAO,CAAC;AAGxD,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,SAAS,CAAC;CACpB,CAAC;AAcF,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,aAAa,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAwEF,QAAA,MAAM,SAAS,4EAQZ,cAAc,4CAsChB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ type CodeProps = {
2
+ language: string;
3
+ snippet: string;
4
+ textSize?: string;
5
+ padding?: string;
6
+ additionalCSS?: string;
7
+ };
8
+ declare const Code: ({ language, snippet, textSize, padding, additionalCSS, }: CodeProps) => import("react/jsx-runtime").JSX.Element;
9
+ export default Code;
10
+ //# sourceMappingURL=Code.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Code.d.ts","sourceRoot":"","sources":["../../src/core/Code.tsx"],"names":[],"mappings":"AAUA,KAAK,SAAS,GAAG;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,IAAI,6DAMP,SAAS,4CAiBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const ConnectStateWrapper: (Component: any, selectors: any) => (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default ConnectStateWrapper;
3
+ //# sourceMappingURL=ConnectStateWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConnectStateWrapper.d.ts","sourceRoot":"","sources":["../../src/core/ConnectStateWrapper.tsx"],"names":[],"mappings":"AAeA,QAAA,MAAM,mBAAmB,cAAe,GAAG,aAAa,GAAG,aAyBxB,GAAG,4CAGrC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,6 @@
1
+ type ContactFooterProps = {
2
+ urlBase: string;
3
+ };
4
+ declare const ContactFooter: ({ urlBase }: ContactFooterProps) => import("react/jsx-runtime").JSX.Element;
5
+ export default ContactFooter;
6
+ //# sourceMappingURL=ContactFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContactFooter.d.ts","sourceRoot":"","sources":["../../src/core/ContactFooter.tsx"],"names":[],"mappings":"AAMA,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,aAAa,gBAAiB,kBAAkB,4CA8ErD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ type CookieMessageProps = {
2
+ cookieId: string;
3
+ urlBase: string;
4
+ };
5
+ declare const CookieMessage: ({ cookieId, urlBase }: CookieMessageProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ export default CookieMessage;
7
+ //# sourceMappingURL=CookieMessage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CookieMessage.d.ts","sourceRoot":"","sources":["../../src/core/CookieMessage.tsx"],"names":[],"mappings":"AAOA,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,aAAa,0BAA2B,kBAAkB,mDAqC/D,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,11 @@
1
+ type CompanyEntity = {
2
+ label: string;
3
+ logo: string;
4
+ };
5
+ type CustomerLogosProps = {
6
+ companies: CompanyEntity[];
7
+ additionalCss?: string;
8
+ };
9
+ declare const CustomerLogos: ({ companies, additionalCss, }: CustomerLogosProps) => import("react/jsx-runtime").JSX.Element;
10
+ export default CustomerLogos;
11
+ //# sourceMappingURL=CustomerLogos.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomerLogos.d.ts","sourceRoot":"","sources":["../../src/core/CustomerLogos.tsx"],"names":[],"mappings":"AAEA,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,SAAS,EAAE,aAAa,EAAE,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,aAAa,kCAGhB,kBAAkB,4CAiBpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { ReactNode } from "react";
2
+ type DropdownMenuProps = {
3
+ children: ReactNode;
4
+ };
5
+ type TriggerProps = {
6
+ children: ReactNode;
7
+ additionalTriggerCSS?: string;
8
+ };
9
+ type ContentProps = {
10
+ children: ReactNode;
11
+ anchorPosition?: string;
12
+ additionalContentCSS?: string;
13
+ };
14
+ type LinkProps = {
15
+ url: string;
16
+ title: string;
17
+ subtitle: string;
18
+ iconName: string;
19
+ children: ReactNode;
20
+ };
21
+ declare const DropdownMenu: {
22
+ ({ children }: DropdownMenuProps): import("react/jsx-runtime").JSX.Element;
23
+ Trigger: ({ children, additionalTriggerCSS }: TriggerProps) => import("react/jsx-runtime").JSX.Element;
24
+ Content: ({ children, anchorPosition, additionalContentCSS, }: ContentProps) => import("react/jsx-runtime").JSX.Element | null;
25
+ Link: ({ url, title, subtitle, iconName, children }: LinkProps) => import("react/jsx-runtime").JSX.Element;
26
+ };
27
+ export default DropdownMenu;
28
+ //# sourceMappingURL=DropdownMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../src/core/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAc,EAMZ,SAAS,EAEV,MAAM,OAAO,CAAC;AAWf,KAAK,iBAAiB,GAAG;IACvB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,YAAY;mBAAkB,iBAAiB;kDA0BK,YAAY;mEAwBnE,YAAY;yDAqB6C,SAAS;CA/CpE,CAAC;AAyEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { PropsWithChildren } from "react";
2
+ type ExpanderProps = {
3
+ heightThreshold?: number;
4
+ className?: string;
5
+ fadeClassName?: string;
6
+ controlsClassName?: string;
7
+ controlsOpenedLabel?: string;
8
+ controlsClosedLabel?: string;
9
+ };
10
+ declare const Expander: ({ heightThreshold, className, fadeClassName, controlsClassName, controlsOpenedLabel, controlsClosedLabel, children, }: PropsWithChildren<ExpanderProps>) => import("react/jsx-runtime").JSX.Element;
11
+ export default Expander;
12
+ //# sourceMappingURL=Expander.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Expander.d.ts","sourceRoot":"","sources":["../../src/core/Expander.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,iBAAiB,EAA+B,MAAM,OAAO,CAAC;AAG9E,KAAK,aAAa,GAAG;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,QAAA,MAAM,QAAQ,0HAQX,iBAAiB,CAAC,aAAa,CAAC,4CAmElC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { ReactNode } from "react";
2
+ type FeaturedLinkProps = {
3
+ url: string;
4
+ children: ReactNode;
5
+ textSize?: string;
6
+ iconColor?: string;
7
+ flush?: boolean;
8
+ reverse?: boolean;
9
+ additionalCSS?: string;
10
+ newWindow?: boolean;
11
+ onClick?: () => void;
12
+ };
13
+ declare const FeaturedLink: ({ url, textSize, iconColor, flush, reverse, additionalCSS, newWindow, onClick, children, }: FeaturedLinkProps) => import("react/jsx-runtime").JSX.Element;
14
+ export default FeaturedLink;
15
+ //# sourceMappingURL=FeaturedLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeaturedLink.d.ts","sourceRoot":"","sources":["../../src/core/FeaturedLink.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AAIxD,KAAK,iBAAiB,GAAG;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAuBF,QAAA,MAAM,YAAY,+FAUf,iBAAiB,4CA2CnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -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