@alphafi/alphafi-sdk 0.0.49 → 0.0.51

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 (325) hide show
  1. package/dist/cjs/adminFunctions.d.ts +4 -1
  2. package/dist/cjs/adminFunctions.d.ts.map +1 -1
  3. package/dist/cjs/adminFunctions.js +77 -0
  4. package/dist/cjs/adminFunctions.js.map +1 -1
  5. package/dist/cjs/common/coins.d.ts.map +1 -1
  6. package/dist/cjs/common/coins.js +6 -0
  7. package/dist/cjs/common/coins.js.map +1 -1
  8. package/dist/cjs/common/constants.d.ts +48 -0
  9. package/dist/cjs/common/constants.d.ts.map +1 -1
  10. package/dist/cjs/common/constants.js +34 -0
  11. package/dist/cjs/common/constants.js.map +1 -1
  12. package/dist/cjs/common/maps.d.ts +3 -0
  13. package/dist/cjs/common/maps.d.ts.map +1 -1
  14. package/dist/cjs/common/maps.js +144 -0
  15. package/dist/cjs/common/maps.js.map +1 -1
  16. package/dist/cjs/common/pyth.d.ts +1 -1
  17. package/dist/cjs/common/pyth.d.ts.map +1 -1
  18. package/dist/cjs/common/pyth.js.map +1 -1
  19. package/dist/cjs/common/types.d.ts +22 -6
  20. package/dist/cjs/common/types.d.ts.map +1 -1
  21. package/dist/cjs/common/types.js.map +1 -1
  22. package/dist/cjs/getVaultBalances.js +1 -1
  23. package/dist/cjs/getVaultBalances.js.map +1 -1
  24. package/dist/cjs/graphql/getMultiReceipts.d.ts.map +1 -1
  25. package/dist/cjs/graphql/getMultiReceipts.js +21 -4
  26. package/dist/cjs/graphql/getMultiReceipts.js.map +1 -1
  27. package/dist/cjs/index.d.ts +3 -2
  28. package/dist/cjs/index.d.ts.map +1 -1
  29. package/dist/cjs/index.js +11 -4
  30. package/dist/cjs/index.js.map +1 -1
  31. package/dist/cjs/sui-sdk/client.d.ts +8 -0
  32. package/dist/cjs/sui-sdk/client.d.ts.map +1 -1
  33. package/dist/cjs/sui-sdk/client.js +12 -0
  34. package/dist/cjs/sui-sdk/client.js.map +1 -1
  35. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +1 -1
  36. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
  37. package/dist/cjs/sui-sdk/functions/getPositionRange.d.ts +10 -0
  38. package/dist/cjs/sui-sdk/functions/getPositionRange.d.ts.map +1 -0
  39. package/dist/cjs/sui-sdk/functions/getPositionRange.js +86 -0
  40. package/dist/cjs/sui-sdk/functions/getPositionRange.js.map +1 -0
  41. package/dist/cjs/sui-sdk/functions/getReceipts.d.ts +9 -15
  42. package/dist/cjs/sui-sdk/functions/getReceipts.d.ts.map +1 -1
  43. package/dist/cjs/sui-sdk/functions/getReceipts.js +290 -200
  44. package/dist/cjs/sui-sdk/functions/getReceipts.js.map +1 -1
  45. package/dist/cjs/transactions/blueRewards.d.ts.map +1 -1
  46. package/dist/cjs/transactions/blueRewards.js +27 -2
  47. package/dist/cjs/transactions/blueRewards.js.map +1 -1
  48. package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
  49. package/dist/cjs/transactions/bluefin.js +110 -0
  50. package/dist/cjs/transactions/bluefin.js.map +1 -1
  51. package/dist/cjs/transactions/collect_rewards.d.ts.map +1 -1
  52. package/dist/cjs/transactions/collect_rewards.js +2 -1
  53. package/dist/cjs/transactions/collect_rewards.js.map +1 -1
  54. package/dist/cjs/transactions/deposit.d.ts.map +1 -1
  55. package/dist/cjs/transactions/deposit.js +10 -3
  56. package/dist/cjs/transactions/deposit.js.map +1 -1
  57. package/dist/cjs/transactions/zapDeposit.d.ts.map +1 -1
  58. package/dist/cjs/transactions/zapDeposit.js +58 -29
  59. package/dist/cjs/transactions/zapDeposit.js.map +1 -1
  60. package/dist/cjs/utils/prices.d.ts.map +1 -1
  61. package/dist/cjs/utils/prices.js +1 -0
  62. package/dist/cjs/utils/prices.js.map +1 -1
  63. package/dist/esm/adminFunctions.d.ts +4 -1
  64. package/dist/esm/adminFunctions.d.ts.map +1 -1
  65. package/dist/esm/adminFunctions.js +76 -2
  66. package/dist/esm/adminFunctions.js.map +1 -1
  67. package/dist/esm/common/coins.d.ts.map +1 -1
  68. package/dist/esm/common/coins.js +6 -0
  69. package/dist/esm/common/coins.js.map +1 -1
  70. package/dist/esm/common/constants.d.ts +48 -0
  71. package/dist/esm/common/constants.d.ts.map +1 -1
  72. package/dist/esm/common/constants.js +34 -0
  73. package/dist/esm/common/constants.js.map +1 -1
  74. package/dist/esm/common/maps.d.ts +3 -0
  75. package/dist/esm/common/maps.d.ts.map +1 -1
  76. package/dist/esm/common/maps.js +144 -0
  77. package/dist/esm/common/maps.js.map +1 -1
  78. package/dist/esm/common/pyth.d.ts +1 -1
  79. package/dist/esm/common/pyth.d.ts.map +1 -1
  80. package/dist/esm/common/pyth.js.map +1 -1
  81. package/dist/esm/common/types.d.ts +22 -6
  82. package/dist/esm/common/types.d.ts.map +1 -1
  83. package/dist/esm/common/types.js.map +1 -1
  84. package/dist/esm/getVaultBalances.js +1 -1
  85. package/dist/esm/getVaultBalances.js.map +1 -1
  86. package/dist/esm/graphql/getMultiReceipts.d.ts.map +1 -1
  87. package/dist/esm/graphql/getMultiReceipts.js +21 -3
  88. package/dist/esm/graphql/getMultiReceipts.js.map +1 -1
  89. package/dist/esm/index.d.ts +3 -2
  90. package/dist/esm/index.d.ts.map +1 -1
  91. package/dist/esm/index.js +3 -2
  92. package/dist/esm/index.js.map +1 -1
  93. package/dist/esm/sui-sdk/client.d.ts +8 -0
  94. package/dist/esm/sui-sdk/client.d.ts.map +1 -1
  95. package/dist/esm/sui-sdk/client.js +10 -0
  96. package/dist/esm/sui-sdk/client.js.map +1 -1
  97. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +1 -1
  98. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
  99. package/dist/esm/sui-sdk/functions/getPositionRange.d.ts +10 -0
  100. package/dist/esm/sui-sdk/functions/getPositionRange.d.ts.map +1 -0
  101. package/dist/esm/sui-sdk/functions/getPositionRange.js +82 -0
  102. package/dist/esm/sui-sdk/functions/getPositionRange.js.map +1 -0
  103. package/dist/esm/sui-sdk/functions/getReceipts.d.ts +9 -15
  104. package/dist/esm/sui-sdk/functions/getReceipts.d.ts.map +1 -1
  105. package/dist/esm/sui-sdk/functions/getReceipts.js +288 -198
  106. package/dist/esm/sui-sdk/functions/getReceipts.js.map +1 -1
  107. package/dist/esm/transactions/blueRewards.d.ts.map +1 -1
  108. package/dist/esm/transactions/blueRewards.js +27 -2
  109. package/dist/esm/transactions/blueRewards.js.map +1 -1
  110. package/dist/esm/transactions/bluefin.d.ts.map +1 -1
  111. package/dist/esm/transactions/bluefin.js +110 -0
  112. package/dist/esm/transactions/bluefin.js.map +1 -1
  113. package/dist/esm/transactions/collect_rewards.d.ts.map +1 -1
  114. package/dist/esm/transactions/collect_rewards.js +2 -1
  115. package/dist/esm/transactions/collect_rewards.js.map +1 -1
  116. package/dist/esm/transactions/deposit.d.ts.map +1 -1
  117. package/dist/esm/transactions/deposit.js +10 -3
  118. package/dist/esm/transactions/deposit.js.map +1 -1
  119. package/dist/esm/transactions/zapDeposit.d.ts.map +1 -1
  120. package/dist/esm/transactions/zapDeposit.js +59 -30
  121. package/dist/esm/transactions/zapDeposit.js.map +1 -1
  122. package/dist/esm/utils/prices.d.ts.map +1 -1
  123. package/dist/esm/utils/prices.js +1 -0
  124. package/dist/esm/utils/prices.js.map +1 -1
  125. package/docs/assets/highlight.css +51 -74
  126. package/docs/assets/icons.js +17 -20
  127. package/docs/assets/main.js +5 -2163
  128. package/docs/assets/navigation.js +1 -2
  129. package/docs/assets/search.js +1 -2
  130. package/docs/assets/style.css +850 -846
  131. package/docs/functions/alphaLpBreakdown.html +1 -253
  132. package/docs/functions/cetusLpBreakdown.html +1 -253
  133. package/docs/functions/claimBlueRewardTxb.html +1 -0
  134. package/docs/functions/claimRewardTxb.html +1 -243
  135. package/docs/functions/coinAmountToXTokensDoubleAsset.html +1 -267
  136. package/docs/functions/coinAmountToXTokensSingleAsset.html +1 -260
  137. package/docs/functions/coinsInPool.html +1 -438
  138. package/docs/functions/collectRewards.html +1 -242
  139. package/docs/functions/deposit.html +1 -246
  140. package/docs/functions/depositDoubleAssetTxb.html +1 -270
  141. package/docs/functions/depositSingleAssetTxb.html +1 -263
  142. package/docs/functions/fetchAfterTransactionEvents.html +1 -306
  143. package/docs/functions/fetchAutoCompoundingEvents.html +1 -257
  144. package/docs/functions/fetchAutoCompoundingEventsGql.html +1 -251
  145. package/docs/functions/fetchCetusPools.html +1 -231
  146. package/docs/functions/fetchChainIdentifier.html +1 -233
  147. package/docs/functions/fetchCheckRatioEvents.html +1 -249
  148. package/docs/functions/fetchLiquidityChangeEvents.html +1 -257
  149. package/docs/functions/fetchMultiReceipts.html +1 -261
  150. package/docs/functions/fetchNftHolders.html +1 -233
  151. package/docs/functions/fetchPools.html +1 -230
  152. package/docs/functions/fetchPortfolioData.html +1 -243
  153. package/docs/functions/fetchProtocolData.html +1 -231
  154. package/docs/functions/fetchTVL.html +1 -253
  155. package/docs/functions/fetchUserVaultBalances.html +1 -245
  156. package/docs/functions/fetchUserVaults.html +1 -243
  157. package/docs/functions/fetchUserWalletData.html +1 -243
  158. package/docs/functions/fetchVoloExchangeRate.html +1 -0
  159. package/docs/functions/fetchWithdrawV2Events.html +1 -255
  160. package/docs/functions/getAirdropShare.html +1 -243
  161. package/docs/functions/getAllDoubleAssetVaults.html +1 -235
  162. package/docs/functions/getAllSingleAssetVaults.html +1 -235
  163. package/docs/functions/getAllVaultBalances.html +1 -265
  164. package/docs/functions/getAllVaults.html +1 -233
  165. package/docs/functions/getAlphaUnlocks.html +1 -245
  166. package/docs/functions/getAlphaVaultBalance.html +1 -255
  167. package/docs/functions/getAmounts.html +1 -272
  168. package/docs/functions/getApr.html +1 -243
  169. package/docs/functions/getAprs.html +1 -255
  170. package/docs/functions/getApy.html +1 -243
  171. package/docs/functions/getApys.html +1 -255
  172. package/docs/functions/getCetusInvestorTicksMap.html +1 -284
  173. package/docs/functions/getCetusPool.html +1 -0
  174. package/docs/functions/getCetusSqrtPriceMap.html +1 -249
  175. package/docs/functions/getCoinAmountsFromLiquidity.html +1 -273
  176. package/docs/functions/getConf.html +1 -11763
  177. package/docs/functions/getCurrentTick.html +1 -247
  178. package/docs/functions/getDistributor.html +1 -0
  179. package/docs/functions/getDoubleAssetVaultBalance.html +1 -268
  180. package/docs/functions/getDoubleAssetVaults.html +1 -253
  181. package/docs/functions/getHoldersFromTransactions.html +1 -299
  182. package/docs/functions/getInvestor.html +1 -259
  183. package/docs/functions/getInvestorPoolMap.html +1 -241
  184. package/docs/functions/getLastAutoCompoundTime.html +1 -249
  185. package/docs/functions/getLatestPrices.html +1 -253
  186. package/docs/functions/getLiquidity.html +1 -260
  187. package/docs/functions/getMultiCetusPool.html +1 -0
  188. package/docs/functions/getMultiInvestor.html +1 -231
  189. package/docs/functions/getMultiLatestPrices.html +1 -233
  190. package/docs/functions/getMultiParentPool.html +1 -231
  191. package/docs/functions/getMultiPool.html +1 -231
  192. package/docs/functions/getMultiReceipts.html +1 -243
  193. package/docs/functions/getParentPool.html +1 -266
  194. package/docs/functions/getPool.html +1 -262
  195. package/docs/functions/getPoolExchangeRate.html +1 -0
  196. package/docs/functions/getPoolExchangeRateMap.html +1 -249
  197. package/docs/functions/getPoolsWeightDistribution.html +1 -0
  198. package/docs/functions/getPositionRange.html +1 -283
  199. package/docs/functions/getPositionRanges.html +1 -289
  200. package/docs/functions/getPositionTicks.html +1 -249
  201. package/docs/functions/getPriceToTick.html +1 -254
  202. package/docs/functions/getRebalanceHistories.html +1 -269
  203. package/docs/functions/getRebalanceHistory.html +1 -255
  204. package/docs/functions/getReceipts.html +1 -268
  205. package/docs/functions/getSingleAssetVaultBalance.html +1 -268
  206. package/docs/functions/getSingleAssetVaults.html +1 -253
  207. package/docs/functions/getSuiClient.html +3 -247
  208. package/docs/functions/getSuiNodeUrl.html +3 -232
  209. package/docs/functions/getTVLs-1.html +1 -243
  210. package/docs/functions/getTickToPrice.html +1 -254
  211. package/docs/functions/getTvls.html +1 -259
  212. package/docs/functions/getUserTokensFromTransactions.html +1 -269
  213. package/docs/functions/getUserTokensInUsdFromTransactions.html +1 -263
  214. package/docs/functions/getVaultBalance.html +1 -277
  215. package/docs/functions/getVaultBalanceForActiveUsers.html +1 -261
  216. package/docs/functions/getVaults.html +1 -250
  217. package/docs/functions/getXTokenVaultBalanceForActiveUsers.html +1 -261
  218. package/docs/functions/getZapAmounts.html +1 -323
  219. package/docs/functions/lastAutocompoundTime.html +1 -249
  220. package/docs/functions/liquidityToTokens.html +1 -253
  221. package/docs/functions/multiLiquidityToTokens.html +1 -271
  222. package/docs/functions/multiTokensToUsd.html +1 -262
  223. package/docs/functions/multiXTokensToLiquidity.html +1 -257
  224. package/docs/functions/parseUserWalletData.html +1 -243
  225. package/docs/functions/pendingBlueRewardAmount.html +1 -0
  226. package/docs/functions/setCustomSuiClient.html +5 -0
  227. package/docs/functions/setSuiClient.html +7 -255
  228. package/docs/functions/setSuiNodeUrl.html +5 -249
  229. package/docs/functions/setWeights.html +1 -0
  230. package/docs/functions/withdraw.html +1 -249
  231. package/docs/functions/withdrawAlphaTxb.html +1 -257
  232. package/docs/functions/withdrawTxb.html +1 -260
  233. package/docs/functions/zapDepositTxb.html +1 -300
  234. package/docs/index.html +41 -587
  235. package/docs/interfaces/Coin.html +12 -474
  236. package/docs/interfaces/CoinPair.html +3 -358
  237. package/docs/interfaces/NaviVoloData.html +3 -514
  238. package/docs/interfaces/PoolData.html +8 -0
  239. package/docs/interfaces/PoolWeightDistribution.html +4 -0
  240. package/docs/interfaces/RebalanceHistoryType.html +9 -652
  241. package/docs/modules.html +193 -1315
  242. package/docs/types/AfterTransactionEventNode.html +1 -305
  243. package/docs/types/Allocator.html +1 -321
  244. package/docs/types/AlphaFiDoubleAssetVault.html +1 -258
  245. package/docs/types/AlphaFiMultiVaultBalance.html +1 -219
  246. package/docs/types/AlphaFiSingleAssetVault.html +1 -244
  247. package/docs/types/AlphaFiVault.html +1 -214
  248. package/docs/types/AlphaFiVaultBalance.html +1 -220
  249. package/docs/types/AlphaPoolType.html +1 -383
  250. package/docs/types/AlphaReceipt.html +1 -220
  251. package/docs/types/AlphaReceiptFields.html +1 -421
  252. package/docs/types/AlphaVaultBalance.html +1 -245
  253. package/docs/types/AutoBalancePoolNames.html +1 -0
  254. package/docs/types/AutoCompoundingEventNode.html +1 -225
  255. package/docs/types/BluefinInvestor.html +1 -209
  256. package/docs/types/BluefinPoolType.html +1 -440
  257. package/docs/types/BucketInvestor.html +1 -249
  258. package/docs/types/CetusInvestor.html +1 -240
  259. package/docs/types/CetusPoolType.html +1 -433
  260. package/docs/types/CetusSwapOptions.html +1 -209
  261. package/docs/types/CoinAmounts.html +1 -216
  262. package/docs/types/CoinName.html +1 -290
  263. package/docs/types/CoinType.html +1 -291
  264. package/docs/types/CommonInvestorFields.html +1 -276
  265. package/docs/types/CreatePoolOptions.html +1 -246
  266. package/docs/types/Distributor.html +1 -341
  267. package/docs/types/DoubleAssetMultiVaultBalance.html +1 -236
  268. package/docs/types/DoubleAssetPoolNames.html +1 -289
  269. package/docs/types/DoubleAssetTokenHoldings.html +1 -232
  270. package/docs/types/DoubleAssetVaultBalance.html +1 -229
  271. package/docs/types/GetHoldersParams.html +1 -221
  272. package/docs/types/GetTokenHoldingsParams.html +1 -227
  273. package/docs/types/GetUserTokensFromTransactionsParams.html +1 -233
  274. package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +1 -244
  275. package/docs/types/GetVaultBalanceForActiveUsersParams.html +1 -231
  276. package/docs/types/GetVaultBalanceParams.html +1 -217
  277. package/docs/types/HoldingsObj.html +1 -223
  278. package/docs/types/Icon.html +1 -266
  279. package/docs/types/Investor.html +1 -245
  280. package/docs/types/LiquidityChangeEventNode.html +1 -220
  281. package/docs/types/LiquidityToTokensParams.html +1 -255
  282. package/docs/types/LiquidityToUsdParams.html +1 -267
  283. package/docs/types/LoopingDebt.html +1 -258
  284. package/docs/types/LoopingPoolNames.html +1 -0
  285. package/docs/types/LpBreakdownType.html +1 -238
  286. package/docs/types/MemberPoolDataType.html +1 -276
  287. package/docs/types/MemberType.html +1 -269
  288. package/docs/types/MultiGetVaultBalancesParams.html +1 -229
  289. package/docs/types/NaviInvestor.html +1 -235
  290. package/docs/types/OtherReceiptFields.html +1 -373
  291. package/docs/types/PoolName.html +1 -326
  292. package/docs/types/PoolReceipt.html +1 -253
  293. package/docs/types/PoolType.html +1 -388
  294. package/docs/types/Receipt.html +1 -475
  295. package/docs/types/ReceiptGQL.html +1 -374
  296. package/docs/types/SingleAssetMultiVaultBalance.html +1 -232
  297. package/docs/types/SingleAssetPoolNames.html +1 -247
  298. package/docs/types/SingleAssetTokenHoldings.html +1 -228
  299. package/docs/types/SingleAssetVaultBalance.html +1 -223
  300. package/docs/types/SingleGetVaultBalancesParams.html +1 -224
  301. package/docs/types/StrategyType.html +1 -217
  302. package/docs/types/SuiNetwork.html +1 -213
  303. package/docs/types/SwapOptions.html +1 -248
  304. package/docs/types/TickSpacing.html +1 -212
  305. package/docs/types/TotalWeightType.html +1 -246
  306. package/docs/types/TransactionBlockType.html +1 -358
  307. package/docs/types/UserPoolLiquidity.html +1 -221
  308. package/docs/types/UserPoolTokenHoldings.html +1 -217
  309. package/docs/types/UserUsdHoldings.html +1 -223
  310. package/docs/types/VaultBalance.html +1 -216
  311. package/docs/types/WithdrawV2EventNode.html +1 -208
  312. package/docs/variables/bluefinPoolMap.html +1 -214
  313. package/docs/variables/cetusPoolMap.html +1 -214
  314. package/docs/variables/coinsList.html +1 -220
  315. package/docs/variables/defunctPoolsSet.html +1 -209
  316. package/docs/variables/doubleAssetPoolCoinMap.html +1 -237
  317. package/docs/variables/ignoredWalletsForDailyRevenue.html +1 -218
  318. package/docs/variables/loopingAccountAddresses.html +1 -219
  319. package/docs/variables/loopingPoolCoinMap.html +1 -233
  320. package/docs/variables/naviAssetMap.html +1 -215
  321. package/docs/variables/poolIdPoolNameMap.html +1 -218
  322. package/docs/variables/poolInfo.html +1 -304
  323. package/docs/variables/singleAssetPoolCoinMap.html +1 -229
  324. package/docs/variables/stableCoins.html +1 -207
  325. package/package.json +2 -3
