You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/10 08:50:01 UTC

(superset) branch upgrade-to-storybook-7 updated (db2b27744d -> e17090bf09)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch upgrade-to-storybook-7
in repository https://gitbox.apache.org/repos/asf/superset.git


    from db2b27744d adding @typescript-eslint/member-delimiter-style, re-linting
     add e17090bf09 getting rid of mdx. This commit is a bit of a hot mess.

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.storybook/main.js               |   1 -
 superset-frontend/package-lock.json                |   2 +-
 superset-frontend/package.json                     |   4 +-
 ...System.stories.mdx => DesignSystem.stories.tsx} |  13 +-
 .../{Overview.stories.mdx => Overview.stories.tsx} |  14 +-
 .../components/MetadataBar/MetadataBar.stories.mdx | 145 -------------------
 .../MetadataBar/MetadataBarOverview.stories.tsx    | 156 +++++++++++++++++++++
 ...Table.stories.mdx => TableOverview.stories.tsx} | 125 ++++++++++-------
 .../ActionCell/ActionCell.overview.mdx             |  69 ---------
 .../ActionCell/ActionCell.overview.tsx             |  23 +++
 superset-frontend/webpack.config.js                |  29 ++--
 11 files changed, 296 insertions(+), 285 deletions(-)
 rename superset-frontend/src/components/{DesignSystem.stories.mdx => DesignSystem.stories.tsx} (84%)
 rename superset-frontend/src/components/DropdownContainer/{Overview.stories.mdx => Overview.stories.tsx} (69%)
 delete mode 100644 superset-frontend/src/components/MetadataBar/MetadataBar.stories.mdx
 create mode 100644 superset-frontend/src/components/MetadataBar/MetadataBarOverview.stories.tsx
 rename superset-frontend/src/components/Table/{Table.stories.mdx => TableOverview.stories.tsx} (75%)
 delete mode 100644 superset-frontend/src/components/Table/cell-renderers/ActionCell/ActionCell.overview.mdx
 create mode 100644 superset-frontend/src/components/Table/cell-renderers/ActionCell/ActionCell.overview.tsx