feat: upgrade to Storybook version 10 (#17110)

Upgraded to Storybook 10. We still use `@storybook/test-runner` for
testing since it appears it'd require more work to move from Jest to
Vitest than I initially anticipated, but I completed this PR to fix
`storybook:serve:dev` - it takes time to load, but it works the way it
used to with Storybook 8.


https://github.com/user-attachments/assets/7afc32c6-4bcf-4b37-b83b-8d00d28dda15
This commit is contained in:
Abdullah.
2026-01-13 13:18:07 +05:00
committed by GitHub
parent 88d613d445
commit 2c8d3f02e1
139 changed files with 1404 additions and 647 deletions
@@ -1,5 +1,4 @@
import { getManualSortOrderFromConfig } from '@/command-menu/pages/page-layout/utils/getManualSortOrderFromConfig';
import { expect } from 'storybook/test';
import {
WidgetConfigurationType,
type BarChartConfiguration,