stimulus_plumbers_tailwind 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -0
- data/LICENSE-DEPENDENCIES +57 -0
- data/README.md +22 -1
- data/lib/stimulus_plumbers/themes/tailwind/action_list.rb +1 -1
- data/lib/stimulus_plumbers/themes/tailwind/avatar.rb +1 -1
- data/lib/stimulus_plumbers/themes/tailwind/button.rb +21 -5
- data/lib/stimulus_plumbers/themes/tailwind/calendar.rb +10 -20
- data/lib/stimulus_plumbers/themes/tailwind/combobox.rb +32 -10
- data/lib/stimulus_plumbers/themes/tailwind/form.rb +26 -21
- data/lib/stimulus_plumbers/themes/tailwind/icon.rb +13 -4
- data/lib/stimulus_plumbers/themes/tailwind/icons/custom.rb +26 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/customs/spinner.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicon.rb +36 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/academic-cap.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/adjustments-horizontal.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/adjustments-vertical.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/archive-box-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/archive-box-x-mark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/archive-box.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-on-square-stack.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-on-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-tray.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-end-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-start-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-long-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-long-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-long-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-long-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-path-rounded-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-path.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right-end-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right-start-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-small-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-small-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-small-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-small-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-top-right-on-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-trending-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-trending-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-down-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-down-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-left-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-left-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-right-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-right-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-up-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-turn-up-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-on-square-stack.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-on-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up-tray.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-uturn-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-uturn-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-uturn-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-uturn-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrows-pointing-in.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrows-pointing-out.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrows-right-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrows-up-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/at-symbol.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/backspace.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/backward.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/banknotes.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-2.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-3-bottom-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-3-bottom-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-3-center-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-3.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-4.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bars-arrow-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/battery-0.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/battery-100.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/battery-50.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/beaker.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bell-alert.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bell-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bell-snooze.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bell.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bold.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bolt-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bolt.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/book-open.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bookmark-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bookmark-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bookmark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/briefcase.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/bug-ant.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/building-library.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/building-office-2.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/building-office.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/building-storefront.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cake.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/calculator.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/calendar-date-range.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/calendar-days.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/calendar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/camera.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chart-bar-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chart-bar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chart-pie.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-bottom-center-text.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-bottom-center.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-left-ellipsis.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-left-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-oval-left-ellipsis.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chat-bubble-oval-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/check-badge.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/check-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/check.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-double-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-double-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-double-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-double-up.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-up-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/chevron-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/circle-stack.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clipboard-document-check.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clipboard-document-list.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clipboard-document.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clipboard.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/clock.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cloud-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cloud-arrow-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cloud.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/code-bracket-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/code-bracket.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cog-6-tooth.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cog-8-tooth.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cog.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/command-line.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/computer-desktop.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cpu-chip.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/credit-card.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cube-transparent.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cube.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-bangladeshi.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-dollar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-euro.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-pound.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-rupee.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/currency-yen.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cursor-arrow-rays.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/cursor-arrow-ripple.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/device-phone-mobile.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/device-tablet.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/divide.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-arrow-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-chart-bar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-check.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-bangladeshi.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-dollar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-euro.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-pound.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-rupee.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-currency-yen.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-duplicate.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-magnifying-glass.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document-text.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/document.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/ellipsis-horizontal-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/ellipsis-horizontal.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/ellipsis-vertical.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/envelope-open.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/envelope.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/equals.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/exclamation-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/exclamation-triangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/eye-dropper.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/eye-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/eye.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/face-frown.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/face-smile.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/film.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/finger-print.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/fire.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/flag.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder-minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder-open.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/folder.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/forward.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/funnel.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/gif.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/gift-top.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/gift.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/globe-alt.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/globe-americas.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/globe-asia-australia.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/globe-europe-africa.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/h1.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/h2.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/h3.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/hand-raised.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/hand-thumb-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/hand-thumb-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/hashtag.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/heart.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/home-modern.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/home.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/identification.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/inbox-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/inbox-stack.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/inbox.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/information-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/italic.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/key.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/language.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/lifebuoy.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/light-bulb.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/link-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/link.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/list-bullet.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/lock-closed.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/lock-open.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/magnifying-glass-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/magnifying-glass-minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/magnifying-glass-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/magnifying-glass.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/map-pin.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/map.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/megaphone.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/microphone.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/minus-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/minus-small.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/moon.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/musical-note.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/newspaper.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/no-symbol.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/numbered-list.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/paint-brush.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/paper-airplane.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/paper-clip.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/pause-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/pause.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/pencil-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/pencil.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/percent-badge.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/phone-arrow-down-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/phone-arrow-up-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/phone-x-mark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/phone.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/photo.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/play-circle.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/play-pause.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/play.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/plus-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/plus-small.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/power.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/presentation-chart-bar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/presentation-chart-line.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/printer.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/puzzle-piece.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/qr-code.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/question-mark-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/queue-list.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/radio.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/receipt-percent.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/receipt-refund.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/rectangle-group.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/rectangle-stack.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/rocket-launch.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/rss.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/scale.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/scissors.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/server-stack.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/server.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/share.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/shield-check.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/shield-exclamation.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/shopping-bag.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/shopping-cart.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/signal-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/signal.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/sparkles.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/speaker-wave.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/speaker-x-mark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/square-2-stack.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/square-3-stack-3d.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/squares-2x2.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/squares-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/star.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/stop-circle.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/stop.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/strikethrough.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/sun.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/swatch.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/table-cells.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/tag.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/ticket.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/trash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/trophy.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/truck.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/tv.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/underline.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user-group.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user-minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/user.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/users.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/variable.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/video-camera-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/video-camera.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/view-columns.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/viewfinder-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/wallet.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/wifi.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/window.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/wrench-screwdriver.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/wrench.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/x-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/x-mark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/academic-cap.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/adjustments-horizontal.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/adjustments-vertical.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/archive-box-arrow-down.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/archive-box-x-mark.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/archive-box.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-on-square-stack.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-on-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down-tray.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left-end-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left-start-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-long-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-long-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-long-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-long-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-path-rounded-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-path.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right-end-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right-start-on-rectangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-small-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-small-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-small-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-small-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-top-right-on-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-trending-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-trending-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-down-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-down-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-left-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-left-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-right-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-right-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-up-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-turn-up-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-on-square-stack.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-on-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up-tray.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-uturn-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-uturn-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-uturn-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrow-uturn-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrows-pointing-in.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrows-pointing-out.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrows-right-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/arrows-up-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/at-symbol.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/backspace.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/backward.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/banknotes.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-2.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-3-bottom-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-3-bottom-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-3-center-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-3.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-4.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bars-arrow-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/battery-0.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/battery-100.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/battery-50.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/beaker.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bell-alert.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bell-slash.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bell-snooze.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bell.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bold.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bolt-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bolt.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/book-open.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bookmark-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bookmark-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bookmark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/briefcase.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/bug-ant.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/building-library.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/building-office-2.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/building-office.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/building-storefront.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cake.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/calculator.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/calendar-date-range.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/calendar-days.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/calendar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/camera.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chart-bar-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chart-bar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chart-pie.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-bottom-center-text.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-bottom-center.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-left-ellipsis.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-left-right.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-oval-left-ellipsis.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chat-bubble-oval-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/check-badge.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/check-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/check.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-double-down.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-double-left.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-double-right.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-double-up.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-left.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-right.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-up-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/chevron-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/circle-stack.svg +6 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clipboard-document-check.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clipboard-document-list.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clipboard-document.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clipboard.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/clock.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cloud-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cloud-arrow-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cloud.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/code-bracket-square.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/code-bracket.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cog-6-tooth.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cog-8-tooth.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cog.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/command-line.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/computer-desktop.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cpu-chip.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/credit-card.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cube-transparent.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cube.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-bangladeshi.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-dollar.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-euro.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-pound.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-rupee.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/currency-yen.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cursor-arrow-rays.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/cursor-arrow-ripple.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/device-phone-mobile.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/device-tablet.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/divide.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-arrow-down.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-arrow-up.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-chart-bar.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-check.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-bangladeshi.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-dollar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-euro.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-pound.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-rupee.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-currency-yen.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-duplicate.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-magnifying-glass.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-minus.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-plus.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document-text.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/document.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/ellipsis-horizontal-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/ellipsis-horizontal.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/ellipsis-vertical.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/envelope-open.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/envelope.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/equals.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/exclamation-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/exclamation-triangle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/eye-dropper.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/eye-slash.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/eye.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/face-frown.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/face-smile.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/film.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/finger-print.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/fire.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/flag.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder-arrow-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder-minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder-open.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/folder.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/forward.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/funnel.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/gif.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/gift-top.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/gift.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/globe-alt.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/globe-americas.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/globe-asia-australia.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/globe-europe-africa.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/h1.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/h2.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/h3.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/hand-raised.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/hand-thumb-down.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/hand-thumb-up.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/hashtag.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/heart.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/home-modern.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/home.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/identification.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/inbox-arrow-down.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/inbox-stack.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/inbox.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/information-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/italic.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/key.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/language.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/lifebuoy.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/light-bulb.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/link-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/link.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/list-bullet.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/lock-closed.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/lock-open.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/magnifying-glass-circle.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/magnifying-glass-minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/magnifying-glass-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/magnifying-glass.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/map-pin.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/map.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/megaphone.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/microphone.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/minus-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/minus-small.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/moon.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/musical-note.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/newspaper.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/no-symbol.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/numbered-list.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/paint-brush.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/paper-airplane.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/paper-clip.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/pause-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/pause.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/pencil-square.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/pencil.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/percent-badge.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/phone-arrow-down-left.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/phone-arrow-up-right.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/phone-x-mark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/phone.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/photo.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/play-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/play-pause.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/play.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/plus-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/plus-small.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/power.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/presentation-chart-bar.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/presentation-chart-line.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/printer.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/puzzle-piece.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/qr-code.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/question-mark-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/queue-list.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/radio.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/receipt-percent.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/receipt-refund.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/rectangle-group.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/rectangle-stack.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/rocket-launch.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/rss.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/scale.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/scissors.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/server-stack.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/server.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/share.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/shield-check.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/shield-exclamation.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/shopping-bag.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/shopping-cart.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/signal-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/signal.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/sparkles.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/speaker-wave.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/speaker-x-mark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/square-2-stack.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/square-3-stack-3d.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/squares-2x2.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/squares-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/star.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/stop-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/stop.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/strikethrough.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/sun.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/swatch.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/table-cells.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/tag.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/ticket.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/trash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/trophy.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/truck.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/tv.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/underline.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user-group.svg +4 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user-minus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user-plus.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/user.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/users.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/variable.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/video-camera-slash.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/video-camera.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/view-columns.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/viewfinder-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/wallet.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/wifi.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/window.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/wrench-screwdriver.svg +5 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/wrench.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/x-circle.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/solid/x-mark.svg +3 -0
- data/lib/stimulus_plumbers/themes/tailwind/layout.rb +11 -1
- data/lib/stimulus_plumbers_tailwind/version.rb +1 -1
- metadata +653 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9538346c119b8c1b5ad69324b708e083393e2ff6c46bd777ff3b4f22833426f
|
|
4
|
+
data.tar.gz: ba2636473fbf2f74b3286a09efb10a4f68d5d431236ff70a8f1bd12654feac37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70224de388f2e9236cdb877212d5aa81d2a386efc98060bfc0bad2c78be686768a6d54eb5647c9a2cb06cc5218bcaa700161dd43b53356e85b99f1d76c3b30d8
|
|
7
|
+
data.tar.gz: 72d13eb1f2f751a7240a8af5d4faa47757f75157ab6806a0dd12245fe53f0f5f907d51d8b10508db0a592d7bb84772214c6483655c1e68a2529ead3b4b135f20
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
---
|
|
6
|
+
## [0.3.3](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.3.2..stimulus-plumbers-tailwind/v0.3.3) - 2026-05-26
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- both stimulus/turbo calendar will render aria-current=date on today date. tailwind theme will apply today css style via aria attribute ([#77](https://github.com/ryancyq/stimulus-plumbers/issues/77)) - ([29da3cd](https://github.com/ryancyq/stimulus-plumbers/commit/29da3cdf81a069fb4fdfbee3a6d4ac57c9ed9a16)) - Ryan Chang
|
|
11
|
+
- rename conflicts with stimulus value/target/class result in ambiguous definitions ([#81](https://github.com/ryancyq/stimulus-plumbers/issues/81)) - ([60d47a7](https://github.com/ryancyq/stimulus-plumbers/commit/60d47a7a907878b45a10f07e82bf647b815b47f0)) - Ryan Chang
|
|
12
|
+
- rename autocomplete to typeahead for accurate naming ([#83](https://github.com/ryancyq/stimulus-plumbers/issues/83)) - ([ff5ff26](https://github.com/ryancyq/stimulus-plumbers/commit/ff5ff26143aba80c85b3e638e060c294c92dcc31)) - Ryan Chang
|
|
13
|
+
- update version bump script to ruby - ([854935c](https://github.com/ryancyq/stimulus-plumbers/commit/854935c16b840ef9a7fdeac245c25016cdc66053)) - Ryan Chang
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
- button with icons ([#82](https://github.com/ryancyq/stimulus-plumbers/issues/82)) - ([7ae5267](https://github.com/ryancyq/stimulus-plumbers/commit/7ae52675a6983b42f574f9919495686b6802a121)) - Ryan Chang
|
|
18
|
+
- button variant ([#84](https://github.com/ryancyq/stimulus-plumbers/issues/84)) - ([07b7f9c](https://github.com/ryancyq/stimulus-plumbers/commit/07b7f9c8beebe0be31817809476ab9715926e1ee)) - Ryan Chang
|
|
19
|
+
- allow theme schema validation to support other validator like method/boolean instead of just array ([#86](https://github.com/ryancyq/stimulus-plumbers/issues/86)) - ([0eeb485](https://github.com/ryancyq/stimulus-plumbers/commit/0eeb48533e0a7ce20d9031fd782f854ae52d6a64)) - Ryan Chang
|
|
20
|
+
- svg icon rendering ([#85](https://github.com/ryancyq/stimulus-plumbers/issues/85)) - ([7405c67](https://github.com/ryancyq/stimulus-plumbers/commit/7405c670b618f6f7e723c852ac633ca2655eda68)) - Ryan Chang
|
|
21
|
+
- combobox theme ([#87](https://github.com/ryancyq/stimulus-plumbers/issues/87)) - ([5220185](https://github.com/ryancyq/stimulus-plumbers/commit/522018500956d271da0a6dde44d6c335e2a0c649)) - Ryan Chang
|
|
22
|
+
|
|
5
23
|
---
|
|
6
24
|
## [0.3.2](https://github.com/ryancyq/stimulus-plumbers/compare/stimulus-plumbers-tailwind/v0.3.1..stimulus-plumbers-tailwind/v0.3.2) - 2026-05-20
|
|
7
25
|
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
stimulus_plumbers_tailwind may redistribute assets from the following projects:
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
https://github.com/tailwindlabs/tailwindcss
|
|
6
|
+
|
|
7
|
+
The license for that software can be found at https://github.com/tailwindlabs/tailwindcss/blob/main/LICENSE which is reproduced here for your convenience:
|
|
8
|
+
|
|
9
|
+
MIT License
|
|
10
|
+
|
|
11
|
+
Copyright (c) Tailwind Labs, Inc.
|
|
12
|
+
|
|
13
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15
|
+
in the Software without restriction, including without limitation the rights
|
|
16
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
18
|
+
furnished to do so, subject to the following conditions:
|
|
19
|
+
|
|
20
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21
|
+
copies or substantial portions of the Software.
|
|
22
|
+
|
|
23
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
24
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
26
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29
|
+
SOFTWARE.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
https://github.com/tailwindlabs/heroicons
|
|
34
|
+
|
|
35
|
+
The license for that software can be found at https://github.com/tailwindlabs/heroicons/blob/master/LICENSE which is reproduced here for your convenience:
|
|
36
|
+
|
|
37
|
+
MIT License
|
|
38
|
+
|
|
39
|
+
Copyright (c) Tailwind Labs, Inc.
|
|
40
|
+
|
|
41
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
42
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
43
|
+
in the Software without restriction, including without limitation the rights
|
|
44
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
45
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
46
|
+
furnished to do so, subject to the following conditions:
|
|
47
|
+
|
|
48
|
+
The above copyright notice and this permission notice shall be included in all
|
|
49
|
+
copies or substantial portions of the Software.
|
|
50
|
+
|
|
51
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
52
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
53
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
54
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
55
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
56
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
57
|
+
SOFTWARE.
|
data/README.md
CHANGED
|
@@ -51,12 +51,33 @@ Use `bundle show stimulus_plumbers_tailwind` to get the exact installed path.
|
|
|
51
51
|
| `Tailwind::Button` | Button |
|
|
52
52
|
| `Tailwind::Calendar` | Calendar grid, date picker |
|
|
53
53
|
| `Tailwind::Card` | Card |
|
|
54
|
-
| `Tailwind::Combobox` | Combobox (date, time, dropdown,
|
|
54
|
+
| `Tailwind::Combobox` | Combobox (date, time, dropdown, typeahead) |
|
|
55
55
|
| `Tailwind::Form` | Form fields, labels, errors |
|
|
56
|
+
| `Tailwind::Icon` | Icon (SVG rendering, icon registry) |
|
|
56
57
|
| `Tailwind::Layout` | Layout primitives |
|
|
57
58
|
|
|
58
59
|
Custom themes can subclass `TailwindTheme` to override individual methods, or subclass `StimulusPlumbers::Themes::Base` directly.
|
|
59
60
|
|
|
61
|
+
## Icons
|
|
62
|
+
|
|
63
|
+
The theme bundles the [Heroicons](https://heroicons.com/) 2.x set. Pass a kebab-case icon name to `sp_icon` or any component accepting `icon_leading:` / `icon_trailing:`. Append `/solid` for the filled variant:
|
|
64
|
+
|
|
65
|
+
```erb
|
|
66
|
+
<%= sp_icon "arrow-left" %>
|
|
67
|
+
<%= sp_icon "arrow-left/solid" %>
|
|
68
|
+
<%= sp_button "Next", icon_trailing: "arrow-right" %>
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Icons render as inline `<svg>` with `size-6` by default. Override with `class:`:
|
|
72
|
+
|
|
73
|
+
```erb
|
|
74
|
+
<%= sp_icon "arrow-left", class: "size-4 text-gray-500" %>
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
**Built-in aliases:** `"close"` → `"x-mark"`, `"calendar"` → `"calendar-days"`.
|
|
78
|
+
|
|
79
|
+
**Optional `heroicons` gem:** add `gem "heroicons"` to your `Gemfile` to load icons from the gem instead of the bundled files. The theme detects it automatically.
|
|
80
|
+
|
|
60
81
|
## Development
|
|
61
82
|
|
|
62
83
|
```bash
|
|
@@ -8,7 +8,7 @@ module StimulusPlumbers
|
|
|
8
8
|
LIST_ITEM_BASE = %w[
|
|
9
9
|
flex items-center gap-(--sp-space-2) w-full
|
|
10
10
|
px-(--sp-space-2) py-(--sp-space-1)
|
|
11
|
-
rounded-(--sp-radius-sm) text-(
|
|
11
|
+
rounded-(--sp-radius-sm) text-(length:--sp-text-sm)
|
|
12
12
|
cursor-pointer select-none outline-none
|
|
13
13
|
hover:bg-(--sp-color-muted) focus:bg-(--sp-color-muted) focus:text-(--sp-color-fg)
|
|
14
14
|
].freeze
|
|
@@ -22,7 +22,7 @@ module StimulusPlumbers
|
|
|
22
22
|
SIZES = {
|
|
23
23
|
sm: "size-(--sp-icon-size)",
|
|
24
24
|
md: "size-(--sp-avatar-size)",
|
|
25
|
-
lg: "size-
|
|
25
|
+
lg: "size-(--sp-avatar-size-lg)"
|
|
26
26
|
}.freeze
|
|
27
27
|
|
|
28
28
|
BASE = %w[rounded-(--sp-radius-full) overflow-hidden inline-flex items-center justify-center].freeze
|
|
@@ -28,13 +28,25 @@ module StimulusPlumbers
|
|
|
28
28
|
hover:bg-(--sp-color-destructive)/90
|
|
29
29
|
].freeze,
|
|
30
30
|
ghost: %w[hover:bg-(--sp-color-muted) text-(--sp-color-fg)].freeze,
|
|
31
|
-
link: %w[text-(--sp-color-primary) underline-offset-4 hover:underline].freeze
|
|
31
|
+
link: %w[text-(--sp-color-primary) underline-offset-4 hover:underline].freeze,
|
|
32
|
+
fab: %w[
|
|
33
|
+
rounded-full shadow-lg
|
|
34
|
+
bg-(--sp-color-primary) text-(--sp-color-primary-fg)
|
|
35
|
+
hover:bg-(--sp-color-primary)/90 hover:shadow-xl
|
|
36
|
+
].freeze,
|
|
37
|
+
dashed: %w[
|
|
38
|
+
border border-dashed border-(--sp-color-border)
|
|
39
|
+
bg-transparent text-(--sp-color-fg)
|
|
40
|
+
hover:bg-(--sp-color-muted)
|
|
41
|
+
].freeze
|
|
32
42
|
}.freeze
|
|
33
43
|
|
|
34
44
|
SIZES = {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
45
|
+
xs: %w[h-7 px-(--sp-space-2) text-(length:--sp-text-xs)].freeze,
|
|
46
|
+
sm: %w[h-8 px-(--sp-space-3) text-(length:--sp-text-sm)].freeze,
|
|
47
|
+
md: %w[h-9 px-(--sp-space-4) text-(length:--sp-text-base)].freeze,
|
|
48
|
+
lg: %w[h-11 px-(--sp-space-6) text-(length:--sp-text-lg)].freeze,
|
|
49
|
+
xl: %w[h-14 px-(--sp-space-6) text-(length:--sp-text-lg)].freeze
|
|
38
50
|
}.freeze
|
|
39
51
|
|
|
40
52
|
FLEX_ALIGN = {
|
|
@@ -55,7 +67,7 @@ module StimulusPlumbers
|
|
|
55
67
|
}.freeze
|
|
56
68
|
|
|
57
69
|
BASE = %w[
|
|
58
|
-
inline-flex items-center justify-center gap-2 font-medium
|
|
70
|
+
inline-flex items-center justify-center gap-(--sp-space-2) font-medium
|
|
59
71
|
rounded-(--sp-radius-md) transition-colors
|
|
60
72
|
focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2
|
|
61
73
|
disabled:pointer-events-none disabled:opacity-50
|
|
@@ -83,6 +95,10 @@ module StimulusPlumbers
|
|
|
83
95
|
)
|
|
84
96
|
}
|
|
85
97
|
end
|
|
98
|
+
|
|
99
|
+
def button_icon_classes
|
|
100
|
+
{ classes: klasses("size-(--sp-control-size)", "stroke-current") }
|
|
101
|
+
end
|
|
86
102
|
end
|
|
87
103
|
end
|
|
88
104
|
end
|
|
@@ -7,25 +7,23 @@ module StimulusPlumbers
|
|
|
7
7
|
GRID = %w[w-full].freeze
|
|
8
8
|
|
|
9
9
|
DAYS_OF_WEEK = %w[
|
|
10
|
-
grid grid-cols-7 text-center text-(
|
|
11
|
-
font-medium text-(--sp-color-muted-fg) mb-1
|
|
10
|
+
grid grid-cols-7 text-center text-(length:--sp-text-xs)
|
|
11
|
+
font-medium text-(--sp-color-muted-fg) mb-(--sp-space-1)
|
|
12
12
|
].freeze
|
|
13
13
|
|
|
14
14
|
DAYS_OF_MONTH = %w[grid grid-cols-7 justify-items-center].freeze
|
|
15
15
|
|
|
16
16
|
DAY = %w[
|
|
17
17
|
size-(--sp-calendar-day-size) rounded-(--sp-radius-md)
|
|
18
|
-
flex items-center justify-center text-(
|
|
18
|
+
flex items-center justify-center text-(length:--sp-text-sm)
|
|
19
19
|
hover:bg-(--sp-color-muted) cursor-pointer
|
|
20
|
+
aria-[current=date]:font-bold
|
|
21
|
+
aria-selected:bg-(--sp-color-primary)
|
|
22
|
+
aria-selected:text-(--sp-color-primary-fg)
|
|
23
|
+
aria-selected:hover:bg-(--sp-color-primary)/90
|
|
20
24
|
].freeze
|
|
21
25
|
|
|
22
|
-
|
|
23
|
-
bg-(--sp-color-primary)
|
|
24
|
-
text-(--sp-color-primary-fg)
|
|
25
|
-
hover:bg-(--sp-color-primary)/90
|
|
26
|
-
].freeze
|
|
27
|
-
|
|
28
|
-
NAV = %w[flex items-center justify-between gap-1 mb-2].freeze
|
|
26
|
+
NAV = %w[flex items-center justify-between gap-(--sp-space-1) mb-(--sp-space-2)].freeze
|
|
29
27
|
|
|
30
28
|
NAV_BTN = %w[
|
|
31
29
|
inline-flex items-center justify-center
|
|
@@ -36,8 +34,6 @@ module StimulusPlumbers
|
|
|
36
34
|
disabled:pointer-events-none disabled:opacity-50
|
|
37
35
|
].freeze
|
|
38
36
|
|
|
39
|
-
NAV_ICON = %w[size-4 stroke-current].freeze
|
|
40
|
-
|
|
41
37
|
private
|
|
42
38
|
|
|
43
39
|
def calendar_classes
|
|
@@ -56,13 +52,11 @@ module StimulusPlumbers
|
|
|
56
52
|
{ classes: klasses(*DAYS_OF_MONTH) }
|
|
57
53
|
end
|
|
58
54
|
|
|
59
|
-
def calendar_day_classes(
|
|
55
|
+
def calendar_day_classes(outside: false)
|
|
60
56
|
{
|
|
61
57
|
classes: klasses(
|
|
62
58
|
*DAY,
|
|
63
|
-
*(
|
|
64
|
-
*(selected ? DAY_SELECTED : []),
|
|
65
|
-
*(outside ? %w[text-(--sp-color-muted-fg) opacity-50] : [])
|
|
59
|
+
*(outside ? %w[text-(--sp-color-muted-fg) opacity-50] : [])
|
|
66
60
|
)
|
|
67
61
|
}
|
|
68
62
|
end
|
|
@@ -74,10 +68,6 @@ module StimulusPlumbers
|
|
|
74
68
|
def calendar_navigation_navigator_classes
|
|
75
69
|
{ classes: klasses(*NAV_BTN) }
|
|
76
70
|
end
|
|
77
|
-
|
|
78
|
-
def calendar_navigation_navigator_icon_classes
|
|
79
|
-
{ classes: klasses(*NAV_ICON) }
|
|
80
|
-
end
|
|
81
71
|
end
|
|
82
72
|
end
|
|
83
73
|
end
|
|
@@ -7,8 +7,26 @@ module StimulusPlumbers
|
|
|
7
7
|
TRIGGER = %w[
|
|
8
8
|
w-full rounded-(--sp-radius-md) border border-(--sp-color-muted-fg)
|
|
9
9
|
px-(--sp-space-3) py-(--sp-space-2)
|
|
10
|
-
text-(
|
|
10
|
+
text-(length:--sp-text-sm) text-(--sp-color-fg) bg-(--sp-color-bg)
|
|
11
11
|
focus:outline-none focus:ring-2 focus:ring-(--sp-focus-ring-color)
|
|
12
|
+
[.sp-form-combobox_&]:border-0 [.sp-form-combobox_&]:rounded-none
|
|
13
|
+
[.sp-form-combobox_&]:px-0 [.sp-form-combobox_&]:py-0
|
|
14
|
+
[.sp-form-combobox_&]:bg-transparent [.sp-form-combobox_&]:shadow-none
|
|
15
|
+
[.sp-form-combobox_&]:focus:ring-0
|
|
16
|
+
[.sp-combobox-group_&]:border-0 [.sp-combobox-group_&]:rounded-none
|
|
17
|
+
[.sp-combobox-group_&]:px-0 [.sp-combobox-group_&]:py-0
|
|
18
|
+
[.sp-combobox-group_&]:bg-transparent [.sp-combobox-group_&]:shadow-none
|
|
19
|
+
[.sp-combobox-group_&]:focus:ring-0
|
|
20
|
+
].freeze
|
|
21
|
+
|
|
22
|
+
TRIGGER_GROUP = %w[
|
|
23
|
+
flex items-center gap-(--sp-space-2) overflow-hidden
|
|
24
|
+
rounded-(--sp-radius-md) border border-(--sp-color-muted-fg) bg-(--sp-color-bg)
|
|
25
|
+
px-(--sp-space-3) py-(--sp-space-2)
|
|
26
|
+
focus-within:outline-none focus-within:ring-2 focus-within:ring-(--sp-focus-ring-color)
|
|
27
|
+
sp-combobox-group
|
|
28
|
+
[.sp-form-combobox_&]:border-0 [.sp-form-combobox_&]:rounded-none
|
|
29
|
+
[.sp-form-combobox_&]:focus-within:ring-0
|
|
12
30
|
].freeze
|
|
13
31
|
|
|
14
32
|
LISTBOX = %w[
|
|
@@ -18,7 +36,7 @@ module StimulusPlumbers
|
|
|
18
36
|
OPTION_BASE = %w[
|
|
19
37
|
flex items-center gap-(--sp-space-2) w-full
|
|
20
38
|
px-(--sp-space-2) py-(--sp-space-1)
|
|
21
|
-
rounded-(--sp-radius-sm) text-(
|
|
39
|
+
rounded-(--sp-radius-sm) text-(length:--sp-text-sm)
|
|
22
40
|
cursor-pointer select-none outline-none
|
|
23
41
|
hover:bg-(--sp-color-muted) focus:bg-(--sp-color-muted)
|
|
24
42
|
].freeze
|
|
@@ -33,14 +51,14 @@ module StimulusPlumbers
|
|
|
33
51
|
|
|
34
52
|
OPTION_GROUP = %w[py-(--sp-space-1)].freeze
|
|
35
53
|
|
|
36
|
-
|
|
54
|
+
TYPEAHEAD_LOADING = %w[
|
|
37
55
|
flex items-center justify-center
|
|
38
|
-
py-(--sp-space-2) text-(
|
|
56
|
+
py-(--sp-space-2) text-(length:--sp-text-sm) text-(--sp-color-muted-fg)
|
|
39
57
|
].freeze
|
|
40
58
|
|
|
41
|
-
|
|
59
|
+
TYPEAHEAD_EMPTY = %w[
|
|
42
60
|
flex items-center justify-center
|
|
43
|
-
py-(--sp-space-2) text-(
|
|
61
|
+
py-(--sp-space-2) text-(length:--sp-text-sm) text-(--sp-color-muted-fg)
|
|
44
62
|
].freeze
|
|
45
63
|
|
|
46
64
|
TIME = %w[flex gap-(--sp-space-2) overflow-hidden].freeze
|
|
@@ -51,6 +69,10 @@ module StimulusPlumbers
|
|
|
51
69
|
{ classes: klasses(*TRIGGER) }
|
|
52
70
|
end
|
|
53
71
|
|
|
72
|
+
def combobox_trigger_group_classes
|
|
73
|
+
{ classes: klasses(*TRIGGER_GROUP) }
|
|
74
|
+
end
|
|
75
|
+
|
|
54
76
|
def combobox_listbox_classes
|
|
55
77
|
{ classes: klasses(*LISTBOX) }
|
|
56
78
|
end
|
|
@@ -69,12 +91,12 @@ module StimulusPlumbers
|
|
|
69
91
|
{ classes: klasses(*OPTION_GROUP) }
|
|
70
92
|
end
|
|
71
93
|
|
|
72
|
-
def
|
|
73
|
-
{ classes: klasses(*
|
|
94
|
+
def combobox_typeahead_loading_classes
|
|
95
|
+
{ classes: klasses(*TYPEAHEAD_LOADING) }
|
|
74
96
|
end
|
|
75
97
|
|
|
76
|
-
def
|
|
77
|
-
{ classes: klasses(*
|
|
98
|
+
def combobox_typeahead_empty_classes
|
|
99
|
+
{ classes: klasses(*TYPEAHEAD_EMPTY) }
|
|
78
100
|
end
|
|
79
101
|
|
|
80
102
|
def combobox_time_classes
|
|
@@ -5,32 +5,37 @@ module StimulusPlumbers
|
|
|
5
5
|
module Tailwind
|
|
6
6
|
module Form
|
|
7
7
|
INPUT_BASE = %w[
|
|
8
|
-
w-full rounded-md border px-3 py-2 text-
|
|
9
|
-
bg-
|
|
8
|
+
w-full rounded-(--sp-radius-md) border px-(--sp-space-3) py-(--sp-space-2) text-(length:--sp-text-sm)
|
|
9
|
+
text-(--sp-color-fg) bg-(--sp-color-bg) focus:outline-none focus:ring-2 focus:ring-offset-0
|
|
10
|
+
[.sp-form-input-group_&]:border-0 [.sp-form-input-group_&]:rounded-none
|
|
11
|
+
[.sp-form-input-group_&]:bg-transparent [.sp-form-input-group_&]:shadow-none
|
|
12
|
+
[.sp-form-input-group_&]:focus:ring-0
|
|
10
13
|
].freeze
|
|
11
|
-
INPUT_ERROR = %w[border-
|
|
12
|
-
INPUT_DEFAULT = %w[border-
|
|
14
|
+
INPUT_ERROR = %w[border-(--sp-color-error) focus:ring-(--sp-color-error)].freeze
|
|
15
|
+
INPUT_DEFAULT = %w[border-(--sp-color-muted-fg) focus:ring-(--sp-focus-ring-color)].freeze
|
|
13
16
|
|
|
14
|
-
GROUP_BASE = %w[flex gap-1 mb-3].freeze
|
|
17
|
+
GROUP_BASE = %w[flex gap-(--sp-space-1) mb-(--sp-space-3)].freeze
|
|
15
18
|
GROUP_INLINE = %w[flex-row items-center].freeze
|
|
16
19
|
|
|
17
|
-
LABEL = %w[text-sm font-medium text-
|
|
18
|
-
REQUIRED_MARK = %w[text-
|
|
19
|
-
DETAILS = %w[text-xs text-
|
|
20
|
-
ERROR_TEXT = %w[text-xs text-
|
|
21
|
-
CHECKBOX = %w[size-
|
|
22
|
-
RADIO = %w[size-
|
|
20
|
+
LABEL = %w[text-(length:--sp-text-sm) font-medium text-(--sp-color-fg)].freeze
|
|
21
|
+
REQUIRED_MARK = %w[text-(--sp-color-error) ml-(--sp-space-0-5)].freeze
|
|
22
|
+
DETAILS = %w[text-(length:--sp-text-xs) text-(--sp-color-muted-fg)].freeze
|
|
23
|
+
ERROR_TEXT = %w[text-(length:--sp-text-xs) text-(--sp-color-error)].freeze
|
|
24
|
+
CHECKBOX = %w[size-(--sp-control-size) rounded border-(--sp-color-muted-fg) text-(--sp-color-primary)].freeze
|
|
25
|
+
RADIO = %w[size-(--sp-control-size) border-(--sp-color-muted-fg) text-(--sp-color-primary)].freeze
|
|
23
26
|
|
|
24
|
-
INPUT_GROUP_BASE = %w[flex items-center overflow-hidden rounded-md border].freeze
|
|
25
|
-
INPUT_GROUP_BORDER = { error: "border-
|
|
27
|
+
INPUT_GROUP_BASE = %w[flex items-center overflow-hidden rounded-(--sp-radius-md) border].freeze
|
|
28
|
+
INPUT_GROUP_BORDER = { error: "border-(--sp-color-error)", default: "border-(--sp-color-muted-fg)" }.freeze
|
|
26
29
|
|
|
27
30
|
BUTTON_REVEAL = %w[
|
|
28
|
-
self-stretch border-0 bg-transparent px-3 cursor-pointer text-
|
|
31
|
+
self-stretch border-0 bg-transparent px-(--sp-space-3) cursor-pointer text-(--sp-color-muted-fg)
|
|
32
|
+
hover:text-(--sp-color-fg) text-(length:--sp-text-sm)
|
|
29
33
|
].freeze
|
|
30
34
|
BUTTON_CLEAR = %w[
|
|
31
|
-
self-stretch border-0 bg-transparent px-2 cursor-pointer text-
|
|
35
|
+
self-stretch border-0 bg-transparent px-(--sp-space-2) cursor-pointer text-(--sp-color-muted-fg)
|
|
36
|
+
hover:text-(--sp-color-fg) text-(length:--sp-text-sm)
|
|
32
37
|
].freeze
|
|
33
|
-
SUBMIT_LINK = %w[cursor-pointer text-sm font-medium text-
|
|
38
|
+
SUBMIT_LINK = %w[cursor-pointer text-(length:--sp-text-sm) font-medium text-(--sp-color-fg) hover:underline].freeze
|
|
34
39
|
|
|
35
40
|
private
|
|
36
41
|
|
|
@@ -78,20 +83,20 @@ module StimulusPlumbers
|
|
|
78
83
|
{ classes: klasses(*RADIO) }
|
|
79
84
|
end
|
|
80
85
|
|
|
81
|
-
def
|
|
86
|
+
def input_group_classes(error: false)
|
|
82
87
|
{ classes: klasses(*INPUT_GROUP_BASE, INPUT_GROUP_BORDER[error ? :error : :default]) }
|
|
83
88
|
end
|
|
84
89
|
|
|
85
90
|
def form_combobox_classes(error: false)
|
|
86
|
-
|
|
91
|
+
{ classes: klasses(*INPUT_BASE, *(error ? INPUT_ERROR : INPUT_DEFAULT), "sp-form-combobox") }
|
|
87
92
|
end
|
|
88
93
|
|
|
89
94
|
def form_input_reveal_classes(**)
|
|
90
|
-
{ classes: "" }
|
|
95
|
+
{ classes: "sp-form-input-group" }
|
|
91
96
|
end
|
|
92
97
|
|
|
93
|
-
def
|
|
94
|
-
{ classes: "" }
|
|
98
|
+
def form_input_clearable_classes
|
|
99
|
+
{ classes: "sp-form-input-group" }
|
|
95
100
|
end
|
|
96
101
|
|
|
97
102
|
def form_button_reveal_classes
|
|
@@ -1,14 +1,23 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
require_relative "icons/heroicon"
|
|
4
|
+
require_relative "icons/custom"
|
|
5
|
+
require "stimulus_plumbers/themes/icons/registry"
|
|
6
|
+
|
|
3
7
|
module StimulusPlumbers
|
|
4
8
|
module Themes
|
|
5
9
|
module Tailwind
|
|
6
10
|
module Icon
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
"
|
|
11
|
+
ALIASES = {
|
|
12
|
+
"close" => "x-mark",
|
|
13
|
+
"calendar" => "calendar-days"
|
|
10
14
|
}.freeze
|
|
11
15
|
|
|
16
|
+
ICONS = StimulusPlumbers::Themes::Icons::Registry.new(
|
|
17
|
+
sources: [Icons::Custom, Icons::Heroicon],
|
|
18
|
+
aliases: ALIASES
|
|
19
|
+
)
|
|
20
|
+
|
|
12
21
|
def icons
|
|
13
22
|
ICONS
|
|
14
23
|
end
|
|
@@ -16,7 +25,7 @@ module StimulusPlumbers
|
|
|
16
25
|
private
|
|
17
26
|
|
|
18
27
|
def icon_classes
|
|
19
|
-
{ classes: "" }
|
|
28
|
+
{ classes: "size-(--sp-icon-default)" }
|
|
20
29
|
end
|
|
21
30
|
end
|
|
22
31
|
end
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require "stimulus_plumbers/themes/icons/external"
|
|
4
|
+
|
|
5
|
+
module StimulusPlumbers
|
|
6
|
+
module Themes
|
|
7
|
+
module Tailwind
|
|
8
|
+
module Icons
|
|
9
|
+
module Custom
|
|
10
|
+
include StimulusPlumbers::Themes::Icons::External
|
|
11
|
+
extend self
|
|
12
|
+
|
|
13
|
+
private
|
|
14
|
+
|
|
15
|
+
def svg_dir
|
|
16
|
+
@svg_dir ||= File.expand_path("customs", __dir__)
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
def svg_path(key)
|
|
20
|
+
File.join(svg_dir, "#{key}.svg")
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 101" fill="none" stroke="none">
|
|
2
|
+
<path fill="currentColor" opacity="0.25" d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"/>
|
|
3
|
+
<path fill="currentColor" d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require "stimulus_plumbers/themes/icons/external"
|
|
4
|
+
|
|
5
|
+
module StimulusPlumbers
|
|
6
|
+
module Themes
|
|
7
|
+
module Tailwind
|
|
8
|
+
module Icons
|
|
9
|
+
module Heroicon
|
|
10
|
+
include StimulusPlumbers::Themes::Icons::External
|
|
11
|
+
extend self
|
|
12
|
+
|
|
13
|
+
private
|
|
14
|
+
|
|
15
|
+
def svg_dir
|
|
16
|
+
@svg_dir ||= begin
|
|
17
|
+
require "heroicons"
|
|
18
|
+
File.join(Heroicons.root, "app/assets/images/heroicons")
|
|
19
|
+
rescue LoadError
|
|
20
|
+
File.expand_path("heroicons", __dir__)
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
def svg_defaults(key)
|
|
25
|
+
key.end_with?("/solid") ? { fill: "currentColor", stroke: "none" } : {}
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
def svg_path(key)
|
|
29
|
+
variant = key.end_with?("/solid") ? "solid" : "outline"
|
|
30
|
+
File.join(svg_dir, variant, "#{key.delete_suffix("/solid")}.svg")
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M6 13.5V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m12-3V3.75m0 9.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 3.75V16.5m-6-9V3.75m0 3.75a1.5 1.5 0 0 1 0 3m0-3a1.5 1.5 0 0 0 0 3m0 9.75V10.5"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m8.25 3v6.75m0 0-3-3m3 3 3-3M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5m6 4.125 2.25 2.25m0 0 2.25 2.25M12 13.875l2.25-2.25M12 13.875l-2.25 2.25M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="m20.25 7.5-.625 10.632a2.25 2.25 0 0 1-2.247 2.118H6.622a2.25 2.25 0 0 1-2.247-2.118L3.75 7.5M10 11.25h4M3.375 7.5h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="m9 12.75 3 3m0 0 3-3m-3 3v-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/>
|
|
3
|
+
</svg>
|
data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-down-on-square-stack.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M7.5 7.5h-.75A2.25 2.25 0 0 0 4.5 9.75v7.5a2.25 2.25 0 0 0 2.25 2.25h7.5a2.25 2.25 0 0 0 2.25-2.25v-7.5a2.25 2.25 0 0 0-2.25-2.25h-.75m-6 3.75 3 3m0 0 3-3m-3 3V1.5m6 9h.75a2.25 2.25 0 0 1 2.25 2.25v7.5a2.25 2.25 0 0 1-2.25 2.25h-7.5a2.25 2.25 0 0 1-2.25-2.25v-.75"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 0 0-2.25 2.25v9a2.25 2.25 0 0 0 2.25 2.25h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25H15M9 12l3 3m0 0 3-3m-3 3V2.25"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/>
|
|
3
|
+
</svg>
|
data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-end-on-rectangle.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"/>
|
|
3
|
+
</svg>
|
data/lib/stimulus_plumbers/themes/tailwind/icons/heroicons/outline/arrow-left-on-rectangle.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75"/>
|
|
3
|
+
</svg>
|