@weavy/uikit-react 13.0.0 → 14.0.1

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 (371) hide show
  1. package/changelog.md +30 -0
  2. package/dist/cjs/{types/client → client}/WeavyClient.d.ts +0 -0
  3. package/dist/cjs/{types/components → components}/Attachment.d.ts +0 -0
  4. package/dist/cjs/{types/components → components}/Avatar.d.ts +0 -0
  5. package/dist/{esm/types → cjs}/components/Chat.d.ts +1 -1
  6. package/dist/cjs/{types/components → components}/Conversation.d.ts +0 -0
  7. package/dist/cjs/{types/components → components}/ConversationBadge.d.ts +0 -0
  8. package/dist/cjs/{types/components → components}/ConversationForm.d.ts +0 -0
  9. package/dist/cjs/{types/components → components}/ConversationList.d.ts +0 -0
  10. package/dist/cjs/{types/components → components}/ConversationListItem.d.ts +0 -0
  11. package/dist/cjs/{types/components → components}/File.d.ts +0 -0
  12. package/dist/cjs/{types/components → components}/FileBrowser.d.ts +0 -0
  13. package/dist/cjs/{types/components → components}/Image.d.ts +0 -0
  14. package/dist/cjs/{types/components → components}/Meeting.d.ts +0 -0
  15. package/dist/cjs/{types/components → components}/MeetingCard.d.ts +0 -0
  16. package/dist/cjs/{types/components → components}/Meetings.d.ts +0 -0
  17. package/dist/cjs/{types/components → components}/Message.d.ts +0 -0
  18. package/dist/{esm/types → cjs}/components/Messages.d.ts +3 -1
  19. package/dist/cjs/{types/components → components}/Messenger.d.ts +0 -0
  20. package/dist/cjs/{types/components → components}/NewConversation.d.ts +0 -0
  21. package/dist/cjs/{types/components → components}/PdfViewer.d.ts +0 -0
  22. package/dist/cjs/{types/components → components}/Presence.d.ts +0 -0
  23. package/dist/cjs/{types/components → components}/Preview.d.ts +0 -0
  24. package/dist/cjs/{types/components → components}/Reactions.d.ts +0 -0
  25. package/dist/cjs/{types/components → components}/SearchUsers.d.ts +0 -0
  26. package/dist/cjs/{types/components → components}/SeenBy.d.ts +0 -0
  27. package/dist/cjs/{types/components → components}/Typing.d.ts +0 -0
  28. package/dist/cjs/{types/contexts → contexts}/MessengerContext.d.ts +0 -0
  29. package/dist/cjs/{types/contexts → contexts}/PreviewContext.d.ts +0 -0
  30. package/dist/cjs/{types/contexts → contexts}/UserContext.d.ts +0 -0
  31. package/dist/cjs/{types/contexts → contexts}/WeavyContext.d.ts +0 -0
  32. package/dist/cjs/{types/hooks → hooks}/useBadge.d.ts +0 -0
  33. package/dist/cjs/{types/hooks → hooks}/useChat.d.ts +0 -0
  34. package/dist/cjs/{types/hooks → hooks}/useConversation.d.ts +0 -0
  35. package/dist/cjs/hooks/useConversations.d.ts +1 -0
  36. package/dist/cjs/{types/hooks → hooks}/useDebounce.d.ts +0 -0
  37. package/dist/cjs/{types/hooks → hooks}/useEvents.d.ts +0 -0
  38. package/dist/cjs/{types/hooks → hooks}/useFileUploader.d.ts +0 -0
  39. package/dist/cjs/{types/hooks → hooks}/useMembers.d.ts +0 -0
  40. package/dist/cjs/{types/hooks → hooks}/useMessages.d.ts +0 -0
  41. package/dist/cjs/{types/hooks → hooks}/useMutateChat.d.ts +0 -0
  42. package/dist/cjs/{types/hooks → hooks}/useMutateConversation.d.ts +0 -0
  43. package/dist/cjs/{types/hooks → hooks}/useMutateConversationName.d.ts +0 -0
  44. package/dist/cjs/{types/hooks → hooks}/useMutateDeleteReaction.d.ts +0 -0
  45. package/dist/cjs/{types/hooks → hooks}/useMutateExternalBlobs.d.ts +0 -0
  46. package/dist/cjs/{types/hooks → hooks}/useMutateMeeting.d.ts +0 -0
  47. package/dist/cjs/{types/hooks → hooks}/useMutateMembers.d.ts +0 -0
  48. package/dist/{esm/types → cjs}/hooks/useMutateMessage.d.ts +1 -1
  49. package/dist/cjs/{types/hooks → hooks}/useMutatePinned.d.ts +0 -0
  50. package/dist/cjs/{types/hooks → hooks}/useMutateReaction.d.ts +0 -0
  51. package/dist/cjs/{types/hooks → hooks}/useMutateRead.d.ts +1 -0
  52. package/dist/cjs/{types/hooks → hooks}/useMutateRemoveMembers.d.ts +0 -0
  53. package/dist/cjs/{types/hooks → hooks}/useMutateTyping.d.ts +0 -0
  54. package/dist/cjs/{types/hooks → hooks}/usePresence.d.ts +0 -0
  55. package/dist/cjs/{types/hooks → hooks}/usePreview.d.ts +0 -0
  56. package/dist/cjs/{types/hooks → hooks}/useReactions.d.ts +0 -0
  57. package/dist/cjs/{types/hooks → hooks}/useSearchUsers.d.ts +0 -0
  58. package/dist/cjs/{types/hooks → hooks}/useThrottle.d.ts +0 -0
  59. package/dist/cjs/{types/hooks → hooks}/useUser.d.ts +0 -0
  60. package/dist/cjs/{types/index.d.ts → index.d.ts} +0 -0
  61. package/dist/cjs/index.js +6 -28
  62. package/dist/cjs/index.js.map +1 -1
  63. package/dist/cjs/types/{types/Chat.d.ts → Chat.d.ts} +1 -0
  64. package/dist/cjs/types/{types/Conversation.d.ts → Conversation.d.ts} +0 -0
  65. package/dist/cjs/types/{types/ConversationListItem.d.ts → ConversationListItem.d.ts} +0 -0
  66. package/dist/{esm/types → cjs}/types/Message.d.ts +2 -0
  67. package/dist/cjs/types/{types/Messenger.d.ts → Messenger.d.ts} +0 -0
  68. package/dist/cjs/types/{types/types.d.ts → types.d.ts} +47 -4
  69. package/dist/cjs/{types/ui → ui}/Button.d.ts +0 -0
  70. package/dist/cjs/{types/ui → ui}/Dropdown.d.ts +0 -0
  71. package/dist/cjs/{types/ui → ui}/Icon.d.ts +0 -0
  72. package/dist/cjs/{types/ui → ui}/Overlay.d.ts +0 -0
  73. package/dist/cjs/{types/ui → ui}/Spinner.d.ts +2 -1
  74. package/dist/cjs/{types/utils → utils}/fileUtilities.d.ts +0 -0
  75. package/dist/css/weavy-chat.css +1543 -959
  76. package/dist/css/weavy-messenger.css +1903 -1302
  77. package/dist/css/weavy.css +1703 -1102
  78. package/dist/esm/{types/client → client}/WeavyClient.d.ts +0 -0
  79. package/dist/esm/{types/components → components}/Attachment.d.ts +0 -0
  80. package/dist/esm/{types/components → components}/Avatar.d.ts +0 -0
  81. package/dist/{cjs/types → esm}/components/Chat.d.ts +1 -1
  82. package/dist/esm/{types/components → components}/Conversation.d.ts +0 -0
  83. package/dist/esm/{types/components → components}/ConversationBadge.d.ts +0 -0
  84. package/dist/esm/{types/components → components}/ConversationForm.d.ts +0 -0
  85. package/dist/esm/{types/components → components}/ConversationList.d.ts +0 -0
  86. package/dist/esm/{types/components → components}/ConversationListItem.d.ts +0 -0
  87. package/dist/esm/{types/components → components}/File.d.ts +0 -0
  88. package/dist/esm/{types/components → components}/FileBrowser.d.ts +0 -0
  89. package/dist/esm/{types/components → components}/Image.d.ts +0 -0
  90. package/dist/esm/{types/components → components}/Meeting.d.ts +0 -0
  91. package/dist/esm/{types/components → components}/MeetingCard.d.ts +0 -0
  92. package/dist/esm/{types/components → components}/Meetings.d.ts +0 -0
  93. package/dist/esm/{types/components → components}/Message.d.ts +0 -0
  94. package/dist/{cjs/types → esm}/components/Messages.d.ts +3 -1
  95. package/dist/esm/{types/components → components}/Messenger.d.ts +0 -0
  96. package/dist/esm/{types/components → components}/NewConversation.d.ts +0 -0
  97. package/dist/esm/{types/components → components}/PdfViewer.d.ts +0 -0
  98. package/dist/esm/{types/components → components}/Presence.d.ts +0 -0
  99. package/dist/esm/{types/components → components}/Preview.d.ts +0 -0
  100. package/dist/esm/{types/components → components}/Reactions.d.ts +0 -0
  101. package/dist/esm/{types/components → components}/SearchUsers.d.ts +0 -0
  102. package/dist/esm/{types/components → components}/SeenBy.d.ts +0 -0
  103. package/dist/esm/{types/components → components}/Typing.d.ts +0 -0
  104. package/dist/esm/{types/contexts → contexts}/MessengerContext.d.ts +0 -0
  105. package/dist/esm/{types/contexts → contexts}/PreviewContext.d.ts +0 -0
  106. package/dist/esm/{types/contexts → contexts}/UserContext.d.ts +0 -0
  107. package/dist/esm/{types/contexts → contexts}/WeavyContext.d.ts +0 -0
  108. package/dist/esm/{types/hooks → hooks}/useBadge.d.ts +0 -0
  109. package/dist/esm/{types/hooks → hooks}/useChat.d.ts +0 -0
  110. package/dist/esm/{types/hooks → hooks}/useConversation.d.ts +0 -0
  111. package/dist/esm/hooks/useConversations.d.ts +1 -0
  112. package/dist/esm/{types/hooks → hooks}/useDebounce.d.ts +0 -0
  113. package/dist/esm/{types/hooks → hooks}/useEvents.d.ts +0 -0
  114. package/dist/esm/{types/hooks → hooks}/useFileUploader.d.ts +0 -0
  115. package/dist/esm/{types/hooks → hooks}/useMembers.d.ts +0 -0
  116. package/dist/esm/{types/hooks → hooks}/useMessages.d.ts +0 -0
  117. package/dist/esm/{types/hooks → hooks}/useMutateChat.d.ts +0 -0
  118. package/dist/esm/{types/hooks → hooks}/useMutateConversation.d.ts +0 -0
  119. package/dist/esm/{types/hooks → hooks}/useMutateConversationName.d.ts +0 -0
  120. package/dist/esm/{types/hooks → hooks}/useMutateDeleteReaction.d.ts +0 -0
  121. package/dist/esm/{types/hooks → hooks}/useMutateExternalBlobs.d.ts +0 -0
  122. package/dist/esm/{types/hooks → hooks}/useMutateMeeting.d.ts +0 -0
  123. package/dist/esm/{types/hooks → hooks}/useMutateMembers.d.ts +0 -0
  124. package/dist/{cjs/types → esm}/hooks/useMutateMessage.d.ts +1 -1
  125. package/dist/esm/{types/hooks → hooks}/useMutatePinned.d.ts +0 -0
  126. package/dist/esm/{types/hooks → hooks}/useMutateReaction.d.ts +0 -0
  127. package/dist/esm/{types/hooks → hooks}/useMutateRead.d.ts +1 -0
  128. package/dist/esm/{types/hooks → hooks}/useMutateRemoveMembers.d.ts +0 -0
  129. package/dist/esm/{types/hooks → hooks}/useMutateTyping.d.ts +0 -0
  130. package/dist/esm/{types/hooks → hooks}/usePresence.d.ts +0 -0
  131. package/dist/esm/{types/hooks → hooks}/usePreview.d.ts +0 -0
  132. package/dist/esm/{types/hooks → hooks}/useReactions.d.ts +0 -0
  133. package/dist/esm/{types/hooks → hooks}/useSearchUsers.d.ts +0 -0
  134. package/dist/esm/{types/hooks → hooks}/useThrottle.d.ts +0 -0
  135. package/dist/esm/{types/hooks → hooks}/useUser.d.ts +0 -0
  136. package/dist/esm/{types/index.d.ts → index.d.ts} +0 -0
  137. package/dist/esm/index.js +6 -28
  138. package/dist/esm/index.js.map +1 -1
  139. package/dist/esm/types/{types/Chat.d.ts → Chat.d.ts} +1 -0
  140. package/dist/esm/types/{types/Conversation.d.ts → Conversation.d.ts} +0 -0
  141. package/dist/esm/types/{types/ConversationListItem.d.ts → ConversationListItem.d.ts} +0 -0
  142. package/dist/{cjs/types → esm}/types/Message.d.ts +2 -0
  143. package/dist/esm/types/{types/Messenger.d.ts → Messenger.d.ts} +0 -0
  144. package/dist/esm/types/{types/types.d.ts → types.d.ts} +47 -4
  145. package/dist/esm/{types/ui → ui}/Button.d.ts +0 -0
  146. package/dist/esm/{types/ui → ui}/Dropdown.d.ts +0 -0
  147. package/dist/esm/{types/ui → ui}/Icon.d.ts +0 -0
  148. package/dist/esm/{types/ui → ui}/Overlay.d.ts +0 -0
  149. package/dist/esm/{types/ui → ui}/Spinner.d.ts +2 -1
  150. package/dist/esm/{types/utils → utils}/fileUtilities.d.ts +0 -0
  151. package/dist/index.d.ts +2 -1
  152. package/package.json +18 -15
  153. package/{rollup.config.js → rollup.config.mjs} +10 -3
  154. package/src/client/WeavyClient.ts +12 -17
  155. package/src/components/Attachment.tsx +5 -5
  156. package/src/components/Chat.tsx +6 -5
  157. package/src/components/Conversation.tsx +26 -20
  158. package/src/components/ConversationBadge.tsx +7 -5
  159. package/src/components/ConversationForm.tsx +1 -1
  160. package/src/components/ConversationList.tsx +59 -11
  161. package/src/components/ConversationListItem.tsx +94 -58
  162. package/src/components/FileBrowser.tsx +53 -50
  163. package/src/components/Image.tsx +2 -1
  164. package/src/components/MeetingCard.tsx +35 -13
  165. package/src/components/Meetings.tsx +1 -1
  166. package/src/components/Message.tsx +41 -42
  167. package/src/components/Messages.tsx +61 -60
  168. package/src/components/Messenger.tsx +7 -2
  169. package/src/components/NewConversation.tsx +1 -1
  170. package/src/components/PdfViewer.tsx +5 -5
  171. package/src/components/Preview.tsx +2 -2
  172. package/src/components/Reactions.tsx +11 -5
  173. package/src/components/SearchUsers.tsx +19 -9
  174. package/src/components/SeenBy.tsx +13 -7
  175. package/src/components/Typing.tsx +11 -12
  176. package/src/contexts/UserContext.tsx +1 -1
  177. package/src/contexts/WeavyContext.tsx +3 -3
  178. package/src/hooks/useConversations.ts +15 -5
  179. package/src/hooks/useMutateMessage.ts +1 -5
  180. package/src/hooks/useMutateRead.ts +5 -3
  181. package/src/hooks/usePresence.ts +2 -3
  182. package/src/hooks/useReactions.ts +11 -12
  183. package/src/scss/theme/_alert.scss +61 -63
  184. package/src/scss/theme/_appbar.scss +105 -30
  185. package/src/scss/theme/_avatar.scss +23 -28
  186. package/src/scss/theme/_badge.scss +26 -18
  187. package/src/scss/theme/_buttons.scss +107 -52
  188. package/src/scss/theme/_card.scss +102 -4
  189. package/src/scss/theme/_checkbox.scss +16 -20
  190. package/src/scss/theme/_code-vscode-dark.scss +3 -3
  191. package/src/scss/theme/_code-vscode-light.scss +3 -3
  192. package/src/scss/theme/_code.scss +0 -2
  193. package/src/scss/theme/_comment-editor-cm.scss +97 -0
  194. package/src/scss/theme/_comment-editor.scss +129 -0
  195. package/src/scss/theme/_comments.scss +66 -0
  196. package/src/scss/theme/_content.scss +33 -5
  197. package/src/scss/theme/_conversations.scss +19 -78
  198. package/src/scss/theme/_dropdown.scss +102 -15
  199. package/src/scss/theme/_embed.scss +135 -0
  200. package/src/scss/theme/_facepile.scss +11 -0
  201. package/src/scss/theme/_filebrowser.scss +1 -1
  202. package/src/scss/theme/_files.scss +76 -47
  203. package/src/scss/theme/_grid.scss +8 -0
  204. package/src/scss/theme/_icons.scss +155 -19
  205. package/src/scss/theme/_image-grid.scss +7 -12
  206. package/src/scss/theme/_input.scss +160 -0
  207. package/src/scss/theme/_item.scss +169 -0
  208. package/src/scss/theme/_list.scss +57 -0
  209. package/src/scss/theme/_meeting.scss +11 -0
  210. package/src/scss/theme/_message-editor-cm.scss +95 -0
  211. package/src/scss/theme/_message-editor.scss +65 -19
  212. package/src/scss/theme/_messages.scss +51 -105
  213. package/src/scss/theme/_meta.scss +12 -0
  214. package/src/scss/theme/_overlays.scss +31 -76
  215. package/src/scss/theme/_pager.scss +5 -1
  216. package/src/scss/theme/_pane.scss +13 -2
  217. package/src/scss/theme/_panels.scss +33 -28
  218. package/src/scss/theme/_picker-list.scss +5 -3
  219. package/src/scss/theme/_placeholder.scss +19 -0
  220. package/src/scss/theme/_poll.scss +49 -0
  221. package/src/scss/theme/_post-editor-cm.scss +100 -0
  222. package/src/scss/theme/_post-editor.scss +127 -0
  223. package/src/scss/theme/_post.scss +83 -0
  224. package/src/scss/theme/_preview-code.scss +11 -2
  225. package/src/scss/theme/_preview-embed.scss +8 -2
  226. package/src/scss/theme/_preview-image.scss +8 -26
  227. package/src/scss/theme/_preview-media.scss +1 -0
  228. package/src/scss/theme/_preview-pdf.scss +10 -15
  229. package/src/scss/theme/_preview.scss +57 -79
  230. package/src/scss/theme/_reactions.scss +48 -17
  231. package/src/scss/theme/_sheet.scss +59 -0
  232. package/src/scss/theme/_sidebar.scss +86 -0
  233. package/src/scss/theme/_spinner.scss +11 -7
  234. package/src/scss/theme/_tab.scss +72 -0
  235. package/src/scss/theme/_tables.scss +70 -23
  236. package/src/scss/theme/_toasts.scss +56 -26
  237. package/src/scss/theme/_type.scss +41 -0
  238. package/src/scss/theme/{mixins → base}/_backdrop.scss +0 -0
  239. package/src/scss/theme/{bootstrap/mixins → base}/_breakpoints.scss +9 -0
  240. package/src/scss/theme/base/_colors.scss +315 -0
  241. package/src/scss/theme/base/_md.scss +19 -0
  242. package/src/scss/theme/base/_palette.scss +130 -0
  243. package/src/scss/theme/{mixins → base}/_position.scss +5 -5
  244. package/src/scss/theme/base/_reboot.scss +51 -0
  245. package/src/scss/theme/base/_scroll.scss +180 -0
  246. package/src/scss/theme/base/_svg.scss +49 -0
  247. package/src/scss/theme/base/_text.scss +23 -0
  248. package/src/scss/theme/base/_vars.scss +203 -0
  249. package/src/scss/theme/{fonts → base/fonts}/_fontmapping-roboto.scss +0 -0
  250. package/src/scss/theme/{fonts → base/fonts}/_fontmapping-segoe-ui.scss +0 -0
  251. package/src/scss/theme/base/fonts/_index.scss +2 -0
  252. package/src/scss/weavy-chat.scss +10 -4
  253. package/src/scss/weavy-messenger.scss +37 -21
  254. package/src/types/Chat.ts +2 -1
  255. package/src/types/Message.ts +3 -1
  256. package/src/types/types.ts +56 -5
  257. package/src/ui/Icon.tsx +1 -1
  258. package/src/ui/Spinner.tsx +3 -2
  259. package/src/utils/infiniteScroll.js +12 -3
  260. package/src/utils/postal-parent.js +398 -0
  261. package/src/utils/promise.js +187 -0
  262. package/src/utils/scrollbarDetection.js +71 -9
  263. package/src/utils/utils.js +547 -0
  264. package/dist/cjs/types/hooks/useConversations.d.ts +0 -1
  265. package/dist/esm/types/hooks/useConversations.d.ts +0 -1
  266. package/src/scss/theme/_attachments.scss +0 -74
  267. package/src/scss/theme/_cm-editor.scss +0 -42
  268. package/src/scss/theme/_colors.scss +0 -520
  269. package/src/scss/theme/_config.scss +0 -6
  270. package/src/scss/theme/_inputs.scss +0 -28
  271. package/src/scss/theme/_nav.scss +0 -52
  272. package/src/scss/theme/_palette.scss +0 -165
  273. package/src/scss/theme/_preview-icon.scss +0 -41
  274. package/src/scss/theme/_reboot.scss +0 -41
  275. package/src/scss/theme/_root.scss +0 -2
  276. package/src/scss/theme/_scroll.scss +0 -55
  277. package/src/scss/theme/_search.scss +0 -68
  278. package/src/scss/theme/_turbo.scss +0 -17
  279. package/src/scss/theme/_variables.scss +0 -139
  280. package/src/scss/theme/bootstrap/_accordion.scss +0 -146
  281. package/src/scss/theme/bootstrap/_alert.scss +0 -71
  282. package/src/scss/theme/bootstrap/_badge.scss +0 -38
  283. package/src/scss/theme/bootstrap/_breadcrumb.scss +0 -40
  284. package/src/scss/theme/bootstrap/_button-group.scss +0 -142
  285. package/src/scss/theme/bootstrap/_buttons.scss +0 -186
  286. package/src/scss/theme/bootstrap/_card.scss +0 -234
  287. package/src/scss/theme/bootstrap/_carousel.scss +0 -229
  288. package/src/scss/theme/bootstrap/_close.scss +0 -40
  289. package/src/scss/theme/bootstrap/_containers.scss +0 -41
  290. package/src/scss/theme/bootstrap/_dropdown.scss +0 -248
  291. package/src/scss/theme/bootstrap/_forms.scss +0 -9
  292. package/src/scss/theme/bootstrap/_functions.scss +0 -302
  293. package/src/scss/theme/bootstrap/_grid.scss +0 -33
  294. package/src/scss/theme/bootstrap/_helpers.scss +0 -10
  295. package/src/scss/theme/bootstrap/_images.scss +0 -42
  296. package/src/scss/theme/bootstrap/_list-group.scss +0 -191
  297. package/src/scss/theme/bootstrap/_maps.scss +0 -54
  298. package/src/scss/theme/bootstrap/_mixins.scss +0 -43
  299. package/src/scss/theme/bootstrap/_modal.scss +0 -237
  300. package/src/scss/theme/bootstrap/_nav.scss +0 -172
  301. package/src/scss/theme/bootstrap/_navbar.scss +0 -276
  302. package/src/scss/theme/bootstrap/_offcanvas.scss +0 -143
  303. package/src/scss/theme/bootstrap/_pagination.scss +0 -109
  304. package/src/scss/theme/bootstrap/_placeholders.scss +0 -51
  305. package/src/scss/theme/bootstrap/_popover.scss +0 -196
  306. package/src/scss/theme/bootstrap/_progress.scss +0 -59
  307. package/src/scss/theme/bootstrap/_reboot.scss +0 -610
  308. package/src/scss/theme/bootstrap/_root.scss +0 -73
  309. package/src/scss/theme/bootstrap/_spinners.scss +0 -85
  310. package/src/scss/theme/bootstrap/_tables.scss +0 -164
  311. package/src/scss/theme/bootstrap/_toasts.scss +0 -70
  312. package/src/scss/theme/bootstrap/_tooltip.scss +0 -120
  313. package/src/scss/theme/bootstrap/_transitions.scss +0 -27
  314. package/src/scss/theme/bootstrap/_type.scss +0 -106
  315. package/src/scss/theme/bootstrap/_utilities.scss +0 -647
  316. package/src/scss/theme/bootstrap/_variables.scss +0 -1633
  317. package/src/scss/theme/bootstrap/forms/_floating-labels.scss +0 -74
  318. package/src/scss/theme/bootstrap/forms/_form-check.scss +0 -175
  319. package/src/scss/theme/bootstrap/forms/_form-control.scss +0 -194
  320. package/src/scss/theme/bootstrap/forms/_form-range.scss +0 -91
  321. package/src/scss/theme/bootstrap/forms/_form-select.scss +0 -71
  322. package/src/scss/theme/bootstrap/forms/_form-text.scss +0 -11
  323. package/src/scss/theme/bootstrap/forms/_input-group.scss +0 -129
  324. package/src/scss/theme/bootstrap/forms/_labels.scss +0 -36
  325. package/src/scss/theme/bootstrap/forms/_validation.scss +0 -12
  326. package/src/scss/theme/bootstrap/helpers/_clearfix.scss +0 -3
  327. package/src/scss/theme/bootstrap/helpers/_color-bg.scss +0 -10
  328. package/src/scss/theme/bootstrap/helpers/_colored-links.scss +0 -12
  329. package/src/scss/theme/bootstrap/helpers/_position.scss +0 -36
  330. package/src/scss/theme/bootstrap/helpers/_ratio.scss +0 -26
  331. package/src/scss/theme/bootstrap/helpers/_stacks.scss +0 -15
  332. package/src/scss/theme/bootstrap/helpers/_stretched-link.scss +0 -15
  333. package/src/scss/theme/bootstrap/helpers/_text-truncation.scss +0 -7
  334. package/src/scss/theme/bootstrap/helpers/_visually-hidden.scss +0 -8
  335. package/src/scss/theme/bootstrap/helpers/_vr.scss +0 -8
  336. package/src/scss/theme/bootstrap/mixins/_alert.scss +0 -15
  337. package/src/scss/theme/bootstrap/mixins/_backdrop.scss +0 -14
  338. package/src/scss/theme/bootstrap/mixins/_banner.scss +0 -9
  339. package/src/scss/theme/bootstrap/mixins/_border-radius.scss +0 -78
  340. package/src/scss/theme/bootstrap/mixins/_box-shadow.scss +0 -18
  341. package/src/scss/theme/bootstrap/mixins/_buttons.scss +0 -70
  342. package/src/scss/theme/bootstrap/mixins/_caret.scss +0 -64
  343. package/src/scss/theme/bootstrap/mixins/_clearfix.scss +0 -9
  344. package/src/scss/theme/bootstrap/mixins/_color-scheme.scss +0 -7
  345. package/src/scss/theme/bootstrap/mixins/_container.scss +0 -11
  346. package/src/scss/theme/bootstrap/mixins/_deprecate.scss +0 -10
  347. package/src/scss/theme/bootstrap/mixins/_forms.scss +0 -152
  348. package/src/scss/theme/bootstrap/mixins/_gradients.scss +0 -47
  349. package/src/scss/theme/bootstrap/mixins/_grid.scss +0 -151
  350. package/src/scss/theme/bootstrap/mixins/_image.scss +0 -16
  351. package/src/scss/theme/bootstrap/mixins/_list-group.scss +0 -24
  352. package/src/scss/theme/bootstrap/mixins/_lists.scss +0 -7
  353. package/src/scss/theme/bootstrap/mixins/_pagination.scss +0 -10
  354. package/src/scss/theme/bootstrap/mixins/_reset-text.scss +0 -17
  355. package/src/scss/theme/bootstrap/mixins/_resize.scss +0 -6
  356. package/src/scss/theme/bootstrap/mixins/_table-variants.scss +0 -24
  357. package/src/scss/theme/bootstrap/mixins/_text-truncate.scss +0 -8
  358. package/src/scss/theme/bootstrap/mixins/_transition.scss +0 -26
  359. package/src/scss/theme/bootstrap/mixins/_utilities.scss +0 -97
  360. package/src/scss/theme/bootstrap/mixins/_visually-hidden.scss +0 -29
  361. package/src/scss/theme/bootstrap/utilities/_api.scss +0 -47
  362. package/src/scss/theme/bootstrap/vendor/_rfs.scss +0 -354
  363. package/src/scss/theme/bs/_badge.scss +0 -20
  364. package/src/scss/theme/bs/_buttons.scss +0 -185
  365. package/src/scss/theme/bs/_dropdown.scss +0 -86
  366. package/src/scss/theme/bs/_forms.scss +0 -161
  367. package/src/scss/theme/bs/_list-group.scss +0 -73
  368. package/src/scss/theme/bs/_tables.scss +0 -46
  369. package/src/scss/theme/fonts/_index.scss +0 -2
  370. package/src/scss/theme/mixins/_palette.scss +0 -165
  371. package/src/scss/theme/mixins/_scrollbar.scss +0 -110
