From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../storybook/stories/migration-wizard.stories.mjs | 66 +++++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) (limited to 'browser/components/storybook/stories/migration-wizard.stories.mjs') diff --git a/browser/components/storybook/stories/migration-wizard.stories.mjs b/browser/components/storybook/stories/migration-wizard.stories.mjs index 64ce519a66..53d4698a7a 100644 --- a/browser/components/storybook/stories/migration-wizard.stories.mjs +++ b/browser/components/storybook/stories/migration-wizard.stories.mjs @@ -172,7 +172,27 @@ const FAKE_MIGRATOR_LIST = [ }, ]; -const Template = ({ state, dialogMode }) => html` +const Template = ({ + state, + dialogMode, + forceShowImportAll, + hideOptionExpanderSubtitle, + optionExpanderTitleString, + hideSelectAll, + importButtonString, + checkboxMarginInline, + checkboxMarginBlock, + importButtonClass, + selectionHeaderString, + selectionSubheaderString, + dataImportCompleteSuccessString, + headerFontSize, + headerMarginBlock, + headerFontWeight, + subheaderFontSize, + subheaderMarginBlock, + subheaderFontWeight, +}) => html`