@solace-health/ui 0.3.26 → 0.3.30

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.ts CHANGED
@@ -92,6 +92,7 @@ declare class Contentful {
92
92
  getLottieFile({ slug }: {
93
93
  slug: ContentfulLottieFileSlug;
94
94
  }): Promise<null>;
95
+ getImage(slug: string): Promise<any>;
95
96
  }
96
97
 
97
98
  declare type Props$4 = {
@@ -319,4 +320,9 @@ declare const _default: {
319
320
  }) => react_jsx_runtime.JSX.Element;
320
321
  };
321
322
 
322
- export { _default$3 as Button, Contentful, ContentfulLottieFileSlug, _default as Form, _default$2 as Icons, LoadingSpinner, LottieAnimation, Modal, Size, SolaceLogo, SolaceThemeProvider, Toggle, Tooltip, _default$1 as Typography };
323
+ declare const VantaLogo: (contentfulConfig: {
324
+ space: string;
325
+ accessToken: string;
326
+ }) => react_jsx_runtime.JSX.Element | null;
327
+
328
+ export { _default$3 as Button, Contentful, ContentfulLottieFileSlug, _default as Form, _default$2 as Icons, LoadingSpinner, LottieAnimation, Modal, Size, SolaceLogo, SolaceThemeProvider, Toggle, Tooltip, _default$1 as Typography, VantaLogo };