@solace-health/ui 0.10.340 → 0.10.342

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
@@ -486,7 +486,9 @@ declare const _default$9: {
486
486
  Draggable: () => react_jsx_runtime.JSX.Element;
487
487
  EditCalendar: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
488
488
  EditNote: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
489
- Ellipsis: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
489
+ Ellipsis: ({ size, color, borderColor, }: IconProps & {
490
+ borderColor?: string | undefined;
491
+ }) => react_jsx_runtime.JSX.Element;
490
492
  EllipsisWithoutBorder: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
491
493
  Email: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
492
494
  Empty: ({ size }: Pick<IconProps, "size">) => react_jsx_runtime.JSX.Element;
@@ -513,6 +515,7 @@ declare const _default$9: {
513
515
  Filter: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
514
516
  FilterAlt: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
515
517
  Flag: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
518
+ FlagOutline: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
516
519
  FolderOpen: ({ color }: {
517
520
  color: string;
518
521
  }) => react_jsx_runtime.JSX.Element;
@@ -578,6 +581,7 @@ declare const _default$9: {
578
581
  Minus: ({ color }: {
579
582
  color?: string | undefined;
580
583
  }) => react_jsx_runtime.JSX.Element;
584
+ Moon: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
581
585
  MoneyLayered: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
582
586
  Morning: ({ color }: IconProps) => react_jsx_runtime.JSX.Element;
583
587
  NoteAdd: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -486,7 +486,9 @@ declare const _default$9: {
486
486
  Draggable: () => react_jsx_runtime.JSX.Element;
487
487
  EditCalendar: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
488
488
  EditNote: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
489
- Ellipsis: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
489
+ Ellipsis: ({ size, color, borderColor, }: IconProps & {
490
+ borderColor?: string | undefined;
491
+ }) => react_jsx_runtime.JSX.Element;
490
492
  EllipsisWithoutBorder: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
491
493
  Email: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
492
494
  Empty: ({ size }: Pick<IconProps, "size">) => react_jsx_runtime.JSX.Element;
@@ -513,6 +515,7 @@ declare const _default$9: {
513
515
  Filter: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
514
516
  FilterAlt: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
515
517
  Flag: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
518
+ FlagOutline: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
516
519
  FolderOpen: ({ color }: {
517
520
  color: string;
518
521
  }) => react_jsx_runtime.JSX.Element;
@@ -578,6 +581,7 @@ declare const _default$9: {
578
581
  Minus: ({ color }: {
579
582
  color?: string | undefined;
580
583
  }) => react_jsx_runtime.JSX.Element;
584
+ Moon: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
581
585
  MoneyLayered: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
582
586
  Morning: ({ color }: IconProps) => react_jsx_runtime.JSX.Element;
583
587
  NoteAdd: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;