@sudoplatform/sudo-common 6.3.1 → 7.0.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 (237) hide show
  1. package/.gitignore +2 -1
  2. package/.yarn/releases/{yarn-1.22.18.cjs → yarn-1.22.19.cjs} +13 -4
  3. package/.yarnrc +1 -1
  4. package/bin/outdated-with-suppression.sh +117 -11
  5. package/bin/suppress-outdated.sh +36 -9
  6. package/dependencies-report.json +388 -4
  7. package/docs/assets/highlight.css +11 -11
  8. package/docs/assets/main.js +4 -2
  9. package/docs/assets/search.js +1 -1
  10. package/docs/assets/style.css +427 -617
  11. package/docs/classes/AccountLockedError.html +163 -8
  12. package/docs/classes/AuthenticationError.html +168 -8
  13. package/docs/classes/Base64.html +134 -3
  14. package/docs/classes/Buffer.html +158 -3
  15. package/docs/classes/ConfigurationNotSetError.html +163 -8
  16. package/docs/classes/ConfigurationSetNotFoundError.html +168 -8
  17. package/docs/classes/DecodeError.html +168 -8
  18. package/docs/classes/DefaultConfigurationManager.html +206 -18
  19. package/docs/classes/DefaultLogger.html +291 -25
  20. package/docs/classes/DefaultSudoKeyArchive.html +337 -39
  21. package/docs/classes/DefaultSudoKeyManager.html +857 -63
  22. package/docs/classes/FatalError.html +168 -8
  23. package/docs/classes/IllegalArgumentError.html +168 -8
  24. package/docs/classes/IllegalStateError.html +168 -8
  25. package/docs/classes/InsufficientEntitlementsError.html +163 -8
  26. package/docs/classes/InvalidOwnershipProofError.html +163 -8
  27. package/docs/classes/InvalidTokenError.html +163 -8
  28. package/docs/classes/KeyArchiveDecodingError.html +168 -8
  29. package/docs/classes/KeyArchiveIncorrectPasswordError.html +168 -8
  30. package/docs/classes/KeyArchiveMissingError.html +168 -8
  31. package/docs/classes/KeyArchiveNoPasswordRequiredError.html +168 -8
  32. package/docs/classes/KeyArchivePasswordRequiredError.html +168 -8
  33. package/docs/classes/KeyArchiveTypeError.html +168 -8
  34. package/docs/classes/KeyArchiveUnknownKeyTypeError.html +168 -8
  35. package/docs/classes/KeyArchiveVersionError.html +168 -8
  36. package/docs/classes/KeyNotFoundError.html +168 -8
  37. package/docs/classes/KeyStoreNotExportableError.html +168 -8
  38. package/docs/classes/LimitExceededError.html +163 -8
  39. package/docs/classes/NoEntitlementsError.html +163 -8
  40. package/docs/classes/NotAuthorizedError.html +168 -8
  41. package/docs/classes/NotRegisteredError.html +168 -8
  42. package/docs/classes/NotSignedInError.html +163 -8
  43. package/docs/classes/OperationNotImplementedError.html +168 -8
  44. package/docs/classes/RegisterError.html +168 -8
  45. package/docs/classes/RequestFailedError.html +188 -12
  46. package/docs/classes/ServiceError.html +168 -8
  47. package/docs/classes/SignOutError.html +168 -8
  48. package/docs/classes/SudoCryptoProviderDefaults.html +106 -1
  49. package/docs/classes/UnknownGraphQLError.html +168 -8
  50. package/docs/classes/UnrecognizedAlgorithmError.html +168 -8
  51. package/docs/classes/UserNotConfirmedError.html +163 -8
  52. package/docs/classes/VersionMismatchError.html +163 -8
  53. package/docs/enums/CachePolicy.html +71 -3
  54. package/docs/enums/EncryptionAlgorithm.html +78 -3
  55. package/docs/enums/KeyArchiveKeyType.html +86 -4
  56. package/docs/enums/KeyDataKeyFormat.html +84 -10
  57. package/docs/enums/KeyDataKeyType.html +85 -3
  58. package/docs/enums/ListOperationResultStatus.html +84 -9
  59. package/docs/enums/PublicKeyFormat.html +68 -1
  60. package/docs/functions/isAppSyncNetworkError.html +147 -0
  61. package/docs/functions/isInsecureKeyArchive.html +147 -0
  62. package/docs/functions/isSecureKeyArchive.html +147 -0
  63. package/docs/functions/isUnrecognizedKeyArchive.html +147 -0
  64. package/docs/functions/keyArchiveInfoFromKeyData.html +147 -0
  65. package/docs/functions/keyArchiveKeyTypeFromKeyDataKeyType.html +147 -0
  66. package/docs/functions/mapGraphQLToClientError.html +154 -0
  67. package/docs/functions/mapNetworkErrorToClientError.html +154 -0
  68. package/docs/index.html +134 -2
  69. package/docs/interfaces/AsymmetricEncryptionOptions.html +68 -3
  70. package/docs/interfaces/BooleanFilter.html +75 -3
  71. package/docs/interfaces/ConfigurationManager.html +191 -35
  72. package/docs/interfaces/KeyData.html +106 -8
  73. package/docs/interfaces/ListOperationFailureResult.html +76 -5
  74. package/docs/interfaces/ListOperationPartialResult.html +101 -9
  75. package/docs/interfaces/ListOperationSuccessResult.html +90 -7
  76. package/docs/interfaces/ListOutput.html +80 -3
  77. package/docs/interfaces/Logger.html +251 -45
  78. package/docs/interfaces/Owner.html +72 -1
  79. package/docs/interfaces/PublicKey.html +72 -1
  80. package/docs/interfaces/ServiceCompatibilityInfo.html +106 -13
  81. package/docs/interfaces/StringFilter.html +82 -3
  82. package/docs/interfaces/SudoCryptoProvider.html +902 -175
  83. package/docs/interfaces/SudoKeyArchive.html +245 -42
  84. package/docs/interfaces/SudoKeyManager.html +884 -169
  85. package/docs/interfaces/SymmetricEncryptionOptions.html +75 -3
  86. package/docs/interfaces/ValidationResult.html +79 -7
  87. package/docs/modules.html +248 -33
  88. package/docs/types/AppSyncError.html +138 -0
  89. package/docs/types/AppSyncNetworkError.html +138 -0
  90. package/docs/types/InsecureKeyArchive.html +138 -0
  91. package/docs/types/KeyArchive.html +138 -0
  92. package/docs/types/KeyArchiveKeyInfo.html +154 -0
  93. package/docs/types/KeyArchiveKeyInfoDecoded.html +138 -0
  94. package/docs/types/ListOperationResult.html +148 -0
  95. package/docs/types/SecureKeyArchive.html +138 -0
  96. package/docs/types/Subset.html +144 -0
  97. package/docs/types/UnrecognizedKeyArchive.html +138 -0
  98. package/docs/variables/CURRENT_ARCHIVE_VERSION.html +138 -0
  99. package/docs/variables/InsecureKeyArchiveCodec.html +138 -0
  100. package/docs/variables/InsecureKeyArchiveType.html +138 -0
  101. package/docs/variables/KeyArchiveCodec.html +138 -0
  102. package/docs/variables/KeyArchiveKeyInfoArrayCodec.html +138 -0
  103. package/docs/variables/KeyArchiveKeyInfoCodec.html +138 -0
  104. package/docs/variables/KeyArchiveKeyTypeCodec.html +138 -0
  105. package/docs/variables/SecureKeyArchiveCodec.html +138 -0
  106. package/docs/variables/SecureKeyArchiveType.html +138 -0
  107. package/docs/variables/UnrecognizedKeyArchiveCodec.html +138 -0
  108. package/github/.gitignore +2 -1
  109. package/github/.yarn/releases/{yarn-1.22.18.cjs → yarn-1.22.19.cjs} +13 -4
  110. package/github/.yarnrc +1 -1
  111. package/github/bin/outdated-with-suppression.sh +117 -11
  112. package/github/bin/suppress-outdated.sh +36 -9
  113. package/github/docs/assets/highlight.css +11 -11
  114. package/github/docs/assets/main.js +4 -2
  115. package/github/docs/assets/search.js +1 -1
  116. package/github/docs/assets/style.css +427 -617
  117. package/github/docs/classes/AccountLockedError.html +163 -8
  118. package/github/docs/classes/AuthenticationError.html +168 -8
  119. package/github/docs/classes/Base64.html +134 -3
  120. package/github/docs/classes/Buffer.html +158 -3
  121. package/github/docs/classes/ConfigurationNotSetError.html +163 -8
  122. package/github/docs/classes/ConfigurationSetNotFoundError.html +168 -8
  123. package/github/docs/classes/DecodeError.html +168 -8
  124. package/github/docs/classes/DefaultConfigurationManager.html +206 -18
  125. package/github/docs/classes/DefaultLogger.html +291 -25
  126. package/github/docs/classes/DefaultSudoKeyArchive.html +337 -39
  127. package/github/docs/classes/DefaultSudoKeyManager.html +857 -63
  128. package/github/docs/classes/FatalError.html +168 -8
  129. package/github/docs/classes/IllegalArgumentError.html +168 -8
  130. package/github/docs/classes/IllegalStateError.html +168 -8
  131. package/github/docs/classes/InsufficientEntitlementsError.html +163 -8
  132. package/github/docs/classes/InvalidOwnershipProofError.html +163 -8
  133. package/github/docs/classes/InvalidTokenError.html +163 -8
  134. package/github/docs/classes/KeyArchiveDecodingError.html +168 -8
  135. package/github/docs/classes/KeyArchiveIncorrectPasswordError.html +168 -8
  136. package/github/docs/classes/KeyArchiveMissingError.html +168 -8
  137. package/github/docs/classes/KeyArchiveNoPasswordRequiredError.html +168 -8
  138. package/github/docs/classes/KeyArchivePasswordRequiredError.html +168 -8
  139. package/github/docs/classes/KeyArchiveTypeError.html +168 -8
  140. package/github/docs/classes/KeyArchiveUnknownKeyTypeError.html +168 -8
  141. package/github/docs/classes/KeyArchiveVersionError.html +168 -8
  142. package/github/docs/classes/KeyNotFoundError.html +168 -8
  143. package/github/docs/classes/KeyStoreNotExportableError.html +168 -8
  144. package/github/docs/classes/LimitExceededError.html +163 -8
  145. package/github/docs/classes/NoEntitlementsError.html +163 -8
  146. package/github/docs/classes/NotAuthorizedError.html +168 -8
  147. package/github/docs/classes/NotRegisteredError.html +168 -8
  148. package/github/docs/classes/NotSignedInError.html +163 -8
  149. package/github/docs/classes/OperationNotImplementedError.html +168 -8
  150. package/github/docs/classes/RegisterError.html +168 -8
  151. package/github/docs/classes/RequestFailedError.html +188 -12
  152. package/github/docs/classes/ServiceError.html +168 -8
  153. package/github/docs/classes/SignOutError.html +168 -8
  154. package/github/docs/classes/SudoCryptoProviderDefaults.html +106 -1
  155. package/github/docs/classes/UnknownGraphQLError.html +168 -8
  156. package/github/docs/classes/UnrecognizedAlgorithmError.html +168 -8
  157. package/github/docs/classes/UserNotConfirmedError.html +163 -8
  158. package/github/docs/classes/VersionMismatchError.html +163 -8
  159. package/github/docs/enums/CachePolicy.html +71 -3
  160. package/github/docs/enums/EncryptionAlgorithm.html +78 -3
  161. package/github/docs/enums/KeyArchiveKeyType.html +86 -4
  162. package/github/docs/enums/KeyDataKeyFormat.html +84 -10
  163. package/github/docs/enums/KeyDataKeyType.html +85 -3
  164. package/github/docs/enums/ListOperationResultStatus.html +84 -9
  165. package/github/docs/enums/PublicKeyFormat.html +68 -1
  166. package/github/docs/functions/isAppSyncNetworkError.html +147 -0
  167. package/github/docs/functions/isInsecureKeyArchive.html +147 -0
  168. package/github/docs/functions/isSecureKeyArchive.html +147 -0
  169. package/github/docs/functions/isUnrecognizedKeyArchive.html +147 -0
  170. package/github/docs/functions/keyArchiveInfoFromKeyData.html +147 -0
  171. package/github/docs/functions/keyArchiveKeyTypeFromKeyDataKeyType.html +147 -0
  172. package/github/docs/functions/mapGraphQLToClientError.html +154 -0
  173. package/github/docs/functions/mapNetworkErrorToClientError.html +154 -0
  174. package/github/docs/index.html +134 -2
  175. package/github/docs/interfaces/AsymmetricEncryptionOptions.html +68 -3
  176. package/github/docs/interfaces/BooleanFilter.html +75 -3
  177. package/github/docs/interfaces/ConfigurationManager.html +191 -35
  178. package/github/docs/interfaces/KeyData.html +106 -8
  179. package/github/docs/interfaces/ListOperationFailureResult.html +76 -5
  180. package/github/docs/interfaces/ListOperationPartialResult.html +101 -9
  181. package/github/docs/interfaces/ListOperationSuccessResult.html +90 -7
  182. package/github/docs/interfaces/ListOutput.html +80 -3
  183. package/github/docs/interfaces/Logger.html +251 -45
  184. package/github/docs/interfaces/Owner.html +72 -1
  185. package/github/docs/interfaces/PublicKey.html +72 -1
  186. package/github/docs/interfaces/ServiceCompatibilityInfo.html +106 -13
  187. package/github/docs/interfaces/StringFilter.html +82 -3
  188. package/github/docs/interfaces/SudoCryptoProvider.html +902 -175
  189. package/github/docs/interfaces/SudoKeyArchive.html +245 -42
  190. package/github/docs/interfaces/SudoKeyManager.html +884 -169
  191. package/github/docs/interfaces/SymmetricEncryptionOptions.html +75 -3
  192. package/github/docs/interfaces/ValidationResult.html +79 -7
  193. package/github/docs/modules.html +248 -33
  194. package/github/docs/types/AppSyncError.html +138 -0
  195. package/github/docs/types/AppSyncNetworkError.html +138 -0
  196. package/github/docs/types/InsecureKeyArchive.html +138 -0
  197. package/github/docs/types/KeyArchive.html +138 -0
  198. package/github/docs/types/KeyArchiveKeyInfo.html +154 -0
  199. package/github/docs/types/KeyArchiveKeyInfoDecoded.html +138 -0
  200. package/github/docs/types/ListOperationResult.html +148 -0
  201. package/github/docs/types/SecureKeyArchive.html +138 -0
  202. package/github/docs/types/Subset.html +144 -0
  203. package/github/docs/types/UnrecognizedKeyArchive.html +138 -0
  204. package/github/docs/variables/CURRENT_ARCHIVE_VERSION.html +138 -0
  205. package/github/docs/variables/InsecureKeyArchiveCodec.html +138 -0
  206. package/github/docs/variables/InsecureKeyArchiveType.html +138 -0
  207. package/github/docs/variables/KeyArchiveCodec.html +138 -0
  208. package/github/docs/variables/KeyArchiveKeyInfoArrayCodec.html +138 -0
  209. package/github/docs/variables/KeyArchiveKeyInfoCodec.html +138 -0
  210. package/github/docs/variables/KeyArchiveKeyTypeCodec.html +138 -0
  211. package/github/docs/variables/SecureKeyArchiveCodec.html +138 -0
  212. package/github/docs/variables/SecureKeyArchiveType.html +138 -0
  213. package/github/docs/variables/UnrecognizedKeyArchiveCodec.html +138 -0
  214. package/github/package.json +25 -17
  215. package/github/src/sudoKeyArchive/sudoKeyArchive.ts +1 -1
  216. package/github/src/sudoKeyManager/sudoCryptoProvider.ts +61 -1
  217. package/github/src/sudoKeyManager/sudoKeyManager.ts +84 -0
  218. package/github/test/unit/sudoKeyManager.spec.ts +41 -0
  219. package/github/yarn.lock +1012 -735
  220. package/lib/sudoKeyArchive/sudoKeyArchive.d.ts +1 -1
  221. package/lib/sudoKeyArchive/sudoKeyArchive.js +1 -1
  222. package/lib/sudoKeyManager/sudoCryptoProvider.d.ts +49 -1
  223. package/lib/sudoKeyManager/sudoCryptoProvider.js +2 -0
  224. package/lib/sudoKeyManager/sudoKeyManager.d.ts +46 -0
  225. package/lib/sudoKeyManager/sudoKeyManager.js +20 -0
  226. package/package.json +26 -18
  227. package/src/sudoKeyArchive/sudoKeyArchive.ts +1 -1
  228. package/src/sudoKeyManager/sudoCryptoProvider.ts +61 -1
  229. package/src/sudoKeyManager/sudoKeyManager.ts +84 -0
  230. package/test/unit/sudoKeyManager.spec.ts +41 -0
  231. package/yarn.lock +1012 -735
  232. package/docs/assets/icons.css +0 -1043
  233. package/docs/assets/icons.png +0 -0
  234. package/docs/assets/icons@2x.png +0 -0
  235. package/github/docs/assets/icons.css +0 -1043
  236. package/github/docs/assets/icons.png +0 -0
  237. package/github/docs/assets/icons@2x.png +0 -0
