@forsakringskassan/docs-generator 2.21.4 → 2.23.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.
@@ -87,6 +87,15 @@ h6 {
87
87
  color: var(--f-text-color-heading-6);
88
88
  }
89
89
 
90
+ h1 > a,
91
+ h2 > a,
92
+ h3 > a,
93
+ h4 > a,
94
+ h5 > a,
95
+ h6 > a {
96
+ text-decoration: none;
97
+ }
98
+
90
99
  * + h1,
91
100
  * + h2,
92
101
  * + h3,
@@ -136,7 +145,7 @@ h5 + h6 {
136
145
  margin-top: 1rem;
137
146
  }
138
147
 
139
- p {
148
+ .docs-paragraph {
140
149
  font-size: var(--f-font-size-standard);
141
150
  font-weight: var(--f-font-weight-normal);
142
151
  line-height: var(--f-line-height-large);
@@ -237,6 +246,7 @@ pre code {
237
246
  cursor: pointer;
238
247
  display: inline-flex;
239
248
  padding-bottom: 0.5rem;
249
+ text-decoration: none;
240
250
  }
241
251
  .docs-topnav__anchor, .docs-topnav__anchor:visited, .docs-topnav__anchor:active {
242
252
  color: var(--docs-topnav-link-color-default);
@@ -450,6 +460,7 @@ main {
450
460
  color: var(--f-text-color-default);
451
461
  padding: 0.5rem calc(0.25rem + var(--highlight-width)) 0.5rem 0.25rem;
452
462
  line-height: 1.2;
463
+ text-decoration: none;
453
464
  text-overflow: ellipsis;
454
465
  overflow: hidden;
455
466
  }
@@ -517,7 +528,7 @@ main {
517
528
  }
518
529
  @media (width < 1280px) {
519
530
  #outline summary {
520
- width: min-content;
531
+ width: fit-content;
521
532
  cursor: pointer;
522
533
  }
523
534
  #outline summary::after {
@@ -581,14 +592,14 @@ main {
581
592
  }
582
593
  @media not (prefers-reduced-motion: reduce) {
583
594
  #outline li.active::before {
584
- background: var(--f-color-brand-a-strong);
595
+ background: var(--docs-outline-active-border-color);
585
596
  }
586
597
  }
587
598
  #outline li:hover::after {
588
- background: var(--f-color-brand-a-strong);
599
+ background: var(--docs-outline-active-border-color);
589
600
  }
590
601
  #outline li:hover a {
591
- background: #ddddde;
602
+ background: var(--docs-outline-hover-background-color);
592
603
  }
593
604
  #outline a {
594
605
  display: inline-block;
@@ -597,6 +608,7 @@ main {
597
608
  line-height: 20px;
598
609
  color: var(--f-font-color-primary);
599
610
  padding: 0.5rem;
611
+ text-decoration: none;
600
612
  }
601
613
 
602
614
  #version button {
@@ -613,6 +625,9 @@ main {
613
625
  width: 30rem;
614
626
  max-height: 45rem;
615
627
  }
628
+ #version-dialog a {
629
+ text-decoration: none;
630
+ }
616
631
 
617
632
  #version-dialog-head {
618
633
  display: flex;
@@ -1211,6 +1226,7 @@ kbd {
1211
1226
  #search-results a,
1212
1227
  #search-results a:visited {
1213
1228
  color: var(--f-text-color-default);
1229
+ text-decoration: none;
1214
1230
  }
1215
1231
 
1216
1232
  #search-results .list__item--active {
@@ -87,6 +87,15 @@ h6 {
87
87
  color: var(--f-text-color-heading-6);
88
88
  }
89
89
 
90
+ h1 > a,
91
+ h2 > a,
92
+ h3 > a,
93
+ h4 > a,
94
+ h5 > a,
95
+ h6 > a {
96
+ text-decoration: none;
97
+ }
98
+
90
99
  * + h1,
91
100
  * + h2,
92
101
  * + h3,
@@ -136,7 +145,7 @@ h5 + h6 {
136
145
  margin-top: 1rem;
137
146
  }
138
147
 
139
- p {
148
+ .docs-paragraph {
140
149
  font-size: var(--f-font-size-standard);
141
150
  font-weight: var(--f-font-weight-normal);
142
151
  line-height: var(--f-line-height-large);
@@ -237,6 +246,7 @@ pre code {
237
246
  cursor: pointer;
238
247
  display: inline-flex;
239
248
  padding-bottom: 0.5rem;
249
+ text-decoration: none;
240
250
  }
241
251
  .docs-topnav__anchor, .docs-topnav__anchor:visited, .docs-topnav__anchor:active {
242
252
  color: var(--docs-topnav-link-color-default);
@@ -450,6 +460,7 @@ main {
450
460
  color: var(--f-text-color-default);
451
461
  padding: 0.5rem calc(0.25rem + var(--highlight-width)) 0.5rem 0.25rem;
452
462
  line-height: 1.2;
463
+ text-decoration: none;
453
464
  text-overflow: ellipsis;
454
465
  overflow: hidden;
455
466
  }
@@ -517,7 +528,7 @@ main {
517
528
  }
518
529
  @media (width < 1280px) {
519
530
  #outline summary {
520
- width: min-content;
531
+ width: fit-content;
521
532
  cursor: pointer;
522
533
  }
523
534
  #outline summary::after {
@@ -581,14 +592,14 @@ main {
581
592
  }
582
593
  @media not (prefers-reduced-motion: reduce) {
583
594
  #outline li.active::before {
584
- background: var(--f-color-brand-a-strong);
595
+ background: var(--docs-outline-active-border-color);
585
596
  }
586
597
  }
587
598
  #outline li:hover::after {
588
- background: var(--f-color-brand-a-strong);
599
+ background: var(--docs-outline-active-border-color);
589
600
  }
590
601
  #outline li:hover a {
591
- background: #ddddde;
602
+ background: var(--docs-outline-hover-background-color);
592
603
  }
