@n1xyz/nord-ts 0.0.4 → 0.0.5

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 (306) hide show
  1. package/dist/bridge/client.d.ts +4 -4
  2. package/dist/bridge/client.js +4 -4
  3. package/dist/bridge/const.d.ts +2 -2
  4. package/dist/bridge/const.js +22 -22
  5. package/dist/bridge/index.d.ts +4 -4
  6. package/dist/bridge/types.d.ts +3 -3
  7. package/dist/bridge/utils.d.ts +4 -4
  8. package/dist/bridge/utils.js +10 -10
  9. package/dist/const.d.ts +1 -1
  10. package/dist/const.js +17 -17
  11. package/dist/gen/nord.d.ts +1 -4
  12. package/dist/idl/bridge.d.ts +1 -1
  13. package/dist/idl/bridge.js +185 -185
  14. package/dist/index.d.ts +8 -8
  15. package/dist/nord/api/actions.d.ts +3 -3
  16. package/dist/nord/api/actions.js +21 -21
  17. package/dist/nord/api/core.d.ts +3 -3
  18. package/dist/nord/api/core.js +12 -12
  19. package/dist/nord/api/market.d.ts +1 -1
  20. package/dist/nord/api/market.js +12 -12
  21. package/dist/nord/api/metrics.d.ts +1 -1
  22. package/dist/nord/api/metrics.js +6 -6
  23. package/dist/nord/api/queries.d.ts +1 -1
  24. package/dist/nord/api/queries.js +9 -9
  25. package/dist/nord/client/Nord.d.ts +4 -4
  26. package/dist/nord/client/Nord.js +18 -18
  27. package/dist/nord/client/NordUser.d.ts +7 -7
  28. package/dist/nord/client/NordUser.js +45 -49
  29. package/dist/nord/index.d.ts +9 -9
  30. package/dist/nord/models/Subscriber.d.ts +6 -6
  31. package/dist/nord/models/Subscriber.js +1 -5
  32. package/dist/nord/utils/NordError.js +2 -2
  33. package/dist/types.d.ts +1 -1
  34. package/dist/types.js +1 -1
  35. package/dist/utils.d.ts +6 -6
  36. package/dist/utils.js +8 -8
  37. package/dist/websocket/NordWebSocketClient.d.ts +2 -2
  38. package/dist/websocket/NordWebSocketClient.js +38 -38
  39. package/dist/websocket/events.d.ts +1 -1
  40. package/dist/websocket/index.d.ts +2 -2
  41. package/docs/assets/hierarchy.js +1 -0
  42. package/docs/assets/highlight.css +16 -16
  43. package/docs/assets/icons.js +17 -14
  44. package/docs/assets/icons.svg +1 -1
  45. package/docs/assets/main.js +5 -4
  46. package/docs/assets/navigation.js +1 -1
  47. package/docs/assets/search.js +1 -1
  48. package/docs/assets/style.css +1423 -1227
  49. package/docs/classes/Nord.html +190 -31
  50. package/docs/classes/NordError.html +24 -0
  51. package/docs/classes/NordUser.html +120 -35
  52. package/docs/classes/NordWebSocketClient.html +335 -0
  53. package/docs/classes/SolanaBridgeClient.html +86 -0
  54. package/docs/classes/Subscriber.html +10 -0
  55. package/docs/enums/FillMode.html +5 -5
  56. package/docs/enums/KeyType.html +4 -4
  57. package/docs/enums/MetricPeriod.html +9 -0
  58. package/docs/enums/PdaSeedType.html +9 -0
  59. package/docs/enums/PeakTpsPeriodUnit.html +7 -7
  60. package/docs/enums/Side.html +3 -3
  61. package/docs/enums/WebSocketMessageType.html +7 -0
  62. package/docs/functions/actionQueryRollman.html +6 -0
  63. package/docs/functions/actionsQueryRollman.html +6 -0
  64. package/docs/functions/aggregateMetrics-1.html +7 -0
  65. package/docs/functions/assert.html +1 -1
  66. package/docs/functions/bigIntToProtoU128.html +3 -3
  67. package/docs/functions/blockQueryRollman.html +6 -0
  68. package/docs/functions/blockSummaryQueryRollman.html +6 -0
  69. package/docs/functions/bridgeToBN.html +5 -0
  70. package/docs/functions/bufferToHex.html +4 -0
  71. package/docs/functions/cancelOrder.html +1 -0
  72. package/docs/functions/checkPubKeyLength.html +1 -1
  73. package/docs/functions/checkedFetch.html +4 -4
  74. package/docs/functions/createSession.html +1 -0
  75. package/docs/functions/decodeLengthDelimited.html +7 -6
  76. package/docs/functions/encodeLengthDelimited.html +4 -4
  77. package/docs/functions/fillModeToProtoFillMode.html +4 -4
  78. package/docs/functions/findMarket.html +1 -1
  79. package/docs/functions/findPda.html +6 -0
  80. package/docs/functions/findToken.html +1 -1
  81. package/docs/functions/fromBN.html +5 -0
  82. package/docs/functions/getAccount.html +6 -0
  83. package/docs/functions/getActionNonce.html +5 -0
  84. package/docs/functions/getCurrentTps.html +6 -0
  85. package/docs/functions/getInfo.html +5 -0
  86. package/docs/functions/getMedianLatency.html +6 -0
  87. package/docs/functions/getOrderbook.html +6 -0
  88. package/docs/functions/getPeakTps.html +6 -0
  89. package/docs/functions/getTimestamp.html +5 -0
  90. package/docs/functions/getTotalTransactions.html +5 -0
  91. package/docs/functions/getTrades.html +6 -0
  92. package/docs/functions/getUserAccountIds.html +6 -0
  93. package/docs/functions/hexToBuffer.html +4 -0
  94. package/docs/functions/initWebSocketClient.html +12 -0
  95. package/docs/functions/keypairFromPrivateKey.html +4 -0
  96. package/docs/functions/makeSigningFunction.html +4 -0
  97. package/docs/functions/makeWalletSignFn.html +5 -5
  98. package/docs/functions/marketsStats.html +5 -0
  99. package/docs/functions/optExpect.html +4 -4
  100. package/docs/functions/optMap.html +5 -5
  101. package/docs/functions/optUnwrap.html +2 -2
  102. package/docs/functions/panic.html +1 -1
  103. package/docs/functions/placeOrder.html +1 -0
  104. package/docs/functions/queryAction.html +6 -0
  105. package/docs/functions/queryBlock.html +6 -0
  106. package/docs/functions/queryLastNBlocks.html +5 -0
  107. package/docs/functions/queryPrometheus.html +6 -0
  108. package/docs/functions/queryRecentActions.html +6 -0
  109. package/docs/functions/queryRecentBlocks.html +6 -0
  110. package/docs/functions/revokeSession.html +1 -0
  111. package/docs/functions/shortenPublicKey.html +5 -0
  112. package/docs/functions/signAction.html +2 -2
  113. package/docs/functions/toBN.html +5 -0
  114. package/docs/functions/toScaledU128.html +5 -5
  115. package/docs/functions/toScaledU64.html +5 -5
  116. package/docs/functions/transfer.html +1 -0
  117. package/docs/functions/withdraw.html +1 -0
  118. package/docs/hierarchy.html +1 -0
  119. package/docs/index.html +39 -20
  120. package/docs/interfaces/Account.html +8 -8
  121. package/docs/interfaces/ActionInfo.html +8 -8
  122. package/docs/interfaces/ActionNonceResponse.html +3 -0
  123. package/docs/interfaces/ActionQuery.html +4 -4
  124. package/docs/interfaces/ActionResponse.html +8 -8
  125. package/docs/interfaces/ActionsExtendedInfo.html +10 -10
  126. package/docs/interfaces/ActionsQuery.html +5 -5
  127. package/docs/interfaces/ActionsResponse.html +6 -6
  128. package/docs/interfaces/AggregateMetrics.html +12 -12
  129. package/docs/interfaces/BlockFacts.html +10 -0
  130. package/docs/interfaces/BlockQuery.html +6 -6
  131. package/docs/interfaces/BlockResponse.html +6 -6
  132. package/docs/interfaces/BlockSummary.html +8 -8
  133. package/docs/interfaces/BlockSummaryResponse.html +6 -6
  134. package/docs/interfaces/DeltaEvent.html +6 -6
  135. package/docs/interfaces/DepositSplParams.html +10 -0
  136. package/docs/interfaces/Info.html +3 -3
  137. package/docs/interfaces/Market.html +8 -6
  138. package/docs/interfaces/MarketStats.html +7 -7
  139. package/docs/interfaces/MarketsStatsResponse.html +2 -2
  140. package/docs/interfaces/NordConfig.html +14 -5
  141. package/docs/interfaces/NordWebSocketClientEvents.html +4 -0
  142. package/docs/interfaces/NordWebSocketEvents.html +8 -0
  143. package/docs/interfaces/Order.html +6 -6
  144. package/docs/interfaces/OrderInfo.html +6 -6
  145. package/docs/interfaces/OrderbookEntry.html +4 -0
  146. package/docs/interfaces/OrderbookQuery.html +6 -0
  147. package/docs/interfaces/OrderbookResponse.html +6 -0
  148. package/docs/interfaces/OrderbookSubscription.html +159 -0
  149. package/docs/interfaces/PerpMarketStats.html +5 -5
  150. package/docs/interfaces/RollmanActionExtendedInfo.html +4 -4
  151. package/docs/interfaces/RollmanActionInfo.html +4 -4
  152. package/docs/interfaces/RollmanActionResponse.html +4 -4
  153. package/docs/interfaces/RollmanActionsResponse.html +2 -2
  154. package/docs/interfaces/RollmanBlockResponse.html +3 -3
  155. package/docs/interfaces/SPLTokenInfo.html +10 -0
  156. package/docs/interfaces/SolanaBridgeConfig.html +10 -0
  157. package/docs/interfaces/StateFacts.html +10 -0
  158. package/docs/interfaces/SubscriberConfig.html +3 -3
  159. package/docs/interfaces/TimestampResponse.html +3 -0
  160. package/docs/interfaces/Token.html +5 -5
  161. package/docs/interfaces/TokenInfo.html +5 -0
  162. package/docs/interfaces/Trade.html +5 -5
  163. package/docs/interfaces/TradeSubscription.html +159 -0
  164. package/docs/interfaces/Trades.html +5 -5
  165. package/docs/interfaces/TradesQuery.html +6 -0
  166. package/docs/interfaces/TradesResponse.html +7 -0
  167. package/docs/interfaces/TransferParams.html +8 -0
  168. package/docs/interfaces/UserAccountIdsQuery.html +3 -0
  169. package/docs/interfaces/UserAccountIdsResponse.html +3 -0
  170. package/docs/interfaces/WebSocketDeltaUpdate.html +9 -0
  171. package/docs/interfaces/WebSocketSubscription.html +4 -0
  172. package/docs/interfaces/WebSocketTradeUpdate.html +6 -0
  173. package/docs/interfaces/WebSocketUserUpdate.html +6 -0
  174. package/docs/interfaces/WithdrawalClaim.html +14 -0
  175. package/docs/interfaces/WithdrawalParams.html +8 -0
  176. package/docs/modules.html +1 -70
  177. package/docs/types/BigIntValue.html +2 -2
  178. package/docs/types/WebSocketMessage.html +1 -0
  179. package/docs/variables/DEBUG_KEYS.html +1 -1
  180. package/docs/variables/DEFAULT_FUNDING_AMOUNTS.html +1 -1
  181. package/docs/variables/DEV_TOKEN_INFOS.html +1 -1
  182. package/docs/variables/DEV_URL.html +1 -1
  183. package/docs/variables/MAX_BUFFER_LEN.html +1 -1
  184. package/docs/variables/SESSION_TTL.html +1 -1
  185. package/docs/variables/WEBSERVER_DEV_URL.html +1 -1
  186. package/docs/variables/ZERO_DECIMAL.html +1 -1
  187. package/docs/variables/_private.html +2 -0
  188. package/eslint.config.mjs +66 -0
  189. package/package.json +12 -13
  190. package/src/bridge/client.ts +10 -10
  191. package/src/bridge/const.ts +24 -24
  192. package/src/bridge/index.ts +4 -4
  193. package/src/bridge/types.ts +10 -10
  194. package/src/bridge/utils.ts +14 -14
  195. package/src/const.ts +18 -18
  196. package/src/gen/nord.ts +1 -4
  197. package/src/idl/bridge.ts +186 -186
  198. package/src/index.ts +8 -8
  199. package/src/nord/api/actions.ts +25 -25
  200. package/src/nord/api/core.ts +16 -16
  201. package/src/nord/api/market.ts +15 -15
  202. package/src/nord/api/metrics.ts +16 -16
  203. package/src/nord/api/queries.ts +12 -12
  204. package/src/nord/client/Nord.ts +27 -27
  205. package/src/nord/client/NordUser.ts +59 -63
  206. package/src/nord/index.ts +9 -9
  207. package/src/nord/models/Subscriber.ts +11 -12
  208. package/src/nord/utils/NordError.ts +2 -2
  209. package/src/types.ts +12 -12
  210. package/src/utils.ts +20 -20
  211. package/src/websocket/NordWebSocketClient.ts +42 -42
  212. package/src/websocket/events.ts +1 -1
  213. package/src/websocket/index.ts +2 -2
  214. package/tests/utils.spec.ts +24 -24
  215. package/tsconfig.eslint.json +12 -0
  216. package/.eslintignore +0 -1
  217. package/.eslintrc.js +0 -31
  218. package/dist/abis/ERC20_ABI.d.ts +0 -39
  219. package/dist/abis/ERC20_ABI.js +0 -313
  220. package/dist/abis/NORD_GETTERS_FACET_ABI.d.ts +0 -34
  221. package/dist/abis/NORD_GETTERS_FACET_ABI.js +0 -195
  222. package/dist/abis/NORD_RAMP_FACET_ABI.d.ts +0 -35
  223. package/dist/abis/NORD_RAMP_FACET_ABI.js +0 -144
  224. package/dist/abis/index.d.ts +0 -3
  225. package/dist/abis/index.js +0 -9
  226. package/dist/bridge/NordUser.d.ts +0 -78
  227. package/dist/bridge/NordUser.js +0 -196
  228. package/dist/client.d.ts +0 -70
  229. package/dist/client.js +0 -129
  230. package/dist/constants/endpoints.d.ts +0 -65
  231. package/dist/constants/endpoints.js +0 -68
  232. package/dist/models/account.d.ts +0 -58
  233. package/dist/models/account.js +0 -6
  234. package/dist/models/index.d.ts +0 -8
  235. package/dist/models/index.js +0 -28
  236. package/dist/models/market.d.ts +0 -137
  237. package/dist/models/market.js +0 -6
  238. package/dist/models/order.d.ts +0 -211
  239. package/dist/models/order.js +0 -6
  240. package/dist/models/token.d.ts +0 -50
  241. package/dist/models/token.js +0 -6
  242. package/dist/nord/Nord.d.ts +0 -249
  243. package/dist/nord/Nord.js +0 -388
  244. package/dist/nord/NordError.d.ts +0 -23
  245. package/dist/nord/NordError.js +0 -48
  246. package/dist/nord/NordImpl.d.ts +0 -11
  247. package/dist/nord/NordImpl.js +0 -26
  248. package/dist/nord/NordUser.d.ts +0 -243
  249. package/dist/nord/NordUser.js +0 -481
  250. package/dist/nord/Subscriber.d.ts +0 -37
  251. package/dist/nord/Subscriber.js +0 -29
  252. package/dist/nord/actions.d.ts +0 -101
  253. package/dist/nord/actions.js +0 -254
  254. package/dist/nord/api/index.d.ts +0 -1
  255. package/dist/nord/api/index.js +0 -17
  256. package/dist/nord/api/orderFunctions.d.ts +0 -168
  257. package/dist/nord/api/orderFunctions.js +0 -133
  258. package/dist/nord/core.d.ts +0 -48
  259. package/dist/nord/core.js +0 -97
  260. package/dist/nord/market.d.ts +0 -36
  261. package/dist/nord/market.js +0 -90
  262. package/dist/nord/metrics.d.ts +0 -67
  263. package/dist/nord/metrics.js +0 -124
  264. package/dist/nord/queries.d.ts +0 -81
  265. package/dist/nord/queries.js +0 -181
  266. package/dist/nord/types.d.ts +0 -88
  267. package/dist/nord/types.js +0 -2
  268. package/dist/nord/websocket.d.ts +0 -49
  269. package/dist/nord/websocket.js +0 -107
  270. package/dist/operations/account.d.ts +0 -58
  271. package/dist/operations/account.js +0 -112
  272. package/dist/operations/market.d.ts +0 -65
  273. package/dist/operations/market.js +0 -131
  274. package/dist/operations/orders.d.ts +0 -57
  275. package/dist/operations/orders.js +0 -129
  276. package/dist/solana/NordUser.d.ts +0 -78
  277. package/dist/solana/NordUser.js +0 -196
  278. package/dist/solana/client.d.ts +0 -139
  279. package/dist/solana/client.js +0 -360
  280. package/dist/solana/const.d.ts +0 -23
  281. package/dist/solana/const.js +0 -47
  282. package/dist/solana/index.d.ts +0 -5
  283. package/dist/solana/index.js +0 -23
  284. package/dist/solana/types.d.ts +0 -118
  285. package/dist/solana/types.js +0 -16
  286. package/dist/solana/utils.d.ts +0 -64
  287. package/dist/solana/utils.js +0 -131
  288. package/dist/types/api.d.ts +0 -152
  289. package/dist/types/api.js +0 -6
  290. package/dist/types/config.d.ts +0 -34
  291. package/dist/types/config.js +0 -6
  292. package/dist/utils/errors.d.ts +0 -96
  293. package/dist/utils/errors.js +0 -132
  294. package/dist/utils/http.d.ts +0 -35
  295. package/dist/utils/http.js +0 -105
  296. package/dist/websocket/client.d.ts +0 -93
  297. package/dist/websocket/client.js +0 -222
  298. package/dist/websocket.d.ts +0 -55
  299. package/dist/websocket.js +0 -211
  300. package/docs/interfaces/ERC20TokenInfo.html +0 -5
  301. package/docs/variables/DEV_CONTRACT_ADDRESS.html +0 -1
  302. package/docs/variables/ERC20_ABI.html +0 -1
  303. package/docs/variables/EVM_DEV_URL.html +0 -1
  304. package/docs/variables/FAUCET_PRIVATE_ADDRESS.html +0 -1
  305. package/docs/variables/NORD_GETTERS_FACET_ABI.html +0 -1
  306. package/docs/variables/NORD_RAMP_FACET_ABI.html +0 -1
