@ezez/utils 3.0.0 → 4.1.0

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 (468) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/cap.js.map +1 -1
  3. package/dist/coalesce.d.ts.map +1 -1
  4. package/dist/coalesce.js.map +1 -1
  5. package/dist/compareArrays.d.ts.map +1 -1
  6. package/dist/compareProps.d.ts.map +1 -1
  7. package/dist/compareProps.js.map +1 -1
  8. package/dist/deserialize.d.ts.map +1 -1
  9. package/dist/deserialize.js.map +1 -1
  10. package/dist/ensureArray.d.ts.map +1 -1
  11. package/dist/ensureArray.js.map +1 -1
  12. package/dist/ensureDate.js.map +1 -1
  13. package/dist/ensureError.js.map +1 -1
  14. package/dist/ensurePrefix.js.map +1 -1
  15. package/dist/ensureSuffix.js.map +1 -1
  16. package/dist/ensureTimestamp.js.map +1 -1
  17. package/dist/escapeRegExp.d.ts.map +1 -1
  18. package/dist/escapeRegExp.js +1 -1
  19. package/dist/escapeRegExp.js.map +1 -1
  20. package/dist/formatDate.js +1 -1
  21. package/dist/formatDate.js.map +1 -1
  22. package/dist/get.js.map +1 -1
  23. package/dist/getMultiple.d.ts.map +1 -1
  24. package/dist/getMultiple.js.map +1 -1
  25. package/dist/index.d.ts +4 -0
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +4 -0
  28. package/dist/index.js.map +1 -1
  29. package/dist/insertSeparator.d.ts.map +1 -1
  30. package/dist/insertSeparator.js.map +1 -1
  31. package/dist/isEmpty.js.map +1 -1
  32. package/dist/isNumericString.js +1 -1
  33. package/dist/isNumericString.js.map +1 -1
  34. package/dist/last.d.ts.map +1 -1
  35. package/dist/later.d.ts.map +1 -1
  36. package/dist/mapAsync.d.ts.map +1 -1
  37. package/dist/mapAsync.js.map +1 -1
  38. package/dist/mapValues.d.ts.map +1 -1
  39. package/dist/mapValues.js.map +1 -1
  40. package/dist/match.d.ts.map +1 -1
  41. package/dist/match.js.map +1 -1
  42. package/dist/memoize.d.ts +3 -0
  43. package/dist/memoize.d.ts.map +1 -0
  44. package/dist/memoize.js +19 -0
  45. package/dist/memoize.js.map +1 -0
  46. package/dist/merge.d.ts +11 -7
  47. package/dist/merge.d.ts.map +1 -1
  48. package/dist/merge.js.map +1 -1
  49. package/dist/mostFrequent.d.ts.map +1 -1
  50. package/dist/mostFrequent.js.map +1 -1
  51. package/dist/occurrences.js.map +1 -1
  52. package/dist/omit.d.ts +1 -1
  53. package/dist/omit.d.ts.map +1 -1
  54. package/dist/omit.js.map +1 -1
  55. package/dist/pick.d.ts.map +1 -1
  56. package/dist/pick.js.map +1 -1
  57. package/dist/pull.d.ts.map +1 -1
  58. package/dist/pull.js.map +1 -1
  59. package/dist/remove.d.ts.map +1 -1
  60. package/dist/remove.js +1 -1
  61. package/dist/remove.js.map +1 -1
  62. package/dist/removeCommonProperties.d.ts.map +1 -1
  63. package/dist/removeCommonProperties.js +3 -1
  64. package/dist/removeCommonProperties.js.map +1 -1
  65. package/dist/replace.js +1 -1
  66. package/dist/replace.js.map +1 -1
  67. package/dist/replaceDeep.d.ts +5 -1
  68. package/dist/replaceDeep.d.ts.map +1 -1
  69. package/dist/replaceDeep.js +3 -20
  70. package/dist/replaceDeep.js.map +1 -1
  71. package/dist/replaceDeepByFn.d.ts +7 -0
  72. package/dist/replaceDeepByFn.d.ts.map +1 -0
  73. package/dist/replaceDeepByFn.js +47 -0
  74. package/dist/replaceDeepByFn.js.map +1 -0
  75. package/dist/safe.js.map +1 -1
  76. package/dist/sample.d.ts +3 -1
  77. package/dist/sample.d.ts.map +1 -1
  78. package/dist/sample.js.map +1 -1
  79. package/dist/samples.d.ts.map +1 -1
  80. package/dist/samples.js.map +1 -1
  81. package/dist/seq.d.ts.map +1 -1
  82. package/dist/seq.js +1 -1
  83. package/dist/seq.js.map +1 -1
  84. package/dist/serialize.d.ts.map +1 -1
  85. package/dist/serialize.js +56 -18
  86. package/dist/serialize.js.map +1 -1
  87. package/dist/set.js.map +1 -1
  88. package/dist/setImmutable.js.map +1 -1
  89. package/dist/shuffle.d.ts.map +1 -1
  90. package/dist/sortBy.d.ts.map +1 -1
  91. package/dist/sortBy.js.map +1 -1
  92. package/dist/sortProps.d.ts.map +1 -1
  93. package/dist/sortProps.js.map +1 -1
  94. package/dist/stripPrefix.js.map +1 -1
  95. package/dist/stripSuffix.js.map +1 -1
  96. package/dist/throttle.d.ts.map +1 -1
  97. package/dist/throttle.js.map +1 -1
  98. package/dist/toggle.d.ts.map +1 -1
  99. package/dist/toggle.js.map +1 -1
  100. package/dist/trim.d.ts +3 -0
  101. package/dist/trim.d.ts.map +1 -0
  102. package/dist/trim.js +10 -0
  103. package/dist/trim.js.map +1 -0
  104. package/dist/trimEnd.d.ts +3 -0
  105. package/dist/trimEnd.d.ts.map +1 -0
  106. package/dist/trimEnd.js +12 -0
  107. package/dist/trimEnd.js.map +1 -0
  108. package/dist/trimStart.d.ts +3 -0
  109. package/dist/trimStart.d.ts.map +1 -0
  110. package/dist/trimStart.js +12 -0
  111. package/dist/trimStart.js.map +1 -0
  112. package/dist/truthy.d.ts +1 -1
  113. package/dist/truthy.d.ts.map +1 -1
  114. package/dist/unique.d.ts.map +1 -1
  115. package/dist/utils/utils.d.ts +6 -0
  116. package/dist/utils/utils.d.ts.map +1 -0
  117. package/dist/utils/utils.js +10 -0
  118. package/dist/utils/utils.js.map +1 -0
  119. package/dist/waitFor.d.ts.map +1 -1
  120. package/dist/waitFor.js +1 -1
  121. package/dist/waitFor.js.map +1 -1
  122. package/dist/waitSync.js.map +1 -1
  123. package/docs/assets/icons.js +15 -0
  124. package/docs/assets/icons.svg +1 -0
  125. package/docs/assets/main.js +4 -3
  126. package/docs/assets/navigation.js +1 -0
  127. package/docs/assets/search.js +1 -1
  128. package/docs/assets/style.css +544 -394
  129. package/docs/documents/CHANGELOG.html +337 -0
  130. package/docs/functions/index.cap.html +5 -0
  131. package/docs/functions/index.capitalize.html +13 -0
  132. package/docs/functions/index.coalesce.html +16 -0
  133. package/docs/functions/index.compareArrays.html +8 -0
  134. package/docs/functions/index.compareProps.html +11 -0
  135. package/docs/functions/index.deserialize.html +6 -0
  136. package/docs/functions/index.ensureArray.html +3 -0
  137. package/docs/functions/index.ensureDate.html +10 -0
  138. package/docs/functions/index.ensureError.html +14 -0
  139. package/docs/functions/index.ensurePrefix.html +10 -0
  140. package/docs/functions/index.ensureSuffix.html +10 -0
  141. package/docs/functions/index.ensureTimestamp.html +10 -0
  142. package/docs/functions/index.escapeRegExp.html +7 -0
  143. package/docs/functions/index.formatDate.html +6 -0
  144. package/docs/functions/index.get.html +26 -0
  145. package/docs/functions/index.getMultiple.html +16 -0
  146. package/docs/functions/index.insertSeparator.html +7 -0
  147. package/docs/functions/index.isEmpty.html +33 -0
  148. package/docs/functions/index.isNumericString.html +5 -0
  149. package/docs/functions/index.isPlainObject.html +18 -0
  150. package/docs/functions/index.last.html +15 -0
  151. package/docs/functions/index.later-1.html +6 -0
  152. package/docs/functions/index.mapAsync.html +8 -0
  153. package/docs/functions/index.mapValues.html +14 -0
  154. package/docs/functions/index.match.html +4 -0
  155. package/docs/functions/index.memoize.html +8 -0
  156. package/docs/functions/index.merge.html +13 -0
  157. package/docs/functions/index.mostFrequent.html +2 -0
  158. package/docs/functions/index.noop.html +2 -0
  159. package/docs/functions/index.occurrences.html +14 -0
  160. package/docs/functions/index.omit.html +18 -0
  161. package/docs/functions/index.pick.html +13 -0
  162. package/docs/functions/index.pull.html +2 -0
  163. package/docs/functions/index.remove.html +2 -0
  164. package/docs/functions/index.removeCommonProperties.html +18 -0
  165. package/docs/functions/index.replace.html +10 -0
  166. package/docs/functions/index.replaceDeep.html +15 -0
  167. package/docs/functions/index.rethrow.html +2 -0
  168. package/docs/functions/index.round.html +7 -0
  169. package/docs/functions/index.safe.html +7 -0
  170. package/docs/functions/index.sample.html +6 -0
  171. package/docs/functions/index.samples.html +7 -0
  172. package/docs/functions/index.scale.html +5 -0
  173. package/docs/functions/index.seq.html +17 -0
  174. package/docs/functions/index.seqEarlyBreak.html +12 -0
  175. package/docs/functions/index.serialize.html +14 -0
  176. package/docs/functions/index.set.html +26 -0
  177. package/docs/functions/index.setImmutable.html +25 -0
  178. package/docs/functions/index.shuffle.html +3 -0
  179. package/docs/functions/index.sortBy.html +6 -0
  180. package/docs/functions/index.sortProps.html +10 -0
  181. package/docs/functions/index.stripPrefix.html +4 -0
  182. package/docs/functions/index.stripSuffix.html +4 -0
  183. package/docs/functions/index.throttle.html +14 -0
  184. package/docs/functions/index.toggle.html +5 -0
  185. package/docs/functions/index.trim.html +8 -0
  186. package/docs/functions/index.trimEnd.html +8 -0
  187. package/docs/functions/index.trimStart.html +8 -0
  188. package/docs/functions/index.truthy.html +7 -0
  189. package/docs/functions/index.unique.html +6 -0
  190. package/docs/functions/index.wait.html +3 -0
  191. package/docs/functions/index.waitFor.html +10 -0
  192. package/docs/functions/index.waitSync.html +3 -0
  193. package/docs/index.html +18 -204
  194. package/docs/interfaces/index.ComparePropsOptions.html +5 -0
  195. package/docs/interfaces/index.GetMultipleSource.html +3 -0
  196. package/docs/interfaces/index.GetSource.html +3 -0
  197. package/docs/interfaces/index.IsNumericStringOptions.html +5 -0
  198. package/docs/interfaces/index.OccurencesOptions.html +3 -0
  199. package/docs/interfaces/index.SetImmutableSource.html +3 -0
  200. package/docs/interfaces/index.SetSource.html +3 -0
  201. package/docs/interfaces/index.ThrottleOptions.html +5 -0
  202. package/docs/interfaces/index.ThrottledFunctionExtras.html +5 -0
  203. package/docs/modules/index.html +86 -0
  204. package/docs/types/index.CustomDeserializers.html +1 -0
  205. package/docs/types/index.CustomSerializers.html +1 -0
  206. package/docs/types/index.Later.html +4 -0
  207. package/docs/types/index.MapValuesFn.html +14 -0
  208. package/docs/types/index.MatchCallback.html +1 -0
  209. package/docs/types/index.MergeTwo.html +3 -0
  210. package/docs/types/index.SeqEarlyBreaker.html +4 -0
  211. package/docs/types/index.SeqFn.html +3 -0
  212. package/docs/types/index.SeqFunctions.html +4 -0
  213. package/docs/types/index.SetImmutablePath.html +4 -0
  214. package/docs/types/index.ThrottledFunction.html +1 -0
  215. package/docs/variables/index.mapValuesUNSET.html +2 -0
  216. package/docs/variables/index.mergeUNSET.html +4 -0
  217. package/esm/cap.js.map +1 -1
  218. package/esm/coalesce.d.ts.map +1 -1
  219. package/esm/coalesce.js.map +1 -1
  220. package/esm/compareArrays.d.ts.map +1 -1
  221. package/esm/compareProps.d.ts.map +1 -1
  222. package/esm/compareProps.js.map +1 -1
  223. package/esm/deserialize.d.ts.map +1 -1
  224. package/esm/deserialize.js.map +1 -1
  225. package/esm/ensureArray.d.ts.map +1 -1
  226. package/esm/ensureArray.js.map +1 -1
  227. package/esm/ensureDate.js.map +1 -1
  228. package/esm/ensureError.js.map +1 -1
  229. package/esm/ensurePrefix.js.map +1 -1
  230. package/esm/ensureSuffix.js.map +1 -1
  231. package/esm/ensureTimestamp.js.map +1 -1
  232. package/esm/escapeRegExp.d.ts.map +1 -1
  233. package/esm/escapeRegExp.js +1 -1
  234. package/esm/escapeRegExp.js.map +1 -1
  235. package/esm/formatDate.js +1 -1
  236. package/esm/formatDate.js.map +1 -1
  237. package/esm/get.js.map +1 -1
  238. package/esm/getMultiple.d.ts.map +1 -1
  239. package/esm/getMultiple.js.map +1 -1
  240. package/esm/index.d.ts +4 -0
  241. package/esm/index.d.ts.map +1 -1
  242. package/esm/index.js +4 -0
  243. package/esm/index.js.map +1 -1
  244. package/esm/insertSeparator.d.ts.map +1 -1
  245. package/esm/insertSeparator.js.map +1 -1
  246. package/esm/isEmpty.js.map +1 -1
  247. package/esm/isNumericString.js +1 -1
  248. package/esm/isNumericString.js.map +1 -1
  249. package/esm/last.d.ts.map +1 -1
  250. package/esm/later.d.ts.map +1 -1
  251. package/esm/mapAsync.d.ts.map +1 -1
  252. package/esm/mapAsync.js.map +1 -1
  253. package/esm/mapValues.d.ts.map +1 -1
  254. package/esm/mapValues.js.map +1 -1
  255. package/esm/match.d.ts.map +1 -1
  256. package/esm/match.js.map +1 -1
  257. package/esm/memoize.d.ts +3 -0
  258. package/esm/memoize.d.ts.map +1 -0
  259. package/esm/memoize.js +16 -0
  260. package/esm/memoize.js.map +1 -0
  261. package/esm/merge.d.ts +11 -7
  262. package/esm/merge.d.ts.map +1 -1
  263. package/esm/merge.js.map +1 -1
  264. package/esm/mostFrequent.d.ts.map +1 -1
  265. package/esm/mostFrequent.js.map +1 -1
  266. package/esm/occurrences.js.map +1 -1
  267. package/esm/omit.d.ts +1 -1
  268. package/esm/omit.d.ts.map +1 -1
  269. package/esm/omit.js.map +1 -1
  270. package/esm/pick.d.ts.map +1 -1
  271. package/esm/pick.js.map +1 -1
  272. package/esm/pull.d.ts.map +1 -1
  273. package/esm/pull.js.map +1 -1
  274. package/esm/remove.d.ts.map +1 -1
  275. package/esm/remove.js +1 -1
  276. package/esm/remove.js.map +1 -1
  277. package/esm/removeCommonProperties.d.ts.map +1 -1
  278. package/esm/removeCommonProperties.js +3 -1
  279. package/esm/removeCommonProperties.js.map +1 -1
  280. package/esm/replace.js +1 -1
  281. package/esm/replace.js.map +1 -1
  282. package/esm/replaceDeep.d.ts +5 -1
  283. package/esm/replaceDeep.d.ts.map +1 -1
  284. package/esm/replaceDeep.js +3 -20
  285. package/esm/replaceDeep.js.map +1 -1
  286. package/esm/replaceDeepByFn.d.ts +7 -0
  287. package/esm/replaceDeepByFn.d.ts.map +1 -0
  288. package/esm/replaceDeepByFn.js +44 -0
  289. package/esm/replaceDeepByFn.js.map +1 -0
  290. package/esm/safe.js.map +1 -1
  291. package/esm/sample.d.ts +3 -1
  292. package/esm/sample.d.ts.map +1 -1
  293. package/esm/sample.js.map +1 -1
  294. package/esm/samples.d.ts.map +1 -1
  295. package/esm/samples.js.map +1 -1
  296. package/esm/seq.d.ts.map +1 -1
  297. package/esm/seq.js +1 -1
  298. package/esm/seq.js.map +1 -1
  299. package/esm/serialize.d.ts.map +1 -1
  300. package/esm/serialize.js +56 -18
  301. package/esm/serialize.js.map +1 -1
  302. package/esm/set.js.map +1 -1
  303. package/esm/setImmutable.js.map +1 -1
  304. package/esm/shuffle.d.ts.map +1 -1
  305. package/esm/sortBy.d.ts.map +1 -1
  306. package/esm/sortBy.js.map +1 -1
  307. package/esm/sortProps.d.ts.map +1 -1
  308. package/esm/sortProps.js.map +1 -1
  309. package/esm/stripPrefix.js.map +1 -1
  310. package/esm/stripSuffix.js.map +1 -1
  311. package/esm/throttle.d.ts.map +1 -1
  312. package/esm/throttle.js.map +1 -1
  313. package/esm/toggle.d.ts.map +1 -1
  314. package/esm/toggle.js.map +1 -1
  315. package/esm/trim.d.ts +3 -0
  316. package/esm/trim.d.ts.map +1 -0
  317. package/esm/trim.js +7 -0
  318. package/esm/trim.js.map +1 -0
  319. package/esm/trimEnd.d.ts +3 -0
  320. package/esm/trimEnd.d.ts.map +1 -0
  321. package/esm/trimEnd.js +9 -0
  322. package/esm/trimEnd.js.map +1 -0
  323. package/esm/trimStart.d.ts +3 -0
  324. package/esm/trimStart.d.ts.map +1 -0
  325. package/esm/trimStart.js +9 -0
  326. package/esm/trimStart.js.map +1 -0
  327. package/esm/truthy.d.ts +1 -1
  328. package/esm/truthy.d.ts.map +1 -1
  329. package/esm/unique.d.ts.map +1 -1
  330. package/esm/utils/utils.d.ts +6 -0
  331. package/esm/utils/utils.d.ts.map +1 -0
  332. package/esm/utils/utils.js +7 -0
  333. package/esm/utils/utils.js.map +1 -0
  334. package/esm/waitFor.d.ts.map +1 -1
  335. package/esm/waitFor.js +1 -1
  336. package/esm/waitFor.js.map +1 -1
  337. package/esm/waitSync.js.map +1 -1
  338. package/package.json +10 -17
  339. package/pnpm-lock.yaml +661 -386
  340. package/src/compareProps.ts +9 -2
  341. package/src/deserialize.spec.ts +13 -0
  342. package/src/escapeRegExp.spec.ts +5 -3
  343. package/src/escapeRegExp.ts +3 -2
  344. package/src/formatDate.ts +2 -2
  345. package/src/get.spec.ts +1 -0
  346. package/src/getMultiple.ts +1 -0
  347. package/src/index.ts +4 -0
  348. package/src/isNumericString.ts +3 -3
  349. package/src/memoize.spec.ts +90 -0
  350. package/src/memoize.ts +35 -0
  351. package/src/merge.ts +30 -8
  352. package/src/mostFrequent.ts +1 -0
  353. package/src/omit.ts +8 -2
  354. package/src/pick.ts +1 -1
  355. package/src/remove.ts +1 -1
  356. package/src/removeCommonProperties.ts +4 -2
  357. package/src/replace.ts +1 -1
  358. package/src/replaceDeep.spec.ts +91 -0
  359. package/src/replaceDeep.ts +22 -27
  360. package/src/replaceDeepByFn.spec.ts +162 -0
  361. package/src/replaceDeepByFn.ts +93 -0
  362. package/src/rethrow.ts +1 -1
  363. package/src/sample.spec.ts +1 -0
  364. package/src/sample.ts +18 -2
  365. package/src/samples.ts +1 -1
  366. package/src/seq.spec.ts +6 -3
  367. package/src/seq.ts +1 -1
  368. package/src/serialize.spec.ts +43 -0
  369. package/src/serialize.ts +66 -19
  370. package/src/set.ts +1 -1
  371. package/src/setImmutable.ts +1 -1
  372. package/src/sortBy.ts +1 -1
  373. package/src/throttle.ts +1 -1
  374. package/src/trim.spec.ts +22 -0
  375. package/src/trim.ts +23 -0
  376. package/src/trimEnd.spec.ts +20 -0
  377. package/src/trimEnd.ts +22 -0
  378. package/src/trimStart.spec.ts +20 -0
  379. package/src/trimStart.ts +22 -0
  380. package/src/utils/utils.ts +11 -0
  381. package/src/waitFor.spec.ts +7 -2
  382. package/src/waitFor.ts +1 -1
  383. package/typedoc.cjs +2 -4
  384. package/docs/assets/pages.css +0 -14
  385. package/docs/functions/cap.html +0 -149
  386. package/docs/functions/capitalize.html +0 -154
  387. package/docs/functions/coalesce.html +0 -159
  388. package/docs/functions/compareArrays.html +0 -162
  389. package/docs/functions/compareProps.html +0 -161
  390. package/docs/functions/deserialize.html +0 -153
  391. package/docs/functions/ensureArray.html +0 -147
  392. package/docs/functions/ensureDate.html +0 -149
  393. package/docs/functions/ensureError.html +0 -153
  394. package/docs/functions/ensurePrefix.html +0 -151
  395. package/docs/functions/ensureSuffix.html +0 -151
  396. package/docs/functions/ensureTimestamp.html +0 -149
  397. package/docs/functions/escapeRegExp.html +0 -145
  398. package/docs/functions/formatDate.html +0 -147
  399. package/docs/functions/get.html +0 -171
  400. package/docs/functions/getMultiple.html +0 -162
  401. package/docs/functions/insertSeparator.html +0 -156
  402. package/docs/functions/isEmpty.html +0 -172
  403. package/docs/functions/isNumericString.html +0 -146
  404. package/docs/functions/isPlainObject.html +0 -156
  405. package/docs/functions/last.html +0 -159
  406. package/docs/functions/later-1.html +0 -144
  407. package/docs/functions/mapAsync.html +0 -177
  408. package/docs/functions/mapValues.html +0 -163
  409. package/docs/functions/match.html +0 -155
  410. package/docs/functions/merge.html +0 -497
  411. package/docs/functions/mostFrequent.html +0 -144
  412. package/docs/functions/noop.html +0 -134
  413. package/docs/functions/occurrences.html +0 -158
  414. package/docs/functions/omit.html +0 -162
  415. package/docs/functions/pick.html +0 -162
  416. package/docs/functions/pull.html +0 -146
  417. package/docs/functions/remove.html +0 -162
  418. package/docs/functions/removeCommonProperties.html +0 -161
  419. package/docs/functions/replace.html +0 -151
  420. package/docs/functions/replaceDeep.html +0 -158
  421. package/docs/functions/rethrow.html +0 -139
  422. package/docs/functions/round.html +0 -148
  423. package/docs/functions/safe.html +0 -189
  424. package/docs/functions/sample.html +0 -146
  425. package/docs/functions/samples.html +0 -156
  426. package/docs/functions/scale.html +0 -150
  427. package/docs/functions/seq.html +0 -161
  428. package/docs/functions/seqEarlyBreak.html +0 -159
  429. package/docs/functions/serialize.html +0 -158
  430. package/docs/functions/set.html +0 -171
  431. package/docs/functions/setImmutable.html +0 -170
  432. package/docs/functions/shuffle.html +0 -146
  433. package/docs/functions/sortBy.html +0 -168
  434. package/docs/functions/sortProps.html +0 -156
  435. package/docs/functions/stripPrefix.html +0 -145
  436. package/docs/functions/stripSuffix.html +0 -145
  437. package/docs/functions/throttle.html +0 -164
  438. package/docs/functions/toggle.html +0 -151
  439. package/docs/functions/truthy.html +0 -151
  440. package/docs/functions/unique.html +0 -149
  441. package/docs/functions/wait.html +0 -142
  442. package/docs/functions/waitFor.html +0 -161
  443. package/docs/functions/waitSync.html +0 -142
  444. package/docs/interfaces/ComparePropsOptions.html +0 -70
  445. package/docs/interfaces/GetMultipleSource.html +0 -139
  446. package/docs/interfaces/GetSource.html +0 -139
  447. package/docs/interfaces/IsNumericStringOptions.html +0 -91
  448. package/docs/interfaces/OccurencesOptions.html +0 -72
  449. package/docs/interfaces/SetImmutableSource.html +0 -139
  450. package/docs/interfaces/SetSource.html +0 -139
  451. package/docs/interfaces/ThrottleOptions.html +0 -81
  452. package/docs/interfaces/ThrottledFunctionExtras.html +0 -97
  453. package/docs/modules.html +0 -217
  454. package/docs/pages/CHANGELOG.html +0 -924
  455. package/docs/pages/Introduction.html +0 -127
  456. package/docs/types/CustomDeserializers.html +0 -156
  457. package/docs/types/CustomSerializers.html +0 -156
  458. package/docs/types/Later.html +0 -170
  459. package/docs/types/MapValuesFn.html +0 -167
  460. package/docs/types/MatchCallback.html +0 -146
  461. package/docs/types/SeqEarlyBreaker.html +0 -147
  462. package/docs/types/SeqFn.html +0 -145
  463. package/docs/types/SeqFunctions.html +0 -138
  464. package/docs/types/SetImmutablePath.html +0 -132
  465. package/docs/types/ThrottledFunction.html +0 -146
  466. package/docs/variables/mapValuesUNSET.html +0 -134
  467. package/docs/variables/mergeUNSET.html +0 -136
  468. package/tutorials/Introduction.md +0 -1
