@forsakringskassan/docs-generator 2.26.4 → 2.27.1

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.
Files changed (34) hide show
  1. package/README.md +5 -5
  2. package/dist/{create-markdown-renderer-DRsx8BA_.js → create-markdown-renderer-B9Y9VYNq.mjs} +27 -33
  3. package/dist/create-markdown-renderer-B9Y9VYNq.mjs.map +1 -0
  4. package/dist/{index.d.ts → index.d.mts} +8 -0
  5. package/dist/{index.js → index.mjs} +195 -182
  6. package/dist/index.mjs.map +1 -0
  7. package/dist/markdown.mjs +41 -0
  8. package/dist/markdown.mjs.map +1 -0
  9. package/dist/processors/{motd.js → motd.mjs} +0 -2
  10. package/dist/processors/{selectable-version.js → selectable-version.mjs} +91 -92
  11. package/dist/{runtime-bootstrap.js → runtime-bootstrap.mjs} +0 -2
  12. package/dist/{runtime.js → runtime.mjs} +4 -10
  13. package/dist/style/core.css +1 -0
  14. package/dist/style/index.css +1 -0
  15. package/dist/tsconfig-path-bG7G_cK8.mjs +11 -0
  16. package/dist/tsconfig-path-bG7G_cK8.mjs.map +1 -0
  17. package/dist/tsdoc-metadata.json +1 -1
  18. package/dist/{vendor-DKOm4V-g.js → vendor-DiqWVUfS.mjs} +164 -551
  19. package/dist/vendor-DiqWVUfS.mjs.map +1 -0
  20. package/dist/{vue3-D18_q-Ol.js → vue3-BzNzaBbK.mjs} +12 -11
  21. package/dist/vue3-BzNzaBbK.mjs.map +1 -0
  22. package/dist/worker-BnI39lrZ.mjs +150 -0
  23. package/dist/worker-BnI39lrZ.mjs.map +1 -0
  24. package/package.json +18 -8
  25. package/dist/compile-example.js +0 -152
  26. package/dist/compile-example.js.map +0 -1
  27. package/dist/create-markdown-renderer-DRsx8BA_.js.map +0 -1
  28. package/dist/index.js.map +0 -1
  29. package/dist/markdown.js +0 -47
  30. package/dist/markdown.js.map +0 -1
  31. package/dist/vendor-DKOm4V-g.js.map +0 -1
  32. package/dist/vue3-D18_q-Ol.js.map +0 -1
  33. /package/dist/{markdown.d.ts → markdown.d.mts} +0 -0
  34. /package/dist/{runtime.d.ts → runtime.d.mts} +0 -0
@@ -1181,6 +1181,7 @@ main #aside dd {
1181
1181
  .code-preview--default .code-preview__preview {
1182
1182
  border-bottom: 1px solid #ddddde;
1183
1183
  padding: 1.5rem;
1184
+ overflow: auto;
1184
1185
  }
1185
1186
 
1186
1187
  .code-preview--borderless {
@@ -1181,6 +1181,7 @@ main #aside dd {
1181
1181
  .code-preview--default .code-preview__preview {
1182
1182
  border-bottom: 1px solid #ddddde;
1183
1183
  padding: 1.5rem;
1184
+ overflow: auto;
1184
1185
  }
1185
1186
 
1186
1187
  .code-preview--borderless {
@@ -0,0 +1,11 @@
1
+ import { createRequire as $createRequire } from "node:module";
2
+
3
+ const require = $createRequire(import.meta.url);
4
+
5
+ import { fileURLToPath } from 'node:url';
6
+
7
+ const path = new URL("../tsconfig-examples.json", import.meta.url);
8
+ const tsconfigPath = fileURLToPath(path);
9
+
10
+ export { tsconfigPath as t };
11
+ //# sourceMappingURL=tsconfig-path-bG7G_cK8.mjs.map
@@ -0,0 +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,IAAO,GAAA,IAAI,GAAI,CAAA,2BAAA,EAA6B,YAAY,GAAG,CAAA;AACpD,MAAA,YAAA,GAAe,cAAc,IAAI;;;;"}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.5"
8
+ "packageVersion": "7.52.7"
9
9
  }
10
10
  ]
11
11
  }