Absorb element-modules/packages/element-web-module-api into monorepo

This commit is contained in:
Michael Telatynski
2026-04-13 11:10:11 +01:00
49 changed files with 3472 additions and 56 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
"lint:types": "tsc --noEmit && tsc --noEmit -p tsconfig.node.json"
},
"dependencies": {
"@element-hq/element-web-module-api": "catalog:",
"@element-hq/element-web-module-api": "workspace:*",
"@matrix-org/spec": "^1.7.0",
"@vector-im/compound-design-tokens": "catalog:",
"classnames": "^2.5.1",
+4 -2
View File
@@ -7,7 +7,8 @@
"command": "vite build",
"inputs": ["src"],
"outputs": ["{projectRoot}/dist"],
"options": { "cwd": "packages/shared-components" }
"options": { "cwd": "packages/shared-components" },
"dependsOn": ["^build"]
},
"start": {
"command": "vite build --watch",
@@ -19,7 +20,8 @@
"command": "typedoc",
"inputs": ["src"],
"outputs": ["{projectRoot}/typedoc"],
"options": { "cwd": "packages/shared-components" }
"options": { "cwd": "packages/shared-components" },
"dependsOn": ["^build"]
},
"storybook": {
"cache": "true",