From b310586dfbabf32a271b80a19d1d8fb50211ff43 Mon Sep 17 00:00:00 2001 From: Abbey Yacoe Date: Thu, 22 May 2025 16:31:50 +0200 Subject: [PATCH] fix: revert addition of `as` prop --- examples/react/src/examples/A11y/index.tsx | 6 ++-- .../src/routes/examples/a11y/+page.svelte | 6 ++-- .../src/components/NodeWrapper/index.tsx | 34 ++++++------------- .../components/NodeWrapper/NodeWrapper.svelte | 27 ++++++--------- packages/system/src/types/nodes.ts | 4 --- 5 files changed, 29 insertions(+), 48 deletions(-) diff --git a/examples/react/src/examples/A11y/index.tsx b/examples/react/src/examples/A11y/index.tsx index 85d959ff..0c921798 100644 --- a/examples/react/src/examples/A11y/index.tsx +++ b/examples/react/src/examples/A11y/index.tsx @@ -22,17 +22,19 @@ const initialNodes: Node[] = [ type: 'input', data: { label: 'A11y Node 1' }, position: { x: 250, y: 5 }, + className: 'light', }, { id: '2', - data: { label: '