@@ -1,115 +1,225 @@
1
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-accent: #c5c7c9;
8
- --light-color-active-menu-item: var(--light-color-accent);
9
- --light-color-text: #222;
10
- --light-color-text-aside: #6e6e6e;
11
-
12
- --light-color-icon-background: var(--light-color-background);
13
- --light-color-icon-text: var(--light-color-text);
14
-
15
- --light-color-comment-tag-text: var(--light-color-text);
16
- --light-color-comment-tag: var(--light-color-background);
17
-
18
- --light-color-link: #1f70c2;
19
- --light-color-focus-outline: #3584e4;
20
-
21
- --light-color-ts-keyword: #056bd6;
22
- --light-color-ts-project: #b111c9;
23
- --light-color-ts-module: var(--light-color-ts-project);
24
- --light-color-ts-namespace: var(--light-color-ts-project);
25
- --light-color-ts-enum: #7e6f15;
26
- --light-color-ts-enum-member: var(--light-color-ts-enum);
27
- --light-color-ts-variable: #4760ec;
28
- --light-color-ts-function: #572be7;
29
- --light-color-ts-class: #1f70c2;
30
- --light-color-ts-interface: #108024;
31
- --light-color-ts-constructor: #4d7fff;
32
- --light-color-ts-property: #ff984d;
33
- --light-color-ts-method: #ff4db8;
34
- --light-color-ts-reference: #ff4d82;
35
- --light-color-ts-call-signature: var(--light-color-ts-method);
36
- --light-color-ts-index-signature: var(--light-color-ts-property);
37
- --light-color-ts-constructor-signature: var(--light-color-ts-constructor);
38
- --light-color-ts-parameter: var(--light-color-ts-variable);
39
- /* type literal not included as links will never be generated to it */
40
- --light-color-ts-type-parameter: #a55c0e;
41
- --light-color-ts-accessor: #ff4d4d;
42
- --light-color-ts-get-signature: var(--light-color-ts-accessor);
43
- --light-color-ts-set-signature: var(--light-color-ts-accessor);
44
- --light-color-ts-type-alias: #d51270;
45
- /* reference not included as links will be colored with the kind that it points to */
46
- --light-color-document: #000000;
47
-
48
- --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>");
49
- --light-color-scheme: light;
50
-
51
- /* Dark */
52
- --dark-color-background: #2b2e33;
53
- --dark-color-background-secondary: #1e2024;
54
- --dark-color-background-warning: #bebe00;
55
- --dark-color-warning-text: #222;
56
- --dark-color-accent: #9096a2;
57
- --dark-color-active-menu-item: #5d5d6a;
58
- --dark-color-text: #f5f5f5;
59
- --dark-color-text-aside: #dddddd;
60
-
61
- --dark-color-icon-background: var(--dark-color-background-secondary);
62
- --dark-color-icon-text: var(--dark-color-text);
63
-
64
- --dark-color-comment-tag-text: var(--dark-color-text);
65
- --dark-color-comment-tag: var(--dark-color-background);
66
-
67
- --dark-color-link: #00aff4;
68
- --dark-color-focus-outline: #4c97f2;
69
-
70
- --dark-color-ts-keyword: #3399ff;
71
- --dark-color-ts-project: #e358ff;
72
- --dark-color-ts-module: var(--dark-color-ts-project);
73
- --dark-color-ts-namespace: var(--dark-color-ts-project);
74
- --dark-color-ts-enum: #f4d93e;
75
- --dark-color-ts-enum-member: var(--dark-color-ts-enum);
76
- --dark-color-ts-variable: #798dff;
77
- --dark-color-ts-function: #a280ff;
78
- --dark-color-ts-class: #8ac4ff;
79
- --dark-color-ts-interface: #6cff87;
80
- --dark-color-ts-constructor: #4d7fff;
81
- --dark-color-ts-property: #ff984d;
82
- --dark-color-ts-method: #ff4db8;
83
- --dark-color-ts-reference: #ff4d82;
84
- --dark-color-ts-call-signature: var(--dark-color-ts-method);
85
- --dark-color-ts-index-signature: var(--dark-color-ts-property);
86
- --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
87
- --dark-color-ts-parameter: var(--dark-color-ts-variable);
88
- /* type literal not included as links will never be generated to it */
89
- --dark-color-ts-type-parameter: #e07d13;
90
- --dark-color-ts-accessor: #ff4d4d;
91
- --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
92
- --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
93
- --dark-color-ts-type-alias: #ff6492;
94
- /* reference not included as links will be colored with the kind that it points to */
95
- --dark-color-document: #ffffff;
96
-
97
- --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>");
98
- --dark-color-scheme: dark;
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-accent: #c5c7c9;
8
+ --light-color-active-menu-item: var(--light-color-accent);
9
+ --light-color-text: #222;
10
+ --light-color-text-aside: #6e6e6e;
11
+
12
+ --light-color-icon-background: var(--light-color-background);
13
+ --light-color-icon-text: var(--light-color-text);
14
+
15
+ --light-color-comment-tag-text: var(--light-color-text);
16
+ --light-color-comment-tag: var(--light-color-background);
17
+
18
+ --light-color-link: #1f70c2;
19
+ --light-color-focus-outline: #3584e4;
20
+
21
+ --light-color-ts-keyword: #056bd6;
22
+ --light-color-ts-project: #b111c9;
23
+ --light-color-ts-module: var(--light-color-ts-project);
24
+ --light-color-ts-namespace: var(--light-color-ts-project);
25
+ --light-color-ts-enum: #7e6f15;
26
+ --light-color-ts-enum-member: var(--light-color-ts-enum);
27
+ --light-color-ts-variable: #4760ec;
28
+ --light-color-ts-function: #572be7;
29
+ --light-color-ts-class: #1f70c2;
30
+ --light-color-ts-interface: #108024;
31
+ --light-color-ts-constructor: #4d7fff;
32
+ --light-color-ts-property: #ff984d;
33
+ --light-color-ts-method: #ff4db8;
34
+ --light-color-ts-reference: #ff4d82;
35
+ --light-color-ts-call-signature: var(--light-color-ts-method);
36
+ --light-color-ts-index-signature: var(--light-color-ts-property);
37
+ --light-color-ts-constructor-signature: var(--light-color-ts-constructor);
38
+ --light-color-ts-parameter: var(--light-color-ts-variable);
39
+ /* type literal not included as links will never be generated to it */
40
+ --light-color-ts-type-parameter: #a55c0e;
41
+ --light-color-ts-accessor: #ff4d4d;
42
+ --light-color-ts-get-signature: var(--light-color-ts-accessor);
43
+ --light-color-ts-set-signature: var(--light-color-ts-accessor);
44
+ --light-color-ts-type-alias: #d51270;
45
+ /* reference not included as links will be colored with the kind that it points to */
46
+ --light-color-document: #000000;
47
+
48
+ --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>");
49
+ --light-color-scheme: light;
50
+
51
+ /* Dark */
52
+ --dark-color-background: #2b2e33;
53
+ --dark-color-background-secondary: #1e2024;
54
+ --dark-color-background-warning: #bebe00;
55
+ --dark-color-warning-text: #222;
56
+ --dark-color-accent: #9096a2;
57
+ --dark-color-active-menu-item: #5d5d6a;
58
+ --dark-color-text: #f5f5f5;
59
+ --dark-color-text-aside: #dddddd;
60
+
61
+ --dark-color-icon-background: var(--dark-color-background-secondary);
62
+ --dark-color-icon-text: var(--dark-color-text);
63
+
64
+ --dark-color-comment-tag-text: var(--dark-color-text);
65
+ --dark-color-comment-tag: var(--dark-color-background);
66
+
67
+ --dark-color-link: #00aff4;
68
+ --dark-color-focus-outline: #4c97f2;
69
+
70
+ --dark-color-ts-keyword: #3399ff;
71
+ --dark-color-ts-project: #e358ff;
72
+ --dark-color-ts-module: var(--dark-color-ts-project);
73
+ --dark-color-ts-namespace: var(--dark-color-ts-project);
74
+ --dark-color-ts-enum: #f4d93e;
75
+ --dark-color-ts-enum-member: var(--dark-color-ts-enum);
76
+ --dark-color-ts-variable: #798dff;
77
+ --dark-color-ts-function: #a280ff;
78
+ --dark-color-ts-class: #8ac4ff;
79
+ --dark-color-ts-interface: #6cff87;
80
+ --dark-color-ts-constructor: #4d7fff;
81
+ --dark-color-ts-property: #ff984d;
82
+ --dark-color-ts-method: #ff4db8;
83
+ --dark-color-ts-reference: #ff4d82;
84
+ --dark-color-ts-call-signature: var(--dark-color-ts-method);
85
+ --dark-color-ts-index-signature: var(--dark-color-ts-property);
86
+ --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
87
+ --dark-color-ts-parameter: var(--dark-color-ts-variable);
88
+ /* type literal not included as links will never be generated to it */
89
+ --dark-color-ts-type-parameter: #e07d13;
90
+ --dark-color-ts-accessor: #ff4d4d;
91
+ --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
92
+ --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
93
+ --dark-color-ts-type-alias: #ff6492;
94
+ /* reference not included as links will be colored with the kind that it points to */
95
+ --dark-color-document: #ffffff;
96
+
97
+ --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>");
98
+ --dark-color-scheme: dark;
99
99
  }
