refactor(editor): Unify Callout components (#3798)

*  Implemented a single Callout component

* ✔️ Updating test snapshots and fixing lint warnings
This commit is contained in:
Milorad FIlipović
2022-08-02 10:36:11 +02:00
committed by GitHub
parent 0ecbb4a19d
commit ad8d662976
13 changed files with 320 additions and 566 deletions

View File

@@ -41,7 +41,6 @@ import N8nBadge from './N8nBadge';
import N8nButton from './N8nButton';
import { N8nElButton } from './N8nButton/overrides';
import N8nCallout from './N8nCallout';
import N8nPanelCallout from './N8nPanelCallout';
import N8nCard from './N8nCard';
import N8nFormBox from './N8nFormBox';
import N8nFormInput from './N8nFormInput';
@@ -86,7 +85,6 @@ export {
N8nButton,
N8nElButton,
N8nCallout,
N8nPanelCallout,
N8nCard,
N8nHeading,
N8nFormBox,