@realsee/dnalogel 2.1.0 → 2.1.2-alpha.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 (521) hide show
  1. package/components/index.js +242 -569
  2. package/dist/index.cjs.js +58 -73
  3. package/dist/index.es.js +7846 -12962
  4. package/dist/index.js +7846 -12962
  5. package/dist/index.umd.js +46 -61
  6. package/docs/assets/highlight.css +3 -3
  7. package/docs/assets/main.js +4 -2
  8. package/docs/assets/search.js +1 -1
  9. package/docs/assets/style.css +462 -619
  10. package/docs/classes/CruisePluginController.html +397 -23
  11. package/docs/classes/Magnifier.html +187 -9
  12. package/docs/classes/ModelRoomLabelController.html +149 -11
  13. package/docs/classes/Object3DHelperController.html +356 -0
  14. package/docs/classes/PaintBrush.html +260 -0
  15. package/docs/classes/PanoTagPluginController.html +940 -0
  16. package/docs/classes/Util.BetterTween.html +134 -0
  17. package/docs/classes/Util.FivePointSelector.html +144 -0
  18. package/docs/classes/Util.Interval.html +158 -0
  19. package/docs/classes/Util.Magnifier.html +196 -0
  20. package/docs/classes/Util.PointDomHelper.html +135 -0
  21. package/docs/classes/Util.PointHelper.html +127 -0
  22. package/docs/classes/Util.Rectangle.html +181 -0
  23. package/docs/enums/CameraMovementEffect.html +70 -3
  24. package/docs/enums/ContentType.html +116 -0
  25. package/docs/enums/DIRECTION.html +81 -1
  26. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +81 -1
  27. package/docs/enums/DimensionType.html +67 -0
  28. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +74 -1
  29. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +81 -1
  30. package/docs/enums/LinkType.html +67 -0
  31. package/docs/enums/PaintBrushTypeEnum.html +74 -0
  32. package/docs/enums/PointType.html +67 -0
  33. package/docs/enums/Rotation.html +77 -3
  34. package/docs/functions/CSS3DRenderPlugin.html +233 -0
  35. package/docs/functions/CameraMovementPlugin.html +237 -0
  36. package/docs/functions/CruisePlugin.html +233 -0
  37. package/docs/functions/GuideLinePlugin.html +235 -0
  38. package/docs/functions/ItemLabelPlugin.html +235 -0
  39. package/docs/functions/MapviewFloorplanPlugin.html +235 -0
  40. package/docs/functions/ModelChassisCompassPlugin.html +237 -0
  41. package/docs/functions/ModelEntryDoorGuidePlugin.html +237 -0
  42. package/docs/functions/ModelFloorplanPlugin.html +235 -0
  43. package/docs/functions/ModelItemLabelPlugin.html +235 -0
  44. package/docs/functions/ModelRoomLabelPlugin.html +233 -0
  45. package/docs/functions/ModelTVVideoPlugin.html +235 -0
  46. package/docs/functions/ModelViewPlugin.html +237 -0
  47. package/docs/functions/Object3DHelperPlugin.html +233 -0
  48. package/docs/functions/PanoCompassPlugin.html +235 -0
  49. package/docs/functions/PanoCursorRaycasterPlugin.html +238 -0
  50. package/docs/functions/PanoDoorLabelPlugin.html +235 -0
  51. package/docs/functions/PanoFloorplanRadarPlugin.html +235 -0
  52. package/docs/functions/PanoMeasurePlugin.html +235 -0
  53. package/docs/functions/PanoRulerPlugin.html +237 -0
  54. package/docs/functions/PanoRulerProPlugin.html +237 -0
  55. package/docs/functions/PanoSpatialTagPlugin.html +237 -0
  56. package/docs/functions/PanoTagPlugin.html +249 -0
  57. package/docs/functions/TopviewFloorplanPlugin.html +235 -0
  58. package/docs/functions/Util.getCoordsFromClient.html +78 -0
  59. package/docs/functions/Util.getCoordsFromElement.html +78 -0
  60. package/docs/functions/Util.getFrameTime.html +70 -0
  61. package/docs/functions/Util.getIntersectFromRelativePosition.html +78 -0
  62. package/docs/functions/Util.getRaycasterFromFivePointer.html +78 -0
  63. package/docs/functions/Util.isNil.html +79 -0
  64. package/docs/functions/Util.nextFrame.html +73 -0
  65. package/docs/functions/Util.notNil.html +78 -0
  66. package/docs/functions/Util.requestAnimationFrameInterval.html +98 -0
  67. package/docs/functions/Util.tweenProgress.html +84 -0
  68. package/docs/functions/pluginFlag.html +233 -0
  69. package/docs/index.html +220 -2
  70. package/docs/interfaces/CSS3DRenderPluginEventMap.html +205 -0
  71. package/docs/interfaces/CSS3DRenderPluginState.html +85 -0
  72. package/docs/interfaces/CameraMovementPluginExportType.html +111 -17
  73. package/docs/interfaces/ContentTypeMap.html +212 -0
  74. package/docs/interfaces/FloorplanBounding.html +89 -10
  75. package/docs/interfaces/FloorplanData.html +95 -3
  76. package/docs/interfaces/FloorplanEntrance.html +114 -15
  77. package/docs/interfaces/FloorplanExtraObject.html +108 -7
  78. package/docs/interfaces/FloorplanExtraObject3D.html +99 -3
  79. package/docs/interfaces/FloorplanFloorData.html +88 -3
  80. package/docs/interfaces/FloorplanImagePosition.html +74 -3
  81. package/docs/interfaces/FloorplanObserver.html +92 -5
  82. package/docs/interfaces/FloorplanOutlineItem.html +88 -3
  83. package/docs/interfaces/FloorplanPosition.html +74 -3
  84. package/docs/interfaces/FloorplanRoomItem.html +134 -17
  85. package/docs/interfaces/FloorplanRoomLabelItem.html +78 -7
  86. package/docs/interfaces/FloorplanServerBounding.html +89 -10
  87. package/docs/interfaces/FloorplanServerComputedData.html +92 -1
  88. package/docs/interfaces/FloorplanServerData.html +74 -3
  89. package/docs/interfaces/FloorplanServerDoorItem.html +92 -1
  90. package/docs/interfaces/FloorplanServerDoorPosition.html +78 -1
  91. package/docs/interfaces/FloorplanServerEntrance.html +114 -15
  92. package/docs/interfaces/FloorplanServerFloorData.html +88 -3
  93. package/docs/interfaces/FloorplanServerImagePosition.html +74 -3
  94. package/docs/interfaces/FloorplanServerObserver.html +92 -5
  95. package/docs/interfaces/FloorplanServerOutlineItem.html +88 -3
  96. package/docs/interfaces/FloorplanServerPosition.html +74 -3
  97. package/docs/interfaces/FloorplanServerRoomItem.html +145 -20
  98. package/docs/interfaces/FloorplanServerRoomLabelItem.html +78 -7
  99. package/docs/interfaces/ItemLabelPluginData.html +64 -1
  100. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +149 -1
  101. package/docs/interfaces/ItemLabelPluginParametersType.html +85 -1
  102. package/docs/interfaces/LineJson.html +71 -1
  103. package/docs/interfaces/ModelChassisCompassPluginData.html +71 -1
  104. package/docs/interfaces/ModelChassisCompassPluginExportType.html +107 -1
  105. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +71 -1
  106. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +78 -1
  107. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +115 -1
  108. package/docs/interfaces/ModelItemLabelPluginData.html +64 -1
  109. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +149 -1
  110. package/docs/interfaces/ModelItemLabelPluginParametersType.html +71 -1
  111. package/docs/interfaces/ModelRoomLabelPluginData.html +64 -1
  112. package/docs/interfaces/ModelTVVideoPluginData.html +85 -1
  113. package/docs/interfaces/ModelTVVideoPluginExportType.html +109 -1
  114. package/docs/interfaces/ModelTVVideoPluginParameterType.html +64 -1
  115. package/docs/interfaces/ModelViewPluginExportType.html +129 -1
  116. package/docs/interfaces/Object3DHelperState.html +78 -0
  117. package/docs/interfaces/OpenParameter.html +74 -3
  118. package/docs/interfaces/PaintBrushAction.html +118 -0
  119. package/docs/interfaces/PaintBrushConfigs.html +122 -0
  120. package/docs/interfaces/PaintBrushState.html +99 -0
  121. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +186 -11
  122. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +227 -1
  123. package/docs/interfaces/PanoMeasureParameterType.html +128 -5
  124. package/docs/interfaces/PanoRulerPluginExportType.html +138 -1
  125. package/docs/interfaces/PanoRulerPluginOptions.html +87 -1
  126. package/docs/interfaces/PanoRulerPluginParameterType.html +78 -1
  127. package/docs/interfaces/PanoRulerProPluginExportType.html +114 -1
  128. package/docs/interfaces/PanoRulerProPluginOptions.html +84 -1
  129. package/docs/interfaces/PanoRulerProPluginParameterType.html +71 -1
  130. package/docs/interfaces/PanoRulerProPluginState.html +78 -1
  131. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +241 -1
  132. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +230 -1
  133. package/docs/interfaces/PanoSpatialTagPluginData.html +114 -1
  134. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +96 -1
  135. package/docs/interfaces/PanoSpatialTagPluginExportType.html +192 -1
  136. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +92 -1
  137. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +113 -1
  138. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +99 -1
  139. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +92 -1
  140. package/docs/interfaces/Point.html +78 -1
  141. package/docs/interfaces/PointJson.html +78 -1
  142. package/docs/interfaces/Room.html +85 -1
  143. package/docs/interfaces/RoomInfo.html +71 -1
  144. package/docs/interfaces/RoomLabel.html +141 -13
  145. package/docs/interfaces/RoomRules.html +230 -1
  146. package/docs/interfaces/Rooms.html +230 -1
  147. package/docs/interfaces/Scissor.html +100 -0
  148. package/docs/interfaces/TagConfig.html +120 -0
  149. package/docs/interfaces/Tags.html +89 -0
  150. package/docs/interfaces/Util.MagnifierParameter.html +116 -0
  151. package/docs/interfaces/Util.MouseGroupParameter.html +79 -0
  152. package/docs/modules/Util.html +91 -0
  153. package/docs/modules.html +425 -36
  154. package/docs/types/ArrayPosition.html +224 -0
  155. package/docs/types/CSS3DRenderExportType.html +224 -0
  156. package/docs/types/CSS3DRenderPluginExportType.html +224 -0
  157. package/docs/types/CSS3DRenderPluginParameterType.html +224 -0
  158. package/docs/types/Color.html +224 -0
  159. package/docs/types/ContentTypeConfigKey.html +224 -0
  160. package/docs/types/ContentTypeConfigKeyArray.html +224 -0
  161. package/docs/types/Create3DDomContainerReturnType.html +224 -0
  162. package/docs/types/Create3DElementReturnType.html +224 -0
  163. package/docs/types/CruisePluginExportType.html +224 -0
  164. package/docs/types/Direction-1.html +224 -0
  165. package/docs/types/Direction4.html +224 -0
  166. package/docs/types/FloorplanRuleLabels.html +226 -0
  167. package/docs/types/FloorplanServerRuleLabels.html +224 -0
  168. package/docs/types/GuideLinePluginExportType.html +224 -0
  169. package/docs/types/HelperEventMap.html +314 -0
  170. package/docs/types/MapviewFloorplanPluginParameterType.html +224 -0
  171. package/docs/types/MapviewFloorplanPluginReturnType.html +224 -0
  172. package/docs/types/MediaData.html +224 -0
  173. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +224 -0
  174. package/docs/types/ModelFloorplanPluginParameterType.html +224 -0
  175. package/docs/types/ModelFloorplanPluginReturnType.html +224 -0
  176. package/docs/types/ModelRoomLabelPluginParameters.html +224 -0
  177. package/docs/types/ModelRoomLabelPluginReturnType.html +224 -0
  178. package/docs/types/MoveArgs.html +226 -0
  179. package/docs/types/MoveOpts.html +226 -0
  180. package/docs/types/Object3DHelperEventMap.html +317 -0
  181. package/docs/types/ObjectFit.html +224 -0
  182. package/docs/types/PaintBrushEventMap.html +255 -0
  183. package/docs/types/PanoCompassPluginData.html +224 -0
  184. package/docs/types/PanoCompassPluginExportType.html +224 -0
  185. package/docs/types/PanoCompassPluginParameterType.html +224 -0
  186. package/docs/types/PanoFloorplanRadarPluginParameterType.html +224 -0
  187. package/docs/types/PanoFloorplanRadarPluginReturnType.html +224 -0
  188. package/docs/types/PanoMeasurePluginEvent.html +224 -0
  189. package/docs/types/PanoMeasureReturnType.html +224 -0
  190. package/docs/types/PanoSpatialTagPluginId.html +224 -0
  191. package/docs/types/PanoTagPluginExportInterface.html +224 -0
  192. package/docs/types/PanoTagPluginParamsInterface.html +224 -0
  193. package/docs/types/PlaneTag.html +233 -0
  194. package/docs/types/PointTag.html +235 -0
  195. package/docs/types/Position.html +224 -0
  196. package/docs/types/RotateArgs.html +226 -0
  197. package/docs/types/RotateOpts.html +226 -0
  198. package/docs/types/RuleLabelsKey.html +224 -0
  199. package/docs/types/RuleLabelsValue.html +224 -0
  200. package/docs/types/Tag.html +235 -0
  201. package/docs/types/Tag2D.html +233 -0
  202. package/docs/types/Tag3D.html +233 -0
  203. package/docs/types/TagId.html +224 -0
  204. package/docs/types/TopviewFloorplanPluginParameterType.html +224 -0
  205. package/docs/types/TopviewFloorplanPluginReturnType.html +224 -0
  206. package/docs/variables/FLOOR_TYPE_MAP.html +226 -0
  207. package/docs/variables/PLUGIN.html +224 -0
  208. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +226 -0
  209. package/docs/variables/ROOM_TYPE_MAP.html +226 -0
  210. package/docs/variables/VERSION.html +224 -0
  211. package/docs/variables/itemLabelPluginServerParams.html +231 -0
  212. package/docs/variables/modelItemLabelPluginServerParams.html +231 -0
  213. package/docs/variables/modelRoomLabelPluginServerParams.html +231 -0
  214. package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +2 -2
  215. package/libs/CSS3DRenderPlugin/CSS3DRender.js +150 -119
  216. package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -3
  217. package/libs/CSS3DRenderPlugin/Controller.js +45 -42
  218. package/libs/CSS3DRenderPlugin/index.js +4 -12
  219. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +71 -54
  220. package/libs/CruisePlugin/Controller.js +331 -287
  221. package/libs/CruisePlugin/index.js +6 -25
  222. package/libs/CruisePlugin/utils/coordinatesAngle.js +2 -3
  223. package/libs/CruisePlugin/utils/safeCall.js +21 -5
  224. package/libs/GuideLinePlugin/Controller.js +94 -62
  225. package/libs/GuideLinePlugin/index.js +4 -13
  226. package/libs/GuideLinePlugin/utils/getLineGeometries.js +49 -103
  227. package/libs/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
  228. package/libs/ItemLabelPlugin/ItemLabelComponent.js +200 -183
  229. package/libs/ItemLabelPlugin/ItemLabelItem.js +27 -27
  230. package/libs/ItemLabelPlugin/Plugin.js +20 -29
  231. package/libs/ItemLabelPlugin/index.js +5 -18
  232. package/libs/ItemLabelPlugin/utils/parseData.js +15 -4
  233. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +16 -6
  234. package/libs/ModelChassisCompassPlugin/Plugin.js +54 -38
  235. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +58 -46
  236. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +145 -129
  237. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +18 -18
  238. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +19 -24
  239. package/libs/ModelItemLabelPlugin/index.js +5 -14
  240. package/libs/ModelItemLabelPlugin/utils/parseData.js +16 -6
  241. package/libs/ModelRoomLabelPlugin/Controller.js +2 -6
  242. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +22 -22
  243. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +105 -94
  244. package/libs/ModelRoomLabelPlugin/index.js +4 -10
  245. package/libs/ModelTVVideoPlugin/Plugin.js +101 -94
  246. package/libs/ModelViewPlugin/Plugin.js +71 -60
  247. package/libs/Object3DHelperPlugin/Controller.d.ts +1 -1
  248. package/libs/Object3DHelperPlugin/Controller.js +79 -71
  249. package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +1 -1
  250. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +8 -11
  251. package/libs/Object3DHelperPlugin/index.js +8 -40
  252. package/libs/PanoCompassPlugin/Controller.js +91 -72
  253. package/libs/PanoCompassPlugin/index.js +4 -22
  254. package/libs/PanoCursorRaycasterPlugin/index.js +8 -9
  255. package/libs/PanoDoorLabelPlugin/BaseController.js +42 -33
  256. package/libs/PanoDoorLabelPlugin/Controller.js +84 -80
  257. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +16 -16
  258. package/libs/PanoDoorLabelPlugin/index.d.ts +1 -1
  259. package/libs/PanoDoorLabelPlugin/index.js +3 -12
  260. package/libs/PanoDoorLabelPlugin/utils.d.ts +2 -2
  261. package/libs/PanoMeasurePlugin/Controller/BaseController.js +14 -24
  262. package/libs/PanoMeasurePlugin/Controller/EditController.js +8 -20
  263. package/libs/PanoMeasurePlugin/Controller/MixedController.js +15 -28
  264. package/libs/PanoMeasurePlugin/Controller/ViewController.js +15 -26
  265. package/libs/PanoMeasurePlugin/Controller/WatchController.js +28 -43
  266. package/libs/PanoMeasurePlugin/Controller/index.d.ts +1 -1
  267. package/libs/PanoMeasurePlugin/Controller/index.js +43 -70
  268. package/libs/PanoMeasurePlugin/Model/index.d.ts +4 -4
  269. package/libs/PanoMeasurePlugin/Model/index.js +38 -45
  270. package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -1
  271. package/libs/PanoMeasurePlugin/Model/line.js +10 -14
  272. package/libs/PanoMeasurePlugin/Model/polyline.d.ts +2 -2
  273. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +3 -3
  274. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
  275. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +35 -28
  276. package/libs/PanoMeasurePlugin/index.js +6 -55
  277. package/libs/PanoMeasurePlugin/utils/constants.js +29 -16
  278. package/libs/PanoMeasurePlugin/utils/findClosestPoint.d.ts +1 -1
  279. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +4 -5
  280. package/libs/PanoRulerPlugin/Plugin.js +180 -157
  281. package/libs/PanoRulerProPlugin/Controller.js +70 -51
  282. package/libs/PanoRulerProPlugin/RulerItem.js +55 -45
  283. package/libs/PanoRulerProPlugin/RulerItems.js +124 -125
  284. package/libs/PanoRulerProPlugin/index.js +4 -15
  285. package/libs/PanoSpatialTagPlugin/Components/origins.js +24 -25
  286. package/libs/PanoSpatialTagPlugin/Components/tag.js +23 -23
  287. package/libs/PanoSpatialTagPlugin/Plugin.js +61 -72
  288. package/libs/PanoSpatialTagPlugin/store.d.ts +1 -1
  289. package/libs/PanoSpatialTagPlugin/store.js +1 -2
  290. package/libs/PanoTagPlugin/Components/Common/Arrow.js +47 -47
  291. package/libs/PanoTagPlugin/Components/Common/Audio.js +95 -92
  292. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +48 -48
  293. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +40 -41
  294. package/libs/PanoTagPlugin/Components/Common/Media.js +258 -3303
  295. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +60 -60
  296. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +96 -107
  297. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +15 -16
  298. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +22 -23
  299. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +78 -82
  300. package/libs/PanoTagPlugin/Components/Common/Shadow.js +51 -52
  301. package/libs/PanoTagPlugin/Components/Common/Text.js +84 -937
  302. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +58 -64
  303. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +35 -34
  304. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +101 -111
  305. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +43 -45
  306. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +123 -96
  307. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +36 -44
  308. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +71 -83
  309. package/libs/PanoTagPlugin/Components/Tag/index.js +130 -149
  310. package/libs/PanoTagPlugin/Components/TagContainer.js +69 -100
  311. package/libs/PanoTagPlugin/Components/TagWrapper.js +86 -116
  312. package/libs/PanoTagPlugin/controller/TagCacheController.js +2 -3
  313. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +5 -5
  314. package/libs/PanoTagPlugin/controller/TagComputer.js +262 -13
  315. package/libs/PanoTagPlugin/controller/index.js +177 -186
  316. package/libs/PanoTagPlugin/index.js +7 -69
  317. package/libs/PanoTagPlugin/utils/checkRange.d.ts +1 -1
  318. package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -1
  319. package/libs/PanoTagPlugin/utils/search.js +9 -27
  320. package/libs/base/BasePluginWithData.js +0 -1
  321. package/libs/components/PaintBrush/Controller.d.ts +2 -2
  322. package/libs/components/PaintBrush/Controller.js +3 -4
  323. package/libs/components/PaintBrush/index.js +2 -9
  324. package/libs/components/PaintBrush/tween.js +7 -11
  325. package/libs/components/PaintBrush/utils.d.ts +1 -1
  326. package/libs/env.d.ts +1 -0
  327. package/libs/floorplan/Components/BaseImage.js +29 -30
  328. package/libs/floorplan/Components/Camera.js +24 -24
  329. package/libs/floorplan/Components/Compass.js +36 -36
  330. package/libs/floorplan/Components/CurrentFloor.js +65 -74
  331. package/libs/floorplan/Components/Main.js +94 -112
  332. package/libs/floorplan/Components/Normalmage.js +21 -21
  333. package/libs/floorplan/Components/RoomHighlight/Room.js +20 -20
  334. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +43 -44
  335. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +60 -59
  336. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +61 -61
  337. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +136 -124
  338. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +21 -21
  339. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +20 -20
  340. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +22 -22
  341. package/libs/floorplan/Components/RuleLabels/RuleItem.js +68 -68
  342. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +40 -40
  343. package/libs/floorplan/Components/SvgImage.js +19 -19
  344. package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -1
  345. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +145 -146
  346. package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -47
  347. package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -1
  348. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +187 -189
  349. package/libs/floorplan/ModelFloorplanPlugin/index.js +4 -47
  350. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +32 -31
  351. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +56 -60
  352. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +29 -29
  353. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +75 -83
  354. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +92 -74
  355. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -24
  356. package/libs/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -1
  357. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +181 -173
  358. package/libs/floorplan/TopviewFloorplanPlugin/index.js +4 -44
  359. package/libs/floorplan/utils/constant.js +1 -2
  360. package/libs/floorplan/utils/correctFiveState.js +48 -30
  361. package/libs/floorplan/utils/formatData.js +58 -36
  362. package/libs/index.js +90 -328
  363. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-changed-params.js +29 -0
  364. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-params.js +23 -0
  365. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/mount-swiper.js +14 -0
  366. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/params-list.js +120 -0
  367. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/update-swiper.js +36 -0
  368. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/utils.js +32 -0
  369. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper-slide.js +182 -0
  370. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper.js +254 -0
  371. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +2 -5
  372. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +5 -16
  373. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +16 -24
  374. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +1 -1
  375. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +15 -23
  376. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +2 -10
  377. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +27 -29
  378. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +19 -9
  379. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +4 -5
  380. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -102
  381. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +8 -14
  382. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +2 -3
  383. package/libs/shared-utils/Object3DHelper/index.js +72 -43
  384. package/libs/shared-utils/Object3DHelper/utils/direction.js +14 -22
  385. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +1 -1
  386. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
  387. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -1
  388. package/libs/shared-utils/Subscribe.js +1 -1
  389. package/libs/shared-utils/animationFrame/BetterTween.js +24 -4
  390. package/libs/shared-utils/animationFrame/calculateProgress.js +3 -9
  391. package/libs/shared-utils/animationFrame/formatRad.js +1 -3
  392. package/libs/shared-utils/animationFrame/index.js +19 -39
  393. package/libs/shared-utils/animationFrame/tween.js +17 -17
  394. package/libs/shared-utils/filter.js +6 -26
  395. package/libs/shared-utils/five/changeMode.js +34 -16
  396. package/libs/shared-utils/index.js +29 -43
  397. package/libs/shared-utils/math/planimetry.d.ts +5 -5
  398. package/libs/shared-utils/math/planimetry.js +34 -121
  399. package/libs/shared-utils/removeArrayItem.d.ts +1 -1
  400. package/libs/shared-utils/three/Assets/index.js +1 -2
  401. package/libs/shared-utils/three/FivePointSelector.d.ts +1 -1
  402. package/libs/shared-utils/three/FivePointSelector.js +12 -26
  403. package/libs/shared-utils/three/Magnifier.d.ts +2 -2
  404. package/libs/shared-utils/three/Magnifier.js +3 -3
  405. package/libs/shared-utils/three/PointDomHelper.js +27 -35
  406. package/libs/shared-utils/three/PointHelper.js +1 -1
  407. package/libs/shared-utils/three/getIntersect.d.ts +1 -1
  408. package/libs/shared-utils/three/getRaycaster.d.ts +1 -1
  409. package/libs/shared-utils/three/loadTexture.js +25 -7
  410. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +18 -7
  411. package/libs/shared-utils/to.js +26 -8
  412. package/package.json +45 -28
  413. package/dist/style.css +0 -1
  414. package/docs/assets/icons.css +0 -1043
  415. package/docs/assets/icons.png +0 -0
  416. package/docs/assets/icons@2x.png +0 -0
  417. package/docs/assets/widgets.png +0 -0
  418. package/docs/assets/widgets@2x.png +0 -0
  419. package/docs/interfaces/CSS3DRenderPluginExportType.html +0 -4
  420. package/libs/CSS3DRenderPlugin/typing.js +0 -1
  421. package/libs/CSS3DRenderPlugin/utils/index.js +0 -13
  422. package/libs/CSS3DRenderPlugin/utils/random.js +0 -6
  423. package/libs/CameraMovementPlugin/index.js +0 -15
  424. package/libs/CruisePlugin/typing.js +0 -1
  425. package/libs/GuideLinePlugin/typing.js +0 -1
  426. package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
  427. package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
  428. package/libs/GuideLinePlugin/utils/polyline-normals.d.js +0 -1
  429. package/libs/ItemLabelPlugin/events.type.js +0 -1
  430. package/libs/ModelChassisCompassPlugin/index.js +0 -10
  431. package/libs/ModelEntryDoorGuidePlugin/index.js +0 -11
  432. package/libs/ModelItemLabelPlugin/events.type.js +0 -1
  433. package/libs/ModelRoomLabelPlugin/typings.js +0 -1
  434. package/libs/ModelTVVideoPlugin/index.js +0 -19
  435. package/libs/ModelViewPlugin/index.js +0 -8
  436. package/libs/Object3DHelperPlugin/mocks/addObject3D.d.ts +0 -2
  437. package/libs/Object3DHelperPlugin/mocks/addObject3D.js +0 -1377
  438. package/libs/Object3DHelperPlugin/mocks/objects.d.ts +0 -7
  439. package/libs/Object3DHelperPlugin/mocks/objects.js +0 -47
  440. package/libs/Object3DHelperPlugin/typings.js +0 -1
  441. package/libs/PanoCompassPlugin/typings.js +0 -1
  442. package/libs/PanoDoorLabelPlugin/typings.js +0 -1
  443. package/libs/PanoMeasurePlugin/typings/data.js +0 -1
  444. package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
  445. package/libs/PanoMeasurePlugin/typings/index.js +0 -1
  446. package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
  447. package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
  448. package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
  449. package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
  450. package/libs/PanoRulerPlugin/index.js +0 -11
  451. package/libs/PanoRulerPlugin/typings.js +0 -1
  452. package/libs/PanoRulerProPlugin/typings.js +0 -1
  453. package/libs/PanoSpatialTagPlugin/index.js +0 -24
  454. package/libs/PanoSpatialTagPlugin/typings.js +0 -1
  455. package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
  456. package/libs/PanoTagPlugin/typings/controller.js +0 -1
  457. package/libs/PanoTagPlugin/typings/index.js +0 -7
  458. package/libs/PanoTagPlugin/utils/index.js +0 -36
  459. package/libs/TagComputer.2bc444dc.js +0 -315
  460. package/libs/components/index.js +0 -13
  461. package/libs/floorplan/MapviewFloorplanPlugin/typing.js +0 -1
  462. package/libs/floorplan/ModelFloorplanPlugin/typing.js +0 -1
  463. package/libs/floorplan/PanoFloorplanRadarPlugin/typing.js +0 -1
  464. package/libs/floorplan/TopviewFloorplanPlugin/style.d.ts +0 -1
  465. package/libs/floorplan/TopviewFloorplanPlugin/style.js +0 -11
  466. package/libs/floorplan/TopviewFloorplanPlugin/typing.js +0 -1
  467. package/libs/floorplan/index.js +0 -67
  468. package/libs/floorplan/typings/floorplanData.js +0 -1
  469. package/libs/floorplan/typings/index.js +0 -1
  470. package/libs/floorplan/typings/utility.js +0 -1
  471. package/libs/hammer.b5b6115e.js +0 -882
  472. package/libs/index.164f1850.js +0 -641
  473. package/libs/index.6a0eead1.js +0 -12
  474. package/libs/index.ad783a2f.js +0 -31
  475. package/libs/index.dca207cb.js +0 -37
  476. package/libs/index.f2f85d71.js +0 -40
  477. package/libs/index.fd12d787.js +0 -34
  478. package/libs/shared-utils/Object3DHelper/Helper/index.js +0 -30
  479. package/libs/shared-utils/Object3DHelper/typings/Direction.js +0 -1
  480. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +0 -1
  481. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +0 -1
  482. package/libs/shared-utils/Object3DHelper/typings/index.js +0 -1
  483. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +0 -18
  484. package/libs/shared-utils/Object3DHelper/utils/finiteNumber.d.ts +0 -1
  485. package/libs/shared-utils/Object3DHelper/utils/finiteNumber.js +0 -6
  486. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +0 -18
  487. package/libs/shared-utils/Object3DHelper/utils/index.js +0 -29
  488. package/libs/shared-utils/Object3DHelper/utils/negateScale.d.ts +0 -2
  489. package/libs/shared-utils/Object3DHelper/utils/negateScale.js +0 -7
  490. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +0 -13
  491. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +0 -5
  492. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.js +0 -4
  493. package/libs/shared-utils/Preloader.d.ts +0 -6
  494. package/libs/shared-utils/Preloader.js +0 -18
  495. package/libs/shared-utils/formatRad.d.ts +0 -7
  496. package/libs/shared-utils/formatRad.js +0 -7
  497. package/libs/shared-utils/getRandomColor.d.ts +0 -1
  498. package/libs/shared-utils/getRandomColor.js +0 -6
  499. package/libs/shared-utils/logger.d.ts +0 -16
  500. package/libs/shared-utils/logger.js +0 -27
  501. package/libs/shared-utils/math/evenNumber.d.ts +0 -3
  502. package/libs/shared-utils/math/evenNumber.js +0 -7
  503. package/libs/shared-utils/math/index.js +0 -6
  504. package/libs/shared-utils/px2rem.d.ts +0 -1
  505. package/libs/shared-utils/px2rem.js +0 -6
  506. package/libs/shared-utils/three/getExtraModelLoader.d.ts +0 -6
  507. package/libs/shared-utils/three/getExtraModelLoader.js +0 -18
  508. package/libs/shared-utils/three/getNormal.d.ts +0 -2
  509. package/libs/shared-utils/three/getNormal.js +0 -7
  510. package/libs/shared-utils/three/getTextureLoader.d.ts +0 -6
  511. package/libs/shared-utils/three/getTextureLoader.js +0 -16
  512. package/libs/shared-utils/three/index.js +0 -33
  513. package/libs/shared-utils/three/loadFbxObj.d.ts +0 -2
  514. package/libs/shared-utils/three/loadFbxObj.js +0 -16
  515. package/libs/shared-utils/vectorTocoordinates.d.ts +0 -7
  516. package/libs/shared-utils/vectorTocoordinates.js +0 -10
  517. package/libs/style.css +0 -1
  518. package/libs/tween.esm.bad2b2b4.js +0 -340
  519. package/libs/typings/math.type.js +0 -1
  520. package/libs/typings/utils.type.d.ts +0 -2
  521. package/libs/typings/utils.type.js +0 -1
