@vizzly/dashboard 0.15.0-dev-55c3769ab940ad57ce4822832be2246df1edb9e3 → 0.15.0-dev-df6a888afc7272341aed2da83a5290bca83e406b

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.
@@ -15478,8 +15478,6 @@ var init$b = function init(overrides, includeComponentTypes, excludeComponentTyp
15478
15478
  var temporaryExcludedComponentTypes = [];
15479
15479
  // TODO: Remove this once RichText is supported in the UI
15480
15480
  temporaryExcludedComponentTypes.push('richText');
15481
- // TODO: Remove this once representation charts (aka v2 charts) are finished and working as expected
15482
- temporaryExcludedComponentTypes.push('areaChartV2', 'barChartV2', 'bubbleChartV2', 'comboChartV2', 'lineChartV2', 'radarChart', 'waterfallChart');
15483
15481
  var allowedView = filterIncludedAndExcludedViews(ALL_VIZZLY_COMPONENT_TYPES, includeComponentTypes, excludeComponentTypes ? [].concat(excludeComponentTypes, temporaryExcludedComponentTypes) : [].concat(temporaryExcludedComponentTypes));
15484
15482
  return allowedView.filter(function (view) {
15485
15483
  var hasSupportForPreAggregatedDataSets = !!getComponentInterface(view).setDataAttributesFromPreAggregatedDataSet;
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-55c3769ab940ad57ce4822832be2246df1edb9e3",
4
+ "version": "0.15.0-dev-df6a888afc7272341aed2da83a5290bca83e406b",
5
5
  "source": "src/index.tsx",
6
6
  "types": "./dist/dashboard/src/index.d.ts",
7
7
  "module": "./dist/dashboard.esm.js",