refactor: rename packages

This commit is contained in:
Krist Wongsuphasawat 2019-09-18 17:18:27 -07:00 committed by Yongjie Zhao
parent 9377688081
commit c2f490ad19
65 changed files with 11 additions and 3 deletions

View File

@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.11.2"
"version": "0.0.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-preset-chart-deckgl",
"version": "0.11.0",
"version": "0.0.0",
"description": "Superset Legacy Chart - deck.gl",
"sideEffects": [
"*.css"

View File

@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('deck.gl Multiple Layers'),
thumbnail,
useLegacyApi: true,
});
export default class MultiChartPlugin extends ChartPlugin {

View File

@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('deck.gl Geojson'),
thumbnail,
useLegacyApi: true,
});
export default class GeojsonChartPlugin extends ChartPlugin {

View File

@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('deck.gl Grid'),
thumbnail,
useLegacyApi: true,
});
export default class GridChartPlugin extends ChartPlugin {

View File

@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('deck.gl 3D Hexagon'),
thumbnail,
useLegacyApi: true,
});
export default class HexChartPlugin extends ChartPlugin {

View File

@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('deck.gl Path'),
thumbnail,
useLegacyApi: true,
});
export default class PathChartPlugin extends ChartPlugin {

View File

@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('deck.gl Polygon'),
thumbnail,
useLegacyApi: true,
});
export default class PolygonChartPlugin extends ChartPlugin {

View File

@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('deck.gl Scatterplot'),
thumbnail,
useLegacyApi: true,
});
export default class ScatterChartPlugin extends ChartPlugin {

View File

@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('deck.gl Screen Grid'),
thumbnail,
useLegacyApi: true,
});
export default class ScreengridChartPlugin extends ChartPlugin {

View File

@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugins-deck-gl-demo",
"version": "0.11.2",
"version": "0.0.0",
"description": "Storybook for Superset UI Plugins 🔌💡",
"private": true,
"main": "index.js",