@@ -6,17 +6,38 @@
6
6
  --light-color-background-warning: #e6e600;
7
7
  --light-color-icon-background: var(--light-color-background);
8
8
  --light-color-accent: #c5c7c9;
9
+ --light-color-active-menu-item: var(--light-color-accent);
9
10
  --light-color-text: #222;
10
- --light-color-text-aside: #707070;
11
- --light-color-link: #4da6ff;
12
- --light-color-ts: #db1373;
13
- --light-color-ts-interface: #139d2c;
14
- --light-color-ts-enum: #9c891a;
15
- --light-color-ts-class: #2484e5;
11
+ --light-color-text-aside: #6e6e6e;
12
+ --light-color-link: #1f70c2;
13
+ --light-color-focus-outline: #3584e4;
14
+
15
+ --light-color-ts-keyword: #056bd6;
16
+ --light-color-ts-project: #b111c9;
17
+ --light-color-ts-module: var(--light-color-ts-project);
18
+ --light-color-ts-namespace: var(--light-color-ts-project);
19
+ --light-color-ts-enum: #7e6f15;
20
+ --light-color-ts-enum-member: var(--light-color-ts-enum);
21
+ --light-color-ts-variable: #4760ec;
16
22
  --light-color-ts-function: #572be7;
17
- --light-color-ts-namespace: #b111c9;
18
- --light-color-ts-private: #707070;
19
- --light-color-ts-variable: #4d68ff;
23
+ --light-color-ts-class: #1f70c2;
24
+ --light-color-ts-interface: #108024;
25
+ --light-color-ts-constructor: var(--light-color-ts-class);
26
+ --light-color-ts-property: var(--light-color-ts-variable);
27
+ --light-color-ts-method: var(--light-color-ts-function);
28
+ --light-color-ts-call-signature: var(--light-color-ts-method);
29
+ --light-color-ts-index-signature: var(--light-color-ts-property);
30
+ --light-color-ts-constructor-signature: var(--light-color-ts-constructor);
31
+ --light-color-ts-parameter: var(--light-color-ts-variable);
32
+ /* type literal not included as links will never be generated to it */
33
+ --light-color-ts-type-parameter: #a55c0e;
34
+ --light-color-ts-accessor: var(--light-color-ts-property);
35
+ --light-color-ts-get-signature: var(--light-color-ts-accessor);
36
+ --light-color-ts-set-signature: var(--light-color-ts-accessor);
37
+ --light-color-ts-type-alias: #d51270;
38
+ /* reference not included as links will be colored with the kind that it points to */
39
+ --light-color-document: #000000;
40
+
20
41
  --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>");
