This is an automated email from the ASF dual-hosted git repository.
stephenlyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 7ec136fec2 fix(superset-embedded-sdk): Buffer is not defined (#21641)
add 7a7181a244 feat(color): color consistency enhancements (#21507)
No new revisions were added by this update.
Summary of changes:
.../src/color/CategoricalColorScale.ts | 24 ++--
.../src/color/SharedLabelColorSingleton.ts | 148 ++++++++-------------
.../packages/superset-ui-core/src/color/index.ts | 1 +
.../test/color/CategoricalColorScale.test.ts | 2 +-
.../test/color/SharedLabelColorSingleton.test.ts | 121 +++++++++++++----
.../src/dashboard/actions/dashboardState.js | 40 ------
.../src/dashboard/actions/dashboardState.test.js | 2 +-
.../dashboard/components/Header/Header.test.tsx | 3 +-
.../src/dashboard/components/Header/index.jsx | 15 ++-
.../src/dashboard/components/Header/types.ts | 3 +-
.../PropertiesModal/PropertiesModal.test.tsx | 2 +-
.../dashboard/components/PropertiesModal/index.tsx | 32 ++---
.../dashboard/components/gridComponents/Chart.jsx | 9 ++
.../components/gridComponents/ChartHolder.tsx | 12 --
.../dashboard/containers/DashboardComponent.jsx | 2 -
.../src/dashboard/containers/DashboardHeader.jsx | 6 +-
.../src/dashboard/containers/DashboardPage.tsx | 14 +-
.../src/dashboard/reducers/dashboardState.js | 9 --
.../src/dashboard/reducers/dashboardState.test.js | 9 +-
superset-frontend/src/explore/ExplorePage.tsx | 10 +-
superset/config.py | 2 +-
21 files changed, 229 insertions(+), 237 deletions(-)