diff --git a/packages/devui/tests/__snapshots__/Button.test.tsx.snap b/packages/devui/tests/__snapshots__/Button.test.tsx.snap index 8020f6ae..636d2102 100644 --- a/packages/devui/tests/__snapshots__/Button.test.tsx.snap +++ b/packages/devui/tests/__snapshots__/Button.test.tsx.snap @@ -2,10 +2,10 @@ exports[`Button renders correctly 1`] = `
diff --git a/packages/devui/tests/__snapshots__/Container.test.tsx.snap b/packages/devui/tests/__snapshots__/Container.test.tsx.snap index bbfdfa08..c56331d8 100644 --- a/packages/devui/tests/__snapshots__/Container.test.tsx.snap +++ b/packages/devui/tests/__snapshots__/Container.test.tsx.snap @@ -2,7 +2,7 @@ exports[`Container renders correctly 1`] = `
Text
diff --git a/packages/devui/tests/__snapshots__/ContextMenu.test.tsx.snap b/packages/devui/tests/__snapshots__/ContextMenu.test.tsx.snap index 481608ec..5a9be9cc 100644 --- a/packages/devui/tests/__snapshots__/ContextMenu.test.tsx.snap +++ b/packages/devui/tests/__snapshots__/ContextMenu.test.tsx.snap @@ -2,7 +2,7 @@ exports[`ContextMenu renders correctly 1`] = `
@@ -45,7 +45,7 @@ exports[`Dialog renders correctly 1`] = ` exports[`Dialog renders modal 1`] = `
@@ -61,19 +61,19 @@ exports[`Dialog renders modal 1`] = ` class="mc-dialog--footer" >
@@ -85,7 +85,7 @@ exports[`Dialog renders modal 1`] = ` exports[`Dialog renders with props 1`] = `
@@ -109,19 +109,19 @@ exports[`Dialog renders with props 1`] = ` class="mc-dialog--footer" >
diff --git a/packages/devui/tests/__snapshots__/Editor.test.tsx.snap b/packages/devui/tests/__snapshots__/Editor.test.tsx.snap index b143da0e..73dc3ae1 100644 --- a/packages/devui/tests/__snapshots__/Editor.test.tsx.snap +++ b/packages/devui/tests/__snapshots__/Editor.test.tsx.snap @@ -12,7 +12,7 @@ exports[`Editor renders correctly 1`] = ` >
diff --git a/packages/devui/tests/__snapshots__/Notification.test.tsx.snap b/packages/devui/tests/__snapshots__/Notification.test.tsx.snap index 8347e0e4..8af4844e 100644 --- a/packages/devui/tests/__snapshots__/Notification.test.tsx.snap +++ b/packages/devui/tests/__snapshots__/Notification.test.tsx.snap @@ -2,7 +2,7 @@ exports[`Notification renders correctly 1`] = `
@@ -13,7 +13,7 @@ exports[`Notification renders correctly 1`] = ` exports[`Notification renders with props 1`] = `
@@ -33,6 +33,6 @@ exports[`Toolbar renders correctly 1`] = ` exports[`Toolbar renders with props 1`] = `
`;