100
100
 
101
101
  @media (prefers-color-scheme: light) {
102
- :root {
102
+ :root {
103
+ --color-background: var(--light-color-background);
104
+ --color-background-secondary: var(--light-color-background-secondary);
105
+ --color-background-warning: var(--light-color-background-warning);
106
+ --color-warning-text: var(--light-color-warning-text);
107
+ --color-accent: var(--light-color-accent);
108
+ --color-active-menu-item: var(--light-color-active-menu-item);
109
+ --color-text: var(--light-color-text);
110
+ --color-text-aside: var(--light-color-text-aside);
111
+
112
+ --color-icon-background: var(--light-color-icon-background);
113
+ --color-icon-text: var(--light-color-icon-text);
114
+
115
+ --color-comment-tag-text: var(--light-color-text);
116
+ --color-comment-tag: var(--light-color-background);
117
+
118
+ --color-link: var(--light-color-link);
119
+ --color-focus-outline: var(--light-color-focus-outline);
120
+
121
+ --color-ts-keyword: var(--light-color-ts-keyword);
122
+ --color-ts-project: var(--light-color-ts-project);
123
+ --color-ts-module: var(--light-color-ts-module);
124
+ --color-ts-namespace: var(--light-color-ts-namespace);
125
+ --color-ts-enum: var(--light-color-ts-enum);
126
+ --color-ts-enum-member: var(--light-color-ts-enum-member);
127
+ --color-ts-variable: var(--light-color-ts-variable);
128
+ --color-ts-function: var(--light-color-ts-function);
129
+ --color-ts-class: var(--light-color-ts-class);
130
+ --color-ts-interface: var(--light-color-ts-interface);
131
+ --color-ts-constructor: var(--light-color-ts-constructor);
132
+ --color-ts-property: var(--light-color-ts-property);
133
+ --color-ts-method: var(--light-color-ts-method);
134
+ --color-ts-reference: var(--light-color-ts-reference);
135
+ --color-ts-call-signature: var(--light-color-ts-call-signature);
136
+ --color-ts-index-signature: var(--light-color-ts-index-signature);
137
+ --color-ts-constructor-signature: var(
138
+ --light-color-ts-constructor-signature
139
+ );
140
+ --color-ts-parameter: var(--light-color-ts-parameter);
141
+ --color-ts-type-parameter: var(--light-color-ts-type-parameter);
142
+ --color-ts-accessor: var(--light-color-ts-accessor);
143
+ --color-ts-get-signature: var(--light-color-ts-get-signature);
144
+ --color-ts-set-signature: var(--light-color-ts-set-signature);
145
+ --color-ts-type-alias: var(--light-color-ts-type-alias);
146
+ --color-document: var(--light-color-document);
147
+
148
+ --external-icon: var(--light-external-icon);
149
+ --color-scheme: var(--light-color-scheme);
150
+ }
151
+ }
152
+
153
+ @media (prefers-color-scheme: dark) {
154
+ :root {
155
+ --color-background: var(--dark-color-background);
156
+ --color-background-secondary: var(--dark-color-background-secondary);
157
+ --color-background-warning: var(--dark-color-background-warning);
158
+ --color-warning-text: var(--dark-color-warning-text);
159
+ --color-accent: var(--dark-color-accent);
160
+ --color-active-menu-item: var(--dark-color-active-menu-item);
161
+ --color-text: var(--dark-color-text);
162
+ --color-text-aside: var(--dark-color-text-aside);
163
+
164
+ --color-icon-background: var(--dark-color-icon-background);
165
+ --color-icon-text: var(--dark-color-icon-text);
166
+
167
+ --color-comment-tag-text: var(--dark-color-text);
168
+ --color-comment-tag: var(--dark-color-background);
169
+
170
+ --color-link: var(--dark-color-link);
171
+ --color-focus-outline: var(--dark-color-focus-outline);
172
+
173
+ --color-ts-keyword: var(--dark-color-ts-keyword);
174
+ --color-ts-project: var(--dark-color-ts-project);
175
+ --color-ts-module: var(--dark-color-ts-module);
176
+ --color-ts-namespace: var(--dark-color-ts-namespace);
177
+ --color-ts-enum: var(--dark-color-ts-enum);
178
+ --color-ts-enum-member: var(--dark-color-ts-enum-member);
179
+ --color-ts-variable: var(--dark-color-ts-variable);
180
+ --color-ts-function: var(--dark-color-ts-function);
181
+ --color-ts-class: var(--dark-color-ts-class);
182
+ --color-ts-interface: var(--dark-color-ts-interface);
183
+ --color-ts-constructor: var(--dark-color-ts-constructor);
184
+ --color-ts-property: var(--dark-color-ts-property);
185
+ --color-ts-method: var(--dark-color-ts-method);
186
+ --color-ts-reference: var(--dark-color-ts-reference);
187
+ --color-ts-call-signature: var(--dark-color-ts-call-signature);
188
+ --color-ts-index-signature: var(--dark-color-ts-index-signature);
189
+ --color-ts-constructor-signature: var(
190
+ --dark-color-ts-constructor-signature
191
+ );
192
+ --color-ts-parameter: var(--dark-color-ts-parameter);
193
+ --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
194
+ --color-ts-accessor: var(--dark-color-ts-accessor);
195
+ --color-ts-get-signature: var(--dark-color-ts-get-signature);
196
+ --color-ts-set-signature: var(--dark-color-ts-set-signature);
197
+ --color-ts-type-alias: var(--dark-color-ts-type-alias);
198
+ --color-document: var(--dark-color-document);
199
+
200
+ --external-icon: var(--dark-external-icon);
201
+ --color-scheme: var(--dark-color-scheme);
202
+ }
203
+ }
204
+
205
+ html {
206
+ color-scheme: var(--color-scheme);
207
+ }
208
+
209
+ body {
210
+ margin: 0;
211
+ }
212
+
213
+ :root[data-theme="light"] {
103
214
  --color-background: var(--light-color-background);
104
215
  --color-background-secondary: var(--light-color-background-secondary);
105
216
  --color-background-warning: var(--light-color-background-warning);
106
217
  --color-warning-text: var(--light-color-warning-text);
218
+ --color-icon-background: var(--light-color-icon-background);
107
219
  --color-accent: var(--light-color-accent);
108
220
  --color-active-menu-item: var(--light-color-active-menu-item);
109
221
  --color-text: var(--light-color-text);
110
222
  --color-text-aside: var(--light-color-text-aside);
111
-
112
- --color-icon-background: var(--light-color-icon-background);
113
223
  --color-icon-text: var(--light-color-icon-text);
114
224
 
115
225
  --color-comment-tag-text: var(--light-color-text);
@@ -135,7 +245,7 @@
135
245
  --color-ts-call-signature: var(--light-color-ts-call-signature);
136
246
  --color-ts-index-signature: var(--light-color-ts-index-signature);
137
247
  --color-ts-constructor-signature: var(
138
- --light-color-ts-constructor-signature
248
+ --light-color-ts-constructor-signature
139
249
  );
140
250
  --color-ts-parameter: var(--light-color-ts-parameter);
141
251
  --color-ts-type-parameter: var(--light-color-ts-type-parameter);
@@ -147,21 +257,18 @@
147
257
 
148
258
  --external-icon: var(--light-external-icon);
149
259
  --color-scheme: var(--light-color-scheme);
150
- }
151
260
  }
152
261
 
