jqtree 1.6.2 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/.eslintrc +3 -12
  2. package/.github/workflows/ci.yml +57 -30
  3. package/.github/workflows/codeql-analysis.yml +9 -5
  4. package/.prettier +3 -0
  5. package/.tool-versions +1 -0
  6. package/README.md +12 -9
  7. package/bower.json +10 -3
  8. package/{.postcssrc → config/.postcssrc} +0 -0
  9. package/{babel.config.json → config/babel.config.json} +0 -0
  10. package/{babel.coverage.config.json → config/babel.coverage.config.json} +0 -0
  11. package/{jest-jsdom.config.js → config/jest.config.js} +8 -3
  12. package/config/playwright.config.js +18 -0
  13. package/config/production +4 -0
  14. package/{rollup.config.js → config/rollup.config.mjs} +3 -8
  15. package/{jqtree.postcss → css/jqtree.postcss} +0 -0
  16. package/devserver/index.html +1 -9
  17. package/docs/Gemfile +2 -0
  18. package/docs/Gemfile.lock +263 -0
  19. package/{_config.yml → docs/_config.yml} +8 -1
  20. package/{_entries → docs/_entries}/01_general.md +0 -0
  21. package/{_entries → docs/_entries}/02_introduction.md +0 -0
  22. package/{_entries → docs/_entries}/03_features.md +1 -1
  23. package/{_entries → docs/_entries}/04_demo.html +1 -7
  24. package/{_entries → docs/_entries}/05_requirements.md +0 -0
  25. package/{_entries → docs/_entries}/06_downloads.md +0 -0
  26. package/{_entries → docs/_entries}/07_tutorial.md +0 -0
  27. package/{_entries → docs/_entries}/08_examples.md +0 -0
  28. package/{_entries → docs/_entries}/09_usecases.md +0 -0
  29. package/{_entries → docs/_entries}/10_changelog.md +13 -0
  30. package/{_entries → docs/_entries}/11_options.md +0 -0
  31. package/{_entries → docs/_entries}/12_animationspeed.md +0 -0
  32. package/{_entries → docs/_entries}/13_autoescape.md +0 -0
  33. package/{_entries → docs/_entries}/14_autoopen.md +0 -0
  34. package/{_entries → docs/_entries}/15_buttonleft.md +0 -0
  35. package/{_entries → docs/_entries}/16_closedicon.md +0 -0
  36. package/{_entries → docs/_entries}/17_data.md +0 -0
  37. package/{_entries → docs/_entries}/18_datafilter.md +0 -0
  38. package/{_entries → docs/_entries}/19_data-url.md +0 -0
  39. package/{_entries → docs/_entries}/20_draganddrop.md +0 -0
  40. package/{_entries → docs/_entries}/21_keyboardsupport.md +0 -0
  41. package/{_entries → docs/_entries}/22_oncanmove.md +0 -0
  42. package/{_entries → docs/_entries}/23_oncanmoveto.md +2 -2
  43. package/{_entries → docs/_entries}/24_oncanselectnode.md +0 -0
  44. package/{_entries → docs/_entries}/25_oncreateli.md +2 -2
  45. package/{_entries → docs/_entries}/26_ondragmove.md +0 -0
  46. package/{_entries → docs/_entries}/27_ondragstop.md +0 -0
  47. package/{_entries → docs/_entries}/28_onismovehandle.md +0 -0
  48. package/{_entries → docs/_entries}/29_onloadfailed.md +0 -0
  49. package/{_entries → docs/_entries}/30_onloading.md +2 -2
  50. package/{_entries → docs/_entries}/31_openedicon.md +0 -0
  51. package/{_entries → docs/_entries}/32_openfolderdelay.md +2 -0
  52. package/{_entries → docs/_entries}/33_rtl.md +0 -0
  53. package/{_entries → docs/_entries}/34_savestate.md +0 -0
  54. package/{_entries → docs/_entries}/35_selectable.md +0 -0
  55. package/{_entries → docs/_entries}/36_showemptyfolder.md +0 -0
  56. package/{_entries → docs/_entries}/37_slide.md +0 -0
  57. package/{_entries → docs/_entries}/38_start_dnd_delay.md +0 -0
  58. package/{_entries → docs/_entries}/39_tabindex.md +0 -0
  59. package/{_entries → docs/_entries}/40_usecontextmenu.md +0 -0
  60. package/{_entries → docs/_entries}/41_functions.md +0 -0
  61. package/{_entries → docs/_entries}/42_addparentnode.md +1 -1
  62. package/{_entries → docs/_entries}/43_addnodeafter.md +1 -1
  63. package/{_entries → docs/_entries}/44_addnodebefore.md +1 -1
  64. package/{_entries → docs/_entries}/45_appendnode.md +5 -5
  65. package/{_entries → docs/_entries}/46_closenode.md +0 -0
  66. package/{_entries → docs/_entries}/47_destroy.md +0 -0
  67. package/{_entries → docs/_entries}/48_getnodebycallback.md +0 -0
  68. package/{_entries → docs/_entries}/49_getnodebyid.md +0 -0
  69. package/{_entries → docs/_entries}/50_getnodebyhtmlelement.md +2 -2
  70. package/{_entries → docs/_entries}/51_getselectednode.md +0 -0
  71. package/{_entries → docs/_entries}/52_getstate.md +0 -0
  72. package/{_entries → docs/_entries}/53_gettree.md +1 -1
  73. package/{_entries → docs/_entries}/54_isdragging.md +1 -1
  74. package/{_entries → docs/_entries}/55_loaddata.md +3 -3
  75. package/{_entries → docs/_entries}/56_loaddatafromurl.md +4 -4
  76. package/{_entries → docs/_entries}/57_movedown.md +0 -0
  77. package/{_entries → docs/_entries}/58_movenode.md +3 -3
  78. package/{_entries → docs/_entries}/59_moveup.md +0 -0
  79. package/{_entries → docs/_entries}/60_opennode.md +3 -3
  80. package/docs/_entries/61_prependnode.md +21 -0
  81. package/{_entries → docs/_entries}/62_refresh.md +0 -0
  82. package/{_entries → docs/_entries}/63_reload.md +2 -2
  83. package/{_entries → docs/_entries}/64_removenode.md +0 -0
  84. package/{_entries → docs/_entries}/65_selectnode.md +0 -0
  85. package/{_entries → docs/_entries}/66_scrolltonode.md +0 -0
  86. package/{_entries → docs/_entries}/67_setoption.md +0 -0
  87. package/{_entries → docs/_entries}/68_setstate.md +0 -0
  88. package/{_entries → docs/_entries}/69_toggle.md +0 -0
  89. package/{_entries → docs/_entries}/70_tojson.md +0 -0
  90. package/{_entries → docs/_entries}/71_updatenode.md +1 -1
  91. package/{_entries → docs/_entries}/72_events.md +0 -0
  92. package/{_entries → docs/_entries}/73_tree-click.md +0 -0
  93. package/{_entries → docs/_entries}/74_tree-close.md +0 -0
  94. package/{_entries → docs/_entries}/75_tree-contextmenu.md +0 -0
  95. package/{_entries → docs/_entries}/76_tree-dblclick.md +0 -0
  96. package/{_entries → docs/_entries}/77_tree-init.md +0 -0
  97. package/{_entries → docs/_entries}/78_tree-load-data.md +0 -0
  98. package/{_entries → docs/_entries}/79_tree-loading-data.md +0 -0
  99. package/{_entries → docs/_entries}/80_tree-move.md +0 -0
  100. package/{_entries → docs/_entries}/81_tree-refresh.md +0 -0
  101. package/{_entries → docs/_entries}/82_tree-open.md +0 -0
  102. package/{_entries → docs/_entries}/83_tree-select.md +0 -0
  103. package/{_entries → docs/_entries}/84_multiple-selection.md +0 -0
  104. package/{_entries → docs/_entries}/85_add-to-selection.md +0 -0
  105. package/{_entries → docs/_entries}/86_get-selected-nodes.md +0 -0
  106. package/{_entries → docs/_entries}/87_is-node-selected.md +1 -1
  107. package/{_entries → docs/_entries}/88_remove-from-selection.md +0 -0
  108. package/{_entries → docs/_entries}/89_node-functions.md +0 -0
  109. package/{_entries → docs/_entries}/90_children.md +0 -0
  110. package/{_entries → docs/_entries}/91_getdata.md +2 -2
  111. package/{_entries → docs/_entries}/92_getlevel.md +0 -0
  112. package/docs/_entries/93_getnextnode.md +15 -0
  113. package/{_entries → docs/_entries}/94_getnextsibling.md +0 -0
  114. package/{_entries/95_getpreviousnode.md → docs/_entries/95_getnextvisiblenode.md} +1 -1
  115. package/docs/_entries/96_getpreviousnode.md +0 -0
  116. package/{_entries/96_getprevioussibling.md → docs/_entries/97_getprevioussibling.md} +0 -0
  117. package/docs/_entries/98_getpreviousvisiblenode.md +14 -0
  118. package/{_entries/97_parent.md → docs/_entries/99_parent.md} +1 -1
  119. package/{_entries → docs/_entries}/insert.py +0 -0
  120. package/{_entries → docs/_entries}/renumber.py +0 -0
  121. package/{_examples → docs/_examples}/01_load_json_data.html +3 -5
  122. package/{_examples → docs/_examples}/02_load_json_data_from_server.html +3 -5
  123. package/{_examples → docs/_examples}/03_drag_and_drop.html +3 -5
  124. package/{_examples → docs/_examples}/04_save_state.html +3 -5
  125. package/{_examples → docs/_examples}/05_load_on_demand.html +3 -5
  126. package/{_examples → docs/_examples}/06_autoescape.html +3 -5
  127. package/{_examples → docs/_examples}/07_autoscroll.html +3 -5
  128. package/{_examples → docs/_examples}/08_multiple_select.html +3 -5
  129. package/{_examples → docs/_examples}/09_custom_html.html +3 -5
  130. package/{_examples → docs/_examples}/10_icon_buttons.html +3 -5
  131. package/{_examples → docs/_examples}/11_right-to-left.html +3 -5
  132. package/{_examples → docs/_examples}/12_button_on_right.html +3 -5
  133. package/docs/_examples/13_drag_outside.html +48 -0
  134. package/{_examples → docs/_examples}/14_filter.html +7 -9
  135. package/docs/_layouts/example.html +7 -0
  136. package/{_layouts/base.html → docs/_layouts/page.html} +4 -11
  137. package/docs/documentation.css +3 -0
  138. package/docs/index.html +65 -0
  139. package/docs/jqtree.css +189 -0
  140. package/docs/package.json +22 -0
  141. package/docs/pnpm-lock.yaml +798 -0
  142. package/docs/postcss.config.js +7 -0
  143. package/{static → docs/static}/bower.json +1 -2
  144. package/{static → docs/static}/bower_components/fontawesome/css/all.min.css +0 -0
  145. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.eot +0 -0
  146. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.svg +0 -0
  147. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.ttf +0 -0
  148. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.woff +0 -0
  149. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
  150. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.eot +0 -0
  151. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.svg +0 -0
  152. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.ttf +0 -0
  153. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.woff +0 -0
  154. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
  155. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.eot +0 -0
  156. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.svg +0 -0
  157. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.ttf +0 -0
  158. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.woff +0 -0
  159. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
  160. package/{static → docs/static}/bower_components/jquery/dist/jquery.js +209 -97
  161. package/docs/static/bower_components/jquery/dist/jquery.min.js +2 -0
  162. package/{static → docs/static}/bower_components/jquery-mockjax/dist/jquery.mockjax.js +0 -0
  163. package/docs/static/documentation.css +1453 -0
  164. package/docs/static/documentation.js +26 -0
  165. package/{static → docs/static}/example.css +5 -38
  166. package/{static → docs/static}/example.postcss +5 -35
  167. package/{static → docs/static}/example_data.js +0 -0
  168. package/{static → docs/static}/examples/autoescape.js +0 -0
  169. package/{static → docs/static}/examples/autoscroll.js +0 -0
  170. package/{static → docs/static}/examples/button-on-right.js +0 -0
  171. package/{static → docs/static}/examples/custom_html.js +5 -9
  172. package/{static → docs/static}/examples/drag-outside.js +0 -0
  173. package/{static → docs/static}/examples/drag_and_drop.js +0 -0
  174. package/{static → docs/static}/examples/filter.js +2 -2
  175. package/{static → docs/static}/examples/icon_buttons.js +0 -0
  176. package/{static → docs/static}/examples/load_json_data.js +0 -0
  177. package/{static → docs/static}/examples/load_json_data_from_server.js +0 -0
  178. package/{static → docs/static}/examples/load_on_demand.js +0 -0
  179. package/{static → docs/static}/examples/multiple_select.js +0 -0
  180. package/{static → docs/static}/examples/right-to-left.js +0 -0
  181. package/{static → docs/static}/examples/save_state.js +0 -0
  182. package/{static → docs/static}/monokai.css +0 -0
  183. package/{static → docs/static}/spinner.gif +0 -0
  184. package/docs/tailwind.config.js +16 -0
  185. package/docs/tree.jquery.js +21 -0
  186. package/lib/dataLoader.js +5 -31
  187. package/lib/dragAndDropHandler.js +26 -135
  188. package/lib/elementsRenderer.js +29 -59
  189. package/lib/keyHandler.js +8 -32
  190. package/lib/mouse.widget.js +16 -77
  191. package/lib/node.js +60 -125
  192. package/lib/nodeElement.js +8 -75
  193. package/lib/playwright/coverage.js +101 -0
  194. package/lib/playwright/playwright.test.js +212 -182
  195. package/lib/playwright/testUtils.js +201 -0
  196. package/lib/saveStateHandler.js +12 -61
  197. package/lib/scrollHandler.js +17 -74
  198. package/lib/selectNodeHandler.js +5 -24
  199. package/lib/simple.widget.js +18 -53
  200. package/lib/test/jqTree/create.test.js +0 -4
  201. package/lib/test/jqTree/events.test.js +10 -16
  202. package/lib/test/jqTree/keyboard.test.js +0 -6
  203. package/lib/test/jqTree/loadOnDemand.test.js +107 -139
  204. package/lib/test/jqTree/methods.test.js +136 -159
  205. package/lib/test/jqTree/options.test.js +53 -63
  206. package/lib/test/node.test.js +127 -72
  207. package/lib/test/nodeUtil.test.js +0 -1
  208. package/lib/test/support/jqTreeMatchers.js +4 -9
  209. package/lib/test/support/setupTests.js +0 -4
  210. package/lib/test/support/testUtil.js +2 -11
  211. package/lib/test/support/treeStructure.js +0 -6
  212. package/lib/test/util.test.js +0 -1
  213. package/lib/tree.jquery.js +32 -243
  214. package/lib/util.js +0 -6
  215. package/lib/version.js +1 -1
  216. package/package.json +54 -54
  217. package/src/dragAndDropHandler.ts +8 -4
  218. package/src/jqtreeOptions.ts +1 -1
  219. package/src/keyHandler.ts +3 -3
  220. package/src/node.ts +43 -12
  221. package/src/playwright/.eslintrc +2 -2
  222. package/src/playwright/coverage.ts +41 -0
  223. package/src/playwright/playwright.test.ts +50 -52
  224. package/src/playwright/playwright.test.ts-snapshots/with-dragAndDrop-moves-a-node-1-Chromium-darwin.png +0 -0
  225. package/src/playwright/playwright.test.ts-snapshots/with-dragAndDrop-moves-a-node-1-Chromium-linux.png +0 -0
  226. package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-displays-a-tree-1-Chromium-darwin.png +0 -0
  227. package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-displays-a-tree-1-Chromium-linux.png +0 -0
  228. package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-selects-a-node-1-Chromium-darwin.png +0 -0
  229. package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-selects-a-node-1-Chromium-linux.png +0 -0
  230. package/src/playwright/testUtils.ts +122 -0
  231. package/src/test/.eslintrc +15 -3
  232. package/src/test/jqTree/events.test.ts +10 -9
  233. package/src/test/jqTree/loadOnDemand.test.ts +10 -10
  234. package/src/test/jqTree/methods.test.ts +37 -45
  235. package/src/test/jqTree/options.test.ts +26 -28
  236. package/src/test/node.test.ts +146 -54
  237. package/src/tree.jquery.d.ts +1 -1
  238. package/src/tree.jquery.ts +6 -5
  239. package/src/version.ts +1 -1
  240. package/tree.jquery.debug.js +217 -867
  241. package/tree.jquery.debug.js.map +1 -1
  242. package/tree.jquery.js +3 -3
  243. package/tree.jquery.js.map +1 -1
  244. package/_entries/61_prependnode.md +0 -21
  245. package/_entries/93_getnextnode.md +0 -12
  246. package/_examples/13_drag_outside.html +0 -26
  247. package/_layouts/frontpage.html +0 -20
  248. package/_layouts/page.html +0 -7
  249. package/index.html +0 -48
  250. package/jest-browser.config.js +0 -15
  251. package/jest-playwright.config.js +0 -21
  252. package/jest.config.js +0 -8
  253. package/lib/playwright/testUtil.js +0 -459
  254. package/lib/playwright/visualRegression.js +0 -193
  255. package/production +0 -5
  256. package/src/playwright/screenshots/displays_a_tree_Desktop.png +0 -0
  257. package/src/playwright/screenshots/displays_a_tree_iPhone 6.png +0 -0
  258. package/src/playwright/screenshots/moves_a_node_Desktop.png +0 -0
  259. package/src/playwright/screenshots/moves_a_node_iPhone 6.png +0 -0
  260. package/src/playwright/screenshots/opens_a_node_Desktop.png +0 -0
  261. package/src/playwright/screenshots/opens_a_node_iPhone 6.png +0 -0
  262. package/src/playwright/screenshots/selects_a_node_Desktop.png +0 -0
  263. package/src/playwright/screenshots/selects_a_node_iPhone 6.png +0 -0
  264. package/src/playwright/testUtil.ts +0 -170
  265. package/src/playwright/visualRegression.ts +0 -88
  266. package/static/bower_components/bootstrap/dist/css/bootstrap-theme.min.css +0 -6
  267. package/static/bower_components/bootstrap/dist/css/bootstrap.min.css +0 -6
  268. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  269. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +0 -288
  270. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  271. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  272. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
  273. package/static/bower_components/bootstrap/dist/js/bootstrap.min.js +0 -6
  274. package/static/bower_components/jquery/dist/jquery.min.js +0 -2
  275. package/static/documentation.css +0 -171
  276. package/static/documentation.js +0 -48
