math-main-components 0.0.112 → 0.0.113

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/dist/index.cjs.js CHANGED
@@ -1016,8 +1016,8 @@ function UsageCard({ title, subtitle, ratio = 0, loading }) {
1016
1016
  React__default["default"].createElement("p", null, subtitle)),
1017
1017
  React__default["default"].createElement("div", { className: styles.graph },
1018
1018
  React__default["default"].createElement(ReactMinimalPieChart, { data: [
1019
- { title: 'One', value: 1 - ratio, color: '#DFDFDF' },
1020
- { title: 'Two', value: ratio + 0.05, color: '#0085FF' },
1019
+ { title: 'One', value: 1 - ratio, color: 'var(--background-4)' },
1020
+ { title: 'Two', value: ratio + 0.05, color: 'var(--primary-1)' }, //#0085FF
1021
1021
  ], lineWidth: 15, totalValue: 1 }))));
1022
1022
  }
1023
1023
 
package/dist/index.esm.js CHANGED
@@ -1008,8 +1008,8 @@ function UsageCard({ title, subtitle, ratio = 0, loading }) {
1008
1008
  React.createElement("p", null, subtitle)),
1009
1009
  React.createElement("div", { className: styles.graph },
1010
1010
  React.createElement(ReactMinimalPieChart, { data: [
1011
- { title: 'One', value: 1 - ratio, color: '#DFDFDF' },
1012
- { title: 'Two', value: ratio + 0.05, color: '#0085FF' },
1011
+ { title: 'One', value: 1 - ratio, color: 'var(--background-4)' },
1012
+ { title: 'Two', value: ratio + 0.05, color: 'var(--primary-1)' }, //#0085FF
1013
1013
  ], lineWidth: 15, totalValue: 1 }))));
1014
1014
  }
1015
1015
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-main-components",
3
- "version": "0.0.112",
3
+ "version": "0.0.113",
4
4
  "author": "Emilian Scheel",
5
5
  "files": [
6
6
  "dist/**/*"