153
- @media (prefers-color-scheme: dark) {
154
- :root {
262
+ :root[data-theme="dark"] {
155
263
  --color-background: var(--dark-color-background);
156
264
  --color-background-secondary: var(--dark-color-background-secondary);
157
265
  --color-background-warning: var(--dark-color-background-warning);
158
266
  --color-warning-text: var(--dark-color-warning-text);
267
+ --color-icon-background: var(--dark-color-icon-background);
159
268
  --color-accent: var(--dark-color-accent);
160
269
  --color-active-menu-item: var(--dark-color-active-menu-item);
161
270
  --color-text: var(--dark-color-text);
162
271
  --color-text-aside: var(--dark-color-text-aside);
163
-
164
- --color-icon-background: var(--dark-color-icon-background);
165
272
  --color-icon-text: var(--dark-color-icon-text);
166
273
 
167
274
  --color-comment-tag-text: var(--dark-color-text);
@@ -187,7 +294,7 @@
187
294
  --color-ts-call-signature: var(--dark-color-ts-call-signature);
188
295
  --color-ts-index-signature: var(--dark-color-ts-index-signature);
189
296
  --color-ts-constructor-signature: var(
190
- --dark-color-ts-constructor-signature
297
+ --dark-color-ts-constructor-signature
191
298
  );
192
299
  --color-ts-parameter: var(--dark-color-ts-parameter);
193
300
  --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
@@ -199,119 +306,16 @@
199
306
 
200
307
  --external-icon: var(--dark-external-icon);
201
308
  --color-scheme: var(--dark-color-scheme);
202
- }
203
- }
204
-
205
- html {
206
- color-scheme: var(--color-scheme);
207
- }
208
-
209
- body {
210
- margin: 0;
211
- }
212
-
213
- :root[data-theme="light"] {
214
- --color-background: var(--light-color-background);
215
- --color-background-secondary: var(--light-color-background-secondary);
216
- --color-background-warning: var(--light-color-background-warning);
217
- --color-warning-text: var(--light-color-warning-text);
218
- --color-icon-background: var(--light-color-icon-background);
219
- --color-accent: var(--light-color-accent);
220
- --color-active-menu-item: var(--light-color-active-menu-item);
221
- --color-text: var(--light-color-text);
222
- --color-text-aside: var(--light-color-text-aside);
223
- --color-icon-text: var(--light-color-icon-text);
224
-
225
- --color-comment-tag-text: var(--light-color-text);
226
- --color-comment-tag: var(--light-color-background);
227
-
228
- --color-link: var(--light-color-link);
229
- --color-focus-outline: var(--light-color-focus-outline);
230
-
231
- --color-ts-keyword: var(--light-color-ts-keyword);
232
- --color-ts-project: var(--light-color-ts-project);
233
- --color-ts-module: var(--light-color-ts-module);
234
- --color-ts-namespace: var(--light-color-ts-namespace);
235
- --color-ts-enum: var(--light-color-ts-enum);
236
- --color-ts-enum-member: var(--light-color-ts-enum-member);
237
- --color-ts-variable: var(--light-color-ts-variable);
238
- --color-ts-function: var(--light-color-ts-function);
239
- --color-ts-class: var(--light-color-ts-class);
240
- --color-ts-interface: var(--light-color-ts-interface);
241
- --color-ts-constructor: var(--light-color-ts-constructor);
242
- --color-ts-property: var(--light-color-ts-property);
243
- --color-ts-method: var(--light-color-ts-method);
244
- --color-ts-reference: var(--light-color-ts-reference);
245
- --color-ts-call-signature: var(--light-color-ts-call-signature);
246
- --color-ts-index-signature: var(--light-color-ts-index-signature);
247
- --color-ts-constructor-signature: var(--light-color-ts-constructor-signature);
248
- --color-ts-parameter: var(--light-color-ts-parameter);
249
- --color-ts-type-parameter: var(--light-color-ts-type-parameter);
250
- --color-ts-accessor: var(--light-color-ts-accessor);
251
- --color-ts-get-signature: var(--light-color-ts-get-signature);
252
- --color-ts-set-signature: var(--light-color-ts-set-signature);
253
- --color-ts-type-alias: var(--light-color-ts-type-alias);
254
- --color-document: var(--light-color-document);
255
-
256
- --external-icon: var(--light-external-icon);
257
- --color-scheme: var(--light-color-scheme);
258
- }
259
-
260
- :root[data-theme="dark"] {
261
- --color-background: var(--dark-color-background);
262
- --color-background-secondary: var(--dark-color-background-secondary);
263
- --color-background-warning: var(--dark-color-background-warning);
264
- --color-warning-text: var(--dark-color-warning-text);
265
- --color-icon-background: var(--dark-color-icon-background);
266
- --color-accent: var(--dark-color-accent);
267
- --color-active-menu-item: var(--dark-color-active-menu-item);
268
- --color-text: var(--dark-color-text);
269
- --color-text-aside: var(--dark-color-text-aside);
270
- --color-icon-text: var(--dark-color-icon-text);
271
-
272
- --color-comment-tag-text: var(--dark-color-text);
273
- --color-comment-tag: var(--dark-color-background);
274
-
275
- --color-link: var(--dark-color-link);
276
- --color-focus-outline: var(--dark-color-focus-outline);
277
-
278
- --color-ts-keyword: var(--dark-color-ts-keyword);
279
- --color-ts-project: var(--dark-color-ts-project);
280
- --color-ts-module: var(--dark-color-ts-module);
281
- --color-ts-namespace: var(--dark-color-ts-namespace);
282
- --color-ts-enum: var(--dark-color-ts-enum);
283
- --color-ts-enum-member: var(--dark-color-ts-enum-member);
284
- --color-ts-variable: var(--dark-color-ts-variable);
285
- --color-ts-function: var(--dark-color-ts-function);
286
- --color-ts-class: var(--dark-color-ts-class);
287
- --color-ts-interface: var(--dark-color-ts-interface);
288
- --color-ts-constructor: var(--dark-color-ts-constructor);
289
- --color-ts-property: var(--dark-color-ts-property);
290
- --color-ts-method: var(--dark-color-ts-method);
291
- --color-ts-reference: var(--dark-color-ts-reference);
292
- --color-ts-call-signature: var(--dark-color-ts-call-signature);
293
- --color-ts-index-signature: var(--dark-color-ts-index-signature);
294
- --color-ts-constructor-signature: var(--dark-color-ts-constructor-signature);
295
- --color-ts-parameter: var(--dark-color-ts-parameter);
296
- --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
297
- --color-ts-accessor: var(--dark-color-ts-accessor);
298
- --color-ts-get-signature: var(--dark-color-ts-get-signature);
299
- --color-ts-set-signature: var(--dark-color-ts-set-signature);
300
- --color-ts-type-alias: var(--dark-color-ts-type-alias);
301
- --color-document: var(--dark-color-document);
302
-
303
- --external-icon: var(--dark-external-icon);
304
- --color-scheme: var(--dark-color-scheme);
305
309
  }
306
310
 
307
311
  *:focus-visible,
308
312
  .tsd-accordion-summary:focus-visible svg {
309
- outline: 2px solid var(--color-focus-outline);
313
+ outline: 2px solid var(--color-focus-outline);
310
314
  }
311
315
 
312
316
  .always-visible,
313
317
  .always-visible .tsd-signatures {
314
- display: inherit !important;
318
+ display: inherit !important;
315
319
  }
316
320
 
317
321
  h1,
@@ -320,1170 +324,1170 @@ h3,
320
324
  h4,
321
325
  h5,
322
326
  h6 {
323
- line-height: 1.2;
327
+ line-height: 1.2;
324
328
  }
325
329
 
326
330
  h1 {
327
- font-size: 1.875rem;
328
- margin: 0.67rem 0;
331
+ font-size: 1.875rem;
332
+ margin: 0.67rem 0;
329
333
  }
330
334
 
331
335
  h2 {
332
- font-size: 1.5rem;
333
- margin: 0.83rem 0;
336
+ font-size: 1.5rem;
337
+ margin: 0.83rem 0;
334
338
  }
335
339
 
336
340
  h3 {
337
- font-size: 1.25rem;
338
- margin: 1rem 0;
341
+ font-size: 1.25rem;
342
+ margin: 1rem 0;
339
343
  }
340
344
 
341
345
  h4 {
342
- font-size: 1.05rem;
343
- margin: 1.33rem 0;
346
+ font-size: 1.05rem;
347
+ margin: 1.33rem 0;
344
348
  }
345
349
 
346
350
  h5 {
347
- font-size: 1rem;
348
- margin: 1.5rem 0;
351
+ font-size: 1rem;
352
+ margin: 1.5rem 0;
349
353
  }
350
354
 
351
355
  h6 {
352
- font-size: 0.875rem;
353
- margin: 2.33rem 0;
356
+ font-size: 0.875rem;
357
+ margin: 2.33rem 0;
354
358
  }
355
359
 
356
360
  dl,
357
361
  menu,
358
362
  ol,
359
363
  ul {
360
- margin: 1em 0;
364
+ margin: 1em 0;
361
365
  }
362
366
 
363
367
  dd {
364
- margin: 0 0 0 40px;
368
+ margin: 0 0 0 40px;
365
369
  }
366
370
 
367
371
  .container {
368
- max-width: 1700px;
369
- padding: 0 2rem;
372
+ max-width: 1700px;
373
+ padding: 0 2rem;
370
374
  }
371
375
 
372
376
  /* Footer */
373
377
  footer {
374
- border-top: 1px solid var(--color-accent);
375
- padding-top: 1rem;
376
- padding-bottom: 1rem;
377
- max-height: 3.5rem;
378
+ border-top: 1px solid var(--color-accent);
379
+ padding-top: 1rem;
380
+ padding-bottom: 1rem;
381
+ max-height: 3.5rem;
378
382
  }
379
383
  footer > p {
380
- margin: 0 1em;
384
+ margin: 0 1em;
381
385
  }
382
386
 
383
387
  .container-main {
384
- margin: 0 auto;
385
- /* toolbar, footer, margin */
386
- min-height: calc(100vh - 41px - 56px - 4rem);
388
+ margin: 0 auto;
389
+ /* toolbar, footer, margin */
390
+ min-height: calc(100vh - 41px - 56px - 4rem);
387
391
  }
388
392
 
389
393
  @keyframes fade-in {
390
- from {
391
- opacity: 0;
392
- }
393
- to {
394
- opacity: 1;
395
- }
394
+ from {
395
+ opacity: 0;
396
+ }
397
+ to {
398
+ opacity: 1;
399
+ }
396
400
  }
397
401
  @keyframes fade-out {
398
- from {
399
- opacity: 1;
400
- visibility: visible;
401
- }
402
- to {
403
- opacity: 0;
404
- }
402
+ from {
403
+ opacity: 1;
404
+ visibility: visible;
405
+ }
406
+ to {
407
+ opacity: 0;
408
+ }
405
409
  }
406
410
  @keyframes fade-in-delayed {
407
- 0% {
408
- opacity: 0;
409
- }
410
- 33% {
411
- opacity: 0;
412
- }
413
- 100% {
414
- opacity: 1;
415
- }
411
+ 0% {
412
+ opacity: 0;
413
+ }
414
+ 33% {
415
+ opacity: 0;
416
+ }
417
+ 100% {
418
+ opacity: 1;
419
+ }
416
420
  }
417
421
  @keyframes fade-out-delayed {
418
- 0% {
419
- opacity: 1;
420
- visibility: visible;
421
- }
422
- 66% {
423
- opacity: 0;
424
- }
425
- 100% {
426
- opacity: 0;
427
- }
422
+ 0% {
423
+ opacity: 1;
424
+ visibility: visible;
425
+ }
426
+ 66% {
427
+ opacity: 0;
428
+ }
429
+ 100% {
430
+ opacity: 0;
431
+ }
428
432
  }
429
433
  @keyframes pop-in-from-right {
430
- from {
431
- transform: translate(100%, 0);
432
- }
433
- to {
434
- transform: translate(0, 0);
435
- }
434
+ from {
435
+ transform: translate(100%, 0);
436
+ }
437
+ to {
438
+ transform: translate(0, 0);
439
+ }
436
440
  }
437
441
  @keyframes pop-out-to-right {
438
- from {
439
- transform: translate(0, 0);
440
- visibility: visible;
441
- }
442
- to {
443
- transform: translate(100%, 0);
444
- }
442
+ from {
443
+ transform: translate(0, 0);
444
+ visibility: visible;
445
+ }
446
+ to {
447
+ transform: translate(100%, 0);
448
+ }
445
449
  }
446
450
  body {
447
- background: var(--color-background);
448
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
449
- Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
450
- font-size: 16px;
451
- color: var(--color-text);
451
+ background: var(--color-background);
452
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
453
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
454
+ font-size: 16px;
455
+ color: var(--color-text);
452
456
  }
453
457
 
454
458
  a {
455
- color: var(--color-link);
456
- text-decoration: none;
459
+ color: var(--color-link);
460
+ text-decoration: none;
457
461
  }
458
462
  a:hover {
459
- text-decoration: underline;
463
+ text-decoration: underline;
460
464
  }
461
465
  a.external[target="_blank"] {
462
- background-image: var(--external-icon);
463
- background-position: top 3px right;
464
- background-repeat: no-repeat;
465
- padding-right: 13px;
466
+ background-image: var(--external-icon);
467
+ background-position: top 3px right;
468
+ background-repeat: no-repeat;
469
+ padding-right: 13px;
466
470
  }
467
471
  a.tsd-anchor-link {
468
- color: var(--color-text);
472
+ color: var(--color-text);
469
473
  }
470
474
 
471
475
  code,
472
476
  pre {
473
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
474
- padding: 0.2em;
475
- margin: 0;
476
- font-size: 0.875rem;
477
- border-radius: 0.8em;
477
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
478
+ padding: 0.2em;
479
+ margin: 0;
480
+ font-size: 0.875rem;
481
+ border-radius: 0.8em;
478
482
  }
479
483
 
480
484
  pre {
481
- position: relative;
482
- white-space: pre-wrap;
483
- word-wrap: break-word;
484
- padding: 10px;
485
- border: 1px solid var(--color-accent);
485
+ position: relative;
486
+ white-space: pre-wrap;
487
+ word-wrap: break-word;
488
+ padding: 10px;
489
+ border: 1px solid var(--color-accent);
486
490
  }
487
491
  pre code {
488
- padding: 0;
489
- font-size: 100%;
492
+ padding: 0;
493
+ font-size: 100%;
490
494
  }
491
495
  pre > button {
492
- position: absolute;
493
- top: 10px;
494
- right: 10px;
495
- opacity: 0;
496
- transition: opacity 0.1s;
497
- box-sizing: border-box;
496
+ position: absolute;
497
+ top: 10px;
498
+ right: 10px;
499
+ opacity: 0;
500
+ transition: opacity 0.1s;
501
+ box-sizing: border-box;
498
502
  }
499
503
  pre:hover > button,
500
504
  pre > button.visible {
501
- opacity: 1;
505
+ opacity: 1;
502
506
  }
503
507
 
504
508
  blockquote {
505
- margin: 1em 0;
506
- padding-left: 1em;
507
- border-left: 4px solid gray;
509
+ margin: 1em 0;
510
+ padding-left: 1em;
511
+ border-left: 4px solid gray;
508
512
  }
509
513
 
510
514
  .tsd-typography {
511
- line-height: 1.333em;
515
+ line-height: 1.333em;
512
516
  }
513
517
  .tsd-typography ul {
514
- list-style: square;
515
- padding: 0 0 0 20px;
516
- margin: 0;
518
+ list-style: square;
519
+ padding: 0 0 0 20px;
520
+ margin: 0;
517
521
  }
518
522
  .tsd-typography .tsd-index-panel h3,
519
523
  .tsd-index-panel .tsd-typography h3,
520
524
  .tsd-typography h4,
521
525
  .tsd-typography h5,
522
526
  .tsd-typography h6 {
523
- font-size: 1em;
527
+ font-size: 1em;
524
528
  }
525
529
  .tsd-typography h5,
526
530
  .tsd-typography h6 {
527
- font-weight: normal;
531
+ font-weight: normal;
528
532
  }
529
533
  .tsd-typography p,
530
534
  .tsd-typography ul,
531
535
  .tsd-typography ol {
532
- margin: 1em 0;
536
+ margin: 1em 0;
533
537
  }
534
538
  .tsd-typography table {
535
- border-collapse: collapse;
536
- border: none;
539
+ border-collapse: collapse;
540
+ border: none;
537
541
  }
538
542
  .tsd-typography td,
539
543
  .tsd-typography th {
540
- padding: 6px 13px;
541
- border: 1px solid var(--color-accent);
544
+ padding: 6px 13px;
545
+ border: 1px solid var(--color-accent);
542
546
  }
543
547
  .tsd-typography thead,
544
548
  .tsd-typography tr:nth-child(even) {
545
- background-color: var(--color-background-secondary);
549
+ background-color: var(--color-background-secondary);
546
550
  }
547
551
 
548
552
  .tsd-breadcrumb {
549
- margin: 0;
550
- padding: 0;
551
- color: var(--color-text-aside);
553
+ margin: 0;
554
+ padding: 0;
555
+ color: var(--color-text-aside);
552
556
  }
553
557
  .tsd-breadcrumb a {
554
- color: var(--color-text-aside);
555
- text-decoration: none;
558
+ color: var(--color-text-aside);
559
+ text-decoration: none;
556
560
  }
557
561
  .tsd-breadcrumb a:hover {
558
- text-decoration: underline;
562
+ text-decoration: underline;
559
563
  }
560
564
  .tsd-breadcrumb li {
561
- display: inline;
565
+ display: inline;
562
566
  }
563
567
  .tsd-breadcrumb li:after {
564
- content: " / ";
568
+ content: " / ";
565
569
  }
566
570
 
567
571
  .tsd-comment-tags {
568
- display: flex;
569
- flex-direction: column;
572
+ display: flex;
573
+ flex-direction: column;
570
574
  }
571
575
  dl.tsd-comment-tag-group {
572
- display: flex;
573
- align-items: center;
574
- overflow: hidden;
575
- margin: 0.5em 0;
576
+ display: flex;
577
+ align-items: center;
578
+ overflow: hidden;
579
+ margin: 0.5em 0;
576
580
  }
577
581
  dl.tsd-comment-tag-group dt {
578
- display: flex;
579
- margin-right: 0.5em;
580
- font-size: 0.875em;
581
- font-weight: normal;
582
+ display: flex;
583
+ margin-right: 0.5em;
584
+ font-size: 0.875em;
585
+ font-weight: normal;
582
586
  }
583
587
  dl.tsd-comment-tag-group dd {
584
- margin: 0;
588
+ margin: 0;
585
589
  }
586
590
  code.tsd-tag {
587
- padding: 0.25em 0.4em;
588
- border: 0.1em solid var(--color-accent);
589
- margin-right: 0.25em;
590
- font-size: 70%;
591
+ padding: 0.25em 0.4em;
592
+ border: 0.1em solid var(--color-accent);
593
+ margin-right: 0.25em;
594
+ font-size: 70%;
591
595
  }
592
596
  h1 code.tsd-tag:first-of-type {
593
- margin-left: 0.25em;
597
+ margin-left: 0.25em;
594
598
  }
595
599
 
596
600
  dl.tsd-comment-tag-group dd:before,
597
601
  dl.tsd-comment-tag-group dd:after {
598
- content: " ";
602
+ content: " ";
599
603
  }
600
604
  dl.tsd-comment-tag-group dd pre,
601
605
  dl.tsd-comment-tag-group dd:after {
602
- clear: both;
606
+ clear: both;
603
607
  }
604
608
  dl.tsd-comment-tag-group p {
605
- margin: 0;
609
+ margin: 0;
606
610
  }
607
611
 
608
612
  .tsd-panel.tsd-comment .lead {
609
- font-size: 1.1em;
610
- line-height: 1.333em;
611
- margin-bottom: 2em;
613
+ font-size: 1.1em;
614
+ line-height: 1.333em;
615
+ margin-bottom: 2em;
612
616
  }
613
617
  .tsd-panel.tsd-comment .lead:last-child {
614
- margin-bottom: 0;
618
+ margin-bottom: 0;
615
619
  }
616
620
 
617
621
  .tsd-filter-visibility h4 {
618
- font-size: 1rem;
619
- padding-top: 0.75rem;
620
- padding-bottom: 0.5rem;
621
- margin: 0;
622
+ font-size: 1rem;
623
+ padding-top: 0.75rem;
624
+ padding-bottom: 0.5rem;
625
+ margin: 0;
622
626
  }
623
627
  .tsd-filter-item:not(:last-child) {
624
- margin-bottom: 0.5rem;
628
+ margin-bottom: 0.5rem;
625
629
  }
626
630
  .tsd-filter-input {
627
- display: flex;
628
- width: -moz-fit-content;
629
- width: fit-content;
630
- align-items: center;
631
- -webkit-user-select: none;
632
- -moz-user-select: none;
633
- -ms-user-select: none;
634
- user-select: none;
635
- cursor: pointer;
631
+ display: flex;
632
+ width: -moz-fit-content;
633
+ width: fit-content;
634
+ align-items: center;
635
+ -webkit-user-select: none;
636
+ -moz-user-select: none;
637
+ -ms-user-select: none;
638
+ user-select: none;
639
+ cursor: pointer;
636
640
  }
637
641
  .tsd-filter-input input[type="checkbox"] {
638
- cursor: pointer;
639
- position: absolute;
640
- width: 1.5em;
641
- height: 1.5em;
642
- opacity: 0;
642
+ cursor: pointer;
643
+ position: absolute;
644
+ width: 1.5em;
645
+ height: 1.5em;
646
+ opacity: 0;
643
647
  }
644
648
  .tsd-filter-input input[type="checkbox"]:disabled {
645
- pointer-events: none;
649
+ pointer-events: none;
646
650
  }
647
651
  .tsd-filter-input svg {
648
- cursor: pointer;
649
- width: 1.5em;
650
- height: 1.5em;
651
- margin-right: 0.5em;
652
- border-radius: 0.33em;
653
- /* Leaving this at full opacity breaks event listeners on Firefox.
652
+ cursor: pointer;
653
+ width: 1.5em;
654
+ height: 1.5em;
655
+ margin-right: 0.5em;
656
+ border-radius: 0.33em;
657
+ /* Leaving this at full opacity breaks event listeners on Firefox.
654
658
  Don't remove unless you know what you're doing. */
655
- opacity: 0.99;
659
+ opacity: 0.99;
656
660
  }
657
661
  .tsd-filter-input input[type="checkbox"]:focus-visible + svg {
658
- outline: 2px solid var(--color-focus-outline);
662
+ outline: 2px solid var(--color-focus-outline);
659
663
  }
660
664
  .tsd-checkbox-background {
661
- fill: var(--color-accent);
665
+ fill: var(--color-accent);
662
666
  }
663
667
  input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
664
- stroke: var(--color-text);
668
+ stroke: var(--color-text);
665
669
  }
