@solace-health/ui 0.8.1 → 0.8.3
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 +125 -124
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +105 -105
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -145,7 +145,7 @@ declare type Props$7 = {
|
|
|
145
145
|
color?: string;
|
|
146
146
|
size?: Size;
|
|
147
147
|
};
|
|
148
|
-
declare const LoadingSpinner: ({ color, size
|
|
148
|
+
declare const LoadingSpinner: ({ color, size }: Props$7) => react_jsx_runtime.JSX.Element;
|
|
149
149
|
|
|
150
150
|
declare enum ContentfulLottieFileSlug {
|
|
151
151
|
LOADING_LISTINGS = "loadingListings",
|
package/dist/index.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ declare type Props$7 = {
|
|
|
145
145
|
color?: string;
|
|
146
146
|
size?: Size;
|
|
147
147
|
};
|
|
148
|
-
declare const LoadingSpinner: ({ color, size
|
|
148
|
+
declare const LoadingSpinner: ({ color, size }: Props$7) => react_jsx_runtime.JSX.Element;
|
|
149
149
|
|
|
150
150
|
declare enum ContentfulLottieFileSlug {
|
|
151
151
|
LOADING_LISTINGS = "loadingListings",
|