@procore/globalization-toolkit 3.0.1 → 3.1.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.
Files changed (86) hide show
  1. package/.changeset/README.md +8 -0
  2. package/.changeset/config.json +11 -0
  3. package/.depcheckrc +1 -4
  4. package/CHANGELOG.md +4 -8
  5. package/README.md +40 -46
  6. package/dist/dateTimes/DateTimeFormatter.d.ts +2 -0
  7. package/dist/dateTimes/DateTimeFormatter.js +22 -1
  8. package/dist/dateTimes/DateTimeFormatter.js.map +1 -1
  9. package/dist/index.d.ts +1 -1
  10. package/dist/index.js +2 -1
  11. package/dist/index.js.map +1 -1
  12. package/dist/tsconfig.build.tsbuildinfo +1 -1
  13. package/docs/assets/highlight.css +23 -16
  14. package/docs/assets/main.js +4 -3
  15. package/docs/assets/navigation.js +1 -0
  16. package/docs/assets/search.js +1 -1
  17. package/docs/assets/style.css +473 -370
  18. package/docs/classes/CurrencyFormatter.html +25 -172
  19. package/docs/classes/DateTimeFormatter.html +15 -151
  20. package/docs/classes/NumberFormatter.html +20 -179
  21. package/docs/functions/formatCurrency.html +5 -129
  22. package/docs/functions/formatCurrencyToParts.html +5 -129
  23. package/docs/functions/formatDateTime.html +5 -129
  24. package/docs/functions/formatDateTimeToParts.html +5 -129
  25. package/docs/functions/formatNumber.html +5 -129
  26. package/docs/functions/formatNumberToParts.html +5 -129
  27. package/docs/functions/getCurrencySeparators.html +4 -125
  28. package/docs/functions/getDatePartsWithPlaceholders.html +5 -129
  29. package/docs/functions/getDatePlaceholder.html +5 -129
  30. package/docs/functions/getNumberSeparators.html +4 -125
  31. package/docs/functions/getStartDayOfTheWeek.html +4 -125
  32. package/docs/functions/getSupportedCurrencies.html +4 -0
  33. package/docs/functions/parseCurrency.html +5 -129
  34. package/docs/functions/parseNumber.html +5 -129
  35. package/docs/index.html +74 -261
  36. package/docs/interfaces/CurrencyOptions.html +8 -108
  37. package/docs/interfaces/DateTimeOptionsBasic.html +4 -101
  38. package/docs/interfaces/DateTimeOptionsComponentsAll.html +14 -158
  39. package/docs/interfaces/DateTimeOptionsComponentsHourMinute.html +14 -158
  40. package/docs/interfaces/DateTimeOptionsComponentsHourMinuteSecond.html +14 -158
  41. package/docs/interfaces/DateTimeOptionsComponentsMonthDay.html +14 -158
  42. package/docs/interfaces/DateTimeOptionsComponentsWeekdayYearMonthDay.html +14 -158
  43. package/docs/interfaces/DateTimeOptionsComponentsYearMonth.html +14 -158
  44. package/docs/interfaces/DateTimeOptionsComponentsYearMonthDay.html +14 -158
  45. package/docs/interfaces/DateTimeOptionsStyle.html +14 -158
  46. package/docs/interfaces/NumberOptions.html +6 -94
  47. package/docs/modules.html +66 -186
  48. package/docs/types/CurrencyDisplay.html +1 -111
  49. package/docs/types/CurrencySign.html +1 -111
  50. package/docs/types/DateLabelOptions.html +1 -119
  51. package/docs/types/DateStyle.html +1 -111
  52. package/docs/types/DateTimeFormatPart.html +1 -110
  53. package/docs/types/DateTimeOptions.html +1 -110
  54. package/docs/types/DateTimeStyle.html +1 -111
  55. package/docs/types/Day.html +1 -111
  56. package/docs/types/FormatterOptions.html +1 -115
  57. package/docs/types/Hour.html +1 -111
  58. package/docs/types/Locale.html +1 -110
  59. package/docs/types/Minute.html +1 -111
  60. package/docs/types/Month.html +1 -111
  61. package/docs/types/NumberFormatPart.html +1 -110
  62. package/docs/types/NumericTwoDigit.html +1 -111
  63. package/docs/types/Percent.html +1 -111
  64. package/docs/types/Second.html +1 -111
  65. package/docs/types/Separators.html +1 -117
  66. package/docs/types/TimeStyle.html +1 -111
  67. package/docs/types/TimeZoneName.html +1 -111
  68. package/docs/types/Weekday.html +1 -111
  69. package/docs/types/Year.html +1 -111
  70. package/docs/variables/CurrencyDisplay-1.html +1 -122
  71. package/docs/variables/CurrencySign-1.html +1 -118
  72. package/docs/variables/DateStyle-1.html +1 -122
  73. package/docs/variables/DateTimeStyle-1.html +1 -122
  74. package/docs/variables/Day-1.html +1 -118
  75. package/docs/variables/Hour-1.html +1 -118
  76. package/docs/variables/Minute-1.html +1 -118
  77. package/docs/variables/Month-1.html +1 -124
  78. package/docs/variables/NumericTwoDigit-1.html +1 -118
  79. package/docs/variables/Percent-1.html +1 -118
  80. package/docs/variables/Second-1.html +1 -118
  81. package/docs/variables/TimeStyle-1.html +1 -122
  82. package/docs/variables/TimeZoneName-1.html +1 -118
  83. package/docs/variables/Weekday-1.html +1 -120
  84. package/docs/variables/Year-1.html +1 -118
  85. package/package.json +7 -43
  86. package/tsconfig.build.json +0 -1
@@ -6,17 +6,35 @@
6
6
  --light-color-background-warning: #e6e600;
7
7
  --light-color-icon-background: var(--light-color-background);
8
8
  --light-color-accent: #c5c7c9;
9
+ --light-color-active-menu-item: var(--light-color-accent);
9
10
  --light-color-text: #222;
