@ably/ui 14.7.3 → 14.7.5-dev.91a554b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export type AccordionData = {
8
8
  name: string;
9
9
  icon?: IconName;
10
10
  content: ReactNode;
11
+ onClick?: (index: number) => void;
11
12
  };
12
13
  export type AccordionIcons = {
13
14
  closed: {
@@ -396,8 +397,9 @@ type MeganavProps = {
396
397
  urlBase?: string;
397
398
  addSearchApiKey: string;
398
399
  statusUrl: string;
400
+ searchDataId?: string;
399
401
  };
400
- const Meganav: ({ paths, themeName, notice, loginLink, urlBase, addSearchApiKey, statusUrl, }: MeganavProps) => import("react/jsx-runtime").JSX.Element;
402
+ const Meganav: ({ paths, themeName, notice, loginLink, urlBase, addSearchApiKey, statusUrl, searchDataId, }: MeganavProps) => import("react/jsx-runtime").JSX.Element;
401
403
  export default Meganav;
402
404
  //# sourceMappingURL=Meganav.d.ts.map
403
405
  }
@@ -568,8 +570,9 @@ type MeganavItemsMobileProps = {
568
570
  loginLink: string;
569
571
  absUrl: AbsUrl;
570
572
  statusUrl: string;
573
+ searchDataId?: string;
571
574
  };
572
- const _default: React.MemoExoticComponent<({ panels, paths, sessionState, theme, loginLink, absUrl, statusUrl, }: MeganavItemsMobileProps) => import("react/jsx-runtime").JSX.Element>;
575
+ const _default: React.MemoExoticComponent<({ panels, paths, sessionState, theme, loginLink, absUrl, statusUrl, searchDataId, }: MeganavItemsMobileProps) => import("react/jsx-runtime").JSX.Element>;
573
576
  export default _default;
574
577
  //# sourceMappingURL=MeganavItemsMobile.d.ts.map
575
578
  }
@@ -580,16 +583,18 @@ type MeganavItemsSignedIn = {
580
583
  sessionState: MeganavSessionState;
581
584
  theme: MeganavTheme;
582
585
  absUrl: AbsUrl;
586
+ searchDataId?: string;
583
587
  };
584
- const MeganavItemsSignedIn: ({ sessionState, absUrl, }: MeganavItemsSignedIn) => import("react/jsx-runtime").JSX.Element;
588
+ const MeganavItemsSignedIn: ({ sessionState, absUrl, searchDataId, }: MeganavItemsSignedIn) => import("react/jsx-runtime").JSX.Element;
585
589
  export default MeganavItemsSignedIn;
586
590
  //# sourceMappingURL=MeganavItemsSignedIn.d.ts.map
587
591
  }
588
592
 
589
593
  declare module '@ably/ui/core/MeganavSearch' {
590
594
  import { AbsUrl } from "@ably/ui/core/Meganav";
591
- const MeganavSearch: ({ absUrl }: {
595
+ const MeganavSearch: ({ absUrl, dataId, }: {
592
596
  absUrl: AbsUrl;
597
+ dataId?: string;
593
598
  }) => import("react/jsx-runtime").JSX.Element;
594
599
  export default MeganavSearch;
595
600
  //# sourceMappingURL=MeganavSearch.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "14.7.3",
3
+ "version": "14.7.5-dev.91a554b",
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",
@@ -39,7 +39,7 @@
39
39
  "eslint": "^8.57.0",
40
40
  "eslint-config-prettier": "^9.1.0",
41
41
  "eslint-plugin-react": "^7.34.3",
42
- "eslint-plugin-storybook": "^0.9.0",
42
+ "eslint-plugin-storybook": "^0.10.1",
43
43
  "http-server": "14.1.1",
44
44
  "msw": "2.4.2",
45
45
  "msw-storybook-addon": "^2.0.2",