@solace-health/ui 0.10.331 → 0.10.332

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
@@ -420,6 +420,7 @@ declare const _default$9: {
420
420
  Books: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
421
421
  Cake: ({ className, color, size }: IconProps) => react_jsx_runtime.JSX.Element;
422
422
  Calendar: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
423
+ CalendarCheck: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
423
424
  CalendarClock: ({ active, color, }: {
424
425
  active?: boolean | undefined;
425
426
  color: string;
package/dist/index.d.ts CHANGED
@@ -420,6 +420,7 @@ declare const _default$9: {
420
420
  Books: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
421
421
  Cake: ({ className, color, size }: IconProps) => react_jsx_runtime.JSX.Element;
422
422
  Calendar: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
423
+ CalendarCheck: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
423
424
  CalendarClock: ({ active, color, }: {
424
425
  active?: boolean | undefined;
425
426
  color: string;