666
670
  .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
667
- fill: var(--color-background);
668
- stroke: var(--color-accent);
669
- stroke-width: 0.25rem;
671
+ fill: var(--color-background);
672
+ stroke: var(--color-accent);
673
+ stroke-width: 0.25rem;
670
674
  }
671
675
  .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
672
- stroke: var(--color-accent);
676
+ stroke: var(--color-accent);
673
677
  }
674
678
 
675
679
  .settings-label {
676
- font-weight: bold;
677
- text-transform: uppercase;
678
- display: inline-block;
680
+ font-weight: bold;
681
+ text-transform: uppercase;
682
+ display: inline-block;
679
683
  }
680
684
 
681
685
  .tsd-filter-visibility .settings-label {
682
- margin: 0.75rem 0 0.5rem 0;
686
+ margin: 0.75rem 0 0.5rem 0;
683
687
  }
684
688
 
685
689
  .tsd-theme-toggle .settings-label {
686
- margin: 0.75rem 0.75rem 0 0;
690
+ margin: 0.75rem 0.75rem 0 0;
687
691
  }
688
692
 
689
693
  .tsd-hierarchy {
690
- list-style: square;
691
- margin: 0;
694
+ list-style: square;
695
+ margin: 0;
692
696
  }
693
697
  .tsd-hierarchy .target {
694
- font-weight: bold;
698
+ font-weight: bold;
695
699
  }
696
700
 
697
701
  .tsd-full-hierarchy:not(:last-child) {
698
- margin-bottom: 1em;
699
- padding-bottom: 1em;
700
- border-bottom: 1px solid var(--color-accent);
702
+ margin-bottom: 1em;
703
+ padding-bottom: 1em;
704
+ border-bottom: 1px solid var(--color-accent);
701
705
  }
702
706
  .tsd-full-hierarchy,
703
707
  .tsd-full-hierarchy ul {
704
- list-style: none;
705
- margin: 0;
706
- padding: 0;
708
+ list-style: none;
709
+ margin: 0;
710
+ padding: 0;
707
711
  }
708
712
  .tsd-full-hierarchy ul {
709
- padding-left: 1.5rem;
713
+ padding-left: 1.5rem;
710
714
  }
711
715
  .tsd-full-hierarchy a {
712
- padding: 0.25rem 0 !important;
713
- font-size: 1rem;
714
- display: inline-flex;
715
- align-items: center;
716
- color: var(--color-text);
716
+ padding: 0.25rem 0 !important;
717
+ font-size: 1rem;
718
+ display: inline-flex;
719
+ align-items: center;
720
+ color: var(--color-text);
717
721
  }
718
722
 
719
723
  .tsd-panel-group.tsd-index-group {
720
- margin-bottom: 0;
724
+ margin-bottom: 0;
721
725
  }
722
726
  .tsd-index-panel .tsd-index-list {
723
- list-style: none;
724
- line-height: 1.333em;
725
- margin: 0;
726
- padding: 0.25rem 0 0 0;
727
- overflow: hidden;
728
- display: grid;
729
- grid-template-columns: repeat(3, 1fr);
730
- column-gap: 1rem;
731
- grid-template-rows: auto;
727
+ list-style: none;
728
+ line-height: 1.333em;
729
+ margin: 0;
730
+ padding: 0.25rem 0 0 0;
731
+ overflow: hidden;
732
+ display: grid;
733
+ grid-template-columns: repeat(3, 1fr);
734
+ column-gap: 1rem;
735
+ grid-template-rows: auto;
732
736
  }
733
737
  @media (max-width: 1024px) {
734
- .tsd-index-panel .tsd-index-list {
735
- grid-template-columns: repeat(2, 1fr);
736
- }
738
+ .tsd-index-panel .tsd-index-list {
739
+ grid-template-columns: repeat(2, 1fr);
740
+ }
737
741
  }
738
742
  @media (max-width: 768px) {
739
- .tsd-index-panel .tsd-index-list {
740
- grid-template-columns: repeat(1, 1fr);
741
- }
743
+ .tsd-index-panel .tsd-index-list {
744
+ grid-template-columns: repeat(1, 1fr);
745
+ }
742
746
  }
