@ably/ui 14.4.0-dev.1b6b1db → 14.4.0-dev.49f3533

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 (120) hide show
  1. package/package.json +4 -4
  2. package/types/core/Accordion.d.ts +17 -0
  3. package/types/core/Accordion.d.ts.map +1 -0
  4. package/types/core/Code.d.ts +10 -0
  5. package/types/core/Code.d.ts.map +1 -0
  6. package/types/core/ConnectStateWrapper.d.ts +3 -0
  7. package/types/core/ConnectStateWrapper.d.ts.map +1 -0
  8. package/types/core/ContactFooter.d.ts +6 -0
  9. package/types/core/ContactFooter.d.ts.map +1 -0
  10. package/types/core/CookieMessage.d.ts +7 -0
  11. package/types/core/CookieMessage.d.ts.map +1 -0
  12. package/types/core/CustomerLogos.d.ts +11 -0
  13. package/types/core/CustomerLogos.d.ts.map +1 -0
  14. package/types/core/DropdownMenu.d.ts +28 -0
  15. package/types/core/DropdownMenu.d.ts.map +1 -0
  16. package/types/core/Expander.d.ts +12 -0
  17. package/types/core/Expander.d.ts.map +1 -0
  18. package/types/core/FeaturedLink.d.ts +15 -0
  19. package/types/core/FeaturedLink.d.ts.map +1 -0
  20. package/types/core/Flash.d.ts +32 -0
  21. package/types/core/Flash.d.ts.map +1 -0
  22. package/types/core/Footer.d.ts +14 -0
  23. package/types/core/Footer.d.ts.map +1 -0
  24. package/types/core/Icon.d.ts +9 -0
  25. package/types/core/Icon.d.ts.map +1 -0
  26. package/types/core/Loader.d.ts +8 -0
  27. package/types/core/Loader.d.ts.map +1 -0
  28. package/types/core/Logo.d.ts +11 -0
  29. package/types/core/Logo.d.ts.map +1 -0
  30. package/types/core/Meganav/component.d.ts +5 -0
  31. package/types/core/Meganav/component.d.ts.map +1 -0
  32. package/types/core/Meganav.d.ts +77 -0
  33. package/types/core/Meganav.d.ts.map +1 -0
  34. package/types/core/MeganavBlogPostsList.d.ts +12 -0
  35. package/types/core/MeganavBlogPostsList.d.ts.map +1 -0
  36. package/types/core/MeganavContentCompany.d.ts +8 -0
  37. package/types/core/MeganavContentCompany.d.ts.map +1 -0
  38. package/types/core/MeganavContentDevelopers.d.ts +7 -0
  39. package/types/core/MeganavContentDevelopers.d.ts.map +1 -0
  40. package/types/core/MeganavContentProducts.d.ts +8 -0
  41. package/types/core/MeganavContentProducts.d.ts.map +1 -0
  42. package/types/core/MeganavContentUseCases.d.ts +6 -0
  43. package/types/core/MeganavContentUseCases.d.ts.map +1 -0
  44. package/types/core/MeganavControl/component.d.ts +6 -0
  45. package/types/core/MeganavControl/component.d.ts.map +1 -0
  46. package/types/core/MeganavControl.d.ts +12 -0
  47. package/types/core/MeganavControl.d.ts.map +1 -0
  48. package/types/core/MeganavControlMobileDropdown/component.d.ts +8 -0
  49. package/types/core/MeganavControlMobileDropdown/component.d.ts.map +1 -0
  50. package/types/core/MeganavControlMobileDropdown.d.ts +6 -0
  51. package/types/core/MeganavControlMobileDropdown.d.ts.map +1 -0
  52. package/types/core/MeganavControlMobilePanelClose/component.d.ts +6 -0
  53. package/types/core/MeganavControlMobilePanelClose/component.d.ts.map +1 -0
  54. package/types/core/MeganavControlMobilePanelClose.d.ts +7 -0
  55. package/types/core/MeganavControlMobilePanelClose.d.ts.map +1 -0
  56. package/types/core/MeganavControlMobilePanelOpen/component.d.ts +6 -0
  57. package/types/core/MeganavControlMobilePanelOpen/component.d.ts.map +1 -0
  58. package/types/core/MeganavControlMobilePanelOpen.d.ts +8 -0
  59. package/types/core/MeganavControlMobilePanelOpen.d.ts.map +1 -0
  60. package/types/core/MeganavItemsDesktop.d.ts +13 -0
  61. package/types/core/MeganavItemsDesktop.d.ts.map +1 -0
  62. package/types/core/MeganavItemsMobile.d.ts +14 -0
  63. package/types/core/MeganavItemsMobile.d.ts.map +1 -0
  64. package/types/core/MeganavItemsSignedIn.d.ts +9 -0
  65. package/types/core/MeganavItemsSignedIn.d.ts.map +1 -0
  66. package/types/core/MeganavSearch.d.ts +6 -0
  67. package/types/core/MeganavSearch.d.ts.map +1 -0
  68. package/types/core/MeganavSearchAutocomplete/component.d.ts +6 -0
  69. package/types/core/MeganavSearchAutocomplete/component.d.ts.map +1 -0
  70. package/types/core/MeganavSearchAutocomplete.d.ts +3 -0
  71. package/types/core/MeganavSearchAutocomplete.d.ts.map +1 -0
  72. package/types/core/MeganavSearchPanel.d.ts +6 -0
  73. package/types/core/MeganavSearchPanel.d.ts.map +1 -0
  74. package/types/core/MeganavSearchSuggestions/component.d.ts +6 -0
  75. package/types/core/MeganavSearchSuggestions/component.d.ts.map +1 -0
  76. package/types/core/MeganavSearchSuggestions.d.ts +8 -0
  77. package/types/core/MeganavSearchSuggestions.d.ts.map +1 -0
  78. package/types/core/Notice/component.d.ts +8 -0
  79. package/types/core/Notice/component.d.ts.map +1 -0
  80. package/types/core/Notice.d.ts +23 -0
  81. package/types/core/Notice.d.ts.map +1 -0
  82. package/types/core/SignOutLink.d.ts +16 -0
  83. package/types/core/SignOutLink.d.ts.map +1 -0
  84. package/types/core/Slider.d.ts +12 -0
  85. package/types/core/Slider.d.ts.map +1 -0
  86. package/types/core/Status.d.ts +6 -0
  87. package/types/core/Status.d.ts.map +1 -0
  88. package/types/core/Table/Table.d.ts +10 -0
  89. package/types/core/Table/Table.d.ts.map +1 -0
  90. package/types/core/Table/TableCell.d.ts +10 -0
  91. package/types/core/Table/TableCell.d.ts.map +1 -0
  92. package/types/core/Table/TableRow.d.ts +8 -0
  93. package/types/core/Table/TableRow.d.ts.map +1 -0
  94. package/types/core/Table/data.d.ts +2 -0
  95. package/types/core/Table/data.d.ts.map +1 -0
  96. package/types/core/Table.d.ts +19 -0
  97. package/types/core/Table.d.ts.map +1 -0
  98. package/types/core/Tooltip.d.ts +8 -0
  99. package/types/core/Tooltip.d.ts.map +1 -0
  100. package/types/core/css.d.ts +2 -0
  101. package/types/core/css.d.ts.map +1 -0
  102. package/types/core/dom-query.d.ts +3 -0
  103. package/types/core/dom-query.d.ts.map +1 -0
  104. package/types/core/hubspot-chat-toggle.d.ts +2 -0
  105. package/types/core/hubspot-chat-toggle.d.ts.map +1 -0
  106. package/types/core/remote-blogs-posts.d.ts +10 -0
  107. package/types/core/remote-blogs-posts.d.ts.map +1 -0
  108. package/types/core/remote-data-store.d.ts +5 -0
  109. package/types/core/remote-data-store.d.ts.map +1 -0
  110. package/types/core/remote-data-util.d.ts +2 -0
  111. package/types/core/remote-data-util.d.ts.map +1 -0
  112. package/types/core/remote-session-data.d.ts +10 -0
  113. package/types/core/remote-session-data.d.ts.map +1 -0
  114. package/types/core/url-base.d.ts +3 -0
  115. package/types/core/url-base.d.ts.map +1 -0
  116. package/types/core/utils/syntax-highlighter-registry.d.ts +7 -0
  117. package/types/core/utils/syntax-highlighter-registry.d.ts.map +1 -0
  118. package/types/core/utils/syntax-highlighter.d.ts +4 -0
  119. package/types/core/utils/syntax-highlighter.d.ts.map +1 -0
  120. package/{index.d.ts → types/index.d.ts} +59 -60