21
42
  --light-color-scheme: light;
22
43
 
@@ -27,17 +48,38 @@
27
48
  --dark-color-warning-text: #222;
28
49
  --dark-color-icon-background: var(--dark-color-background-secondary);
29
50
  --dark-color-accent: #9096a2;
51
+ --dark-color-active-menu-item: #5d5d6a;
30
52
  --dark-color-text: #f5f5f5;
31
53
  --dark-color-text-aside: #dddddd;
32
54
  --dark-color-link: #00aff4;
33
- --dark-color-ts: #ff6492;
34
- --dark-color-ts-interface: #6cff87;
55
+ --dark-color-focus-outline: #4c97f2;
56
+
57
+ --dark-color-ts-keyword: #3399ff;
58
+ --dark-color-ts-project: #e358ff;
59
+ --dark-color-ts-module: var(--dark-color-ts-project);
60
+ --dark-color-ts-namespace: var(--dark-color-ts-project);
35
61
  --dark-color-ts-enum: #f4d93e;
36
- --dark-color-ts-class: #61b0ff;
37
- --dark-color-ts-function: #9772ff;
38
- --dark-color-ts-namespace: #e14dff;
39
- --dark-color-ts-private: #e2e2e2;
40
- --dark-color-ts-variable: #4d68ff;
62
+ --dark-color-ts-enum-member: var(--dark-color-ts-enum);
63
+ --dark-color-ts-variable: #798dff;
64
+ --dark-color-ts-function: #a280ff;
65
+ --dark-color-ts-class: #8ac4ff;
66
+ --dark-color-ts-interface: #6cff87;
67
+ --dark-color-ts-constructor: var(--dark-color-ts-class);
68
+ --dark-color-ts-property: var(--dark-color-ts-variable);
69
+ --dark-color-ts-method: var(--dark-color-ts-function);
70
+ --dark-color-ts-call-signature: var(--dark-color-ts-method);
71
+ --dark-color-ts-index-signature: var(--dark-color-ts-property);
72
+ --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
73
+ --dark-color-ts-parameter: var(--dark-color-ts-variable);
74
+ /* type literal not included as links will never be generated to it */
75
+ --dark-color-ts-type-parameter: #e07d13;
76
+ --dark-color-ts-accessor: var(--dark-color-ts-property);
77
+ --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
78
+ --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
79
+ --dark-color-ts-type-alias: #ff6492;
80
+ /* reference not included as links will be colored with the kind that it points to */
81
+ --dark-color-document: #ffffff;
82
+
41
83
  --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>");
