This is an automated email from the ASF dual-hosted git repository.
kgabryje pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 35b8a72 Update ToastPresenter.tsx (#19296)
add a8a48af chore: Make font-weights themable, fix font faces (#19236)
No new revisions were added by this update.
Summary of changes:
superset-frontend/package-lock.json | 28 +--
superset-frontend/package.json | 4 +-
.../src/chart/components/NoResultsComponent.tsx | 65 +++---
.../packages/superset-ui-core/src/style/index.tsx | 3 +-
.../test/chart/components/SuperChart.test.tsx | 19 +-
.../legacy-plugin-chart-sankey/src/ReactSankey.jsx | 1 -
.../src/BigNumber/BigNumberViz.tsx | 3 -
.../src/react-pivottable/Styles.js | 235 +++++++++++----------
.../plugins/plugin-chart-table/src/Styles.tsx | 140 ++++++------
.../TabStatusIcon/index.tsx => GlobalStyles.tsx} | 26 ++-
superset-frontend/src/SqlLab/App.jsx | 2 +
superset-frontend/src/addSlice/App.tsx | 2 +
.../assets/stylesheets/less/cosmo/variables.less | 6 +-
.../src/assets/stylesheets/less/fonts.less | 9 +-
.../src/assets/stylesheets/less/variables.less | 2 +-
.../src/components/ReportModal/styles.tsx | 5 -
superset-frontend/src/components/Select/styles.tsx | 4 +-
.../src/dashboard/components/AddSliceCard.jsx | 1 -
.../dashboard/components/FiltersBadge/Styles.tsx | 100 ++++-----
.../dashboard/stylesheets/components/header.less | 2 +-
.../dashboard/stylesheets/components/markdown.less | 6 +-
superset-frontend/src/explore/App.jsx | 2 +
.../explore/components/DatasourcePanel/index.tsx | 1 -
.../controls/DateFilterControl/DateFilterLabel.tsx | 90 ++++----
superset-frontend/src/profile/App.tsx | 2 +
superset-frontend/src/views/App.tsx | 2 +
.../src/views/CRUD/alert/ExecutionLog.tsx | 22 +-
.../src/views/CRUD/annotation/AnnotationList.tsx | 30 +--
.../CRUD/data/database/DatabaseModal/styles.ts | 161 +++++++-------
29 files changed, 508 insertions(+), 465 deletions(-)
copy superset-frontend/src/{SqlLab/components/TabStatusIcon/index.tsx =>
GlobalStyles.tsx} (72%)