@@ -1,5 +1,4 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
-
3
2
  declare module '@ably/ui/core/Accordion' {
4
3
  import { ReactNode } from "react";
5
4
  type AccordionData = {
@@ -18,7 +17,7 @@ export type AccordionProps = {
18
17
  const Accordion: ({ data, id, topBorder, bottomBorder, arrowIcon, autoClose, className, }: AccordionProps) => import("react/jsx-runtime").JSX.Element;
19
18
  export default Accordion;
20
19
  //# sourceMappingURL=Accordion.d.ts.map
21
- }
20
+ };
22
21
 
23
22
  declare module '@ably/ui/core/Code' {
24
23
  type CodeProps = {
@@ -31,13 +30,13 @@ type CodeProps = {
31
30
  const Code: ({ language, snippet, textSize, padding, additionalCSS, }: CodeProps) => import("react/jsx-runtime").JSX.Element;
32
31
  export default Code;
33
32
  //# sourceMappingURL=Code.d.ts.map
34
- }
33
+ };
35
34
 
36
35
  declare module '@ably/ui/core/ConnectStateWrapper' {
37
36
  const ConnectStateWrapper: (Component: any, selectors: any) => (props: any) => import("react/jsx-runtime").JSX.Element;
38
37
  export default ConnectStateWrapper;
39
38
  //# sourceMappingURL=ConnectStateWrapper.d.ts.map
40
- }
39
+ };
41
40
 
42
41
  declare module '@ably/ui/core/ContactFooter' {
43
42
  type ContactFooterProps = {
@@ -46,7 +45,7 @@ type ContactFooterProps = {
46
45
  const ContactFooter: ({ urlBase }: ContactFooterProps) => import("react/jsx-runtime").JSX.Element;
47
46
  export default ContactFooter;
48
47
  //# sourceMappingURL=ContactFooter.d.ts.map
49
- }
48
+ };
50
49
 
51
50
  declare module '@ably/ui/core/CookieMessage' {
52
51
  type CookieMessageProps = {
@@ -56,7 +55,7 @@ type CookieMessageProps = {
56
55
  const CookieMessage: ({ cookieId, urlBase }: CookieMessageProps) => import("react/jsx-runtime").JSX.Element | null;
57
56
  export default CookieMessage;
58
57
  //# sourceMappingURL=CookieMessage.d.ts.map
59
- }
58
+ };
60
59
 
61
60
  declare module '@ably/ui/core/CustomerLogos' {
62
61
  type CompanyEntity = {
@@ -70,7 +69,7 @@ type CustomerLogosProps = {
70
69
  const CustomerLogos: ({ companies, additionalCss, }: CustomerLogosProps) => import("react/jsx-runtime").JSX.Element;
71
70
  export default CustomerLogos;
72
71
  //# sourceMappingURL=CustomerLogos.d.ts.map
73
- }
72
+ };
74
73
 
75
74
  declare module '@ably/ui/core/DropdownMenu' {
76
75
  import { ReactNode } from "react";
@@ -101,7 +100,7 @@ const DropdownMenu: {
101
100
  };
102
101
  export default DropdownMenu;
103
102
  //# sourceMappingURL=DropdownMenu.d.ts.map
104
- }
103
+ };
105
104
 
106
105
  declare module '@ably/ui/core/Expander' {
107
106
  import { PropsWithChildren } from "react";
@@ -116,7 +115,7 @@ type ExpanderProps = {
116
115
  const Expander: ({ heightThreshold, className, fadeClassName, controlsClassName, controlsOpenedLabel, controlsClosedLabel, children, }: PropsWithChildren<ExpanderProps>) => import("react/jsx-runtime").JSX.Element;
117
116
  export default Expander;
118
117
  //# sourceMappingURL=Expander.d.ts.map
119
- }
118
+ };
120
119
 
121
120
  declare module '@ably/ui/core/FeaturedLink' {
122
121
  import { ReactNode } from "react";
@@ -134,7 +133,7 @@ type FeaturedLinkProps = {
134
133
  const FeaturedLink: ({ url, textSize, iconColor, flush, reverse, additionalCSS, newWindow, onClick, children, }: FeaturedLinkProps) => import("react/jsx-runtime").JSX.Element;
135
134
  export default FeaturedLink;
136
135
  //# sourceMappingURL=FeaturedLink.d.ts.map
137
- }
136
+ };
138
137
 
139
138
  declare module '@ably/ui/core/Flash' {
140
139
  type FlashPropsType = "error" | "success" | "notice" | "info" | "alert";
@@ -169,7 +168,7 @@ const BackendFlashes: ({ flashes }: BackendFlashesProps) => import("react/jsx-ru
169
168
  export { reducerFlashes, FLASH_DATA_ID, Flashes };
170
169
  export default BackendFlashes;
171
170
  //# sourceMappingURL=Flash.d.ts.map
172
- }
171
+ };
173
172
 
174
173
  declare module '@ably/ui/core/Footer' {
175
174
  type FooterProps = {
@@ -186,7 +185,7 @@ type FooterProps = {
186
185
  const Footer: ({ paths, urlBase, statusUrl }: FooterProps) => import("react/jsx-runtime").JSX.Element;
187
186
  export default Footer;
188
187
  //# sourceMappingURL=Footer.d.ts.map
189
- }
188
+ };
190
189
 
191
190
  declare module '@ably/ui/core/Icon' {
192
191
  type IconProps = {
@@ -198,7 +197,7 @@ type IconProps = {
198
197
  const Icon: ({ name, size, color, additionalCSS, ...additionalAttributes }: IconProps) => import("react/jsx-runtime").JSX.Element;
199
198
  export default Icon;
200
199
  //# sourceMappingURL=Icon.d.ts.map
201
- }
200
+ };
202
201
 
203
202
  declare module '@ably/ui/core/Loader' {
204
203
  type LoaderProps = {
@@ -209,7 +208,7 @@ type LoaderProps = {
209
208
  const Loader: ({ ringColor, size, additionalCSS, }: LoaderProps) => import("react/jsx-runtime").JSX.Element;
210
209
  export default Loader;
211
210
  //# sourceMappingURL=Loader.d.ts.map
212
- }
211
+ };
213
212
 
214
213
  declare module '@ably/ui/core/Logo' {
215
214
  import React from "react";
@@ -223,7 +222,7 @@ type LogoProps = {
223
222
  const _default: React.MemoExoticComponent<({ dataId, logoUrl, href, additionalImgAttrs, additionalLinkAttrs, }: LogoProps) => import("react/jsx-runtime").JSX.Element>;
224
223
  export default _default;
225
224
  //# sourceMappingURL=Logo.d.ts.map
226
- }
225
+ };
227
226
 
228
227
  declare module '@ably/ui/core/Meganav/component' {
229
228
  export default function Meganav({ themeName, addSearchApiKey }: {
@@ -231,7 +230,7 @@ export default function Meganav({ themeName, addSearchApiKey }: {
231
230
  addSearchApiKey: any;
232
231
  }): () => void;
233
232
  //# sourceMappingURL=component.d.ts.map
234
- }
233
+ };
235
234
 
236
235
  declare module '@ably/ui/core/Meganav' {
237
236
  import { ReactNode } from "react";
@@ -311,7 +310,7 @@ type MeganavProps = {
311
310
  const Meganav: ({ paths, themeName, notice, loginLink, urlBase, addSearchApiKey, statusUrl, }: MeganavProps) => import("react/jsx-runtime").JSX.Element;
312
311
  export default Meganav;
313
312
  //# sourceMappingURL=Meganav.d.ts.map
314
- }
313
+ };
315
314
 
316
315
  declare module '@ably/ui/core/MeganavBlogPostsList' {
317
316
  import { AbsUrl } from "@ably/ui/core/Meganav";
@@ -326,7 +325,7 @@ type MeganavBlogPostsListProps = {
326
325
  const MeganavBlogPostsList: ({ recentBlogPosts, absUrl, }: MeganavBlogPostsListProps) => import("react/jsx-runtime").JSX.Element | null;
327
326
  export default MeganavBlogPostsList;
328
327
  //# sourceMappingURL=MeganavBlogPostsList.d.ts.map
329
- }
328
+ };
330
329
 
331
330
  declare module '@ably/ui/core/MeganavContentCompany' {
332
331
  import { AbsUrl, MeganavPaths } from "@ably/ui/core/Meganav";
@@ -337,7 +336,7 @@ type MeganavContentCompanyProps = {
337
336
  const MeganavContentCompany: ({ paths, absUrl, }: MeganavContentCompanyProps) => import("react/jsx-runtime").JSX.Element;
338
337
  export default MeganavContentCompany;
339
338
  //# sourceMappingURL=MeganavContentCompany.d.ts.map
340
- }
339
+ };
341
340
 
342
341
  declare module '@ably/ui/core/MeganavContentDevelopers' {
343
342
  import { AbsUrl } from "@ably/ui/core/Meganav";
@@ -347,7 +346,7 @@ const MeganavContentDevelopers: ({ absUrl, statusUrl, }: {
347
346
  }) => import("react/jsx-runtime").JSX.Element;
348
347
  export default MeganavContentDevelopers;
349
348
  //# sourceMappingURL=MeganavContentDevelopers.d.ts.map
350
- }
349
+ };
351
350
 
352
351
  declare module '@ably/ui/core/MeganavContentProducts' {
353
352
  import { AbsUrl, MeganavPaths } from "@ably/ui/core/Meganav";
@@ -358,7 +357,7 @@ type MeganavContentProductsProps = {
358
357
  const MeganavContentProducts: ({ paths, absUrl, }: MeganavContentProductsProps) => import("react/jsx-runtime").JSX.Element;
359
358
  export default MeganavContentProducts;
360
359
  //# sourceMappingURL=MeganavContentProducts.d.ts.map
361
- }
360
+ };
362
361
 
363
362
  declare module '@ably/ui/core/MeganavContentUseCases' {
364
363
  import { AbsUrl } from "@ably/ui/core/Meganav";
@@ -367,7 +366,7 @@ const MeganavContentUseCases: ({ absUrl }: {
367
366
  }) => import("react/jsx-runtime").JSX.Element;
368
367
  export default MeganavContentUseCases;
369
368
  //# sourceMappingURL=MeganavContentUseCases.d.ts.map
370
- }
369
+ };
371
370
 
372
371
  declare module '@ably/ui/core/MeganavControl/component' {
373
372
  export default MeganavControl;
@@ -376,7 +375,7 @@ function MeganavControl(): {
376
375
  clear: () => void;
377
376
  }[];
378
377
  //# sourceMappingURL=component.d.ts.map
379
- }
378
+ };
380
379
 
381
380
  declare module '@ably/ui/core/MeganavControl' {
382
381
  import { ReactNode } from "react";
@@ -391,7 +390,7 @@ type MeganavControlProps = {
391
390
  const MeganavControl: ({ ariaControls, ariaLabel, children, theme, additionalCSS, }: MeganavControlProps) => import("react/jsx-runtime").JSX.Element;
392
391
  export default MeganavControl;
393
392
  //# sourceMappingURL=MeganavControl.d.ts.map
394
- }
393
+ };
395
394
 
396
395
  declare module '@ably/ui/core/MeganavControlMobileDropdown/component' {
397
396
  export default MeganavControlMobileDropdown;
@@ -402,7 +401,7 @@ function MeganavControlMobileDropdown({ clearPanels }: {
402
401
  clear: () => void;
403
402
  };
404
403
  //# sourceMappingURL=component.d.ts.map
405
- }
404
+ };
406
405
 
407
406
  declare module '@ably/ui/core/MeganavControlMobileDropdown' {
408
407
  import { MeganavTheme } from "@ably/ui/core/Meganav";
@@ -411,7 +410,7 @@ const MeganavControlMobileDropdown: ({ theme }: {
411
410
  }) => import("react/jsx-runtime").JSX.Element;
412
411
  export default MeganavControlMobileDropdown;
413
412
  //# sourceMappingURL=MeganavControlMobileDropdown.d.ts.map
414
- }
413
+ };
415
414
 
416
415
  declare module '@ably/ui/core/MeganavControlMobilePanelClose/component' {
417
416
  function _default(): {
@@ -420,7 +419,7 @@ function _default(): {
420
419
  }[];
421
420
  export default _default;
422
421
  //# sourceMappingURL=component.d.ts.map
423
- }
422
+ };
424
423
 
425
424
  declare module '@ably/ui/core/MeganavControlMobilePanelClose' {
426
425
  type MeganavControlMobilePanelCloseProps = {
@@ -430,7 +429,7 @@ type MeganavControlMobilePanelCloseProps = {
430
429
  const MeganavControlMobilePanelClose: ({ ariaControls, displayHr, }: MeganavControlMobilePanelCloseProps) => import("react/jsx-runtime").JSX.Element;
431
430
  export default MeganavControlMobilePanelClose;
432
431
  //# sourceMappingURL=MeganavControlMobilePanelClose.d.ts.map
433
- }
432
+ };
434
433
 
435
434
  declare module '@ably/ui/core/MeganavControlMobilePanelOpen/component' {
436
435
  function _default(): {
@@ -439,7 +438,7 @@ function _default(): {
439
438
  }[];
440
439
  export default _default;
441
440
  //# sourceMappingURL=component.d.ts.map
442
- }
441
+ };
443
442
 
444
443
  declare module '@ably/ui/core/MeganavControlMobilePanelOpen' {
445
444
  import { ReactNode } from "react";
@@ -450,7 +449,7 @@ type MeganavControlMobilePanelOpenProps = {
450
449
  const MeganavControlMobilePanelOpen: ({ ariaControls, children, }: MeganavControlMobilePanelOpenProps) => import("react/jsx-runtime").JSX.Element;
451
450
  export default MeganavControlMobilePanelOpen;
452
451
  //# sourceMappingURL=MeganavControlMobilePanelOpen.d.ts.map
453
- }
452
+ };
454
453
 
455
454
  declare module '@ably/ui/core/MeganavItemsDesktop' {
456
455
  import React from "react";
@@ -466,7 +465,7 @@ const MeganavDesktopItems: ({ panels, paths, theme, absUrl, statusUrl, }: Megana
466
465
  const _default: React.MemoExoticComponent<({ panels, paths, theme, absUrl, statusUrl, }: MeganavDesktopItems) => import("react/jsx-runtime").JSX.Element>;
467
466
  export default _default;
468
467
  //# sourceMappingURL=MeganavItemsDesktop.d.ts.map
469
- }
468
+ };
470
469
 
471
470
  declare module '@ably/ui/core/MeganavItemsMobile' {
472
471
  import React from "react";
@@ -483,7 +482,7 @@ type MeganavItemsMobileProps = {
483
482
  const _default: React.MemoExoticComponent<({ panels, paths, sessionState, theme, loginLink, absUrl, statusUrl, }: MeganavItemsMobileProps) => import("react/jsx-runtime").JSX.Element>;
484
483
  export default _default;
485
484
  //# sourceMappingURL=MeganavItemsMobile.d.ts.map
486
- }
485
+ };
487
486
 
488
487
  declare module '@ably/ui/core/MeganavItemsSignedIn' {
489
488
  import { AbsUrl, MeganavSessionState, MeganavTheme } from "@ably/ui/core/Meganav";
@@ -495,7 +494,7 @@ type MeganavItemsSignedIn = {
495
494
  const MeganavItemsSignedIn: ({ sessionState, absUrl, }: MeganavItemsSignedIn) => import("react/jsx-runtime").JSX.Element;
496
495
  export default MeganavItemsSignedIn;
497
496
  //# sourceMappingURL=MeganavItemsSignedIn.d.ts.map
498
- }
497
+ };
499
498
 
500
499
  declare module '@ably/ui/core/MeganavSearch' {
501
500
  import { AbsUrl } from "@ably/ui/core/Meganav";
@@ -504,7 +503,7 @@ const MeganavSearch: ({ absUrl }: {
504
503
  }) => import("react/jsx-runtime").JSX.Element;
505
504
  export default MeganavSearch;
506
505
  //# sourceMappingURL=MeganavSearch.d.ts.map
507
- }
506
+ };
508
507
 
509
508
  declare module '@ably/ui/core/MeganavSearchAutocomplete/component' {
510
509
  function _default(apiKey: any): {
@@ -513,13 +512,13 @@ function _default(apiKey: any): {
513
512
  }[];
514
513
  export default _default;
515
514
  //# sourceMappingURL=component.d.ts.map
516
- }
515
+ };
517
516
 
518
517
  declare module '@ably/ui/core/MeganavSearchAutocomplete' {
519
518
  const MeganavSearchAutocomplete: () => import("react/jsx-runtime").JSX.Element;
520
519
  export default MeganavSearchAutocomplete;
521
520
  //# sourceMappingURL=MeganavSearchAutocomplete.d.ts.map
522
- }
521
+ };
523
522
 
524
523
  declare module '@ably/ui/core/MeganavSearchPanel' {
525
524
  import { AbsUrl } from "@ably/ui/core/Meganav";
@@ -528,7 +527,7 @@ const MeganavSearchPanel: ({ absUrl }: {
528
527
  }) => import("react/jsx-runtime").JSX.Element;
529
528
  export default MeganavSearchPanel;
530
529
  //# sourceMappingURL=MeganavSearchPanel.d.ts.map
531
- }
530
+ };
532
531
 
533
532
  declare module '@ably/ui/core/MeganavSearchSuggestions/component' {
534
533
  export default MeganavSearchSuggestions;
@@ -537,7 +536,7 @@ function MeganavSearchSuggestions(): {
537
536
  clear: () => void;
538
537
  };
539
538
  //# sourceMappingURL=component.d.ts.map
540
- }
539
+ };
541
540
 
