@solace-health/ui 0.10.328 → 0.10.331
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 +336 -336
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +259 -259
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -641,6 +641,7 @@ declare const _default$9: {
|
|
|
641
641
|
size?: number | undefined;
|
|
642
642
|
}) => react_jsx_runtime.JSX.Element;
|
|
643
643
|
Sparkles: () => react_jsx_runtime.JSX.Element;
|
|
644
|
+
SparklesLight: ({ size, className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
644
645
|
Stethoscope: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
645
646
|
Stopwatch: ({ color, size }: {
|
|
646
647
|
color: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -641,6 +641,7 @@ declare const _default$9: {
|
|
|
641
641
|
size?: number | undefined;
|
|
642
642
|
}) => react_jsx_runtime.JSX.Element;
|
|
643
643
|
Sparkles: () => react_jsx_runtime.JSX.Element;
|
|
644
|
+
SparklesLight: ({ size, className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
644
645
|
Stethoscope: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
645
646
|
Stopwatch: ({ color, size }: {
|
|
646
647
|
color: string;
|