@@ -1,25 +1,390 @@
1
- [class^=wy-], [class^=wy-]::before, [class^=wy-]::after, [class^=wy-] *, [class^=wy-] *::before, [class^=wy-] *::after, [class*=" wy-"], [class*=" wy-"]::before, [class*=" wy-"]::after, [class*=" wy-"] *, [class*=" wy-"] *::before, [class*=" wy-"] *::after {
1
+ :where(:root, :host > *) {
2
+ --wy-theme: #00658e;
3
+ --wy-black: #000000;
4
+ --wy-white: #ffffff;
5
+ --wy-shadow: #000000;
6
+ --wy-primary-99: #fbfcff;
7
+ --wy-primary-95: #e4f3ff;
8
+ --wy-primary-90: #c7e7ff;
9
+ --wy-primary-80: #84cfff;
10
+ --wy-primary-70: #53b5ec;
11
+ --wy-primary-60: #2f9ad0;
12
+ --wy-primary-50: #007fb2;
13
+ --wy-primary-40: #00658e;
14
+ --wy-primary-30: #004c6c;
15
+ --wy-primary-20: #00344c;
16
+ --wy-primary-10: #001e2e;
17
+ --wy-secondary-99: #fffbff;
18
+ --wy-secondary-95: #fff2a4;
19
+ --wy-secondary-90: #f6e468;
20
+ --wy-secondary-80: #d9c84f;
21
+ --wy-secondary-70: #bcad36;
22
+ --wy-secondary-60: #a0921a;
23
+ --wy-secondary-50: #857800;
24
+ --wy-secondary-40: #6a5f00;
25
+ --wy-secondary-30: #504700;
26
+ --wy-secondary-20: #373100;
27
+ --wy-secondary-10: #201c00;
28
+ --wy-tertiary-99: #fffbff;
29
+ --wy-tertiary-95: #fff2a4;
30
+ --wy-tertiary-90: #f6e468;
31
+ --wy-tertiary-80: #d9c84f;
32
+ --wy-tertiary-70: #bcad36;
33
+ --wy-tertiary-60: #a0921a;
34
+ --wy-tertiary-50: #857800;
35
+ --wy-tertiary-40: #6a5f00;
36
+ --wy-tertiary-30: #504700;
37
+ --wy-tertiary-20: #373100;
38
+ --wy-tertiary-10: #201c00;
39
+ --wy-error-99: #fffbff;
40
+ --wy-error-95: #ffedea;
41
+ --wy-error-90: #ffdad6;
42
+ --wy-error-80: #ffb4ab;
43
+ --wy-error-70: #ff897d;
44
+ --wy-error-60: #ff5449;
45
+ --wy-error-50: #de3730;
46
+ --wy-error-40: #ba1a1a;
47
+ --wy-error-30: #93000a;
48
+ --wy-error-20: #690005;
49
+ --wy-error-10: #410002;
50
+ --wy-neutral-99: #fcfcff;
51
+ --wy-neutral-95: #f0f1f3;
52
+ --wy-neutral-90: #e2e2e5;
53
+ --wy-neutral-80: #c5c6c9;
54
+ --wy-neutral-70: #aaabae;
55
+ --wy-neutral-60: #8f9193;
56
+ --wy-neutral-50: #75777a;
57
+ --wy-neutral-40: #5c5e61;
58
+ --wy-neutral-30: #454749;
59
+ --wy-neutral-20: #2e3133;
60
+ --wy-neutral-10: #191c1e;
61
+ --wy-neutral-variant-99: #fbfcff;
62
+ --wy-neutral-variant-95: #ebf1f8;
63
+ --wy-neutral-variant-90: #dde3ea;
64
+ --wy-neutral-variant-80: #c1c7ce;
65
+ --wy-neutral-variant-70: #a5acb2;
66
+ --wy-neutral-variant-60: #8b9198;
67
+ --wy-neutral-variant-50: #71787e;
68
+ --wy-neutral-variant-40: #595f65;
69
+ --wy-neutral-variant-30: #41484d;
70
+ --wy-neutral-variant-20: #2b3136;
71
+ --wy-neutral-variant-10: #161c21;
72
+ --wy-surface-1-light: #f0f4f9;
73
+ --wy-surface-2-light: #e8f0f6;
74
+ --wy-surface-3-light: #e0ebf2;
75
+ --wy-surface-4-light: #deeaf1;
76
+ --wy-surface-5-light: #d9e7ef;
77
+ --wy-surface-1-dark: #1e2428;
78
+ --wy-surface-2-dark: #212a2f;
79
+ --wy-surface-3-dark: #242f36;
80
+ --wy-surface-4-dark: #253138;
81
+ --wy-surface-5-dark: #27343c;
82
+ --wy-blue-light: #7aadfa;
83
+ --wy-indigo-light: #8489e0;
84
+ --wy-purple-light: #bd78c2;
85
+ --wy-pink-light: #d072a2;
86
+ --wy-red-light: #da717c;
87
+ --wy-orange-light: #ef9646;
88
+ --wy-yellow-light: #d9c84f;
89
+ --wy-green-light: #56a15c;
90
+ --wy-teal-light: #00a29d;
91
+ --wy-cyan-light: #008398;
92
+ --wy-gray-light: #75777a;
93
+ --wy-blue-dark: #a7c8ff;
94
+ --wy-indigo-dark: #8489e0;
95
+ --wy-purple-dark: #da92de;
96
+ --wy-pink-dark: #ee8cbe;
97
+ --wy-red-dark: #da717c;
98
+ --wy-orange-dark: #ef9646;
99
+ --wy-yellow-dark: #d9c84f;
100
+ --wy-green-dark: #56a15c;
101
+ --wy-teal-dark: #00a29d;
102
+ --wy-cyan-dark: #009fb8;
103
+ --wy-gray-dark: #8f9193;
104
+ }
105
+
106
+ :where(:root, :host > *, .wy-light) {
107
+ color-scheme: light;
108
+ --wy-primary: var(--wy-primary-40);
109
+ --wy-on-primary: var(--wy-white);
110
+ --wy-primary-container: var(--wy-primary-90);
111
+ --wy-on-primary-container: var(--wy-primary-10);
112
+ --wy-secondary: var(--wy-secondary-40);
113
+ --wy-on-secondary: var(--wy-white);
114
+ --wy-secondary-container: var(--wy-secondary-90);
115
+ --wy-on-secondary-container: var(--wy-secondary-10);
116
+ --wy-tertiary: var(--wy-tertiary-40);
117
+ --wy-on-tertiary: var(--wy-white);
118
+ --wy-tertiary-container: var(--wy-tertiary-90);
119
+ --wy-on-tertiary-container: var(--wy-tertiary-10);
120
+ --wy-error: var(--wy-error-40);
121
+ --wy-on-error: var(--wy-white);
122
+ --wy-error-container: var(--wy-error-90);
123
+ --wy-on-error-container: var(--wy-error-10);
124
+ --wy-background: var(--wy-neutral-99);
125
+ --wy-on-background: var(--wy-neutral-10);
126
+ --wy-surface: var(--wy-neutral-99);
127
+ --wy-on-surface: var(--wy-neutral-10);
128
+ --wy-surface-variant: var(--wy-neutral-variant-90);
129
+ --wy-on-surface-variant: var(--wy-neutral-variant-30);
130
+ --wy-outline: var(--wy-neutral-variant-50);
131
+ --wy-outline-variant: var(--wy-neutral-variant-80);
132
+ --wy-inverse-surface: var(--wy-neutral-20);
133
+ --wy-on-inverse-surface: var(--wy-neutral-95);
134
+ --wy-inverse-primary: var(--wy-primary-80);
135
+ --wy-surface-1: var(--wy-surface-1-light);
136
+ --wy-surface-2: var(--wy-surface-2-light);
137
+ --wy-surface-3: var(--wy-surface-3-light);
138
+ --wy-surface-4: var(--wy-surface-4-light);
139
+ --wy-surface-5: var(--wy-surface-5-light);
140
+ --wy-link: var(--wy-primary-40);
141
+ --wy-blue: var(--wy-blue-light);
142
+ --wy-indigo: var(--wy-indigo-light);
143
+ --wy-purple: var(--wy-purple-light);
144
+ --wy-pink: var(--wy-pink-light);
145
+ --wy-red: var(--wy-red-light);
146
+ --wy-orange: var(--wy-orange-light);
147
+ --wy-yellow: var(--wy-yellow-light);
148
+ --wy-green: var(--wy-green-light);
149
+ --wy-teal: var(--wy-teal-light);
150
+ --wy-cyan: var(--wy-cyan-light);
151
+ --wy-gray: var(--wy-gray-light);
152
+ }
153
+
154
+ :where(.wy-dark) {
155
+ color-scheme: dark;
156
+ --wy-primary: var(--wy-primary-80);
157
+ --wy-on-primary: var(--wy-primary-20);
158
+ --wy-primary-container: var(--wy-primary-30);
159
+ --wy-on-primary-container: var(--wy-primary-90);
160
+ --wy-secondary: var(--wy-secondary-80);
161
+ --wy-on-secondary: var(--wy-secondary-20);
162
+ --wy-secondary-container: var(--wy-secondary-30);
163
+ --wy-on-secondary-container: var(--wy-secondary-90);
164
+ --wy-tertiary: var(--wy-tertiary-80);
165
+ --wy-on-tertiary: var(--wy-tertiary-20);
166
+ --wy-tertiary-container: var(--wy-tertiary-30);
167
+ --wy-on-tertiary-container: var(--wy-tertiary-90);
168
+ --wy-error: var(--wy-error-80);
169
+ --wy-on-error: var(--wy-error-20);
170
+ --wy-error-container: var(--wy-error-30);
171
+ --wy-on-error-container: var(--wy-error-90);
172
+ --wy-background: var(--wy-neutral-10);
173
+ --wy-on-background: var(--wy-neutral-90);
174
+ --wy-surface: var(--wy-neutral-10);
175
+ --wy-on-surface: var(--wy-neutral-90);
176
+ --wy-surface-variant: var(--wy-neutral-variant-30);
177
+ --wy-on-surface-variant: var(--wy-neutral-variant-80);
178
+ --wy-outline: var(--wy-neutral-variant-60);
179
+ --wy-outline-variant: var(--wy-neutral-variant-30);
180
+ --wy-inverse-surface: var(--wy-neutral-90);
181
+ --wy-on-inverse-surface: var(--wy-neutral-20);
182
+ --wy-inverse-primary: var(--wy-primary-40);
183
+ --wy-surface-1: var(--wy-surface-1-dark);
184
+ --wy-surface-2: var(--wy-surface-2-dark);
185
+ --wy-surface-3: var(--wy-surface-3-dark);
186
+ --wy-surface-4: var(--wy-surface-4-dark);
187
+ --wy-surface-5: var(--wy-surface-5-dark);
188
+ --wy-link: var(--wy-primary-80);
189
+ --wy-blue: var(--wy-blue-dark);
190
+ --wy-indigo: var(--wy-indigo-dark);
191
+ --wy-purple: var(--wy-purple-dark);
192
+ --wy-pink: var(--wy-pink-dark);
193
+ --wy-red: var(--wy-red-dark);
194
+ --wy-orange: var(--wy-orange-dark);
195
+ --wy-yellow: var(--wy-yellow-dark);
196
+ --wy-green: var(--wy-green-dark);
197
+ --wy-teal: var(--wy-teal-dark);
198
+ --wy-cyan: var(--wy-cyan-dark);
199
+ --wy-gray: var(--wy-gray-dark);
200
+ }
201
+
202
+ :where(:root, :host > *) {
203
+ /* Typography */
204
+ --wy-font-family: unset;
205
+ --wy-font-weight: unset;
206
+ --wy-line-height: 1.5;
207
+ --wy-font-size-base: 1rem;
208
+ --wy-font-size-xxs: calc(.625 * var(--wy-font-size-base));
209
+ --wy-font-size-xs: calc(.75 * var(--wy-font-size-base));
210
+ --wy-font-size-sm: calc(.875 * var(--wy-font-size-base));
211
+ --wy-font-size-lg: calc(1.25 * var(--wy-font-size-base));
212
+ --wy-headings-font-style: unset;
213
+ --wy-headings-font-family: var(--wy-font-family);
214
+ --wy-headings-font-weight: 500;
215
+ --wy-headings-line-height: var(--wy-line-height);
216
+ /* Border */
217
+ --wy-border-radius: .5rem;
218
+ --wy-border-radius-sm: calc(.75 * var(--wy-border-radius));
219
+ --wy-border-radius-lg: calc(1.5 * var(--wy-border-radius));
220
+ --wy-border-radius-xl: calc(2 * var(--wy-border-radius));
221
+ --wy-border-radius-pill: 50rem;
222
+ /* Links */
223
+ --wy-link-decoration: none;
224
+ --wy-link-hover-decoration: null;
225
+ /* Tables */
226
+ --wy-table-cell-padding-x: .25rem;
227
+ --wy-table-cell-padding-y: .25rem;
228
+ /* Inputs */
229
+ --wy-input-padding-y: .4375rem;
230
+ --wy-input-padding-x: .75rem;
231
+ --wy-input-font-family: unset;
232
+ --wy-input-font-size: var(--wy-font-size-base);
233
+ --wy-input-font-weight: var(--wy-font-weight);
234
+ --wy-input-line-height: var(--wy-line-height);
235
+ --wy-input-border-width: 1px;
236
+ --wy-input-border-radius: var(--wy-border-radius);
237
+ /* Shadows */
238
+ --wy-shadow-level0: none;
239
+ --wy-shadow-level1: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14), 0 0.1875rem 0.0625rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
240
+ --wy-shadow-level2: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.14), 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.2);
241
+ --wy-shadow-level3: 0 0.5rem 0.625rem 0.0625rem rgba(0, 0, 0, 0.14), 0 0.1875rem 1.25rem 0.125rem rgba(0, 0, 0, 0.12), 0 0.3125rem 0.3125rem -0.1875rem rgba(0, 0, 0, 0.2);
242
+ --wy-shadow-level4: 0 1rem 2.25rem 0.125rem rgba(0, 0, 0, 0.14), 0 0.375rem 1.875rem 0.3125rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.2);
243
+ /* Transitions */
244
+ --wy-transition-curve: cubic-bezier(0.4, 0, 0.2, 1);
245
+ --wy-transition-duration: 0.2s;
246
+ --wy-transition-duration-fast: 0.1s;
247
+ --wy-transition: var(--wy-transition-duration) var(--wy-transition-curve);
248
+ --wy-transition-fast: var(--wy-transition-duration-fast) var(--wy-transition-curve);
249
+ /* Opacity */
250
+ --wy-opacity-backdrop: 95%;
251
+ --wy-opacity-muted: 38%;
252
+ --wy-opacity-disabled: 38%;
253
+ /*
254
+ --wy-opacity-disabled: 12%;
255
+ --wy-opacity-on-disabled: 38%;
256
+ */
257
+ /* State layer */
258
+ --wy-opacity-state-hover: 8%;
259
+ --wy-opacity-state-focus: 12%;
260
+ --wy-opacity-state-active: 12%;
261
+ --wy-opacity-state-drag: 16%;
262
+ /* Surface elevation */
263
+ --wy-surface-1-mix: 5%;
264
+ --wy-surface-2-mix: 8%;
265
+ --wy-surface-3-mix: 11%;
266
+ --wy-surface-4-mix: 12%;
267
+ --wy-surface-5-mix: 14%;
268
+ }
269
+
270
+ :where([class^=wy-], [class*=" wy-"]) {
2
271
  box-sizing: border-box;
3
272
  }