542
541
  declare module '@ably/ui/core/MeganavSearchSuggestions' {
543
542
  import { AbsUrl } from "@ably/ui/core/Meganav";
@@ -548,7 +547,7 @@ type MeganavSearchSuggestionsProps = {
548
547
  const MeganavSearchSuggestions: ({ absUrl, displaySupportLink, }: MeganavSearchSuggestionsProps) => import("react/jsx-runtime").JSX.Element;
549
548
  export default MeganavSearchSuggestions;
550
549
  //# sourceMappingURL=MeganavSearchSuggestions.d.ts.map
551
- }
550
+ };
552
551
 
553
552
  declare module '@ably/ui/core/Notice/component' {
554
553
  export default Notice;
@@ -559,7 +558,7 @@ function Notice({ bannerContainer, cookieId, noticeId, options }: {
559
558
  options: any;
560
559
  }): () => void;
561
560
  //# sourceMappingURL=component.d.ts.map
562
- }
561
+ };
563
562
 
564
563
  declare module '@ably/ui/core/Notice' {
565
564
  type NoticeProps = {
@@ -585,7 +584,7 @@ type NoticeProps = {
585
584
  const Notice: ({ buttonLink, buttonLabel, bodyText, title, config, closeBtn, bgColor, textColor, }: NoticeProps) => import("react/jsx-runtime").JSX.Element;
586
585
  export default Notice;
587
586
  //# sourceMappingURL=Notice.d.ts.map
588
- }
587
+ };
589
588
 
590
589
  declare module '@ably/ui/core/SignOutLink' {
591
590
  import { MouseEventHandler, ReactNode } from "react";
@@ -604,7 +603,7 @@ type SignOutLinkProps = {
604
603
  const SignOutLink: ({ token, href, text, children, absUrl, }: SignOutLinkProps) => import("react/jsx-runtime").JSX.Element;
605
604
  export default SignOutLink;
606
605
  //# sourceMappingURL=SignOutLink.d.ts.map
607
- }
606
+ };
608
607
 
609
608
  declare module '@ably/ui/core/Slider' {
610
609
  import { ReactNode } from "react";
@@ -619,7 +618,7 @@ interface SliderProps {
619
618
  const Slider: ({ children, options }: SliderProps) => import("react/jsx-runtime").JSX.Element;
620
619
  export default Slider;
621
620
  //# sourceMappingURL=Slider.d.ts.map
622
- }
621
+ };
623
622
 
624
623
  declare module '@ably/ui/core/Status' {
625
624
  const Status: ({ statusUrl, additionalCSS, }: {
@@ -628,7 +627,7 @@ const Status: ({ statusUrl, additionalCSS, }: {
628
627
  }) => import("react/jsx-runtime").JSX.Element;
629
628
  export default Status;
630
629
  //# sourceMappingURL=Status.d.ts.map
631
- }
630
+ };
632
631
 
633
632
  declare module '@ably/ui/core/Table/Table' {
634
633
  import { PropsWithChildren, TableHTMLAttributes } from "react";
@@ -641,7 +640,7 @@ export const TableHeader: ({ children, ...rest }: PropsWithChildren<TableHTMLAtt
641
640
  export const TableRowHeader: ({ children, ...rest }: PropsWithChildren<TableHTMLAttributes<HTMLTableRowElement>>) => import("react/jsx-runtime").JSX.Element;
642
641
  export {};
643
642
  //# sourceMappingURL=Table.d.ts.map
644
- }
643
+ };
645
644
 
646
645
  declare module '@ably/ui/core/Table/TableCell' {
647
646
  import React, { PropsWithChildren } from "react";
@@ -654,7 +653,7 @@ const HeaderCell: ({ children, ...rest }: PropsWithChildren<React.TdHTMLAttribut
654
653
  const CtaCell: ({ children, ...rest }: PropsWithChildren<React.TdHTMLAttributes<HTMLTableCellElement>>) => import("react/jsx-runtime").JSX.Element;
655
654
  export { TableCell, LabelCell, HeaderCell, CtaCell };
656
655
  //# sourceMappingURL=TableCell.d.ts.map
657
- }
656
+ };
658
657
 
659
658
  declare module '@ably/ui/core/Table/TableRow' {
660
659
  import React, { PropsWithChildren } from "react";
@@ -665,12 +664,12 @@ type RowProps = {
665
664
  const TableRow: ({ children, isHeader, ...rest }: PropsWithChildren<RowProps>) => import("react/jsx-runtime").JSX.Element;
666
665
  export { TableRow, CtaRow };
667
666
  //# sourceMappingURL=TableRow.d.ts.map
668
- }
667
+ };
669
668
 
670
669
  declare module '@ably/ui/core/Table/data' {
671
670
  export const PricingPageTable: () => import("react/jsx-runtime").JSX.Element;
672
671
  //# sourceMappingURL=data.d.ts.map
673
- }
672
+ };
674
673
 
675
674
  declare module '@ably/ui/core/Table' {
676
675
  const _default: {
@@ -692,7 +691,7 @@ const _default: {
692
691
  };
693
692
  export default _default;
694
693
  //# sourceMappingURL=Table.d.ts.map
695
- }
694
+ };
696
695
 
697
696
  declare module '@ably/ui/core/Tooltip' {
698
697
  import { ButtonHTMLAttributes, HTMLAttributes, PropsWithChildren } from "react";
@@ -703,23 +702,23 @@ type TooltipProps = {
703
702
  const Tooltip: ({ children, triggerProps, tooltipProps, ...rest }: PropsWithChildren<TooltipProps>) => import("react/jsx-runtime").JSX.Element;
704
703
  export default Tooltip;
705
704
  //# sourceMappingURL=Tooltip.d.ts.map
706
- }
705
+ };
707
706
 
708
707
  declare module '@ably/ui/core/css' {
709
708
  export function remsToPixelValue(remString: any): number;
710
709
  //# sourceMappingURL=css.d.ts.map
711
- }
710
+ };
712
711
 
