lookbook 2.0.5 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (431) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -10
  3. data/app/components/lookbook/base_component.rb +1 -1
  4. data/app/components/lookbook/embed/inspector/component.html.erb +19 -4
  5. data/app/components/lookbook/embed/inspector/component.rb +1 -1
  6. data/app/components/lookbook/header/component.html.erb +5 -4
  7. data/app/components/lookbook/icon/component.html.erb +4 -2
  8. data/app/components/lookbook/icon/component.rb +0 -16
  9. data/app/components/lookbook/nav/entity/component.html.erb +3 -0
  10. data/app/components/lookbook/nav/item/component.js +8 -10
  11. data/app/components/lookbook/tag_component.rb +8 -1
  12. data/app/controllers/lookbook/application_controller.rb +11 -1
  13. data/app/controllers/lookbook/embeds_controller.rb +4 -4
  14. data/app/controllers/lookbook/inspector_controller.rb +1 -1
  15. data/app/controllers/lookbook/page_controller.rb +1 -1
  16. data/app/controllers/lookbook/pages_controller.rb +1 -1
  17. data/app/controllers/lookbook/previews_controller.rb +2 -2
  18. data/app/helpers/lookbook/application_helper.rb +10 -0
  19. data/app/views/layouts/lookbook/application.html.erb +102 -82
  20. data/app/views/layouts/lookbook/embed.html.erb +30 -12
  21. data/app/views/lookbook/index.html.erb +21 -11
  22. data/app/views/lookbook/inspector/show.html.erb +3 -3
  23. data/app/views/lookbook/previews/group.html.erb +1 -0
  24. data/assets/css/lookbook.css +2 -2
  25. data/assets/icons/activity-square.svg +1 -0
  26. data/assets/icons/ampersand.svg +1 -0
  27. data/assets/icons/ampersands.svg +1 -0
  28. data/assets/icons/antenna.svg +1 -0
  29. data/assets/icons/app-window.svg +1 -0
  30. data/assets/icons/archive-x.svg +1 -0
  31. data/assets/icons/area-chart.svg +1 -0
  32. data/assets/icons/arrow-big-down-dash.svg +1 -0
  33. data/assets/icons/arrow-big-left-dash.svg +1 -0
  34. data/assets/icons/arrow-big-right-dash.svg +1 -0
  35. data/assets/icons/arrow-big-up-dash.svg +1 -0
  36. data/assets/icons/arrow-down-0-1.svg +1 -0
  37. data/assets/icons/arrow-down-1-0.svg +1 -0
  38. data/assets/icons/arrow-down-a-z.svg +1 -0
  39. data/assets/icons/arrow-down-from-line.svg +1 -0
  40. data/assets/icons/arrow-down-left-from-circle.svg +1 -0
  41. data/assets/icons/arrow-down-left-square.svg +1 -0
  42. data/assets/icons/arrow-down-narrow-wide.svg +1 -0
  43. data/assets/icons/arrow-down-right-from-circle.svg +1 -0
  44. data/assets/icons/arrow-down-right-square.svg +1 -0
  45. data/assets/icons/arrow-down-square.svg +1 -0
  46. data/assets/icons/arrow-down-to-dot.svg +1 -0
  47. data/assets/icons/arrow-down-to-line.svg +1 -0
  48. data/assets/icons/arrow-down-up.svg +1 -0
  49. data/assets/icons/arrow-down-wide-narrow.svg +1 -0
  50. data/assets/icons/arrow-down-z-a.svg +1 -0
  51. data/assets/icons/arrow-left-from-line.svg +1 -0
  52. data/assets/icons/arrow-left-square.svg +1 -0
  53. data/assets/icons/arrow-left-to-line.svg +1 -0
  54. data/assets/icons/arrow-right-from-line.svg +1 -0
  55. data/assets/icons/arrow-right-left.svg +1 -0
  56. data/assets/icons/arrow-right-square.svg +1 -0
  57. data/assets/icons/arrow-right-to-line.svg +1 -0
  58. data/assets/icons/arrow-up-0-1.svg +1 -0
  59. data/assets/icons/arrow-up-1-0.svg +1 -0
  60. data/assets/icons/arrow-up-a-z.svg +1 -0
  61. data/assets/icons/arrow-up-from-dot.svg +1 -0
  62. data/assets/icons/arrow-up-from-line.svg +1 -0
  63. data/assets/icons/arrow-up-left-from-circle.svg +1 -0
  64. data/assets/icons/arrow-up-left-square.svg +1 -0
  65. data/assets/icons/arrow-up-narrow-wide.svg +1 -0
  66. data/assets/icons/arrow-up-right-from-circle.svg +1 -0
  67. data/assets/icons/arrow-up-right-square.svg +1 -0
  68. data/assets/icons/arrow-up-square.svg +1 -0
  69. data/assets/icons/arrow-up-to-line.svg +1 -0
  70. data/assets/icons/arrow-up-wide-narrow.svg +1 -0
  71. data/assets/icons/arrow-up-z-a.svg +1 -0
  72. data/assets/icons/arrows-up-from-line.svg +1 -0
  73. data/assets/icons/atom.svg +1 -0
  74. data/assets/icons/badge-alert.svg +1 -0
  75. data/assets/icons/badge-cent.svg +1 -0
  76. data/assets/icons/badge-check.svg +1 -0
  77. data/assets/icons/badge-dollar-sign.svg +1 -0
  78. data/assets/icons/badge-euro.svg +1 -0
  79. data/assets/icons/badge-help.svg +1 -0
  80. data/assets/icons/badge-indian-rupee.svg +1 -0
  81. data/assets/icons/badge-info.svg +1 -0
  82. data/assets/icons/badge-japanese-yen.svg +1 -0
  83. data/assets/icons/badge-minus.svg +1 -0
  84. data/assets/icons/badge-percent.svg +1 -0
  85. data/assets/icons/badge-plus.svg +1 -0
  86. data/assets/icons/badge-pound-sterling.svg +1 -0
  87. data/assets/icons/badge-russian-ruble.svg +1 -0
  88. data/assets/icons/badge-swiss-franc.svg +1 -0
  89. data/assets/icons/badge-x.svg +1 -0
  90. data/assets/icons/badge.svg +1 -0
  91. data/assets/icons/ban.svg +1 -0
  92. data/assets/icons/bar-chart-big.svg +1 -0
  93. data/assets/icons/bar-chart-horizontal-big.svg +1 -0
  94. data/assets/icons/bell-dot.svg +1 -0
  95. data/assets/icons/biohazard.svg +1 -0
  96. data/assets/icons/blocks.svg +1 -0
  97. data/assets/icons/book-copy.svg +1 -0
  98. data/assets/icons/book-down.svg +1 -0
  99. data/assets/icons/book-key.svg +1 -0
  100. data/assets/icons/book-lock.svg +1 -0
  101. data/assets/icons/book-marked.svg +1 -0
  102. data/assets/icons/book-minus.svg +1 -0
  103. data/assets/icons/book-plus.svg +1 -0
  104. data/assets/icons/book-template.svg +1 -0
  105. data/assets/icons/book-up-2.svg +1 -0
  106. data/assets/icons/book-up.svg +1 -0
  107. data/assets/icons/book-x.svg +1 -0
  108. data/assets/icons/bookmark-check.svg +1 -0
  109. data/assets/icons/bookmark-x.svg +1 -0
  110. data/assets/icons/boom-box.svg +1 -0
  111. data/assets/icons/braces.svg +1 -0
  112. data/assets/icons/brackets.svg +1 -0
  113. data/assets/icons/brain-circuit.svg +1 -0
  114. data/assets/icons/brain-cog.svg +1 -0
  115. data/assets/icons/brain.svg +1 -0
  116. data/assets/icons/bring-to-front.svg +1 -0
  117. data/assets/icons/bug-off.svg +1 -0
  118. data/assets/icons/bug-play.svg +1 -0
  119. data/assets/icons/bus-front.svg +1 -0
  120. data/assets/icons/cable-car.svg +1 -0
  121. data/assets/icons/cable.svg +1 -0
  122. data/assets/icons/cake-slice.svg +1 -0
  123. data/assets/icons/candlestick-chart.svg +1 -0
  124. data/assets/icons/candy-cane.svg +1 -0
  125. data/assets/icons/car-front.svg +1 -0
  126. data/assets/icons/car-taxi-front.svg +1 -0
  127. data/assets/icons/case-lower.svg +1 -0
  128. data/assets/icons/case-sensitive.svg +1 -0
  129. data/assets/icons/case-upper.svg +1 -0
  130. data/assets/icons/cassette-tape.svg +1 -0
  131. data/assets/icons/castle.svg +1 -0
  132. data/assets/icons/chevron-down-circle.svg +1 -0
  133. data/assets/icons/chevron-down-square.svg +1 -0
  134. data/assets/icons/chevron-left-circle.svg +1 -0
  135. data/assets/icons/chevron-left-square.svg +1 -0
  136. data/assets/icons/chevron-right-circle.svg +1 -0
  137. data/assets/icons/chevron-right-square.svg +1 -0
  138. data/assets/icons/chevron-up-circle.svg +1 -0
  139. data/assets/icons/chevron-up-square.svg +1 -0
  140. data/assets/icons/church.svg +1 -0
  141. data/assets/icons/circle-dashed.svg +1 -0
  142. data/assets/icons/circle-dollar-sign.svg +1 -0
  143. data/assets/icons/circle-dot-dashed.svg +1 -0
  144. data/assets/icons/circle-equal.svg +1 -0
  145. data/assets/icons/circle-off.svg +1 -0
  146. data/assets/icons/circle-slash-2.svg +1 -0
  147. data/assets/icons/circle-slash.svg +1 -0
  148. data/assets/icons/circuit-board.svg +1 -0
  149. data/assets/icons/clipboard-paste.svg +1 -0
  150. data/assets/icons/club.svg +1 -0
  151. data/assets/icons/combine.svg +1 -0
  152. data/assets/icons/computer.svg +1 -0
  153. data/assets/icons/contact-2.svg +1 -0
  154. data/assets/icons/container.svg +1 -0
  155. data/assets/icons/copy-check.svg +1 -0
  156. data/assets/icons/copy-minus.svg +1 -0
  157. data/assets/icons/copy-plus.svg +1 -0
  158. data/assets/icons/copy-slash.svg +1 -0
  159. data/assets/icons/copy-x.svg +1 -0
  160. data/assets/icons/database-zap.svg +1 -0
  161. data/assets/icons/dessert.svg +1 -0
  162. data/assets/icons/disc-2.svg +1 -0
  163. data/assets/icons/disc-3.svg +1 -0
  164. data/assets/icons/donut.svg +1 -0
  165. data/assets/icons/door-closed.svg +1 -0
  166. data/assets/icons/door-open.svg +1 -0
  167. data/assets/icons/dot.svg +1 -0
  168. data/assets/icons/drama.svg +1 -0
  169. data/assets/icons/ferris-wheel.svg +1 -0
  170. data/assets/icons/file-code-2.svg +1 -0
  171. data/assets/icons/file-stack.svg +1 -0
  172. data/assets/icons/fish-symbol.svg +1 -0
  173. data/assets/icons/fold-horizontal.svg +1 -0
  174. data/assets/icons/fold-vertical.svg +1 -0
  175. data/assets/icons/folder-dot.svg +1 -0
  176. data/assets/icons/folder-git-2.svg +1 -0
  177. data/assets/icons/folder-git.svg +1 -0
  178. data/assets/icons/folder-kanban.svg +1 -0
  179. data/assets/icons/folder-open-dot.svg +1 -0
  180. data/assets/icons/folder-root.svg +1 -0
  181. data/assets/icons/folder-sync.svg +1 -0
  182. data/assets/icons/gallery-horizontal-end.svg +1 -0
  183. data/assets/icons/gallery-horizontal.svg +1 -0
  184. data/assets/icons/gallery-thumbnails.svg +1 -0
  185. data/assets/icons/gallery-vertical-end.svg +1 -0
  186. data/assets/icons/gallery-vertical.svg +1 -0
  187. data/assets/icons/gantt-chart-square.svg +1 -0
  188. data/assets/icons/gantt-chart.svg +1 -0
  189. data/assets/icons/gauge-circle.svg +1 -0
  190. data/assets/icons/goal.svg +1 -0
  191. data/assets/icons/grid-2x2.svg +1 -0
  192. data/assets/icons/grid-3x3.svg +1 -0
  193. data/assets/icons/group.svg +1 -0
  194. data/assets/icons/hard-drive-download.svg +1 -0
  195. data/assets/icons/hard-drive-upload.svg +1 -0
  196. data/assets/icons/hdmi-port.svg +1 -0
  197. data/assets/icons/hotel.svg +1 -0
  198. data/assets/icons/iteration-ccw.svg +1 -0
  199. data/assets/icons/iteration-cw.svg +1 -0
  200. data/assets/icons/kanban-square-dashed.svg +1 -0
  201. data/assets/icons/kanban-square.svg +1 -0
  202. data/assets/icons/kanban.svg +1 -0
  203. data/assets/icons/key-round.svg +1 -0
  204. data/assets/icons/key-square.svg +1 -0
  205. data/assets/icons/layout-panel-left.svg +1 -0
  206. data/assets/icons/layout-panel-top.svg +1 -0
  207. data/assets/icons/leafy-green.svg +1 -0
  208. data/assets/icons/ligature.svg +1 -0
  209. data/assets/icons/list-filter.svg +1 -0
  210. data/assets/icons/list-restart.svg +1 -0
  211. data/assets/icons/list-todo.svg +1 -0
  212. data/assets/icons/list-tree.svg +1 -0
  213. data/assets/icons/lollipop.svg +1 -0
  214. data/assets/icons/m-square.svg +1 -0
  215. data/assets/icons/mailbox.svg +1 -0
  216. data/assets/icons/memory-stick.svg +1 -0
  217. data/assets/icons/menu-square.svg +1 -0
  218. data/assets/icons/merge.svg +1 -0
  219. data/assets/icons/message-square-dashed.svg +1 -0
  220. data/assets/icons/message-square-plus.svg +1 -0
  221. data/assets/icons/messages-square.svg +1 -0
  222. data/assets/icons/monitor-check.svg +1 -0
  223. data/assets/icons/monitor-dot.svg +1 -0
  224. data/assets/icons/monitor-down.svg +1 -0
  225. data/assets/icons/monitor-pause.svg +1 -0
  226. data/assets/icons/monitor-play.svg +1 -0
  227. data/assets/icons/monitor-stop.svg +1 -0
  228. data/assets/icons/monitor-up.svg +1 -0
  229. data/assets/icons/monitor-x.svg +1 -0
  230. data/assets/icons/moon-star.svg +1 -0
  231. data/assets/icons/mouse-pointer-square-dashed.svg +1 -0
  232. data/assets/icons/mouse-pointer-square.svg +1 -0
  233. data/assets/icons/move-down-left.svg +1 -0
  234. data/assets/icons/move-down-right.svg +1 -0
  235. data/assets/icons/move-down.svg +1 -0
  236. data/assets/icons/move-left.svg +1 -0
  237. data/assets/icons/move-right.svg +1 -0
  238. data/assets/icons/move-up-left.svg +1 -0
  239. data/assets/icons/move-up-right.svg +1 -0
  240. data/assets/icons/move-up.svg +1 -0
  241. data/assets/icons/orbit.svg +1 -0
  242. data/assets/icons/panel-bottom-close.svg +1 -0
  243. data/assets/icons/panel-bottom-inactive.svg +1 -0
  244. data/assets/icons/panel-bottom-open.svg +1 -0
  245. data/assets/icons/panel-bottom.svg +1 -0
  246. data/assets/icons/panel-left-close.svg +1 -0
  247. data/assets/icons/panel-left-inactive.svg +1 -0
  248. data/assets/icons/panel-left-open.svg +1 -0
  249. data/assets/icons/panel-left.svg +1 -0
  250. data/assets/icons/panel-right-close.svg +1 -0
  251. data/assets/icons/panel-right-inactive.svg +1 -0
  252. data/assets/icons/panel-right-open.svg +1 -0
  253. data/assets/icons/panel-right.svg +1 -0
  254. data/assets/icons/panel-top-close.svg +1 -0
  255. data/assets/icons/panel-top-inactive.svg +1 -0
  256. data/assets/icons/panel-top-open.svg +1 -0
  257. data/assets/icons/panel-top.svg +1 -0
  258. data/assets/icons/parentheses.svg +1 -0
  259. data/assets/icons/parking-circle-off.svg +1 -0
  260. data/assets/icons/parking-circle.svg +1 -0
  261. data/assets/icons/parking-meter.svg +1 -0
  262. data/assets/icons/parking-square-off.svg +1 -0
  263. data/assets/icons/parking-square.svg +1 -0
  264. data/assets/icons/paw-print.svg +1 -0
  265. data/assets/icons/pc-case.svg +1 -0
  266. data/assets/icons/pen-line.svg +1 -0
  267. data/assets/icons/pen-square.svg +1 -0
  268. data/assets/icons/pen.svg +1 -0
  269. data/assets/icons/pencil-line.svg +1 -0
  270. data/assets/icons/pencil-ruler.svg +1 -0
  271. data/assets/icons/percent-circle.svg +1 -0
  272. data/assets/icons/percent-diamond.svg +1 -0
  273. data/assets/icons/percent-square.svg +1 -0
  274. data/assets/icons/pi-square.svg +1 -0
  275. data/assets/icons/pi.svg +1 -0
  276. data/assets/icons/pilcrow-square.svg +1 -0
  277. data/assets/icons/plane-landing.svg +1 -0
  278. data/assets/icons/plane-takeoff.svg +1 -0
  279. data/assets/icons/play-square.svg +1 -0
  280. data/assets/icons/plug-zap-2.svg +1 -0
  281. data/assets/icons/pocket-knife.svg +1 -0
  282. data/assets/icons/popcorn.svg +1 -0
  283. data/assets/icons/popsicle.svg +1 -0
  284. data/assets/icons/presentation.svg +1 -0
  285. data/assets/icons/projector.svg +1 -0
  286. data/assets/icons/rabbit.svg +1 -0
  287. data/assets/icons/radar.svg +1 -0
  288. data/assets/icons/radiation.svg +1 -0
  289. data/assets/icons/radio-tower.svg +1 -0
  290. data/assets/icons/rail-symbol.svg +1 -0
  291. data/assets/icons/rainbow.svg +1 -0
  292. data/assets/icons/rat.svg +1 -0
  293. data/assets/icons/ratio.svg +1 -0
  294. data/assets/icons/receipt.svg +1 -0
  295. data/assets/icons/redo-dot.svg +1 -0
  296. data/assets/icons/refresh-ccw-dot.svg +1 -0
  297. data/assets/icons/refresh-cw-off.svg +1 -0
  298. data/assets/icons/repeat-2.svg +1 -0
  299. data/assets/icons/replace-all.svg +1 -0
  300. data/assets/icons/replace.svg +1 -0
  301. data/assets/icons/roller-coaster.svg +1 -0
  302. data/assets/icons/rows.svg +1 -0
  303. data/assets/icons/satellite-dish.svg +1 -0
  304. data/assets/icons/satellite.svg +1 -0
  305. data/assets/icons/save-all.svg +1 -0
  306. data/assets/icons/scatter-chart.svg +1 -0
  307. data/assets/icons/school-2.svg +1 -0
  308. data/assets/icons/school.svg +1 -0
  309. data/assets/icons/scissors-line-dashed.svg +1 -0
  310. data/assets/icons/scissors-square-dashed-bottom.svg +1 -0
  311. data/assets/icons/scissors-square.svg +1 -0
  312. data/assets/icons/scroll-text.svg +1 -0
  313. data/assets/icons/search-check.svg +1 -0
  314. data/assets/icons/search-code.svg +1 -0
  315. data/assets/icons/search-slash.svg +1 -0
  316. data/assets/icons/search-x.svg +1 -0
  317. data/assets/icons/send-horizontal.svg +1 -0
  318. data/assets/icons/send-to-back.svg +1 -0
  319. data/assets/icons/shapes.svg +1 -0
  320. data/assets/icons/shell.svg +1 -0
  321. data/assets/icons/shield-ban.svg +1 -0
  322. data/assets/icons/shield-ellipsis.svg +1 -0
  323. data/assets/icons/shield-half.svg +1 -0
  324. data/assets/icons/shield-minus.svg +1 -0
  325. data/assets/icons/shield-plus.svg +1 -0
  326. data/assets/icons/shield-question.svg +1 -0
  327. data/assets/icons/shield-x.svg +1 -0
  328. data/assets/icons/ship-wheel.svg +1 -0
  329. data/assets/icons/shopping-basket.svg +1 -0
  330. data/assets/icons/sigma-square.svg +1 -0
  331. data/assets/icons/snail.svg +1 -0
  332. data/assets/icons/space.svg +1 -0
  333. data/assets/icons/spade.svg +1 -0
  334. data/assets/icons/sparkle.svg +1 -0
  335. data/assets/icons/sparkles.svg +1 -0
  336. data/assets/icons/speech.svg +1 -0
  337. data/assets/icons/spell-check-2.svg +1 -0
  338. data/assets/icons/spell-check.svg +1 -0
  339. data/assets/icons/split.svg +1 -0
  340. data/assets/icons/spray-can.svg +1 -0
  341. data/assets/icons/square-asterisk.svg +1 -0
  342. data/assets/icons/square-code.svg +1 -0
  343. data/assets/icons/square-dashed-bottom-code.svg +1 -0
  344. data/assets/icons/square-dashed-bottom.svg +1 -0
  345. data/assets/icons/square-dot.svg +1 -0
  346. data/assets/icons/square-equal.svg +1 -0
  347. data/assets/icons/square-slash.svg +1 -0
  348. data/assets/icons/square-stack.svg +1 -0
  349. data/assets/icons/squirrel.svg +1 -0
  350. data/assets/icons/step-back.svg +1 -0
  351. data/assets/icons/step-forward.svg +1 -0
  352. data/assets/icons/store.svg +1 -0
  353. data/assets/icons/table-properties.svg +1 -0
  354. data/assets/icons/tablet-smartphone.svg +1 -0
  355. data/assets/icons/tally-1.svg +1 -0
  356. data/assets/icons/tally-2.svg +1 -0
  357. data/assets/icons/tally-3.svg +1 -0
  358. data/assets/icons/tally-4.svg +1 -0
  359. data/assets/icons/tally-5.svg +1 -0
  360. data/assets/icons/test-tube-2.svg +1 -0
  361. data/assets/icons/test-tube.svg +1 -0
  362. data/assets/icons/test-tubes.svg +1 -0
  363. data/assets/icons/text-quote.svg +1 -0
  364. data/assets/icons/text-select.svg +1 -0
  365. data/assets/icons/text.svg +1 -0
  366. data/assets/icons/theater.svg +1 -0
  367. data/assets/icons/touchpad-off.svg +1 -0
  368. data/assets/icons/touchpad.svg +1 -0
  369. data/assets/icons/tractor.svg +1 -0
  370. data/assets/icons/traffic-cone.svg +1 -0
  371. data/assets/icons/train-front-tunnel.svg +1 -0
  372. data/assets/icons/train-front.svg +1 -0
  373. data/assets/icons/train-track.svg +1 -0
  374. data/assets/icons/tram-front.svg +1 -0
  375. data/assets/icons/triangle-right.svg +1 -0
  376. data/assets/icons/turtle.svg +1 -0
  377. data/assets/icons/undo-dot.svg +1 -0
  378. data/assets/icons/unfold-horizontal.svg +1 -0
  379. data/assets/icons/unfold-vertical.svg +1 -0
  380. data/assets/icons/ungroup.svg +1 -0
  381. data/assets/icons/unplug.svg +1 -0
  382. data/assets/icons/user-2.svg +1 -0
  383. data/assets/icons/user-check-2.svg +1 -0
  384. data/assets/icons/user-circle-2.svg +1 -0
  385. data/assets/icons/user-circle.svg +1 -0
  386. data/assets/icons/user-cog-2.svg +1 -0
  387. data/assets/icons/user-minus-2.svg +1 -0
  388. data/assets/icons/user-plus-2.svg +1 -0
  389. data/assets/icons/user-square-2.svg +1 -0
  390. data/assets/icons/user-square.svg +1 -0
  391. data/assets/icons/user-x-2.svg +1 -0
  392. data/assets/icons/users-2.svg +1 -0
  393. data/assets/icons/variable.svg +1 -0
  394. data/assets/icons/videotape.svg +1 -0
  395. data/assets/icons/wallet-2.svg +1 -0
  396. data/assets/icons/wallet-cards.svg +1 -0
  397. data/assets/icons/wallpaper.svg +1 -0
  398. data/assets/icons/warehouse.svg +1 -0
  399. data/assets/icons/whole-word.svg +1 -0
  400. data/assets/icons/workflow.svg +1 -0
  401. data/assets/js/app.js +13 -4
  402. data/assets/js/helpers/request.js +2 -2
  403. data/config/app.yml +6 -1
  404. data/lib/lookbook/cable/cable.rb +2 -2
  405. data/lib/lookbook/engine.rb +3 -1
  406. data/lib/lookbook/entities/collections/preview_collection.rb +1 -4
  407. data/lib/lookbook/entities/entity.rb +4 -0
  408. data/lib/lookbook/entities/page_entity.rb +1 -1
  409. data/lib/lookbook/entities/scenario_entity.rb +1 -1
  410. data/lib/lookbook/entities/scenario_group_entity.rb +1 -1
  411. data/lib/lookbook/file_watcher.rb +1 -1
  412. data/lib/lookbook/helpers/ui_elements_helper.rb +3 -3
  413. data/lib/lookbook/param.rb +1 -1
  414. data/lib/lookbook/preview.rb +1 -0
  415. data/lib/lookbook/preview_controller_actions.rb +19 -16
  416. data/lib/lookbook/services/data/resolvers/data_resolver.rb +1 -1
  417. data/lib/lookbook/services/templates/action_view_config_handler.rb +50 -0
  418. data/lib/lookbook/stores/config_store.rb +4 -0
  419. data/lib/lookbook/theme.rb +2 -6
  420. data/lib/lookbook/version.rb +1 -1
  421. data/lib/lookbook/websocket.rb +1 -1
  422. data/public/lookbook-assets/css/lookbook.css +555 -394
  423. data/public/lookbook-assets/css/lookbook.css.map +1 -1
  424. data/public/lookbook-assets/img/lucide-sprite.svg +1 -1
  425. data/public/lookbook-assets/js/iframe.js.map +1 -1
  426. data/public/lookbook-assets/js/index.js +792 -637
  427. data/public/lookbook-assets/js/index.js.map +1 -1
  428. data/public/lookbook-assets/js/lookbook-core.js +38 -1
  429. data/public/lookbook-assets/js/lookbook.js +121 -84
  430. metadata +383 -7
  431. data/lib/lookbook/services/templates/action_view_annotations_handler.rb +0 -21