10
- --light-color-text-aside: #707070;
11
- --light-color-link: #4da6ff;
12
- --light-color-ts: #db1373;
13
- --light-color-ts-interface: #139d2c;
14
- --light-color-ts-enum: #9c891a;
15
- --light-color-ts-class: #2484e5;
11
+ --light-color-text-aside: #6e6e6e;
12
+ --light-color-link: #1f70c2;
13
+
14
+ --light-color-ts-project: #b111c9;
15
+ --light-color-ts-module: var(--light-color-ts-project);
16
+ --light-color-ts-namespace: var(--light-color-ts-project);
17
+ --light-color-ts-enum: #7e6f15;
18
+ --light-color-ts-enum-member: var(--light-color-ts-enum);
19
+ --light-color-ts-variable: #4760ec;
16
20
  --light-color-ts-function: #572be7;
17
- --light-color-ts-namespace: #b111c9;
18
- --light-color-ts-private: #707070;
19
- --light-color-ts-variable: #4d68ff;
21
+ --light-color-ts-class: #1f70c2;
22
+ --light-color-ts-interface: #108024;
23
+ --light-color-ts-constructor: var(--light-color-ts-class);
24
+ --light-color-ts-property: var(--light-color-ts-variable);
25
+ --light-color-ts-method: var(--light-color-ts-function);
26
+ --light-color-ts-call-signature: var(--light-color-ts-method);
27
+ --light-color-ts-index-signature: var(--light-color-ts-property);
28
+ --light-color-ts-constructor-signature: var(--light-color-ts-constructor);
29
+ --light-color-ts-parameter: var(--light-color-ts-variable);
30
+ /* type literal not included as links will never be generated to it */
31
+ --light-color-ts-type-parameter: var(--light-color-ts-type-alias);
32
+ --light-color-ts-accessor: var(--light-color-ts-property);
33
+ --light-color-ts-get-signature: var(--light-color-ts-accessor);
34
+ --light-color-ts-set-signature: var(--light-color-ts-accessor);
35
+ --light-color-ts-type-alias: #d51270;
36
+ /* reference not included as links will be colored with the kind that it points to */
37
+
20
38
  --light-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23000' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
21
39
  --light-color-scheme: light;
22
40
 
@@ -27,17 +45,35 @@
27
45
  --dark-color-warning-text: #222;
28
46
  --dark-color-icon-background: var(--dark-color-background-secondary);
29
47
  --dark-color-accent: #9096a2;
48
+ --dark-color-active-menu-item: #5d5d6a;
30
49
  --dark-color-text: #f5f5f5;
31
50
  --dark-color-text-aside: #dddddd;
32
51
  --dark-color-link: #00aff4;
33
- --dark-color-ts: #ff6492;
34
- --dark-color-ts-interface: #6cff87;
52
+
53
+ --dark-color-ts-project: #e358ff;
54
+ --dark-color-ts-module: var(--dark-color-ts-project);
55
+ --dark-color-ts-namespace: var(--dark-color-ts-project);
35
56
  --dark-color-ts-enum: #f4d93e;
36
- --dark-color-ts-class: #61b0ff;
37
- --dark-color-ts-function: #9772ff;
38
- --dark-color-ts-namespace: #e14dff;
39
- --dark-color-ts-private: #e2e2e2;
40
- --dark-color-ts-variable: #4d68ff;
57
+ --dark-color-ts-enum-member: var(--dark-color-ts-enum);
58
+ --dark-color-ts-variable: #798dff;
59
+ --dark-color-ts-function: #a280ff;
60
+ --dark-color-ts-class: #8ac4ff;
61
+ --dark-color-ts-interface: #6cff87;
62
+ --dark-color-ts-constructor: var(--dark-color-ts-class);
63
+ --dark-color-ts-property: var(--dark-color-ts-variable);
64
+ --dark-color-ts-method: var(--dark-color-ts-function);
65
+ --dark-color-ts-call-signature: var(--dark-color-ts-method);
66
+ --dark-color-ts-index-signature: var(--dark-color-ts-property);
67
+ --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
68
+ --dark-color-ts-parameter: var(--dark-color-ts-variable);
69
+ /* type literal not included as links will never be generated to it */
70
+ --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias);
71
+ --dark-color-ts-accessor: var(--dark-color-ts-property);
72
+ --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
73
+ --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
74
+ --dark-color-ts-type-alias: #ff6492;
75
+ /* reference not included as links will be colored with the kind that it points to */
76
+
41
77
  --dark-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23fff' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
42
78
  --dark-color-scheme: dark;
43
79
  }
@@ -50,17 +86,34 @@
50
86
  --color-warning-text: var(--light-color-warning-text);
51
87
  --color-icon-background: var(--light-color-icon-background);
52
88
  --color-accent: var(--light-color-accent);
89
+ --color-active-menu-item: var(--light-color-active-menu-item);
53
90
  --color-text: var(--light-color-text);
54
91
  --color-text-aside: var(--light-color-text-aside);
55
92
  --color-link: var(--light-color-link);
56
- --color-ts: var(--light-color-ts);
57
- --color-ts-interface: var(--light-color-ts-interface);
58
- --color-ts-enum: var(--light-color-ts-enum);
59
- --color-ts-class: var(--light-color-ts-class);
60
- --color-ts-function: var(--light-color-ts-function);
93
+
94
+ --color-ts-module: var(--light-color-ts-module);
61
95
  --color-ts-namespace: var(--light-color-ts-namespace);
62
- --color-ts-private: var(--light-color-ts-private);
96
+ --color-ts-enum: var(--light-color-ts-enum);
97
+ --color-ts-enum-member: var(--light-color-ts-enum-member);
63
98
  --color-ts-variable: var(--light-color-ts-variable);
99
+ --color-ts-function: var(--light-color-ts-function);
100
+ --color-ts-class: var(--light-color-ts-class);
101
+ --color-ts-interface: var(--light-color-ts-interface);
102
+ --color-ts-constructor: var(--light-color-ts-constructor);
103
+ --color-ts-property: var(--light-color-ts-property);
104
+ --color-ts-method: var(--light-color-ts-method);
105
+ --color-ts-call-signature: var(--light-color-ts-call-signature);
106
+ --color-ts-index-signature: var(--light-color-ts-index-signature);
107
+ --color-ts-constructor-signature: var(
108
+ --light-color-ts-constructor-signature
109
+ );
110
+ --color-ts-parameter: var(--light-color-ts-parameter);
111
+ --color-ts-type-parameter: var(--light-color-ts-type-parameter);
112
+ --color-ts-accessor: var(--light-color-ts-accessor);
113
+ --color-ts-get-signature: var(--light-color-ts-get-signature);
114
+ --color-ts-set-signature: var(--light-color-ts-set-signature);
115
+ --color-ts-type-alias: var(--light-color-ts-type-alias);
116
+
64
117
  --external-icon: var(--light-external-icon);
