This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch
chore/consolidate-storybook-remove-demo-package
in repository https://gitbox.apache.org/repos/asf/superset.git
from e810c72e2e1 chore: restrict storybook to TypeScript-only stories
add 4d7f371abd3 refactor: inline nested story components and remove
stories/** exclusions
No new revisions were added by this update.
Summary of changes:
.../legacy-plugin-chart-calendar/tsconfig.json | 3 +-
.../legacy-plugin-chart-chord/tsconfig.json | 3 +-
.../legacy-plugin-chart-country-map/tsconfig.json | 3 +-
.../legacy-plugin-chart-horizon/tsconfig.json | 3 +-
.../legacy-plugin-chart-map-box/tsconfig.json | 3 +-
.../tsconfig.json | 3 +-
.../tsconfig.json | 3 +-
.../legacy-plugin-chart-partition/tsconfig.json | 3 +-
.../plugins/legacy-plugin-chart-rose/tsconfig.json | 3 +-
.../legacy-plugin-chart-world-map/tsconfig.json | 3 +-
.../{Stories.tsx => Screengrid.stories.tsx} | 0
.../legacy-preset-chart-deckgl/tsconfig.json | 2 +-
.../src/BoxPlot/stories/NVD3BoxPlot.stories.tsx | 18 +-
.../src/BoxPlot/stories/stories/basic.tsx | 37 ---
.../src/Bubble/stories/NVD3Bubble.stories.tsx | 37 ++-
.../src/Bubble/stories/stories/basic.tsx | 55 -----
.../src/Bullet/stories/NVD3Bullet.stories.tsx | 23 +-
.../src/Bullet/stories/stories/basic.tsx | 41 ----
.../src/Compare/stories/NVD3Compare.stories.tsx | 150 ++++++++++++-
.../src/Compare/stories/stories/basic.tsx | 48 ----
.../src/Compare/stories/stories/timeFormat.tsx | 249 ---------------------
.../plugins/legacy-preset-chart-nvd3/tsconfig.json | 2 +-
.../plugin-chart-ag-grid-table/tsconfig.json | 3 +-
.../plugin-chart-cartodiagram/tsconfig.json | 3 +-
.../plugins/plugin-chart-echarts/tsconfig.json | 3 +-
.../plugins/plugin-chart-handlebars/tsconfig.json | 3 +-
.../plugins/plugin-chart-pivot-table/tsconfig.json | 2 +-
.../plugins/plugin-chart-table/tsconfig.json | 3 +-
.../plugins/plugin-chart-word-cloud/tsconfig.json | 3 +-
29 files changed, 239 insertions(+), 473 deletions(-)
rename
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/stories/{Stories.tsx
=> Screengrid.stories.tsx} (100%)
delete mode 100644
superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/stories/stories/basic.tsx
delete mode 100644
superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/stories/stories/basic.tsx
delete mode 100644
superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/stories/stories/basic.tsx
delete mode 100644
superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/stories/stories/basic.tsx
delete mode 100644
superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/stories/stories/timeFormat.tsx