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

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from dafaaae  chore: Changes the dashboard highlight color when selecting a 
filter (#15192)
     add d578ae9  feat: Select component (Iteration 1) (#15121)

No new revisions were added by this update.

Summary of changes:
 .../src/components/Select/AntdSelect.stories.tsx   | 244 ++++++++++++++
 .../src/components/Select/AntdSelect.tsx           | 355 +++++++++++++++++++++
 ...ct.stories.tsx => DeprecatedSelect.stories.tsx} |   2 +-
 .../Select/{Select.tsx => DeprecatedSelect.tsx}    |   0
 superset-frontend/src/components/Select/index.ts   |   4 +-
 superset-frontend/src/components/Select/styles.tsx |   2 +-
 superset-frontend/src/components/Select/utils.ts   |  12 +
 .../hooks/useChangeEffect => components}/index.ts  |   2 +-
 8 files changed, 616 insertions(+), 5 deletions(-)
 create mode 100644 
superset-frontend/src/components/Select/AntdSelect.stories.tsx
 create mode 100644 superset-frontend/src/components/Select/AntdSelect.tsx
 rename superset-frontend/src/components/Select/{Select.stories.tsx => 
DeprecatedSelect.stories.tsx} (99%)
 rename superset-frontend/src/components/Select/{Select.tsx => 
DeprecatedSelect.tsx} (100%)
 copy superset-frontend/src/{common/hooks/useChangeEffect => 
components}/index.ts (93%)

Reply via email to