@vizzly/dashboard 0.15.0-dev-3eb8eac0e91a272b4f1a527229f14a588e1c10d9 → 0.15.0-dev-6114a3b52b10e59a48578b0bad33d5be5e0d850d

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.
@@ -55098,7 +55098,7 @@ var DataTableView = function DataTableView(props) {
55098
55098
  children: groupingHeading.content
55099
55099
  }, groupingHeading + "_" + headerIndex);
55100
55100
  })
55101
- }), props.summarizeKPIs && jsx(KPISummaryHeader, {
55101
+ }), props.summarizeKPIs && props.dimension.length > 0 && jsx(KPISummaryHeader, {
55102
55102
  tableRepresentation: tableRepresentation,
55103
55103
  numberFormat: props.numberFormat,
55104
55104
  numberFormatOptions: props.numberFormatOptions,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizzly/dashboard",
3
3
  "author": "james@vizzly.co",
4
- "version": "0.15.0-dev-3eb8eac0e91a272b4f1a527229f14a588e1c10d9",
4
+ "version": "0.15.0-dev-6114a3b52b10e59a48578b0bad33d5be5e0d850d",
5
5
  "source": "src/index.tsx",
6
6
  "types": "./dist/dashboard/src/index.d.ts",
7
7
  "module": "./dist/dashboard.esm.js",