@solace-health/ui 0.3.28 → 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.cjs +147 -147
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +133 -133
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/HIPAA-badge-ENA3ZECR.png +0 -0
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,6 +320,9 @@ declare const _default: {
|
|
|
319
320
|
}) => react_jsx_runtime.JSX.Element;
|
|
320
321
|
};
|
|
321
322
|
|
|
322
|
-
declare const VantaLogo: (
|
|
323
|
+
declare const VantaLogo: (contentfulConfig: {
|
|
324
|
+
space: string;
|
|
325
|
+
accessToken: string;
|
|
326
|
+
}) => react_jsx_runtime.JSX.Element | null;
|
|
323
327
|
|
|
324
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 };
|