@alphafi/alphafi-sdk 0.0.55 → 0.0.57

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