@@ -1,87 +1,247 @@
1
- :root {
2
- /* Light */
3
- --light-color-background: #f2f4f8;
4
- --light-color-background-secondary: #eff0f1;
5
- --light-color-warning-text: #222;
6
- --light-color-background-warning: #e6e600;
7
- --light-color-icon-background: var(--light-color-background);
8
- --light-color-accent: #c5c7c9;
9
- --light-color-active-menu-item: var(--light-color-accent);
10
- --light-color-text: #222;
11
- --light-color-text-aside: #6e6e6e;
12
- --light-color-link: #1f70c2;
13
-
14
- --light-color-ts-keyword: #056bd6;
15
- --light-color-ts-project: #b111c9;
16
- --light-color-ts-module: var(--light-color-ts-project);
17
- --light-color-ts-namespace: var(--light-color-ts-project);
18
- --light-color-ts-enum: #7e6f15;
19
- --light-color-ts-enum-member: var(--light-color-ts-enum);
20
- --light-color-ts-variable: #4760ec;
21
- --light-color-ts-function: #572be7;
22
- --light-color-ts-class: #1f70c2;
23
- --light-color-ts-interface: #108024;
24
- --light-color-ts-constructor: var(--light-color-ts-class);
25
- --light-color-ts-property: var(--light-color-ts-variable);
26
- --light-color-ts-method: var(--light-color-ts-function);
27
- --light-color-ts-call-signature: var(--light-color-ts-method);
28
- --light-color-ts-index-signature: var(--light-color-ts-property);
29
- --light-color-ts-constructor-signature: var(--light-color-ts-constructor);
30
- --light-color-ts-parameter: var(--light-color-ts-variable);
31
- /* type literal not included as links will never be generated to it */
32
- --light-color-ts-type-parameter: #a55c0e;
33
- --light-color-ts-accessor: var(--light-color-ts-property);
34
- --light-color-ts-get-signature: var(--light-color-ts-accessor);
35
- --light-color-ts-set-signature: var(--light-color-ts-accessor);
36
- --light-color-ts-type-alias: #d51270;
37
- /* reference not included as links will be colored with the kind that it points to */
38
-
39
- --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>");
40
- --light-color-scheme: light;
41
-
42
- /* Dark */
43
- --dark-color-background: #2b2e33;
44
- --dark-color-background-secondary: #1e2024;
45
- --dark-color-background-warning: #bebe00;
46
- --dark-color-warning-text: #222;
47
- --dark-color-icon-background: var(--dark-color-background-secondary);
48
- --dark-color-accent: #9096a2;
49
- --dark-color-active-menu-item: #5d5d6a;
50
- --dark-color-text: #f5f5f5;
51
- --dark-color-text-aside: #dddddd;
52
- --dark-color-link: #00aff4;
53
-
54
- --dark-color-ts-keyword: #3399ff;
55
- --dark-color-ts-project: #e358ff;
56
- --dark-color-ts-module: var(--dark-color-ts-project);
57
- --dark-color-ts-namespace: var(--dark-color-ts-project);
58
- --dark-color-ts-enum: #f4d93e;
59
- --dark-color-ts-enum-member: var(--dark-color-ts-enum);
60
- --dark-color-ts-variable: #798dff;
61
- --dark-color-ts-function: #a280ff;
62
- --dark-color-ts-class: #8ac4ff;
63
- --dark-color-ts-interface: #6cff87;
64
- --dark-color-ts-constructor: var(--dark-color-ts-class);
65
- --dark-color-ts-property: var(--dark-color-ts-variable);
66
- --dark-color-ts-method: var(--dark-color-ts-function);
67
- --dark-color-ts-call-signature: var(--dark-color-ts-method);
68
- --dark-color-ts-index-signature: var(--dark-color-ts-property);
69
- --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
70
- --dark-color-ts-parameter: var(--dark-color-ts-variable);
71
- /* type literal not included as links will never be generated to it */
72
- --dark-color-ts-type-parameter: #e07d13;
73
- --dark-color-ts-accessor: var(--dark-color-ts-property);
74
- --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
75
- --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
76
- --dark-color-ts-type-alias: #ff6492;
77
- /* reference not included as links will be colored with the kind that it points to */
78
-
79
- --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>");
80
- --dark-color-scheme: dark;
81
- }
82
-
83
- @media (prefers-color-scheme: light) {
1
+ @layer typedoc {
84
2
  :root {
3
+ /* Light */
4
+ --light-color-background: #f2f4f8;
5
+ --light-color-background-secondary: #eff0f1;
6
+ --light-color-warning-text: #222;
7
+ --light-color-background-warning: #e6e600;
8
+ --light-color-accent: #c5c7c9;
9
+ --light-color-active-menu-item: var(--light-color-accent);
10
+ --light-color-text: #222;
11
+ --light-color-text-aside: #6e6e6e;
12
+
13
+ --light-color-icon-background: var(--light-color-background);
14
+ --light-color-icon-text: var(--light-color-text);
15
+
16
+ --light-color-comment-tag-text: var(--light-color-text);
17
+ --light-color-comment-tag: var(--light-color-background);
18
+
19
+ --light-color-link: #1f70c2;
20
+ --light-color-focus-outline: #3584e4;
21
+
22
+ --light-color-ts-keyword: #056bd6;
23
+ --light-color-ts-project: #b111c9;
24
+ --light-color-ts-module: var(--light-color-ts-project);
25
+ --light-color-ts-namespace: var(--light-color-ts-project);
26
+ --light-color-ts-enum: #7e6f15;
27
+ --light-color-ts-enum-member: var(--light-color-ts-enum);
28
+ --light-color-ts-variable: #4760ec;
29
+ --light-color-ts-function: #572be7;
30
+ --light-color-ts-class: #1f70c2;
31
+ --light-color-ts-interface: #108024;
32
+ --light-color-ts-constructor: var(--light-color-ts-class);
33
+ --light-color-ts-property: #9f5f30;
34
+ --light-color-ts-method: #be3989;
35
+ --light-color-ts-reference: #ff4d82;
36
+ --light-color-ts-call-signature: var(--light-color-ts-method);
37
+ --light-color-ts-index-signature: var(--light-color-ts-property);
38
+ --light-color-ts-constructor-signature: var(
39
+ --light-color-ts-constructor
40
+ );
41
+ --light-color-ts-parameter: var(--light-color-ts-variable);
42
+ /* type literal not included as links will never be generated to it */
43
+ --light-color-ts-type-parameter: #a55c0e;
44
+ --light-color-ts-accessor: #c73c3c;
45
+ --light-color-ts-get-signature: var(--light-color-ts-accessor);
46
+ --light-color-ts-set-signature: var(--light-color-ts-accessor);
47
+ --light-color-ts-type-alias: #d51270;
48
+ /* reference not included as links will be colored with the kind that it points to */
49
+ --light-color-document: #000000;
50
+
51
+ --light-color-alert-note: #0969d9;
52
+ --light-color-alert-tip: #1a7f37;
53
+ --light-color-alert-important: #8250df;
54
+ --light-color-alert-warning: #9a6700;
55
+ --light-color-alert-caution: #cf222e;
56
+
57
+ --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>");
58
+ --light-color-scheme: light;
59
+
60
+ /* Dark */
61
+ --dark-color-background: #2b2e33;
62
+ --dark-color-background-secondary: #1e2024;
63
+ --dark-color-background-warning: #bebe00;
64
+ --dark-color-warning-text: #222;
65
+ --dark-color-accent: #9096a2;
66
+ --dark-color-active-menu-item: #5d5d6a;
67
+ --dark-color-text: #f5f5f5;
68
+ --dark-color-text-aside: #dddddd;
69
+
70
+ --dark-color-icon-background: var(--dark-color-background-secondary);
71
+ --dark-color-icon-text: var(--dark-color-text);
72
+
73
+ --dark-color-comment-tag-text: var(--dark-color-text);
74
+ --dark-color-comment-tag: var(--dark-color-background);
75
+
76
+ --dark-color-link: #00aff4;
77
+ --dark-color-focus-outline: #4c97f2;
78
+
79
+ --dark-color-ts-keyword: #3399ff;
80
+ --dark-color-ts-project: #e358ff;
81
+ --dark-color-ts-module: var(--dark-color-ts-project);
82
+ --dark-color-ts-namespace: var(--dark-color-ts-project);
83
+ --dark-color-ts-enum: #f4d93e;
84
+ --dark-color-ts-enum-member: var(--dark-color-ts-enum);
85
+ --dark-color-ts-variable: #798dff;
86
+ --dark-color-ts-function: #a280ff;
87
+ --dark-color-ts-class: #8ac4ff;
88
+ --dark-color-ts-interface: #6cff87;
89
+ --dark-color-ts-constructor: var(--dark-color-ts-class);
90
+ --dark-color-ts-property: #ff984d;
91
+ --dark-color-ts-method: #ff4db8;
92
+ --dark-color-ts-reference: #ff4d82;
93
+ --dark-color-ts-call-signature: var(--dark-color-ts-method);
94
+ --dark-color-ts-index-signature: var(--dark-color-ts-property);
95
+ --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
96
+ --dark-color-ts-parameter: var(--dark-color-ts-variable);
97
+ /* type literal not included as links will never be generated to it */
98
+ --dark-color-ts-type-parameter: #e07d13;
99
+ --dark-color-ts-accessor: #ff6060;
100
+ --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
101
+ --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
102
+ --dark-color-ts-type-alias: #ff6492;
103
+ /* reference not included as links will be colored with the kind that it points to */
104
+ --dark-color-document: #ffffff;
105
+
106
+ --dark-color-alert-note: #0969d9;
107
+ --dark-color-alert-tip: #1a7f37;
108
+ --dark-color-alert-important: #8250df;
109
+ --dark-color-alert-warning: #9a6700;
110
+ --dark-color-alert-caution: #cf222e;
111
+
112
+ --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>");
113
+ --dark-color-scheme: dark;
114
+ }
115
+
116
+ @media (prefers-color-scheme: light) {
117
+ :root {
118
+ --color-background: var(--light-color-background);
119
+ --color-background-secondary: var(
120
+ --light-color-background-secondary
121
+ );
122
+ --color-background-warning: var(--light-color-background-warning);
123
+ --color-warning-text: var(--light-color-warning-text);
124
+ --color-accent: var(--light-color-accent);
125
+ --color-active-menu-item: var(--light-color-active-menu-item);
126
+ --color-text: var(--light-color-text);
127
+ --color-text-aside: var(--light-color-text-aside);
128
+
129
+ --color-icon-background: var(--light-color-icon-background);
130
+ --color-icon-text: var(--light-color-icon-text);
131
+
132
+ --color-comment-tag-text: var(--light-color-text);
133
+ --color-comment-tag: var(--light-color-background);
134
+
135
+ --color-link: var(--light-color-link);
136
+ --color-focus-outline: var(--light-color-focus-outline);
137
+
138
+ --color-ts-keyword: var(--light-color-ts-keyword);
139
+ --color-ts-project: var(--light-color-ts-project);
140
+ --color-ts-module: var(--light-color-ts-module);
141
+ --color-ts-namespace: var(--light-color-ts-namespace);
142
+ --color-ts-enum: var(--light-color-ts-enum);
143
+ --color-ts-enum-member: var(--light-color-ts-enum-member);
144
+ --color-ts-variable: var(--light-color-ts-variable);
145
+ --color-ts-function: var(--light-color-ts-function);
146
+ --color-ts-class: var(--light-color-ts-class);
147
+ --color-ts-interface: var(--light-color-ts-interface);
148
+ --color-ts-constructor: var(--light-color-ts-constructor);
149
+ --color-ts-property: var(--light-color-ts-property);
150
+ --color-ts-method: var(--light-color-ts-method);
151
+ --color-ts-reference: var(--light-color-ts-reference);
152
+ --color-ts-call-signature: var(--light-color-ts-call-signature);
153
+ --color-ts-index-signature: var(--light-color-ts-index-signature);
154
+ --color-ts-constructor-signature: var(
155
+ --light-color-ts-constructor-signature
156
+ );
157
+ --color-ts-parameter: var(--light-color-ts-parameter);
158
+ --color-ts-type-parameter: var(--light-color-ts-type-parameter);
159
+ --color-ts-accessor: var(--light-color-ts-accessor);
160
+ --color-ts-get-signature: var(--light-color-ts-get-signature);
161
+ --color-ts-set-signature: var(--light-color-ts-set-signature);
162
+ --color-ts-type-alias: var(--light-color-ts-type-alias);
163
+ --color-document: var(--light-color-document);
164
+
165
+ --color-alert-note: var(--light-color-alert-note);
166
+ --color-alert-tip: var(--light-color-alert-tip);
167
+ --color-alert-important: var(--light-color-alert-important);
168
+ --color-alert-warning: var(--light-color-alert-warning);
169
+ --color-alert-caution: var(--light-color-alert-caution);
170
+
171
+ --external-icon: var(--light-external-icon);
172
+ --color-scheme: var(--light-color-scheme);
173
+ }
174
+ }
175
+
176
+ @media (prefers-color-scheme: dark) {
177
+ :root {
178
+ --color-background: var(--dark-color-background);
179
+ --color-background-secondary: var(
180
+ --dark-color-background-secondary
181
+ );
182
+ --color-background-warning: var(--dark-color-background-warning);
183
+ --color-warning-text: var(--dark-color-warning-text);
184
+ --color-accent: var(--dark-color-accent);
185
+ --color-active-menu-item: var(--dark-color-active-menu-item);
186
+ --color-text: var(--dark-color-text);
187
+ --color-text-aside: var(--dark-color-text-aside);
188
+
189
+ --color-icon-background: var(--dark-color-icon-background);
190
+ --color-icon-text: var(--dark-color-icon-text);
191
+
192
+ --color-comment-tag-text: var(--dark-color-text);
193
+ --color-comment-tag: var(--dark-color-background);
194
+
195
+ --color-link: var(--dark-color-link);
196
+ --color-focus-outline: var(--dark-color-focus-outline);
197
+
198
+ --color-ts-keyword: var(--dark-color-ts-keyword);
199
+ --color-ts-project: var(--dark-color-ts-project);
200
+ --color-ts-module: var(--dark-color-ts-module);
201
+ --color-ts-namespace: var(--dark-color-ts-namespace);
202
+ --color-ts-enum: var(--dark-color-ts-enum);
203
+ --color-ts-enum-member: var(--dark-color-ts-enum-member);
204
+ --color-ts-variable: var(--dark-color-ts-variable);
205
+ --color-ts-function: var(--dark-color-ts-function);
206
+ --color-ts-class: var(--dark-color-ts-class);
207
+ --color-ts-interface: var(--dark-color-ts-interface);
208
+ --color-ts-constructor: var(--dark-color-ts-constructor);
209
+ --color-ts-property: var(--dark-color-ts-property);
210
+ --color-ts-method: var(--dark-color-ts-method);
211
+ --color-ts-reference: var(--dark-color-ts-reference);
212
+ --color-ts-call-signature: var(--dark-color-ts-call-signature);
213
+ --color-ts-index-signature: var(--dark-color-ts-index-signature);
214
+ --color-ts-constructor-signature: var(
215
+ --dark-color-ts-constructor-signature
216
+ );
217
+ --color-ts-parameter: var(--dark-color-ts-parameter);
218
+ --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
219
+ --color-ts-accessor: var(--dark-color-ts-accessor);
220
+ --color-ts-get-signature: var(--dark-color-ts-get-signature);
221
+ --color-ts-set-signature: var(--dark-color-ts-set-signature);
222
+ --color-ts-type-alias: var(--dark-color-ts-type-alias);
223
+ --color-document: var(--dark-color-document);
224
+
225
+ --color-alert-note: var(--dark-color-alert-note);
226
+ --color-alert-tip: var(--dark-color-alert-tip);
227
+ --color-alert-important: var(--dark-color-alert-important);
228
+ --color-alert-warning: var(--dark-color-alert-warning);
229
+ --color-alert-caution: var(--dark-color-alert-caution);
230
+
231
+ --external-icon: var(--dark-external-icon);
232
+ --color-scheme: var(--dark-color-scheme);
233
+ }
234
+ }
235
+
236
+ html {
237
+ color-scheme: var(--color-scheme);
238
+ }
239
+
240
+ body {
241
+ margin: 0;
242
+ }
243
+
244
+ :root[data-theme="light"] {
85
245
  --color-background: var(--light-color-background);
86
246
  --color-background-secondary: var(--light-color-background-secondary);
87
247
  --color-background-warning: var(--light-color-background-warning);
@@ -91,9 +251,16 @@
91
251
  --color-active-menu-item: var(--light-color-active-menu-item);
92
252
  --color-text: var(--light-color-text);
93
253
  --color-text-aside: var(--light-color-text-aside);
254
+ --color-icon-text: var(--light-color-icon-text);
255
+
256
+ --color-comment-tag-text: var(--light-color-text);
257
+ --color-comment-tag: var(--light-color-background);
258
+
94
259
  --color-link: var(--light-color-link);
260
+ --color-focus-outline: var(--light-color-focus-outline);
95
261
 
96
262
  --color-ts-keyword: var(--light-color-ts-keyword);
263
+ --color-ts-project: var(--light-color-ts-project);
97
264
  --color-ts-module: var(--light-color-ts-module);
98
265
  --color-ts-namespace: var(--light-color-ts-namespace);
99
266
  --color-ts-enum: var(--light-color-ts-enum);
@@ -105,6 +272,7 @@
105
272
  --color-ts-constructor: var(--light-color-ts-constructor);
106
273
  --color-ts-property: var(--light-color-ts-property);
107
274
  --color-ts-method: var(--light-color-ts-method);
275
+ --color-ts-reference: var(--light-color-ts-reference);
108
276
  --color-ts-call-signature: var(--light-color-ts-call-signature);
109
277
  --color-ts-index-signature: var(--light-color-ts-index-signature);
110
278
  --color-ts-constructor-signature: var(
@@ -116,14 +284,19 @@
116
284
  --color-ts-get-signature: var(--light-color-ts-get-signature);
117
285
  --color-ts-set-signature: var(--light-color-ts-set-signature);
118
286
  --color-ts-type-alias: var(--light-color-ts-type-alias);
287
+ --color-document: var(--light-color-document);
288
+
289
+ --color-note: var(--light-color-note);
290
+ --color-tip: var(--light-color-tip);
291
+ --color-important: var(--light-color-important);
292
+ --color-warning: var(--light-color-warning);
293
+ --color-caution: var(--light-color-caution);
119
294
 
120
295
  --external-icon: var(--light-external-icon);
121
296
  --color-scheme: var(--light-color-scheme);
122
297
  }
123
- }
124
298
 
125
- @media (prefers-color-scheme: dark) {
126
- :root {
299
+ :root[data-theme="dark"] {
127
300
  --color-background: var(--dark-color-background);
128
301
  --color-background-secondary: var(--dark-color-background-secondary);
129
302
  --color-background-warning: var(--dark-color-background-warning);
@@ -133,9 +306,16 @@
133
306
  --color-active-menu-item: var(--dark-color-active-menu-item);
134
307
  --color-text: var(--dark-color-text);
135
308
  --color-text-aside: var(--dark-color-text-aside);
309
+ --color-icon-text: var(--dark-color-icon-text);
310
+
311
+ --color-comment-tag-text: var(--dark-color-text);
312
+ --color-comment-tag: var(--dark-color-background);
313
+
136
314
  --color-link: var(--dark-color-link);
315
+ --color-focus-outline: var(--dark-color-focus-outline);
137
316
 
138
317
  --color-ts-keyword: var(--dark-color-ts-keyword);
318
+ --color-ts-project: var(--dark-color-ts-project);
139
319
  --color-ts-module: var(--dark-color-ts-module);
140
320
  --color-ts-namespace: var(--dark-color-ts-namespace);
141
321
  --color-ts-enum: var(--dark-color-ts-enum);
@@ -147,6 +327,7 @@
147
327
  --color-ts-constructor: var(--dark-color-ts-constructor);
148
328
  --color-ts-property: var(--dark-color-ts-property);
149
329
  --color-ts-method: var(--dark-color-ts-method);
330
+ --color-ts-reference: var(--dark-color-ts-reference);
150
331
  --color-ts-call-signature: var(--dark-color-ts-call-signature);
151
332
  --color-ts-index-signature: var(--dark-color-ts-index-signature);
152
333
  --color-ts-constructor-signature: var(
@@ -158,1258 +339,1273 @@
158
339
  --color-ts-get-signature: var(--dark-color-ts-get-signature);
159
340
  --color-ts-set-signature: var(--dark-color-ts-set-signature);
160
341
  --color-ts-type-alias: var(--dark-color-ts-type-alias);
342
+ --color-document: var(--dark-color-document);
343
+
344
+ --color-note: var(--dark-color-note);
345
+ --color-tip: var(--dark-color-tip);
346
+ --color-important: var(--dark-color-important);
347
+ --color-warning: var(--dark-color-warning);
348
+ --color-caution: var(--dark-color-caution);
161
349
 
162
350
  --external-icon: var(--dark-external-icon);
163
351
  --color-scheme: var(--dark-color-scheme);
164
352
  }
165
- }
166
-
167
- html {
168
- color-scheme: var(--color-scheme);
169
- }
170
353
 
171
- body {
172
- margin: 0;
173
- }
174
-
175
- :root[data-theme="light"] {
176
- --color-background: var(--light-color-background);
177
- --color-background-secondary: var(--light-color-background-secondary);
178
- --color-background-warning: var(--light-color-background-warning);
179
- --color-warning-text: var(--light-color-warning-text);
180
- --color-icon-background: var(--light-color-icon-background);
181
- --color-accent: var(--light-color-accent);
182
- --color-active-menu-item: var(--light-color-active-menu-item);
183
- --color-text: var(--light-color-text);
184
- --color-text-aside: var(--light-color-text-aside);
185
- --color-link: var(--light-color-link);
186
-
187
- --color-ts-keyword: var(--light-color-ts-keyword);
188
- --color-ts-module: var(--light-color-ts-module);
189
- --color-ts-namespace: var(--light-color-ts-namespace);
190
- --color-ts-enum: var(--light-color-ts-enum);
191
- --color-ts-enum-member: var(--light-color-ts-enum-member);
192
- --color-ts-variable: var(--light-color-ts-variable);
193
- --color-ts-function: var(--light-color-ts-function);
194
- --color-ts-class: var(--light-color-ts-class);
195
- --color-ts-interface: var(--light-color-ts-interface);
196
- --color-ts-constructor: var(--light-color-ts-constructor);
197
- --color-ts-property: var(--light-color-ts-property);
198
- --color-ts-method: var(--light-color-ts-method);
199
- --color-ts-call-signature: var(--light-color-ts-call-signature);
200
- --color-ts-index-signature: var(--light-color-ts-index-signature);
201
- --color-ts-constructor-signature: var(
202
- --light-color-ts-constructor-signature
203
- );
204
- --color-ts-parameter: var(--light-color-ts-parameter);
205
- --color-ts-type-parameter: var(--light-color-ts-type-parameter);
206
- --color-ts-accessor: var(--light-color-ts-accessor);
207
- --color-ts-get-signature: var(--light-color-ts-get-signature);
208
- --color-ts-set-signature: var(--light-color-ts-set-signature);
209
- --color-ts-type-alias: var(--light-color-ts-type-alias);
210
-
211
- --external-icon: var(--light-external-icon);
212
- --color-scheme: var(--light-color-scheme);
213
- }
214
-
215
- :root[data-theme="dark"] {
216
- --color-background: var(--dark-color-background);
217
- --color-background-secondary: var(--dark-color-background-secondary);
218
- --color-background-warning: var(--dark-color-background-warning);
219
- --color-warning-text: var(--dark-color-warning-text);
220
- --color-icon-background: var(--dark-color-icon-background);
221
- --color-accent: var(--dark-color-accent);
222
- --color-active-menu-item: var(--dark-color-active-menu-item);
223
- --color-text: var(--dark-color-text);
224
- --color-text-aside: var(--dark-color-text-aside);
225
- --color-link: var(--dark-color-link);
226
-
227
- --color-ts-keyword: var(--dark-color-ts-keyword);
228
- --color-ts-module: var(--dark-color-ts-module);
229
- --color-ts-namespace: var(--dark-color-ts-namespace);
230
- --color-ts-enum: var(--dark-color-ts-enum);
231
- --color-ts-enum-member: var(--dark-color-ts-enum-member);
232
- --color-ts-variable: var(--dark-color-ts-variable);
233
- --color-ts-function: var(--dark-color-ts-function);
234
- --color-ts-class: var(--dark-color-ts-class);
235
- --color-ts-interface: var(--dark-color-ts-interface);
236
- --color-ts-constructor: var(--dark-color-ts-constructor);
237
- --color-ts-property: var(--dark-color-ts-property);
238
- --color-ts-method: var(--dark-color-ts-method);
239
- --color-ts-call-signature: var(--dark-color-ts-call-signature);
240
- --color-ts-index-signature: var(--dark-color-ts-index-signature);
241
- --color-ts-constructor-signature: var(
242
- --dark-color-ts-constructor-signature
243
- );
244
- --color-ts-parameter: var(--dark-color-ts-parameter);
245
- --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
246
- --color-ts-accessor: var(--dark-color-ts-accessor);
247
- --color-ts-get-signature: var(--dark-color-ts-get-signature);
248
- --color-ts-set-signature: var(--dark-color-ts-set-signature);
249
- --color-ts-type-alias: var(--dark-color-ts-type-alias);
250
-
251
- --external-icon: var(--dark-external-icon);
252
- --color-scheme: var(--dark-color-scheme);
253
- }
354
+ *:focus-visible,
355
+ .tsd-accordion-summary:focus-visible svg {
356
+ outline: 2px solid var(--color-focus-outline);
357
+ }
254
358
 
255
- .always-visible,
256
- .always-visible .tsd-signatures {
257
- display: inherit !important;
258
- }
359
+ .always-visible,
360
+ .always-visible .tsd-signatures {
361
+ display: inherit !important;
362
+ }
259
363
 
260
- h1,
261
- h2,
262
- h3,
263
- h4,
264
- h5,
265
- h6 {
266
- line-height: 1.2;
267
- }
364
+ h1,
365
+ h2,
366
+ h3,
367
+ h4,
368
+ h5,
369
+ h6 {
370
+ line-height: 1.2;
371
+ }
268
372
 
269
- h1 > a:not(.link),
270
- h2 > a:not(.link),
271
- h3 > a:not(.link),
272
- h4 > a:not(.link),
273
- h5 > a:not(.link),
274
- h6 > a:not(.link) {
275
- text-decoration: none;
276
- color: var(--color-text);
277
- }
373
+ h1 {
374
+ font-size: 1.875rem;
375
+ margin: 0.67rem 0;
376
+ }
278
377
 
279
- h1 {
280
- font-size: 1.875rem;
281
- margin: 0.67rem 0;
282
- }
378
+ h2 {
379
+ font-size: 1.5rem;
380
+ margin: 0.83rem 0;
381
+ }
283
382
 
284
- h2 {
285
- font-size: 1.5rem;
286
- margin: 0.83rem 0;
287
- }
383
+ h3 {
384
+ font-size: 1.25rem;
385
+ margin: 1rem 0;
386
+ }
288
387
 
289
- h3 {
290
- font-size: 1.25rem;
291
- margin: 1rem 0;
292
- }
388
+ h4 {
389
+ font-size: 1.05rem;
390
+ margin: 1.33rem 0;
391
+ }
293
392
 
294
- h4 {
295
- font-size: 1.05rem;
296
- margin: 1.33rem 0;
297
- }
393
+ h5 {
394
+ font-size: 1rem;
395
+ margin: 1.5rem 0;
396
+ }
298
397
 
299
- h5 {
300
- font-size: 1rem;
301
- margin: 1.5rem 0;
302
- }
398
+ h6 {
399
+ font-size: 0.875rem;
400
+ margin: 2.33rem 0;
401
+ }
303
402
 
304
- h6 {
305
- font-size: 0.875rem;
306
- margin: 2.33rem 0;
307
- }
403
+ dl,
404
+ menu,
405
+ ol,
406
+ ul {
407
+ margin: 1em 0;
408
+ }
308
409
 
309
- .uppercase {
310
- text-transform: uppercase;
311
- }
410
+ dd {
411
+ margin: 0 0 0 34px;
412
+ }
312
413
 
313
- dl,
314
- menu,
315
- ol,
316
- ul {
317
- margin: 1em 0;
318
- }
414
+ .container {
415
+ max-width: 1700px;
416
+ padding: 0 2rem;
417
+ }
319
418
 
320
- dd {
321
- margin: 0 0 0 40px;
322
- }
419
+ /* Footer */
420
+ footer {
421
+ border-top: 1px solid var(--color-accent);
422
+ padding-top: 1rem;
423
+ padding-bottom: 1rem;
424
+ max-height: 3.5rem;
425
+ }
426
+ footer > p {
427
+ margin: 0 1em;
428
+ }
323
429
 
324
- .container {
325
- max-width: 1700px;
326
- padding: 0 2rem;
327
- }
430
+ .container-main {
431
+ margin: 0 auto;
432
+ /* toolbar, footer, margin */
433
+ min-height: calc(100vh - 41px - 56px - 4rem);
434
+ }
328
435
 
329
- /* Footer */
330
- .tsd-generator {
331
- border-top: 1px solid var(--color-accent);
332
- padding-top: 1rem;
333
- padding-bottom: 1rem;
334
- max-height: 3.5rem;
335
- }
436
+ @keyframes fade-in {
437
+ from {
438
+ opacity: 0;
439
+ }
440
+ to {
441
+ opacity: 1;
442
+ }
443
+ }
444
+ @keyframes fade-out {
445
+ from {
446
+ opacity: 1;
447
+ visibility: visible;
448
+ }
449
+ to {
450
+ opacity: 0;
451
+ }
452
+ }
453
+ @keyframes fade-in-delayed {
454
+ 0% {
455
+ opacity: 0;
456
+ }
457
+ 33% {
458
+ opacity: 0;
459
+ }
460
+ 100% {
461
+ opacity: 1;
462
+ }
463
+ }
464
+ @keyframes fade-out-delayed {
465
+ 0% {
466
+ opacity: 1;
467
+ visibility: visible;
468
+ }
469
+ 66% {
470
+ opacity: 0;
471
+ }
472
+ 100% {
473
+ opacity: 0;
474
+ }
475
+ }
476
+ @keyframes pop-in-from-right {
477
+ from {
478
+ transform: translate(100%, 0);
479
+ }
480
+ to {
481
+ transform: translate(0, 0);
482
+ }
483
+ }
484
+ @keyframes pop-out-to-right {
485
+ from {
486
+ transform: translate(0, 0);
487
+ visibility: visible;
488
+ }
489
+ to {
490
+ transform: translate(100%, 0);
491
+ }
492
+ }
493
+ body {
494
+ background: var(--color-background);
495
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
496
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
497
+ font-size: 16px;
498
+ color: var(--color-text);
499
+ }
336
500
 
337
- .tsd-generator > p {
338
- margin-top: 0;
339
- margin-bottom: 0;
340
- padding: 0 1rem;
341
- }
501
+ a {
502
+ color: var(--color-link);
503
+ text-decoration: none;
504
+ }
505
+ a:hover {
506
+ text-decoration: underline;
507
+ }
508
+ a.external[target="_blank"] {
509
+ background-image: var(--external-icon);
510
+ background-position: top 3px right;
511
+ background-repeat: no-repeat;
512
+ padding-right: 13px;
513
+ }
514
+ a.tsd-anchor-link {
515
+ color: var(--color-text);
516
+ }
342
517
 
343
- .container-main {
344
- margin: 0 auto;
345
- /* toolbar, footer, margin */
346
- min-height: calc(100vh - 41px - 56px - 4rem);
347
- }
518
+ code,
519
+ pre {
520
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
521
+ padding: 0.2em;
522
+ margin: 0;
523
+ font-size: 0.875rem;
524
+ border-radius: 0.8em;
525
+ }
348
526
 
349
- @keyframes fade-in {
350
- from {
527
+ pre {
528
+ position: relative;
529
+ white-space: pre-wrap;
530
+ word-wrap: break-word;
531
+ padding: 10px;
532
+ border: 1px solid var(--color-accent);
533
+ margin-bottom: 8px;
534
+ }
535
+ pre code {
536
+ padding: 0;
537
+ font-size: 100%;
538
+ }
539
+ pre > button {
540
+ position: absolute;
541
+ top: 10px;
542
+ right: 10px;
351
543
  opacity: 0;
544
+ transition: opacity 0.1s;
545
+ box-sizing: border-box;
352
546
  }
353
- to {
547
+ pre:hover > button,
548
+ pre > button.visible {
354
549
  opacity: 1;
355
550
  }
356
- }
357
- @keyframes fade-out {
358
- from {
359
- opacity: 1;
360
- visibility: visible;
551
+
552
+ blockquote {
553
+ margin: 1em 0;
554
+ padding-left: 1em;
555
+ border-left: 4px solid gray;
361
556
  }
362
- to {
363
- opacity: 0;
557
+
558
+ .tsd-typography {
559
+ line-height: 1.333em;
364
560
  }
365
- }
366
- @keyframes fade-in-delayed {
367
- 0% {
368
- opacity: 0;
561
+ .tsd-typography ul {
562
+ list-style: square;
563
+ padding: 0 0 0 20px;
564
+ margin: 0;
369
565
  }
370
- 33% {
371
- opacity: 0;
566
+ .tsd-typography .tsd-index-panel h3,
567
+ .tsd-index-panel .tsd-typography h3,
568
+ .tsd-typography h4,
569
+ .tsd-typography h5,
570
+ .tsd-typography h6 {
571
+ font-size: 1em;
372
572
  }
373
- 100% {
374
- opacity: 1;
573
+ .tsd-typography h5,
574
+ .tsd-typography h6 {
575
+ font-weight: normal;
375
576
  }
376
- }
377
- @keyframes fade-out-delayed {
378
- 0% {
379
- opacity: 1;
380
- visibility: visible;
577
+ .tsd-typography p,
578
+ .tsd-typography ul,
579
+ .tsd-typography ol {
580
+ margin: 1em 0;
381
581
  }
382
- 66% {
383
- opacity: 0;
582
+ .tsd-typography table {
583
+ border-collapse: collapse;
584
+ border: none;
384
585
  }
385
- 100% {
386
- opacity: 0;
586
+ .tsd-typography td,
587
+ .tsd-typography th {
588
+ padding: 6px 13px;
589
+ border: 1px solid var(--color-accent);
387
590
  }
388
- }
389
- @keyframes pop-in-from-right {
390
- from {
391
- transform: translate(100%, 0);
591
+ .tsd-typography thead,
592
+ .tsd-typography tr:nth-child(even) {
593
+ background-color: var(--color-background-secondary);
392
594
  }
393
- to {
394
- transform: translate(0, 0);
595
+
596
+ .tsd-alert {
597
+ padding: 8px 16px;
598
+ margin-bottom: 16px;
599
+ border-left: 0.25em solid var(--alert-color);
395
600
  }
396
- }
397
- @keyframes pop-out-to-right {
398
- from {
399
- transform: translate(0, 0);
400
- visibility: visible;
601
+ .tsd-alert blockquote > :last-child,
602
+ .tsd-alert > :last-child {
603
+ margin-bottom: 0;
401
604
  }
402
- to {
403
- transform: translate(100%, 0);
605
+ .tsd-alert-title {
606
+ color: var(--alert-color);
607
+ display: inline-flex;
608
+ align-items: center;
609
+ }
610
+ .tsd-alert-title span {
611
+ margin-left: 4px;
404
612
  }
405
- }
406
- body {
407
- background: var(--color-background);
408
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
409
- Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
410
- font-size: 16px;
411
- color: var(--color-text);
412
- }
413
-
414
- a {
415
- color: var(--color-link);
416
- text-decoration: none;
417
- }
418
- a:hover {
419
- text-decoration: underline;
420
- }
421
- a.external[target="_blank"] {
422
- background-image: var(--external-icon);
423
- background-position: top 3px right;
424
- background-repeat: no-repeat;
425
- padding-right: 13px;
426
- }
427
613
 
428
- code,
429
- pre {
430
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
431
- padding: 0.2em;
432
- margin: 0;
433
- font-size: 0.875rem;
434
- border-radius: 0.8em;
435
- }
614
+ .tsd-alert-note {
615
+ --alert-color: var(--color-alert-note);
616
+ }
617
+ .tsd-alert-tip {
618
+ --alert-color: var(--color-alert-tip);
619
+ }
620
+ .tsd-alert-important {
621
+ --alert-color: var(--color-alert-important);
622
+ }
623
+ .tsd-alert-warning {
624
+ --alert-color: var(--color-alert-warning);
625
+ }
626
+ .tsd-alert-caution {
627
+ --alert-color: var(--color-alert-caution);
628
+ }
436
629
 
437
- pre {
438
- position: relative;
439
- white-space: pre;
440
- white-space: pre-wrap;
441
- word-wrap: break-word;
442
- padding: 10px;
443
- border: 1px solid var(--color-accent);
444
- }
445
- pre code {
446
- padding: 0;
447
- font-size: 100%;
448
- }
449
- pre > button {
450
- position: absolute;
451
- top: 10px;
452
- right: 10px;
453
- opacity: 0;
454
- transition: opacity 0.1s;
455
- box-sizing: border-box;
456
- }
457
- pre:hover > button,
458
- pre > button.visible {
459
- opacity: 1;
460
- }
630
+ .tsd-breadcrumb {
631
+ margin: 0;
632
+ padding: 0;
633
+ color: var(--color-text-aside);
634
+ }
635
+ .tsd-breadcrumb a {
636
+ color: var(--color-text-aside);
637
+ text-decoration: none;
638
+ }
639
+ .tsd-breadcrumb a:hover {
640
+ text-decoration: underline;
641
+ }
642
+ .tsd-breadcrumb li {
643
+ display: inline;
644
+ }
645
+ .tsd-breadcrumb li:after {
646
+ content: " / ";
647
+ }
461
648
 
462
- blockquote {
463
- margin: 1em 0;
464
- padding-left: 1em;
465
- border-left: 4px solid gray;
466
- }
649
+ .tsd-comment-tags {
650
+ display: flex;
651
+ flex-direction: column;
652
+ }
653
+ dl.tsd-comment-tag-group {
654
+ display: flex;
655
+ align-items: center;
656
+ overflow: hidden;
657
+ margin: 0.5em 0;
658
+ }
659
+ dl.tsd-comment-tag-group dt {
660
+ display: flex;
661
+ margin-right: 0.5em;
662
+ font-size: 0.875em;
663
+ font-weight: normal;
664
+ }
665
+ dl.tsd-comment-tag-group dd {
666
+ margin: 0;
667
+ }
668
+ code.tsd-tag {
669
+ padding: 0.25em 0.4em;
670
+ border: 0.1em solid var(--color-accent);
671
+ margin-right: 0.25em;
672
+ font-size: 70%;
673
+ }
674
+ h1 code.tsd-tag:first-of-type {
675
+ margin-left: 0.25em;
676
+ }
467
677
 
468
- .tsd-typography {
469
- line-height: 1.333em;
470
- }
471
- .tsd-typography ul {
472
- list-style: square;
473
- padding: 0 0 0 20px;
474
- margin: 0;
475
- }
476
- .tsd-typography .tsd-index-panel h3,
477
- .tsd-index-panel .tsd-typography h3,
478
- .tsd-typography h4,
479
- .tsd-typography h5,
480
- .tsd-typography h6 {
481
- font-size: 1em;
482
- }
483
- .tsd-typography h5,
484
- .tsd-typography h6 {
485
- font-weight: normal;
486
- }
487
- .tsd-typography p,
488
- .tsd-typography ul,
489
- .tsd-typography ol {
490
- margin: 1em 0;
491
- }
492
- .tsd-typography table {
493
- border-collapse: collapse;
494
- border: none;
495
- }
496
- .tsd-typography td,
497
- .tsd-typography th {
498
- padding: 6px 13px;
499
- border: 1px solid var(--color-accent);
500
- }
501
- .tsd-typography thead,
502
- .tsd-typography tr:nth-child(even) {
503
- background-color: var(--color-background-secondary);
504
- }
678
+ dl.tsd-comment-tag-group dd:before,
679
+ dl.tsd-comment-tag-group dd:after {
680
+ content: " ";
681
+ }
682
+ dl.tsd-comment-tag-group dd pre,
683
+ dl.tsd-comment-tag-group dd:after {
684
+ clear: both;
685
+ }
686
+ dl.tsd-comment-tag-group p {
687
+ margin: 0;
688
+ }
505
689
 
506
- .tsd-breadcrumb {
507
- margin: 0;
508
- padding: 0;
509
- color: var(--color-text-aside);
510
- }
511
- .tsd-breadcrumb a {
512
- color: var(--color-text-aside);
513
- text-decoration: none;
514
- }
515
- .tsd-breadcrumb a:hover {
516
- text-decoration: underline;
517
- }
518
- .tsd-breadcrumb li {
519
- display: inline;
520
- }
521
- .tsd-breadcrumb li:after {
522
- content: " / ";
523
- }
690
+ .tsd-panel.tsd-comment .lead {
691
+ font-size: 1.1em;
692
+ line-height: 1.333em;
693
+ margin-bottom: 2em;
694
+ }
695
+ .tsd-panel.tsd-comment .lead:last-child {
696
+ margin-bottom: 0;
697
+ }
524
698
 
525
- .tsd-comment-tags {
526
- display: flex;
527
- flex-direction: column;
528
- }
529
- dl.tsd-comment-tag-group {
530
- display: flex;
531
- align-items: center;
532
- overflow: hidden;
533
- margin: 0.5em 0;
534
- }
535
- dl.tsd-comment-tag-group dt {
536
- display: flex;
537
- margin-right: 0.5em;
538
- font-size: 0.875em;
539
- font-weight: normal;
540
- }
541
- dl.tsd-comment-tag-group dd {
542
- margin: 0;
543
- }
544
- code.tsd-tag {
545
- padding: 0.25em 0.4em;
546
- border: 0.1em solid var(--color-accent);
547
- margin-right: 0.25em;
548
- font-size: 70%;
549
- }
550
- h1 code.tsd-tag:first-of-type {
551
- margin-left: 0.25em;
552
- }
699
+ .tsd-filter-visibility h4 {
700
+ font-size: 1rem;
701
+ padding-top: 0.75rem;
702
+ padding-bottom: 0.5rem;
703
+ margin: 0;
704
+ }
705
+ .tsd-filter-item:not(:last-child) {
706
+ margin-bottom: 0.5rem;
707
+ }
708
+ .tsd-filter-input {
709
+ display: flex;
710
+ width: -moz-fit-content;
711
+ width: fit-content;
712
+ align-items: center;
713
+ -webkit-user-select: none;
714
+ -moz-user-select: none;
715
+ -ms-user-select: none;
716
+ user-select: none;
717
+ cursor: pointer;
718
+ }
719
+ .tsd-filter-input input[type="checkbox"] {
720
+ cursor: pointer;
721
+ position: absolute;
722
+ width: 1.5em;
723
+ height: 1.5em;
724
+ opacity: 0;
725
+ }
726
+ .tsd-filter-input input[type="checkbox"]:disabled {
727
+ pointer-events: none;
728
+ }
729
+ .tsd-filter-input svg {
730
+ cursor: pointer;
731
+ width: 1.5em;
732
+ height: 1.5em;
733
+ margin-right: 0.5em;
734
+ border-radius: 0.33em;
735
+ /* Leaving this at full opacity breaks event listeners on Firefox.
736
+ Don't remove unless you know what you're doing. */
737
+ opacity: 0.99;
738
+ }
739
+ .tsd-filter-input input[type="checkbox"]:focus-visible + svg {
740
+ outline: 2px solid var(--color-focus-outline);
741
+ }
742
+ .tsd-checkbox-background {
743
+ fill: var(--color-accent);
744
+ }
745
+ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
746
+ stroke: var(--color-text);
747
+ }
748
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
749
+ fill: var(--color-background);
750
+ stroke: var(--color-accent);
751
+ stroke-width: 0.25rem;
752
+ }
753
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
754
+ stroke: var(--color-accent);
755
+ }
553
756
 
554
- dl.tsd-comment-tag-group dd:before,
555
- dl.tsd-comment-tag-group dd:after {
556
- content: " ";
557
- }
558
- dl.tsd-comment-tag-group dd pre,
559
- dl.tsd-comment-tag-group dd:after {
560
- clear: both;
561
- }
562
- dl.tsd-comment-tag-group p {
563
- margin: 0;
564
- }
757
+ .settings-label {
758
+ font-weight: bold;
759
+ text-transform: uppercase;
760
+ display: inline-block;
761
+ }
565
762
 
566
- .tsd-panel.tsd-comment .lead {
567
- font-size: 1.1em;
568
- line-height: 1.333em;
569
- margin-bottom: 2em;
570
- }
571
- .tsd-panel.tsd-comment .lead:last-child {
572
- margin-bottom: 0;
573
- }
763
+ .tsd-filter-visibility .settings-label {
764
+ margin: 0.75rem 0 0.5rem 0;
765
+ }
574
766
 
575
- .tsd-filter-visibility h4 {
576
- font-size: 1rem;
577
- padding-top: 0.75rem;
578
- padding-bottom: 0.5rem;
579
- margin: 0;
580
- }
581
- .tsd-filter-item:not(:last-child) {
582
- margin-bottom: 0.5rem;
583
- }
584
- .tsd-filter-input {
585
- display: flex;
586
- width: fit-content;
587
- width: -moz-fit-content;
588
- align-items: center;
589
- user-select: none;
590
- -webkit-user-select: none;
591
- -moz-user-select: none;
592
- -ms-user-select: none;
593
- cursor: pointer;
594
- }
595
- .tsd-filter-input input[type="checkbox"] {
596
- cursor: pointer;
597
- position: absolute;
598
- width: 1.5em;
599
- height: 1.5em;
600
- opacity: 0;
601
- }
602
- .tsd-filter-input input[type="checkbox"]:disabled {
603
- pointer-events: none;
604
- }
605
- .tsd-filter-input svg {
606
- cursor: pointer;
607
- width: 1.5em;
608
- height: 1.5em;
609
- margin-right: 0.5em;
610
- border-radius: 0.33em;
611
- /* Leaving this at full opacity breaks event listeners on Firefox.
612
- Don't remove unless you know what you're doing. */
613
- opacity: 0.99;
614
- }
615
- .tsd-filter-input input[type="checkbox"]:focus + svg {
616
- transform: scale(0.95);
617
- }
618
- .tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg {
619
- transform: scale(1);
620
- }
621
- .tsd-checkbox-background {
622
- fill: var(--color-accent);
623
- }
624
- input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
625
- stroke: var(--color-text);
626
- }
627
- .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
628
- fill: var(--color-background);
629
- stroke: var(--color-accent);
630
- stroke-width: 0.25rem;
631
- }
632
- .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
633
- stroke: var(--color-accent);
634
- }
767
+ .tsd-theme-toggle .settings-label {
768
+ margin: 0.75rem 0.75rem 0 0;
769
+ }
635
770
 
636
- .tsd-theme-toggle {
637
- padding-top: 0.75rem;
638
- }
639
- .tsd-theme-toggle > h4 {
640
- display: inline;
641
- vertical-align: middle;
642
- margin-right: 0.75rem;
643
- }
771
+ .tsd-hierarchy h4 label:hover span {
772
+ text-decoration: underline;
773
+ }
644
774
 
645
- .tsd-hierarchy {
646
- list-style: square;
647
- margin: 0;
648
- }
649
- .tsd-hierarchy .target {
650
- font-weight: bold;
651
- }
775
+ .tsd-hierarchy {
776
+ list-style: square;
777
+ margin: 0;
778
+ }
779
+ .tsd-hierarchy-target {
780
+ font-weight: bold;
781
+ }
782
+ .tsd-hierarchy-toggle {
783
+ color: var(--color-link);
784
+ cursor: pointer;
785
+ }
652
786
 
653
- .tsd-full-hierarchy:not(:last-child) {
654
- margin-bottom: 1em;
655
- padding-bottom: 1em;
656
- border-bottom: 1px solid var(--color-accent);
657
- }
658
- .tsd-full-hierarchy,
659
- .tsd-full-hierarchy ul {
660
- list-style: none;
661
- margin: 0;
662
- padding: 0;
663
- }
664
- .tsd-full-hierarchy ul {
665
- padding-left: 1.5rem;
666
- }
667
- .tsd-full-hierarchy a {
668
- padding: 0.25rem 0 !important;
669
- font-size: 1rem;
670
- display: inline-flex;
671
- align-items: center;
672
- color: var(--color-text);
673
- }
787
+ .tsd-full-hierarchy:not(:last-child) {
788
+ margin-bottom: 1em;
789
+ padding-bottom: 1em;
790
+ border-bottom: 1px solid var(--color-accent);
791
+ }
792
+ .tsd-full-hierarchy,
793
+ .tsd-full-hierarchy ul {
794
+ list-style: none;
795
+ margin: 0;
796
+ padding: 0;
797
+ }
798
+ .tsd-full-hierarchy ul {
799
+ padding-left: 1.5rem;
800
+ }
801
+ .tsd-full-hierarchy a {
802
+ padding: 0.25rem 0 !important;
803
+ font-size: 1rem;
804
+ display: inline-flex;
805
+ align-items: center;
806
+ color: var(--color-text);
807
+ }
808
+ .tsd-full-hierarchy svg[data-dropdown] {
809
+ cursor: pointer;
810
+ }
811
+ .tsd-full-hierarchy svg[data-dropdown="false"] {
812
+ transform: rotate(-90deg);
813
+ }
814
+ .tsd-full-hierarchy svg[data-dropdown="false"] ~ ul {
815
+ display: none;
816
+ }
674
817
 
675
- .tsd-panel-group.tsd-index-group {
676
- margin-bottom: 0;
677
- }
678
- .tsd-index-panel .tsd-index-list {
679
- list-style: none;
680
- line-height: 1.333em;
681
- margin: 0;
682
- padding: 0.25rem 0 0 0;
683
- overflow: hidden;
684
- display: grid;
685
- grid-template-columns: repeat(3, 1fr);
686
- column-gap: 1rem;
687
- grid-template-rows: auto;
688
- }
689
- @media (max-width: 1024px) {
690
- .tsd-index-panel .tsd-index-list {
691
- grid-template-columns: repeat(2, 1fr);
818
+ .tsd-panel-group.tsd-index-group {
819
+ margin-bottom: 0;
692
820
  }
693
- }
694
- @media (max-width: 768px) {
695
821
  .tsd-index-panel .tsd-index-list {
696
- grid-template-columns: repeat(1, 1fr);
822
+ list-style: none;
823
+ line-height: 1.333em;
824
+ margin: 0;
825
+ padding: 0.25rem 0 0 0;
826
+ overflow: hidden;
827
+ display: grid;
828
+ grid-template-columns: repeat(3, 1fr);
829
+ column-gap: 1rem;
830
+ grid-template-rows: auto;
831
+ }
832
+ @media (max-width: 1024px) {
833
+ .tsd-index-panel .tsd-index-list {
834
+ grid-template-columns: repeat(2, 1fr);
835
+ }
836
+ }
837
+ @media (max-width: 768px) {
838
+ .tsd-index-panel .tsd-index-list {
839
+ grid-template-columns: repeat(1, 1fr);
840
+ }
841
+ }
842
+ .tsd-index-panel .tsd-index-list li {
843
+ -webkit-page-break-inside: avoid;
844
+ -moz-page-break-inside: avoid;
845
+ -ms-page-break-inside: avoid;
846
+ -o-page-break-inside: avoid;
847
+ page-break-inside: avoid;
697
848
  }
698
- }
699
- .tsd-index-panel .tsd-index-list li {
700
- -webkit-page-break-inside: avoid;
701
- -moz-page-break-inside: avoid;
702
- -ms-page-break-inside: avoid;
703
- -o-page-break-inside: avoid;
704
- page-break-inside: avoid;
705
- }
706
849
 
707
- .tsd-flag {
708
- display: inline-block;
709
- padding: 0.25em 0.4em;
710
- border-radius: 4px;
711
- color: var(--color-comment-tag-text);
712
- background-color: var(--color-comment-tag);
713
- text-indent: 0;
714
- font-size: 75%;
715
- line-height: 1;
716
- font-weight: normal;
717
- }
850
+ .tsd-flag {
851
+ display: inline-block;
852
+ padding: 0.25em 0.4em;
853
+ border-radius: 4px;
854
+ color: var(--color-comment-tag-text);
855
+ background-color: var(--color-comment-tag);
856
+ text-indent: 0;
857
+ font-size: 75%;
858
+ line-height: 1;
859
+ font-weight: normal;
860
+ }
718
861
 
719
- .tsd-anchor {
720
- position: relative;
721
- top: -100px;
722
- }
862
+ .tsd-anchor {
863
+ position: relative;
864
+ top: -100px;
865
+ }
723
866
 
724
- .tsd-member {
725
- position: relative;
726
- }
727
- .tsd-member .tsd-anchor + h3 {
728
- display: flex;
729
- align-items: center;
730
- margin-top: 0;
731
- margin-bottom: 0;
732
- border-bottom: none;
733
- }
867
+ .tsd-member {
868
+ position: relative;
869
+ }
870
+ .tsd-member .tsd-anchor + h3 {
871
+ display: flex;
872
+ align-items: center;
873
+ margin-top: 0;
874
+ margin-bottom: 0;
875
+ border-bottom: none;
876
+ }
734
877
 
735
- .tsd-navigation.settings {
736
- margin: 1rem 0;
737
- }
738
- .tsd-navigation > a,
739
- .tsd-navigation .tsd-accordion-summary {
740
- width: calc(100% - 0.25rem);
741
- display: flex;
742
- align-items: center;
743
- }
744
- .tsd-navigation a,
745
- .tsd-navigation summary > span,
746
- .tsd-page-navigation a {
747
- display: flex;
748
- width: calc(100% - 0.25rem);
749
- align-items: center;
750
- padding: 0.25rem;
751
- color: var(--color-text);
752
- text-decoration: none;
753
- box-sizing: border-box;
754
- }
755
- .tsd-navigation a.current,
756
- .tsd-page-navigation a.current {
757
- background: var(--color-active-menu-item);
758
- }
759
- .tsd-navigation a:hover,
760
- .tsd-page-navigation a:hover {
761
- text-decoration: underline;
762
- }
763
- .tsd-navigation ul,
764
- .tsd-page-navigation ul {
765
- margin-top: 0;
766
- margin-bottom: 0;
767
- padding: 0;
768
- list-style: none;
769
- }
770
- .tsd-navigation li,
771
- .tsd-page-navigation li {
772
- padding: 0;
773
- max-width: 100%;
774
- }
775
- .tsd-nested-navigation {
776
- margin-left: 3rem;
777
- }
778
- .tsd-nested-navigation > li > details {
779
- margin-left: -1.5rem;
780
- }
781
- .tsd-small-nested-navigation {
782
- margin-left: 1.5rem;
783
- }
784
- .tsd-small-nested-navigation > li > details {
785
- margin-left: -1.5rem;
786
- }
878
+ .tsd-navigation.settings {
879
+ margin: 1rem 0;
880
+ }
881
+ .tsd-navigation > a,
882
+ .tsd-navigation .tsd-accordion-summary {
883
+ width: calc(100% - 0.25rem);
884
+ display: flex;
885
+ align-items: center;
886
+ }
887
+ .tsd-navigation a,
888
+ .tsd-navigation summary > span,
889
+ .tsd-page-navigation a {
890
+ display: flex;
891
+ width: calc(100% - 0.25rem);
892
+ align-items: center;
893
+ padding: 0.25rem;
894
+ color: var(--color-text);
895
+ text-decoration: none;
896
+ box-sizing: border-box;
897
+ }
898
+ .tsd-navigation a.current,
899
+ .tsd-page-navigation a.current {
900
+ background: var(--color-active-menu-item);
901
+ }
902
+ .tsd-navigation a:hover,
903
+ .tsd-page-navigation a:hover {
904
+ text-decoration: underline;
905
+ }
906
+ .tsd-navigation ul,
907
+ .tsd-page-navigation ul {
908
+ margin-top: 0;
909
+ margin-bottom: 0;
910
+ padding: 0;
911
+ list-style: none;
912
+ }
913
+ .tsd-navigation li,
914
+ .tsd-page-navigation li {
915
+ padding: 0;
916
+ max-width: 100%;
917
+ }
918
+ .tsd-navigation .tsd-nav-link {
919
+ display: none;
920
+ }
921
+ .tsd-nested-navigation {
922
+ margin-left: 3rem;
923
+ }
924
+ .tsd-nested-navigation > li > details {
925
+ margin-left: -1.5rem;
926
+ }
927
+ .tsd-small-nested-navigation {
928
+ margin-left: 1.5rem;
929
+ }
930
+ .tsd-small-nested-navigation > li > details {
931
+ margin-left: -1.5rem;
932
+ }
787
933
 
788
- .tsd-page-navigation ul {
789
- padding-left: 1.75rem;
790
- }
791
-
792
- #tsd-sidebar-links a {
793
- margin-top: 0;
794
- margin-bottom: 0.5rem;
795
- line-height: 1.25rem;
796
- }
797
- #tsd-sidebar-links a:last-of-type {
798
- margin-bottom: 0;
799
- }
800
-
801
- a.tsd-index-link {
802
- padding: 0.25rem 0 !important;
803
- font-size: 1rem;
804
- line-height: 1.25rem;
805
- display: inline-flex;
806
- align-items: center;
807
- color: var(--color-text);
808
- }
809
- .tsd-accordion-summary {
810
- list-style-type: none; /* hide marker on non-safari */
811
- outline: none; /* broken on safari, so just hide it */
812
- }
813
- .tsd-accordion-summary::-webkit-details-marker {
814
- display: none; /* hide marker on safari */
815
- }
816
- .tsd-accordion-summary,
817
- .tsd-accordion-summary a {
818
- user-select: none;
819
- -moz-user-select: none;
820
- -webkit-user-select: none;
821
- -ms-user-select: none;
822
-
823
- cursor: pointer;
824
- }
825
- .tsd-accordion-summary a {
826
- width: calc(100% - 1.5rem);
827
- }
828
- .tsd-accordion-summary > * {
829
- margin-top: 0;
830
- margin-bottom: 0;
831
- padding-top: 0;
832
- padding-bottom: 0;
833
- }
834
- .tsd-index-accordion .tsd-accordion-summary > svg {
835
- margin-left: 0.25rem;
836
- }
837
- .tsd-index-content > :not(:first-child) {
838
- margin-top: 0.75rem;
839
- }
840
- .tsd-index-heading {
841
- margin-top: 1.5rem;
842
- margin-bottom: 0.75rem;
843
- }
844
-
845
- .tsd-kind-icon {
846
- margin-right: 0.5rem;
847
- width: 1.25rem;
848
- height: 1.25rem;
849
- min-width: 1.25rem;
850
- min-height: 1.25rem;
851
- }
852
- .tsd-kind-icon path {
853
- transform-origin: center;
854
- transform: scale(1.1);
855
- }
856
- .tsd-signature > .tsd-kind-icon {
857
- margin-right: 0.8rem;
858
- }
859
-
860
- .tsd-panel {
861
- margin-bottom: 2.5rem;
862
- }
863
- .tsd-panel.tsd-member {
864
- margin-bottom: 4rem;
865
- }
866
- .tsd-panel:empty {
867
- display: none;
868
- }
869
- .tsd-panel > h1,
870
- .tsd-panel > h2,
871
- .tsd-panel > h3 {
872
- margin: 1.5rem -1.5rem 0.75rem -1.5rem;
873
- padding: 0 1.5rem 0.75rem 1.5rem;
874
- }
875
- .tsd-panel > h1.tsd-before-signature,
876
- .tsd-panel > h2.tsd-before-signature,
877
- .tsd-panel > h3.tsd-before-signature {
878
- margin-bottom: 0;
879
- border-bottom: none;
880
- }
881
-
882
- .tsd-panel-group {
883
- margin: 4rem 0;
884
- }
885
- .tsd-panel-group.tsd-index-group {
886
- margin: 2rem 0;
887
- }
888
- .tsd-panel-group.tsd-index-group details {
889
- margin: 2rem 0;
890
- }
891
-
892
- #tsd-search {
893
- transition: background-color 0.2s;
894
- }
895
- #tsd-search .title {
896
- position: relative;
897
- z-index: 2;
898
- }
899
- #tsd-search .field {
900
- position: absolute;
901
- left: 0;
902
- top: 0;
903
- right: 2.5rem;
904
- height: 100%;
905
- }
906
- #tsd-search .field input {
907
- box-sizing: border-box;
908
- position: relative;
909
- top: -50px;
910
- z-index: 1;
911
- width: 100%;
912
- padding: 0 10px;
913
- opacity: 0;
914
- outline: 0;
915
- border: 0;
916
- background: transparent;
917
- color: var(--color-text);
918
- }
919
- #tsd-search .field label {
920
- position: absolute;
921
- overflow: hidden;
922
- right: -40px;
923
- }
924
- #tsd-search .field input,
925
- #tsd-search .title,
926
- #tsd-toolbar-links a {
927
- transition: opacity 0.2s;
928
- }
929
- #tsd-search .results {
930
- position: absolute;
931
- visibility: hidden;
932
- top: 40px;
933
- width: 100%;
934
- margin: 0;
935
- padding: 0;
936
- list-style: none;
937
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
938
- }
939
- #tsd-search .results li {
940
- background-color: var(--color-background);
941
- line-height: initial;
942
- padding: 4px;
943
- }
944
- #tsd-search .results li:nth-child(even) {
945
- background-color: var(--color-background-secondary);
946
- }
947
- #tsd-search .results li.state {
948
- display: none;
949
- }
950
- #tsd-search .results li.current:not(.no-results),
951
- #tsd-search .results li:hover:not(.no-results) {
952
- background-color: var(--color-accent);
953
- }
954
- #tsd-search .results a {
955
- display: flex;
956
- align-items: center;
957
- padding: 0.25rem;
958
- box-sizing: border-box;
959
- }
960
- #tsd-search .results a:before {
961
- top: 10px;
962
- }
963
- #tsd-search .results span.parent {
964
- color: var(--color-text-aside);
965
- font-weight: normal;
966
- }
967
- #tsd-search.has-focus {
968
- background-color: var(--color-accent);
969
- }
970
- #tsd-search.has-focus .field input {
971
- top: 0;
972
- opacity: 1;
973
- }
974
- #tsd-search.has-focus .title,
975
- #tsd-search.has-focus #tsd-toolbar-links a {
976
- z-index: 0;
977
- opacity: 0;
978
- }
979
- #tsd-search.has-focus .results {
980
- visibility: visible;
981
- }
982
- #tsd-search.loading .results li.state.loading {
983
- display: block;
984
- }
985
- #tsd-search.failure .results li.state.failure {
986
- display: block;
987
- }
988
-
989
- #tsd-toolbar-links {
990
- position: absolute;
991
- top: 0;
992
- right: 2rem;
993
- height: 100%;
994
- display: flex;
995
- align-items: center;
996
- justify-content: flex-end;
997
- }
998
- #tsd-toolbar-links a {
999
- margin-left: 1.5rem;
1000
- }
1001
- #tsd-toolbar-links a:hover {
1002
- text-decoration: underline;
1003
- }
1004
-
1005
- .tsd-signature {
1006
- margin: 0 0 1rem 0;
1007
- padding: 1rem 0.5rem;
1008
- border: 1px solid var(--color-accent);
1009
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1010
- font-size: 14px;
1011
- overflow-x: auto;
1012
- }
1013
-
1014
- .tsd-signature-keyword {
1015
- color: var(--color-ts-keyword);
1016
- font-weight: normal;
1017
- }
1018
-
1019
- .tsd-signature-symbol {
1020
- color: var(--color-text-aside);
1021
- font-weight: normal;
1022
- }
1023
-
1024
- .tsd-signature-type {
1025
- font-style: italic;
1026
- font-weight: normal;
1027
- }
1028
-
1029
- .tsd-signatures {
1030
- padding: 0;
1031
- margin: 0 0 1em 0;
1032
- list-style-type: none;
1033
- }
1034
- .tsd-signatures .tsd-signature {
1035
- margin: 0;
1036
- border-color: var(--color-accent);
1037
- border-width: 1px 0;
1038
- transition: background-color 0.1s;
1039
- }
1040
- .tsd-description .tsd-signatures .tsd-signature {
1041
- border-width: 1px;
1042
- }
1043
-
1044
- ul.tsd-parameter-list,
1045
- ul.tsd-type-parameter-list {
1046
- list-style: square;
1047
- margin: 0;
1048
- padding-left: 20px;
1049
- }
1050
- ul.tsd-parameter-list > li.tsd-parameter-signature,
1051
- ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1052
- list-style: none;
1053
- margin-left: -20px;
1054
- }
1055
- ul.tsd-parameter-list h5,
1056
- ul.tsd-type-parameter-list h5 {
1057
- font-size: 16px;
1058
- margin: 1em 0 0.5em 0;
1059
- }
1060
- .tsd-sources {
1061
- margin-top: 1rem;
1062
- font-size: 0.875em;
1063
- }
1064
- .tsd-sources a {
1065
- color: var(--color-text-aside);
1066
- text-decoration: underline;
1067
- }
1068
- .tsd-sources ul {
1069
- list-style: none;
1070
- padding: 0;
1071
- }
934
+ .tsd-page-navigation-section {
935
+ margin-left: 10px;
936
+ }
937
+ .tsd-page-navigation-section > summary {
938
+ padding: 0.25rem;
939
+ }
940
+ .tsd-page-navigation-section > div {
941
+ margin-left: 20px;
942
+ }
943
+ .tsd-page-navigation ul {
944
+ padding-left: 1.75rem;
945
+ }
1072
946
 