@@ -1,155 +1,133 @@
1
- @import url("./icons.css");
2
-
3
1
  :root {
4
2
  /* Light */
5
- --light-color-background: #fcfcfc;
6
- --light-color-secondary-background: #fff;
3
+ --light-color-background: #f2f4f8;
4
+ --light-color-background-secondary: #eff0f1;
5
+ --light-color-icon-background: var(--light-color-background);
6
+ --light-color-accent: #c5c7c9;
7
7
  --light-color-text: #222;
8
8
  --light-color-text-aside: #707070;
9
9
  --light-color-link: #4da6ff;
10
- --light-color-menu-divider: #eee;
11
- --light-color-menu-divider-focus: #000;
12
- --light-color-menu-label: #707070;
13
- --light-color-panel: var(--light-color-secondary-background);
14
- --light-color-panel-divider: #eee;
15
- --light-color-comment-tag: #707070;
16
- --light-color-comment-tag-text: #fff;
17
- --light-color-ts: #9600ff;
18
- --light-color-ts-interface: #647f1b;
19
- --light-color-ts-enum: #937210;
20
- --light-color-ts-class: #0672de;
10
+ --light-color-ts: #db1373;
11
+ --light-color-ts-interface: #139d2c;
12
+ --light-color-ts-enum: #9c891a;
13
+ --light-color-ts-class: #2484e5;
14
+ --light-color-ts-function: #572be7;
15
+ --light-color-ts-namespace: #b111c9;
21
16
  --light-color-ts-private: #707070;
22
- --light-color-toolbar: #fff;
23
- --light-color-toolbar-text: #333;
24
- --light-icon-filter: invert(0);
17
+ --light-color-ts-variable: #4d68ff;
25
18
  --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>");
19
+ --light-color-scheme: light;
26
20
 
27
21
  /* Dark */
28
- --dark-color-background: #36393f;
29
- --dark-color-secondary-background: #2f3136;
30
- --dark-color-text: #ffffff;
31
- --dark-color-text-aside: #e6e4e4;
22
+ --dark-color-background: #2b2e33;
23
+ --dark-color-background-secondary: #1e2024;
24
+ --dark-color-icon-background: var(--dark-color-background-secondary);
25
+ --dark-color-accent: #9096a2;
26
+ --dark-color-text: #f5f5f5;
27
+ --dark-color-text-aside: #dddddd;
32
28
  --dark-color-link: #00aff4;
33
- --dark-color-menu-divider: #eee;
34
- --dark-color-menu-divider-focus: #000;
35
- --dark-color-menu-label: #707070;
36
- --dark-color-panel: var(--dark-color-secondary-background);
37
- --dark-color-panel-divider: #818181;
38
- --dark-color-comment-tag: #dcddde;
39
- --dark-color-comment-tag-text: #2f3136;
40
- --dark-color-ts: #c97dff;
41
- --dark-color-ts-interface: #9cbe3c;
42
- --dark-color-ts-enum: #d6ab29;
43
- --dark-color-ts-class: #3695f3;
29
+ --dark-color-ts: #ff6492;
30
+ --dark-color-ts-interface: #6cff87;
31
+ --dark-color-ts-enum: #f4d93e;
32
+ --dark-color-ts-class: #61b0ff;
33
+ --dark-color-ts-function: #9772ff;
34
+ --dark-color-ts-namespace: #e14dff;
44
35
  --dark-color-ts-private: #e2e2e2;
45
- --dark-color-toolbar: #34373c;
46
- --dark-color-toolbar-text: #ffffff;
47
- --dark-icon-filter: invert(1);
36
+ --dark-color-ts-variable: #4d68ff;
48
37
  --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>");
38
+ --dark-color-scheme: dark;
49
39
  }