713
712
  declare module '@ably/ui/core/dom-query' {
714
713
  export function queryId(val: any, root?: Document): Element | null;
715
714
  export function queryIdAll(val: any, root?: Document): NodeListOf<Element>;
716
715
  //# sourceMappingURL=dom-query.d.ts.map
717
- }
716
+ };
718
717
 
719
718
  declare module '@ably/ui/core/hubspot-chat-toggle' {
720
719
  export default function toggleChatWidget(params: any): (() => void) | undefined;
721
720
  //# sourceMappingURL=hubspot-chat-toggle.d.ts.map
722
- }
721
+ };
723
722
 
724
723
  declare module '@ably/ui/core/remote-blogs-posts' {
725
724
  export function fetchBlogPosts(store: any, blogUrl: any): Promise<void>;
@@ -732,7 +731,7 @@ export namespace reducerBlogPosts {
732
731
  }
733
732
  export function selectRecentBlogPosts(store: any): any;
734
733
  //# sourceMappingURL=remote-blogs-posts.d.ts.map
735
- }
734
+ };
736
735
 
737
736
  declare module '@ably/ui/core/remote-data-store' {
738
737
  export function attachStoreToWindow(store: any): void;
@@ -740,12 +739,12 @@ export function getRemoteDataStore(): any;
740
739
  export function connectState(selector: any, setState: any): void;
741
740
  export function createRemoteDataStore(reducers: any): any;
742
741
  //# sourceMappingURL=remote-data-store.d.ts.map
743
- }
742
+ };
744
743
 
