mayak-common-library-payload 0.1.29 → 0.1.30

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.mts CHANGED
@@ -503,8 +503,8 @@ interface IBoxItem$2 {
503
503
  label?: string;
504
504
  from?: string;
505
505
  to?: string;
506
- description?: string[];
507
- date?: string;
506
+ description?: ReactNode;
507
+ date?: string | null;
508
508
  income?: string;
509
509
  }
510
510
  interface IPortfoliosProps {
package/dist/index.d.ts CHANGED
@@ -503,8 +503,8 @@ interface IBoxItem$2 {
503
503
  label?: string;
504
504
  from?: string;
505
505
  to?: string;
506
- description?: string[];
507
- date?: string;
506
+ description?: ReactNode;
507
+ date?: string | null;
508
508
  income?: string;
509
509
  }
510
510
  interface IPortfoliosProps {