50
40
 
51
41
  @media (prefers-color-scheme: light) {
52
42
  :root {
53
43
  --color-background: var(--light-color-background);
54
- --color-secondary-background: var(--light-color-secondary-background);
44
+ --color-background-secondary: var(--light-color-background-secondary);
45
+ --color-icon-background: var(--light-color-icon-background);
46
+ --color-accent: var(--light-color-accent);
55
47
  --color-text: var(--light-color-text);
56
48
  --color-text-aside: var(--light-color-text-aside);
57
49
  --color-link: var(--light-color-link);
58
- --color-menu-divider: var(--light-color-menu-divider);
59
- --color-menu-divider-focus: var(--light-color-menu-divider-focus);
60
- --color-menu-label: var(--light-color-menu-label);
61
- --color-panel: var(--light-color-panel);
62
- --color-panel-divider: var(--light-color-panel-divider);
63
- --color-comment-tag: var(--light-color-comment-tag);
64
- --color-comment-tag-text: var(--light-color-comment-tag-text);
65
50
  --color-ts: var(--light-color-ts);
66
51
  --color-ts-interface: var(--light-color-ts-interface);
67
52
  --color-ts-enum: var(--light-color-ts-enum);
68
53
  --color-ts-class: var(--light-color-ts-class);
54
+ --color-ts-function: var(--light-color-ts-function);
55
+ --color-ts-namespace: var(--light-color-ts-namespace);
69
56
  --color-ts-private: var(--light-color-ts-private);
70
- --color-toolbar: var(--light-color-toolbar);
71
- --color-toolbar-text: var(--light-color-toolbar-text);
72
- --icon-filter: var(--light-icon-filter);
57
+ --color-ts-variable: var(--light-color-ts-variable);
73
58
  --external-icon: var(--light-external-icon);
59
+ --color-scheme: var(--light-color-scheme);
74
60
  }
75
61
  }
76
62
 
77
63
  @media (prefers-color-scheme: dark) {
78
64
  :root {
79
65
  --color-background: var(--dark-color-background);
80
- --color-secondary-background: var(--dark-color-secondary-background);
66
+ --color-background-secondary: var(--dark-color-background-secondary);
67
+ --color-icon-background: var(--dark-color-icon-background);
68
+ --color-accent: var(--dark-color-accent);
81
69
  --color-text: var(--dark-color-text);
82
70
  --color-text-aside: var(--dark-color-text-aside);
83
71
  --color-link: var(--dark-color-link);
84
- --color-menu-divider: var(--dark-color-menu-divider);
85
- --color-menu-divider-focus: var(--dark-color-menu-divider-focus);
86
- --color-menu-label: var(--dark-color-menu-label);
87
- --color-panel: var(--dark-color-panel);
88
- --color-panel-divider: var(--dark-color-panel-divider);
89
- --color-comment-tag: var(--dark-color-comment-tag);
90
- --color-comment-tag-text: var(--dark-color-comment-tag-text);
91
72
  --color-ts: var(--dark-color-ts);
92
73
  --color-ts-interface: var(--dark-color-ts-interface);
93
74
  --color-ts-enum: var(--dark-color-ts-enum);
94
75
  --color-ts-class: var(--dark-color-ts-class);
76
+ --color-ts-function: var(--dark-color-ts-function);
77
+ --color-ts-namespace: var(--dark-color-ts-namespace);
95
78
  --color-ts-private: var(--dark-color-ts-private);
96
- --color-toolbar: var(--dark-color-toolbar);
97
- --color-toolbar-text: var(--dark-color-toolbar-text);
98
- --icon-filter: var(--dark-icon-filter);
79
+ --color-ts-variable: var(--dark-color-ts-variable);
99
80
  --external-icon: var(--dark-external-icon);
81
+ --color-scheme: var(--dark-color-scheme);
100
82
  }
101
83
  }
102
84
 
85
+ html {
86
+ color-scheme: var(--color-scheme);
87
+ }
88
+
103
89
  body {
104
90
  margin: 0;
105
91
  }
106
92
 