745
744
  declare module '@ably/ui/core/remote-data-util' {
746
745
  export function isJsonResponse(contentType: any): any;
747
746
  //# sourceMappingURL=remote-data-util.d.ts.map
748
- }
747
+ };
749
748
 
750
749
  declare module '@ably/ui/core/remote-session-data' {
751
750
  export function fetchSessionData(store: any, sessionUrl: any): Promise<void>;
@@ -758,13 +757,13 @@ export namespace reducerSessionData {
758
757
  }
759
758
  export function selectSessionData(store: any): any;
760
759
  //# sourceMappingURL=remote-session-data.d.ts.map
761
- }
760
+ };
762
761
 
763
762
  declare module '@ably/ui/core/url-base' {
764
763
  export default absUrl;
765
764
  function absUrl(path: any, urlBase?: string): string;
766
765
  //# sourceMappingURL=url-base.d.ts.map
767
- }
766
+ };
768
767
 
769
768
  declare module '@ably/ui/core/utils/syntax-highlighter-registry' {
770
769
  export default registry;
@@ -774,12 +773,12 @@ const registry: {
774
773
  module: any;
775
774
  }[];
776
775
  //# sourceMappingURL=syntax-highlighter-registry.d.ts.map
777
- }
776
+ };
778
777
 
779
778
  declare module '@ably/ui/core/utils/syntax-highlighter' {
780
779
  export function highlightSnippet(languageKeyword: any, snippet: any): string | undefined;
781
780
  export function languageToHighlightKey(lang: any): any;
782
781
  export function registerDefaultLanguages(register: any): void;
783
782
  //# sourceMappingURL=syntax-highlighter.d.ts.map
784
- }
783
+ };
785
784