@@ -41,12 +41,13 @@
41
41
  --tw-content: "";
42
42
  }
43
43
 
44
- html {
44
+ html, :host {
45
45
  -webkit-text-size-adjust: 100%;
46
46
  tab-size: 4;
47
47
  font-feature-settings: normal;
48
48
  font-variation-settings: normal;
49
- 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;
49
+ -webkit-tap-highlight-color: transparent;
50
+ font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
50
51
  line-height: 1.5;
51
52
  }
52
53
 
@@ -56,9 +57,9 @@ body {
56
57
  }
57
58
 
58
59
  hr {
59
- height: 0;
60
60
  color: inherit;
61
61
  border-top-width: 1px;
62
+ height: 0;
62
63
  }
63
64
 
64
65
  abbr:where([title]) {
@@ -82,6 +83,8 @@ b, strong {
82
83
  }
83
84
 
84
85
  code, kbd, samp, pre {
86
+ font-feature-settings: normal;
87
+ font-variation-settings: normal;
85
88
  font-family: Source Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
86
89
  font-size: 1em;
87
90
  }
@@ -112,10 +115,13 @@ table {
112
115
  }
113
116
 
114
117
  button, input, optgroup, select, textarea {
118
+ font-feature-settings: inherit;
119
+ font-variation-settings: inherit;
115
120
  font-family: inherit;
116
121
  font-size: 100%;
117
122
  font-weight: inherit;
118
123
  line-height: inherit;
124
+ letter-spacing: inherit;
119
125
  color: inherit;
120
126
  margin: 0;
121
127
  padding: 0;
@@ -125,7 +131,7 @@ button, select {
125
131
  text-transform: none;
126
132
  }
127
133
 
128
- button, [type="button"], [type="reset"], [type="submit"] {
134
+ button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
129
135
  -webkit-appearance: button;
130
136
  background-color: #0000;
131
137
  background-image: none;
@@ -143,7 +149,11 @@ progress {
143
149
  vertical-align: baseline;
144
150
  }
145
151
 
146
- ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
152
+ ::-webkit-inner-spin-button {
153
+ height: auto;
154
+ }
155
+
156
+ ::-webkit-outer-spin-button {
147
157
  height: auto;
148
158
  }
149
159
 
@@ -184,6 +194,10 @@ ol, ul, menu {
184
194
  list-style: none;
185
195
  }
186
196
 
197
+ dialog {
198
+ padding: 0;
199
+ }
200
+
187
201
  textarea {
188
202
  resize: vertical;
189
203
  }
@@ -215,7 +229,7 @@ img, video {
215
229
  display: none;
216
230
  }
217
231
 
218
- [type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
232
+ [type="text"], input:where(:not([type])), [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
219
233
  appearance: none;
220
234
  --tw-shadow: 0 0 #0000;
221
235
  background-color: #fff;
@@ -227,7 +241,7 @@ img, video {
227
241
  line-height: 1.5rem;
228
242
  }
229
243
 
230
- [type="text"]:focus, [type="email"]:focus, [type="url"]:focus, [type="password"]:focus, [type="number"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="week"]:focus, [multiple]:focus, textarea:focus, select:focus {
244
+ [type="text"]:focus, input:where(:not([type])):focus, [type="email"]:focus, [type="url"]:focus, [type="password"]:focus, [type="number"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="week"]:focus, [multiple]:focus, textarea:focus, select:focus {
231
245
  outline-offset: 2px;
232
246
  --tw-ring-inset: var(--tw-empty, );
233
247
  --tw-ring-offset-width: 0px;
@@ -250,10 +264,55 @@ input::placeholder, textarea::placeholder {
250
264
  }
251
265
 
252
266
  ::-webkit-date-and-time-value {
267
+ text-align: inherit;
253
268
  min-height: 1.5em;
254
269
  }
255
270
 
256
- ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
271
+ ::-webkit-datetime-edit {
272
+ display: inline-flex;
273
+ }
274
+
275
+ ::-webkit-datetime-edit {
276
+ padding-top: 0;
277
+ padding-bottom: 0;
278
+ }
279
+
280
+ ::-webkit-datetime-edit-year-field {
281
+ padding-top: 0;
282
+ padding-bottom: 0;
283
+ }
284
+
285
+ ::-webkit-datetime-edit-month-field {
286
+ padding-top: 0;
287
+ padding-bottom: 0;
288
+ }
289
+
290
+ ::-webkit-datetime-edit-day-field {
291
+ padding-top: 0;
292
+ padding-bottom: 0;
293
+ }
294
+
295
+ ::-webkit-datetime-edit-hour-field {
296
+ padding-top: 0;
297
+ padding-bottom: 0;
298
+ }
299
+
300
+ ::-webkit-datetime-edit-minute-field {
301
+ padding-top: 0;
302
+ padding-bottom: 0;
303
+ }
304
+
305
+ ::-webkit-datetime-edit-second-field {
306
+ padding-top: 0;
307
+ padding-bottom: 0;
308
+ }
309
+
310
+ ::-webkit-datetime-edit-millisecond-field {
311
+ padding-top: 0;
312
+ padding-bottom: 0;
313
+ }
314
+
315
+ ::-webkit-datetime-edit-meridiem-field {
257
316
  padding-top: 0;
258
317
  padding-bottom: 0;
259
318
  }
@@ -267,7 +326,7 @@ select {
267
326
  padding-right: 2.5rem;
268
327
  }
269
328
 
270
- [multiple] {
329
+ [multiple], [size]:where(select:not([size="1"])) {
271
330
  background-image: initial;
272
331
  background-position: initial;
273
332
  background-repeat: unset;
@@ -282,8 +341,6 @@ select {
282
341
  vertical-align: middle;
283
342
  -webkit-user-select: none;
284
343
  user-select: none;
285
- height: 1rem;
286
- width: 1rem;
287
344
  color: #2563eb;
288
345
  --tw-shadow: 0 0 #0000;
289
346
  background-color: #fff;
@@ -291,6 +348,8 @@ select {
291
348
  border-width: 1px;
292
349
  border-color: #6b7280;
293
350
  flex-shrink: 0;
351
+ width: 1rem;
352
+ height: 1rem;
294
353
  padding: 0;
295
354
  display: inline-block;
296
355
  }
@@ -366,8 +425,9 @@ select {
366
425
  }
367
426
 
368
427
  html {
369
- height: 100vh;
370
428
  scroll-behavior: smooth;
429
+ width: 100vw;
430
+ height: 100vh;
371
431
  }
372
432
 
373
433
  @media screen and (prefers-reduced-motion: reduce) {
@@ -378,7 +438,8 @@ html {
378
438
 
379
439
  body {
380
440
  color: var(--lookbook-text);
381
- font-family: Inter var, 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;
441
+ width: 100vw;
442
+ font-family: Inter var, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
382
443
  font-size: .875rem;
383
444
  line-height: 1.25rem;
384
445
  overflow: hidden;
@@ -394,8 +455,8 @@ pre[class*="language-"] {
394
455
  }
395
456
 
396
457
  ::-webkit-scrollbar {
397
- height: .25rem;
398
458
  width: .25rem;
459
+ height: .25rem;
399
460
  }
400
461
 
401
462
  ::-webkit-scrollbar-track {
@@ -463,6 +524,10 @@ pre[class*="language-"] {
463
524
  --tw-backdrop-opacity: ;
464
525
  --tw-backdrop-saturate: ;
465
526
  --tw-backdrop-sepia: ;
527
+ --tw-contain-size: ;
528
+ --tw-contain-layout: ;
529
+ --tw-contain-paint: ;
530
+ --tw-contain-style: ;
466
531
  }
467
532
 
468
533
  .form-input, .form-textarea, .form-select, .form-multiselect {
@@ -500,10 +565,55 @@ pre[class*="language-"] {
500
565
  }
501
566
 
502
567
  .form-input::-webkit-date-and-time-value {
568
+ text-align: inherit;
503
569
  min-height: 1.5em;
504
570
  }
505
571
 
506
- .form-input::-webkit-datetime-edit, .form-input::-webkit-datetime-edit-year-field, .form-input::-webkit-datetime-edit-month-field, .form-input::-webkit-datetime-edit-day-field, .form-input::-webkit-datetime-edit-hour-field, .form-input::-webkit-datetime-edit-minute-field, .form-input::-webkit-datetime-edit-second-field, .form-input::-webkit-datetime-edit-millisecond-field, .form-input::-webkit-datetime-edit-meridiem-field {
572
+ .form-input::-webkit-datetime-edit {
573
+ display: inline-flex;
574
+ }
575
+
576
+ .form-input::-webkit-datetime-edit {
577
+ padding-top: 0;
578
+ padding-bottom: 0;
579
+ }
580
+
581
+ .form-input::-webkit-datetime-edit-year-field {
582
+ padding-top: 0;
583
+ padding-bottom: 0;
584
+ }
585
+
586
+ .form-input::-webkit-datetime-edit-month-field {
587
+ padding-top: 0;
588
+ padding-bottom: 0;
589
+ }
590
+
591
+ .form-input::-webkit-datetime-edit-day-field {
592
+ padding-top: 0;
593
+ padding-bottom: 0;
594
+ }
595
+
596
+ .form-input::-webkit-datetime-edit-hour-field {
597
+ padding-top: 0;
598
+ padding-bottom: 0;
599
+ }
600
+
601
+ .form-input::-webkit-datetime-edit-minute-field {
602
+ padding-top: 0;
603
+ padding-bottom: 0;
604
+ }
605
+
606
+ .form-input::-webkit-datetime-edit-second-field {
607
+ padding-top: 0;
608
+ padding-bottom: 0;
609
+ }
610
+
611
+ .form-input::-webkit-datetime-edit-millisecond-field {
612
+ padding-top: 0;
613
+ padding-bottom: 0;
614
+ }
615
+
616
+ .form-input::-webkit-datetime-edit-meridiem-field {
507
617
  padding-top: 0;
508
618
  padding-bottom: 0;
509
619
  }
@@ -513,12 +623,12 @@ pre[class*="language-"] {
513
623
  max-width: 65ch;
514
624
  }
515
625
 
516
- .prose :where(p):not(:where([class~="not-prose"] *)) {
626
+ .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
517
627
  margin-top: 1.25em;
518
628
  margin-bottom: 1.25em;
519
629
  }
520
630
 
521
- .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
631
+ .prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
522
632
  color: var(--tw-prose-lead);
523
633
  margin-top: 1.2em;
524
634
  margin-bottom: 1.2em;
@@ -526,116 +636,114 @@ pre[class*="language-"] {
526
636
  line-height: 1.6;
527
637
  }
528
638
 
529
- .prose :where(a):not(:where([class~="not-prose"] *)) {
639
+ .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
530
640
  color: var(--tw-prose-links);
531
641
  font-weight: 500;
532
642
  text-decoration: underline;
533
643
  }
534
644
 
535
- .prose :where(strong):not(:where([class~="not-prose"] *)) {
645
+ .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
536
646
  color: var(--tw-prose-bold);
537
647
  font-weight: 600;
538
648
  }
539
649
 
540
- .prose :where(a strong):not(:where([class~="not-prose"] *)) {
541
- color: inherit;
542
- }
543
-
544
- .prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
650
+ .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
545
651
  color: inherit;
546
652
  }
547
653
 
548
- .prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
549
- color: inherit;
550
- }
551
-
552
- .prose :where(ol):not(:where([class~="not-prose"] *)) {
654
+ .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
553
655
  margin-top: 1.25em;
554
656
  margin-bottom: 1.25em;
555
- padding-left: 1.625em;
657
+ padding-inline-start: 1.625em;
556
658
  list-style-type: decimal;
557
659
  }
558
660
 
559
- .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
661
+ .prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
560
662
  list-style-type: upper-alpha;
561
663
  }
562
664
 
563
- .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
665
+ .prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
564
666
  list-style-type: lower-alpha;
565
667
  }
566
668
 
567
- .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
669
+ .prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
568
670
  list-style-type: upper-alpha;
569
671
  }
570
672
 
571
- .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
673
+ .prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
572
674
  list-style-type: lower-alpha;
573
675
  }
574
676
 
575
- .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
677
+ .prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
576
678
  list-style-type: upper-roman;
577
679
  }
578
680
 
579
- .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
681
+ .prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
580
682
  list-style-type: lower-roman;
581
683
  }
582
684
 
583
- .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
685
+ .prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
584
686
  list-style-type: upper-roman;
585
687
  }
586
688
 
587
- .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
689
+ .prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
588
690
  list-style-type: lower-roman;
589
691
  }
590
692
 
591
- .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
693
+ .prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
592
694
  list-style-type: decimal;
593
695
  }
594
696
 
595
- .prose :where(ul):not(:where([class~="not-prose"] *)) {
697
+ .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
596
698
  margin-top: 1.25em;
597
699
  margin-bottom: 1.25em;
598
- padding-left: 1.625em;
700
+ padding-inline-start: 1.625em;
599
701
  list-style-type: disc;
600
702
  }
601
703
 
602
- .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
704
+ .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
603
705
  color: var(--tw-prose-counters);
604
706
  font-weight: 400;
605
707
  }
606
708
 
607
- .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
709
+ .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
608
710
  color: var(--tw-prose-bullets);
609
711
  }
610
712
 
611
- .prose :where(hr):not(:where([class~="not-prose"] *)) {
713
+ .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
714
+ color: var(--tw-prose-headings);
715
+ margin-top: 1.25em;
716
+ font-weight: 600;
717
+ }
718
+
719
+ .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
612
720
  border-color: var(--tw-prose-hr);
613
721
  border-top-width: 1px;
614
722
  margin-top: 3em;
615
723
  margin-bottom: 3em;
616
724
  }
617
725
 
618
- .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
726
+ .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
619
727
  color: var(--tw-prose-quotes);
620
- border-left-width: .25rem;
621
- border-left-color: var(--tw-prose-quote-borders);
728
+ border-inline-start-width: .25rem;
729
+ border-inline-start-color: var(--tw-prose-quote-borders);
622
730
  quotes: "“""”""‘""’";
623
731
  margin-top: 1.6em;
624
732
  margin-bottom: 1.6em;
625
- padding-left: 1em;
733
+ padding-inline-start: 1em;
626
734
  font-style: italic;
627
735
  font-weight: 500;
628
736
  }
629
737
 
630
- .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *)):before {
738
+ .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
631
739
  content: open-quote;
632
740
  }
