@ssa-ui-kit/widgets 0.0.27-alpha → 0.0.29-alpha

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 (102) hide show
  1. package/custom-shots/widgets-bots-table--no-control-orders--run-reason-modal_[w1920px].png +0 -0
  2. package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_menu_opened.png +0 -0
  3. package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_statistics_submenu.png +0 -0
  4. package/custom-shots/widgets-filters--default__[w1920px].png +0 -0
  5. package/custom-shots/widgets-meal-nutrients--hint-opened__[w1440px].png +0 -0
  6. package/custom-shots/widgets-meal-nutrients--hint-opened__[w390px].png +0 -0
  7. package/custom-shots/widgets-meal-nutrients--hint-opened__[w900px].png +0 -0
  8. package/custom-shots/widgets-meal-nutrients--hint-opened__dropdown__[w390px].png +0 -0
  9. package/custom-shots/widgets-meal-nutrients--hint-opened__dropdown__[w900px].png +0 -0
  10. package/custom-shots/widgets-notification-menu--is-opened__[w1440px].png +0 -0
  11. package/custom-shots/widgets-notification-menu--is-opened__[w1920px].png +0 -0
  12. package/custom-shots/widgets-notification-menu--is-opened__[w900px].png +0 -0
  13. package/custom-shots/widgets-pagination--selected-hover__[w1920px].png +0 -0
  14. package/custom-shots/widgets-pagination-disabled--selected-hover__[w1920px].png +0 -0
  15. package/custom-shots/widgets-progressInfo__dropdown__[w1920px].png +0 -0
  16. package/custom-shots/widgets-progressInfo__dropdown__[w390px].png +0 -0
  17. package/custom-shots/widgets-progressInfo__dropdown__[w900px].png +0 -0
  18. package/custom-shots/widgets-searchbox--cross-icon__[w900px].png +0 -0
  19. package/custom-shots/widgets-table-filters--opened__[w1920px].png +0 -0
  20. package/custom-shots/widgets-trading-info-card--hover__[w1920px].png +0 -0
  21. package/custom-shots/widgets-user-profile--is-opened__[w1920px].png +0 -0
  22. package/dist/components/Calories/Calories.d.ts +2 -2
  23. package/dist/components/Calories/innerContent.d.ts +2 -2
  24. package/dist/components/Calories/types.d.ts +1 -1
  25. package/dist/components/CardList/CardList.d.ts +2 -2
  26. package/dist/components/CardList/types.d.ts +1 -1
  27. package/dist/components/CollapsibleNavBar/TriggerIcon.d.ts +2 -2
  28. package/dist/components/HeartRate/BPM.d.ts +2 -2
  29. package/dist/components/HeartRate/HeartRate.d.ts +2 -2
  30. package/dist/components/HeartRate/types.d.ts +3 -3
  31. package/dist/components/ListGoals/ListGoals.d.ts +2 -2
  32. package/dist/components/ListGoals/ListGoalsCard.d.ts +2 -2
  33. package/dist/components/ListGoals/types.d.ts +2 -2
  34. package/dist/components/MealNutrients/MealNutrients.d.ts +2 -2
  35. package/dist/components/MealNutrients/MealNutrientsTooltip.d.ts +2 -2
  36. package/dist/components/MealNutrients/types.d.ts +4 -4
  37. package/dist/components/NavBar/NavBar.d.ts +2 -2
  38. package/dist/components/NavBar/types.d.ts +6 -6
  39. package/dist/components/Pagination/ArrowButton.d.ts +2 -2
  40. package/dist/components/Pagination/Pagination.d.ts +2 -2
  41. package/dist/components/Pagination/PaginationButtons.d.ts +2 -2
  42. package/dist/components/Pagination/PaginationContext.d.ts +4 -4
  43. package/dist/components/Pagination/types.d.ts +6 -6
  44. package/dist/components/ProgressInfo/ProgressInfo.d.ts +2 -2
  45. package/dist/components/ProgressInfo/types.d.ts +1 -1
  46. package/dist/components/TableFilters/TableFilterCheckbox.d.ts +2 -2
  47. package/dist/components/TradingInfoCard/TradingInfoCard.d.ts +2 -2
  48. package/dist/components/TradingInfoCard/TradingInfoCardTooltip.d.ts +2 -2
  49. package/dist/components/TradingInfoCard/TradingInfoCardWrapper.d.ts +2 -2
  50. package/dist/components/TradingInfoCard/types.d.ts +4 -4
  51. package/dist/components/TradingScoreboard/TradingScoreboard.d.ts +2 -2
  52. package/dist/components/TradingScoreboard/types.d.ts +3 -3
  53. package/dist/components/UpcomingWorkouts/UpcomingWorkoutCard.d.ts +2 -2
  54. package/dist/components/UpcomingWorkouts/UpcomingWorkouts.d.ts +2 -2
  55. package/dist/components/UpcomingWorkouts/types.d.ts +2 -2
  56. package/dist/index.js +1 -1
  57. package/dist/index.js.map +1 -1
  58. package/package.json +3 -3
  59. package/src/components/Activity/Activity.tsx +3 -3
  60. package/src/components/Calories/Calories.tsx +2 -2
  61. package/src/components/Calories/innerContent.tsx +2 -2
  62. package/src/components/Calories/types.ts +1 -1
  63. package/src/components/CardList/CardList.tsx +2 -2
  64. package/src/components/CardList/types.ts +1 -1
  65. package/src/components/CollapsibleNavBar/TriggerIcon.tsx +2 -2
  66. package/src/components/Filters/FiltersBlock.tsx +1 -0
  67. package/src/components/HeartRate/BPM.tsx +2 -2
  68. package/src/components/HeartRate/HeartRate.tsx +2 -2
  69. package/src/components/HeartRate/types.ts +3 -3
  70. package/src/components/ListGoals/ListGoals.tsx +2 -2
  71. package/src/components/ListGoals/ListGoalsCard.tsx +2 -2
  72. package/src/components/ListGoals/types.ts +2 -2
  73. package/src/components/MealNutrients/MealNutrients.stories.tsx +3 -3
  74. package/src/components/MealNutrients/MealNutrients.tsx +2 -2
  75. package/src/components/MealNutrients/MealNutrientsTooltip.tsx +4 -4
  76. package/src/components/MealNutrients/types.ts +4 -4
  77. package/src/components/MealPlanner/MealPlanner.tsx +3 -3
  78. package/src/components/NavBar/NavBar.tsx +2 -2
  79. package/src/components/NavBar/types.ts +6 -6
  80. package/src/components/NotificationCard/NotificationCard.tsx +2 -2
  81. package/src/components/Pagination/ArrowButton.tsx +2 -2
  82. package/src/components/Pagination/Pagination.tsx +2 -2
  83. package/src/components/Pagination/PaginationButtons.tsx +3 -3
  84. package/src/components/Pagination/PaginationContext.tsx +7 -4
  85. package/src/components/Pagination/types.ts +6 -6
  86. package/src/components/ProgressInfo/ProgressInfo.stories.tsx +2 -2
  87. package/src/components/ProgressInfo/ProgressInfo.tsx +4 -4
  88. package/src/components/ProgressInfo/types.ts +1 -1
  89. package/src/components/TableFilters/TableFilterCheckbox.tsx +2 -2
  90. package/src/components/TableFilters/TableFilters.tsx +2 -2
  91. package/src/components/TradingInfoCard/TradingInfoCard.stories.tsx +6 -6
  92. package/src/components/TradingInfoCard/TradingInfoCard.tsx +3 -3
  93. package/src/components/TradingInfoCard/TradingInfoCardTooltip.tsx +2 -2
  94. package/src/components/TradingInfoCard/TradingInfoCardWrapper.tsx +2 -2
  95. package/src/components/TradingInfoCard/types.ts +5 -5
  96. package/src/components/TradingScoreboard/TradingScoreboard.stories.tsx +5 -5
  97. package/src/components/TradingScoreboard/TradingScoreboard.tsx +2 -2
  98. package/src/components/TradingScoreboard/types.ts +3 -3
  99. package/src/components/UpcomingWorkouts/UpcomingWorkoutCard.tsx +2 -2
  100. package/src/components/UpcomingWorkouts/UpcomingWorkouts.tsx +2 -2
  101. package/src/components/UpcomingWorkouts/types.ts +2 -2
  102. package/tsbuildcache +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.