@alphafi/alphafi-sdk 0.0.39 → 0.0.40

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 (291) hide show
  1. package/dist/cjs/adminFunctions.d.ts.map +1 -1
  2. package/dist/cjs/adminFunctions.js +9 -1
  3. package/dist/cjs/adminFunctions.js.map +1 -1
  4. package/dist/cjs/common/coins.d.ts.map +1 -1
  5. package/dist/cjs/common/coins.js +12 -0
  6. package/dist/cjs/common/coins.js.map +1 -1
  7. package/dist/cjs/common/constants.d.ts +135 -0
  8. package/dist/cjs/common/constants.d.ts.map +1 -1
  9. package/dist/cjs/common/constants.js +98 -7
  10. package/dist/cjs/common/constants.js.map +1 -1
  11. package/dist/cjs/common/maps.d.ts.map +1 -1
  12. package/dist/cjs/common/maps.js +103 -16
  13. package/dist/cjs/common/maps.js.map +1 -1
  14. package/dist/cjs/common/types.d.ts +58 -5
  15. package/dist/cjs/common/types.d.ts.map +1 -1
  16. package/dist/cjs/common/types.js.map +1 -1
  17. package/dist/cjs/index.d.ts +2 -1
  18. package/dist/cjs/index.d.ts.map +1 -1
  19. package/dist/cjs/index.js +9 -2
  20. package/dist/cjs/index.js.map +1 -1
  21. package/dist/cjs/sui-sdk/functions/fetchUserVaultBalances.d.ts.map +1 -1
  22. package/dist/cjs/sui-sdk/functions/fetchUserVaultBalances.js +2 -3
  23. package/dist/cjs/sui-sdk/functions/fetchUserVaultBalances.js.map +1 -1
  24. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
  25. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +5 -11
  26. package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
  27. package/dist/cjs/sui-sdk/functions/getReceipts.d.ts +2 -2
  28. package/dist/cjs/sui-sdk/functions/getReceipts.d.ts.map +1 -1
  29. package/dist/cjs/sui-sdk/functions/getReceipts.js +1 -1
  30. package/dist/cjs/sui-sdk/functions/getReceipts.js.map +1 -1
  31. package/dist/cjs/transactions/bluefin.d.ts +6 -0
  32. package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
  33. package/dist/cjs/transactions/bluefin.js +411 -34
  34. package/dist/cjs/transactions/bluefin.js.map +1 -1
  35. package/dist/cjs/transactions/cetus.d.ts +1 -1
  36. package/dist/cjs/transactions/cetus.d.ts.map +1 -1
  37. package/dist/cjs/transactions/cetus.js +3 -3
  38. package/dist/cjs/transactions/cetus.js.map +1 -1
  39. package/dist/cjs/transactions/deposit.d.ts.map +1 -1
  40. package/dist/cjs/transactions/deposit.js +9 -1
  41. package/dist/cjs/transactions/deposit.js.map +1 -1
  42. package/dist/cjs/transactions/withdraw.d.ts.map +1 -1
  43. package/dist/cjs/transactions/withdraw.js +9 -1
  44. package/dist/cjs/transactions/withdraw.js.map +1 -1
  45. package/dist/esm/adminFunctions.d.ts.map +1 -1
  46. package/dist/esm/adminFunctions.js +10 -2
  47. package/dist/esm/adminFunctions.js.map +1 -1
  48. package/dist/esm/common/coins.d.ts.map +1 -1
  49. package/dist/esm/common/coins.js +12 -0
  50. package/dist/esm/common/coins.js.map +1 -1
  51. package/dist/esm/common/constants.d.ts +135 -0
  52. package/dist/esm/common/constants.d.ts.map +1 -1
  53. package/dist/esm/common/constants.js +98 -7
  54. package/dist/esm/common/constants.js.map +1 -1
  55. package/dist/esm/common/maps.d.ts.map +1 -1
  56. package/dist/esm/common/maps.js +103 -16
  57. package/dist/esm/common/maps.js.map +1 -1
  58. package/dist/esm/common/types.d.ts +58 -5
  59. package/dist/esm/common/types.d.ts.map +1 -1
  60. package/dist/esm/common/types.js.map +1 -1
  61. package/dist/esm/index.d.ts +2 -1
  62. package/dist/esm/index.d.ts.map +1 -1
  63. package/dist/esm/index.js +2 -1
  64. package/dist/esm/index.js.map +1 -1
  65. package/dist/esm/sui-sdk/functions/fetchUserVaultBalances.d.ts.map +1 -1
  66. package/dist/esm/sui-sdk/functions/fetchUserVaultBalances.js +2 -3
  67. package/dist/esm/sui-sdk/functions/fetchUserVaultBalances.js.map +1 -1
  68. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.d.ts.map +1 -1
  69. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +5 -11
  70. package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
  71. package/dist/esm/sui-sdk/functions/getReceipts.d.ts +2 -2
  72. package/dist/esm/sui-sdk/functions/getReceipts.d.ts.map +1 -1
  73. package/dist/esm/sui-sdk/functions/getReceipts.js +1 -1
  74. package/dist/esm/sui-sdk/functions/getReceipts.js.map +1 -1
  75. package/dist/esm/transactions/bluefin.d.ts +6 -0
  76. package/dist/esm/transactions/bluefin.d.ts.map +1 -1
  77. package/dist/esm/transactions/bluefin.js +408 -33
  78. package/dist/esm/transactions/bluefin.js.map +1 -1
  79. package/dist/esm/transactions/cetus.d.ts +1 -1
  80. package/dist/esm/transactions/cetus.d.ts.map +1 -1
  81. package/dist/esm/transactions/cetus.js +3 -3
  82. package/dist/esm/transactions/cetus.js.map +1 -1
  83. package/dist/esm/transactions/deposit.d.ts.map +1 -1
  84. package/dist/esm/transactions/deposit.js +10 -2
  85. package/dist/esm/transactions/deposit.js.map +1 -1
  86. package/dist/esm/transactions/withdraw.d.ts.map +1 -1
  87. package/dist/esm/transactions/withdraw.js +10 -2
  88. package/dist/esm/transactions/withdraw.js.map +1 -1
  89. package/docs/assets/highlight.css +101 -0
  90. package/docs/assets/icons.js +21 -0
  91. package/docs/assets/icons.svg +1 -0
  92. package/docs/assets/main.js +2218 -0
  93. package/docs/assets/navigation.js +2 -0
  94. package/docs/assets/search.js +2 -0
  95. package/docs/assets/style.css +1489 -0
  96. package/docs/functions/alphaLpBreakdown.html +253 -0
  97. package/docs/functions/bucketDepositTx.html +267 -0
  98. package/docs/functions/bucketWithdrawTx.html +267 -0
  99. package/docs/functions/cetusLpBreakdown.html +253 -0
  100. package/docs/functions/claimRewardTxb.html +243 -0
  101. package/docs/functions/coinAmountToXTokensDoubleAsset.html +267 -0
  102. package/docs/functions/coinAmountToXTokensSingleAsset.html +260 -0
  103. package/docs/functions/coinsInPool.html +438 -0
  104. package/docs/functions/collectRewards.html +242 -0
  105. package/docs/functions/deposit.html +246 -0
  106. package/docs/functions/depositAlphaTxb.html +250 -0
  107. package/docs/functions/depositBluefinSuiFirstTxb.html +302 -0
  108. package/docs/functions/depositBluefinType1Txb.html +300 -0
  109. package/docs/functions/depositBluefinType2Txb.html +300 -0
  110. package/docs/functions/depositCetusAlphaSuiTxb.html +300 -0
  111. package/docs/functions/depositCetusSuiTxb.html +298 -0
  112. package/docs/functions/depositCetusTxb.html +298 -0
  113. package/docs/functions/depositDoubleAssetTxb.html +270 -0
  114. package/docs/functions/depositSingleAssetTxb.html +263 -0
  115. package/docs/functions/fetchAfterTransactionEvents.html +306 -0
  116. package/docs/functions/fetchAutoCompoundingEvents.html +257 -0
  117. package/docs/functions/fetchAutoCompoundingEventsGql.html +251 -0
  118. package/docs/functions/fetchCetusPools.html +231 -0
  119. package/docs/functions/fetchChainIdentifier.html +233 -0
  120. package/docs/functions/fetchCheckRatioEvents.html +249 -0
  121. package/docs/functions/fetchLiquidityChangeEvents.html +257 -0
  122. package/docs/functions/fetchMultiReceipts.html +261 -0
  123. package/docs/functions/fetchNftHolders.html +233 -0
  124. package/docs/functions/fetchPools.html +230 -0
  125. package/docs/functions/fetchPortfolioData.html +243 -0
  126. package/docs/functions/fetchProtocolData.html +231 -0
  127. package/docs/functions/fetchTVL.html +253 -0
  128. package/docs/functions/fetchUserVaultBalances.html +245 -0
  129. package/docs/functions/fetchUserVaults.html +243 -0
  130. package/docs/functions/fetchUserWalletData.html +243 -0
  131. package/docs/functions/fetchWithdrawV2Events.html +255 -0
  132. package/docs/functions/getAirdropShare.html +243 -0
  133. package/docs/functions/getAllDoubleAssetVaults.html +235 -0
  134. package/docs/functions/getAllSingleAssetVaults.html +235 -0
  135. package/docs/functions/getAllVaultBalances.html +265 -0
  136. package/docs/functions/getAllVaults.html +233 -0
  137. package/docs/functions/getAlphaUnlocks.html +245 -0
  138. package/docs/functions/getAlphaVaultBalance.html +255 -0
  139. package/docs/functions/getAmounts.html +272 -0
  140. package/docs/functions/getApr.html +243 -0
  141. package/docs/functions/getAprs.html +255 -0
  142. package/docs/functions/getApy.html +243 -0
  143. package/docs/functions/getApys.html +255 -0
  144. package/docs/functions/getCetusInvestorTicksMap.html +284 -0
  145. package/docs/functions/getCetusSqrtPriceMap.html +249 -0
  146. package/docs/functions/getCoinAmountsFromLiquidity.html +266 -0
  147. package/docs/functions/getConf.html +9882 -0
  148. package/docs/functions/getCurrentTick.html +247 -0
  149. package/docs/functions/getDoubleAssetVaultBalance.html +268 -0
  150. package/docs/functions/getDoubleAssetVaults.html +253 -0
  151. package/docs/functions/getHoldersFromTransactions.html +299 -0
  152. package/docs/functions/getInvestor.html +259 -0
  153. package/docs/functions/getInvestorPoolMap.html +241 -0
  154. package/docs/functions/getLastAutoCompoundTime.html +249 -0
  155. package/docs/functions/getLiquidity.html +260 -0
  156. package/docs/functions/getParentPool.html +256 -0
  157. package/docs/functions/getPool.html +262 -0
  158. package/docs/functions/getPoolExchangeRateMap.html +249 -0
  159. package/docs/functions/getPositionTicks.html +249 -0
  160. package/docs/functions/getPriceToTick.html +254 -0
  161. package/docs/functions/getRebalanceHistories.html +269 -0
  162. package/docs/functions/getRebalanceHistory.html +255 -0
  163. package/docs/functions/getReceipts.html +268 -0
  164. package/docs/functions/getSingleAssetVaultBalance.html +268 -0
  165. package/docs/functions/getSingleAssetVaults.html +253 -0
  166. package/docs/functions/getSuiClient.html +247 -0
  167. package/docs/functions/getSuiNodeUrl.html +232 -0
  168. package/docs/functions/getTVLs.html +243 -0
  169. package/docs/functions/getTickToPrice.html +254 -0
  170. package/docs/functions/getUserTokensFromTransactions.html +269 -0
  171. package/docs/functions/getUserTokensInUsdFromTransactions.html +263 -0
  172. package/docs/functions/getVaultBalance.html +277 -0
  173. package/docs/functions/getVaultBalanceForActiveUsers.html +261 -0
  174. package/docs/functions/getVaults.html +250 -0
  175. package/docs/functions/getXTokenVaultBalanceForActiveUsers.html +261 -0
  176. package/docs/functions/lastAutocompoundTime.html +249 -0
  177. package/docs/functions/liquidityToTokens.html +253 -0
  178. package/docs/functions/loopingDeposit.html +277 -0
  179. package/docs/functions/loopingWithdraw.html +278 -0
  180. package/docs/functions/multiLiquidityToTokens.html +271 -0
  181. package/docs/functions/multiTokensToUsd.html +262 -0
  182. package/docs/functions/multiXTokensToLiquidity.html +257 -0
  183. package/docs/functions/naviDepositTx.html +278 -0
  184. package/docs/functions/naviHasuiSuiLoopDepositTx.html +271 -0
  185. package/docs/functions/naviHasuiSuiLoopWithdrawTx.html +271 -0
  186. package/docs/functions/naviSuiVsuiLoopDepositTx.html +271 -0
  187. package/docs/functions/naviSuiVsuiLoopWithdrawTx.html +271 -0
  188. package/docs/functions/naviUsdcUsdtLoopDepositTx.html +271 -0
  189. package/docs/functions/naviUsdcUsdtLoopWithdrawTx.html +271 -0
  190. package/docs/functions/naviUsdtUsdcLoopDepositTx.html +271 -0
  191. package/docs/functions/naviUsdtUsdcLoopWithdrawTx.html +271 -0
  192. package/docs/functions/naviWithdrawTx.html +278 -0
  193. package/docs/functions/parseUserWalletData.html +243 -0
  194. package/docs/functions/setSuiClient.html +255 -0
  195. package/docs/functions/setSuiNodeUrl.html +249 -0
  196. package/docs/functions/withdraw.html +249 -0
  197. package/docs/functions/withdrawAlphaTxb.html +257 -0
  198. package/docs/functions/withdrawBluefinSuiFirstTxb.html +282 -0
  199. package/docs/functions/withdrawBluefinType1Txb.html +280 -0
  200. package/docs/functions/withdrawBluefinType2Txb.html +280 -0
  201. package/docs/functions/withdrawCetusAlphaSuiTxb.html +282 -0
  202. package/docs/functions/withdrawCetusSuiTxb.html +278 -0
  203. package/docs/functions/withdrawCetusTxb.html +278 -0
  204. package/docs/functions/withdrawTxb.html +260 -0
  205. package/docs/index.html +622 -0
  206. package/docs/interfaces/Coin.html +474 -0
  207. package/docs/interfaces/CoinPair.html +358 -0
  208. package/docs/interfaces/NaviVoloData.html +514 -0
  209. package/docs/interfaces/RebalanceHistoryType.html +652 -0
  210. package/docs/modules.html +1440 -0
  211. package/docs/types/AfterTransactionEventNode.html +305 -0
  212. package/docs/types/Allocator.html +321 -0
  213. package/docs/types/AlphaFiDoubleAssetVault.html +258 -0
  214. package/docs/types/AlphaFiMultiVaultBalance.html +219 -0
  215. package/docs/types/AlphaFiSingleAssetVault.html +244 -0
  216. package/docs/types/AlphaFiVault.html +214 -0
  217. package/docs/types/AlphaFiVaultBalance.html +220 -0
  218. package/docs/types/AlphaPoolType.html +383 -0
  219. package/docs/types/AlphaReceipt.html +220 -0
  220. package/docs/types/AlphaReceiptFields.html +421 -0
  221. package/docs/types/AlphaVaultBalance.html +245 -0
  222. package/docs/types/AutoCompoundingEventNode.html +225 -0
  223. package/docs/types/BluefinInvestor.html +209 -0
  224. package/docs/types/BluefinPoolType.html +209 -0
  225. package/docs/types/BucketInvestor.html +249 -0
  226. package/docs/types/CetusInvestor.html +240 -0
  227. package/docs/types/CetusPoolType.html +433 -0
  228. package/docs/types/CetusSwapOptions.html +209 -0
  229. package/docs/types/CoinAmounts.html +216 -0
  230. package/docs/types/CoinName.html +281 -0
  231. package/docs/types/CoinType.html +282 -0
  232. package/docs/types/CommonInvestorFields.html +276 -0
  233. package/docs/types/CreatePoolOptions.html +246 -0
  234. package/docs/types/Distributor.html +341 -0
  235. package/docs/types/DoubleAssetMultiVaultBalance.html +236 -0
  236. package/docs/types/DoubleAssetPoolNames.html +267 -0
  237. package/docs/types/DoubleAssetTokenHoldings.html +232 -0
  238. package/docs/types/DoubleAssetVaultBalance.html +229 -0
  239. package/docs/types/GetHoldersParams.html +221 -0
  240. package/docs/types/GetTokenHoldingsParams.html +227 -0
  241. package/docs/types/GetUserTokensFromTransactionsParams.html +233 -0
  242. package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +244 -0
  243. package/docs/types/GetVaultBalanceForActiveUsersParams.html +231 -0
  244. package/docs/types/GetVaultBalanceParams.html +217 -0
  245. package/docs/types/HoldingsObj.html +223 -0
  246. package/docs/types/Icon.html +266 -0
  247. package/docs/types/Investor.html +245 -0
  248. package/docs/types/LiquidityChangeEventNode.html +220 -0
  249. package/docs/types/LiquidityToTokensParams.html +255 -0
  250. package/docs/types/LiquidityToUsdParams.html +267 -0
  251. package/docs/types/LoopingDebt.html +258 -0
  252. package/docs/types/LpBreakdownType.html +238 -0
  253. package/docs/types/MemberPoolDataType.html +276 -0
  254. package/docs/types/MemberType.html +269 -0
  255. package/docs/types/MultiGetVaultBalancesParams.html +229 -0
  256. package/docs/types/NaviInvestor.html +235 -0
  257. package/docs/types/OtherReceiptFields.html +373 -0
  258. package/docs/types/PoolName.html +304 -0
  259. package/docs/types/PoolReceipt.html +253 -0
  260. package/docs/types/PoolType.html +388 -0
  261. package/docs/types/Receipt.html +475 -0
  262. package/docs/types/ReceiptGQL.html +374 -0
  263. package/docs/types/SingleAssetMultiVaultBalance.html +232 -0
  264. package/docs/types/SingleAssetPoolNames.html +247 -0
  265. package/docs/types/SingleAssetTokenHoldings.html +228 -0
  266. package/docs/types/SingleAssetVaultBalance.html +223 -0
  267. package/docs/types/SingleGetVaultBalancesParams.html +224 -0
  268. package/docs/types/StrategyType.html +217 -0
  269. package/docs/types/SuiNetwork.html +213 -0
  270. package/docs/types/SwapOptions.html +248 -0
  271. package/docs/types/TickSpacing.html +212 -0
  272. package/docs/types/TotalWeightType.html +246 -0
  273. package/docs/types/TransactionBlockType.html +358 -0
  274. package/docs/types/UserPoolLiquidity.html +221 -0
  275. package/docs/types/UserPoolTokenHoldings.html +217 -0
  276. package/docs/types/UserUsdHoldings.html +223 -0
  277. package/docs/types/VaultBalance.html +216 -0
  278. package/docs/types/WithdrawV2EventNode.html +208 -0
  279. package/docs/variables/bluefinPoolMap.html +214 -0
  280. package/docs/variables/cetusPoolMap.html +214 -0
  281. package/docs/variables/coinsList.html +220 -0
  282. package/docs/variables/defunctPoolsSet.html +209 -0
  283. package/docs/variables/doubleAssetPoolCoinMap.html +237 -0
  284. package/docs/variables/loopingAccountAddresses.html +219 -0
  285. package/docs/variables/loopingPoolCoinMap.html +233 -0
  286. package/docs/variables/naviAssetMap.html +215 -0
  287. package/docs/variables/poolIdPoolNameMap.html +218 -0
  288. package/docs/variables/poolInfo.html +304 -0
  289. package/docs/variables/singleAssetPoolCoinMap.html +229 -0
  290. package/docs/variables/stableCoins.html +207 -0
  291. package/package.json +1 -1
