@forsakringskassan/docs-generator 2.29.3 → 2.30.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.
- package/dist/{create-markdown-renderer-Bqm7kdpQ.mjs → create-markdown-renderer-CuJEYJ_W.mjs} +54 -43
- package/dist/create-markdown-renderer-CuJEYJ_W.mjs.map +1 -0
- package/dist/index.d.mts +4 -3
- package/dist/index.mjs +68 -47
- package/dist/index.mjs.map +1 -1
- package/dist/markdown.d.mts +8 -8
- package/dist/markdown.mjs +3 -3
- package/dist/processors/selectable-version.mjs +3 -2
- package/dist/runtime.mjs +9450 -10293
- package/dist/style/core.css +1 -1
- package/dist/style/index.css +66 -2
- package/dist/style/site.css +65 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/{vendor-COMHgwYY.mjs → vendor-PyKPmsiH.mjs} +69 -22
- package/dist/vendor-PyKPmsiH.mjs.map +1 -0
- package/dist/{vue3-CRwEnRGE.mjs → vue3-Bvwupe7o.mjs} +9 -4
- package/dist/vue3-Bvwupe7o.mjs.map +1 -0
- package/dist/{worker-DE8HC-uI.mjs → worker-CmH8hTq1.mjs} +2 -2
- package/dist/{worker-DE8HC-uI.mjs.map → worker-CmH8hTq1.mjs.map} +1 -1
- package/package.json +2 -1
- package/dist/create-markdown-renderer-Bqm7kdpQ.mjs.map +0 -1
- package/dist/vendor-COMHgwYY.mjs.map +0 -1
- package/dist/vue3-CRwEnRGE.mjs.map +0 -1
package/dist/style/core.css
CHANGED
package/dist/style/index.css
CHANGED
|
@@ -316,7 +316,7 @@ header {
|
|
|
316
316
|
#primary {
|
|
317
317
|
display: grid;
|
|
318
318
|
grid-area: primary;
|
|
319
|
-
|
|
319
|
+
gap: 0 2rem;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
footer {
|
|
@@ -1337,7 +1337,7 @@ kbd {
|
|
|
1337
1337
|
}
|
|
1338
1338
|
|
|
1339
1339
|
:root {
|
|
1340
|
-
--docs-font-family:
|
|
1340
|
+
--docs-font-family: "Inter Variable", sans-serif;
|
|
1341
1341
|
--docs-font-weight: normal;
|
|
1342
1342
|
--docs-text-color-default: #1b1e23;
|
|
1343
1343
|
--docs-text-color-discrete: #5f6165;
|
|
@@ -1455,6 +1455,69 @@ textarea {
|
|
|
1455
1455
|
margin: 0;
|
|
1456
1456
|
}
|
|
1457
1457
|
|
|
1458
|
+
/* inter-cyrillic-ext-wght-normal */
|
|
1459
|
+
@font-face {
|
|
1460
|
+
font-family: "Inter Variable";
|
|
1461
|
+
font-style: normal;
|
|
1462
|
+
font-display: swap;
|
|
1463
|
+
font-weight: 100 900;
|
|
1464
|
+
src: url(./inter-cyrillic-ext-wght-normal.woff2) format("woff2-variations");
|
|
1465
|
+
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
1466
|
+
}
|
|
1467
|
+
/* inter-cyrillic-wght-normal */
|
|
1468
|
+
@font-face {
|
|
1469
|
+
font-family: "Inter Variable";
|
|
1470
|
+
font-style: normal;
|
|
1471
|
+
font-display: swap;
|
|
1472
|
+
font-weight: 100 900;
|
|
1473
|
+
src: url(./inter-cyrillic-wght-normal.woff2) format("woff2-variations");
|
|
1474
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
1475
|
+
}
|
|
1476
|
+
/* inter-greek-ext-wght-normal */
|
|
1477
|
+
@font-face {
|
|
1478
|
+
font-family: "Inter Variable";
|
|
1479
|
+
font-style: normal;
|
|
1480
|
+
font-display: swap;
|
|
1481
|
+
font-weight: 100 900;
|
|
1482
|
+
src: url(./inter-greek-ext-wght-normal.woff2) format("woff2-variations");
|
|
1483
|
+
unicode-range: U+1F00-1FFF;
|
|
1484
|
+
}
|
|
1485
|
+
/* inter-greek-wght-normal */
|
|
1486
|
+
@font-face {
|
|
1487
|
+
font-family: "Inter Variable";
|
|
1488
|
+
font-style: normal;
|
|
1489
|
+
font-display: swap;
|
|
1490
|
+
font-weight: 100 900;
|
|
1491
|
+
src: url(./inter-greek-wght-normal.woff2) format("woff2-variations");
|
|
1492
|
+
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
|
|
1493
|
+
}
|
|
1494
|
+
/* inter-vietnamese-wght-normal */
|
|
1495
|
+
@font-face {
|
|
1496
|
+
font-family: "Inter Variable";
|
|
1497
|
+
font-style: normal;
|
|
1498
|
+
font-display: swap;
|
|
1499
|
+
font-weight: 100 900;
|
|
1500
|
+
src: url(./inter-vietnamese-wght-normal.woff2) format("woff2-variations");
|
|
1501
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
1502
|
+
}
|
|
1503
|
+
/* inter-latin-ext-wght-normal */
|
|
1504
|
+
@font-face {
|
|
1505
|
+
font-family: "Inter Variable";
|
|
1506
|
+
font-style: normal;
|
|
1507
|
+
font-display: swap;
|
|
1508
|
+
font-weight: 100 900;
|
|
1509
|
+
src: url(./inter-latin-ext-wght-normal.woff2) format("woff2-variations");
|
|
1510
|
+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
1511
|
+
}
|
|
1512
|
+
/* inter-latin-wght-normal */
|
|
1513
|
+
@font-face {
|
|
1514
|
+
font-family: "Inter Variable";
|
|
1515
|
+
font-style: normal;
|
|
1516
|
+
font-display: swap;
|
|
1517
|
+
font-weight: 100 900;
|
|
1518
|
+
src: url(./inter-latin-wght-normal.woff2) format("woff2-variations");
|
|
1519
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
1520
|
+
}
|
|
1458
1521
|
.cookie-warning {
|
|
1459
1522
|
background: var(--docs-cookie-background-color);
|
|
1460
1523
|
border-bottom: 2px solid var(--docs-cookie-border-color);
|
|
@@ -1521,6 +1584,7 @@ body {
|
|
|
1521
1584
|
font-family: var(--docs-font-family);
|
|
1522
1585
|
font-weight: var(--docs-font-weight);
|
|
1523
1586
|
font-size: var(--f-font-size-default-rem);
|
|
1587
|
+
font-feature-settings: "liga" 1, "calt" 1;
|
|
1524
1588
|
min-width: 400px;
|
|
1525
1589
|
}
|
|
1526
1590
|
@media (width >= 1024px) {
|
package/dist/style/site.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--docs-font-family:
|
|
2
|
+
--docs-font-family: "Inter Variable", sans-serif;
|
|
3
3
|
--docs-font-weight: normal;
|
|
4
4
|
--docs-text-color-default: #1b1e23;
|
|
5
5
|
--docs-text-color-discrete: #5f6165;
|
|
@@ -117,6 +117,69 @@ textarea {
|
|
|
117
117
|
margin: 0;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
+
/* inter-cyrillic-ext-wght-normal */
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: "Inter Variable";
|
|
123
|
+
font-style: normal;
|
|
124
|
+
font-display: swap;
|
|
125
|
+
font-weight: 100 900;
|
|
126
|
+
src: url(./inter-cyrillic-ext-wght-normal.woff2) format("woff2-variations");
|
|
127
|
+
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
128
|
+
}
|
|
129
|
+
/* inter-cyrillic-wght-normal */
|
|
130
|
+
@font-face {
|
|
131
|
+
font-family: "Inter Variable";
|
|
132
|
+
font-style: normal;
|
|
133
|
+
font-display: swap;
|
|
134
|
+
font-weight: 100 900;
|
|
135
|
+
src: url(./inter-cyrillic-wght-normal.woff2) format("woff2-variations");
|
|
136
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
137
|
+
}
|
|
138
|
+
/* inter-greek-ext-wght-normal */
|
|
139
|
+
@font-face {
|
|
140
|
+
font-family: "Inter Variable";
|
|
141
|
+
font-style: normal;
|
|
142
|
+
font-display: swap;
|
|
143
|
+
font-weight: 100 900;
|
|
144
|
+
src: url(./inter-greek-ext-wght-normal.woff2) format("woff2-variations");
|
|
145
|
+
unicode-range: U+1F00-1FFF;
|
|
146
|
+
}
|
|
147
|
+
/* inter-greek-wght-normal */
|
|
148
|
+
@font-face {
|
|
149
|
+
font-family: "Inter Variable";
|
|
150
|
+
font-style: normal;
|
|
151
|
+
font-display: swap;
|
|
152
|
+
font-weight: 100 900;
|
|
153
|
+
src: url(./inter-greek-wght-normal.woff2) format("woff2-variations");
|
|
154
|
+
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
|
|
155
|
+
}
|
|
156
|
+
/* inter-vietnamese-wght-normal */
|
|
157
|
+
@font-face {
|
|
158
|
+
font-family: "Inter Variable";
|
|
159
|
+
font-style: normal;
|
|
160
|
+
font-display: swap;
|
|
161
|
+
font-weight: 100 900;
|
|
162
|
+
src: url(./inter-vietnamese-wght-normal.woff2) format("woff2-variations");
|
|
163
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
164
|
+
}
|
|
165
|
+
/* inter-latin-ext-wght-normal */
|
|
166
|
+
@font-face {
|
|
167
|
+
font-family: "Inter Variable";
|
|
168
|
+
font-style: normal;
|
|
169
|
+
font-display: swap;
|
|
170
|
+
font-weight: 100 900;
|
|
171
|
+
src: url(./inter-latin-ext-wght-normal.woff2) format("woff2-variations");
|
|
172
|
+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
173
|
+
}
|
|
174
|
+
/* inter-latin-wght-normal */
|
|
175
|
+
@font-face {
|
|
176
|
+
font-family: "Inter Variable";
|
|
177
|
+
font-style: normal;
|
|
178
|
+
font-display: swap;
|
|
179
|
+
font-weight: 100 900;
|
|
180
|
+
src: url(./inter-latin-wght-normal.woff2) format("woff2-variations");
|
|
181
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
182
|
+
}
|
|
120
183
|
.cookie-warning {
|
|
121
184
|
background: var(--docs-cookie-background-color);
|
|
122
185
|
border-bottom: 2px solid var(--docs-cookie-border-color);
|
|
@@ -189,6 +252,7 @@ body {
|
|
|
189
252
|
font-family: var(--docs-font-family);
|
|
190
253
|
font-weight: var(--docs-font-weight);
|
|
191
254
|
font-size: var(--f-font-size-default-rem);
|
|
255
|
+
font-feature-settings: "liga" 1, "calt" 1;
|
|
192
256
|
min-width: 400px;
|
|
193
257
|
}
|
|
194
258
|
@media (width >= 1024px) {
|
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -20814,6 +20814,11 @@ var require$$0 = [
|
|
|
20814
20814
|
constant: "CLOUDFLARE_PAGES",
|
|
20815
20815
|
env: "CF_PAGES"
|
|
20816
20816
|
},
|
|
20817
|
+
{
|
|
20818
|
+
name: "Cloudflare Workers",
|
|
20819
|
+
constant: "CLOUDFLARE_WORKERS",
|
|
20820
|
+
env: "WORKERS_CI"
|
|
20821
|
+
},
|
|
20817
20822
|
{
|
|
20818
20823
|
name: "Codefresh",
|
|
20819
20824
|
constant: "CODEFRESH",
|
|
@@ -21119,7 +21124,7 @@ function requireCiInfo () {
|
|
|
21119
21124
|
env.CI !== 'false' && // Bypass all checks if CI env is explicitly set to 'false'
|
|
21120
21125
|
(env.BUILD_ID || // Jenkins, Cloudbees
|
|
21121
21126
|
env.BUILD_NUMBER || // Jenkins, TeamCity
|
|
21122
|
-
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
|
|
21127
|
+
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages/Workers
|
|
21123
21128
|
env.CI_APP_ID || // Appflow
|
|
21124
21129
|
env.CI_BUILD_ID || // Appflow
|
|
21125
21130
|
env.CI_BUILD_NUMBER || // Appflow
|
|
@@ -21201,6 +21206,18 @@ function requireIsCi () {
|
|
|
21201
21206
|
var isCiExports = requireIsCi();
|
|
21202
21207
|
var isCI = /*@__PURE__*/getDefaultExportFromCjs(isCiExports);
|
|
21203
21208
|
|
|
21209
|
+
var subsets = [
|
|
21210
|
+
"cyrillic",
|
|
21211
|
+
"cyrillic-ext",
|
|
21212
|
+
"greek",
|
|
21213
|
+
"greek-ext",
|
|
21214
|
+
"latin",
|
|
21215
|
+
"latin-ext",
|
|
21216
|
+
"vietnamese"
|
|
21217
|
+
];
|
|
21218
|
+
var inter = {
|
|
21219
|
+
subsets: subsets};
|
|
21220
|
+
|
|
21204
21221
|
var fs = {};
|
|
21205
21222
|
|
|
21206
21223
|
var universalify = {};
|
|
@@ -22684,6 +22701,43 @@ function requireStat () {
|
|
|
22684
22701
|
return stat;
|
|
22685
22702
|
}
|
|
22686
22703
|
|
|
22704
|
+
var async;
|
|
22705
|
+
var hasRequiredAsync;
|
|
22706
|
+
|
|
22707
|
+
function requireAsync () {
|
|
22708
|
+
if (hasRequiredAsync) return async;
|
|
22709
|
+
hasRequiredAsync = 1;
|
|
22710
|
+
|
|
22711
|
+
// https://github.com/jprichardson/node-fs-extra/issues/1056
|
|
22712
|
+
// Performing parallel operations on each item of an async iterator is
|
|
22713
|
+
// surprisingly hard; you need to have handlers in place to avoid getting an
|
|
22714
|
+
// UnhandledPromiseRejectionWarning.
|
|
22715
|
+
// NOTE: This function does not presently handle return values, only errors
|
|
22716
|
+
async function asyncIteratorConcurrentProcess (iterator, fn) {
|
|
22717
|
+
const promises = [];
|
|
22718
|
+
for await (const item of iterator) {
|
|
22719
|
+
promises.push(
|
|
22720
|
+
fn(item).then(
|
|
22721
|
+
() => null,
|
|
22722
|
+
(err) => err ?? new Error('unknown error')
|
|
22723
|
+
)
|
|
22724
|
+
);
|
|
22725
|
+
}
|
|
22726
|
+
await Promise.all(
|
|
22727
|
+
promises.map((promise) =>
|
|
22728
|
+
promise.then((possibleErr) => {
|
|
22729
|
+
if (possibleErr !== null) throw possibleErr
|
|
22730
|
+
})
|
|
22731
|
+
)
|
|
22732
|
+
);
|
|
22733
|
+
}
|
|
22734
|
+
|
|
22735
|
+
async = {
|
|
22736
|
+
asyncIteratorConcurrentProcess
|
|
22737
|
+
};
|
|
22738
|
+
return async;
|
|
22739
|
+
}
|
|
22740
|
+
|
|
22687
22741
|
var copy_1;
|
|
22688
22742
|
var hasRequiredCopy$1;
|
|
22689
22743
|
|
|
@@ -22697,6 +22751,7 @@ function requireCopy$1 () {
|
|
|
22697
22751
|
const { pathExists } = requirePathExists();
|
|
22698
22752
|
const { utimesMillis } = requireUtimes();
|
|
22699
22753
|
const stat = requireStat();
|
|
22754
|
+
const { asyncIteratorConcurrentProcess } = requireAsync();
|
|
22700
22755
|
|
|
22701
22756
|
async function copy (src, dest, opts = {}) {
|
|
22702
22757
|
if (typeof opts === 'function') {
|
|
@@ -22804,28 +22859,20 @@ function requireCopy$1 () {
|
|
|
22804
22859
|
await fs.mkdir(dest);
|
|
22805
22860
|
}
|
|
22806
22861
|
|
|
22807
|
-
|
|
22808
|
-
|
|
22809
|
-
// loop through the files in the current directory to copy everything
|
|
22810
|
-
for await (const item of await fs.opendir(src)) {
|
|
22862
|
+
// iterate through the files in the current directory to copy everything
|
|
22863
|
+
await asyncIteratorConcurrentProcess(await fs.opendir(src), async (item) => {
|
|
22811
22864
|
const srcItem = path.join(src, item.name);
|
|
22812
22865
|
const destItem = path.join(dest, item.name);
|
|
22813
22866
|
|
|
22814
|
-
|
|
22815
|
-
|
|
22816
|
-
|
|
22817
|
-
|
|
22818
|
-
|
|
22819
|
-
|
|
22820
|
-
|
|
22821
|
-
|
|
22822
|
-
|
|
22823
|
-
}
|
|
22824
|
-
})
|
|
22825
|
-
);
|
|
22826
|
-
}
|
|
22827
|
-
|
|
22828
|
-
await Promise.all(promises);
|
|
22867
|
+
const include = await runFilter(srcItem, destItem, opts);
|
|
22868
|
+
// only copy the item if it matches the filter function
|
|
22869
|
+
if (include) {
|
|
22870
|
+
const { destStat } = await stat.checkPaths(srcItem, destItem, 'copy', opts);
|
|
22871
|
+
// If the item is a copyable file, `getStatsAndPerformCopy` will copy it
|
|
22872
|
+
// If the item is a directory, `getStatsAndPerformCopy` will call `onDir` recursively
|
|
22873
|
+
await getStatsAndPerformCopy(destStat, srcItem, destItem, opts);
|
|
22874
|
+
}
|
|
22875
|
+
});
|
|
22829
22876
|
|
|
22830
22877
|
if (!destStat) {
|
|
22831
22878
|
await fs.chmod(dest, srcStat.mode);
|
|
@@ -56169,5 +56216,5 @@ function requireSrc () {
|
|
|
56169
56216
|
var srcExports = requireSrc();
|
|
56170
56217
|
var tinylr = /*@__PURE__*/getDefaultExportFromCjs(srcExports);
|
|
56171
56218
|
|
|
56172
|
-
export { HighlightJS as H, MarkdownIt as M, deflist_plugin as a, closest as b, createTwoFilesPatch as c, dedent as d, distance as e, fm as f, globSync as g, glob as h, isCI as i, moduleImporter as j, cliProgress as k, createInstance as l, minimatch as m, fse as n, tinylr as t, watch$1 as w };
|
|
56173
|
-
//# sourceMappingURL=vendor-
|
|
56219
|
+
export { HighlightJS as H, MarkdownIt as M, deflist_plugin as a, closest as b, createTwoFilesPatch as c, dedent as d, distance as e, fm as f, globSync as g, glob as h, isCI as i, moduleImporter as j, cliProgress as k, createInstance as l, minimatch as m, fse as n, inter as o, tinylr as t, watch$1 as w };
|
|
56220
|
+
//# sourceMappingURL=vendor-PyKPmsiH.mjs.map
|