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/08 23:45:09 UTC

(superset) branch upgrade-to-storybook-7 updated (b3844c5e13 -> df333b17c8)

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

rusackas pushed a change to branch upgrade-to-storybook-7
in repository https://gitbox.apache.org/repos/asf/superset.git


    from b3844c5e13 7.6.13 bump part 2
     add df333b17c8 fixing all the resizeable width/height bugs

No new revisions were added by this update.

Summary of changes:
 .../src/operators/contributionOperator.ts          |  25 ++--
 .../src/operators/timeCompareOperator.ts           |  41 +++----
 .../src/operators/timeComparePivotOperator.ts      |  51 ++++----
 .../superset-ui-core/src/query/types/Operator.ts   |   6 +-
 .../CountryMap.stories.tsx                         |  21 ++--
 .../AreaSeries/AreaSeries.stories.tsx              |  65 +++++-----
 .../BoxPlot/BoxPolot.stories.tsx                   |  17 ++-
 .../Bubble/BubbleChart.stories.tsx                 |  41 +++----
 .../plugin-chart-echarts/Funnel/Funnel.stories.tsx |  41 +++----
 .../MixedSeries/MixedSeries.stories.tsx            | 118 +++++++++---------
 .../plugin-chart-echarts/Pie/Pie.stories.tsx       |  45 ++++---
 .../Sunburst/Sunburst.stories.tsx                  |  21 ++--
 .../Timeseries/Timeseries.stories.tsx              |  94 +++++++-------
 .../plugin-chart-echarts/Tree/Tree.stories.tsx     |  53 ++++----
 .../Treemap/Treemap.stories.tsx                    |  25 ++--
 .../plugins/plugin-chart-table/Table.stories.tsx   |  41 +++----
 .../plugin-chart-word-cloud/WordCloud.stories.tsx  |  68 +++++------
 .../Chart/DrillBy/useDisplayModeToggle.tsx         |   4 +-
 .../src/components/Select/AsyncSelect.test.tsx     |   4 +-
 .../src/components/TableSelector/index.tsx         |   5 +-
 .../src/components/TimezoneSelector/index.tsx      |   4 +-
 .../src/components/UiConfigContext/index.tsx       |  31 +++--
 .../DashboardBuilder/DashboardBuilder.tsx          |  79 ++++++------
 superset-frontend/src/dashboard/reducers/types.ts  |   2 +-
 superset-frontend/src/dashboard/types.ts           |   2 +-
 .../controls/ColumnConfigControl/types.ts          |   2 +-
 .../MetricControl/AdhocMetricEditPopoverTitle.tsx  | 135 ++++++++++-----------
 .../alerts/components/AlertReportCronScheduler.tsx | 135 ++++++++++-----------
 .../features/queries/SavedQueryPreviewModal.tsx    | 133 ++++++++++----------
 superset-frontend/src/utils/urlUtils.ts            |   2 +-
 30 files changed, 641 insertions(+), 670 deletions(-)