@solace-health/ui 0.10.82 → 0.10.83

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
@@ -57,6 +57,11 @@ declare const _default$a: {
57
57
  active?: boolean | undefined;
58
58
  color?: string | undefined;
59
59
  }) => react_jsx_runtime.JSX.Element;
60
+ Shield: ({ size, color, active, }: {
61
+ size?: number | undefined;
62
+ color?: string | undefined;
63
+ active?: boolean | undefined;
64
+ }) => react_jsx_runtime.JSX.Element;
60
65
  };
61
66
 
62
67
  declare function AutoComplete({ ...rest }: AutoCompleteProps): react_jsx_runtime.JSX.Element;
@@ -731,7 +736,7 @@ declare const _default$3: {
731
736
  options: {
732
737
  label: string | JSX.Element;
733
738
  value: string;
734
- icon: "Afternoon" | "Evening" | "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Morning" | "Person";
739
+ icon: "Afternoon" | "Evening" | "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Morning" | "Person" | "Shield";
735
740
  description?: string | JSX.Element | undefined;
736
741
  }[];
737
742
  className?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -57,6 +57,11 @@ declare const _default$a: {
57
57
  active?: boolean | undefined;
58
58
  color?: string | undefined;
59
59
  }) => react_jsx_runtime.JSX.Element;
60
+ Shield: ({ size, color, active, }: {
61
+ size?: number | undefined;
62
+ color?: string | undefined;
63
+ active?: boolean | undefined;
64
+ }) => react_jsx_runtime.JSX.Element;
60
65
  };
61
66
 
62
67
  declare function AutoComplete({ ...rest }: AutoCompleteProps): react_jsx_runtime.JSX.Element;
@@ -731,7 +736,7 @@ declare const _default$3: {
731
736
  options: {
732
737
  label: string | JSX.Element;
733
738
  value: string;
734
- icon: "Afternoon" | "Evening" | "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Morning" | "Person";
739
+ icon: "Afternoon" | "Evening" | "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Morning" | "Person" | "Shield";
735
740
  description?: string | JSX.Element | undefined;
736
741
  }[];
737
742
  className?: string | undefined;