webdav.client 5.21.6098 → 5.21.6102

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 (210) hide show
  1. package/Help/ClassReference/Create.html +1809 -0
  2. package/Help/ClassReference/ITHit.Environment.html +1739 -0
  3. package/Help/ClassReference/ITHit.LogLevel.html +1985 -0
  4. package/Help/ClassReference/ITHit.Logger.html +2170 -0
  5. package/Help/ClassReference/ITHit.WebDAV.Client.AsyncResult.html +1877 -0
  6. package/Help/ClassReference/ITHit.WebDAV.Client.BrowserExtension.html +2282 -0
  7. package/Help/ClassReference/ITHit.WebDAV.Client.CancellableResult.html +2049 -0
  8. package/Help/ClassReference/ITHit.WebDAV.Client.DavConstants.html +3181 -0
  9. package/Help/ClassReference/ITHit.WebDAV.Client.Depth.html +1815 -0
  10. package/Help/ClassReference/ITHit.WebDAV.Client.DocManager.html +3600 -0
  11. package/Help/ClassReference/ITHit.WebDAV.Client.Encoder.html +1785 -0
  12. package/Help/ClassReference/ITHit.WebDAV.Client.Error.html +1785 -0
  13. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.BadRequestException.html +1883 -0
  14. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ConflictException.html +1883 -0
  15. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.DependencyFailedException.html +1883 -0
  16. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.ForbiddenException.html +1883 -0
  17. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Error.html +1753 -0
  18. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.Multistatus.html +1703 -0
  19. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.MultistatusResponse.html +1703 -0
  20. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatus.html +1755 -0
  21. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Info.PropertyMultistatusResponse.html +1703 -0
  22. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.InsufficientStorageException.html +1883 -0
  23. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.IntegrationException.html +1689 -0
  24. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.LockedException.html +1883 -0
  25. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.MethodNotAllowedException.html +1883 -0
  26. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotFoundException.html +1883 -0
  27. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.NotImplementedException.html +1883 -0
  28. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.Parsers.InsufficientStorage.html +1805 -0
  29. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PreconditionFailedException.html +1883 -0
  30. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyConflictException.html +1929 -0
  31. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyException.html +1929 -0
  32. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyForbiddenException.html +1929 -0
  33. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.PropertyNotFoundException.html +1929 -0
  34. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.QuotaNotExceededException.html +1883 -0
  35. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.SufficientDiskSpaceException.html +1883 -0
  36. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.UnauthorizedException.html +1883 -0
  37. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavException.html +1695 -0
  38. package/Help/ClassReference/ITHit.WebDAV.Client.Exceptions.WebDavHttpException.html +1883 -0
  39. package/Help/ClassReference/ITHit.WebDAV.Client.Features.html +2215 -0
  40. package/Help/ClassReference/ITHit.WebDAV.Client.File.html +9490 -0
  41. package/Help/ClassReference/ITHit.WebDAV.Client.Folder.html +11459 -0
  42. package/Help/ClassReference/ITHit.WebDAV.Client.GEditInfo.html +1785 -0
  43. package/Help/ClassReference/ITHit.WebDAV.Client.HierarchyItem.html +8324 -0
  44. package/Help/ClassReference/ITHit.WebDAV.Client.HttpStatus.html +3861 -0
  45. package/Help/ClassReference/ITHit.WebDAV.Client.LockInfo.html +1923 -0
  46. package/Help/ClassReference/ITHit.WebDAV.Client.LockScope.html +1755 -0
  47. package/Help/ClassReference/ITHit.WebDAV.Client.LockUriTokenPair.html +1785 -0
  48. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CancelUpload.html +1691 -0
  49. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.CopyMove.html +1745 -0
  50. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Delete.html +1691 -0
  51. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ErrorResponse.html +1751 -0
  52. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.GoAsync.html +1830 -0
  53. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Get.html +1698 -0
  54. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Head.html +1691 -0
  55. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.HttpMethod.html +1765 -0
  56. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.Go.html +1866 -0
  57. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.GoAsync.html +1884 -0
  58. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Lock.html +1701 -0
  59. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.Go.html +1866 -0
  60. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.GoAsync.html +1884 -0
  61. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.LockRefresh.html +1701 -0
  62. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Mkcol.html +1691 -0
  63. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.MultiResponse.html +1751 -0
  64. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Options.html +1748 -0
  65. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propfind.html +1745 -0
  66. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Proppatch.html +1691 -0
  67. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Propstat.html +1733 -0
  68. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Put.html +1691 -0
  69. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Report.html +1761 -0
  70. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Response.html +1751 -0
  71. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.ResponseFactory.html +1689 -0
  72. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Search.html +1691 -0
  73. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.SingleResponse.html +1742 -0
  74. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Undelete.html +1685 -0
  75. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.Unlock.html +1691 -0
  76. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.UpdateToVersion.html +1691 -0
  77. package/Help/ClassReference/ITHit.WebDAV.Client.Methods.VersionControl.html +1691 -0
  78. package/Help/ClassReference/ITHit.WebDAV.Client.MsOfficeEditExtensions.html +2103 -0
  79. package/Help/ClassReference/ITHit.WebDAV.Client.Multistatus.html +1785 -0
  80. package/Help/ClassReference/ITHit.WebDAV.Client.MultistatusResponse.html +1831 -0
  81. package/Help/ClassReference/ITHit.WebDAV.Client.OptionsInfo.html +1739 -0
  82. package/Help/ClassReference/ITHit.WebDAV.Client.OrderProperty.html +1960 -0
  83. package/Help/ClassReference/ITHit.WebDAV.Client.PageResults.html +1785 -0
  84. package/Help/ClassReference/ITHit.WebDAV.Client.Property.html +2017 -0
  85. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyList.html +2048 -0
  86. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyMultistatusResponse.html +1883 -0
  87. package/Help/ClassReference/ITHit.WebDAV.Client.PropertyName.html +1972 -0
  88. package/Help/ClassReference/ITHit.WebDAV.Client.Request.html +2673 -0
  89. package/Help/ClassReference/ITHit.WebDAV.Client.RequestProgress.html +1969 -0
  90. package/Help/ClassReference/ITHit.WebDAV.Client.ResourceType.html +1755 -0
  91. package/Help/ClassReference/ITHit.WebDAV.Client.ResumableUpload.html +2271 -0
  92. package/Help/ClassReference/ITHit.WebDAV.Client.SPSManager.html +1951 -0
  93. package/Help/ClassReference/ITHit.WebDAV.Client.SearchQuery.html +1974 -0
  94. package/Help/ClassReference/ITHit.WebDAV.Client.Source.html +1785 -0
  95. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.DocManager.MsOfficeEditExtensions.html +1685 -0
  96. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CopyMove.html +1685 -0
  97. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFile.html +1685 -0
  98. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.CreateFolder.html +1685 -0
  99. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Delete.html +1685 -0
  100. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetFolderItems.html +1685 -0
  101. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetHeadRequests.html +1685 -0
  102. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemByFolder.html +1685 -0
  103. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetItemBySession.html +1685 -0
  104. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.GetParent.html +1685 -0
  105. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.ItemExists.html +1685 -0
  106. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.MicrosoftOfficeDiscovery.html +1685 -0
  107. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.NameCheck.html +1685 -0
  108. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Progress.html +1685 -0
  109. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Refresh.html +1685 -0
  110. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.Search.html +1685 -0
  111. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyItems.SupportedFeatures.html +1685 -0
  112. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.GetProperties.html +1685 -0
  113. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.HierarchyProperties.UpdateProperties.html +1685 -0
  114. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.CheckSupport.html +1685 -0
  115. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Etag.html +1685 -0
  116. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.GetLocks.html +1685 -0
  117. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.Lock.html +1685 -0
  118. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Locks.RefreshLock.html +1685 -0
  119. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.GetVersions.html +1685 -0
  120. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ManageVersions.html +1685 -0
  121. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.PutUnderVersion.html +1685 -0
  122. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.Versions.ReadContent.html +1685 -0
  123. package/Help/ClassReference/ITHit.WebDAV.Client.Tests.WebDavSession.Events.html +1685 -0
  124. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.AutoUploader.html +1753 -0
  125. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Map.html +1916 -0
  126. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Collections.Pair.html +1787 -0
  127. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ContentWriter.html +1945 -0
  128. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.DropZone.html +1791 -0
  129. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.FSEntryFactory.html +1689 -0
  130. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.HtmlControl.html +1781 -0
  131. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Controls.Input.html +1791 -0
  132. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.DropZoneCollection.html +2140 -0
  133. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.AsyncEvent.html +1884 -0
  134. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BaseEvent.html +1685 -0
  135. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.BeforeUploadStarted.html +2030 -0
  136. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.Error.html +1695 -0
  137. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.EventName.html +1843 -0
  138. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.ProgressChanged.html +1791 -0
  139. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.QueueChanged.html +1787 -0
  140. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.StateChanged.html +1791 -0
  141. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadError.html +2174 -0
  142. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Events.UploadItemsCreated.html +2150 -0
  143. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FSEntry.html +1823 -0
  144. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.FileSpan.html +1806 -0
  145. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.Group.html +1761 -0
  146. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Groups.GroupManager.html +1803 -0
  147. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.InputCollection.html +2140 -0
  148. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ItemSettings.html +1685 -0
  149. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.Generator.html +1888 -0
  150. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Path.PathCache.html +1693 -0
  151. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Progress.html +1969 -0
  152. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.ProgressTracker.html +1744 -0
  153. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadDiff.html +1786 -0
  154. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Providers.UploadProvider.html +1832 -0
  155. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Queue.html +2618 -0
  156. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.ServerItem.html +1761 -0
  157. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Settings.html +1840 -0
  158. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.State.html +2031 -0
  159. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.BaseState.html +1685 -0
  160. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CanceledState.html +1691 -0
  161. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.CompletedState.html +1691 -0
  162. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.Factory.html +1689 -0
  163. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.PausedState.html +1691 -0
  164. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.QueuedState.html +1691 -0
  165. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.ResumeState.html +1691 -0
  166. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.SkippedState.html +1691 -0
  167. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.States.UploadingState.html +1691 -0
  168. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadItem.html +5087 -0
  169. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploadLocation.html +1761 -0
  170. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Uploader.html +2106 -0
  171. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.UploaderSession.html +3304 -0
  172. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrl.html +1779 -0
  173. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.DavUrlBuilder.html +1744 -0
  174. package/Help/ClassReference/ITHit.WebDAV.Client.Upload.Utils.RepeatableAction.html +1863 -0
  175. package/Help/ClassReference/ITHit.WebDAV.Client.UploadProgressInfo.html +1877 -0
  176. package/Help/ClassReference/ITHit.WebDAV.Client.Version.html +3357 -0
  177. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavRequest.html +1689 -0
  178. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavResponse.html +1689 -0
  179. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavSession.html +4046 -0
  180. package/Help/ClassReference/ITHit.WebDAV.Client.WebDavUtil.html +1689 -0
  181. package/Help/ClassReference/data/search.json +1 -0
  182. package/Help/ClassReference/fonts/Inconsolata-Regular.ttf +0 -0
  183. package/Help/ClassReference/fonts/OpenSans-Regular.ttf +0 -0
  184. package/Help/ClassReference/fonts/WorkSans-Bold.ttf +0 -0
  185. package/Help/ClassReference/global.html +7914 -0
  186. package/Help/ClassReference/index.html +2408 -0
  187. package/Help/ClassReference/scripts/core.js +710 -0
  188. package/Help/ClassReference/scripts/core.min.js +23 -0
  189. package/Help/ClassReference/scripts/resize.js +90 -0
  190. package/Help/ClassReference/scripts/search.js +265 -0
  191. package/Help/ClassReference/scripts/search.min.js +6 -0
  192. package/Help/ClassReference/scripts/third-party/Apache-License-2.0.txt +202 -0
  193. package/Help/ClassReference/scripts/third-party/fuse.js +9 -0
  194. package/Help/ClassReference/scripts/third-party/hljs-line-num-original.js +369 -0
  195. package/Help/ClassReference/scripts/third-party/hljs-line-num.js +1 -0
  196. package/Help/ClassReference/scripts/third-party/hljs-original.js +5171 -0
  197. package/Help/ClassReference/scripts/third-party/hljs.js +1 -0
  198. package/Help/ClassReference/scripts/third-party/jquery.min.js +6 -0
  199. package/Help/ClassReference/scripts/third-party/popper.js +5 -0
  200. package/Help/ClassReference/scripts/third-party/tippy.js +1 -0
  201. package/Help/ClassReference/scripts/third-party/tocbot.js +683 -0
  202. package/Help/ClassReference/scripts/third-party/tocbot.min.js +1 -0
  203. package/Help/ClassReference/styles/clean-jsdoc-theme-base.css +1053 -0
  204. package/Help/ClassReference/styles/clean-jsdoc-theme-dark.css +418 -0
  205. package/Help/ClassReference/styles/clean-jsdoc-theme-light.css +399 -0
  206. package/Help/ClassReference/styles/clean-jsdoc-theme.min.css +1 -0
  207. package/ITHitWebDAVClient.js +2 -2
  208. package/index.d.ts +1 -1
  209. package/index.js +1 -1
  210. package/package.json +1 -1