633
741
 
634
- .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *)):after {
742
+ .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
635
743
  content: close-quote;
636
744
  }
637
745
 
638
- .prose :where(h1):not(:where([class~="not-prose"] *)) {
746
+ .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
639
747
  color: var(--tw-prose-headings);
640
748
  margin-top: 0;
641
749
  margin-bottom: .888889em;
@@ -644,12 +752,12 @@ pre[class*="language-"] {
644
752
  line-height: 1.11111;
645
753
  }
646
754
 
647
- .prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
755
+ .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
648
756
  color: inherit;
649
757
  font-weight: 900;
650
758
  }
651
759
 
652
- .prose :where(h2):not(:where([class~="not-prose"] *)) {
760
+ .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
653
761
  color: var(--tw-prose-headings);
654
762
  margin-top: 2em;
655
763
  margin-bottom: 1em;
@@ -658,12 +766,12 @@ pre[class*="language-"] {
658
766
  line-height: 1.33333;
659
767
  }
660
768
 
661
- .prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
769
+ .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
662
770
  color: inherit;
663
771
  font-weight: 800;
664
772
  }
665
773
 
666
- .prose :where(h3):not(:where([class~="not-prose"] *)) {
774
+ .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
667
775
  color: var(--tw-prose-headings);
668
776
  margin-top: 1.6em;
669
777
  margin-bottom: .6em;
@@ -672,12 +780,12 @@ pre[class*="language-"] {
672
780
  line-height: 1.6;
673
781
  }
674
782
 
675
- .prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
783
+ .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
676
784
  color: inherit;
677
785
  font-weight: 700;
678
786
  }
