@mdwrk/mdwrkcom-content-pack 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/data/content-sitemap.yaml +4 -0
- package/data/markdown/blog/package-dag-for-mdwrk-and-lander.md +79 -0
- package/data/markdown/blog/structured-data-learning-map.md +56 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/generated/cache-header-manifest.json +2159 -1376
- package/generated/content-index.json +163 -127
- package/generated/content-registry.json +519 -262
- package/generated/jsonld-graph.json +701 -501
- package/generated/llms-full.txt +20 -4
- package/generated/llms.txt +5 -3
- package/generated/semantic-index.json +317 -130
- package/generated/sitemap.xml +31 -1097
- package/generated/sitemap.xsl +27 -0
- package/generated/sitemaps/comparison.xml +53 -0
- package/generated/sitemaps/docs.xml +774 -0
- package/generated/sitemaps/faq.xml +28 -0
- package/generated/sitemaps/feature.xml +118 -0
- package/generated/sitemaps/landing.xml +8 -0
- package/generated/sitemaps/package.xml +28 -0
- package/generated/sitemaps/privacy.xml +23 -0
- package/generated/sitemaps/security.xml +8 -0
- package/generated/sitemaps/update.xml +108 -0
- package/package.json +9 -10
- package/public/blog/media/mdwrk-dag-apps-client.svg +196 -0
- package/public/blog/media/mdwrk-dag-apps-desktop.svg +19 -0
- package/public/blog/media/mdwrk-dag-apps-mdwrkcom.svg +116 -0
- package/public/blog/media/mdwrk-dag-lander-packages.svg +77 -0
- package/public/blog/media/mdwrk-package-dag.png +0 -0
- package/public/blog/media/mdwrk-package-dag.svg +228 -0
- package/public/blog/media/mdwrk-structured-data-learning-map.png +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
|
3
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://mdwrk.com/answers/does-mdwrk-require-a-server/</loc>
|
|
6
|
+
<lastmod>2026-05-05</lastmod>
|
|
7
|
+
</url>
|
|
8
|
+
|
|
9
|
+
<url>
|
|
10
|
+
<loc>https://mdwrk.com/answers/how-do-mdwrk-theme-packs-work/</loc>
|
|
11
|
+
<lastmod>2026-05-05</lastmod>
|
|
12
|
+
</url>
|
|
13
|
+
|
|
14
|
+
<url>
|
|
15
|
+
<loc>https://mdwrk.com/answers/how-does-mdwrk-store-markdown-locally/</loc>
|
|
16
|
+
<lastmod>2026-05-05</lastmod>
|
|
17
|
+
</url>
|
|
18
|
+
|
|
19
|
+
<url>
|
|
20
|
+
<loc>https://mdwrk.com/answers/what-is-a-local-first-markdown-workspace/</loc>
|
|
21
|
+
<lastmod>2026-05-05</lastmod>
|
|
22
|
+
</url>
|
|
23
|
+
|
|
24
|
+
<url>
|
|
25
|
+
<loc>https://mdwrk.com/answers/what-is-an-offline-markdown-editor/</loc>
|
|
26
|
+
<lastmod>2026-05-05</lastmod>
|
|
27
|
+
</url>
|
|
28
|
+
</urlset>
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
|
3
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://mdwrk.com/features/</loc>
|
|
6
|
+
<lastmod>2026-05-05</lastmod>
|
|
7
|
+
</url>
|
|
8
|
+
|
|
9
|
+
<url>
|
|
10
|
+
<loc>https://mdwrk.com/features/advanced-formatting/</loc>
|
|
11
|
+
<lastmod>2026-05-03</lastmod>
|
|
12
|
+
</url>
|
|
13
|
+
|
|
14
|
+
<url>
|
|
15
|
+
<loc>https://mdwrk.com/features/checkbox-autocomplete/</loc>
|
|
16
|
+
<lastmod>2026-05-06</lastmod>
|
|
17
|
+
</url>
|
|
18
|
+
|
|
19
|
+
<url>
|
|
20
|
+
<loc>https://mdwrk.com/features/desktop-app-boundary/</loc>
|
|
21
|
+
<lastmod>2026-05-06</lastmod>
|
|
22
|
+
</url>
|
|
23
|
+
|
|
24
|
+
<url>
|
|
25
|
+
<loc>https://mdwrk.com/features/developer-documentation/</loc>
|
|
26
|
+
<lastmod>2026-05-03</lastmod>
|
|
27
|
+
</url>
|
|
28
|
+
|
|
29
|
+
<url>
|
|
30
|
+
<loc>https://mdwrk.com/features/editor-basics/</loc>
|
|
31
|
+
<lastmod>2026-05-03</lastmod>
|
|
32
|
+
</url>
|
|
33
|
+
|
|
34
|
+
<url>
|
|
35
|
+
<loc>https://mdwrk.com/features/extension-host/</loc>
|
|
36
|
+
<lastmod>2026-05-03</lastmod>
|
|
37
|
+
</url>
|
|
38
|
+
|
|
39
|
+
<url>
|
|
40
|
+
<loc>https://mdwrk.com/features/extension-runtime/</loc>
|
|
41
|
+
<lastmod>2026-05-05</lastmod>
|
|
42
|
+
</url>
|
|
43
|
+
|
|
44
|
+
<url>
|
|
45
|
+
<loc>https://mdwrk.com/features/github-sync/</loc>
|
|
46
|
+
<lastmod>2026-05-05</lastmod>
|
|
47
|
+
</url>
|
|
48
|
+
|
|
49
|
+
<url>
|
|
50
|
+
<loc>https://mdwrk.com/features/indexeddb-markdown-storage/</loc>
|
|
51
|
+
<lastmod>2026-05-05</lastmod>
|
|
52
|
+
</url>
|
|
53
|
+
|
|
54
|
+
<url>
|
|
55
|
+
<loc>https://mdwrk.com/features/live-preview/</loc>
|
|
56
|
+
<lastmod>2026-05-05</lastmod>
|
|
57
|
+
</url>
|
|
58
|
+
|
|
59
|
+
<url>
|
|
60
|
+
<loc>https://mdwrk.com/features/local-first-markdown-workspace/</loc>
|
|
61
|
+
<lastmod>2026-05-03</lastmod>
|
|
62
|
+
</url>
|
|
63
|
+
|
|
64
|
+
<url>
|
|
65
|
+
<loc>https://mdwrk.com/features/markdown-file-manager/</loc>
|
|
66
|
+
<lastmod>2026-05-03</lastmod>
|
|
67
|
+
</url>
|
|
68
|
+
|
|
69
|
+
<url>
|
|
70
|
+
<loc>https://mdwrk.com/features/markdown-preview-editor/</loc>
|
|
71
|
+
<lastmod>2026-05-03</lastmod>
|
|
72
|
+
</url>
|
|
73
|
+
|
|
74
|
+
<url>
|
|
75
|
+
<loc>https://mdwrk.com/features/markdown-profile-architecture/</loc>
|
|
76
|
+
<lastmod>2026-05-06</lastmod>
|
|
77
|
+
</url>
|
|
78
|
+
|
|
79
|
+
<url>
|
|
80
|
+
<loc>https://mdwrk.com/features/offline-markdown-editor/</loc>
|
|
81
|
+
<lastmod>2026-05-03</lastmod>
|
|
82
|
+
</url>
|
|
83
|
+
|
|
84
|
+
<url>
|
|
85
|
+
<loc>https://mdwrk.com/features/privacy-first-markdown-editor/</loc>
|
|
86
|
+
<lastmod>2026-05-03</lastmod>
|
|
87
|
+
</url>
|
|
88
|
+
|
|
89
|
+
<url>
|
|
90
|
+
<loc>https://mdwrk.com/features/pwa-markdown-editor/</loc>
|
|
91
|
+
<lastmod>2026-05-05</lastmod>
|
|
92
|
+
</url>
|
|
93
|
+
|
|
94
|
+
<url>
|
|
95
|
+
<loc>https://mdwrk.com/features/rendering-and-preview/</loc>
|
|
96
|
+
<lastmod>2026-05-03</lastmod>
|
|
97
|
+
</url>
|
|
98
|
+
|
|
99
|
+
<url>
|
|
100
|
+
<loc>https://mdwrk.com/features/text-wrap-previewer/</loc>
|
|
101
|
+
<lastmod>2026-05-06</lastmod>
|
|
102
|
+
</url>
|
|
103
|
+
|
|
104
|
+
<url>
|
|
105
|
+
<loc>https://mdwrk.com/features/theme-packs/</loc>
|
|
106
|
+
<lastmod>2026-05-03</lastmod>
|
|
107
|
+
</url>
|
|
108
|
+
|
|
109
|
+
<url>
|
|
110
|
+
<loc>https://mdwrk.com/features/uix-responsive-contract/</loc>
|
|
111
|
+
<lastmod>2026-05-06</lastmod>
|
|
112
|
+
</url>
|
|
113
|
+
|
|
114
|
+
<url>
|
|
115
|
+
<loc>https://mdwrk.com/features/view-toolbar/</loc>
|
|
116
|
+
<lastmod>2026-05-06</lastmod>
|
|
117
|
+
</url>
|
|
118
|
+
</urlset>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
|
3
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://mdwrk.com/</loc>
|
|
6
|
+
<lastmod>2026-05-04</lastmod>
|
|
7
|
+
</url>
|
|
8
|
+
</urlset>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
|
3
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://mdwrk.com/packages/extension-runtime/</loc>
|
|
6
|
+
<lastmod>2026-05-05</lastmod>
|
|
7
|
+
</url>
|
|
8
|
+
|
|
9
|
+
<url>
|
|
10
|
+
<loc>https://mdwrk.com/packages/markdown-editor-react/</loc>
|
|
11
|
+
<lastmod>2026-05-05</lastmod>
|
|
12
|
+
</url>
|
|
13
|
+
|
|
14
|
+
<url>
|
|
15
|
+
<loc>https://mdwrk.com/packages/markdown-renderer-core/</loc>
|
|
16
|
+
<lastmod>2026-05-05</lastmod>
|
|
17
|
+
</url>
|
|
18
|
+
|
|
19
|
+
<url>
|
|
20
|
+
<loc>https://mdwrk.com/packages/markdown-renderer-react/</loc>
|
|
21
|
+
<lastmod>2026-05-05</lastmod>
|
|
22
|
+
</url>
|
|
23
|
+
|
|
24
|
+
<url>
|
|
25
|
+
<loc>https://mdwrk.com/packages/theme-contract/</loc>
|
|
26
|
+
<lastmod>2026-05-05</lastmod>
|
|
27
|
+
</url>
|
|
28
|
+
</urlset>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
|
3
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://mdwrk.com/legal/privacy/</loc>
|
|
6
|
+
<lastmod>2026-05-02</lastmod>
|
|
7
|
+
</url>
|
|
8
|
+
|
|
9
|
+
<url>
|
|
10
|
+
<loc>https://mdwrk.com/legal/terms/</loc>
|
|
11
|
+
<lastmod>2026-05-02</lastmod>
|
|
12
|
+
</url>
|
|
13
|
+
|
|
14
|
+
<url>
|
|
15
|
+
<loc>https://mdwrk.com/privacy/</loc>
|
|
16
|
+
<lastmod>2026-05-04</lastmod>
|
|
17
|
+
</url>
|
|
18
|
+
|
|
19
|
+
<url>
|
|
20
|
+
<loc>https://mdwrk.com/trust/privacy-boundary/</loc>
|
|
21
|
+
<lastmod>2026-05-05</lastmod>
|
|
22
|
+
</url>
|
|
23
|
+
</urlset>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
|
3
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://mdwrk.com/security/</loc>
|
|
6
|
+
<lastmod>2026-05-04</lastmod>
|
|
7
|
+
</url>
|
|
8
|
+
</urlset>
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
|
|
3
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
4
|
+
<url>
|
|
5
|
+
<loc>https://mdwrk.com/updates/</loc>
|
|
6
|
+
<lastmod>2026-05-18</lastmod>
|
|
7
|
+
</url>
|
|
8
|
+
|
|
9
|
+
<url>
|
|
10
|
+
<loc>https://mdwrk.com/updates/archive/2026-01/</loc>
|
|
11
|
+
<lastmod>2026-01-22</lastmod>
|
|
12
|
+
</url>
|
|
13
|
+
|
|
14
|
+
<url>
|
|
15
|
+
<loc>https://mdwrk.com/updates/archive/2026-03/</loc>
|
|
16
|
+
<lastmod>2026-03-31</lastmod>
|
|
17
|
+
</url>
|
|
18
|
+
|
|
19
|
+
<url>
|
|
20
|
+
<loc>https://mdwrk.com/updates/archive/2026-04/</loc>
|
|
21
|
+
<lastmod>2026-04-30</lastmod>
|
|
22
|
+
</url>
|
|
23
|
+
|
|
24
|
+
<url>
|
|
25
|
+
<loc>https://mdwrk.com/updates/archive/2026-05/</loc>
|
|
26
|
+
<lastmod>2026-05-18</lastmod>
|
|
27
|
+
</url>
|
|
28
|
+
|
|
29
|
+
<url>
|
|
30
|
+
<loc>https://mdwrk.com/updates/author/cobycloud/</loc>
|
|
31
|
+
<lastmod>2026-05-18</lastmod>
|
|
32
|
+
</url>
|
|
33
|
+
|
|
34
|
+
<url>
|
|
35
|
+
<loc>https://mdwrk.com/updates/client-split-out-backstory/</loc>
|
|
36
|
+
<lastmod>2026-03-23</lastmod>
|
|
37
|
+
</url>
|
|
38
|
+
|
|
39
|
+
<url>
|
|
40
|
+
<loc>https://mdwrk.com/updates/desktop-release-and-android-verification/</loc>
|
|
41
|
+
<lastmod>2026-04-14</lastmod>
|
|
42
|
+
</url>
|
|
43
|
+
|
|
44
|
+
<url>
|
|
45
|
+
<loc>https://mdwrk.com/updates/docs-surface-realignment/</loc>
|
|
46
|
+
<lastmod>2026-04-30</lastmod>
|
|
47
|
+
</url>
|
|
48
|
+
|
|
49
|
+
<url>
|
|
50
|
+
<loc>https://mdwrk.com/updates/extension-compatibility-and-publish-gates/</loc>
|
|
51
|
+
<lastmod>2026-04-01</lastmod>
|
|
52
|
+
</url>
|
|
53
|
+
|
|
54
|
+
<url>
|
|
55
|
+
<loc>https://mdwrk.com/updates/extension-host-rollout/</loc>
|
|
56
|
+
<lastmod>2026-04-26</lastmod>
|
|
57
|
+
</url>
|
|
58
|
+
|
|
59
|
+
<url>
|
|
60
|
+
<loc>https://mdwrk.com/updates/governed-releases-and-package-docs/</loc>
|
|
61
|
+
<lastmod>2026-03-31</lastmod>
|
|
62
|
+
</url>
|
|
63
|
+
|
|
64
|
+
<url>
|
|
65
|
+
<loc>https://mdwrk.com/updates/launch/</loc>
|
|
66
|
+
<lastmod>2026-05-04</lastmod>
|
|
67
|
+
</url>
|
|
68
|
+
|
|
69
|
+
<url>
|
|
70
|
+
<loc>https://mdwrk.com/updates/package-dag-for-mdwrk-and-lander/</loc>
|
|
71
|
+
<lastmod>2026-05-18</lastmod>
|
|
72
|
+
</url>
|
|
73
|
+
|
|
74
|
+
<url>
|
|
75
|
+
<loc>https://mdwrk.com/updates/pwa-install-and-zoom-controls/</loc>
|
|
76
|
+
<lastmod>2026-01-22</lastmod>
|
|
77
|
+
</url>
|
|
78
|
+
|
|
79
|
+
<url>
|
|
80
|
+
<loc>https://mdwrk.com/updates/responsive-authoring-and-export/</loc>
|
|
81
|
+
<lastmod>2026-01-21</lastmod>
|
|
82
|
+
</url>
|
|
83
|
+
|
|
84
|
+
<url>
|
|
85
|
+
<loc>https://mdwrk.com/updates/retained-client-versions-and-desktop-shell/</loc>
|
|
86
|
+
<lastmod>2026-04-12</lastmod>
|
|
87
|
+
</url>
|
|
88
|
+
|
|
89
|
+
<url>
|
|
90
|
+
<loc>https://mdwrk.com/updates/screenshot-matrix-and-browser-sidebars/</loc>
|
|
91
|
+
<lastmod>2026-04-03</lastmod>
|
|
92
|
+
</url>
|
|
93
|
+
|
|
94
|
+
<url>
|
|
95
|
+
<loc>https://mdwrk.com/updates/settings-simplification-for-daily-flow/</loc>
|
|
96
|
+
<lastmod>2026-05-01</lastmod>
|
|
97
|
+
</url>
|
|
98
|
+
|
|
99
|
+
<url>
|
|
100
|
+
<loc>https://mdwrk.com/updates/structured-data-learning-map/</loc>
|
|
101
|
+
<lastmod>2026-05-18</lastmod>
|
|
102
|
+
</url>
|
|
103
|
+
|
|
104
|
+
<url>
|
|
105
|
+
<loc>https://mdwrk.com/updates/workspace-files-and-git-ops-packages/</loc>
|
|
106
|
+
<lastmod>2026-04-22</lastmod>
|
|
107
|
+
</url>
|
|
108
|
+
</urlset>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdwrk/mdwrkcom-content-pack",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -28,13 +28,6 @@
|
|
|
28
28
|
"aieo"
|
|
29
29
|
],
|
|
30
30
|
"description": "MdWrk public lander content pack with source pages, markdown data, public assets, and generated discovery artifacts.",
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build": "npm run build -w @mdwrk/lander-content-contract && tsc -p tsconfig.json",
|
|
33
|
-
"typecheck": "npm run build -w @mdwrk/lander-content-contract && tsc --noEmit -p tsconfig.json",
|
|
34
|
-
"lint": "npm run typecheck",
|
|
35
|
-
"test": "npm run build && node ./tests/run-smoke.mjs",
|
|
36
|
-
"prepack": "npm run test"
|
|
37
|
-
},
|
|
38
31
|
"exports": {
|
|
39
32
|
".": {
|
|
40
33
|
"types": "./dist/index.d.ts",
|
|
@@ -53,5 +46,11 @@
|
|
|
53
46
|
"main": "./dist/index.js",
|
|
54
47
|
"types": "./dist/index.d.ts",
|
|
55
48
|
"author": "Jacob Stewart <jacob@swarmauri.com>",
|
|
56
|
-
"homepage": "https://mdwrk.com"
|
|
57
|
-
|
|
49
|
+
"homepage": "https://mdwrk.com",
|
|
50
|
+
"scripts": {
|
|
51
|
+
"build": "npm run build -w @mdwrk/lander-content-contract && tsc -p tsconfig.json",
|
|
52
|
+
"typecheck": "npm run build -w @mdwrk/lander-content-contract && tsc --noEmit -p tsconfig.json",
|
|
53
|
+
"lint": "npm run typecheck",
|
|
54
|
+
"test": "npm run build && node ./tests/run-smoke.mjs"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1790" height="1102" viewBox="0 0 1790 1102" role="img" aria-labelledby="title desc">
|
|
3
|
+
<title id="title">apps/client Package DAG</title>
|
|
4
|
+
<desc id="desc">Dependency closure for apps/client (@mdwrk/mdwrkspace) Arrows and the dependency list both use consumer depends on dependency direction.</desc>
|
|
5
|
+
<defs><marker id="arrow" markerWidth="8" markerHeight="8" refX="6" refY="4" orient="auto" markerUnits="strokeWidth"><path d="M 0 0 L 8 4 L 0 8 z" fill="#475569"/></marker><filter id="shadow" x="-10%" y="-10%" width="120%" height="130%"><feDropShadow dx="0" dy="3" stdDeviation="3" flood-color="#0f172a" flood-opacity="0.12"/></filter></defs>
|
|
6
|
+
<rect width="100%" height="100%" fill="#ffffff"/>
|
|
7
|
+
<text x="58" y="52" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="31" font-weight="800" fill="#0f172a">apps/client Package DAG</text>
|
|
8
|
+
<text x="58" y="84" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="16" fill="#475569">Dependency closure for apps/client (@mdwrk/mdwrkspace)</text>
|
|
9
|
+
<text x="58" y="112" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="700" fill="#334155">Read every arrow as: consumer depends on dependency.</text>
|
|
10
|
+
<text x="1732" y="112" text-anchor="end" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" fill="#64748b">20 nodes / 61 direct edges</text>
|
|
11
|
+
<g fill="none" stroke="#475569" stroke-width="1.45" stroke-opacity="0.42" marker-end="url(#arrow)">
|
|
12
|
+
<path d="M 146 360 C 138 473.5, 229 473.5, 221 587"/><!-- @mdwrk/extension-gemini-agent depends on @mdwrk/extension-host -->
|
|
13
|
+
<path d="M 146 360 C 142 547.5, 334 547.5, 330 735"/><!-- @mdwrk/extension-gemini-agent depends on @mdwrk/extension-manifest -->
|
|
14
|
+
<path d="M 146 360 C 146 399.5, 330 399.5, 330 439"/><!-- @mdwrk/extension-gemini-agent depends on @mdwrk/extension-runtime -->
|
|
15
|
+
<path d="M 146 360 C 150 399.5, 762 399.5, 766 439"/><!-- @mdwrk/extension-gemini-agent depends on @mdwrk/markdown-renderer-react -->
|
|
16
|
+
<path d="M 246.5 360 C 254.5 473.5, 213 473.5, 221 587"/><!-- @mdwrk/extension-git-ops depends on @mdwrk/extension-host -->
|
|
17
|
+
<path d="M 246.5 360 C 238.5 547.5, 338 547.5, 330 735"/><!-- @mdwrk/extension-git-ops depends on @mdwrk/extension-manifest -->
|
|
18
|
+
<path d="M 246.5 360 C 242.5 399.5, 334 399.5, 330 439"/><!-- @mdwrk/extension-git-ops depends on @mdwrk/extension-runtime -->
|
|
19
|
+
<path d="M 221 656 C 221 695.5, 330 695.5, 330 735"/><!-- @mdwrk/extension-host depends on @mdwrk/extension-manifest -->
|
|
20
|
+
<path d="M 221 656 C 225 695.5, 762 695.5, 766 735"/><!-- @mdwrk/extension-host depends on @mdwrk/theme-contract -->
|
|
21
|
+
<path d="M 347 360 C 355 473.5, 213 473.5, 221 587"/><!-- @mdwrk/extension-language-pack-studio depends on @mdwrk/extension-host -->
|
|
22
|
+
<path d="M 347 360 C 339 547.5, 338 547.5, 330 735"/><!-- @mdwrk/extension-language-pack-studio depends on @mdwrk/extension-manifest -->
|
|
23
|
+
<path d="M 347 360 C 343 473.5, 661 473.5, 657 587"/><!-- @mdwrk/extension-language-pack-studio depends on @mdwrk/testing -->
|
|
24
|
+
<path d="M 447.5 360 C 447.5 473.5, 221 473.5, 221 587"/><!-- @mdwrk/extension-manager depends on @mdwrk/extension-host -->
|
|
25
|
+
<path d="M 447.5 360 C 451.5 547.5, 326 547.5, 330 735"/><!-- @mdwrk/extension-manager depends on @mdwrk/extension-manifest -->
|
|
26
|
+
<path d="M 447.5 360 C 455.5 399.5, 322 399.5, 330 439"/><!-- @mdwrk/extension-manager depends on @mdwrk/extension-runtime -->
|
|
27
|
+
<path d="M 447.5 360 C 439.5 473.5, 665 473.5, 657 587"/><!-- @mdwrk/extension-manager depends on @mdwrk/testing -->
|
|
28
|
+
<path d="M 330 508 C 326 547.5, 225 547.5, 221 587"/><!-- @mdwrk/extension-runtime depends on @mdwrk/extension-host -->
|
|
29
|
+
<path d="M 330 508 C 330 621.5, 330 621.5, 330 735"/><!-- @mdwrk/extension-runtime depends on @mdwrk/extension-manifest -->
|
|
30
|
+
<path d="M 330 508 C 334 621.5, 762 621.5, 766 735"/><!-- @mdwrk/extension-runtime depends on @mdwrk/theme-contract -->
|
|
31
|
+
<path d="M 548 360 C 556 473.5, 213 473.5, 221 587"/><!-- @mdwrk/extension-theme-studio depends on @mdwrk/extension-host -->
|
|
32
|
+
<path d="M 548 360 C 540 547.5, 338 547.5, 330 735"/><!-- @mdwrk/extension-theme-studio depends on @mdwrk/extension-manifest -->
|
|
33
|
+
<path d="M 548 360 C 544 399.5, 334 399.5, 330 439"/><!-- @mdwrk/extension-theme-studio depends on @mdwrk/extension-runtime -->
|
|
34
|
+
<path d="M 548 360 C 548 399.5, 548 399.5, 548 439"/><!-- @mdwrk/extension-theme-studio depends on @mdwrk/markdown-editor-react -->
|
|
35
|
+
<path d="M 548 360 C 552 399.5, 762 399.5, 766 439"/><!-- @mdwrk/extension-theme-studio depends on @mdwrk/markdown-renderer-react -->
|
|
36
|
+
<path d="M 548 360 C 556 473.5, 649 473.5, 657 587"/><!-- @mdwrk/extension-theme-studio depends on @mdwrk/testing -->
|
|
37
|
+
<path d="M 548 360 C 540 547.5, 774 547.5, 766 735"/><!-- @mdwrk/extension-theme-studio depends on @mdwrk/theme-contract -->
|
|
38
|
+
<path d="M 548 360 C 544 473.5, 879 473.5, 875 587"/><!-- @mdwrk/extension-theme-studio depends on @mdwrk/ui-tokens -->
|
|
39
|
+
<path d="M 648.5 360 C 648.5 473.5, 221 473.5, 221 587"/><!-- @mdwrk/extension-workspace-files depends on @mdwrk/extension-host -->
|
|
40
|
+
<path d="M 648.5 360 C 652.5 547.5, 326 547.5, 330 735"/><!-- @mdwrk/extension-workspace-files depends on @mdwrk/extension-manifest -->
|
|
41
|
+
<path d="M 648.5 360 C 656.5 399.5, 322 399.5, 330 439"/><!-- @mdwrk/extension-workspace-files depends on @mdwrk/extension-runtime -->
|
|
42
|
+
<path d="M 950 360 C 942 473.5, 447 473.5, 439 587"/><!-- @mdwrk/markdown-edit-in-renderer-react depends on @mdwrk/markdown-editor-core -->
|
|
43
|
+
<path d="M 950 360 C 946 399.5, 552 399.5, 548 439"/><!-- @mdwrk/markdown-edit-in-renderer-react depends on @mdwrk/markdown-editor-react -->
|
|
44
|
+
<path d="M 950 360 C 950 547.5, 548 547.5, 548 735"/><!-- @mdwrk/markdown-edit-in-renderer-react depends on @mdwrk/markdown-renderer-core -->
|
|
45
|
+
<path d="M 950 360 C 954 399.5, 762 399.5, 766 439"/><!-- @mdwrk/markdown-edit-in-renderer-react depends on @mdwrk/markdown-renderer-react -->
|
|
46
|
+
<path d="M 950 360 C 958 473.5, 649 473.5, 657 587"/><!-- @mdwrk/markdown-edit-in-renderer-react depends on @mdwrk/testing -->
|
|
47
|
+
<path d="M 950 360 C 942 473.5, 883 473.5, 875 587"/><!-- @mdwrk/markdown-edit-in-renderer-react depends on @mdwrk/ui-tokens -->
|
|
48
|
+
<path d="M 439 656 C 435 695.5, 552 695.5, 548 735"/><!-- @mdwrk/markdown-editor-core depends on @mdwrk/markdown-renderer-core -->
|
|
49
|
+
<path d="M 548 508 C 548 547.5, 439 547.5, 439 587"/><!-- @mdwrk/markdown-editor-react depends on @mdwrk/markdown-editor-core -->
|
|
50
|
+
<path d="M 548 508 C 552 547.5, 653 547.5, 657 587"/><!-- @mdwrk/markdown-editor-react depends on @mdwrk/testing -->
|
|
51
|
+
<path d="M 548 508 C 556 547.5, 867 547.5, 875 587"/><!-- @mdwrk/markdown-editor-react depends on @mdwrk/ui-tokens -->
|
|
52
|
+
<path d="M 766 508 C 758 621.5, 556 621.5, 548 735"/><!-- @mdwrk/markdown-renderer-react depends on @mdwrk/markdown-renderer-core -->
|
|
53
|
+
<path d="M 766 508 C 762 547.5, 661 547.5, 657 587"/><!-- @mdwrk/markdown-renderer-react depends on @mdwrk/testing -->
|
|
54
|
+
<path d="M 766 508 C 766 547.5, 875 547.5, 875 587"/><!-- @mdwrk/markdown-renderer-react depends on @mdwrk/ui-tokens -->
|
|
55
|
+
<path d="M 548 212 C 552 251.5, 142 251.5, 146 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-gemini-agent -->
|
|
56
|
+
<path d="M 548 212 C 556 251.5, 238.5 251.5, 246.5 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-git-ops -->
|
|
57
|
+
<path d="M 548 212 C 540 399.5, 229 399.5, 221 587"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-host -->
|
|
58
|
+
<path d="M 548 212 C 544 251.5, 351 251.5, 347 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-language-pack-studio -->
|
|
59
|
+
<path d="M 548 212 C 548 251.5, 447.5 251.5, 447.5 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-manager -->
|
|
60
|
+
<path d="M 548 212 C 552 473.5, 326 473.5, 330 735"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-manifest -->
|
|
61
|
+
<path d="M 548 212 C 556 325.5, 322 325.5, 330 439"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-runtime -->
|
|
62
|
+
<path d="M 548 212 C 540 251.5, 556 251.5, 548 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-theme-studio -->
|
|
63
|
+
<path d="M 548 212 C 544 251.5, 652.5 251.5, 648.5 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/extension-workspace-files -->
|
|
64
|
+
<path d="M 548 212 C 548 251.5, 749 251.5, 749 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/i18n -->
|
|
65
|
+
<path d="M 548 212 C 552 251.5, 845.5 251.5, 849.5 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/icons -->
|
|
66
|
+
<path d="M 548 212 C 556 251.5, 942 251.5, 950 291"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/markdown-edit-in-renderer-react -->
|
|
67
|
+
<path d="M 548 212 C 540 325.5, 556 325.5, 548 439"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/markdown-editor-react -->
|
|
68
|
+
<path d="M 548 212 C 544 473.5, 552 473.5, 548 735"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/markdown-renderer-core -->
|
|
69
|
+
<path d="M 548 212 C 548 325.5, 766 325.5, 766 439"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/markdown-renderer-react -->
|
|
70
|
+
<path d="M 548 212 C 552 473.5, 762 473.5, 766 735"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/theme-contract -->
|
|
71
|
+
<path d="M 548 212 C 556 399.5, 867 399.5, 875 587"/><!-- @mdwrk/mdwrkspace depends on @mdwrk/ui-tokens -->
|
|
72
|
+
<path d="M 875 656 C 867 695.5, 774 695.5, 766 735"/><!-- @mdwrk/ui-tokens depends on @mdwrk/theme-contract -->
|
|
73
|
+
</g>
|
|
74
|
+
<g font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" font-weight="700">
|
|
75
|
+
<rect x="58" y="298" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
76
|
+
<rect x="64" y="304" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
77
|
+
<g fill="#0f172a"><text x="146" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
78
|
+
<text x="146" y="333.5" text-anchor="middle">extension-gemini-agent</text></g>
|
|
79
|
+
<rect x="158.5" y="298" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
80
|
+
<rect x="164.5" y="304" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
81
|
+
<g fill="#0f172a"><text x="246.5" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
82
|
+
<text x="246.5" y="333.5" text-anchor="middle">extension-git-ops</text></g>
|
|
83
|
+
<rect x="133" y="594" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
84
|
+
<rect x="139" y="600" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
85
|
+
<g fill="#0f172a"><text x="221" y="612.5" text-anchor="middle">@mdwrk/</text>
|
|
86
|
+
<text x="221" y="629.5" text-anchor="middle">extension-host</text></g>
|
|
87
|
+
<rect x="259" y="298" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
88
|
+
<rect x="265" y="304" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
89
|
+
<g fill="#0f172a"><text x="347" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
90
|
+
<text x="347" y="333.5" text-anchor="middle">extension-language-pack-studio</text></g>
|
|
91
|
+
<rect x="359.5" y="298" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
92
|
+
<rect x="365.5" y="304" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
93
|
+
<g fill="#0f172a"><text x="447.5" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
94
|
+
<text x="447.5" y="333.5" text-anchor="middle">extension-manager</text></g>
|
|
95
|
+
<rect x="242" y="742" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
96
|
+
<rect x="248" y="748" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
97
|
+
<g fill="#0f172a"><text x="330" y="760.5" text-anchor="middle">@mdwrk/</text>
|
|
98
|
+
<text x="330" y="777.5" text-anchor="middle">extension-manifest</text></g>
|
|
99
|
+
<rect x="242" y="446" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
100
|
+
<rect x="248" y="452" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
101
|
+
<g fill="#0f172a"><text x="330" y="464.5" text-anchor="middle">@mdwrk/</text>
|
|
102
|
+
<text x="330" y="481.5" text-anchor="middle">extension-runtime</text></g>
|
|
103
|
+
<rect x="460" y="298" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
104
|
+
<rect x="466" y="304" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
105
|
+
<g fill="#0f172a"><text x="548" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
106
|
+
<text x="548" y="333.5" text-anchor="middle">extension-theme-studio</text></g>
|
|
107
|
+
<rect x="560.5" y="298" width="176" height="62" rx="9" fill="#eef2ff" stroke="#4f46e5" stroke-width="1.6" filter="url(#shadow)"/>
|
|
108
|
+
<rect x="566.5" y="304" width="164" height="50" rx="6" fill="none" stroke="#c7d2fe" stroke-width="1"/>
|
|
109
|
+
<g fill="#0f172a"><text x="648.5" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
110
|
+
<text x="648.5" y="333.5" text-anchor="middle">extension-workspace-files</text></g>
|
|
111
|
+
<rect x="661" y="298" width="176" height="62" rx="9" fill="#f8fafc" stroke="#334155" stroke-width="1.6" filter="url(#shadow)"/>
|
|
112
|
+
<rect x="667" y="304" width="164" height="50" rx="6" fill="none" stroke="#cbd5e1" stroke-width="1"/>
|
|
113
|
+
<g fill="#0f172a"><text x="749" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
114
|
+
<text x="749" y="333.5" text-anchor="middle">i18n</text></g>
|
|
115
|
+
<rect x="761.5" y="298" width="176" height="62" rx="9" fill="#f8fafc" stroke="#334155" stroke-width="1.6" filter="url(#shadow)"/>
|
|
116
|
+
<rect x="767.5" y="304" width="164" height="50" rx="6" fill="none" stroke="#cbd5e1" stroke-width="1"/>
|
|
117
|
+
<g fill="#0f172a"><text x="849.5" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
118
|
+
<text x="849.5" y="333.5" text-anchor="middle">icons</text></g>
|
|
119
|
+
<rect x="862" y="298" width="176" height="62" rx="9" fill="#f5f3ff" stroke="#7c3aed" stroke-width="1.6" filter="url(#shadow)"/>
|
|
120
|
+
<rect x="868" y="304" width="164" height="50" rx="6" fill="none" stroke="#ddd6fe" stroke-width="1"/>
|
|
121
|
+
<g fill="#0f172a"><text x="950" y="316.5" text-anchor="middle">@mdwrk/</text>
|
|
122
|
+
<text x="950" y="333.5" text-anchor="middle">markdown-edit-in-renderer-react</text></g>
|
|
123
|
+
<rect x="351" y="594" width="176" height="62" rx="9" fill="#f5f3ff" stroke="#7c3aed" stroke-width="1.6" filter="url(#shadow)"/>
|
|
124
|
+
<rect x="357" y="600" width="164" height="50" rx="6" fill="none" stroke="#ddd6fe" stroke-width="1"/>
|
|
125
|
+
<g fill="#0f172a"><text x="439" y="612.5" text-anchor="middle">@mdwrk/</text>
|
|
126
|
+
<text x="439" y="629.5" text-anchor="middle">markdown-editor-core</text></g>
|
|
127
|
+
<rect x="460" y="446" width="176" height="62" rx="9" fill="#f5f3ff" stroke="#7c3aed" stroke-width="1.6" filter="url(#shadow)"/>
|
|
128
|
+
<rect x="466" y="452" width="164" height="50" rx="6" fill="none" stroke="#ddd6fe" stroke-width="1"/>
|
|
129
|
+
<g fill="#0f172a"><text x="548" y="464.5" text-anchor="middle">@mdwrk/</text>
|
|
130
|
+
<text x="548" y="481.5" text-anchor="middle">markdown-editor-react</text></g>
|
|
131
|
+
<rect x="460" y="742" width="176" height="62" rx="9" fill="#f5f3ff" stroke="#7c3aed" stroke-width="1.6" filter="url(#shadow)"/>
|
|
132
|
+
<rect x="466" y="748" width="164" height="50" rx="6" fill="none" stroke="#ddd6fe" stroke-width="1"/>
|
|
133
|
+
<g fill="#0f172a"><text x="548" y="760.5" text-anchor="middle">@mdwrk/</text>
|
|
134
|
+
<text x="548" y="777.5" text-anchor="middle">markdown-renderer-core</text></g>
|
|
135
|
+
<rect x="678" y="446" width="176" height="62" rx="9" fill="#f5f3ff" stroke="#7c3aed" stroke-width="1.6" filter="url(#shadow)"/>
|
|
136
|
+
<rect x="684" y="452" width="164" height="50" rx="6" fill="none" stroke="#ddd6fe" stroke-width="1"/>
|
|
137
|
+
<g fill="#0f172a"><text x="766" y="464.5" text-anchor="middle">@mdwrk/</text>
|
|
138
|
+
<text x="766" y="481.5" text-anchor="middle">markdown-renderer-react</text></g>
|
|
139
|
+
<rect x="460" y="150" width="176" height="62" rx="9" fill="#fff7ed" stroke="#c2410c" stroke-width="1.6" filter="url(#shadow)"/>
|
|
140
|
+
<rect x="466" y="156" width="164" height="50" rx="6" fill="none" stroke="#fed7aa" stroke-width="1"/>
|
|
141
|
+
<g fill="#0f172a"><text x="548" y="168.5" text-anchor="middle">apps/client</text>
|
|
142
|
+
<text x="548" y="185.5" text-anchor="middle">@mdwrk/mdwrkspace</text></g>
|
|
143
|
+
<rect x="569" y="594" width="176" height="62" rx="9" fill="#f8fafc" stroke="#334155" stroke-width="1.6" filter="url(#shadow)"/>
|
|
144
|
+
<rect x="575" y="600" width="164" height="50" rx="6" fill="none" stroke="#cbd5e1" stroke-width="1"/>
|
|
145
|
+
<g fill="#0f172a"><text x="657" y="612.5" text-anchor="middle">@mdwrk/</text>
|
|
146
|
+
<text x="657" y="629.5" text-anchor="middle">testing</text></g>
|
|
147
|
+
<rect x="678" y="742" width="176" height="62" rx="9" fill="#f8fafc" stroke="#334155" stroke-width="1.6" filter="url(#shadow)"/>
|
|
148
|
+
<rect x="684" y="748" width="164" height="50" rx="6" fill="none" stroke="#cbd5e1" stroke-width="1"/>
|
|
149
|
+
<g fill="#0f172a"><text x="766" y="760.5" text-anchor="middle">@mdwrk/</text>
|
|
150
|
+
<text x="766" y="777.5" text-anchor="middle">theme-contract</text></g>
|
|
151
|
+
<rect x="787" y="594" width="176" height="62" rx="9" fill="#f8fafc" stroke="#334155" stroke-width="1.6" filter="url(#shadow)"/>
|
|
152
|
+
<rect x="793" y="600" width="164" height="50" rx="6" fill="none" stroke="#cbd5e1" stroke-width="1"/>
|
|
153
|
+
<g fill="#0f172a"><text x="875" y="612.5" text-anchor="middle">@mdwrk/</text>
|
|
154
|
+
<text x="875" y="629.5" text-anchor="middle">ui-tokens</text></g>
|
|
155
|
+
</g>
|
|
156
|
+
<rect x="1082" y="140" width="650" height="912" rx="14" fill="#f8fafc" stroke="#cbd5e1"/>
|
|
157
|
+
<text x="1106" y="176" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="21" font-weight="800" fill="#0f172a">Direct dependency list</text>
|
|
158
|
+
<text x="1106" y="202" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" fill="#475569">Left side = consumer. Right side = packages it depends on.</text>
|
|
159
|
+
<text x="1106" y="236" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">extension-gemini-agent</text>
|
|
160
|
+
<text x="1120" y="256" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-host, extension-manifest, extension-runtime,</text>
|
|
161
|
+
<text x="1120" y="273" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">markdown-renderer-react</text>
|
|
162
|
+
<text x="1106" y="302" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">extension-git-ops</text>
|
|
163
|
+
<text x="1120" y="322" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-host, extension-manifest, extension-runtime</text>
|
|
164
|
+
<text x="1106" y="351" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">extension-host</text>
|
|
165
|
+
<text x="1120" y="371" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-manifest, theme-contract</text>
|
|
166
|
+
<text x="1106" y="400" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">extension-language-pack-studio</text>
|
|
167
|
+
<text x="1120" y="420" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-host, extension-manifest, testing</text>
|
|
168
|
+
<text x="1106" y="449" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">extension-manager</text>
|
|
169
|
+
<text x="1120" y="469" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-host, extension-manifest, extension-runtime, testing</text>
|
|
170
|
+
<text x="1106" y="498" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">extension-runtime</text>
|
|
171
|
+
<text x="1120" y="518" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-host, extension-manifest, theme-contract</text>
|
|
172
|
+
<text x="1106" y="547" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">extension-theme-studio</text>
|
|
173
|
+
<text x="1120" y="567" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-host, extension-manifest, extension-runtime,</text>
|
|
174
|
+
<text x="1120" y="584" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">markdown-editor-react, markdown-renderer-react, testing, theme-contract,</text>
|
|
175
|
+
<text x="1120" y="601" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">ui-tokens</text>
|
|
176
|
+
<text x="1106" y="630" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">extension-workspace-files</text>
|
|
177
|
+
<text x="1120" y="650" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-host, extension-manifest, extension-runtime</text>
|
|
178
|
+
<text x="1106" y="679" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">markdown-edit-in-renderer-react</text>
|
|
179
|
+
<text x="1120" y="699" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: markdown-editor-core, markdown-editor-react,</text>
|
|
180
|
+
<text x="1120" y="716" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">markdown-renderer-core, markdown-renderer-react, testing, ui-tokens</text>
|
|
181
|
+
<text x="1106" y="745" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">markdown-editor-core</text>
|
|
182
|
+
<text x="1120" y="765" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: markdown-renderer-core</text>
|
|
183
|
+
<text x="1106" y="794" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">markdown-editor-react</text>
|
|
184
|
+
<text x="1120" y="814" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: markdown-editor-core, testing, ui-tokens</text>
|
|
185
|
+
<text x="1106" y="843" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">markdown-renderer-react</text>
|
|
186
|
+
<text x="1120" y="863" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: markdown-renderer-core, testing, ui-tokens</text>
|
|
187
|
+
<text x="1106" y="892" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">mdwrkspace</text>
|
|
188
|
+
<text x="1120" y="912" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: extension-gemini-agent, extension-git-ops, extension-host,</text>
|
|
189
|
+
<text x="1120" y="929" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">extension-language-pack-studio, extension-manager, extension-manifest,</text>
|
|
190
|
+
<text x="1120" y="946" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">extension-runtime, extension-theme-studio, extension-workspace-files,</text>
|
|
191
|
+
<text x="1120" y="963" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">i18n, icons, markdown-edit-in-renderer-react, markdown-editor-react,</text>
|
|
192
|
+
<text x="1120" y="980" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">markdown-renderer-core, markdown-renderer-react, theme-contract, ui-tokens</text>
|
|
193
|
+
<text x="1106" y="1009" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="800" fill="#0f172a">ui-tokens</text>
|
|
194
|
+
<text x="1120" y="1029" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#475569">depends on: theme-contract</text>
|
|
195
|
+
<text x="58" y="1068" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#64748b">Generated from package.json direct internal dependencies. Transitive relationships appear only through direct edges.</text>
|
|
196
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1120" height="436" viewBox="0 0 1120 436" role="img" aria-labelledby="title desc">
|
|
3
|
+
<title id="title">apps/desktop Package DAG</title>
|
|
4
|
+
<desc id="desc">apps/desktop has no internal @mdwrk package dependencies Arrows point from consumer package to dependency package.</desc>
|
|
5
|
+
<defs><marker id="arrow" markerWidth="8" markerHeight="8" refX="6" refY="4" orient="auto" markerUnits="strokeWidth"><path d="M 0 0 L 8 4 L 0 8 z" fill="#64748b"/></marker><filter id="shadow" x="-10%" y="-10%" width="120%" height="130%"><feDropShadow dx="0" dy="3" stdDeviation="3" flood-color="#0f172a" flood-opacity="0.12"/></filter></defs>
|
|
6
|
+
<rect width="100%" height="100%" fill="#ffffff"/>
|
|
7
|
+
<text x="70" y="54" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="32" font-weight="800" fill="#0f172a">apps/desktop Package DAG</text>
|
|
8
|
+
<text x="70" y="88" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="17" fill="#475569">apps/desktop has no internal @mdwrk package dependencies</text>
|
|
9
|
+
<text x="1050" y="88" text-anchor="end" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" fill="#64748b">1 nodes / 0 direct edges</text>
|
|
10
|
+
<g fill="none" stroke="#64748b" stroke-width="1.35" stroke-opacity="0.36" marker-end="url(#arrow)">
|
|
11
|
+
</g>
|
|
12
|
+
<g font-family="Inter, Segoe UI, Arial, sans-serif" font-size="14" font-weight="700">
|
|
13
|
+
<rect x="465" y="150" width="190" height="66" rx="10" fill="#fff7ed" stroke="#c2410c" stroke-width="1.6" filter="url(#shadow)"/>
|
|
14
|
+
<rect x="471" y="156" width="178" height="54" rx="7" fill="none" stroke="#fed7aa" stroke-width="1"/>
|
|
15
|
+
<g fill="#0f172a"><text x="560" y="170" text-anchor="middle">apps/desktop</text>
|
|
16
|
+
<text x="560" y="188" text-anchor="middle">@mdwrk/desktop</text></g>
|
|
17
|
+
</g>
|
|
18
|
+
<text x="70" y="398" font-family="Inter, Segoe UI, Arial, sans-serif" font-size="13" fill="#64748b">Generated from package.json direct internal dependencies. Transitive relationships appear only through direct edges.</text>
|
|
19
|
+
</svg>
|