@solace-health/ui 0.3.30 → 0.3.32

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
@@ -320,9 +320,12 @@ declare const _default: {
320
320
  }) => react_jsx_runtime.JSX.Element;
321
321
  };
322
322
 
323
- declare const VantaLogo: (contentfulConfig: {
324
- space: string;
325
- accessToken: string;
323
+ declare const VantaLogo: ({ contentfulConfig, size, }: {
324
+ contentfulConfig: {
325
+ space: string;
326
+ accessToken: string;
327
+ };
328
+ size?: number | undefined;
326
329
  }) => react_jsx_runtime.JSX.Element | null;
327
330
 
328
331
  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 };