@forsakringskassan/docs-generator 3.6.2 → 3.6.4
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/{create-markdown-renderer-tzDgWLhP.mjs → create-markdown-renderer-BJc20Dbn.mjs} +3 -3
- package/dist/{create-markdown-renderer-tzDgWLhP.mjs.map → create-markdown-renderer-BJc20Dbn.mjs.map} +1 -1
- package/dist/{format-code.worker-0XhhwOvm.mjs → format-code.worker-BK9EqG4l.mjs} +2 -2
- package/dist/{format-code.worker-0XhhwOvm.mjs.map → format-code.worker-BK9EqG4l.mjs.map} +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/markdown.mjs +2 -2
- package/dist/runtime-internal.mjs +312 -238
- package/dist/style/core.css +2 -2
- package/dist/style/index.css +3 -3
- package/dist/style/site.css +1 -1
- package/dist/tsconfig-path-bG7G_cK8.mjs.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/{vendor-D7FIOE5G.mjs → vendor-CxVzCwEN.mjs} +179 -126
- package/dist/{vendor-D7FIOE5G.mjs.map → vendor-CxVzCwEN.mjs.map} +1 -1
- package/dist/vue3-DbJPWpmQ.mjs.map +1 -1
- package/package.json +1 -1
- package/templates/macro/menu.html +2 -2
package/dist/style/core.css
CHANGED
|
@@ -570,7 +570,7 @@ main {
|
|
|
570
570
|
display: block;
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
|
-
.navigation
|
|
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 >
|
|
620
|
+
.navigation details > ul {
|
|
621
621
|
margin-bottom: 0;
|
|
622
622
|
margin-left: 1rem;
|
|
623
623
|
}
|
package/dist/style/index.css
CHANGED
|
@@ -570,7 +570,7 @@ main {
|
|
|
570
570
|
display: block;
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
|
-
.navigation
|
|
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 >
|
|
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
|
|
package/dist/style/site.css
CHANGED
|
@@ -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;;"}
|