65
118
  --color-scheme: var(--light-color-scheme);
66
119
  }
@@ -74,17 +127,34 @@
74
127
  --color-warning-text: var(--dark-color-warning-text);
75
128
  --color-icon-background: var(--dark-color-icon-background);
76
129
  --color-accent: var(--dark-color-accent);
130
+ --color-active-menu-item: var(--dark-color-active-menu-item);
77
131
  --color-text: var(--dark-color-text);
78
132
  --color-text-aside: var(--dark-color-text-aside);
79
133
  --color-link: var(--dark-color-link);
80
- --color-ts: var(--dark-color-ts);
81
- --color-ts-interface: var(--dark-color-ts-interface);
82
- --color-ts-enum: var(--dark-color-ts-enum);
83
- --color-ts-class: var(--dark-color-ts-class);
84
- --color-ts-function: var(--dark-color-ts-function);
134
+
135
+ --color-ts-module: var(--dark-color-ts-module);
85
136
  --color-ts-namespace: var(--dark-color-ts-namespace);
86
- --color-ts-private: var(--dark-color-ts-private);
137
+ --color-ts-enum: var(--dark-color-ts-enum);
138
+ --color-ts-enum-member: var(--dark-color-ts-enum-member);
87
139
  --color-ts-variable: var(--dark-color-ts-variable);
140
+ --color-ts-function: var(--dark-color-ts-function);
141
+ --color-ts-class: var(--dark-color-ts-class);
142
+ --color-ts-interface: var(--dark-color-ts-interface);
143
+ --color-ts-constructor: var(--dark-color-ts-constructor);
144
+ --color-ts-property: var(--dark-color-ts-property);
145
+ --color-ts-method: var(--dark-color-ts-method);
146
+ --color-ts-call-signature: var(--dark-color-ts-call-signature);
147
+ --color-ts-index-signature: var(--dark-color-ts-index-signature);
148
+ --color-ts-constructor-signature: var(
149
+ --dark-color-ts-constructor-signature
150
+ );
151
+ --color-ts-parameter: var(--dark-color-ts-parameter);
152
+ --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
153
+ --color-ts-accessor: var(--dark-color-ts-accessor);
154
+ --color-ts-get-signature: var(--dark-color-ts-get-signature);
155
+ --color-ts-set-signature: var(--dark-color-ts-set-signature);
156
+ --color-ts-type-alias: var(--dark-color-ts-type-alias);
157
+
88
158
  --external-icon: var(--dark-external-icon);
89
159
  --color-scheme: var(--dark-color-scheme);
90
160
  }
@@ -105,17 +175,34 @@ body {
105
175
  --color-warning-text: var(--light-color-warning-text);
106
176
  --color-icon-background: var(--light-color-icon-background);
107
177
  --color-accent: var(--light-color-accent);
178
+ --color-active-menu-item: var(--light-color-active-menu-item);
108
179
  --color-text: var(--light-color-text);
109
180
  --color-text-aside: var(--light-color-text-aside);
110
181
  --color-link: var(--light-color-link);
111
- --color-ts: var(--light-color-ts);
112
- --color-ts-interface: var(--light-color-ts-interface);
113
- --color-ts-enum: var(--light-color-ts-enum);
114
- --color-ts-class: var(--light-color-ts-class);
115
- --color-ts-function: var(--light-color-ts-function);
182
+
183
+ --color-ts-module: var(--light-color-ts-module);
116
184
  --color-ts-namespace: var(--light-color-ts-namespace);
117
- --color-ts-private: var(--light-color-ts-private);
185
+ --color-ts-enum: var(--light-color-ts-enum);
186
+ --color-ts-enum-member: var(--light-color-ts-enum-member);
118
187
  --color-ts-variable: var(--light-color-ts-variable);
188
+ --color-ts-function: var(--light-color-ts-function);
189
+ --color-ts-class: var(--light-color-ts-class);
190
+ --color-ts-interface: var(--light-color-ts-interface);
191
+ --color-ts-constructor: var(--light-color-ts-constructor);
192
+ --color-ts-property: var(--light-color-ts-property);
193
+ --color-ts-method: var(--light-color-ts-method);
194
+ --color-ts-call-signature: var(--light-color-ts-call-signature);
195
+ --color-ts-index-signature: var(--light-color-ts-index-signature);
196
+ --color-ts-constructor-signature: var(
197
+ --light-color-ts-constructor-signature
198
+ );
199
+ --color-ts-parameter: var(--light-color-ts-parameter);
200
+ --color-ts-type-parameter: var(--light-color-ts-type-parameter);
201
+ --color-ts-accessor: var(--light-color-ts-accessor);
202
+ --color-ts-get-signature: var(--light-color-ts-get-signature);
203
+ --color-ts-set-signature: var(--light-color-ts-set-signature);
204
+ --color-ts-type-alias: var(--light-color-ts-type-alias);
205
+
119
206
  --external-icon: var(--light-external-icon);
120
207
  --color-scheme: var(--light-color-scheme);
121
208
  }
