You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Dialog **content width** preset (MUI). This string is **not** the same as layout viewport breakpoints (`theme.breakpoints`). See the **Dialog sizes** story and `docs/new-breakpoints-branch-changes.md`.",
46
+
},
47
+
},
42
48
};
43
49
44
50
exportdefaultmeta;
@@ -97,11 +103,32 @@ export const SimpleModal: Story = {
97
103
};
98
104
99
105
exportconstDialogSizes: Story={
106
+
name: "Dialog sizes (content width)",
107
+
parameters: {
108
+
docs: {
109
+
description: {
110
+
story:
111
+
"Labels use M / L / XL (content) to avoid confusing these with layout breakpoints. Engineers still set MUI maxWidth (md / lg / xl) as shown in each row. Mapping: theme/mui/dialog.tsx docblock and docs/new-breakpoints-branch-changes.md.",
0 commit comments