679
787
 
680
- .prose :where(h4):not(:where([class~="not-prose"] *)) {
788
+ .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
681
789
  color: var(--tw-prose-headings);
682
790
  margin-top: 1.5em;
683
791
  margin-bottom: .5em;
@@ -685,82 +793,85 @@ pre[class*="language-"] {
685
793
  line-height: 1.5;
686
794
  }
687
795
 
688
- .prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
796
+ .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
689
797
  color: inherit;
690
798
  font-weight: 700;
691
799
  }
692
800
 
693
- .prose :where(img):not(:where([class~="not-prose"] *)) {
801
+ .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
694
802
  margin-top: 2em;
695
803
  margin-bottom: 2em;
696
804
  }
697
805
 
698
- .prose :where(figure > *):not(:where([class~="not-prose"] *)) {
699
- margin-top: 0;
700
- margin-bottom: 0;
806
+ .prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
807
+ margin-top: 2em;
808
+ margin-bottom: 2em;
809
+ display: block;
701
810
  }
702
811
 
703
- .prose :where(figcaption):not(:where([class~="not-prose"] *)) {
704
- color: var(--tw-prose-captions);
705
- margin-top: .857143em;
812
+ .prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
813
+ margin-top: 2em;
814
+ margin-bottom: 2em;
815
+ }
816
+
817
+ .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
818
+ color: var(--tw-prose-kbd);
819
+ box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
820
+ padding-top: .1875em;
821
+ padding-inline-end: .375em;
822
+ padding-bottom: .1875em;
823
+ border-radius: .3125rem;
824
+ padding-inline-start: .375em;
825
+ font-family: inherit;
706
826
  font-size: .875em;
707
- line-height: 1.42857;
827
+ font-weight: 500;
708
828
  }
709
829
 
710
- .prose :where(code):not(:where([class~="not-prose"] *)) {
830
+ .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
711
831
  color: var(--tw-prose-code);
712
832
  font-size: .875em;
713
833
  font-weight: 600;
714
834
  }
715
835
 
