@solace-health/ui 0.10.261 → 0.10.263
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 +293 -293
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +236 -236
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -539,6 +539,7 @@ declare const _default$9: {
|
|
|
539
539
|
color?: string | undefined;
|
|
540
540
|
opacity?: string | undefined;
|
|
541
541
|
}) => react_jsx_runtime.JSX.Element;
|
|
542
|
+
InsertDriveFileOutlined: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
542
543
|
InsuranceCard: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
543
544
|
Invoice: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
544
545
|
Invoices: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -605,6 +606,7 @@ declare const _default$9: {
|
|
|
605
606
|
}) => react_jsx_runtime.JSX.Element;
|
|
606
607
|
ReceptionBell: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
607
608
|
Records: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
609
|
+
Restore: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
608
610
|
Rose: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
609
611
|
Schedule: ({ color }: {
|
|
610
612
|
color?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -539,6 +539,7 @@ declare const _default$9: {
|
|
|
539
539
|
color?: string | undefined;
|
|
540
540
|
opacity?: string | undefined;
|
|
541
541
|
}) => react_jsx_runtime.JSX.Element;
|
|
542
|
+
InsertDriveFileOutlined: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
542
543
|
InsuranceCard: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
543
544
|
Invoice: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
544
545
|
Invoices: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -605,6 +606,7 @@ declare const _default$9: {
|
|
|
605
606
|
}) => react_jsx_runtime.JSX.Element;
|
|
606
607
|
ReceptionBell: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
607
608
|
Records: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
609
|
+
Restore: ({ size, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
608
610
|
Rose: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
609
611
|
Schedule: ({ color }: {
|
|
610
612
|
color?: string | undefined;
|