@solace-health/ui 0.10.76 → 0.10.77

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
@@ -22,6 +22,16 @@ import { MenuDividerProps } from 'antd/es/menu';
22
22
  import { MenuItemType } from 'antd/es/menu/hooks/useItems';
23
23
 
24
24
  declare const _default$a: {
25
+ Afternoon: ({ size, color, active, }: {
26
+ size?: number | undefined;
27
+ color?: string | undefined;
28
+ active?: boolean | undefined;
29
+ }) => react_jsx_runtime.JSX.Element;
30
+ Evening: ({ size, color, active, }: {
31
+ size?: number | undefined;
32
+ color?: string | undefined;
33
+ active?: boolean | undefined;
34
+ }) => react_jsx_runtime.JSX.Element;
25
35
  HandHeart: ({ color, active }: {
26
36
  active?: boolean | undefined;
27
37
  color?: string | undefined;
@@ -38,6 +48,11 @@ declare const _default$a: {
38
48
  active?: boolean | undefined;
39
49
  color?: string | undefined;
40
50
  }) => react_jsx_runtime.JSX.Element;
51
+ Morning: ({ size, color, active, }: {
52
+ size?: number | undefined;
53
+ color?: string | undefined;
54
+ active?: boolean | undefined;
55
+ }) => react_jsx_runtime.JSX.Element;
41
56
  Person: ({ color, active }: {
42
57
  active?: boolean | undefined;
43
58
  color?: string | undefined;
@@ -714,7 +729,8 @@ declare const _default$3: {
714
729
  options: {
715
730
  label: string | JSX.Element;
716
731
  value: string;
717
- icon: "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Person";
732
+ icon: "Afternoon" | "Evening" | "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Morning" | "Person";
733
+ description?: string | JSX.Element | undefined;
718
734
  }[];
719
735
  className?: string | undefined;
720
736
  formOptions?: react_hook_form.RegisterOptions<FieldValues, string> | undefined;
package/dist/index.d.ts CHANGED
@@ -22,6 +22,16 @@ import { MenuDividerProps } from 'antd/es/menu';
22
22
  import { MenuItemType } from 'antd/es/menu/hooks/useItems';
23
23
 
24
24
  declare const _default$a: {
25
+ Afternoon: ({ size, color, active, }: {
26
+ size?: number | undefined;
27
+ color?: string | undefined;
28
+ active?: boolean | undefined;
29
+ }) => react_jsx_runtime.JSX.Element;
30
+ Evening: ({ size, color, active, }: {
31
+ size?: number | undefined;
32
+ color?: string | undefined;
33
+ active?: boolean | undefined;
34
+ }) => react_jsx_runtime.JSX.Element;
25
35
  HandHeart: ({ color, active }: {
26
36
  active?: boolean | undefined;
27
37
  color?: string | undefined;
@@ -38,6 +48,11 @@ declare const _default$a: {
38
48
  active?: boolean | undefined;
39
49
  color?: string | undefined;
40
50
  }) => react_jsx_runtime.JSX.Element;
51
+ Morning: ({ size, color, active, }: {
52
+ size?: number | undefined;
53
+ color?: string | undefined;
54
+ active?: boolean | undefined;
55
+ }) => react_jsx_runtime.JSX.Element;
41
56
  Person: ({ color, active }: {
42
57
  active?: boolean | undefined;
43
58
  color?: string | undefined;
@@ -714,7 +729,8 @@ declare const _default$3: {
714
729
  options: {
715
730
  label: string | JSX.Element;
716
731
  value: string;
717
- icon: "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Person";
732
+ icon: "Afternoon" | "Evening" | "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Morning" | "Person";
733
+ description?: string | JSX.Element | undefined;
718
734
  }[];
719
735
  className?: string | undefined;
720
736
  formOptions?: react_hook_form.RegisterOptions<FieldValues, string> | undefined;