@solace-health/ui 0.10.85 → 0.10.86
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 +117 -118
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +95 -96
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -392,9 +392,9 @@ declare const _default$6: {
|
|
|
392
392
|
Minus: ({ color }: {
|
|
393
393
|
color?: string | undefined;
|
|
394
394
|
}) => react_jsx_runtime.JSX.Element;
|
|
395
|
-
MoneyLayered: ({ active, color }: {
|
|
396
|
-
active
|
|
397
|
-
color
|
|
395
|
+
MoneyLayered: ({ active, color, }: {
|
|
396
|
+
active: boolean;
|
|
397
|
+
color: string;
|
|
398
398
|
}) => react_jsx_runtime.JSX.Element;
|
|
399
399
|
Morning: () => react_jsx_runtime.JSX.Element;
|
|
400
400
|
NoteDocument: () => react_jsx_runtime.JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -392,9 +392,9 @@ declare const _default$6: {
|
|
|
392
392
|
Minus: ({ color }: {
|
|
393
393
|
color?: string | undefined;
|
|
394
394
|
}) => react_jsx_runtime.JSX.Element;
|
|
395
|
-
MoneyLayered: ({ active, color }: {
|
|
396
|
-
active
|
|
397
|
-
color
|
|
395
|
+
MoneyLayered: ({ active, color, }: {
|
|
396
|
+
active: boolean;
|
|
397
|
+
color: string;
|
|
398
398
|
}) => react_jsx_runtime.JSX.Element;
|
|
399
399
|
Morning: () => react_jsx_runtime.JSX.Element;
|
|
400
400
|
NoteDocument: () => react_jsx_runtime.JSX.Element;
|