743
747
  .tsd-index-panel .tsd-index-list li {
744
- -webkit-page-break-inside: avoid;
745
- -moz-page-break-inside: avoid;
746
- -ms-page-break-inside: avoid;
747
- -o-page-break-inside: avoid;
748
- page-break-inside: avoid;
748
+ -webkit-page-break-inside: avoid;
749
+ -moz-page-break-inside: avoid;
750
+ -ms-page-break-inside: avoid;
751
+ -o-page-break-inside: avoid;
752
+ page-break-inside: avoid;
749
753
  }
750
754
 
751
755
  .tsd-flag {
752
- display: inline-block;
753
- padding: 0.25em 0.4em;
754
- border-radius: 4px;
755
- color: var(--color-comment-tag-text);
756
- background-color: var(--color-comment-tag);
757
- text-indent: 0;
758
- font-size: 75%;
759
- line-height: 1;
760
- font-weight: normal;
756
+ display: inline-block;
757
+ padding: 0.25em 0.4em;
758
+ border-radius: 4px;
759
+ color: var(--color-comment-tag-text);
760
+ background-color: var(--color-comment-tag);
761
+ text-indent: 0;
762
+ font-size: 75%;
763
+ line-height: 1;
764
+ font-weight: normal;
761
765
  }
762
766
 
763
767
  .tsd-anchor {
764
- position: relative;
765
- top: -100px;
768
+ position: relative;
769
+ top: -100px;
766
770
  }
767
771
 
768
772
  .tsd-member {
769
- position: relative;
773
+ position: relative;
770
774
  }
771
775
  .tsd-member .tsd-anchor + h3 {
772
- display: flex;
773
- align-items: center;
774
- margin-top: 0;
775
- margin-bottom: 0;
776
- border-bottom: none;
776
+ display: flex;
777
+ align-items: center;
778
+ margin-top: 0;
779
+ margin-bottom: 0;
780
+ border-bottom: none;
777
781
  }
778
782
 
779
783
  .tsd-navigation.settings {
780
- margin: 1rem 0;
784
+ margin: 1rem 0;
781
785
  }
782
786
  .tsd-navigation > a,
783
787
  .tsd-navigation .tsd-accordion-summary {
784
- width: calc(100% - 0.25rem);
785
- display: flex;
786
- align-items: center;
788
+ width: calc(100% - 0.25rem);
789
+ display: flex;
790
+ align-items: center;
787
791
  }
788
792
  .tsd-navigation a,
789
793
  .tsd-navigation summary > span,
790
794
  .tsd-page-navigation a {
791
- display: flex;
792
- width: calc(100% - 0.25rem);
793
- align-items: center;
794
- padding: 0.25rem;
795
- color: var(--color-text);
796
- text-decoration: none;
797
- box-sizing: border-box;
795
+ display: flex;
796
+ width: calc(100% - 0.25rem);
797
+ align-items: center;
798
+ padding: 0.25rem;
799
+ color: var(--color-text);
800
+ text-decoration: none;
801
+ box-sizing: border-box;
798
802
  }
799
803
  .tsd-navigation a.current,
800
804
  .tsd-page-navigation a.current {
801
- background: var(--color-active-menu-item);
805
+ background: var(--color-active-menu-item);
802
806
  }
803
807
  .tsd-navigation a:hover,
804
808
  .tsd-page-navigation a:hover {
805
- text-decoration: underline;
809
+ text-decoration: underline;
806
810
  }
807
811
  .tsd-navigation ul,
808
812
  .tsd-page-navigation ul {
809
- margin-top: 0;
810
- margin-bottom: 0;
811
- padding: 0;
812
- list-style: none;
813
+ margin-top: 0;
814
+ margin-bottom: 0;
815
+ padding: 0;
816
+ list-style: none;
813
817
  }
814
818
  .tsd-navigation li,
815
819
  .tsd-page-navigation li {
816
- padding: 0;
817
- max-width: 100%;
820
+ padding: 0;
821
+ max-width: 100%;
818
822
  }
819
823
  .tsd-navigation .tsd-nav-link {
820
- display: none;
824
+ display: none;
821
825
  }
822
826
  .tsd-nested-navigation {
823
- margin-left: 3rem;
827
+ margin-left: 3rem;
824
828
  }
825
829
  .tsd-nested-navigation > li > details {
826
- margin-left: -1.5rem;
830
+ margin-left: -1.5rem;
827
831
  }
828
832
  .tsd-small-nested-navigation {
829
- margin-left: 1.5rem;
833
+ margin-left: 1.5rem;
830
834
  }
831
835
  .tsd-small-nested-navigation > li > details {
832
- margin-left: -1.5rem;
836
+ margin-left: -1.5rem;
833
837
  }
834
838
 
835
839
  .tsd-page-navigation-section {
836
- margin-left: 10px;
840
+ margin-left: 10px;
837
841
  }
838
842
  .tsd-page-navigation-section > summary {
839
- padding: 0.25rem;
843
+ padding: 0.25rem;
840
844
  }
841
845
  .tsd-page-navigation-section > div {
842
- margin-left: 20px;
846
+ margin-left: 20px;
843
847
  }
844
848
  .tsd-page-navigation ul {
845
- padding-left: 1.75rem;
849
+ padding-left: 1.75rem;
846
850
  }
847
851
 
848
852
  #tsd-sidebar-links a {
849
- margin-top: 0;
850
- margin-bottom: 0.5rem;
851
- line-height: 1.25rem;
853
+ margin-top: 0;
854
+ margin-bottom: 0.5rem;
855
+ line-height: 1.25rem;
852
856
  }
853
857
  #tsd-sidebar-links a:last-of-type {
854
- margin-bottom: 0;
858
+ margin-bottom: 0;
855
859
  }
856
860
 
857
861
  a.tsd-index-link {
858
- padding: 0.25rem 0 !important;
859
- font-size: 1rem;
860
- line-height: 1.25rem;
861
- display: inline-flex;
862
- align-items: center;
863
- color: var(--color-text);
862
+ padding: 0.25rem 0 !important;
863
+ font-size: 1rem;
864
+ line-height: 1.25rem;
865
+ display: inline-flex;
866
+ align-items: center;
867
+ color: var(--color-text);
864
868
  }
865
869
  .tsd-accordion-summary {
866
- list-style-type: none; /* hide marker on non-safari */
867
- outline: none; /* broken on safari, so just hide it */
870
+ list-style-type: none; /* hide marker on non-safari */
871
+ outline: none; /* broken on safari, so just hide it */
868
872
  }
869
873
  .tsd-accordion-summary::-webkit-details-marker {
870
- display: none; /* hide marker on safari */
874
+ display: none; /* hide marker on safari */
871
875
  }
872
876
  .tsd-accordion-summary,
873
877
  .tsd-accordion-summary a {
874
- -moz-user-select: none;
875
- -webkit-user-select: none;
876
- -ms-user-select: none;
877
- user-select: none;
878
+ -moz-user-select: none;
879
+ -webkit-user-select: none;
880
+ -ms-user-select: none;
881
+ user-select: none;
878
882
 
879
- cursor: pointer;
883
+ cursor: pointer;
880
884
  }
881
885
  .tsd-accordion-summary a {
882
- width: calc(100% - 1.5rem);
886
+ width: calc(100% - 1.5rem);
883
887
  }
884
888
  .tsd-accordion-summary > * {
885
- margin-top: 0;
886
- margin-bottom: 0;
887
- padding-top: 0;
888
- padding-bottom: 0;
889
+ margin-top: 0;
890
+ margin-bottom: 0;
891
+ padding-top: 0;
892
+ padding-bottom: 0;
889
893
  }
890
894
  .tsd-accordion .tsd-accordion-summary > svg {
891
- margin-left: 0.25rem;
892
- vertical-align: text-top;
895
+ margin-left: 0.25rem;
896
+ vertical-align: text-top;
893
897
  }
894
898
  .tsd-index-content > :not(:first-child) {
895
- margin-top: 0.75rem;
899
+ margin-top: 0.75rem;
896
900
  }
897
901
  .tsd-index-heading {
898
- margin-top: 1.5rem;
899
- margin-bottom: 0.75rem;
902
+ margin-top: 1.5rem;
903
+ margin-bottom: 0.75rem;
900
904
  }
901
905
 
902
906
  .tsd-no-select {
903
- -webkit-user-select: none;
904
- -moz-user-select: none;
905
- -ms-user-select: none;
906
- user-select: none;
907
+ -webkit-user-select: none;
908
+ -moz-user-select: none;
909
+ -ms-user-select: none;
910
+ user-select: none;
907
911
  }
908
912
  .tsd-kind-icon {
909
- margin-right: 0.5rem;
910
- width: 1.25rem;
911
- height: 1.25rem;
912
- min-width: 1.25rem;
913
- min-height: 1.25rem;
913
+ margin-right: 0.5rem;
914
+ width: 1.25rem;
915
+ height: 1.25rem;
916
+ min-width: 1.25rem;
917
+ min-height: 1.25rem;
914
918
  }
915
919
  .tsd-signature > .tsd-kind-icon {
916
- margin-right: 0.8rem;
920
+ margin-right: 0.8rem;
917
921
  }
918
922
 
919
923
  .tsd-panel {
920
- margin-bottom: 2.5rem;
924
+ margin-bottom: 2.5rem;
921
925
  }
922
926
  .tsd-panel.tsd-member {
923
- margin-bottom: 4rem;
927
+ margin-bottom: 4rem;
924
928
  }
925
929
  .tsd-panel:empty {
926
- display: none;
930
+ display: none;
927
931
  }
928
932
  .tsd-panel > h1,
929
933
  .tsd-panel > h2,
930
934
  .tsd-panel > h3 {
931
- margin: 1.5rem -1.5rem 0.75rem -1.5rem;
932
- padding: 0 1.5rem 0.75rem 1.5rem;
935
+ margin: 1.5rem -1.5rem 0.75rem -1.5rem;
936
+ padding: 0 1.5rem 0.75rem 1.5rem;
933
937
  }
934
938
  .tsd-panel > h1.tsd-before-signature,
935
939
  .tsd-panel > h2.tsd-before-signature,
936
940
  .tsd-panel > h3.tsd-before-signature {
937
- margin-bottom: 0;
938
- border-bottom: none;
941
+ margin-bottom: 0;
942
+ border-bottom: none;
939
943
  }
940
944
 
941
945
  .tsd-panel-group {
942
- margin: 2rem 0;
946
+ margin: 2rem 0;
943
947
  }
944
948
  .tsd-panel-group.tsd-index-group {
945
- margin: 2rem 0;
949
+ margin: 2rem 0;
946
950
  }
947
951
  .tsd-panel-group.tsd-index-group details {
948
- margin: 2rem 0;
952
+ margin: 2rem 0;
949
953
  }
950
954
  .tsd-panel-group > .tsd-accordion-summary {
951
- margin-bottom: 1rem;
955
+ margin-bottom: 1rem;
952
956
  }
953
957
 
954
958
  #tsd-search {
955
- transition: background-color 0.2s;
959
+ transition: background-color 0.2s;
956
960
  }
957
961
  #tsd-search .title {
958
- position: relative;
959
- z-index: 2;
962
+ position: relative;
963
+ z-index: 2;
960
964
  }
961
965
  #tsd-search .field {
962
- position: absolute;
963
- left: 0;
964
- top: 0;
965
- right: 2.5rem;
966
- height: 100%;
966
+ position: absolute;
967
+ left: 0;
968
+ top: 0;
969
+ right: 2.5rem;
970
+ height: 100%;
967
971
  }
968
972
  #tsd-search .field input {
969
- box-sizing: border-box;
970
- position: relative;
971
- top: -50px;
972
- z-index: 1;
973
- width: 100%;
974
- padding: 0 10px;
975
- opacity: 0;
976
- outline: 0;
977
- border: 0;
978
- background: transparent;
979
- color: var(--color-text);
973
+ box-sizing: border-box;
974
+ position: relative;
975
+ top: -50px;
976
+ z-index: 1;
977
+ width: 100%;
978
+ padding: 0 10px;
979
+ opacity: 0;
980
+ outline: 0;
981
+ border: 0;
982
+ background: transparent;
983
+ color: var(--color-text);
980
984
  }
981
985
  #tsd-search .field label {
982
- position: absolute;
983
- overflow: hidden;
984
- right: -40px;
986
+ position: absolute;
987
+ overflow: hidden;
988
+ right: -40px;
985
989
  }
986
990
  #tsd-search .field input,
987
991
  #tsd-search .title,
988
992
  #tsd-toolbar-links a {
989
- transition: opacity 0.2s;
993
+ transition: opacity 0.2s;
990
994
  }
991
995
  #tsd-search .results {
992
- position: absolute;
993
- visibility: hidden;
994
- top: 40px;
995
- width: 100%;
996
- margin: 0;
997
- padding: 0;
998
- list-style: none;
999
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
996
+ position: absolute;
997
+ visibility: hidden;
998
+ top: 40px;
999
+ width: 100%;
1000
+ margin: 0;
1001
+ padding: 0;
1002
+ list-style: none;
1003
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
1000
1004
  }
1001
1005
  #tsd-search .results li {
