@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.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;