@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.
- package/custom-shots/widgets-bots-table--no-control-orders--run-reason-modal_[w1920px].png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_menu_opened.png +0 -0
- package/custom-shots/widgets-collapsiblenavbar-opened__[w899px]_statistics_submenu.png +0 -0
- package/custom-shots/widgets-filters--default__[w1920px].png +0 -0
- package/custom-shots/widgets-meal-nutrients--hint-opened__[w1440px].png +0 -0
- package/custom-shots/widgets-meal-nutrients--hint-opened__[w390px].png +0 -0
- package/custom-shots/widgets-meal-nutrients--hint-opened__[w900px].png +0 -0
- package/custom-shots/widgets-meal-nutrients--hint-opened__dropdown__[w390px].png +0 -0
- package/custom-shots/widgets-meal-nutrients--hint-opened__dropdown__[w900px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w1440px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w1920px].png +0 -0
- package/custom-shots/widgets-notification-menu--is-opened__[w900px].png +0 -0
- package/custom-shots/widgets-pagination--selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-pagination-disabled--selected-hover__[w1920px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w1920px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w390px].png +0 -0
- package/custom-shots/widgets-progressInfo__dropdown__[w900px].png +0 -0
- package/custom-shots/widgets-searchbox--cross-icon__[w900px].png +0 -0
- package/custom-shots/widgets-table-filters--opened__[w1920px].png +0 -0
- package/custom-shots/widgets-trading-info-card--hover__[w1920px].png +0 -0
- package/custom-shots/widgets-user-profile--is-opened__[w1920px].png +0 -0
- package/dist/components/Calories/Calories.d.ts +2 -2
- package/dist/components/Calories/innerContent.d.ts +2 -2
- package/dist/components/Calories/types.d.ts +1 -1
- package/dist/components/CardList/CardList.d.ts +2 -2
- package/dist/components/CardList/types.d.ts +1 -1
- package/dist/components/CollapsibleNavBar/TriggerIcon.d.ts +2 -2
- package/dist/components/HeartRate/BPM.d.ts +2 -2
- package/dist/components/HeartRate/HeartRate.d.ts +2 -2
- package/dist/components/HeartRate/types.d.ts +3 -3
- package/dist/components/ListGoals/ListGoals.d.ts +2 -2
- package/dist/components/ListGoals/ListGoalsCard.d.ts +2 -2
- package/dist/components/ListGoals/types.d.ts +2 -2
- package/dist/components/MealNutrients/MealNutrients.d.ts +2 -2
- package/dist/components/MealNutrients/MealNutrientsTooltip.d.ts +2 -2
- package/dist/components/MealNutrients/types.d.ts +4 -4
- package/dist/components/NavBar/NavBar.d.ts +2 -2
- package/dist/components/NavBar/types.d.ts +6 -6
- package/dist/components/Pagination/ArrowButton.d.ts +2 -2
- package/dist/components/Pagination/Pagination.d.ts +2 -2
- package/dist/components/Pagination/PaginationButtons.d.ts +2 -2
- package/dist/components/Pagination/PaginationContext.d.ts +4 -4
- package/dist/components/Pagination/types.d.ts +6 -6
- package/dist/components/ProgressInfo/ProgressInfo.d.ts +2 -2
- package/dist/components/ProgressInfo/types.d.ts +1 -1
- package/dist/components/TableFilters/TableFilterCheckbox.d.ts +2 -2
- package/dist/components/TradingInfoCard/TradingInfoCard.d.ts +2 -2
- package/dist/components/TradingInfoCard/TradingInfoCardTooltip.d.ts +2 -2
- package/dist/components/TradingInfoCard/TradingInfoCardWrapper.d.ts +2 -2
- package/dist/components/TradingInfoCard/types.d.ts +4 -4
- package/dist/components/TradingScoreboard/TradingScoreboard.d.ts +2 -2
- package/dist/components/TradingScoreboard/types.d.ts +3 -3
- package/dist/components/UpcomingWorkouts/UpcomingWorkoutCard.d.ts +2 -2
- package/dist/components/UpcomingWorkouts/UpcomingWorkouts.d.ts +2 -2
- package/dist/components/UpcomingWorkouts/types.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/Activity/Activity.tsx +3 -3
- package/src/components/Calories/Calories.tsx +2 -2
- package/src/components/Calories/innerContent.tsx +2 -2
- package/src/components/Calories/types.ts +1 -1
- package/src/components/CardList/CardList.tsx +2 -2
- package/src/components/CardList/types.ts +1 -1
- package/src/components/CollapsibleNavBar/TriggerIcon.tsx +2 -2
- package/src/components/Filters/FiltersBlock.tsx +1 -0
- package/src/components/HeartRate/BPM.tsx +2 -2
- package/src/components/HeartRate/HeartRate.tsx +2 -2
- package/src/components/HeartRate/types.ts +3 -3
- package/src/components/ListGoals/ListGoals.tsx +2 -2
- package/src/components/ListGoals/ListGoalsCard.tsx +2 -2
- package/src/components/ListGoals/types.ts +2 -2
- package/src/components/MealNutrients/MealNutrients.stories.tsx +3 -3
- package/src/components/MealNutrients/MealNutrients.tsx +2 -2
- package/src/components/MealNutrients/MealNutrientsTooltip.tsx +4 -4
- package/src/components/MealNutrients/types.ts +4 -4
- package/src/components/MealPlanner/MealPlanner.tsx +3 -3
- package/src/components/NavBar/NavBar.tsx +2 -2
- package/src/components/NavBar/types.ts +6 -6
- package/src/components/NotificationCard/NotificationCard.tsx +2 -2
- package/src/components/Pagination/ArrowButton.tsx +2 -2
- package/src/components/Pagination/Pagination.tsx +2 -2
- package/src/components/Pagination/PaginationButtons.tsx +3 -3
- package/src/components/Pagination/PaginationContext.tsx +7 -4
- package/src/components/Pagination/types.ts +6 -6
- package/src/components/ProgressInfo/ProgressInfo.stories.tsx +2 -2
- package/src/components/ProgressInfo/ProgressInfo.tsx +4 -4
- package/src/components/ProgressInfo/types.ts +1 -1
- package/src/components/TableFilters/TableFilterCheckbox.tsx +2 -2
- package/src/components/TableFilters/TableFilters.tsx +2 -2
- package/src/components/TradingInfoCard/TradingInfoCard.stories.tsx +6 -6
- package/src/components/TradingInfoCard/TradingInfoCard.tsx +3 -3
- package/src/components/TradingInfoCard/TradingInfoCardTooltip.tsx +2 -2
- package/src/components/TradingInfoCard/TradingInfoCardWrapper.tsx +2 -2
- package/src/components/TradingInfoCard/types.ts +5 -5
- package/src/components/TradingScoreboard/TradingScoreboard.stories.tsx +5 -5
- package/src/components/TradingScoreboard/TradingScoreboard.tsx +2 -2
- package/src/components/TradingScoreboard/types.ts +3 -3
- package/src/components/UpcomingWorkouts/UpcomingWorkoutCard.tsx +2 -2
- package/src/components/UpcomingWorkouts/UpcomingWorkouts.tsx +2 -2
- package/src/components/UpcomingWorkouts/types.ts +2 -2
- 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.