jqtree 1.6.2 → 1.6.3

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 (247) hide show
  1. package/.eslintrc +3 -12
  2. package/.github/workflows/ci.yml +48 -23
  3. package/.github/workflows/codeql-analysis.yml +9 -5
  4. package/.prettier +3 -0
  5. package/README.md +11 -8
  6. package/bower.json +1 -1
  7. package/{.postcssrc → config/.postcssrc} +0 -0
  8. package/{babel.config.json → config/babel.config.json} +0 -0
  9. package/{babel.coverage.config.json → config/babel.coverage.config.json} +0 -0
  10. package/{jest-jsdom.config.js → config/jest.config.js} +8 -3
  11. package/config/playwright.config.js +18 -0
  12. package/config/production +4 -0
  13. package/{rollup.config.js → config/rollup.config.js} +3 -3
  14. package/{jqtree.postcss → css/jqtree.postcss} +0 -0
  15. package/devserver/index.html +1 -9
  16. package/docs/Gemfile +2 -0
  17. package/docs/Gemfile.lock +263 -0
  18. package/{_config.yml → docs/_config.yml} +8 -1
  19. package/{_entries → docs/_entries}/01_general.md +0 -0
  20. package/{_entries → docs/_entries}/02_introduction.md +0 -0
  21. package/{_entries → docs/_entries}/03_features.md +1 -1
  22. package/{_entries → docs/_entries}/04_demo.html +1 -7
  23. package/{_entries → docs/_entries}/05_requirements.md +0 -0
  24. package/{_entries → docs/_entries}/06_downloads.md +0 -0
  25. package/{_entries → docs/_entries}/07_tutorial.md +0 -0
  26. package/{_entries → docs/_entries}/08_examples.md +0 -0
  27. package/{_entries → docs/_entries}/09_usecases.md +0 -0
  28. package/{_entries → docs/_entries}/10_changelog.md +4 -0
  29. package/{_entries → docs/_entries}/11_options.md +0 -0
  30. package/{_entries → docs/_entries}/12_animationspeed.md +0 -0
  31. package/{_entries → docs/_entries}/13_autoescape.md +0 -0
  32. package/{_entries → docs/_entries}/14_autoopen.md +0 -0
  33. package/{_entries → docs/_entries}/15_buttonleft.md +0 -0
  34. package/{_entries → docs/_entries}/16_closedicon.md +0 -0
  35. package/{_entries → docs/_entries}/17_data.md +0 -0
  36. package/{_entries → docs/_entries}/18_datafilter.md +0 -0
  37. package/{_entries → docs/_entries}/19_data-url.md +0 -0
  38. package/{_entries → docs/_entries}/20_draganddrop.md +0 -0
  39. package/{_entries → docs/_entries}/21_keyboardsupport.md +0 -0
  40. package/{_entries → docs/_entries}/22_oncanmove.md +0 -0
  41. package/{_entries → docs/_entries}/23_oncanmoveto.md +2 -2
  42. package/{_entries → docs/_entries}/24_oncanselectnode.md +0 -0
  43. package/{_entries → docs/_entries}/25_oncreateli.md +2 -2
  44. package/{_entries → docs/_entries}/26_ondragmove.md +0 -0
  45. package/{_entries → docs/_entries}/27_ondragstop.md +0 -0
  46. package/{_entries → docs/_entries}/28_onismovehandle.md +0 -0
  47. package/{_entries → docs/_entries}/29_onloadfailed.md +0 -0
  48. package/{_entries → docs/_entries}/30_onloading.md +2 -2
  49. package/{_entries → docs/_entries}/31_openedicon.md +0 -0
  50. package/{_entries → docs/_entries}/32_openfolderdelay.md +2 -0
  51. package/{_entries → docs/_entries}/33_rtl.md +0 -0
  52. package/{_entries → docs/_entries}/34_savestate.md +0 -0
  53. package/{_entries → docs/_entries}/35_selectable.md +0 -0
  54. package/{_entries → docs/_entries}/36_showemptyfolder.md +0 -0
  55. package/{_entries → docs/_entries}/37_slide.md +0 -0
  56. package/{_entries → docs/_entries}/38_start_dnd_delay.md +0 -0
  57. package/{_entries → docs/_entries}/39_tabindex.md +0 -0
  58. package/{_entries → docs/_entries}/40_usecontextmenu.md +0 -0
  59. package/{_entries → docs/_entries}/41_functions.md +0 -0
  60. package/{_entries → docs/_entries}/42_addparentnode.md +1 -1
  61. package/{_entries → docs/_entries}/43_addnodeafter.md +1 -1
  62. package/{_entries → docs/_entries}/44_addnodebefore.md +1 -1
  63. package/{_entries → docs/_entries}/45_appendnode.md +5 -5
  64. package/{_entries → docs/_entries}/46_closenode.md +0 -0
  65. package/{_entries → docs/_entries}/47_destroy.md +0 -0
  66. package/{_entries → docs/_entries}/48_getnodebycallback.md +0 -0
  67. package/{_entries → docs/_entries}/49_getnodebyid.md +0 -0
  68. package/{_entries → docs/_entries}/50_getnodebyhtmlelement.md +2 -2
  69. package/{_entries → docs/_entries}/51_getselectednode.md +0 -0
  70. package/{_entries → docs/_entries}/52_getstate.md +0 -0
  71. package/{_entries → docs/_entries}/53_gettree.md +1 -1
  72. package/{_entries → docs/_entries}/54_isdragging.md +1 -1
  73. package/{_entries → docs/_entries}/55_loaddata.md +3 -3
  74. package/{_entries → docs/_entries}/56_loaddatafromurl.md +4 -4
  75. package/{_entries → docs/_entries}/57_movedown.md +0 -0
  76. package/{_entries → docs/_entries}/58_movenode.md +3 -3
  77. package/{_entries → docs/_entries}/59_moveup.md +0 -0
  78. package/{_entries → docs/_entries}/60_opennode.md +3 -3
  79. package/docs/_entries/61_prependnode.md +21 -0
  80. package/{_entries → docs/_entries}/62_refresh.md +0 -0
  81. package/{_entries → docs/_entries}/63_reload.md +2 -2
  82. package/{_entries → docs/_entries}/64_removenode.md +0 -0
  83. package/{_entries → docs/_entries}/65_selectnode.md +0 -0
  84. package/{_entries → docs/_entries}/66_scrolltonode.md +0 -0
  85. package/{_entries → docs/_entries}/67_setoption.md +0 -0
  86. package/{_entries → docs/_entries}/68_setstate.md +0 -0
  87. package/{_entries → docs/_entries}/69_toggle.md +0 -0
  88. package/{_entries → docs/_entries}/70_tojson.md +0 -0
  89. package/{_entries → docs/_entries}/71_updatenode.md +1 -1
  90. package/{_entries → docs/_entries}/72_events.md +0 -0
  91. package/{_entries → docs/_entries}/73_tree-click.md +0 -0
  92. package/{_entries → docs/_entries}/74_tree-close.md +0 -0
  93. package/{_entries → docs/_entries}/75_tree-contextmenu.md +0 -0
  94. package/{_entries → docs/_entries}/76_tree-dblclick.md +0 -0
  95. package/{_entries → docs/_entries}/77_tree-init.md +0 -0
  96. package/{_entries → docs/_entries}/78_tree-load-data.md +0 -0
  97. package/{_entries → docs/_entries}/79_tree-loading-data.md +0 -0
  98. package/{_entries → docs/_entries}/80_tree-move.md +0 -0
  99. package/{_entries → docs/_entries}/81_tree-refresh.md +0 -0
  100. package/{_entries → docs/_entries}/82_tree-open.md +0 -0
  101. package/{_entries → docs/_entries}/83_tree-select.md +0 -0
  102. package/{_entries → docs/_entries}/84_multiple-selection.md +0 -0
  103. package/{_entries → docs/_entries}/85_add-to-selection.md +0 -0
  104. package/{_entries → docs/_entries}/86_get-selected-nodes.md +0 -0
  105. package/{_entries → docs/_entries}/87_is-node-selected.md +1 -1
  106. package/{_entries → docs/_entries}/88_remove-from-selection.md +0 -0
  107. package/{_entries → docs/_entries}/89_node-functions.md +0 -0
  108. package/{_entries → docs/_entries}/90_children.md +0 -0
  109. package/{_entries → docs/_entries}/91_getdata.md +2 -2
  110. package/{_entries → docs/_entries}/92_getlevel.md +0 -0
  111. package/{_entries → docs/_entries}/93_getnextnode.md +0 -0
  112. package/{_entries → docs/_entries}/94_getnextsibling.md +0 -0
  113. package/{_entries → docs/_entries}/95_getpreviousnode.md +0 -0
  114. package/{_entries → docs/_entries}/96_getprevioussibling.md +0 -0
  115. package/{_entries → docs/_entries}/97_parent.md +1 -1
  116. package/{_entries → docs/_entries}/insert.py +0 -0
  117. package/{_entries → docs/_entries}/renumber.py +0 -0
  118. package/{_examples → docs/_examples}/01_load_json_data.html +3 -5
  119. package/{_examples → docs/_examples}/02_load_json_data_from_server.html +3 -5
  120. package/{_examples → docs/_examples}/03_drag_and_drop.html +3 -5
  121. package/{_examples → docs/_examples}/04_save_state.html +3 -5
  122. package/{_examples → docs/_examples}/05_load_on_demand.html +3 -5
  123. package/{_examples → docs/_examples}/06_autoescape.html +3 -5
  124. package/{_examples → docs/_examples}/07_autoscroll.html +3 -5
  125. package/{_examples → docs/_examples}/08_multiple_select.html +3 -5
  126. package/{_examples → docs/_examples}/09_custom_html.html +3 -5
  127. package/{_examples → docs/_examples}/10_icon_buttons.html +3 -5
  128. package/{_examples → docs/_examples}/11_right-to-left.html +3 -5
  129. package/{_examples → docs/_examples}/12_button_on_right.html +3 -5
  130. package/docs/_examples/13_drag_outside.html +48 -0
  131. package/{_examples → docs/_examples}/14_filter.html +7 -9
  132. package/docs/_layouts/example.html +7 -0
  133. package/{_layouts/base.html → docs/_layouts/page.html} +4 -11
  134. package/docs/documentation.css +3 -0
  135. package/docs/index.html +65 -0
  136. package/docs/jqtree.css +189 -0
  137. package/docs/package.json +22 -0
  138. package/docs/pnpm-lock.yaml +768 -0
  139. package/docs/postcss.config.js +7 -0
  140. package/{static → docs/static}/bower.json +0 -1
  141. package/{static → docs/static}/bower_components/fontawesome/css/all.min.css +0 -0
  142. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.eot +0 -0
  143. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.svg +0 -0
  144. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.ttf +0 -0
  145. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.woff +0 -0
  146. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
  147. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.eot +0 -0
  148. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.svg +0 -0
  149. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.ttf +0 -0
  150. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.woff +0 -0
  151. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
  152. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.eot +0 -0
  153. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.svg +0 -0
  154. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.ttf +0 -0
  155. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.woff +0 -0
  156. package/{static → docs/static}/bower_components/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
  157. package/{static → docs/static}/bower_components/jquery/dist/jquery.js +0 -0
  158. package/{static → docs/static}/bower_components/jquery/dist/jquery.min.js +0 -0
  159. package/{static → docs/static}/bower_components/jquery-mockjax/dist/jquery.mockjax.js +0 -0
  160. package/docs/static/documentation.css +1313 -0
  161. package/docs/static/documentation.js +26 -0
  162. package/{static → docs/static}/example.css +5 -37
  163. package/{static → docs/static}/example.postcss +5 -35
  164. package/{static → docs/static}/example_data.js +0 -0
  165. package/{static → docs/static}/examples/autoescape.js +0 -0
  166. package/{static → docs/static}/examples/autoscroll.js +0 -0
  167. package/{static → docs/static}/examples/button-on-right.js +0 -0
  168. package/{static → docs/static}/examples/custom_html.js +5 -9
  169. package/{static → docs/static}/examples/drag-outside.js +0 -0
  170. package/{static → docs/static}/examples/drag_and_drop.js +0 -0
  171. package/{static → docs/static}/examples/filter.js +2 -2
  172. package/{static → docs/static}/examples/icon_buttons.js +0 -0
  173. package/{static → docs/static}/examples/load_json_data.js +0 -0
  174. package/{static → docs/static}/examples/load_json_data_from_server.js +0 -0
  175. package/{static → docs/static}/examples/load_on_demand.js +0 -0
  176. package/{static → docs/static}/examples/multiple_select.js +0 -0
  177. package/{static → docs/static}/examples/right-to-left.js +0 -0
  178. package/{static → docs/static}/examples/save_state.js +0 -0
  179. package/{static → docs/static}/monokai.css +0 -0
  180. package/{static → docs/static}/spinner.gif +0 -0
  181. package/docs/tailwind.config.js +16 -0
  182. package/docs/tree.jquery.js +21 -0
  183. package/lib/dragAndDropHandler.js +8 -4
  184. package/lib/mouse.widget.js +3 -3
  185. package/lib/nodeElement.js +3 -3
  186. package/lib/playwright/coverage.js +140 -0
  187. package/lib/playwright/playwright.test.js +293 -201
  188. package/lib/playwright/testUtils.js +267 -0
  189. package/lib/test/jqTree/events.test.js +10 -9
  190. package/lib/test/jqTree/loadOnDemand.test.js +26 -21
  191. package/lib/test/jqTree/methods.test.js +84 -64
  192. package/lib/test/jqTree/options.test.js +41 -29
  193. package/lib/tree.jquery.js +4 -4
  194. package/package.json +48 -49
  195. package/src/dragAndDropHandler.ts +8 -4
  196. package/src/jqtreeOptions.ts +1 -1
  197. package/src/playwright/.eslintrc +2 -2
  198. package/src/playwright/coverage.ts +41 -0
  199. package/src/playwright/playwright.test.ts +50 -52
  200. package/src/playwright/playwright.test.ts-snapshots/with-dragAndDrop-moves-a-node-1-Chromium-darwin.png +0 -0
  201. package/src/playwright/playwright.test.ts-snapshots/with-dragAndDrop-moves-a-node-1-Chromium-linux.png +0 -0
  202. package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-displays-a-tree-1-Chromium-darwin.png +0 -0
  203. package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-displays-a-tree-1-Chromium-linux.png +0 -0
  204. package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-selects-a-node-1-Chromium-darwin.png +0 -0
  205. package/src/playwright/playwright.test.ts-snapshots/without-dragAndDrop-selects-a-node-1-Chromium-linux.png +0 -0
  206. package/src/playwright/testUtils.ts +122 -0
  207. package/src/test/.eslintrc +13 -3
  208. package/src/test/jqTree/events.test.ts +10 -9
  209. package/src/test/jqTree/loadOnDemand.test.ts +10 -10
  210. package/src/test/jqTree/methods.test.ts +37 -45
  211. package/src/test/jqTree/options.test.ts +26 -28
  212. package/src/tree.jquery.d.ts +1 -1
  213. package/tree.jquery.debug.js +17 -14
  214. package/tree.jquery.debug.js.map +1 -1
  215. package/tree.jquery.js +3 -3
  216. package/tree.jquery.js.map +1 -1
  217. package/_entries/61_prependnode.md +0 -21
  218. package/_examples/13_drag_outside.html +0 -26
  219. package/_layouts/frontpage.html +0 -20
  220. package/_layouts/page.html +0 -7
  221. package/index.html +0 -48
  222. package/jest-browser.config.js +0 -15
  223. package/jest-playwright.config.js +0 -21
  224. package/jest.config.js +0 -8
  225. package/lib/playwright/testUtil.js +0 -459
  226. package/lib/playwright/visualRegression.js +0 -193
  227. package/production +0 -5
  228. package/src/playwright/screenshots/displays_a_tree_Desktop.png +0 -0
  229. package/src/playwright/screenshots/displays_a_tree_iPhone 6.png +0 -0
  230. package/src/playwright/screenshots/moves_a_node_Desktop.png +0 -0
  231. package/src/playwright/screenshots/moves_a_node_iPhone 6.png +0 -0
  232. package/src/playwright/screenshots/opens_a_node_Desktop.png +0 -0
  233. package/src/playwright/screenshots/opens_a_node_iPhone 6.png +0 -0
  234. package/src/playwright/screenshots/selects_a_node_Desktop.png +0 -0
  235. package/src/playwright/screenshots/selects_a_node_iPhone 6.png +0 -0
  236. package/src/playwright/testUtil.ts +0 -170
  237. package/src/playwright/visualRegression.ts +0 -88
  238. package/static/bower_components/bootstrap/dist/css/bootstrap-theme.min.css +0 -6
  239. package/static/bower_components/bootstrap/dist/css/bootstrap.min.css +0 -6
  240. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  241. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +0 -288
  242. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  243. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  244. package/static/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
  245. package/static/bower_components/bootstrap/dist/js/bootstrap.min.js +0 -6
  246. package/static/documentation.css +0 -171
  247. package/static/documentation.js +0 -48