716
- .prose :where(code):not(:where([class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"] *)):after {
836
+ .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
717
837
  content: "`";
718
838
  }
719
839
 
720
- .prose :where(a code):not(:where([class~="not-prose"] *)) {
840
+ .prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
721
841
  color: inherit;
722
842
  }
723
843
 
724
- .prose :where(h1 code):not(:where([class~="not-prose"] *)) {
725
- color: inherit;
726
- }
727
-
728
- .prose :where(h2 code):not(:where([class~="not-prose"] *)) {
844
+ .prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
729
845
  color: inherit;
730
846
  font-size: .875em;
731
847
  }
732
848
 
733
- .prose :where(h3 code):not(:where([class~="not-prose"] *)) {
849
+ .prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
734
850
  color: inherit;
735
851
  font-size: .9em;
736
852
  }
737
853
 
738
- .prose :where(h4 code):not(:where([class~="not-prose"] *)) {
739
- color: inherit;
740
- }
741
-
742
- .prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
743
- color: inherit;
744
- }
745
-
746
- .prose :where(thead th code):not(:where([class~="not-prose"] *)) {
854
+ .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
747
855
  color: inherit;
748
856
  }
749
857
 
750
- .prose :where(pre):not(:where([class~="not-prose"] *)) {
858
+ .prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
751
859
  color: var(--tw-prose-pre-code);
752
860
  background-color: var(--tw-prose-pre-bg);
861
+ padding-top: .857143em;
862
+ padding-inline-end: 1.14286em;
863
+ padding-bottom: .857143em;
753
864
  border-radius: .375rem;
754
865
  margin-top: 1.71429em;
755
866
  margin-bottom: 1.71429em;
756
- padding: .857143em 1.14286em;
867
+ padding-inline-start: 1.14286em;
757
868
  font-size: .875em;
758
869
  font-weight: 400;
759
870
  line-height: 1.71429;
760
871
  overflow-x: auto;
761
872
  }
762
873
 
763
- .prose :where(pre code):not(:where([class~="not-prose"] *)) {
874
+ .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
764
875
  font-weight: inherit;
765
876
  color: inherit;
766
877
  font-size: inherit;
@@ -772,56 +883,68 @@ pre[class*="language-"] {
772
883
  padding: 0;
773
884
  }
774
885
 
775
- .prose :where(pre code):not(:where([class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"] *)):after {
886
+ .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
776
887
  content: none;
777
888
  }
778
889
 
779
- .prose :where(table):not(:where([class~="not-prose"] *)) {
780
- width: 100%;
890
+ .prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
781
891
  table-layout: auto;
782
- text-align: left;
892
+ text-align: start;
893
+ width: 100%;
783
894
  margin-top: 2em;
784
895
  margin-bottom: 2em;
785
896
  font-size: .875em;
786
897
  line-height: 1.71429;
787
898
  }
788
899
 
789
- .prose :where(thead):not(:where([class~="not-prose"] *)) {
900
+ .prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
790
901
  border-bottom-width: 1px;
791
902
  border-bottom-color: var(--tw-prose-th-borders);
792
903
  }
793
904
 
794
- .prose :where(thead th):not(:where([class~="not-prose"] *)) {
905
+ .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
795
906
  color: var(--tw-prose-headings);
796
907
  vertical-align: bottom;
908
+ padding-inline-end: .571429em;
797
909
  padding-bottom: .571429em;
798
- padding-left: .571429em;
799
- padding-right: .571429em;
910
+ padding-inline-start: .571429em;
800
911
  font-weight: 600;
801
912
  }
802
913
 
803
- .prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
914
+ .prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
804
915
  border-bottom-width: 1px;
805
916
  border-bottom-color: var(--tw-prose-td-borders);
806
917
  }
807
918
 
808
- .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
919
+ .prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
809
920
  border-bottom-width: 0;
810
921
  }
811
922
 
812
- .prose :where(tbody td):not(:where([class~="not-prose"] *)) {
923
+ .prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
813
924
  vertical-align: baseline;
814
925
  }
815
926
 
816
- .prose :where(tfoot):not(:where([class~="not-prose"] *)) {
927
+ .prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
817
928
  border-top-width: 1px;
818
929
  border-top-color: var(--tw-prose-th-borders);
819
930
  }
820
931
 
821
- .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
932
+ .prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
822
933
  vertical-align: top;
823
934
  }
824
935
 
936
+ .prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
937
+ margin-top: 0;
938
+ margin-bottom: 0;
939
+ }
940
+
941
+ .prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
942
+ color: var(--tw-prose-captions);
943
+ margin-top: .857143em;
944
+ font-size: .875em;
945
+ line-height: 1.42857;
946
+ }
947
+
825
948
  .prose {
826
949
  --tw-prose-body: #374151;
827
950
  --tw-prose-headings: #111827;
@@ -834,6 +957,8 @@ pre[class*="language-"] {
834
957
  --tw-prose-quotes: #111827;
835
958
  --tw-prose-quote-borders: #e5e7eb;
836
959
  --tw-prose-captions: #6b7280;
960
+ --tw-prose-kbd: #111827;
961
+ --tw-prose-kbd-shadows: 17 24 39;
837
962
  --tw-prose-code: #111827;
838
963
  --tw-prose-pre-code: #e5e7eb;
839
964
  --tw-prose-pre-bg: #1f2937;
@@ -850,6 +975,8 @@ pre[class*="language-"] {
850
975
  --tw-prose-invert-quotes: #f3f4f6;
851
976
  --tw-prose-invert-quote-borders: #374151;
852
977
  --tw-prose-invert-captions: #9ca3af;
978
+ --tw-prose-invert-kbd: #fff;
979
+ --tw-prose-invert-kbd-shadows: 255 255 255;
853
980
  --tw-prose-invert-code: #fff;
854
981
  --tw-prose-invert-pre-code: #d1d5db;
855
982
  --tw-prose-invert-pre-bg: #00000080;
@@ -859,96 +986,93 @@ pre[class*="language-"] {
859
986
  line-height: 1.75;
860
987
  }
861
988
 
862
- .prose :where(video):not(:where([class~="not-prose"] *)) {
863
- margin-top: 2em;
864
- margin-bottom: 2em;
865
- }
866
-
867
- .prose :where(figure):not(:where([class~="not-prose"] *)) {
868
- margin-top: 2em;
869
- margin-bottom: 2em;
989
+ .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
990
+ margin-top: 0;
991
+ margin-bottom: 0;
870
992
  }
871
993
 
872
- .prose :where(li):not(:where([class~="not-prose"] *)) {
994
+ .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
873
995
  margin-top: .5em;
874
996
  margin-bottom: .5em;
875
997
  }
876
998
 
877
- .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
878
- padding-left: .375em;
999
+ .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1000
+ padding-inline-start: .375em;
879
1001
  }
880
1002
 
881
- .prose :where(ul > li):not(:where([class~="not-prose"] *)) {
882
- padding-left: .375em;
883
- }
884
-
885
- .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
1003
+ .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
886
1004
  margin-top: .75em;
887
1005
  margin-bottom: .75em;
888
1006
  }
889
1007
 
890
- .prose :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
1008
+ .prose :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
891
1009
  margin-top: 1.25em;
892
1010
  }
893
1011
 
894
- .prose :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
1012
+ .prose :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
895
1013
  margin-bottom: 1.25em;
896
1014
  }
897
1015
 
898
- .prose :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
1016
+ .prose :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
899
1017
  margin-top: 1.25em;
900
1018
  }
901
1019
 
902
- .prose :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
1020
+ .prose :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
903
1021
  margin-bottom: 1.25em;
904
1022
  }
905
1023
 
906
- .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
1024
+ .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
907
1025
  margin-top: .75em;
908
1026
  margin-bottom: .75em;
909
1027
  }
910
1028
 
911
- .prose :where(hr + *):not(:where([class~="not-prose"] *)) {
912
- margin-top: 0;
1029
+ .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1030
+ margin-top: 1.25em;
1031
+ margin-bottom: 1.25em;
913
1032
  }
914
1033
 
915
- .prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
916
- margin-top: 0;
1034
+ .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1035
+ margin-top: .5em;
1036
+ padding-inline-start: 1.625em;
917
1037
  }
918
1038
 
919
- .prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
1039
+ .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
920
1040
  margin-top: 0;
921
1041
  }
922
1042
 
923
- .prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
924
- margin-top: 0;
1043
+ .prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1044
+ padding-inline-start: 0;
925
1045
  }
926
1046
 
927
- .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
928
- padding-left: 0;
1047
+ .prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1048
+ padding-inline-end: 0;
929
1049
  }
930
1050
 
931
- .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
932
- padding-right: 0;
1051
+ .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1052
+ padding-top: .571429em;
1053
+ padding-inline-end: .571429em;
1054
+ padding-bottom: .571429em;
1055
+ padding-inline-start: .571429em;
933
1056
  }
934
1057
 
935
- .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
936
- padding: .571429em;
1058
+ .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1059
+ padding-inline-start: 0;
937
1060
  }
938
1061
 
939
- .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
940
- padding-left: 0;
1062
+ .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1063
+ padding-inline-end: 0;
941
1064
  }
942
1065
 
943
- .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
944
- padding-right: 0;
1066
+ .prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1067
+ margin-top: 2em;
1068
+ margin-bottom: 2em;
945
1069
  }
946
1070
 
947
- .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
1071
+ .prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
948
1072
  margin-top: 0;
949
1073
  }
950
1074
 
951
- .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
1075
+ .prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
952
1076
  margin-bottom: 0;
953
1077
  }
954
1078
 
@@ -957,206 +1081,218 @@ pre[class*="language-"] {
957
1081
  line-height: 1.71429;
958
1082
  }
959
1083
 
960
- .prose-sm :where(p):not(:where([class~="not-prose"] *)) {
1084
+ .prose-sm :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
961
1085
  margin-top: 1.14286em;
962
1086
  margin-bottom: 1.14286em;
963
1087
  }
964
1088
 
965
- .prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
1089
+ .prose-sm :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
966
1090
  margin-top: .888889em;
967
1091
  margin-bottom: .888889em;
968
1092
  font-size: 1.28571em;
969
1093
  line-height: 1.55556;
970
1094
  }
971
1095
 
972
- .prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
1096
+ .prose-sm :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
973
1097
  margin-top: 1.33333em;
974
1098
  margin-bottom: 1.33333em;
975
- padding-left: 1.11111em;
1099
+ padding-inline-start: 1.11111em;
976
1100
  }
977
1101
 
978
- .prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
1102
+ .prose-sm :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
979
1103
  margin-top: 0;
980
1104
  margin-bottom: .8em;
981
1105
  font-size: 2.14286em;
982
1106
  line-height: 1.2;
983
1107
  }
984
1108
 
985
- .prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
1109
+ .prose-sm :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
986
1110
  margin-top: 1.6em;
987
1111
  margin-bottom: .8em;
988
1112
  font-size: 1.42857em;
989
1113
  line-height: 1.4;
990
1114
  }
991
1115
 
992
- .prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
1116
+ .prose-sm :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
993
1117
  margin-top: 1.55556em;
994
1118
  margin-bottom: .444444em;
995
1119
  font-size: 1.28571em;
996
1120
  line-height: 1.55556;
997
1121
  }
998
1122
 
999
- .prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
1123
+ .prose-sm :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1000
1124
  margin-top: 1.42857em;
1001
1125
  margin-bottom: .571429em;
1002
1126
  line-height: 1.42857;
1003
1127
  }
1004
1128
 
1005
- .prose-sm :where(img):not(:where([class~="not-prose"] *)) {
1129
+ .prose-sm :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1006
1130
  margin-top: 1.71429em;
1007
1131
  margin-bottom: 1.71429em;
1008
1132
  }
1009
1133
 
1010
- .prose-sm :where(video):not(:where([class~="not-prose"] *)) {
1011
- margin-top: 1.71429em;
1012
- margin-bottom: 1.71429em;
1134
+ .prose-sm :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1135
+ margin-top: 0;
1136
+ margin-bottom: 0;
1013
1137
  }
1014
1138
 
1015
- .prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
1139
+ .prose-sm :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1016
1140
  margin-top: 1.71429em;
1017
1141
  margin-bottom: 1.71429em;
1018
1142
  }
1019
1143
 
1020
- .prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
1021
- margin-top: 0;
1022
- margin-bottom: 0;
1023
- }
1024
-
1025
- .prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
1026
- margin-top: .666667em;
1144
+ .prose-sm :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1145
+ padding-top: .142857em;
1146
+ padding-inline-end: .357143em;
1147
+ padding-bottom: .142857em;
1148
+ border-radius: .3125rem;
1149
+ padding-inline-start: .357143em;
1027
1150
  font-size: .857143em;
1028
- line-height: 1.33333;
1029
1151
  }
1030
1152
 
1031
- .prose-sm :where(code):not(:where([class~="not-prose"] *)) {
1153
+ .prose-sm :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1032
1154
  font-size: .857143em;
1033
1155
  }
1034
1156
 
1035
- .prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
1157
+ .prose-sm :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1036
1158
  font-size: .9em;
1037
1159
  }
1038
1160
 
1039
- .prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
1161
+ .prose-sm :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1040
1162
  font-size: .888889em;
1041
1163
  }
1042
1164
 
1043
- .prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
1165
+ .prose-sm :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1166
+ padding-top: .666667em;
1167
+ padding-inline-end: 1em;
1168
+ padding-bottom: .666667em;
1044
1169
  border-radius: .25rem;
1045
1170
  margin-top: 1.66667em;
1046
1171
  margin-bottom: 1.66667em;
1047
- padding: .666667em 1em;
1172
+ padding-inline-start: 1em;
1048
1173
  font-size: .857143em;
1049
1174
  line-height: 1.66667;
1050
1175
  }
1051
1176
 
1052
- .prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
1053
- margin-top: 1.14286em;
1054
- margin-bottom: 1.14286em;
1055
- padding-left: 1.57143em;
1056
- }
1057
-
1058
- .prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
1177
+ .prose-sm :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1059
1178
  margin-top: 1.14286em;
1060
1179
  margin-bottom: 1.14286em;
1061
- padding-left: 1.57143em;
1180
+ padding-inline-start: 1.57143em;
1062
1181
  }
1063
1182
 
1064
- .prose-sm :where(li):not(:where([class~="not-prose"] *)) {
1183
+ .prose-sm :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1065
1184
  margin-top: .285714em;
1066
1185
  margin-bottom: .285714em;
1067
1186
  }
1068
1187
 
1069
- .prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
1070
- padding-left: .428571em;
1188
+ .prose-sm :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1189
+ padding-inline-start: .428571em;
1071
1190
  }
1072
1191
 
1073
- .prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
1074
- padding-left: .428571em;
1075
- }
1076
-
1077
- .prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)) {
1192
+ .prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1078
1193
  margin-top: .571429em;
1079
1194
  margin-bottom: .571429em;
1080
1195
  }
1081
1196
 
