@banyan_cloud/roots 2.0.31 → 2.0.32

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/esm/index.js CHANGED
@@ -16168,7 +16168,7 @@ var BasePieChart = function BasePieChart(props) {
16168
16168
  },
16169
16169
  children: legend !== null && legend !== void 0 && legend.customLabels ? legend.customLabels({
16170
16170
  label: typeof label === 'string' ? label : '',
16171
- value: typeof value === 'string' ? value : '',
16171
+ value: typeof value === 'number' ? value : '',
16172
16172
  index: index,
16173
16173
  color: color
16174
16174
  }) : jsxs("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banyan_cloud/roots",
3
- "version": "2.0.31",
3
+ "version": "2.0.32",
4
4
  "description": "Design System Library which drives the Banyan Cloud products",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",