@@ -0,0 +1,1313 @@
1
+ /*
2
+ ! tailwindcss v3.1.2 | 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:-ms-input-placeholder, textarea:-ms-input-placeholder {
359
+ opacity: 1;
360
+ /* 1 */
361
+ color: #9ca3af;
362
+ /* 2 */
363
+ }
364
+
365
+ input::placeholder,
366
+ textarea::placeholder {
367
+ opacity: 1;
368
+ /* 1 */
369
+ color: #9ca3af;
370
+ /* 2 */
371
+ }
372
+
373
+ /*
374
+ Set the default cursor for buttons.
375
+ */
376
+
377
+ button,
378
+ [role="button"] {
379
+ cursor: pointer;
380
+ }
381
+
382
+ /*
383
+ Make sure disabled buttons don't get the pointer cursor.
384
+ */
385
+
386
+ :disabled {
387
+ cursor: default;
388
+ }
389
+
390
+ /*
391
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
392
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
393
+ This can trigger a poorly considered lint error in some tools but is included by design.
394
+ */
395
+
396
+ img,
397
+ svg,
398
+ video,
399
+ canvas,
400
+ audio,
401
+ iframe,
402
+ embed,
403
+ object {
404
+ display: block;
405
+ /* 1 */
406
+ vertical-align: middle;
407
+ /* 2 */
408
+ }
409
+
410
+ /*
411
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
412
+ */
413
+
414
+ img,
415
+ video {
416
+ max-width: 100%;
417
+ height: auto;
418
+ }
419
+
420
+ *, ::before, ::after {
421
+ --tw-border-spacing-x: 0;
422
+ --tw-border-spacing-y: 0;
423
+ --tw-translate-x: 0;
424
+ --tw-translate-y: 0;
425
+ --tw-rotate: 0;
426
+ --tw-skew-x: 0;
427
+ --tw-skew-y: 0;
428
+ --tw-scale-x: 1;
429
+ --tw-scale-y: 1;
430
+ --tw-pan-x: ;
431
+ --tw-pan-y: ;
432
+ --tw-pinch-zoom: ;
433
+ --tw-scroll-snap-strictness: proximity;
434
+ --tw-ordinal: ;
435
+ --tw-slashed-zero: ;
436
+ --tw-numeric-figure: ;
437
+ --tw-numeric-spacing: ;
438
+ --tw-numeric-fraction: ;
439
+ --tw-ring-inset: ;
440
+ --tw-ring-offset-width: 0px;
441
+ --tw-ring-offset-color: #fff;
442
+ --tw-ring-color: rgb(59 130 246 / 0.5);
443
+ --tw-ring-offset-shadow: 0 0 #0000;
444
+ --tw-ring-shadow: 0 0 #0000;
445
+ --tw-shadow: 0 0 #0000;
446
+ --tw-shadow-colored: 0 0 #0000;
447
+ --tw-blur: ;
448
+ --tw-brightness: ;
449
+ --tw-contrast: ;
450
+ --tw-grayscale: ;
451
+ --tw-hue-rotate: ;
452
+ --tw-invert: ;
453
+ --tw-saturate: ;
454
+ --tw-sepia: ;
455
+ --tw-drop-shadow: ;
456
+ --tw-backdrop-blur: ;
457
+ --tw-backdrop-brightness: ;
458
+ --tw-backdrop-contrast: ;
459
+ --tw-backdrop-grayscale: ;
460
+ --tw-backdrop-hue-rotate: ;
461
+ --tw-backdrop-invert: ;
462
+ --tw-backdrop-opacity: ;
463
+ --tw-backdrop-saturate: ;
464
+ --tw-backdrop-sepia: ;
465
+ }
466
+
467
+ ::-webkit-backdrop {
468
+ --tw-border-spacing-x: 0;
469
+ --tw-border-spacing-y: 0;
470
+ --tw-translate-x: 0;
471
+ --tw-translate-y: 0;
472
+ --tw-rotate: 0;
473
+ --tw-skew-x: 0;
474
+ --tw-skew-y: 0;
475
+ --tw-scale-x: 1;
476
+ --tw-scale-y: 1;
477
+ --tw-pan-x: ;
478
+ --tw-pan-y: ;
479
+ --tw-pinch-zoom: ;
480
+ --tw-scroll-snap-strictness: proximity;
481
+ --tw-ordinal: ;
482
+ --tw-slashed-zero: ;
483
+ --tw-numeric-figure: ;
484
+ --tw-numeric-spacing: ;
485
+ --tw-numeric-fraction: ;
486
+ --tw-ring-inset: ;
487
+ --tw-ring-offset-width: 0px;
488
+ --tw-ring-offset-color: #fff;
489
+ --tw-ring-color: rgb(59 130 246 / 0.5);
490
+ --tw-ring-offset-shadow: 0 0 #0000;
491
+ --tw-ring-shadow: 0 0 #0000;
492
+ --tw-shadow: 0 0 #0000;
493
+ --tw-shadow-colored: 0 0 #0000;
494
+ --tw-blur: ;
495
+ --tw-brightness: ;
496
+ --tw-contrast: ;
497
+ --tw-grayscale: ;
498
+ --tw-hue-rotate: ;
499
+ --tw-invert: ;
500
+ --tw-saturate: ;
501
+ --tw-sepia: ;
502
+ --tw-drop-shadow: ;
503
+ --tw-backdrop-blur: ;
504
+ --tw-backdrop-brightness: ;
505
+ --tw-backdrop-contrast: ;
506
+ --tw-backdrop-grayscale: ;
507
+ --tw-backdrop-hue-rotate: ;
508
+ --tw-backdrop-invert: ;
509
+ --tw-backdrop-opacity: ;
510
+ --tw-backdrop-saturate: ;
511
+ --tw-backdrop-sepia: ;
512
+ }
513
+
514
+ ::backdrop {
515
+ --tw-border-spacing-x: 0;
516
+ --tw-border-spacing-y: 0;
517
+ --tw-translate-x: 0;
518
+ --tw-translate-y: 0;
519
+ --tw-rotate: 0;
520
+ --tw-skew-x: 0;
521
+ --tw-skew-y: 0;
522
+ --tw-scale-x: 1;
523
+ --tw-scale-y: 1;
524
+ --tw-pan-x: ;
525
+ --tw-pan-y: ;
526
+ --tw-pinch-zoom: ;
527
+ --tw-scroll-snap-strictness: proximity;
528
+ --tw-ordinal: ;
529
+ --tw-slashed-zero: ;
530
+ --tw-numeric-figure: ;
531
+ --tw-numeric-spacing: ;
532
+ --tw-numeric-fraction: ;
533
+ --tw-ring-inset: ;
534
+ --tw-ring-offset-width: 0px;
535
+ --tw-ring-offset-color: #fff;
536
+ --tw-ring-color: rgb(59 130 246 / 0.5);
537
+ --tw-ring-offset-shadow: 0 0 #0000;
538
+ --tw-ring-shadow: 0 0 #0000;
539
+ --tw-shadow: 0 0 #0000;
540
+ --tw-shadow-colored: 0 0 #0000;
541
+ --tw-blur: ;
542
+ --tw-brightness: ;
543
+ --tw-contrast: ;
544
+ --tw-grayscale: ;
545
+ --tw-hue-rotate: ;
546
+ --tw-invert: ;
547
+ --tw-saturate: ;
548
+ --tw-sepia: ;
549
+ --tw-drop-shadow: ;
550
+ --tw-backdrop-blur: ;
551
+ --tw-backdrop-brightness: ;
552
+ --tw-backdrop-contrast: ;
553
+ --tw-backdrop-grayscale: ;
554
+ --tw-backdrop-hue-rotate: ;
555
+ --tw-backdrop-invert: ;
556
+ --tw-backdrop-opacity: ;
557
+ --tw-backdrop-saturate: ;
558
+ --tw-backdrop-sepia: ;
559
+ }
560
+
561
+ .prose {
562
+ color: var(--tw-prose-body);
563
+ max-width: 65ch;
564
+ }
565
+
566
+ .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
567
+ color: var(--tw-prose-lead);
568
+ font-size: 1.25em;
569
+ line-height: 1.6;
570
+ margin-top: 1.2em;
571
+ margin-bottom: 1.2em;
572
+ }
573
+
574
+ .prose :where(a):not(:where([class~="not-prose"] *)) {
575
+ color: var(--tw-prose-links);
576
+ text-decoration: underline;
577
+ font-weight: 500;
578
+ }
579
+
580
+ .prose :where(strong):not(:where([class~="not-prose"] *)) {
581
+ color: var(--tw-prose-bold);
582
+ font-weight: 600;
583
+ }
584
+
585
+ .prose :where(ol):not(:where([class~="not-prose"] *)) {
586
+ list-style-type: decimal;
587
+ padding-left: 1.625em;
588
+ }
589
+
590
+ .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
591
+ list-style-type: upper-alpha;
592
+ }
593
+
594
+ .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
595
+ list-style-type: lower-alpha;
596
+ }
597
+
598
+ .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
599
+ list-style-type: upper-alpha;
600
+ }
601
+
602
+ .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
603
+ list-style-type: lower-alpha;
604
+ }
605
+
606
+ .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
607
+ list-style-type: upper-roman;
608
+ }
609
+
610
+ .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
611
+ list-style-type: lower-roman;
612
+ }
613
+
614
+ .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
615
+ list-style-type: upper-roman;
616
+ }
617
+
618
+ .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
619
+ list-style-type: lower-roman;
620
+ }
621
+
622
+ .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
623
+ list-style-type: decimal;
624
+ }
625
+
626
+ .prose :where(ul):not(:where([class~="not-prose"] *)) {
627
+ list-style-type: disc;
628
+ padding-left: 1.625em;
629
+ }
630
+
631
+ .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
632
+ font-weight: 400;
633
+ color: var(--tw-prose-counters);
634
+ }
635
+
636
+ .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
637
+ color: var(--tw-prose-bullets);
638
+ }
639
+
640
+ .prose :where(hr):not(:where([class~="not-prose"] *)) {
641
+ border-color: var(--tw-prose-hr);
642
+ border-top-width: 1px;
643
+ margin-top: 3em;
644
+ margin-bottom: 3em;
645
+ }
646
+
647
+ .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
648
+ font-weight: 500;
649
+ font-style: italic;
650
+ color: var(--tw-prose-quotes);
651
+ border-left-width: 0.25rem;
652
+ border-left-color: var(--tw-prose-quote-borders);
653
+ quotes: "\201C""\201D""\2018""\2019";
654
+ margin-top: 1.6em;
655
+ margin-bottom: 1.6em;
656
+ padding-left: 1em;
657
+ }
658
+
659
+ .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
660
+ content: open-quote;
661
+ }
662
+
663
+ .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
664
+ content: close-quote;
665
+ }
666
+
667
+ .prose :where(h1):not(:where([class~="not-prose"] *)) {
668
+ color: var(--tw-prose-headings);
669
+ font-weight: 800;
670
+ font-size: 2.25em;
671
+ margin-top: 0;
672
+ margin-bottom: 0.8888889em;
673
+ line-height: 1.1111111;
674
+ }
675
+
676
+ .prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
677
+ font-weight: 900;
678
+ }
679
+
680
+ .prose :where(h2):not(:where([class~="not-prose"] *)) {
681
+ color: var(--tw-prose-headings);
682
+ font-weight: 700;
683
+ font-size: 1.5em;
684
+ margin-top: 2em;
685
+ margin-bottom: 1em;
686
+ line-height: 1.3333333;
687
+ }
688
+
689
+ .prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
690
+ font-weight: 800;
691
+ }
692
+
693
+ .prose :where(h3):not(:where([class~="not-prose"] *)) {
694
+ color: var(--tw-prose-headings);
695
+ font-weight: 600;
696
+ font-size: 1.25em;
697
+ margin-top: 1.6em;
698
+ margin-bottom: 0.6em;
699
+ line-height: 1.6;
700
+ }
701
+
702
+ .prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
703
+ font-weight: 700;
704
+ }
705
+
706
+ .prose :where(h4):not(:where([class~="not-prose"] *)) {
707
+ color: var(--tw-prose-headings);
708
+ font-weight: 600;
709
+ margin-top: 1.5em;
710
+ margin-bottom: 0.5em;
711
+ line-height: 1.5;
712
+ }
713
+
714
+ .prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
715
+ font-weight: 700;
716
+ }
717
+
718
+ .prose :where(figure > *):not(:where([class~="not-prose"] *)) {
719
+ margin-top: 0;
720
+ margin-bottom: 0;
721
+ }
722
+
723
+ .prose :where(figcaption):not(:where([class~="not-prose"] *)) {
724
+ color: var(--tw-prose-captions);
725
+ font-size: 0.875em;
726
+ line-height: 1.4285714;
727
+ margin-top: 0.8571429em;
728
+ }
729
+
730
+ .prose :where(code):not(:where([class~="not-prose"] *)) {
731
+ color: var(--tw-prose-code);
732
+ font-weight: 600;
733
+ font-size: 0.875em;
734
+ }
735
+
736
+ .prose :where(code):not(:where([class~="not-prose"] *))::before {
737
+ content: "`";
738
+ }
739
+
740
+ .prose :where(code):not(:where([class~="not-prose"] *))::after {
741
+ content: "`";
742
+ }
743
+
744
+ .prose :where(a code):not(:where([class~="not-prose"] *)) {
745
+ color: var(--tw-prose-links);
746
+ }
747
+
748
+ .prose :where(pre):not(:where([class~="not-prose"] *)) {
749
+ color: var(--tw-prose-pre-code);
750
+ background-color: var(--tw-prose-pre-bg);
751
+ overflow-x: auto;
752
+ font-weight: 400;
753
+ font-size: 0.875em;
754
+ line-height: 1.7142857;
755
+ margin-top: 1.7142857em;
756
+ margin-bottom: 1.7142857em;
757
+ border-radius: 0.375rem;
758
+ padding-top: 0.8571429em;
759
+ padding-right: 1.1428571em;
760
+ padding-bottom: 0.8571429em;
761
+ padding-left: 1.1428571em;
762
+ }
763
+
764
+ .prose :where(pre code):not(:where([class~="not-prose"] *)) {
765
+ background-color: transparent;
766
+ border-width: 0;
767
+ border-radius: 0;
768
+ padding: 0;
769
+ font-weight: inherit;
770
+ color: inherit;
771
+ font-size: inherit;
772
+ font-family: inherit;
773
+ line-height: inherit;
774
+ }
775
+
776
+ .prose :where(pre code):not(:where([class~="not-prose"] *))::before {
777
+ content: none;
778
+ }
779
+
780
+ .prose :where(pre code):not(:where([class~="not-prose"] *))::after {
781
+ content: none;
782
+ }
783
+
784
+ .prose :where(table):not(:where([class~="not-prose"] *)) {
785
+ width: 100%;
786
+ table-layout: auto;
787
+ text-align: left;
788
+ margin-top: 2em;
789
+ margin-bottom: 2em;
790
+ font-size: 0.875em;
791
+ line-height: 1.7142857;
792
+ }
793
+
794
+ .prose :where(thead):not(:where([class~="not-prose"] *)) {
795
+ border-bottom-width: 1px;
796
+ border-bottom-color: var(--tw-prose-th-borders);
797
+ }
798
+
799
+ .prose :where(thead th):not(:where([class~="not-prose"] *)) {
800
+ color: var(--tw-prose-headings);
801
+ font-weight: 600;
802
+ vertical-align: bottom;
803
+ padding-right: 0.5714286em;
804
+ padding-bottom: 0.5714286em;
805
+ padding-left: 0.5714286em;
806
+ }
807
+
808
+ .prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
809
+ border-bottom-width: 1px;
810
+ border-bottom-color: var(--tw-prose-td-borders);
811
+ }
812
+
813
+ .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
814
+ border-bottom-width: 0;
815
+ }
816
+
817
+ .prose :where(tbody td):not(:where([class~="not-prose"] *)) {
818
+ vertical-align: baseline;
819
+ padding-top: 0.5714286em;
820
+ padding-right: 0.5714286em;
821
+ padding-bottom: 0.5714286em;
822
+ padding-left: 0.5714286em;
823
+ }
824
+
825
+ .prose {
826
+ --tw-prose-body: #374151;
827
+ --tw-prose-headings: #111827;
828
+ --tw-prose-lead: #4b5563;
829
+ --tw-prose-links: #111827;
830
+ --tw-prose-bold: #111827;
831
+ --tw-prose-counters: #6b7280;
832
+ --tw-prose-bullets: #d1d5db;
833
+ --tw-prose-hr: #e5e7eb;
834
+ --tw-prose-quotes: #111827;
835
+ --tw-prose-quote-borders: #e5e7eb;
836
+ --tw-prose-captions: #6b7280;
837
+ --tw-prose-code: #111827;
838
+ --tw-prose-pre-code: #e5e7eb;
839
+ --tw-prose-pre-bg: #1f2937;
840
+ --tw-prose-th-borders: #d1d5db;
841
+ --tw-prose-td-borders: #e5e7eb;
842
+ --tw-prose-invert-body: #d1d5db;
843
+ --tw-prose-invert-headings: #fff;
844
+ --tw-prose-invert-lead: #9ca3af;
845
+ --tw-prose-invert-links: #fff;
846
+ --tw-prose-invert-bold: #fff;
847
+ --tw-prose-invert-counters: #9ca3af;
848
+ --tw-prose-invert-bullets: #4b5563;
849
+ --tw-prose-invert-hr: #374151;
850
+ --tw-prose-invert-quotes: #f3f4f6;
851
+ --tw-prose-invert-quote-borders: #374151;
852
+ --tw-prose-invert-captions: #9ca3af;
853
+ --tw-prose-invert-code: #fff;
854
+ --tw-prose-invert-pre-code: #d1d5db;
855
+ --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
856
+ --tw-prose-invert-th-borders: #4b5563;
857
+ --tw-prose-invert-td-borders: #374151;
858
+ font-size: 1rem;
859
+ line-height: 1.75;
860
+ }
861
+
862
+ .prose :where(p):not(:where([class~="not-prose"] *)) {
863
+ margin-top: 1.25em;
864
+ margin-bottom: 1.25em;
865
+ }
866
+
867
+ .prose :where(img):not(:where([class~="not-prose"] *)) {
868
+ margin-top: 2em;
869
+ margin-bottom: 2em;
870
+ }
871
+
872
+ .prose :where(video):not(:where([class~="not-prose"] *)) {
873
+ margin-top: 2em;
874
+ margin-bottom: 2em;
875
+ }
876
+
877
+ .prose :where(figure):not(:where([class~="not-prose"] *)) {
878
+ margin-top: 2em;
879
+ margin-bottom: 2em;
880
+ }
881
+
882
+ .prose :where(h2 code):not(:where([class~="not-prose"] *)) {
883
+ font-size: 0.875em;
884
+ }
885
+
886
+ .prose :where(h3 code):not(:where([class~="not-prose"] *)) {
887
+ font-size: 0.9em;
888
+ }
889
+
890
+ .prose :where(li):not(:where([class~="not-prose"] *)) {
891
+ margin-top: 0.5em;
892
+ margin-bottom: 0.5em;
893
+ }
894
+
895
+ .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
896
+ padding-left: 0.375em;
897
+ }
898
+
899
+ .prose :where(ul > li):not(:where([class~="not-prose"] *)) {
900
+ padding-left: 0.375em;
901
+ }
902
+
903
+ .prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
904
+ margin-top: 0.75em;
905
+ margin-bottom: 0.75em;
906
+ }
907
+
908
+ .prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
909
+ margin-top: 1.25em;
910
+ }
911
+
912
+ .prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
913
+ margin-bottom: 1.25em;
914
+ }
915
+
916
+ .prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
917
+ margin-top: 1.25em;
918
+ }
919
+
920
+ .prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
921
+ margin-bottom: 1.25em;
922
+ }
923
+
924
+ .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
925
+ margin-top: 0.75em;
926
+ margin-bottom: 0.75em;
927
+ }
928
+
929
+ .prose :where(hr + *):not(:where([class~="not-prose"] *)) {
930
+ margin-top: 0;
931
+ }
932
+
933
+ .prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
934
+ margin-top: 0;
935
+ }
936
+
937
+ .prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
938
+ margin-top: 0;
939
+ }
940
+
941
+ .prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
942
+ margin-top: 0;
943
+ }
944
+
945
+ .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
946
+ padding-left: 0;
947
+ }
948
+
949
+ .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
950
+ padding-right: 0;
951
+ }
952
+
953
+ .prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
954
+ padding-left: 0;
955
+ }
956
+
957
+ .prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
958
+ padding-right: 0;
959
+ }
960
+
961
+ .prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
962
+ margin-top: 0;
963
+ }
964
+
965
+ .prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
966
+ margin-bottom: 0;
967
+ }
968
+
969
+ .fixed {
970
+ position: fixed;
971
+ }
972
+
973
+ .inset-0 {
974
+ top: 0px;
975
+ right: 0px;
976
+ bottom: 0px;
977
+ left: 0px;
978
+ }
979
+
980
+ .left-\[max\(0px\2c calc\(50\%-45rem\)\)\] {
981
+ left: max(0px,calc(50% - 45rem));
982
+ }
983
+
984
+ .right-auto {
985
+ right: auto;
986
+ }
987
+
988
+ .mx-auto {
989
+ margin-left: auto;
990
+ margin-right: auto;
991
+ }
992
+
993
+ .mt-8 {
994
+ margin-top: 2rem;
995
+ }
996
+
997
+ .mb-3 {
998
+ margin-bottom: 0.75rem;
999
+ }
1000
+
1001
+ .mt-5 {
1002
+ margin-top: 1.25rem;
1003
+ }
1004
+
1005
+ .mb-8 {
1006
+ margin-bottom: 2rem;
1007
+ }
1008
+
1009
+ .mb-4 {
1010
+ margin-bottom: 1rem;
1011
+ }
1012
+
1013
+ .mb-16 {
1014
+ margin-bottom: 4rem;
1015
+ }
1016
+
1017
+ .mt-4 {
1018
+ margin-top: 1rem;
1019
+ }
1020
+
1021
+ .mr-4 {
1022
+ margin-right: 1rem;
1023
+ }
1024
+
1025
+ .ml-2 {
1026
+ margin-left: 0.5rem;
1027
+ }
1028
+
1029
+ .block {
1030
+ display: block;
1031
+ }
1032
+
1033
+ .flex {
1034
+ display: flex;
1035
+ }
1036
+
1037
+ .hidden {
1038
+ display: none;
1039
+ }
1040
+
1041
+ .w-\[19\.5rem\] {
1042
+ width: 19.5rem;
1043
+ }
1044
+
1045
+ .max-w-8xl {
1046
+ max-width: 90rem;
1047
+ }
1048
+
1049
+ .justify-between {
1050
+ justify-content: space-between;
1051
+ }
1052
+
1053
+ .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1054
+ --tw-space-y-reverse: 0;
1055
+ margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1056
+ margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1057
+ }
1058
+
1059
+ .overflow-y-auto {
1060
+ overflow-y: auto;
1061
+ }
1062
+
1063
+ .rounded-md {
1064
+ border-radius: 0.375rem;
1065
+ }
1066
+
1067
+ .border {
1068
+ border-width: 1px;
1069
+ }
1070
+
1071
+ .border-l {
1072
+ border-left-width: 1px;
1073
+ }
1074
+
1075
+ .border-slate-100 {
1076
+ --tw-border-opacity: 1;
1077
+ border-color: rgb(241 245 249 / var(--tw-border-opacity));
1078
+ }
1079
+
1080
+ .border-transparent {
1081
+ border-color: transparent;
1082
+ }
1083
+
1084
+ .border-gray-300 {
1085
+ --tw-border-opacity: 1;
1086
+ border-color: rgb(209 213 219 / var(--tw-border-opacity));
1087
+ }
1088
+
1089
+ .bg-gray-50 {
1090
+ --tw-bg-opacity: 1;
1091
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1092
+ }
1093
+
1094
+ .bg-indigo-600 {
1095
+ --tw-bg-opacity: 1;
1096
+ background-color: rgb(79 70 229 / var(--tw-bg-opacity));
1097
+ }
1098
+
1099
+ .bg-white {
1100
+ --tw-bg-opacity: 1;
1101
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1102
+ }
1103
+
1104
+ .px-8 {
1105
+ padding-left: 2rem;
1106
+ padding-right: 2rem;
1107
+ }
1108
+
1109
+ .px-10 {
1110
+ padding-left: 2.5rem;
1111
+ padding-right: 2.5rem;
1112
+ }
1113
+
1114
+ .py-4 {
1115
+ padding-top: 1rem;
1116
+ padding-bottom: 1rem;
1117
+ }
1118
+
1119
+ .py-8 {
1120
+ padding-top: 2rem;
1121
+ padding-bottom: 2rem;
1122
+ }
1123
+
1124
+ .px-4 {
1125
+ padding-left: 1rem;
1126
+ padding-right: 1rem;
1127
+ }
1128
+
1129
+ .py-1 {
1130
+ padding-top: 0.25rem;
1131
+ padding-bottom: 0.25rem;
1132
+ }
1133
+
1134
+ .py-2 {
1135
+ padding-top: 0.5rem;
1136
+ padding-bottom: 0.5rem;
1137
+ }
1138
+
1139
+ .pl-4 {
1140
+ padding-left: 1rem;
1141
+ }
1142
+
1143
+ .pt-16 {
1144
+ padding-top: 4rem;
1145
+ }
1146
+
1147
+ .pb-24 {
1148
+ padding-bottom: 6rem;
1149
+ }
1150
+
1151
+ .pb-6 {
1152
+ padding-bottom: 1.5rem;
1153
+ }
1154
+
1155
+ .text-center {
1156
+ text-align: center;
1157
+ }
1158
+
1159
+ .text-6xl {
1160
+ font-size: 3.75rem;
1161
+ line-height: 1;
1162
+ }
1163
+
1164
+ .text-xl {
1165
+ font-size: 1.25rem;
1166
+ line-height: 1.75rem;
1167
+ }
1168
+
1169
+ .text-lg {
1170
+ font-size: 1.125rem;
1171
+ line-height: 1.75rem;
1172
+ }
1173
+
1174
+ .text-4xl {
1175
+ font-size: 2.25rem;
1176
+ line-height: 2.5rem;
1177
+ }
1178
+
1179
+ .text-sm {
1180
+ font-size: 0.875rem;
1181
+ line-height: 1.25rem;
1182
+ }
1183
+
1184
+ .font-semibold {
1185
+ font-weight: 600;
1186
+ }
1187
+
1188
+ .font-extrabold {
1189
+ font-weight: 800;
1190
+ }
1191
+
1192
+ .font-bold {
1193
+ font-weight: 700;
1194
+ }
1195
+
1196
+ .font-medium {
1197
+ font-weight: 500;
1198
+ }
1199
+
1200
+ .tracking-tight {
1201
+ letter-spacing: -0.025em;
1202
+ }
1203
+
1204
+ .text-slate-700 {
1205
+ --tw-text-opacity: 1;
1206
+ color: rgb(51 65 85 / var(--tw-text-opacity));
1207
+ }
1208
+
1209
+ .text-gray-900 {
1210
+ --tw-text-opacity: 1;
1211
+ color: rgb(17 24 39 / var(--tw-text-opacity));
1212
+ }
1213
+
1214
+ .text-indigo-600 {
1215
+ --tw-text-opacity: 1;
1216
+ color: rgb(79 70 229 / var(--tw-text-opacity));
1217
+ }
1218
+
1219
+ .text-gray-500 {
1220
+ --tw-text-opacity: 1;
1221
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1222
+ }
1223
+
1224
+ .text-white {
1225
+ --tw-text-opacity: 1;
1226
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1227
+ }
1228
+
1229
+ .text-slate-900 {
1230
+ --tw-text-opacity: 1;
1231
+ color: rgb(15 23 42 / var(--tw-text-opacity));
1232
+ }
1233
+
1234
+ .text-gray-700 {
1235
+ --tw-text-opacity: 1;
1236
+ color: rgb(55 65 81 / var(--tw-text-opacity));
1237
+ }
1238
+
1239
+ .underline {
1240
+ -webkit-text-decoration-line: underline;
1241
+ text-decoration-line: underline;
1242
+ }
1243
+
1244
+ .shadow {
1245
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1246
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1247
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1248
+ }
1249
+
1250
+ .shadow-sm {
1251
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1252
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1253
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1254
+ }
1255
+
1256
+ .filter {
1257
+ 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);
1258
+ }
1259
+
1260
+ .hover\:border-slate-400:hover {
1261
+ --tw-border-opacity: 1;
1262
+ border-color: rgb(148 163 184 / var(--tw-border-opacity));
1263
+ }
1264
+
1265
+ .hover\:bg-indigo-700:hover {
1266
+ --tw-bg-opacity: 1;
1267
+ background-color: rgb(67 56 202 / var(--tw-bg-opacity));
1268
+ }
1269
+
1270
+ .hover\:bg-gray-50:hover {
1271
+ --tw-bg-opacity: 1;
1272
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
1273
+ }
1274
+
1275
+ .hover\:text-slate-900:hover {
1276
+ --tw-text-opacity: 1;
1277
+ color: rgb(15 23 42 / var(--tw-text-opacity));
1278
+ }
1279
+
1280
+ .focus\:border-indigo-500:focus {
1281
+ --tw-border-opacity: 1;
1282
+ border-color: rgb(99 102 241 / var(--tw-border-opacity));
1283
+ }
1284
+
1285
+ .focus\:outline-none:focus {
1286
+ outline: 2px solid transparent;
1287
+ outline-offset: 2px;
1288
+ }
1289
+
1290
+ .focus\:ring-2:focus {
1291
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1292
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1293
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1294
+ }
1295
+
1296
+ .focus\:ring-indigo-500:focus {
1297
+ --tw-ring-opacity: 1;
1298
+ --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
1299
+ }
1300
+
1301
+ .focus\:ring-offset-2:focus {
1302
+ --tw-ring-offset-width: 2px;
1303
+ }
1304
+
1305
+ @media (min-width: 1024px) {
1306
+ .lg\:block {
1307
+ display: block;
1308
+ }
1309
+
1310
+ .lg\:pl-\[19\.5rem\] {
1311
+ padding-left: 19.5rem;
1312
+ }
1313
+ }