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

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


    from 3384051046d docs: fix Typography rendering and UnsavedChangesModal 
buttons
     add 16d48ae1463 docs(components): add Grid, Layout, Table, MetadataBar, 
DropdownContainer pages

No new revisions were added by this update.

Summary of changes:
 .../components/design-system/dropdowncontainer.mdx | 101 +++++++++
 .../components/design-system/grid.mdx              | 200 ++++++++++++++++++
 .../components/design-system/index.mdx             |   7 +-
 .../components/design-system/layout.mdx            | 178 ++++++++++++++++
 .../components/design-system/metadatabar.mdx       | 141 +++++++++++++
 .../components/design-system/table.mdx             | 229 +++++++++++++++++++++
 docs/developer_portal/components/index.mdx         |   4 +-
 docs/scripts/generate-superset-components.mjs      |   4 +-
 .../DropdownContainer.stories.tsx                  |  86 ++++++++
 .../src/components/Grid/Grid.stories.tsx           |  91 ++++++--
 .../src/components/Layout/Layout.stories.tsx       |  57 ++++-
 .../components/MetadataBar/MetadataBar.stories.tsx |  92 ++++++++-
 .../src/components/Table/Table.stories.tsx         | 128 +++++++++++-
 .../src/components/Table/TableOverview.stories.tsx |   2 +-
 14 files changed, 1289 insertions(+), 31 deletions(-)
 create mode 100644 
docs/developer_portal/components/design-system/dropdowncontainer.mdx
 create mode 100644 docs/developer_portal/components/design-system/grid.mdx
 create mode 100644 docs/developer_portal/components/design-system/layout.mdx
 create mode 100644 
docs/developer_portal/components/design-system/metadatabar.mdx
 create mode 100644 docs/developer_portal/components/design-system/table.mdx

Reply via email to