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 4ec7f44ea56 feat: add script to check Storybook coverage for
components/plugins
add 51cccace93a feat: add stories for CachedLabel, SafeMarkdown,
TableCollection, and Cartodiagram
No new revisions were added by this update.
Summary of changes:
.../components/CachedLabel/CachedLabel.stories.tsx | 98 ++++
.../SafeMarkdown/SafeMarkdown.stories.tsx | 253 ++++++++++
.../TableCollection/TableCollection.stories.tsx | 514 +++++++++++++++++++++
.../src/stories/Cartodiagram.stories.tsx | 152 ++++++
.../plugin-chart-cartodiagram/src/stories/data.ts | 206 +++++++++
.../scripts/check-storybook-coverage.js | 4 +-
6 files changed, 1226 insertions(+), 1 deletion(-)
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/CachedLabel/CachedLabel.stories.tsx
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/SafeMarkdown/SafeMarkdown.stories.tsx
create mode 100644
superset-frontend/packages/superset-ui-core/src/components/TableCollection/TableCollection.stories.tsx
create mode 100644
superset-frontend/plugins/plugin-chart-cartodiagram/src/stories/Cartodiagram.stories.tsx
create mode 100644
superset-frontend/plugins/plugin-chart-cartodiagram/src/stories/data.ts