1073
- .tsd-page-toolbar {
1074
- position: sticky;
1075
- z-index: 1;
1076
- top: 0;
1077
- left: 0;
1078
- width: 100%;
1079
- color: var(--color-text);
1080
- background: var(--color-background-secondary);
1081
- border-bottom: 1px var(--color-accent) solid;
1082
- transition: transform 0.3s ease-in-out;
1083
- }
1084
- .tsd-page-toolbar a {
1085
- color: var(--color-text);
1086
- text-decoration: none;
1087
- }
1088
- .tsd-page-toolbar a.title {
1089
- font-weight: bold;
1090
- }
1091
- .tsd-page-toolbar a.title:hover {
1092
- text-decoration: underline;
1093
- }
1094
- .tsd-page-toolbar .tsd-toolbar-contents {
1095
- display: flex;
1096
- justify-content: space-between;
1097
- height: 2.5rem;
1098
- margin: 0 auto;
1099
- }
1100
- .tsd-page-toolbar .table-cell {
1101
- position: relative;
1102
- white-space: nowrap;
1103
- line-height: 40px;
1104
- }
1105
- .tsd-page-toolbar .table-cell:first-child {
1106
- width: 100%;
1107
- }
1108
- .tsd-page-toolbar .tsd-toolbar-icon {
1109
- box-sizing: border-box;
1110
- line-height: 0;
1111
- padding: 12px 0;
1112
- }
947
+ #tsd-sidebar-links a {
948
+ margin-top: 0;
949
+ margin-bottom: 0.5rem;
950
+ line-height: 1.25rem;
951
+ }
952
+ #tsd-sidebar-links a:last-of-type {
953
+ margin-bottom: 0;
954
+ }
1113
955
 