42
84
  --dark-color-scheme: dark;
43
85
  }
@@ -50,17 +92,37 @@
50
92
  --color-warning-text: var(--light-color-warning-text);
51
93
  --color-icon-background: var(--light-color-icon-background);
52
94
  --color-accent: var(--light-color-accent);
95
+ --color-active-menu-item: var(--light-color-active-menu-item);
53
96
  --color-text: var(--light-color-text);
54
97
  --color-text-aside: var(--light-color-text-aside);
55
98
  --color-link: var(--light-color-link);
56
- --color-ts: var(--light-color-ts);
57
- --color-ts-interface: var(--light-color-ts-interface);
58
- --color-ts-enum: var(--light-color-ts-enum);
59
- --color-ts-class: var(--light-color-ts-class);
60
- --color-ts-function: var(--light-color-ts-function);
99
+ --color-focus-outline: var(--light-color-focus-outline);
100
+
101
+ --color-ts-keyword: var(--light-color-ts-keyword);
102
+ --color-ts-module: var(--light-color-ts-module);
61
103
  --color-ts-namespace: var(--light-color-ts-namespace);
62
- --color-ts-private: var(--light-color-ts-private);
104
+ --color-ts-enum: var(--light-color-ts-enum);
105
+ --color-ts-enum-member: var(--light-color-ts-enum-member);
63
106
  --color-ts-variable: var(--light-color-ts-variable);
107
+ --color-ts-function: var(--light-color-ts-function);
108
+ --color-ts-class: var(--light-color-ts-class);
109
+ --color-ts-interface: var(--light-color-ts-interface);
110
+ --color-ts-constructor: var(--light-color-ts-constructor);
111
+ --color-ts-property: var(--light-color-ts-property);
112
+ --color-ts-method: var(--light-color-ts-method);
113
+ --color-ts-call-signature: var(--light-color-ts-call-signature);
114
+ --color-ts-index-signature: var(--light-color-ts-index-signature);
115
+ --color-ts-constructor-signature: var(
116
+ --light-color-ts-constructor-signature
117
+ );
118
+ --color-ts-parameter: var(--light-color-ts-parameter);
119
+ --color-ts-type-parameter: var(--light-color-ts-type-parameter);
120
+ --color-ts-accessor: var(--light-color-ts-accessor);
121
+ --color-ts-get-signature: var(--light-color-ts-get-signature);
122
+ --color-ts-set-signature: var(--light-color-ts-set-signature);
123
+ --color-ts-type-alias: var(--light-color-ts-type-alias);
124
+ --color-document: var(--light-color-document);
125
+
64
126
  --external-icon: var(--light-external-icon);
65
127
  --color-scheme: var(--light-color-scheme);
66
128
  }
@@ -74,17 +136,37 @@
74
136
  --color-warning-text: var(--dark-color-warning-text);
75
137
  --color-icon-background: var(--dark-color-icon-background);
76
138
  --color-accent: var(--dark-color-accent);
139
+ --color-active-menu-item: var(--dark-color-active-menu-item);
77
140
  --color-text: var(--dark-color-text);
78
141
  --color-text-aside: var(--dark-color-text-aside);
79
142
  --color-link: var(--dark-color-link);
80
- --color-ts: var(--dark-color-ts);
81
- --color-ts-interface: var(--dark-color-ts-interface);
82
- --color-ts-enum: var(--dark-color-ts-enum);
83
- --color-ts-class: var(--dark-color-ts-class);
84
- --color-ts-function: var(--dark-color-ts-function);
143
+ --color-focus-outline: var(--dark-color-focus-outline);
144
+
145
+ --color-ts-keyword: var(--dark-color-ts-keyword);
146
+ --color-ts-module: var(--dark-color-ts-module);
85
147
  --color-ts-namespace: var(--dark-color-ts-namespace);
86
- --color-ts-private: var(--dark-color-ts-private);
148
+ --color-ts-enum: var(--dark-color-ts-enum);
149
+ --color-ts-enum-member: var(--dark-color-ts-enum-member);
87
150
  --color-ts-variable: var(--dark-color-ts-variable);
151
+ --color-ts-function: var(--dark-color-ts-function);
152
+ --color-ts-class: var(--dark-color-ts-class);
153
+ --color-ts-interface: var(--dark-color-ts-interface);
154
+ --color-ts-constructor: var(--dark-color-ts-constructor);
155
+ --color-ts-property: var(--dark-color-ts-property);
156
+ --color-ts-method: var(--dark-color-ts-method);
157
+ --color-ts-call-signature: var(--dark-color-ts-call-signature);
158
+ --color-ts-index-signature: var(--dark-color-ts-index-signature);
159
+ --color-ts-constructor-signature: var(
160
+ --dark-color-ts-constructor-signature
161
+ );
162
+ --color-ts-parameter: var(--dark-color-ts-parameter);
163
+ --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
164
+ --color-ts-accessor: var(--dark-color-ts-accessor);
165
+ --color-ts-get-signature: var(--dark-color-ts-get-signature);
166
+ --color-ts-set-signature: var(--dark-color-ts-set-signature);
167
+ --color-ts-type-alias: var(--dark-color-ts-type-alias);
168
+ --color-document: var(--dark-color-document);
169
+
88
170
  --external-icon: var(--dark-external-icon);
89
171
  --color-scheme: var(--dark-color-scheme);
90
172
  }