1002
- background-color: var(--color-background);
1003
- line-height: initial;
1004
- padding: 4px;
1006
+ background-color: var(--color-background);
1007
+ line-height: initial;
1008
+ padding: 4px;
1005
1009
  }
1006
1010
  #tsd-search .results li:nth-child(even) {
1007
- background-color: var(--color-background-secondary);
1011
+ background-color: var(--color-background-secondary);
1008
1012
  }
1009
1013
  #tsd-search .results li.state {
1010
- display: none;
1014
+ display: none;
1011
1015
  }
1012
1016
  #tsd-search .results li.current:not(.no-results),
1013
1017
  #tsd-search .results li:hover:not(.no-results) {
1014
- background-color: var(--color-accent);
1018
+ background-color: var(--color-accent);
1015
1019
  }
1016
1020
  #tsd-search .results a {
1017
- display: flex;
1018
- align-items: center;
1019
- padding: 0.25rem;
1020
- box-sizing: border-box;
1021
+ display: flex;
1022
+ align-items: center;
1023
+ padding: 0.25rem;
1024
+ box-sizing: border-box;
1021
1025
  }
1022
1026
  #tsd-search .results a:before {
1023
- top: 10px;
1027
+ top: 10px;
1024
1028
  }
1025
1029
  #tsd-search .results span.parent {
1026
- color: var(--color-text-aside);
1027
- font-weight: normal;
1030
+ color: var(--color-text-aside);
1031
+ font-weight: normal;
1028
1032
  }
1029
1033
  #tsd-search.has-focus {
1030
- background-color: var(--color-accent);
1034
+ background-color: var(--color-accent);
1031
1035
  }
1032
1036
  #tsd-search.has-focus .field input {
1033
- top: 0;
1034
- opacity: 1;
1037
+ top: 0;
1038
+ opacity: 1;
1035
1039
  }
1036
1040
  #tsd-search.has-focus .title,
1037
1041
  #tsd-search.has-focus #tsd-toolbar-links a {
1038
- z-index: 0;
1039
- opacity: 0;
1042
+ z-index: 0;
1043
+ opacity: 0;
1040
1044
  }
1041
1045
  #tsd-search.has-focus .results {
1042
- visibility: visible;
1046
+ visibility: visible;
1043
1047
  }
1044
1048
  #tsd-search.loading .results li.state.loading {
1045
- display: block;
1049
+ display: block;
1046
1050
  }
1047
1051
  #tsd-search.failure .results li.state.failure {
1048
- display: block;
1052
+ display: block;
1049
1053
  }
1050
1054
 
1051
1055
  #tsd-toolbar-links {
1052
- position: absolute;
1053
- top: 0;
1054
- right: 2rem;
1055
- height: 100%;
1056
- display: flex;
1057
- align-items: center;
1058
- justify-content: flex-end;
1056
+ position: absolute;
1057
+ top: 0;
1058
+ right: 2rem;
1059
+ height: 100%;
1060
+ display: flex;
1061
+ align-items: center;
1062
+ justify-content: flex-end;
1059
1063
  }
1060
1064
  #tsd-toolbar-links a {
1061
- margin-left: 1.5rem;
1065
+ margin-left: 1.5rem;
1062
1066
  }
1063
1067
  #tsd-toolbar-links a:hover {
1064
- text-decoration: underline;
1068
+ text-decoration: underline;
1065
1069
  }
1066
1070
 
1067
1071
  .tsd-signature {
1068
- margin: 0 0 1rem 0;
1069
- padding: 1rem 0.5rem;
1070
- border: 1px solid var(--color-accent);
1071
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1072
- font-size: 14px;
1073
- overflow-x: auto;
1072
+ margin: 0 0 1rem 0;
1073
+ padding: 1rem 0.5rem;
1074
+ border: 1px solid var(--color-accent);
1075
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1076
+ font-size: 14px;
1077
+ overflow-x: auto;
1074
1078
  }
1075
1079
 
1076
1080
  .tsd-signature-keyword {
1077
- color: var(--color-ts-keyword);
1078
- font-weight: normal;
1081
+ color: var(--color-ts-keyword);
1082
+ font-weight: normal;
1079
1083
  }
1080
1084
 
1081
1085
  .tsd-signature-symbol {
1082
- color: var(--color-text-aside);
1083
- font-weight: normal;
1086
+ color: var(--color-text-aside);
1087
+ font-weight: normal;
1084
1088
  }
1085
1089
 
1086
1090
  .tsd-signature-type {
1087
- font-style: italic;
1088
- font-weight: normal;
1091
+ font-style: italic;
1092
+ font-weight: normal;
1089
1093
  }
1090
1094
 
1091
1095
  .tsd-signatures {
1092
- padding: 0;
1093
- margin: 0 0 1em 0;
1094
- list-style-type: none;
1096
+ padding: 0;
1097
+ margin: 0 0 1em 0;
1098
+ list-style-type: none;
1095
1099
  }
1096
1100
  .tsd-signatures .tsd-signature {
1097
- margin: 0;
1098
- border-color: var(--color-accent);
1099
- border-width: 1px 0;
1100
- transition: background-color 0.1s;
1101
+ margin: 0;
1102
+ border-color: var(--color-accent);
1103
+ border-width: 1px 0;
1104
+ transition: background-color 0.1s;
1101
1105
  }
1102
1106
  .tsd-signatures .tsd-index-signature:not(:last-child) {
1103
- margin-bottom: 1em;
1107
+ margin-bottom: 1em;
1104
1108
  }
1105
1109
  .tsd-signatures .tsd-index-signature .tsd-signature {
1106
- border-width: 1px;
1110
+ border-width: 1px;
1107
1111
  }
1108
1112
  .tsd-description .tsd-signatures .tsd-signature {
1109
- border-width: 1px;
1113
+ border-width: 1px;
1110
1114
  }
1111
1115
 
1112
1116
  ul.tsd-parameter-list,
1113
1117
  ul.tsd-type-parameter-list {
1114
- list-style: square;
1115
- margin: 0;
1116
- padding-left: 20px;
1118
+ list-style: square;
1119
+ margin: 0;
1120
+ padding-left: 20px;
1117
1121
  }
1118
1122
  ul.tsd-parameter-list > li.tsd-parameter-signature,
1119
1123
  ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1120
- list-style: none;
1121
- margin-left: -20px;
1124
+ list-style: none;
1125
+ margin-left: -20px;
1122
1126
  }
1123
1127
  ul.tsd-parameter-list h5,
1124
1128
  ul.tsd-type-parameter-list h5 {
1125
- font-size: 16px;
1126
- margin: 1em 0 0.5em 0;
1129
+ font-size: 16px;
1130
+ margin: 1em 0 0.5em 0;
1127
1131
  }
1128
1132
  .tsd-sources {
1129
- margin-top: 1rem;
1130
- font-size: 0.875em;
1133
+ margin-top: 1rem;
1134
+ font-size: 0.875em;
1131
1135
  }
1132
1136
  .tsd-sources a {
1133
- color: var(--color-text-aside);
1134
- text-decoration: underline;
1137
+ color: var(--color-text-aside);
1138
+ text-decoration: underline;
1135
1139
  }
1136
1140
  .tsd-sources ul {
1137
- list-style: none;
1138
- padding: 0;
1141
+ list-style: none;
1142
+ padding: 0;
1139
1143
  }
1140
1144
 
1141
1145
  .tsd-page-toolbar {
1142
- position: sticky;
1143
- z-index: 1;
1144
- top: 0;
1145
- left: 0;
1146
- width: 100%;
1147
- color: var(--color-text);
1148
- background: var(--color-background-secondary);
1149
- border-bottom: 1px var(--color-accent) solid;
1150
- transition: transform 0.3s ease-in-out;
1146
+ position: sticky;
1147
+ z-index: 1;
1148
+ top: 0;
1149
+ left: 0;
1150
+ width: 100%;
1151
+ color: var(--color-text);
1152
+ background: var(--color-background-secondary);
1153
+ border-bottom: 1px var(--color-accent) solid;
1154
+ transition: transform 0.3s ease-in-out;
1151
1155
  }
1152
1156
  .tsd-page-toolbar a {
1153
- color: var(--color-text);
1154
- text-decoration: none;
1157
+ color: var(--color-text);
1158
+ text-decoration: none;
1155
1159
  }
1156
1160
  .tsd-page-toolbar a.title {
1157
- font-weight: bold;
1161
+ font-weight: bold;
1158
1162
  }
1159
1163
  .tsd-page-toolbar a.title:hover {
1160
- text-decoration: underline;
1164
+ text-decoration: underline;
1161
1165
  }
1162
1166
  .tsd-page-toolbar .tsd-toolbar-contents {
1163
- display: flex;
1164
- justify-content: space-between;
1165
- height: 2.5rem;
1166
- margin: 0 auto;
1167
+ display: flex;
1168
+ justify-content: space-between;
1169
+ height: 2.5rem;
1170
+ margin: 0 auto;
1167
1171
  }
1168
1172
  .tsd-page-toolbar .table-cell {
1169
- position: relative;
1170
- white-space: nowrap;
1171
- line-height: 40px;
1173
+ position: relative;
1174
+ white-space: nowrap;
1175
+ line-height: 40px;
1172
1176
  }
1173
1177
  .tsd-page-toolbar .table-cell:first-child {
1174
- width: 100%;
1178
+ width: 100%;
1175
1179
  }
1176
1180
  .tsd-page-toolbar .tsd-toolbar-icon {
1177
- box-sizing: border-box;
1178
- line-height: 0;
1179
- padding: 12px 0;
1181
+ box-sizing: border-box;
1182
+ line-height: 0;
1183
+ padding: 12px 0;
1180
1184
  }
1181
1185
 
1182
1186
  .tsd-widget {
1183
- display: inline-block;
1184
- overflow: hidden;
1185
- opacity: 0.8;
1186
- height: 40px;
1187
- transition:
1188
- opacity 0.1s,
1189
- background-color 0.2s;
1190
- vertical-align: bottom;
1191
- cursor: pointer;
1187
+ display: inline-block;
1188
+ overflow: hidden;
1189
+ opacity: 0.8;
1190
+ height: 40px;
1191
+ transition:
1192
+ opacity 0.1s,
1193
+ background-color 0.2s;
1194
+ vertical-align: bottom;
1195
+ cursor: pointer;
1192
1196
  }
1193
1197
  .tsd-widget:hover {
1194
- opacity: 0.9;
1198
+ opacity: 0.9;
1195
1199
  }
1196
1200
  .tsd-widget.active {
1197
- opacity: 1;
1198
- background-color: var(--color-accent);
1201
+ opacity: 1;
1202
+ background-color: var(--color-accent);
1199
1203
  }
1200
1204
  .tsd-widget.no-caption {
1201
- width: 40px;
1205
+ width: 40px;
1202
1206
  }
1203
1207
  .tsd-widget.no-caption:before {
1204
- margin: 0;
1208
+ margin: 0;
1205
1209
  }
1206
1210
 
1207
1211
  .tsd-widget.options,
1208
1212
  .tsd-widget.menu {
1209
- display: none;
1213
+ display: none;
1210
1214
  }
1211
1215
  input[type="checkbox"] + .tsd-widget:before {
1212
- background-position: -120px 0;
1216
+ background-position: -120px 0;
1213
1217
  }
1214
1218
  input[type="checkbox"]:checked + .tsd-widget:before {
1215
- background-position: -160px 0;
1219
+ background-position: -160px 0;
1216
1220
  }
1217
1221
 
1218
1222
  img {
1219
- max-width: 100%;
1223
+ max-width: 100%;
1220
1224
  }
1221
1225
 
1222
1226
  .tsd-anchor-icon {
1223
- display: inline-flex;
1224
- align-items: center;
1225
- margin-left: 0.5rem;
1226
- vertical-align: middle;
1227
- color: var(--color-text);
1227
+ display: inline-flex;
1228
+ align-items: center;
1229
+ margin-left: 0.5rem;
1230
+ vertical-align: middle;
1231
+ color: var(--color-text);
1228
1232
  }
1229
1233
 
1230
1234
  .tsd-anchor-icon svg {
1231
- width: 1em;
1232
- height: 1em;
1233
- visibility: hidden;
1235
+ width: 1em;
1236
+ height: 1em;
1237
+ visibility: hidden;
1234
1238
  }
1235
1239
 
1236
1240
  .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1237
- visibility: visible;
1241
+ visibility: visible;
1238
1242
  }
1239
1243
 
1240
1244
  .deprecated {
1241
- text-decoration: line-through !important;
1245
+ text-decoration: line-through !important;
1242
1246
  }
1243
1247
 
1244
1248
  .warning {
1245
- padding: 1rem;
1246
- color: var(--color-warning-text);
1247
- background: var(--color-background-warning);
1249
+ padding: 1rem;
1250
+ color: var(--color-warning-text);
1251
+ background: var(--color-background-warning);
1248
1252
  }
1249
1253
 
1250
1254
  .tsd-kind-project {
1251
- color: var(--color-ts-project);
1255
+ color: var(--color-ts-project);
1252
1256
  }
1253
1257
  .tsd-kind-module {
1254
- color: var(--color-ts-module);
1258
+ color: var(--color-ts-module);
1255
1259
  }