@@ -1,155 +1,133 @@
1
- @import url("./icons.css");
2
-
3
1
  :root {
4
2
  /* Light */
5
- --light-color-background: #fcfcfc;
6
- --light-color-secondary-background: #fff;
3
+ --light-color-background: #f2f4f8;
4
+ --light-color-background-secondary: #eff0f1;
5
+ --light-color-icon-background: var(--light-color-background);
6
+ --light-color-accent: #c5c7c9;
7
7
  --light-color-text: #222;
8
8
  --light-color-text-aside: #707070;
9
9
  --light-color-link: #4da6ff;
10
- --light-color-menu-divider: #eee;
11
- --light-color-menu-divider-focus: #000;
12
- --light-color-menu-label: #707070;
13
- --light-color-panel: var(--light-color-secondary-background);
14
- --light-color-panel-divider: #eee;
15
- --light-color-comment-tag: #707070;
16
- --light-color-comment-tag-text: #fff;
17
- --light-color-ts: #9600ff;
18
- --light-color-ts-interface: #647f1b;
19
- --light-color-ts-enum: #937210;
20
- --light-color-ts-class: #0672de;
10
+ --light-color-ts: #db1373;
11
+ --light-color-ts-interface: #139d2c;
12
+ --light-color-ts-enum: #9c891a;
13
+ --light-color-ts-class: #2484e5;
14
+ --light-color-ts-function: #572be7;
15
+ --light-color-ts-namespace: #b111c9;
21
16
  --light-color-ts-private: #707070;
22
- --light-color-toolbar: #fff;
23
- --light-color-toolbar-text: #333;
24
- --light-icon-filter: invert(0);
17
+ --light-color-ts-variable: #4d68ff;
25
18
  --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>");
19
+ --light-color-scheme: light;
26
20
 
27
21
  /* Dark */
28
- --dark-color-background: #36393f;
29
- --dark-color-secondary-background: #2f3136;
30
- --dark-color-text: #ffffff;
31
- --dark-color-text-aside: #e6e4e4;
22
+ --dark-color-background: #2b2e33;
23
+ --dark-color-background-secondary: #1e2024;
24
+ --dark-color-icon-background: var(--dark-color-background-secondary);
25
+ --dark-color-accent: #9096a2;
26
+ --dark-color-text: #f5f5f5;
27
+ --dark-color-text-aside: #dddddd;
32
28
  --dark-color-link: #00aff4;
33
- --dark-color-menu-divider: #eee;
34
- --dark-color-menu-divider-focus: #000;
35
- --dark-color-menu-label: #707070;
36
- --dark-color-panel: var(--dark-color-secondary-background);
37
- --dark-color-panel-divider: #818181;
38
- --dark-color-comment-tag: #dcddde;
39
- --dark-color-comment-tag-text: #2f3136;
40
- --dark-color-ts: #c97dff;
41
- --dark-color-ts-interface: #9cbe3c;
42
- --dark-color-ts-enum: #d6ab29;
43
- --dark-color-ts-class: #3695f3;
29
+ --dark-color-ts: #ff6492;
30
+ --dark-color-ts-interface: #6cff87;
31
+ --dark-color-ts-enum: #f4d93e;
32
+ --dark-color-ts-class: #61b0ff;
33
+ --dark-color-ts-function: #9772ff;
34
+ --dark-color-ts-namespace: #e14dff;
44
35
  --dark-color-ts-private: #e2e2e2;
45
- --dark-color-toolbar: #34373c;
46
- --dark-color-toolbar-text: #ffffff;
47
- --dark-icon-filter: invert(1);
36
+ --dark-color-ts-variable: #4d68ff;
48
37
  --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>");
38
+ --dark-color-scheme: dark;
49
39
  }
