+ {/* Tabs */}
+
+
+
-
- {colors.map(([label, color]) => (
+
+ {/* Presets Grid */}
+
+ {COLOR_PRESETS[tab].map(({ name, value }) => (
-
- Background color
-
-
- {backgroundColors.map(([label, backgroundColor]) => (
-
diff --git a/web/next-example/package.json b/web/next-example/package.json
index 91bf6cd46..8c828ed67 100644
--- a/web/next-example/package.json
+++ b/web/next-example/package.json
@@ -28,27 +28,27 @@
"@types/js-beautify": "^1.14.3",
"@uiw/codemirror-theme-vscode": "^4.21.24",
"@uiw/react-codemirror": "^4.21.25",
- "@yoopta/accordion": "4.9.3",
- "@yoopta/action-menu-list": "4.9.3",
- "@yoopta/blockquote": "4.9.3",
- "@yoopta/callout": "4.9.3",
- "@yoopta/code": "4.9.3",
- "@yoopta/divider": "4.9.3",
- "@yoopta/editor": "4.9.3",
+ "@yoopta/accordion": "4.9.4",
+ "@yoopta/action-menu-list": "4.9.4",
+ "@yoopta/blockquote": "4.9.4",
+ "@yoopta/callout": "4.9.4",
+ "@yoopta/code": "4.9.4",
+ "@yoopta/divider": "4.9.4",
+ "@yoopta/editor": "4.9.4",
"@yoopta/email-builder": "4.9.2",
- "@yoopta/embed": "4.9.3",
- "@yoopta/exports": "4.9.3",
- "@yoopta/file": "4.9.3",
- "@yoopta/headings": "4.9.3",
- "@yoopta/image": "4.9.3",
- "@yoopta/link": "4.9.3",
- "@yoopta/link-tool": "4.9.3",
- "@yoopta/lists": "4.9.3",
- "@yoopta/marks": "4.9.3",
- "@yoopta/paragraph": "4.9.3",
- "@yoopta/table": "4.9.3",
- "@yoopta/toolbar": "4.9.3",
- "@yoopta/video": "4.9.3",
+ "@yoopta/embed": "4.9.4",
+ "@yoopta/exports": "4.9.4",
+ "@yoopta/file": "4.9.4",
+ "@yoopta/headings": "4.9.4",
+ "@yoopta/image": "4.9.4",
+ "@yoopta/link": "4.9.4",
+ "@yoopta/link-tool": "4.9.4",
+ "@yoopta/lists": "4.9.4",
+ "@yoopta/marks": "4.9.4",
+ "@yoopta/paragraph": "4.9.4",
+ "@yoopta/table": "4.9.4",
+ "@yoopta/toolbar": "4.9.4",
+ "@yoopta/video": "4.9.4",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
diff --git a/web/next-example/src/components/Toolbars/NotionToolbar/NotionToolbar.tsx b/web/next-example/src/components/Toolbars/NotionToolbar/NotionToolbar.tsx
index c94b75bd0..a1e183020 100644
--- a/web/next-example/src/components/Toolbars/NotionToolbar/NotionToolbar.tsx
+++ b/web/next-example/src/components/Toolbars/NotionToolbar/NotionToolbar.tsx
@@ -61,10 +61,7 @@ const NotionToolbar = (props: ToolbarRenderProps) => {
{blockLabel}
{modals.actionMenu && !!ActionMenu && (
-