@solace-health/ui 0.10.331 → 0.10.333
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 +258 -258
- 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 +210 -210
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -420,6 +420,7 @@ declare const _default$9: {
|
|
|
420
420
|
Books: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
421
421
|
Cake: ({ className, color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
422
422
|
Calendar: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
423
|
+
CalendarCheck: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
423
424
|
CalendarClock: ({ active, color, }: {
|
|
424
425
|
active?: boolean | undefined;
|
|
425
426
|
color: string;
|
|
@@ -470,6 +471,7 @@ declare const _default$9: {
|
|
|
470
471
|
color?: string | undefined;
|
|
471
472
|
}) => react_jsx_runtime.JSX.Element;
|
|
472
473
|
DefaultFile: ({ color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
474
|
+
Distance: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
473
475
|
Doctor: ({ color }: {
|
|
474
476
|
color?: string | undefined;
|
|
475
477
|
}) => react_jsx_runtime.JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -420,6 +420,7 @@ declare const _default$9: {
|
|
|
420
420
|
Books: ({ active, color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
421
421
|
Cake: ({ className, color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
422
422
|
Calendar: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
423
|
+
CalendarCheck: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
423
424
|
CalendarClock: ({ active, color, }: {
|
|
424
425
|
active?: boolean | undefined;
|
|
425
426
|
color: string;
|
|
@@ -470,6 +471,7 @@ declare const _default$9: {
|
|
|
470
471
|
color?: string | undefined;
|
|
471
472
|
}) => react_jsx_runtime.JSX.Element;
|
|
472
473
|
DefaultFile: ({ color }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
474
|
+
Distance: ({ color, size }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
473
475
|
Doctor: ({ color }: {
|
|
474
476
|
color?: string | undefined;
|
|
475
477
|
}) => react_jsx_runtime.JSX.Element;
|