1114
- .tsd-widget {
1115
- display: inline-block;
1116
- overflow: hidden;
1117
- opacity: 0.8;
1118
- height: 40px;
1119
- transition:
1120
- opacity 0.1s,
1121
- background-color 0.2s;
1122
- vertical-align: bottom;
1123
- cursor: pointer;
1124
- }
1125
- .tsd-widget:hover {
1126
- opacity: 0.9;
1127
- }
1128
- .tsd-widget.active {
1129
- opacity: 1;
1130
- background-color: var(--color-accent);
1131
- }
1132
- .tsd-widget.no-caption {
1133
- width: 40px;
1134
- }
1135
- .tsd-widget.no-caption:before {
1136
- margin: 0;
1137
- }
956
+ a.tsd-index-link {
957
+ padding: 0.25rem 0 !important;
958
+ font-size: 1rem;
959
+ line-height: 1.25rem;
960
+ display: inline-flex;
961
+ align-items: center;
962
+ color: var(--color-text);
963
+ }
964
+ .tsd-accordion-summary {
965
+ list-style-type: none; /* hide marker on non-safari */
966
+ outline: none; /* broken on safari, so just hide it */
967
+ }
968
+ .tsd-accordion-summary::-webkit-details-marker {
969
+ display: none; /* hide marker on safari */
970
+ }
971
+ .tsd-accordion-summary,
972
+ .tsd-accordion-summary a {
973
+ -moz-user-select: none;
974
+ -webkit-user-select: none;
975
+ -ms-user-select: none;
976
+ user-select: none;
977
+
978
+ cursor: pointer;
979
+ }
980
+ .tsd-accordion-summary a {
981
+ width: calc(100% - 1.5rem);
982
+ }
983
+ .tsd-accordion-summary > * {
984
+ margin-top: 0;
985
+ margin-bottom: 0;
986
+ padding-top: 0;
987
+ padding-bottom: 0;
988
+ }
989
+ .tsd-accordion .tsd-accordion-summary > svg {
990
+ margin-left: 0.25rem;
991
+ vertical-align: text-top;
992
+ }
993
+ /*
994
+ * We need to be careful to target the arrow indicating whether the accordion
995
+ * is open, but not any other SVGs included in the details element.
996
+ */
997
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child,
998
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h1 > svg:first-child,
999
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h2 > svg:first-child,
1000
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h3 > svg:first-child,
1001
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child,
1002
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h5 > svg:first-child {
1003
+ transform: rotate(-90deg);
1004
+ }
1005
+ .tsd-index-content > :not(:first-child) {
1006
+ margin-top: 0.75rem;
1007
+ }
1008
+ .tsd-index-heading {
1009
+ margin-top: 1.5rem;
1010
+ margin-bottom: 0.75rem;
1011
+ }
1138
1012
 