@@ -0,0 +1,1053 @@
1
+ @font-face {
2
+ font-family: 'heading';
3
+ src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
4
+ font-display: swap;
5
+ }
6
+
7
+ @font-face {
8
+ font-family: 'body';
9
+ src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
10
+ font-display: swap;
11
+ }
12
+
13
+ @font-face {
14
+ font-family: 'code';
15
+ src: url('../fonts/Inconsolata-Regular.ttf') format('truetype');
16
+ font-display: swap;
17
+ }
18
+
19
+ :root {
20
+ --outer-wrapper-max-width: 65rem;
21
+ }
22
+
23
+ * {
24
+ box-sizing: border-box;
25
+ margin: 0;
26
+ padding: 0;
27
+ }
28
+
29
+ html,
30
+ body {
31
+ min-height: 100%;
32
+ width: 100%;
33
+ line-height: 1.75;
34
+ }
35
+
36
+ body {
37
+ font-family: 'body';
38
+ overflow-x: hidden;
39
+ position: relative;
40
+ }
41
+
42
+ b {
43
+ font-family: heading;
44
+ }
45
+
46
+ h1,
47
+ h2,
48
+ h3,
49
+ h4,
50
+ h5,
51
+ h6 {
52
+ font-family: 'heading';
53
+ font-weight: normal;
54
+ line-height: 1.75;
55
+ }
56
+
57
+ h1 {
58
+ font-size: 3.5rem;
59
+ margin: 0;
60
+ }
61
+
62
+ h2 {
63
+ font-size: 2.25rem;
64
+ margin: 2rem 0 0;
65
+ }
66
+
67
+ h3 {
68
+ font-size: 1.5rem;
69
+ }
70
+
71
+ h4 {
72
+ font-size: 1.25rem;
73
+ }
74
+
75
+ h5 {
76
+ font-size: 1rem;
77
+ }
78
+
79
+ h6 {
80
+ font-size: 1rem;
81
+ }
82
+
83
+ img {
84
+ max-width: 100%;
85
+ }
86
+
87
+ a {
88
+ text-decoration: none;
89
+ }
90
+
91
+ a:hover {
92
+ text-decoration: underline;
93
+ }
94
+
95
+ /* badges */
96
+ a img {
97
+ margin-right: 0.5rem;
98
+ }
99
+
100
+ p {
101
+ margin: 1rem 0;
102
+ }
103
+
104
+ article ul {
105
+ list-style: none;
106
+ }
107
+
108
+ article ul li,
109
+ article ol li {
110
+ padding: 0.5rem 0;
111
+ }
112
+
113
+ article ol,
114
+ article ul {
115
+ padding-left: 3rem;
116
+ }
117
+
118
+ article ol p,
119
+ article ul p {
120
+ margin: 0;
121
+ }
122
+
123
+ /* stylelint-disable-next-line */
124
+
125
+ .variation {
126
+ display: none;
127
+ }
128
+
129
+ .signature-attributes {
130
+ font-style: italic;
131
+ font-weight: lighter;
132
+ }
133
+
134
+ .ancestors a {
135
+ text-decoration: none;
136
+ }
137
+
138
+ .important {
139
+ font-weight: bold;
140
+ }
141
+
142
+ .signature {
143
+ font-family: 'code';
144
+ }
145
+
146
+ .name {
147
+ font-family: 'code';
148
+ font-weight: bold;
149
+ }
150
+
151
+ blockquote {
152
+ font-size: 0.875rem;
153
+ padding: 0.0625rem 1.25rem;
154
+ border-radius: 1rem;
155
+ margin: 0.5rem 0;
156
+ }
157
+
158
+ .details {
159
+ border-radius: 1rem;
160
+ margin: 1rem 0;
161
+ }
162
+
163
+ .details .details-item-container {
164
+ display: flex;
165
+ padding: 1rem 2rem;
166
+ }
167
+
168
+ dt {
169
+ font-family: heading;
170
+ }
171
+
172
+ .details dt {
173
+ float: left;
174
+ min-width: 11rem;
175
+ }
176
+
177
+ .details ul {
178
+ margin: 0;
179
+ display: inline-flex;
180
+ list-style-type: none;
181
+ }
182
+
183
+ .details ul li {
184
+ display: inline-flex;
185
+ margin-right: 0.6125rem;
186
+ padding: 0;
187
+ word-break: break-word;
188
+ }
189
+
190
+ /* stylelint-disable-next-line */
191
+ .details ul li p {
192
+ margin: 0;
193
+ }
194
+
195
+ /* stylelint-disable */
196
+ .details pre.prettyprint {
197
+ margin: 0;
198
+ }
199
+
200
+ /* stylelint-enable */
201
+
202
+ .details .object-value {
203
+ padding-top: 0;
204
+ }
205
+
206
+ .description {
207
+ margin-bottom: 2rem;
208
+ }
209
+
210
+ .method-member-container table {
211
+ margin-top: 1rem;
212
+ }
213
+
214
+ .pre-div .hljs-ln {
215
+ margin: 0;
216
+ }
217
+
218
+ .code-caption {
219
+ font-size: 0.875rem;
220
+ }
221
+
222
+ .prettyprint {
223
+ font-size: 0.875rem;
224
+ overflow: auto;
225
+ }
226
+
227
+ pre.prettyprint {
228
+ margin-top: 3rem;
229
+ white-space: pre-wrap;
230
+ }
231
+
232
+ .prettyprint.source {
233
+ width: inherit;
234
+ }
235
+
236
+ .prettyprint code {
237
+ display: block;
238
+ font-size: 1rem;
239
+ line-height: 1.75;
240
+ padding: 0 0 1rem;
241
+ }
242
+
243
+ .prettyprint .compact {
244
+ padding: 0;
245
+ }
246
+
247
+ h4.name {
248
+ margin-top: 0.5rem;
249
+ }
250
+
251
+ .params,
252
+ .props,
253
+ table {
254
+ border-collapse: separate;
255
+ border-spacing: 0 0.5rem;
256
+ border-radius: 0.5rem;
257
+ font-size: 0.875rem;
258
+ margin: 0;
259
+ width: 100%;
260
+ }
261
+
262
+ table td:first-child,
263
+ .params td:first-child,
264
+ table thead th:first-child,
265
+ .params thead th:first-child,
266
+ .props thead th:first-child {
267
+ border-top-left-radius: 1rem;
268
+ border-bottom-left-radius: 1rem;
269
+ }
270
+
271
+ table td:last-child,
272
+ .params td:last-child,
273
+ table thead th:last-child,
274
+ .params thead th:last-child,
275
+ .props thead th:last-child {
276
+ border-top-right-radius: 1rem;
277
+ border-bottom-right-radius: 1rem;
278
+ }
279
+
280
+ table th,
281
+ .params th {
282
+ position: sticky;
283
+ top: 0;
284
+ }
285
+
286
+ .params .name,
287
+ .props .name,
288
+ .name code {
289
+ font-family: 'code';
290
+ font-size: 1rem;
291
+ }
292
+
293
+ .params td,
294
+ .params th,
295
+ .props td,
296
+ .props th,
297
+ th,
298
+ td {
299
+ display: table-cell;
300
+ margin: 0;
301
+ padding: 1rem 2rem;
302
+ text-align: left;
303
+ vertical-align: top;
304
+ }
305
+
306
+ .params thead tr,
307
+ .props thead tr {
308
+ font-weight: bold;
309
+ }
310
+
311
+ /* stylelint-disable */
312
+ .params .params thead tr,
313
+ .props .props thead tr {
314
+ font-weight: bold;
315
+ }
316
+
317
+ .params td.description > p:first-child,
318
+ .props td.description > p:first-child {
319
+ margin-top: 0;
320
+ padding-top: 0;
321
+ }
322
+
323
+ .params td.description > p:last-child,
324
+ .props td.description > p:last-child {
325
+ margin-bottom: 0;
326
+ padding-bottom: 0;
327
+ }
328
+
329
+ dl.param-type {
330
+ margin-bottom: 1rem;
331
+ padding-bottom: 1rem;
332
+ }
333
+
334
+ /* stylelint-enable */
335
+
336
+ .param-type dt,
337
+ .param-type dd {
338
+ display: inline-block;
339
+ }
340
+
341
+ .param-type dd {
342
+ font-family: 'code';
343
+ font-size: 1rem;
344
+ }
345
+
346
+ code {
347
+ border-radius: 0.3rem;
348
+ font-family: 'code';
349
+ font-size: 1rem;
350
+ padding: 0.1rem 0.4rem;
351
+ }
352
+
353
+ .mt-20 {
354
+ margin-top: 1.5rem;
355
+ }
356
+
357
+ .codepen-form {
358
+ bottom: 0;
359
+ position: absolute;
360
+ right: 0.6125rem;
361
+ }
362
+
363
+ .body-wrapper {
364
+ display: flex;
365
+ flex-direction: column;
366
+ height: 100vh;
367
+ position: relative;
368
+ }
369
+
370
+ .sidebar-container {
371
+ position: fixed;
372
+ display: flex;
373
+ padding: 1rem;
374
+ top: 0;
375
+ bottom: 0;
376
+ left: 0;
377
+ width: 25rem;
378
+ z-index: 10;
379
+ }
380
+
381
+ .sidebar {
382
+ border-radius: 1rem;
383
+ flex: 1;
384
+ padding: 1.5rem 0;
385
+ overflow: hidden;
386
+ display: flex;
387
+ flex-direction: column;
388
+ }
389
+
390
+ .sidebar-title {
391
+ margin: 0;
392
+ padding: 0 2rem;
393
+ text-decoration: none;
394
+ font-size: 1.5rem;
395
+ font-family: heading;
396
+ }
397
+
398
+ .sidebar-title:hover {
399
+ text-decoration: none;
400
+ }
401
+
402
+ .sidebar-items-container {
403
+ margin-top: 2rem;
404
+ overflow: auto;
405
+ flex: 1;
406
+ position: relative;
407
+ }
408
+
409
+ .sidebar-section-title {
410
+ padding: 0.5rem 2rem;
411
+ font-family: heading;
412
+ font-size: 1rem;
413
+ border-radius: 1rem;
414
+ }
415
+
416
+ .with-arrow {
417
+ align-items: center;
418
+ cursor: pointer;
419
+ display: flex;
420
+ }
421
+
422
+ .with-arrow div {
423
+ flex: 1;
424
+ }
425
+
426
+ .with-arrow svg {
427
+ height: 1rem;
428
+ width: 1rem;
429
+ transition: transform 0.3s;
430
+ }
431
+
432
+ .with-arrow[data-isopen='true'] svg {
433
+ transform: rotate(180deg);
434
+ }
435
+
436
+ .sidebar-section-children-container {
437
+ border-radius: 0.5rem;
438
+ overflow: hidden;
439
+ }
440
+
441
+ .sidebar-section-children a {
442
+ display: block;
443
+ width: 100%;
444
+ padding: 0.25rem 2rem;
445
+ }
446
+
447
+ .sidebar-section-children a {
448
+ text-decoration: none;
449
+ }
450
+
451
+ .sidebar-section-children-list {
452
+ padding-bottom: 0.5rem;
453
+ padding-left: 2.25rem;
454
+ list-style: none;
455
+ font-size: 0.9rem;
456
+ }
457
+
458
+ .with-arrow[data-isopen='false'] + .sidebar-section-children-container {
459
+ height: 0;
460
+ overflow: hidden;
461
+ }
462
+
463
+ .with-arrow[data-isopen='true'] + .sidebar-section-children-container {
464
+ height: auto;
465
+ }
466
+
467
+ .toc-container {
468
+ position: fixed;
469
+ top: 0;
470
+ right: 4rem;
471
+ bottom: 0;
472
+ width: 16rem;
473
+ z-index: 10;
474
+ }
475
+
476
+ .toc-content {
477
+ padding-top: 8rem;
478
+ display: flex;
479
+ flex-direction: column;
480
+ height: 100%;
481
+ }
482
+
483
+ #eed4d2a0bfd64539bb9df78095dec881 {
484
+ margin: 2rem 0;
485
+ flex: 1;
486
+ overflow: auto;
487
+ }
488
+
489
+ .toc-list {
490
+ padding-left: 1rem;
491
+ list-style: none;
492
+ }
493
+
494
+ .toc-link {
495
+ display: block;
496
+ white-space: nowrap;
497
+ overflow: hidden;
498
+ text-overflow: ellipsis;
499
+ width: 100%;
500
+ }
501
+
502
+ .toc-link.is-active-link {
503
+ font-family: heading;
504
+ }
505
+
506
+ .has-anchor {
507
+ position: relative;
508
+ }
509
+
510
+ .link-anchor {
511
+ padding: 0 0.5rem;
512
+ }
513
+
514
+ .has-anchor .link-anchor {
515
+ position: absolute;
516
+ left: 0;
517
+ top: 0;
518
+ transform: translateX(-100%);
519
+ text-decoration: none;
520
+ visibility: hidden;
521
+ }
522
+
523
+ .has-anchor:hover .link-anchor {
524
+ visibility: visible;
525
+ }
526
+
527
+ .navbar-container {
528
+ position: fixed;
529
+ z-index: 10;
530
+ top: 0;
531
+ left: 25rem;
532
+ right: 25rem;
533
+ height: 7rem;
534
+ padding-top: 1rem;
535
+ display: flex;
536
+ justify-content: center;
537
+ }
538
+
539
+ .navbar-container.home-navbar-container{
540
+ right: 5rem;
541
+ }
542
+
543
+ .navbar {
544
+ display: flex;
545
+ padding: 1rem 0rem 1rem 0rem;
546
+ flex: 1;
547
+ max-width: var(--outer-wrapper-max-width);
548
+ }
549
+
550
+ .navbar-left-items {
551
+ display: flex;
552
+ flex: 1;
553
+ }
554
+
555
+ .navbar-right-items {
556
+ display: flex;
557
+ }
558
+
559
+ .icon-button svg {
560
+ height: 1rem;
561
+ width: 1rem;
562
+ }
563
+
564
+ .icon-button {
565
+ background: transparent;
566
+ position: relative;
567
+ display: inline-flex;
568
+ border: 0;
569
+ padding: 0.5rem;
570
+ border-radius: 50%;
571
+ cursor: pointer;
572
+ transition: background 0.3s;
573
+ }
574
+
575
+ .navbar-right-item {
576
+ display: flex;
577
+ justify-content: center;
578
+ align-items: center;
579
+ margin: 0 0.25rem;
580
+ }
581
+
582
+ .navbar-item {
583
+ border-radius: 0.5rem;
584
+ overflow: hidden;
585
+ }
586
+
587
+ .navbar-item a {
588
+ display: inline-block;
589
+ padding: 1rem 2rem;
590
+ text-decoration: none;
591
+ transition: 0.3s;
592
+ }
593
+
594
+ .font-size-tooltip {
595
+ display: flex;
596
+ align-items: center;
597
+ margin: 0 -0.5rem;
598
+ }
599
+
600
+ .font-size-tooltip .icon-button.disabled {
601
+ pointer-events: none;
602
+ }
603
+
604
+ .main-content {
605
+ position: relative;
606
+ flex: 1;
607
+ overflow: auto;
608
+ display: flex;
609
+ flex-direction: column;
610
+ align-items: center;
611
+ padding: 7rem 25rem 0;
612
+ }
613
+
614
+ .main-content.home-content{
615
+ padding: 7rem 5rem 0 25rem;
616
+ }
617
+
618
+ .main-wrapper {
619
+ width: 100%;
620
+ max-width: var(--outer-wrapper-max-width);
621
+ padding: 0 0 1rem;
622
+ }
623
+
624
+ .p-h-n {
625
+ padding: 0.4rem 1rem;
626
+ }
627
+
628
+ .footer {
629
+ width: 100%;
630
+ margin: 5rem 0 0 0;
631
+ border-radius: 1rem;
632
+ font-size: 0.875rem;
633
+ display: flex;
634
+ justify-content: center;
635
+ }
636
+
637
+ .source-page + .footer {
638
+ margin-top: 3rem;
639
+ }
640
+
641
+ .footer .wrapper {
642
+ flex: 1;
643
+ padding: 1rem 2rem;
644
+ max-width: var(--outer-wrapper-max-width);
645
+ }
646
+
647
+ pre {
648
+ position: relative;
649
+ }
650
+
651
+ .hljs table td {
652
+ background: transparent;
653
+ padding: 0 0.6125rem;
654
+ line-height: 1.5;
655
+ border-radius: 0;
656
+ }
657
+
658
+ .hljs .hljs-ln-numbers {
659
+ width: 2rem;
660
+ white-space: nowrap;
661
+ /* user-select: none; */
662
+ padding-left: 1.5rem;
663
+ }
664
+
665
+ .hljs-ln-line.hljs-ln-numbers::before {
666
+ content: attr(data-line-number);
667
+ }
668
+
669
+ .pre-div {
670
+ position: relative;
671
+ border-radius: 1rem;
672
+ overflow: hidden;
673
+ margin: 0.5rem 0 2rem 0;
674
+ }
675
+
676
+ .pre-top-bar-container {
677
+ align-items: center;
678
+ display: flex;
679
+ justify-content: space-between;
680
+ left: 0;
681
+ padding: 0.3125rem 1.5rem;
682
+ position: absolute;
683
+ right: 0;
684
+ top: 0;
685
+ }
686
+
687
+ .code-copy-icon-container {
688
+ align-items: center;
689
+ border-radius: 50%;
690
+ cursor: pointer;
691
+ display: flex;
692
+ height: 1.875rem;
693
+ justify-content: center;
694
+ transition: 0.3s;
695
+ width: 1.875rem;
696
+ }
697
+
698
+ .code-copy-icon-container > div {
699
+ margin-top: 0.25rem;
700
+ position: relative;
701
+ }
702
+
703
+ .sm-icon {
704
+ height: 1rem;
705
+ width: 1rem;
706
+ }
707
+
708
+ .code-lang-name {
709
+ font-family: 'body';
710
+ font-size: 0.75rem;
711
+ }
712
+
713
+ .tooltip {
714
+ border-radius: 0.3125rem;
715
+ opacity: 0;
716
+ padding: 0.1875rem 0.5rem;
717
+ position: absolute;
718
+ right: 2rem;
719
+ top: 0.3125rem;
720
+ transform: scale(0);
721
+ transition: 0.3s;
722
+ }
723
+
724
+ .show-tooltip {
725
+ opacity: 1;
726
+ transform: scale(1);
727
+ }
728
+
729
+ .allow-overflow {
730
+ overflow: auto;
731
+ }
732
+
733
+ .bold {
734
+ font-family: heading;
735
+ }
736
+
737
+ .search-container {
738
+ position: fixed;
739
+ top: 0;
740
+ bottom: 0;
741
+ right: 0;
742
+ left: 0;
743
+ justify-content: center;
744
+ z-index: 50;
745
+ align-items: flex-start;
746
+ }
747
+
748
+ .search-container .wrapper {
749
+ width: 100%;
750
+ max-width: 60rem;
751
+ padding: 4rem 2rem 2rem;
752
+ border-radius: 1rem;
753
+ margin: 3rem 25rem;
754
+ position: relative;
755
+ }
756
+
757
+ .search-close-button {
758
+ position: absolute;
759
+ top: 1rem;
760
+ right: 1rem;
761
+ }
762
+
763
+ .search-result-c-text {
764
+ display: flex;
765
+ justify-content: center;
766
+ user-select: none;
767
+ }
768
+
769
+ .search-result-c {
770
+ min-height: 20rem;
771
+ max-height: 40rem;
772
+ overflow: auto;
773
+ padding: 2rem 0;
774
+ }
775
+
776
+ .search-box-c {
777
+ width: 100%;
778
+ position: relative;
779
+ display: flex;
780
+ align-items: center;
781
+ }
782
+
783
+ .search-box-c svg {
784
+ height: 1.5rem;
785
+ width: 1.5rem;
786
+ position: absolute;
787
+ left: 1.5rem;
788
+ }
789
+
790
+ .search-input {
791
+ border: none;
792
+ border-radius: 1rem;
793
+ width: 100%;
794
+ flex: 1;
795
+ padding: 1rem 2rem 1rem 4rem;
796
+ font-family: body;
797
+ font-size: 1.25rem;
798
+ }
799
+
800
+ .search-result-item {
801
+ display: block;
802
+ text-decoration: none;
803
+ padding: 1rem;
804
+ border-radius: 1rem;
805
+ margin: 1rem 0;
806
+ }
807
+
808
+ .search-result-item:hover {
809
+ text-decoration: none;
810
+ }
811
+
812
+ .search-result-item:active {
813
+ text-decoration: none;
814
+ }
815
+
816
+ .search-result-item-title {
817
+ font-family: heading;
818
+ font-size: 1.5rem;
819
+ margin: 0;
820
+ }
821
+
822
+ .search-result-item-p {
823
+ font-size: 0.875rem;
824
+ margin: 0;
825
+ }
826
+
827
+ .mobile-menu-icon-container {
828
+ display: none;
829
+ position: fixed;
830
+ bottom: 1.5rem;
831
+ right: 2rem;
832
+ z-index: 30;
833
+ }
834
+
835
+ .mobile-menu-icon-container .icon-button svg {
836
+ height: 2rem;
837
+ width: 2rem;
838
+ }
839
+
840
+ .mobile-sidebar-container {
841
+ position: fixed;
842
+ top: 0;
843
+ right: 0;
844
+ left: 0;
845
+ bottom: 0;
846
+ padding: 1rem;
847
+ z-index: 25;
848
+
849
+ display: none;
850
+ }
851
+
852
+ .mobile-sidebar-container.show {
853
+ display: block;
854
+ }
855
+
856
+ .mobile-sidebar-wrapper {
857
+ border-radius: 1rem;
858
+ height: 100%;
859
+ width: 100%;
860
+ display: flex;
861
+ flex-direction: column;
862
+ padding-top: 2rem;
863
+ }
864
+
865
+ .mobile-nav-links {
866
+ display: flex;
867
+ flex-wrap: wrap;
868
+ padding-top: 2rem;
869
+ }
870
+
871
+ .mobile-sidebar-items-c {
872
+ flex: 1;
873
+ overflow: auto;
874
+ }
875
+
876
+ .mobile-navbar-actions {
877
+ display: flex;
878
+ padding: 1rem;
879
+ }
880
+
881
+ .rel {
882
+ position: relative;
883
+ }
884
+
885
+ .icon-button.codepen-button svg {
886
+ height: 1.5rem;
887
+ width: 1.5rem;
888
+ }
889
+
890
+ .table-div {
891
+ width: 100%;
892
+ overflow: auto;
893
+ }
894
+
895
+ .tag-default {
896
+ overflow: auto;
897
+ }
898
+
899
+ /* scroll bar */
900
+ ::-webkit-scrollbar {
901
+ width: 0.3125rem;
902
+ height: 0.3125rem;
903
+ }
904
+
905
+ ::-webkit-scrollbar-thumb,
906
+ ::-webkit-scrollbar-track {
907
+ border-radius: 1rem;
908
+ }
909
+
910
+
911
+
912
+ .class-tree .title{
913
+ white-space: nowrap;
914
+ }
915
+
916
+ .page-title{
917
+ display: none;
918
+ }
919
+
920
+
921
+ .nav-tabs{
922
+ list-style: none;
923
+ padding-left: 0;
924
+ display: flex;
925
+ }
926
+
927
+ .nav-tab, a.nav-tab{
928
+ display: block;
929
+ margin: 0.5rem;
930
+ padding: 0.5rem 1rem;
931
+ border-radius: 0.5rem;
932
+ text-decoration: none;
933
+ }
934
+
935
+ .tab-pane{
936
+ display: none;
937
+ -webkit-animation: fadeEffect 1s;
938
+ animation: fadeEffect 1s;
939
+ }
940
+
941
+ .tab-pane.active{
942
+ display: block;
943
+ }
944
+
945
+ .toc-nav-name{
946
+ display: none;
947
+ }
948
+
949
+ .d-none{
950
+ display: none !important;
951
+ }
952
+
953
+ /* Fade in tabs */
954
+ @-webkit-keyframes fadeEffect {
955
+ from {opacity: 0;}
956
+ to {opacity: 1;}
957
+ }
958
+
959
+ @keyframes fadeEffect {
960
+ from {opacity: 0;}
961
+ to {opacity: 1;}
962
+ }
963
+
964
+ @media screen and (max-width: 100em) {
965
+ .toc-container {
966
+ display: none;
967
+ }
968
+
969
+ .main-content, .main-content.home-content {
970
+ padding: 7rem 0 0 25rem;
971
+ }
972
+
973
+ .search-container .wrapper {
974
+ margin-right: 1rem;
975
+ }
976
+
977
+ .navbar-container, .navbar-container.home-navbar-container {
978
+ /* For scrollbar */
979
+ right: 1rem;
980
+ }
981
+ }
982
+
983
+ @media screen and (min-width: 65em) {
984
+ .mobile-sidebar-container.show {
985
+ display: none;
986
+ }
987
+ }
988
+
989
+ @media screen and (max-width: 65em) {
990
+ h1 {
991
+ font-size: 3rem;
992
+ }
993
+
994
+ h2 {
995
+ font-size: 2rem;
996
+ }
997
+
998
+ h3 {
999
+ font-size: 1.875;
1000
+ }
1001
+
1002
+ h4,
1003
+ h5,
1004
+ h6 {
1005
+ font-size: 1rem;
1006
+ }
1007
+
1008
+ .main-wrapper {
1009
+ padding: 0 1rem 1rem;
1010
+ }
1011
+
1012
+ .search-result-c {
1013
+ max-height: 25rem;
1014
+ }
1015
+
1016
+ .mobile-menu-icon-container {
1017
+ display: block;
1018
+ }
1019
+
1020
+ .sidebar-container {
1021
+ display: none;
1022
+ }
1023
+
1024
+ .search-container .wrapper {
1025
+ margin-left: 1rem;
1026
+ }
1027
+
1028
+ .main-content, .main-content.home-content {
1029
+ padding-left: 0;
1030
+ padding-top: 1rem;
1031
+ }
1032
+
1033
+ .navbar-container, .navbar-container.home-navbar-container {
1034
+ display: none;
1035
+ }
1036
+
1037
+ .source-page + .footer,
1038
+ .footer {
1039
+ margin-top: 2rem;
1040
+ }
1041
+
1042
+ .has-anchor:hover .link-anchor {
1043
+ visibility: hidden;
1044
+ }
1045
+
1046
+ .class-tree th{
1047
+ padding: 0.5rem;
1048
+ }
1049
+
1050
+ .class-tree td{
1051
+ display: none;
1052
+ }
1053
+ }