50
40
 
51
41
  @media (prefers-color-scheme: light) {
52
42
  :root {
53
43
  --color-background: var(--light-color-background);
54
- --color-secondary-background: var(--light-color-secondary-background);
44
+ --color-background-secondary: var(--light-color-background-secondary);
45
+ --color-icon-background: var(--light-color-icon-background);
46
+ --color-accent: var(--light-color-accent);
55
47
  --color-text: var(--light-color-text);
56
48
  --color-text-aside: var(--light-color-text-aside);
57
49
  --color-link: var(--light-color-link);
58
- --color-menu-divider: var(--light-color-menu-divider);
59
- --color-menu-divider-focus: var(--light-color-menu-divider-focus);
60
- --color-menu-label: var(--light-color-menu-label);
61
- --color-panel: var(--light-color-panel);
62
- --color-panel-divider: var(--light-color-panel-divider);
63
- --color-comment-tag: var(--light-color-comment-tag);
64
- --color-comment-tag-text: var(--light-color-comment-tag-text);
65
50
  --color-ts: var(--light-color-ts);
66
51
  --color-ts-interface: var(--light-color-ts-interface);
67
52
  --color-ts-enum: var(--light-color-ts-enum);
68
53
  --color-ts-class: var(--light-color-ts-class);
54
+ --color-ts-function: var(--light-color-ts-function);
55
+ --color-ts-namespace: var(--light-color-ts-namespace);
69
56
  --color-ts-private: var(--light-color-ts-private);
70
- --color-toolbar: var(--light-color-toolbar);
71
- --color-toolbar-text: var(--light-color-toolbar-text);
72
- --icon-filter: var(--light-icon-filter);
57
+ --color-ts-variable: var(--light-color-ts-variable);
73
58
  --external-icon: var(--light-external-icon);
59
+ --color-scheme: var(--light-color-scheme);
74
60
  }
75
61
  }
