@forsakringskassan/docs-generator 1.27.0 → 1.28.0

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/markdown.js CHANGED
@@ -1,17 +1,17 @@
1
1
  'use strict';
2
2
 
3
- var createMarkdownRenderer = require('./create-markdown-renderer--V6N9Daq.js');
4
- require('./vendor-Dmnzl4fQ.js');
5
- require('fs');
6
- require('constants');
7
- require('stream');
8
- require('util');
9
- require('assert');
3
+ var createMarkdownRenderer = require('./create-markdown-renderer-CPrI2LLQ.js');
4
+ require('./vendor-uab7h6x-.js');
10
5
  require('path');
11
6
  require('url');
7
+ require('fs');
12
8
  require('fs/promises');
13
9
  require('events');
10
+ require('stream');
14
11
  require('string_decoder');
12
+ require('constants');
13
+ require('util');
14
+ require('assert');
15
15
  require('readline');
16
16
  require('child_process');
17
17
  require('node:buffer');
@@ -406,12 +406,6 @@ dialog[open] {
406
406
  display: block;
407
407
  }
408
408
 
409
- .version {
410
- color: var(--f-text-color-discrete);
411
- text-wrap: nowrap;
412
- margin-left: 1rem;
413
- }
414
-
415
409
  p:not(.code-preview p) {
416
410
  max-width: 680px;
417
411
  }
@@ -772,6 +766,9 @@ main #aside dd {
772
766
  display: flex;
773
767
  align-items: center;
774
768
  }
769
+ .toolbar__item {
770
+ display: flex;
771
+ }
775
772
 
776
773
  kbd {
777
774
  border: 1px solid #bbbbbd;
@@ -406,12 +406,6 @@ dialog[open] {
406
406
  display: block;
407
407
  }
408
408
 
409
- .version {
410
- color: var(--f-text-color-discrete);
411
- text-wrap: nowrap;
412
- margin-left: 1rem;
413
- }
414
-
415
409
  p:not(.code-preview p) {
416
410
  max-width: 680px;
417
411
  }
@@ -772,6 +766,9 @@ main #aside dd {
772
766
  display: flex;
773
767
  align-items: center;
774
768
  }
769
+ .toolbar__item {
770
+ display: flex;
771
+ }
775
772
 
776
773
  kbd {
777
774
  border: 1px solid #bbbbbd;
@@ -842,10 +839,17 @@ kbd {
842
839
  :root {
843
840
  --docs-font-family: arial, "Helvetica Neue", sans-serif;
844
841
  --docs-font-weight: normal;
845
- --docs-heading-font-family: arial, "Helvetica Neue", sans-serif;
846
- --docs-heading-font-weight: normal;
842
+ --docs-text-color-default: #1b1e23;
843
+ --docs-text-color-discrete: #5f6165;
844
+ --docs-heading-font-family: var(--docs-font-family);
845
+ --docs-heading-font-weight: var(--docs-font-weight);
847
846
  --docs-heading-line-height: 1.4;
847
+ --docs-header-text-color-default: #1b1e23;
848
+ --docs-header-text-color-discrete: #5f6165;
848
849
  --docs-menu-width-expanded: 230px;
850
+ --docs-version-text-color: var(--docs-text-color-discrete);
851
+ --docs-version-link-color: var(--docs-text-color-discrete);
852
+ --docs-version-hover-color: var(--docs-text-color-default);
849
853
  }
850
854
 
851
855
  *,
@@ -908,6 +912,19 @@ textarea {
908
912
  margin: 0;
909
913
  }
910
914
 
915
+ .version {
916
+ color: var(--docs-text-color-discrete);
917
+ text-wrap: nowrap;
918
+ margin-left: 1rem;
919
+ }
920
+ .version a {
921
+ color: var(--docs-link-color-discrete);
922
+ text-decoration: underline;
923
+ }
924
+ .version a:hover, .version a:focus, .version a:active {
925
+ color: var(--docs-text-color-default);
926
+ }
927
+
911
928
  html {
912
929
  scroll-behavior: smooth;
913
930
  }
@@ -931,4 +948,9 @@ body {
931
948
  font-size: var(--f-font-size-standard);
932
949
  font-weight: var(--docs-font-weight);
933
950
  line-height: var(--f-line-height-large);
951
+ }
952
+
953
+ .page-header {
954
+ --docs-text-color-default: var(--docs-header-text-color-default);
955
+ --docs-text-color-discrete: var(--docs-header-text-color-discrete);
934
956
  }
@@ -1,10 +1,17 @@
1
1
  :root {
2
2
  --docs-font-family: arial, "Helvetica Neue", sans-serif;
3
3
  --docs-font-weight: normal;
4
- --docs-heading-font-family: arial, "Helvetica Neue", sans-serif;
5
- --docs-heading-font-weight: normal;
4
+ --docs-text-color-default: #1b1e23;
5
+ --docs-text-color-discrete: #5f6165;
6
+ --docs-heading-font-family: var(--docs-font-family);
7
+ --docs-heading-font-weight: var(--docs-font-weight);
6
8
  --docs-heading-line-height: 1.4;
9
+ --docs-header-text-color-default: #1b1e23;
10
+ --docs-header-text-color-discrete: #5f6165;
7
11
  --docs-menu-width-expanded: 230px;
12
+ --docs-version-text-color: var(--docs-text-color-discrete);
13
+ --docs-version-link-color: var(--docs-text-color-discrete);
14
+ --docs-version-hover-color: var(--docs-text-color-default);
8
15
  }
9
16
 
10
17
  *,
@@ -67,6 +74,19 @@ textarea {
67
74
  margin: 0;
68
75
  }
69
76
 
77
+ .version {
78
+ color: var(--docs-text-color-discrete);
79
+ text-wrap: nowrap;
80
+ margin-left: 1rem;
81
+ }
82
+ .version a {
83
+ color: var(--docs-link-color-discrete);
84
+ text-decoration: underline;
85
+ }
86
+ .version a:hover, .version a:focus, .version a:active {
87
+ color: var(--docs-text-color-default);
88
+ }
89
+
70
90
  html {
71
91
  scroll-behavior: smooth;
72
92
  }
@@ -90,4 +110,9 @@ body {
90
110
  font-size: var(--f-font-size-standard);
91
111
  font-weight: var(--docs-font-weight);
92
112
  line-height: var(--f-line-height-large);
113
+ }
114
+
115
+ .page-header {
116
+ --docs-text-color-default: var(--docs-header-text-color-default);
117
+ --docs-text-color-discrete: var(--docs-header-text-color-discrete);
93
118
  }