@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
@@ -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"}
@@ -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,2 @@
1
+ export declare const PricingPageTable: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=data.d.ts.map
@@ -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,2 @@
1
+ export function remsToPixelValue(remString: any): number;
2
+ //# sourceMappingURL=css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.d.ts","sourceRoot":"","sources":["../../src/core/css.js"],"names":[],"mappings":"AAAO,yDAE0D"}
@@ -0,0 +1,3 @@
1
+ export function queryId(val: any, root?: Document): Element | null;
2
+ export function queryIdAll(val: any, root?: Document): NodeListOf<Element>;
3
+ //# sourceMappingURL=dom-query.d.ts.map
@@ -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,2 @@
1
+ export default function toggleChatWidget(params?: {}): (() => void) | undefined;
2
+ //# sourceMappingURL=hubspot-chat-toggle.d.ts.map
@@ -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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote-blogs-posts.d.ts","sourceRoot":"","sources":["../../src/core/remote-blogs-posts.js"],"names":[],"mappings":"AAEA,wEAoBC;;IAOgB;;;;MAOd;;AAGH,uDAA8E"}
@@ -0,0 +1,5 @@
1
+ export function attachStoreToWindow(store: any): void;
2
+ export function getRemoteDataStore(): any;
3
+ export function connectState(selector: any, setState: any): void;
4
+ export function createRemoteDataStore(reducers: any): any;
5
+ //# sourceMappingURL=remote-data-store.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote-data-store.d.ts","sourceRoot":"","sources":["../../src/core/remote-data-store.js"],"names":[],"mappings":"AAEO,sDAGN;AAEM,0CAMN;AAEM,iEAeN;AAEM,0DACiC"}
@@ -0,0 +1,2 @@
1
+ export function isJsonResponse(contentType: any): any;
2
+ //# sourceMappingURL=remote-data-util.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote-data-util.d.ts","sourceRoot":"","sources":["../../src/core/remote-data-util.js"],"names":[],"mappings":"AAEO,sDACkD"}
@@ -0,0 +1,10 @@
1
+ export function fetchSessionData(store: any, sessionUrl: any): Promise<void>;
2
+ export namespace reducerSessionData {
3
+ function session(state: {
4
+ data: null;
5
+ } | undefined, action: any): {
6
+ data: any;
7
+ };
8
+ }
9
+ export function selectSessionData(store: any): any;
10
+ //# sourceMappingURL=remote-session-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote-session-data.d.ts","sourceRoot":"","sources":["../../src/core/remote-session-data.js"],"names":[],"mappings":"AAOA,6EA+BC;;IAOgB;;;;MAOd;;AAGH,mDAAwE"}
@@ -0,0 +1,3 @@
1
+ export default absUrl;
2
+ declare function absUrl(path: any, urlBase?: string): string;
3
+ //# sourceMappingURL=url-base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url-base.d.ts","sourceRoot":"","sources":["../../src/core/url-base.js"],"names":[],"mappings":";AAEA,6DAEC"}
@@ -0,0 +1,7 @@
1
+ export default registry;
2
+ declare const registry: {
3
+ label: string;
4
+ key: string;
5
+ module: any;
6
+ }[];
7
+ //# sourceMappingURL=syntax-highlighter-registry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syntax-highlighter-registry.d.ts","sourceRoot":"","sources":["../../../src/core/utils/syntax-highlighter-registry.js"],"names":[],"mappings":";AA8BA;;;;IA8BE"}
@@ -0,0 +1,4 @@
1
+ export function highlightSnippet(languageKeyword: any, snippet: any): string | undefined;
2
+ export function languageToHighlightKey(lang: any): any;
3
+ export function registerDefaultLanguages(register: any): void;
4
+ //# sourceMappingURL=syntax-highlighter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syntax-highlighter.d.ts","sourceRoot":"","sources":["../../../src/core/utils/syntax-highlighter.js"],"names":[],"mappings":"AA+FA,yFAKC;AAjGD,uDAsFC;AAED,8DAEC"}
@@ -0,0 +1,59 @@
1
+ declare module '@ably/ui/core/Accordion' { export * from '@ably/ui/core/Accordion'; }
2
+ declare module '@ably/ui/core/Code' { export * from '@ably/ui/core/Code'; }
3
+ declare module '@ably/ui/core/ConnectStateWrapper' { export * from '@ably/ui/core/ConnectStateWrapper'; }
4
+ declare module '@ably/ui/core/ContactFooter' { export * from '@ably/ui/core/ContactFooter'; }
5
+ declare module '@ably/ui/core/CookieMessage' { export * from '@ably/ui/core/CookieMessage'; }
6
+ declare module '@ably/ui/core/CustomerLogos' { export * from '@ably/ui/core/CustomerLogos'; }
7
+ declare module '@ably/ui/core/DropdownMenu' { export * from '@ably/ui/core/DropdownMenu'; }
8
+ declare module '@ably/ui/core/Expander' { export * from '@ably/ui/core/Expander'; }
9
+ declare module '@ably/ui/core/FeaturedLink' { export * from '@ably/ui/core/FeaturedLink'; }
10
+ declare module '@ably/ui/core/Flash' { export * from '@ably/ui/core/Flash'; }
11
+ declare module '@ably/ui/core/Footer' { export * from '@ably/ui/core/Footer'; }
12
+ declare module '@ably/ui/core/Icon' { export * from '@ably/ui/core/Icon'; }
13
+ declare module '@ably/ui/core/Loader' { export * from '@ably/ui/core/Loader'; }
14
+ declare module '@ably/ui/core/Logo' { export * from '@ably/ui/core/Logo'; }
15
+ declare module '@ably/ui/core/Meganav/component' { export * from '@ably/ui/core/Meganav/component'; }
16
+ declare module '@ably/ui/core/Meganav' { export * from '@ably/ui/core/Meganav'; }
17
+ declare module '@ably/ui/core/MeganavBlogPostsList' { export * from '@ably/ui/core/MeganavBlogPostsList'; }
18
+ declare module '@ably/ui/core/MeganavContentCompany' { export * from '@ably/ui/core/MeganavContentCompany'; }
19
+ declare module '@ably/ui/core/MeganavContentDevelopers' { export * from '@ably/ui/core/MeganavContentDevelopers'; }
20
+ declare module '@ably/ui/core/MeganavContentProducts' { export * from '@ably/ui/core/MeganavContentProducts'; }
21
+ declare module '@ably/ui/core/MeganavContentUseCases' { export * from '@ably/ui/core/MeganavContentUseCases'; }
22
+ declare module '@ably/ui/core/MeganavControl/component' { export * from '@ably/ui/core/MeganavControl/component'; }
23
+ declare module '@ably/ui/core/MeganavControl' { export * from '@ably/ui/core/MeganavControl'; }
24
+ declare module '@ably/ui/core/MeganavControlMobileDropdown/component' { export * from '@ably/ui/core/MeganavControlMobileDropdown/component'; }
25
+ declare module '@ably/ui/core/MeganavControlMobileDropdown' { export * from '@ably/ui/core/MeganavControlMobileDropdown'; }
26
+ declare module '@ably/ui/core/MeganavControlMobilePanelClose/component' { export * from '@ably/ui/core/MeganavControlMobilePanelClose/component'; }
27
+ declare module '@ably/ui/core/MeganavControlMobilePanelClose' { export * from '@ably/ui/core/MeganavControlMobilePanelClose'; }
28
+ declare module '@ably/ui/core/MeganavControlMobilePanelOpen/component' { export * from '@ably/ui/core/MeganavControlMobilePanelOpen/component'; }
29
+ declare module '@ably/ui/core/MeganavControlMobilePanelOpen' { export * from '@ably/ui/core/MeganavControlMobilePanelOpen'; }
30
+ declare module '@ably/ui/core/MeganavItemsDesktop' { export * from '@ably/ui/core/MeganavItemsDesktop'; }
31
+ declare module '@ably/ui/core/MeganavItemsMobile' { export * from '@ably/ui/core/MeganavItemsMobile'; }
32
+ declare module '@ably/ui/core/MeganavItemsSignedIn' { export * from '@ably/ui/core/MeganavItemsSignedIn'; }
33
+ declare module '@ably/ui/core/MeganavSearch' { export * from '@ably/ui/core/MeganavSearch'; }
34
+ declare module '@ably/ui/core/MeganavSearchAutocomplete/component' { export * from '@ably/ui/core/MeganavSearchAutocomplete/component'; }
35
+ declare module '@ably/ui/core/MeganavSearchAutocomplete' { export * from '@ably/ui/core/MeganavSearchAutocomplete'; }
36
+ declare module '@ably/ui/core/MeganavSearchPanel' { export * from '@ably/ui/core/MeganavSearchPanel'; }
37
+ declare module '@ably/ui/core/MeganavSearchSuggestions/component' { export * from '@ably/ui/core/MeganavSearchSuggestions/component'; }
38
+ declare module '@ably/ui/core/MeganavSearchSuggestions' { export * from '@ably/ui/core/MeganavSearchSuggestions'; }
39
+ declare module '@ably/ui/core/Notice/component' { export * from '@ably/ui/core/Notice/component'; }
40
+ declare module '@ably/ui/core/Notice' { export * from '@ably/ui/core/Notice'; }
41
+ declare module '@ably/ui/core/SignOutLink' { export * from '@ably/ui/core/SignOutLink'; }
42
+ declare module '@ably/ui/core/Slider' { export * from '@ably/ui/core/Slider'; }
43
+ declare module '@ably/ui/core/Status' { export * from '@ably/ui/core/Status'; }
44
+ declare module '@ably/ui/core/Table/Table' { export * from '@ably/ui/core/Table/Table'; }
45
+ declare module '@ably/ui/core/Table/TableCell' { export * from '@ably/ui/core/Table/TableCell'; }
46
+ declare module '@ably/ui/core/Table/TableRow' { export * from '@ably/ui/core/Table/TableRow'; }
47
+ declare module '@ably/ui/core/Table/data' { export * from '@ably/ui/core/Table/data'; }
48
+ declare module '@ably/ui/core/Table' { export * from '@ably/ui/core/Table'; }
49
+ declare module '@ably/ui/core/Tooltip' { export * from '@ably/ui/core/Tooltip'; }
50
+ declare module '@ably/ui/core/css' { export * from '@ably/ui/core/css'; }
51
+ declare module '@ably/ui/core/dom-query' { export * from '@ably/ui/core/dom-query'; }
52
+ declare module '@ably/ui/core/hubspot-chat-toggle' { export * from '@ably/ui/core/hubspot-chat-toggle'; }
53
+ declare module '@ably/ui/core/remote-blogs-posts' { export * from '@ably/ui/core/remote-blogs-posts'; }
54
+ declare module '@ably/ui/core/remote-data-store' { export * from '@ably/ui/core/remote-data-store'; }
55
+ declare module '@ably/ui/core/remote-data-util' { export * from '@ably/ui/core/remote-data-util'; }
56
+ declare module '@ably/ui/core/remote-session-data' { export * from '@ably/ui/core/remote-session-data'; }
57
+ declare module '@ably/ui/core/url-base' { export * from '@ably/ui/core/url-base'; }
58
+ declare module '@ably/ui/core/utils/syntax-highlighter-registry' { export * from '@ably/ui/core/utils/syntax-highlighter-registry'; }
59
+ declare module '@ably/ui/core/utils/syntax-highlighter' { export * from '@ably/ui/core/utils/syntax-highlighter'; }