107
- body.light {
93
+ :root[data-theme="light"] {
108
94
  --color-background: var(--light-color-background);
109
- --color-secondary-background: var(--light-color-secondary-background);
95
+ --color-background-secondary: var(--light-color-background-secondary);
96
+ --color-icon-background: var(--light-color-icon-background);
97
+ --color-accent: var(--light-color-accent);
110
98
  --color-text: var(--light-color-text);
111
99
  --color-text-aside: var(--light-color-text-aside);
112
100
  --color-link: var(--light-color-link);
113
- --color-menu-divider: var(--light-color-menu-divider);
114
- --color-menu-divider-focus: var(--light-color-menu-divider-focus);
115
- --color-menu-label: var(--light-color-menu-label);
116
- --color-panel: var(--light-color-panel);
117
- --color-panel-divider: var(--light-color-panel-divider);
118
- --color-comment-tag: var(--light-color-comment-tag);
119
- --color-comment-tag-text: var(--light-color-comment-tag-text);
120
101
  --color-ts: var(--light-color-ts);
121
102
  --color-ts-interface: var(--light-color-ts-interface);
122
103
  --color-ts-enum: var(--light-color-ts-enum);
123
104
  --color-ts-class: var(--light-color-ts-class);
105
+ --color-ts-function: var(--light-color-ts-function);
106
+ --color-ts-namespace: var(--light-color-ts-namespace);
124
107
  --color-ts-private: var(--light-color-ts-private);
125
- --color-toolbar: var(--light-color-toolbar);
126
- --color-toolbar-text: var(--light-color-toolbar-text);
127
- --icon-filter: var(--light-icon-filter);
108
+ --color-ts-variable: var(--light-color-ts-variable);
128
109
  --external-icon: var(--light-external-icon);
110
+ --color-scheme: var(--light-color-scheme);
129
111
  }
130
112
 
131
- body.dark {
113
+ :root[data-theme="dark"] {
132
114
  --color-background: var(--dark-color-background);
133
- --color-secondary-background: var(--dark-color-secondary-background);
115
+ --color-background-secondary: var(--dark-color-background-secondary);
116
+ --color-icon-background: var(--dark-color-icon-background);
117
+ --color-accent: var(--dark-color-accent);
134
118
  --color-text: var(--dark-color-text);
135
119
  --color-text-aside: var(--dark-color-text-aside);
136
120
  --color-link: var(--dark-color-link);
137
- --color-menu-divider: var(--dark-color-menu-divider);
138
- --color-menu-divider-focus: var(--dark-color-menu-divider-focus);
139
- --color-menu-label: var(--dark-color-menu-label);
140
- --color-panel: var(--dark-color-panel);
141
- --color-panel-divider: var(--dark-color-panel-divider);
142
- --color-comment-tag: var(--dark-color-comment-tag);
143
- --color-comment-tag-text: var(--dark-color-comment-tag-text);
144
121
  --color-ts: var(--dark-color-ts);
145
122
  --color-ts-interface: var(--dark-color-ts-interface);
146
123
  --color-ts-enum: var(--dark-color-ts-enum);
147
124
  --color-ts-class: var(--dark-color-ts-class);
125
+ --color-ts-function: var(--dark-color-ts-function);
126
+ --color-ts-namespace: var(--dark-color-ts-namespace);
148
127
  --color-ts-private: var(--dark-color-ts-private);
149
- --color-toolbar: var(--dark-color-toolbar);
150
- --color-toolbar-text: var(--dark-color-toolbar-text);
151
- --icon-filter: var(--dark-icon-filter);
128
+ --color-ts-variable: var(--dark-color-ts-variable);
152
129
  --external-icon: var(--dark-external-icon);
130
+ --color-scheme: var(--dark-color-scheme);
153
131
  }
154
132
 
155
133
  h1,
@@ -162,34 +140,37 @@ h6 {
162
140
  }
163
141
 
164
142
  h1 {
165
- font-size: 2em;
166
- margin: 0.67em 0;
143
+ font-size: 1.875rem;
144
+ margin: 0.67rem 0;
167
145
  }
168
146
 
169
147
  h2 {
170
- font-size: 1.5em;
171
- margin: 0.83em 0;
148
+ font-size: 1.5rem;
149
+ margin: 0.83rem 0;
172
150
  }
173
151
 
174
152
  h3 {
175
- font-size: 1.17em;
176
- margin: 1em 0;
153
+ font-size: 1.25rem;
154
+ margin: 1rem 0;
177
155
  }
178
156
 
179
- h4,
180
- .tsd-index-panel h3 {
181
- font-size: 1em;
182
- margin: 1.33em 0;
157
+ h4 {
158
+ font-size: 1.05rem;
159
+ margin: 1.33rem 0;
183
160
  }
184
161
 
185
162
  h5 {
186
- font-size: 0.83em;
187
- margin: 1.67em 0;
163
+ font-size: 1rem;
164
+ margin: 1.5rem 0;
188
165
  }
189
166
 
190
167
  h6 {
191
- font-size: 0.67em;
192
- margin: 2.33em 0;
168
+ font-size: 0.875rem;
169
+ margin: 2.33rem 0;
170
+ }
171
+
172
+ .uppercase {
173
+ text-transform: uppercase;
193
174
  }
194
175
 
195
176
  pre {
@@ -210,74 +191,61 @@ dd {
210
191
  }
211
192
 
212
193
  .container {
213
- max-width: 1200px;
214
- margin: 0 auto;
215
- padding: 0 40px;
194
+ max-width: 1600px;
195
+ padding: 0 2rem;
216
196
  }
217
- @media (max-width: 640px) {
197
+
198
+ @media (min-width: 640px) {
199
+ .container {
200
+ padding: 0 4rem;
201
+ }
202
+ }
203
+ @media (min-width: 1200px) {
218
204
  .container {
219
- padding: 0 20px;
205
+ padding: 0 8rem;
206
+ }
207
+ }
208
+ @media (min-width: 1600px) {
209
+ .container {
210
+ padding: 0 12rem;
220
211
  }
221
212
  }
222
213
 
223
- .container-main {
224
- padding-bottom: 200px;
214
+ /* Footer */
215
+ .tsd-generator {
216
+ border-top: 1px solid var(--color-accent);
217
+ padding-top: 1rem;
218
+ padding-bottom: 1rem;
219
+ max-height: 3.5rem;
225
220
  }
226
221
 
227
- .row {
222
+ .tsd-generator > p {
223
+ margin-top: 0;
224
+ margin-bottom: 0;
225
+ padding: 0 1rem;
226
+ }
227
+
228
+ .container-main {
228
229
  display: flex;
230
+ justify-content: space-between;
229
231
  position: relative;
230
- margin: 0 -10px;
231
- }
232
- .row:after {
233
- visibility: hidden;
234
- display: block;
235
- content: "";
236
- clear: both;
237
- height: 0;
232
+ margin: 0 auto;
238
233
  }
239
234
 
240
235
  .col-4,
241
236
  .col-8 {
242
237
  box-sizing: border-box;
243
238
  float: left;
244
- padding: 0 10px;
239
+ padding: 2rem 1rem;
245
240
  }
246
241
 
247
242
  .col-4 {
248
- width: 33.3333333333%;
243
+ flex: 0 0 25%;
249
244
  }
250
245
  .col-8 {
251
- width: 66.6666666667%;
252
- }
253
-
254
- ul.tsd-descriptions > li > :first-child,
255
- .tsd-panel > :first-child,
256
- .col-8 > :first-child,
257
- .col-4 > :first-child,
258
- ul.tsd-descriptions > li > :first-child > :first-child,
259
- .tsd-panel > :first-child > :first-child,
260
- .col-8 > :first-child > :first-child,
261
- .col-4 > :first-child > :first-child,
262
- ul.tsd-descriptions > li > :first-child > :first-child > :first-child,
263
- .tsd-panel > :first-child > :first-child > :first-child,
264
- .col-8 > :first-child > :first-child > :first-child,
265
- .col-4 > :first-child > :first-child > :first-child {
266
- margin-top: 0;
267
- }
268
- ul.tsd-descriptions > li > :last-child,
269
- .tsd-panel > :last-child,
270
- .col-8 > :last-child,
271
- .col-4 > :last-child,
272
- ul.tsd-descriptions > li > :last-child > :last-child,
273
- .tsd-panel > :last-child > :last-child,
274
- .col-8 > :last-child > :last-child,
275
- .col-4 > :last-child > :last-child,
276
- ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
277
- .tsd-panel > :last-child > :last-child > :last-child,
278
- .col-8 > :last-child > :last-child > :last-child,
279
- .col-4 > :last-child > :last-child > :last-child {
280
- margin-bottom: 0;
246
+ flex: 1 0;
247
+ flex-wrap: wrap;
248
+ padding-left: 0;
281
249
  }
282
250
 
283
251
  @keyframes fade-in {
@@ -379,11 +347,13 @@ pre {
379
347
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
380
348
  padding: 0.2em;
381
349
  margin: 0;
382
- font-size: 14px;
350
+ font-size: 0.875rem;
351
+ border-radius: 0.8em;
383
352
  }
384
353
 
385
354
  pre {
386
355
  padding: 10px;
356
+ border: 0.1em solid var(--color-accent);
387
357
  }
388
358
  pre code {
389
359
  padding: 0;
@@ -422,36 +392,26 @@ blockquote {
422
392
  margin: 1em 0;
423
393
  }
424
394
 
425
- @media (min-width: 901px) and (max-width: 1024px) {
426
- html .col-content {
427
- width: 72%;
428
- }
429
- html .col-menu {
430
- width: 28%;
431
- }
432
- html .tsd-navigation {
433
- padding-left: 10px;
434
- }
435
- }
436
- @media (max-width: 900px) {
395
+ @media (max-width: 1024px) {
437
396
  html .col-content {
438
397
  float: none;
398
+ max-width: 100%;
439
399
  width: 100%;
400
+ padding-top: 3rem;
440
401
  }
441
402
  html .col-menu {
442
403
  position: fixed !important;
443
- overflow: auto;
404
+ overflow-y: auto;
444
405
  -webkit-overflow-scrolling: touch;
445
406
  z-index: 1024;
446
407
  top: 0 !important;
447
408
  bottom: 0 !important;
448
409
  left: auto !important;
449
410
  right: 0 !important;
450
- width: 100%;
451
- padding: 20px 20px 0 0;
452
- max-width: 450px;
411
+ padding: 1.5rem 1.5rem 0 0;
412
+ max-width: 25rem;
453
413
  visibility: hidden;
454
- background-color: var(--color-panel);
414
+ background-color: var(--color-background);
455
415
  transform: translate(100%, 0);
456
416
  }
457
417
  html .col-menu > *:last-child {
@@ -507,24 +467,17 @@ blockquote {
507
467
  visibility: visible;
508
468
  transform: translate(0, 0);
509
469
  display: grid;
470
+ align-items: center;
510
471
  grid-template-rows: auto 1fr;
472
+ grid-gap: 1.5rem;
511
473
  max-height: 100vh;
474
+ padding: 1rem 2rem;
512
475
  }
513
476
  .has-menu .tsd-navigation {
514
477
  max-height: 100%;
515
478
  }
516
479
  }
517
480
 
518
- .tsd-page-title {
519
- padding: 70px 0 20px 0;
520
- margin: 0 0 40px 0;
521
- background: var(--color-panel);
522
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
523
- }
524
- .tsd-page-title h1 {
525
- margin: 0;
526
- }
527
-
528
481
  .tsd-breadcrumb {
529
482
  margin: 0;
530
483
  padding: 0;
@@ -544,32 +497,44 @@ blockquote {
544
497
  content: " / ";
545
498
  }
546
499
 
547
- dl.tsd-comment-tags {
500
+ .tsd-comment-tags {
501
+ display: flex;
502
+ flex-direction: column;
503
+ }
504
+ dl.tsd-comment-tag-group {
505
+ display: flex;
506
+ align-items: center;
548
507
  overflow: hidden;
508
+ margin: 0.5em 0;
549
509
  }
550
- dl.tsd-comment-tags dt {
551
- float: left;
552
- padding: 1px 5px;
553
- margin: 0 10px 0 0;
554
- border-radius: 4px;
555
- border: 1px solid var(--color-comment-tag);
556
- color: var(--color-comment-tag);
557
- font-size: 0.8em;
510
+ dl.tsd-comment-tag-group dt {
511
+ display: flex;
512
+ margin-right: 0.5em;
513
+ font-size: 0.875em;
558
514
  font-weight: normal;
559
515
  }
560
- dl.tsd-comment-tags dd {
561
- margin: 0 0 10px 0;
516
+ dl.tsd-comment-tag-group dd {
517
+ margin: 0;
562
518
  }
563
- dl.tsd-comment-tags dd:before,
564
- dl.tsd-comment-tags dd:after {
565
- display: table;
519
+ code.tsd-tag {
520
+ padding: 0.25em 0.4em;
521
+ border: 0.1em solid var(--color-accent);
522
+ margin-right: 0.25em;
523
+ font-size: 70%;
524
+ }
525
+ h1 code.tsd-tag:first-of-type {
526
+ margin-left: 0.25em;
527
+ }
528
+
529
+ dl.tsd-comment-tag-group dd:before,
530
+ dl.tsd-comment-tag-group dd:after {
566
531
  content: " ";
567
532
  }
568
- dl.tsd-comment-tags dd pre,
569
- dl.tsd-comment-tags dd:after {
533
+ dl.tsd-comment-tag-group dd pre,
534
+ dl.tsd-comment-tag-group dd:after {
570
535
  clear: both;
571
536
  }
572
- dl.tsd-comment-tags p {
537
+ dl.tsd-comment-tag-group p {
573
538
  margin: 0;
574
539
  }
575
540
 
@@ -582,153 +547,109 @@ dl.tsd-comment-tags p {
582
547
  margin-bottom: 0;
583
548
  }
584
549
 
585
- .toggle-protected .tsd-is-private {
586
- display: none;
587
- }
588
-
589
- .toggle-public .tsd-is-private,
590
- .toggle-public .tsd-is-protected,
591
- .toggle-public .tsd-is-private-protected {
592
- display: none;
550
+ .tsd-filter-visibility h4 {
551
+ font-size: 1rem;
552
+ padding-top: 0.75rem;
553
+ padding-bottom: 0.5rem;
554
+ margin: 0;
593
555
  }
594
-
595
- .toggle-inherited .tsd-is-inherited {
596
- display: none;
556
+ .tsd-filter-item:not(:last-child) {
557
+ margin-bottom: 0.5rem;
597
558
  }
598
-
599
- .toggle-externals .tsd-is-external {
600
- display: none;
559
+ .tsd-filter-input {
560
+ display: flex;
561
+ width: fit-content;
562
+ width: -moz-fit-content;
563
+ align-items: center;
564
+ user-select: none;
565
+ -webkit-user-select: none;
566
+ -moz-user-select: none;
567
+ -ms-user-select: none;
568
+ cursor: pointer;
601
569
  }
602
-
603
- #tsd-filter {
604
- position: relative;
605
- display: inline-block;
606
- height: 40px;
607
- vertical-align: bottom;
570
+ .tsd-filter-input input[type="checkbox"] {
571
+ cursor: pointer;
572
+ position: absolute;
573
+ width: 1.5em;
574
+ height: 1.5em;
575
+ opacity: 0;
608
576
  }
609
- .no-filter #tsd-filter {
610
- display: none;
577
+ .tsd-filter-input input[type="checkbox"]:disabled {
578
+ pointer-events: none;
611
579
  }
612
- #tsd-filter .tsd-filter-group {
613
- display: inline-block;
614
- height: 40px;
615
- vertical-align: bottom;
616
- white-space: nowrap;
580
+ .tsd-filter-input svg {
581
+ cursor: pointer;
582
+ width: 1.5em;
583
+ height: 1.5em;
584
+ margin-right: 0.5em;
585
+ border-radius: 0.33em;
586
+ /* Leaving this at full opacity breaks event listeners on Firefox.
587
+ Don't remove unless you know what you're doing. */
588
+ opacity: 0.99;
617
589
  }
618
- #tsd-filter input {
619
- display: none;
590
+ .tsd-filter-input input[type="checkbox"]:focus + svg {
591
+ transform: scale(0.95);
620
592
  }
621
- @media (max-width: 900px) {
622
- #tsd-filter .tsd-filter-group {
623
- display: block;
624
- position: absolute;
625
- top: 40px;
626
- right: 20px;
627
- height: auto;
628
- background-color: var(--color-panel);
629
- visibility: hidden;
630
- transform: translate(50%, 0);
631
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
632
- }
633
- .has-options #tsd-filter .tsd-filter-group {
634
- visibility: visible;
635
- }
636
- .to-has-options #tsd-filter .tsd-filter-group {
637
- animation: fade-in 0.2s;
638
- }
639
- .from-has-options #tsd-filter .tsd-filter-group {
640
- animation: fade-out 0.2s;
641
- }
642
- #tsd-filter label,
643
- #tsd-filter .tsd-select {
644
- display: block;
645
- padding-right: 20px;
646
- }
593
+ .tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg {
594
+ transform: scale(1);
647
595
  }
648
-
649
- footer {
650
- border-top: 1px solid var(--color-panel-divider);
651
- background-color: var(--color-panel);
596
+ .tsd-checkbox-background {
597
+ fill: var(--color-accent);
652
598
  }
653
- footer:after {
654
- content: "";
655
- display: table;
599
+ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
600
+ stroke: var(--color-text);
656
601
  }
657
- footer.with-border-bottom {
658
- border-bottom: 1px solid var(--color-panel-divider);
602
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
603
+ fill: var(--color-background);
604
+ stroke: var(--color-accent);
605
+ stroke-width: 0.25rem;
659
606
  }
660
- footer .tsd-legend-group {
661
- font-size: 0;
607
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
608
+ stroke: var(--color-accent);
662
609
  }
663
- footer .tsd-legend {
664
- display: inline-block;
665
- width: 25%;
666
- padding: 0;
667
- font-size: 16px;
668
- list-style: none;
669
- line-height: 1.333em;
670
- vertical-align: top;
610
+
611
+ .tsd-theme-toggle {
612
+ padding-top: 0.75rem;
671
613
  }
672
- @media (max-width: 900px) {
673
- footer .tsd-legend {
674
- width: 50%;
675
- }
614
+ .tsd-theme-toggle > h4 {
615
+ display: inline;
616
+ vertical-align: middle;
617
+ margin-right: 0.75rem;
676
618
  }
677
619
 
678
620
  .tsd-hierarchy {
679
621
  list-style: square;
680
- padding: 0 0 0 20px;
681
622
  margin: 0;
682
623
  }
683
624
  .tsd-hierarchy .target {
684
625
  font-weight: bold;
685
626
  }
686
627
 
687
- .tsd-index-panel .tsd-index-content {
688
- margin-bottom: -30px !important;
689
- }
690
- .tsd-index-panel .tsd-index-section {
691
- margin-bottom: 30px !important;
692
- }
693
- .tsd-index-panel h3 {
694
- margin: 0 -20px 10px -20px;
695
- padding: 0 20px 10px 20px;
696
- border-bottom: 1px solid var(--color-panel-divider);
697
- }
698
- .tsd-index-panel ul.tsd-index-list {
699
- -webkit-column-count: 3;
700
- -moz-column-count: 3;
701
- -ms-column-count: 3;
702
- -o-column-count: 3;
703
- column-count: 3;
704
- -webkit-column-gap: 20px;
705
- -moz-column-gap: 20px;
706
- -ms-column-gap: 20px;
707
- -o-column-gap: 20px;
708
- column-gap: 20px;
709
- padding: 0;
628
+ .tsd-panel-group.tsd-index-group {
629
+ margin-bottom: 0;
630
+ }
631
+ .tsd-index-panel .tsd-index-list {
710
632
  list-style: none;
711
633
  line-height: 1.333em;
712
- }
713
- @media (max-width: 900px) {
714
- .tsd-index-panel ul.tsd-index-list {
715
- -webkit-column-count: 1;
716
- -moz-column-count: 1;
717
- -ms-column-count: 1;
718
- -o-column-count: 1;
719
- column-count: 1;
634
+ margin: 0;
635
+ padding: 0.25rem 0 0 0;
636
+ overflow: hidden;
637
+ display: grid;
638
+ grid-template-columns: repeat(3, 1fr);
639
+ column-gap: 1rem;
640
+ grid-template-rows: auto;
641
+ }
642
+ @media (max-width: 1024px) {
643
+ .tsd-index-panel .tsd-index-list {
644
+ grid-template-columns: repeat(2, 1fr);
720
645
  }
721
646
  }
722
- @media (min-width: 901px) and (max-width: 1024px) {
723
- .tsd-index-panel ul.tsd-index-list {
724
- -webkit-column-count: 2;
725
- -moz-column-count: 2;
726
- -ms-column-count: 2;
727
- -o-column-count: 2;
728
- column-count: 2;
647
+ @media (max-width: 768px) {
648
+ .tsd-index-panel .tsd-index-list {
649
+ grid-template-columns: repeat(1, 1fr);
729
650
  }
730
651
  }
731
- .tsd-index-panel ul.tsd-index-list li {
652
+ .tsd-index-panel .tsd-index-list li {
732
653
  -webkit-page-break-inside: avoid;
733
654
  -moz-page-break-inside: avoid;
734
655
  -ms-page-break-inside: avoid;
@@ -736,31 +657,40 @@ footer .tsd-legend {
736
657
  page-break-inside: avoid;
737
658
  }
738
659
  .tsd-index-panel a,
739
- .tsd-index-panel .tsd-parent-kind-module a {
660
+ .tsd-index-panel a.tsd-parent-kind-module {
740
661
  color: var(--color-ts);
741
662
  }
742
- .tsd-index-panel .tsd-parent-kind-interface a {
663
+ .tsd-index-panel a.tsd-parent-kind-interface {
743
664
  color: var(--color-ts-interface);
744
665
  }
745
- .tsd-index-panel .tsd-parent-kind-enum a {
666
+ .tsd-index-panel a.tsd-parent-kind-enum {
746
667
  color: var(--color-ts-enum);
747
668
  }
748
- .tsd-index-panel .tsd-parent-kind-class a {
669
+ .tsd-index-panel a.tsd-parent-kind-class {
749
670
  color: var(--color-ts-class);
750
671
  }
751
- .tsd-index-panel .tsd-kind-module a {
752
- color: var(--color-ts);
672
+ .tsd-index-panel a.tsd-kind-module {
673
+ color: var(--color-ts-namespace);
753
674
  }
754
- .tsd-index-panel .tsd-kind-interface a {
675
+ .tsd-index-panel a.tsd-kind-interface {
755
676
  color: var(--color-ts-interface);
756
677
  }
757
- .tsd-index-panel .tsd-kind-enum a {
678
+ .tsd-index-panel a.tsd-kind-enum {
758
679
  color: var(--color-ts-enum);
759
680
  }
760
- .tsd-index-panel .tsd-kind-class a {
681
+ .tsd-index-panel a.tsd-kind-class {
761
682
  color: var(--color-ts-class);
762
683
  }
763
- .tsd-index-panel .tsd-is-private a {
684
+ .tsd-index-panel a.tsd-kind-function {
685
+ color: var(--color-ts-function);
686
+ }
687
+ .tsd-index-panel a.tsd-kind-namespace {
688
+ color: var(--color-ts-namespace);
689
+ }
690
+ .tsd-index-panel a.tsd-kind-variable {
691
+ color: var(--color-ts-variable);
692
+ }
693
+ .tsd-index-panel a.tsd-is-private {
764
694
  color: var(--color-ts-private);
765
695
  }
766
696
 
@@ -785,6 +715,8 @@ footer .tsd-legend {
785
715
  position: relative;
786
716
  }
787
717
  .tsd-member .tsd-anchor + h3 {
718
+ display: flex;
719
+ align-items: center;
788
720
  margin-top: 0;
789
721
  margin-bottom: 0;
790
722
  border-bottom: none;
@@ -805,13 +737,9 @@ footer .tsd-legend {
805
737
  color: var(--color-ts-private);
806
738
  }
807
739
 
808
- .tsd-navigation {
809
- margin: 0 0 0 40px;
810
- }
811
740
  .tsd-navigation a {
812
741
  display: block;
813
- padding-top: 2px;
814
- padding-bottom: 2px;
742
+ margin: 0.4rem 0;
815
743
  border-left: 2px solid transparent;
816
744
  color: var(--color-text);
817
745
  text-decoration: none;
@@ -829,110 +757,167 @@ footer .tsd-legend {
829
757
  padding: 0;
830
758
  }
831
759
 
832
- .tsd-navigation.primary {
833
- padding-bottom: 40px;
760
+ .tsd-navigation.primary .tsd-accordion-details > ul {
761
+ margin-top: 0.75rem;
834
762
  }
835
763
  .tsd-navigation.primary a {
836
- display: block;
837
- padding-top: 6px;
838
- padding-bottom: 6px;
764
+ padding: 0.75rem 0.5rem;
765
+ margin: 0;
839
766
  }
840
767
  .tsd-navigation.primary ul li a {
841
- padding-left: 5px;
768
+ margin-left: 0.5rem;
842
769
  }
843
770
  .tsd-navigation.primary ul li li a {
844
- padding-left: 25px;
771
+ margin-left: 1.5rem;
845
772
  }
846
773
  .tsd-navigation.primary ul li li li a {
847
- padding-left: 45px;
774
+ margin-left: 2.5rem;
848
775
  }
849
776
  .tsd-navigation.primary ul li li li li a {
850
- padding-left: 65px;
777
+ margin-left: 3.5rem;
851
778
  }
852
779
  .tsd-navigation.primary ul li li li li li a {
853
- padding-left: 85px;
780
+ margin-left: 4.5rem;
854
781
  }
855
782
  .tsd-navigation.primary ul li li li li li li a {
856
- padding-left: 105px;
857
- }
858
- .tsd-navigation.primary > ul {
859
- border-bottom: 1px solid var(--color-panel-divider);
860
- }
861
- .tsd-navigation.primary li {
862
- border-top: 1px solid var(--color-panel-divider);
783
+ margin-left: 5.5rem;
863
784
  }
864
785
  .tsd-navigation.primary li.current > a {
786
+ border-left: 0.15rem var(--color-text) solid;
787
+ }
788
+ .tsd-navigation.primary li.selected > a {
865
789
  font-weight: bold;
790
+ border-left: 0.2rem var(--color-text) solid;
866
791
  }
867
- .tsd-navigation.primary li.label span {
868
- display: block;
869
- padding: 20px 0 6px 5px;
870
- color: var(--color-menu-label);
792
+ .tsd-navigation.primary ul li a:hover {
793
+ border-left: 0.2rem var(--color-text-aside) solid;
871
794
  }
872
795
  .tsd-navigation.primary li.globals + li > span,
873
796
  .tsd-navigation.primary li.globals + li > a {
874
797
  padding-top: 20px;
875
798
  }
876
799
 
877
- .tsd-navigation.secondary {
878
- max-height: calc(100vh - 1rem - 40px);
879
- overflow: auto;
880
- position: sticky;
881
- top: calc(0.5rem + 40px);
882
- transition: 0.3s;
883
- }
884
800
  .tsd-navigation.secondary.tsd-navigation--toolbar-hide {
885
801
  max-height: calc(100vh - 1rem);
886
802
  top: 0.5rem;
887
803
  }
888
- .tsd-navigation.secondary ul {
804
+ .tsd-navigation.secondary > ul {
805
+ display: inline;
806
+ padding-right: 0.5rem;
889
807
  transition: opacity 0.2s;
890
808
  }
891
809
  .tsd-navigation.secondary ul li a {
892
- padding-left: 25px;
810
+ padding-left: 0;
893
811
  }
894
812
  .tsd-navigation.secondary ul li li a {
895
- padding-left: 45px;
813
+ padding-left: 1.1rem;
896
814
  }
897
815
  .tsd-navigation.secondary ul li li li a {
898
- padding-left: 65px;
816
+ padding-left: 2.2rem;
899
817
  }
900
818
  .tsd-navigation.secondary ul li li li li a {
901
- padding-left: 85px;
819
+ padding-left: 3.3rem;
902
820
  }
903
821
  .tsd-navigation.secondary ul li li li li li a {
904
- padding-left: 105px;
822
+ padding-left: 4.4rem;
905
823
  }
906
824
  .tsd-navigation.secondary ul li li li li li li a {
907
- padding-left: 125px;
825
+ padding-left: 5.5rem;
826
+ }
827
+
828
+ a.tsd-index-link {
829
+ margin: 0.25rem 0;
830
+ font-size: 1rem;
831
+ line-height: 1.25rem;
832
+ display: inline-flex;
833
+ align-items: center;
834
+ }
835
+ .tsd-accordion-summary > h1,
836
+ .tsd-accordion-summary > h2,
837
+ .tsd-accordion-summary > h3,
838
+ .tsd-accordion-summary > h4,
839
+ .tsd-accordion-summary > h5 {
840
+ display: inline-flex;
841
+ align-items: center;
842
+ vertical-align: middle;
843
+ margin-bottom: 0;
844
+ user-select: none;
845
+ -moz-user-select: none;
846
+ -webkit-user-select: none;
847
+ -ms-user-select: none;
848
+ }
849
+ .tsd-accordion-summary {
850
+ display: block;
851
+ cursor: pointer;
908
852
  }
909
- .tsd-navigation.secondary ul.current a {
910
- border-left-color: var(--color-panel-divider);
853
+ .tsd-accordion-summary > * {
854
+ margin-top: 0;
855
+ margin-bottom: 0;
856
+ padding-top: 0;
857
+ padding-bottom: 0;
911
858
  }
912
- .tsd-navigation.secondary li.focus > a,
913
- .tsd-navigation.secondary ul.current li.focus > a {
914
- border-left-color: var(--color-menu-divider-focus);
859
+ .tsd-accordion-summary::-webkit-details-marker {
860
+ display: none;
915
861
  }
916
- .tsd-navigation.secondary li.current {
917
- margin-top: 20px;
918
- margin-bottom: 20px;
919
- border-left-color: var(--color-panel-divider);
862
+ .tsd-index-accordion .tsd-accordion-summary svg {
863
+ margin-right: 0.25rem;
920
864
  }
921
- .tsd-navigation.secondary li.current > a {
922
- font-weight: bold;
865
+ .tsd-index-content > :not(:first-child) {
866
+ margin-top: 0.75rem;
867
+ }
868
+ .tsd-index-heading {
869
+ margin-top: 1.5rem;
870
+ margin-bottom: 0.75rem;
923
871
  }
924
872
 
925
- @media (min-width: 901px) {
873
+ .tsd-kind-icon {
874
+ margin-right: 0.5rem;
875
+ width: 1.25rem;
876
+ height: 1.25rem;
877
+ min-width: 1.25rem;
878
+ min-height: 1.25rem;
879
+ }
880
+ .tsd-kind-icon path {
881
+ transform-origin: center;
882
+ transform: scale(1.1);
883
+ }
884
+ .tsd-signature > .tsd-kind-icon {
885
+ margin-right: 0.8rem;
886
+ }
887
+
888
+ @media (min-width: 1024px) {
889
+ .col-content {
890
+ margin: 2rem auto;
891
+ }
892
+
926
893
  .menu-sticky-wrap {
927
- position: static;
894
+ position: sticky;
895
+ height: calc(100vh - 2rem);
896
+ top: 4rem;
897
+ right: 0;
898
+ padding: 0 1.5rem;
899
+ padding-top: 1rem;
900
+ margin-top: 3rem;
901
+ transition: 0.3s ease-in-out;
902
+ transition-property: top, padding-top, padding, height;
903
+ overflow-y: auto;
904
+ }
905
+ .col-menu {
906
+ border-left: 1px solid var(--color-accent);
907
+ }
908
+ .col-menu--hide {
909
+ top: 1rem;
910
+ }
911
+ .col-menu .tsd-navigation:not(:last-child) {
912
+ padding-bottom: 1.75rem;
928
913
  }
929
914
  }
930
915
 
931
916
  .tsd-panel {
932
- margin: 20px 0;
933
- padding: 20px;
934
- background-color: var(--color-panel);
935
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
917
+ margin-bottom: 2.5rem;
918
+ }
919
+ .tsd-panel.tsd-member {
920
+ margin-bottom: 4rem;
936
921
  }
937
922
  .tsd-panel:empty {
938
923
  display: none;
@@ -940,48 +925,24 @@ footer .tsd-legend {
940
925
  .tsd-panel > h1,
941
926
  .tsd-panel > h2,
942
927
  .tsd-panel > h3 {
943
- margin: 1.5em -20px 10px -20px;
944
- padding: 0 20px 10px 20px;
945
- border-bottom: 1px solid var(--color-panel-divider);
928
+ margin: 1.5rem -1.5rem 0.75rem -1.5rem;
929
+ padding: 0 1.5rem 0.75rem 1.5rem;
946
930
  }
947
931
  .tsd-panel > h1.tsd-before-signature,
948
932
  .tsd-panel > h2.tsd-before-signature,
949
933
  .tsd-panel > h3.tsd-before-signature {
950
934
  margin-bottom: 0;
951
- border-bottom: 0;
952
- }
953
- .tsd-panel table {
954
- display: block;
955
- width: 100%;
956
- overflow: auto;
957
- margin-top: 10px;
958
- word-break: normal;
959
- word-break: keep-all;
960
- border-collapse: collapse;
961
- }
962
- .tsd-panel table th {
963
- font-weight: bold;
964
- }
965
- .tsd-panel table th,
966
- .tsd-panel table td {
967
- padding: 6px 13px;
968
- border: 1px solid var(--color-panel-divider);
969
- }
970
- .tsd-panel table tr {
971
- background: var(--color-background);
972
- }
973
- .tsd-panel table tr:nth-child(even) {
974
- background: var(--color-secondary-background);
935
+ border-bottom: none;
975
936
  }
976
937
 
977
938
  .tsd-panel-group {
978
- margin: 60px 0;
939
+ margin: 4rem 0;
979
940
  }
980
- .tsd-panel-group > h1,
981
- .tsd-panel-group > h2,
982
- .tsd-panel-group > h3 {
983
- padding-left: 20px;
984
- padding-right: 20px;
941
+ .tsd-panel-group.tsd-index-group {
942
+ margin: 2rem 0;
943
+ }
944
+ .tsd-panel-group.tsd-index-group details {
945
+ margin: 2rem 0;
985
946
  }
986
947
 
987
948
  #tsd-search {
@@ -995,8 +956,8 @@ footer .tsd-legend {
995
956
  position: absolute;
996
957
  left: 0;
997
958
  top: 0;
998
- right: 40px;
999
- height: 40px;
959
+ right: 2.5rem;
960
+ height: 100%;
1000
961
  }
1001
962
  #tsd-search .field input {
1002
963
  box-sizing: border-box;
@@ -1035,14 +996,14 @@ footer .tsd-legend {
1035
996
  background-color: var(--color-background);
1036
997
  }
1037
998
  #tsd-search .results li:nth-child(even) {
1038
- background-color: var(--color-panel);
999
+ background-color: var(--color-background-secondary);
1039
1000
  }
1040
1001
  #tsd-search .results li.state {
1041
1002
  display: none;
1042
1003
  }
1043
1004
  #tsd-search .results li.current,
1044
1005
  #tsd-search .results li:hover {
1045
- background-color: var(--color-panel-divider);
1006
+ background-color: var(--color-accent);
1046
1007
  }
1047
1008
  #tsd-search .results a {
1048
1009
  display: block;
@@ -1055,7 +1016,7 @@ footer .tsd-legend {
1055
1016
  font-weight: normal;
1056
1017
  }
1057
1018
  #tsd-search.has-focus {
1058
- background-color: var(--color-panel-divider);
1019
+ background-color: var(--color-accent);
1059
1020
  }
1060
1021
  #tsd-search.has-focus .field input {
1061
1022
  top: 0;
@@ -1076,31 +1037,13 @@ footer .tsd-legend {
1076
1037
  }
1077
1038
 
1078
1039
  .tsd-signature {
1079
- margin: 0 0 1em 0;
1080
- padding: 10px;
1081
- border: 1px solid var(--color-panel-divider);
1040
+ margin: 0 0 1rem 0;
1041
+ padding: 1rem 0.5rem;
1042
+ border: 1px solid var(--color-accent);
1082
1043
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1083
1044
  font-size: 14px;
1084
1045
  overflow-x: auto;
1085
1046
  }
1086
- .tsd-signature.tsd-kind-icon {
1087
- padding-left: 30px;
1088
- }
1089
- .tsd-signature.tsd-kind-icon:before {
1090
- top: 10px;
1091
- left: 10px;
1092
- }
1093
- .tsd-panel > .tsd-signature {
1094
- margin-left: -20px;
1095
- margin-right: -20px;
1096
- border-width: 1px 0;
1097
- }
1098
- .tsd-panel > .tsd-signature.tsd-kind-icon {
1099
- padding-left: 40px;
1100
- }
1101
- .tsd-panel > .tsd-signature.tsd-kind-icon:before {
1102
- left: 20px;
1103
- }
1104
1047
 
1105
1048
  .tsd-signature-symbol {
1106
1049
  color: var(--color-text-aside);
@@ -1115,104 +1058,42 @@ footer .tsd-legend {
1115
1058
  .tsd-signatures {
1116
1059
  padding: 0;
1117
1060
  margin: 0 0 1em 0;
1118
- border: 1px solid var(--color-panel-divider);
1061
+ list-style-type: none;
1119
1062
  }
1120
1063
  .tsd-signatures .tsd-signature {
1121
1064
  margin: 0;
1122
- border-width: 1px 0 0 0;
1123
- transition: background-color 0.1s;
1124
- }
1125
- .tsd-signatures .tsd-signature:first-child {
1126
- border-top-width: 0;
1127
- }
1128
- .tsd-signatures .tsd-signature.current {
1129
- background-color: var(--color-panel-divider);
1130
- }
1131
- .tsd-signatures.active > .tsd-signature {
1132
- cursor: pointer;
1133
- }
1134
- .tsd-panel > .tsd-signatures {
1135
- margin-left: -20px;
1136
- margin-right: -20px;
1065
+ border-color: var(--color-accent);
1137
1066
  border-width: 1px 0;
1067
+ transition: background-color 0.1s;
1138
1068
  }
1139
- .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon {
1140
- padding-left: 40px;
1141
- }
1142
- .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before {
1143
- left: 20px;
1144
- }
1145
- .tsd-panel > a.anchor + .tsd-signatures {
1146
- border-top-width: 0;
1147
- margin-top: -20px;
1148
- }
1149
-
1150
- ul.tsd-descriptions {
1151
- position: relative;
1152
- overflow: hidden;
1153
- padding: 0;
1154
- list-style: none;
1155
- }
1156
- ul.tsd-descriptions.active > .tsd-description {
1157
- display: none;
1158
- }
1159
- ul.tsd-descriptions.active > .tsd-description.current {
1160
- display: block;
1161
- }
1162
- ul.tsd-descriptions.active > .tsd-description.fade-in {
1163
- animation: fade-in-delayed 0.3s;
1164
- }
1165
- ul.tsd-descriptions.active > .tsd-description.fade-out {
1166
- animation: fade-out-delayed 0.3s;
1167
- position: absolute;
1168
- display: block;
1169
- top: 0;
1170
- left: 0;
1171
- right: 0;
1172
- opacity: 0;
1173
- visibility: hidden;
1174
- }
1175
- ul.tsd-descriptions h4,
1176
- ul.tsd-descriptions .tsd-index-panel h3,
1177
- .tsd-index-panel ul.tsd-descriptions h3 {
1178
- font-size: 16px;
1179
- margin: 1em 0 0.5em 0;
1069
+ .tsd-description .tsd-signatures .tsd-signature {
1070
+ border-width: 1px;
1180
1071
  }
1181
1072
 
1182
- ul.tsd-parameters,
1183
- ul.tsd-type-parameters {
1073
+ ul.tsd-parameter-list,
1074
+ ul.tsd-type-parameter-list {
1184
1075
  list-style: square;
1185
1076
  margin: 0;
1186
1077
  padding-left: 20px;
1187
1078
  }
1188
- ul.tsd-parameters > li.tsd-parameter-signature,
1189
- ul.tsd-type-parameters > li.tsd-parameter-signature {
1079
+ ul.tsd-parameter-list > li.tsd-parameter-signature,
1080
+ ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1190
1081
  list-style: none;
1191
1082
  margin-left: -20px;
1192
1083
  }
1193
- ul.tsd-parameters h5,
1194
- ul.tsd-type-parameters h5 {
1084
+ ul.tsd-parameter-list h5,
1085
+ ul.tsd-type-parameter-list h5 {
1195
1086
  font-size: 16px;
1196
1087
  margin: 1em 0 0.5em 0;
1197
1088
  }
1198
- ul.tsd-parameters .tsd-comment,
1199
- ul.tsd-type-parameters .tsd-comment {
1200
- margin-top: -0.5em;
1201
- }
1202
-
1203
1089
  .tsd-sources {
1204
- font-size: 14px;
1205
- color: var(--color-text-aside);
1206
- margin: 0 0 1em 0;
1090
+ margin-top: 1rem;
1091
+ font-size: 0.875em;
1207
1092
  }
1208
1093
  .tsd-sources a {
1209
1094
  color: var(--color-text-aside);
1210
1095
  text-decoration: underline;
1211
1096
  }
1212
- .tsd-sources ul,
1213
- .tsd-sources p {
1214
- margin: 0 !important;
1215
- }
1216
1097
  .tsd-sources ul {
1217
1098
  list-style: none;
1218
1099
  padding: 0;
@@ -1224,14 +1105,13 @@ ul.tsd-type-parameters .tsd-comment {
1224
1105
  top: 0;
1225
1106
  left: 0;
1226
1107
  width: 100%;
1227
- height: 40px;
1228
- color: var(--color-toolbar-text);
1229
- background: var(--color-toolbar);
1230
- border-bottom: 1px solid var(--color-panel-divider);
1231
- transition: transform 0.3s linear;
1108
+ color: var(--color-text);
1109
+ background: var(--color-background-secondary);
1110
+ border-bottom: 1px var(--color-accent) solid;
1111
+ transition: transform 0.3s ease-in-out;
1232
1112
  }
1233
1113
  .tsd-page-toolbar a {
1234
- color: var(--color-toolbar-text);
1114
+ color: var(--color-text);
1235
1115
  text-decoration: none;
1236
1116
  }
1237
1117
  .tsd-page-toolbar a.title {
@@ -1240,13 +1120,12 @@ ul.tsd-type-parameters .tsd-comment {
1240
1120
  .tsd-page-toolbar a.title:hover {
1241
1121
  text-decoration: underline;
1242
1122
  }
1243
- .tsd-page-toolbar .table-wrap {
1244
- display: table;
1245
- width: 100%;
1246
- height: 40px;
1123
+ .tsd-page-toolbar .tsd-toolbar-contents {
1124
+ display: flex;
1125
+ justify-content: space-between;
1126
+ height: 2.5rem;
1247
1127
  }
1248
1128
  .tsd-page-toolbar .table-cell {
1249
- display: table-cell;
1250
1129
  position: relative;
1251
1130
  white-space: nowrap;
1252
1131
  line-height: 40px;
@@ -1259,29 +1138,6 @@ ul.tsd-type-parameters .tsd-comment {
1259
1138
  transform: translateY(-100%);
1260
1139
  }
1261
1140
 
1262
- .tsd-select .tsd-select-list li:before,
1263
- .tsd-select .tsd-select-label:before,
1264
- .tsd-widget:before {
1265
- content: "";
1266
- display: inline-block;
1267
- width: 40px;
1268
- height: 40px;
1269
- margin: 0 -8px 0 0;
1270
- background-image: url(./widgets.png);
1271
- background-repeat: no-repeat;
1272
- text-indent: -1024px;
1273
- vertical-align: bottom;
1274
- filter: var(--icon-filter);
1275
- }
1276
- @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
1277
- .tsd-select .tsd-select-list li:before,
1278
- .tsd-select .tsd-select-label:before,
1279
- .tsd-widget:before {
1280
- background-image: url(./widgets@2x.png);
1281
- background-size: 320px 40px;
1282
- }
1283
- }
1284
-
1285
1141
  .tsd-widget {
1286
1142
  display: inline-block;
1287
1143
  overflow: hidden;
@@ -1296,7 +1152,7 @@ ul.tsd-type-parameters .tsd-comment {
1296
1152
  }
1297
1153
  .tsd-widget.active {
1298
1154
  opacity: 1;
1299
- background-color: var(--color-panel-divider);
1155
+ background-color: var(--color-accent);
1300
1156
  }
1301
1157
  .tsd-widget.no-caption {
1302
1158
  width: 40px;
@@ -1304,20 +1160,12 @@ ul.tsd-type-parameters .tsd-comment {
1304
1160
  .tsd-widget.no-caption:before {
1305
1161
  margin: 0;
1306
1162
  }
1307
- .tsd-widget.search:before {
1308
- background-position: 0 0;
1309
- }
1310
- .tsd-widget.menu:before {
1311
- background-position: -40px 0;
1312
- }
1313
- .tsd-widget.options:before {
1314
- background-position: -80px 0;
1315
- }
1163
+
1316
1164
  .tsd-widget.options,
1317
1165
  .tsd-widget.menu {
1318
1166
  display: none;
1319
1167
  }
1320
- @media (max-width: 900px) {
1168
+ @media (max-width: 1024px) {
1321
1169
  .tsd-widget.options,
1322
1170
  .tsd-widget.menu {
1323
1171
  display: inline-block;
@@ -1330,75 +1178,14 @@ input[type="checkbox"]:checked + .tsd-widget:before {
1330
1178
  background-position: -160px 0;
1331
1179
  }
1332
1180
 
1333
- .tsd-select {
1334
- position: relative;
1335
- display: inline-block;
1336
- height: 40px;
1337
- transition: opacity 0.1s, background-color 0.2s;
1338
- vertical-align: bottom;
1339
- cursor: pointer;
1340
- }
1341
- .tsd-select .tsd-select-label {
1342
- opacity: 0.6;
1343
- transition: opacity 0.2s;
1344
- }
1345
- .tsd-select .tsd-select-label:before {
1346
- background-position: -240px 0;
1347
- }
1348
- .tsd-select.active .tsd-select-label {
1349
- opacity: 0.8;
1350
- }
1351
- .tsd-select.active .tsd-select-list {
1352
- visibility: visible;
1353
- opacity: 1;
1354
- transition-delay: 0s;
1355
- }
1356
- .tsd-select .tsd-select-list {
1357
- position: absolute;
1358
- visibility: hidden;
1359
- top: 40px;
1360
- left: 0;
1361
- margin: 0;
1362
- padding: 0;
1363
- opacity: 0;
1364
- list-style: none;
1365
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
1366
- transition: visibility 0s 0.2s, opacity 0.2s;
1367
- }
1368
- .tsd-select .tsd-select-list li {
1369
- padding: 0 20px 0 0;
1370
- background-color: var(--color-background);
1371
- }
1372
- .tsd-select .tsd-select-list li:before {
1373
- background-position: 40px 0;
1374
- }
1375
- .tsd-select .tsd-select-list li:nth-child(even) {
1376
- background-color: var(--color-panel);
1377
- }
1378
- .tsd-select .tsd-select-list li:hover {
1379
- background-color: var(--color-panel-divider);
1380
- }
1381
- .tsd-select .tsd-select-list li.selected:before {
1382
- background-position: -200px 0;
1383
- }
1384
- @media (max-width: 900px) {
1385
- .tsd-select .tsd-select-list {
1386
- top: 0;
1387
- left: auto;
1388
- right: 100%;
1389
- margin-right: -5px;
1390
- }
1391
- .tsd-select .tsd-select-label:before {
1392
- background-position: -280px 0;
1393
- }
1394
- }
1395
-
1396
1181
  img {
1397
1182
  max-width: 100%;
1398
1183
  }
1399
1184
 
1400
1185
  .tsd-anchor-icon {
1401
- margin-left: 10px;
1186
+ display: inline-flex;
1187
+ align-items: center;
1188
+ margin-left: 0.5rem;
1402
1189
  vertical-align: middle;
1403
1190
  color: var(--color-text);
1404
1191
  }
@@ -1412,3 +1199,26 @@ img {
1412
1199
  .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1413
1200
  visibility: visible;
1414
1201
  }
1202
+
1203
+ .deprecated {
1204
+ text-decoration: line-through;
1205
+ }
1206
+
1207
+ * {
1208
+ scrollbar-width: thin;
1209
+ scrollbar-color: var(--color-accent) var(--color-icon-background);
1210
+ }
1211
+
1212
+ *::-webkit-scrollbar {
1213
+ width: 0.75rem;
1214
+ }
1215
+
1216
+ *::-webkit-scrollbar-track {
1217
+ background: var(--color-icon-background);
1218
+ }
1219
+
1220
+ *::-webkit-scrollbar-thumb {
1221
+ background-color: var(--color-accent);
1222
+ border-radius: 999rem;
1223
+ border: 0.25rem solid var(--color-icon-background);
1224
+ }