@oanda/labs-value-at-risk-widget 1.0.114 → 1.0.115

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 (54) hide show
  1. package/CHANGELOG.md +464 -0
  2. package/dist/main/ValueAtRiskWidget/ChartWithData.js +2 -1
  3. package/dist/main/ValueAtRiskWidget/ChartWithData.js.map +1 -1
  4. package/dist/main/ValueAtRiskWidget/Tool.js +1 -2
  5. package/dist/main/ValueAtRiskWidget/Tool.js.map +1 -1
  6. package/dist/main/ValueAtRiskWidget/Widget.js +3 -3
  7. package/dist/main/ValueAtRiskWidget/Widget.js.map +1 -1
  8. package/dist/main/ValueAtRiskWidget/components/Chart/Chart.js +1 -2
  9. package/dist/main/ValueAtRiskWidget/components/Chart/Chart.js.map +1 -1
  10. package/dist/main/ValueAtRiskWidget/components/Chart/getOption.js +11 -7
  11. package/dist/main/ValueAtRiskWidget/components/Chart/getOption.js.map +1 -1
  12. package/dist/main/ValueAtRiskWidget/components/Legend/DashedLine.js +1 -1
  13. package/dist/main/ValueAtRiskWidget/components/Legend/DashedLine.js.map +1 -1
  14. package/dist/main/ValueAtRiskWidget/components/Legend/DesktopLegend.js +2 -2
  15. package/dist/main/ValueAtRiskWidget/components/Legend/DesktopLegend.js.map +1 -1
  16. package/dist/main/ValueAtRiskWidget/components/Legend/Legend.js +4 -4
  17. package/dist/main/ValueAtRiskWidget/components/Legend/Legend.js.map +1 -1
  18. package/dist/main/ValueAtRiskWidget/components/Legend/MobileLegend.js +3 -3
  19. package/dist/main/ValueAtRiskWidget/components/Legend/MobileLegend.js.map +1 -1
  20. package/dist/main/ValueAtRiskWidget/utils.js +1 -1
  21. package/dist/main/ValueAtRiskWidget/utils.js.map +1 -1
  22. package/dist/main/gql/getValueAtRiskAssetClasses.js +3 -11
  23. package/dist/main/gql/getValueAtRiskAssetClasses.js.map +1 -1
  24. package/dist/main/gql/getValueAtRiskChart.js +3 -36
  25. package/dist/main/gql/getValueAtRiskChart.js.map +1 -1
  26. package/dist/main/gql/types/fragment-masking.js +3 -2
  27. package/dist/main/gql/types/fragment-masking.js.map +1 -1
  28. package/dist/main/gql/types/gql.js +3 -3
  29. package/dist/main/gql/types/gql.js.map +1 -1
  30. package/dist/module/ValueAtRiskWidget/ChartWithData.js +2 -1
  31. package/dist/module/ValueAtRiskWidget/ChartWithData.js.map +1 -1
  32. package/dist/module/ValueAtRiskWidget/Widget.js +3 -3
  33. package/dist/module/ValueAtRiskWidget/Widget.js.map +1 -1
  34. package/dist/module/ValueAtRiskWidget/components/Chart/getOption.js +11 -7
  35. package/dist/module/ValueAtRiskWidget/components/Chart/getOption.js.map +1 -1
  36. package/dist/module/ValueAtRiskWidget/components/Legend/DashedLine.js +1 -1
  37. package/dist/module/ValueAtRiskWidget/components/Legend/DashedLine.js.map +1 -1
  38. package/dist/module/ValueAtRiskWidget/components/Legend/DesktopLegend.js +2 -2
  39. package/dist/module/ValueAtRiskWidget/components/Legend/DesktopLegend.js.map +1 -1
  40. package/dist/module/ValueAtRiskWidget/components/Legend/Legend.js +4 -4
  41. package/dist/module/ValueAtRiskWidget/components/Legend/Legend.js.map +1 -1
  42. package/dist/module/ValueAtRiskWidget/components/Legend/MobileLegend.js +3 -3
  43. package/dist/module/ValueAtRiskWidget/components/Legend/MobileLegend.js.map +1 -1
  44. package/dist/module/ValueAtRiskWidget/utils.js +1 -1
  45. package/dist/module/ValueAtRiskWidget/utils.js.map +1 -1
  46. package/dist/module/gql/getValueAtRiskAssetClasses.js +3 -11
  47. package/dist/module/gql/getValueAtRiskAssetClasses.js.map +1 -1
  48. package/dist/module/gql/getValueAtRiskChart.js +3 -36
  49. package/dist/module/gql/getValueAtRiskChart.js.map +1 -1
  50. package/dist/module/gql/types/fragment-masking.js +3 -2
  51. package/dist/module/gql/types/fragment-masking.js.map +1 -1
  52. package/dist/module/gql/types/gql.js +2 -1
  53. package/dist/module/gql/types/gql.js.map +1 -1
  54. package/package.json +4 -4
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@oanda/labs-value-at-risk-widget",
3
- "version": "1.0.114",
3
+ "version": "1.0.115",
4
4
  "description": "Labs Value At Risk Widget",
5
5
  "main": "dist/main/index.js",
6
6
  "module": "dist/module/index.js",
7
7
  "types": "dist/types/index.d.ts",
8
8
  "scripts": {
9
9
  "codegen": "graphql-codegen --config codegen.ts",
10
- "translations:pull": "lokalise pull"
10
+ "translations:pull": "op run --env-file=\"../../.env\" -- lokalise pull"
11
11
  },
12
12
  "keywords": [],
13
13
  "author": "OANDA",
14
14
  "license": "UNLICENSED",
15
15
  "dependencies": {
16
- "@oanda/labs-widget-common": "^1.0.222",
16
+ "@oanda/labs-widget-common": "^1.0.223",
17
17
  "@oanda/mono-i18n": "10.0.1",
18
18
  "echarts": "6.0.0",
19
19
  "echarts-for-react": "3.0.4",
@@ -24,5 +24,5 @@
24
24
  "@graphql-codegen/client-preset": "4.1.0",
25
25
  "@graphql-codegen/typescript": "4.0.1"
26
26
  },
27
- "gitHead": "f3f3b89244e07294747fcce5c3828da9a36ba6c0"
27
+ "gitHead": "7c2d64b34f681788d8c9fb9199e6b15999853a2d"
28
28
  }