1082
- .prose-sm :where(.prose-sm > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
1197
+ .prose-sm :where(.prose-sm > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1083
1198
  margin-top: 1.14286em;
1084
1199
  }
1085
1200
 
1086
- .prose-sm :where(.prose-sm > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
1201
+ .prose-sm :where(.prose-sm > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1087
1202
  margin-bottom: 1.14286em;
1088
1203
  }
1089
1204
 
1090
- .prose-sm :where(.prose-sm > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
1205
+ .prose-sm :where(.prose-sm > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1091
1206
  margin-top: 1.14286em;
1092
1207
  }
1093
1208
 
1094
- .prose-sm :where(.prose-sm > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
1209
+ .prose-sm :where(.prose-sm > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1095
1210
  margin-bottom: 1.14286em;
1096
1211
  }
1097
1212
 
1098
- .prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
1213
+ .prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1099
1214
  margin-top: .571429em;
1100
1215
  margin-bottom: .571429em;
1101
1216
  }
1102
1217
 
1103
- .prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
1104
- margin-top: 2.85714em;
1105
- margin-bottom: 2.85714em;
1218
+ .prose-sm :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1219
+ margin-top: 1.14286em;
1220
+ margin-bottom: 1.14286em;
1106
1221
  }
1107
1222
 
1108
- .prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
1109
- margin-top: 0;
1223
+ .prose-sm :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1224
+ margin-top: 1.14286em;
1110
1225
  }
1111
1226
 
1112
- .prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
1113
- margin-top: 0;
1227
+ .prose-sm :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1228
+ margin-top: .285714em;
1229
+ padding-inline-start: 1.57143em;
1114
1230
  }
1115
1231
 
1116
- .prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
1117
- margin-top: 0;
1232
+ .prose-sm :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1233
+ margin-top: 2.85714em;
1234
+ margin-bottom: 2.85714em;
1118
1235
  }
1119
1236
 
1120
- .prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
1237
+ .prose-sm :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1121
1238
  margin-top: 0;
1122
1239
  }
1123
1240
 
1124
- .prose-sm :where(table):not(:where([class~="not-prose"] *)) {
1241
+ .prose-sm :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1125
1242
  font-size: .857143em;
1126
1243
  line-height: 1.5;
1127
1244
  }
1128
1245
 
1129
- .prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
1246
+ .prose-sm :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1247
+ padding-inline-end: 1em;
1130
1248
  padding-bottom: .666667em;
1131
- padding-left: 1em;
1132
- padding-right: 1em;
1249
+ padding-inline-start: 1em;
1133
1250
  }
1134
1251
 
1135
- .prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
1136
- padding-left: 0;
1252
+ .prose-sm :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1253
+ padding-inline-start: 0;
1137
1254
  }
1138
1255
 
1139
- .prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
1140
- padding-right: 0;
1256
+ .prose-sm :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1257
+ padding-inline-end: 0;
1141
1258
  }
1142
1259
 
1143
- .prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
1144
- padding: .666667em 1em;
1260
+ .prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1261
+ padding-top: .666667em;
1262
+ padding-inline-end: 1em;
1263
+ padding-bottom: .666667em;
1264
+ padding-inline-start: 1em;
1145
1265
  }
1146
1266
 
1147
- .prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
1148
- padding-left: 0;
1267
+ .prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1268
+ padding-inline-start: 0;
1149
1269
  }
1150
1270
 
1151
- .prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
1152
- padding-right: 0;
1271
+ .prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1272
+ padding-inline-end: 0;
1273
+ }
1274
+
1275
+ .prose-sm :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1276
+ margin-top: 1.71429em;
1277
+ margin-bottom: 1.71429em;
1153
1278
  }
1154
1279
 
1155
- .prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)) {
1280
+ .prose-sm :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1156
1281
  margin-top: 0;
1282
+ margin-bottom: 0;
1283
+ }
1284
+
1285
+ .prose-sm :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1286
+ margin-top: .666667em;
1287
+ font-size: .857143em;
1288
+ line-height: 1.33333;
1157
1289
  }
1158
1290
 
1159
- .prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)) {
1291
+ .prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1292
+ margin-top: 0;
1293
+ }
1294
+
1295
+ .prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1160
1296
  margin-bottom: 0;
1161
1297
  }
1162
1298
 
@@ -1165,206 +1301,218 @@ pre[class*="language-"] {
1165
1301
  line-height: 1.77778;
1166
1302
  }
1167
1303
 
1168
- .prose-lg :where(p):not(:where([class~="not-prose"] *)) {
1304
+ .prose-lg :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1169
1305
  margin-top: 1.33333em;
1170
1306
  margin-bottom: 1.33333em;
1171
1307
  }
1172
1308
 
1173
- .prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
1309
+ .prose-lg :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1174
1310
  margin-top: 1.09091em;
1175
1311
  margin-bottom: 1.09091em;
1176
1312
  font-size: 1.22222em;
1177
1313
  line-height: 1.45455;
1178
1314
  }
1179
1315
 
1180
- .prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
1316
+ .prose-lg :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1181
1317
  margin-top: 1.66667em;
1182
1318
  margin-bottom: 1.66667em;
1183
- padding-left: 1em;
1319
+ padding-inline-start: 1em;
1184
1320
  }
1185
1321
 
1186
- .prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
1322
+ .prose-lg :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1187
1323
  margin-top: 0;
1188
1324
  margin-bottom: .833333em;
1189
1325
  font-size: 2.66667em;
1190
1326
  line-height: 1;
1191
1327
  }
1192
1328
 
1193
- .prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
1329
+ .prose-lg :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1194
1330
  margin-top: 1.86667em;
1195
1331
  margin-bottom: 1.06667em;
1196
1332
  font-size: 1.66667em;
1197
1333
  line-height: 1.33333;
1198
1334
  }
1199
1335
 
1200
- .prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
1336
+ .prose-lg :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1201
1337
  margin-top: 1.66667em;
1202
1338
  margin-bottom: .666667em;
1203
1339
  font-size: 1.33333em;
1204
1340
  line-height: 1.5;
1205
1341
  }
1206
1342
 
1207
- .prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
1343
+ .prose-lg :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1208
1344
  margin-top: 1.77778em;
1209
1345
  margin-bottom: .444444em;
1210
1346
  line-height: 1.55556;
1211
1347
  }
1212
1348
 
1213
- .prose-lg :where(img):not(:where([class~="not-prose"] *)) {
1349
+ .prose-lg :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1214
1350
  margin-top: 1.77778em;
1215
1351
  margin-bottom: 1.77778em;
1216
1352
  }
1217
1353
 
1218
- .prose-lg :where(video):not(:where([class~="not-prose"] *)) {
1219
- margin-top: 1.77778em;
1220
- margin-bottom: 1.77778em;
1354
+ .prose-lg :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1355
+ margin-top: 0;
1356
+ margin-bottom: 0;
1221
1357
  }
1222
1358
 
1223
- .prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
1359
+ .prose-lg :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1224
1360
  margin-top: 1.77778em;
1225
1361
  margin-bottom: 1.77778em;
1226
1362
  }
1227
1363
 
1228
- .prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
1229
- margin-top: 0;
1230
- margin-bottom: 0;
1231
- }
1232
-
1233
- .prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
1234
- margin-top: 1em;
1364
+ .prose-lg :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1365
+ padding-top: .222222em;
1366
+ padding-inline-end: .444444em;
1367
+ padding-bottom: .222222em;
1368
+ border-radius: .3125rem;
1369
+ padding-inline-start: .444444em;
1235
1370
  font-size: .888889em;
1236
- line-height: 1.5;
1237
1371
  }
1238
1372
 
1239
- .prose-lg :where(code):not(:where([class~="not-prose"] *)) {
1373
+ .prose-lg :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1240
1374
  font-size: .888889em;
1241
1375
  }
1242
1376
 
1243
- .prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
1377
+ .prose-lg :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1244
1378
  font-size: .866667em;
1245
1379
  }
1246
1380
 
1247
- .prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
1381
+ .prose-lg :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1248
1382
  font-size: .875em;
1249
1383
  }
1250
1384
 
1251
- .prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
1385
+ .prose-lg :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1386
+ padding-top: 1em;
1387
+ padding-inline-end: 1.5em;
1388
+ padding-bottom: 1em;
1252
1389
  border-radius: .375rem;
1253
1390
  margin-top: 2em;
1254
1391
  margin-bottom: 2em;
1255
- padding: 1em 1.5em;
1392
+ padding-inline-start: 1.5em;
1256
1393
  font-size: .888889em;
1257
1394
  line-height: 1.75;
1258
1395
  }
1259
1396
 
1260
- .prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
1261
- margin-top: 1.33333em;
1262
- margin-bottom: 1.33333em;
1263
- padding-left: 1.55556em;
1264
- }
1265
-
1266
- .prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
1397
+ .prose-lg :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1267
1398
  margin-top: 1.33333em;
1268
1399
  margin-bottom: 1.33333em;
1269
- padding-left: 1.55556em;
1400
+ padding-inline-start: 1.55556em;
1270
1401
  }
1271
1402
 
1272
- .prose-lg :where(li):not(:where([class~="not-prose"] *)) {
1403
+ .prose-lg :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1273
1404
  margin-top: .666667em;
1274
1405
  margin-bottom: .666667em;
1275
1406
  }
1276
1407
 
1277
- .prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
1278
- padding-left: .444444em;
1279
- }
1280
-
1281
- .prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
1282
- padding-left: .444444em;
1408
+ .prose-lg :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1409
+ padding-inline-start: .444444em;
1283
1410
  }
1284
1411
 
1285
- .prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
1412
+ .prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1286
1413
  margin-top: .888889em;
1287
1414
  margin-bottom: .888889em;
1288
1415
  }
1289
1416
 
1290
- .prose-lg :where(.prose-lg > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
1417
+ .prose-lg :where(.prose-lg > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1291
1418
  margin-top: 1.33333em;
1292
1419
  }
1293
1420
 
1294
- .prose-lg :where(.prose-lg > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
1421
+ .prose-lg :where(.prose-lg > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1295
1422
  margin-bottom: 1.33333em;
1296
1423
  }
1297
1424
 
1298
- .prose-lg :where(.prose-lg > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
1425
+ .prose-lg :where(.prose-lg > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1299
1426
  margin-top: 1.33333em;
1300
1427
  }
1301
1428
 
1302
- .prose-lg :where(.prose-lg > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
1429
+ .prose-lg :where(.prose-lg > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1303
1430
  margin-bottom: 1.33333em;
1304
1431
  }
1305
1432
 
1306
- .prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
1433
+ .prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1307
1434
  margin-top: .888889em;
1308
1435
  margin-bottom: .888889em;
1309
1436
  }
1310
1437
 
1311
- .prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
1312
- margin-top: 3.11111em;
1313
- margin-bottom: 3.11111em;
1438
+ .prose-lg :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1439
+ margin-top: 1.33333em;
1440
+ margin-bottom: 1.33333em;
1314
1441
  }
1315
1442
 
1316
- .prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
1317
- margin-top: 0;
1443
+ .prose-lg :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1444
+ margin-top: 1.33333em;
1318
1445
  }
1319
1446
 
1320
- .prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
1321
- margin-top: 0;
1447
+ .prose-lg :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1448
+ margin-top: .666667em;
1449
+ padding-inline-start: 1.55556em;
1322
1450
  }
1323
1451
 
1324
- .prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
1325
- margin-top: 0;
1452
+ .prose-lg :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1453
+ margin-top: 3.11111em;
1454
+ margin-bottom: 3.11111em;
1326
1455
  }
1327
1456
 
1328
- .prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
1457
+ .prose-lg :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1329
1458
  margin-top: 0;
1330
1459
  }
1331
1460
 
1332
- .prose-lg :where(table):not(:where([class~="not-prose"] *)) {
1461
+ .prose-lg :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1333
1462
  font-size: .888889em;
1334
1463
  line-height: 1.5;
1335
1464
  }
1336
1465
 
1337
- .prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
1466
+ .prose-lg :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1467
+ padding-inline-end: .75em;
1338
1468
  padding-bottom: .75em;
