From f063b6ddf63718ea9299adc882fcdf926fa5dc6a Mon Sep 17 00:00:00 2001 From: Einar Date: Sat, 28 Feb 2026 09:09:33 +0100 Subject: [PATCH 1/3] Removing unused and unsupported .Fields on CommandDialog --- Source/CommandDialog/CommandDialog.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Source/CommandDialog/CommandDialog.tsx b/Source/CommandDialog/CommandDialog.tsx index 0458247..ba44836 100644 --- a/Source/CommandDialog/CommandDialog.tsx +++ b/Source/CommandDialog/CommandDialog.tsx @@ -159,14 +159,6 @@ const CommandDialogWrapper = ({ ); }; -const CommandDialogFieldsWrapper = (props: { children: React.ReactNode }) => { - return ( - - {props.children} - - ); -}; - const CommandDialogComponent = (props: CommandDialogProps) => { const { command, @@ -256,7 +248,6 @@ const CommandDialogColumnWrapper = ({ children }: { children: React.ReactNode }) ); CommandDialogColumnWrapper.displayName = 'CommandFormColumn'; -CommandDialogComponent.Fields = CommandDialogFieldsWrapper; CommandDialogComponent.Column = CommandDialogColumnWrapper; export const CommandDialog = CommandDialogComponent; From 57b809cfe92e9f0eabaa2abac4c4e4cbaa938db2 Mon Sep 17 00:00:00 2001 From: Einar Date: Sat, 28 Feb 2026 09:09:48 +0100 Subject: [PATCH 2/3] Adding story source so that we see the source of Stories --- Source/.storybook/main.ts | 4 +++- package.json | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/.storybook/main.ts b/Source/.storybook/main.ts index 5ec4cfa..6048360 100644 --- a/Source/.storybook/main.ts +++ b/Source/.storybook/main.ts @@ -11,7 +11,9 @@ const config: StorybookConfig = { '!../dist/**', '!../storybook-static/**' ], - addons: [], + addons: [ + '@storybook/addon-storysource' + ], framework: { name: '@storybook/react-vite', options: {} diff --git a/package.json b/package.json index d20e0eb..7bb59b5 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "devDependencies": { "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^10.0.1", + "@storybook/addon-storysource": "8.6.14", "@storybook/react": "^10.2.8", "@storybook/react-vite": "^10.2.8", "@tailwindcss/postcss": "^4.1.18", From 6558b9a3b3c1df5302853ac52372adccb873f328 Mon Sep 17 00:00:00 2001 From: Einar Date: Sat, 28 Feb 2026 09:11:29 +0100 Subject: [PATCH 3/3] Upgrading Cratis Arc --- Source/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/package.json b/Source/package.json index 6d098df..9243b59 100644 --- a/Source/package.json +++ b/Source/package.json @@ -101,9 +101,9 @@ "build-storybook": "storybook build" }, "dependencies": { - "@cratis/arc": "^19.6.5", - "@cratis/arc.react": "^19.6.5", - "@cratis/arc.vite": "^19.6.5", + "@cratis/arc": "^19.6.8", + "@cratis/arc.react": "^19.6.8", + "@cratis/arc.vite": "^19.6.8", "allotment": "1.20.5", "framer-motion": "12.34.3", "pixi.js": "^8.16.0",