@t8/docsgen 0.1.74 → 0.1.76
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/dist/css/index.css +2 -2
- package/package.json +37 -37
- package/src/css/index.css +2 -2
package/dist/css/index.css
CHANGED
|
@@ -38,7 +38,7 @@ body {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
main {
|
|
41
|
-
--max-content-width:
|
|
41
|
+
--max-content-width: 38em;
|
|
42
42
|
--line-color: color(from var(--c0) srgb r g b / 0.1);
|
|
43
43
|
|
|
44
44
|
display: flex;
|
|
@@ -158,7 +158,7 @@ section.intro {
|
|
|
158
158
|
display: flex;
|
|
159
159
|
flex-direction: column;
|
|
160
160
|
justify-content: center;
|
|
161
|
-
background: color(from var(--
|
|
161
|
+
background: color(from var(--c1) srgb r g b / 0.2);
|
|
162
162
|
}
|
|
163
163
|
section.intro .section-content {
|
|
164
164
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@t8/docsgen",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/bin.js",
|
|
6
|
-
"bin": {
|
|
7
|
-
"docsgen": "dist/bin.js"
|
|
8
|
-
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "npx npm-run-all clean build-bin build-css",
|
|
11
|
-
"build-bin": "npx esbuild ./src/bin/run.ts --bundle --outfile=dist/bin.js --platform=node --external:jsdom --external:markdown-it",
|
|
12
|
-
"build-css": "node -e \"require('node:fs').cpSync('src/css', 'dist/css', { force: true, recursive: true });\"",
|
|
13
|
-
"build-schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
|
|
14
|
-
"clean": "node -e \"require('node:fs').rmSync('dist', { force: true, recursive: true });\"",
|
|
15
|
-
"prepublishOnly": "npm run build",
|
|
16
|
-
"preversion": "npx npm-run-all typecheck build-schema shape build",
|
|
17
|
-
"shape": "npx codeshape",
|
|
18
|
-
"typecheck": "tsc --noEmit"
|
|
19
|
-
},
|
|
20
|
-
"repository": {
|
|
21
|
-
"type": "git",
|
|
22
|
-
"url": "git+https://github.com/t8js/docsgen.git"
|
|
23
|
-
},
|
|
24
|
-
"license": "MIT",
|
|
25
|
-
"author": "axtk",
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@types/jsdom": "^27.0.0",
|
|
28
|
-
"@types/markdown-it": "^14.1.2",
|
|
29
|
-
"@types/node": "^24.7.0",
|
|
30
|
-
"typescript": "^5.9.3"
|
|
31
|
-
},
|
|
32
|
-
"dependencies": {
|
|
33
|
-
"args-json": "^1.2.6",
|
|
34
|
-
"jsdom": "^27.0.0",
|
|
35
|
-
"markdown-it": "^14.1.0"
|
|
36
|
-
}
|
|
37
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@t8/docsgen",
|
|
3
|
+
"version": "0.1.76",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/bin.js",
|
|
6
|
+
"bin": {
|
|
7
|
+
"docsgen": "dist/bin.js"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "npx npm-run-all clean build-bin build-css",
|
|
11
|
+
"build-bin": "npx esbuild ./src/bin/run.ts --bundle --outfile=dist/bin.js --platform=node --external:jsdom --external:markdown-it",
|
|
12
|
+
"build-css": "node -e \"require('node:fs').cpSync('src/css', 'dist/css', { force: true, recursive: true });\"",
|
|
13
|
+
"build-schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
|
|
14
|
+
"clean": "node -e \"require('node:fs').rmSync('dist', { force: true, recursive: true });\"",
|
|
15
|
+
"prepublishOnly": "npm run build",
|
|
16
|
+
"preversion": "npx npm-run-all typecheck build-schema shape build",
|
|
17
|
+
"shape": "npx codeshape",
|
|
18
|
+
"typecheck": "tsc --noEmit"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/t8js/docsgen.git"
|
|
23
|
+
},
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"author": "axtk",
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@types/jsdom": "^27.0.0",
|
|
28
|
+
"@types/markdown-it": "^14.1.2",
|
|
29
|
+
"@types/node": "^24.7.0",
|
|
30
|
+
"typescript": "^5.9.3"
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"args-json": "^1.2.6",
|
|
34
|
+
"jsdom": "^27.0.0",
|
|
35
|
+
"markdown-it": "^14.1.0"
|
|
36
|
+
}
|
|
37
|
+
}
|
package/src/css/index.css
CHANGED
|
@@ -38,7 +38,7 @@ body {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
main {
|
|
41
|
-
--max-content-width:
|
|
41
|
+
--max-content-width: 38em;
|
|
42
42
|
--line-color: color(from var(--c0) srgb r g b / 0.1);
|
|
43
43
|
|
|
44
44
|
display: flex;
|
|
@@ -158,7 +158,7 @@ section.intro {
|
|
|
158
158
|
display: flex;
|
|
159
159
|
flex-direction: column;
|
|
160
160
|
justify-content: center;
|
|
161
|
-
background: color(from var(--
|
|
161
|
+
background: color(from var(--c1) srgb r g b / 0.2);
|
|
162
162
|
}
|
|
163
163
|
section.intro .section-content {
|
|
164
164
|
width: 100%;
|