@@ -0,0 +1,1489 @@
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;
99
+ }
100
+
101
+ @media (prefers-color-scheme: light) {
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"] {
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
+ }
306
+
307
+ *:focus-visible,
308
+ .tsd-accordion-summary:focus-visible svg {
309
+ outline: 2px solid var(--color-focus-outline);
310
+ }
311
+
312
+ .always-visible,
313
+ .always-visible .tsd-signatures {
314
+ display: inherit !important;
315
+ }
316
+
317
+ h1,
318
+ h2,
319
+ h3,
320
+ h4,
321
+ h5,
322
+ h6 {
323
+ line-height: 1.2;
324
+ }
325
+
326
+ h1 {
327
+ font-size: 1.875rem;
328
+ margin: 0.67rem 0;
329
+ }
330
+
331
+ h2 {
332
+ font-size: 1.5rem;
333
+ margin: 0.83rem 0;
334
+ }
335
+
336
+ h3 {
337
+ font-size: 1.25rem;
338
+ margin: 1rem 0;
339
+ }
340
+
341
+ h4 {
342
+ font-size: 1.05rem;
343
+ margin: 1.33rem 0;
344
+ }
345
+
346
+ h5 {
347
+ font-size: 1rem;
348
+ margin: 1.5rem 0;
349
+ }
350
+
351
+ h6 {
352
+ font-size: 0.875rem;
353
+ margin: 2.33rem 0;
354
+ }
355
+
356
+ dl,
357
+ menu,
358
+ ol,
359
+ ul {
360
+ margin: 1em 0;
361
+ }
362
+
363
+ dd {
364
+ margin: 0 0 0 40px;
365
+ }
366
+
367
+ .container {
368
+ max-width: 1700px;
369
+ padding: 0 2rem;
370
+ }
371
+
372
+ /* Footer */
373
+ footer {
374
+ border-top: 1px solid var(--color-accent);
375
+ padding-top: 1rem;
376
+ padding-bottom: 1rem;
377
+ max-height: 3.5rem;
378
+ }
379
+ footer > p {
380
+ margin: 0 1em;
381
+ }
382
+
383
+ .container-main {
384
+ margin: 0 auto;
385
+ /* toolbar, footer, margin */
386
+ min-height: calc(100vh - 41px - 56px - 4rem);
387
+ }
388
+
389
+ @keyframes fade-in {
390
+ from {
391
+ opacity: 0;
392
+ }
393
+ to {
394
+ opacity: 1;
395
+ }
396
+ }
397
+ @keyframes fade-out {
398
+ from {
399
+ opacity: 1;
400
+ visibility: visible;
401
+ }
402
+ to {
403
+ opacity: 0;
404
+ }
405
+ }
406
+ @keyframes fade-in-delayed {
407
+ 0% {
408
+ opacity: 0;
409
+ }
410
+ 33% {
411
+ opacity: 0;
412
+ }
413
+ 100% {
414
+ opacity: 1;
415
+ }
416
+ }
417
+ @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
+ }
428
+ }
429
+ @keyframes pop-in-from-right {
430
+ from {
431
+ transform: translate(100%, 0);
432
+ }
433
+ to {
434
+ transform: translate(0, 0);
435
+ }
436
+ }
437
+ @keyframes pop-out-to-right {
438
+ from {
439
+ transform: translate(0, 0);
440
+ visibility: visible;
441
+ }
442
+ to {
443
+ transform: translate(100%, 0);
444
+ }
445
+ }
446
+ 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);
452
+ }
453
+
454
+ a {
455
+ color: var(--color-link);
456
+ text-decoration: none;
457
+ }
458
+ a:hover {
459
+ text-decoration: underline;
460
+ }
461
+ 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
+ }
467
+ a.tsd-anchor-link {
468
+ color: var(--color-text);
469
+ }
470
+
471
+ code,
472
+ 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;
478
+ }
479
+
480
+ pre {
481
+ position: relative;
482
+ white-space: pre-wrap;
483
+ word-wrap: break-word;
484
+ padding: 10px;
485
+ border: 1px solid var(--color-accent);
486
+ }
487
+ pre code {
488
+ padding: 0;
489
+ font-size: 100%;
490
+ }
491
+ pre > button {
492
+ position: absolute;
493
+ top: 10px;
494
+ right: 10px;
495
+ opacity: 0;
496
+ transition: opacity 0.1s;
497
+ box-sizing: border-box;
498
+ }
499
+ pre:hover > button,
500
+ pre > button.visible {
501
+ opacity: 1;
502
+ }
503
+
504
+ blockquote {
505
+ margin: 1em 0;
506
+ padding-left: 1em;
507
+ border-left: 4px solid gray;
508
+ }
509
+
510
+ .tsd-typography {
511
+ line-height: 1.333em;
512
+ }
513
+ .tsd-typography ul {
514
+ list-style: square;
515
+ padding: 0 0 0 20px;
516
+ margin: 0;
517
+ }
518
+ .tsd-typography .tsd-index-panel h3,
519
+ .tsd-index-panel .tsd-typography h3,
520
+ .tsd-typography h4,
521
+ .tsd-typography h5,
522
+ .tsd-typography h6 {
523
+ font-size: 1em;
524
+ }
525
+ .tsd-typography h5,
526
+ .tsd-typography h6 {
527
+ font-weight: normal;
528
+ }
529
+ .tsd-typography p,
530
+ .tsd-typography ul,
531
+ .tsd-typography ol {
532
+ margin: 1em 0;
533
+ }
534
+ .tsd-typography table {
535
+ border-collapse: collapse;
536
+ border: none;
537
+ }
538
+ .tsd-typography td,
539
+ .tsd-typography th {
540
+ padding: 6px 13px;
541
+ border: 1px solid var(--color-accent);
542
+ }
543
+ .tsd-typography thead,
544
+ .tsd-typography tr:nth-child(even) {
545
+ background-color: var(--color-background-secondary);
546
+ }
547
+
548
+ .tsd-breadcrumb {
549
+ margin: 0;
550
+ padding: 0;
551
+ color: var(--color-text-aside);
552
+ }
553
+ .tsd-breadcrumb a {
554
+ color: var(--color-text-aside);
555
+ text-decoration: none;
556
+ }
557
+ .tsd-breadcrumb a:hover {
558
+ text-decoration: underline;
559
+ }
560
+ .tsd-breadcrumb li {
561
+ display: inline;
562
+ }
563
+ .tsd-breadcrumb li:after {
564
+ content: " / ";
565
+ }
566
+
567
+ .tsd-comment-tags {
568
+ display: flex;
569
+ flex-direction: column;
570
+ }
571
+ dl.tsd-comment-tag-group {
572
+ display: flex;
573
+ align-items: center;
574
+ overflow: hidden;
575
+ margin: 0.5em 0;
576
+ }
577
+ dl.tsd-comment-tag-group dt {
578
+ display: flex;
579
+ margin-right: 0.5em;
580
+ font-size: 0.875em;
581
+ font-weight: normal;
582
+ }
583
+ dl.tsd-comment-tag-group dd {
584
+ margin: 0;
585
+ }
586
+ 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
+ }
592
+ h1 code.tsd-tag:first-of-type {
593
+ margin-left: 0.25em;
594
+ }
595
+
596
+ dl.tsd-comment-tag-group dd:before,
597
+ dl.tsd-comment-tag-group dd:after {
598
+ content: " ";
599
+ }
600
+ dl.tsd-comment-tag-group dd pre,
601
+ dl.tsd-comment-tag-group dd:after {
602
+ clear: both;
603
+ }
604
+ dl.tsd-comment-tag-group p {
605
+ margin: 0;
606
+ }
607
+
608
+ .tsd-panel.tsd-comment .lead {
609
+ font-size: 1.1em;
610
+ line-height: 1.333em;
611
+ margin-bottom: 2em;
612
+ }
613
+ .tsd-panel.tsd-comment .lead:last-child {
614
+ margin-bottom: 0;
615
+ }
616
+
617
+ .tsd-filter-visibility h4 {
618
+ font-size: 1rem;
619
+ padding-top: 0.75rem;
620
+ padding-bottom: 0.5rem;
621
+ margin: 0;
622
+ }
623
+ .tsd-filter-item:not(:last-child) {
624
+ margin-bottom: 0.5rem;
625
+ }
626
+ .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;
636
+ }
637
+ .tsd-filter-input input[type="checkbox"] {
638
+ cursor: pointer;
639
+ position: absolute;
640
+ width: 1.5em;
641
+ height: 1.5em;
642
+ opacity: 0;
643
+ }
644
+ .tsd-filter-input input[type="checkbox"]:disabled {
645
+ pointer-events: none;
646
+ }
647
+ .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.
654
+ Don't remove unless you know what you're doing. */
655
+ opacity: 0.99;
656
+ }
657
+ .tsd-filter-input input[type="checkbox"]:focus-visible + svg {
658
+ outline: 2px solid var(--color-focus-outline);
659
+ }
660
+ .tsd-checkbox-background {
661
+ fill: var(--color-accent);
662
+ }
663
+ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
664
+ stroke: var(--color-text);
665
+ }
666
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
667
+ fill: var(--color-background);
668
+ stroke: var(--color-accent);
669
+ stroke-width: 0.25rem;
670
+ }
671
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
672
+ stroke: var(--color-accent);
673
+ }
674
+
675
+ .settings-label {
676
+ font-weight: bold;
677
+ text-transform: uppercase;
678
+ display: inline-block;
679
+ }
680
+
681
+ .tsd-filter-visibility .settings-label {
682
+ margin: 0.75rem 0 0.5rem 0;
683
+ }
684
+
685
+ .tsd-theme-toggle .settings-label {
686
+ margin: 0.75rem 0.75rem 0 0;
687
+ }
688
+
689
+ .tsd-hierarchy {
690
+ list-style: square;
691
+ margin: 0;
692
+ }
693
+ .tsd-hierarchy .target {
694
+ font-weight: bold;
695
+ }
696
+
697
+ .tsd-full-hierarchy:not(:last-child) {
698
+ margin-bottom: 1em;
699
+ padding-bottom: 1em;
700
+ border-bottom: 1px solid var(--color-accent);
701
+ }
702
+ .tsd-full-hierarchy,
703
+ .tsd-full-hierarchy ul {
704
+ list-style: none;
705
+ margin: 0;
706
+ padding: 0;
707
+ }
708
+ .tsd-full-hierarchy ul {
709
+ padding-left: 1.5rem;
710
+ }
711
+ .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);
717
+ }
718
+
719
+ .tsd-panel-group.tsd-index-group {
720
+ margin-bottom: 0;
721
+ }
722
+ .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;
732
+ }
733
+ @media (max-width: 1024px) {
734
+ .tsd-index-panel .tsd-index-list {
735
+ grid-template-columns: repeat(2, 1fr);
736
+ }
737
+ }
738
+ @media (max-width: 768px) {
739
+ .tsd-index-panel .tsd-index-list {
740
+ grid-template-columns: repeat(1, 1fr);
741
+ }
742
+ }
743
+ .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;
749
+ }
750
+
751
+ .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;
761
+ }
762
+
763
+ .tsd-anchor {
764
+ position: relative;
765
+ top: -100px;
766
+ }
767
+
768
+ .tsd-member {
769
+ position: relative;
770
+ }
771
+ .tsd-member .tsd-anchor + h3 {
772
+ display: flex;
773
+ align-items: center;
774
+ margin-top: 0;
775
+ margin-bottom: 0;
776
+ border-bottom: none;
777
+ }
778
+
779
+ .tsd-navigation.settings {
780
+ margin: 1rem 0;
781
+ }
782
+ .tsd-navigation > a,
783
+ .tsd-navigation .tsd-accordion-summary {
784
+ width: calc(100% - 0.25rem);
785
+ display: flex;
786
+ align-items: center;
787
+ }
788
+ .tsd-navigation a,
789
+ .tsd-navigation summary > span,
790
+ .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;
798
+ }
799
+ .tsd-navigation a.current,
800
+ .tsd-page-navigation a.current {
801
+ background: var(--color-active-menu-item);
802
+ }
803
+ .tsd-navigation a:hover,
804
+ .tsd-page-navigation a:hover {
805
+ text-decoration: underline;
806
+ }
807
+ .tsd-navigation ul,
808
+ .tsd-page-navigation ul {
809
+ margin-top: 0;
810
+ margin-bottom: 0;
811
+ padding: 0;
812
+ list-style: none;
813
+ }
814
+ .tsd-navigation li,
815
+ .tsd-page-navigation li {
816
+ padding: 0;
817
+ max-width: 100%;
818
+ }
819
+ .tsd-navigation .tsd-nav-link {
820
+ display: none;
821
+ }
822
+ .tsd-nested-navigation {
823
+ margin-left: 3rem;
824
+ }
825
+ .tsd-nested-navigation > li > details {
826
+ margin-left: -1.5rem;
827
+ }
828
+ .tsd-small-nested-navigation {
829
+ margin-left: 1.5rem;
830
+ }
831
+ .tsd-small-nested-navigation > li > details {
832
+ margin-left: -1.5rem;
833
+ }
834
+
835
+ .tsd-page-navigation-section {
836
+ margin-left: 10px;
837
+ }
838
+ .tsd-page-navigation-section > summary {
839
+ padding: 0.25rem;
840
+ }
841
+ .tsd-page-navigation-section > div {
842
+ margin-left: 20px;
843
+ }
844
+ .tsd-page-navigation ul {
845
+ padding-left: 1.75rem;
846
+ }
847
+
848
+ #tsd-sidebar-links a {
849
+ margin-top: 0;
850
+ margin-bottom: 0.5rem;
851
+ line-height: 1.25rem;
852
+ }
853
+ #tsd-sidebar-links a:last-of-type {
854
+ margin-bottom: 0;
855
+ }
856
+
857
+ 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);
864
+ }
865
+ .tsd-accordion-summary {
866
+ list-style-type: none; /* hide marker on non-safari */
867
+ outline: none; /* broken on safari, so just hide it */
868
+ }
869
+ .tsd-accordion-summary::-webkit-details-marker {
870
+ display: none; /* hide marker on safari */
871
+ }
872
+ .tsd-accordion-summary,
873
+ .tsd-accordion-summary a {
874
+ -moz-user-select: none;
875
+ -webkit-user-select: none;
876
+ -ms-user-select: none;
877
+ user-select: none;
878
+
879
+ cursor: pointer;
880
+ }
881
+ .tsd-accordion-summary a {
882
+ width: calc(100% - 1.5rem);
883
+ }
884
+ .tsd-accordion-summary > * {
885
+ margin-top: 0;
886
+ margin-bottom: 0;
887
+ padding-top: 0;
888
+ padding-bottom: 0;
889
+ }
890
+ .tsd-accordion .tsd-accordion-summary > svg {
891
+ margin-left: 0.25rem;
892
+ vertical-align: text-top;
893
+ }
894
+ .tsd-index-content > :not(:first-child) {
895
+ margin-top: 0.75rem;
896
+ }
897
+ .tsd-index-heading {
898
+ margin-top: 1.5rem;
899
+ margin-bottom: 0.75rem;
900
+ }
901
+
902
+ .tsd-no-select {
903
+ -webkit-user-select: none;
904
+ -moz-user-select: none;
905
+ -ms-user-select: none;
906
+ user-select: none;
907
+ }
908
+ .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;
914
+ }
915
+ .tsd-signature > .tsd-kind-icon {
916
+ margin-right: 0.8rem;
917
+ }
918
+
919
+ .tsd-panel {
920
+ margin-bottom: 2.5rem;
921
+ }
922
+ .tsd-panel.tsd-member {
923
+ margin-bottom: 4rem;
924
+ }
925
+ .tsd-panel:empty {
926
+ display: none;
927
+ }
928
+ .tsd-panel > h1,
929
+ .tsd-panel > h2,
930
+ .tsd-panel > h3 {
931
+ margin: 1.5rem -1.5rem 0.75rem -1.5rem;
932
+ padding: 0 1.5rem 0.75rem 1.5rem;
933
+ }
934
+ .tsd-panel > h1.tsd-before-signature,
935
+ .tsd-panel > h2.tsd-before-signature,
936
+ .tsd-panel > h3.tsd-before-signature {
937
+ margin-bottom: 0;
938
+ border-bottom: none;
939
+ }
940
+
941
+ .tsd-panel-group {
942
+ margin: 2rem 0;
943
+ }
944
+ .tsd-panel-group.tsd-index-group {
945
+ margin: 2rem 0;
946
+ }
947
+ .tsd-panel-group.tsd-index-group details {
948
+ margin: 2rem 0;
949
+ }
950
+ .tsd-panel-group > .tsd-accordion-summary {
951
+ margin-bottom: 1rem;
952
+ }
953
+
954
+ #tsd-search {
955
+ transition: background-color 0.2s;
956
+ }
957
+ #tsd-search .title {
958
+ position: relative;
959
+ z-index: 2;
960
+ }
961
+ #tsd-search .field {
962
+ position: absolute;
963
+ left: 0;
964
+ top: 0;
965
+ right: 2.5rem;
966
+ height: 100%;
967
+ }
968
+ #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);
980
+ }
981
+ #tsd-search .field label {
982
+ position: absolute;
983
+ overflow: hidden;
984
+ right: -40px;
985
+ }
986
+ #tsd-search .field input,
987
+ #tsd-search .title,
988
+ #tsd-toolbar-links a {
989
+ transition: opacity 0.2s;
990
+ }
991
+ #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);
1000
+ }
1001
+ #tsd-search .results li {
1002
+ background-color: var(--color-background);
1003
+ line-height: initial;
1004
+ padding: 4px;
1005
+ }
1006
+ #tsd-search .results li:nth-child(even) {
1007
+ background-color: var(--color-background-secondary);
1008
+ }
1009
+ #tsd-search .results li.state {
1010
+ display: none;
1011
+ }
1012
+ #tsd-search .results li.current:not(.no-results),
1013
+ #tsd-search .results li:hover:not(.no-results) {
1014
+ background-color: var(--color-accent);
1015
+ }
1016
+ #tsd-search .results a {
1017
+ display: flex;
1018
+ align-items: center;
1019
+ padding: 0.25rem;
1020
+ box-sizing: border-box;
1021
+ }
1022
+ #tsd-search .results a:before {
1023
+ top: 10px;
1024
+ }
1025
+ #tsd-search .results span.parent {
1026
+ color: var(--color-text-aside);
1027
+ font-weight: normal;
1028
+ }
1029
+ #tsd-search.has-focus {
1030
+ background-color: var(--color-accent);
1031
+ }
1032
+ #tsd-search.has-focus .field input {
1033
+ top: 0;
1034
+ opacity: 1;
1035
+ }
1036
+ #tsd-search.has-focus .title,
1037
+ #tsd-search.has-focus #tsd-toolbar-links a {
1038
+ z-index: 0;
1039
+ opacity: 0;
1040
+ }
1041
+ #tsd-search.has-focus .results {
1042
+ visibility: visible;
1043
+ }
1044
+ #tsd-search.loading .results li.state.loading {
1045
+ display: block;
1046
+ }
1047
+ #tsd-search.failure .results li.state.failure {
1048
+ display: block;
1049
+ }
1050
+
1051
+ #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;
1059
+ }
1060
+ #tsd-toolbar-links a {
1061
+ margin-left: 1.5rem;
1062
+ }
1063
+ #tsd-toolbar-links a:hover {
1064
+ text-decoration: underline;
1065
+ }
1066
+
1067
+ .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;
1074
+ }
1075
+
1076
+ .tsd-signature-keyword {
1077
+ color: var(--color-ts-keyword);
1078
+ font-weight: normal;
1079
+ }
1080
+
1081
+ .tsd-signature-symbol {
1082
+ color: var(--color-text-aside);
1083
+ font-weight: normal;
1084
+ }
1085
+
1086
+ .tsd-signature-type {
1087
+ font-style: italic;
1088
+ font-weight: normal;
1089
+ }
1090
+
1091
+ .tsd-signatures {
1092
+ padding: 0;
1093
+ margin: 0 0 1em 0;
1094
+ list-style-type: none;
1095
+ }
1096
+ .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
+ }
1102
+ .tsd-signatures .tsd-index-signature:not(:last-child) {
1103
+ margin-bottom: 1em;
1104
+ }
1105
+ .tsd-signatures .tsd-index-signature .tsd-signature {
1106
+ border-width: 1px;
1107
+ }
1108
+ .tsd-description .tsd-signatures .tsd-signature {
1109
+ border-width: 1px;
1110
+ }
1111
+
1112
+ ul.tsd-parameter-list,
1113
+ ul.tsd-type-parameter-list {
1114
+ list-style: square;
1115
+ margin: 0;
1116
+ padding-left: 20px;
1117
+ }
1118
+ ul.tsd-parameter-list > li.tsd-parameter-signature,
1119
+ ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1120
+ list-style: none;
1121
+ margin-left: -20px;
1122
+ }
1123
+ ul.tsd-parameter-list h5,
1124
+ ul.tsd-type-parameter-list h5 {
1125
+ font-size: 16px;
1126
+ margin: 1em 0 0.5em 0;
1127
+ }
1128
+ .tsd-sources {
1129
+ margin-top: 1rem;
1130
+ font-size: 0.875em;
1131
+ }
1132
+ .tsd-sources a {
1133
+ color: var(--color-text-aside);
1134
+ text-decoration: underline;
1135
+ }
1136
+ .tsd-sources ul {
1137
+ list-style: none;
1138
+ padding: 0;
1139
+ }
1140
+
1141
+ .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;
1151
+ }
1152
+ .tsd-page-toolbar a {
1153
+ color: var(--color-text);
1154
+ text-decoration: none;
1155
+ }
1156
+ .tsd-page-toolbar a.title {
1157
+ font-weight: bold;
1158
+ }
1159
+ .tsd-page-toolbar a.title:hover {
1160
+ text-decoration: underline;
1161
+ }
1162
+ .tsd-page-toolbar .tsd-toolbar-contents {
1163
+ display: flex;
1164
+ justify-content: space-between;
1165
+ height: 2.5rem;
1166
+ margin: 0 auto;
1167
+ }
1168
+ .tsd-page-toolbar .table-cell {
1169
+ position: relative;
1170
+ white-space: nowrap;
1171
+ line-height: 40px;
1172
+ }
1173
+ .tsd-page-toolbar .table-cell:first-child {
1174
+ width: 100%;
1175
+ }
1176
+ .tsd-page-toolbar .tsd-toolbar-icon {
1177
+ box-sizing: border-box;
1178
+ line-height: 0;
1179
+ padding: 12px 0;
1180
+ }
1181
+
1182
+ .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;
1192
+ }
1193
+ .tsd-widget:hover {
1194
+ opacity: 0.9;
1195
+ }
1196
+ .tsd-widget.active {
1197
+ opacity: 1;
1198
+ background-color: var(--color-accent);
1199
+ }
1200
+ .tsd-widget.no-caption {
1201
+ width: 40px;
1202
+ }
1203
+ .tsd-widget.no-caption:before {
1204
+ margin: 0;
1205
+ }
1206
+
1207
+ .tsd-widget.options,
1208
+ .tsd-widget.menu {
1209
+ display: none;
1210
+ }
1211
+ input[type="checkbox"] + .tsd-widget:before {
1212
+ background-position: -120px 0;
1213
+ }
1214
+ input[type="checkbox"]:checked + .tsd-widget:before {
1215
+ background-position: -160px 0;
1216
+ }
1217
+
1218
+ img {
1219
+ max-width: 100%;
1220
+ }
1221
+
1222
+ .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);
1228
+ }
1229
+
1230
+ .tsd-anchor-icon svg {
1231
+ width: 1em;
1232
+ height: 1em;
1233
+ visibility: hidden;
1234
+ }
1235
+
1236
+ .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1237
+ visibility: visible;
1238
+ }
1239
+
1240
+ .deprecated {
1241
+ text-decoration: line-through !important;
1242
+ }
1243
+
1244
+ .warning {
1245
+ padding: 1rem;
1246
+ color: var(--color-warning-text);
1247
+ background: var(--color-background-warning);
1248
+ }
1249
+
1250
+ .tsd-kind-project {
1251
+ color: var(--color-ts-project);
1252
+ }
1253
+ .tsd-kind-module {
1254
+ color: var(--color-ts-module);
1255
+ }
1256
+ .tsd-kind-namespace {
1257
+ color: var(--color-ts-namespace);
1258
+ }
1259
+ .tsd-kind-enum {
1260
+ color: var(--color-ts-enum);
1261
+ }
1262
+ .tsd-kind-enum-member {
1263
+ color: var(--color-ts-enum-member);
1264
+ }
1265
+ .tsd-kind-variable {
1266
+ color: var(--color-ts-variable);
1267
+ }
1268
+ .tsd-kind-function {
1269
+ color: var(--color-ts-function);
1270
+ }
1271
+ .tsd-kind-class {
1272
+ color: var(--color-ts-class);
1273
+ }
1274
+ .tsd-kind-interface {
1275
+ color: var(--color-ts-interface);
1276
+ }
1277
+ .tsd-kind-constructor {
1278
+ color: var(--color-ts-constructor);
1279
+ }
1280
+ .tsd-kind-property {
1281
+ color: var(--color-ts-property);
1282
+ }
1283
+ .tsd-kind-method {
1284
+ color: var(--color-ts-method);
1285
+ }
1286
+ .tsd-kind-reference {
1287
+ color: var(--color-ts-reference);
1288
+ }
1289
+ .tsd-kind-call-signature {
1290
+ color: var(--color-ts-call-signature);
1291
+ }
1292
+ .tsd-kind-index-signature {
1293
+ color: var(--color-ts-index-signature);
1294
+ }
1295
+ .tsd-kind-constructor-signature {
1296
+ color: var(--color-ts-constructor-signature);
1297
+ }
1298
+ .tsd-kind-parameter {
1299
+ color: var(--color-ts-parameter);
1300
+ }
1301
+ .tsd-kind-type-parameter {
1302
+ color: var(--color-ts-type-parameter);
1303
+ }
1304
+ .tsd-kind-accessor {
1305
+ color: var(--color-ts-accessor);
1306
+ }
1307
+ .tsd-kind-get-signature {
1308
+ color: var(--color-ts-get-signature);
1309
+ }
1310
+ .tsd-kind-set-signature {
1311
+ color: var(--color-ts-set-signature);
1312
+ }
1313
+ .tsd-kind-type-alias {
1314
+ color: var(--color-ts-type-alias);
1315
+ }
1316
+
1317
+ /* if we have a kind icon, don't color the text by kind */
1318
+ .tsd-kind-icon ~ span {
1319
+ color: var(--color-text);
1320
+ }
1321
+
1322
+ * {
1323
+ scrollbar-width: thin;
1324
+ scrollbar-color: var(--color-accent) var(--color-icon-background);
1325
+ }
1326
+
1327
+ *::-webkit-scrollbar {
1328
+ width: 0.75rem;
1329
+ }
1330
+
1331
+ *::-webkit-scrollbar-track {
1332
+ background: var(--color-icon-background);
1333
+ }
1334
+
1335
+ *::-webkit-scrollbar-thumb {
1336
+ background-color: var(--color-accent);
1337
+ border-radius: 999rem;
1338
+ border: 0.25rem solid var(--color-icon-background);
1339
+ }
1340
+
1341
+ /* mobile */
1342
+ @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
+ }
1427
+ }
1428
+
1429
+ /* one sidebar */
1430
+ @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
+ }
1445
+ }
1446
+ @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
+ }
1457
+ }
1458
+
1459
+ /* two sidebars */
1460
+ @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
+ }
1489
+ }