@@ -105,17 +187,37 @@ body {
105
187
  --color-warning-text: var(--light-color-warning-text);
106
188
  --color-icon-background: var(--light-color-icon-background);
107
189
  --color-accent: var(--light-color-accent);
190
+ --color-active-menu-item: var(--light-color-active-menu-item);
108
191
  --color-text: var(--light-color-text);
109
192
  --color-text-aside: var(--light-color-text-aside);
110
193
  --color-link: var(--light-color-link);
111
- --color-ts: var(--light-color-ts);
112
- --color-ts-interface: var(--light-color-ts-interface);
113
- --color-ts-enum: var(--light-color-ts-enum);
114
- --color-ts-class: var(--light-color-ts-class);
115
- --color-ts-function: var(--light-color-ts-function);
194
+ --color-focus-outline: var(--light-color-focus-outline);
195
+
196
+ --color-ts-keyword: var(--light-color-ts-keyword);
197
+ --color-ts-module: var(--light-color-ts-module);
116
198
  --color-ts-namespace: var(--light-color-ts-namespace);
117
- --color-ts-private: var(--light-color-ts-private);
199
+ --color-ts-enum: var(--light-color-ts-enum);
200
+ --color-ts-enum-member: var(--light-color-ts-enum-member);
118
201
  --color-ts-variable: var(--light-color-ts-variable);
202
+ --color-ts-function: var(--light-color-ts-function);
203
+ --color-ts-class: var(--light-color-ts-class);
204
+ --color-ts-interface: var(--light-color-ts-interface);
205
+ --color-ts-constructor: var(--light-color-ts-constructor);
206
+ --color-ts-property: var(--light-color-ts-property);
207
+ --color-ts-method: var(--light-color-ts-method);
208
+ --color-ts-call-signature: var(--light-color-ts-call-signature);
209
+ --color-ts-index-signature: var(--light-color-ts-index-signature);
210
+ --color-ts-constructor-signature: var(
211
+ --light-color-ts-constructor-signature
212
+ );
213
+ --color-ts-parameter: var(--light-color-ts-parameter);
214
+ --color-ts-type-parameter: var(--light-color-ts-type-parameter);
215
+ --color-ts-accessor: var(--light-color-ts-accessor);
216
+ --color-ts-get-signature: var(--light-color-ts-get-signature);
217
+ --color-ts-set-signature: var(--light-color-ts-set-signature);
218
+ --color-ts-type-alias: var(--light-color-ts-type-alias);
219
+ --color-document: var(--light-color-document);
220
+
119
221
  --external-icon: var(--light-external-icon);
120
222
  --color-scheme: var(--light-color-scheme);
121
223
  }
@@ -127,21 +229,46 @@ body {
127
229
  --color-warning-text: var(--dark-color-warning-text);
128
230
  --color-icon-background: var(--dark-color-icon-background);
129
231
  --color-accent: var(--dark-color-accent);
232
+ --color-active-menu-item: var(--dark-color-active-menu-item);
130
233
  --color-text: var(--dark-color-text);
131
234
  --color-text-aside: var(--dark-color-text-aside);
132
235
  --color-link: var(--dark-color-link);
133
- --color-ts: var(--dark-color-ts);
134
- --color-ts-interface: var(--dark-color-ts-interface);
135
- --color-ts-enum: var(--dark-color-ts-enum);
136
- --color-ts-class: var(--dark-color-ts-class);
137
- --color-ts-function: var(--dark-color-ts-function);
236
+ --color-focus-outline: var(--dark-color-focus-outline);
237
+
238
+ --color-ts-keyword: var(--dark-color-ts-keyword);
239
+ --color-ts-module: var(--dark-color-ts-module);
138
240
  --color-ts-namespace: var(--dark-color-ts-namespace);
139
- --color-ts-private: var(--dark-color-ts-private);
241
+ --color-ts-enum: var(--dark-color-ts-enum);
242
+ --color-ts-enum-member: var(--dark-color-ts-enum-member);
140
243
  --color-ts-variable: var(--dark-color-ts-variable);
244
+ --color-ts-function: var(--dark-color-ts-function);
245
+ --color-ts-class: var(--dark-color-ts-class);
246
+ --color-ts-interface: var(--dark-color-ts-interface);
247
+ --color-ts-constructor: var(--dark-color-ts-constructor);
248
+ --color-ts-property: var(--dark-color-ts-property);
249
+ --color-ts-method: var(--dark-color-ts-method);
250
+ --color-ts-call-signature: var(--dark-color-ts-call-signature);
251
+ --color-ts-index-signature: var(--dark-color-ts-index-signature);
252
+ --color-ts-constructor-signature: var(
253
+ --dark-color-ts-constructor-signature
254
+ );
255
+ --color-ts-parameter: var(--dark-color-ts-parameter);
256
+ --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
257
+ --color-ts-accessor: var(--dark-color-ts-accessor);
258
+ --color-ts-get-signature: var(--dark-color-ts-get-signature);
259
+ --color-ts-set-signature: var(--dark-color-ts-set-signature);
260
+ --color-ts-type-alias: var(--dark-color-ts-type-alias);
261
+ --color-document: var(--dark-color-document);
262
+
141
263
  --external-icon: var(--dark-external-icon);
142
264
  --color-scheme: var(--dark-color-scheme);
143
265
  }
144
266
 
267
+ *:focus-visible,
268
+ .tsd-accordion-summary:focus-visible svg {
269
+ outline: 2px solid var(--color-focus-outline);
270
+ }
271
+
145
272
  .always-visible,