@@ -127,17 +214,34 @@ body {
127
214
  --color-warning-text: var(--dark-color-warning-text);
128
215
  --color-icon-background: var(--dark-color-icon-background);
129
216
  --color-accent: var(--dark-color-accent);
217
+ --color-active-menu-item: var(--dark-color-active-menu-item);
130
218
  --color-text: var(--dark-color-text);
131
219
  --color-text-aside: var(--dark-color-text-aside);
132
220
  --color-link: var(--dark-color-link);
133
- --color-ts: var(--dark-color-ts);
134
- --color-ts-interface: var(--dark-color-ts-interface);
135
- --color-ts-enum: var(--dark-color-ts-enum);
136
- --color-ts-class: var(--dark-color-ts-class);
137
- --color-ts-function: var(--dark-color-ts-function);
221
+
222
+ --color-ts-module: var(--dark-color-ts-module);
138
223
  --color-ts-namespace: var(--dark-color-ts-namespace);
139
- --color-ts-private: var(--dark-color-ts-private);
224
+ --color-ts-enum: var(--dark-color-ts-enum);
225
+ --color-ts-enum-member: var(--dark-color-ts-enum-member);
140
226
  --color-ts-variable: var(--dark-color-ts-variable);
227
+ --color-ts-function: var(--dark-color-ts-function);
228
+ --color-ts-class: var(--dark-color-ts-class);
229
+ --color-ts-interface: var(--dark-color-ts-interface);
230
+ --color-ts-constructor: var(--dark-color-ts-constructor);
231
+ --color-ts-property: var(--dark-color-ts-property);
232
+ --color-ts-method: var(--dark-color-ts-method);
233
+ --color-ts-call-signature: var(--dark-color-ts-call-signature);
234
+ --color-ts-index-signature: var(--dark-color-ts-index-signature);
235
+ --color-ts-constructor-signature: var(
236
+ --dark-color-ts-constructor-signature
237
+ );
238
+ --color-ts-parameter: var(--dark-color-ts-parameter);
239
+ --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
240
+ --color-ts-accessor: var(--dark-color-ts-accessor);
241
+ --color-ts-get-signature: var(--dark-color-ts-get-signature);
242
+ --color-ts-set-signature: var(--dark-color-ts-set-signature);
243
+ --color-ts-type-alias: var(--dark-color-ts-type-alias);
244
+
141
245
  --external-icon: var(--dark-external-icon);
142
246
  --color-scheme: var(--dark-color-scheme);
143
247
  }
@@ -156,6 +260,16 @@ h6 {
156
260
  line-height: 1.2;
157
261
  }
158
262
 
