@solace-health/ui 0.9.4 → 0.9.5

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/dist/index.d.cts CHANGED
@@ -4,7 +4,7 @@ import { CSSProperties } from 'react';
4
4
  import * as contentful from 'contentful';
5
5
  import * as preact from 'preact';
6
6
  import { FunctionalComponent } from 'preact';
7
- import { TabsProps } from 'antd';
7
+ import { TabsProps, MenuProps as MenuProps$1 } from 'antd';
8
8
  import { MenuProps } from '@szhsin/react-menu';
9
9
  import * as _emotion_styled from '@emotion/styled';
10
10
  export { default as styled } from '@emotion/styled';
@@ -600,4 +600,7 @@ declare const VantaLogo: ({ contentfulConfig, size, }: {
600
600
  size?: number | undefined;
601
601
  }) => react_jsx_runtime.JSX.Element | null;
602
602
 
603
- export { Avatar, _default$5 as Button, Collapse, Contentful, ContentfulLottieFileSlug, DateSelect, Drawer, _default$1 as Form, _default$4 as Icons, LoadingSpinner, LottieAnimation, _default$3 as Menu, Modal, _default$2 as NumberedProgressSteps, Progress, Segmented, Size, SolaceLogo, SolaceThemeProvider, Tabs, TimeSelect, Toggle, Tooltip, _default as Typography, VantaLogo };
603
+ declare type NavigationMenuProps = {} & Omit<MenuProps$1, "ref" | "theme">;
604
+ declare function NavigationMenu({ ...rest }: NavigationMenuProps): react_jsx_runtime.JSX.Element;
605
+
606
+ export { Avatar, _default$5 as Button, Collapse, Contentful, ContentfulLottieFileSlug, DateSelect, Drawer, _default$1 as Form, _default$4 as Icons, LoadingSpinner, LottieAnimation, _default$3 as Menu, Modal, NavigationMenu, _default$2 as NumberedProgressSteps, Progress, Segmented, Size, SolaceLogo, SolaceThemeProvider, Tabs, TimeSelect, Toggle, Tooltip, _default as Typography, VantaLogo };
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import { CSSProperties } from 'react';
4
4
  import * as contentful from 'contentful';
5
5
  import * as preact from 'preact';
6
6
  import { FunctionalComponent } from 'preact';
7
- import { TabsProps } from 'antd';
7
+ import { TabsProps, MenuProps as MenuProps$1 } from 'antd';
8
8
  import { MenuProps } from '@szhsin/react-menu';
9
9
  import * as _emotion_styled from '@emotion/styled';
10
10
  export { default as styled } from '@emotion/styled';
@@ -600,4 +600,7 @@ declare const VantaLogo: ({ contentfulConfig, size, }: {
600
600
  size?: number | undefined;
601
601
  }) => react_jsx_runtime.JSX.Element | null;
602
602
 
603
- export { Avatar, _default$5 as Button, Collapse, Contentful, ContentfulLottieFileSlug, DateSelect, Drawer, _default$1 as Form, _default$4 as Icons, LoadingSpinner, LottieAnimation, _default$3 as Menu, Modal, _default$2 as NumberedProgressSteps, Progress, Segmented, Size, SolaceLogo, SolaceThemeProvider, Tabs, TimeSelect, Toggle, Tooltip, _default as Typography, VantaLogo };
603
+ declare type NavigationMenuProps = {} & Omit<MenuProps$1, "ref" | "theme">;
604
+ declare function NavigationMenu({ ...rest }: NavigationMenuProps): react_jsx_runtime.JSX.Element;
605
+
606
+ export { Avatar, _default$5 as Button, Collapse, Contentful, ContentfulLottieFileSlug, DateSelect, Drawer, _default$1 as Form, _default$4 as Icons, LoadingSpinner, LottieAnimation, _default$3 as Menu, Modal, NavigationMenu, _default$2 as NumberedProgressSteps, Progress, Segmented, Size, SolaceLogo, SolaceThemeProvider, Tabs, TimeSelect, Toggle, Tooltip, _default as Typography, VantaLogo };