lookbook 2.3.4 → 2.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/app/components/lookbook/base_component.rb +1 -0
- data/app/components/lookbook/button/component.html.erb +11 -12
- data/app/components/lookbook/button/component.js +19 -24
- data/app/components/lookbook/button/component.rb +4 -0
- data/app/components/lookbook/button_group/component.html.erb +1 -1
- data/app/components/lookbook/code/component.html.erb +1 -1
- data/app/components/lookbook/copy_button/component.html.erb +1 -1
- data/app/components/lookbook/debug_menu/component.html.erb +1 -1
- data/app/components/lookbook/dimensions_display/component.html.erb +2 -2
- data/app/components/lookbook/display_options/editor/component.html.erb +1 -1
- data/app/components/lookbook/display_options/field/component.html.erb +1 -1
- data/app/components/lookbook/embed/component.html.erb +1 -1
- data/app/components/lookbook/file_source/component.html.erb +1 -1
- data/app/components/lookbook/filter/component.html.erb +2 -2
- data/app/components/lookbook/icon_button/component.html.erb +2 -2
- data/app/components/lookbook/inspector_panel/component.html.erb +1 -1
- data/app/components/lookbook/logo/component.html.erb +1 -1
- data/app/components/lookbook/message/component.html.erb +1 -1
- data/app/components/lookbook/nav/component.html.erb +1 -1
- data/app/components/lookbook/nav/directory/component.html.erb +1 -1
- data/app/components/lookbook/nav/entity/component.html.erb +1 -1
- data/app/components/lookbook/page_tabs/component.html.erb +1 -1
- data/app/components/lookbook/params/editor/component.html.erb +1 -1
- data/app/components/lookbook/params/editor/component.rb +1 -1
- data/app/components/lookbook/params/field/component.rb +1 -1
- data/app/components/lookbook/prose/component.html.erb +1 -1
- data/app/components/lookbook/split_layout/component.html.erb +1 -1
- data/app/components/lookbook/tab_panels/component.html.erb +1 -1
- data/app/components/lookbook/tab_panels/component.rb +1 -1
- data/app/components/lookbook/tab_panels/panel/component.html.erb +1 -1
- data/app/components/lookbook/tabs/component.html.erb +1 -1
- data/app/components/lookbook/tabs/dropdown_tab/component.html.erb +1 -1
- data/app/components/lookbook/tabs/tab/component.html.erb +1 -1
- data/app/components/lookbook/text_button/component.html.erb +2 -2
- data/app/components/lookbook/toolbar/component.html.erb +1 -1
- data/app/controllers/lookbook/application_controller.rb +17 -0
- data/app/controllers/lookbook/previews_controller.rb +11 -7
- data/app/views/layouts/lookbook/application.html.erb +3 -3
- data/app/views/layouts/lookbook/embed.html.erb +1 -1
- data/app/views/layouts/lookbook/skeleton.html.erb +2 -0
- data/app/views/lookbook/embeds/show.html.erb +1 -1
- data/app/views/lookbook/errors/default.html.erb +1 -1
- data/app/views/lookbook/errors/not_found.html.erb +1 -1
- data/app/views/lookbook/index.html.erb +1 -1
- data/app/views/lookbook/inspector/inputs/_color.html.erb +1 -1
- data/app/views/lookbook/inspector/inputs/_range.html.erb +1 -1
- data/app/views/lookbook/inspector/inputs/_select.html.erb +1 -1
- data/app/views/lookbook/inspector/inputs/_text.html.erb +1 -1
- data/app/views/lookbook/inspector/inputs/_text_two_step.html.erb +1 -1
- data/app/views/lookbook/inspector/inputs/_textarea.html.erb +1 -1
- data/app/views/lookbook/inspector/panels/_notes.html.erb +2 -2
- data/app/views/lookbook/inspector/panels/_output.html.erb +1 -1
- data/app/views/lookbook/inspector/panels/_preview.html.erb +1 -1
- data/app/views/lookbook/inspector/panels/_source.html.erb +1 -1
- data/app/views/lookbook/inspector/show.html.erb +4 -4
- data/app/views/lookbook/pages/show.html.erb +1 -1
- data/app/views/lookbook/partials/_iframe_content_scripts.html.erb +1 -1
- data/app/views/lookbook/partials/_user_styles.html.erb +1 -1
- data/app/views/lookbook/previews/group.html.erb +1 -1
- data/app/views/lookbook/previews/preview.html.erb +5 -1
- data/app/views/lookbook/previews/show.html.erb +1 -1
- data/config/app.yml +1 -1
- data/lib/lookbook/engine.rb +42 -18
- data/lib/lookbook/preview_controller_actions.rb +7 -2
- data/lib/lookbook/preview_parser.rb +2 -4
- data/lib/lookbook/services/markdown_renderer.rb +12 -4
- data/lib/lookbook/stores/config_store.rb +4 -0
- data/lib/lookbook/support/errors/config_error.rb +1 -1
- data/lib/lookbook/support/errors/parser_error.rb +1 -1
- data/lib/lookbook/support/errors/preview_template_error.rb +1 -1
- data/lib/lookbook/support/errors/template_error.rb +1 -1
- data/lib/lookbook/support/store.rb +1 -1
- data/lib/lookbook/support/utils/utils.rb +1 -1
- data/lib/lookbook/tags/param_tag.rb +4 -1
- data/lib/lookbook/tags/yard_tag.rb +1 -1
- data/lib/lookbook/version.rb +1 -1
- data/public/lookbook-assets/css/lookbook.css +131 -136
- data/public/lookbook-assets/css/lookbook.css.map +1 -1
- data/public/lookbook-assets/css/themes/blue.css +0 -1
- data/public/lookbook-assets/css/themes/green.css +0 -1
- data/public/lookbook-assets/css/themes/indigo.css +0 -1
- data/public/lookbook-assets/css/themes/rose.css +0 -1
- data/public/lookbook-assets/css/themes/zinc.css +0 -1
- data/public/lookbook-assets/js/iframe.js +205 -196
- data/public/lookbook-assets/js/iframe.js.map +1 -1
- data/public/lookbook-assets/js/index.js +1171 -1025
- data/public/lookbook-assets/js/index.js.map +1 -1
- data/public/lookbook-assets/js/lookbook-core.js +0 -37
- data/public/lookbook-assets/js/lookbook.js +277 -296
- metadata +4 -385
- data/assets/icons/activity-square.svg +0 -1
- data/assets/icons/ampersand.svg +0 -1
- data/assets/icons/ampersands.svg +0 -1
- data/assets/icons/antenna.svg +0 -1
- data/assets/icons/app-window.svg +0 -1
- data/assets/icons/archive-x.svg +0 -1
- data/assets/icons/area-chart.svg +0 -1
- data/assets/icons/arrow-big-down-dash.svg +0 -1
- data/assets/icons/arrow-big-left-dash.svg +0 -1
- data/assets/icons/arrow-big-right-dash.svg +0 -1
- data/assets/icons/arrow-big-up-dash.svg +0 -1
- data/assets/icons/arrow-down-0-1.svg +0 -1
- data/assets/icons/arrow-down-1-0.svg +0 -1
- data/assets/icons/arrow-down-a-z.svg +0 -1
- data/assets/icons/arrow-down-from-line.svg +0 -1
- data/assets/icons/arrow-down-left-from-circle.svg +0 -1
- data/assets/icons/arrow-down-left-square.svg +0 -1
- data/assets/icons/arrow-down-narrow-wide.svg +0 -1
- data/assets/icons/arrow-down-right-from-circle.svg +0 -1
- data/assets/icons/arrow-down-right-square.svg +0 -1
- data/assets/icons/arrow-down-square.svg +0 -1
- data/assets/icons/arrow-down-to-dot.svg +0 -1
- data/assets/icons/arrow-down-to-line.svg +0 -1
- data/assets/icons/arrow-down-up.svg +0 -1
- data/assets/icons/arrow-down-wide-narrow.svg +0 -1
- data/assets/icons/arrow-down-z-a.svg +0 -1
- data/assets/icons/arrow-left-from-line.svg +0 -1
- data/assets/icons/arrow-left-square.svg +0 -1
- data/assets/icons/arrow-left-to-line.svg +0 -1
- data/assets/icons/arrow-right-from-line.svg +0 -1
- data/assets/icons/arrow-right-left.svg +0 -1
- data/assets/icons/arrow-right-square.svg +0 -1
- data/assets/icons/arrow-right-to-line.svg +0 -1
- data/assets/icons/arrow-up-0-1.svg +0 -1
- data/assets/icons/arrow-up-1-0.svg +0 -1
- data/assets/icons/arrow-up-a-z.svg +0 -1
- data/assets/icons/arrow-up-from-dot.svg +0 -1
- data/assets/icons/arrow-up-from-line.svg +0 -1
- data/assets/icons/arrow-up-left-from-circle.svg +0 -1
- data/assets/icons/arrow-up-left-square.svg +0 -1
- data/assets/icons/arrow-up-narrow-wide.svg +0 -1
- data/assets/icons/arrow-up-right-from-circle.svg +0 -1
- data/assets/icons/arrow-up-right-square.svg +0 -1
- data/assets/icons/arrow-up-square.svg +0 -1
- data/assets/icons/arrow-up-to-line.svg +0 -1
- data/assets/icons/arrow-up-wide-narrow.svg +0 -1
- data/assets/icons/arrow-up-z-a.svg +0 -1
- data/assets/icons/arrows-up-from-line.svg +0 -1
- data/assets/icons/atom.svg +0 -1
- data/assets/icons/badge-alert.svg +0 -1
- data/assets/icons/badge-cent.svg +0 -1
- data/assets/icons/badge-check.svg +0 -1
- data/assets/icons/badge-dollar-sign.svg +0 -1
- data/assets/icons/badge-euro.svg +0 -1
- data/assets/icons/badge-help.svg +0 -1
- data/assets/icons/badge-indian-rupee.svg +0 -1
- data/assets/icons/badge-info.svg +0 -1
- data/assets/icons/badge-japanese-yen.svg +0 -1
- data/assets/icons/badge-minus.svg +0 -1
- data/assets/icons/badge-percent.svg +0 -1
- data/assets/icons/badge-plus.svg +0 -1
- data/assets/icons/badge-pound-sterling.svg +0 -1
- data/assets/icons/badge-russian-ruble.svg +0 -1
- data/assets/icons/badge-swiss-franc.svg +0 -1
- data/assets/icons/badge-x.svg +0 -1
- data/assets/icons/badge.svg +0 -1
- data/assets/icons/ban.svg +0 -1
- data/assets/icons/bar-chart-big.svg +0 -1
- data/assets/icons/bar-chart-horizontal-big.svg +0 -1
- data/assets/icons/bell-dot.svg +0 -1
- data/assets/icons/biohazard.svg +0 -1
- data/assets/icons/blocks.svg +0 -1
- data/assets/icons/book-copy.svg +0 -1
- data/assets/icons/book-down.svg +0 -1
- data/assets/icons/book-key.svg +0 -1
- data/assets/icons/book-lock.svg +0 -1
- data/assets/icons/book-marked.svg +0 -1
- data/assets/icons/book-minus.svg +0 -1
- data/assets/icons/book-plus.svg +0 -1
- data/assets/icons/book-template.svg +0 -1
- data/assets/icons/book-up-2.svg +0 -1
- data/assets/icons/book-up.svg +0 -1
- data/assets/icons/book-x.svg +0 -1
- data/assets/icons/bookmark-check.svg +0 -1
- data/assets/icons/bookmark-x.svg +0 -1
- data/assets/icons/boom-box.svg +0 -1
- data/assets/icons/braces.svg +0 -1
- data/assets/icons/brackets.svg +0 -1
- data/assets/icons/brain-circuit.svg +0 -1
- data/assets/icons/brain-cog.svg +0 -1
- data/assets/icons/brain.svg +0 -1
- data/assets/icons/bring-to-front.svg +0 -1
- data/assets/icons/bug-off.svg +0 -1
- data/assets/icons/bug-play.svg +0 -1
- data/assets/icons/bus-front.svg +0 -1
- data/assets/icons/cable-car.svg +0 -1
- data/assets/icons/cable.svg +0 -1
- data/assets/icons/cake-slice.svg +0 -1
- data/assets/icons/candlestick-chart.svg +0 -1
- data/assets/icons/candy-cane.svg +0 -1
- data/assets/icons/car-front.svg +0 -1
- data/assets/icons/car-taxi-front.svg +0 -1
- data/assets/icons/case-lower.svg +0 -1
- data/assets/icons/case-sensitive.svg +0 -1
- data/assets/icons/case-upper.svg +0 -1
- data/assets/icons/cassette-tape.svg +0 -1
- data/assets/icons/castle.svg +0 -1
- data/assets/icons/chevron-down-circle.svg +0 -1
- data/assets/icons/chevron-down-square.svg +0 -1
- data/assets/icons/chevron-left-circle.svg +0 -1
- data/assets/icons/chevron-left-square.svg +0 -1
- data/assets/icons/chevron-right-circle.svg +0 -1
- data/assets/icons/chevron-right-square.svg +0 -1
- data/assets/icons/chevron-up-circle.svg +0 -1
- data/assets/icons/chevron-up-square.svg +0 -1
- data/assets/icons/church.svg +0 -1
- data/assets/icons/circle-dashed.svg +0 -1
- data/assets/icons/circle-dollar-sign.svg +0 -1
- data/assets/icons/circle-dot-dashed.svg +0 -1
- data/assets/icons/circle-equal.svg +0 -1
- data/assets/icons/circle-off.svg +0 -1
- data/assets/icons/circle-slash-2.svg +0 -1
- data/assets/icons/circle-slash.svg +0 -1
- data/assets/icons/circuit-board.svg +0 -1
- data/assets/icons/clipboard-paste.svg +0 -1
- data/assets/icons/club.svg +0 -1
- data/assets/icons/combine.svg +0 -1
- data/assets/icons/computer.svg +0 -1
- data/assets/icons/contact-2.svg +0 -1
- data/assets/icons/container.svg +0 -1
- data/assets/icons/copy-check.svg +0 -1
- data/assets/icons/copy-minus.svg +0 -1
- data/assets/icons/copy-plus.svg +0 -1
- data/assets/icons/copy-slash.svg +0 -1
- data/assets/icons/copy-x.svg +0 -1
- data/assets/icons/database-zap.svg +0 -1
- data/assets/icons/dessert.svg +0 -1
- data/assets/icons/disc-2.svg +0 -1
- data/assets/icons/disc-3.svg +0 -1
- data/assets/icons/donut.svg +0 -1
- data/assets/icons/door-closed.svg +0 -1
- data/assets/icons/door-open.svg +0 -1
- data/assets/icons/dot.svg +0 -1
- data/assets/icons/drama.svg +0 -1
- data/assets/icons/ferris-wheel.svg +0 -1
- data/assets/icons/file-code-2.svg +0 -1
- data/assets/icons/file-stack.svg +0 -1
- data/assets/icons/fish-symbol.svg +0 -1
- data/assets/icons/fold-horizontal.svg +0 -1
- data/assets/icons/fold-vertical.svg +0 -1
- data/assets/icons/folder-dot.svg +0 -1
- data/assets/icons/folder-git-2.svg +0 -1
- data/assets/icons/folder-git.svg +0 -1
- data/assets/icons/folder-kanban.svg +0 -1
- data/assets/icons/folder-open-dot.svg +0 -1
- data/assets/icons/folder-root.svg +0 -1
- data/assets/icons/folder-sync.svg +0 -1
- data/assets/icons/gallery-horizontal-end.svg +0 -1
- data/assets/icons/gallery-horizontal.svg +0 -1
- data/assets/icons/gallery-thumbnails.svg +0 -1
- data/assets/icons/gallery-vertical-end.svg +0 -1
- data/assets/icons/gallery-vertical.svg +0 -1
- data/assets/icons/gantt-chart-square.svg +0 -1
- data/assets/icons/gantt-chart.svg +0 -1
- data/assets/icons/gauge-circle.svg +0 -1
- data/assets/icons/goal.svg +0 -1
- data/assets/icons/grid-2x2.svg +0 -1
- data/assets/icons/grid-3x3.svg +0 -1
- data/assets/icons/group.svg +0 -1
- data/assets/icons/hard-drive-download.svg +0 -1
- data/assets/icons/hard-drive-upload.svg +0 -1
- data/assets/icons/hdmi-port.svg +0 -1
- data/assets/icons/hotel.svg +0 -1
- data/assets/icons/iteration-ccw.svg +0 -1
- data/assets/icons/iteration-cw.svg +0 -1
- data/assets/icons/kanban-square-dashed.svg +0 -1
- data/assets/icons/kanban-square.svg +0 -1
- data/assets/icons/kanban.svg +0 -1
- data/assets/icons/key-round.svg +0 -1
- data/assets/icons/key-square.svg +0 -1
- data/assets/icons/layout-panel-left.svg +0 -1
- data/assets/icons/layout-panel-top.svg +0 -1
- data/assets/icons/leafy-green.svg +0 -1
- data/assets/icons/ligature.svg +0 -1
- data/assets/icons/list-filter.svg +0 -1
- data/assets/icons/list-restart.svg +0 -1
- data/assets/icons/list-todo.svg +0 -1
- data/assets/icons/list-tree.svg +0 -1
- data/assets/icons/lollipop.svg +0 -1
- data/assets/icons/m-square.svg +0 -1
- data/assets/icons/mailbox.svg +0 -1
- data/assets/icons/memory-stick.svg +0 -1
- data/assets/icons/menu-square.svg +0 -1
- data/assets/icons/merge.svg +0 -1
- data/assets/icons/message-square-dashed.svg +0 -1
- data/assets/icons/message-square-plus.svg +0 -1
- data/assets/icons/messages-square.svg +0 -1
- data/assets/icons/monitor-check.svg +0 -1
- data/assets/icons/monitor-dot.svg +0 -1
- data/assets/icons/monitor-down.svg +0 -1
- data/assets/icons/monitor-pause.svg +0 -1
- data/assets/icons/monitor-play.svg +0 -1
- data/assets/icons/monitor-stop.svg +0 -1
- data/assets/icons/monitor-up.svg +0 -1
- data/assets/icons/monitor-x.svg +0 -1
- data/assets/icons/moon-star.svg +0 -1
- data/assets/icons/mouse-pointer-square-dashed.svg +0 -1
- data/assets/icons/mouse-pointer-square.svg +0 -1
- data/assets/icons/move-down-left.svg +0 -1
- data/assets/icons/move-down-right.svg +0 -1
- data/assets/icons/move-down.svg +0 -1
- data/assets/icons/move-left.svg +0 -1
- data/assets/icons/move-right.svg +0 -1
- data/assets/icons/move-up-left.svg +0 -1
- data/assets/icons/move-up-right.svg +0 -1
- data/assets/icons/move-up.svg +0 -1
- data/assets/icons/orbit.svg +0 -1
- data/assets/icons/panel-bottom-close.svg +0 -1
- data/assets/icons/panel-bottom-inactive.svg +0 -1
- data/assets/icons/panel-bottom-open.svg +0 -1
- data/assets/icons/panel-bottom.svg +0 -1
- data/assets/icons/panel-left-close.svg +0 -1
- data/assets/icons/panel-left-inactive.svg +0 -1
- data/assets/icons/panel-left-open.svg +0 -1
- data/assets/icons/panel-left.svg +0 -1
- data/assets/icons/panel-right-close.svg +0 -1
- data/assets/icons/panel-right-inactive.svg +0 -1
- data/assets/icons/panel-right-open.svg +0 -1
- data/assets/icons/panel-right.svg +0 -1
- data/assets/icons/panel-top-close.svg +0 -1
- data/assets/icons/panel-top-inactive.svg +0 -1
- data/assets/icons/panel-top-open.svg +0 -1
- data/assets/icons/panel-top.svg +0 -1
- data/assets/icons/parentheses.svg +0 -1
- data/assets/icons/parking-circle-off.svg +0 -1
- data/assets/icons/parking-circle.svg +0 -1
- data/assets/icons/parking-meter.svg +0 -1
- data/assets/icons/parking-square-off.svg +0 -1
- data/assets/icons/parking-square.svg +0 -1
- data/assets/icons/paw-print.svg +0 -1
- data/assets/icons/pc-case.svg +0 -1
- data/assets/icons/pen-line.svg +0 -1
- data/assets/icons/pen-square.svg +0 -1
- data/assets/icons/pen.svg +0 -1
- data/assets/icons/pencil-line.svg +0 -1
- data/assets/icons/pencil-ruler.svg +0 -1
- data/assets/icons/percent-circle.svg +0 -1
- data/assets/icons/percent-diamond.svg +0 -1
- data/assets/icons/percent-square.svg +0 -1
- data/assets/icons/pi-square.svg +0 -1
- data/assets/icons/pi.svg +0 -1
- data/assets/icons/pilcrow-square.svg +0 -1
- data/assets/icons/plane-landing.svg +0 -1
- data/assets/icons/plane-takeoff.svg +0 -1
- data/assets/icons/play-square.svg +0 -1
- data/assets/icons/plug-zap-2.svg +0 -1
- data/assets/icons/pocket-knife.svg +0 -1
- data/assets/icons/popcorn.svg +0 -1
- data/assets/icons/popsicle.svg +0 -1
- data/assets/icons/presentation.svg +0 -1
- data/assets/icons/projector.svg +0 -1
- data/assets/icons/rabbit.svg +0 -1
- data/assets/icons/radar.svg +0 -1
- data/assets/icons/radiation.svg +0 -1
- data/assets/icons/radio-tower.svg +0 -1
- data/assets/icons/rail-symbol.svg +0 -1
- data/assets/icons/rainbow.svg +0 -1
- data/assets/icons/rat.svg +0 -1
- data/assets/icons/ratio.svg +0 -1
- data/assets/icons/receipt.svg +0 -1
- data/assets/icons/redo-dot.svg +0 -1
- data/assets/icons/refresh-ccw-dot.svg +0 -1
- data/assets/icons/refresh-cw-off.svg +0 -1
- data/assets/icons/repeat-2.svg +0 -1
- data/assets/icons/replace-all.svg +0 -1
- data/assets/icons/replace.svg +0 -1
- data/assets/icons/roller-coaster.svg +0 -1
- data/assets/icons/rows.svg +0 -1
- data/assets/icons/satellite-dish.svg +0 -1
- data/assets/icons/satellite.svg +0 -1
- data/assets/icons/save-all.svg +0 -1
- data/assets/icons/scatter-chart.svg +0 -1
- data/assets/icons/school-2.svg +0 -1
- data/assets/icons/school.svg +0 -1
- data/assets/icons/scissors-line-dashed.svg +0 -1
- data/assets/icons/scissors-square-dashed-bottom.svg +0 -1
- data/assets/icons/scissors-square.svg +0 -1
- data/assets/icons/scroll-text.svg +0 -1
- data/assets/icons/search-check.svg +0 -1
- data/assets/icons/search-code.svg +0 -1
- data/assets/icons/search-slash.svg +0 -1
- data/assets/icons/search-x.svg +0 -1
- data/assets/icons/send-horizontal.svg +0 -1
- data/assets/icons/send-to-back.svg +0 -1
- data/assets/icons/shapes.svg +0 -1
- data/assets/icons/shell.svg +0 -1
- data/assets/icons/shield-ban.svg +0 -1
- data/assets/icons/shield-ellipsis.svg +0 -1
- data/assets/icons/shield-half.svg +0 -1
- data/assets/icons/shield-minus.svg +0 -1
- data/assets/icons/shield-plus.svg +0 -1
- data/assets/icons/shield-question.svg +0 -1
- data/assets/icons/shield-x.svg +0 -1
- data/assets/icons/ship-wheel.svg +0 -1
- data/assets/icons/shopping-basket.svg +0 -1
- data/assets/icons/sigma-square.svg +0 -1
- data/assets/icons/snail.svg +0 -1
- data/assets/icons/space.svg +0 -1
- data/assets/icons/spade.svg +0 -1
- data/assets/icons/sparkle.svg +0 -1
- data/assets/icons/sparkles.svg +0 -1
- data/assets/icons/speech.svg +0 -1
- data/assets/icons/spell-check-2.svg +0 -1
- data/assets/icons/spell-check.svg +0 -1
- data/assets/icons/split.svg +0 -1
- data/assets/icons/spray-can.svg +0 -1
- data/assets/icons/square-asterisk.svg +0 -1
- data/assets/icons/square-code.svg +0 -1
- data/assets/icons/square-dashed-bottom-code.svg +0 -1
- data/assets/icons/square-dashed-bottom.svg +0 -1
- data/assets/icons/square-dot.svg +0 -1
- data/assets/icons/square-equal.svg +0 -1
- data/assets/icons/square-slash.svg +0 -1
- data/assets/icons/square-stack.svg +0 -1
- data/assets/icons/squirrel.svg +0 -1
- data/assets/icons/step-back.svg +0 -1
- data/assets/icons/step-forward.svg +0 -1
- data/assets/icons/store.svg +0 -1
- data/assets/icons/table-properties.svg +0 -1
- data/assets/icons/tablet-smartphone.svg +0 -1
- data/assets/icons/tally-1.svg +0 -1
- data/assets/icons/tally-2.svg +0 -1
- data/assets/icons/tally-3.svg +0 -1
- data/assets/icons/tally-4.svg +0 -1
- data/assets/icons/tally-5.svg +0 -1
- data/assets/icons/test-tube-2.svg +0 -1
- data/assets/icons/test-tube.svg +0 -1
- data/assets/icons/test-tubes.svg +0 -1
- data/assets/icons/text-quote.svg +0 -1
- data/assets/icons/text-select.svg +0 -1
- data/assets/icons/text.svg +0 -1
- data/assets/icons/theater.svg +0 -1
- data/assets/icons/touchpad-off.svg +0 -1
- data/assets/icons/touchpad.svg +0 -1
- data/assets/icons/tractor.svg +0 -1
- data/assets/icons/traffic-cone.svg +0 -1
- data/assets/icons/train-front-tunnel.svg +0 -1
- data/assets/icons/train-front.svg +0 -1
- data/assets/icons/train-track.svg +0 -1
- data/assets/icons/tram-front.svg +0 -1
- data/assets/icons/triangle-right.svg +0 -1
- data/assets/icons/turtle.svg +0 -1
- data/assets/icons/undo-dot.svg +0 -1
- data/assets/icons/unfold-horizontal.svg +0 -1
- data/assets/icons/unfold-vertical.svg +0 -1
- data/assets/icons/ungroup.svg +0 -1
- data/assets/icons/unplug.svg +0 -1
- data/assets/icons/user-2.svg +0 -1
- data/assets/icons/user-check-2.svg +0 -1
- data/assets/icons/user-circle-2.svg +0 -1
- data/assets/icons/user-circle.svg +0 -1
- data/assets/icons/user-cog-2.svg +0 -1
- data/assets/icons/user-minus-2.svg +0 -1
- data/assets/icons/user-plus-2.svg +0 -1
- data/assets/icons/user-square-2.svg +0 -1
- data/assets/icons/user-square.svg +0 -1
- data/assets/icons/user-x-2.svg +0 -1
- data/assets/icons/users-2.svg +0 -1
- data/assets/icons/variable.svg +0 -1
- data/assets/icons/videotape.svg +0 -1
- data/assets/icons/wallet-2.svg +0 -1
- data/assets/icons/wallet-cards.svg +0 -1
- data/assets/icons/wallpaper.svg +0 -1
- data/assets/icons/warehouse.svg +0 -1
- data/assets/icons/whole-word.svg +0 -1
- data/assets/icons/workflow.svg +0 -1
@@ -32,6 +32,60 @@
|
|
32
32
|
src: url("../SourceCodeVariable-Italic.ttf.09b4354a.woff2") format("woff2");
|
33
33
|
}
|
34
34
|
|
35
|
+
*, :before, :after, ::backdrop {
|
36
|
+
--tw-border-spacing-x: 0;
|
37
|
+
--tw-border-spacing-y: 0;
|
38
|
+
--tw-translate-x: 0;
|
39
|
+
--tw-translate-y: 0;
|
40
|
+
--tw-rotate: 0;
|
41
|
+
--tw-skew-x: 0;
|
42
|
+
--tw-skew-y: 0;
|
43
|
+
--tw-scale-x: 1;
|
44
|
+
--tw-scale-y: 1;
|
45
|
+
--tw-pan-x: ;
|
46
|
+
--tw-pan-y: ;
|
47
|
+
--tw-pinch-zoom: ;
|
48
|
+
--tw-scroll-snap-strictness: proximity;
|
49
|
+
--tw-gradient-from-position: ;
|
50
|
+
--tw-gradient-via-position: ;
|
51
|
+
--tw-gradient-to-position: ;
|
52
|
+
--tw-ordinal: ;
|
53
|
+
--tw-slashed-zero: ;
|
54
|
+
--tw-numeric-figure: ;
|
55
|
+
--tw-numeric-spacing: ;
|
56
|
+
--tw-numeric-fraction: ;
|
57
|
+
--tw-ring-inset: ;
|
58
|
+
--tw-ring-offset-width: 0px;
|
59
|
+
--tw-ring-offset-color: #fff;
|
60
|
+
--tw-ring-color: #3b82f680;
|
61
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
62
|
+
--tw-ring-shadow: 0 0 #0000;
|
63
|
+
--tw-shadow: 0 0 #0000;
|
64
|
+
--tw-shadow-colored: 0 0 #0000;
|
65
|
+
--tw-blur: ;
|
66
|
+
--tw-brightness: ;
|
67
|
+
--tw-contrast: ;
|
68
|
+
--tw-grayscale: ;
|
69
|
+
--tw-hue-rotate: ;
|
70
|
+
--tw-invert: ;
|
71
|
+
--tw-saturate: ;
|
72
|
+
--tw-sepia: ;
|
73
|
+
--tw-drop-shadow: ;
|
74
|
+
--tw-backdrop-blur: ;
|
75
|
+
--tw-backdrop-brightness: ;
|
76
|
+
--tw-backdrop-contrast: ;
|
77
|
+
--tw-backdrop-grayscale: ;
|
78
|
+
--tw-backdrop-hue-rotate: ;
|
79
|
+
--tw-backdrop-invert: ;
|
80
|
+
--tw-backdrop-opacity: ;
|
81
|
+
--tw-backdrop-saturate: ;
|
82
|
+
--tw-backdrop-sepia: ;
|
83
|
+
--tw-contain-size: ;
|
84
|
+
--tw-contain-layout: ;
|
85
|
+
--tw-contain-paint: ;
|
86
|
+
--tw-contain-style: ;
|
87
|
+
}
|
88
|
+
|
35
89
|
*, :before, :after {
|
36
90
|
box-sizing: border-box;
|
37
91
|
border: 0 solid #e5e7eb;
|
@@ -57,13 +111,12 @@ body {
|
|
57
111
|
}
|
58
112
|
|
59
113
|
hr {
|
114
|
+
height: 0;
|
60
115
|
color: inherit;
|
61
116
|
border-top-width: 1px;
|
62
|
-
height: 0;
|
63
117
|
}
|
64
118
|
|
65
119
|
abbr:where([title]) {
|
66
|
-
-webkit-text-decoration: underline dotted;
|
67
120
|
text-decoration: underline dotted;
|
68
121
|
}
|
69
122
|
|
@@ -74,7 +127,6 @@ h1, h2, h3, h4, h5, h6 {
|
|
74
127
|
|
75
128
|
a {
|
76
129
|
color: inherit;
|
77
|
-
-webkit-text-decoration: inherit;
|
78
130
|
text-decoration: inherit;
|
79
131
|
}
|
80
132
|
|
@@ -225,7 +277,7 @@ img, video {
|
|
225
277
|
height: auto;
|
226
278
|
}
|
227
279
|
|
228
|
-
[hidden] {
|
280
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
229
281
|
display: none;
|
230
282
|
}
|
231
283
|
|
@@ -264,8 +316,8 @@ input::placeholder, textarea::placeholder {
|
|
264
316
|
}
|
265
317
|
|
266
318
|
::-webkit-date-and-time-value {
|
267
|
-
text-align: inherit;
|
268
319
|
min-height: 1.5em;
|
320
|
+
text-align: inherit;
|
269
321
|
}
|
270
322
|
|
271
323
|
::-webkit-datetime-edit {
|
@@ -339,7 +391,6 @@ select {
|
|
339
391
|
appearance: none;
|
340
392
|
print-color-adjust: exact;
|
341
393
|
vertical-align: middle;
|
342
|
-
-webkit-user-select: none;
|
343
394
|
user-select: none;
|
344
395
|
color: #2563eb;
|
345
396
|
--tw-shadow: 0 0 #0000;
|
@@ -386,10 +437,22 @@ select {
|
|
386
437
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
387
438
|
}
|
388
439
|
|
440
|
+
@media (forced-colors: active) {
|
441
|
+
[type="checkbox"]:checked {
|
442
|
+
appearance: auto;
|
443
|
+
}
|
444
|
+
}
|
445
|
+
|
389
446
|
[type="radio"]:checked {
|
390
447
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
|
391
448
|
}
|
392
449
|
|
450
|
+
@media (forced-colors: active) {
|
451
|
+
[type="radio"]:checked {
|
452
|
+
appearance: auto;
|
453
|
+
}
|
454
|
+
}
|
455
|
+
|
393
456
|
[type="checkbox"]:checked:hover, [type="checkbox"]:checked:focus, [type="radio"]:checked:hover, [type="radio"]:checked:focus {
|
394
457
|
background-color: currentColor;
|
395
458
|
border-color: #0000;
|
@@ -404,6 +467,12 @@ select {
|
|
404
467
|
border-color: #0000;
|
405
468
|
}
|
406
469
|
|
470
|
+
@media (forced-colors: active) {
|
471
|
+
[type="checkbox"]:indeterminate {
|
472
|
+
appearance: auto;
|
473
|
+
}
|
474
|
+
}
|
475
|
+
|
407
476
|
[type="checkbox"]:indeterminate:hover, [type="checkbox"]:indeterminate:focus {
|
408
477
|
background-color: currentColor;
|
409
478
|
border-color: #0000;
|
@@ -420,7 +489,7 @@ select {
|
|
420
489
|
}
|
421
490
|
|
422
491
|
[type="file"]:focus {
|
423
|
-
outline: 1px solid
|
492
|
+
outline: 1px solid buttontext;
|
424
493
|
outline: 1px auto -webkit-focus-ring-color;
|
425
494
|
}
|
426
495
|
|
@@ -437,8 +506,8 @@ html {
|
|
437
506
|
}
|
438
507
|
|
439
508
|
body {
|
440
|
-
color: var(--lookbook-text);
|
441
509
|
width: 100vw;
|
510
|
+
color: var(--lookbook-text);
|
442
511
|
font-family: Inter var, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
443
512
|
font-size: .875rem;
|
444
513
|
line-height: 1.25rem;
|
@@ -476,60 +545,6 @@ pre[class*="language-"] {
|
|
476
545
|
background-color: var(--lookbook-scrollbar-hover);
|
477
546
|
}
|
478
547
|
|
479
|
-
*, :before, :after, ::backdrop {
|
480
|
-
--tw-border-spacing-x: 0;
|
481
|
-
--tw-border-spacing-y: 0;
|
482
|
-
--tw-translate-x: 0;
|
483
|
-
--tw-translate-y: 0;
|
484
|
-
--tw-rotate: 0;
|
485
|
-
--tw-skew-x: 0;
|
486
|
-
--tw-skew-y: 0;
|
487
|
-
--tw-scale-x: 1;
|
488
|
-
--tw-scale-y: 1;
|
489
|
-
--tw-pan-x: ;
|
490
|
-
--tw-pan-y: ;
|
491
|
-
--tw-pinch-zoom: ;
|
492
|
-
--tw-scroll-snap-strictness: proximity;
|
493
|
-
--tw-gradient-from-position: ;
|
494
|
-
--tw-gradient-via-position: ;
|
495
|
-
--tw-gradient-to-position: ;
|
496
|
-
--tw-ordinal: ;
|
497
|
-
--tw-slashed-zero: ;
|
498
|
-
--tw-numeric-figure: ;
|
499
|
-
--tw-numeric-spacing: ;
|
500
|
-
--tw-numeric-fraction: ;
|
501
|
-
--tw-ring-inset: ;
|
502
|
-
--tw-ring-offset-width: 0px;
|
503
|
-
--tw-ring-offset-color: #fff;
|
504
|
-
--tw-ring-color: #3b82f680;
|
505
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
506
|
-
--tw-ring-shadow: 0 0 #0000;
|
507
|
-
--tw-shadow: 0 0 #0000;
|
508
|
-
--tw-shadow-colored: 0 0 #0000;
|
509
|
-
--tw-blur: ;
|
510
|
-
--tw-brightness: ;
|
511
|
-
--tw-contrast: ;
|
512
|
-
--tw-grayscale: ;
|
513
|
-
--tw-hue-rotate: ;
|
514
|
-
--tw-invert: ;
|
515
|
-
--tw-saturate: ;
|
516
|
-
--tw-sepia: ;
|
517
|
-
--tw-drop-shadow: ;
|
518
|
-
--tw-backdrop-blur: ;
|
519
|
-
--tw-backdrop-brightness: ;
|
520
|
-
--tw-backdrop-contrast: ;
|
521
|
-
--tw-backdrop-grayscale: ;
|
522
|
-
--tw-backdrop-hue-rotate: ;
|
523
|
-
--tw-backdrop-invert: ;
|
524
|
-
--tw-backdrop-opacity: ;
|
525
|
-
--tw-backdrop-saturate: ;
|
526
|
-
--tw-backdrop-sepia: ;
|
527
|
-
--tw-contain-size: ;
|
528
|
-
--tw-contain-layout: ;
|
529
|
-
--tw-contain-paint: ;
|
530
|
-
--tw-contain-style: ;
|
531
|
-
}
|
532
|
-
|
533
548
|
.form-input, .form-textarea, .form-select, .form-multiselect {
|
534
549
|
appearance: none;
|
535
550
|
--tw-shadow: 0 0 #0000;
|
@@ -565,8 +580,8 @@ pre[class*="language-"] {
|
|
565
580
|
}
|
566
581
|
|
567
582
|
.form-input::-webkit-date-and-time-value {
|
568
|
-
text-align: inherit;
|
569
583
|
min-height: 1.5em;
|
584
|
+
text-align: inherit;
|
570
585
|
}
|
571
586
|
|
572
587
|
.form-input::-webkit-datetime-edit {
|
@@ -889,7 +904,6 @@ pre[class*="language-"] {
|
|
889
904
|
|
890
905
|
.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
891
906
|
table-layout: auto;
|
892
|
-
text-align: start;
|
893
907
|
width: 100%;
|
894
908
|
margin-top: 2em;
|
895
909
|
margin-bottom: 2em;
|
@@ -933,6 +947,10 @@ pre[class*="language-"] {
|
|
933
947
|
vertical-align: top;
|
934
948
|
}
|
935
949
|
|
950
|
+
.prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
951
|
+
text-align: start;
|
952
|
+
}
|
953
|
+
|
936
954
|
.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
937
955
|
margin-top: 0;
|
938
956
|
margin-bottom: 0;
|
@@ -1005,19 +1023,19 @@ pre[class*="language-"] {
|
|
1005
1023
|
margin-bottom: .75em;
|
1006
1024
|
}
|
1007
1025
|
|
1008
|
-
.prose :where(.prose > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1026
|
+
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1009
1027
|
margin-top: 1.25em;
|
1010
1028
|
}
|
1011
1029
|
|
1012
|
-
.prose :where(.prose > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1030
|
+
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1013
1031
|
margin-bottom: 1.25em;
|
1014
1032
|
}
|
1015
1033
|
|
1016
|
-
.prose :where(.prose > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1034
|
+
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1017
1035
|
margin-top: 1.25em;
|
1018
1036
|
}
|
1019
1037
|
|
1020
|
-
.prose :where(.prose > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1038
|
+
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1021
1039
|
margin-bottom: 1.25em;
|
1022
1040
|
}
|
1023
1041
|
|
@@ -1194,19 +1212,19 @@ pre[class*="language-"] {
|
|
1194
1212
|
margin-bottom: .571429em;
|
1195
1213
|
}
|
1196
1214
|
|
1197
|
-
.prose-sm :where(.prose-sm > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1215
|
+
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1198
1216
|
margin-top: 1.14286em;
|
1199
1217
|
}
|
1200
1218
|
|
1201
|
-
.prose-sm :where(.prose-sm > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1219
|
+
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1202
1220
|
margin-bottom: 1.14286em;
|
1203
1221
|
}
|
1204
1222
|
|
1205
|
-
.prose-sm :where(.prose-sm > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1223
|
+
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1206
1224
|
margin-top: 1.14286em;
|
1207
1225
|
}
|
1208
1226
|
|
1209
|
-
.prose-sm :where(.prose-sm > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1227
|
+
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1210
1228
|
margin-bottom: 1.14286em;
|
1211
1229
|
}
|
1212
1230
|
|
@@ -1414,19 +1432,19 @@ pre[class*="language-"] {
|
|
1414
1432
|
margin-bottom: .888889em;
|
1415
1433
|
}
|
1416
1434
|
|
1417
|
-
.prose-lg :where(.prose-lg > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1435
|
+
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1418
1436
|
margin-top: 1.33333em;
|
1419
1437
|
}
|
1420
1438
|
|
1421
|
-
.prose-lg :where(.prose-lg > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1439
|
+
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1422
1440
|
margin-bottom: 1.33333em;
|
1423
1441
|
}
|
1424
1442
|
|
1425
|
-
.prose-lg :where(.prose-lg > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1443
|
+
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1426
1444
|
margin-top: 1.33333em;
|
1427
1445
|
}
|
1428
1446
|
|
1429
|
-
.prose-lg :where(.prose-lg > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1447
|
+
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
1430
1448
|
margin-bottom: 1.33333em;
|
1431
1449
|
}
|
1432
1450
|
|
@@ -1549,7 +1567,6 @@ pre[class*="language-"] {
|
|
1549
1567
|
|
1550
1568
|
[data-component="code"].numbered .line-numbers {
|
1551
1569
|
z-index: 10;
|
1552
|
-
-webkit-user-select: none;
|
1553
1570
|
user-select: none;
|
1554
1571
|
text-align: right;
|
1555
1572
|
border-style: dashed;
|
@@ -1583,7 +1600,7 @@ pre[class*="language-"] {
|
|
1583
1600
|
|
1584
1601
|
[data-component="code"].focussed .code .line.highlighted {
|
1585
1602
|
--tw-bg-opacity: 1;
|
1586
|
-
background-color: rgb(254 252 232 / var(--tw-bg-opacity));
|
1603
|
+
background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
|
1587
1604
|
}
|
1588
1605
|
|
1589
1606
|
[data-component="display-options-field"] label {
|
@@ -1629,7 +1646,7 @@ pre[class*="language-"] {
|
|
1629
1646
|
[data-component="icon"] {
|
1630
1647
|
flex: none;
|
1631
1648
|
line-height: 1;
|
1632
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
|
1649
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
1633
1650
|
transition-duration: .15s;
|
1634
1651
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
1635
1652
|
display: block;
|
@@ -1663,10 +1680,10 @@ pre[class*="language-"] {
|
|
1663
1680
|
background-color: var(--lookbook-message-bg);
|
1664
1681
|
--tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
|
1665
1682
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
1683
|
+
width: 100%;
|
1666
1684
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
1667
1685
|
border-radius: .25rem;
|
1668
1686
|
gap: 1.5rem;
|
1669
|
-
width: 100%;
|
1670
1687
|
padding: 1rem;
|
1671
1688
|
display: flex;
|
1672
1689
|
}
|
@@ -1711,30 +1728,29 @@ pre[class*="language-"] {
|
|
1711
1728
|
|
1712
1729
|
[data-component="message"].theme-error {
|
1713
1730
|
--tw-border-opacity: 1;
|
1714
|
-
border-color: rgb(254 202 202 / var(--tw-border-opacity));
|
1731
|
+
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
|
1715
1732
|
}
|
1716
1733
|
|
1717
1734
|
[data-component="message"].theme-error .message-title {
|
1718
1735
|
--tw-text-opacity: 1;
|
1719
|
-
color: rgb(185 28 28 / var(--tw-text-opacity));
|
1736
|
+
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
|
1720
1737
|
}
|
1721
1738
|
|
1722
1739
|
[data-component="message"].theme-error .message-icon {
|
1723
1740
|
--tw-text-opacity: 1;
|
1724
|
-
color: rgb(220 38 38 / var(--tw-text-opacity));
|
1741
|
+
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
1725
1742
|
opacity: .5;
|
1726
1743
|
}
|
1727
1744
|
|
1728
1745
|
[data-component="nav"] .nav-action {
|
1729
1746
|
cursor: pointer;
|
1730
|
-
-webkit-user-select: none;
|
1731
1747
|
user-select: none;
|
1748
|
+
width: 100%;
|
1732
1749
|
color: var(--lookbook-nav-text);
|
1733
1750
|
align-items: center;
|
1734
|
-
width: 100%;
|
1735
1751
|
padding-top: .25rem;
|
1736
1752
|
padding-bottom: .25rem;
|
1737
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
|
1753
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
1738
1754
|
transition-duration: .15s;
|
1739
1755
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
1740
1756
|
display: flex;
|
@@ -1910,10 +1926,9 @@ pre[class*="language-"] {
|
|
1910
1926
|
|
1911
1927
|
[data-component="viewport"] .resize-handle {
|
1912
1928
|
touch-action: none;
|
1913
|
-
-webkit-user-select: none;
|
1914
1929
|
user-select: none;
|
1915
1930
|
color: var(--lookbook-viewport-handle-icon-stroke);
|
1916
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
|
1931
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
1917
1932
|
transition-duration: .15s;
|
1918
1933
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
1919
1934
|
}
|
@@ -2166,10 +2181,6 @@ select.compact {
|
|
2166
2181
|
margin-left: -.75rem;
|
2167
2182
|
}
|
2168
2183
|
|
2169
|
-
.-mr-1 {
|
2170
|
-
margin-right: -.25rem;
|
2171
|
-
}
|
2172
|
-
|
2173
2184
|
.-mr-1\.5 {
|
2174
2185
|
margin-right: -.375rem;
|
2175
2186
|
}
|
@@ -2214,10 +2225,6 @@ select.compact {
|
|
2214
2225
|
margin-left: auto;
|
2215
2226
|
}
|
2216
2227
|
|
2217
|
-
.mr-0 {
|
2218
|
-
margin-right: 0;
|
2219
|
-
}
|
2220
|
-
|
2221
2228
|
.mr-0\.5 {
|
2222
2229
|
margin-right: .125rem;
|
2223
2230
|
}
|
@@ -2305,10 +2312,6 @@ select.compact {
|
|
2305
2312
|
height: 2.5rem;
|
2306
2313
|
}
|
2307
2314
|
|
2308
|
-
.h-3 {
|
2309
|
-
height: .75rem;
|
2310
|
-
}
|
2311
|
-
|
2312
2315
|
.h-3\.5 {
|
2313
2316
|
height: .875rem;
|
2314
2317
|
}
|
@@ -2345,6 +2348,10 @@ select.compact {
|
|
2345
2348
|
height: 100%;
|
2346
2349
|
}
|
2347
2350
|
|
2351
|
+
.h-max {
|
2352
|
+
height: max-content;
|
2353
|
+
}
|
2354
|
+
|
2348
2355
|
.h-screen {
|
2349
2356
|
height: 100vh;
|
2350
2357
|
}
|
@@ -2361,12 +2368,12 @@ select.compact {
|
|
2361
2368
|
min-height: calc(100vh - 400px);
|
2362
2369
|
}
|
2363
2370
|
|
2364
|
-
.
|
2365
|
-
|
2371
|
+
.min-h-full {
|
2372
|
+
min-height: 100%;
|
2366
2373
|
}
|
2367
2374
|
|
2368
|
-
.w-
|
2369
|
-
width: .75rem;
|
2375
|
+
.w-11 {
|
2376
|
+
width: 2.75rem;
|
2370
2377
|
}
|
2371
2378
|
|
2372
2379
|
.w-3\.5 {
|
@@ -2526,7 +2533,6 @@ select.compact {
|
|
2526
2533
|
}
|
2527
2534
|
|
2528
2535
|
.select-none {
|
2529
|
-
-webkit-user-select: none;
|
2530
2536
|
user-select: none;
|
2531
2537
|
}
|
2532
2538
|
|
@@ -2746,7 +2752,7 @@ select.compact {
|
|
2746
2752
|
|
2747
2753
|
.border-gray-300 {
|
2748
2754
|
--tw-border-opacity: 1;
|
2749
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
2755
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
2750
2756
|
}
|
2751
2757
|
|
2752
2758
|
.border-lookbook-divider {
|
@@ -2767,7 +2773,7 @@ select.compact {
|
|
2767
2773
|
|
2768
2774
|
.border-red-200 {
|
2769
2775
|
--tw-border-opacity: 1;
|
2770
|
-
border-color: rgb(254 202 202 / var(--tw-border-opacity));
|
2776
|
+
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
|
2771
2777
|
}
|
2772
2778
|
|
2773
2779
|
.border-transparent {
|
@@ -2822,7 +2828,7 @@ select.compact {
|
|
2822
2828
|
|
2823
2829
|
.bg-black {
|
2824
2830
|
--tw-bg-opacity: 1;
|
2825
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
2831
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
2826
2832
|
}
|
2827
2833
|
|
2828
2834
|
.bg-gray-100\/80 {
|
@@ -2887,12 +2893,12 @@ select.compact {
|
|
2887
2893
|
|
2888
2894
|
.bg-red-100 {
|
2889
2895
|
--tw-bg-opacity: 1;
|
2890
|
-
background-color: rgb(254 226 226 / var(--tw-bg-opacity));
|
2896
|
+
background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
|
2891
2897
|
}
|
2892
2898
|
|
2893
2899
|
.bg-red-50 {
|
2894
2900
|
--tw-bg-opacity: 1;
|
2895
|
-
background-color: rgb(254 242 242 / var(--tw-bg-opacity));
|
2901
|
+
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
2896
2902
|
}
|
2897
2903
|
|
2898
2904
|
.bg-transparent {
|
@@ -2901,12 +2907,12 @@ select.compact {
|
|
2901
2907
|
|
2902
2908
|
.bg-white {
|
2903
2909
|
--tw-bg-opacity: 1;
|
2904
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
2910
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
2905
2911
|
}
|
2906
2912
|
|
2907
2913
|
.bg-zinc-50 {
|
2908
2914
|
--tw-bg-opacity: 1;
|
2909
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
2915
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
2910
2916
|
}
|
2911
2917
|
|
2912
2918
|
.from-lookbook-viewport-handle-icon-stroke-hover {
|
@@ -2973,11 +2979,6 @@ select.compact {
|
|
2973
2979
|
padding-right: 2rem;
|
2974
2980
|
}
|
2975
2981
|
|
2976
|
-
.py-1 {
|
2977
|
-
padding-top: .25rem;
|
2978
|
-
padding-bottom: .25rem;
|
2979
|
-
}
|
2980
|
-
|
2981
2982
|
.py-1\.5 {
|
2982
2983
|
padding-top: .375rem;
|
2983
2984
|
padding-bottom: .375rem;
|
@@ -3022,10 +3023,6 @@ select.compact {
|
|
3022
3023
|
padding-bottom: 1.5rem;
|
3023
3024
|
}
|
3024
3025
|
|
3025
|
-
.pl-0 {
|
3026
|
-
padding-left: 0;
|
3027
|
-
}
|
3028
|
-
|
3029
3026
|
.pl-0\.5 {
|
3030
3027
|
padding-left: .125rem;
|
3031
3028
|
}
|
@@ -3161,22 +3158,22 @@ select.compact {
|
|
3161
3158
|
|
3162
3159
|
.text-gray-400 {
|
3163
3160
|
--tw-text-opacity: 1;
|
3164
|
-
color: rgb(156 163 175 / var(--tw-text-opacity));
|
3161
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
3165
3162
|
}
|
3166
3163
|
|
3167
3164
|
.text-gray-600 {
|
3168
3165
|
--tw-text-opacity: 1;
|
3169
|
-
color: rgb(75 85 99 / var(--tw-text-opacity));
|
3166
|
+
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
3170
3167
|
}
|
3171
3168
|
|
3172
3169
|
.text-green-500 {
|
3173
3170
|
--tw-text-opacity: 1;
|
3174
|
-
color: rgb(34 197 94 / var(--tw-text-opacity));
|
3171
|
+
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
3175
3172
|
}
|
3176
3173
|
|
3177
3174
|
.text-green-600 {
|
3178
3175
|
--tw-text-opacity: 1;
|
3179
|
-
color: rgb(22 163 74 / var(--tw-text-opacity));
|
3176
|
+
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
3180
3177
|
}
|
3181
3178
|
|
3182
3179
|
.text-lookbook-branding-text {
|
@@ -3229,12 +3226,12 @@ select.compact {
|
|
3229
3226
|
|
3230
3227
|
.text-red-700 {
|
3231
3228
|
--tw-text-opacity: 1;
|
3232
|
-
color: rgb(185 28 28 / var(--tw-text-opacity));
|
3229
|
+
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
|
3233
3230
|
}
|
3234
3231
|
|
3235
3232
|
.text-red-900 {
|
3236
3233
|
--tw-text-opacity: 1;
|
3237
|
-
color: rgb(127 29 29 / var(--tw-text-opacity));
|
3234
|
+
color: rgb(127 29 29 / var(--tw-text-opacity, 1));
|
3238
3235
|
}
|
3239
3236
|
|
3240
3237
|
.underline {
|
@@ -3242,7 +3239,6 @@ select.compact {
|
|
3242
3239
|
}
|
3243
3240
|
|
3244
3241
|
.decoration-lookbook-viewport-handle-icon-stroke-hover {
|
3245
|
-
-webkit-text-decoration-color: var(--lookbook-viewport-handle-icon-stroke-hover);
|
3246
3242
|
text-decoration-color: var(--lookbook-viewport-handle-icon-stroke-hover);
|
3247
3243
|
}
|
3248
3244
|
|
@@ -3341,7 +3337,7 @@ select.compact {
|
|
3341
3337
|
}
|
3342
3338
|
|
3343
3339
|
.transition {
|
3344
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
|
3340
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
3345
3341
|
transition-duration: .15s;
|
3346
3342
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
3347
3343
|
}
|
@@ -4108,19 +4104,19 @@ select.compact {
|
|
4108
4104
|
margin-bottom: .75em;
|
4109
4105
|
}
|
4110
4106
|
|
4111
|
-
.lg\:prose-base :where(.lg\:prose-base > ul > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
4107
|
+
.lg\:prose-base :where(.lg\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
4112
4108
|
margin-top: 1.25em;
|
4113
4109
|
}
|
4114
4110
|
|
4115
|
-
.lg\:prose-base :where(.lg\:prose-base > ul > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
4111
|
+
.lg\:prose-base :where(.lg\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
4116
4112
|
margin-bottom: 1.25em;
|
4117
4113
|
}
|
4118
4114
|
|
4119
|
-
.lg\:prose-base :where(.lg\:prose-base > ol > li > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
4115
|
+
.lg\:prose-base :where(.lg\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
4120
4116
|
margin-top: 1.25em;
|
4121
4117
|
}
|
4122
4118
|
|
4123
|
-
.lg\:prose-base :where(.lg\:prose-base > ol > li > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
4119
|
+
.lg\:prose-base :where(.lg\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
|
4124
4120
|
margin-bottom: 1.25em;
|
4125
4121
|
}
|
4126
4122
|
|
@@ -4225,12 +4221,12 @@ select.compact {
|
|
4225
4221
|
|
4226
4222
|
.hover\:text-gray-900:hover {
|
4227
4223
|
--tw-text-opacity: 1;
|
4228
|
-
color: rgb(17 24 39 / var(--tw-text-opacity));
|
4224
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
4229
4225
|
}
|
4230
4226
|
|
4231
4227
|
.hover\:text-indigo-800:hover {
|
4232
4228
|
--tw-text-opacity: 1;
|
4233
|
-
color: rgb(55 48 163 / var(--tw-text-opacity));
|
4229
|
+
color: rgb(55 48 163 / var(--tw-text-opacity, 1));
|
4234
4230
|
}
|
4235
4231
|
|
4236
4232
|
.hover\:text-lookbook-icon-button-stroke-hover:hover {
|
@@ -4375,5 +4371,4 @@ select.compact {
|
|
4375
4371
|
padding-top: 3rem;
|
4376
4372
|
}
|
4377
4373
|
}
|
4378
|
-
|
4379
4374
|
/*# sourceMappingURL=lookbook.css.map */
|