@mx-cartographer/insights-ui 1.12.1 → 1.13.0

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.
Files changed (127) hide show
  1. package/dist/{src/components → components}/index.d.ts +1 -0
  2. package/dist/components/insights/BillAmountNotStandard/types/BillAmountNotStandard.d.ts +4 -0
  3. package/dist/components/insights/CategorySpendingV2/types/CategorySpendingV2.d.ts +4 -0
  4. package/dist/components/insights/FederalBankHoliday/types/FederalBankHoliday.d.ts +4 -0
  5. package/dist/components/insights/MonthlySpendToIncomeComparisonV2/types/index.d.ts +4 -0
  6. package/dist/components/insights/MonthlySpendingComparisonV2/types/MonthlySpendComparisonV2.d.ts +4 -0
  7. package/dist/components/insights/P2pCategorization/types/P2pCategorization.d.ts +17 -0
  8. package/dist/components/shared/DeepLinks/DeepLinkDialog.d.ts +11 -0
  9. package/dist/components/shared/DeepLinks/DirectDeposit/Circle.d.ts +6 -0
  10. package/dist/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink.d.ts +20 -0
  11. package/dist/components/shared/DeepLinks/DirectDeposit/Dot.d.ts +1 -0
  12. package/dist/components/shared/DeepLinks/DirectDeposit/Oval.d.ts +1 -0
  13. package/dist/index.d.ts +1 -2
  14. package/dist/index.es.js +585 -458
  15. package/dist/index.es.js.map +1 -1
  16. package/dist/types/Charts/BarChart.d.ts +45 -0
  17. package/dist/types/CommonBeat.d.ts +369 -0
  18. package/dist/types/DirectDeposit.d.ts +16 -0
  19. package/dist/types/ThemedSVGImage.d.ts +5 -0
  20. package/package.json +1 -1
  21. package/dist/src/components/insights/DiscoveredAccounts/__tests__/DiscoveredAccountsBody.test.d.ts +0 -0
  22. package/dist/src/components/insights/FederalBankHoliday/__tests__/FederalBankHoliday.test.d.ts +0 -1
  23. package/dist/src/components/insights/MarketingHub/__tests__/Offer.test.d.ts +0 -1
  24. package/dist/src/components/insights/MonthlySpendToIncomeComparisonV2/__tests__/MonthlySpendToIncomeComparisonV2.test.d.ts +0 -1
  25. package/dist/src/components/insights/SetUpDirectDeposit/__tests__/SetUpDirectDeposit.test.d.ts +0 -0
  26. package/dist/src/components/insights/SwitchDirectDeposit/__tests__/SwitchDirectDeposit.test.d.ts +0 -0
  27. package/dist/src/components/insights/UnifiedDeposit/__tests__/UnifiedDeposit.test.d.ts +0 -1
  28. package/dist/src/components/shared/Charts/__tests__/BarChart.test.d.ts +0 -1
  29. package/dist/src/components/shared/Charts/__tests__/DoubleaBarChart.test.d.ts +0 -1
  30. package/dist/src/components/shared/InsightsCard/__tests__/BeatCard.test.d.ts +0 -0
  31. package/dist/src/components/shared/InsightsCard/__tests__/CardButtonSection.test.d.ts +0 -1
  32. package/dist/src/components/shared/InsightsCard/__tests__/CardError.test.d.ts +0 -1
  33. package/dist/src/components/shared/InsightsCard/__tests__/CardHeader.test.d.ts +0 -0
  34. package/dist/src/components/shared/InsightsCard/__tests__/CardLoading.test.d.ts +0 -1
  35. package/dist/src/components/shared/InsightsCard/__tests__/ContentAndDescription.test.d.ts +0 -1
  36. package/dist/src/components/shared/InsightsCard/__tests__/InsightButton.test.d.ts +0 -1
  37. package/dist/src/components/shared/InsightsCard/__tests__/LinedCardZeroState.test.d.ts +0 -1
  38. package/dist/src/components/shared/InsightsCard/__tests__/MiniDescription.test.d.ts +0 -1
  39. package/dist/src/hooks/__tests__/useContainerDimensions.test.d.ts +0 -0
  40. package/dist/src/index.d.ts +0 -1
  41. /package/dist/{src/components → components}/insights/BillAmountNotStandard/BillAmountNotStandard.d.ts +0 -0
  42. /package/dist/{src/components → components}/insights/BillAmountNotStandard/__test__/BillAmountNotStandard.test.d.ts +0 -0
  43. /package/dist/{src/components → components}/insights/BillAmountNotStandard/index.d.ts +0 -0
  44. /package/dist/{src/components → components}/insights/CategorySpendingV2/CategorySpendingV2.d.ts +0 -0
  45. /package/dist/{src/components → components}/insights/CategorySpendingV2/index.d.ts +0 -0
  46. /package/dist/{src/components → components}/insights/DiscoveredAccounts/DiscoveredAccountsBody.d.ts +0 -0
  47. /package/dist/{src/components → components}/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent.d.ts +0 -0
  48. /package/dist/{src/components → components}/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight.d.ts +0 -0
  49. /package/dist/{src/components → components}/insights/DiscoveredAccounts/index.d.ts +0 -0
  50. /package/dist/{src/components → components}/insights/FederalBankHoliday/FederalBankHoliday.d.ts +0 -0
  51. /package/dist/{src/components → components}/insights/FederalBankHoliday/index.d.ts +0 -0
  52. /package/dist/{src/components → components}/insights/MarketingHub/Offer.d.ts +0 -0
  53. /package/dist/{src/components → components}/insights/MarketingHub/Types.d.ts +0 -0
  54. /package/dist/{src/components → components}/insights/MarketingHub/index.d.ts +0 -0
  55. /package/dist/{src/components → components}/insights/MarketingHub/templates/index.d.ts +0 -0
  56. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection.d.ts +0 -0
  57. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.d.ts +0 -0
  58. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection.d.ts +0 -0
  59. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/TotalSection.d.ts +0 -0
  60. /package/dist/{src/components → components}/insights/MonthlyEmergencyFundReview/index.d.ts +0 -0
  61. /package/dist/{src/components → components}/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2.d.ts +0 -0
  62. /package/dist/{src/components → components}/insights/MonthlySpendToIncomeComparisonV2/index.d.ts +0 -0
  63. /package/dist/{src/components → components}/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2.d.ts +0 -0
  64. /package/dist/{src/components → components}/insights/MonthlySpendingComparisonV2/__test__/MonthlySpendComparisonV2.test.d.ts +0 -0
  65. /package/dist/{src/components → components}/insights/MonthlySpendingComparisonV2/index.d.ts +0 -0
  66. /package/dist/{src/components → components}/insights/P2pCategorization/P2pCategorization.d.ts +0 -0
  67. /package/dist/{src/components → components}/insights/P2pCategorization/_tests_/P2pCategorizationMultipleTransaction.test.d.ts +0 -0
  68. /package/dist/{src/components → components}/insights/P2pCategorization/_tests_/P2pCategorizationSingleTransaction.test.d.ts +0 -0
  69. /package/dist/{src/components → components}/insights/P2pCategorization/index.d.ts +0 -0
  70. /package/dist/{src/components → components}/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions.d.ts +0 -0
  71. /package/dist/{src/components → components}/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction.d.ts +0 -0
  72. /package/dist/{src/components → components}/insights/SetUpDirectDeposit/SetUpDirectDepositBody.d.ts +0 -0
  73. /package/dist/{src/components → components}/insights/SetUpDirectDeposit/index.d.ts +0 -0
  74. /package/dist/{src/components → components}/insights/SwitchDirectDeposit/AccountBox.d.ts +0 -0
  75. /package/dist/{src/components → components}/insights/SwitchDirectDeposit/SwitchDirectDepositBody.d.ts +0 -0
  76. /package/dist/{src/components → components}/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer.d.ts +0 -0
  77. /package/dist/{src/components → components}/insights/SwitchDirectDeposit/index.d.ts +0 -0
  78. /package/dist/{src/components → components}/insights/UnifiedDeposit/UnifiedDeposit.d.ts +0 -0
  79. /package/dist/{src/components → components}/insights/UnifiedDeposit/UnifiedDepositBody.d.ts +0 -0
  80. /package/dist/{src/components → components}/insights/UnifiedDeposit/index.d.ts +0 -0
  81. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/BubbleWeek.d.ts +0 -0
  82. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/NoSpendIcons.d.ts +0 -0
  83. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/WeeklyNoSpendDays.d.ts +0 -0
  84. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/_tests_/WeeklyNoSpendDays.test.d.ts +0 -0
  85. /package/dist/{src/components → components}/insights/WeeklyNoSpendDays/index.d.ts +0 -0
  86. /package/dist/{src/components → components}/insights/index.d.ts +0 -0
  87. /package/dist/{src/components → components}/shared/BottomSheet.d.ts +0 -0
  88. /package/dist/{src/components → components}/shared/Charts/BarChart/BarChart.d.ts +0 -0
  89. /package/dist/{src/components → components}/shared/Charts/BarChart/ChartLegend.d.ts +0 -0
  90. /package/dist/{src/components → components}/shared/Charts/BarChart/CustomBarPlot.d.ts +0 -0
  91. /package/dist/{src/components → components}/shared/Charts/BarChart/CustomDoubleBarPlot.d.ts +0 -0
  92. /package/dist/{src/components → components}/shared/Charts/BarChart/DoubleBarChart.d.ts +0 -0
  93. /package/dist/{src/components → components}/shared/Charts/BarChart/DoubleBarChartLegend.d.ts +0 -0
  94. /package/dist/{src/components → components}/shared/Charts/BarChart/index.d.ts +0 -0
  95. /package/dist/{src/components → components}/shared/Charts/EmptyBarChart.d.ts +0 -0
  96. /package/dist/{src/components → components}/shared/Charts/index.d.ts +0 -0
  97. /package/dist/{src/components → components}/shared/Confetti.d.ts +0 -0
  98. /package/dist/{src/components → components}/shared/DirectDeposit/DirectDeposit.d.ts +0 -0
  99. /package/dist/{src/components → components}/shared/DirectDeposit/DirectDepositSubHeader.d.ts +0 -0
  100. /package/dist/{src/components → components}/shared/DirectDeposit/FullFeedBodyHeader.d.ts +0 -0
  101. /package/dist/{src/components → components}/shared/DirectDeposit/LeftBox.d.ts +0 -0
  102. /package/dist/{src/components → components}/shared/DirectDeposit/MiniBodyHeader.d.ts +0 -0
  103. /package/dist/{src/components → components}/shared/DirectDeposit/RightBox.d.ts +0 -0
  104. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackButtons.d.ts +0 -0
  105. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackDescription.d.ts +0 -0
  106. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackHeader.d.ts +0 -0
  107. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackOptions.d.ts +0 -0
  108. /package/dist/{src/components → components}/shared/GenericFeedback/FeedbackText.d.ts +0 -0
  109. /package/dist/{src/components → components}/shared/GoalProgress.d.ts +0 -0
  110. /package/dist/{src/components → components}/shared/GradientBox.d.ts +0 -0
  111. /package/dist/{src/components → components}/shared/InsightsCard/BeatCard.d.ts +0 -0
  112. /package/dist/{src/components → components}/shared/InsightsCard/CardButtonSection.d.ts +0 -0
  113. /package/dist/{src/components → components}/shared/InsightsCard/CardError.d.ts +0 -0
  114. /package/dist/{src/components → components}/shared/InsightsCard/CardHeader.d.ts +0 -0
  115. /package/dist/{src/components → components}/shared/InsightsCard/CardLoading.d.ts +0 -0
  116. /package/dist/{src/components → components}/shared/InsightsCard/ContentAndDescription.d.ts +0 -0
  117. /package/dist/{src/components → components}/shared/InsightsCard/Description.d.ts +0 -0
  118. /package/dist/{src/components → components}/shared/InsightsCard/InsightButton.d.ts +0 -0
  119. /package/dist/{src/components → components}/shared/InsightsCard/MiniDescription.d.ts +0 -0
  120. /package/dist/{src/components → components}/shared/MenuAction.d.ts +0 -0
  121. /package/dist/{src/components → components}/shared/MiniInsightCard.d.ts +0 -0
  122. /package/dist/{src/components → components}/shared/ProgressBar.d.ts +0 -0
  123. /package/dist/{src/components → components}/shared/ThemedSVGImage.d.ts +0 -0
  124. /package/dist/{src/components → components}/shared/ZeroState/LinedCardZeroState.d.ts +0 -0
  125. /package/dist/{src/hooks → hooks}/useContainerDimensions.d.ts +0 -0
  126. /package/dist/{src/themes → themes}/Typography.d.ts +0 -0
  127. /package/dist/{src/themes → themes}/index.d.ts +0 -0
File without changes
File without changes