@@ -36,6 +36,7 @@ A semantic button that provides all the necessary visual variants. It follows th
3636 name = " Main demo"
3737 parameters = { {
3838 docs: { source: { type: ' code' } },
39+ chromatic: { disableSnapshot: false },
3940 }}
4041 >
4142 <Stack space = " xxlarge" >
@@ -153,6 +154,7 @@ this is discouraged, and not guaranteed to be supported in the future.
153154 name = " With label and icon"
154155 parameters = { {
155156 docs: { source: { type: ' code' } },
157+ chromatic: { disableSnapshot: false },
156158 }}
157159 >
158160 <Stack space = " xxlarge" >
@@ -223,6 +225,7 @@ as a tooltip if no tooltip is provided.
223225 name = " Icon-only buttons"
224226 parameters = { {
225227 docs: { source: { type: ' code' } },
228+ chromatic: { disableSnapshot: false },
226229 }}
227230 >
228231 <Stack space = " large" >
@@ -268,6 +271,7 @@ for this purpose.
268271 name = " With different size"
269272 parameters = { {
270273 docs: { source: { type: ' code' } },
274+ chromatic: { disableSnapshot: false },
271275 }}
272276 >
273277 <Stack space = " xxlarge" >
@@ -531,6 +535,7 @@ export function FullWidthTemplate({ label, ...otherProps }) {
531535 name = " Full-width"
532536 parameters = { {
533537 docs: { source: { type: ' code' } },
538+ chromatic: { disableSnapshot: false },
534539 }}
535540 argTypes = { {
536541 label: {
0 commit comments