1139
- .tsd-widget.options,
1140
- .tsd-widget.menu {
1141
- display: none;
1142
- }
1143
- input[type="checkbox"] + .tsd-widget:before {
1144
- background-position: -120px 0;
1145
- }
1146
- input[type="checkbox"]:checked + .tsd-widget:before {
1147
- background-position: -160px 0;
1148
- }
1013
+ .tsd-no-select {
1014
+ -webkit-user-select: none;
1015
+ -moz-user-select: none;
1016
+ -ms-user-select: none;
1017
+ user-select: none;
1018
+ }
1019
+ .tsd-kind-icon {
1020
+ margin-right: 0.5rem;
1021
+ width: 1.25rem;
1022
+ height: 1.25rem;
1023
+ min-width: 1.25rem;
1024
+ min-height: 1.25rem;
1025
+ }
1026
+ .tsd-signature > .tsd-kind-icon {
1027
+ margin-right: 0.8rem;
1028
+ }
1149
1029
 
1150
- img {
1151
- max-width: 100%;
1152
- }
1030
+ .tsd-panel {
1031
+ margin-bottom: 2.5rem;
1032
+ }
1033
+ .tsd-panel.tsd-member {
1034
+ margin-bottom: 4rem;
1035
+ }
1036
+ .tsd-panel:empty {
1037
+ display: none;
1038
+ }
1039
+ .tsd-panel > h1,
1040
+ .tsd-panel > h2,
1041
+ .tsd-panel > h3 {
1042
+ margin: 1.5rem -1.5rem 0.75rem -1.5rem;
1043
+ padding: 0 1.5rem 0.75rem 1.5rem;
1044
+ }
1045
+ .tsd-panel > h1.tsd-before-signature,
1046
+ .tsd-panel > h2.tsd-before-signature,
1047
+ .tsd-panel > h3.tsd-before-signature {
1048
+ margin-bottom: 0;
1049
+ border-bottom: none;
1050
+ }
1153
1051
 
