Migrate Files surfaces to interface patterns

This commit is contained in:
2026-08-03 09:35:52 +02:00
parent 6baf2a421b
commit d8ae506ff8
9 changed files with 229 additions and 54 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
},
"scripts": {
"test:file-drop-target": "node scripts/test-file-drop-target-structure.mjs",
"test:file-property-filters": "node scripts/test-file-property-filters-structure.mjs"
"test:file-property-filters": "node scripts/test-file-property-filters-structure.mjs",
"test:interface-pattern-language": "node scripts/test-interface-pattern-language.mjs"
},
"peerDependencies": {
"@vitejs/plugin-react": "^5.2.0",