4
- [class^=wy-][hidden], [class^=wy-] *[hidden], [class*=" wy-"][hidden], [class*=" wy-"] *[hidden] {
5
- display: none !important;
273
+ :where([class^=wy-], [class*=" wy-"]) *::before, :where([class^=wy-], [class*=" wy-"]) *::after {
274
+ box-sizing: inherit;
6
275
  }
7
- [class^=wy-][role=button], [class^=wy-] *[role=button], [class*=" wy-"][role=button], [class*=" wy-"] *[role=button] {
8
- cursor: pointer;
276
+ :where([class^=wy-], [class*=" wy-"]):where(a), :where([class^=wy-], [class*=" wy-"]) *:where(a) {
277
+ text-decoration: var(--wy-link-decoration);
278
+ color: var(--wy-link);
9
279
  }
10
- [class^=wy-] a[class^=wy-], [class^=wy-] a[class*=" wy-"], [class^=wy-] a, [class*=" wy-"] a[class^=wy-], [class*=" wy-"] a[class*=" wy-"], [class*=" wy-"] a {
11
- text-decoration: none;
280
+ :where([class^=wy-], [class*=" wy-"]):where(a):hover, :where([class^=wy-], [class*=" wy-"]) *:where(a):hover {
281
+ text-decoration: var(--wy-link-hover-decoration);
12
282
  }
13
- [class^=wy-] a[class^=wy-]:not([href]):not([class]), [class^=wy-] a[class^=wy-]:not([href]):not([class]):hover, [class^=wy-] a[class*=" wy-"]:not([href]):not([class]), [class^=wy-] a[class*=" wy-"]:not([href]):not([class]):hover, [class^=wy-] a:not([href]):not([class]), [class^=wy-] a:not([href]):not([class]):hover, [class*=" wy-"] a[class^=wy-]:not([href]):not([class]), [class*=" wy-"] a[class^=wy-]:not([href]):not([class]):hover, [class*=" wy-"] a[class*=" wy-"]:not([href]):not([class]), [class*=" wy-"] a[class*=" wy-"]:not([href]):not([class]):hover, [class*=" wy-"] a:not([href]):not([class]), [class*=" wy-"] a:not([href]):not([class]):hover {
283
+ :where([class^=wy-], [class*=" wy-"]):where(a):where(:not([href]):not([class])), :where([class^=wy-], [class*=" wy-"]):where(a):where(:not([href]):not([class])):hover, :where([class^=wy-], [class*=" wy-"]) *:where(a):where(:not([href]):not([class])), :where([class^=wy-], [class*=" wy-"]) *:where(a):where(:not([href]):not([class])):hover {
14
284
  text-decoration: none;
15
285
  }
16
- [class^=wy-] p[class^=wy-], [class^=wy-] p[class*=" wy-"], [class^=wy-] p, [class*=" wy-"] p[class^=wy-], [class*=" wy-"] p[class*=" wy-"], [class*=" wy-"] p {
286
+ :where([class^=wy-], [class*=" wy-"]):where(p), :where([class^=wy-], [class*=" wy-"]) *:where(p) {
17
287
  margin-top: 0;
18
288
  margin-bottom: 1rem;
19
289
  }
290
+ :where([class^=wy-], [class*=" wy-"]):where(label), :where([class^=wy-], [class*=" wy-"]) *:where(label) {
291
+ cursor: inherit;
292
+ }
293
+ :where([class^=wy-], [class*=" wy-"])[hidden], :where([class^=wy-], [class*=" wy-"]) *[hidden] {
294
+ display: none !important;
295
+ }
296
+ :where([class^=wy-], [class*=" wy-"]):where([role=button]), :where([class^=wy-], [class*=" wy-"]) *:where([role=button]) {
297
+ cursor: pointer;
298
+ }
299
+
300
+ .wy-scroll-y {
301
+ overflow-y: auto;
302
+ touch-action: pan-y, pan-x;
303
+ will-change: scroll-position, opacity;
304
+ backface-visibility: hidden;
305
+ max-height: 100%;
306
+ }
307
+ .wy-scroll-y:not(body) {
308
+ -webkit-overflow-scrolling: touch;
309
+ }
310
+ .wy-scroll-y:not(.wy-scroll-x) {
311
+ overflow-x: hidden;
312
+ touch-action: pan-y;
313
+ }
314
+
315
+ .wy-scroll-x {
316
+ overflow-x: auto;
317
+ touch-action: pan-y, pan-x;
318
+ will-change: scroll-position, opacity;
319
+ backface-visibility: hidden;
320
+ max-width: 100%;
321
+ }
322
+ .wy-scroll-x:not(.wy-scroll-y) {
323
+ overflow-y: hidden;
324
+ touch-action: pan-x;
325
+ }
326
+
327
+ .wy-scrollbars.wy-scroll-y, .wy-scrollbars .wy-scroll-y {
328
+ scrollbar-width: thin;
329
+ scrollbar-color: var(--wy-outline) transparent;
330
+ }
331
+ @supports (overflow-y: overlay) {
332
+ .wy-scrollbars.wy-scroll-y, .wy-scrollbars .wy-scroll-y {
333
+ overflow-y: overlay;
334
+ }
335
+ }
336
+ .wy-scrollbars.wy-scroll-y::-webkit-scrollbar, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar {
337
+ height: 0.625rem;
338
+ width: 0.625rem;
339
+ background: transparent;
340
+ z-index: 999;
341
+ }
342
+ .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-track, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-track {
343
+ background: transparent;
344
+ }
345
+ .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-thumb, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-thumb {
346
+ background-color: var(--wy-outline);
347
+ border: 0.125rem solid transparent;
348
+ border-radius: 0.5rem;
349
+ background-clip: padding-box;
350
+ opacity: 75%;
351
+ }
352
+ .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-thumb:hover, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-thumb:hover {
353
+ background-color: var(--wy-outline-variant);
354
+ opacity: 75%;
355
+ }
356
+ .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-thumb:window-inactive, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-thumb:window-inactive {
357
+ background-color: var(--wy-outline);
358
+ opacity: 50%;
359
+ }
360
+ .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-button:vertical:start:single-button, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-button:vertical:start:single-button {
361
+ height: var(--wy-scrollbar-adjust-top, 0);
362
+ }
363
+ .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-button:vertical:end:single-button, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-button:vertical:end:single-button {
364
+ height: var(--wy-scrollbar-adjust-bottom, 0);
365
+ }
366
+
367
+ .wy-block-scroll {
368
+ overflow: hidden !important;
369
+ }
370
+
371
+ .wy-scrollbar-detection {
372
+ position: fixed;
373
+ top: 0;
374
+ left: 0;
375
+ width: 8rem;
376
+ height: 8rem;
377
+ overflow: scroll;
378
+ z-index: -99999;
379
+ pointer-events: none;
380
+ visibility: hidden;
381
+ }
20
382
 
21
383
  .wy-appbars {
22
384
  backface-visibility: hidden;
385
+ --wy-component-background-color: var(--wy-surface-1);
386
+ background-color: var(--wy-component-background-color);
387
+ box-shadow: var(--wy-outline-variant) 0px -1px 0px 0px inset;
23
388
  }
24
389
  @supports (position: sticky) {
25
390
  .wy-appbars {
@@ -36,41 +401,50 @@
36
401
  backdrop-filter: none;
37
402
  }
38
403
  }
404
+ .wy-appbars > .wy-appbar, .wy-appbars > .wy-toolbar {
405
+ background-color: transparent;
406
+ box-shadow: none;
407
+ }
39
408
 
40
409
  .wy-appbar {
410
+ --wy-component-color: var(--wy-on-surface);
411
+ --wy-component-background-color: var(--wy-surface-1);
41
412
  display: grid;
42
413
  align-items: center;
43
414
  justify-content: space-between;
415
+ justify-items: center;
44
416
  height: 3rem;
45
- padding: 0.5rem 0.5rem;
417
+ padding: 0.25rem;
46
418
  flex: 0 0 3rem;
47
- grid-template-columns: minmax(2rem, max-content) minmax(0, max-content) minmax(2rem, max-content);
419
+ grid-template-columns: minmax(2.5rem, max-content) minmax(0, max-content) minmax(2.5rem, max-content);
48
420
  column-gap: 0.5rem;
49
- font-family: var(--wy-font-sans-serif);
50
- line-height: 1.5;
51
- backface-visibility: hidden;
52
- }
53
- @supports (backdrop-filter: blur(0.5rem)) {
54
- .wy-appbar {
55
- backdrop-filter: blur(0.5rem);
56
- }
421
+ line-height: var(--wy-line-height);
422
+ background-color: var(--wy-component-background-color);
423
+ color: var(--wy-component-color);
424
+ box-shadow: var(--wy-outline-variant) 0px -1px 0px 0px inset;
57
425
  }
58
426
  .wy-appbar .wy-badge {
59
427
  align-self: center;
60
428
  }
61
429
  .wy-appbar .wy-button {
62
- max-height: 2rem;
430
+ max-height: 2.5rem;
63
431
  }
64
432
 
65
- .wy-appbar-buttons {
433
+ .wy-appbar-buttons, .wy-toolbar-buttons {
66
434
  display: flex;
67
- flex: 0 0 1rem;
435
+ flex: 0 0 auto;
436
+ align-items: center;
437
+ }
438
+
439
+ .wy-toolbar-buttons-last {
440
+ margin-inline-start: auto;
68
441
  }
69
442
 
70
443
  .wy-appbar-text {
71
444
  overflow: hidden;
72
445
  text-overflow: ellipsis;
73
446
  white-space: nowrap;
447
+ max-width: 100%;
74
448
  color: inherit !important;
75
449
  user-select: none;
76
450
  }
@@ -81,22 +455,58 @@
81
455
  color: inherit;
82
456
  }
83
457
 
84
- .wy-appbar, .wy-light .wy-appbar, .wy-appbar.wy-light {
85
- background-color: rgba(242, 242, 242, 0.95);
86
- color: rgba(0, 0, 0, 0.69);
87
- box-shadow: rgba(204, 204, 204, 0.95) 0px -1px 0px 0px inset;
458
+ .wy-toolbars-bottom {
459
+ position: absolute;
460
+ z-index: 1030;
461
+ bottom: 2rem;
462
+ left: 0;
463
+ right: 0;
464
+ min-height: 3rem;
465
+ display: flex;
466
+ flex-direction: column;
467
+ justify-content: center;
468
+ justify-items: center;
469
+ }
470
+
471
+ .wy-toolbar {
472
+ --wy-component-color: var(--wy-on-surface);
473
+ --wy-component-background-color: var(--wy-surface-1);
474
+ display: flex;
475
+ flex-wrap: wrap;
476
+ align-items: center;
477
+ justify-content: flex-start;
478
+ justify-items: center;
479
+ min-height: 3rem;
480
+ padding: 0.25rem;
481
+ flex: 1 0 3rem;
482
+ column-gap: 0.25rem;
483
+ line-height: var(--wy-line-height);
484
+ background-color: var(--wy-component-background-color);
485
+ color: var(--wy-component-color);
486
+ box-shadow: var(--wy-outline-variant) 0px -1px 0px 0px inset;
487
+ }
488
+ .wy-toolbar span {
489
+ margin-left: 0.25rem;
490
+ }
491
+
492
+ .wy-toolbar-center {
493
+ margin: 0 auto;
494
+ border-radius: var(--wy-border-radius);
88
495
  }
89
- .wy-dark .wy-appbar, .wy-appbar.wy-dark {
90
- background-color: rgba(41, 41, 41, 0.95);
91
- color: rgba(255, 255, 255, 0.62);
92
- box-shadow: rgba(71, 71, 71, 0.95) 0px -1px 0px 0px inset;
496
+ .wy-toolbar-center .wy-input {
497
+ text-align: center;
93
498
  }
94
499
 
95
500
  .wy-footerbars {
96
- padding-bottom: 3.5rem;
501
+ padding-bottom: 4rem;
502
+ }
503
+ .wy-footerbars > .wy-toolbar {
504
+ box-shadow: none;
97
505
  }
98
506
 
99
507
  .wy-footerbar {
508
+ --wy-component-background-color: var(--wy-surface-1);
509
+ --wy-component-color: var(--wy-on-surface);
100
510
  position: absolute;
101
511
  bottom: 0;
102
512
  left: 0;
@@ -105,13 +515,14 @@
105
515
  }
106
516
  .wy-footerbar::after {
107
517
  content: "";
518
+ background-color: var(--wy-component-background-color);
519
+ color: var(--wy-component-color);
520
+ box-shadow: var(--wy-outline-variant) 0px 1px 0px 0px inset;
108
521
  position: absolute;
109
522
  width: 100vw;
110
523
  left: 0;
111
524
  bottom: 0;
112
- height: 3.5rem;
113
- border-top: 1px solid rgba(204, 204, 204, 0.95);
114
- background: rgba(242, 242, 242, 0.95);
525
+ height: 100%;
115
526
  z-index: -1;
116
527
  backface-visibility: hidden;
117
528
  }
@@ -127,539 +538,204 @@
127
538
  margin: 0 0 0 0.5rem;
128
539
  }
129
540
 
541
+ .wy-footerbar-sticky {
542
+ position: sticky;
543
+ }
544
+
130
545
  .wy-footerbars-fixed .wy-footerbar {
131
546
  position: fixed;
132
547
  }
133
548
  .wy-footerbars-fixed .wy-footerbar::after {
134
549
  position: fixed;
550
+ height: 4rem;
135
551
  }
136
552
 
137
- .wy-conversation-link, .wy-attachment,
138
- .wy-meeting {
139
- width: 100%;
140
- color: #5c5c5c;
141
- text-align: inherit;
553
+ :where(:root, :host > *) {
554
+ --wy-presence-active: var(--wy-green);
142
555
  }
143
- .wy-conversation-link:hover, .wy-attachment:hover,
144
- .wy-meeting:hover, .wy-conversation-link:focus, .wy-attachment:focus,
145
- .wy-meeting:focus {
146
- z-index: 1;
147
- color: #5c5c5c;
148
- text-decoration: none;
149
- background-color: #f2f2f2;
556
+
557
+ .wy-avatar {
558
+ border-radius: 50%;
150
559
  }
151
- .wy-conversation-link:active, .wy-attachment:active,
152
- .wy-meeting:active {
153
- color: #383838;
154
- background-color: #e6e6e6;
560
+
561
+ .wy-avatar-header {
562
+ padding: 1.5rem;
563
+ margin-left: auto;
564
+ margin-right: auto;
565
+ text-align: center;
155
566
  }
156
567
 
157
- .wy-conversation-link, .wy-attachment,
158
- .wy-meeting {
568
+ .wy-avatar-presence {
159
569
  position: relative;
160
- display: block;
161
- padding: 0.5rem 1rem;
162
- color: #383838;
163
- background-color: #fff;
164
- border: 1px solid rgba(0, 0, 0, 0.125);
165
- }
166
- .wy-conversation-link:first-child, .wy-attachment:first-child,
167
- .wy-meeting:first-child {
168
- border-top-left-radius: inherit;
169
- border-top-right-radius: inherit;
170
- }
171
- .wy-conversation-link:last-child, .wy-attachment:last-child,
172
- .wy-meeting:last-child {
173
- border-bottom-right-radius: inherit;
174
- border-bottom-left-radius: inherit;
175
- }
176
- .disabled.wy-conversation-link, .disabled.wy-attachment,
177
- .disabled.wy-meeting, .wy-conversation-link:disabled, .wy-attachment:disabled,
178
- .wy-meeting:disabled {
179
- color: #6b6b6b;
180
- pointer-events: none;
181
- background-color: #fff;
182
- }
183
- .active.wy-conversation-link, .active.wy-attachment,
184
- .active.wy-meeting {
185
- z-index: 2;
186
- color: #383838;
187
- background-color: #e6e6e6;
188
- border-color: #e6e6e6;
189
- }
190
- .wy-conversation-link + .wy-conversation-link, .wy-attachment + .wy-conversation-link,
191
- .wy-meeting + .wy-conversation-link, .wy-conversation-link + .wy-attachment, .wy-attachment + .wy-attachment,
192
- .wy-meeting + .wy-attachment,
193
- .wy-conversation-link + .wy-meeting,
194
- .wy-attachment + .wy-meeting,
195
- .wy-meeting + .wy-meeting {
196
- border-top-width: 0;
197
- }
198
- .wy-conversation-link + .active.wy-conversation-link, .wy-attachment + .active.wy-conversation-link,
199
- .wy-meeting + .active.wy-conversation-link, .wy-conversation-link + .active.wy-attachment, .wy-attachment + .active.wy-attachment,
200
- .wy-meeting + .active.wy-attachment,
201
- .wy-conversation-link + .active.wy-meeting,
202
- .wy-attachment + .active.wy-meeting,
203
- .wy-meeting + .active.wy-meeting {
204
- margin-top: -1px;
205
- border-top-width: 1px;
570
+ display: inline-flex;
206
571
  }
207
572
 
208
- .wy-attachments,
209
- .wy-meetings {
210
- border: none;
211
- border-radius: 0.25rem;
212
- flex: 1 1 100%;
213
- min-width: 0;
214
- }
215
- .wy-attachments .wy-attachment,
216
- .wy-attachments .wy-meeting,
217
- .wy-meetings .wy-attachment,
218
- .wy-meetings .wy-meeting {
219
- border-left: none;
220
- border-right: none;
221
- }
222
- .wy-attachments > *,
223
- .wy-meetings > * {
224
- padding: 0.25rem 0.5rem;
225
- }
226
- .wy-attachments > :first-child,
227
- .wy-meetings > :first-child {
228
- border-top: none;
573
+ .wy-presence {
574
+ background-color: var(--wy-component-background-color, transparent);
575
+ width: 0.75rem;
576
+ height: 0.75rem;
577
+ border-radius: 50%;
578
+ position: absolute;
579
+ bottom: 0;
580
+ right: -5%;
229
581
  }
230
- .wy-attachments > :last-child,
231
- .wy-meetings > :last-child {
232
- border-bottom: none;
582
+ .wy-presence:not(.wy-presence-active) {
583
+ display: none;
233
584
  }
234
-
235
- .wy-attachment,
236
- .wy-meeting {
237
- display: flex;
238
- align-items: center;
239
- cursor: pointer;
585
+ .wy-presence::after {
586
+ content: "";
587
+ position: absolute;
588
+ width: 100%;
589
+ height: 100%;
590
+ border-radius: inherit;
591
+ background-color: var(--wy-presence-active);
592
+ background-clip: content-box;
593
+ padding: 0.125rem;
240
594
  }
241
595
 
242
- .wy-attachment-icon {
243
- flex: 0 0 auto;
244
- display: flex;
596
+ .wy-badge {
597
+ display: inline-block;
598
+ padding: 0.35em 0.65em;
599
+ font-size: 0.75em;
600
+ font-weight: 700;
601
+ line-height: 1;
602
+ color: var(--wy-on-primary);
603
+ text-align: center;
604
+ white-space: nowrap;
605
+ vertical-align: baseline;
606
+ border-radius: var(--wy-border-radius-pill);
607
+ background-color: var(--wy-primary);
245
608
  }
246
- .wy-attachment-icon .wy-icon, .wy-attachment-icon .wy-icon-stack {
247
- width: 3rem;
248
- height: 3rem;
609
+ .wy-badge:empty {
610
+ display: none;
249
611
  }
250
612
 
251
- .wy-attachment-content {
252
- flex: 1 1 100%;
253
- min-width: 0;
254
- margin-left: 0.5rem;
255
- margin-right: 0.5rem;
613
+ .wy-button {
614
+ position: relative;
256
615
  }
257
-
258
- .wy-attachment-title {
259
- font-weight: 500;
260
- overflow: hidden;
261
- text-overflow: ellipsis;
262
- white-space: nowrap;
263
- font-size: 1rem;
616
+ .wy-button .wy-badge {
617
+ font-size: var(--wy-font-size-xs);
618
+ position: absolute;
619
+ right: 0;
620
+ top: 0;
621
+ border-radius: 1rem;
264
622
  margin: 0;
265
- }
266
-
267
- .wy-attachment-meta {
623
+ padding: 0.25rem;
624
+ min-width: 1rem;
625
+ max-width: 2rem;
626
+ height: 1rem;
627
+ line-height: 0.5rem;
628
+ display: block;
629
+ text-align: center;
268
630
  overflow: hidden;
269
631
  text-overflow: ellipsis;
270
632
  white-space: nowrap;
271
- font-size: 0.875em;
272
- color: #6b6b6b;
273
- }
274
-
275
- .wy-input, .wy-input-sm, .wy-search-input, .wy-avatar-input {
276
- display: block;
277
- width: 100%;
278
- padding: 0.375rem 0.75rem;
279
- font-size: 1rem;
280
- font-weight: 400;
281
- line-height: 1.5;
282
- color: #292929;
283
- background-color: #fff;
284
- background-clip: padding-box;
285
- border: 1px solid #999999;
286
- appearance: none;
287
- border-radius: 0.375rem;
288
- box-shadow: 0;
289
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
290
633
  }
291
- @media (prefers-reduced-motion: reduce) {
292
- .wy-input, .wy-input-sm, .wy-search-input, .wy-avatar-input {
293
- transition: none;
294
- }
634
+ .wy-button .wy-badge:empty {
635
+ display: none;
295
636
  }
296
- [type=file].wy-input, [type=file].wy-input-sm, [type=file].wy-search-input, [type=file].wy-avatar-input {
297
- overflow: hidden;
637
+
638
+ :where(:root, :host > *) {
639
+ --wy-btn-padding-x: 1.5rem;
640
+ --wy-btn-padding-y: .5rem;
641
+ --wy-btn-font-family: var(--wy-font-family);
642
+ --wy-btn-font-size: var(--wy-font-size-base);
643
+ --wy-btn-font-weight: 400;
644
+ --wy-btn-line-height: var(--wy-line-height);
645
+ --wy-btn-border-width: 0;
646
+ --wy-btn-border-color: transparent;
647
+ --wy-btn-border-radius: 1.25rem;
298
648
  }
299
- [type=file].wy-input:not(:disabled):not([readonly]), [type=file].wy-input-sm:not(:disabled):not([readonly]), [type=file].wy-search-input:not(:disabled):not([readonly]), [type=file].wy-avatar-input:not(:disabled):not([readonly]) {
300
- cursor: pointer;
301
- }
302
- .wy-input:focus, .wy-input-sm:focus, .wy-search-input:focus, .wy-avatar-input:focus {
303
- color: #292929;
304
- background-color: #fff;
305
- border-color: #8ab5c9;
306
- outline: 0;
307
- box-shadow: 0, 0 0 0 0.25rem rgba(230, 230, 230, 0.25);
308
- }
309
- .wy-input::-webkit-date-and-time-value, .wy-input-sm::-webkit-date-and-time-value, .wy-search-input::-webkit-date-and-time-value, .wy-avatar-input::-webkit-date-and-time-value {
310
- height: 1.5em;
311
- }
312
- .wy-input::placeholder, .wy-input-sm::placeholder, .wy-search-input::placeholder, .wy-avatar-input::placeholder {
313
- color: #6b6b6b;
314
- opacity: 1;
315
- }
316
- .wy-input:disabled, .wy-input-sm:disabled, .wy-search-input:disabled, .wy-avatar-input:disabled, [readonly].wy-input, [readonly].wy-input-sm, [readonly].wy-search-input, [readonly].wy-avatar-input {
317
- background-color: #cccccc;
318
- opacity: 1;
319
- }
320
- .wy-input::file-selector-button, .wy-input-sm::file-selector-button, .wy-search-input::file-selector-button, .wy-avatar-input::file-selector-button {
321
- padding: 0.375rem 0.75rem;
322
- margin: -0.375rem -0.75rem;
323
- margin-inline-end: 0.75rem;
324
- color: #292929;
325
- background-color: #cccccc;
326
- pointer-events: none;
327
- border-color: inherit;
328
- border-style: solid;
329
- border-width: 0;
330
- border-inline-end-width: 1px;
331
- border-radius: 0;
332
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
333
- }
334
- @media (prefers-reduced-motion: reduce) {
335
- .wy-input::file-selector-button, .wy-input-sm::file-selector-button, .wy-search-input::file-selector-button, .wy-avatar-input::file-selector-button {
336
- transition: none;
337
- }
338
- }
339
- .wy-input:hover:not(:disabled):not([readonly])::file-selector-button, .wy-input-sm:hover:not(:disabled):not([readonly])::file-selector-button, .wy-search-input:hover:not(:disabled):not([readonly])::file-selector-button, .wy-avatar-input:hover:not(:disabled):not([readonly])::file-selector-button {
340
- background-color: #c2c2c2;
341
- }
342
- .wy-input::-webkit-file-upload-button, .wy-input-sm::-webkit-file-upload-button, .wy-search-input::-webkit-file-upload-button, .wy-avatar-input::-webkit-file-upload-button {
343
- padding: 0.375rem 0.75rem;
344
- margin: -0.375rem -0.75rem;
345
- margin-inline-end: 0.75rem;
346
- color: #292929;
347
- background-color: #cccccc;
348
- pointer-events: none;
349
- border-color: inherit;
350
- border-style: solid;
351
- border-width: 0;
352
- border-inline-end-width: 1px;
353
- border-radius: 0;
354
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
355
- }
356
- @media (prefers-reduced-motion: reduce) {
357
- .wy-input::-webkit-file-upload-button, .wy-input-sm::-webkit-file-upload-button, .wy-search-input::-webkit-file-upload-button, .wy-avatar-input::-webkit-file-upload-button {
358
- transition: none;
359
- }
360
- }
361
- .wy-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wy-input-sm:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wy-search-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .wy-avatar-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
362
- background-color: #c2c2c2;
363
- }
364
-
365
- .wy-input-sm, .wy-search-input, .wy-avatar-input {
366
- min-height: calc(1.5em + 0.5rem + 2px);
367
- padding: 0.25rem 0.5rem;
368
- font-size: 1rem;
369
- border-radius: 0.25rem;
370
- }
371
- .wy-input-sm::file-selector-button, .wy-search-input::file-selector-button, .wy-avatar-input::file-selector-button {
372
- padding: 0.25rem 0.5rem;
373
- margin: -0.25rem -0.5rem;
374
- margin-inline-end: 0.5rem;
375
- }
376
- .wy-input-sm::-webkit-file-upload-button, .wy-search-input::-webkit-file-upload-button, .wy-avatar-input::-webkit-file-upload-button {
377
- padding: 0.25rem 0.5rem;
378
- margin: -0.25rem -0.5rem;
379
- margin-inline-end: 0.5rem;
380
- }
381
-
382
- .wy-description {
383
- margin-top: 0.25rem;
384
- font-size: 0.875em;
385
- color: #6b6b6b;
386
- }
387
-
388
- .wy-label {
389
- margin-bottom: 0.5rem;
390
- }
391
-
392
- .wy-is-invalid {
393
- border-color: hsl(6deg, 71.1567324185%, 50%);
394
- }
395
- .wy-is-invalid:focus {
396
- border-color: hsl(6deg, 71.1567324185%, 50%);
397
- }
398
-
399
- .wy-avatar {
400
- border-radius: 50%;
401
- }
402
-
403
- .wy-avatar-header {
404
- padding: 1.5rem;
405
- margin-left: auto;
406
- margin-right: auto;
407
- text-align: center;
408
- }
409
-
410
- .wy-avatar-input {
411
- background: #f2f2f2;
412
- border-color: transparent;
413
- text-align: center;
414
- margin-left: auto;
415
- margin-right: auto;
416
- margin-bottom: 1.5rem;
417
- }
418
-
419
- .wy-avatar-presence {
420
- position: relative;
421
- }
422
-
423
- .wy-avatar-display-name {
424
- font-size: 1.5rem;
425
- font-weight: 300;
426
- line-height: 1.2;
427
- text-align: center;
428
- }
429
-
430
- .wy-presence {
431
- display: none;
432
- background-color: #e6e6e6;
433
- width: 0.75rem;
434
- height: 0.75rem;
435
- border-radius: 50%;
436
- outline: 0.125rem solid #fff;
437
- position: absolute;
438
- bottom: 0;
439
- right: -5%;
440
- }
441
-
442
- .wy-presence-active {
443
- background-color: #66cc68;
444
- display: block;
445
- }
446
-
447
- .wy-badge {
448
- display: inline-block;
449
- padding: 0.35em 0.65em;
450
- font-size: 0.75em;
451
- font-weight: 700;
452
- line-height: 1;
453
- color: #fff;
454
- text-align: center;
455
- white-space: nowrap;
456
- vertical-align: baseline;
457
- border-radius: 0.375rem;
458
- }
459
- .wy-badge:empty {
460
- display: none;
461
- }
462
-
463
- .wy-badge {
464
- border-radius: 50rem;
465
- background-color: #156B93;
466
- }
467
-
468
- .wy-badge-success {
469
- background-color: #35a137;
470
- }
471
-
472
- .wy-badge-warning {
473
- background-color: hsl(55deg, 81.2875214408%, 50%);
474
- }
475
-
476
- .wy-badge-danger {
477
- background-color: hsl(6deg, 71.1567324185%, 50%);
478
- }
479
-
480
- .wy-button {
481
- position: relative;
482
- }
483
- .wy-button .wy-badge {
484
- font-size: 0.75rem;
485
- position: absolute;
486
- right: 0;
487
- top: 0;
488
- border-radius: 1rem;
489
- margin: 0;
490
- padding: 0.25rem;
491
- min-width: 1rem;
492
- max-width: 2rem;
493
- height: 1rem;
494
- line-height: 0.5rem;
495
- display: block;
496
- text-align: center;
497
- overflow: hidden;
498
- text-overflow: ellipsis;
499
- white-space: nowrap;
500
- }
501
- .wy-button .wy-badge:empty {
502
- display: none;
503
- }
504
-
505
- .wy-button {
506
- --wy-btn-padding-x: 0.75rem;
507
- --wy-btn-padding-y: 0.375rem;
508
- --wy-btn-font-family: ;
509
- --wy-btn-font-size: 1rem;
510
- --wy-btn-font-weight: 400;
511
- --wy-btn-line-height: 1.5;
512
- --wy-btn-color: #292929;
513
- --wy-btn-bg: transparent;
514
- --wy-btn-border-width: 1px;
515
- --wy-btn-border-color: transparent;
516
- --wy-btn-border-radius: 0.375rem;
517
- --wy-btn-box-shadow: unset;
518
- --wy-btn-disabled-opacity: 0.65;
519
- --wy-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--wy-btn-focus-shadow-rgb), .5);
520
- display: inline-block;
521
- padding: var(--wy-btn-padding-y) var(--wy-btn-padding-x);
522
- font-family: var(--wy-btn-font-family);
523
- font-size: var(--wy-btn-font-size);
524
- font-weight: var(--wy-btn-font-weight);
525
- line-height: var(--wy-btn-line-height);
526
- color: var(--wy-btn-color);
527
- text-align: center;
528
- vertical-align: middle;
649
+
650
+ .wy-button {
651
+ --wy-component-color: var(--wy-primary);
652
+ color: var(--wy-component-color);
653
+ background: var(--wy-component-background-color, transparent);
654
+ padding: var(--wy-btn-padding-y) var(--wy-btn-padding-x);
655
+ font-family: var(--wy-btn-font-family);
656
+ font-size: var(--wy-btn-font-size);
657
+ font-weight: var(--wy-btn-font-weight);
658
+ line-height: var(--wy-btn-line-height);
659
+ text-align: center;
660
+ text-decoration: none;
661
+ vertical-align: middle;
529
662
  cursor: pointer;
530
663
  user-select: none;
531
664
  border: var(--wy-btn-border-width) solid var(--wy-btn-border-color);
532
665
  border-radius: var(--wy-btn-border-radius);
533
- background-color: var(--wy-btn-bg);
534
- box-shadow: var(--wy-btn-box-shadow);
535
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
536
- }
537
- @media (prefers-reduced-motion: reduce) {
538
- .wy-button {
539
- transition: none;
540
- }
541
- }
542
- .wy-button:hover {
543
- color: var(--wy-btn-hover-color);
544
- background-color: var(--wy-btn-hover-bg);
545
- border-color: var(--wy-btn-hover-border-color);
546
- }
547
- .btn-check:focus + .wy-button, .wy-button:focus {
548
- color: var(--wy-btn-hover-color);
549
- background-color: var(--wy-btn-hover-bg);
550
- border-color: var(--wy-btn-hover-border-color);
551
- outline: 0;
552
- box-shadow: var(--wy-btn-box-shadow), var(--wy-btn-focus-box-shadow);
553
- }
554
- .btn-check:checked + .wy-button, .btn-check:active + .wy-button, .wy-button:active, .active.wy-button, .show.wy-button {
555
- color: var(--wy-btn-active-color);
556
- background-color: var(--wy-btn-active-bg);
557
- border-color: var(--wy-btn-active-border-color);
558
- box-shadow: var(--wy-btn-active-shadow);
559
- }
560
- .btn-check:checked + .wy-button:focus, .btn-check:active + .wy-button:focus, .wy-button:active:focus, .active.wy-button:focus, .show.wy-button:focus {
561
- box-shadow: var(--wy-btn-active-shadow), var(--wy-btn-focus-box-shadow);
562
- }
563
- .wy-button:disabled, .disabled.wy-button, fieldset:disabled .wy-button {
564
- color: var(--wy-btn-disabled-color);
565
- pointer-events: none;
566
- background-color: var(--wy-btn-disabled-bg);
567
- border-color: var(--wy-btn-disabled-border-color);
568
- opacity: var(--wy-btn-disabled-opacity);
569
- box-shadow: none;
570
- }
571
-
572
- .wy-button-primary {
573
- --wy-btn-color: #fff;
574
- --wy-btn-bg: #156B93;
575
- --wy-btn-border-color: #156B93;
576
- --wy-btn-hover-color: #fff;
577
- --wy-btn-hover-bg: #125b7d;
578
- --wy-btn-hover-border-color: #115676;
579
- --wy-btn-focus-shadow-rgb: 56, 129, 163;
580
- --wy-btn-active-color: #fff;
581
- --wy-btn-active-bg: #115676;
582
- --wy-btn-active-border-color: #10506e;
583
- --wy-btn-active-shadow: unset;
584
- --wy-btn-disabled-color: #fff;
585
- --wy-btn-disabled-bg: #156B93;
586
- --wy-btn-disabled-border-color: #156B93;
587
- }
588
-
589
- .wy-button-link {
590
- --wy-btn-font-weight: 400;
591
- --wy-btn-color: var(--wy-link-color);
592
- --wy-btn-bg: transparent;
593
- --wy-btn-border-color: transparent;
594
- --wy-btn-hover-color: var(--wy-link-hover-color);
595
- --wy-btn-hover-border-color: transparent;
596
- --wy-btn-active-color: var(--wy-link-hover-color);
597
- --wy-btn-active-border-color: transparent;
598
- --wy-btn-disabled-color: #6b6b6b;
599
- --wy-btn-disabled-border-color: transparent;
600
- --wy-btn-box-shadow: none;
601
- --wy-btn-focus-shadow-rgb: 56, 129, 163;
602
- text-decoration: none;
603
- }
604
- .wy-button-link:focus {
605
- color: var(--wy-btn-color);
606
- }
607
- .wy-button-link:hover {
608
- color: var(--wy-btn-hover-color);
609
- }
610
-
611
- .wy-button {
612
666
  display: inline-flex;
613
667
  align-items: center;
614
668
  justify-content: center;
615
669
  gap: 0.25rem;
670
+ position: relative;
671
+ }
672
+ .wy-button:not(.wy-button-link, :disabled) > * {
673
+ z-index: 3;
674
+ }
675
+ .wy-button:not(.wy-button-link, :disabled)::before {
676
+ content: "";
677
+ z-index: 2;
678
+ position: absolute;
679
+ top: 0;
680
+ left: 0;
681
+ width: 100%;
682
+ height: 100%;
683
+ border-radius: inherit;
684
+ background: var(--wy-component-color);
685
+ opacity: 0%;
686
+ }
687
+ .wy-button:not(.wy-button-link, :disabled):hover::before {
688
+ opacity: 8%;
689
+ }
690
+ .wy-button:not(.wy-button-link, :disabled):focus::before, .wy-button:not(.wy-button-link, :disabled):active::before, .wy-button:not(.wy-button-link, :disabled).wy-active::before {
691
+ opacity: 12%;
616
692
  }
617
693
  .wy-button:not(.wy-button-icon) .wy-icon:first-child {
618
- margin-left: -0.25rem;
694
+ margin-left: -0.5rem;
619
695
  }
620
696
  .wy-button:not(.wy-button-icon) .wy-icon:last-child {
621
- margin-right: -0.25rem;
697
+ margin-right: -0.5rem;
622
698
  }
623
-
624
- .wy-button:not(.wy-button-link, .wy-button-primary) {
625
- --wy-btn-hover-border-color: transparent;
626
- --wy-btn-active-border-color: transparent;
627
- --wy-btn-hover-color: var(--wy-btn-color);
628
- --wy-btn-hover-bg: rgba(0, 0, 0, 0.04);
629
- --wy-btn-focus-bg: rgba(0, 0, 0, 0.04);
630
- --wy-btn-active-color: var(--wy-btn-color);
631
- --wy-btn-active-bg: rgba(0, 0, 0, 0.12);
632
- }
633
- .wy-dark .wy-button:not(.wy-button-link, .wy-button-primary) {
634
- color: var(--wy-white);
699
+ .wy-button:disabled {
700
+ opacity: var(--wy-opacity-disabled);
701
+ cursor: unset;
702
+ pointer-events: none;
635
703
  }
636
704
 
637
705
  .wy-button-icon {
638
- width: 2rem;
639
- height: 2rem;
640
- padding: 0.25rem;
706
+ --wy-component-color: var(--wy-on-surface-variant);
707
+ width: 2.5rem;
708
+ height: 2.5rem;
709
+ padding: 0.5rem;
641
710
  line-height: 1;
642
- border-radius: 50%;
711
+ border-radius: var(--wy-border-radius-pill);
643
712
  border-width: 0;
644
713
  }
645
-
646
- .wy-button-icon:not(.wy-button-primary) {
647
- color: rgba(0, 0, 0, 0.54);
714
+ .wy-button-icon.wy-active {
715
+ --wy-component-color: var(--wy-primary);
648
716
  }
649
- .wy-button-icon:not(.wy-button-primary):hover .wy-icon {
650
- color: rgba(0, 0, 0, 0.87);
717
+
718
+ .wy-button-primary {
719
+ --wy-component-background-color: var(--wy-primary);
720
+ --wy-component-color: var(--wy-on-primary);
651
721
  }
652
- .wy-dark .wy-button-icon:not(.wy-button-primary) {
653
- color: rgba(255, 255, 255, 0.7);
722
+
723
+ .wy-button-variant {
724
+ --wy-component-background-color: var(--wy-surface-variant);
725
+ --wy-component-color: var(--wy-on-surface-variant);
654
726
  }
655
- .wy-dark .wy-button-icon:not(.wy-button-primary) .wy-icon {
656
- color: rgba(255, 255, 255, 0.7);
727
+
728
+ .wy-button-primary-text {
729
+ --wy-component-color: var(--wy-primary);
657
730
  }
658
- .wy-dark .wy-button-icon:not(.wy-button-primary):hover {
659
- color: rgb(255, 255, 255);
731
+
732
+ .wy-button-link {
733
+ padding: 0;
734
+ color: var(--wy-link-color, var(--wy-primary));
735
+ text-decoration: var(--wy-link-decoration, var(--wy-link-decoration));
660
736
  }
661
- .wy-dark .wy-button-icon:not(.wy-button-primary):hover .wy-icon {
662
- color: rgb(255, 255, 255);
737
+ .wy-button-link:hover, .wy-button-link:focus {
738
+ text-decoration: var(--wy-link-hover-decoration, var(--wy-link-hover-decoration));
663
739
  }
664
740
 
665
741
  .wy-buttons {
@@ -669,6 +745,16 @@
669
745
  gap: 0.5rem;
670
746
  }
671
747
 
748
+ .wy-button {
749
+ /*&-check:checked + &,
750
+ &-check:active + & {
751
+ box-shadow: vars.$btn-active-box-shadow;
752
+
753
+ &:focus {
754
+ box-shadow: vars.$btn-focus-box-shadow, vars.$btn-active-box-shadow;
755
+ }
756
+ }*/
757
+ }
672
758
  .wy-button-check {
673
759
  position: absolute;
674
760
  clip: rect(0, 0, 0, 0);
@@ -677,21 +763,17 @@
677
763
  .wy-button-check[disabled] + .wy-button-check, .wy-button-check:disabled + .wy-button-check {
678
764
  pointer-events: none;
679
765
  filter: none;
680
- opacity: 0.65;
766
+ opacity: var(--wy-opacity-disabled);
681
767
  }
682
768
  .wy-button-check:focus + .wy-button, .wy-button:focus {
683
769
  outline: 0;
684
- box-shadow: unset;
685
- }
686
- .wy-button-check:checked + .wy-button, .wy-button-check:active + .wy-button {
687
- box-shadow: unset;
688
- }
689
- .wy-button-check:checked + .wy-button:focus, .wy-button-check:active + .wy-button:focus {
690
- box-shadow: unset, unset;
691
770
  }
692
771
  .wy-button-check + .wy-button-icon svg:last-child {
693
772
  display: none;
694
773
  }
774
+ .wy-button-check:disabled + .wy-button-icon {
775
+ opacity: var(--wy-opacity-disabled);
776
+ }
695
777
  .wy-button-check:checked + .wy-button-icon svg:first-child {
696
778
  display: none;
697
779
  }
@@ -723,10 +805,10 @@
723
805
  color: #000000;
724
806
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
725
807
  text-align: left;
726
- white-space: pre;
808
+ white-space: pre-wrap;
727
809
  word-spacing: normal;
728
810
  word-break: normal;
729
- word-wrap: normal;
811
+ word-wrap: break-word;
730
812
  line-height: 1.5;
731
813
  -moz-tab-size: 4;
732
814
  -o-tab-size: 4;
@@ -738,8 +820,8 @@
738
820
  }
739
821
  @media print {
740
822
  :not(.wy-dark) .wy-code code[class*=language-],
741
- :not(.wy-dark) .wy-code pre[class*=language-], .wy-code:not(.wy-dark) code[class*=language-],
742
- .wy-code:not(.wy-dark) pre[class*=language-] {
823
+ :not(.wy-dark) .wy-code pre[class*=language-], .wy-code:not(.wy-dark) code[class*=language-],
824
+ .wy-code:not(.wy-dark) pre[class*=language-] {
743
825
  text-shadow: none;
744
826
  }
745
827
  }
@@ -854,10 +936,10 @@
854
936
  color: #d4d4d4;
855
937
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
856
938
  text-align: left;
857
- white-space: pre;
939
+ white-space: pre-wrap;
858
940
  word-spacing: normal;
859
941
  word-break: normal;
860
- word-wrap: normal;
942
+ word-wrap: break-word;
861
943
  line-height: 1.5;
862
944
  -moz-tab-size: 4;
863
945
  -o-tab-size: 4;
@@ -869,8 +951,8 @@
869
951
  }
870
952
  @media print {
871
953
  .wy-dark .wy-code code[class*=language-],
872
- .wy-dark .wy-code pre[class*=language-], .wy-code.wy-dark code[class*=language-],
873
- .wy-code.wy-dark pre[class*=language-] {
954
+ .wy-dark .wy-code pre[class*=language-], .wy-code.wy-dark code[class*=language-],
955
+ .wy-code.wy-dark pre[class*=language-] {
874
956
  text-shadow: none;
875
957
  }
876
958
  }
@@ -965,469 +1047,617 @@
965
1047
  font-style: italic;
966
1048
  }
967
1049
 
968
- .wy-hashtag {
969
- color: #6b6b6b;
1050
+ .wy-content {
1051
+ overflow-wrap: break-word;
1052
+ min-width: 0;
970
1053
  }
971
-
972
- .wy-mention {
973
- font-weight: 500;
1054
+ .wy-content :not(pre) > code {
1055
+ overflow-wrap: inherit;
974
1056
  }
975
-
976
- .wy-icon {
977
- display: inline-flex;
978
- align-items: center;
979
- justify-content: center;
980
- flex: 0 0 auto;
981
- position: relative;
1057
+ .wy-content pre, .wy-content pre > code[class*=language-] {
1058
+ white-space: pre-wrap;
982
1059
  }
983
- .wy-icon:not([width]) {
984
- width: 1.5rem;
1060
+ .wy-content :last-child {
1061
+ margin-bottom: 0;
985
1062
  }
986
- .wy-icon:not([height]) {
987
- height: 1.5rem;
1063
+ .wy-content:empty {
1064
+ display: none;
988
1065
  }
1066
+ :not(.wy-dark) .wy-content, .wy-content:not(.wy-dark) {
1067
+ /*pre[class*="language-"]::-moz-selection,
1068
+ pre[class*="language-"] ::-moz-selection,
1069
+ code[class*="language-"]::-moz-selection,
1070
+ code[class*="language-"] ::-moz-selection {
1071
+ text-shadow: none;
1072
+ background: #ffffff;
1073
+ }
989
1074
 
990
- .wy-icon-overlay {
991
- position: absolute;
992
- bottom: 0;
993
- right: 0;
994
- background: var(--wy-white);
995
- border-radius: 50%;
996
- border: 1px solid var(--wy-white);
1075
+ pre[class*="language-"]::selection,
1076
+ pre[class*="language-"] ::selection,
1077
+ code[class*="language-"]::selection,
1078
+ code[class*="language-"] ::selection {
1079
+ text-shadow: none;
1080
+ background: #ffffff;
1081
+ }*/
1082
+ /* Code blocks */
997
1083
  }
998
-
999
- .wy-icon-stack {
1000
- display: inline-block;
1001
- position: relative;
1002
- line-height: 1;
1003
- width: 1.5rem;
1004
- height: 1.5rem;
1084
+ :not(.wy-dark) .wy-content code[class*=language-],
1085
+ :not(.wy-dark) .wy-content pre[class*=language-], .wy-content:not(.wy-dark) code[class*=language-],
1086
+ .wy-content:not(.wy-dark) pre[class*=language-] {
1087
+ color: #000000;
1088
+ font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
1089
+ text-align: left;
1090
+ white-space: pre-wrap;
1091
+ word-spacing: normal;
1092
+ word-break: normal;
1093
+ word-wrap: break-word;
1094
+ line-height: 1.5;
1095
+ -moz-tab-size: 4;
1096
+ -o-tab-size: 4;
1097
+ tab-size: 4;
1098
+ -webkit-hyphens: none;
1099
+ -moz-hyphens: none;
1100
+ -ms-hyphens: none;
1101
+ hyphens: none;
1005
1102
  }
1006
- .wy-icon-stack .wy-icon:first-child {
1007
- width: 100%;
1008
- height: 100%;
1103
+ @media print {
1104
+ :not(.wy-dark) .wy-content code[class*=language-],
1105
+ :not(.wy-dark) .wy-content pre[class*=language-], .wy-content:not(.wy-dark) code[class*=language-],
1106
+ .wy-content:not(.wy-dark) pre[class*=language-] {
1107
+ text-shadow: none;
1108
+ }
1009
1109
  }
1010
- .wy-icon-stack .wy-icon:last-child {
1011
- position: absolute;
1012
- bottom: 0;
1013
- right: 0;
1014
- width: 50%;
1015
- height: 50%;
1016
- background-color: var(--wy-body-bg);
1017
- border-radius: 50%;
1110
+ :not(.wy-dark) .wy-content pre[class*=language-], .wy-content:not(.wy-dark) pre[class*=language-] {
1111
+ padding: 1em;
1112
+ margin: 0.5em 0;
1113
+ overflow: auto;
1018
1114
  }
1019
-
1020
- .wy-icon:not([class*=wy-icon-]) * {
1021
- fill: currentColor;
1115
+ :not(.wy-dark) .wy-content :not(pre) > code[class*=language-],
1116
+ :not(.wy-dark) .wy-content pre[class*=language-], .wy-content:not(.wy-dark) :not(pre) > code[class*=language-],
1117
+ .wy-content:not(.wy-dark) pre[class*=language-] {
1118
+ color: white;
1119
+ background: #ffffff;
1022
1120
  }
1023
-
1024
- .wy-icon-primary * {
1025
- fill: var(--wy-primary);
1121
+ :not(.wy-dark) .wy-content :not(pre) > code[class*=language-], .wy-content:not(.wy-dark) :not(pre) > code[class*=language-] {
1122
+ padding: 0.1em;
1123
+ border-radius: 0.3em;
1124
+ white-space: normal;
1026
1125
  }
1027
-
1028
- .wy-icon-secondary * {
1029
- fill: var(--wy-secondary);
1126
+ :not(.wy-dark) .wy-content .token.comment, .wy-content:not(.wy-dark) .token.comment {
1127
+ color: #008000;
1030
1128
  }
1031
-
1032
- .wy-icon-success * {
1033
- fill: var(--wy-success);
1129
+ :not(.wy-dark) .wy-content .token.builtin, .wy-content:not(.wy-dark) .token.builtin {
1130
+ color: #0070C1;
1034
1131
  }
1035
-
1036
- .wy-icon-info * {
1037
- fill: var(--wy-info);
1132
+ :not(.wy-dark) .wy-content .token.number, .wy-content:not(.wy-dark) .token.number {
1133
+ color: #098658;
1038
1134
  }
1039
-
1040
- .wy-icon-warning * {
1041
- fill: var(--wy-warning);
1135
+ :not(.wy-dark) .wy-content .token.variable, .wy-content:not(.wy-dark) .token.variable {
1136
+ color: #098658;
1042
1137
  }
1043
-
1044
- .wy-icon-danger * {
1045
- fill: var(--wy-danger);
1138
+ :not(.wy-dark) .wy-content .token.inserted, .wy-content:not(.wy-dark) .token.inserted {
1139
+ color: #098658;
1046
1140
  }
1047
-
1048
- .wy-icon-light * {
1049
- fill: var(--wy-light);
1141
+ :not(.wy-dark) .wy-content .token.operator, .wy-content:not(.wy-dark) .token.operator {
1142
+ color: #000000;
1050
1143
  }
1051
-
1052
- .wy-icon-dark * {
1053
- fill: var(--wy-dark);
1144
+ :not(.wy-dark) .wy-content .token.constant, .wy-content:not(.wy-dark) .token.constant {
1145
+ color: #811F3F;
1054
1146
  }
1055
-
1056
- svg.wy-spinner circle {
1057
- stroke-dasharray: 1, 100;
1058
- stroke-dashoffset: 0;
1059
- transform-origin: center;
1147
+ :not(.wy-dark) .wy-content .token.hexcode, .wy-content:not(.wy-dark) .token.hexcode {
1148
+ color: #811F3F;
1060
1149
  }
1061
- svg.wy-spinner.wy-spin {
1062
- animation: wy-rotate 1.4s linear infinite;
1150
+ :not(.wy-dark) .wy-content .token.regex, .wy-content:not(.wy-dark) .token.regex {
1151
+ color: #811F3F;
1063
1152
  }
1064
- svg.wy-spinner.wy-spin circle {
1065
- animation: wy-dash 1.4s ease-in-out infinite, wy-color 2.8s ease-in-out infinite;
1153
+ :not(.wy-dark) .wy-content .token.char, .wy-content:not(.wy-dark) .token.char {
1154
+ color: #811F3F;
1066
1155
  }
1067
-
1068
- @keyframes wy-rotate {
1069
- 100% {
1070
- transform: rotate(360deg);
1071
- }
1156
+ :not(.wy-dark) .wy-content .token.tag, .wy-content:not(.wy-dark) .token.tag {
1157
+ color: #800000;
1072
1158
  }
1073
- @keyframes wy-dash {
1074
- 0% {
1075
- stroke-dasharray: 1, 100;
1076
- stroke-dashoffset: 0;
1077
- }
1078
- 50% {
1079
- stroke-dasharray: 44.5, 100;
1080
- stroke-dashoffset: -17.5;
1081
- }
1082
- 100% {
1083
- stroke-dasharray: 44.5, 100;
1084
- stroke-dashoffset: -62;
1085
- }
1159
+ :not(.wy-dark) .wy-content .token.attr-name, .wy-content:not(.wy-dark) .token.attr-name {
1160
+ color: #FF0000;
1086
1161
  }
1087
- @keyframes wy-color {
1088
- 0%, 100% {
1089
- stroke: hsl(217deg, 77.2287735849%, 50%);
1090
- }
1091
- 25% {
1092
- stroke: hsl(6deg, 71.1567324185%, 50%);
1093
- }
1094
- 50% {
1095
- stroke: hsl(55deg, 81.2875214408%, 50%);
1162
+ :not(.wy-dark) .wy-content .token.selector, .wy-content:not(.wy-dark) .token.selector {
1163
+ color: #FF0000;
1164
+ }
1165
+ :not(.wy-dark) .wy-content .token.property, .wy-content:not(.wy-dark) .token.property {
1166
+ color: #FF0000;
1167
+ }
1168
+ :not(.wy-dark) .wy-content .token.deleted, .wy-content:not(.wy-dark) .token.deleted {
1169
+ color: #A31515;
1170
+ }
1171
+ :not(.wy-dark) .wy-content .token.string, .wy-content:not(.wy-dark) .token.string {
1172
+ color: #A31515;
1173
+ }
1174
+ :not(.wy-dark) .wy-content .token.changed, .wy-content:not(.wy-dark) .token.changed {
1175
+ color: #0451A5;
1176
+ }
1177
+ :not(.wy-dark) .wy-content .token.punctuation, .wy-content:not(.wy-dark) .token.punctuation {
1178
+ color: #0451A5;
1179
+ }
1180
+ :not(.wy-dark) .wy-content .token.function, .wy-content:not(.wy-dark) .token.function {
1181
+ color: #0000FF;
1182
+ }
1183
+ :not(.wy-dark) .wy-content .token.keyword, .wy-content:not(.wy-dark) .token.keyword {
1184
+ color: #0000FF;
1185
+ }
1186
+ :not(.wy-dark) .wy-content .token.class-name, .wy-content:not(.wy-dark) .token.class-name {
1187
+ color: #267F99;
1188
+ }
1189
+ :not(.wy-dark) .wy-content .token.important,
1190
+ :not(.wy-dark) .wy-content .token.bold, .wy-content:not(.wy-dark) .token.important,
1191
+ .wy-content:not(.wy-dark) .token.bold {
1192
+ font-weight: bold;
1193
+ }
1194
+ :not(.wy-dark) .wy-content .token.italic, .wy-content:not(.wy-dark) .token.italic {
1195
+ font-style: italic;
1196
+ }
1197
+ .wy-dark .wy-content, .wy-content.wy-dark {
1198
+ /*pre[class*="language-"]::-moz-selection,
1199
+ pre[class*="language-"] ::-moz-selection,
1200
+ code[class*="language-"]::-moz-selection,
1201
+ code[class*="language-"] ::-moz-selection {
1202
+ text-shadow: none;
1203
+ background: #1e1e1e;
1096
1204
  }
1097
- 75% {
1098
- stroke: hsl(121deg, 50.2009084556%, 50%);
1205
+
1206
+ pre[class*="language-"]::selection,
1207
+ pre[class*="language-"] ::selection,
1208
+ code[class*="language-"]::selection,
1209
+ code[class*="language-"] ::selection {
1210
+ text-shadow: none;
1211
+ background: #1e1e1e;
1212
+ }*/
1213
+ /* Code blocks */
1214
+ }
1215
+ .wy-dark .wy-content code[class*=language-],
1216
+ .wy-dark .wy-content pre[class*=language-], .wy-content.wy-dark code[class*=language-],
1217
+ .wy-content.wy-dark pre[class*=language-] {
1218
+ color: #d4d4d4;
1219
+ font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
1220
+ text-align: left;
1221
+ white-space: pre-wrap;
1222
+ word-spacing: normal;
1223
+ word-break: normal;
1224
+ word-wrap: break-word;
1225
+ line-height: 1.5;
1226
+ -moz-tab-size: 4;
1227
+ -o-tab-size: 4;
1228
+ tab-size: 4;
1229
+ -webkit-hyphens: none;
1230
+ -moz-hyphens: none;
1231
+ -ms-hyphens: none;
1232
+ hyphens: none;
1233
+ }
1234
+ @media print {
1235
+ .wy-dark .wy-content code[class*=language-],
1236
+ .wy-dark .wy-content pre[class*=language-], .wy-content.wy-dark code[class*=language-],
1237
+ .wy-content.wy-dark pre[class*=language-] {
1238
+ text-shadow: none;
1099
1239
  }
1100
1240
  }
1101
- .wy-table-reactions, .wy-search-result-table {
1102
- --bs-table-bg: transparent;
1103
- --bs-table-accent-bg: transparent;
1104
- --bs-table-striped-color: var(--wy-body-color);
1105
- --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
1106
- --bs-table-active-color: var(--wy-body-color);
1107
- --bs-table-active-bg: rgba(0, 0, 0, 0.1);
1108
- --bs-table-hover-color: var(--wy-body-color);
1109
- --bs-table-hover-bg: #f2f2f2;
1110
- width: 100%;
1111
- margin-bottom: 1rem;
1112
- color: var(--wy-body-color);
1113
- vertical-align: top;
1114
- border-color: #e6e6e6;
1241
+ .wy-dark .wy-content pre[class*=language-], .wy-content.wy-dark pre[class*=language-] {
1242
+ padding: 1em;
1243
+ margin: 0.5em 0;
1244
+ overflow: auto;
1115
1245
  }
1116
- .wy-table-reactions > :not(caption) > * > *, .wy-search-result-table > :not(caption) > * > * {
1117
- padding: 0.5rem 0.5rem;
1118
- background-color: var(--bs-table-bg);
1119
- border-bottom-width: 1px;
1120
- box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
1246
+ .wy-dark .wy-content :not(pre) > code[class*=language-],
1247
+ .wy-dark .wy-content pre[class*=language-], .wy-content.wy-dark :not(pre) > code[class*=language-],
1248
+ .wy-content.wy-dark pre[class*=language-] {
1249
+ color: white;
1250
+ background: #1e1e1e;
1121
1251
  }
1122
- .wy-table-reactions > tbody, .wy-search-result-table > tbody {
1123
- vertical-align: inherit;
1252
+ .wy-dark .wy-content :not(pre) > code[class*=language-], .wy-content.wy-dark :not(pre) > code[class*=language-] {
1253
+ padding: 0.1em;
1254
+ border-radius: 0.3em;
1255
+ white-space: normal;
1124
1256
  }
1125
- .wy-table-reactions > thead, .wy-search-result-table > thead {
1126
- vertical-align: bottom;
1257
+ .wy-dark .wy-content .token.prolog, .wy-content.wy-dark .token.prolog {
1258
+ color: #8080ff;
1127
1259
  }
1128
-
1129
- .wy-table-reactions, .wy-search-result-table {
1130
- table-layout: fixed;
1260
+ .wy-dark .wy-content .token.comment, .wy-content.wy-dark .token.comment {
1261
+ color: #6A9955;
1131
1262
  }
1132
- .wy-table-reactions th:first-child, .wy-search-result-table th:first-child, .wy-table-reactions th:last-child, .wy-search-result-table th:last-child, .wy-table-reactions td:first-child, .wy-search-result-table td:first-child, .wy-table-reactions td:last-child, .wy-search-result-table td:last-child {
1133
- color: rgba(0, 0, 0, 0.54) !important;
1134
- vertical-align: middle;
1135
- text-align: center;
1136
- padding: 0.25rem 0.5rem;
1137
- width: 2.5rem;
1138
- font-size: 1rem;
1139
- font-weight: 400;
1140
- text-transform: none;
1141
- letter-spacing: normal;
1263
+ .wy-dark .wy-content .token.punctuation, .wy-content.wy-dark .token.punctuation {
1264
+ color: #6A9955;
1142
1265
  }
1143
- .wy-table-reactions th:first-child, .wy-search-result-table th:first-child, .wy-table-reactions td:first-child, .wy-search-result-table td:first-child {
1144
- padding-right: 0;
1266
+ .wy-dark .wy-content .token.builtin, .wy-content.wy-dark .token.builtin {
1267
+ color: #4FC1FF;
1145
1268
  }
1146
- .wy-table-reactions th:last-child, .wy-search-result-table th:last-child, .wy-table-reactions td:last-child, .wy-search-result-table td:last-child {
1147
- padding-left: 0;
1269
+ .wy-dark .wy-content .token.number, .wy-content.wy-dark .token.number {
1270
+ color: #B5CEA8;
1148
1271
  }
1149
-
1150
- .wy-table-trashed th, .wy-table-trashed td {
1151
- color: #6b6b6b;
1152
- text-decoration: line-through;
1272
+ .wy-dark .wy-content .token.variable, .wy-content.wy-dark .token.variable {
1273
+ color: #B5CEA8;
1153
1274
  }
1154
- .wy-table-trashed th:not(:last-child), .wy-table-trashed td:not(:last-child) {
1155
- opacity: 0.65;
1275
+ .wy-dark .wy-content .token.inserted, .wy-content.wy-dark .token.inserted {
1276
+ color: #B5CEA8;
1156
1277
  }
1157
- .wy-table-trashed th > a, .wy-table-trashed td > a {
1158
- color: #6b6b6b;
1278
+ .wy-dark .wy-content .token.operator, .wy-content.wy-dark .token.operator {
1279
+ color: #D4D4D4;
1159
1280
  }
1160
- .wy-table-trashed:hover th, .wy-table-trashed:hover td {
1161
- opacity: 1;
1281
+ .wy-dark .wy-content .token.constant, .wy-content.wy-dark .token.constant {
1282
+ color: #646695;
1283
+ }
1284
+ .wy-dark .wy-content .token.hexcode, .wy-content.wy-dark .token.hexcode {
1285
+ color: #646695;
1286
+ }
1287
+ .wy-dark .wy-content .token.tag, .wy-content.wy-dark .token.tag {
1288
+ color: #569CD6;
1289
+ }
1290
+ .wy-dark .wy-content .token.changed, .wy-content.wy-dark .token.changed {
1291
+ color: #569CD6;
1292
+ }
1293
+ .wy-dark .wy-content .token.function, .wy-content.wy-dark .token.function {
1294
+ color: #569CD6;
1295
+ }
1296
+ .wy-dark .wy-content .token.keyword, .wy-content.wy-dark .token.keyword {
1297
+ color: #569CD6;
1298
+ }
1299
+ .wy-dark .wy-content .token.attr-name, .wy-content.wy-dark .token.attr-name {
1300
+ color: #9CDCFE;
1301
+ }
1302
+ .wy-dark .wy-content .token.selector, .wy-content.wy-dark .token.selector {
1303
+ color: #9CDCFE;
1304
+ }
1305
+ .wy-dark .wy-content .token.property, .wy-content.wy-dark .token.property {
1306
+ color: #9CDCFE;
1307
+ }
1308
+ .wy-dark .wy-content .token.deleted, .wy-content.wy-dark .token.deleted {
1309
+ color: #CE9178;
1310
+ }
1311
+ .wy-dark .wy-content .token.string, .wy-content.wy-dark .token.string {
1312
+ color: #CE9178;
1313
+ }
1314
+ .wy-dark .wy-content .token.regex, .wy-content.wy-dark .token.regex {
1315
+ color: #D16969;
1316
+ }
1317
+ .wy-dark .wy-content .token.char, .wy-content.wy-dark .token.char {
1318
+ color: #D16969;
1319
+ }
1320
+ .wy-dark .wy-content .token.class-name, .wy-content.wy-dark .token.class-name {
1321
+ color: #4EC9B0;
1322
+ }
1323
+ .wy-dark .wy-content .token.important,
1324
+ .wy-dark .wy-content .token.bold, .wy-content.wy-dark .token.important,
1325
+ .wy-content.wy-dark .token.bold {
1326
+ font-weight: bold;
1327
+ }
1328
+ .wy-dark .wy-content .token.italic, .wy-content.wy-dark .token.italic {
1329
+ font-style: italic;
1162
1330
  }
1163
1331
 
1164
- input[type=search]::-webkit-search-cancel-button {
1165
- -webkit-appearance: none;
1332
+ .wy-hashtag {
1333
+ color: var(--wy-primary);
1166
1334
  }
1167
1335
 
1168
- .wy-search-form {
1336
+ .wy-mention {
1337
+ font-weight: 500;
1338
+ }
1339
+
1340
+ .wy-conversation {
1341
+ display: flex;
1169
1342
  position: relative;
1170
- padding-top: 0.5rem;
1171
- padding-bottom: 0.5rem;
1172
1343
  }
1173
- .wy-search-form [type=reset] {
1174
- display: none;
1344
+ .wy-conversation .wy-item-title {
1345
+ font-weight: 400;
1175
1346
  }
1176
- .wy-search-form .wy-button-icon {
1177
- position: absolute;
1178
- top: 0.25rem;
1179
- border-radius: 50%;
1180
- top: 0.5rem;
1181
- padding: 0.25rem;
1182
- z-index: 4;
1347
+ .wy-conversation.wy-unread .wy-item-title {
1348
+ font-weight: 700;
1349
+ }
1350
+ .wy-conversation.wy-unread .wy-item-text, .wy-conversation.wy-unread .wy-meta {
1351
+ color: var(--wy-on-background);
1352
+ font-weight: 600;
1353
+ }
1354
+ .wy-conversation .wy-item-text .wy-typing-show {
1355
+ overflow: hidden;
1356
+ text-overflow: ellipsis;
1357
+ white-space: nowrap;
1358
+ font-weight: 400;
1183
1359
  }
1184
1360
 
1185
- .wy-search-input {
1186
- background: #f2f2f2;
1187
- border-color: transparent;
1188
- padding-left: 2rem;
1361
+ .wy-dropdown,
1362
+ .wy-dropup {
1363
+ position: relative;
1189
1364
  }
1190
- .wy-search-input:focus {
1191
- background: #f2f2f2;
1192
- border-color: transparent;
1365
+
1366
+ .wy-dropup .wy-dropdown-menu {
1367
+ top: auto;
1368
+ bottom: 100%;
1369
+ margin-top: 0;
1370
+ margin-bottom: 0.25rem;
1193
1371
  }
1194
1372
 
1195
- .wy-searching .wy-search-form [type=reset],
1196
- .wy-searching.wy-search-form [type=reset] {
1197
- display: inline;
1373
+ .wy-dropdown-toggle {
1374
+ white-space: nowrap;
1375
+ }
1376
+
1377
+ .wy-dropdown-menu {
1378
+ --wy-component-background-color: var(--wy-surface-2);
1379
+ --wy-component-color: var(--wy-on-surface);
1380
+ background-color: var(--wy-component-background-color);
1381
+ color: var(--wy-component-color);
1382
+ position: absolute;
1383
+ z-index: 1000;
1384
+ min-width: 10rem;
1385
+ padding: 0 0;
1386
+ margin: 0;
1387
+ font-size: var(--wy-font-size-base);
1388
+ text-align: left;
1389
+ list-style: none;
1390
+ background-clip: padding-box;
1391
+ border-radius: var(--wy-border-radius);
1392
+ box-shadow: var(--wy-shadow-level1);
1393
+ overflow: hidden;
1394
+ display: block;
1395
+ }
1396
+ .wy-dropdown-menu[data-bs-popper] {
1397
+ top: 100%;
1398
+ left: 0;
1399
+ margin-top: 0.25rem;
1400
+ }
1401
+ .wy-dropup .wy-dropdown-menu {
1402
+ top: auto;
1403
+ bottom: 100%;
1404
+ margin-top: 0;
1405
+ margin-bottom: 0.25rem;
1198
1406
  }
1199
- .wy-searching .wy-search-form [type=submit],
1200
- .wy-searching.wy-search-form [type=submit] {
1407
+ [data-bs-toggle=dropdown] ~ .wy-dropdown-menu:not(.show) {
1201
1408
  display: none;
1202
1409
  }
1410
+ [data-bs-toggle=dropdown] ~ .wy-dropdown-menu[hidden].show {
1411
+ display: block !important;
1412
+ }
1203
1413
 
1204
- .wy-search-result-table td:nth-child(2) {
1205
- overflow: hidden;
1206
- text-overflow: ellipsis;
1414
+ .wy-dropdown-menu-end {
1415
+ right: 0;
1416
+ }
1417
+
1418
+ .wy-dropdown-item {
1419
+ background-color: transparent;
1420
+ color: var(--wy-component-color, var(--wy-on-surface));
1421
+ display: block;
1422
+ width: 100%;
1423
+ padding: 0.75rem 1rem;
1424
+ clear: both;
1425
+ font-family: inherit;
1426
+ font-size: inherit;
1427
+ font-weight: 400;
1428
+ line-height: 1;
1429
+ text-align: inherit;
1430
+ text-decoration: none;
1207
1431
  white-space: nowrap;
1432
+ border: 0;
1433
+ gap: 0.25rem;
1434
+ cursor: pointer;
1435
+ display: flex;
1436
+ align-items: center;
1437
+ }
1438
+ .wy-dropdown-item:hover, .wy-dropdown-item:focus {
1439
+ --wy-component-color: var(--wy-on-surface-variant);
1440
+ --wy-component-background-color: var(--wy-surface-variant);
1441
+ color: var(--wy-component-color);
1442
+ background-color: var(--wy-component-background-color);
1443
+ text-decoration: none;
1444
+ }
1445
+ .wy-dropdown-item.wy-active, .wy-dropdown-item:active {
1446
+ --wy-component-color: var(--wy-on-primary-container);
1447
+ --wy-component-background-color: var(--wy-primary-container);
1448
+ color: var(--wy-component-color);
1449
+ background-color: var(--wy-component-background-color);
1450
+ text-decoration: none;
1451
+ }
1452
+ .wy-dropdown-item.wy-disabled, .wy-dropdown-item:disabled {
1453
+ color: var(--wy-component-color);
1454
+ background-color: var(--wy-component-background-color);
1455
+ pointer-events: none;
1456
+ opacity: var(--wy-opacity-disabled);
1457
+ }
1458
+ .wy-dropdown-item > img, .wy-dropdown-item .wy-icon {
1459
+ margin-right: 0.5rem;
1460
+ color: inherit;
1461
+ }
1462
+ .wy-dropdown-item:active > .wy-icon {
1463
+ color: inherit;
1464
+ }
1465
+ .wy-dropdown-item.wy-option .wy-icon {
1466
+ visibility: hidden;
1467
+ }
1468
+ .wy-dropdown-item.wy-option.wy-selected .wy-icon {
1469
+ visibility: visible;
1208
1470
  }
1209
1471
 
1210
- .wy-search-no-result {
1211
- color: #6b6b6b;
1212
- text-align: center;
1472
+ .wy-dropdown-divider {
1473
+ height: 0;
1474
+ margin: 0;
1475
+ overflow: hidden;
1476
+ border: none;
1477
+ border-top: 1px solid var(--wy-outline-variant);
1213
1478
  }
1214
1479
 
1215
- .wy-typing-show {
1216
- font-style: italic;
1217
- display: none;
1480
+ .wy-emoji {
1481
+ width: 1.25rem;
1482
+ height: 1.25rem;
1483
+ vertical-align: -0.25rem;
1218
1484
  }
1219
1485
 
1220
- .wy-typing-active .wy-typing-show {
1221
- display: block;
1486
+ .wy-icon {
1487
+ display: inline-flex;
1488
+ align-items: center;
1489
+ justify-content: center;
1490
+ flex: 0 0 auto;
1491
+ position: relative;
1222
1492
  }
1223
- .wy-typing-active .wy-typing-hide {
1224
- display: none;
1493
+ .wy-icon:not([width]) {
1494
+ width: 1.5rem;
1495
+ }
1496
+ .wy-icon:not([height]) {
1497
+ height: 1.5rem;
1225
1498
  }
1226
1499
 
1227
- .wy-appbar .wy-typing-hide {
1500
+ .wy-icon-overlay {
1501
+ position: absolute;
1502
+ bottom: 0;
1503
+ right: 0;
1504
+ background: var(--wy-component-background-color, var(--wy-background));
1505
+ border-radius: 50%;
1506
+ border: 1px solid var(--wy-component-background-color, var(--wy-background));
1507
+ }
1508
+
1509
+ .wy-icon-stack {
1510
+ display: inline-flex;
1228
1511
  position: relative;
1229
- padding: 0 1.25rem;
1512
+ line-height: 1;
1230
1513
  }
1231
- .wy-appbar .wy-typing-hide .wy-presence.wy-presence-active {
1232
- top: 0.375rem;
1233
- left: 0.25rem;
1514
+ .wy-icon-stack .wy-icon:last-child {
1515
+ position: absolute;
1516
+ bottom: 0;
1517
+ right: 0;
1518
+ background-color: var(--wy-component-background-color, var(--wy-background));
1519
+ border-radius: 50%;
1234
1520
  }
1235
1521
 
1236
- .wy-conversation {
1237
- display: flex;
1522
+ .wy-icon-active-stack {
1523
+ display: inline-flex;
1238
1524
  position: relative;
1525
+ line-height: 1;
1239
1526
  }
1240
-
1241
- .wy-conversation-link {
1242
- display: flex;
1243
- padding: 0.5rem;
1244
- border: none;
1245
- z-index: unset !important;
1527
+ .wy-icon-active-stack > * {
1528
+ transition: opacity var(--wy-transition);
1529
+ align-self: center;
1530
+ justify-self: center;
1531
+ margin: auto;
1532
+ }
1533
+ .wy-icon-active-stack > :last-child {
1534
+ position: absolute;
1535
+ opacity: 0;
1246
1536
  }
1247
- .wy-conversation-link.wy-active {
1248
- background-color: #f2f2f2;
1537
+ .wy-icon-active-stack.wy-active > :first-child, .wy-active .wy-icon-active-stack > :first-child {
1538
+ opacity: 0;
1539
+ }
1540
+ .wy-icon-active-stack.wy-active > :last-child, .wy-active .wy-icon-active-stack > :last-child {
1541
+ opacity: 1;
1249
1542
  }
1250
1543
 
1251
- .wy-conversation-body {
1252
- flex-grow: 1;
1253
- min-width: 0;
1254
- margin-left: 1rem;
1544
+ .wy-icon:not([class*=wy-icon-]):not([class*=wy-kind-]) * {
1545
+ fill: currentColor;
1255
1546
  }
1256
1547
 
1257
- .wy-conversation-header {
1548
+ .wy-content-icon {
1549
+ border-radius: var(--wy-component-border-radius, var(--wy-border-radius-lg));
1258
1550
  display: flex;
1259
1551
  align-items: center;
1552
+ justify-content: center;
1553
+ flex-direction: column;
1554
+ text-align: center;
1555
+ padding: 1rem 2rem;
1556
+ margin: auto;
1260
1557
  }
1261
-
1262
- .wy-conversation-title {
1263
- overflow: hidden;
1264
- text-overflow: ellipsis;
1265
- white-space: nowrap;
1266
- margin-right: auto;
1267
- }
1268
- .wy-conversation.wy-unread .wy-conversation-title {
1269
- font-weight: 700;
1558
+ .wy-content-icon > .wy-icon-stack, .wy-content-icon > .wy-icon {
1559
+ width: 4rem;
1560
+ height: 4rem;
1270
1561
  }
1271
1562
 
1272
- .wy-conversation-time {
1273
- color: #6b6b6b;
1274
- font-size: 0.75rem;
1275
- margin-left: 0.5rem;
1276
- margin-right: 0.25rem;
1277
- flex-shrink: 0;
1563
+ .wy-icon-primary * {
1564
+ fill: var(--wy-primary);
1278
1565
  }
1279
1566
 
1280
- .wy-conversation-summary {
1281
- overflow: hidden;
1282
- text-overflow: ellipsis;
1283
- white-space: nowrap;
1284
- color: #6b6b6b;
1285
- font-size: 0.875rem;
1286
- margin-right: 4rem;
1287
- height: 1.5rem;
1288
- line-height: 1.5rem;
1289
- }
1290
- .wy-conversation-summary .wy-emoji {
1291
- vertical-align: -0.3125rem;
1292
- }
1293
- .wy-conversation-summary .wy-icon {
1294
- vertical-align: -0.4375rem;
1295
- }
1296
- .wy-conversation.wy-unread .wy-conversation-summary {
1297
- font-weight: 500;
1298
- color: #292929;
1567
+ .wy-icon-error * {
1568
+ fill: var(--wy-error);
1299
1569
  }
1300
- .wy-conversation-summary .wy-typing-show {
1301
- overflow: hidden;
1302
- text-overflow: ellipsis;
1303
- white-space: nowrap;
1304
- font-weight: 400;
1570
+
1571
+ .wy-icon-blue * {
1572
+ fill: var(--wy-blue);
1305
1573
  }
1306
1574
 
1307
- .wy-conversation-actions {
1308
- display: flex;
1309
- align-items: center;
1310
- position: absolute;
1311
- right: 0.5rem;
1312
- bottom: 0.25rem;
1575
+ .wy-icon-indigo * {
1576
+ fill: var(--wy-indigo);
1313
1577
  }
1314
1578
 
1315
- .wy-dropdown-menu {
1316
- position: absolute;
1317
- z-index: 1000;
1318
- display: none;
1319
- min-width: 10rem;
1320
- padding: 0.25rem 0;
1321
- margin: 0;
1322
- font-size: 1rem;
1323
- color: #292929;
1324
- text-align: left;
1325
- list-style: none;
1326
- background-color: #fff;
1327
- background-clip: padding-box;
1328
- border: 0 solid var(--wy-border-color-translucent);
1329
- border-radius: 0.375rem;
1330
- box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14), 0 0.1875rem 0.0625rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
1579
+ .wy-icon-purple * {
1580
+ fill: var(--wy-purple);
1331
1581
  }
1332
- [data-bs-popper].wy-dropdown-menu {
1333
- top: 100%;
1334
- left: 0;
1335
- margin-top: 0.25rem;
1582
+
1583
+ .wy-icon-pink * {
1584
+ fill: var(--wy-pink);
1336
1585
  }
1337
1586
 
1338
- .wy-dropdown-divider {
1339
- height: 0;
1340
- margin: 0.25rem 0;
1341
- overflow: hidden;
1342
- border-top: 1px solid var(--wy-border-color-translucent);
1587
+ .wy-icon-red * {
1588
+ fill: var(--wy-red);
1343
1589
  }
1344
1590
 
1345
- .wy-dropdown-item {
1346
- display: block;
1347
- width: 100%;
1348
- padding: 0.75rem 0.75rem;
1349
- clear: both;
1350
- font-weight: 400;
1351
- color: #292929;
1352
- text-align: inherit;
1353
- white-space: nowrap;
1354
- background-color: transparent;
1355
- border: 0;
1591
+ .wy-icon-orange * {
1592
+ fill: var(--wy-orange);
1356
1593
  }
1357
- .wy-dropdown-item:hover, .wy-dropdown-item:focus {
1358
- color: #252525;
1359
- background-color: #f2f2f2;
1594
+
1595
+ .wy-icon-yellow * {
1596
+ fill: var(--wy-yellow);
1360
1597
  }
1361
- .active.wy-dropdown-item, .wy-dropdown-item:active {
1362
- color: #383838;
1363
- text-decoration: none;
1364
- background-color: #e6e6e6;
1598
+
1599
+ .wy-icon-green * {
1600
+ fill: var(--wy-green);
1365
1601
  }
1366
- .disabled.wy-dropdown-item, .wy-dropdown-item:disabled {
1367
- color: gray;
1368
- pointer-events: none;
1369
- background-color: transparent;
1602
+
1603
+ .wy-icon-teal * {
1604
+ fill: var(--wy-teal);
1370
1605
  }
1371
1606
 
1372
- .wy-dropdown,
1373
- .wy-dropup {
1374
- position: relative;
1607
+ .wy-icon-cyan * {
1608
+ fill: var(--wy-cyan);
1375
1609
  }
1376
1610
 
1377
- .wy-dropup .wy-dropdown-menu {
1378
- top: auto;
1379
- bottom: 100%;
1380
- margin-top: 0;
1381
- margin-bottom: 0.25rem;
1611
+ .wy-icon-gray * {
1612
+ fill: var(--wy-gray);
1382
1613
  }
1383
1614
 
1384
- .wy-dropdown-toggle {
1385
- white-space: nowrap;
1615
+ [class*=wy-kind-] * {
1616
+ fill: var(--wy-gray);
1386
1617
  }
1387
1618
 
1388
- .wy-dropdown-menu {
1389
- display: block;
1619
+ .wy-kind-archive * {
1620
+ fill: var(--wy-orange);
1390
1621
  }
1391
- .wy-dropup .wy-dropdown-menu {
1392
- top: auto;
1393
- bottom: 100%;
1394
- margin-top: 0;
1395
- margin-bottom: 0.25rem;
1622
+
1623
+ .wy-kind-audio * {
1624
+ fill: var(--wy-teal);
1396
1625
  }
1397
- [data-bs-toggle=dropdown] ~ .wy-dropdown-menu:not(.show) {
1398
- display: none;
1626
+
1627
+ .wy-kind-code * {
1628
+ fill: var(--wy-green);
1399
1629
  }
1400
- [data-bs-toggle=dropdown] ~ .wy-dropdown-menu[hidden].show {
1401
- display: block !important;
1630
+
1631
+ .wy-kind-document * {
1632
+ fill: var(--wy-blue);
1402
1633
  }
1403
1634
 
1404
- .wy-dropdown-menu-end {
1405
- right: 0;
1635
+ .wy-kind-email * {
1636
+ fill: var(--wy-red);
1406
1637
  }
1407
1638
 
1408
- .wy-dropdown-item {
1409
- cursor: pointer;
1410
- display: flex;
1411
- align-items: center;
1639
+ .wy-kind-presentation * {
1640
+ fill: var(--wy-orange);
1412
1641
  }
1413
- .wy-dropdown-item > img, .wy-dropdown-item .wy-icon {
1414
- margin-right: 0.5rem;
1415
- color: rgba(0, 0, 0, 0.54);
1642
+
1643
+ .wy-kind-spreadsheet * {
1644
+ fill: var(--wy-green);
1416
1645
  }
1417
- .wy-dropdown-item:active > .wy-icon {
1418
- color: rgba(0, 0, 0, 0.54);
1646
+
1647
+ .wy-kind-image * {
1648
+ fill: var(--wy-pink);
1419
1649
  }
1420
- .wy-dropdown-item.wy-option .wy-icon {
1421
- visibility: hidden;
1650
+
1651
+ .wy-kind-text * {
1652
+ fill: var(--wy-cyan);
1422
1653
  }
1423
- .wy-dropdown-item.wy-option.wy-selected .wy-icon {
1424
- visibility: visible;
1654
+
1655
+ .wy-kind-video * {
1656
+ fill: var(--wy-purple);
1425
1657
  }
1426
1658
 
1427
- .wy-emoji {
1428
- width: 1.25rem;
1429
- height: 1.25rem;
1430
- vertical-align: -0.25rem;
1659
+ .wy-ext-pdf * {
1660
+ fill: var(--wy-red);
1431
1661
  }
1432
1662
 
1433
1663
  .wy-image-grid {
@@ -1435,7 +1665,7 @@ input[type=search]::-webkit-search-cancel-button {
1435
1665
  flex-wrap: wrap;
1436
1666
  justify-content: space-evenly;
1437
1667
  position: relative;
1438
- border-radius: 0.375rem;
1668
+ border-radius: var(--wy-border-radius);
1439
1669
  overflow: hidden;
1440
1670
  column-gap: 1px;
1441
1671
  row-gap: 1px;
@@ -1447,8 +1677,6 @@ input[type=search]::-webkit-search-cancel-button {
1447
1677
  flex: auto;
1448
1678
  background-color: inherit;
1449
1679
  background-clip: content-box;
1450
- min-width: max(25%, 4rem);
1451
- min-height: 4rem;
1452
1680
  }
1453
1681
  .wy-image-grid .wy-image:first-of-type:not(:nth-last-of-type(2)) {
1454
1682
  flex-basis: 100% !important;
@@ -1467,8 +1695,7 @@ input[type=search]::-webkit-search-cancel-button {
1467
1695
  .wy-image-grid .wy-more {
1468
1696
  position: absolute;
1469
1697
  line-height: 100%;
1470
- color: #fff;
1471
- background: rgba(0, 0, 0, 0.5);
1698
+ color: #ffffff;
1472
1699
  top: 0;
1473
1700
  left: 0;
1474
1701
  bottom: 0;
@@ -1477,50 +1704,303 @@ input[type=search]::-webkit-search-cancel-button {
1477
1704
  align-items: center;
1478
1705
  justify-content: center;
1479
1706
  font-size: 1.5rem;
1707
+ background: rgba(0, 0, 0, var(--wy-opacity-disabled));
1708
+ }
1709
+
1710
+ .wy-input {
1711
+ --wy-component-background-color: var(--wy-background);
1712
+ --wy-component-color: var(--wy-on-background);
1713
+ background-color: var(--wy-component-background-color);
1714
+ color: var(--wy-component-color);
1715
+ border: var(--wy-input-border-width) solid var(--wy-outline-variant);
1716
+ display: block;
1717
+ width: 100%;
1718
+ padding: var(--wy-input-padding-y) var(--wy-input-padding-x);
1719
+ font-family: var(--wy-font-family);
1720
+ font-size: var(--wy-input-font-size);
1721
+ font-weight: var(--wy-input-font-weight);
1722
+ line-height: var(--wy-input-line-height);
1723
+ background-clip: padding-box;
1724
+ appearance: none;
1725
+ border-radius: var(--wy-input-border-radius);
1726
+ }
1727
+ .wy-input:focus {
1728
+ --wy-component-color: var(--wy-on-surface);
1729
+ color: var(--wy-component-color);
1730
+ border-color: var(--wy-primary);
1731
+ outline: 0;
1732
+ }
1733
+ .wy-input::placeholder {
1734
+ color: var(--wy-outline);
1735
+ opacity: 1;
1736
+ }
1737
+ .wy-input:disabled {
1738
+ opacity: 38%;
1739
+ }
1740
+ .wy-input::file-selector-button, .wy-input::-webkit-file-upload-button {
1741
+ color: var(--wy-component-color);
1742
+ background-color: var(--wy-component-background-color);
1743
+ padding: var(--wy-input-padding-y) var(--wy-input-padding-x);
1744
+ margin: calc(-1 * var(--wy-input-padding-y)) calc(-1 * var(--wy-input-padding-x));
1745
+ margin-inline-end: var(--wy-input-padding-x);
1746
+ pointer-events: none;
1747
+ border-color: inherit;
1748
+ border-style: solid;
1749
+ border-width: 0;
1750
+ border-inline-end-width: var(--wy-input-border-width);
1751
+ border-radius: 0;
1752
+ }
1753
+ .wy-input:hover:not(:disabled):not([readonly])::file-selector-button, .wy-input:hover:not(:disabled):not([readonly]) ::-webkit-file-upload-button {
1754
+ background-color: var(--wy-component-background-color);
1755
+ }
1756
+ .wy-input[type=file] {
1757
+ overflow: hidden;
1758
+ }
1759
+ .wy-input[type=file]:not(:disabled):not([readonly]) {
1760
+ cursor: pointer;
1761
+ }
1762
+ .wy-input::-webkit-date-and-time-value {
1763
+ height: calc(var(--wy-input-line-height) * 1em);
1764
+ }
1765
+ .wy-input[type=search]::-webkit-search-cancel-button {
1766
+ -webkit-appearance: none;
1767
+ }
1768
+
1769
+ .wy-input-filled {
1770
+ --wy-component-background-color: var(--wy-surface-2);
1771
+ --wy-component-color: var(--wy-on-surface);
1772
+ background-color: var(--wy-component-background-color);
1773
+ color: var(--wy-component-color);
1774
+ border-radius: 1.25rem;
1775
+ border-color: var(--wy-component-background-color);
1776
+ }
1777
+ .wy-input-filled:focus {
1778
+ border-color: var(--wy-outline-variant);
1779
+ }
1780
+
1781
+ .wy-is-invalid, .wy-is-invalid:focus {
1782
+ border-color: var(--wy-error);
1783
+ }
1784
+
1785
+ .wy-description {
1786
+ margin-top: 0.25rem;
1787
+ font-size: var(--wy-font-size-sm);
1788
+ }
1789
+
1790
+ .wy-input-label {
1791
+ display: block;
1792
+ margin-bottom: 0.5rem;
1793
+ }
1794
+
1795
+ .wy-input-group {
1796
+ position: relative;
1797
+ }
1798
+ .wy-input-group > .wy-icon {
1799
+ position: absolute;
1800
+ top: 0rem;
1801
+ left: 0rem;
1802
+ z-index: 4;
1803
+ }
1804
+ .wy-input-group > .wy-icon + .wy-input {
1805
+ padding-left: 2.5rem;
1806
+ }
1807
+ .wy-input-group .wy-button-icon {
1808
+ position: absolute;
1809
+ top: 0rem;
1810
+ right: 0rem;
1811
+ z-index: 4;
1812
+ border-radius: var(--wy-input-border-radius);
1813
+ background: transparent;
1814
+ }
1815
+ .wy-input-group .wy-input-filled ~ .wy-button-icon {
1816
+ border-radius: 1.25rem;
1817
+ }
1818
+ .wy-input-group .wy-input {
1819
+ padding-right: 2.5rem;
1820
+ }
1821
+ .wy-input-group .wy-input:placeholder-shown ~ .wy-button-icon[type=reset] {
1822
+ display: none;
1823
+ }
1824
+ .wy-input-group .wy-input:not(:placeholder-shown) ~ .wy-button-icon[type=reset] + .wy-button-icon {
1825
+ display: none;
1826
+ }
1827
+
1828
+ .wy-item {
1829
+ position: relative;
1830
+ display: flex;
1831
+ align-items: center;
1832
+ gap: 0.5rem;
1833
+ padding: 0.25rem 0.75rem;
1834
+ text-decoration: none;
1835
+ min-height: 3rem;
1836
+ }
1837
+ .wy-item > .wy-avatar, .wy-item > .wy-icon, .wy-item > .wy-icon-stack {
1838
+ margin-left: -0.25rem;
1839
+ }
1840
+
1841
+ .wy-item-body {
1842
+ width: 100%;
1843
+ overflow: hidden;
1844
+ text-overflow: ellipsis;
1845
+ white-space: nowrap;
1846
+ }
1847
+ .wy-item-body > * {
1848
+ overflow: hidden;
1849
+ text-overflow: ellipsis;
1850
+ white-space: nowrap;
1851
+ }
1852
+ .wy-item-body + .wy-dropdown, .wy-item-body + .wy-button-icon, .wy-item-body + .wy-item-actions {
1853
+ margin-right: -0.5rem;
1854
+ }
1855
+ .wy-item-body + .wy-emoji {
1856
+ margin-right: 0.125rem;
1857
+ }
1858
+
1859
+ .wy-item-title {
1860
+ color: var(--wy-on-background);
1861
+ font-weight: var(--wy-headings-font-weight);
1862
+ overflow: hidden;
1863
+ text-overflow: ellipsis;
1864
+ white-space: nowrap;
1865
+ }
1866
+
1867
+ .wy-item-text {
1868
+ color: var(--wy-outline);
1869
+ overflow: hidden;
1870
+ text-overflow: ellipsis;
1871
+ white-space: nowrap;
1872
+ font-size: var(--wy-font-size-sm);
1873
+ }
1874
+ .wy-item-text .wy-emoji, .wy-item-text .wy-icon {
1875
+ width: 1.25rem;
1876
+ height: 1.25rem;
1877
+ vertical-align: -0.3125rem;
1878
+ }
1879
+
1880
+ .wy-item-actions {
1881
+ --wy-component-background-color: transparent;
1882
+ display: flex;
1883
+ align-items: center;
1884
+ flex: 0 0 auto;
1885
+ }
1886
+
1887
+ .wy-item-actions-top {
1888
+ position: absolute;
1889
+ top: 0.25rem;
1890
+ right: 0.25rem;
1891
+ margin: 0 !important;
1892
+ }
1893
+
1894
+ .wy-item-actions-bottom {
1895
+ position: absolute;
1896
+ bottom: 0.25rem;
1897
+ right: 0.25rem;
1898
+ margin: 0 !important;
1899
+ }
1900
+
1901
+ .wy-item-body:has(+ .wy-item-actions-bottom) .wy-item-row:last-child {
1902
+ margin-right: 4.5rem;
1903
+ }
1904
+
1905
+ .wy-item-body:has(+ .wy-item-actions-top) .wy-item-row:first-child {
1906
+ margin-right: 2rem;
1907
+ }
1908
+
1909
+ .wy-item-row {
1910
+ display: flex;
1911
+ align-items: center;
1912
+ }
1913
+ .wy-item-row:first-child {
1914
+ margin-bottom: 0.125rem;
1915
+ }
1916
+ .wy-item-row .wy-item-title {
1917
+ margin-right: auto;
1918
+ }
1919
+ .wy-item-row .wy-item-text {
1920
+ margin-right: auto;
1921
+ }
1922
+ .wy-item-row .wy-meta {
1923
+ margin: 0 0.25rem;
1924
+ white-space: nowrap;
1480
1925
  }
1481
1926
 
1482
- .wy-reaction-count {
1483
- margin: 0 0.25rem;
1484
- line-height: 1;
1485
- color: #6b6b6b;
1486
- font-size: 0.875rem;
1927
+ .wy-item-hover {
1928
+ user-select: none;
1929
+ cursor: pointer;
1930
+ }
1931
+ .wy-item-hover:hover, .wy-item-hover:focus {
1932
+ --wy-component-background-color: var(--wy-surface-2);
1933
+ --wy-component-color: var(--wy-on-surface);
1934
+ background-color: var(--wy-component-background-color);
1935
+ color: var(--wy-component-color);
1936
+ text-decoration: none;
1937
+ }
1938
+ .wy-item-hover:active {
1939
+ --wy-component-background-color: var(--wy-surface-variant);
1940
+ --wy-component-color: var(--wy-on-surface-variant);
1941
+ background-color: var(--wy-component-background-color);
1942
+ color: var(--wy-component-color);
1943
+ }
1944
+ .wy-item-hover.wy-disabled, .wy-item-hover:disabled {
1945
+ opacity: var(--wy-opacity-disabled);
1946
+ pointer-events: none;
1947
+ }
1948
+ .wy-item-hover.wy-active {
1949
+ --wy-component-background-color: var(--wy-primary-container);
1950
+ --wy-component-color: var(--wy-on-primary-container);
1951
+ background-color: var(--wy-component-background-color);
1952
+ color: var(--wy-component-color);
1953
+ border-color: var(--wy-component-background-color);
1487
1954
  }
1488
1955
 
1489
- .wy-reaction-menu {
1490
- padding: 0.5rem;
1491
- font-size: 1.125rem;
1492
- border-radius: 2.5rem;
1956
+ .wy-item-lg {
1957
+ padding: 0.75rem;
1958
+ min-height: 4.5rem;
1959
+ gap: 0.75rem;
1960
+ }
1961
+ .wy-item-lg > .wy-avatar, .wy-item-lg > .wy-icon, .wy-item-lg > .wy-icon-stack {
1962
+ margin-left: 0;
1493
1963
  }
1494
1964
 
1495
- .wy-reaction-picker {
1965
+ .wy-list {
1966
+ border-radius: var(--wy-border-radius-sm);
1496
1967
  display: flex;
1968
+ flex-direction: column;
1969
+ gap: 1px;
1970
+ min-width: 0;
1497
1971
  }
1498
- .wy-reaction-picker .wy-reaction-button {
1499
- color: unset;
1972
+ .wy-list .wy-item:not(.wy-item-hover) {
1973
+ --wy-component-background-color: var(--wy-background);
1974
+ --wy-component-color: var(--wy-on-background);
1975
+ background-color: var(--wy-component-background-color);
1976
+ color: var(--wy-component-color);
1500
1977
  }
1501
-
1502
- .wy-reactions {
1503
- display: inline-flex;
1504
- align-items: center;
1505
- column-gap: 0.125rem;
1978
+ .wy-list .wy-item:first-child {
1979
+ border-top-left-radius: inherit;
1980
+ border-top-right-radius: inherit;
1506
1981
  }
1507
- .wy-reactions:empty {
1508
- display: none;
1982
+ .wy-list .wy-item:last-child {
1983
+ border-bottom-left-radius: inherit;
1984
+ border-bottom-right-radius: inherit;
1509
1985
  }
1510
1986
 
1511
- .wy-table-reactions td:first-child {
1512
- width: 2rem;
1513
- padding-left: 0;
1987
+ .wy-list-bordered {
1988
+ border: 1px solid var(--wy-outline-variant);
1989
+ gap: 0;
1514
1990
  }
1515
- .wy-table-reactions td:nth-child(2) {
1516
- width: 100%;
1517
- overflow: hidden;
1518
- text-overflow: ellipsis;
1519
- white-space: nowrap;
1991
+ .wy-list-bordered .wy-item {
1992
+ border-top: 1px solid var(--wy-outline-variant);
1993
+ border-left: none;
1994
+ border-right: none;
1520
1995
  }
1521
- .wy-table-reactions td:last-child {
1522
- width: 2rem;
1523
- padding-right: 0;
1996
+ .wy-list-bordered .wy-item:first-child {
1997
+ border-top: none;
1998
+ }
1999
+ .wy-list-bordered .wy-item:last-child {
2000
+ border-bottom: none;
2001
+ }
2002
+ .wy-list-bordered .wy-item + .wy-list-bordered .wy-item {
2003
+ border-top-width: 0;
1524
2004
  }
1525
2005
 
1526
2006
  .wy-messages {
@@ -1533,18 +2013,19 @@ input[type=search]::-webkit-search-cancel-button {
1533
2013
  }
1534
2014
 
1535
2015
  .wy-date-separator {
1536
- font-size: 0.75rem;
2016
+ font-size: var(--wy-font-size-xs);
1537
2017
  pointer-events: none;
1538
2018
  margin: 0.5rem;
1539
2019
  text-align: center;
1540
2020
  position: sticky;
1541
2021
  top: 1.5rem;
1542
- z-index: 2;
2022
+ z-index: 10;
1543
2023
  }
1544
2024
  .wy-date-separator time {
1545
- background: #f2f2f2;
2025
+ background: var(--wy-surface-3);
2026
+ color: var(--wy-on-surface);
1546
2027
  padding: 0.25rem 0.5rem;
1547
- border-radius: 0.375rem;
2028
+ border-radius: var(--wy-border-radius-sm);
1548
2029
  display: inline-block;
1549
2030
  }
1550
2031
 
@@ -1560,54 +2041,39 @@ input[type=search]::-webkit-search-cancel-button {
1560
2041
  }
1561
2042
  .wy-message .wy-image-grid,
1562
2043
  .wy-message .wy-attachments {
1563
- border-radius: 0.5rem;
1564
- }
1565
- .wy-message:hover .wy-message-buttons {
1566
- opacity: 1;
1567
- }
1568
- .wy-message .wy-reaction-menu {
1569
- right: 0;
2044
+ border-radius: var(--wy-border-radius);
1570
2045
  }
1571
2046
 
1572
2047
  .wy-message-meta {
1573
- font-size: 0.75rem;
2048
+ font-size: var(--wy-font-size-xs);
1574
2049
  margin: 0 0 0.25rem 0.25rem;
1575
- color: #6b6b6b;
2050
+ color: var(--wy-on-surface-variant);
1576
2051
  }
1577
2052
 
1578
2053
  .wy-message-bubble {
1579
- background-color: #f2f2f2;
1580
- border-radius: 1rem;
2054
+ --wy-component-background-color: var(--wy-surface-variant);
2055
+ --wy-component-color: var(--wy-on-surface-variant);
2056
+ background-color: var(--wy-component-background-color);
2057
+ color: var(--wy-component-color);
2058
+ border-radius: calc(var(--wy-border-radius) + 0.5rem);
1581
2059
  display: flex;
1582
- flex-direction: row;
1583
- flex-wrap: wrap;
2060
+ flex-direction: column;
1584
2061
  padding: 0.75rem;
2062
+ gap: 0.75rem;
1585
2063
  max-width: min(32rem, 100% - 2rem);
1586
- min-width: 10rem;
1587
2064
  }
1588
2065
  .wy-message-bubble > div {
1589
- margin-bottom: 0.5rem;
1590
2066
  flex: 1 1 100%;
1591
2067
  }
1592
- .wy-message-bubble > div:last-of-type {
1593
- margin-bottom: 0;
1594
- }
1595
-
1596
- .wy-message-text {
1597
- overflow-wrap: break-word;
1598
- min-width: 0;
1599
- }
1600
- .wy-message-text :not(pre) > code {
1601
- overflow-wrap: inherit;
1602
- }
1603
- .wy-message-text pre, .wy-message-text pre > code {
1604
- white-space: pre-wrap;
1605
- }
1606
- .wy-message-text :last-child {
1607
- margin-bottom: 0;
1608
- }
1609
- .wy-message-text:empty {
1610
- display: none;
2068
+ .wy-message-bubble .wy-reactions-line {
2069
+ position: relative;
2070
+ height: 0;
2071
+ min-height: 0;
2072
+ max-height: 0;
2073
+ margin: 0 -0.75rem -0.75rem;
2074
+ flex: 0 0 0;
2075
+ flex-direction: row-reverse;
2076
+ justify-content: flex-end;
1611
2077
  }
1612
2078
 
1613
2079
  .wy-message-author {
@@ -1623,15 +2089,6 @@ input[type=search]::-webkit-search-cancel-button {
1623
2089
  min-width: 0;
1624
2090
  position: relative;
1625
2091
  }
1626
- .wy-message-content .wy-reactions {
1627
- position: absolute;
1628
- bottom: -0.75rem;
1629
- left: 0.75rem;
1630
- background: #f2f2f2;
1631
- border-radius: 1.5rem;
1632
- border: 1px solid #f2f2f2;
1633
- padding: 0.125rem;
1634
- }
1635
2092
 
1636
2093
  .wy-message-content-row {
1637
2094
  display: flex;
@@ -1640,14 +2097,6 @@ input[type=search]::-webkit-search-cancel-button {
1640
2097
  max-width: 100%;
1641
2098
  }
1642
2099
 
1643
- .wy-message-buttons {
1644
- display: flex;
1645
- flex-direction: row;
1646
- column-gap: 0.25rem;
1647
- margin: 0.25rem;
1648
- opacity: 0;
1649
- }
1650
-
1651
2100
  .wy-message-me {
1652
2101
  margin-right: 0;
1653
2102
  margin-left: 2.5rem;
@@ -1662,32 +2111,31 @@ input[type=search]::-webkit-search-cancel-button {
1662
2111
  .wy-message-me .wy-message-content-row {
1663
2112
  flex-direction: row-reverse;
1664
2113
  }
1665
- .wy-message-me .wy-message-buttons {
1666
- flex-direction: row-reverse;
1667
- }
1668
2114
  .wy-message-me .wy-message-bubble {
1669
- background-color: #e9f6fc;
2115
+ --wy-component-background-color: var(--wy-primary-container);
2116
+ --wy-component-color: var(--wy-on-primary-container);
2117
+ background-color: var(--wy-component-background-color);
2118
+ color: var(--wy-component-color);
1670
2119
  }
1671
- .wy-message-me .wy-reaction-menu {
1672
- justify-content: flex-start;
1673
- right: auto;
2120
+ .wy-message-me .wy-reactions-line {
2121
+ flex-direction: row;
1674
2122
  }
1675
- .wy-message-me .wy-reactions {
1676
- background: #e9f6fc;
1677
- border-color: #e9f6fc;
1678
- left: auto;
1679
- right: 0.75rem;
2123
+ .wy-message-me .wy-reactions-line .wy-dropdown-menu {
2124
+ right: 0;
1680
2125
  }
1681
2126
 
1682
2127
  .wy-message-emoji .wy-message-bubble {
1683
2128
  background: none;
1684
- padding: 0;
2129
+ padding: 0 0 0.75rem;
1685
2130
  }
1686
- .wy-message-emoji .wy-message-text .wy-emoji {
2131
+ .wy-message-emoji .wy-content .wy-emoji {
1687
2132
  width: 3rem;
1688
2133
  height: 3rem;
1689
2134
  margin: 0;
1690
2135
  }
2136
+ .wy-message-emoji.wy-message-me .wy-content {
2137
+ text-align: end;
2138
+ }
1691
2139
 
1692
2140
  .wy-readby-status {
1693
2141
  display: flex;
@@ -1699,48 +2147,51 @@ input[type=search]::-webkit-search-cancel-button {
1699
2147
  margin-left: 0.25rem;
1700
2148
  }
1701
2149
 
1702
- .wy-message-toaster {
1703
- position: sticky;
1704
- top: 3.5rem;
1705
- bottom: 3.5rem;
1706
- cursor: pointer;
1707
- z-index: 3;
1708
- border-radius: 50rem;
1709
- background-color: #156B93;
1710
- color: #fff;
1711
- padding: 0.5rem 1rem;
1712
- margin-left: auto;
1713
- margin-right: auto;
1714
- margin-bottom: 0.5rem;
1715
- font-size: 0.875rem;
1716
- width: max-content;
1717
- align-self: center;
1718
- text-align: center;
1719
- color: #fff;
1720
- }
1721
-
1722
2150
  .wy-message-readmore {
1723
2151
  justify-self: center;
1724
2152
  text-align: center;
1725
2153
  }
1726
2154
 
1727
- .wy-message-editor {
1728
- backface-visibility: hidden;
1729
- background-color: rgba(242, 242, 242, 0.95);
2155
+ .wy-message-editor-top {
2156
+ background-color: var(--wy-component-background-color);
2157
+ color: var(--wy-component-color);
1730
2158
  }
1731
2159
  @supports (position: sticky) {
1732
- .wy-message-editor {
2160
+ .wy-message-editor-top {
1733
2161
  position: sticky;
1734
- bottom: 0;
2162
+ top: 0;
1735
2163
  z-index: 1020;
1736
2164
  }
1737
2165
  }
1738
- @supports (backdrop-filter: blur(0.5rem)) {
1739
- .wy-message-editor {
1740
- backdrop-filter: blur(0.5rem);
2166
+
2167
+ .wy-message-editor-bottom {
2168
+ background-color: var(--wy-component-background-color);
2169
+ color: var(--wy-component-color);
2170
+ }
2171
+ @supports (position: sticky) {
2172
+ .wy-message-editor-bottom {
2173
+ position: sticky;
2174
+ bottom: 0;
2175
+ z-index: 1020;
1741
2176
  }
1742
2177
  }
1743
2178
 
2179
+ .wy-message-editor-dragging::after {
2180
+ content: "Drop files here to upload.";
2181
+ background-color: rgba(255, 255, 255, 0.5);
2182
+ display: flex;
2183
+ justify-content: center;
2184
+ align-items: center;
2185
+ border: 2px dashed var(--wy-primary);
2186
+ font-weight: 700;
2187
+ z-index: 10000;
2188
+ position: absolute;
2189
+ top: 0;
2190
+ left: 0;
2191
+ bottom: 0;
2192
+ right: 0;
2193
+ }
2194
+
1744
2195
  .wy-message-form .wy-spinner {
1745
2196
  display: none;
1746
2197
  }
@@ -1751,19 +2202,18 @@ input[type=search]::-webkit-search-cancel-button {
1751
2202
  display: none;
1752
2203
  }
1753
2204
  .wy-message-form .wy-picker-list:not(:empty) {
1754
- border-top: 1px solid #cccccc;
2205
+ border-top: 1px solid var(--wy-outline-variant);
1755
2206
  }
1756
2207
 
1757
2208
  .wy-message-editor-inputs {
1758
2209
  display: flex;
1759
2210
  flex-direction: row;
1760
2211
  align-items: flex-end;
1761
- border-top: 1px solid rgba(204, 204, 204, 0.95);
1762
- padding: 0.5rem;
1763
- min-height: 3rem;
2212
+ padding: 0.5rem 0.25rem;
2213
+ min-height: 3.5rem;
1764
2214
  }
1765
2215
  .wy-message-editor-inputs > :not(:last-child) {
1766
- margin-right: 0.5rem;
2216
+ margin-right: 0.25rem;
1767
2217
  }
1768
2218
 
1769
2219
  .wy-message-editor-buttons {
@@ -1776,21 +2226,36 @@ input[type=search]::-webkit-search-cancel-button {
1776
2226
  flex-direction: column;
1777
2227
  }
1778
2228
 
2229
+ .wy-message-editor-mention {
2230
+ background: blue;
2231
+ color: white;
2232
+ }
2233
+
2234
+ .wy-message-editor-link {
2235
+ background: blue;
2236
+ color: white;
2237
+ }
2238
+
1779
2239
  .wy-message-editor-grow::after,
1780
2240
  .wy-message-editor-grow > textarea,
1781
2241
  .wy-message-editor-textfield {
1782
2242
  flex: 1 1 100%;
1783
- outline: #f2f2f2 solid 1px;
1784
- max-height: 10.2rem;
1785
- background-color: #fff;
1786
- border-radius: 1rem;
1787
- border: none;
2243
+ max-height: 11.25rem;
2244
+ background-color: var(--wy-background);
2245
+ color: var(--wy-on-background);
2246
+ border-radius: 1.25rem;
2247
+ border: var(--wy-input-border-width) solid var(--wy-background);
2248
+ }
2249
+ .wy-message-editor-grow:focus::after,
2250
+ .wy-message-editor-grow > textarea:focus,
2251
+ .wy-message-editor-textfield:focus {
2252
+ border-color: var(--wy-outline-variant);
1788
2253
  }
1789
2254
 
1790
2255
  .wy-message-editor-textcontent {
1791
- font-family: var(--wy-font-sans-serif);
1792
- font-size: 1rem;
1793
- padding: 0.375rem 0.75rem;
2256
+ font-family: var(--wy-font-family);
2257
+ font-size: var(--wy-font-size-base);
2258
+ padding: var(--wy-input-padding-y) var(--wy-input-padding-x);
1794
2259
  }
1795
2260
 
1796
2261
  .wy-message-editor-grow {
@@ -1810,6 +2275,15 @@ input[type=search]::-webkit-search-cancel-button {
1810
2275
  overflow: hidden;
1811
2276
  }
1812
2277
 
2278
+ .wy-meta {
2279
+ color: var(--wy-outline);
2280
+ font-size: var(--wy-font-size-sm);
2281
+ }
2282
+
2283
+ .wy-meta-sm {
2284
+ font-size: var(--wy-font-size-xs);
2285
+ }
2286
+
1813
2287
  .wy-viewport {
1814
2288
  position: fixed;
1815
2289
  top: 0;
@@ -1838,7 +2312,7 @@ input[type=search]::-webkit-search-cancel-button {
1838
2312
  perspective-origin: center center;
1839
2313
  }
1840
2314
  .wy-overlays .wy-panel {
1841
- background-color: rgba(255, 255, 255, 0.95);
2315
+ background-color: var(--wy-background);
1842
2316
  }
1843
2317
  .wy-overlays .wy-panel:not(.wy-transition) {
1844
2318
  transform: translateZ(-4rem) !important;
@@ -1850,7 +2324,7 @@ input[type=search]::-webkit-search-cancel-button {
1850
2324
  transition: opacity 0.1s 0.2s step-end;
1851
2325
  }
1852
2326
  .wy-overlays .wy-panel .wy-controls .wy-icon {
1853
- color: rgba(0, 0, 0, 0.54);
2327
+ color: var(--wy-on-surface);
1854
2328
  }
1855
2329
  .wy-overlays .wy-panel.wy-loaded .wy-controls {
1856
2330
  pointer-events: none;
@@ -1859,57 +2333,6 @@ input[type=search]::-webkit-search-cancel-button {
1859
2333
  .wy-overlays .wy-panel .wy-panel-frame {
1860
2334
  background-color: transparent;
1861
2335
  }
1862
- .wy-overlays .wy-panel.wy-controls-light .wy-icon {
1863
- color: rgba(0, 0, 0, 0.54);
1864
- }
1865
- .wy-overlays .wy-panel.wy-light {
1866
- background-color: rgba(255, 255, 255, 0.95);
1867
- }
1868
- .wy-overlays .wy-panel.wy-light .wy-icon {
1869
- color: rgba(0, 0, 0, 0.54);
1870
- }
1871
- .wy-overlays .wy-panel.wy-controls-dark .wy-icon {
1872
- color: rgba(255, 255, 255, 0.62);
1873
- }
1874
- .wy-overlays .wy-panel.wy-controls-dark .wy-icon:hover, .wy-overlays .wy-panel.wy-controls-dark .wy-icon:focus {
1875
- color: rgba(255, 255, 255, 0.95);
1876
- }
1877
- .wy-overlays .wy-panel.wy-controls-dark .wy-icon:active {
1878
- color: #fff;
1879
- }
1880
- .wy-overlays .wy-panel.wy-dark {
1881
- background-color: rgba(21, 21, 21, 0.95);
1882
- }
1883
- .wy-overlays .wy-panel.wy-dark .wy-icon {
1884
- color: rgba(255, 255, 255, 0.62);
1885
- }
1886
- .wy-overlays .wy-panel.wy-dark .wy-icon:hover, .wy-overlays .wy-panel.wy-dark .wy-icon:focus {
1887
- color: rgba(255, 255, 255, 0.95);
1888
- }
1889
- .wy-overlays .wy-panel.wy-dark .wy-icon:active {
1890
- color: #fff;
1891
- }
1892
- .wy-overlays .wy-panel.wy-dark.wy-open[data-title]::before {
1893
- background-color: rgba(41, 41, 41, 0.95);
1894
- color: rgba(255, 255, 255, 0.62);
1895
- box-shadow: rgba(71, 71, 71, 0.95) 0px -1px 0px 0px inset;
1896
- }
1897
- @media (min-width: 768px) {
1898
- .wy-overlays .wy-panel.wy-floating {
1899
- left: 1rem;
1900
- top: 1rem;
1901
- right: 1rem;
1902
- bottom: 1rem;
1903
- border-radius: 0.1875rem;
1904
- box-shadow: 0 1rem 2.25rem 0.125rem rgba(0, 0, 0, 0.14), 0 0.375rem 1.875rem 0.3125rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.2);
1905
- }
1906
- .wy-overlays .wy-panel.wy-floating:not(.wy-scroll-y) {
1907
- overflow: hidden;
1908
- }
1909
- }
1910
- .wy-overlays .wy-panel.wy-modal {
1911
- background-color: rgba(255, 255, 255, 0.95);
1912
- }
1913
2336
  @media (min-width: 768px) {
1914
2337
  .wy-overlays .wy-panel.wy-modal {
1915
2338
  left: auto;
@@ -1920,8 +2343,8 @@ input[type=search]::-webkit-search-cancel-button {
1920
2343
  margin-top: auto;
1921
2344
  margin-right: 4rem;
1922
2345
  margin-bottom: auto;
1923
- border-radius: 0.25rem;
1924
- box-shadow: 0 1rem 2.25rem 0.125rem rgba(0, 0, 0, 0.14), 0 0.375rem 1.875rem 0.3125rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.2);
2346
+ border-radius: var(--wy-border-radius);
2347
+ box-shadow: var(--wy-shadow-level4);
1925
2348
  width: 32rem;
1926
2349
  max-height: 32rem;
1927
2350
  }
@@ -1929,8 +2352,24 @@ input[type=search]::-webkit-search-cancel-button {
1929
2352
  overflow: hidden;
1930
2353
  }
1931
2354
  }
2355
+ @media (min-width: 768px) {
2356
+ .wy-overlays .wy-panel.wy-modal-full {
2357
+ left: 1rem;
2358
+ top: 1rem;
2359
+ right: 1rem;
2360
+ bottom: 1rem;
2361
+ margin: 0;
2362
+ border-radius: var(--wy-border-radius);
2363
+ box-shadow: var(--wy-shadow-level4);
2364
+ width: auto;
2365
+ max-height: none;
2366
+ }
2367
+ .wy-overlays .wy-panel.wy-modal-full:not(.wy-scroll-y) {
2368
+ overflow: hidden;
2369
+ }
2370
+ }
1932
2371
  .wy-overlays .wy-panel.wy-loading .wy-controls {
1933
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
2372
+ transition: opacity var(--wy-transition);
1934
2373
  opacity: 1;
1935
2374
  }
1936
2375
 
@@ -1938,7 +2377,7 @@ input[type=search]::-webkit-search-cancel-button {
1938
2377
  pointer-events: none;
1939
2378
  }
1940
2379
 
1941
- a.wy-pager {
2380
+ :not(tr).wy-pager {
1942
2381
  display: block;
1943
2382
  text-align: center;
1944
2383
  margin: 1rem auto;
@@ -1953,11 +2392,17 @@ tr.wy-pager td .wy-spinner {
1953
2392
  margin: 1rem auto;
1954
2393
  }
1955
2394
 
2395
+ .wy-grid .wy-pager {
2396
+ display: flex;
2397
+ }
2398
+
1956
2399
  .wy-pane {
1957
- min-height: 100vh;
1958
2400
  display: flex;
1959
2401
  flex-direction: column;
1960
2402
  position: relative;
2403
+ min-height: 0;
2404
+ height: 100%;
2405
+ flex: 1 1 auto;
1961
2406
  }
1962
2407
 
1963
2408
  .wy-pane-body {
@@ -1967,7 +2412,14 @@ tr.wy-pager td .wy-spinner {
1967
2412
  }
1968
2413
 
1969
2414
  .wy-pane-group {
1970
- padding: 0.5rem;
2415
+ padding: 0.75rem;
2416
+ }
2417
+
2418
+ .wy-pane-background {
2419
+ --wy-component-background-color: var(--wy-background);
2420
+ --wy-component-color: var(--wy-on-background);
2421
+ background-color: var(--wy-component-background-color);
2422
+ color: var(--wy-component-color);
1971
2423
  }
1972
2424
 
1973
2425
  .wy-panels {
@@ -1989,34 +2441,36 @@ tr.wy-pager td .wy-spinner {
1989
2441
  left: 0;
1990
2442
  pointer-events: none;
1991
2443
  overflow: hidden;
1992
- background-color: rgba(255, 255, 255, 0.95);
2444
+ background-color: var(--wy-background);
1993
2445
  display: flex;
1994
2446
  flex-direction: column;
1995
2447
  }
1996
2448
  .wy-panel .wy-controls {
1997
- top: 0.75rem;
1998
- left: 0.75rem;
1999
- min-width: 2rem;
2449
+ top: 0.25rem;
2450
+ left: 0.25rem;
2451
+ min-width: 2.5rem;
2000
2452
  width: auto;
2001
2453
  display: flex;
2002
2454
  z-index: 10000;
2003
2455
  order: -1;
2004
2456
  flex-direction: row-reverse;
2005
- border-bottom: 1px solid #cccccc;
2457
+ border-bottom: 1px solid var(--wy-outline-variant);
2006
2458
  }
2007
2459
  .wy-panel .wy-controls:empty {
2008
2460
  display: none;
2009
2461
  }
2010
2462
  .wy-panel .wy-controls .wy-icon {
2011
- color: rgba(0, 0, 0, 0.54);
2463
+ color: var(--wy-on-background);
2012
2464
  }
2013
2465
  .wy-panel .wy-panel-frame {
2014
- transition: opacity 0.1s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
2466
+ transition: opacity var(--wy-transition-fast);
2467
+ transition-delay: 0.2s;
2015
2468
  opacity: 1;
2016
2469
  }
2017
2470
  .wy-panel:not(.wy-loaded) .wy-panel-frame {
2018
2471
  opacity: 0;
2019
- transition: opacity 0.2s 0.1s step-start;
2472
+ transition: opacity 0.2s step-start;
2473
+ transition-delay: 0.1s;
2020
2474
  }
2021
2475
  .wy-panel.wy-open {
2022
2476
  pointer-events: all;
@@ -2029,19 +2483,20 @@ tr.wy-pager td .wy-spinner {
2029
2483
  left: 0;
2030
2484
  right: 0;
2031
2485
  height: 3rem;
2032
- padding: 0.5rem 0.5rem;
2486
+ padding: 0.25rem;
2033
2487
  opacity: 0;
2034
2488
  pointer-events: none;
2035
2489
  display: flex;
2036
2490
  align-items: center;
2037
2491
  justify-content: center;
2038
- transition: opacity 0.1s 0.2s step-end;
2039
- font-family: var(--wy-font-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji);
2040
- line-height: 1.5;
2041
- font-weight: 400;
2042
- background-color: rgba(242, 242, 242, 0.95);
2043
- color: rgba(0, 0, 0, 0.69);
2044
- box-shadow: rgba(204, 204, 204, 0.95) 0px -1px 0px 0px inset;
2492
+ transition: opacity 0.1s step-end;
2493
+ transition-delay: 0.2s;
2494
+ font-family: inherit;
2495
+ line-height: var(--wy-line-height);
2496
+ font-weight: var(--wy-font-weight);
2497
+ background-color: var(--wy-surface-1);
2498
+ color: var(--wy-on-surface);
2499
+ box-shadow: var(--wy-outline-variant) 0px -1px 0px 0px inset;
2045
2500
  backface-visibility: hidden;
2046
2501
  }
2047
2502
  @supports (backdrop-filter: blur(0.5rem)) {
@@ -2058,14 +2513,15 @@ tr.wy-pager td .wy-spinner {
2058
2513
  right: 0;
2059
2514
  pointer-events: none;
2060
2515
  opacity: 0;
2061
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
2516
+ transition: opacity var(--wy-transition);
2517
+ transition-duration: 0s;
2062
2518
  }
2063
2519
  .wy-panel.wy-open.wy-loading[data-title]::before {
2064
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
2065
2520
  opacity: 1;
2066
2521
  }
2067
2522
  .wy-panel.wy-open.wy-loading::after {
2068
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
2523
+ transition: opacity var(--wy-transition);
2524
+ transition-duration: 0.5s;
2069
2525
  opacity: 1;
2070
2526
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3Eg%7Banimation:rotate 2s linear infinite;transform-origin:center center%7Dcircle%7Bstroke-dasharray:1,100;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite%7D@keyframes rotate%7B100%25%7Btransform:rotate(360deg)%7D%7D@keyframes dash%7B0%25%7Bstroke-dasharray:1,100;stroke-dashoffset:0%7D50%25%7Bstroke-dasharray:44.5,100;stroke-dashoffset:-17.5px%7D100%25%7Bstroke-dasharray:44.5,100;stroke-dashoffset:-62px%7D%7D@keyframes color%7B0%25,100%25%7Bstroke:%23216eb4%7D40%25%7Bstroke:%2328b7cf%7D66%25%7Bstroke:%23216eb4%7D80%25,90%25%7Bstroke:%2328b7cf%7D%7D%3C/style%3E%3Cg%3E%3Ccircle fill='none' cx='12' cy='12' r='11' stroke-linecap='butt' stroke-width='2' /%3E%3C/g%3E%3C/svg%3E");
2071
2527
  background-repeat: no-repeat;
@@ -2077,10 +2533,10 @@ tr.wy-pager td .wy-spinner {
2077
2533
  .wy-panel {
2078
2534
  opacity: 0;
2079
2535
  visibility: hidden;
2080
- transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.01s, transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0.01s, visibility 0.01s step-end 0.1s;
2536
+ transition: opacity var(--wy-transition-fast) 0.01s, transform var(--wy-transition-fast) 0.01s, visibility 0.01s step-end var(--wy-transition-duration-fast);
2081
2537
  }
2082
2538
  .wy-panel.wy-open {
2083
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s step-start;
2539
+ transition: opacity var(--wy-transition), transform var(--wy-transition), visibility var(--wy-transition-duration) step-start;
2084
2540
  visibility: visible;
2085
2541
  }
2086
2542
  .wy-panel.wy-open.wy-transition {
@@ -2094,6 +2550,8 @@ tr.wy-pager td .wy-spinner {
2094
2550
  }
2095
2551
 
2096
2552
  .wy-picker-list {
2553
+ background: var(--wy-component-background-color);
2554
+ color: var(--wy-component-color);
2097
2555
  border: none;
2098
2556
  }
2099
2557
  .wy-picker-list > .wy-picker-list-item:first-child, .wy-picker-list > :first-child .wy-picker-list-item {
@@ -2125,28 +2583,51 @@ tr.wy-pager td .wy-spinner {
2125
2583
  white-space: nowrap;
2126
2584
  }
2127
2585
 
2586
+ .wy-main {
2587
+ display: flex;
2588
+ height: calc(100vh - 3rem);
2589
+ }
2590
+ @media (max-width: 767.98px) {
2591
+ .wy-main {
2592
+ flex-direction: column;
2593
+ }
2594
+ }
2595
+
2128
2596
  .wy-preview {
2597
+ --wy-component-background-color: var(--wy-background);
2598
+ --wy-component-color: var(--wy-on-background);
2599
+ background-color: var(--wy-component-background-color);
2600
+ color: var(--wy-component-color);
2129
2601
  display: flex;
2602
+ flex-direction: column;
2130
2603
  align-items: center;
2131
- justify-content: center;
2132
- height: calc(100% - 3rem - 1px);
2604
+ justify-content: space-around;
2133
2605
  position: relative;
2134
- background-color: #fff;
2606
+ flex: 1 1 100%;
2607
+ min-width: 16rem;
2608
+ min-height: 16rem;
2609
+ max-height: 100%;
2610
+ max-width: 100%;
2135
2611
  }
2136
- .wy-dark .wy-preview, .wy-preview.wy-dark {
2137
- background-color: #292929;
2612
+
2613
+ .wy-preview-area {
2614
+ min-width: 0;
2615
+ min-height: 0;
2616
+ width: 100%;
2617
+ height: 100%;
2618
+ flex: 1 1 auto;
2619
+ display: flex;
2620
+ flex-direction: column;
2138
2621
  }
2139
2622
 
2140
2623
  .wy-nav-prev, .wy-nav-next {
2141
- position: fixed;
2624
+ --wy-component-background-color: var(--wy-surface-variant);
2625
+ --wy-component-color: var(--wy-on-surface-variant);
2626
+ background-color: var(--wy-component-background-color);
2627
+ position: absolute;
2142
2628
  top: 50%;
2143
2629
  z-index: 1000;
2144
- }
2145
- .wy-nav-prev .wy-button-icon, .wy-nav-next .wy-button-icon {
2146
- background-color: #f2f2f2;
2147
- }
2148
- .wy-dark .wy-nav-prev .wy-button-icon, .wy-dark .wy-nav-next .wy-button-icon {
2149
- background-color: rgba(41, 41, 41, 0.95);
2630
+ border-radius: 50%;
2150
2631
  }
2151
2632
 
2152
2633
  .wy-nav-prev {
@@ -2154,82 +2635,42 @@ tr.wy-pager td .wy-spinner {
2154
2635
  }
2155
2636
 
2156
2637
  .wy-nav-next {
2157
- right: 0.5rem;
2158
- }
2159
-
2160
- .wy-document {
2161
- align-self: flex-start;
2162
- background-color: #fff;
2163
- color: #000;
2164
- padding: 2rem 3rem;
2165
- width: 100%;
2166
- min-height: 100%;
2167
- }
2168
- @media (min-width: 768px) {
2169
- .wy-document {
2170
- padding: 3rem 4rem;
2171
- margin: 2rem 3.5rem;
2172
- border-radius: 0.125rem;
2173
- box-shadow: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.14), 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.2);
2174
- width: 120ch;
2175
- min-height: 170ch;
2176
- max-width: 100%;
2177
- }
2178
- }
2179
-
2180
- .wy-toolbar {
2181
- position: fixed;
2182
- z-index: 1030;
2183
- bottom: 1.5rem;
2184
- left: 0;
2185
- right: 0;
2186
- height: 3rem;
2187
- display: flex;
2188
- justify-content: center;
2189
- }
2190
- .wy-toolbar span {
2191
- margin-left: 0.25rem;
2192
- }
2193
- .wy-toolbar .wy-input {
2194
- text-align: center;
2195
- border-color: transparent;
2196
- }
2197
-
2198
- .wy-tools {
2199
- background-color: rgba(242, 242, 242, 0.95);
2200
- color: #000;
2201
- border-radius: 0.375rem;
2202
- display: flex;
2203
- align-items: center;
2204
- backface-visibility: hidden;
2205
- }
2206
- @supports (backdrop-filter: blur(0.5rem)) {
2207
- .wy-tools {
2208
- backdrop-filter: blur(0.5rem);
2209
- }
2210
- }
2211
- .wy-dark .wy-tools {
2212
- background-color: rgba(41, 41, 41, 0.95);
2213
- color: rgba(255, 255, 255, 0.62);
2214
- }
2215
- .wy-dark .wy-tools .wy-icon {
2216
- color: rgba(255, 255, 255, 0.62);
2217
- }
2218
- .wy-dark .wy-tools .wy-input {
2219
- background-color: rgba(0, 0, 0, 0.5);
2220
- color: rgba(255, 255, 255, 0.62);
2638
+ right: 0.5rem;
2221
2639
  }
2222
2640
 
2223
- .wy-tool {
2224
- display: flex;
2225
- align-items: center;
2226
- margin: 0 0.5rem;
2641
+ .wy-document {
2642
+ --wy-component-background-color: var(--wy-white);
2643
+ --wy-component-color: var(--wy-on-background);
2644
+ background-color: var(--wy-component-background-color);
2645
+ color: var(--wy-component-color);
2646
+ align-self: flex-start;
2647
+ padding: 2rem 3.5rem;
2648
+ width: 100%;
2649
+ min-height: 100%;
2650
+ flex: 1 0 auto;
2651
+ }
2652
+ @media (min-width: 768px) {
2653
+ .wy-document {
2654
+ padding: 3rem 4rem;
2655
+ margin: 2rem auto;
2656
+ border-radius: 0.125rem;
2657
+ box-shadow: var(--wy-shadow-level2);
2658
+ width: 120ch;
2659
+ min-height: 170ch;
2660
+ max-width: calc(100% - 3.5rem);
2661
+ }
2227
2662
  }
2228
2663
 
2229
2664
  .wy-content-code {
2665
+ /*--wy-component-background-color: var(--wy-surface-1);
2666
+ --wy-component-color: var(--wy-on-surface);
2667
+
2668
+ background-color: var(--wy-component-background-color);
2669
+ color: var(--wy-component-color);
2670
+ */
2230
2671
  align-self: flex-start;
2231
2672
  width: 100%;
2232
- padding: 1rem 3rem;
2673
+ padding: 2rem 3.5rem;
2233
2674
  }
2234
2675
 
2235
2676
  .wy-content-iframe {
@@ -2237,10 +2678,15 @@ tr.wy-pager td .wy-spinner {
2237
2678
  display: block;
2238
2679
  width: 100%;
2239
2680
  height: 100%;
2681
+ top: 0;
2682
+ left: 0;
2240
2683
  flex: 1 1 100%;
2241
2684
  }
2242
2685
  .wy-content-iframe.wy-loaded {
2243
- background: #fff;
2686
+ --wy-component-background-color: var(--wy-surface-1);
2687
+ --wy-component-color: var(--wy-on-surface);
2688
+ background-color: var(--wy-component-background-color);
2689
+ color: var(--wy-component-color);
2244
2690
  }
2245
2691
  .wy-content-iframe.wy-loaded ~ .wy-content-iframe-fallback, .wy-content-iframe.wy-loaded ~ .wy-spinner {
2246
2692
  display: none;
@@ -2266,33 +2712,6 @@ tr.wy-pager td .wy-spinner {
2266
2712
  white-space: pre-wrap;
2267
2713
  }
2268
2714
 
2269
- .wy-content-icon {
2270
- background-color: #fff;
2271
- border-radius: 0.5rem;
2272
- display: flex;
2273
- align-items: center;
2274
- flex-direction: column;
2275
- text-align: center;
2276
- padding: 1rem 2rem;
2277
- }
2278
- .wy-content-icon .wy-icon-stack, .wy-content-icon .wy-icon {
2279
- width: 8rem;
2280
- height: 8rem;
2281
- }
2282
- .wy-dark .wy-content-icon {
2283
- background-color: rgba(41, 41, 41, 0.95);
2284
- color: rgba(255, 255, 255, 0.62);
2285
- }
2286
- .wy-dark .wy-content-icon a {
2287
- color: #79c7ec;
2288
- }
2289
- .wy-dark .wy-content-icon .wy-icon {
2290
- color: rgba(255, 255, 255, 0.7);
2291
- }
2292
- .wy-dark .wy-content-icon .wy-icon-stack .wy-icon:last-child {
2293
- background-color: rgba(41, 41, 41, 0.95);
2294
- }
2295
-
2296
2715
  .wy-content-image {
2297
2716
  min-width: 0;
2298
2717
  display: flex;
@@ -2302,32 +2721,18 @@ tr.wy-pager td .wy-spinner {
2302
2721
  margin: auto;
2303
2722
  max-height: 100%;
2304
2723
  max-width: 100%;
2305
- }
2306
- .wy-content-image.wy-intrinsic-image {
2307
- object-fit: scale-down;
2308
- }
2309
- .wy-content-image:not(.wy-intrinsic-image) {
2310
- height: 100%;
2311
- width: 100%;
2312
- --max-width: min(calc((100vh - 3rem) * (var(--width) / var(--height))), calc(var(--width) * 1px), 100%);
2313
- --max-height: min(calc(100vw * (var(--height) / var(--width))), calc(var(--height) * 1px), 100%);
2314
- /* // With sidebar
2315
- body.controller-content & {
2316
- --max-width: min(calc((100vh - 6rem) * (var(--width) / var(--height))), calc(var(--width) * 1px), 100%);
2317
- --max-height: min(calc(100vw * (var(--height) / var(--width))), calc(var(--height) * 1px), 100%);
2318
-
2319
- @include bs.media-breakpoint-up(lg) {
2320
- --max-width: min(calc((100vh - 3rem) * (var(--width) / var(--height))), calc(var(--width) * 1px), 100%);
2321
- --max-height: min(calc((100vw - 20rem) * (var(--height) / var(--width))), calc(var(--height) * 1px), 100%);
2322
- }
2323
- } */
2324
- max-width: var(--max-width);
2325
- max-height: var(--max-height);
2326
- transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform-origin 0.2s step-end;
2724
+ /*&.wy-intrinsic-image {
2725
+ object-fit: scale-down;
2726
+ }*/
2727
+ /*&:not(.wy-intrinsic-image) {
2728
+ transition: transform vars.$transition, transform-origin vars.$transition-duration step-end;
2729
+ //cursor: zoom-in;
2730
+ }*/
2731
+ transition: transform var(--wy-transition), transform-origin var(--wy-transition-duration) step-end;
2327
2732
  }
2328
2733
  .wy-content-image.wy-zoom {
2329
2734
  cursor: zoom-out;
2330
- transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform-origin 0.2s step-start;
2735
+ transition: transform var(--wy-transition), transform-origin var(--wy-transition-duration) step-start;
2331
2736
  }
2332
2737
  .wy-content-image img {
2333
2738
  min-width: 0;
@@ -2365,6 +2770,7 @@ tr.wy-pager td .wy-spinner {
2365
2770
  min-height: 0;
2366
2771
  max-width: 100%;
2367
2772
  max-height: 100%;
2773
+ flex: 1 1 auto;
2368
2774
  }
2369
2775
 
2370
2776
  .wy-content-video, .wy-content-audio {
@@ -2380,7 +2786,7 @@ tr.wy-pager td .wy-spinner {
2380
2786
  outline: none;
2381
2787
  }
2382
2788
 
2383
- :root {
2789
+ :root, :host > * {
2384
2790
  --pdfViewer-padding-bottom: 0;
2385
2791
  --page-margin: 2rem auto;
2386
2792
  --page-border: none;
@@ -2390,7 +2796,7 @@ tr.wy-pager td .wy-spinner {
2390
2796
  }
2391
2797
 
2392
2798
  @media screen and (forced-colors: active) {
2393
- :root {
2799
+ :root, :host > * {
2394
2800
  --pdfViewer-padding-bottom: 9px;
2395
2801
  --page-margin: 9px auto 0;
2396
2802
  --page-border: none;
@@ -2452,7 +2858,7 @@ tr.wy-pager td .wy-spinner {
2452
2858
  }
2453
2859
  .wy-scrollbars .wy-content-pdf .wy-pdf-container {
2454
2860
  scrollbar-width: thin;
2455
- scrollbar-color: rgba(128, 128, 128, 0.75) transparent;
2861
+ scrollbar-color: var(--wy-outline) transparent;
2456
2862
  }
2457
2863
  .wy-scrollbars .wy-content-pdf .wy-pdf-container::-webkit-scrollbar {
2458
2864
  height: 0.625rem;
@@ -2464,16 +2870,19 @@ tr.wy-pager td .wy-spinner {
2464
2870
  background: transparent;
2465
2871
  }
2466
2872
  .wy-scrollbars .wy-content-pdf .wy-pdf-container::-webkit-scrollbar-thumb {
2467
- background-color: rgba(128, 128, 128, 0.75);
2873
+ background-color: var(--wy-outline);
2468
2874
  border: 0.125rem solid transparent;
2469
2875
  border-radius: 0.5rem;
2470
2876
  background-clip: padding-box;
2877
+ opacity: 75%;
2471
2878
  }
2472
2879
  .wy-scrollbars .wy-content-pdf .wy-pdf-container::-webkit-scrollbar-thumb:hover {
2473
- background-color: rgba(92, 92, 92, 0.75);
2880
+ background-color: var(--wy-outline-variant);
2881
+ opacity: 75%;
2474
2882
  }
2475
2883
  .wy-scrollbars .wy-content-pdf .wy-pdf-container::-webkit-scrollbar-thumb:window-inactive {
2476
- background-color: rgba(128, 128, 128, 0.5);
2884
+ background-color: var(--wy-outline);
2885
+ opacity: 50%;
2477
2886
  }
2478
2887
  @supports (overflow-y: overlay) {
2479
2888
  .wy-scrollbars .wy-content-pdf .wy-pdf-container {
@@ -3000,7 +3409,7 @@ tr.wy-pager td .wy-spinner {
3000
3409
  }
3001
3410
  @media print {
3002
3411
  .wy-content-pdf .xfaTextfield,
3003
- .wy-content-pdf .xfaSelect {
3412
+ .wy-content-pdf .xfaSelect {
3004
3413
  background: transparent;
3005
3414
  }
3006
3415
  .wy-content-pdf .xfaSelect {
@@ -3026,8 +3435,8 @@ tr.wy-pager td .wy-spinner {
3026
3435
  overflow: visible;
3027
3436
  border: var(--page-border);
3028
3437
  background-clip: content-box;
3029
- box-shadow: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.14), 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.2);
3030
- background-color: rgb(255, 255, 255);
3438
+ box-shadow: var(--wy-shadow-level2);
3439
+ background-color: #ffffff;
3031
3440
  }
3032
3441
  .wy-content-pdf .pdfViewer .dummyPage {
3033
3442
  position: relative;
@@ -3117,84 +3526,268 @@ tr.wy-pager td .wy-spinner {
3117
3526
  white-space: pre-wrap;
3118
3527
  }
3119
3528
 
3120
- .wy-scroll-y {
3121
- overflow-y: auto;
3122
- touch-action: pan-y, pan-x;
3123
- will-change: scroll-position, opacity;
3124
- backface-visibility: hidden;
3125
- max-height: 100%;
3529
+ .wy-reaction-count {
3530
+ margin: 0 0.5rem 0 0.125rem;
3531
+ line-height: 1;
3532
+ font-size: var(--wy-font-size-sm);
3126
3533
  }
3127
- .wy-scroll-y:not(body) {
3128
- -webkit-overflow-scrolling: touch;
3534
+
3535
+ .wy-reaction-menu {
3536
+ padding: 0.25rem;
3537
+ font-size: 1.125rem;
3538
+ border-radius: 2.5rem;
3129
3539
  }
3130
- .wy-scroll-y:not(.wy-scroll-x) {
3131
- overflow-x: hidden;
3132
- touch-action: pan-y;
3540
+
3541
+ .wy-reaction-picker {
3542
+ display: flex;
3543
+ }
3544
+ .wy-reaction-picker .wy-reaction-button {
3545
+ color: unset;
3133
3546
  }
3134
3547
 
3135
- .wy-scroll-x {
3136
- overflow-x: auto;
3137
- touch-action: pan-y, pan-x;
3138
- will-change: scroll-position, opacity;
3139
- backface-visibility: hidden;
3140
- max-width: 100%;
3548
+ .wy-reactions {
3549
+ display: inline-flex;
3550
+ align-items: center;
3551
+ column-gap: 0.125rem;
3141
3552
  }
3142
- .wy-scroll-x:not(.wy-scroll-y) {
3143
- overflow-y: hidden;
3144
- touch-action: pan-x;
3553
+ .wy-reactions:empty {
3554
+ display: none;
3145
3555
  }
3146
3556
 
3147
- .wy-scrollbars.wy-scroll-y, .wy-scrollbars .wy-scroll-y {
3148
- scrollbar-width: thin;
3149
- scrollbar-color: rgba(128, 128, 128, 0.75) transparent;
3557
+ .wy-table-reactions td:first-child {
3558
+ width: 3rem;
3150
3559
  }
3151
- @supports (overflow-y: overlay) {
3152
- .wy-scrollbars.wy-scroll-y, .wy-scrollbars .wy-scroll-y {
3153
- overflow-y: overlay;
3560
+ .wy-table-reactions td:nth-child(2) {
3561
+ width: 100%;
3562
+ }
3563
+ .wy-table-reactions tr:last-child td {
3564
+ box-shadow: none;
3565
+ }
3566
+
3567
+ .wy-reactions-line {
3568
+ display: flex;
3569
+ align-items: center;
3570
+ /*> * {
3571
+ position: relative;
3572
+ }*/
3573
+ }
3574
+ .wy-reactions-line .wy-reactions {
3575
+ background: var(--wy-component-background-color);
3576
+ color: currentColor;
3577
+ border-radius: var(--wy-border-radius-pill);
3578
+ display: flex;
3579
+ width: auto;
3580
+ background-clip: content-box;
3581
+ }
3582
+ .wy-reactions-line .wy-reactions > .wy-emoji:first-child {
3583
+ margin-left: 0.125rem;
3584
+ }
3585
+ .wy-reactions-line .wy-reactions > .wy-emoji:last-child {
3586
+ margin-right: 0.125rem;
3587
+ }
3588
+ .wy-reactions-line .wy-reaction-menu-button {
3589
+ background: var(--wy-component-background-color);
3590
+ color: currentColor;
3591
+ border-radius: var(--wy-border-radius-pill);
3592
+ background-clip: content-box;
3593
+ }
3594
+
3595
+ .wy-spinner, .wy-icon[data-icon=spinner] {
3596
+ align-self: center;
3597
+ justify-self: center;
3598
+ margin: auto;
3599
+ }
3600
+ .wy-spinner circle, .wy-icon[data-icon=spinner] circle {
3601
+ stroke-dasharray: 1, 100;
3602
+ stroke-dashoffset: 0;
3603
+ transform-origin: center;
3604
+ fill: none !important;
3605
+ }
3606
+ .wy-spinner.wy-spin, .wy-icon[data-icon=spinner].wy-spin {
3607
+ animation: wy-rotate 1.4s linear infinite;
3608
+ }
3609
+ .wy-spinner.wy-spin circle, .wy-icon[data-icon=spinner].wy-spin circle {
3610
+ animation: wy-dash 1.4s ease-in-out infinite, wy-color 2.8s ease-in-out infinite;
3611
+ }
3612
+
3613
+ @keyframes wy-rotate {
3614
+ 100% {
3615
+ transform: rotate(360deg);
3154
3616
  }
3155
3617
  }
3156
- .wy-scrollbars.wy-scroll-y::-webkit-scrollbar, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar {
3157
- height: 0.625rem;
3158
- width: 0.625rem;
3159
- background: transparent;
3160
- z-index: 999;
3618
+ @keyframes wy-dash {
3619
+ 0% {
3620
+ stroke-dasharray: 1, 100;
3621
+ stroke-dashoffset: 0;
3622
+ }
3623
+ 50% {
3624
+ stroke-dasharray: 44.5, 100;
3625
+ stroke-dashoffset: -17.5;
3626
+ }
3627
+ 100% {
3628
+ stroke-dasharray: 44.5, 100;
3629
+ stroke-dashoffset: -62;
3630
+ }
3161
3631
  }
3162
- .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-track, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-track {
3163
- background: transparent;
3632
+ @keyframes wy-color {
3633
+ 0%, 100% {
3634
+ stroke: var(--wy-primary);
3635
+ }
3636
+ 25% {
3637
+ stroke: var(--wy-primary);
3638
+ }
3639
+ 50% {
3640
+ stroke: transparent;
3641
+ }
3642
+ 75% {
3643
+ stroke: var(--wy-primary);
3644
+ }
3164
3645
  }
3165
- .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-thumb, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-thumb {
3166
- background-color: rgba(128, 128, 128, 0.75);
3167
- border: 0.125rem solid transparent;
3168
- border-radius: 0.5rem;
3169
- background-clip: padding-box;
3646
+ .wy-table {
3647
+ --wy-component-color: var(--wy-on-background);
3648
+ --wy-component-background-color: var(--wy-background);
3649
+ color: var(--wy-component-color);
3650
+ background-color: var(--wy-component-background-color);
3651
+ table-layout: fixed;
3652
+ width: 100%;
3653
+ vertical-align: top;
3654
+ border-collapse: collapse;
3170
3655
  }
3171
- .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-thumb:hover, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-thumb:hover {
3172
- background-color: rgba(92, 92, 92, 0.75);
3656
+ .wy-table th, .wy-table td {
3657
+ padding: var(--wy-table-cell-padding-y) var(--wy-table-cell-padding-x);
3658
+ box-shadow: var(--wy-outline-variant) 0px -1px 0px 0px inset;
3659
+ line-height: 1;
3660
+ vertical-align: middle;
3661
+ height: 2.5rem;
3173
3662
  }
3174
- .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-thumb:window-inactive, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-thumb:window-inactive {
3175
- background-color: rgba(128, 128, 128, 0.5);
3663
+ .wy-table th:first-child, .wy-table td:first-child {
3664
+ padding-left: calc(var(--wy-table-cell-padding-x) * 2);
3176
3665
  }
3177
- .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-button:vertical:start, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-button:vertical:start {
3178
- height: var(--wy-scrollbar-adjust-top, 0);
3666
+ .wy-table th:last-child, .wy-table td:last-child {
3667
+ padding-right: calc(var(--wy-table-cell-padding-x) * 2);
3179
3668
  }
3180
- .wy-scrollbars.wy-scroll-y::-webkit-scrollbar-button:vertical:end, .wy-scrollbars .wy-scroll-y::-webkit-scrollbar-button:vertical:end {
3181
- height: var(--wy-scrollbar-adjust-bottom, 0);
3669
+ .wy-table > tbody {
3670
+ vertical-align: inherit;
3671
+ }
3672
+ .wy-table > thead {
3673
+ vertical-align: bottom;
3674
+ }
3675
+ .wy-table .wy-table-cell-icon {
3676
+ color: var(--wy-component-color);
3677
+ vertical-align: middle;
3678
+ text-align: center;
3679
+ padding: calc(var(--wy-table-cell-padding-y) * .5) var(--wy-table-cell-padding-x);
3680
+ width: calc(2.5rem + var(--wy-table-cell-padding-x) * 2);
3681
+ font-size: var(--wy-font-size-base);
3682
+ font-weight: var(--wy-font-weight);
3683
+ text-transform: none;
3684
+ letter-spacing: normal;
3685
+ }
3686
+ .wy-table .wy-table-cell-text {
3687
+ overflow: hidden;
3688
+ text-overflow: ellipsis;
3689
+ white-space: nowrap;
3690
+ width: 100%;
3182
3691
  }
3183
3692
 
3184
- .wy-block-scroll {
3185
- overflow: hidden !important;
3693
+ .wy-table-hover > tbody > tr:not(.wy-pager):hover > * {
3694
+ --wy-component-color: var(--wy-on-surface);
3695
+ --wy-component-background-color: var(--wy-surface-2);
3696
+ color: var(--color);
3697
+ background-color: var(--wy-component-background-color);
3698
+ cursor: pointer;
3186
3699
  }
3187
3700
 
3188
- .wy-scrollbar-detection {
3189
- position: fixed;
3190
- top: 0;
3191
- left: 0;
3192
- width: 8rem;
3193
- height: 8rem;
3194
- overflow: scroll;
3195
- z-index: -99999;
3196
- pointer-events: none;
3197
- visibility: hidden;
3701
+ .wy-table-trashed th, .wy-table-trashed td {
3702
+ text-decoration: line-through;
3703
+ }
3704
+ .wy-table-trashed th:not(:last-child) > *, .wy-table-trashed td:not(:last-child) > * {
3705
+ opacity: var(--wy-opacity-disabled);
3706
+ }
3707
+ .wy-table-trashed th > a, .wy-table-trashed td > a {
3708
+ color: var(--wy-component-color);
3709
+ }
3710
+ .wy-table-trashed:hover th, .wy-table-trashed:hover td {
3711
+ opacity: 1;
3712
+ }
3713
+
3714
+ .wy-table-no-result {
3715
+ text-align: center;
3716
+ padding: 1rem;
3717
+ }
3718
+
3719
+ .wy-table-sort-link {
3720
+ display: inline-flex;
3721
+ align-items: center;
3722
+ }
3723
+
3724
+ .wy-title {
3725
+ margin-top: 0.5rem;
3726
+ margin-bottom: 0.5rem;
3727
+ font-style: var(--wy-headings-font-style);
3728
+ font-weight: var(--wy-headings-font-weight);
3729
+ line-height: var(--wy-headings-line-height);
3730
+ margin-top: 0.5rem;
3731
+ margin-bottom: 0.5rem;
3732
+ font-weight: 400;
3733
+ font-size: 2.5rem;
3734
+ line-height: 3rem;
3735
+ }
3736
+
3737
+ .wy-headline {
3738
+ margin-top: 0.5rem;
3739
+ margin-bottom: 0.5rem;
3740
+ font-style: var(--wy-headings-font-style);
3741
+ font-weight: var(--wy-headings-font-weight);
3742
+ line-height: var(--wy-headings-line-height);
3743
+ margin-top: 0.5rem;
3744
+ margin-bottom: 0.5rem;
3745
+ font-weight: 400;
3746
+ font-size: 1.5rem;
3747
+ line-height: 2rem;
3748
+ }
3749
+
3750
+ .wy-label {
3751
+ margin-top: 0.5rem;
3752
+ margin-bottom: 0.5rem;
3753
+ font-style: var(--wy-headings-font-style);
3754
+ font-weight: var(--wy-headings-font-weight);
3755
+ line-height: var(--wy-headings-line-height);
3756
+ margin-top: 0rem;
3757
+ margin-bottom: 0rem;
3758
+ font-weight: 500;
3759
+ font-size: 1rem;
3760
+ line-height: 1.5rem;
3761
+ }
3762
+
3763
+ .wy-typing-show {
3764
+ font-style: italic;
3765
+ display: none;
3766
+ }
3767
+
3768
+ .wy-typing-active .wy-typing-show {
3769
+ display: block;
3770
+ }
3771
+ .wy-typing-active .wy-typing-hide {
3772
+ display: none;
3773
+ }
3774
+
3775
+ .wy-appbar .wy-typing-hide {
3776
+ position: relative;
3777
+ padding: 0 1.25rem;
3778
+ }
3779
+ .wy-appbar .wy-typing-hide .wy-presence.wy-presence-active {
3780
+ top: 0.375rem;
3781
+ left: 0.25rem;
3782
+ }
3783
+
3784
+ .wy-meeting {
3785
+ flex: 1 1 100%;
3786
+ align-items: flex-start;
3787
+ }
3788
+
3789
+ .wy-meeting-actions {
3790
+ margin-top: 0.5rem;
3198
3791
  }
3199
3792
 
3200
3793
  .wy-messenger-provider {
@@ -3205,11 +3798,19 @@ tr.wy-pager td .wy-spinner {
3205
3798
  }
3206
3799
 
3207
3800
  .wy-messenger-sidebar {
3801
+ ---background-color: var(--wy-background);
3802
+ ---color: var(--wy-on-background);
3803
+ background-color: var(---background-color);
3804
+ color: var(---color);
3208
3805
  width: 300px;
3209
- border-right: 1px solid #ccc;
3806
+ border-right: 1px solid var(--wy-outline-variant);
3210
3807
  }
3211
3808
 
3212
3809
  .wy-messenger-conversation {
3810
+ ---background-color: var(--wy-background);
3811
+ ---color: var(--wy-on-background);
3812
+ background-color: var(---background-color);
3813
+ color: var(---color);
3213
3814
  overflow-anchor: none;
3214
3815
  display: flex;
3215
3816
  flex-direction: column;