This is an automated email from the ASF dual-hosted git repository. enzomartellucci pushed a change to branch enxdev/refactor/replace-old-tokens in repository https://gitbox.apache.org/repos/asf/superset.git
from 5cc9c7f660 replace colorTextBase token with colorText token for the text add 9c6271136d fix(theming): Visual regressions p2 (#34279) add 11324607d0 fix: Bulk select is not respecting the TAGGING_SYSTEM feature flag (#34282) add 710c277681 style(Button): Vertically align icons across all buttons (#34067) add 32f8f33a4f fix(deckgl): fix deck.gl color breakpoints Control (#34244) add 77ffe65773 chore(deps): bump axios from 1.10.0 to 1.11.0 in /docs (#34285) add 9099b0f00d fix: fix the pre-commit hook for tsc (#34275) add 43775e9373 fix(sqllab_export): manually encode CSV output to support utf-8-sig (#34235) add 800c1639ec chore(deps-dev): bump prettier from 3.5.3 to 3.6.2 in /superset-frontend (#33997) add 4503d169db Merge branch 'master' into enxdev/refactor/replace-old-tokens add 3f77e215f1 style(Button): change 'secondary' variant to 'outlined' and add 'ghost' to 'tertiary' variant No new revisions were added by this update. Summary of changes: .pre-commit-config.yaml | 10 +- UPDATING.md | 1 + docs/yarn.lock | 10 +- scripts/check-type.js | 101 ++++++++++++++++++--- .../e2e/dashboard/horizontalFilterBar.test.ts | 1 + superset-frontend/package-lock.json | 8 +- superset-frontend/package.json | 2 +- .../src/components/Select.tsx | 4 +- .../src/components/Button/index.tsx | 9 +- .../src/components/EmptyState/index.tsx | 2 + .../src/components/EmptyState/types.ts | 2 + .../src/components/LastUpdated/index.tsx | 19 +--- .../src/layers/Hex/controlPanel.ts | 6 +- .../src/utilities/utils.ts | 2 +- .../src/SqlLab/components/TableElement/index.tsx | 4 +- .../assets/images/icons/big_number_chart_tile.svg | Bin 1321 -> 1380 bytes .../src/components/MessageToasts/Toast.tsx | 1 - superset-frontend/src/dashboard/styles.ts | 14 +-- .../src/explore/components/ControlHeader.tsx | 1 + .../src/explore/components/EmbedCodeContent.jsx | 2 +- .../explore/components/RunQueryButton/index.tsx | 13 ++- .../ColorBreakpointPopoverControl.tsx | 2 +- .../controls/VizTypeControl/constants.tsx | 2 +- .../src/pages/AlertReportList/index.tsx | 19 ++-- .../src/pages/AnnotationLayerList/index.tsx | 16 +--- superset-frontend/src/pages/ChartList/index.tsx | 11 +-- .../src/pages/DashboardList/index.tsx | 11 +-- superset-frontend/src/pages/DatabaseList/index.tsx | 8 +- superset-frontend/src/pages/DatasetList/index.tsx | 8 +- superset-frontend/src/pages/GroupsList/index.tsx | 33 +------ superset-frontend/src/pages/Home/index.tsx | 1 + superset-frontend/src/pages/RolesList/index.tsx | 8 +- .../src/pages/RowLevelSecurityList/index.tsx | 18 ++-- .../src/pages/SavedQueryList/index.tsx | 3 +- superset-frontend/src/pages/Tags/index.tsx | 15 +-- superset-frontend/src/pages/UsersList/index.tsx | 8 +- superset/commands/sql_lab/export.py | 4 +- superset/config.py | 2 +- tests/integration_tests/sql_lab/api_tests.py | 31 ++++++- tests/integration_tests/sql_lab/commands_tests.py | 8 +- .../common/test_query_context_processor.py | 8 +- 41 files changed, 232 insertions(+), 196 deletions(-)