1154
- .tsd-anchor-icon {
1155
- display: inline-flex;
1156
- align-items: center;
1157
- margin-left: 0.5rem;
1158
- vertical-align: middle;
1159
- color: var(--color-text);
1160
- }
1052
+ .tsd-panel-group {
1053
+ margin: 2rem 0;
1054
+ }
1055
+ .tsd-panel-group.tsd-index-group {
1056
+ margin: 2rem 0;
1057
+ }
1058
+ .tsd-panel-group.tsd-index-group details {
1059
+ margin: 2rem 0;
1060
+ }
1061
+ .tsd-panel-group > .tsd-accordion-summary {
1062
+ margin-bottom: 1rem;
1063
+ }
1161
1064
 
1162
- .tsd-anchor-icon svg {
1163
- width: 1em;
1164
- height: 1em;
1165
- visibility: hidden;
1166
- }
1065
+ #tsd-search {
1066
+ transition: background-color 0.2s;
1067
+ }
1068
+ #tsd-search .title {
1069
+ position: relative;
1070
+ z-index: 2;
1071
+ }
1072
+ #tsd-search .field {
1073
+ position: absolute;
1074
+ left: 0;
1075
+ top: 0;
1076
+ right: 2.5rem;
1077
+ height: 100%;
1078
+ }
1079
+ #tsd-search .field input {
1080
+ box-sizing: border-box;
1081
+ position: relative;
1082
+ top: -50px;
1083
+ z-index: 1;
1084
+ width: 100%;
1085
+ padding: 0 10px;
1086
+ opacity: 0;
1087
+ outline: 0;
1088
+ border: 0;
1089
+ background: transparent;
1090
+ color: var(--color-text);
1091
+ }
1092
+ #tsd-search .field label {
1093
+ position: absolute;
1094
+ overflow: hidden;
1095
+ right: -40px;
1096
+ }
1097
+ #tsd-search .field input,
1098
+ #tsd-search .title,
1099
+ #tsd-toolbar-links a {
1100
+ transition: opacity 0.2s;
1101
+ }
1102
+ #tsd-search .results {
1103
+ position: absolute;
1104
+ visibility: hidden;
1105
+ top: 40px;
1106
+ width: 100%;
1107
+ margin: 0;
1108
+ padding: 0;
1109
+ list-style: none;
1110
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
1111
+ }
1112
+ #tsd-search .results li {
1113
+ background-color: var(--color-background);
1114
+ line-height: initial;
1115
+ padding: 4px;
1116
+ }
1117
+ #tsd-search .results li:nth-child(even) {
1118
+ background-color: var(--color-background-secondary);
1119
+ }
1120
+ #tsd-search .results li.state {
1121
+ display: none;
1122
+ }
1123
+ #tsd-search .results li.current:not(.no-results),
1124
+ #tsd-search .results li:hover:not(.no-results) {
1125
+ background-color: var(--color-accent);
1126
+ }
1127
+ #tsd-search .results a {
1128
+ display: flex;
1129
+ align-items: center;
1130
+ padding: 0.25rem;
1131
+ box-sizing: border-box;
1132
+ }
1133
+ #tsd-search .results a:before {
1134
+ top: 10px;
1135
+ }
1136
+ #tsd-search .results span.parent {
1137
+ color: var(--color-text-aside);
1138
+ font-weight: normal;
1139
+ }
1140
+ #tsd-search.has-focus {
1141
+ background-color: var(--color-accent);
1142
+ }
1143
+ #tsd-search.has-focus .field input {
1144
+ top: 0;
1145
+ opacity: 1;
1146
+ }
1147
+ #tsd-search.has-focus .title,
1148
+ #tsd-search.has-focus #tsd-toolbar-links a {
1149
+ z-index: 0;
1150
+ opacity: 0;
1151
+ }
1152
+ #tsd-search.has-focus .results {
1153
+ visibility: visible;
1154
+ }
1155
+ #tsd-search.loading .results li.state.loading {
1156
+ display: block;
1157
+ }
1158
+ #tsd-search.failure .results li.state.failure {
1159
+ display: block;
1160
+ }
1167
1161
 