76
62
 
77
63
  @media (prefers-color-scheme: dark) {
78
64
  :root {
79
65
  --color-background: var(--dark-color-background);
80
- --color-secondary-background: var(--dark-color-secondary-background);
66
+ --color-background-secondary: var(--dark-color-background-secondary);
67
+ --color-icon-background: var(--dark-color-icon-background);
68
+ --color-accent: var(--dark-color-accent);
81
69
  --color-text: var(--dark-color-text);
82
70
  --color-text-aside: var(--dark-color-text-aside);
83
71
  --color-link: var(--dark-color-link);
84
- --color-menu-divider: var(--dark-color-menu-divider);
85
- --color-menu-divider-focus: var(--dark-color-menu-divider-focus);
86
- --color-menu-label: var(--dark-color-menu-label);
87
- --color-panel: var(--dark-color-panel);
88
- --color-panel-divider: var(--dark-color-panel-divider);
89
- --color-comment-tag: var(--dark-color-comment-tag);
90
- --color-comment-tag-text: var(--dark-color-comment-tag-text);
91
72
  --color-ts: var(--dark-color-ts);
92
73
  --color-ts-interface: var(--dark-color-ts-interface);
93
74
  --color-ts-enum: var(--dark-color-ts-enum);
94
75
  --color-ts-class: var(--dark-color-ts-class);
76
+ --color-ts-function: var(--dark-color-ts-function);
77
+ --color-ts-namespace: var(--dark-color-ts-namespace);
95
78
  --color-ts-private: var(--dark-color-ts-private);
96
- --color-toolbar: var(--dark-color-toolbar);
97
- --color-toolbar-text: var(--dark-color-toolbar-text);
98
- --icon-filter: var(--dark-icon-filter);
79
+ --color-ts-variable: var(--dark-color-ts-variable);
99
80
  --external-icon: var(--dark-external-icon);
81
+ --color-scheme: var(--dark-color-scheme);
100
82
  }
101
83
  }
102
84
 
85
+ html {
86
+ color-scheme: var(--color-scheme);
87
+ }
88
+
103
89
  body {
104
90
  margin: 0;
105
91
  }
106
92
 
