This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a change to branch enxdev/refactor/antd5/create-wrappers
in repository https://gitbox.apache.org/repos/asf/superset.git
from 383a1dac1d feat(typography): add wrapper with tests and stories -
Create a wrapper for the Typography component - Add unit tests using RTL -
Implement CSF3 stories for Typography
add 55f4b447b0 feat(TreeSelect): add wrapper with tests and stories -
Create a wrapper for the TreeSelect component - Implement CSF3 stories for
TreeSelect - Add unit tests using RTL
add 8a80ebcc33 chore(licences): add missing licences
No new revisions were added by this update.
Summary of changes:
.../src/components/Skeleton/Skeleton.stories.tsx | 18 ++
.../src/components/Skeleton/Skeleton.test.tsx | 18 ++
.../src/components/Skeleton/index.tsx | 18 ++
.../components/TreeSelect/TreeSelect.stories.tsx | 187 +++++++++++++++++++++
.../src/components/TreeSelect/TreeSelect.test.tsx | 64 +++++++
.../{Datasource => TreeSelect}/index.tsx | 7 +-
.../components/Typography/Typography.stories.tsx | 18 ++
.../src/components/Typography/Typography.test.tsx | 18 ++
.../src/components/Typography/index.tsx | 18 ++
superset-frontend/src/components/index.ts | 4 -
.../src/features/alerts/AlertReportModal.tsx | 3 +-
11 files changed, 365 insertions(+), 8 deletions(-)
create mode 100644
superset-frontend/src/components/TreeSelect/TreeSelect.stories.tsx
create mode 100644
superset-frontend/src/components/TreeSelect/TreeSelect.test.tsx
copy superset-frontend/src/components/{Datasource => TreeSelect}/index.tsx
(83%)