1168
- .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1169
- visibility: visible;
1170
- }
1162
+ #tsd-toolbar-links {
1163
+ position: absolute;
1164
+ top: 0;
1165
+ right: 2rem;
1166
+ height: 100%;
1167
+ display: flex;
1168
+ align-items: center;
1169
+ justify-content: flex-end;
1170
+ }
1171
+ #tsd-toolbar-links a {
1172
+ margin-left: 1.5rem;
1173
+ }
1174
+ #tsd-toolbar-links a:hover {
1175
+ text-decoration: underline;
1176
+ }
1171
1177
 
1172
- .deprecated {
1173
- text-decoration: line-through !important;
1174
- }
1178
+ .tsd-signature {
1179
+ margin: 0 0 1rem 0;
1180
+ padding: 1rem 0.5rem;
1181
+ border: 1px solid var(--color-accent);
1182
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1183
+ font-size: 14px;
1184
+ overflow-x: auto;
1185
+ }
1175
1186
 
1176
- .warning {
1177
- padding: 1rem;
1178
- color: var(--color-warning-text);
1179
- background: var(--color-background-warning);
1180
- }
1187
+ .tsd-signature-keyword {
1188
+ color: var(--color-ts-keyword);
1189
+ font-weight: normal;
1190
+ }
1181
1191
 
1182
- .tsd-kind-project {
1183
- color: var(--color-ts-project);
1184
- }
1185
- .tsd-kind-module {
1186
- color: var(--color-ts-module);
1187
- }
1188
- .tsd-kind-namespace {
1189
- color: var(--color-ts-namespace);
1190
- }
1191
- .tsd-kind-enum {
1192
- color: var(--color-ts-enum);
1193
- }
1194
- .tsd-kind-enum-member {
1195
- color: var(--color-ts-enum-member);
1196
- }
1197
- .tsd-kind-variable {
1198
- color: var(--color-ts-variable);
1199
- }
1200
- .tsd-kind-function {
1201
- color: var(--color-ts-function);
1202
- }
1203
- .tsd-kind-class {
1204
- color: var(--color-ts-class);
1205
- }
1206
- .tsd-kind-interface {
1207
- color: var(--color-ts-interface);
1208
- }
1209
- .tsd-kind-constructor {
1210
- color: var(--color-ts-constructor);
1211
- }
1212
- .tsd-kind-property {
1213
- color: var(--color-ts-property);
1214
- }
1215
- .tsd-kind-method {
1216
- color: var(--color-ts-method);
1217
- }
1218
- .tsd-kind-call-signature {
1219
- color: var(--color-ts-call-signature);
1220
- }
1221
- .tsd-kind-index-signature {
1222
- color: var(--color-ts-index-signature);
1223
- }
1224
- .tsd-kind-constructor-signature {
1225
- color: var(--color-ts-constructor-signature);
1226
- }
1227
- .tsd-kind-parameter {
1228
- color: var(--color-ts-parameter);
1229
- }
1230
- .tsd-kind-type-literal {
1231
- color: var(--color-ts-type-literal);
1232
- }
1233
- .tsd-kind-type-parameter {
1234
- color: var(--color-ts-type-parameter);
1235
- }
1236
- .tsd-kind-accessor {
1237
- color: var(--color-ts-accessor);
1238
- }
1239
- .tsd-kind-get-signature {
1240
- color: var(--color-ts-get-signature);
1241
- }
1242
- .tsd-kind-set-signature {
1243
- color: var(--color-ts-set-signature);
1244
- }
1245
- .tsd-kind-type-alias {
1246
- color: var(--color-ts-type-alias);
1247
- }
1192
+ .tsd-signature-symbol {
1193
+ color: var(--color-text-aside);
1194
+ font-weight: normal;
1195
+ }
1248
1196
 
1249
- /* if we have a kind icon, don't color the text by kind */
1250
- .tsd-kind-icon ~ span {
1251
- color: var(--color-text);
1252
- }
1197
+ .tsd-signature-type {
1198
+ font-style: italic;
1199
+ font-weight: normal;
1200
+ }
1253
1201
 
1254
- * {
1255
- scrollbar-width: thin;
1256
- scrollbar-color: var(--color-accent) var(--color-icon-background);
1257
- }
1202
+ .tsd-signatures {
1203
+ padding: 0;
1204
+ margin: 0 0 1em 0;
1205
+ list-style-type: none;
1206
+ }
1207
+ .tsd-signatures .tsd-signature {
1208
+ margin: 0;
1209
+ border-color: var(--color-accent);
1210
+ border-width: 1px 0;
1211
+ transition: background-color 0.1s;
1212
+ }
1213
+ .tsd-signatures .tsd-index-signature:not(:last-child) {
1214
+ margin-bottom: 1em;
1215
+ }
1216
+ .tsd-signatures .tsd-index-signature .tsd-signature {
1217
+ border-width: 1px;
1218
+ }
1219
+ .tsd-description .tsd-signatures .tsd-signature {
1220
+ border-width: 1px;
1221
+ }
1258
1222
 
1259
- *::-webkit-scrollbar {
1260
- width: 0.75rem;
1261
- }
1223
+ ul.tsd-parameter-list,
1224
+ ul.tsd-type-parameter-list {
1225
+ list-style: square;
1226
+ margin: 0;
1227
+ padding-left: 20px;
1228
+ }
1229
+ ul.tsd-parameter-list > li.tsd-parameter-signature,
1230
+ ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1231
+ list-style: none;
1232
+ margin-left: -20px;
1233
+ }
1234
+ ul.tsd-parameter-list h5,
1235
+ ul.tsd-type-parameter-list h5 {
1236
+ font-size: 16px;
1237
+ margin: 1em 0 0.5em 0;
1238
+ }
1239
+ .tsd-sources {
1240
+ margin-top: 1rem;
1241
+ font-size: 0.875em;
1242
+ }
1243
+ .tsd-sources a {
1244
+ color: var(--color-text-aside);
1245
+ text-decoration: underline;
1246
+ }
1247
+ .tsd-sources ul {
1248
+ list-style: none;
1249
+ padding: 0;
1250
+ }
1262
1251
 
1263
- *::-webkit-scrollbar-track {
1264
- background: var(--color-icon-background);
1265
- }
1252
+ .tsd-page-toolbar {
1253
+ position: sticky;
1254
+ z-index: 1;
1255
+ top: 0;
1256
+ left: 0;
1257
+ width: 100%;
1258
+ color: var(--color-text);
1259
+ background: var(--color-background-secondary);
1260
+ border-bottom: 1px var(--color-accent) solid;
1261
+ transition: transform 0.3s ease-in-out;
1262
+ }
1263
+ .tsd-page-toolbar a {
1264
+ color: var(--color-text);
1265
+ text-decoration: none;
1266
+ }
1267
+ .tsd-page-toolbar a.title {
1268
+ font-weight: bold;
1269
+ }
1270
+ .tsd-page-toolbar a.title:hover {
1271
+ text-decoration: underline;
1272
+ }
1273
+ .tsd-page-toolbar .tsd-toolbar-contents {
1274
+ display: flex;
1275
+ justify-content: space-between;
1276
+ height: 2.5rem;
1277
+ margin: 0 auto;
1278
+ }
1279
+ .tsd-page-toolbar .table-cell {
1280
+ position: relative;
1281
+ white-space: nowrap;
1282
+ line-height: 40px;
1283
+ }
1284
+ .tsd-page-toolbar .table-cell:first-child {
1285
+ width: 100%;
1286
+ }
1287
+ .tsd-page-toolbar .tsd-toolbar-icon {
1288
+ box-sizing: border-box;
1289
+ line-height: 0;
1290
+ padding: 12px 0;
1291
+ }
1266
1292
 