263
+ h1 > a,
264
+ h2 > a,
265
+ h3 > a,
266
+ h4 > a,
267
+ h5 > a,
268
+ h6 > a {
269
+ text-decoration: none;
270
+ color: var(--color-text);
271
+ }
272
+
159
273
  h1 {
160
274
  font-size: 1.875rem;
161
275
  margin: 0.67rem 0;
@@ -190,12 +304,6 @@ h6 {
190
304
  text-transform: uppercase;
191
305
  }
192
306
 
193
- pre {
194
- white-space: pre;
195
- white-space: pre-wrap;
196
- word-wrap: break-word;
197
- }
198
-
199
307
  dl,
200
308
  menu,
201
309
  ol,
@@ -208,26 +316,10 @@ dd {
208
316
  }
209
317
 
210
318
  .container {
211
- max-width: 1600px;
319
+ max-width: 1700px;
212
320
  padding: 0 2rem;
213
321
  }
214
322
 
215
- @media (min-width: 640px) {
216
- .container {
217
- padding: 0 4rem;
218
- }
219
- }
220
- @media (min-width: 1200px) {
221
- .container {
222
- padding: 0 8rem;
223
- }
224
- }
225
- @media (min-width: 1600px) {
226
- .container {
227
- padding: 0 12rem;
228
- }
229
- }
230
-
231
323
  /* Footer */
232
324
  .tsd-generator {
233
325
  border-top: 1px solid var(--color-accent);
@@ -243,26 +335,9 @@ dd {
243
335
  }
244
336
 
245
337
  .container-main {
246
- display: flex;
247
- justify-content: space-between;
248
- position: relative;
249
338
  margin: 0 auto;
250
- }
251
-
252
- .col-4,
253
- .col-8 {
254
- box-sizing: border-box;
255
- float: left;
256
- padding: 2rem 1rem;
257
- }
258
-
259
- .col-4 {
260
- flex: 0 0 25%;
261
- }
262
- .col-8 {
263
- flex: 1 0;
264
- flex-wrap: wrap;
265
- padding-left: 0;
339
+ /* toolbar, footer, margin */
340
+ min-height: calc(100vh - 41px - 56px - 4rem);
266
341
  }
267
342
 
268
343
  @keyframes fade-in {
@@ -305,22 +380,6 @@ dd {
305
380
  opacity: 0;
306
381
  }
307
382
  }
308
- @keyframes shift-to-left {
309
- from {
310
- transform: translate(0, 0);
311
- }
312
- to {
313
- transform: translate(-25%, 0);
314
- }
315
- }
316
- @keyframes unshift-to-left {
317
- from {
318
- transform: translate(-25%, 0);
319
- }
320
- to {
321
- transform: translate(0, 0);
322
- }
323
- }
324
383
  @keyframes pop-in-from-right {
325
384
  from {
326
385
  transform: translate(100%, 0);
@@ -369,13 +428,29 @@ pre {
369
428
  }
370
429
 
371
430
  pre {
431
+ position: relative;
432
+ white-space: pre;
433
+ white-space: pre-wrap;
434
+ word-wrap: break-word;
372
435
  padding: 10px;
373
- border: 0.1em solid var(--color-accent);
436
+ border: 1px solid var(--color-accent);
374
437
  }
375
438
  pre code {
376
439
  padding: 0;
377
440
  font-size: 100%;
378
441
  }
442
+ pre > button {
443
+ position: absolute;
444
+ top: 10px;
445
+ right: 10px;
446
+ opacity: 0;
447
+ transition: opacity 0.1s;
448
+ box-sizing: border-box;
449
+ }
450
+ pre:hover > button,
451
+ pre > button.visible {
452
+ opacity: 1;
453
+ }
379
454
 
380
455
  blockquote {
381
456
  margin: 1em 0;
@@ -391,13 +466,12 @@ blockquote {
391
466
  padding: 0 0 0 20px;
392
467
  margin: 0;
393
468
  }
394
- .tsd-typography h4,
395
469
  .tsd-typography .tsd-index-panel h3,
396
470
  .tsd-index-panel .tsd-typography h3,
471
+ .tsd-typography h4,
397
472
  .tsd-typography h5,
398
473
  .tsd-typography h6 {
399
474
  font-size: 1em;
400
- margin: 0;
401
475
  }
402
476
  .tsd-typography h5,
403
477
  .tsd-typography h6 {
@@ -408,91 +482,18 @@ blockquote {
408
482
  .tsd-typography ol {
409
483
  margin: 1em 0;
410
484
  }
411
-
412
- @media (max-width: 1024px) {
413
- html .col-content {
414
- float: none;
415
- max-width: 100%;
416
- width: 100%;
417
- padding-top: 3rem;
418
- }
419
- html .col-menu {
420
- position: fixed !important;
421
- overflow-y: auto;
422
- -webkit-overflow-scrolling: touch;
423
- z-index: 1024;
424
- top: 0 !important;
425
- bottom: 0 !important;
426
- left: auto !important;
427
- right: 0 !important;
428
- padding: 1.5rem 1.5rem 0 0;
429
- max-width: 25rem;
430
- visibility: hidden;
431
- background-color: var(--color-background);
432
- transform: translate(100%, 0);
433
- }
434
- html .col-menu > *:last-child {
435
- padding-bottom: 20px;
436
- }
437
- html .overlay {
438
- content: "";
439
- display: block;
440
- position: fixed;
441
- z-index: 1023;
442
- top: 0;
443
- left: 0;
444
- right: 0;
445
- bottom: 0;
446
- background-color: rgba(0, 0, 0, 0.75);
447
- visibility: hidden;
448
- }
449
-
450
- .to-has-menu .overlay {
451
- animation: fade-in 0.4s;
452
- }
453
-
454
- .to-has-menu :is(header, footer, .col-content) {
455
- animation: shift-to-left 0.4s;
456
- }
457
-
458
- .to-has-menu .col-menu {
459
- animation: pop-in-from-right 0.4s;
460
- }
461
-
462
- .from-has-menu .overlay {
463
- animation: fade-out 0.4s;
464
- }
465
-
466
- .from-has-menu :is(header, footer, .col-content) {
467
- animation: unshift-to-left 0.4s;
468
- }
469
-
470
- .from-has-menu .col-menu {
471
- animation: pop-out-to-right 0.4s;
472
- }
473
-
474
- .has-menu body {
475
- overflow: hidden;
476
- }
477
- .has-menu .overlay {
478
- visibility: visible;
479
- }
480
- .has-menu :is(header, footer, .col-content) {
481
- transform: translate(-25%, 0);
482
- }
483
- .has-menu .col-menu {
484
- visibility: visible;
485
- transform: translate(0, 0);
486
- display: grid;
487
- align-items: center;
488
- grid-template-rows: auto 1fr;
489
- grid-gap: 1.5rem;
490
- max-height: 100vh;
491
- padding: 1rem 2rem;
492
- }
493
- .has-menu .tsd-navigation {
494
- max-height: 100%;
495
- }
485
+ .tsd-typography table {
486
+ border-collapse: collapse;
487
+ border: none;
488
+ }
489
+ .tsd-typography td,
490
+ .tsd-typography th {
491
+ padding: 6px 13px;
492
+ border: 1px solid var(--color-accent);
493
+ }
494
+ .tsd-typography thead,
495
+ .tsd-typography tr:nth-child(even) {
496
+ background-color: var(--color-background-secondary);
496
497
  }
497
498
 
498
499
  .tsd-breadcrumb {
@@ -673,43 +674,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
673
674
  -o-page-break-inside: avoid;
674
675
  page-break-inside: avoid;
675
676
  }
676
- .tsd-index-panel a,
677
- .tsd-index-panel a.tsd-parent-kind-module {
678
- color: var(--color-ts);
679
- }
680
- .tsd-index-panel a.tsd-parent-kind-interface {
681
- color: var(--color-ts-interface);
682
- }
683
- .tsd-index-panel a.tsd-parent-kind-enum {
684
- color: var(--color-ts-enum);
685
- }
686
- .tsd-index-panel a.tsd-parent-kind-class {
687
- color: var(--color-ts-class);
688
- }
689
- .tsd-index-panel a.tsd-kind-module {
690
- color: var(--color-ts-namespace);
691
- }
692
- .tsd-index-panel a.tsd-kind-interface {
693
- color: var(--color-ts-interface);
694
- }
695
- .tsd-index-panel a.tsd-kind-enum {
696
- color: var(--color-ts-enum);
697
- }
698
- .tsd-index-panel a.tsd-kind-class {
699
- color: var(--color-ts-class);
700
- }
701
- .tsd-index-panel a.tsd-kind-function {
702
- color: var(--color-ts-function);
703
- }
704
- .tsd-index-panel a.tsd-kind-namespace {
705
- color: var(--color-ts-namespace);
706
- }
707
- .tsd-index-panel a.tsd-kind-variable {
708
- color: var(--color-ts-variable);
709
- }
710
- .tsd-index-panel a.tsd-is-private {
711
- color: var(--color-ts-private);
712
- }
713
677
 
714
678
  .tsd-flag {
715
679
  display: inline-block;
@@ -724,7 +688,7 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
724
688
  }
725
689
 
726
690
  .tsd-anchor {
727
- position: absolute;
691
+ position: relative;
728
692
  top: -100px;
729
693
  }
730
694
 
@@ -738,108 +702,64 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
738
702
  margin-bottom: 0;
739
703
  border-bottom: none;
740
704
  }
741
- .tsd-member [data-tsd-kind] {
742
- color: var(--color-ts);
743
- }
744
- .tsd-member [data-tsd-kind="Interface"] {
745
- color: var(--color-ts-interface);
746
- }
747
- .tsd-member [data-tsd-kind="Enum"] {
748
- color: var(--color-ts-enum);
749
- }
750
- .tsd-member [data-tsd-kind="Class"] {
751
- color: var(--color-ts-class);
705
+
706
+ .tsd-navigation.settings {
707
+ margin: 1rem 0;
752
708
  }
753
- .tsd-member [data-tsd-kind="Private"] {
754
- color: var(--color-ts-private);
709
+ .tsd-navigation > a,
710
+ .tsd-navigation .tsd-accordion-summary {
711
+ width: calc(100% - 0.5rem);
755
712
  }
756
-
757
- .tsd-navigation a {
758
- display: block;
759
- margin: 0.4rem 0;
760
- border-left: 2px solid transparent;
713
+ .tsd-navigation a,
714
+ .tsd-navigation summary > span,
715
+ .tsd-page-navigation a {
716
+ display: inline-flex;
717
+ align-items: center;
718
+ padding: 0.25rem;
761
719
  color: var(--color-text);
762
720
  text-decoration: none;
763
- transition: border-left-color 0.1s;
721
+ box-sizing: border-box;
722
+ }
723
+ .tsd-navigation a.current,
724
+ .tsd-page-navigation a.current {
725
+ background: var(--color-active-menu-item);
764
726
  }
765
- .tsd-navigation a:hover {
727
+ .tsd-navigation a:hover,
728
+ .tsd-page-navigation a:hover {
766
729
  text-decoration: underline;
767
730
  }
768
- .tsd-navigation ul {
769
- margin: 0;
731
+ .tsd-navigation ul,
732
+ .tsd-page-navigation ul {
733
+ margin-top: 0;
734
+ margin-bottom: 0;
770
735
  padding: 0;
771
736
  list-style: none;
772
737
  }
773
- .tsd-navigation li {
738
+ .tsd-navigation li,
739
+ .tsd-page-navigation li {
774
740
  padding: 0;
741
+ max-width: 100%;
775
742
  }
776
-
777
- .tsd-navigation.primary .tsd-accordion-details > ul {
778
- margin-top: 0.75rem;
779
- }
780
- .tsd-navigation.primary a {
781
- padding: 0.75rem 0.5rem;
782
- margin: 0;
743
+ .tsd-nested-navigation {
744
+ margin-left: 3rem;
783
745
  }
784
- .tsd-navigation.primary ul li a {
785
- margin-left: 0.5rem;
746
+ .tsd-nested-navigation > li > details {
747
+ margin-left: -1.5rem;
786
748
  }
787
- .tsd-navigation.primary ul li li a {
749
+ .tsd-small-nested-navigation {
788
750
  margin-left: 1.5rem;
789
751
  }
790
- .tsd-navigation.primary ul li li li a {
791
- margin-left: 2.5rem;
792
- }
793
- .tsd-navigation.primary ul li li li li a {
794
- margin-left: 3.5rem;
795
- }
796
- .tsd-navigation.primary ul li li li li li a {
797
- margin-left: 4.5rem;
798
- }
799
- .tsd-navigation.primary ul li li li li li li a {
800
- margin-left: 5.5rem;
801
- }
802
- .tsd-navigation.primary li.current > a {
803
- border-left: 0.15rem var(--color-text) solid;
804
- }
805
- .tsd-navigation.primary li.selected > a {
806
- font-weight: bold;
807
- border-left: 0.2rem var(--color-text) solid;
808
- }
809
- .tsd-navigation.primary ul li a:hover {
810
- border-left: 0.2rem var(--color-text-aside) solid;
811
- }
812
- .tsd-navigation.primary li.globals + li > span,
813
- .tsd-navigation.primary li.globals + li > a {
814
- padding-top: 20px;
752
+ .tsd-small-nested-navigation > li > details {
753
+ margin-left: -1.5rem;
815
754
  }
816
755
 
817
- .tsd-navigation.secondary.tsd-navigation--toolbar-hide {
818
- max-height: calc(100vh - 1rem);
819
- top: 0.5rem;
820
- }
821
- .tsd-navigation.secondary > ul {
822
- display: inline;
823
- padding-right: 0.5rem;
824
- transition: opacity 0.2s;
756
+ .tsd-nested-navigation > li > a,
757
+ .tsd-nested-navigation > li > span {
758
+ width: calc(100% - 1.75rem - 0.5rem);
825
759
  }
826
- .tsd-navigation.secondary ul li a {
827
- padding-left: 0;
828
- }
829
- .tsd-navigation.secondary ul li li a {
830
- padding-left: 1.1rem;
831
- }
832
- .tsd-navigation.secondary ul li li li a {
833
- padding-left: 2.2rem;
834
- }
835
- .tsd-navigation.secondary ul li li li li a {
836
- padding-left: 3.3rem;
837
- }
838
- .tsd-navigation.secondary ul li li li li li a {
839
- padding-left: 4.4rem;
840
- }
841
- .tsd-navigation.secondary ul li li li li li li a {
842
- padding-left: 5.5rem;
760
+
761
+ .tsd-page-navigation ul {
762
+ padding-left: 1.75rem;
843
763
  }
844
764
 
845
765
  #tsd-sidebar-links a {
@@ -852,41 +772,40 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
852
772
  }
853
773
 
854
774
  a.tsd-index-link {
855
- margin: 0.25rem 0;
775
+ padding: 0.25rem 0 !important;
856
776
  font-size: 1rem;
857
777
  line-height: 1.25rem;
858
778
  display: inline-flex;
859
779
  align-items: center;
780
+ color: var(--color-text);
860
781
  }
861
- .tsd-accordion-summary > h1,
862
- .tsd-accordion-summary > h2,
863
- .tsd-accordion-summary > h3,
864
- .tsd-accordion-summary > h4,
865
- .tsd-accordion-summary > h5 {
866
- display: inline-flex;
867
- align-items: center;
868
- vertical-align: middle;
869
- margin-bottom: 0;
782
+ .tsd-accordion-summary {
783
+ list-style-type: none; /* hide marker on non-safari */
784
+ outline: none; /* broken on safari, so just hide it */
785
+ }
786
+ .tsd-accordion-summary::-webkit-details-marker {
787
+ display: none; /* hide marker on safari */
788
+ }
789
+ .tsd-accordion-summary,
790
+ .tsd-accordion-summary a {
870
791
  user-select: none;
871
792
  -moz-user-select: none;
872
793
  -webkit-user-select: none;
873
794
  -ms-user-select: none;
874
- }
875
- .tsd-accordion-summary {
876
- display: block;
795
+
877
796
  cursor: pointer;
878
797
  }
798
+ .tsd-accordion-summary a {
799
+ width: calc(100% - 1.5rem);
800
+ }
879
801
  .tsd-accordion-summary > * {
880
802
  margin-top: 0;
881
803
  margin-bottom: 0;
882
804
  padding-top: 0;
883
805
  padding-bottom: 0;
884
806
  }
885
- .tsd-accordion-summary::-webkit-details-marker {
886
- display: none;
887
- }
888
- .tsd-index-accordion .tsd-accordion-summary svg {
889
- margin-right: 0.25rem;
807
+ .tsd-index-accordion .tsd-accordion-summary > svg {
808
+ margin-left: 0.25rem;
890
809
  }
891
810
  .tsd-index-content > :not(:first-child) {
892
811
  margin-top: 0.75rem;
@@ -911,34 +830,6 @@ a.tsd-index-link {
911
830
  margin-right: 0.8rem;
912
831
  }
913
832
 
914
- @media (min-width: 1024px) {
915
- .col-content {
916
- margin: 2rem auto;
917
- }
918
-
919
- .menu-sticky-wrap {
920
- position: sticky;
921
- height: calc(100vh - 2rem);
922
- top: 4rem;
923
- right: 0;
924
- padding: 0 1.5rem;
925
- padding-top: 1rem;
926
- margin-top: 3rem;
927
- transition: 0.3s ease-in-out;
928
- transition-property: top, padding-top, padding, height;
929
- overflow-y: auto;
930
- }
931
- .col-menu {
932
- border-left: 1px solid var(--color-accent);
933
- }
934
- .col-menu--hide {
935
- top: 1rem;
936
- }
937
- .col-menu .tsd-navigation:not(:last-child) {
938
- padding-bottom: 1.75rem;
939
- }
940
- }
941
-
942
833
  .tsd-panel {
943
834
  margin-bottom: 2.5rem;
944
835
  }
@@ -1019,8 +910,9 @@ a.tsd-index-link {
1019
910
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
1020
911
  }
1021
912
  #tsd-search .results li {
1022
- padding: 0 10px;
1023
913
  background-color: var(--color-background);
914
+ line-height: initial;
915
+ padding: 4px;
1024
916
  }
1025
917
  #tsd-search .results li:nth-child(even) {
1026
918
  background-color: var(--color-background-secondary);
@@ -1028,12 +920,15 @@ a.tsd-index-link {
1028
920
  #tsd-search .results li.state {
1029
921
  display: none;
1030
922
  }
1031
- #tsd-search .results li.current,
1032
- #tsd-search .results li:hover {
923
+ #tsd-search .results li.current:not(.no-results),
924
+ #tsd-search .results li:hover:not(.no-results) {
1033
925
  background-color: var(--color-accent);
1034
926
  }
1035
927
  #tsd-search .results a {
1036
- display: block;
928
+ display: flex;
929
+ align-items: center;
930
+ padding: 0.25rem;
931
+ box-sizing: border-box;
1037
932
  }
1038
933
  #tsd-search .results a:before {
1039
934
  top: 10px;
@@ -1144,7 +1039,7 @@ ul.tsd-type-parameter-list h5 {
1144
1039
  }
1145
1040
 
1146
1041
  .tsd-page-toolbar {
1147
- position: fixed;
1042
+ position: sticky;
1148
1043
  z-index: 1;
1149
1044
  top: 0;
1150
1045
  left: 0;
@@ -1184,16 +1079,14 @@ ul.tsd-type-parameter-list h5 {
1184
1079
  padding: 12px 0;
1185
1080
  }
1186
1081
 
1187
- .tsd-page-toolbar--hide {
1188
- transform: translateY(-100%);
1189
- }
1190
-
1191
1082
  .tsd-widget {
1192
1083
  display: inline-block;
1193
1084
  overflow: hidden;
1194
1085
  opacity: 0.8;
1195
1086
  height: 40px;
1196
- transition: opacity 0.1s, background-color 0.2s;
1087
+ transition:
1088
+ opacity 0.1s,
1089
+ background-color 0.2s;
1197
1090
  vertical-align: bottom;
1198
1091
  cursor: pointer;
1199
1092
  }
@@ -1215,12 +1108,6 @@ ul.tsd-type-parameter-list h5 {
1215
1108
  .tsd-widget.menu {
1216
1109
  display: none;
1217
1110
  }
1218
- @media (max-width: 1024px) {
1219
- .tsd-widget.options,
1220
- .tsd-widget.menu {
1221
- display: inline-block;
1222
- }
1223
- }
1224
1111
  input[type="checkbox"] + .tsd-widget:before {
1225
1112
  background-position: -120px 0;
1226
1113
  }
@@ -1251,7 +1138,7 @@ img {
1251
1138
  }
1252
1139
 
1253
1140
  .deprecated {
1254
- text-decoration: line-through;
1141
+ text-decoration: line-through !important;
1255
1142
  }
1256
1143
 
1257
1144
  .warning {
@@ -1260,6 +1147,78 @@ img {
1260
1147
  background: var(--color-background-warning);
1261
1148
  }
1262
1149
 
1150
+ .tsd-kind-project {
1151
+ color: var(--color-ts-project);
1152
+ }
1153
+ .tsd-kind-module {
1154
+ color: var(--color-ts-module);
1155
+ }
1156
+ .tsd-kind-namespace {
1157
+ color: var(--color-ts-namespace);
1158
+ }
1159
+ .tsd-kind-enum {
1160
+ color: var(--color-ts-enum);
1161
+ }
1162
+ .tsd-kind-enum-member {
1163
+ color: var(--color-ts-enum-member);
1164
+ }
1165
+ .tsd-kind-variable {
1166
+ color: var(--color-ts-variable);
1167
+ }
1168
+ .tsd-kind-function {
1169
+ color: var(--color-ts-function);
1170
+ }
1171
+ .tsd-kind-class {
1172
+ color: var(--color-ts-class);
1173
+ }
1174
+ .tsd-kind-interface {
1175
+ color: var(--color-ts-interface);
1176
+ }
1177
+ .tsd-kind-constructor {
1178
+ color: var(--color-ts-constructor);
1179
+ }
1180
+ .tsd-kind-property {
1181
+ color: var(--color-ts-property);
1182
+ }
1183
+ .tsd-kind-method {
1184
+ color: var(--color-ts-method);
1185
+ }
1186
+ .tsd-kind-call-signature {
1187
+ color: var(--color-ts-call-signature);
1188
+ }
1189
+ .tsd-kind-index-signature {
1190
+ color: var(--color-ts-index-signature);
1191
+ }
1192
+ .tsd-kind-constructor-signature {
1193
+ color: var(--color-ts-constructor-signature);
1194
+ }
1195
+ .tsd-kind-parameter {
1196
+ color: var(--color-ts-parameter);
1197
+ }
1198
+ .tsd-kind-type-literal {
1199
+ color: var(--color-ts-type-literal);
1200
+ }
1201
+ .tsd-kind-type-parameter {
1202
+ color: var(--color-ts-type-parameter);
1203
+ }
1204
+ .tsd-kind-accessor {
1205
+ color: var(--color-ts-accessor);
1206
+ }
1207
+ .tsd-kind-get-signature {
1208
+ color: var(--color-ts-get-signature);
1209
+ }
1210
+ .tsd-kind-set-signature {
1211
+ color: var(--color-ts-set-signature);
1212
+ }
1213
+ .tsd-kind-type-alias {
1214
+ color: var(--color-ts-type-alias);
1215
+ }
1216
+
1217
+ /* if we have a kind icon, don't color the text by kind */
1218
+ .tsd-kind-icon ~ span {
1219
+ color: var(--color-text);
1220
+ }
1221
+
1263
1222
  * {
1264
1223
  scrollbar-width: thin;
1265
1224
  scrollbar-color: var(--color-accent) var(--color-icon-background);
@@ -1278,3 +1237,147 @@ img {
1278
1237
  border-radius: 999rem;
1279
1238
  border: 0.25rem solid var(--color-icon-background);
1280
1239
  }
1240
+
1241
+ /* mobile */
1242
+ @media (max-width: 769px) {
1243
+ .tsd-widget.options,
1244
+ .tsd-widget.menu {
1245
+ display: inline-block;
1246
+ }
1247
+
1248
+ .container-main {
1249
+ display: flex;
1250
+ }
1251
+ html .col-content {
1252
+ float: none;
1253
+ max-width: 100%;
1254
+ width: 100%;
1255
+ }
1256
+ html .col-sidebar {
1257
+ position: fixed !important;
1258
+ overflow-y: auto;
1259
+ -webkit-overflow-scrolling: touch;
1260
+ z-index: 1024;
1261
+ top: 0 !important;
1262
+ bottom: 0 !important;
1263
+ left: auto !important;
1264
+ right: 0 !important;
1265
+ padding: 1.5rem 1.5rem 0 0;
1266
+ width: 75vw;
1267
+ visibility: hidden;
1268
+ background-color: var(--color-background);
1269
+ transform: translate(100%, 0);
1270
+ }
1271
+ html .col-sidebar > *:last-child {
1272
+ padding-bottom: 20px;
1273
+ }
1274
+ html .overlay {
1275
+ content: "";
1276
+ display: block;
1277
+ position: fixed;
1278
+ z-index: 1023;
1279
+ top: 0;
1280
+ left: 0;
1281
+ right: 0;
1282
+ bottom: 0;
1283
+ background-color: rgba(0, 0, 0, 0.75);
1284
+ visibility: hidden;
1285
+ }
1286
+
1287
+ .to-has-menu .overlay {
1288
+ animation: fade-in 0.4s;
1289
+ }
1290
+
1291
+ .to-has-menu .col-sidebar {
1292
+ animation: pop-in-from-right 0.4s;
1293
+ }
1294
+
1295
+ .from-has-menu .overlay {
1296
+ animation: fade-out 0.4s;
1297
+ }
1298
+
1299
+ .from-has-menu .col-sidebar {
1300
+ animation: pop-out-to-right 0.4s;
1301
+ }
1302
+
1303
+ .has-menu body {
1304
+ overflow: hidden;
1305
+ }
1306
+ .has-menu .overlay {
1307
+ visibility: visible;
1308
+ }
1309
+ .has-menu .col-sidebar {
1310
+ visibility: visible;
1311
+ transform: translate(0, 0);
1312
+ display: flex;
1313
+ flex-direction: column;
1314
+ gap: 1.5rem;
1315
+ max-height: 100vh;
1316
+ padding: 1rem 2rem;
1317
+ }
1318
+ .has-menu .tsd-navigation {
1319
+ max-height: 100%;
1320
+ }
1321
+ }
1322
+
1323
+ /* one sidebar */
1324
+ @media (min-width: 770px) {
1325
+ .container-main {
1326
+ display: grid;
1327
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1328
+ grid-template-areas: "sidebar content";
1329
+ margin: 2rem auto;
1330
+ }
1331
+
1332
+ .col-sidebar {
1333
+ grid-area: sidebar;
1334
+ }
1335
+ .col-content {
1336
+ grid-area: content;
1337
+ padding: 0 1rem;
1338
+ }
1339
+ }
1340
+ @media (min-width: 770px) and (max-width: 1399px) {
1341
+ .col-sidebar {
1342
+ max-height: calc(100vh - 2rem - 42px);
1343
+ overflow: auto;
1344
+ position: sticky;
1345
+ top: 42px;
1346
+ padding-top: 1rem;
1347
+ }
1348
+ .site-menu {
1349
+ margin-top: 1rem;
1350
+ }
1351
+ }
1352
+
1353
+ /* two sidebars */
1354
+ @media (min-width: 1200px) {
1355
+ .container-main {
1356
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem);
1357
+ grid-template-areas: "sidebar content toc";
1358
+ }
1359
+
1360
+ .col-sidebar {
1361
+ display: contents;
1362
+ }
1363
+
1364
+ .page-menu {
1365
+ grid-area: toc;
1366
+ padding-left: 1rem;
1367
+ }
1368
+ .site-menu {
1369
+ grid-area: sidebar;
1370
+ }
1371
+
1372
+ .site-menu {
1373
+ margin-top: 1rem 0;
1374
+ }
1375
+
1376
+ .page-menu,
1377
+ .site-menu {
1378
+ max-height: calc(100vh - 2rem - 42px);
1379
+ overflow: auto;
1380
+ position: sticky;
1381
+ top: 42px;
1382
+ }
1383
+ }