593
604
  #outline a {
594
605
  display: inline-block;
@@ -597,6 +608,7 @@ main {
597
608
  line-height: 20px;
598
609
  color: var(--f-font-color-primary);
599
610
  padding: 0.5rem;
611
+ text-decoration: none;
600
612
  }
601
613
 
602
614
  #version button {
@@ -613,6 +625,9 @@ main {
613
625
  width: 30rem;
614
626
  max-height: 45rem;
615
627
  }
628
+ #version-dialog a {
629
+ text-decoration: none;
630
+ }
616
631
 
617
632
  #version-dialog-head {
618
633
  display: flex;
@@ -1211,6 +1226,7 @@ kbd {
1211
1226
  #search-results a,
1212
1227
  #search-results a:visited {
1213
1228
  color: var(--f-text-color-default);
1229
+ text-decoration: none;
1214
1230
  }
1215
1231
 
1216
1232
  #search-results .list__item--active {
@@ -1267,6 +1283,8 @@ kbd {
1267
1283
  --docs-motd-info-background-color: #f5f6fa;
1268
1284
  --docs-motd-link-color: var(--docs-text-color-discrete);
1269
1285
  --docs-motd-hover-color: var(--docs-text-color-default);
1286
+ --docs-outline-active-border-color: #116a3e;
1287
+ --docs-outline-hover-background-color: #ddddde;
1270
1288
  --docs-tags-optional-background-color: transparent;
1271
1289
  --docs-tags-optional-border-color: #5f6165;
1272
1290
  --docs-tags-optional-text-color: var(--docs-text-color-discrete);
@@ -1334,10 +1352,6 @@ ol {
1334
1352
  margin-bottom: 1rem;
1335
1353
  }
1336
1354
 
1337
- a {
1338
- text-decoration: none;
1339
- }
1340
-
1341
1355
  button,
1342
1356
  input,
1343
1357
  optgroup,
@@ -1400,7 +1414,6 @@ textarea {
1400
1414
  }
1401
1415
  .version a {
1402
1416
  color: var(--docs-link-color-discrete);
1403
- text-decoration: underline;
1404
1417
  }
1405
1418
  .version a:hover, .version a:focus, .version a:active {
1406
1419
  color: var(--docs-text-color-default);
@@ -1436,6 +1449,10 @@ body {
1436
1449
  --docs-text-color-discrete: var(--docs-header-text-color-discrete);
1437
1450
  }
1438
1451
 
1452
+ .page-header__app-name {
1453
+ text-decoration: none;
1454
+ }
1455
+
1439
1456
  .sr-only {
1440
1457
  position: absolute;
1441
1458
  width: 1px;
@@ -36,6 +36,8 @@
36
36
  --docs-motd-info-background-color: #f5f6fa;
37
37
  --docs-motd-link-color: var(--docs-text-color-discrete);
38
38
  --docs-motd-hover-color: var(--docs-text-color-default);
39
+ --docs-outline-active-border-color: #116a3e;
40
+ --docs-outline-hover-background-color: #ddddde;
39
41
  --docs-tags-optional-background-color: transparent;
40
42
  --docs-tags-optional-border-color: #5f6165;
41
43
  --docs-tags-optional-text-color: var(--docs-text-color-discrete);
@@ -103,10 +105,6 @@ ol {
103
105
  margin-bottom: 1rem;
104
106
  }
105
107
 
106
- a {
107
- text-decoration: none;
108
- }
109
-
110
108
  button,
111
109
  input,
112
110
  optgroup,
@@ -175,7 +173,6 @@ textarea {
175
173
  }
176
174
  .version a {
177
175
  color: var(--docs-link-color-discrete);
178
- text-decoration: underline;
179
176
  }
180
177
  .version a:hover, .version a:focus, .version a:active {
181
178
  color: var(--docs-text-color-default);
@@ -211,6 +208,10 @@ body {
211
208
  --docs-text-color-discrete: var(--docs-header-text-color-discrete);
212
209
  }
213
210
 
211
+ .page-header__app-name {
212
+ text-decoration: none;
213
+ }
214
+
214
215
  .sr-only {
215
216
  position: absolute;
216
217
  width: 1px;
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.1"
8
+ "packageVersion": "7.52.2"
9
9
  }
10
10
  ]
11
11
  }