@solace-health/ui 0.10.310 → 0.10.312
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 +282 -282
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +220 -220
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -461,6 +461,7 @@ declare const _default$9: {
|
|
|
461
461
|
DollarCircle: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
462
462
|
DownloadArrow: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
463
463
|
Draggable: () => react_jsx_runtime.JSX.Element;
|
|
464
|
+
EditCalendar: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
464
465
|
Ellipsis: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
465
466
|
EllipsisWithoutBorder: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
466
467
|
Email: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -472,6 +473,11 @@ declare const _default$9: {
|
|
|
472
473
|
}) => react_jsx_runtime.JSX.Element;
|
|
473
474
|
Evening: ({ color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
474
475
|
EventAvailable: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
476
|
+
ExpandMore: ({ backgroundColor, borderColor, iconColor, size, }: IconProps & {
|
|
477
|
+
backgroundColor?: string | undefined;
|
|
478
|
+
borderColor?: string | undefined;
|
|
479
|
+
iconColor?: string | undefined;
|
|
480
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
475
481
|
ExternalLink: ({ color }: {
|
|
476
482
|
color?: string | undefined;
|
|
477
483
|
}) => react_jsx_runtime.JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -461,6 +461,7 @@ declare const _default$9: {
|
|
|
461
461
|
DollarCircle: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
462
462
|
DownloadArrow: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
463
463
|
Draggable: () => react_jsx_runtime.JSX.Element;
|
|
464
|
+
EditCalendar: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
464
465
|
Ellipsis: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
465
466
|
EllipsisWithoutBorder: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
466
467
|
Email: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -472,6 +473,11 @@ declare const _default$9: {
|
|
|
472
473
|
}) => react_jsx_runtime.JSX.Element;
|
|
473
474
|
Evening: ({ color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
474
475
|
EventAvailable: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
476
|
+
ExpandMore: ({ backgroundColor, borderColor, iconColor, size, }: IconProps & {
|
|
477
|
+
backgroundColor?: string | undefined;
|
|
478
|
+
borderColor?: string | undefined;
|
|
479
|
+
iconColor?: string | undefined;
|
|
480
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
475
481
|
ExternalLink: ({ color }: {
|
|
476
482
|
color?: string | undefined;
|
|
477
483
|
}) => react_jsx_runtime.JSX.Element;
|