@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.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?: boolean | undefined;
397
- color?: string | undefined;
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?: boolean | undefined;
397
- color?: string | undefined;
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;