@t8/docsgen 0.3.8 → 0.3.10

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.
@@ -112,7 +112,7 @@ section .section-content {
112
112
  }
113
113
  section.intro-title {
114
114
  display: flex;
115
- width: 40%;
115
+ width: 36%;
116
116
  flex-direction: column;
117
117
  align-items: flex-end;
118
118
  text-align: right;
@@ -139,7 +139,7 @@ section.intro-title:last-of-type .section-content {
139
139
  }
140
140
  section.intro {
141
141
  display: flex;
142
- width: 60%;
142
+ width: 64%;
143
143
  flex-direction: column;
144
144
  justify-content: center;
145
145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -11,12 +11,11 @@
11
11
  "build": "npx npm-run-all clean build-bin build-css",
12
12
  "build-bin": "npx esbuild ./src/bin/run.ts --bundle --outfile=dist/bin.js --platform=node --external:jsdom --external:markdown-it --format=esm",
13
13
  "build-css": "node -e \"require('node:fs').cpSync('src/css', 'dist/css', { force: true, recursive: true });\"",
14
- "build-schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
15
14
  "clean": "node -e \"require('node:fs').rmSync('dist', { force: true, recursive: true });\"",
16
15
  "patch": "node src/scripts/patch.ts",
17
- "prepublishOnly": "npm run build",
18
16
  "preversion": "npx npm-run-all shape build",
19
- "shape": "npx codeshape --typecheck"
17
+ "schema": "npx ts-json-schema-generator -p src/types/Config.ts -t Config -o schema.json --minify",
18
+ "shape": "npx codeshape --check"
20
19
  },
21
20
  "repository": {
22
21
  "type": "git",
package/src/css/index.css CHANGED
@@ -112,7 +112,7 @@ section .section-content {
112
112
  }
113
113
  section.intro-title {
114
114
  display: flex;
115
- width: 40%;
115
+ width: 36%;
116
116
  flex-direction: column;
117
117
  align-items: flex-end;
118
118
  text-align: right;
@@ -139,7 +139,7 @@ section.intro-title:last-of-type .section-content {
139
139
  }
140
140
  section.intro {
141
141
  display: flex;
142
- width: 60%;
142
+ width: 64%;
143
143
  flex-direction: column;
144
144
  justify-content: center;
145
145
  }