@solace-health/ui 0.10.76 → 0.10.78
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.cjs +270 -248
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -1
- package/dist/index.d.ts +19 -1
- package/dist/index.js +221 -199
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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;
|
|
@@ -700,6 +715,8 @@ declare const Breakpoint: {
|
|
|
700
715
|
MediumMax: string;
|
|
701
716
|
Large: string;
|
|
702
717
|
LargeMax: string;
|
|
718
|
+
XLarge: string;
|
|
719
|
+
XXLarge: string;
|
|
703
720
|
};
|
|
704
721
|
declare type ProviderProps = {
|
|
705
722
|
children: React.ReactNode;
|
|
@@ -714,7 +731,8 @@ declare const _default$3: {
|
|
|
714
731
|
options: {
|
|
715
732
|
label: string | JSX.Element;
|
|
716
733
|
value: string;
|
|
717
|
-
icon: "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Person";
|
|
734
|
+
icon: "Afternoon" | "Evening" | "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Morning" | "Person";
|
|
735
|
+
description?: string | JSX.Element | undefined;
|
|
718
736
|
}[];
|
|
719
737
|
className?: string | undefined;
|
|
720
738
|
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;
|
|
@@ -700,6 +715,8 @@ declare const Breakpoint: {
|
|
|
700
715
|
MediumMax: string;
|
|
701
716
|
Large: string;
|
|
702
717
|
LargeMax: string;
|
|
718
|
+
XLarge: string;
|
|
719
|
+
XXLarge: string;
|
|
703
720
|
};
|
|
704
721
|
declare type ProviderProps = {
|
|
705
722
|
children: React.ReactNode;
|
|
@@ -714,7 +731,8 @@ declare const _default$3: {
|
|
|
714
731
|
options: {
|
|
715
732
|
label: string | JSX.Element;
|
|
716
733
|
value: string;
|
|
717
|
-
icon: "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Person";
|
|
734
|
+
icon: "Afternoon" | "Evening" | "HandHeart" | "HandMoney" | "Hospital" | "Heart" | "Morning" | "Person";
|
|
735
|
+
description?: string | JSX.Element | undefined;
|
|
718
736
|
}[];
|
|
719
737
|
className?: string | undefined;
|
|
720
738
|
formOptions?: react_hook_form.RegisterOptions<FieldValues, string> | undefined;
|