107
- body.light {
93
+ :root[data-theme="light"] {
108
94
  --color-background: var(--light-color-background);
109
- --color-secondary-background: var(--light-color-secondary-background);
95
+ --color-background-secondary: var(--light-color-background-secondary);
96
+ --color-icon-background: var(--light-color-icon-background);
97
+ --color-accent: var(--light-color-accent);
110
98
  --color-text: var(--light-color-text);
111
99
  --color-text-aside: var(--light-color-text-aside);
112
100
  --color-link: var(--light-color-link);
113
- --color-menu-divider: var(--light-color-menu-divider);
114
- --color-menu-divider-focus: var(--light-color-menu-divider-focus);
115
- --color-menu-label: var(--light-color-menu-label);
116
- --color-panel: var(--light-color-panel);
117
- --color-panel-divider: var(--light-color-panel-divider);
118
- --color-comment-tag: var(--light-color-comment-tag);
119
- --color-comment-tag-text: var(--light-color-comment-tag-text);
120
101
  --color-ts: var(--light-color-ts);
121
102
  --color-ts-interface: var(--light-color-ts-interface);
122
103
  --color-ts-enum: var(--light-color-ts-enum);
123
104
  --color-ts-class: var(--light-color-ts-class);
105
+ --color-ts-function: var(--light-color-ts-function);
106
+ --color-ts-namespace: var(--light-color-ts-namespace);
124
107
  --color-ts-private: var(--light-color-ts-private);
125
- --color-toolbar: var(--light-color-toolbar);
126
- --color-toolbar-text: var(--light-color-toolbar-text);
127
- --icon-filter: var(--light-icon-filter);
108
+ --color-ts-variable: var(--light-color-ts-variable);
128
109
  --external-icon: var(--light-external-icon);
110
+ --color-scheme: var(--light-color-scheme);
129
111
  }
130
112
 
131
- body.dark {
113
+ :root[data-theme="dark"] {
132
114
  --color-background: var(--dark-color-background);
133
- --color-secondary-background: var(--dark-color-secondary-background);
115
+ --color-background-secondary: var(--dark-color-background-secondary);
116
+ --color-icon-background: var(--dark-color-icon-background);
117
+ --color-accent: var(--dark-color-accent);
134
118
  --color-text: var(--dark-color-text);
135
119
  --color-text-aside: var(--dark-color-text-aside);
136
120
  --color-link: var(--dark-color-link);
137
- --color-menu-divider: var(--dark-color-menu-divider);
138
- --color-menu-divider-focus: var(--dark-color-menu-divider-focus);
139
- --color-menu-label: var(--dark-color-menu-label);
140
- --color-panel: var(--dark-color-panel);
141
- --color-panel-divider: var(--dark-color-panel-divider);
142
- --color-comment-tag: var(--dark-color-comment-tag);
143
- --color-comment-tag-text: var(--dark-color-comment-tag-text);
144
121
  --color-ts: var(--dark-color-ts);
145
122
  --color-ts-interface: var(--dark-color-ts-interface);
146
123
  --color-ts-enum: var(--dark-color-ts-enum);
147
124
  --color-ts-class: var(--dark-color-ts-class);
125
+ --color-ts-function: var(--dark-color-ts-function);
126
+ --color-ts-namespace: var(--dark-color-ts-namespace);
148
127
  --color-ts-private: var(--dark-color-ts-private);
149
- --color-toolbar: var(--dark-color-toolbar);
150
- --color-toolbar-text: var(--dark-color-toolbar-text);
151
- --icon-filter: var(--dark-icon-filter);
128
+ --color-ts-variable: var(--dark-color-ts-variable);
152
129
  --external-icon: var(--dark-external-icon);
130
+ --color-scheme: var(--dark-color-scheme);
153
131
  }
154
132
 
155
133
  h1,
@@ -162,34 +140,37 @@ h6 {
162
140
  }
163
141
 
164
142
  h1 {
165
- font-size: 2em;
166
- margin: 0.67em 0;
143
+ font-size: 1.875rem;
144
+ margin: 0.67rem 0;
167
145
  }
168
146
 
169
147
  h2 {
170
- font-size: 1.5em;
171
- margin: 0.83em 0;
148
+ font-size: 1.5rem;
149
+ margin: 0.83rem 0;
172
150
  }
173
151
 
174
152
  h3 {
175
- font-size: 1.17em;
176
- margin: 1em 0;
153
+ font-size: 1.25rem;
154
+ margin: 1rem 0;
177
155
  }
178
156
 
179
- h4,
180
- .tsd-index-panel h3 {
181
- font-size: 1em;
182
- margin: 1.33em 0;
157
+ h4 {
158
+ font-size: 1.05rem;
159
+ margin: 1.33rem 0;
183
160
  }
184
161
 
185
162
  h5 {
186
- font-size: 0.83em;
187
- margin: 1.67em 0;
163
+ font-size: 1rem;
164
+ margin: 1.5rem 0;
188
165
  }
189
166
 
190
167
  h6 {
191
- font-size: 0.67em;
192
- margin: 2.33em 0;
168
+ font-size: 0.875rem;
169
+ margin: 2.33rem 0;
170
+ }
171
+
172
+ .uppercase {
173
+ text-transform: uppercase;
193
174
  }
194
175
 
195
176
  pre {
@@ -210,74 +191,61 @@ dd {
210
191
  }
211
192
 
212
193
  .container {
213
- max-width: 1200px;
214
- margin: 0 auto;
215
- padding: 0 40px;
194
+ max-width: 1600px;
195
+ padding: 0 2rem;
216
196
  }
217
- @media (max-width: 640px) {
197
+
198
+ @media (min-width: 640px) {
218
199
  .container {
219
- padding: 0 20px;
200
+ padding: 0 4rem;
201
+ }
202
+ }
203
+ @media (min-width: 1200px) {
204
+ .container {
205
+ padding: 0 8rem;
206
+ }
207
+ }
208
+ @media (min-width: 1600px) {
209
+ .container {
210
+ padding: 0 12rem;
220
211
  }
221
212
  }
222
213
 
223
- .container-main {
224
- padding-bottom: 200px;
214
+ /* Footer */
215
+ .tsd-generator {
216
+ border-top: 1px solid var(--color-accent);
217
+ padding-top: 1rem;
218
+ padding-bottom: 1rem;
219
+ max-height: 3.5rem;
220
+ }
221
+
222
+ .tsd-generator > p {
223
+ margin-top: 0;
224
+ margin-bottom: 0;
225
+ padding: 0 1rem;
225
226
  }
226
227
 
227
- .row {
228
+ .container-main {
228
229
  display: flex;
230
+ justify-content: space-between;
229
231
  position: relative;
230
- margin: 0 -10px;
231
- }
232
- .row:after {
233
- visibility: hidden;
234
- display: block;
235
- content: "";
236
- clear: both;
237
- height: 0;
232
+ margin: 0 auto;
238
233
  }
239
234
 
240
235
  .col-4,
241
236
  .col-8 {
242
237
  box-sizing: border-box;
243
238
  float: left;
244
- padding: 0 10px;
239
+ padding: 2rem 1rem;
245
240
  }
246
241
 
247
242
  .col-4 {
248
- width: 33.3333333333%;
243
+ flex: 0 0 25%;
249
244
  }
250
245
  .col-8 {
251
- width: 66.6666666667%;
252
- }
253
-
254
- ul.tsd-descriptions > li > :first-child,
255
- .tsd-panel > :first-child,
256
- .col-8 > :first-child,
257
- .col-4 > :first-child,
258
- ul.tsd-descriptions > li > :first-child > :first-child,
259
- .tsd-panel > :first-child > :first-child,
260
- .col-8 > :first-child > :first-child,
261
- .col-4 > :first-child > :first-child,
262
- ul.tsd-descriptions > li > :first-child > :first-child > :first-child,
263
- .tsd-panel > :first-child > :first-child > :first-child,
264
- .col-8 > :first-child > :first-child > :first-child,
265
- .col-4 > :first-child > :first-child > :first-child {
266
- margin-top: 0;
267
- }
268
- ul.tsd-descriptions > li > :last-child,
269
- .tsd-panel > :last-child,
270
- .col-8 > :last-child,
271
- .col-4 > :last-child,
272
- ul.tsd-descriptions > li > :last-child > :last-child,
273
- .tsd-panel > :last-child > :last-child,
274
- .col-8 > :last-child > :last-child,
275
- .col-4 > :last-child > :last-child,
276
- ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
277
- .tsd-panel > :last-child > :last-child > :last-child,
278
- .col-8 > :last-child > :last-child > :last-child,
279
- .col-4 > :last-child > :last-child > :last-child {
280
- margin-bottom: 0;
246
+ flex: 1 0;
247
+ flex-wrap: wrap;
248
+ padding-left: 0;
281
249
  }
282
250
 
283
251
  @keyframes fade-in {
@@ -379,11 +347,13 @@ pre {
379
347
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
380
348
  padding: 0.2em;
381
349
  margin: 0;
382
- font-size: 14px;
350
+ font-size: 0.875rem;
351
+ border-radius: 0.8em;
383
352
  }
384
353
 
385
354
  pre {
386
355
  padding: 10px;
356
+ border: 0.1em solid var(--color-accent);
387
357
  }
388
358
  pre code {
389
359
  padding: 0;
@@ -422,36 +392,26 @@ blockquote {
422
392
  margin: 1em 0;
423
393
  }
424
394
 
425
- @media (min-width: 901px) and (max-width: 1024px) {
426
- html .col-content {
427
- width: 72%;
428
- }
429
- html .col-menu {
430
- width: 28%;
431
- }
432
- html .tsd-navigation {
433
- padding-left: 10px;
434
- }
435
- }
436
- @media (max-width: 900px) {
395
+ @media (max-width: 1024px) {
437
396
  html .col-content {
438
397
  float: none;
398
+ max-width: 100%;
439
399
  width: 100%;
400
+ padding-top: 3rem;
440
401
  }
441
402
  html .col-menu {
442
403
  position: fixed !important;
443
- overflow: auto;
404
+ overflow-y: auto;
444
405
  -webkit-overflow-scrolling: touch;
445
406
  z-index: 1024;
446
407
  top: 0 !important;
447
408
  bottom: 0 !important;
448
409
  left: auto !important;
449
410
  right: 0 !important;
450
- width: 100%;
451
- padding: 20px 20px 0 0;
452
- max-width: 450px;
411
+ padding: 1.5rem 1.5rem 0 0;
412
+ max-width: 25rem;
453
413
  visibility: hidden;
454
- background-color: var(--color-panel);
414
+ background-color: var(--color-background);
455
415
  transform: translate(100%, 0);
456
416
  }
457
417
  html .col-menu > *:last-child {
@@ -507,24 +467,17 @@ blockquote {
507
467
  visibility: visible;
508
468
  transform: translate(0, 0);
509
469
  display: grid;
470
+ align-items: center;
510
471
  grid-template-rows: auto 1fr;
472
+ grid-gap: 1.5rem;
511
473
  max-height: 100vh;
474
+ padding: 1rem 2rem;
512
475
  }
513
476
  .has-menu .tsd-navigation {
514
477
  max-height: 100%;
515
478
  }
516
479
  }
517
480
 
518
- .tsd-page-title {
519
- padding: 70px 0 20px 0;
520
- margin: 0 0 40px 0;
521
- background: var(--color-panel);
522
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
523
- }
524
- .tsd-page-title h1 {
525
- margin: 0;
526
- }
527
-
528
481
  .tsd-breadcrumb {
529
482
  margin: 0;
530
483
  padding: 0;
@@ -544,32 +497,44 @@ blockquote {
544
497
  content: " / ";
545
498
  }
546
499
 
547
- dl.tsd-comment-tags {
500
+ .tsd-comment-tags {
501
+ display: flex;
502
+ flex-direction: column;
503
+ }
504
+ dl.tsd-comment-tag-group {
505
+ display: flex;
506
+ align-items: center;
548
507
  overflow: hidden;
508
+ margin: 0.5em 0;
549
509
  }
550
- dl.tsd-comment-tags dt {
551
- float: left;
552
- padding: 1px 5px;
553
- margin: 0 10px 0 0;
554
- border-radius: 4px;
555
- border: 1px solid var(--color-comment-tag);
556
- color: var(--color-comment-tag);
557
- font-size: 0.8em;
510
+ dl.tsd-comment-tag-group dt {
511
+ display: flex;
512
+ margin-right: 0.5em;
513
+ font-size: 0.875em;
558
514
  font-weight: normal;
559
515
  }
560
- dl.tsd-comment-tags dd {
561
- margin: 0 0 10px 0;
516
+ dl.tsd-comment-tag-group dd {
517
+ margin: 0;
562
518
  }
563
- dl.tsd-comment-tags dd:before,
564
- dl.tsd-comment-tags dd:after {
565
- display: table;
519
+ code.tsd-tag {
520
+ padding: 0.25em 0.4em;
521
+ border: 0.1em solid var(--color-accent);
522
+ margin-right: 0.25em;
523
+ font-size: 70%;
524
+ }
525
+ h1 code.tsd-tag:first-of-type {
526
+ margin-left: 0.25em;
527
+ }
528
+
529
+ dl.tsd-comment-tag-group dd:before,
530
+ dl.tsd-comment-tag-group dd:after {
566
531
  content: " ";
567
532
  }
568
- dl.tsd-comment-tags dd pre,
569
- dl.tsd-comment-tags dd:after {
533
+ dl.tsd-comment-tag-group dd pre,
534
+ dl.tsd-comment-tag-group dd:after {
570
535
  clear: both;
571
536
  }
572
- dl.tsd-comment-tags p {
537
+ dl.tsd-comment-tag-group p {
573
538
  margin: 0;
574
539
  }
575
540
 
@@ -582,153 +547,109 @@ dl.tsd-comment-tags p {
582
547
  margin-bottom: 0;
583
548
  }
584
549
 
585
- .toggle-protected .tsd-is-private {
586
- display: none;
550
+ .tsd-filter-visibility h4 {
551
+ font-size: 1rem;
552
+ padding-top: 0.75rem;
553
+ padding-bottom: 0.5rem;
554
+ margin: 0;
587
555
  }
588
-
589
- .toggle-public .tsd-is-private,
590
- .toggle-public .tsd-is-protected,
591
- .toggle-public .tsd-is-private-protected {
592
- display: none;
556
+ .tsd-filter-item:not(:last-child) {
557
+ margin-bottom: 0.5rem;
593
558
  }
594
-
595
- .toggle-inherited .tsd-is-inherited {
596
- display: none;
597
- }
598
-
599
- .toggle-externals .tsd-is-external {
600
- display: none;
559
+ .tsd-filter-input {
560
+ display: flex;
561
+ width: fit-content;
562
+ width: -moz-fit-content;
563
+ align-items: center;
564
+ user-select: none;
565
+ -webkit-user-select: none;
566
+ -moz-user-select: none;
567
+ -ms-user-select: none;
568
+ cursor: pointer;
601
569
  }
602
-
603
- #tsd-filter {
604
- position: relative;
605
- display: inline-block;
606
- height: 40px;
607
- vertical-align: bottom;
570
+ .tsd-filter-input input[type="checkbox"] {
571
+ cursor: pointer;
572
+ position: absolute;
573
+ width: 1.5em;
574
+ height: 1.5em;
575
+ opacity: 0;
608
576
  }
609
- .no-filter #tsd-filter {
610
- display: none;
577
+ .tsd-filter-input input[type="checkbox"]:disabled {
578
+ pointer-events: none;
611
579
  }
612
- #tsd-filter .tsd-filter-group {
613
- display: inline-block;
614
- height: 40px;
615
- vertical-align: bottom;
616
- white-space: nowrap;
580
+ .tsd-filter-input svg {
581
+ cursor: pointer;
582
+ width: 1.5em;
583
+ height: 1.5em;
584
+ margin-right: 0.5em;
585
+ border-radius: 0.33em;
586
+ /* Leaving this at full opacity breaks event listeners on Firefox.
587
+ Don't remove unless you know what you're doing. */
588
+ opacity: 0.99;
617
589
  }
618
- #tsd-filter input {
619
- display: none;
590
+ .tsd-filter-input input[type="checkbox"]:focus + svg {
591
+ transform: scale(0.95);
620
592
  }
621
- @media (max-width: 900px) {
622
- #tsd-filter .tsd-filter-group {
623
- display: block;
624
- position: absolute;
625
- top: 40px;
626
- right: 20px;
627
- height: auto;
628
- background-color: var(--color-panel);
629
- visibility: hidden;
630
- transform: translate(50%, 0);
631
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
632
- }
633
- .has-options #tsd-filter .tsd-filter-group {
634
- visibility: visible;
635
- }
636
- .to-has-options #tsd-filter .tsd-filter-group {
637
- animation: fade-in 0.2s;
638
- }
639
- .from-has-options #tsd-filter .tsd-filter-group {
640
- animation: fade-out 0.2s;
641
- }
642
- #tsd-filter label,
643
- #tsd-filter .tsd-select {
644
- display: block;
645
- padding-right: 20px;
646
- }
593
+ .tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg {
594
+ transform: scale(1);
647
595
  }
648
-
649
- footer {
650
- border-top: 1px solid var(--color-panel-divider);
651
- background-color: var(--color-panel);
596
+ .tsd-checkbox-background {
597
+ fill: var(--color-accent);
652
598
  }
653
- footer:after {
654
- content: "";
655
- display: table;
599
+ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
600
+ stroke: var(--color-text);
656
601
  }
657
- footer.with-border-bottom {
658
- border-bottom: 1px solid var(--color-panel-divider);
602
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
603
+ fill: var(--color-background);
604
+ stroke: var(--color-accent);
605
+ stroke-width: 0.25rem;
659
606
  }
660
- footer .tsd-legend-group {
661
- font-size: 0;
607
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
608
+ stroke: var(--color-accent);
662
609
  }
663
- footer .tsd-legend {
664
- display: inline-block;
665
- width: 25%;
666
- padding: 0;
667
- font-size: 16px;
668
- list-style: none;
669
- line-height: 1.333em;
670
- vertical-align: top;
610
+
611
+ .tsd-theme-toggle {
612
+ padding-top: 0.75rem;
671
613
  }
672
- @media (max-width: 900px) {
673
- footer .tsd-legend {
674
- width: 50%;
675
- }
614
+ .tsd-theme-toggle > h4 {
615
+ display: inline;
616
+ vertical-align: middle;
617
+ margin-right: 0.75rem;
676
618
  }
677
619
 
678
620
  .tsd-hierarchy {
679
621
  list-style: square;
680
- padding: 0 0 0 20px;
681
622
  margin: 0;
682
623
  }
683
624
  .tsd-hierarchy .target {
684
625
  font-weight: bold;
685
626
  }
686
627
 
687
- .tsd-index-panel .tsd-index-content {
688
- margin-bottom: -30px !important;
689
- }
690
- .tsd-index-panel .tsd-index-section {
691
- margin-bottom: 30px !important;
692
- }
693
- .tsd-index-panel h3 {
694
- margin: 0 -20px 10px -20px;
695
- padding: 0 20px 10px 20px;
696
- border-bottom: 1px solid var(--color-panel-divider);
697
- }
698
- .tsd-index-panel ul.tsd-index-list {
699
- -webkit-column-count: 3;
700
- -moz-column-count: 3;
701
- -ms-column-count: 3;
702
- -o-column-count: 3;
703
- column-count: 3;
704
- -webkit-column-gap: 20px;
705
- -moz-column-gap: 20px;
706
- -ms-column-gap: 20px;
707
- -o-column-gap: 20px;
708
- column-gap: 20px;
709
- padding: 0;
628
+ .tsd-panel-group.tsd-index-group {
629
+ margin-bottom: 0;
630
+ }
631
+ .tsd-index-panel .tsd-index-list {
710
632
  list-style: none;
711
633
  line-height: 1.333em;
712
- }
713
- @media (max-width: 900px) {
714
- .tsd-index-panel ul.tsd-index-list {
715
- -webkit-column-count: 1;
716
- -moz-column-count: 1;
717
- -ms-column-count: 1;
718
- -o-column-count: 1;
719
- column-count: 1;
634
+ margin: 0;
635
+ padding: 0.25rem 0 0 0;
636
+ overflow: hidden;
637
+ display: grid;
638
+ grid-template-columns: repeat(3, 1fr);
639
+ column-gap: 1rem;
640
+ grid-template-rows: auto;
641
+ }
642
+ @media (max-width: 1024px) {
643
+ .tsd-index-panel .tsd-index-list {
644
+ grid-template-columns: repeat(2, 1fr);
720
645
  }
721
646
  }
722
- @media (min-width: 901px) and (max-width: 1024px) {
723
- .tsd-index-panel ul.tsd-index-list {
724
- -webkit-column-count: 2;
725
- -moz-column-count: 2;
726
- -ms-column-count: 2;
727
- -o-column-count: 2;
728
- column-count: 2;
647
+ @media (max-width: 768px) {
648
+ .tsd-index-panel .tsd-index-list {
649
+ grid-template-columns: repeat(1, 1fr);
729
650
  }
730
651
  }
731
- .tsd-index-panel ul.tsd-index-list li {
652
+ .tsd-index-panel .tsd-index-list li {
732
653
  -webkit-page-break-inside: avoid;
733
654
  -moz-page-break-inside: avoid;
734
655
  -ms-page-break-inside: avoid;
@@ -736,31 +657,40 @@ footer .tsd-legend {
736
657
  page-break-inside: avoid;
737
658
  }
738
659
  .tsd-index-panel a,
739
- .tsd-index-panel .tsd-parent-kind-module a {
660
+ .tsd-index-panel a.tsd-parent-kind-module {
740
661
  color: var(--color-ts);
741
662
  }
742
- .tsd-index-panel .tsd-parent-kind-interface a {
663
+ .tsd-index-panel a.tsd-parent-kind-interface {
743
664
  color: var(--color-ts-interface);
744
665
  }
745
- .tsd-index-panel .tsd-parent-kind-enum a {
666
+ .tsd-index-panel a.tsd-parent-kind-enum {
746
667
  color: var(--color-ts-enum);
747
668
  }
748
- .tsd-index-panel .tsd-parent-kind-class a {
669
+ .tsd-index-panel a.tsd-parent-kind-class {
749
670
  color: var(--color-ts-class);
750
671
  }
751
- .tsd-index-panel .tsd-kind-module a {
752
- color: var(--color-ts);
672
+ .tsd-index-panel a.tsd-kind-module {
673
+ color: var(--color-ts-namespace);
753
674
  }
754
- .tsd-index-panel .tsd-kind-interface a {
675
+ .tsd-index-panel a.tsd-kind-interface {
755
676
  color: var(--color-ts-interface);
756
677
  }
757
- .tsd-index-panel .tsd-kind-enum a {
678
+ .tsd-index-panel a.tsd-kind-enum {
758
679
  color: var(--color-ts-enum);
759
680
  }
760
- .tsd-index-panel .tsd-kind-class a {
681
+ .tsd-index-panel a.tsd-kind-class {
761
682
  color: var(--color-ts-class);
762
683
  }
763
- .tsd-index-panel .tsd-is-private a {
684
+ .tsd-index-panel a.tsd-kind-function {
685
+ color: var(--color-ts-function);
686
+ }
687
+ .tsd-index-panel a.tsd-kind-namespace {
688
+ color: var(--color-ts-namespace);
689
+ }
690
+ .tsd-index-panel a.tsd-kind-variable {
691
+ color: var(--color-ts-variable);
692
+ }
693
+ .tsd-index-panel a.tsd-is-private {
764
694
  color: var(--color-ts-private);
765
695
  }
766
696
 
@@ -785,6 +715,8 @@ footer .tsd-legend {
785
715
  position: relative;
786
716
  }
787
717
  .tsd-member .tsd-anchor + h3 {
718
+ display: flex;
719
+ align-items: center;
788
720
  margin-top: 0;
789
721
  margin-bottom: 0;
790
722
  border-bottom: none;
@@ -805,13 +737,9 @@ footer .tsd-legend {
805
737
  color: var(--color-ts-private);
806
738
  }
807
739
 
808
- .tsd-navigation {
809
- margin: 0 0 0 40px;
810
- }
811
740
  .tsd-navigation a {
812
741
  display: block;
813
- padding-top: 2px;
814
- padding-bottom: 2px;
742
+ margin: 0.4rem 0;
815
743
  border-left: 2px solid transparent;
816
744
  color: var(--color-text);
817
745
  text-decoration: none;
@@ -829,110 +757,176 @@ footer .tsd-legend {
829
757
  padding: 0;
830
758
  }
831
759
 
832
- .tsd-navigation.primary {
833
- padding-bottom: 40px;
760
+ .tsd-navigation.primary .tsd-accordion-details > ul {
761
+ margin-top: 0.75rem;
834
762
  }
835
763
  .tsd-navigation.primary a {
836
- display: block;
837
- padding-top: 6px;
838
- padding-bottom: 6px;
764
+ padding: 0.75rem 0.5rem;
765
+ margin: 0;
839
766
  }
840
767
  .tsd-navigation.primary ul li a {
841
- padding-left: 5px;
768
+ margin-left: 0.5rem;
842
769
  }
843
770
  .tsd-navigation.primary ul li li a {
844
- padding-left: 25px;
771
+ margin-left: 1.5rem;
845
772
  }
846
773
  .tsd-navigation.primary ul li li li a {
847
- padding-left: 45px;
774
+ margin-left: 2.5rem;
848
775
  }
849
776
  .tsd-navigation.primary ul li li li li a {
850
- padding-left: 65px;
777
+ margin-left: 3.5rem;
851
778
  }
852
779
  .tsd-navigation.primary ul li li li li li a {
853
- padding-left: 85px;
780
+ margin-left: 4.5rem;
854
781
  }
855
782
  .tsd-navigation.primary ul li li li li li li a {
856
- padding-left: 105px;
857
- }
858
- .tsd-navigation.primary > ul {
859
- border-bottom: 1px solid var(--color-panel-divider);
860
- }
861
- .tsd-navigation.primary li {
862
- border-top: 1px solid var(--color-panel-divider);
783
+ margin-left: 5.5rem;
863
784
  }
864
785
  .tsd-navigation.primary li.current > a {
786
+ border-left: 0.15rem var(--color-text) solid;
787
+ }
788
+ .tsd-navigation.primary li.selected > a {
865
789
  font-weight: bold;
790
+ border-left: 0.2rem var(--color-text) solid;
866
791
  }
867
- .tsd-navigation.primary li.label span {
868
- display: block;
869
- padding: 20px 0 6px 5px;
870
- color: var(--color-menu-label);
792
+ .tsd-navigation.primary ul li a:hover {
793
+ border-left: 0.2rem var(--color-text-aside) solid;
871
794
  }
872
795
  .tsd-navigation.primary li.globals + li > span,
873
796
  .tsd-navigation.primary li.globals + li > a {
874
797
  padding-top: 20px;
875
798
  }
876
799
 
877
- .tsd-navigation.secondary {
878
- max-height: calc(100vh - 1rem - 40px);
879
- overflow: auto;
880
- position: sticky;
881
- top: calc(0.5rem + 40px);
882
- transition: 0.3s;
883
- }
884
800
  .tsd-navigation.secondary.tsd-navigation--toolbar-hide {
885
801
  max-height: calc(100vh - 1rem);
886
802
  top: 0.5rem;
887
803
  }
888
- .tsd-navigation.secondary ul {
804
+ .tsd-navigation.secondary > ul {
805
+ display: inline;
806
+ padding-right: 0.5rem;
889
807
  transition: opacity 0.2s;
890
808
  }
891
809
  .tsd-navigation.secondary ul li a {
892
- padding-left: 25px;
810
+ padding-left: 0;
893
811
  }
894
812
  .tsd-navigation.secondary ul li li a {
895
- padding-left: 45px;
813
+ padding-left: 1.1rem;
896
814
  }
897
815
  .tsd-navigation.secondary ul li li li a {
898
- padding-left: 65px;
816
+ padding-left: 2.2rem;
899
817
  }
900
818
  .tsd-navigation.secondary ul li li li li a {
901
- padding-left: 85px;
819
+ padding-left: 3.3rem;
902
820
  }
903
821
  .tsd-navigation.secondary ul li li li li li a {
904
- padding-left: 105px;
822
+ padding-left: 4.4rem;
905
823
  }
906
824
  .tsd-navigation.secondary ul li li li li li li a {
907
- padding-left: 125px;
825
+ padding-left: 5.5rem;
908
826
  }
909
- .tsd-navigation.secondary ul.current a {
910
- border-left-color: var(--color-panel-divider);
827
+
828
+ #tsd-sidebar-links a {
829
+ margin-top: 0;
830
+ margin-bottom: 0.5rem;
831
+ line-height: 1.25rem;
911
832
  }
912
- .tsd-navigation.secondary li.focus > a,
913
- .tsd-navigation.secondary ul.current li.focus > a {
914
- border-left-color: var(--color-menu-divider-focus);
833
+ #tsd-sidebar-links a:last-of-type {
834
+ margin-bottom: 0;
915
835
  }
916
- .tsd-navigation.secondary li.current {
917
- margin-top: 20px;
918
- margin-bottom: 20px;
919
- border-left-color: var(--color-panel-divider);
836
+
837
+ a.tsd-index-link {
838
+ margin: 0.25rem 0;
839
+ font-size: 1rem;
840
+ line-height: 1.25rem;
841
+ display: inline-flex;
842
+ align-items: center;
843
+ }
844
+ .tsd-accordion-summary > h1,
845
+ .tsd-accordion-summary > h2,
846
+ .tsd-accordion-summary > h3,
847
+ .tsd-accordion-summary > h4,
848
+ .tsd-accordion-summary > h5 {
849
+ display: inline-flex;
850
+ align-items: center;
851
+ vertical-align: middle;
852
+ margin-bottom: 0;
853
+ user-select: none;
854
+ -moz-user-select: none;
855
+ -webkit-user-select: none;
856
+ -ms-user-select: none;
920
857
  }
921
- .tsd-navigation.secondary li.current > a {
922
- font-weight: bold;
858
+ .tsd-accordion-summary {
859
+ display: block;
860
+ cursor: pointer;
861
+ }
862
+ .tsd-accordion-summary > * {
863
+ margin-top: 0;
864
+ margin-bottom: 0;
865
+ padding-top: 0;
866
+ padding-bottom: 0;
867
+ }
868
+ .tsd-accordion-summary::-webkit-details-marker {
869
+ display: none;
923
870
  }
871
+ .tsd-index-accordion .tsd-accordion-summary svg {
872
+ margin-right: 0.25rem;
873
+ }
874
+ .tsd-index-content > :not(:first-child) {
875
+ margin-top: 0.75rem;
876
+ }
877
+ .tsd-index-heading {
878
+ margin-top: 1.5rem;
879
+ margin-bottom: 0.75rem;
880
+ }
881
+
882
+ .tsd-kind-icon {
883
+ margin-right: 0.5rem;
884
+ width: 1.25rem;
885
+ height: 1.25rem;
886
+ min-width: 1.25rem;
887
+ min-height: 1.25rem;
888
+ }
889
+ .tsd-kind-icon path {
890
+ transform-origin: center;
891
+ transform: scale(1.1);
892
+ }
893
+ .tsd-signature > .tsd-kind-icon {
894
+ margin-right: 0.8rem;
895
+ }
896
+
897
+ @media (min-width: 1024px) {
898
+ .col-content {
899
+ margin: 2rem auto;
900
+ }
924
901
 
925
- @media (min-width: 901px) {
926
902
  .menu-sticky-wrap {
927
- position: static;
903
+ position: sticky;
904
+ height: calc(100vh - 2rem);
905
+ top: 4rem;
906
+ right: 0;
907
+ padding: 0 1.5rem;
908
+ padding-top: 1rem;
909
+ margin-top: 3rem;
910
+ transition: 0.3s ease-in-out;
911
+ transition-property: top, padding-top, padding, height;
912
+ overflow-y: auto;
913
+ }
914
+ .col-menu {
915
+ border-left: 1px solid var(--color-accent);
916
+ }
917
+ .col-menu--hide {
918
+ top: 1rem;
919
+ }
920
+ .col-menu .tsd-navigation:not(:last-child) {
921
+ padding-bottom: 1.75rem;
928
922
  }
929
923
  }
930
924
 
931
925
  .tsd-panel {
932
- margin: 20px 0;
933
- padding: 20px;
934
- background-color: var(--color-panel);
935
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
926
+ margin-bottom: 2.5rem;
927
+ }
928
+ .tsd-panel.tsd-member {
929
+ margin-bottom: 4rem;
936
930
  }
937
931
  .tsd-panel:empty {
938
932
  display: none;
@@ -940,48 +934,24 @@ footer .tsd-legend {
940
934
  .tsd-panel > h1,
941
935
  .tsd-panel > h2,
942
936
  .tsd-panel > h3 {
943
- margin: 1.5em -20px 10px -20px;
944
- padding: 0 20px 10px 20px;
945
- border-bottom: 1px solid var(--color-panel-divider);
937
+ margin: 1.5rem -1.5rem 0.75rem -1.5rem;
938
+ padding: 0 1.5rem 0.75rem 1.5rem;
946
939
  }
947
940
  .tsd-panel > h1.tsd-before-signature,
948
941
  .tsd-panel > h2.tsd-before-signature,
949
942
  .tsd-panel > h3.tsd-before-signature {
950
943
  margin-bottom: 0;
951
- border-bottom: 0;
952
- }
953
- .tsd-panel table {
954
- display: block;
955
- width: 100%;
956
- overflow: auto;
957
- margin-top: 10px;
958
- word-break: normal;
959
- word-break: keep-all;
960
- border-collapse: collapse;
961
- }
962
- .tsd-panel table th {
963
- font-weight: bold;
964
- }
965
- .tsd-panel table th,
966
- .tsd-panel table td {
967
- padding: 6px 13px;
968
- border: 1px solid var(--color-panel-divider);
969
- }
970
- .tsd-panel table tr {
971
- background: var(--color-background);
972
- }
973
- .tsd-panel table tr:nth-child(even) {
974
- background: var(--color-secondary-background);
944
+ border-bottom: none;
975
945
  }
976
946
 
977
947
  .tsd-panel-group {
978
- margin: 60px 0;
948
+ margin: 4rem 0;
979
949
  }
980
- .tsd-panel-group > h1,
981
- .tsd-panel-group > h2,
982
- .tsd-panel-group > h3 {
983
- padding-left: 20px;
984
- padding-right: 20px;
950
+ .tsd-panel-group.tsd-index-group {
951
+ margin: 2rem 0;
952
+ }
953
+ .tsd-panel-group.tsd-index-group details {
954
+ margin: 2rem 0;
985
955
  }
986
956
 
987
957
  #tsd-search {
@@ -995,8 +965,8 @@ footer .tsd-legend {
995
965
  position: absolute;
996
966
  left: 0;
997
967
  top: 0;
998
- right: 40px;
999
- height: 40px;
968
+ right: 2.5rem;
969
+ height: 100%;
1000
970
  }
1001
971
  #tsd-search .field input {
1002
972
  box-sizing: border-box;
@@ -1017,7 +987,8 @@ footer .tsd-legend {
1017
987
  right: -40px;
1018
988
  }
1019
989
  #tsd-search .field input,
1020
- #tsd-search .title {
990
+ #tsd-search .title,
991
+ #tsd-toolbar-links a {
1021
992
  transition: opacity 0.2s;
1022
993
  }
1023
994
  #tsd-search .results {
@@ -1035,14 +1006,14 @@ footer .tsd-legend {
1035
1006
  background-color: var(--color-background);
1036
1007
  }
1037
1008
  #tsd-search .results li:nth-child(even) {
1038
- background-color: var(--color-panel);
1009
+ background-color: var(--color-background-secondary);
1039
1010
  }
1040
1011
  #tsd-search .results li.state {
1041
1012
  display: none;
1042
1013
  }
1043
1014
  #tsd-search .results li.current,
1044
1015
  #tsd-search .results li:hover {
1045
- background-color: var(--color-panel-divider);
1016
+ background-color: var(--color-accent);
1046
1017
  }
1047
1018
  #tsd-search .results a {
1048
1019
  display: block;
@@ -1055,13 +1026,14 @@ footer .tsd-legend {
1055
1026
  font-weight: normal;
1056
1027
  }
1057
1028
  #tsd-search.has-focus {
1058
- background-color: var(--color-panel-divider);
1029
+ background-color: var(--color-accent);
1059
1030
  }
1060
1031
  #tsd-search.has-focus .field input {
1061
1032
  top: 0;
1062
1033
  opacity: 1;
1063
1034
  }
1064
- #tsd-search.has-focus .title {
1035
+ #tsd-search.has-focus .title,
1036
+ #tsd-search.has-focus #tsd-toolbar-links a {
1065
1037
  z-index: 0;
1066
1038
  opacity: 0;
1067
1039
  }
@@ -1075,32 +1047,30 @@ footer .tsd-legend {
1075
1047
  display: block;
1076
1048
  }
1077
1049
 
1050
+ #tsd-toolbar-links {
1051
+ position: absolute;
1052
+ top: 0;
1053
+ right: 2rem;
1054
+ height: 100%;
1055
+ display: flex;
1056
+ align-items: center;
1057
+ justify-content: flex-end;
1058
+ }
1059
+ #tsd-toolbar-links a {
1060
+ margin-left: 1.5rem;
1061
+ }
1062
+ #tsd-toolbar-links a:hover {
1063
+ text-decoration: underline;
1064
+ }
1065
+
1078
1066
  .tsd-signature {
1079
- margin: 0 0 1em 0;
1080
- padding: 10px;
1081
- border: 1px solid var(--color-panel-divider);
1067
+ margin: 0 0 1rem 0;
1068
+ padding: 1rem 0.5rem;
1069
+ border: 1px solid var(--color-accent);
1082
1070
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1083
1071
  font-size: 14px;
1084
1072
  overflow-x: auto;
1085
1073
  }
1086
- .tsd-signature.tsd-kind-icon {
1087
- padding-left: 30px;
1088
- }
1089
- .tsd-signature.tsd-kind-icon:before {
1090
- top: 10px;
1091
- left: 10px;
1092
- }
1093
- .tsd-panel > .tsd-signature {
1094
- margin-left: -20px;
1095
- margin-right: -20px;
1096
- border-width: 1px 0;
1097
- }
1098
- .tsd-panel > .tsd-signature.tsd-kind-icon {
1099
- padding-left: 40px;
1100
- }
1101
- .tsd-panel > .tsd-signature.tsd-kind-icon:before {
1102
- left: 20px;
1103
- }
1104
1074
 
1105
1075
  .tsd-signature-symbol {
1106
1076
  color: var(--color-text-aside);
@@ -1115,104 +1085,42 @@ footer .tsd-legend {
1115
1085
  .tsd-signatures {
1116
1086
  padding: 0;
1117
1087
  margin: 0 0 1em 0;
1118
- border: 1px solid var(--color-panel-divider);
1088
+ list-style-type: none;
1119
1089
  }
1120
1090
  .tsd-signatures .tsd-signature {
1121
1091
  margin: 0;
1122
- border-width: 1px 0 0 0;
1123
- transition: background-color 0.1s;
1124
- }
1125
- .tsd-signatures .tsd-signature:first-child {
1126
- border-top-width: 0;
1127
- }
1128
- .tsd-signatures .tsd-signature.current {
1129
- background-color: var(--color-panel-divider);
1130
- }
1131
- .tsd-signatures.active > .tsd-signature {
1132
- cursor: pointer;
1133
- }
1134
- .tsd-panel > .tsd-signatures {
1135
- margin-left: -20px;
1136
- margin-right: -20px;
1092
+ border-color: var(--color-accent);
1137
1093
  border-width: 1px 0;
1094
+ transition: background-color 0.1s;
1138
1095
  }
1139
- .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon {
1140
- padding-left: 40px;
1141
- }
1142
- .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before {
1143
- left: 20px;
1144
- }
1145
- .tsd-panel > a.anchor + .tsd-signatures {
1146
- border-top-width: 0;
1147
- margin-top: -20px;
1148
- }
1149
-
1150
- ul.tsd-descriptions {
1151
- position: relative;
1152
- overflow: hidden;
1153
- padding: 0;
1154
- list-style: none;
1155
- }
1156
- ul.tsd-descriptions.active > .tsd-description {
1157
- display: none;
1158
- }
1159
- ul.tsd-descriptions.active > .tsd-description.current {
1160
- display: block;
1161
- }
1162
- ul.tsd-descriptions.active > .tsd-description.fade-in {
1163
- animation: fade-in-delayed 0.3s;
1164
- }
1165
- ul.tsd-descriptions.active > .tsd-description.fade-out {
1166
- animation: fade-out-delayed 0.3s;
1167
- position: absolute;
1168
- display: block;
1169
- top: 0;
1170
- left: 0;
1171
- right: 0;
1172
- opacity: 0;
1173
- visibility: hidden;
1174
- }
1175
- ul.tsd-descriptions h4,
1176
- ul.tsd-descriptions .tsd-index-panel h3,
1177
- .tsd-index-panel ul.tsd-descriptions h3 {
1178
- font-size: 16px;
1179
- margin: 1em 0 0.5em 0;
1096
+ .tsd-description .tsd-signatures .tsd-signature {
1097
+ border-width: 1px;
1180
1098
  }
1181
1099
 
1182
- ul.tsd-parameters,
1183
- ul.tsd-type-parameters {
1100
+ ul.tsd-parameter-list,
1101
+ ul.tsd-type-parameter-list {
1184
1102
  list-style: square;
1185
1103
  margin: 0;
1186
1104
  padding-left: 20px;
1187
1105
  }
1188
- ul.tsd-parameters > li.tsd-parameter-signature,
1189
- ul.tsd-type-parameters > li.tsd-parameter-signature {
1106
+ ul.tsd-parameter-list > li.tsd-parameter-signature,
1107
+ ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1190
1108
  list-style: none;
1191
1109
  margin-left: -20px;
1192
1110
  }
1193
- ul.tsd-parameters h5,
1194
- ul.tsd-type-parameters h5 {
1111
+ ul.tsd-parameter-list h5,
1112
+ ul.tsd-type-parameter-list h5 {
1195
1113
  font-size: 16px;
1196
1114
  margin: 1em 0 0.5em 0;
1197
1115
  }
1198
- ul.tsd-parameters .tsd-comment,
1199
- ul.tsd-type-parameters .tsd-comment {
1200
- margin-top: -0.5em;
1201
- }
1202
-
1203
1116
  .tsd-sources {
1204
- font-size: 14px;
1205
- color: var(--color-text-aside);
1206
- margin: 0 0 1em 0;
1117
+ margin-top: 1rem;
1118
+ font-size: 0.875em;
1207
1119
  }
1208
1120
  .tsd-sources a {
1209
1121
  color: var(--color-text-aside);
1210
1122
  text-decoration: underline;
1211
1123
  }
1212
- .tsd-sources ul,
1213
- .tsd-sources p {
1214
- margin: 0 !important;
1215
- }
1216
1124
  .tsd-sources ul {
1217
1125
  list-style: none;
1218
1126
  padding: 0;
@@ -1224,14 +1132,13 @@ ul.tsd-type-parameters .tsd-comment {
1224
1132
  top: 0;
1225
1133
  left: 0;
1226
1134
  width: 100%;
1227
- height: 40px;
1228
- color: var(--color-toolbar-text);
1229
- background: var(--color-toolbar);
1230
- border-bottom: 1px solid var(--color-panel-divider);
1231
- transition: transform 0.3s linear;
1135
+ color: var(--color-text);
1136
+ background: var(--color-background-secondary);
1137
+ border-bottom: 1px var(--color-accent) solid;
1138
+ transition: transform 0.3s ease-in-out;
1232
1139
  }
1233
1140
  .tsd-page-toolbar a {
1234
- color: var(--color-toolbar-text);
1141
+ color: var(--color-text);
1235
1142
  text-decoration: none;
1236
1143
  }
1237
1144
  .tsd-page-toolbar a.title {
@@ -1240,13 +1147,13 @@ ul.tsd-type-parameters .tsd-comment {
1240
1147
  .tsd-page-toolbar a.title:hover {
1241
1148
  text-decoration: underline;
1242
1149
  }
1243
- .tsd-page-toolbar .table-wrap {
1244
- display: table;
1245
- width: 100%;
1246
- height: 40px;
1150
+ .tsd-page-toolbar .tsd-toolbar-contents {
1151
+ display: flex;
1152
+ justify-content: space-between;
1153
+ height: 2.5rem;
1154
+ margin: 0 auto;
1247
1155
  }
1248
1156
  .tsd-page-toolbar .table-cell {
1249
- display: table-cell;
1250
1157
  position: relative;
1251
1158
  white-space: nowrap;
1252
1159
  line-height: 40px;
@@ -1254,34 +1161,16 @@ ul.tsd-type-parameters .tsd-comment {
1254
1161
  .tsd-page-toolbar .table-cell:first-child {
1255
1162
  width: 100%;
1256
1163
  }
1164
+ .tsd-page-toolbar .tsd-toolbar-icon {
1165
+ box-sizing: border-box;
1166
+ line-height: 0;
1167
+ padding: 12px 0;
1168
+ }
1257
1169
 
1258
1170
  .tsd-page-toolbar--hide {
1259
1171
  transform: translateY(-100%);
1260
1172
  }
1261
1173
 
1262
- .tsd-select .tsd-select-list li:before,
1263
- .tsd-select .tsd-select-label:before,
1264
- .tsd-widget:before {
1265
- content: "";
1266
- display: inline-block;
1267
- width: 40px;
1268
- height: 40px;
1269
- margin: 0 -8px 0 0;
1270
- background-image: url(./widgets.png);
1271
- background-repeat: no-repeat;
1272
- text-indent: -1024px;
1273
- vertical-align: bottom;
1274
- filter: var(--icon-filter);
1275
- }
1276
- @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
1277
- .tsd-select .tsd-select-list li:before,
1278
- .tsd-select .tsd-select-label:before,
1279
- .tsd-widget:before {
1280
- background-image: url(./widgets@2x.png);
1281
- background-size: 320px 40px;
1282
- }
1283
- }
1284
-
1285
1174
  .tsd-widget {
1286
1175
  display: inline-block;
1287
1176
  overflow: hidden;
@@ -1296,7 +1185,7 @@ ul.tsd-type-parameters .tsd-comment {
1296
1185
  }
1297
1186
  .tsd-widget.active {
1298
1187
  opacity: 1;
1299
- background-color: var(--color-panel-divider);
1188
+ background-color: var(--color-accent);
1300
1189
  }
1301
1190
  .tsd-widget.no-caption {
1302
1191
  width: 40px;
@@ -1304,20 +1193,12 @@ ul.tsd-type-parameters .tsd-comment {
1304
1193
  .tsd-widget.no-caption:before {
1305
1194
  margin: 0;
1306
1195
  }
1307
- .tsd-widget.search:before {
1308
- background-position: 0 0;
1309
- }
1310
- .tsd-widget.menu:before {
1311
- background-position: -40px 0;
1312
- }
1313
- .tsd-widget.options:before {
1314
- background-position: -80px 0;
1315
- }
1196
+
1316
1197
  .tsd-widget.options,
1317
1198
  .tsd-widget.menu {
1318
1199
  display: none;
1319
1200
  }
1320
- @media (max-width: 900px) {
1201
+ @media (max-width: 1024px) {
1321
1202
  .tsd-widget.options,
1322
1203
  .tsd-widget.menu {
1323
1204
  display: inline-block;
@@ -1330,75 +1211,14 @@ input[type="checkbox"]:checked + .tsd-widget:before {
1330
1211
  background-position: -160px 0;
1331
1212
  }
1332
1213
 
1333
- .tsd-select {
1334
- position: relative;
1335
- display: inline-block;
1336
- height: 40px;
1337
- transition: opacity 0.1s, background-color 0.2s;
1338
- vertical-align: bottom;
1339
- cursor: pointer;
1340
- }
1341
- .tsd-select .tsd-select-label {
1342
- opacity: 0.6;
1343
- transition: opacity 0.2s;
1344
- }
1345
- .tsd-select .tsd-select-label:before {
1346
- background-position: -240px 0;
1347
- }
1348
- .tsd-select.active .tsd-select-label {
1349
- opacity: 0.8;
1350
- }
1351
- .tsd-select.active .tsd-select-list {
1352
- visibility: visible;
1353
- opacity: 1;
1354
- transition-delay: 0s;
1355
- }
1356
- .tsd-select .tsd-select-list {
1357
- position: absolute;
1358
- visibility: hidden;
1359
- top: 40px;
1360
- left: 0;
1361
- margin: 0;
1362
- padding: 0;
1363
- opacity: 0;
1364
- list-style: none;
1365
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
1366
- transition: visibility 0s 0.2s, opacity 0.2s;
1367
- }
1368
- .tsd-select .tsd-select-list li {
1369
- padding: 0 20px 0 0;
1370
- background-color: var(--color-background);
1371
- }
1372
- .tsd-select .tsd-select-list li:before {
1373
- background-position: 40px 0;
1374
- }
1375
- .tsd-select .tsd-select-list li:nth-child(even) {
1376
- background-color: var(--color-panel);
1377
- }
1378
- .tsd-select .tsd-select-list li:hover {
1379
- background-color: var(--color-panel-divider);
1380
- }
1381
- .tsd-select .tsd-select-list li.selected:before {
1382
- background-position: -200px 0;
1383
- }
1384
- @media (max-width: 900px) {
1385
- .tsd-select .tsd-select-list {
1386
- top: 0;
1387
- left: auto;
1388
- right: 100%;
1389
- margin-right: -5px;
1390
- }
1391
- .tsd-select .tsd-select-label:before {
1392
- background-position: -280px 0;
1393
- }
1394
- }
1395
-
1396
1214
  img {
1397
1215
  max-width: 100%;
1398
1216
  }
1399
1217
 
1400
1218
  .tsd-anchor-icon {
1401
- margin-left: 10px;
1219
+ display: inline-flex;
1220
+ align-items: center;
1221
+ margin-left: 0.5rem;
1402
1222
  vertical-align: middle;
1403
1223
  color: var(--color-text);
1404
1224
  }
@@ -1412,3 +1232,26 @@ img {
1412
1232
  .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1413
1233
  visibility: visible;
1414
1234
  }
1235
+
1236
+ .deprecated {
1237
+ text-decoration: line-through;
1238
+ }
1239
+
1240
+ * {
1241
+ scrollbar-width: thin;
1242
+ scrollbar-color: var(--color-accent) var(--color-icon-background);
1243
+ }
1244
+
1245
+ *::-webkit-scrollbar {
1246
+ width: 0.75rem;
1247
+ }
1248
+
1249
+ *::-webkit-scrollbar-track {
1250
+ background: var(--color-icon-background);
1251
+ }
1252
+
1253
+ *::-webkit-scrollbar-thumb {
1254
+ background-color: var(--color-accent);
1255
+ border-radius: 999rem;
1256
+ border: 0.25rem solid var(--color-icon-background);
1257
+ }