1256
1260
  .tsd-kind-namespace {
1257
- color: var(--color-ts-namespace);
1261
+ color: var(--color-ts-namespace);
1258
1262
  }
1259
1263
  .tsd-kind-enum {
1260
- color: var(--color-ts-enum);
1264
+ color: var(--color-ts-enum);
1261
1265
  }
1262
1266
  .tsd-kind-enum-member {
1263
- color: var(--color-ts-enum-member);
1267
+ color: var(--color-ts-enum-member);
1264
1268
  }
1265
1269
  .tsd-kind-variable {
1266
- color: var(--color-ts-variable);
1270
+ color: var(--color-ts-variable);
1267
1271
  }
1268
1272
  .tsd-kind-function {
1269
- color: var(--color-ts-function);
1273
+ color: var(--color-ts-function);
1270
1274
  }
1271
1275
  .tsd-kind-class {
1272
- color: var(--color-ts-class);
1276
+ color: var(--color-ts-class);
1273
1277
  }
1274
1278
  .tsd-kind-interface {
1275
- color: var(--color-ts-interface);
1279
+ color: var(--color-ts-interface);
1276
1280
  }
1277
1281
  .tsd-kind-constructor {
1278
- color: var(--color-ts-constructor);
1282
+ color: var(--color-ts-constructor);
1279
1283
  }
1280
1284
  .tsd-kind-property {
1281
- color: var(--color-ts-property);
1285
+ color: var(--color-ts-property);
1282
1286
  }
1283
1287
  .tsd-kind-method {
1284
- color: var(--color-ts-method);
1288
+ color: var(--color-ts-method);
1285
1289
  }
1286
1290
  .tsd-kind-reference {
1287
- color: var(--color-ts-reference);
1291
+ color: var(--color-ts-reference);
1288
1292
  }
1289
1293
  .tsd-kind-call-signature {
1290
- color: var(--color-ts-call-signature);
1294
+ color: var(--color-ts-call-signature);
1291
1295
  }
1292
1296
  .tsd-kind-index-signature {
1293
- color: var(--color-ts-index-signature);
1297
+ color: var(--color-ts-index-signature);
1294
1298
  }
1295
1299
  .tsd-kind-constructor-signature {
1296
- color: var(--color-ts-constructor-signature);
1300
+ color: var(--color-ts-constructor-signature);
1297
1301
  }
1298
1302
  .tsd-kind-parameter {
1299
- color: var(--color-ts-parameter);
1303
+ color: var(--color-ts-parameter);
1300
1304
  }
1301
1305
  .tsd-kind-type-parameter {
1302
- color: var(--color-ts-type-parameter);
1306
+ color: var(--color-ts-type-parameter);
1303
1307
  }
1304
1308
  .tsd-kind-accessor {
1305
- color: var(--color-ts-accessor);
1309
+ color: var(--color-ts-accessor);
1306
1310
  }
1307
1311
  .tsd-kind-get-signature {
1308
- color: var(--color-ts-get-signature);
1312
+ color: var(--color-ts-get-signature);
1309
1313
  }
1310
1314
  .tsd-kind-set-signature {
1311
- color: var(--color-ts-set-signature);
1315
+ color: var(--color-ts-set-signature);
1312
1316
  }
1313
1317
  .tsd-kind-type-alias {
1314
- color: var(--color-ts-type-alias);
1318
+ color: var(--color-ts-type-alias);
1315
1319
  }
1316
1320
 
1317
1321
  /* if we have a kind icon, don't color the text by kind */
1318
1322
  .tsd-kind-icon ~ span {
1319
- color: var(--color-text);
1323
+ color: var(--color-text);
1320
1324
  }
1321
1325
 
1322
1326
  * {
1323
- scrollbar-width: thin;
1324
- scrollbar-color: var(--color-accent) var(--color-icon-background);
1327
+ scrollbar-width: thin;
1328
+ scrollbar-color: var(--color-accent) var(--color-icon-background);
1325
1329
  }
1326
1330
 
1327
1331
  *::-webkit-scrollbar {
1328
- width: 0.75rem;
1332
+ width: 0.75rem;
1329
1333
  }
1330
1334
 
1331
1335
  *::-webkit-scrollbar-track {
1332
- background: var(--color-icon-background);
1336
+ background: var(--color-icon-background);
1333
1337
  }
1334
1338
 
1335
1339
  *::-webkit-scrollbar-thumb {
1336
- background-color: var(--color-accent);
1337
- border-radius: 999rem;
1338
- border: 0.25rem solid var(--color-icon-background);
1340
+ background-color: var(--color-accent);
1341
+ border-radius: 999rem;
1342
+ border: 0.25rem solid var(--color-icon-background);
1339
1343
  }
1340
1344
 
1341
1345
  /* mobile */
1342
1346
  @media (max-width: 769px) {
1343
- .tsd-widget.options,
1344
- .tsd-widget.menu {
1345
- display: inline-block;
1346
- }
1347
-
1348
- .container-main {
1349
- display: flex;
1350
- }
1351
- html .col-content {
1352
- float: none;
1353
- max-width: 100%;
1354
- width: 100%;
1355
- }
1356
- html .col-sidebar {
1357
- position: fixed !important;
1358
- overflow-y: auto;
1359
- -webkit-overflow-scrolling: touch;
1360
- z-index: 1024;
1361
- top: 0 !important;
1362
- bottom: 0 !important;
1363
- left: auto !important;
1364
- right: 0 !important;
1365
- padding: 1.5rem 1.5rem 0 0;
1366
- width: 75vw;
1367
- visibility: hidden;
1368
- background-color: var(--color-background);
1369
- transform: translate(100%, 0);
1370
- }
1371
- html .col-sidebar > *:last-child {
1372
- padding-bottom: 20px;
1373
- }
1374
- html .overlay {
1375
- content: "";
1376
- display: block;
1377
- position: fixed;
1378
- z-index: 1023;
1379
- top: 0;
1380
- left: 0;
1381
- right: 0;
1382
- bottom: 0;
1383
- background-color: rgba(0, 0, 0, 0.75);
1384
- visibility: hidden;
1385
- }
1386
-
1387
- .to-has-menu .overlay {
1388
- animation: fade-in 0.4s;
1389
- }
1390
-
1391
- .to-has-menu .col-sidebar {
1392
- animation: pop-in-from-right 0.4s;
1393
- }
1394
-
1395
- .from-has-menu .overlay {
1396
- animation: fade-out 0.4s;
1397
- }
1398
-
1399
- .from-has-menu .col-sidebar {
1400
- animation: pop-out-to-right 0.4s;
1401
- }
1402
-
1403
- .has-menu body {
1404
- overflow: hidden;
1405
- }
1406
- .has-menu .overlay {
1407
- visibility: visible;
1408
- }
1409
- .has-menu .col-sidebar {
1410
- visibility: visible;
1411
- transform: translate(0, 0);
1412
- display: flex;
1413
- flex-direction: column;
1414
- gap: 1.5rem;
1415
- max-height: 100vh;
1416
- padding: 1rem 2rem;
1417
- }
1418
- .has-menu .tsd-navigation {
1419
- max-height: 100%;
1420
- }
1421
- #tsd-toolbar-links {
1422
- display: none;
1423
- }
1424
- .tsd-navigation .tsd-nav-link {
1425
- display: flex;
1426
- }
1347
+ .tsd-widget.options,
1348
+ .tsd-widget.menu {
1349
+ display: inline-block;
1350
+ }
1351
+
1352
+ .container-main {
1353
+ display: flex;
1354
+ }
1355
+ html .col-content {
1356
+ float: none;
1357
+ max-width: 100%;
1358
+ width: 100%;
1359
+ }
1360
+ html .col-sidebar {
1361
+ position: fixed !important;
1362
+ overflow-y: auto;
1363
+ -webkit-overflow-scrolling: touch;
1364
+ z-index: 1024;
1365
+ top: 0 !important;
1366
+ bottom: 0 !important;
1367
+ left: auto !important;
1368
+ right: 0 !important;
1369
+ padding: 1.5rem 1.5rem 0 0;
1370
+ width: 75vw;
1371
+ visibility: hidden;
1372
+ background-color: var(--color-background);
1373
+ transform: translate(100%, 0);
1374
+ }
1375
+ html .col-sidebar > *:last-child {
1376
+ padding-bottom: 20px;
1377
+ }
1378
+ html .overlay {
1379
+ content: "";
1380
+ display: block;
1381
+ position: fixed;
1382
+ z-index: 1023;
1383
+ top: 0;
1384
+ left: 0;
1385
+ right: 0;
1386
+ bottom: 0;
1387
+ background-color: rgba(0, 0, 0, 0.75);
1388
+ visibility: hidden;
1389
+ }
1390
+
1391
+ .to-has-menu .overlay {
1392
+ animation: fade-in 0.4s;
1393
+ }
1394
+
1395
+ .to-has-menu .col-sidebar {
1396
+ animation: pop-in-from-right 0.4s;
1397
+ }
1398
+
1399
+ .from-has-menu .overlay {
1400
+ animation: fade-out 0.4s;
1401
+ }
1402
+
1403
+ .from-has-menu .col-sidebar {
1404
+ animation: pop-out-to-right 0.4s;
1405
+ }
1406
+
1407
+ .has-menu body {
1408
+ overflow: hidden;
1409
+ }
1410
+ .has-menu .overlay {
1411
+ visibility: visible;
1412
+ }
1413
+ .has-menu .col-sidebar {
1414
+ visibility: visible;
1415
+ transform: translate(0, 0);
1416
+ display: flex;
1417
+ flex-direction: column;
1418
+ gap: 1.5rem;
1419
+ max-height: 100vh;
1420
+ padding: 1rem 2rem;
1421
+ }
1422
+ .has-menu .tsd-navigation {
1423
+ max-height: 100%;
1424
+ }
1425
+ #tsd-toolbar-links {
1426
+ display: none;
1427
+ }
1428
+ .tsd-navigation .tsd-nav-link {
1429
+ display: flex;
1430
+ }
1427
1431
  }
1428
1432
 
1429
1433
  /* one sidebar */
1430
1434
  @media (min-width: 770px) {
1431
- .container-main {
1432
- display: grid;
1433
- grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1434
- grid-template-areas: "sidebar content";
1435
- margin: 2rem auto;
1436
- }
1437
-
1438
- .col-sidebar {
1439
- grid-area: sidebar;
1440
- }
1441
- .col-content {
1442
- grid-area: content;
1443
- padding: 0 1rem;
1444
- }
1435
+ .container-main {
1436
+ display: grid;
1437
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1438
+ grid-template-areas: "sidebar content";
1439
+ margin: 2rem auto;
1440
+ }
1441
+
1442
+ .col-sidebar {
1443
+ grid-area: sidebar;
1444
+ }
1445
+ .col-content {
1446
+ grid-area: content;
1447
+ padding: 0 1rem;
1448
+ }
1445
1449
  }
1446
1450
  @media (min-width: 770px) and (max-width: 1399px) {
1447
- .col-sidebar {
1448
- max-height: calc(100vh - 2rem - 42px);
1449
- overflow: auto;
1450
- position: sticky;
1451
- top: 42px;
1452
- padding-top: 1rem;
1453
- }
1454
- .site-menu {
1455
- margin-top: 1rem;
1456
- }
1451
+ .col-sidebar {
1452
+ max-height: calc(100vh - 2rem - 42px);
1453
+ overflow: auto;
1454
+ position: sticky;
1455
+ top: 42px;
1456
+ padding-top: 1rem;
1457
+ }
1458
+ .site-menu {
1459
+ margin-top: 1rem;
1460
+ }
1457
1461
  }
1458
1462
 
1459
1463
  /* two sidebars */
1460
1464
  @media (min-width: 1200px) {
1461
- .container-main {
1462
- grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem);
1463
- grid-template-areas: "sidebar content toc";
1464
- }
1465
-
1466
- .col-sidebar {
1467
- display: contents;
1468
- }
1469
-
1470
- .page-menu {
1471
- grid-area: toc;
1472
- padding-left: 1rem;
1473
- }
1474
- .site-menu {
1475
- grid-area: sidebar;
1476
- }
1477
-
1478
- .site-menu {
1479
- margin-top: 1rem;
1480
- }
1481
-
1482
- .page-menu,
1483
- .site-menu {
1484
- max-height: calc(100vh - 2rem - 42px);
1485
- overflow: auto;
1486
- position: sticky;
1487
- top: 42px;
1488
- }
1465
+ .container-main {
1466
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem);
1467
+ grid-template-areas: "sidebar content toc";
1468
+ }
1469
+
1470
+ .col-sidebar {
1471
+ display: contents;
1472
+ }
1473
+
1474
+ .page-menu {
1475
+ grid-area: toc;
1476
+ padding-left: 1rem;
1477
+ }
1478
+ .site-menu {
1479
+ grid-area: sidebar;
1480
+ }
1481
+
1482
+ .site-menu {
1483
+ margin-top: 1rem;
1484
+ }
1485
+
1486
+ .page-menu,
1487
+ .site-menu {
1488
+ max-height: calc(100vh - 2rem - 42px);
1489
+ overflow: auto;
1490
+ position: sticky;
1491
+ top: 42px;
1492
+ }
1489
1493
  }