146
273
  .always-visible .tsd-signatures {
147
274
  display: inherit !important;
@@ -186,16 +313,6 @@ h6 {
186
313
  margin: 2.33rem 0;
187
314
  }
188
315
 
189
- .uppercase {
190
- text-transform: uppercase;
191
- }
192
-
193
- pre {
194
- white-space: pre;
195
- white-space: pre-wrap;
196
- word-wrap: break-word;
197
- }
198
-
199
316
  dl,
200
317
  menu,
201
318
  ol,
@@ -208,61 +325,25 @@ dd {
208
325
  }
209
326
 
210
327
  .container {
211
- max-width: 1600px;
328
+ max-width: 1700px;
212
329
  padding: 0 2rem;
213
330
  }
214
331
 
215
- @media (min-width: 640px) {
216
- .container {
217
- padding: 0 4rem;
218
- }
219
- }
220
- @media (min-width: 1200px) {
221
- .container {
222
- padding: 0 8rem;
223
- }
224
- }
225
- @media (min-width: 1600px) {
226
- .container {
227
- padding: 0 12rem;
228
- }
229
- }
230
-
231
332
  /* Footer */
232
- .tsd-generator {
333
+ footer {
233
334
  border-top: 1px solid var(--color-accent);
234
335
  padding-top: 1rem;
235
336
  padding-bottom: 1rem;
236
337
  max-height: 3.5rem;
237
338
  }
238
-
239
- .tsd-generator > p {
240
- margin-top: 0;
241
- margin-bottom: 0;
242
- padding: 0 1rem;
339
+ footer > p {
340
+ margin: 0 1em;
243
341
  }
244
342
 
245
343
  .container-main {
246
- display: flex;
247
- justify-content: space-between;
248
- position: relative;
249
344
  margin: 0 auto;
250
- }
251
-
252
- .col-4,
253
- .col-8 {
254
- box-sizing: border-box;
255
- float: left;
256
- padding: 2rem 1rem;
257
- }
258
-
259
- .col-4 {
260
- flex: 0 0 25%;
261
- }
262
- .col-8 {
263
- flex: 1 0;
264
- flex-wrap: wrap;
265
- padding-left: 0;
345
+ /* toolbar, footer, margin */
346
+ min-height: calc(100vh - 41px - 56px - 4rem);
266
347
  }
267
348
 
268
349
  @keyframes fade-in {
@@ -305,22 +386,6 @@ dd {
305
386
  opacity: 0;
306
387
  }
307
388
  }
308
- @keyframes shift-to-left {
309
- from {
310
- transform: translate(0, 0);
311
- }
312
- to {
313
- transform: translate(-25%, 0);
314
- }
315
- }
316
- @keyframes unshift-to-left {
317
- from {
318
- transform: translate(-25%, 0);
319
- }
320
- to {
321
- transform: translate(0, 0);
322
- }
323
- }
324
389
  @keyframes pop-in-from-right {
325
390
  from {
326
391
  transform: translate(100%, 0);
@@ -340,7 +405,8 @@ dd {
340
405
  }
341
406
  body {
342
407
  background: var(--color-background);
343
- font-family: "Segoe UI", sans-serif;
408
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
409
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
344
410
  font-size: 16px;
345
411
  color: var(--color-text);
346
412
  }
@@ -358,6 +424,9 @@ a.external[target="_blank"] {
358
424
  background-repeat: no-repeat;
359
425
  padding-right: 13px;
360
426
  }
427
+ a.tsd-anchor-link {
428
+ color: var(--color-text);
429
+ }
361
430
 
362
431
  code,
363
432
  pre {
@@ -369,13 +438,29 @@ pre {
369
438
  }
370
439
 
371
440
  pre {
441
+ position: relative;
442
+ white-space: pre;
443
+ white-space: pre-wrap;
444
+ word-wrap: break-word;
372
445
  padding: 10px;
373
- border: 0.1em solid var(--color-accent);
446
+ border: 1px solid var(--color-accent);
374
447
  }
375
448
  pre code {
376
449
  padding: 0;
377
450
  font-size: 100%;
378
451
  }
452
+ pre > button {
453
+ position: absolute;
454
+ top: 10px;
455
+ right: 10px;
456
+ opacity: 0;
457
+ transition: opacity 0.1s;
458
+ box-sizing: border-box;
459
+ }
460
+ pre:hover > button,
461
+ pre > button.visible {
462
+ opacity: 1;
463
+ }
379
464
 
380
465
  blockquote {
381
466
  margin: 1em 0;
@@ -391,13 +476,12 @@ blockquote {
391
476
  padding: 0 0 0 20px;
392
477
  margin: 0;
393
478
  }
394
- .tsd-typography h4,
395
479
  .tsd-typography .tsd-index-panel h3,
396
480
  .tsd-index-panel .tsd-typography h3,
481
+ .tsd-typography h4,
397
482
  .tsd-typography h5,
398
483
  .tsd-typography h6 {
399
484
  font-size: 1em;
400
- margin: 0;
401
485
  }
402
486
  .tsd-typography h5,
403
487
  .tsd-typography h6 {
@@ -408,90 +492,18 @@ blockquote {
408
492
  .tsd-typography ol {
409
493
  margin: 1em 0;
410
494
  }
411
-
412
- @media (max-width: 1024px) {
413
- html .col-content {
414
- float: none;
415
- max-width: 100%;
416
- width: 100%;
417
- padding-top: 3rem;
418
- }
419
- html .col-menu {
420
- position: fixed !important;
421
- overflow-y: auto;
422
- -webkit-overflow-scrolling: touch;
423
- z-index: 1024;
424
- top: 0 !important;
425
- bottom: 0 !important;
426
- left: auto !important;
427
- right: 0 !important;
428
- padding: 1.5rem 1.5rem 0 0;
429
- max-width: 25rem;
430
- visibility: hidden;
431
- background-color: var(--color-background);
432
- transform: translate(100%, 0);
433
- }
434
- html .col-menu > *:last-child {
435
- padding-bottom: 20px;
436
- }
437
- html .overlay {
438
- content: "";
439
- display: block;
440
- position: fixed;
441
- z-index: 1023;
442
- top: 0;
443
- left: 0;
444
- right: 0;
445
- bottom: 0;
446
- background-color: rgba(0, 0, 0, 0.75);
447
- visibility: hidden;
448
- }
449
-
450
- .to-has-menu .overlay {
451
- animation: fade-in 0.4s;
452
- }
453
-
454
- .to-has-menu :is(header, footer, .col-content) {
455
- animation: shift-to-left 0.4s;
456
- }
457
-
458
- .to-has-menu .col-menu {
459
- animation: pop-in-from-right 0.4s;
460
- }
461
-
462
- .from-has-menu .overlay {
463
- animation: fade-out 0.4s;
464
- }
465
-
466
- .from-has-menu :is(header, footer, .col-content) {
467
- animation: unshift-to-left 0.4s;
468
- }
469
-
470
- .from-has-menu .col-menu {
471
- animation: pop-out-to-right 0.4s;
472
- }
473
-
474
- .has-menu body {
475
- overflow: hidden;
476
- }
477
- .has-menu .overlay {
478
- visibility: visible;
479
- }
480
- .has-menu :is(header, footer, .col-content) {
481
- transform: translate(-25%, 0);
482
- }
483
- .has-menu .col-menu {
484
- visibility: visible;
485
- transform: translate(0, 0);
486
- display: flex;
487
- flex-direction: column;
488
- gap: 1.5rem;
489
- max-height: 100vh;
490
- padding: 1rem 2rem;
491
- }
492
- .has-menu .tsd-navigation {
493
- max-height: 100%;
494
- }
495
+ .tsd-typography table {
496
+ border-collapse: collapse;
497
+ border: none;
498
+ }
499
+ .tsd-typography td,
500
+ .tsd-typography th {
501
+ padding: 6px 13px;
502
+ border: 1px solid var(--color-accent);
503
+ }
504
+ .tsd-typography thead,
505
+ .tsd-typography tr:nth-child(even) {
506
+ background-color: var(--color-background-secondary);
495
507
  }
496
508
 
497
509
  .tsd-breadcrumb {
@@ -574,13 +586,13 @@ dl.tsd-comment-tag-group p {
574
586
  }
575
587
  .tsd-filter-input {
576
588
  display: flex;
577
- width: fit-content;
578
589
  width: -moz-fit-content;
590
+ width: fit-content;
579
591
  align-items: center;
580
- user-select: none;
581
592
  -webkit-user-select: none;
582
593
  -moz-user-select: none;
583
594
  -ms-user-select: none;
595
+ user-select: none;
584
596
  cursor: pointer;
585
597
  }
586
598
  .tsd-filter-input input[type="checkbox"] {
@@ -603,11 +615,8 @@ dl.tsd-comment-tag-group p {
603
615
  Don't remove unless you know what you're doing. */
604
616
  opacity: 0.99;
605
617
  }
606
- .tsd-filter-input input[type="checkbox"]:focus + svg {
607
- transform: scale(0.95);
608
- }
609
- .tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg {
610
- transform: scale(1);
618
+ .tsd-filter-input input[type="checkbox"]:focus-visible + svg {
619
+ outline: 2px solid var(--color-focus-outline);
611
620
  }
612
621
  .tsd-checkbox-background {
613
622
  fill: var(--color-accent);
@@ -624,13 +633,18 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
624
633
  stroke: var(--color-accent);
625
634
  }
626
635
 
627
- .tsd-theme-toggle {
628
- padding-top: 0.75rem;
636
+ .settings-label {
637
+ font-weight: bold;
638
+ text-transform: uppercase;
639
+ display: inline-block;
629
640
  }
630
- .tsd-theme-toggle > h4 {
631
- display: inline;
632
- vertical-align: middle;
633
- margin-right: 0.75rem;
641
+
642
+ .tsd-filter-visibility .settings-label {
643
+ margin: 0.75rem 0 0.5rem 0;
644
+ }
645
+
646
+ .tsd-theme-toggle .settings-label {
647
+ margin: 0.75rem 0.75rem 0 0;
634
648
  }
635
649
 
636
650
  .tsd-hierarchy {
@@ -641,6 +655,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
641
655
  font-weight: bold;
642
656
  }
643
657
 
658
+ .tsd-full-hierarchy:not(:last-child) {
659
+ margin-bottom: 1em;
660
+ padding-bottom: 1em;
661
+ border-bottom: 1px solid var(--color-accent);
662
+ }
663
+ .tsd-full-hierarchy,
664
+ .tsd-full-hierarchy ul {
665
+ list-style: none;
666
+ margin: 0;
667
+ padding: 0;
668
+ }
669
+ .tsd-full-hierarchy ul {
670
+ padding-left: 1.5rem;
671
+ }
672
+ .tsd-full-hierarchy a {
673
+ padding: 0.25rem 0 !important;
674
+ font-size: 1rem;
675
+ display: inline-flex;
676
+ align-items: center;
677
+ color: var(--color-text);
678
+ }
679
+
644
680
  .tsd-panel-group.tsd-index-group {
645
681
  margin-bottom: 0;
646
682
  }
@@ -672,43 +708,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
672
708
  -o-page-break-inside: avoid;
673
709
  page-break-inside: avoid;
674
710
  }
675
- .tsd-index-panel a,
676
- .tsd-index-panel a.tsd-parent-kind-module {
677
- color: var(--color-ts);
678
- }
679
- .tsd-index-panel a.tsd-parent-kind-interface {
680
- color: var(--color-ts-interface);
681
- }
682
- .tsd-index-panel a.tsd-parent-kind-enum {
683
- color: var(--color-ts-enum);
684
- }
685
- .tsd-index-panel a.tsd-parent-kind-class {
686
- color: var(--color-ts-class);
687
- }
688
- .tsd-index-panel a.tsd-kind-module {
689
- color: var(--color-ts-namespace);
690
- }
691
- .tsd-index-panel a.tsd-kind-interface {
692
- color: var(--color-ts-interface);
693
- }
694
- .tsd-index-panel a.tsd-kind-enum {
695
- color: var(--color-ts-enum);
696
- }
697
- .tsd-index-panel a.tsd-kind-class {
698
- color: var(--color-ts-class);
699
- }
700
- .tsd-index-panel a.tsd-kind-function {
701
- color: var(--color-ts-function);
702
- }
703
- .tsd-index-panel a.tsd-kind-namespace {
704
- color: var(--color-ts-namespace);
705
- }
706
- .tsd-index-panel a.tsd-kind-variable {
707
- color: var(--color-ts-variable);
708
- }
709
- .tsd-index-panel a.tsd-is-private {
710
- color: var(--color-ts-private);
711
- }
712
711
 
713
712
  .tsd-flag {
714
713
  display: inline-block;
@@ -723,7 +722,7 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
723
722
  }
724
723
 
725
724
  .tsd-anchor {
726
- position: absolute;
725
+ position: relative;
727
726
  top: -100px;
728
727
  }
729
728
 
@@ -737,108 +736,65 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
737
736
  margin-bottom: 0;
738
737
  border-bottom: none;
739
738
  }
740
- .tsd-member [data-tsd-kind] {
741
- color: var(--color-ts);
742
- }
743
- .tsd-member [data-tsd-kind="Interface"] {
744
- color: var(--color-ts-interface);
745
- }
746
- .tsd-member [data-tsd-kind="Enum"] {
747
- color: var(--color-ts-enum);
748
- }
749
- .tsd-member [data-tsd-kind="Class"] {
750
- color: var(--color-ts-class);
739
+
740
+ .tsd-navigation.settings {
741
+ margin: 1rem 0;
751
742
  }
752
- .tsd-member [data-tsd-kind="Private"] {
753
- color: var(--color-ts-private);
743
+ .tsd-navigation > a,
744
+ .tsd-navigation .tsd-accordion-summary {
745
+ width: calc(100% - 0.25rem);
746
+ display: flex;
747
+ align-items: center;
754
748
  }
755
-
756
- .tsd-navigation a {
757
- display: block;
758
- margin: 0.4rem 0;
759
- border-left: 2px solid transparent;
749
+ .tsd-navigation a,
750
+ .tsd-navigation summary > span,
751
+ .tsd-page-navigation a {
752
+ display: flex;
753
+ width: calc(100% - 0.25rem);
754
+ align-items: center;
755
+ padding: 0.25rem;
760
756
  color: var(--color-text);
761
757
  text-decoration: none;
762
- transition: border-left-color 0.1s;
758
+ box-sizing: border-box;
763
759
  }
764
- .tsd-navigation a:hover {
760
+ .tsd-navigation a.current,
761
+ .tsd-page-navigation a.current {
762
+ background: var(--color-active-menu-item);
763
+ }
764
+ .tsd-navigation a:hover,
765
+ .tsd-page-navigation a:hover {
765
766
  text-decoration: underline;
766
767
  }
767
- .tsd-navigation ul {
768
- margin: 0;
768
+ .tsd-navigation ul,
769
+ .tsd-page-navigation ul {
770
+ margin-top: 0;
771
+ margin-bottom: 0;
769
772
  padding: 0;
770
773
  list-style: none;
771
774
  }
772
- .tsd-navigation li {
775
+ .tsd-navigation li,
776
+ .tsd-page-navigation li {
773
777
  padding: 0;
778
+ max-width: 100%;
774
779
  }
775
-
776
- .tsd-navigation.primary .tsd-accordion-details > ul {
777
- margin-top: 0.75rem;
780
+ .tsd-navigation .tsd-nav-link {
781
+ display: none;
778
782
  }
779
- .tsd-navigation.primary a {
780
- padding: 0.75rem 0.5rem;
781
- margin: 0;
783
+ .tsd-nested-navigation {
784
+ margin-left: 3rem;
782
785
  }
783
- .tsd-navigation.primary ul li a {
784
- margin-left: 0.5rem;
786
+ .tsd-nested-navigation > li > details {
787
+ margin-left: -1.5rem;
785
788
  }
786
- .tsd-navigation.primary ul li li a {
789
+ .tsd-small-nested-navigation {
787
790
  margin-left: 1.5rem;
788
791
  }
789
- .tsd-navigation.primary ul li li li a {
790
- margin-left: 2.5rem;
791
- }
792
- .tsd-navigation.primary ul li li li li a {
793
- margin-left: 3.5rem;
794
- }
795
- .tsd-navigation.primary ul li li li li li a {
796
- margin-left: 4.5rem;
797
- }
798
- .tsd-navigation.primary ul li li li li li li a {
799
- margin-left: 5.5rem;
800
- }
801
- .tsd-navigation.primary li.current > a {
802
- border-left: 0.15rem var(--color-text) solid;
803
- }
804
- .tsd-navigation.primary li.selected > a {
805
- font-weight: bold;
806
- border-left: 0.2rem var(--color-text) solid;
807
- }
808
- .tsd-navigation.primary ul li a:hover {
809
- border-left: 0.2rem var(--color-text-aside) solid;
810
- }
811
- .tsd-navigation.primary li.globals + li > span,
812
- .tsd-navigation.primary li.globals + li > a {
813
- padding-top: 20px;
792
+ .tsd-small-nested-navigation > li > details {
793
+ margin-left: -1.5rem;
814
794
  }
815
795
 
816
- .tsd-navigation.secondary.tsd-navigation--toolbar-hide {
817
- max-height: calc(100vh - 1rem);
818
- top: 0.5rem;
819
- }
820
- .tsd-navigation.secondary > ul {
821
- display: inline;
822
- padding-right: 0.5rem;
823
- transition: opacity 0.2s;
824
- }
825
- .tsd-navigation.secondary ul li a {
826
- padding-left: 0;
827
- }
828
- .tsd-navigation.secondary ul li li a {
829
- padding-left: 1.1rem;
830
- }
831
- .tsd-navigation.secondary ul li li li a {
832
- padding-left: 2.2rem;
833
- }
834
- .tsd-navigation.secondary ul li li li li a {
835
- padding-left: 3.3rem;
836
- }
837
- .tsd-navigation.secondary ul li li li li li a {
838
- padding-left: 4.4rem;
839
- }
840
- .tsd-navigation.secondary ul li li li li li li a {
841
- padding-left: 5.5rem;
796
+ .tsd-page-navigation ul {
797
+ padding-left: 1.75rem;
842
798
  }
843
799
 
844
800
  #tsd-sidebar-links a {
@@ -851,41 +807,40 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
851
807
  }
852
808
 
853
809
  a.tsd-index-link {
854
- margin: 0.25rem 0;
810
+ padding: 0.25rem 0 !important;
855
811
  font-size: 1rem;
856
812
  line-height: 1.25rem;
857
813
  display: inline-flex;
858
814
  align-items: center;
815
+ color: var(--color-text);
859
816
  }
860
- .tsd-accordion-summary > h1,
861
- .tsd-accordion-summary > h2,
862
- .tsd-accordion-summary > h3,
863
- .tsd-accordion-summary > h4,
864
- .tsd-accordion-summary > h5 {
865
- display: inline-flex;
866
- align-items: center;
867
- vertical-align: middle;
868
- margin-bottom: 0;
869
- user-select: none;
817
+ .tsd-accordion-summary {
818
+ list-style-type: none; /* hide marker on non-safari */
819
+ outline: none; /* broken on safari, so just hide it */
820
+ }
821
+ .tsd-accordion-summary::-webkit-details-marker {
822
+ display: none; /* hide marker on safari */
823
+ }
824
+ .tsd-accordion-summary,
825
+ .tsd-accordion-summary a {
870
826
  -moz-user-select: none;
871
827
  -webkit-user-select: none;
872
828
  -ms-user-select: none;
873
- }
874
- .tsd-accordion-summary {
875
- display: block;
829
+ user-select: none;
830
+
876
831
  cursor: pointer;
877
832
  }
833
+ .tsd-accordion-summary a {
834
+ width: calc(100% - 1.5rem);
835
+ }
878
836
  .tsd-accordion-summary > * {
879
837
  margin-top: 0;
880
838
  margin-bottom: 0;
881
839
  padding-top: 0;
882
840
  padding-bottom: 0;
883
841
  }
884
- .tsd-accordion-summary::-webkit-details-marker {
885
- display: none;
886
- }
887
- .tsd-index-accordion .tsd-accordion-summary svg {
888
- margin-right: 0.25rem;
842
+ .tsd-index-accordion .tsd-accordion-summary > svg {
843
+ margin-left: 0.25rem;
889
844
  }
890
845
  .tsd-index-content > :not(:first-child) {
891
846
  margin-top: 0.75rem;
@@ -910,34 +865,6 @@ a.tsd-index-link {
910
865
  margin-right: 0.8rem;
911
866
  }
912
867
 
913
- @media (min-width: 1025px) {
914
- .col-content {
915
- margin: 2rem auto;
916
- }
917
-
918
- .menu-sticky-wrap {
919
- position: sticky;
920
- height: calc(100vh - 2rem);
921
- top: 4rem;
922
- right: 0;
923
- padding: 0 1.5rem;
924
- padding-top: 1rem;
925
- margin-top: 3rem;
926
- transition: 0.3s ease-in-out;
927
- transition-property: top, padding-top, padding, height;
928
- overflow-y: auto;
929
- }
930
- .col-menu {
931
- border-left: 1px solid var(--color-accent);
932
- }
933
- .col-menu--hide {
934
- top: 1rem;
935
- }
936
- .col-menu .tsd-navigation:not(:last-child) {
937
- padding-bottom: 1.75rem;
938
- }
939
- }
940
-
941
868
  .tsd-panel {
942
869
  margin-bottom: 2.5rem;
943
870
  }
@@ -1018,8 +945,9 @@ a.tsd-index-link {
1018
945
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
1019
946
  }
1020
947
  #tsd-search .results li {
1021
- padding: 0 10px;
1022
948
  background-color: var(--color-background);
949
+ line-height: initial;
950
+ padding: 4px;
1023
951
  }
1024
952
  #tsd-search .results li:nth-child(even) {
1025
953
  background-color: var(--color-background-secondary);
@@ -1027,12 +955,15 @@ a.tsd-index-link {
1027
955
  #tsd-search .results li.state {
1028
956
  display: none;
1029
957
  }
1030
- #tsd-search .results li.current,
1031
- #tsd-search .results li:hover {
958
+ #tsd-search .results li.current:not(.no-results),
959
+ #tsd-search .results li:hover:not(.no-results) {
1032
960
  background-color: var(--color-accent);
1033
961
  }
1034
962
  #tsd-search .results a {
1035
- display: block;
963
+ display: flex;
964
+ align-items: center;
965
+ padding: 0.25rem;
966
+ box-sizing: border-box;
1036
967
  }
1037
968
  #tsd-search .results a:before {
1038
969
  top: 10px;
@@ -1088,6 +1019,11 @@ a.tsd-index-link {
1088
1019
  overflow-x: auto;
1089
1020
  }
1090
1021
 
1022
+ .tsd-signature-keyword {
1023
+ color: var(--color-ts-keyword);
1024
+ font-weight: normal;
1025
+ }
1026
+
1091
1027
  .tsd-signature-symbol {
1092
1028
  color: var(--color-text-aside);
1093
1029
  font-weight: normal;
@@ -1143,7 +1079,7 @@ ul.tsd-type-parameter-list h5 {
1143
1079
  }
1144
1080
 
1145
1081
  .tsd-page-toolbar {
1146
- position: fixed;
1082
+ position: sticky;
1147
1083
  z-index: 1;
1148
1084
  top: 0;
1149
1085
  left: 0;
@@ -1183,16 +1119,14 @@ ul.tsd-type-parameter-list h5 {
1183
1119
  padding: 12px 0;
1184
1120
  }
1185
1121
 
1186
- .tsd-page-toolbar--hide {
1187
- transform: translateY(-100%);
1188
- }
1189
-
1190
1122
  .tsd-widget {
1191
1123
  display: inline-block;
1192
1124
  overflow: hidden;
1193
1125
  opacity: 0.8;
1194
1126
  height: 40px;
1195
- transition: opacity 0.1s, background-color 0.2s;
1127
+ transition:
1128
+ opacity 0.1s,
1129
+ background-color 0.2s;
1196
1130
  vertical-align: bottom;
1197
1131
  cursor: pointer;
1198
1132
  }
@@ -1214,12 +1148,6 @@ ul.tsd-type-parameter-list h5 {
1214
1148
  .tsd-widget.menu {
1215
1149
  display: none;
1216
1150
  }
1217
- @media (max-width: 1024px) {
1218
- .tsd-widget.options,
1219
- .tsd-widget.menu {
1220
- display: inline-block;
1221
- }
1222
- }
1223
1151
  input[type="checkbox"] + .tsd-widget:before {
1224
1152
  background-position: -120px 0;
1225
1153
  }
@@ -1250,7 +1178,7 @@ img {
1250
1178
  }
1251
1179
 
1252
1180
  .deprecated {
1253
- text-decoration: line-through;
1181
+ text-decoration: line-through !important;
1254
1182
  }
1255
1183
 
1256
1184
  .warning {
@@ -1259,6 +1187,78 @@ img {
1259
1187
  background: var(--color-background-warning);
1260
1188
  }
1261
1189
 
1190
+ .tsd-kind-project {
1191
+ color: var(--color-ts-project);
1192
+ }
1193
+ .tsd-kind-module {
1194
+ color: var(--color-ts-module);
1195
+ }
1196
+ .tsd-kind-namespace {
1197
+ color: var(--color-ts-namespace);
1198
+ }
1199
+ .tsd-kind-enum {
1200
+ color: var(--color-ts-enum);
1201
+ }
1202
+ .tsd-kind-enum-member {
1203
+ color: var(--color-ts-enum-member);
1204
+ }
1205
+ .tsd-kind-variable {
1206
+ color: var(--color-ts-variable);
1207
+ }
1208
+ .tsd-kind-function {
1209
+ color: var(--color-ts-function);
1210
+ }
1211
+ .tsd-kind-class {
1212
+ color: var(--color-ts-class);
1213
+ }
1214
+ .tsd-kind-interface {
1215
+ color: var(--color-ts-interface);
1216
+ }
1217
+ .tsd-kind-constructor {
1218
+ color: var(--color-ts-constructor);
1219
+ }
1220
+ .tsd-kind-property {
1221
+ color: var(--color-ts-property);
1222
+ }
1223
+ .tsd-kind-method {
1224
+ color: var(--color-ts-method);
1225
+ }
1226
+ .tsd-kind-call-signature {
1227
+ color: var(--color-ts-call-signature);
1228
+ }
1229
+ .tsd-kind-index-signature {
1230
+ color: var(--color-ts-index-signature);
1231
+ }
1232
+ .tsd-kind-constructor-signature {
1233
+ color: var(--color-ts-constructor-signature);
1234
+ }
1235
+ .tsd-kind-parameter {
1236
+ color: var(--color-ts-parameter);
1237
+ }
1238
+ .tsd-kind-type-literal {
1239
+ color: var(--color-ts-type-literal);
1240
+ }
1241
+ .tsd-kind-type-parameter {
1242
+ color: var(--color-ts-type-parameter);
1243
+ }
1244
+ .tsd-kind-accessor {
1245
+ color: var(--color-ts-accessor);
1246
+ }
1247
+ .tsd-kind-get-signature {
1248
+ color: var(--color-ts-get-signature);
1249
+ }
1250
+ .tsd-kind-set-signature {
1251
+ color: var(--color-ts-set-signature);
1252
+ }
1253
+ .tsd-kind-type-alias {
1254
+ color: var(--color-ts-type-alias);
1255
+ }
1256
+
1257
+ /* if we have a kind icon, don't color the text by kind */
1258
+ .tsd-kind-icon ~ span {
1259
+ color: var(--color-text);
1260
+ }
1261
+
1262
1262
  * {
1263
1263
  scrollbar-width: thin;
1264
1264
  scrollbar-color: var(--color-accent) var(--color-icon-background);
@@ -1277,3 +1277,153 @@ img {
1277
1277
  border-radius: 999rem;
1278
1278
  border: 0.25rem solid var(--color-icon-background);
1279
1279
  }
1280
+
1281
+ /* mobile */
1282
+ @media (max-width: 769px) {
1283
+ .tsd-widget.options,
1284
+ .tsd-widget.menu {
1285
+ display: inline-block;
1286
+ }
1287
+
1288
+ .container-main {
1289
+ display: flex;
1290
+ }
1291
+ html .col-content {
1292
+ float: none;
1293
+ max-width: 100%;
1294
+ width: 100%;
1295
+ }
1296
+ html .col-sidebar {
1297
+ position: fixed !important;
1298
+ overflow-y: auto;
1299
+ -webkit-overflow-scrolling: touch;
1300
+ z-index: 1024;
1301
+ top: 0 !important;
1302
+ bottom: 0 !important;
1303
+ left: auto !important;
1304
+ right: 0 !important;
1305
+ padding: 1.5rem 1.5rem 0 0;
1306
+ width: 75vw;
1307
+ visibility: hidden;
1308
+ background-color: var(--color-background);
1309
+ transform: translate(100%, 0);
1310
+ }
1311
+ html .col-sidebar > *:last-child {
1312
+ padding-bottom: 20px;
1313
+ }
1314
+ html .overlay {
1315
+ content: "";
1316
+ display: block;
1317
+ position: fixed;
1318
+ z-index: 1023;
1319
+ top: 0;
1320
+ left: 0;
1321
+ right: 0;
1322
+ bottom: 0;
1323
+ background-color: rgba(0, 0, 0, 0.75);
1324
+ visibility: hidden;
1325
+ }
1326
+
1327
+ .to-has-menu .overlay {
1328
+ animation: fade-in 0.4s;
1329
+ }
1330
+
1331
+ .to-has-menu .col-sidebar {
1332
+ animation: pop-in-from-right 0.4s;
1333
+ }
1334
+
1335
+ .from-has-menu .overlay {
1336
+ animation: fade-out 0.4s;
1337
+ }
1338
+
1339
+ .from-has-menu .col-sidebar {
1340
+ animation: pop-out-to-right 0.4s;
1341
+ }
1342
+
1343
+ .has-menu body {
1344
+ overflow: hidden;
1345
+ }
1346
+ .has-menu .overlay {
1347
+ visibility: visible;
1348
+ }
1349
+ .has-menu .col-sidebar {
1350
+ visibility: visible;
1351
+ transform: translate(0, 0);
1352
+ display: flex;
1353
+ flex-direction: column;
1354
+ gap: 1.5rem;
1355
+ max-height: 100vh;
1356
+ padding: 1rem 2rem;
1357
+ }
1358
+ .has-menu .tsd-navigation {
1359
+ max-height: 100%;
1360
+ }
1361
+ #tsd-toolbar-links {
1362
+ display: none;
1363
+ }
1364
+ .tsd-navigation .tsd-nav-link {
1365
+ display: flex;
1366
+ }
1367
+ }
1368
+
1369
+ /* one sidebar */
1370
+ @media (min-width: 770px) {
1371
+ .container-main {
1372
+ display: grid;
1373
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1374
+ grid-template-areas: "sidebar content";
1375
+ margin: 2rem auto;
1376
+ }
1377
+
1378
+ .col-sidebar {
1379
+ grid-area: sidebar;
1380
+ }
1381
+ .col-content {
1382
+ grid-area: content;
1383
+ padding: 0 1rem;
1384
+ }
1385
+ }
1386
+ @media (min-width: 770px) and (max-width: 1399px) {
1387
+ .col-sidebar {
1388
+ max-height: calc(100vh - 2rem - 42px);
1389
+ overflow: auto;
1390
+ position: sticky;
1391
+ top: 42px;
1392
+ padding-top: 1rem;
1393
+ }
1394
+ .site-menu {
1395
+ margin-top: 1rem;
1396
+ }
1397
+ }
1398
+
1399
+ /* two sidebars */
1400
+ @media (min-width: 1200px) {
1401
+ .container-main {
1402
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem);
1403
+ grid-template-areas: "sidebar content toc";
1404
+ }
1405
+
1406
+ .col-sidebar {
1407
+ display: contents;
1408
+ }
1409
+
1410
+ .page-menu {
1411
+ grid-area: toc;
1412
+ padding-left: 1rem;
1413
+ }
1414
+ .site-menu {
1415
+ grid-area: sidebar;
1416
+ }
1417
+
1418
+ .site-menu {
1419
+ margin-top: 1rem 0;
1420
+ }
1421
+
1422
+ .page-menu,
1423
+ .site-menu {
1424
+ max-height: calc(100vh - 2rem - 42px);
1425
+ overflow: auto;
1426
+ position: sticky;
1427
+ top: 42px;
1428
+ }
1429
+ }