1339
- padding-left: .75em;
1340
- padding-right: .75em;
1469
+ padding-inline-start: .75em;
1341
1470
  }
1342
1471
 
1343
- .prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
1344
- padding-left: 0;
1472
+ .prose-lg :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1473
+ padding-inline-start: 0;
1345
1474
  }
1346
1475
 
1347
- .prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
1348
- padding-right: 0;
1476
+ .prose-lg :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1477
+ padding-inline-end: 0;
1349
1478
  }
1350
1479
 
1351
- .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
1352
- padding: .75em;
1480
+ .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1481
+ padding-top: .75em;
1482
+ padding-inline-end: .75em;
1483
+ padding-bottom: .75em;
1484
+ padding-inline-start: .75em;
1353
1485
  }
1354
1486
 
1355
- .prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
1356
- padding-left: 0;
1487
+ .prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1488
+ padding-inline-start: 0;
1357
1489
  }
1358
1490
 
1359
- .prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
1360
- padding-right: 0;
1491
+ .prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1492
+ padding-inline-end: 0;
1493
+ }
1494
+
1495
+ .prose-lg :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1496
+ margin-top: 1.77778em;
1497
+ margin-bottom: 1.77778em;
1361
1498
  }
1362
1499
 
1363
- .prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
1500
+ .prose-lg :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1364
1501
  margin-top: 0;
1502
+ margin-bottom: 0;
1365
1503
  }
1366
1504
 
1367
- .prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
1505
+ .prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1506
+ margin-top: 1em;
1507
+ font-size: .888889em;
1508
+ line-height: 1.5;
1509
+ }
1510
+
1511
+ .prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1512
+ margin-top: 0;
1513
+ }
1514
+
1515
+ .prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
1368
1516
  margin-bottom: 0;
1369
1517
  }
1370
1518
 