1267
- *::-webkit-scrollbar-thumb {
1268
- background-color: var(--color-accent);
1269
- border-radius: 999rem;
1270
- border: 0.25rem solid var(--color-icon-background);
1271
- }
1293
+ .tsd-widget {
1294
+ display: inline-block;
1295
+ overflow: hidden;
1296
+ opacity: 0.8;
1297
+ height: 40px;
1298
+ transition:
1299
+ opacity 0.1s,
1300
+ background-color 0.2s;
1301
+ vertical-align: bottom;
1302
+ cursor: pointer;
1303
+ }
1304
+ .tsd-widget:hover {
1305
+ opacity: 0.9;
1306
+ }
1307
+ .tsd-widget.active {
1308
+ opacity: 1;
1309
+ background-color: var(--color-accent);
1310
+ }
1311
+ .tsd-widget.no-caption {
1312
+ width: 40px;
1313
+ }
1314
+ .tsd-widget.no-caption:before {
1315
+ margin: 0;
1316
+ }
1272
1317
 
1273
- /* mobile */
1274
- @media (max-width: 769px) {
1275
1318
  .tsd-widget.options,
1276
1319
  .tsd-widget.menu {
1277
- display: inline-block;
1320
+ display: none;
1278
1321
  }
1279
-
1280
- .container-main {
1281
- display: flex;
1322
+ input[type="checkbox"] + .tsd-widget:before {
1323
+ background-position: -120px 0;
1282
1324
  }
1283
- html .col-content {
1284
- float: none;
1325
+ input[type="checkbox"]:checked + .tsd-widget:before {
1326
+ background-position: -160px 0;
1327
+ }
1328
+
1329
+ img {
1285
1330
  max-width: 100%;
1286
- width: 100%;
1287
1331
  }
1288
- html .col-sidebar {
1289
- position: fixed !important;
1290
- overflow-y: auto;
1291
- -webkit-overflow-scrolling: touch;
1292
- z-index: 1024;
1293
- top: 0 !important;
1294
- bottom: 0 !important;
1295
- left: auto !important;
1296
- right: 0 !important;
1297
- padding: 1.5rem 1.5rem 0 0;
1298
- width: 75vw;
1299
- visibility: hidden;
1300
- background-color: var(--color-background);
1301
- transform: translate(100%, 0);
1332
+
1333
+ .tsd-member-summary-name {
1334
+ display: inline-flex;
1335
+ align-items: center;
1336
+ padding: 0.25rem;
1337
+ text-decoration: none;
1302
1338
  }
1303
- html .col-sidebar > *:last-child {
1304
- padding-bottom: 20px;
1339
+
1340
+ .tsd-anchor-icon {
1341
+ display: inline-flex;
1342
+ align-items: center;
1343
+ margin-left: 0.5rem;
1344
+ color: var(--color-text);
1305
1345
  }
1306
- html .overlay {
1307
- content: "";
1308
- display: block;
1309
- position: fixed;
1310
- z-index: 1023;
1311
- top: 0;
1312
- left: 0;
1313
- right: 0;
1314
- bottom: 0;
1315
- background-color: rgba(0, 0, 0, 0.75);
1346
+
1347
+ .tsd-anchor-icon svg {
1348
+ width: 1em;
1349
+ height: 1em;
1316
1350
  visibility: hidden;
1317
1351
  }
1318
1352
 
1319
- .to-has-menu .overlay {
1320
- animation: fade-in 0.4s;
1353
+ .tsd-member-summary-name:hover > .tsd-anchor-icon svg,
1354
+ .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1355
+ visibility: visible;
1321
1356
  }
1322
1357
 
1323
- .to-has-menu .col-sidebar {
1324
- animation: pop-in-from-right 0.4s;
1358
+ .deprecated {
1359
+ text-decoration: line-through !important;
1325
1360
  }
1326
1361
 
1327
- .from-has-menu .overlay {
1328
- animation: fade-out 0.4s;
1362
+ .warning {
1363
+ padding: 1rem;
1364
+ color: var(--color-warning-text);
1365
+ background: var(--color-background-warning);
1329
1366
  }
1330
1367
 
1331
- .from-has-menu .col-sidebar {
1332
- animation: pop-out-to-right 0.4s;
1368
+ .tsd-kind-project {
1369
+ color: var(--color-ts-project);
1333
1370
  }
1334
-
1335
- .has-menu body {
1336
- overflow: hidden;
1371
+ .tsd-kind-module {
1372
+ color: var(--color-ts-module);
1337
1373
  }
1338
- .has-menu .overlay {
1339
- visibility: visible;
1374
+ .tsd-kind-namespace {
1375
+ color: var(--color-ts-namespace);
1340
1376
  }
1341
- .has-menu .col-sidebar {
1342
- visibility: visible;
1343
- transform: translate(0, 0);
1344
- display: flex;
1345
- flex-direction: column;
1346
- gap: 1.5rem;
1347
- max-height: 100vh;
1348
- padding: 1rem 2rem;
1377
+ .tsd-kind-enum {
1378
+ color: var(--color-ts-enum);
1349
1379
  }
1350
- .has-menu .tsd-navigation {
1351
- max-height: 100%;
1380
+ .tsd-kind-enum-member {
1381
+ color: var(--color-ts-enum-member);
1352
1382
  }
1353
- }
1354
-
1355
- /* one sidebar */
1356
- @media (min-width: 770px) {
1357
- .container-main {
1358
- display: grid;
1359
- grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1360
- grid-template-areas: "sidebar content";
1361
- margin: 2rem auto;
1383
+ .tsd-kind-variable {
1384
+ color: var(--color-ts-variable);
1362
1385
  }
1363
-
1364
- .col-sidebar {
1365
- grid-area: sidebar;
1386
+ .tsd-kind-function {
1387
+ color: var(--color-ts-function);
1366
1388
  }
1367
- .col-content {
1368
- grid-area: content;
1369
- padding: 0 1rem;
1389
+ .tsd-kind-class {
1390
+ color: var(--color-ts-class);
1370
1391
  }
1371
- }
1372
- @media (min-width: 770px) and (max-width: 1399px) {
1373
- .col-sidebar {
1374
- max-height: calc(100vh - 2rem - 42px);
1375
- overflow: auto;
1376
- position: sticky;
1377
- top: 42px;
1378
- padding-top: 1rem;
1392
+ .tsd-kind-interface {
1393
+ color: var(--color-ts-interface);
1379
1394
  }
1380
- .site-menu {
1381
- margin-top: 1rem;
1395
+ .tsd-kind-constructor {
1396
+ color: var(--color-ts-constructor);
1397
+ }
1398
+ .tsd-kind-property {
1399
+ color: var(--color-ts-property);
1400
+ }
1401
+ .tsd-kind-method {
1402
+ color: var(--color-ts-method);
1403
+ }
1404
+ .tsd-kind-reference {
1405
+ color: var(--color-ts-reference);
1406
+ }
1407
+ .tsd-kind-call-signature {
1408
+ color: var(--color-ts-call-signature);
1409
+ }
1410
+ .tsd-kind-index-signature {
1411
+ color: var(--color-ts-index-signature);
1412
+ }
1413
+ .tsd-kind-constructor-signature {
1414
+ color: var(--color-ts-constructor-signature);
1415
+ }
1416
+ .tsd-kind-parameter {
1417
+ color: var(--color-ts-parameter);
1418
+ }
1419
+ .tsd-kind-type-parameter {
1420
+ color: var(--color-ts-type-parameter);
1421
+ }
1422
+ .tsd-kind-accessor {
1423
+ color: var(--color-ts-accessor);
1424
+ }
1425
+ .tsd-kind-get-signature {
1426
+ color: var(--color-ts-get-signature);
1427
+ }
1428
+ .tsd-kind-set-signature {
1429
+ color: var(--color-ts-set-signature);
1430
+ }
1431
+ .tsd-kind-type-alias {
1432
+ color: var(--color-ts-type-alias);
1382
1433
  }
1383
- }
1384
1434
 
1385
- /* two sidebars */
1386
- @media (min-width: 1200px) {
1387
- .container-main {
1388
- grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem);
1389
- grid-template-areas: "sidebar content toc";
1435
+ /* if we have a kind icon, don't color the text by kind */
1436
+ .tsd-kind-icon ~ span {
1437
+ color: var(--color-text);
1390
1438
  }
1391
1439
 
1392
- .col-sidebar {
1393
- display: contents;
1440
+ * {
1441
+ scrollbar-width: thin;
1442
+ scrollbar-color: var(--color-accent) var(--color-icon-background);
1394
1443
  }
1395
1444
 
1396
- .page-menu {
1397
- grid-area: toc;
1398
- padding-left: 1rem;
1445
+ *::-webkit-scrollbar {
1446
+ width: 0.75rem;
1399
1447
  }
1400
- .site-menu {
1401
- grid-area: sidebar;
1448
+
1449
+ *::-webkit-scrollbar-track {
1450
+ background: var(--color-icon-background);
1402
1451
  }
1403
1452
 
1404
- .site-menu {
1405
- margin-top: 1rem 0;
1453
+ *::-webkit-scrollbar-thumb {
1454
+ background-color: var(--color-accent);
1455
+ border-radius: 999rem;
1456
+ border: 0.25rem solid var(--color-icon-background);
1406
1457
  }
1407
1458
 
1408
- .page-menu,
1409
- .site-menu {
1410
- max-height: calc(100vh - 2rem - 42px);
1411
- overflow: auto;
1412
- position: sticky;
1413
- top: 42px;
1459
+ /* mobile */
1460
+ @media (max-width: 769px) {
1461
+ .tsd-widget.options,
1462
+ .tsd-widget.menu {
1463
+ display: inline-block;
1464
+ }
1465
+
1466
+ .container-main {
1467
+ display: flex;
1468
+ }
1469
+ html .col-content {
1470
+ float: none;
1471
+ max-width: 100%;
1472
+ width: 100%;
1473
+ }
1474
+ html .col-sidebar {
1475
+ position: fixed !important;
1476
+ overflow-y: auto;
1477
+ -webkit-overflow-scrolling: touch;
1478
+ z-index: 1024;
1479
+ top: 0 !important;
1480
+ bottom: 0 !important;
1481
+ left: auto !important;
1482
+ right: 0 !important;
1483
+ padding: 1.5rem 1.5rem 0 0;
1484
+ width: 75vw;
1485
+ visibility: hidden;
1486
+ background-color: var(--color-background);
1487
+ transform: translate(100%, 0);
1488
+ }
1489
+ html .col-sidebar > *:last-child {
1490
+ padding-bottom: 20px;
1491
+ }
1492
+ html .overlay {
1493
+ content: "";
1494
+ display: block;
1495
+ position: fixed;
1496
+ z-index: 1023;
1497
+ top: 0;
1498
+ left: 0;
1499
+ right: 0;
1500
+ bottom: 0;
1501
+ background-color: rgba(0, 0, 0, 0.75);
1502
+ visibility: hidden;
1503
+ }
1504
+
1505
+ .to-has-menu .overlay {
1506
+ animation: fade-in 0.4s;
1507
+ }
1508
+
1509
+ .to-has-menu .col-sidebar {
1510
+ animation: pop-in-from-right 0.4s;
1511
+ }
1512
+
1513
+ .from-has-menu .overlay {
1514
+ animation: fade-out 0.4s;
1515
+ }
1516
+
1517
+ .from-has-menu .col-sidebar {
1518
+ animation: pop-out-to-right 0.4s;
1519
+ }
1520
+
1521
+ .has-menu body {
1522
+ overflow: hidden;
1523
+ }
1524
+ .has-menu .overlay {
1525
+ visibility: visible;
1526
+ }
1527
+ .has-menu .col-sidebar {
1528
+ visibility: visible;
1529
+ transform: translate(0, 0);
1530
+ display: flex;
1531
+ flex-direction: column;
1532
+ gap: 1.5rem;
1533
+ max-height: 100vh;
1534
+ padding: 1rem 2rem;
1535
+ }
1536
+ .has-menu .tsd-navigation {
1537
+ max-height: 100%;
1538
+ }
1539
+ #tsd-toolbar-links {
1540
+ display: none;
1541
+ }
1542
+ .tsd-navigation .tsd-nav-link {
1543
+ display: flex;
1544
+ }
1545
+ }
1546
+
1547
+ /* one sidebar */
1548
+ @media (min-width: 770px) {
1549
+ .container-main {
1550
+ display: grid;
1551
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1552
+ grid-template-areas: "sidebar content";
1553
+ margin: 2rem auto;
1554
+ }
1555
+
1556
+ .col-sidebar {
1557
+ grid-area: sidebar;
1558
+ }
1559
+ .col-content {
1560
+ grid-area: content;
1561
+ padding: 0 1rem;
1562
+ }
1563
+ }
1564
+ @media (min-width: 770px) and (max-width: 1399px) {
1565
+ .col-sidebar {
1566
+ max-height: calc(100vh - 2rem - 42px);
1567
+ overflow: auto;
1568
+ position: sticky;
1569
+ top: 42px;
1570
+ padding-top: 1rem;
1571
+ }
1572
+ .site-menu {
1573
+ margin-top: 1rem;
1574
+ }
1575
+ }
1576
+
1577
+ /* two sidebars */
1578
+ @media (min-width: 1200px) {
1579
+ .container-main {
1580
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(
1581
+ 0,
1582
+ 20rem
1583
+ );
1584
+ grid-template-areas: "sidebar content toc";
1585
+ }
1586
+
1587
+ .col-sidebar {
1588
+ display: contents;
1589
+ }
1590
+
1591
+ .page-menu {
1592
+ grid-area: toc;
1593
+ padding-left: 1rem;
1594
+ }
1595
+ .site-menu {
1596
+ grid-area: sidebar;
1597
+ }
1598
+
1599
+ .site-menu {
1600
+ margin-top: 1rem;
1601
+ }
1602
+
1603
+ .page-menu,
1604
+ .site-menu {
1605
+ max-height: calc(100vh - 2rem - 42px);
1606
+ overflow: auto;
1607
+ position: sticky;
1608
+ top: 42px;
1609
+ }
1414
1610
  }
1415
1611
  }