@t8/docsgen 0.3.11 → 0.3.13

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/base.css CHANGED
@@ -158,9 +158,6 @@ pre > code {
158
158
  background: var(--code-block-background);
159
159
  padding: 1.25em;
160
160
  }
161
- pre > code[data-highlighted] {
162
- background: transparent;
163
- }
164
161
 
165
162
  html.blank h1 {
166
163
  font-size: 10vmin;
@@ -1,3 +1,6 @@
1
+ :root {
2
+ --max-content-width: 38em;
3
+ }
1
4
  body {
2
5
  min-height: 100vh;
3
6
  }
@@ -112,7 +115,7 @@ section .section-content {
112
115
  }
113
116
  section.intro-title {
114
117
  display: flex;
115
- width: 36%;
118
+ width: 40%;
116
119
  flex-direction: column;
117
120
  align-items: flex-end;
118
121
  text-align: right;
@@ -139,7 +142,7 @@ section.intro-title:last-of-type .section-content {
139
142
  }
140
143
  section.intro {
141
144
  display: flex;
142
- width: 64%;
145
+ width: 60%;
143
146
  flex-direction: column;
144
147
  justify-content: center;
145
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.3.11",
3
+ "version": "0.3.13",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
package/src/css/base.css CHANGED
@@ -158,9 +158,6 @@ pre > code {
158
158
  background: var(--code-block-background);
159
159
  padding: 1.25em;
160
160
  }
161
- pre > code[data-highlighted] {
162
- background: transparent;
163
- }
164
161
 
165
162
  html.blank h1 {
166
163
  font-size: 10vmin;
package/src/css/index.css CHANGED
@@ -1,3 +1,6 @@
1
+ :root {
2
+ --max-content-width: 38em;
3
+ }
1
4
  body {
2
5
  min-height: 100vh;
3
6
  }
@@ -112,7 +115,7 @@ section .section-content {
112
115
  }
113
116
  section.intro-title {
114
117
  display: flex;
115
- width: 36%;
118
+ width: 40%;
116
119
  flex-direction: column;
117
120
  align-items: flex-end;
118
121
  text-align: right;
@@ -139,7 +142,7 @@ section.intro-title:last-of-type .section-content {
139
142
  }
140
143
  section.intro {
141
144
  display: flex;
142
- width: 64%;
145
+ width: 60%;
143
146
  flex-direction: column;
144
147
  justify-content: center;
145
148
  }
package/.biomeincludes DELETED
@@ -1,2 +0,0 @@
1
- **
2
- !schema.json