@ssa-ui-kit/widgets 0.0.32-alpha → 1.0.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 (46) hide show
  1. package/.storybook/main.ts +4 -0
  2. package/dist/components/AccountBalance/BalancePieChart.d.ts +1 -2
  3. package/dist/components/AccountBalance/BalancePieChartTitle.d.ts +1 -2
  4. package/dist/components/AccountBalance/WithLink.d.ts +1 -2
  5. package/dist/components/Bmi/BmiHeatbar.d.ts +2 -3
  6. package/dist/components/Bmi/BmiInfo.d.ts +2 -3
  7. package/dist/components/Bmi/BmiLabel.d.ts +1 -2
  8. package/dist/components/Bmi/BmiPointer.d.ts +2 -3
  9. package/dist/components/BotsTable/BotsTableCell.d.ts +4 -5
  10. package/dist/components/BotsTable/BotsTableHead.d.ts +3 -4
  11. package/dist/components/BotsTable/BotsTableRow.d.ts +4 -5
  12. package/dist/components/BotsTable/BotsTableWrapper.d.ts +3 -4
  13. package/dist/components/BotsTable/stories/BotsTable/components/Actions/ActionIcon.d.ts +1 -1
  14. package/dist/components/BotsTable/types.d.ts +0 -1
  15. package/dist/components/ListGoals/types.d.ts +0 -1
  16. package/dist/components/MealNutrients/mockMealNutrientsRequest.d.ts +2 -2
  17. package/dist/components/MealNutrients/types.d.ts +0 -1
  18. package/dist/components/MealPlanner/MealPlannerBadge.d.ts +1 -2
  19. package/dist/components/MealPlanner/MealPlannerBars.d.ts +2 -3
  20. package/dist/components/MealPlanner/MealPlannerLegends.d.ts +4 -5
  21. package/dist/components/TradingScoreboard/TradingScoreboardBase.d.ts +3 -4
  22. package/dist/components/TradingScoreboard/types.d.ts +0 -1
  23. package/dist/components/UpcomingWorkouts/types.d.ts +0 -1
  24. package/dist/components/UserCard/UserCardBMI.d.ts +1 -1
  25. package/dist/components/UserCard/UserCardCredentials.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/dist/index.js.map +1 -1
  28. package/package.json +5 -4
  29. package/src/components/AccountBalance/{AccountBalance.spec.old.tsx → AccountBalance.spec.tsx} +3 -9
  30. package/src/components/ExchangeAccount/{ExchangeAccount.spec.old.tsx → ExchangeAccount.spec.tsx} +3 -9
  31. package/tsbuildcache +1 -1
  32. package/webpack.config.js +1 -0
  33. /package/src/components/Activity/{Activity.spec.old.tsx → Activity.spec.tsx} +0 -0
  34. /package/src/components/Bmi/{Bmi.spec.old.tsx → Bmi.spec.tsx} +0 -0
  35. /package/src/components/BotsTable/{BotsTable.spec.old.tsx → BotsTable.spec.tsx} +0 -0
  36. /package/src/components/Calories/{Calories.spec.old.tsx → Calories.spec.tsx} +0 -0
  37. /package/src/components/ExchangeAccountKeys/{ExchangeAccountKeys.spec.old.tsx → ExchangeAccountKeys.spec.tsx} +0 -0
  38. /package/src/components/HeartRate/{HeartRate.spec.old.tsx → HeartRate.spec.tsx} +0 -0
  39. /package/src/components/ListGoals/{ListGoals.spec.old.tsx → ListGoals.spec.tsx} +0 -0
  40. /package/src/components/MealNutrients/{MealNutrients.spec.old.tsx → MealNutrients.spec.tsx} +0 -0
  41. /package/src/components/MealPlanner/{MealPlanner.spec.old.tsx → MealPlanner.spec.tsx} +0 -0
  42. /package/src/components/StepsCounter/{StepsCounter.spec.old.tsx → StepsCounter.spec.tsx} +0 -0
  43. /package/src/components/TradingInfoCard/{TradingInfoCard.spec.old.tsx → TradingInfoCard.spec.tsx} +0 -0
  44. /package/src/components/TradingScoreboard/{TradingScoreboard.spec.old.tsx → TradingScoreboard.spec.tsx} +0 -0
  45. /package/src/components/UpcomingWorkouts/{UpcomingWorkouts.spec.old.tsx → UpcomingWorkouts.spec.tsx} +0 -0
  46. /package/src/components/WaterConsume/{WaterConsume.spec.old.tsx → WaterConsume.spec.tsx} +0 -0
package/webpack.config.js CHANGED
@@ -19,6 +19,7 @@ module.exports = () => {
19
19
  '@emotion/styled': '@emotion/styled',
20
20
  '@nivo/core': '@nivo/core',
21
21
  '@nivo/line': '@nivo/line',
22
+ '@nivo/pie': '@nivo/pie',
22
23
  '@nivo/scales': '@nivo/scales',
23
24
  },
24
25
  });