@@ -0,0 +1,1453 @@
1
+ /*
2
+ ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: #e5e7eb;
20
+ /* 2 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ */
34
+
35
+ html {
36
+ line-height: 1.5;
37
+ /* 1 */
38
+ -webkit-text-size-adjust: 100%;
39
+ /* 2 */
40
+ -moz-tab-size: 4;
41
+ /* 3 */
42
+ -o-tab-size: 4;
43
+ tab-size: 4;
44
+ /* 3 */
45
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
46
+ /* 4 */
47
+ }
48
+
49
+ /*
50
+ 1. Remove the margin in all browsers.
51
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
52
+ */
53
+
54
+ body {
55
+ margin: 0;
56
+ /* 1 */
57
+ line-height: inherit;
58
+ /* 2 */
59
+ }
60
+
61
+ /*
62
+ 1. Add the correct height in Firefox.
63
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
64
+ 3. Ensure horizontal rules are visible by default.
65
+ */
66
+
67
+ hr {
68
+ height: 0;
69
+ /* 1 */
70
+ color: inherit;
71
+ /* 2 */
72
+ border-top-width: 1px;
73
+ /* 3 */
74
+ }
75
+
76
+ /*
77
+ Add the correct text decoration in Chrome, Edge, and Safari.
78
+ */
79
+
80
+ abbr:where([title]) {
81
+ -webkit-text-decoration: underline dotted;
82
+ text-decoration: underline dotted;
83
+ }
84
+
85
+ /*
86
+ Remove the default font size and weight for headings.
87
+ */
88
+
89
+ h1,
90
+ h2,
91
+ h3,
92
+ h4,
93
+ h5,
94
+ h6 {
95
+ font-size: inherit;
96
+ font-weight: inherit;
97
+ }
98
+
99
+ /*
100
+ Reset links to optimize for opt-in styling instead of opt-out.
101
+ */
102
+
103
+ a {
104
+ color: inherit;
105
+ text-decoration: inherit;
106
+ }
107
+
108
+ /*
109
+ Add the correct font weight in Edge and Safari.
110
+ */
111
+
112
+ b,
113
+ strong {
114
+ font-weight: bolder;
115
+ }
116
+
117
+ /*
118
+ 1. Use the user's configured `mono` font family by default.
119
+ 2. Correct the odd `em` font sizing in all browsers.
120
+ */
121
+
122
+ code,
123
+ kbd,
124
+ samp,
125
+ pre {
126
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
127
+ /* 1 */
128
+ font-size: 1em;
129
+ /* 2 */
130
+ }
131
+
132
+ /*
133
+ Add the correct font size in all browsers.
134
+ */
135
+
136
+ small {
137
+ font-size: 80%;
138
+ }
139
+
140
+ /*
141
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
142
+ */
143
+
144
+ sub,
145
+ sup {
146
+ font-size: 75%;
147
+ line-height: 0;
148
+ position: relative;
149
+ vertical-align: baseline;
150
+ }
151
+
152
+ sub {
153
+ bottom: -0.25em;
154
+ }
155
+
156
+ sup {
157
+ top: -0.5em;
158
+ }
159
+
160
+ /*
161
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
162
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
163
+ 3. Remove gaps between table borders by default.
164
+ */
165
+
166
+ table {
167
+ text-indent: 0;
168
+ /* 1 */
169
+ border-color: inherit;
170
+ /* 2 */
171
+ border-collapse: collapse;
172
+ /* 3 */
173
+ }
174
+
175
+ /*
176
+ 1. Change the font styles in all browsers.
177
+ 2. Remove the margin in Firefox and Safari.
178
+ 3. Remove default padding in all browsers.
179
+ */
180
+
181
+ button,
182
+ input,
183
+ optgroup,
184
+ select,
185
+ textarea {
186
+ font-family: inherit;
187
+ /* 1 */
188
+ font-size: 100%;
189
+ /* 1 */
190
+ font-weight: inherit;
191
+ /* 1 */
192
+ line-height: inherit;
193
+ /* 1 */
194
+ color: inherit;
195
+ /* 1 */
196
+ margin: 0;
197
+ /* 2 */
198
+ padding: 0;
199
+ /* 3 */
200
+ }
201
+
202
+ /*
203
+ Remove the inheritance of text transform in Edge and Firefox.
204
+ */
205
+
206
+ button,
207
+ select {
208
+ text-transform: none;
209
+ }
210
+
211
+ /*
212
+ 1. Correct the inability to style clickable types in iOS and Safari.
213
+ 2. Remove default button styles.
214
+ */
215
+
216
+ button,
217
+ [type='button'],
218
+ [type='reset'],
219
+ [type='submit'] {
220
+ -webkit-appearance: button;
221
+ /* 1 */
222
+ background-color: transparent;
223
+ /* 2 */
224
+ background-image: none;
225
+ /* 2 */
226
+ }
227
+
228
+ /*
229
+ Use the modern Firefox focus style for all focusable elements.
230
+ */
231
+
232
+ :-moz-focusring {
233
+ outline: auto;
234
+ }
235
+
236
+ /*
237
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
238
+ */
239
+
240
+ :-moz-ui-invalid {
241
+ box-shadow: none;
242
+ }
243
+
244
+ /*
245
+ Add the correct vertical alignment in Chrome and Firefox.
246
+ */
247
+
248
+ progress {
249
+ vertical-align: baseline;
250
+ }
251
+
252
+ /*
253
+ Correct the cursor style of increment and decrement buttons in Safari.
254
+ */
255
+
256
+ ::-webkit-inner-spin-button,
257
+ ::-webkit-outer-spin-button {
258
+ height: auto;
259
+ }
260
+
261
+ /*
262
+ 1. Correct the odd appearance in Chrome and Safari.
263
+ 2. Correct the outline style in Safari.
264
+ */
265
+
266
+ [type='search'] {
267
+ -webkit-appearance: textfield;
268
+ /* 1 */
269
+ outline-offset: -2px;
270
+ /* 2 */
271
+ }
272
+
273
+ /*
274
+ Remove the inner padding in Chrome and Safari on macOS.
275
+ */
276
+
277
+ ::-webkit-search-decoration {
278
+ -webkit-appearance: none;
279
+ }
280
+
281
+ /*
282
+ 1. Correct the inability to style clickable types in iOS and Safari.
283
+ 2. Change font properties to `inherit` in Safari.
284
+ */
285
+
286
+ ::-webkit-file-upload-button {
287
+ -webkit-appearance: button;
288
+ /* 1 */
289
+ font: inherit;
290
+ /* 2 */
291
+ }
292
+
293
+ /*
294
+ Add the correct display in Chrome and Safari.
295
+ */
296
+
297
+ summary {
298
+ display: list-item;
299
+ }
300
+
301
+ /*
302
+ Removes the default spacing and border for appropriate elements.
303
+ */
304
+
305
+ blockquote,
306
+ dl,
307
+ dd,
308
+ h1,
309
+ h2,
310
+ h3,
311
+ h4,
312
+ h5,
313
+ h6,
314
+ hr,
315
+ figure,
316
+ p,
317
+ pre {
318
+ margin: 0;
319
+ }
320
+
321
+ fieldset {
322
+ margin: 0;
323
+ padding: 0;
324
+ }
325
+
326
+ legend {
327
+ padding: 0;
328
+ }
329
+
330
+ ol,
331
+ ul,
332
+ menu {
333
+ list-style: none;
334
+ margin: 0;
335
+ padding: 0;
336
+ }
337
+
338
+ /*
339
+ Prevent resizing textareas horizontally by default.
340
+ */
341
+
342
+ textarea {
343
+ resize: vertical;
344
+ }
345
+
346
+ /*
347
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
348
+ 2. Set the default placeholder color to the user's configured gray 400 color.
349
+ */
350
+
351
+ input::-moz-placeholder, textarea::-moz-placeholder {
352
+ opacity: 1;
353
+ /* 1 */
354
+ color: #9ca3af;
355
+ /* 2 */
356
+ }
357
+
358
+ input::placeholder,
359
+ textarea::placeholder {
360
+ opacity: 1;
361
+ /* 1 */
362
+ color: #9ca3af;
363
+ /* 2 */
364
+ }
365
+
366
+ /*
367
+ Set the default cursor for buttons.
368
+ */
369
+
370
+ button,
371
+ [role="button"] {
372
+ cursor: pointer;
373
+ }
374
+
375
+ /*
376
+ Make sure disabled buttons don't get the pointer cursor.
377
+ */
378
+
379
+ :disabled {
380
+ cursor: default;
381
+ }
382
+
383
+ /*
384
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
385
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
386
+ This can trigger a poorly considered lint error in some tools but is included by design.
387
+ */
388
+
389
+ img,
390
+ svg,
391
+ video,
392
+ canvas,
393
+ audio,
394
+ iframe,
395
+ embed,
396
+ object {
397
+ display: block;
398
+ /* 1 */
399
+ vertical-align: middle;
400
+ /* 2 */
401
+ }
402
+
403
+ /*
404
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
405
+ */
406
+
407
+ img,
408
+ video {
409
+ max-width: 100%;
410
+ height: auto;
411
+ }
412
+
413
+ *, ::before, ::after {
414
+ --tw-border-spacing-x: 0;
415
+ --tw-border-spacing-y: 0;
416
+ --tw-translate-x: 0;
417
+ --tw-translate-y: 0;
418
+ --tw-rotate: 0;
419
+ --tw-skew-x: 0;
420
+ --tw-skew-y: 0;
421
+ --tw-scale-x: 1;
422
+ --tw-scale-y: 1;
423
+ --tw-pan-x: ;
424
+ --tw-pan-y: ;
425
+ --tw-pinch-zoom: ;
426
+ --tw-scroll-snap-strictness: proximity;
427
+ --tw-ordinal: ;
428
+ --tw-slashed-zero: ;
429
+ --tw-numeric-figure: ;
430
+ --tw-numeric-spacing: ;
431
+ --tw-numeric-fraction: ;
432
+ --tw-ring-inset: ;
433
+ --tw-ring-offset-width: 0px;
434
+ --tw-ring-offset-color: #fff;
435
+ --tw-ring-color: rgb(59 130 246 / 0.5);
436
+ --tw-ring-offset-shadow: 0 0 #0000;
437
+ --tw-ring-shadow: 0 0 #0000;
438
+ --tw-shadow: 0 0 #0000;
439
+ --tw-shadow-colored: 0 0 #0000;
440
+ --tw-blur: ;
441
+ --tw-brightness: ;
442
+ --tw-contrast: ;
443
+ --tw-grayscale: ;
444
+ --tw-hue-rotate: ;
445
+ --tw-invert: ;
446
+ --tw-saturate: ;
447
+ --tw-sepia: ;
448
+ --tw-drop-shadow: ;
449
+ --tw-backdrop-blur: ;
450
+ --tw-backdrop-brightness: ;
451
+ --tw-backdrop-contrast: ;
452
+ --tw-backdrop-grayscale: ;
453
+ --tw-backdrop-hue-rotate: ;
454
+ --tw-backdrop-invert: ;
455
+ --tw-backdrop-opacity: ;
456
+ --tw-backdrop-saturate: ;
457
+ --tw-backdrop-sepia: ;
458
+ }
459
+
460
+ ::backdrop {
461
+ --tw-border-spacing-x: 0;
462
+ --tw-border-spacing-y: 0;
463
+ --tw-translate-x: 0;
464
+ --tw-translate-y: 0;
465
+ --tw-rotate: 0;
466
+ --tw-skew-x: 0;
467
+ --tw-skew-y: 0;
468
+ --tw-scale-x: 1;
469
+ --tw-scale-y: 1;
470
+ --tw-pan-x: ;
471
+ --tw-pan-y: ;
472
+ --tw-pinch-zoom: ;
473
+ --tw-scroll-snap-strictness: proximity;
474
+ --tw-ordinal: ;
475
+ --tw-slashed-zero: ;
476
+ --tw-numeric-figure: ;
477
+ --tw-numeric-spacing: ;
478
+ --tw-numeric-fraction: ;
479
+ --tw-ring-inset: ;
480
+ --tw-ring-offset-width: 0px;
481
+ --tw-ring-offset-color: #fff;
482
+ --tw-ring-color: rgb(59 130 246 / 0.5);
483
+ --tw-ring-offset-shadow: 0 0 #0000;
484
+ --tw-ring-shadow: 0 0 #0000;
485
+ --tw-shadow: 0 0 #0000;
486
+ --tw-shadow-colored: 0 0 #0000;
487
+ --tw-blur: ;
488
+ --tw-brightness: ;
489
+ --tw-contrast: ;
490
+ --tw-grayscale: ;
491
+ --tw-hue-rotate: ;
492
+ --tw-invert: ;
493
+ --tw-saturate: ;
494
+ --tw-sepia: ;
495
+ --tw-drop-shadow: ;
496
+ --tw-backdrop-blur: ;
497
+ --tw-backdrop-brightness: ;
498
+ --tw-backdrop-contrast: ;
499
+ --tw-backdrop-grayscale: ;
500
+ --tw-backdrop-hue-rotate: ;
501
+ --tw-backdrop-invert: ;
502
+ --tw-backdrop-opacity: ;
503
+ --tw-backdrop-saturate: ;
504
+ --tw-backdrop-sepia: ;
505
+ }
506
+
507
+ .prose {
508
+ color: var(--tw-prose-body);
509
+ max-width: 65ch;
510
+ }
511
+
512
+ .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
513
+ color: var(--tw-prose-lead);
514
+ font-size: 1.25em;
515
+ line-height: 1.6;
516
+ margin-top: 1.2em;
517
+ margin-bottom: 1.2em;
518
+ }
519
+
520
+ .prose :where(a):not(:where([class~="not-prose"] *)) {
521
+ color: var(--tw-prose-links);
522
+ text-decoration: underline;
523
+ font-weight: 500;
524
+ }
525
+
526
+ .prose :where(strong):not(:where([class~="not-prose"] *)) {
527
+ color: var(--tw-prose-bold);
528
+ font-weight: 600;
529
+ }
530
+
531
+ .prose :where(a strong):not(:where([class~="not-prose"] *)) {
532
+ color: inherit;
533
+ }
534
+
535
+ .prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
536
+ color: inherit;
537
+ }
538
+
539
+ .prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
540
+ color: inherit;
541
+ }
542
+
543
+ .prose :where(ol):not(:where([class~="not-prose"] *)) {
544
+ list-style-type: decimal;
545
+ margin-top: 1.25em;
546
+ margin-bottom: 1.25em;
547
+ padding-left: 1.625em;
548
+ }
549
+
550
+ .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
551
+ list-style-type: upper-alpha;
552
+ }
553
+
554
+ .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
555
+ list-style-type: lower-alpha;
556
+ }
557
+
558
+ .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
559
+ list-style-type: upper-alpha;
560
+ }
561
+
562
+ .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
563
+ list-style-type: lower-alpha;
564
+ }
565
+
566
+ .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
567
+ list-style-type: upper-roman;
568
+ }
569
+
570
+ .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
571
+ list-style-type: lower-roman;
572
+ }
573
+
574
+ .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
575
+ list-style-type: upper-roman;
576
+ }
577
+
578
+ .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
579
+ list-style-type: lower-roman;
580
+ }
581
+
582
+ .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
583
+ list-style-type: decimal;
584
+ }
585
+
586
+ .prose :where(ul):not(:where([class~="not-prose"] *)) {
587
+ list-style-type: disc;
588
+ margin-top: 1.25em;
589
+ margin-bottom: 1.25em;
590
+ padding-left: 1.625em;
591
+ }
592
+
593
+ .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
594
+ font-weight: 400;
595
+ color: var(--tw-prose-counters);
596
+ }
597
+
598
+ .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
599
+ color: var(--tw-prose-bullets);
600
+ }
601
+
602
+ .prose :where(hr):not(:where([class~="not-prose"] *)) {
603
+ border-color: var(--tw-prose-hr);
604
+ border-top-width: 1px;
605
+ margin-top: 3em;
606
+ margin-bottom: 3em;
607
+ }
608
+
609
+ .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
610
+ font-weight: 500;
611
+ font-style: italic;
612
+ color: var(--tw-prose-quotes);
613
+ border-left-width: 0.25rem;
614
+ border-left-color: var(--tw-prose-quote-borders);
615
+ quotes: "\201C""\201D""\2018""\2019";
616
+ margin-top: 1.6em;
617
+ margin-bottom: 1.6em;
618
+ padding-left: 1em;
619
+ }
620
+
621
+ .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
622
+ content: open-quote;
623
+ }
624
+
625
+ .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
626
+ content: close-quote;
627
+ }
628
+
629
+ .prose :where(h1):not(:where([class~="not-prose"] *)) {
630
+ color: var(--tw-prose-headings);
631
+ font-weight: 800;
632
+ font-size: 2.25em;
633
+ margin-top: 0;
634
+ margin-bottom: 0.8888889em;
635
+ line-height: 1.1111111;
636
+ }
637
+
638
+ .prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
639
+ font-weight: 900;
640
+ color: inherit;
641
+ }
642
+
643
+ .prose :where(h2):not(:where([class~="not-prose"] *)) {
644
+ color: var(--tw-prose-headings);
645
+ font-weight: 700;
646
+ font-size: 1.5em;
647
+ margin-top: 2em;
648
+ margin-bottom: 1em;
649
+ line-height: 1.3333333;
650
+ }
651
+
652
+ .prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
653
+ font-weight: 800;
654
+ color: inherit;
655
+ }
656
+
657
+ .prose :where(h3):not(:where([class~="not-prose"] *)) {
658
+ color: var(--tw-prose-headings);
659
+ font-weight: 600;
660
+ font-size: 1.25em;
661
+ margin-top: 1.6em;
662
+ margin-bottom: 0.6em;
663
+ line-height: 1.6;
664
+ }
665
+
666
+ .prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
667
+ font-weight: 700;
668
+ color: inherit;
669
+ }
670
+
671
+ .prose :where(h4):not(:where([class~="not-prose"] *)) {
672
+ color: var(--tw-prose-headings);
673
+ font-weight: 600;
674
+ margin-top: 1.5em;
675
+ margin-bottom: 0.5em;
676
+ line-height: 1.5;
677
+ }
678
+
679
+ .prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
680
+ font-weight: 700;
681
+ color: inherit;
682
+ }
683
+
684
+ .prose :where(img):not(:where([class~="not-prose"] *)) {
685
+ margin-top: 2em;
686
+ margin-bottom: 2em;
687
+ }
688
+
689
+ .prose :where(figure > *):not(:where([class~="not-prose"] *)) {
690
+ margin-top: 0;
691
+ margin-bottom: 0;
692
+ }
693
+
694
+ .prose :where(figcaption):not(:where([class~="not-prose"] *)) {
695
+ color: var(--tw-prose-captions);
696
+ font-size: 0.875em;
697
+ line-height: 1.4285714;
698
+ margin-top: 0.8571429em;
699
+ }
700
+
701
+ .prose :where(code):not(:where([class~="not-prose"] *)) {
702
+ color: var(--tw-prose-code);
703
+ font-weight: 600;
704
+ font-size: 0.875em;
705
+ }
706
+
707
+ .prose :where(code):not(:where([class~="not-prose"] *))::before {
708
+ content: "`";
709
+ }
710
+
711
+ .prose :where(code):not(:where([class~="not-prose"] *))::after {
712
+ content: "`";
713
+ }
714
+
715
+ .prose :where(a code):not(:where([class~="not-prose"] *)) {
716
+ color: inherit;
717
+ }
718
+
719
+ .prose :where(h1 code):not(:where([class~="not-prose"] *)) {
720
+ color: inherit;
721
+ }
722
+
723
+ .prose :where(h2 code):not(:where([class~="not-prose"] *)) {
724
+ color: inherit;
725
+ font-size: 0.875em;
726
+ }
727
+
728
+ .prose :where(h3 code):not(:where([class~="not-prose"] *)) {
729
+ color: inherit;
730
+ font-size: 0.9em;
731
+ }
732
+
733
+ .prose :where(h4 code):not(:where([class~="not-prose"] *)) {
734
+ color: inherit;
735
+ }
736
+
737
+ .prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
738
+ color: inherit;
739
+ }
740
+
741
+ .prose :where(thead th code):not(:where([class~="not-prose"] *)) {
742
+ color: inherit;
743
+ }
744
+
745
+ .prose :where(pre):not(:where([class~="not-prose"] *)) {
746
+ color: var(--tw-prose-pre-code);
747
+ background-color: var(--tw-prose-pre-bg);
748
+ overflow-x: auto;
749
+ font-weight: 400;
750
+ font-size: 0.875em;
751
+ line-height: 1.7142857;
752
+ margin-top: 1.7142857em;
753
+ margin-bottom: 1.7142857em;
754
+ border-radius: 0.375rem;
755
+ padding-top: 0.8571429em;
756
+ padding-right: 1.1428571em;
757
+ padding-bottom: 0.8571429em;
758
+ padding-left: 1.1428571em;
759
+ }
760
+
761
+ .prose :where(pre code):not(:where([class~="not-prose"] *)) {
762
+ background-color: transparent;
763
+ border-width: 0;
764
+ border-radius: 0;
765
+ padding: 0;
766
+ font-weight: inherit;
767
+ color: inherit;
768
+ font-size: inherit;
769
+ font-family: inherit;
770
+ line-height: inherit;
771
+ }
772
+
773
+ .prose :where(pre code):not(:where([class~="not-prose"] *))::before {
774
+ content: none;
775
+ }
776
+
777
+ .prose :where(pre code):not(:where([class~="not-prose"] *))::after {
778
+ content: none;
779
+ }
780
+
781
+ .prose :where(table):not(:where([class~="not-prose"] *)) {
782
+ width: 100%;
783
+ table-layout: auto;
784
+ text-align: left;
785
+ margin-top: 2em;
786
+ margin-bottom: 2em;
787
+ font-size: 0.875em;
788
+ line-height: 1.7142857;
789
+ }
790
+
791
+ .prose :where(thead):not(:where([class~="not-prose"] *)) {
792
+ border-bottom-width: 1px;
793
+ border-bottom-color: var(--tw-prose-th-borders);
794
+ }
795
+
796
+ .prose :where(thead th):not(:where([class~="not-prose"] *)) {
797
+ color: var(--tw-prose-headings);
798
+ font-weight: 600;
799
+ vertical-align: bottom;
800
+ padding-right: 0.5714286em;
801
+ padding-bottom: 0.5714286em;
802
+ padding-left: 0.5714286em;
803
+ }
804
+
805
+ .prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
806
+ border-bottom-width: 1px;
807
+ border-bottom-color: var(--tw-prose-td-borders);
808
+ }
809
+
810
+ .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
811
+ border-bottom-width: 0;
812
+ }
813
+
814
+ .prose :where(tbody td):not(:where([class~="not-prose"] *)) {
815
+ vertical-align: baseline;
816
+ }
817
+
818
+ .prose :where(tfoot):not(:where([class~="not-prose"] *)) {
819
+ border-top-width: 1px;
820
+ border-top-color: var(--tw-prose-th-borders);
821
+ }
822
+
823
+ .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
824
+ vertical-align: top;
825
+ }
826
+
827
+ .prose {
828
+ --tw-prose-body: #374151;
829
+ --tw-prose-headings: #111827;
830
+ --tw-prose-lead: #4b5563;
831
+ --tw-prose-links: #111827;
832
+ --tw-prose-bold: #111827;
833
+ --tw-prose-counters: #6b7280;
834
+ --tw-prose-bullets: #d1d5db;
835
+ --tw-prose-hr: #e5e7eb;
836
+ --tw-prose-quotes: #111827;
837
+ --tw-prose-quote-borders: #e5e7eb;
838
+ --tw-prose-captions: #6b7280;
839
+ --tw-prose-code: #111827;
840
+ --tw-prose-pre-code: #e5e7eb;
841
+ --tw-prose-pre-bg: #1f2937;
842
+ --tw-prose-th-borders: #d1d5db;
843
+ --tw-prose-td-borders: #e5e7eb;
844
+ --tw-prose-invert-body: #d1d5db;
845
+ --tw-prose-invert-headings: #fff;
846
+ --tw-prose-invert-lead: #9ca3af;
847
+ --tw-prose-invert-links: #fff;
848
+ --tw-prose-invert-bold: #fff;
849
+ --tw-prose-invert-counters: #9ca3af;
850
+ --tw-prose-invert-bullets: #4b5563;
851
+ --tw-prose-invert-hr: #374151;
852
+ --tw-prose-invert-quotes: #f3f4f6;
853
+ --tw-prose-invert-quote-borders: #374151;
854
+ --tw-prose-invert-captions: #9ca3af;
855
+ --tw-prose-invert-code: #fff;
856
+ --tw-prose-invert-pre-code: #d1d5db;
857
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
858
+ --tw-prose-invert-th-borders: #4b5563;
859
+ --tw-prose-invert-td-borders: #374151;
860
+ font-size: 1rem;
861
+ line-height: 1.75;
862
+ }
863
+
864
+ .prose :where(p):not(:where([class~="not-prose"] *)) {
865
+ margin-top: 1.25em;
866
+ margin-bottom: 1.25em;
867
+ }
868
+
869
+ .prose :where(video):not(:where([class~="not-prose"] *)) {
870
+ margin-top: 2em;
871
+ margin-bottom: 2em;
872
+ }
873
+
874
+ .prose :where(figure):not(:where([class~="not-prose"] *)) {
875
+ margin-top: 2em;
876
+ margin-bottom: 2em;
877
+ }
878
+
879
+ .prose :where(li):not(:where([class~="not-prose"] *)) {
880
+ margin-top: 0.5em;
881
+ margin-bottom: 0.5em;
882
+ }
883
+
884
+ .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
885
+ padding-left: 0.375em;
886
+ }
887
+
888
+ .prose :where(ul > li):not(:where([class~="not-prose"] *)) {
889
+ padding-left: 0.375em;
890
+ }
891
+
892
+ .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
893
+ margin-top: 0.75em;
894
+ margin-bottom: 0.75em;
895
+ }
896
+
897
+ .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
898
+ margin-top: 1.25em;
899
+ }
900
+
901
+ .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
902
+ margin-bottom: 1.25em;
903
+ }
904
+
905
+ .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
906
+ margin-top: 1.25em;
907
+ }
908
+
909
+ .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
910
+ margin-bottom: 1.25em;
911
+ }
912
+
913
+ .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
914
+ margin-top: 0.75em;
915
+ margin-bottom: 0.75em;
916
+ }
917
+
918
+ .prose :where(hr + *):not(:where([class~="not-prose"] *)) {
919
+ margin-top: 0;
920
+ }
921
+
922
+ .prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
923
+ margin-top: 0;
924
+ }
925
+
926
+ .prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
927
+ margin-top: 0;
928
+ }
929
+
930
+ .prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
931
+ margin-top: 0;
932
+ }
933
+
934
+ .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
935
+ padding-left: 0;
936
+ }
937
+
938
+ .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
939
+ padding-right: 0;
940
+ }
941
+
942
+ .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
943
+ padding-top: 0.5714286em;
944
+ padding-right: 0.5714286em;
945
+ padding-bottom: 0.5714286em;
946
+ padding-left: 0.5714286em;
947
+ }
948
+
949
+ .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
950
+ padding-left: 0;
951
+ }
952
+
953
+ .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
954
+ padding-right: 0;
955
+ }
956
+
957
+ .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
958
+ margin-top: 0;
959
+ }
960
+
961
+ .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
962
+ margin-bottom: 0;
963
+ }
964
+
965
+ .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
966
+ margin-top: 0.5714286em;
967
+ margin-bottom: 0.5714286em;
968
+ }
969
+
970
+ .prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
971
+ margin-top: 1.1428571em;
972
+ }
973
+
974
+ .prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
975
+ margin-bottom: 1.1428571em;
976
+ }
977
+
978
+ .prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
979
+ margin-top: 1.1428571em;
980
+ }
981
+
982
+ .prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
983
+ margin-bottom: 1.1428571em;
984
+ }
985
+
986
+ .prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
987
+ margin-top: 0;
988
+ }
989
+
990
+ .prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
991
+ margin-bottom: 0;
992
+ }
993
+
994
+ .prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
995
+ margin-top: 0.75em;
996
+ margin-bottom: 0.75em;
997
+ }
998
+
999
+ .prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
1000
+ margin-top: 1.25em;
1001
+ }
1002
+
1003
+ .prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
1004
+ margin-bottom: 1.25em;
1005
+ }
1006
+
1007
+ .prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
1008
+ margin-top: 1.25em;
1009
+ }
1010
+
1011
+ .prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
1012
+ margin-bottom: 1.25em;
1013
+ }
1014
+
1015
+ .prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
1016
+ margin-top: 0;
1017
+ }
1018
+
1019
+ .prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
1020
+ margin-bottom: 0;
1021
+ }
1022
+
1023
+ .prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
1024
+ margin-top: 0.8888889em;
1025
+ margin-bottom: 0.8888889em;
1026
+ }
1027
+
1028
+ .prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
1029
+ margin-top: 1.3333333em;
1030
+ }
1031
+
1032
+ .prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
1033
+ margin-bottom: 1.3333333em;
1034
+ }
1035
+
1036
+ .prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
1037
+ margin-top: 1.3333333em;
1038
+ }
1039
+
1040
+ .prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
1041
+ margin-bottom: 1.3333333em;
1042
+ }
1043
+
1044
+ .prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
1045
+ margin-top: 0;
1046
+ }
1047
+
1048
+ .prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
1049
+ margin-bottom: 0;
1050
+ }
1051
+
1052
+ .prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
1053
+ margin-top: 0.8em;
1054
+ margin-bottom: 0.8em;
1055
+ }
1056
+
1057
+ .prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
1058
+ margin-top: 1.2em;
1059
+ }
1060
+
1061
+ .prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
1062
+ margin-bottom: 1.2em;
1063
+ }
1064
+
1065
+ .prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
1066
+ margin-top: 1.2em;
1067
+ }
1068
+
1069
+ .prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
1070
+ margin-bottom: 1.2em;
1071
+ }
1072
+
1073
+ .prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
1074
+ margin-top: 0;
1075
+ }
1076
+
1077
+ .prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
1078
+ margin-bottom: 0;
1079
+ }
1080
+
1081
+ .prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
1082
+ margin-top: 0.8333333em;
1083
+ margin-bottom: 0.8333333em;
1084
+ }
1085
+
1086
+ .prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
1087
+ margin-top: 1.3333333em;
1088
+ }
1089
+
1090
+ .prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
1091
+ margin-bottom: 1.3333333em;
1092
+ }
1093
+
1094
+ .prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
1095
+ margin-top: 1.3333333em;
1096
+ }
1097
+
1098
+ .prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
1099
+ margin-bottom: 1.3333333em;
1100
+ }
1101
+
1102
+ .prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
1103
+ margin-top: 0;
1104
+ }
1105
+
1106
+ .prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
1107
+ margin-bottom: 0;
1108
+ }
1109
+
1110
+ .fixed {
1111
+ position: fixed;
1112
+ }
1113
+
1114
+ .inset-0 {
1115
+ top: 0px;
1116
+ right: 0px;
1117
+ bottom: 0px;
1118
+ left: 0px;
1119
+ }
1120
+
1121
+ .left-\[max\(0px\2c calc\(50\%-45rem\)\)\] {
1122
+ left: max(0px,calc(50% - 45rem));
1123
+ }
1124
+
1125
+ .right-auto {
1126
+ right: auto;
1127
+ }
1128
+
1129
+ .mx-auto {
1130
+ margin-left: auto;
1131
+ margin-right: auto;
1132
+ }
1133
+
1134
+ .mt-8 {
1135
+ margin-top: 2rem;
1136
+ }
1137
+
1138
+ .mb-3 {
1139
+ margin-bottom: 0.75rem;
1140
+ }
1141
+
1142
+ .mt-5 {
1143
+ margin-top: 1.25rem;
1144
+ }
1145
+
1146
+ .mb-8 {
1147
+ margin-bottom: 2rem;
1148
+ }
1149
+
1150
+ .mb-4 {
1151
+ margin-bottom: 1rem;
1152
+ }
1153
+
1154
+ .mb-16 {
1155
+ margin-bottom: 4rem;
1156
+ }
1157
+
1158
+ .mt-4 {
1159
+ margin-top: 1rem;
1160
+ }
1161
+
1162
+ .mr-4 {
1163
+ margin-right: 1rem;
1164
+ }
1165
+
1166
+ .ml-2 {
1167
+ margin-left: 0.5rem;
1168
+ }
1169
+
1170
+ .block {
1171
+ display: block;
1172
+ }
1173
+
1174
+ .flex {
1175
+ display: flex;
1176
+ }
1177
+
1178
+ .hidden {
1179
+ display: none;
1180
+ }
1181
+
1182
+ .w-\[19\.5rem\] {
1183
+ width: 19.5rem;
1184
+ }
1185
+
1186
+ .max-w-8xl {
1187
+ max-width: 90rem;
1188
+ }
1189
+
1190
+ .justify-between {
1191
+ justify-content: space-between;
1192
+ }
1193
+
1194
+ .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1195
+ --tw-space-y-reverse: 0;
1196
+ margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1197
+ margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1198
+ }
1199
+
1200
+ .overflow-y-auto {
1201
+ overflow-y: auto;
1202
+ }
1203
+
1204
+ .rounded-md {
1205
+ border-radius: 0.375rem;
1206
+ }
1207
+
1208
+ .border {
1209
+ border-width: 1px;
1210
+ }
1211
+
1212
+ .border-l {
1213
+ border-left-width: 1px;
1214
+ }
1215
+
1216
+ .border-slate-100 {
1217
+ --tw-border-opacity: 1;
1218
+ border-color: rgb(241 245 249 / var(--tw-border-opacity));
1219
+ }
1220
+
1221
+ .border-transparent {
1222
+ border-color: transparent;
1223
+ }
1224
+
1225
+ .border-gray-300 {
1226
+ --tw-border-opacity: 1;
1227
+ border-color: rgb(209 213 219 / var(--tw-border-opacity));
1228
+ }
1229
+
1230
+ .bg-gray-50 {
1231
+ --tw-bg-opacity: 1;
1232
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1233
+ }
1234
+
1235
+ .bg-indigo-600 {
1236
+ --tw-bg-opacity: 1;
1237
+ background-color: rgb(79 70 229 / var(--tw-bg-opacity));
1238
+ }
1239
+
1240
+ .bg-white {
1241
+ --tw-bg-opacity: 1;
1242
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1243
+ }
1244
+
1245
+ .px-8 {
1246
+ padding-left: 2rem;
1247
+ padding-right: 2rem;
1248
+ }
1249
+
1250
+ .px-10 {
1251
+ padding-left: 2.5rem;
1252
+ padding-right: 2.5rem;
1253
+ }
1254
+
1255
+ .py-4 {
1256
+ padding-top: 1rem;
1257
+ padding-bottom: 1rem;
1258
+ }
1259
+
1260
+ .py-8 {
1261
+ padding-top: 2rem;
1262
+ padding-bottom: 2rem;
1263
+ }
1264
+
1265
+ .px-4 {
1266
+ padding-left: 1rem;
1267
+ padding-right: 1rem;
1268
+ }
1269
+
1270
+ .py-1 {
1271
+ padding-top: 0.25rem;
1272
+ padding-bottom: 0.25rem;
1273
+ }
1274
+
1275
+ .py-2 {
1276
+ padding-top: 0.5rem;
1277
+ padding-bottom: 0.5rem;
1278
+ }
1279
+
1280
+ .pl-4 {
1281
+ padding-left: 1rem;
1282
+ }
1283
+
1284
+ .pt-16 {
1285
+ padding-top: 4rem;
1286
+ }
1287
+
1288
+ .pb-24 {
1289
+ padding-bottom: 6rem;
1290
+ }
1291
+
1292
+ .pb-6 {
1293
+ padding-bottom: 1.5rem;
1294
+ }
1295
+
1296
+ .text-center {
1297
+ text-align: center;
1298
+ }
1299
+
1300
+ .text-6xl {
1301
+ font-size: 3.75rem;
1302
+ line-height: 1;
1303
+ }
1304
+
1305
+ .text-xl {
1306
+ font-size: 1.25rem;
1307
+ line-height: 1.75rem;
1308
+ }
1309
+
1310
+ .text-lg {
1311
+ font-size: 1.125rem;
1312
+ line-height: 1.75rem;
1313
+ }
1314
+
1315
+ .text-4xl {
1316
+ font-size: 2.25rem;
1317
+ line-height: 2.5rem;
1318
+ }
1319
+
1320
+ .text-sm {
1321
+ font-size: 0.875rem;
1322
+ line-height: 1.25rem;
1323
+ }
1324
+
1325
+ .font-semibold {
1326
+ font-weight: 600;
1327
+ }
1328
+
1329
+ .font-extrabold {
1330
+ font-weight: 800;
1331
+ }
1332
+
1333
+ .font-bold {
1334
+ font-weight: 700;
1335
+ }
1336
+
1337
+ .font-medium {
1338
+ font-weight: 500;
1339
+ }
1340
+
1341
+ .tracking-tight {
1342
+ letter-spacing: -0.025em;
1343
+ }
1344
+
1345
+ .text-slate-700 {
1346
+ --tw-text-opacity: 1;
1347
+ color: rgb(51 65 85 / var(--tw-text-opacity));
1348
+ }
1349
+
1350
+ .text-gray-900 {
1351
+ --tw-text-opacity: 1;
1352
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1353
+ }
1354
+
1355
+ .text-indigo-600 {
1356
+ --tw-text-opacity: 1;
1357
+ color: rgb(79 70 229 / var(--tw-text-opacity));
1358
+ }
1359
+
1360
+ .text-gray-500 {
1361
+ --tw-text-opacity: 1;
1362
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1363
+ }
1364
+
1365
+ .text-white {
1366
+ --tw-text-opacity: 1;
1367
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1368
+ }
1369
+
1370
+ .text-slate-900 {
1371
+ --tw-text-opacity: 1;
1372
+ color: rgb(15 23 42 / var(--tw-text-opacity));
1373
+ }
1374
+
1375
+ .text-gray-700 {
1376
+ --tw-text-opacity: 1;
1377
+ color: rgb(55 65 81 / var(--tw-text-opacity));
1378
+ }
1379
+
1380
+ .underline {
1381
+ text-decoration-line: underline;
1382
+ }
1383
+
1384
+ .shadow {
1385
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1386
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1387
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1388
+ }
1389
+
1390
+ .shadow-sm {
1391
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1392
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1393
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1394
+ }
1395
+
1396
+ .filter {
1397
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1398
+ }
1399
+
1400
+ .hover\:border-slate-400:hover {
1401
+ --tw-border-opacity: 1;
1402
+ border-color: rgb(148 163 184 / var(--tw-border-opacity));
1403
+ }
1404
+
1405
+ .hover\:bg-indigo-700:hover {
1406
+ --tw-bg-opacity: 1;
1407
+ background-color: rgb(67 56 202 / var(--tw-bg-opacity));
1408
+ }
1409
+
1410
+ .hover\:bg-gray-50:hover {
1411
+ --tw-bg-opacity: 1;
1412
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1413
+ }
1414
+
1415
+ .hover\:text-slate-900:hover {
1416
+ --tw-text-opacity: 1;
1417
+ color: rgb(15 23 42 / var(--tw-text-opacity));
1418
+ }
1419
+
1420
+ .focus\:border-indigo-500:focus {
1421
+ --tw-border-opacity: 1;
1422
+ border-color: rgb(99 102 241 / var(--tw-border-opacity));
1423
+ }
1424
+
1425
+ .focus\:outline-none:focus {
1426
+ outline: 2px solid transparent;
1427
+ outline-offset: 2px;
1428
+ }
1429
+
1430
+ .focus\:ring-2:focus {
1431
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1432
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1433
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1434
+ }
1435
+
1436
+ .focus\:ring-indigo-500:focus {
1437
+ --tw-ring-opacity: 1;
1438
+ --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
1439
+ }
1440
+
1441
+ .focus\:ring-offset-2:focus {
1442
+ --tw-ring-offset-width: 2px;
1443
+ }
1444
+
1445
+ @media (min-width: 1024px) {
1446
+ .lg\:block {
1447
+ display: block;
1448
+ }
1449
+
1450
+ .lg\:pl-\[19\.5rem\] {
1451
+ padding-left: 19.5rem;
1452
+ }
1453
+ }