You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/01 19:37:42 UTC

(superset) branch dependabot/npm_and_yarn/superset-frontend/eslint-config-airbnb-19.0.4 updated (27b41a0064 -> 2a1506fc04)

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

rusackas pushed a change to branch dependabot/npm_and_yarn/superset-frontend/eslint-config-airbnb-19.0.4
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 27b41a0064 build(deps-dev): bump eslint-config-airbnb in /superset-frontend
     add 2a1506fc04 fixing what can be auto-fixed

No new revisions were added by this update.

Summary of changes:
 .../src/components/SQLPopover.tsx                  |   4 +-
 .../src/components/Tooltip.tsx                     |   4 +-
 .../src/components/labelUtils.tsx                  |  16 +-
 .../src/chart/components/NoResultsComponent.tsx    |   4 +-
 .../src/chart/components/SuperChartCore.tsx        |   4 +-
 .../test/chart/components/MockChartPlugins.tsx     |   6 +-
 .../test/chart/components/SuperChartCore.test.tsx  |   6 +-
 .../test/chart/models/ChartPlugin.test.tsx         |   4 +-
 .../legacy-plugin-chart-map-box/Stories.tsx        |   4 +-
 .../legacy-preset-chart-deckgl/Arc/Stories.tsx     | 138 ++++++-------
 .../legacy-preset-chart-deckgl/Grid/Stories.tsx    |  80 ++++----
 .../legacy-preset-chart-deckgl/Hex/Stories.tsx     |  82 ++++----
 .../legacy-preset-chart-deckgl/Path/Stories.tsx    |   4 +-
 .../legacy-preset-chart-deckgl/Polygon/Stories.tsx | 216 +++++++++++----------
 .../legacy-preset-chart-deckgl/Scatter/Stories.tsx |  96 ++++-----
 .../Screengrid/Stories.tsx                         |  78 ++++----
 .../AreaTimeseries/Stories.tsx                     |   4 +-
 .../plugin-chart-echarts/BoxPlot/Stories.tsx       |  42 ++--
 .../plugin-chart-echarts/Bubble/Stories.tsx        | 162 ++++++++--------
 .../plugin-chart-echarts/Funnel/Stories.tsx        |  64 +++---
 .../plugins/plugin-chart-echarts/Gauge/Stories.tsx |  28 +--
 .../plugins/plugin-chart-echarts/Graph/Stories.tsx |  32 +--
 .../MixedTimeseries/Stories.tsx                    | 102 +++++-----
 .../plugins/plugin-chart-echarts/Pie/Stories.tsx   | 132 +++++++------
 .../plugins/plugin-chart-echarts/Radar/Stories.tsx |  58 +++---
 .../plugin-chart-echarts/Sunburst/Stories.tsx      |  30 +--
 .../plugin-chart-echarts/Timeseries/Stories.tsx    | 160 +++++++--------
 .../plugins/plugin-chart-echarts/Tree/Stories.tsx  |  92 ++++-----
 .../plugin-chart-echarts/Treemap/Stories.tsx       |  42 ++--
 .../plugin-chart-echarts/Waterfall/Stories.tsx     |  56 +++---
 .../plugin-chart-pivot-table/PivotTableStories.tsx |  26 +--
 .../plugins/plugin-chart-table/TableStories.tsx    |   4 +-
 .../superset-ui-chart/ChartDataProviderStories.tsx |   2 +-
 .../superset-ui-chart/SuperChartStories.tsx        |  28 +--
 .../superset-ui-connection/ConnectionStories.tsx   |   2 +-
 .../src/ReactCalendar.jsx                          |   4 +-
 .../legacy-plugin-chart-chord/src/ReactChord.jsx   |  12 +-
 .../src/ReactCountryMap.jsx                        |  12 +-
 .../src/ReactHeatmap.jsx                           | 132 ++++++-------
 .../src/ReactParallelCoordinates.jsx               |  12 +-
 .../src/ReactPartition.jsx                         |  12 +-
 .../legacy-plugin-chart-rose/src/ReactRose.jsx     |  40 ++--
 .../src/ReactSankeyLoop.jsx                        |  12 +-
 .../legacy-plugin-chart-sankey/src/ReactSankey.jsx |  12 +-
 .../src/ReactWorldMap.jsx                          |   4 +-
 .../src/CategoricalDeckGLContainer.tsx             |   4 +-
 .../legacy-preset-chart-deckgl/src/Multi/Multi.tsx |   4 +-
 .../legacy-preset-chart-deckgl/src/TooltipRow.tsx  |  14 +-
 .../src/components/Legend.tsx                      |   6 +-
 .../src/layers/Arc/Arc.tsx                         |  34 ++--
 .../src/layers/Geojson/Geojson.tsx                 |   4 +-
 .../src/layers/Polygon/Polygon.tsx                 |   6 +-
 .../src/layers/Scatter/Scatter.tsx                 |   2 +-
 .../src/layers/Screengrid/Screengrid.tsx           |   4 +-
 .../legacy-preset-chart-nvd3/src/ReactNVD3.jsx     |  12 +-
 .../plugin-chart-echarts/src/utils/series.ts       |   2 +-
 .../src/components/ControlHeader/controlHeader.tsx |  14 +-
 .../src/components/Handlebars/HandlebarsViewer.tsx |   6 +-
 .../src/plugin/controls/handlebarTemplate.tsx      |   6 +-
 .../src/plugin/controls/style.tsx                  |   4 +-
 .../spec/helpers/setupSupersetClient.js            |   2 +-
 superset-frontend/spec/helpers/shim.tsx            |  10 +-
 superset-frontend/spec/helpers/testing-library.tsx |   2 +-
 superset-frontend/src/GlobalStyles.tsx             | 138 ++++++-------
 .../src/SqlLab/SqlLabGlobalStyles.tsx              |  28 +--
 .../AceEditorWrapper/AceEditorWrapper.test.tsx     |  20 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   |   6 +-
 .../src/SqlLab/components/App/App.test.jsx         |  20 +-
 .../src/SqlLab/components/ColumnElement/index.tsx  |   8 +-
 .../EstimateQueryCostButton.test.tsx               |  20 +-
 .../components/EstimateQueryCostButton/index.tsx   |   6 +-
 .../components/ExploreCtasResultsButton/index.tsx  |   6 +-
 .../components/ExploreResultsButton/index.tsx      |   6 +-
 .../src/SqlLab/components/QueryHistory/index.tsx   |   7 +-
 .../QueryLimitSelect/QueryLimitSelect.test.tsx     |  20 +-
 .../SqlLab/components/QueryLimitSelect/index.tsx   |   6 +-
 .../QueryStateLabel/QueryStateLabel.test.tsx       |   8 +-
 .../src/SqlLab/components/QueryTable/index.tsx     |   6 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |   6 +-
 .../RunQueryActionButton.test.tsx                  |  20 +-
 .../components/RunQueryActionButton/index.tsx      |   6 +-
 .../components/SaveDatasetActionButton/index.tsx   |   6 +-
 .../SqlLab/components/SaveDatasetModal/index.tsx   |   6 +-
 .../src/SqlLab/components/SaveQuery/index.tsx      |   6 +-
 .../SqlLab/components/ShareSqlLabQuery/index.tsx   |   6 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |   6 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |   6 +-
 .../SqlEditorTabHeader/SqlEditorTabHeader.test.tsx |  20 +-
 .../components/TableElement/TableElement.test.tsx  |  15 +-
 .../src/SqlLab/components/TableElement/index.tsx   |   4 +-
 .../TemplateParamsEditor.test.tsx                  |  20 +-
 .../components/TemplateParamsEditor/index.tsx      |   6 +-
 .../src/components/Alert/Alert.stories.tsx         |  62 +++---
 .../AlteredSliceTag/AlteredSliceTag.stories.tsx    |   4 +-
 .../AsyncAceEditor/AsyncAceEditor.stories.tsx      |   6 +-
 .../AsyncEsmComponent.stories.tsx                  |  16 +-
 .../AsyncEsmComponent/AsyncEsmComponent.test.tsx   |  10 +-
 .../src/components/AuditInfo/index.tsx             |   4 +-
 .../src/components/Badge/Badge.stories.tsx         |  68 ++++---
 .../src/components/Button/Button.stories.tsx       |  46 ++---
 .../components/ButtonGroup/ButtonGroup.stories.tsx |  34 ++--
 .../src/components/Card/Card.stories.tsx           |   4 +-
 superset-frontend/src/components/Card/index.tsx    |  26 +--
 .../CertifiedBadge/CertifiedBadge.stories.tsx      |   6 +-
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |  16 +-
 .../components/Chart/DisabledMenuItemTooltip.tsx   |  38 ++--
 .../components/Chart/DrillBy/DrillByMenuItems.tsx  |   6 +-
 .../components/Chart/DrillBy/DrillByModal.test.tsx |   4 +-
 .../src/components/Chart/DrillBy/DrillByModal.tsx  |   4 +-
 .../DrillDetail/DrillDetailMenuItems.test.tsx      |  11 +-
 .../Chart/DrillDetail/DrillDetailMenuItems.tsx     |  38 ++--
 .../Chart/DrillDetail/DrillDetailModal.test.tsx    |   4 +-
 .../Chart/DrillDetail/DrillDetailModal.tsx         |   6 +-
 .../components/Chart/MenuItemWithTruncation.tsx    |   6 +-
 .../src/components/Checkbox/Checkbox.stories.tsx   |   4 +-
 .../src/components/Checkbox/CheckboxIcons.tsx      |  12 +-
 .../src/components/Collapse/Collapse.stories.tsx   |   4 +-
 .../ConfirmStatusChange.stories.tsx                |   6 +-
 .../ConfirmStatusChange.test.jsx                   |   6 +-
 .../CopyToClipboard/CopyToClipboard.stories.tsx    |   4 +-
 .../components/CronPicker/CronPicker.stories.tsx   |   4 +-
 .../src/components/DatabaseSelector/index.tsx      |  20 +-
 .../components/DatePicker/DatePicker.stories.tsx   |  12 +-
 .../src/components/Dropdown/Dropdown.stories.tsx   |  16 +-
 .../src/components/Dropdown/index.tsx              |  24 ++-
 .../DropdownButton/DropdownButton.stories.tsx      |  12 +-
 .../DropdownContainer.stories.tsx                  |   4 +-
 .../DropdownSelectableIcon.stories.tsx             |  14 +-
 .../components/DropdownSelectableIcon/index.tsx    |  40 ++--
 .../src/components/DynamicEditableTitle/index.tsx  |   6 +-
 .../EditableTitle/EditableTitle.stories.tsx        |   6 +-
 .../components/EmptyState/EmptyState.stories.tsx   |  88 +++++----
 .../src/components/EmptyState/index.tsx            | 142 +++++++-------
 .../ErrorMessage/BasicErrorAlert.test.tsx          |   5 +-
 .../ErrorMessage/DatabaseErrorMessage.test.tsx     |   5 +-
 .../DatasetNotFoundErrorMessage.test.tsx           |   5 +-
 .../components/ErrorMessage/ErrorAlert.test.tsx    |   5 +-
 .../ErrorMessageWithStackTrace.test.tsx            |   5 +-
 .../ErrorMessage/ParameterErrorMessage.test.tsx    |   5 +-
 .../ErrorMessage/ParameterErrorMessage.tsx         |  68 ++++---
 .../ErrorMessage/TimeoutErrorMessage.test.tsx      |   5 +-
 .../getErrorMessageComponentRegistry.test.tsx      |  12 +-
 .../src/components/FacePile/FacePile.stories.tsx   |   6 +-
 .../src/components/FaveStar/index.tsx              |   6 +-
 .../FilterableTable/FilterableTable.stories.tsx    |  12 +-
 .../src/components/FilterableTable/index.tsx       |   6 +-
 .../Form/LabeledErrorBoundInput.stories.tsx        |   6 +-
 .../src/components/Form/LabeledErrorBoundInput.tsx |  88 +++++----
 .../src/components/FormRow/FormRow.stories.tsx     |   4 +-
 .../src/components/GenericLink/GenericLink.tsx     |   6 +-
 .../components/IconButton/IconButton.stories.tsx   |  22 ++-
 .../components/IconTooltip/IconTooltip.stories.tsx |  16 +-
 .../src/components/IconTooltip/index.tsx           |   6 +-
 superset-frontend/src/components/Icons/Icon.tsx    |  12 +-
 .../src/components/Icons/Icons.stories.tsx         |  30 +--
 .../src/components/ImportModal/index.tsx           |  26 ++-
 .../IndeterminateCheckbox.stories.tsx              |   6 +-
 .../components/InfoTooltip/InfoTooltip.stories.tsx |   4 +-
 .../src/components/Label/Label.stories.tsx         |  40 ++--
 .../src/components/ListView/CardSortSelect.tsx     |   6 +-
 .../src/components/ListView/ListView.tsx           |  56 +++---
 .../ListViewCard/ListViewCard.stories.tsx          |  90 +++++----
 .../src/components/ListViewCard/index.tsx          |  30 ++-
 .../src/components/Loading/Loading.stories.tsx     |  42 ++--
 .../src/components/MetadataBar/ContentConfig.tsx   |  10 +-
 .../components/MetadataBar/MetadataBar.stories.tsx |   6 +-
 .../src/components/MetadataBar/MetadataBar.tsx     |  10 +-
 .../src/components/Modal/Modal.stories.tsx         |  22 ++-
 superset-frontend/src/components/Modal/Modal.tsx   |  19 +-
 .../ModalTrigger/ModalTrigger.stories.tsx          |   6 +-
 .../src/components/PageHeaderWithActions/index.tsx |   6 +-
 .../src/components/Popover/Popover.stories.tsx     |  26 +--
 .../src/components/Popover/Popover.tsx             |   4 +-
 .../PopoverDropdown/PopoverDropdown.stories.tsx    |   9 +-
 .../src/components/PopoverDropdown/index.tsx       |   4 +-
 .../PopoverSection/PopoverSection.stories.tsx      |  34 ++--
 .../components/ProgressBar/ProgressBar.stories.tsx |   6 +-
 .../src/components/Radio/Radio.stories.tsx         |   4 +-
 .../RefreshLabel/RefreshLabel.stories.tsx          |   6 +-
 .../src/components/RefreshLabel/index.tsx          |   4 +-
 .../src/components/Select/AsyncSelect.stories.tsx  |   6 +-
 .../src/components/Select/AsyncSelect.tsx          |  12 +-
 .../src/components/Select/CustomTag.tsx            |   4 +-
 .../src/components/Select/Select.stories.tsx       | 168 ++++++++--------
 .../src/components/Slider/Slider.stories.tsx       |   6 +-
 .../src/components/Switch/Switch.stories.tsx       |   4 +-
 superset-frontend/src/components/Switch/index.tsx  |   4 +-
 .../src/components/Table/VirtualTable.tsx          |   6 +-
 .../src/components/TableSelector/index.tsx         |   4 +-
 .../src/components/TableView/TableView.stories.tsx |   6 +-
 .../src/components/TableView/TableView.tsx         |  16 +-
 .../src/components/Tabs/Tabs.stories.tsx           |  28 +--
 superset-frontend/src/components/Tabs/Tabs.tsx     | 104 +++++-----
 superset-frontend/src/components/Tags/Tag.tsx      |   6 +-
 .../src/components/Tags/TagsList.stories.tsx       |   6 +-
 superset-frontend/src/components/Tags/TagsList.tsx |   6 +-
 .../src/components/TelemetryPixel/index.tsx        |   6 +-
 .../src/components/Timer/Timer.stories.tsx         |   4 +-
 .../TimezoneSelector/TimezoneSelector.stories.tsx  |   4 +-
 .../src/components/Tooltip/Tooltip.stories.tsx     |  12 +-
 superset-frontend/src/components/Tooltip/index.tsx |   4 +-
 .../TooltipParagraph/TooltipParagraph.stories.tsx  |  12 +-
 .../WarningIconWithTooltip.stories.tsx             |  12 +-
 .../components/AddSliceCard/AddSliceCard.tsx       |   6 +-
 .../components/AnchorLink/AnchorLink.stories.tsx   |   6 +-
 .../components/BuilderComponentPane/index.tsx      | 108 ++++++-----
 .../src/dashboard/components/Dashboard.test.jsx    |   4 +-
 .../DashboardBuilder/DashboardBuilder.test.tsx     |  65 +++++--
 .../DashboardBuilder/DashboardBuilder.tsx          |  72 ++++---
 .../dashboard/components/EmbeddedModal/index.tsx   |   8 +-
 .../components/FiltersBadge/DetailsPanel/index.tsx |   6 +-
 .../dashboard/components/FiltersBadge/index.tsx    |   4 +-
 .../src/dashboard/components/IconButton.tsx        |  28 +--
 .../OverwriteConfirmModal.test.tsx                 |  10 +-
 .../OverwriteConfirm/OverwriteConfirmModal.tsx     |   4 +-
 .../components/OverwriteConfirm/index.tsx          |   4 +-
 .../dashboard/components/PropertiesModal/index.tsx |   6 +-
 .../components/SliceHeaderControls/index.tsx       |  26 +--
 .../components/menu/DownloadMenuItems/index.tsx    |   4 +-
 .../components/menu/ShareMenuItems/index.tsx       |   4 +-
 .../FilterBar/ActionButtons/index.tsx              |   6 +-
 .../FilterBar/CrossFilters/CrossFilter.tsx         |   6 +-
 .../FilterBar/CrossFilters/CrossFilterTag.tsx      |   6 +-
 .../FilterBar/CrossFilters/CrossFilterTitle.tsx    |   6 +-
 .../ScopingModal/ChartsScopingListPanel.tsx        |  12 +-
 .../CrossFilters/ScopingModal/ScopingModal.tsx     |   6 +-
 .../ScopingModal/ScopingModalContent.tsx           |   6 +-
 .../CrossFilters/ScopingModal/ScopingTreePanel.tsx |  12 +-
 .../FilterBar/CrossFilters/Vertical.tsx            |   4 +-
 .../FilterBar/CrossFilters/VerticalCollapse.tsx    |   6 +-
 .../FilterBar/FilterBarSettings/index.tsx          |   4 +-
 .../FilterBar/FilterControls/FilterControl.tsx     |  82 ++++----
 .../FilterControls/FilterDivider.stories.tsx       |  95 +++++----
 .../FilterBar/FilterControls/FilterDivider.tsx     |  33 ++--
 .../FilterBar/FiltersDropdownContent/index.tsx     |  54 +++---
 .../FiltersOutOfScopeCollapsible/index.tsx         | 106 +++++-----
 .../nativeFilters/FilterBar/Vertical.tsx           |   6 +-
 .../nativeFilters/FilterCard/DependenciesRow.tsx   |   7 +-
 .../nativeFilters/FilterCard/FilterCardContent.tsx |  20 +-
 .../nativeFilters/FilterCard/NameRow.tsx           |   6 +-
 .../FilterCard/TooltipWithTruncation.tsx           |  24 +--
 .../nativeFilters/FilterCard/TypeRow.tsx           |   4 +-
 .../components/nativeFilters/FilterCard/index.tsx  |   6 +-
 .../FiltersConfigForm/CollapsibleControl.tsx       |   4 +-
 .../FiltersConfigForm/DatasetSelect.tsx            |   4 +-
 .../FiltersConfigForm/DependencyList.tsx           |  18 +-
 .../FilterScope/FilterScope.test.tsx               |   4 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |   6 +-
 .../util/useFilterFocusHighlightStyles.test.tsx    |   4 +-
 superset-frontend/src/embedded/index.tsx           |  38 ++--
 .../explore/components/ControlHeader.stories.tsx   |  28 +--
 .../explore/components/ControlPanelsContainer.tsx  |  64 +++---
 .../src/explore/components/ControlRow.test.tsx     |   6 +-
 .../explore/components/DataTableControl/index.tsx  |  44 +++--
 .../components/DataTablesPane/DataTablesPane.tsx   |   6 +-
 .../components/DataTableControls.tsx               |   6 +-
 .../components/ResultsPaneOnDashboard.tsx          |   6 +-
 .../DataTablesPane/components/SamplesPane.tsx      |   6 +-
 .../components/SingleQueryResultPane.tsx           |   6 +-
 .../test/ResultsPaneOnDashboard.test.tsx           |   4 +-
 .../explore/components/DatasourcePanel/index.tsx   |   6 +-
 .../src/explore/components/EmbedCodeContent.jsx    |   4 +-
 .../components/ExploreChartHeader/index.jsx        |   6 +-
 .../explore/components/ExploreChartPanel/index.jsx |   6 +-
 .../components/ExportToCSVDropdown/index.tsx       |   6 +-
 .../RowCountLabel/RowCountLabel.stories.tsx        |  30 +--
 .../RunQueryButton/RunQueryButton.stories.tsx      |   6 +-
 .../explore/components/RunQueryButton/index.tsx    |   7 +-
 .../AnnotationLayerControl/AnnotationLayer.jsx     |  44 +++--
 .../components/controls/BoundsControl.stories.tsx  |  12 +-
 .../controls/ColorSchemeControl/index.tsx          |  12 +-
 .../ConditionalFormattingControl.tsx               |   6 +-
 .../FormattingPopover.tsx                          |   6 +-
 .../FormattingPopoverContent.tsx                   |   6 +-
 .../controls/ContourControl/ContourOption.tsx      |   6 +-
 .../ContourControl/ContourPopoverControl.tsx       |   6 +-
 .../ContourControl/ContourPopoverTrigger.tsx       |   6 +-
 .../components/controls/ContourControl/index.tsx   |   4 +-
 .../controls/CurrencyControl/CurrencyControl.tsx   |   6 +-
 .../controls/DatasourceControl/index.jsx           |  12 +-
 .../components/DateFunctionTooltip.tsx             |   4 +-
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |   6 +-
 .../ColumnSelectPopoverTrigger.tsx                 |   6 +-
 .../DndColumnSelectPopoverTitle.jsx                |   6 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |   4 +-
 .../DndColumnSelectControl/DndMetricSelect.tsx     |   4 +-
 .../DndColumnSelectControl/OptionWrapper.tsx       |  12 +-
 .../FixedOrMetricControl.test.tsx                  |   5 +-
 .../controls/MetricControl/MetricsControl.jsx      |   6 +-
 .../components/controls/OptionControls/index.tsx   |   6 +-
 .../controls/SelectAsyncControl/index.tsx          |   6 +-
 .../components/controls/SliderControl.stories.tsx  |  22 ++-
 .../controls/VizTypeControl/FastVizSwitcher.tsx    |   9 +-
 .../controls/VizTypeControl/VizTypeGallery.tsx     | 117 ++++++-----
 .../components/controls/VizTypeControl/index.tsx   |   6 +-
 .../src/explore/components/optionRenderers.tsx     |  24 ++-
 .../DashboardsSubMenu.tsx                          |   6 +-
 .../src/features/alerts/AlertReportModal.tsx       |  36 ++--
 .../alerts/components/AlertReportCronScheduler.tsx |  70 ++++---
 .../DatabaseConnectionForm/CommonParameters.tsx    | 114 ++++++-----
 .../DatabaseConnectionForm/EncryptedField.tsx      |   6 +-
 .../DatabaseConnectionForm/TableCatalog.tsx        |   6 +-
 .../DatabaseModal/DatabaseConnectionForm/index.tsx |  86 ++++----
 .../databases/DatabaseModal/ExtraOptions.tsx       |   6 +-
 .../databases/DatabaseModal/ModalHeader.tsx        |   6 +-
 .../databases/DatabaseModal/SSHTunnelForm.tsx      |   6 +-
 .../databases/DatabaseModal/SSHTunnelSwitch.tsx    |   7 +-
 .../databases/DatabaseModal/SqlAlchemyForm.tsx     |   6 +-
 .../AddDataset/DatasetPanel/DatasetPanel.test.tsx  |   5 +-
 .../AddDataset/DatasetPanel/DatasetPanel.tsx       |   6 +-
 .../AddDataset/DatasetPanel/MessageContent.tsx     |   4 +-
 .../datasets/AddDataset/DatasetPanel/index.tsx     |   6 +-
 .../AddDataset/EditDataset/UsageTab/index.tsx      |   4 +-
 .../datasets/AddDataset/EditDataset/index.tsx      |   4 +-
 .../features/datasets/DatasetSelectLabel/index.tsx |  78 ++++----
 .../DatasetMetadataBar.skipped-stories.tsx         |   4 +-
 .../src/features/home/RightMenu.test.tsx           |   8 +-
 superset-frontend/src/features/home/RightMenu.tsx  |   6 +-
 .../src/features/home/SavedQueries.tsx             |   6 +-
 .../ReportModal/HeaderReportDropdown/index.tsx     |  32 ++-
 .../Select/SelectFilterPlugin.stories.tsx          |  50 +++--
 superset-frontend/src/pages/AllEntities/index.tsx  |  18 +-
 superset-frontend/src/pages/Chart/Chart.test.tsx   |   7 +-
 .../src/pages/DatasetCreation/index.tsx            |  64 +++---
 superset-frontend/src/pages/Home/index.tsx         | 146 +++++++-------
 superset-frontend/src/pages/SqlLab/SqlLab.test.tsx |  10 +-
 superset-frontend/src/pages/Tags/index.tsx         |  60 +++---
 superset-frontend/src/views/App.tsx                |  56 +++---
 superset-frontend/src/views/ScrollToTop.tsx        |   4 +-
 superset-frontend/src/views/routes.test.tsx        |   8 +-
 .../src/visualizations/TimeTable/SparklineCell.tsx |   6 +-
 .../src/visualizations/TimeTable/TimeTable.jsx     |   6 +-
 .../ExampleComponent/ExampleComponent.tsx          |  14 +-
 333 files changed, 3819 insertions(+), 3456 deletions(-)