@@ -1384,8 +1532,7 @@ pre[class*="language-"] {
1384
1532
  [data-component="code"] .code {
1385
1533
  padding-top: 1rem;
1386
1534
  padding-bottom: 1rem;
1387
- overflow-x: auto;
1388
- overflow-y: hidden;
1535
+ overflow: auto hidden;
1389
1536
  }
1390
1537
 
1391
1538
  [data-component="code"].numbered {
@@ -1393,22 +1540,22 @@ pre[class*="language-"] {
1393
1540
  }
1394
1541
 
1395
1542
  [data-component="code"].numbered .wrapper {
1396
- height: 100%;
1397
- width: 100%;
1398
1543
  grid-template-columns: min-content 1fr;
1544
+ width: 100%;
1545
+ height: 100%;
1399
1546
  display: grid;
1400
1547
  position: relative;
1401
1548
  }
1402
1549
 
1403
1550
  [data-component="code"].numbered .line-numbers {
1404
- width: min-content;
1405
1551
  z-index: 10;
1406
- height: 100%;
1407
1552
  -webkit-user-select: none;
1408
1553
  user-select: none;
1409
1554
  text-align: right;
1410
1555
  border-style: dashed;
1411
1556
  border-right-width: 1px;
1557
+ width: min-content;
1558
+ height: 100%;
1412
1559
  padding: .75rem;
1413
1560
  }
1414
1561
 
@@ -1468,15 +1615,15 @@ pre[class*="language-"] {
1468
1615
  }
1469
1616
 
1470
1617
  [data-component="header"] .header-project-icon {
1471
- height: 1.25rem;
1472
- width: min-content;
1473
1618
  flex: none;
1619
+ width: min-content;
1620
+ height: 1.25rem;
1474
1621
  display: inline-block;
1475
1622
  }
1476
1623
 
1477
1624
  [data-component="header"] .header-project-icon svg {
1478
- height: 100%;
1479
1625
  width: auto;
1626
+ height: 100%;
1480
1627
  }
1481
1628
 
1482
1629
  [data-component="icon"] {
@@ -1489,12 +1636,12 @@ pre[class*="language-"] {
1489
1636
  }
1490
1637
 
1491
1638
  [data-component="icon"] svg {
1492
- height: 100%;
1493
- width: 100%;
1494
1639
  fill: #0000;
1495
1640
  stroke: currentColor;
1496
1641
  stroke-linecap: round;
1497
1642
  stroke-linejoin: round;
1643
+ width: 100%;
1644
+ height: 100%;
1498
1645
  }
1499
1646
 
1500
1647
  [data-component="icon"].icon-stroke-2 svg {
@@ -1511,7 +1658,6 @@ pre[class*="language-"] {
1511
1658
  }
1512
1659
 
1513
1660
  [data-component="message"] {
1514
- width: 100%;
1515
1661
  border-width: 1px;
1516
1662
  border-color: var(--lookbook-divider);
1517
1663
  background-color: var(--lookbook-message-bg);
@@ -1520,6 +1666,7 @@ pre[class*="language-"] {
1520
1666
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1521
1667
  border-radius: .25rem;
1522
1668
  gap: 1.5rem;
1669
+ width: 100%;
1523
1670
  padding: 1rem;
1524
1671
  display: flex;
1525
1672
  }
@@ -1579,12 +1726,12 @@ pre[class*="language-"] {
1579
1726
  }
1580
1727
 
1581
1728
  [data-component="nav"] .nav-action {
1582
- width: 100%;
1583
1729
  cursor: pointer;
1584
1730
  -webkit-user-select: none;
1585
1731
  user-select: none;
1586
1732
  color: var(--lookbook-nav-text);
1587
1733
  align-items: center;
1734
+ width: 100%;
1588
1735
  padding-top: .25rem;
1589
1736
  padding-bottom: .25rem;
1590
1737
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
@@ -1598,8 +1745,8 @@ pre[class*="language-"] {
1598
1745
  }
1599
1746
 
1600
1747
  [data-component="nav"] .nav-action-inner {
1601
- width: 100%;
1602
1748
  align-items: center;
1749
+ width: 100%;
1603
1750
  display: flex;
1604
1751
  position: relative;
1605
1752
  }
@@ -1722,10 +1869,10 @@ pre[class*="language-"] {
1722
1869
  }
1723
1870
 
1724
1871
  [data-component="toolbar"] .toolbar-sections > * {
1725
- height: 2.5rem;
1726
1872
  white-space: nowrap;
1727
1873
  border-color: var(--lookbook-toolbar-divider);
1728
1874
  align-items: center;
1875
+ height: 2.5rem;
1729
1876
  display: flex;
1730
1877
  }
1731
1878
 
@@ -1747,12 +1894,12 @@ pre[class*="language-"] {
1747
1894
  }
1748
1895
 
1749
1896
  [data-component="viewport"] .resize-handle {
1750
- height: 100%;
1751
- width: 100%;
1752
1897
  border-color: var(--lookbook-divider);
1753
1898
  background-color: var(--lookbook-viewport-handle);
1754
1899
  justify-content: center;
1755
1900
  align-items: center;
1901
+ width: 100%;
1902
+ height: 100%;
1756
1903
  display: flex;
1757
1904
  }
1758
1905
 
@@ -1794,9 +1941,9 @@ pre[class*="language-"] {
1794
1941
  }
1795
1942
 
1796
1943
  [type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], textarea, select {
1797
- width: 100%;
1798
1944
  background-color: var(--lookbook-input-bg);
1799
1945
  border-radius: .375rem;
1946
+ width: 100%;
1800
1947
  font-size: .875rem;
1801
1948
  line-height: 1.25rem;
1802
1949
  display: block;
@@ -1805,8 +1952,8 @@ pre[class*="language-"] {
1805
1952
  input[type="range"] {
1806
1953
  appearance: none;
1807
1954
  cursor: pointer;
1808
- width: 100%;
1809
1955
  background: none;
1956
+ width: 100%;
1810
1957
  }
1811
1958
 
1812
1959
  input[type="range"]:focus {
@@ -1815,34 +1962,40 @@ input[type="range"]:focus {
1815
1962
 
1816
1963
  input[type="range"]::-webkit-slider-runnable-track {
1817
1964
  background-color: var(--lookbook-input-toggle);
1818
- height: .5rem;
1819
1965
  border-radius: .5rem;
1966
+ height: .5rem;
1820
1967
  }
1821
1968
 
1822
1969
  input[type="range"]::-webkit-slider-thumb {
1823
1970
  appearance: none;
1824
1971
  background-color: var(--lookbook-input-toggle-active);
1825
- height: 1rem;
1826
- width: 1rem;
1827
1972
  border-radius: .5rem;
1973
+ width: 1rem;
1974
+ height: 1rem;
1828
1975
  margin-top: -4px;
1829
1976
  }
1830
1977
 
1831
1978
  input[type="range"]::-moz-range-track {
1832
1979
  background-color: var(--lookbook-input-toggle);
1833
- height: .5rem;
1834
1980
  border-radius: .5rem;
1981
+ height: .5rem;
1835
1982
  }
1836
1983
 
1837
1984
  input[type="range"]::-moz-range-thumb {
1838
1985
  background-color: var(--lookbook-input-toggle-active);
1839
- height: 1rem;
1840
- width: 1rem;
1841
1986
  border: none;
1842
1987
  border-radius: .5rem;
1988
+ width: 1rem;
1989
+ height: 1rem;
1843
1990
  }
1844
1991
 
1845
- input[type="range"]:focus::-webkit-slider-thumb, input[type="range"]:focus::-moz-range-thumb {
1992
+ input[type="range"]:focus::-webkit-slider-thumb {
1993
+ outline-offset: 2px;
1994
+ outline-width: 1px;
1995
+ outline-color: var(--lookbook-input-toggle-active);
1996
+ }
1997
+
1998
+ input[type="range"]:focus::-moz-range-thumb {
1846
1999
  outline-offset: 2px;
1847
2000
  outline-width: 1px;
1848
2001
  outline-color: var(--lookbook-input-toggle-active);
@@ -1850,11 +2003,11 @@ input[type="range"]:focus::-webkit-slider-thumb, input[type="range"]:focus::-moz
1850
2003
 
1851
2004
  input[type="color"] {
1852
2005
  -webkit-appearance: none;
1853
- width: 46px;
1854
2006
  cursor: pointer;
1855
2007
  border-width: 1px;
1856
2008
  border-color: var(--lookbook-input-border);
1857
2009
  border-radius: .5rem;
2010
+ width: 46px;
1858
2011
  }
1859
2012
 
1860
2013
  input[type="color"]::-webkit-color-swatch-wrapper {
@@ -2930,7 +3083,7 @@ select.compact {
2930
3083
  }
2931
3084
 
2932
3085
  .font-ui {
2933
- font-family: Inter var, 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;
3086
+ font-family: Inter var, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
2934
3087
  }
2935
3088
 
2936
3089
  .text-\[11px\] {
@@ -3312,9 +3465,9 @@ select.compact {
3312
3465
  }
3313
3466
 
3314
3467
  .tippy-arrow {
3468
+ color: #333;
3315
3469
  width: 16px;
3316
3470
  height: 16px;
3317
- color: #333;
3318
3471
  }
3319
3472
 
3320
3473
  .tippy-arrow:before {
@@ -3846,206 +3999,214 @@ select.compact {
3846
3999
  line-height: 1.75;
3847
4000
  }
3848
4001
 
3849
- .lg\:prose-base :where(p):not(:where([class~="not-prose"] *)) {
4002
+ .lg\:prose-base :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3850
4003
  margin-top: 1.25em;
3851
4004
  margin-bottom: 1.25em;
3852
4005
  }
3853
4006
 
3854
- .lg\:prose-base :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
4007
+ .lg\:prose-base :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3855
4008
  margin-top: 1.2em;
3856
4009
  margin-bottom: 1.2em;
3857
4010
  font-size: 1.25em;
3858
4011
  line-height: 1.6;
3859
4012
  }
3860
4013
 
3861
- .lg\:prose-base :where(blockquote):not(:where([class~="not-prose"] *)) {
4014
+ .lg\:prose-base :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3862
4015
  margin-top: 1.6em;
3863
4016
  margin-bottom: 1.6em;
3864
- padding-left: 1em;
4017
+ padding-inline-start: 1em;
3865
4018
  }
3866
4019
 
3867
- .lg\:prose-base :where(h1):not(:where([class~="not-prose"] *)) {
4020
+ .lg\:prose-base :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3868
4021
  margin-top: 0;
3869
4022
  margin-bottom: .888889em;
3870
4023
  font-size: 2.25em;
3871
4024
  line-height: 1.11111;
3872
4025
  }
3873
4026
 
3874
- .lg\:prose-base :where(h2):not(:where([class~="not-prose"] *)) {
4027
+ .lg\:prose-base :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3875
4028
  margin-top: 2em;
3876
4029
  margin-bottom: 1em;
3877
4030
  font-size: 1.5em;
3878
4031
  line-height: 1.33333;
3879
4032
  }
3880
4033
 
3881
- .lg\:prose-base :where(h3):not(:where([class~="not-prose"] *)) {
4034
+ .lg\:prose-base :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3882
4035
  margin-top: 1.6em;
3883
4036
  margin-bottom: .6em;
3884
4037
  font-size: 1.25em;
3885
4038
  line-height: 1.6;
3886
4039
  }
3887
4040
 
3888
- .lg\:prose-base :where(h4):not(:where([class~="not-prose"] *)) {
4041
+ .lg\:prose-base :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3889
4042
  margin-top: 1.5em;
3890
4043
  margin-bottom: .5em;
3891
4044
  line-height: 1.5;
3892
4045
  }
3893
4046
 
3894
- .lg\:prose-base :where(img):not(:where([class~="not-prose"] *)) {
4047
+ .lg\:prose-base :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-base :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3895
4048
  margin-top: 2em;
3896
4049
  margin-bottom: 2em;
3897
4050
  }
3898
4051
 
3899
- .lg\:prose-base :where(video):not(:where([class~="not-prose"] *)) {
3900
- margin-top: 2em;
3901
- margin-bottom: 2em;
3902
- }
3903
-
3904
- .lg\:prose-base :where(figure):not(:where([class~="not-prose"] *)) {
3905
- margin-top: 2em;
3906
- margin-bottom: 2em;
3907
- }
3908
-
3909
- .lg\:prose-base :where(figure > *):not(:where([class~="not-prose"] *)) {
4052
+ .lg\:prose-base :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3910
4053
  margin-top: 0;
3911
4054
  margin-bottom: 0;
3912
4055
  }
3913
4056
 
3914
- .lg\:prose-base :where(figcaption):not(:where([class~="not-prose"] *)) {
3915
- margin-top: .857143em;
3916
- font-size: .875em;
3917
- line-height: 1.42857;
4057
+ .lg\:prose-base :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4058
+ margin-top: 2em;
4059
+ margin-bottom: 2em;
3918
4060
  }
3919
4061
 
3920
- .lg\:prose-base :where(code):not(:where([class~="not-prose"] *)) {
4062
+ .lg\:prose-base :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4063
+ padding-top: .1875em;
4064
+ padding-inline-end: .375em;
4065
+ padding-bottom: .1875em;
4066
+ border-radius: .3125rem;
4067
+ padding-inline-start: .375em;
3921
4068
  font-size: .875em;
3922
4069
  }
3923
4070
 
3924
- .lg\:prose-base :where(h2 code):not(:where([class~="not-prose"] *)) {
4071
+ .lg\:prose-base :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-base :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3925
4072
  font-size: .875em;
3926
4073
  }
3927
4074
 
3928
- .lg\:prose-base :where(h3 code):not(:where([class~="not-prose"] *)) {
4075
+ .lg\:prose-base :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3929
4076
  font-size: .9em;
3930
4077
  }
3931
4078
 
3932
- .lg\:prose-base :where(pre):not(:where([class~="not-prose"] *)) {
4079
+ .lg\:prose-base :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4080
+ padding-top: .857143em;
4081
+ padding-inline-end: 1.14286em;
4082
+ padding-bottom: .857143em;
3933
4083
  border-radius: .375rem;
3934
4084
  margin-top: 1.71429em;
3935
4085
  margin-bottom: 1.71429em;
3936
- padding: .857143em 1.14286em;
4086
+ padding-inline-start: 1.14286em;
3937
4087
  font-size: .875em;
3938
4088
  line-height: 1.71429;
3939
4089
  }
3940
4090
 
3941
- .lg\:prose-base :where(ol):not(:where([class~="not-prose"] *)) {
3942
- margin-top: 1.25em;
3943
- margin-bottom: 1.25em;
3944
- padding-left: 1.625em;
3945
- }
3946
-
3947
- .lg\:prose-base :where(ul):not(:where([class~="not-prose"] *)) {
4091
+ .lg\:prose-base :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-base :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3948
4092
  margin-top: 1.25em;
3949
4093
  margin-bottom: 1.25em;
3950
- padding-left: 1.625em;
4094
+ padding-inline-start: 1.625em;
3951
4095
  }
3952
4096
 
3953
- .lg\:prose-base :where(li):not(:where([class~="not-prose"] *)) {
4097
+ .lg\:prose-base :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3954
4098
  margin-top: .5em;
3955
4099
  margin-bottom: .5em;
3956
4100
  }
3957
4101
 
3958
- .lg\:prose-base :where(ol > li):not(:where([class~="not-prose"] *)) {
3959
- padding-left: .375em;
4102
+ .lg\:prose-base :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-base :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4103
+ padding-inline-start: .375em;
3960
4104
  }
3961
4105
 
3962
- .lg\:prose-base :where(ul > li):not(:where([class~="not-prose"] *)) {
3963
- padding-left: .375em;
3964
- }
3965
-
3966
- .lg\:prose-base :where(.lg\:prose-base > ul > li p):not(:where([class~="not-prose"] *)) {
4106
+ .lg\:prose-base :where(.lg\:prose-base > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3967
4107
  margin-top: .75em;
3968
4108
  margin-bottom: .75em;
3969
4109
  }
3970
4110
 
3971
- .lg\:prose-base :where(.lg\:prose-base > ul > li > :first-child):not(:where([class~="not-prose"] *)) {
4111
+ .lg\:prose-base :where(.lg\:prose-base > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3972
4112
  margin-top: 1.25em;
3973
4113
  }
3974
4114
 
3975
- .lg\:prose-base :where(.lg\:prose-base > ul > li > :last-child):not(:where([class~="not-prose"] *)) {
4115
+ .lg\:prose-base :where(.lg\:prose-base > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3976
4116
  margin-bottom: 1.25em;
3977
4117
  }
3978
4118
 
3979
- .lg\:prose-base :where(.lg\:prose-base > ol > li > :first-child):not(:where([class~="not-prose"] *)) {
4119
+ .lg\:prose-base :where(.lg\:prose-base > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3980
4120
  margin-top: 1.25em;
3981
4121
  }
3982
4122
 
3983
- .lg\:prose-base :where(.lg\:prose-base > ol > li > :last-child):not(:where([class~="not-prose"] *)) {
4123
+ .lg\:prose-base :where(.lg\:prose-base > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3984
4124
  margin-bottom: 1.25em;
3985
4125
  }
3986
4126
 
3987
- .lg\:prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
4127
+ .lg\:prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3988
4128
  margin-top: .75em;
3989
4129
  margin-bottom: .75em;
3990
4130
  }
3991
4131
 
3992
- .lg\:prose-base :where(hr):not(:where([class~="not-prose"] *)) {
3993
- margin-top: 3em;
3994
- margin-bottom: 3em;
4132
+ .lg\:prose-base :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4133
+ margin-top: 1.25em;
4134
+ margin-bottom: 1.25em;
3995
4135
  }
3996
4136
 
3997
- .lg\:prose-base :where(hr + *):not(:where([class~="not-prose"] *)) {
3998
- margin-top: 0;
4137
+ .lg\:prose-base :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4138
+ margin-top: 1.25em;
3999
4139
  }
4000
4140
 
4001
- .lg\:prose-base :where(h2 + *):not(:where([class~="not-prose"] *)) {
4002
- margin-top: 0;
4141
+ .lg\:prose-base :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4142
+ margin-top: .5em;
4143
+ padding-inline-start: 1.625em;
4003
4144
  }
4004
4145
 
4005
- .lg\:prose-base :where(h3 + *):not(:where([class~="not-prose"] *)) {
4006
- margin-top: 0;
4146
+ .lg\:prose-base :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4147
+ margin-top: 3em;
4148
+ margin-bottom: 3em;
4007
4149
  }
4008
4150
 
4009
- .lg\:prose-base :where(h4 + *):not(:where([class~="not-prose"] *)) {
4151
+ .lg\:prose-base :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-base :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-base :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-base :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4010
4152
  margin-top: 0;
4011
4153
  }
4012
4154
 
4013
- .lg\:prose-base :where(table):not(:where([class~="not-prose"] *)) {
4155
+ .lg\:prose-base :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4014
4156
  font-size: .875em;
4015
4157
  line-height: 1.71429;
4016
4158
  }
4017
4159
 
4018
- .lg\:prose-base :where(thead th):not(:where([class~="not-prose"] *)) {
4160
+ .lg\:prose-base :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4161
+ padding-inline-end: .571429em;
4162
+ padding-bottom: .571429em;
4163
+ padding-inline-start: .571429em;
4164
+ }
4165
+
4166
+ .lg\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4167
+ padding-inline-start: 0;
4168
+ }
4169
+
4170
+ .lg\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4171
+ padding-inline-end: 0;
4172
+ }
4173
+
4174
+ .lg\:prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4175
+ padding-top: .571429em;
4176
+ padding-inline-end: .571429em;
4019
4177
  padding-bottom: .571429em;
4020
- padding-left: .571429em;
4021
- padding-right: .571429em;
4178
+ padding-inline-start: .571429em;
4022
4179
  }
4023
4180
 
4024
- .lg\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
4025
- padding-left: 0;
4181
+ .lg\:prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4182
+ padding-inline-start: 0;
4026
4183
  }
4027
4184
 
4028
- .lg\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
4029
- padding-right: 0;
4185
+ .lg\:prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4186
+ padding-inline-end: 0;
4030
4187
  }
4031
4188
 
4032
- .lg\:prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
4033
- padding: .571429em;
4189
+ .lg\:prose-base :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4190
+ margin-top: 2em;
4191
+ margin-bottom: 2em;
4034
4192
  }
4035
4193
 
4036
- .lg\:prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
4037
- padding-left: 0;
4194
+ .lg\:prose-base :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4195
+ margin-top: 0;
4196
+ margin-bottom: 0;
4038
4197
  }
4039
4198
 
4040
- .lg\:prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
4041
- padding-right: 0;
4199
+ .lg\:prose-base :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4200
+ margin-top: .857143em;
4201
+ font-size: .875em;
4202
+ line-height: 1.42857;
4042
4203
  }
4043
4204
 
4044
- .lg\:prose-base :where(.lg\:prose-base > :first-child):not(:where([class~="not-prose"] *)) {
4205
+ .lg\:prose-base :where(.lg\:prose-base > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4045
4206
  margin-top: 0;
4046
4207
  }
4047
4208
 
4048
- .lg\:prose-base :where(.lg\:prose-base > :last-child):not(:where([class~="not-prose"] *)) {
4209
+ .lg\:prose-base :where(.lg\:prose-base > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4049
4210
  margin-bottom: 0;
4050
4211
  }
4051
4212
  }
@@ -4118,15 +4279,15 @@ select.compact {
4118
4279
  opacity: 1;
4119
4280
  }
4120
4281
 
4121
- .prose-headings\:font-semibold :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *)) {
4282
+ .prose-headings\:font-semibold :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4122
4283
  font-weight: 600;
4123
4284
  }
4124
4285
 
4125
- .prose-h1\:font-bold :where(h1):not(:where([class~="not-prose"] *)) {
4286
+ .prose-h1\:font-bold :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4126
4287
  font-weight: 700;
4127
4288
  }
4128
4289
 
4129
- .prose-a\:text-lookbook-prose-link :where(a):not(:where([class~="not-prose"] *)) {
4290
+ .prose-a\:text-lookbook-prose-link :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
4130
4291
  color: var(--lookbook-prose-link);
4131
4292
  }
4132
4293