lookbook 2.0.5 → 2.3.0

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