@forsakringskassan/docs-generator 3.6.2 → 3.6.3

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.
@@ -570,7 +570,7 @@ main {
570
570
  display: block;
571
571
  }
572
572
  }
573
- .navigation ol {
573
+ .navigation ul {
574
574
  padding: 0;
575
575
  }
576
576
  .navigation li {
@@ -617,7 +617,7 @@ main {
617
617
  .navigation details[open] > summary .docs-icon {
618
618
  transform: rotate(180deg) translateY(-5px);
619
619
  }
620
- .navigation details > ol {
620
+ .navigation details > ul {
621
621
  margin-bottom: 0;
622
622
  margin-left: 1rem;
623
623
  }
@@ -570,7 +570,7 @@ main {
570
570
  display: block;
571
571
  }
572
572
  }
573
- .navigation ol {
573
+ .navigation ul {
574
574
  padding: 0;
575
575
  }
576
576
  .navigation li {
@@ -617,7 +617,7 @@ main {
617
617
  .navigation details[open] > summary .docs-icon {
618
618
  transform: rotate(180deg) translateY(-5px);
619
619
  }
620
- .navigation details > ol {
620
+ .navigation details > ul {
621
621
  margin-bottom: 0;
622
622
  margin-left: 1rem;
623
623
  }
@@ -1290,7 +1290,7 @@ body {
1290
1290
  padding: 0;
1291
1291
  }
1292
1292
 
1293
- p {
1293
+ p:not(:where(.code-preview + .docs-paragraph)) {
1294
1294
  margin-top: 0;
1295
1295
  }
1296
1296
 
@@ -112,7 +112,7 @@ body {
112
112
  padding: 0;
113
113
  }
114
114
 
115
- p {
115
+ p:not(:where(.code-preview + .docs-paragraph)) {
116
116
  margin-top: 0;
117
117
  }
118
118
 
@@ -1 +1 @@
1
- {"version":3,"file":"tsconfig-path-bG7G_cK8.mjs","sources":["../src/tsconfig-path.ts"],"sourcesContent":["import { fileURLToPath } from \"node:url\";\n\nconst path = new URL(\"../tsconfig-examples.json\", import.meta.url);\nexport const tsconfigPath = fileURLToPath(path);\n"],"names":[],"mappings":";;;;;;AAEA,MAAM,IAAA,GAAO,IAAI,GAAA,CAAI,2BAAA,EAA6B,YAAY,GAAG,CAAA;AAC1D,MAAM,YAAA,GAAe,cAAc,IAAI;;;;"}
1
+ {"version":3,"file":"tsconfig-path-bG7G_cK8.mjs","sources":["../src/tsconfig-path.ts"],"sourcesContent":["import { fileURLToPath } from \"node:url\";\n\nconst path = new URL(\"../tsconfig-examples.json\", import.meta.url);\nexport const tsconfigPath = fileURLToPath(path);\n"],"names":[],"mappings":";;;;;;AAEA,MAAM,IAAA,GAAO,IAAI,GAAA,CAAI,2BAAA,EAA6B,YAAY,GAAG,CAAA;AAC1D,MAAM,YAAA,GAAe,cAAc,IAAI;;"}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.13"
8
+ "packageVersion": "7.59.0"
9
9
  }
10
10
  ]
11
11
  }