@brillout/docpress 0.5.17 → 0.5.18

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/index.js CHANGED
@@ -316,6 +316,8 @@ var alignable_default = "/assets/alignable-B4QZV4X7.svg";
316
316
 
317
317
  // src/components/Sponsors/sponsorsList.ts
318
318
  var individuals = [
319
+ { username: "msiegenthaler" },
320
+ { username: "linkyard" },
319
321
  { username: "AnukarOP" },
320
322
  { username: "RoyMcCrain" },
321
323
  { username: "BurdaForward" },
@@ -55,6 +55,11 @@ iframe {
55
55
  margin-top: 32px;
56
56
  margin-bottom: 16px;
57
57
  }
58
+ .doc-page h5 {
59
+ font-size: 0.94em;
60
+ color: #777;
61
+ margin-bottom: 10px;
62
+ }
58
63
  .doc-page h2[id],
59
64
  .doc-page h3[id] {
60
65
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.5.17",
3
+ "version": "0.5.18",
4
4
  "scripts": {
5
5
  "// Check types while developing": "",
6
6
  "types": "tsc --noEmit --watch",