railsui 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1423) hide show
  1. checksums.yaml +7 -0
  2. data/.nvmrc +1 -0
  3. data/.standard.yml +3 -0
  4. data/CHANGELOG.md +9 -0
  5. data/Gemfile +13 -0
  6. data/Gemfile.lock +254 -0
  7. data/LICENSE.md +122 -0
  8. data/Procfile.dev +1 -0
  9. data/README.md +165 -0
  10. data/Rakefile +14 -0
  11. data/app/assets/builds/railsui/application.css +742 -0
  12. data/app/assets/builds/railsui/application.js +60430 -0
  13. data/app/assets/builds/railsui/application.js.map +7 -0
  14. data/app/assets/config/railsui_manifest.js +4 -0
  15. data/app/assets/images/animated-logo.svg +1 -0
  16. data/app/assets/images/arrow-left.svg +1 -0
  17. data/app/assets/images/arrow-right.svg +1 -0
  18. data/app/assets/images/blur.png +0 -0
  19. data/app/assets/images/book.svg +1 -0
  20. data/app/assets/images/bootstrap.svg +3 -0
  21. data/app/assets/images/bulma.svg +3 -0
  22. data/app/assets/images/check.svg +1 -0
  23. data/app/assets/images/chevron-down.svg +1 -0
  24. data/app/assets/images/chevron-left.svg +1 -0
  25. data/app/assets/images/chevron-right.svg +1 -0
  26. data/app/assets/images/clipboard.svg +1 -0
  27. data/app/assets/images/code.svg +1 -0
  28. data/app/assets/images/cog.svg +1 -0
  29. data/app/assets/images/components.svg +1 -0
  30. data/app/assets/images/content.svg +1 -0
  31. data/app/assets/images/copy.svg +1 -0
  32. data/app/assets/images/dark-mode.svg +1 -0
  33. data/app/assets/images/eye-close.svg +1 -0
  34. data/app/assets/images/eye-open.svg +1 -0
  35. data/app/assets/images/favicon.svg +4 -0
  36. data/app/assets/images/forms.svg +1 -0
  37. data/app/assets/images/github.svg +1 -0
  38. data/app/assets/images/hashtag.svg +1 -0
  39. data/app/assets/images/icons/outline/academic-cap.svg +3 -0
  40. data/app/assets/images/icons/outline/adjustments-horizontal.svg +3 -0
  41. data/app/assets/images/icons/outline/adjustments-vertical.svg +3 -0
  42. data/app/assets/images/icons/outline/archive-box-arrow-down.svg +3 -0
  43. data/app/assets/images/icons/outline/archive-box-x-mark.svg +3 -0
  44. data/app/assets/images/icons/outline/archive-box.svg +3 -0
  45. data/app/assets/images/icons/outline/arrow-down-circle.svg +3 -0
  46. data/app/assets/images/icons/outline/arrow-down-left.svg +3 -0
  47. data/app/assets/images/icons/outline/arrow-down-on-square-stack.svg +3 -0
  48. data/app/assets/images/icons/outline/arrow-down-on-square.svg +3 -0
  49. data/app/assets/images/icons/outline/arrow-down-right.svg +3 -0
  50. data/app/assets/images/icons/outline/arrow-down-tray.svg +3 -0
  51. data/app/assets/images/icons/outline/arrow-down.svg +3 -0
  52. data/app/assets/images/icons/outline/arrow-left-circle.svg +3 -0
  53. data/app/assets/images/icons/outline/arrow-left-on-rectangle.svg +3 -0
  54. data/app/assets/images/icons/outline/arrow-left.svg +3 -0
  55. data/app/assets/images/icons/outline/arrow-long-down.svg +3 -0
  56. data/app/assets/images/icons/outline/arrow-long-left.svg +3 -0
  57. data/app/assets/images/icons/outline/arrow-long-right.svg +3 -0
  58. data/app/assets/images/icons/outline/arrow-long-up.svg +3 -0
  59. data/app/assets/images/icons/outline/arrow-path-rounded-square.svg +3 -0
  60. data/app/assets/images/icons/outline/arrow-path.svg +3 -0
  61. data/app/assets/images/icons/outline/arrow-right-circle.svg +3 -0
  62. data/app/assets/images/icons/outline/arrow-right-on-rectangle.svg +3 -0
  63. data/app/assets/images/icons/outline/arrow-right.svg +3 -0
  64. data/app/assets/images/icons/outline/arrow-small-down.svg +3 -0
  65. data/app/assets/images/icons/outline/arrow-small-left.svg +3 -0
  66. data/app/assets/images/icons/outline/arrow-small-right.svg +3 -0
  67. data/app/assets/images/icons/outline/arrow-small-up.svg +3 -0
  68. data/app/assets/images/icons/outline/arrow-top-right-on-square.svg +3 -0
  69. data/app/assets/images/icons/outline/arrow-trending-down.svg +3 -0
  70. data/app/assets/images/icons/outline/arrow-trending-up.svg +3 -0
  71. data/app/assets/images/icons/outline/arrow-up-circle.svg +3 -0
  72. data/app/assets/images/icons/outline/arrow-up-left.svg +3 -0
  73. data/app/assets/images/icons/outline/arrow-up-on-square-stack.svg +3 -0
  74. data/app/assets/images/icons/outline/arrow-up-on-square.svg +3 -0
  75. data/app/assets/images/icons/outline/arrow-up-right.svg +3 -0
  76. data/app/assets/images/icons/outline/arrow-up-tray.svg +3 -0
  77. data/app/assets/images/icons/outline/arrow-up.svg +3 -0
  78. data/app/assets/images/icons/outline/arrow-uturn-down.svg +3 -0
  79. data/app/assets/images/icons/outline/arrow-uturn-left.svg +3 -0
  80. data/app/assets/images/icons/outline/arrow-uturn-right.svg +3 -0
  81. data/app/assets/images/icons/outline/arrow-uturn-up.svg +3 -0
  82. data/app/assets/images/icons/outline/arrows-pointing-in.svg +3 -0
  83. data/app/assets/images/icons/outline/arrows-pointing-out.svg +3 -0
  84. data/app/assets/images/icons/outline/arrows-right-left.svg +3 -0
  85. data/app/assets/images/icons/outline/arrows-up-down.svg +3 -0
  86. data/app/assets/images/icons/outline/at-symbol.svg +3 -0
  87. data/app/assets/images/icons/outline/backspace.svg +3 -0
  88. data/app/assets/images/icons/outline/backward.svg +3 -0
  89. data/app/assets/images/icons/outline/banknotes.svg +3 -0
  90. data/app/assets/images/icons/outline/bars-2.svg +3 -0
  91. data/app/assets/images/icons/outline/bars-3-bottom-left.svg +3 -0
  92. data/app/assets/images/icons/outline/bars-3-bottom-right.svg +3 -0
  93. data/app/assets/images/icons/outline/bars-3-center-left.svg +3 -0
  94. data/app/assets/images/icons/outline/bars-3.svg +3 -0
  95. data/app/assets/images/icons/outline/bars-4.svg +3 -0
  96. data/app/assets/images/icons/outline/bars-arrow-down.svg +3 -0
  97. data/app/assets/images/icons/outline/bars-arrow-up.svg +3 -0
  98. data/app/assets/images/icons/outline/battery-0.svg +3 -0
  99. data/app/assets/images/icons/outline/battery-100.svg +3 -0
  100. data/app/assets/images/icons/outline/battery-50.svg +3 -0
  101. data/app/assets/images/icons/outline/beaker.svg +3 -0
  102. data/app/assets/images/icons/outline/bell-alert.svg +3 -0
  103. data/app/assets/images/icons/outline/bell-slash.svg +3 -0
  104. data/app/assets/images/icons/outline/bell-snooze.svg +3 -0
  105. data/app/assets/images/icons/outline/bell.svg +3 -0
  106. data/app/assets/images/icons/outline/bolt-slash.svg +3 -0
  107. data/app/assets/images/icons/outline/bolt.svg +3 -0
  108. data/app/assets/images/icons/outline/book-open.svg +3 -0
  109. data/app/assets/images/icons/outline/bookmark-slash.svg +3 -0
  110. data/app/assets/images/icons/outline/bookmark-square.svg +3 -0
  111. data/app/assets/images/icons/outline/bookmark.svg +3 -0
  112. data/app/assets/images/icons/outline/briefcase.svg +3 -0
  113. data/app/assets/images/icons/outline/bug-ant.svg +3 -0
  114. data/app/assets/images/icons/outline/building-library.svg +3 -0
  115. data/app/assets/images/icons/outline/building-office-2.svg +3 -0
  116. data/app/assets/images/icons/outline/building-office.svg +3 -0
  117. data/app/assets/images/icons/outline/building-storefront.svg +3 -0
  118. data/app/assets/images/icons/outline/cake.svg +3 -0
  119. data/app/assets/images/icons/outline/calculator.svg +3 -0
  120. data/app/assets/images/icons/outline/calendar-days.svg +3 -0
  121. data/app/assets/images/icons/outline/calendar.svg +3 -0
  122. data/app/assets/images/icons/outline/camera.svg +4 -0
  123. data/app/assets/images/icons/outline/chart-bar-square.svg +3 -0
  124. data/app/assets/images/icons/outline/chart-bar.svg +3 -0
  125. data/app/assets/images/icons/outline/chart-pie.svg +4 -0
  126. data/app/assets/images/icons/outline/chat-bubble-bottom-center-text.svg +3 -0
  127. data/app/assets/images/icons/outline/chat-bubble-bottom-center.svg +3 -0
  128. data/app/assets/images/icons/outline/chat-bubble-left-ellipsis.svg +3 -0
  129. data/app/assets/images/icons/outline/chat-bubble-left-right.svg +3 -0
  130. data/app/assets/images/icons/outline/chat-bubble-left.svg +3 -0
  131. data/app/assets/images/icons/outline/chat-bubble-oval-left-ellipsis.svg +3 -0
  132. data/app/assets/images/icons/outline/chat-bubble-oval-left.svg +3 -0
  133. data/app/assets/images/icons/outline/check-badge.svg +3 -0
  134. data/app/assets/images/icons/outline/check-circle.svg +3 -0
  135. data/app/assets/images/icons/outline/check.svg +3 -0
  136. data/app/assets/images/icons/outline/chevron-double-down.svg +3 -0
  137. data/app/assets/images/icons/outline/chevron-double-left.svg +3 -0
  138. data/app/assets/images/icons/outline/chevron-double-right.svg +3 -0
  139. data/app/assets/images/icons/outline/chevron-double-up.svg +3 -0
  140. data/app/assets/images/icons/outline/chevron-down.svg +3 -0
  141. data/app/assets/images/icons/outline/chevron-left.svg +3 -0
  142. data/app/assets/images/icons/outline/chevron-right.svg +3 -0
  143. data/app/assets/images/icons/outline/chevron-up-down.svg +3 -0
  144. data/app/assets/images/icons/outline/chevron-up.svg +3 -0
  145. data/app/assets/images/icons/outline/circle-stack.svg +3 -0
  146. data/app/assets/images/icons/outline/clipboard-document-check.svg +3 -0
  147. data/app/assets/images/icons/outline/clipboard-document-list.svg +3 -0
  148. data/app/assets/images/icons/outline/clipboard-document.svg +3 -0
  149. data/app/assets/images/icons/outline/clipboard.svg +3 -0
  150. data/app/assets/images/icons/outline/clock.svg +3 -0
  151. data/app/assets/images/icons/outline/cloud-arrow-down.svg +3 -0
  152. data/app/assets/images/icons/outline/cloud-arrow-up.svg +3 -0
  153. data/app/assets/images/icons/outline/cloud.svg +3 -0
  154. data/app/assets/images/icons/outline/code-bracket-square.svg +3 -0
  155. data/app/assets/images/icons/outline/code-bracket.svg +3 -0
  156. data/app/assets/images/icons/outline/cog-6-tooth.svg +4 -0
  157. data/app/assets/images/icons/outline/cog-8-tooth.svg +4 -0
  158. data/app/assets/images/icons/outline/cog.svg +3 -0
  159. data/app/assets/images/icons/outline/command-line.svg +3 -0
  160. data/app/assets/images/icons/outline/computer-desktop.svg +3 -0
  161. data/app/assets/images/icons/outline/cpu-chip.svg +3 -0
  162. data/app/assets/images/icons/outline/credit-card.svg +3 -0
  163. data/app/assets/images/icons/outline/cube-transparent.svg +3 -0
  164. data/app/assets/images/icons/outline/cube.svg +3 -0
  165. data/app/assets/images/icons/outline/currency-bangladeshi.svg +3 -0
  166. data/app/assets/images/icons/outline/currency-dollar.svg +3 -0
  167. data/app/assets/images/icons/outline/currency-euro.svg +3 -0
  168. data/app/assets/images/icons/outline/currency-pound.svg +3 -0
  169. data/app/assets/images/icons/outline/currency-rupee.svg +3 -0
  170. data/app/assets/images/icons/outline/currency-yen.svg +3 -0
  171. data/app/assets/images/icons/outline/cursor-arrow-rays.svg +3 -0
  172. data/app/assets/images/icons/outline/cursor-arrow-ripple.svg +3 -0
  173. data/app/assets/images/icons/outline/device-phone-mobile.svg +3 -0
  174. data/app/assets/images/icons/outline/device-tablet.svg +3 -0
  175. data/app/assets/images/icons/outline/document-arrow-down.svg +3 -0
  176. data/app/assets/images/icons/outline/document-arrow-up.svg +3 -0
  177. data/app/assets/images/icons/outline/document-chart-bar.svg +3 -0
  178. data/app/assets/images/icons/outline/document-check.svg +3 -0
  179. data/app/assets/images/icons/outline/document-duplicate.svg +3 -0
  180. data/app/assets/images/icons/outline/document-magnifying-glass.svg +3 -0
  181. data/app/assets/images/icons/outline/document-minus.svg +3 -0
  182. data/app/assets/images/icons/outline/document-plus.svg +3 -0
  183. data/app/assets/images/icons/outline/document-text.svg +3 -0
  184. data/app/assets/images/icons/outline/document.svg +3 -0
  185. data/app/assets/images/icons/outline/ellipsis-horizontal-circle.svg +3 -0
  186. data/app/assets/images/icons/outline/ellipsis-horizontal.svg +3 -0
  187. data/app/assets/images/icons/outline/ellipsis-vertical.svg +3 -0
  188. data/app/assets/images/icons/outline/envelope-open.svg +3 -0
  189. data/app/assets/images/icons/outline/envelope.svg +3 -0
  190. data/app/assets/images/icons/outline/exclamation-circle.svg +3 -0
  191. data/app/assets/images/icons/outline/exclamation-triangle.svg +3 -0
  192. data/app/assets/images/icons/outline/eye-dropper.svg +3 -0
  193. data/app/assets/images/icons/outline/eye-slash.svg +3 -0
  194. data/app/assets/images/icons/outline/eye.svg +4 -0
  195. data/app/assets/images/icons/outline/face-frown.svg +3 -0
  196. data/app/assets/images/icons/outline/face-smile.svg +3 -0
  197. data/app/assets/images/icons/outline/film.svg +3 -0
  198. data/app/assets/images/icons/outline/finger-print.svg +3 -0
  199. data/app/assets/images/icons/outline/fire.svg +4 -0
  200. data/app/assets/images/icons/outline/flag.svg +3 -0
  201. data/app/assets/images/icons/outline/folder-arrow-down.svg +3 -0
  202. data/app/assets/images/icons/outline/folder-minus.svg +3 -0
  203. data/app/assets/images/icons/outline/folder-open.svg +3 -0
  204. data/app/assets/images/icons/outline/folder-plus.svg +3 -0
  205. data/app/assets/images/icons/outline/folder.svg +3 -0
  206. data/app/assets/images/icons/outline/forward.svg +3 -0
  207. data/app/assets/images/icons/outline/funnel.svg +3 -0
  208. data/app/assets/images/icons/outline/gif.svg +3 -0
  209. data/app/assets/images/icons/outline/gift-top.svg +3 -0
  210. data/app/assets/images/icons/outline/gift.svg +3 -0
  211. data/app/assets/images/icons/outline/globe-alt.svg +3 -0
  212. data/app/assets/images/icons/outline/globe-americas.svg +3 -0
  213. data/app/assets/images/icons/outline/globe-asia-australia.svg +3 -0
  214. data/app/assets/images/icons/outline/globe-europe-africa.svg +3 -0
  215. data/app/assets/images/icons/outline/hand-raised.svg +3 -0
  216. data/app/assets/images/icons/outline/hand-thumb-down.svg +3 -0
  217. data/app/assets/images/icons/outline/hand-thumb-up.svg +3 -0
  218. data/app/assets/images/icons/outline/hashtag.svg +3 -0
  219. data/app/assets/images/icons/outline/heart.svg +3 -0
  220. data/app/assets/images/icons/outline/home-modern.svg +3 -0
  221. data/app/assets/images/icons/outline/home.svg +3 -0
  222. data/app/assets/images/icons/outline/identification.svg +3 -0
  223. data/app/assets/images/icons/outline/inbox-arrow-down.svg +3 -0
  224. data/app/assets/images/icons/outline/inbox-stack.svg +3 -0
  225. data/app/assets/images/icons/outline/inbox.svg +3 -0
  226. data/app/assets/images/icons/outline/information-circle.svg +3 -0
  227. data/app/assets/images/icons/outline/key.svg +3 -0
  228. data/app/assets/images/icons/outline/language.svg +3 -0
  229. data/app/assets/images/icons/outline/lifebuoy.svg +3 -0
  230. data/app/assets/images/icons/outline/light-bulb.svg +3 -0
  231. data/app/assets/images/icons/outline/link.svg +3 -0
  232. data/app/assets/images/icons/outline/list-bullet.svg +3 -0
  233. data/app/assets/images/icons/outline/lock-closed.svg +3 -0
  234. data/app/assets/images/icons/outline/lock-open.svg +3 -0
  235. data/app/assets/images/icons/outline/magnifying-glass-circle.svg +3 -0
  236. data/app/assets/images/icons/outline/magnifying-glass-minus.svg +3 -0
  237. data/app/assets/images/icons/outline/magnifying-glass-plus.svg +3 -0
  238. data/app/assets/images/icons/outline/magnifying-glass.svg +3 -0
  239. data/app/assets/images/icons/outline/map-pin.svg +4 -0
  240. data/app/assets/images/icons/outline/map.svg +3 -0
  241. data/app/assets/images/icons/outline/megaphone.svg +3 -0
  242. data/app/assets/images/icons/outline/microphone.svg +3 -0
  243. data/app/assets/images/icons/outline/minus-circle.svg +3 -0
  244. data/app/assets/images/icons/outline/minus-small.svg +3 -0
  245. data/app/assets/images/icons/outline/minus.svg +3 -0
  246. data/app/assets/images/icons/outline/moon.svg +3 -0
  247. data/app/assets/images/icons/outline/musical-note.svg +3 -0
  248. data/app/assets/images/icons/outline/newspaper.svg +3 -0
  249. data/app/assets/images/icons/outline/no-symbol.svg +3 -0
  250. data/app/assets/images/icons/outline/paint-brush.svg +3 -0
  251. data/app/assets/images/icons/outline/paper-airplane.svg +3 -0
  252. data/app/assets/images/icons/outline/paper-clip.svg +3 -0
  253. data/app/assets/images/icons/outline/pause-circle.svg +3 -0
  254. data/app/assets/images/icons/outline/pause.svg +3 -0
  255. data/app/assets/images/icons/outline/pencil-square.svg +3 -0
  256. data/app/assets/images/icons/outline/pencil.svg +3 -0
  257. data/app/assets/images/icons/outline/phone-arrow-down-left.svg +3 -0
  258. data/app/assets/images/icons/outline/phone-arrow-up-right.svg +3 -0
  259. data/app/assets/images/icons/outline/phone-x-mark.svg +3 -0
  260. data/app/assets/images/icons/outline/phone.svg +3 -0
  261. data/app/assets/images/icons/outline/photo.svg +3 -0
  262. data/app/assets/images/icons/outline/play-circle.svg +4 -0
  263. data/app/assets/images/icons/outline/play-pause.svg +3 -0
  264. data/app/assets/images/icons/outline/play.svg +3 -0
  265. data/app/assets/images/icons/outline/plus-circle.svg +3 -0
  266. data/app/assets/images/icons/outline/plus-small.svg +3 -0
  267. data/app/assets/images/icons/outline/plus.svg +3 -0
  268. data/app/assets/images/icons/outline/power.svg +3 -0
  269. data/app/assets/images/icons/outline/presentation-chart-bar.svg +3 -0
  270. data/app/assets/images/icons/outline/presentation-chart-line.svg +3 -0
  271. data/app/assets/images/icons/outline/printer.svg +3 -0
  272. data/app/assets/images/icons/outline/puzzle-piece.svg +3 -0
  273. data/app/assets/images/icons/outline/qr-code.svg +4 -0
  274. data/app/assets/images/icons/outline/question-mark-circle.svg +3 -0
  275. data/app/assets/images/icons/outline/queue-list.svg +3 -0
  276. data/app/assets/images/icons/outline/radio.svg +3 -0
  277. data/app/assets/images/icons/outline/receipt-percent.svg +3 -0
  278. data/app/assets/images/icons/outline/receipt-refund.svg +3 -0
  279. data/app/assets/images/icons/outline/rectangle-group.svg +3 -0
  280. data/app/assets/images/icons/outline/rectangle-stack.svg +3 -0
  281. data/app/assets/images/icons/outline/rocket-launch.svg +3 -0
  282. data/app/assets/images/icons/outline/rss.svg +3 -0
  283. data/app/assets/images/icons/outline/scale.svg +3 -0
  284. data/app/assets/images/icons/outline/scissors.svg +3 -0
  285. data/app/assets/images/icons/outline/server-stack.svg +3 -0
  286. data/app/assets/images/icons/outline/server.svg +3 -0
  287. data/app/assets/images/icons/outline/share.svg +3 -0
  288. data/app/assets/images/icons/outline/shield-check.svg +3 -0
  289. data/app/assets/images/icons/outline/shield-exclamation.svg +3 -0
  290. data/app/assets/images/icons/outline/shopping-bag.svg +3 -0
  291. data/app/assets/images/icons/outline/shopping-cart.svg +3 -0
  292. data/app/assets/images/icons/outline/signal-slash.svg +3 -0
  293. data/app/assets/images/icons/outline/signal.svg +3 -0
  294. data/app/assets/images/icons/outline/sparkles.svg +3 -0
  295. data/app/assets/images/icons/outline/speaker-wave.svg +3 -0
  296. data/app/assets/images/icons/outline/speaker-x-mark.svg +3 -0
  297. data/app/assets/images/icons/outline/square-2-stack.svg +3 -0
  298. data/app/assets/images/icons/outline/square-3-stack-3d.svg +3 -0
  299. data/app/assets/images/icons/outline/squares-2x2.svg +3 -0
  300. data/app/assets/images/icons/outline/squares-plus.svg +3 -0
  301. data/app/assets/images/icons/outline/star.svg +3 -0
  302. data/app/assets/images/icons/outline/stop-circle.svg +4 -0
  303. data/app/assets/images/icons/outline/stop.svg +3 -0
  304. data/app/assets/images/icons/outline/sun.svg +3 -0
  305. data/app/assets/images/icons/outline/swatch.svg +3 -0
  306. data/app/assets/images/icons/outline/table-cells.svg +3 -0
  307. data/app/assets/images/icons/outline/tag.svg +4 -0
  308. data/app/assets/images/icons/outline/ticket.svg +3 -0
  309. data/app/assets/images/icons/outline/trash.svg +3 -0
  310. data/app/assets/images/icons/outline/trophy.svg +3 -0
  311. data/app/assets/images/icons/outline/truck.svg +3 -0
  312. data/app/assets/images/icons/outline/tv.svg +3 -0
  313. data/app/assets/images/icons/outline/user-circle.svg +3 -0
  314. data/app/assets/images/icons/outline/user-group.svg +3 -0
  315. data/app/assets/images/icons/outline/user-minus.svg +3 -0
  316. data/app/assets/images/icons/outline/user-plus.svg +3 -0
  317. data/app/assets/images/icons/outline/user.svg +3 -0
  318. data/app/assets/images/icons/outline/users.svg +3 -0
  319. data/app/assets/images/icons/outline/variable.svg +3 -0
  320. data/app/assets/images/icons/outline/video-camera-slash.svg +3 -0
  321. data/app/assets/images/icons/outline/video-camera.svg +3 -0
  322. data/app/assets/images/icons/outline/view-columns.svg +3 -0
  323. data/app/assets/images/icons/outline/viewfinder-circle.svg +3 -0
  324. data/app/assets/images/icons/outline/wallet.svg +3 -0
  325. data/app/assets/images/icons/outline/wifi.svg +3 -0
  326. data/app/assets/images/icons/outline/window.svg +3 -0
  327. data/app/assets/images/icons/outline/wrench-screwdriver.svg +3 -0
  328. data/app/assets/images/icons/outline/wrench.svg +4 -0
  329. data/app/assets/images/icons/outline/x-circle.svg +3 -0
  330. data/app/assets/images/icons/outline/x-mark.svg +3 -0
  331. data/app/assets/images/icons/solid/academic-cap.svg +5 -0
  332. data/app/assets/images/icons/solid/adjustments-horizontal.svg +3 -0
  333. data/app/assets/images/icons/solid/adjustments-vertical.svg +3 -0
  334. data/app/assets/images/icons/solid/archive-box-arrow-down.svg +4 -0
  335. data/app/assets/images/icons/solid/archive-box-x-mark.svg +4 -0
  336. data/app/assets/images/icons/solid/archive-box.svg +4 -0
  337. data/app/assets/images/icons/solid/arrow-down-circle.svg +3 -0
  338. data/app/assets/images/icons/solid/arrow-down-left.svg +3 -0
  339. data/app/assets/images/icons/solid/arrow-down-on-square-stack.svg +4 -0
  340. data/app/assets/images/icons/solid/arrow-down-on-square.svg +3 -0
  341. data/app/assets/images/icons/solid/arrow-down-right.svg +3 -0
  342. data/app/assets/images/icons/solid/arrow-down-tray.svg +3 -0
  343. data/app/assets/images/icons/solid/arrow-down.svg +3 -0
  344. data/app/assets/images/icons/solid/arrow-left-circle.svg +3 -0
  345. data/app/assets/images/icons/solid/arrow-left-on-rectangle.svg +3 -0
  346. data/app/assets/images/icons/solid/arrow-left.svg +3 -0
  347. data/app/assets/images/icons/solid/arrow-long-down.svg +3 -0
  348. data/app/assets/images/icons/solid/arrow-long-left.svg +3 -0
  349. data/app/assets/images/icons/solid/arrow-long-right.svg +3 -0
  350. data/app/assets/images/icons/solid/arrow-long-up.svg +3 -0
  351. data/app/assets/images/icons/solid/arrow-path-rounded-square.svg +3 -0
  352. data/app/assets/images/icons/solid/arrow-path.svg +3 -0
  353. data/app/assets/images/icons/solid/arrow-right-circle.svg +3 -0
  354. data/app/assets/images/icons/solid/arrow-right-on-rectangle.svg +3 -0
  355. data/app/assets/images/icons/solid/arrow-right.svg +3 -0
  356. data/app/assets/images/icons/solid/arrow-small-down.svg +3 -0
  357. data/app/assets/images/icons/solid/arrow-small-left.svg +3 -0
  358. data/app/assets/images/icons/solid/arrow-small-right.svg +3 -0
  359. data/app/assets/images/icons/solid/arrow-small-up.svg +3 -0
  360. data/app/assets/images/icons/solid/arrow-top-right-on-square.svg +3 -0
  361. data/app/assets/images/icons/solid/arrow-trending-down.svg +3 -0
  362. data/app/assets/images/icons/solid/arrow-trending-up.svg +3 -0
  363. data/app/assets/images/icons/solid/arrow-up-circle.svg +3 -0
  364. data/app/assets/images/icons/solid/arrow-up-left.svg +3 -0
  365. data/app/assets/images/icons/solid/arrow-up-on-square-stack.svg +4 -0
  366. data/app/assets/images/icons/solid/arrow-up-on-square.svg +3 -0
  367. data/app/assets/images/icons/solid/arrow-up-right.svg +3 -0
  368. data/app/assets/images/icons/solid/arrow-up-tray.svg +3 -0
  369. data/app/assets/images/icons/solid/arrow-up.svg +3 -0
  370. data/app/assets/images/icons/solid/arrow-uturn-down.svg +3 -0
  371. data/app/assets/images/icons/solid/arrow-uturn-left.svg +3 -0
  372. data/app/assets/images/icons/solid/arrow-uturn-right.svg +3 -0
  373. data/app/assets/images/icons/solid/arrow-uturn-up.svg +3 -0
  374. data/app/assets/images/icons/solid/arrows-pointing-in.svg +3 -0
  375. data/app/assets/images/icons/solid/arrows-pointing-out.svg +3 -0
  376. data/app/assets/images/icons/solid/arrows-right-left.svg +3 -0
  377. data/app/assets/images/icons/solid/arrows-up-down.svg +3 -0
  378. data/app/assets/images/icons/solid/at-symbol.svg +3 -0
  379. data/app/assets/images/icons/solid/backspace.svg +3 -0
  380. data/app/assets/images/icons/solid/backward.svg +3 -0
  381. data/app/assets/images/icons/solid/banknotes.svg +5 -0
  382. data/app/assets/images/icons/solid/bars-2.svg +3 -0
  383. data/app/assets/images/icons/solid/bars-3-bottom-left.svg +3 -0
  384. data/app/assets/images/icons/solid/bars-3-bottom-right.svg +3 -0
  385. data/app/assets/images/icons/solid/bars-3-center-left.svg +3 -0
  386. data/app/assets/images/icons/solid/bars-3.svg +3 -0
  387. data/app/assets/images/icons/solid/bars-4.svg +3 -0
  388. data/app/assets/images/icons/solid/bars-arrow-down.svg +3 -0
  389. data/app/assets/images/icons/solid/bars-arrow-up.svg +3 -0
  390. data/app/assets/images/icons/solid/battery-0.svg +3 -0
  391. data/app/assets/images/icons/solid/battery-100.svg +3 -0
  392. data/app/assets/images/icons/solid/battery-50.svg +4 -0
  393. data/app/assets/images/icons/solid/beaker.svg +3 -0
  394. data/app/assets/images/icons/solid/bell-alert.svg +4 -0
  395. data/app/assets/images/icons/solid/bell-slash.svg +4 -0
  396. data/app/assets/images/icons/solid/bell-snooze.svg +3 -0
  397. data/app/assets/images/icons/solid/bell.svg +3 -0
  398. data/app/assets/images/icons/solid/bolt-slash.svg +3 -0
  399. data/app/assets/images/icons/solid/bolt.svg +3 -0
  400. data/app/assets/images/icons/solid/book-open.svg +3 -0
  401. data/app/assets/images/icons/solid/bookmark-slash.svg +3 -0
  402. data/app/assets/images/icons/solid/bookmark-square.svg +3 -0
  403. data/app/assets/images/icons/solid/bookmark.svg +3 -0
  404. data/app/assets/images/icons/solid/briefcase.svg +4 -0
  405. data/app/assets/images/icons/solid/bug-ant.svg +3 -0
  406. data/app/assets/images/icons/solid/building-library.svg +5 -0
  407. data/app/assets/images/icons/solid/building-office-2.svg +3 -0
  408. data/app/assets/images/icons/solid/building-office.svg +3 -0
  409. data/app/assets/images/icons/solid/building-storefront.svg +4 -0
  410. data/app/assets/images/icons/solid/cake.svg +3 -0
  411. data/app/assets/images/icons/solid/calculator.svg +3 -0
  412. data/app/assets/images/icons/solid/calendar-days.svg +4 -0
  413. data/app/assets/images/icons/solid/calendar.svg +3 -0
  414. data/app/assets/images/icons/solid/camera.svg +4 -0
  415. data/app/assets/images/icons/solid/chart-bar-square.svg +3 -0
  416. data/app/assets/images/icons/solid/chart-bar.svg +3 -0
  417. data/app/assets/images/icons/solid/chart-pie.svg +4 -0
  418. data/app/assets/images/icons/solid/chat-bubble-bottom-center-text.svg +3 -0
  419. data/app/assets/images/icons/solid/chat-bubble-bottom-center.svg +3 -0
  420. data/app/assets/images/icons/solid/chat-bubble-left-ellipsis.svg +3 -0
  421. data/app/assets/images/icons/solid/chat-bubble-left-right.svg +4 -0
  422. data/app/assets/images/icons/solid/chat-bubble-left.svg +3 -0
  423. data/app/assets/images/icons/solid/chat-bubble-oval-left-ellipsis.svg +3 -0
  424. data/app/assets/images/icons/solid/chat-bubble-oval-left.svg +3 -0
  425. data/app/assets/images/icons/solid/check-badge.svg +3 -0
  426. data/app/assets/images/icons/solid/check-circle.svg +3 -0
  427. data/app/assets/images/icons/solid/check.svg +3 -0
  428. data/app/assets/images/icons/solid/chevron-double-down.svg +3 -0
  429. data/app/assets/images/icons/solid/chevron-double-left.svg +3 -0
  430. data/app/assets/images/icons/solid/chevron-double-right.svg +3 -0
  431. data/app/assets/images/icons/solid/chevron-double-up.svg +3 -0
  432. data/app/assets/images/icons/solid/chevron-down.svg +3 -0
  433. data/app/assets/images/icons/solid/chevron-left.svg +3 -0
  434. data/app/assets/images/icons/solid/chevron-right.svg +3 -0
  435. data/app/assets/images/icons/solid/chevron-up-down.svg +3 -0
  436. data/app/assets/images/icons/solid/chevron-up.svg +3 -0
  437. data/app/assets/images/icons/solid/circle-stack.svg +6 -0
  438. data/app/assets/images/icons/solid/clipboard-document-check.svg +4 -0
  439. data/app/assets/images/icons/solid/clipboard-document-list.svg +4 -0
  440. data/app/assets/images/icons/solid/clipboard-document.svg +5 -0
  441. data/app/assets/images/icons/solid/clipboard.svg +3 -0
  442. data/app/assets/images/icons/solid/clock.svg +3 -0
  443. data/app/assets/images/icons/solid/cloud-arrow-down.svg +3 -0
  444. data/app/assets/images/icons/solid/cloud-arrow-up.svg +3 -0
  445. data/app/assets/images/icons/solid/cloud.svg +3 -0
  446. data/app/assets/images/icons/solid/code-bracket-square.svg +3 -0
  447. data/app/assets/images/icons/solid/code-bracket.svg +3 -0
  448. data/app/assets/images/icons/solid/cog-6-tooth.svg +3 -0
  449. data/app/assets/images/icons/solid/cog-8-tooth.svg +3 -0
  450. data/app/assets/images/icons/solid/cog.svg +4 -0
  451. data/app/assets/images/icons/solid/command-line.svg +3 -0
  452. data/app/assets/images/icons/solid/computer-desktop.svg +3 -0
  453. data/app/assets/images/icons/solid/cpu-chip.svg +4 -0
  454. data/app/assets/images/icons/solid/credit-card.svg +4 -0
  455. data/app/assets/images/icons/solid/cube-transparent.svg +3 -0
  456. data/app/assets/images/icons/solid/cube.svg +3 -0
  457. data/app/assets/images/icons/solid/currency-bangladeshi.svg +3 -0
  458. data/app/assets/images/icons/solid/currency-dollar.svg +4 -0
  459. data/app/assets/images/icons/solid/currency-euro.svg +3 -0
  460. data/app/assets/images/icons/solid/currency-pound.svg +3 -0
  461. data/app/assets/images/icons/solid/currency-rupee.svg +3 -0
  462. data/app/assets/images/icons/solid/currency-yen.svg +3 -0
  463. data/app/assets/images/icons/solid/cursor-arrow-rays.svg +3 -0
  464. data/app/assets/images/icons/solid/cursor-arrow-ripple.svg +3 -0
  465. data/app/assets/images/icons/solid/device-phone-mobile.svg +4 -0
  466. data/app/assets/images/icons/solid/device-tablet.svg +4 -0
  467. data/app/assets/images/icons/solid/document-arrow-down.svg +4 -0
  468. data/app/assets/images/icons/solid/document-arrow-up.svg +4 -0
  469. data/app/assets/images/icons/solid/document-chart-bar.svg +4 -0
  470. data/app/assets/images/icons/solid/document-check.svg +4 -0
  471. data/app/assets/images/icons/solid/document-duplicate.svg +4 -0
  472. data/app/assets/images/icons/solid/document-magnifying-glass.svg +5 -0
  473. data/app/assets/images/icons/solid/document-minus.svg +4 -0
  474. data/app/assets/images/icons/solid/document-plus.svg +4 -0
  475. data/app/assets/images/icons/solid/document-text.svg +4 -0
  476. data/app/assets/images/icons/solid/document.svg +4 -0
  477. data/app/assets/images/icons/solid/ellipsis-horizontal-circle.svg +3 -0
  478. data/app/assets/images/icons/solid/ellipsis-horizontal.svg +3 -0
  479. data/app/assets/images/icons/solid/ellipsis-vertical.svg +3 -0
  480. data/app/assets/images/icons/solid/envelope-open.svg +4 -0
  481. data/app/assets/images/icons/solid/envelope.svg +4 -0
  482. data/app/assets/images/icons/solid/exclamation-circle.svg +3 -0
  483. data/app/assets/images/icons/solid/exclamation-triangle.svg +3 -0
  484. data/app/assets/images/icons/solid/eye-dropper.svg +3 -0
  485. data/app/assets/images/icons/solid/eye-slash.svg +5 -0
  486. data/app/assets/images/icons/solid/eye.svg +4 -0
  487. data/app/assets/images/icons/solid/face-frown.svg +3 -0
  488. data/app/assets/images/icons/solid/face-smile.svg +3 -0
  489. data/app/assets/images/icons/solid/film.svg +3 -0
  490. data/app/assets/images/icons/solid/finger-print.svg +3 -0
  491. data/app/assets/images/icons/solid/fire.svg +3 -0
  492. data/app/assets/images/icons/solid/flag.svg +3 -0
  493. data/app/assets/images/icons/solid/folder-arrow-down.svg +3 -0
  494. data/app/assets/images/icons/solid/folder-minus.svg +3 -0
  495. data/app/assets/images/icons/solid/folder-open.svg +3 -0
  496. data/app/assets/images/icons/solid/folder-plus.svg +3 -0
  497. data/app/assets/images/icons/solid/folder.svg +3 -0
  498. data/app/assets/images/icons/solid/forward.svg +3 -0
  499. data/app/assets/images/icons/solid/funnel.svg +3 -0
  500. data/app/assets/images/icons/solid/gif.svg +3 -0
  501. data/app/assets/images/icons/solid/gift-top.svg +4 -0
  502. data/app/assets/images/icons/solid/gift.svg +3 -0
  503. data/app/assets/images/icons/solid/globe-alt.svg +3 -0
  504. data/app/assets/images/icons/solid/globe-americas.svg +3 -0
  505. data/app/assets/images/icons/solid/globe-asia-australia.svg +4 -0
  506. data/app/assets/images/icons/solid/globe-europe-africa.svg +3 -0
  507. data/app/assets/images/icons/solid/hand-raised.svg +3 -0
  508. data/app/assets/images/icons/solid/hand-thumb-down.svg +3 -0
  509. data/app/assets/images/icons/solid/hand-thumb-up.svg +3 -0
  510. data/app/assets/images/icons/solid/hashtag.svg +3 -0
  511. data/app/assets/images/icons/solid/heart.svg +3 -0
  512. data/app/assets/images/icons/solid/home-modern.svg +4 -0
  513. data/app/assets/images/icons/solid/home.svg +4 -0
  514. data/app/assets/images/icons/solid/identification.svg +3 -0
  515. data/app/assets/images/icons/solid/inbox-arrow-down.svg +4 -0
  516. data/app/assets/images/icons/solid/inbox-stack.svg +4 -0
  517. data/app/assets/images/icons/solid/inbox.svg +3 -0
  518. data/app/assets/images/icons/solid/information-circle.svg +3 -0
  519. data/app/assets/images/icons/solid/key.svg +3 -0
  520. data/app/assets/images/icons/solid/language.svg +3 -0
  521. data/app/assets/images/icons/solid/lifebuoy.svg +3 -0
  522. data/app/assets/images/icons/solid/light-bulb.svg +4 -0
  523. data/app/assets/images/icons/solid/link.svg +3 -0
  524. data/app/assets/images/icons/solid/list-bullet.svg +3 -0
  525. data/app/assets/images/icons/solid/lock-closed.svg +3 -0
  526. data/app/assets/images/icons/solid/lock-open.svg +3 -0
  527. data/app/assets/images/icons/solid/magnifying-glass-circle.svg +4 -0
  528. data/app/assets/images/icons/solid/magnifying-glass-minus.svg +3 -0
  529. data/app/assets/images/icons/solid/magnifying-glass-plus.svg +3 -0
  530. data/app/assets/images/icons/solid/magnifying-glass.svg +3 -0
  531. data/app/assets/images/icons/solid/map-pin.svg +3 -0
  532. data/app/assets/images/icons/solid/map.svg +3 -0
  533. data/app/assets/images/icons/solid/megaphone.svg +3 -0
  534. data/app/assets/images/icons/solid/microphone.svg +4 -0
  535. data/app/assets/images/icons/solid/minus-circle.svg +3 -0
  536. data/app/assets/images/icons/solid/minus-small.svg +3 -0
  537. data/app/assets/images/icons/solid/minus.svg +3 -0
  538. data/app/assets/images/icons/solid/moon.svg +3 -0
  539. data/app/assets/images/icons/solid/musical-note.svg +3 -0
  540. data/app/assets/images/icons/solid/newspaper.svg +4 -0
  541. data/app/assets/images/icons/solid/no-symbol.svg +3 -0
  542. data/app/assets/images/icons/solid/paint-brush.svg +3 -0
  543. data/app/assets/images/icons/solid/paper-airplane.svg +3 -0
  544. data/app/assets/images/icons/solid/paper-clip.svg +3 -0
  545. data/app/assets/images/icons/solid/pause-circle.svg +3 -0
  546. data/app/assets/images/icons/solid/pause.svg +3 -0
  547. data/app/assets/images/icons/solid/pencil-square.svg +4 -0
  548. data/app/assets/images/icons/solid/pencil.svg +3 -0
  549. data/app/assets/images/icons/solid/phone-arrow-down-left.svg +4 -0
  550. data/app/assets/images/icons/solid/phone-arrow-up-right.svg +4 -0
  551. data/app/assets/images/icons/solid/phone-x-mark.svg +3 -0
  552. data/app/assets/images/icons/solid/phone.svg +3 -0
  553. data/app/assets/images/icons/solid/photo.svg +3 -0
  554. data/app/assets/images/icons/solid/play-circle.svg +3 -0
  555. data/app/assets/images/icons/solid/play-pause.svg +3 -0
  556. data/app/assets/images/icons/solid/play.svg +3 -0
  557. data/app/assets/images/icons/solid/plus-circle.svg +3 -0
  558. data/app/assets/images/icons/solid/plus-small.svg +3 -0
  559. data/app/assets/images/icons/solid/plus.svg +3 -0
  560. data/app/assets/images/icons/solid/power.svg +3 -0
  561. data/app/assets/images/icons/solid/presentation-chart-bar.svg +3 -0
  562. data/app/assets/images/icons/solid/presentation-chart-line.svg +3 -0
  563. data/app/assets/images/icons/solid/printer.svg +3 -0
  564. data/app/assets/images/icons/solid/puzzle-piece.svg +3 -0
  565. data/app/assets/images/icons/solid/qr-code.svg +3 -0
  566. data/app/assets/images/icons/solid/question-mark-circle.svg +3 -0
  567. data/app/assets/images/icons/solid/queue-list.svg +3 -0
  568. data/app/assets/images/icons/solid/radio.svg +3 -0
  569. data/app/assets/images/icons/solid/receipt-percent.svg +3 -0
  570. data/app/assets/images/icons/solid/receipt-refund.svg +3 -0
  571. data/app/assets/images/icons/solid/rectangle-group.svg +3 -0
  572. data/app/assets/images/icons/solid/rectangle-stack.svg +3 -0
  573. data/app/assets/images/icons/solid/rocket-launch.svg +4 -0
  574. data/app/assets/images/icons/solid/rss.svg +3 -0
  575. data/app/assets/images/icons/solid/scale.svg +3 -0
  576. data/app/assets/images/icons/solid/scissors.svg +4 -0
  577. data/app/assets/images/icons/solid/server-stack.svg +4 -0
  578. data/app/assets/images/icons/solid/server.svg +4 -0
  579. data/app/assets/images/icons/solid/share.svg +3 -0
  580. data/app/assets/images/icons/solid/shield-check.svg +3 -0
  581. data/app/assets/images/icons/solid/shield-exclamation.svg +3 -0
  582. data/app/assets/images/icons/solid/shopping-bag.svg +3 -0
  583. data/app/assets/images/icons/solid/shopping-cart.svg +3 -0
  584. data/app/assets/images/icons/solid/signal-slash.svg +3 -0
  585. data/app/assets/images/icons/solid/signal.svg +3 -0
  586. data/app/assets/images/icons/solid/sparkles.svg +3 -0
  587. data/app/assets/images/icons/solid/speaker-wave.svg +4 -0
  588. data/app/assets/images/icons/solid/speaker-x-mark.svg +3 -0
  589. data/app/assets/images/icons/solid/square-2-stack.svg +4 -0
  590. data/app/assets/images/icons/solid/square-3-stack-3d.svg +5 -0
  591. data/app/assets/images/icons/solid/squares-2x2.svg +3 -0
  592. data/app/assets/images/icons/solid/squares-plus.svg +3 -0
  593. data/app/assets/images/icons/solid/star.svg +3 -0
  594. data/app/assets/images/icons/solid/stop-circle.svg +3 -0
  595. data/app/assets/images/icons/solid/stop.svg +3 -0
  596. data/app/assets/images/icons/solid/sun.svg +3 -0
  597. data/app/assets/images/icons/solid/swatch.svg +4 -0
  598. data/app/assets/images/icons/solid/table-cells.svg +3 -0
  599. data/app/assets/images/icons/solid/tag.svg +3 -0
  600. data/app/assets/images/icons/solid/ticket.svg +3 -0
  601. data/app/assets/images/icons/solid/trash.svg +3 -0
  602. data/app/assets/images/icons/solid/trophy.svg +3 -0
  603. data/app/assets/images/icons/solid/truck.svg +5 -0
  604. data/app/assets/images/icons/solid/tv.svg +4 -0
  605. data/app/assets/images/icons/solid/user-circle.svg +3 -0
  606. data/app/assets/images/icons/solid/user-group.svg +4 -0
  607. data/app/assets/images/icons/solid/user-minus.svg +3 -0
  608. data/app/assets/images/icons/solid/user-plus.svg +3 -0
  609. data/app/assets/images/icons/solid/user.svg +3 -0
  610. data/app/assets/images/icons/solid/users.svg +3 -0
  611. data/app/assets/images/icons/solid/variable.svg +3 -0
  612. data/app/assets/images/icons/solid/video-camera-slash.svg +3 -0
  613. data/app/assets/images/icons/solid/video-camera.svg +3 -0
  614. data/app/assets/images/icons/solid/view-columns.svg +3 -0
  615. data/app/assets/images/icons/solid/viewfinder-circle.svg +3 -0
  616. data/app/assets/images/icons/solid/wallet.svg +3 -0
  617. data/app/assets/images/icons/solid/wifi.svg +3 -0
  618. data/app/assets/images/icons/solid/window.svg +3 -0
  619. data/app/assets/images/icons/solid/wrench-screwdriver.svg +5 -0
  620. data/app/assets/images/icons/solid/wrench.svg +3 -0
  621. data/app/assets/images/icons/solid/x-circle.svg +3 -0
  622. data/app/assets/images/icons/solid/x-mark.svg +3 -0
  623. data/app/assets/images/key.svg +1 -0
  624. data/app/assets/images/light-mode.svg +1 -0
  625. data/app/assets/images/loading.svg +36 -0
  626. data/app/assets/images/lock-unlocked.svg +1 -0
  627. data/app/assets/images/mail.svg +1 -0
  628. data/app/assets/images/map.svg +1 -0
  629. data/app/assets/images/menu.svg +1 -0
  630. data/app/assets/images/message.svg +1 -0
  631. data/app/assets/images/open-book.svg +1 -0
  632. data/app/assets/images/paw.svg +1 -0
  633. data/app/assets/images/question-mark.svg +1 -0
  634. data/app/assets/images/r.svg +3 -0
  635. data/app/assets/images/rails-logo.svg +1 -0
  636. data/app/assets/images/railsui-light.svg +1 -0
  637. data/app/assets/images/railsui-logo.svg +8 -0
  638. data/app/assets/images/settings.svg +1 -0
  639. data/app/assets/images/social/facebook.png +0 -0
  640. data/app/assets/images/social/facebook.svg +1 -0
  641. data/app/assets/images/social/github.png +0 -0
  642. data/app/assets/images/social/github.svg +1 -0
  643. data/app/assets/images/social/google.png +0 -0
  644. data/app/assets/images/social/instagram.png +0 -0
  645. data/app/assets/images/social/instagram.svg +1 -0
  646. data/app/assets/images/social/linkedin.png +0 -0
  647. data/app/assets/images/social/linkedin.svg +1 -0
  648. data/app/assets/images/social/twitter.png +0 -0
  649. data/app/assets/images/social/twitter.svg +1 -0
  650. data/app/assets/images/social/x.png +0 -0
  651. data/app/assets/images/social/youtube.png +0 -0
  652. data/app/assets/images/social/youtube.svg +1 -0
  653. data/app/assets/images/system-mode.svg +1 -0
  654. data/app/assets/images/tailwind-hound-thumbnail.jpg +0 -0
  655. data/app/assets/images/tailwind-shepherd-thumbnail.jpg +0 -0
  656. data/app/assets/images/tailwind.svg +3 -0
  657. data/app/assets/images/themes/hound/fusion.png +0 -0
  658. data/app/assets/images/themes/hound/logo.svg +1 -0
  659. data/app/assets/images/themes/shepherd/auth-cabin.jpg +0 -0
  660. data/app/assets/images/themes/shepherd/auth-desert.jpg +0 -0
  661. data/app/assets/images/themes/shepherd/logo.svg +1 -0
  662. data/app/assets/images/themes/shepherd/property-1.jpg +0 -0
  663. data/app/assets/images/themes/shepherd/property-2.jpg +0 -0
  664. data/app/assets/images/themes/shepherd/property-3.jpg +0 -0
  665. data/app/assets/images/twitter.svg +1 -0
  666. data/app/assets/images/users.svg +0 -0
  667. data/app/assets/images/warning.svg +3 -0
  668. data/app/assets/javascripts/railsui.js +163 -0
  669. data/app/assets/stylesheets/railsui/code.css +137 -0
  670. data/app/assets/stylesheets/railsui/config.css +20 -0
  671. data/app/assets/stylesheets/railsui/docs.css +14 -0
  672. data/app/assets/stylesheets/railsui/forms.css +52 -0
  673. data/app/assets/stylesheets/railsui/nav.css +28 -0
  674. data/app/assets/stylesheets/railsui/overrides.css +5 -0
  675. data/app/assets/stylesheets/railsui/railsui.css +297 -0
  676. data/app/controllers/railsui/admin_controller.rb +11 -0
  677. data/app/controllers/railsui/application_controller.rb +5 -0
  678. data/app/controllers/railsui/configurations_controller.rb +30 -0
  679. data/app/controllers/railsui/default_controller.rb +13 -0
  680. data/app/controllers/railsui/routes_controller.rb +13 -0
  681. data/app/controllers/railsui/systems/authentication/devise_controller.rb +16 -0
  682. data/app/controllers/railsui/systems/authentication/static_controller.rb +16 -0
  683. data/app/controllers/railsui/systems/authentication_controller.rb +15 -0
  684. data/app/controllers/railsui/systems/components_controller.rb +14 -0
  685. data/app/controllers/railsui/systems/content_controller.rb +16 -0
  686. data/app/controllers/railsui/systems/forms_controller.rb +14 -0
  687. data/app/controllers/railsui/systems/helpers_controller.rb +311 -0
  688. data/app/controllers/railsui/systems/mailers_controller.rb +14 -0
  689. data/app/controllers/railsui/systems/pages_controller.rb +8 -0
  690. data/app/controllers/railsui/systems_controller.rb +328 -0
  691. data/app/helpers/railsui/application_helper.rb +269 -0
  692. data/app/helpers/railsui/framework_helper.rb +23 -0
  693. data/app/helpers/railsui/mail_helper.rb +18 -0
  694. data/app/javascript/application.js +1 -0
  695. data/app/javascript/controllers/application.js +9 -0
  696. data/app/javascript/controllers/index.js +80 -0
  697. data/app/javascript/controllers/railsui_anchor_controller.js +13 -0
  698. data/app/javascript/controllers/railsui_auto_expand_text_area_controller.js +24 -0
  699. data/app/javascript/controllers/railsui_canvas_controller.js +164 -0
  700. data/app/javascript/controllers/railsui_code_controller.js +36 -0
  701. data/app/javascript/controllers/railsui_color_controller.js +18 -0
  702. data/app/javascript/controllers/railsui_configuration_controller.js +44 -0
  703. data/app/javascript/controllers/railsui_dialog_controller.js +21 -0
  704. data/app/javascript/controllers/railsui_flash_controller.js +11 -0
  705. data/app/javascript/controllers/railsui_helper_controller.js +24 -0
  706. data/app/javascript/controllers/railsui_loading_controller.js +43 -0
  707. data/app/javascript/controllers/railsui_modal_controller.js +56 -0
  708. data/app/javascript/controllers/railsui_nav_controller.js +26 -0
  709. data/app/javascript/controllers/railsui_pages_controller.js +16 -0
  710. data/app/javascript/controllers/railsui_prevent_controller.js +7 -0
  711. data/app/javascript/controllers/railsui_scroll_controller.js +31 -0
  712. data/app/javascript/controllers/railsui_scroll_spy_controller.js +84 -0
  713. data/app/javascript/controllers/railsui_search_controller.js +29 -0
  714. data/app/javascript/controllers/railsui_smooth_controller.js +18 -0
  715. data/app/javascript/controllers/railsui_snippet_controller.js +83 -0
  716. data/app/models/railsui/application_record.rb +6 -0
  717. data/app/models/railsui/default.rb +126 -0
  718. data/app/views/layouts/railsui/application.html.erb +69 -0
  719. data/app/views/layouts/railsui/fullwidth.html.erb +51 -0
  720. data/app/views/layouts/railsui/landing.html.erb +40 -0
  721. data/app/views/layouts/railsui/routes.html.erb +45 -0
  722. data/app/views/railsui/admin/_form.html.erb +32 -0
  723. data/app/views/railsui/admin/_loader.html.erb +47 -0
  724. data/app/views/railsui/admin/fields/_color.html.erb +39 -0
  725. data/app/views/railsui/admin/fields/_commit.html.erb +12 -0
  726. data/app/views/railsui/admin/fields/_general.html.erb +21 -0
  727. data/app/views/railsui/admin/fields/_page.html.erb +28 -0
  728. data/app/views/railsui/admin/fields/_pages.html.erb +43 -0
  729. data/app/views/railsui/admin/fields/_theme.html.erb +92 -0
  730. data/app/views/railsui/admin/fields/pages/_page_present.html.erb +10 -0
  731. data/app/views/railsui/admin/show.html.erb +1 -0
  732. data/app/views/railsui/default/_launchpad.html.erb +89 -0
  733. data/app/views/railsui/default/_link.html.erb +9 -0
  734. data/app/views/railsui/default/index.html.erb +2 -0
  735. data/app/views/railsui/default/start.html.erb +2 -0
  736. data/app/views/railsui/routes/_nav.html.erb +20 -0
  737. data/app/views/railsui/routes/show.html.erb +41 -0
  738. data/app/views/railsui/shared/_callout.html.erb +8 -0
  739. data/app/views/railsui/shared/_code_example.html.erb +29 -0
  740. data/app/views/railsui/shared/_code_example_heading.html.erb +1 -0
  741. data/app/views/railsui/shared/_component_nav.html.erb +8 -0
  742. data/app/views/railsui/shared/_email_action.html.erb +15 -0
  743. data/app/views/railsui/shared/_email_callout.html.erb +7 -0
  744. data/app/views/railsui/shared/_email_spacer.html.erb +7 -0
  745. data/app/views/railsui/shared/_flash_messages.html.erb +11 -0
  746. data/app/views/railsui/shared/_footer.html.erb +9 -0
  747. data/app/views/railsui/shared/_global_nav.html.erb +58 -0
  748. data/app/views/railsui/shared/_global_nav_item.html.erb +16 -0
  749. data/app/views/railsui/shared/_header.html.erb +19 -0
  750. data/app/views/railsui/shared/_launcher.html.erb +119 -0
  751. data/app/views/railsui/shared/_linkable.html.erb +11 -0
  752. data/app/views/railsui/shared/_linkables.html.erb +3 -0
  753. data/app/views/railsui/shared/_logo.html.erb +4 -0
  754. data/app/views/railsui/shared/_logo_light.html.erb +4 -0
  755. data/app/views/railsui/shared/_mailer_preview.html.erb +489 -0
  756. data/app/views/railsui/shared/_nav.html.erb +168 -0
  757. data/app/views/railsui/shared/_pagination.html.erb +10 -0
  758. data/app/views/railsui/shared/_preview.html.erb +3 -0
  759. data/app/views/railsui/shared/_preview_dark.html.erb +3 -0
  760. data/app/views/railsui/shared/_preview_dark_zinc.html.erb +3 -0
  761. data/app/views/railsui/shared/_preview_gray.html.erb +3 -0
  762. data/app/views/railsui/shared/_preview_zinc.html.erb +3 -0
  763. data/app/views/railsui/shared/_quicklinks.html.erb +10 -0
  764. data/app/views/railsui/shared/_read_before.html.erb +5 -0
  765. data/app/views/railsui/shared/_rui_email_preview.html.erb +22 -0
  766. data/app/views/railsui/shared/_rui_email_preview_neutral.html.erb +22 -0
  767. data/app/views/railsui/shared/_scroll_to_top.html.erb +6 -0
  768. data/app/views/railsui/shared/_snippet.html.erb +184 -0
  769. data/app/views/railsui/shared/_system_nav.html.erb +3 -0
  770. data/app/views/railsui/shared/_system_nav_item.html.erb +3 -0
  771. data/app/views/railsui/shared/_theme_label.html.erb +18 -0
  772. data/app/views/railsui/shared/_usage_guide.html.erb +17 -0
  773. data/app/views/railsui/systems/authentication/devise/change_password.html.erb +2 -0
  774. data/app/views/railsui/systems/authentication/devise/confirmation.html.erb +2 -0
  775. data/app/views/railsui/systems/authentication/devise/edit.html.erb +2 -0
  776. data/app/views/railsui/systems/authentication/devise/edit_password.html.erb +2 -0
  777. data/app/views/railsui/systems/authentication/devise/overview.html.erb +2 -0
  778. data/app/views/railsui/systems/authentication/devise/reset_password.html.erb +2 -0
  779. data/app/views/railsui/systems/authentication/devise/signin.html.erb +2 -0
  780. data/app/views/railsui/systems/authentication/devise/signup.html.erb +2 -0
  781. data/app/views/railsui/systems/authentication/devise/unlocks.html.erb +2 -0
  782. data/app/views/railsui/systems/authentication/overview.html.erb +2 -0
  783. data/app/views/railsui/systems/authentication/static/change_password.html.erb +2 -0
  784. data/app/views/railsui/systems/authentication/static/confirmation.html.erb +2 -0
  785. data/app/views/railsui/systems/authentication/static/edit.html.erb +2 -0
  786. data/app/views/railsui/systems/authentication/static/edit_password.html.erb +2 -0
  787. data/app/views/railsui/systems/authentication/static/overview.html.erb +2 -0
  788. data/app/views/railsui/systems/authentication/static/reset_password.html.erb +2 -0
  789. data/app/views/railsui/systems/authentication/static/signin.html.erb +2 -0
  790. data/app/views/railsui/systems/authentication/static/signup.html.erb +2 -0
  791. data/app/views/railsui/systems/authentication/static/unlocks.html.erb +2 -0
  792. data/app/views/railsui/systems/components/accordion.html.erb +6 -0
  793. data/app/views/railsui/systems/components/alert.html.erb +6 -0
  794. data/app/views/railsui/systems/components/avatar.html.erb +6 -0
  795. data/app/views/railsui/systems/components/badge.html.erb +6 -0
  796. data/app/views/railsui/systems/components/breadcrumb.html.erb +5 -0
  797. data/app/views/railsui/systems/components/button.html.erb +6 -0
  798. data/app/views/railsui/systems/components/card.html.erb +5 -0
  799. data/app/views/railsui/systems/components/combobox.html.erb +5 -0
  800. data/app/views/railsui/systems/components/datalist.html.erb +2 -0
  801. data/app/views/railsui/systems/components/dropdown.html.erb +5 -0
  802. data/app/views/railsui/systems/components/flash.html.erb +6 -0
  803. data/app/views/railsui/systems/components/modal.html.erb +6 -0
  804. data/app/views/railsui/systems/components/navigation.html.erb +5 -0
  805. data/app/views/railsui/systems/components/pagination.html.erb +5 -0
  806. data/app/views/railsui/systems/components/tab.html.erb +6 -0
  807. data/app/views/railsui/systems/components/toast.html.erb +6 -0
  808. data/app/views/railsui/systems/components/tooltip.html.erb +5 -0
  809. data/app/views/railsui/systems/components.html.erb +2 -0
  810. data/app/views/railsui/systems/content/image.html.erb +6 -0
  811. data/app/views/railsui/systems/content/table.html.erb +6 -0
  812. data/app/views/railsui/systems/content/typography.html.erb +6 -0
  813. data/app/views/railsui/systems/content.html.erb +2 -0
  814. data/app/views/railsui/systems/forms/action_text.html.erb +6 -0
  815. data/app/views/railsui/systems/forms/checkbox.html.erb +6 -0
  816. data/app/views/railsui/systems/forms/input.html.erb +6 -0
  817. data/app/views/railsui/systems/forms/input_group.html.erb +6 -0
  818. data/app/views/railsui/systems/forms/layout.html.erb +2 -0
  819. data/app/views/railsui/systems/forms/radio.html.erb +5 -0
  820. data/app/views/railsui/systems/forms/scaffolding.html.erb +6 -0
  821. data/app/views/railsui/systems/forms/select.html.erb +6 -0
  822. data/app/views/railsui/systems/forms/switch.html.erb +6 -0
  823. data/app/views/railsui/systems/forms/validation.html.erb +6 -0
  824. data/app/views/railsui/systems/forms.html.erb +2 -0
  825. data/app/views/railsui/systems/helpers/custom_colors.html.erb +100 -0
  826. data/app/views/railsui/systems/helpers/demo_avatar.html.erb +77 -0
  827. data/app/views/railsui/systems/helpers/email_action.html.erb +121 -0
  828. data/app/views/railsui/systems/helpers/email_callout.html.erb +67 -0
  829. data/app/views/railsui/systems/helpers/icon.html.erb +10 -0
  830. data/app/views/railsui/systems/helpers/nav_link.html.erb +99 -0
  831. data/app/views/railsui/systems/helpers/overview.html.erb +19 -0
  832. data/app/views/railsui/systems/helpers/railsui_head.html.erb +64 -0
  833. data/app/views/railsui/systems/helpers/spacer.html.erb +41 -0
  834. data/app/views/railsui/systems/icons.html.erb +6 -0
  835. data/app/views/railsui/systems/mailers/devise.html.erb +2 -0
  836. data/app/views/railsui/systems/mailers/layout.html.erb +2 -0
  837. data/app/views/railsui/systems/mailers/minimal.html.erb +2 -0
  838. data/app/views/railsui/systems/mailers/overview.html.erb +54 -0
  839. data/app/views/railsui/systems/mailers/promotion.html.erb +2 -0
  840. data/app/views/railsui/systems/mailers/transactional.html.erb +2 -0
  841. data/app/views/railsui/systems/mailers.html.erb +225 -0
  842. data/app/views/railsui/systems/scaffolds.html.erb +2 -0
  843. data/app/views/railsui/systems/show.html.erb +26 -0
  844. data/app/views/railsui/themes/hound/_components.html.erb +7 -0
  845. data/app/views/railsui/themes/hound/_content.html.erb +9 -0
  846. data/app/views/railsui/themes/hound/_fonts.html.erb +0 -0
  847. data/app/views/railsui/themes/hound/_forms.html.erb +17 -0
  848. data/app/views/railsui/themes/hound/_icons.html.erb +125 -0
  849. data/app/views/railsui/themes/hound/_nav.html.erb +166 -0
  850. data/app/views/railsui/themes/hound/_scaffolds.html.erb +42 -0
  851. data/app/views/railsui/themes/hound/authentication/_overview.html.erb +5 -0
  852. data/app/views/railsui/themes/hound/authentication/devise/_change_password.html.erb +141 -0
  853. data/app/views/railsui/themes/hound/authentication/devise/_confirmation.html.erb +107 -0
  854. data/app/views/railsui/themes/hound/authentication/devise/_edit.html.erb +255 -0
  855. data/app/views/railsui/themes/hound/authentication/devise/_overview.html.erb +332 -0
  856. data/app/views/railsui/themes/hound/authentication/devise/_reset_password.html.erb +105 -0
  857. data/app/views/railsui/themes/hound/authentication/devise/_signin.html.erb +162 -0
  858. data/app/views/railsui/themes/hound/authentication/devise/_signup.html.erb +163 -0
  859. data/app/views/railsui/themes/hound/authentication/devise/_unlocks.html.erb +98 -0
  860. data/app/views/railsui/themes/hound/authentication/static/_change_password.html.erb +211 -0
  861. data/app/views/railsui/themes/hound/authentication/static/_confirmation.html.erb +156 -0
  862. data/app/views/railsui/themes/hound/authentication/static/_edit.html.erb +244 -0
  863. data/app/views/railsui/themes/hound/authentication/static/_overview.html.erb +279 -0
  864. data/app/views/railsui/themes/hound/authentication/static/_reset_password.html.erb +159 -0
  865. data/app/views/railsui/themes/hound/authentication/static/_signin.html.erb +233 -0
  866. data/app/views/railsui/themes/hound/authentication/static/_signup.html.erb +223 -0
  867. data/app/views/railsui/themes/hound/authentication/static/_unlocks.html.erb +146 -0
  868. data/app/views/railsui/themes/hound/components/_accordion.html.erb +17 -0
  869. data/app/views/railsui/themes/hound/components/_alert.html.erb +23 -0
  870. data/app/views/railsui/themes/hound/components/_avatar.html.erb +13 -0
  871. data/app/views/railsui/themes/hound/components/_badge.html.erb +20 -0
  872. data/app/views/railsui/themes/hound/components/_breadcrumb.html.erb +14 -0
  873. data/app/views/railsui/themes/hound/components/_button.html.erb +16 -0
  874. data/app/views/railsui/themes/hound/components/_card.html.erb +26 -0
  875. data/app/views/railsui/themes/hound/components/_combobox.html.erb +11 -0
  876. data/app/views/railsui/themes/hound/components/_dropdown.html.erb +22 -0
  877. data/app/views/railsui/themes/hound/components/_flash.html.erb +17 -0
  878. data/app/views/railsui/themes/hound/components/_modal.html.erb +24 -0
  879. data/app/views/railsui/themes/hound/components/_navigation.html.erb +11 -0
  880. data/app/views/railsui/themes/hound/components/_pagination.html.erb +18 -0
  881. data/app/views/railsui/themes/hound/components/_tab.html.erb +20 -0
  882. data/app/views/railsui/themes/hound/components/_toast.html.erb +78 -0
  883. data/app/views/railsui/themes/hound/components/_tooltip.html.erb +77 -0
  884. data/app/views/railsui/themes/hound/components/accordion/_contained.html.erb +118 -0
  885. data/app/views/railsui/themes/hound/components/accordion/_flush.html.erb +119 -0
  886. data/app/views/railsui/themes/hound/components/alert/_dismissable.html.erb +53 -0
  887. data/app/views/railsui/themes/hound/components/alert/_with_accent_border.html.erb +39 -0
  888. data/app/views/railsui/themes/hound/components/alert/_with_actions.html.erb +68 -0
  889. data/app/views/railsui/themes/hound/components/alert/_with_description.html.erb +48 -0
  890. data/app/views/railsui/themes/hound/components/alert/_with_list.html.erb +54 -0
  891. data/app/views/railsui/themes/hound/components/avatar/_circle.html.erb +65 -0
  892. data/app/views/railsui/themes/hound/components/avatar/_rounded.html.erb +65 -0
  893. data/app/views/railsui/themes/hound/components/badge/_basic.html.erb +90 -0
  894. data/app/views/railsui/themes/hound/components/badge/_outline.html.erb +89 -0
  895. data/app/views/railsui/themes/hound/components/badge/_pill.html.erb +89 -0
  896. data/app/views/railsui/themes/hound/components/badge/_tag.html.erb +329 -0
  897. data/app/views/railsui/themes/hound/components/breadcrumb/_base.html.erb +91 -0
  898. data/app/views/railsui/themes/hound/components/breadcrumb/_contained.html.erb +86 -0
  899. data/app/views/railsui/themes/hound/components/button/_base.html.erb +52 -0
  900. data/app/views/railsui/themes/hound/components/button/_expanded.html.erb +27 -0
  901. data/app/views/railsui/themes/hound/components/button/_sizes.html.erb +36 -0
  902. data/app/views/railsui/themes/hound/components/card/_base.html.erb +36 -0
  903. data/app/views/railsui/themes/hound/components/card/_user_card.html.erb +62 -0
  904. data/app/views/railsui/themes/hound/components/card/_user_card_dropdown.html.erb +134 -0
  905. data/app/views/railsui/themes/hound/components/card/_user_card_with_actions.html.erb +74 -0
  906. data/app/views/railsui/themes/hound/components/card/_with_action.html.erb +62 -0
  907. data/app/views/railsui/themes/hound/components/card/_with_header.html.erb +184 -0
  908. data/app/views/railsui/themes/hound/components/combobox/_base.html.erb +464 -0
  909. data/app/views/railsui/themes/hound/components/dropdown/_base.html.erb +73 -0
  910. data/app/views/railsui/themes/hound/components/dropdown/_dropdown.html.erb +24 -0
  911. data/app/views/railsui/themes/hound/components/dropdown/_dropdown_w_icon.html.erb +27 -0
  912. data/app/views/railsui/themes/hound/components/dropdown/_right_aligned.html.erb +96 -0
  913. data/app/views/railsui/themes/hound/components/dropdown/_with_dividers.html.erb +107 -0
  914. data/app/views/railsui/themes/hound/components/dropdown/_with_icons.html.erb +107 -0
  915. data/app/views/railsui/themes/hound/components/dropdown/tutorial/_1.html.erb +44 -0
  916. data/app/views/railsui/themes/hound/components/dropdown/tutorial/_2.html.erb +16 -0
  917. data/app/views/railsui/themes/hound/components/dropdown/tutorial/_3.html.erb +16 -0
  918. data/app/views/railsui/themes/hound/components/dropdown/tutorial/_4.html.erb +27 -0
  919. data/app/views/railsui/themes/hound/components/dropdown/tutorial/_dependencies.html.erb +3 -0
  920. data/app/views/railsui/themes/hound/components/dropdown/tutorial/_tutorial.html.erb +25 -0
  921. data/app/views/railsui/themes/hound/components/flash/_alert.html.erb +34 -0
  922. data/app/views/railsui/themes/hound/components/flash/_dynamic.html.erb +51 -0
  923. data/app/views/railsui/themes/hound/components/flash/_notice.html.erb +34 -0
  924. data/app/views/railsui/themes/hound/components/modal/_base.html.erb +123 -0
  925. data/app/views/railsui/themes/hound/components/modal/_centered_dual_action.html.erb +140 -0
  926. data/app/views/railsui/themes/hound/components/modal/_dismiss_icon.html.erb +161 -0
  927. data/app/views/railsui/themes/hound/components/modal/_single_action.html.erb +134 -0
  928. data/app/views/railsui/themes/hound/components/modal/_with_form.html.erb +171 -0
  929. data/app/views/railsui/themes/hound/components/navigation/_base.html.erb +316 -0
  930. data/app/views/railsui/themes/hound/components/navigation/_nav_preview.html.erb +9 -0
  931. data/app/views/railsui/themes/hound/components/navigation/_with_action.html.erb +300 -0
  932. data/app/views/railsui/themes/hound/components/navigation/_with_dropdowns.html.erb +754 -0
  933. data/app/views/railsui/themes/hound/components/navigation/_with_search.html.erb +303 -0
  934. data/app/views/railsui/themes/hound/components/pagination/_contained.html.erb +162 -0
  935. data/app/views/railsui/themes/hound/components/pagination/_minimal.html.erb +164 -0
  936. data/app/views/railsui/themes/hound/components/pagination/_pagy.html.erb +120 -0
  937. data/app/views/railsui/themes/hound/components/tab/_base.html.erb +118 -0
  938. data/app/views/railsui/themes/hound/components/tab/_pills.html.erb +119 -0
  939. data/app/views/railsui/themes/hound/components/tab/_rounded.html.erb +121 -0
  940. data/app/views/railsui/themes/hound/components/tab/_with_icons.html.erb +163 -0
  941. data/app/views/railsui/themes/hound/components/toast/_base.html.erb +114 -0
  942. data/app/views/railsui/themes/hound/components/tooltip/_base.html.erb +54 -0
  943. data/app/views/railsui/themes/hound/content/_image.html.erb +31 -0
  944. data/app/views/railsui/themes/hound/content/_table.html.erb +16 -0
  945. data/app/views/railsui/themes/hound/content/_typography.html.erb +47 -0
  946. data/app/views/railsui/themes/hound/content/image/_object_contain.html.erb +36 -0
  947. data/app/views/railsui/themes/hound/content/image/_object_cover.html.erb +38 -0
  948. data/app/views/railsui/themes/hound/content/image/_object_fill.html.erb +37 -0
  949. data/app/views/railsui/themes/hound/content/image/_object_scale_down.html.erb +39 -0
  950. data/app/views/railsui/themes/hound/content/image/_responsive.html.erb +28 -0
  951. data/app/views/railsui/themes/hound/content/table/_bordered.html.erb +114 -0
  952. data/app/views/railsui/themes/hound/content/table/_borderless.html.erb +113 -0
  953. data/app/views/railsui/themes/hound/content/typography/_blockquote.html.erb +51 -0
  954. data/app/views/railsui/themes/hound/content/typography/_display_headings.html.erb +80 -0
  955. data/app/views/railsui/themes/hound/content/typography/_fonts.html.erb +29 -0
  956. data/app/views/railsui/themes/hound/content/typography/_headings.html.erb +101 -0
  957. data/app/views/railsui/themes/hound/content/typography/_inline_formatting.html.erb +64 -0
  958. data/app/views/railsui/themes/hound/content/typography/_lead_paragraph.html.erb +31 -0
  959. data/app/views/railsui/themes/hound/content/typography/_lists.html.erb +100 -0
  960. data/app/views/railsui/themes/hound/content/typography/_paragraphs.html.erb +38 -0
  961. data/app/views/railsui/themes/hound/forms/_action_text.html.erb +52 -0
  962. data/app/views/railsui/themes/hound/forms/_checkbox.html.erb +63 -0
  963. data/app/views/railsui/themes/hound/forms/_input.html.erb +432 -0
  964. data/app/views/railsui/themes/hound/forms/_input_group.html.erb +477 -0
  965. data/app/views/railsui/themes/hound/forms/_radio.html.erb +98 -0
  966. data/app/views/railsui/themes/hound/forms/_select.html.erb +116 -0
  967. data/app/views/railsui/themes/hound/forms/_switch.html.erb +63 -0
  968. data/app/views/railsui/themes/hound/forms/_validation.html.erb +77 -0
  969. data/app/views/railsui/themes/hound/mailers/_devise.html.erb +44 -0
  970. data/app/views/railsui/themes/hound/mailers/_layout.html.erb +980 -0
  971. data/app/views/railsui/themes/hound/mailers/_mailer_preview.html.erb +537 -0
  972. data/app/views/railsui/themes/hound/mailers/_minimal.html.erb +73 -0
  973. data/app/views/railsui/themes/hound/mailers/_promotion.html.erb +81 -0
  974. data/app/views/railsui/themes/hound/mailers/_transactional.html.erb +175 -0
  975. data/app/views/railsui/themes/hound/mailers/devise/_confirmation_instructions.html.erb +42 -0
  976. data/app/views/railsui/themes/hound/mailers/devise/_email_changed.html.erb +44 -0
  977. data/app/views/railsui/themes/hound/mailers/devise/_password_changed.html.erb +31 -0
  978. data/app/views/railsui/themes/hound/mailers/devise/_reset_password_instructions.html.erb +39 -0
  979. data/app/views/railsui/themes/hound/mailers/devise/_unlock_instructions.html.erb +40 -0
  980. data/app/views/railsui/themes/hound/scaffolds/_edit.html.erb +106 -0
  981. data/app/views/railsui/themes/hound/scaffolds/_index.html.erb +108 -0
  982. data/app/views/railsui/themes/hound/scaffolds/_new.html.erb +97 -0
  983. data/app/views/railsui/themes/hound/scaffolds/_partial.html.erb +72 -0
  984. data/app/views/railsui/themes/hound/scaffolds/_show.html.erb +105 -0
  985. data/app/views/railsui/themes/shepherd/_components.html.erb +8 -0
  986. data/app/views/railsui/themes/shepherd/_content.html.erb +11 -0
  987. data/app/views/railsui/themes/shepherd/_fonts.html.erb +4 -0
  988. data/app/views/railsui/themes/shepherd/_forms.html.erb +17 -0
  989. data/app/views/railsui/themes/shepherd/_icons.html.erb +125 -0
  990. data/app/views/railsui/themes/shepherd/_nav.html.erb +169 -0
  991. data/app/views/railsui/themes/shepherd/_scaffolds.html.erb +42 -0
  992. data/app/views/railsui/themes/shepherd/authentication/_overview.html.erb +5 -0
  993. data/app/views/railsui/themes/shepherd/authentication/devise/_change_password.html.erb +117 -0
  994. data/app/views/railsui/themes/shepherd/authentication/devise/_confirmation.html.erb +71 -0
  995. data/app/views/railsui/themes/shepherd/authentication/devise/_edit.html.erb +566 -0
  996. data/app/views/railsui/themes/shepherd/authentication/devise/_overview.html.erb +290 -0
  997. data/app/views/railsui/themes/shepherd/authentication/devise/_reset_password.html.erb +69 -0
  998. data/app/views/railsui/themes/shepherd/authentication/devise/_signin.html.erb +121 -0
  999. data/app/views/railsui/themes/shepherd/authentication/devise/_signup.html.erb +128 -0
  1000. data/app/views/railsui/themes/shepherd/authentication/devise/_unlocks.html.erb +77 -0
  1001. data/app/views/railsui/themes/shepherd/authentication/static/_change_password.html.erb +157 -0
  1002. data/app/views/railsui/themes/shepherd/authentication/static/_confirmation.html.erb +71 -0
  1003. data/app/views/railsui/themes/shepherd/authentication/static/_edit.html.erb +553 -0
  1004. data/app/views/railsui/themes/shepherd/authentication/static/_overview.html.erb +259 -0
  1005. data/app/views/railsui/themes/shepherd/authentication/static/_reset_password.html.erb +91 -0
  1006. data/app/views/railsui/themes/shepherd/authentication/static/_signin.html.erb +158 -0
  1007. data/app/views/railsui/themes/shepherd/authentication/static/_signup.html.erb +220 -0
  1008. data/app/views/railsui/themes/shepherd/authentication/static/_unlocks.html.erb +112 -0
  1009. data/app/views/railsui/themes/shepherd/components/_accordion.html.erb +17 -0
  1010. data/app/views/railsui/themes/shepherd/components/_alert.html.erb +23 -0
  1011. data/app/views/railsui/themes/shepherd/components/_avatar.html.erb +13 -0
  1012. data/app/views/railsui/themes/shepherd/components/_badge.html.erb +20 -0
  1013. data/app/views/railsui/themes/shepherd/components/_breadcrumb.html.erb +14 -0
  1014. data/app/views/railsui/themes/shepherd/components/_button.html.erb +16 -0
  1015. data/app/views/railsui/themes/shepherd/components/_card.html.erb +29 -0
  1016. data/app/views/railsui/themes/shepherd/components/_combobox.html.erb +11 -0
  1017. data/app/views/railsui/themes/shepherd/components/_datalist.html.erb +14 -0
  1018. data/app/views/railsui/themes/shepherd/components/_dropdown.html.erb +23 -0
  1019. data/app/views/railsui/themes/shepherd/components/_flash.html.erb +15 -0
  1020. data/app/views/railsui/themes/shepherd/components/_modal.html.erb +24 -0
  1021. data/app/views/railsui/themes/shepherd/components/_navigation.html.erb +11 -0
  1022. data/app/views/railsui/themes/shepherd/components/_pagination.html.erb +20 -0
  1023. data/app/views/railsui/themes/shepherd/components/_tab.html.erb +22 -0
  1024. data/app/views/railsui/themes/shepherd/components/_toast.html.erb +79 -0
  1025. data/app/views/railsui/themes/shepherd/components/_tooltip.html.erb +77 -0
  1026. data/app/views/railsui/themes/shepherd/components/accordion/_contained.html.erb +160 -0
  1027. data/app/views/railsui/themes/shepherd/components/accordion/_flush.html.erb +159 -0
  1028. data/app/views/railsui/themes/shepherd/components/alert/_dismissable.html.erb +50 -0
  1029. data/app/views/railsui/themes/shepherd/components/alert/_with_accent_border.html.erb +34 -0
  1030. data/app/views/railsui/themes/shepherd/components/alert/_with_actions.html.erb +66 -0
  1031. data/app/views/railsui/themes/shepherd/components/alert/_with_description.html.erb +44 -0
  1032. data/app/views/railsui/themes/shepherd/components/alert/_with_list.html.erb +51 -0
  1033. data/app/views/railsui/themes/shepherd/components/avatar/_circle.html.erb +65 -0
  1034. data/app/views/railsui/themes/shepherd/components/avatar/_rounded.html.erb +65 -0
  1035. data/app/views/railsui/themes/shepherd/components/badge/_basic.html.erb +90 -0
  1036. data/app/views/railsui/themes/shepherd/components/badge/_outline.html.erb +89 -0
  1037. data/app/views/railsui/themes/shepherd/components/badge/_pill.html.erb +89 -0
  1038. data/app/views/railsui/themes/shepherd/components/badge/_tag.html.erb +244 -0
  1039. data/app/views/railsui/themes/shepherd/components/breadcrumb/_base.html.erb +91 -0
  1040. data/app/views/railsui/themes/shepherd/components/breadcrumb/_contained.html.erb +86 -0
  1041. data/app/views/railsui/themes/shepherd/components/button/_base.html.erb +74 -0
  1042. data/app/views/railsui/themes/shepherd/components/button/_expanded.html.erb +27 -0
  1043. data/app/views/railsui/themes/shepherd/components/button/_sizes.html.erb +36 -0
  1044. data/app/views/railsui/themes/shepherd/components/card/_base.html.erb +36 -0
  1045. data/app/views/railsui/themes/shepherd/components/card/_list_item.html.erb +62 -0
  1046. data/app/views/railsui/themes/shepherd/components/card/_property_card.html.erb +140 -0
  1047. data/app/views/railsui/themes/shepherd/components/card/_property_user_card.html.erb +78 -0
  1048. data/app/views/railsui/themes/shepherd/components/card/_user_card_with_actions.html.erb +70 -0
  1049. data/app/views/railsui/themes/shepherd/components/card/_with_action.html.erb +97 -0
  1050. data/app/views/railsui/themes/shepherd/components/card/_with_header.html.erb +57 -0
  1051. data/app/views/railsui/themes/shepherd/components/card/preview/_property_card.html.erb +50 -0
  1052. data/app/views/railsui/themes/shepherd/components/card/preview/_property_user_card.html.erb +20 -0
  1053. data/app/views/railsui/themes/shepherd/components/combobox/_base.html.erb +461 -0
  1054. data/app/views/railsui/themes/shepherd/components/datalist/_booking_item.html.erb +69 -0
  1055. data/app/views/railsui/themes/shepherd/components/datalist/_booking_list.html.erb +282 -0
  1056. data/app/views/railsui/themes/shepherd/components/datalist/_line_item.html.erb +60 -0
  1057. data/app/views/railsui/themes/shepherd/components/datalist/_property_list.html.erb +194 -0
  1058. data/app/views/railsui/themes/shepherd/components/dropdown/_base.html.erb +75 -0
  1059. data/app/views/railsui/themes/shepherd/components/dropdown/_dropdown.html.erb +25 -0
  1060. data/app/views/railsui/themes/shepherd/components/dropdown/_dropdown_w_icon.html.erb +28 -0
  1061. data/app/views/railsui/themes/shepherd/components/dropdown/_right_aligned.html.erb +103 -0
  1062. data/app/views/railsui/themes/shepherd/components/dropdown/_with_dividers.html.erb +115 -0
  1063. data/app/views/railsui/themes/shepherd/components/dropdown/_with_menu_icons.html.erb +97 -0
  1064. data/app/views/railsui/themes/shepherd/components/dropdown/tutorial/_1.html.erb +44 -0
  1065. data/app/views/railsui/themes/shepherd/components/dropdown/tutorial/_2.html.erb +16 -0
  1066. data/app/views/railsui/themes/shepherd/components/dropdown/tutorial/_3.html.erb +16 -0
  1067. data/app/views/railsui/themes/shepherd/components/dropdown/tutorial/_4.html.erb +27 -0
  1068. data/app/views/railsui/themes/shepherd/components/dropdown/tutorial/_dependencies.html.erb +3 -0
  1069. data/app/views/railsui/themes/shepherd/components/dropdown/tutorial/_tutorial.html.erb +25 -0
  1070. data/app/views/railsui/themes/shepherd/components/flash/_alert.html.erb +34 -0
  1071. data/app/views/railsui/themes/shepherd/components/flash/_dynamic.html.erb +51 -0
  1072. data/app/views/railsui/themes/shepherd/components/flash/_notice.html.erb +34 -0
  1073. data/app/views/railsui/themes/shepherd/components/modal/_base.html.erb +146 -0
  1074. data/app/views/railsui/themes/shepherd/components/modal/_centered_dual_action.html.erb +184 -0
  1075. data/app/views/railsui/themes/shepherd/components/modal/_dismiss_icon.html.erb +205 -0
  1076. data/app/views/railsui/themes/shepherd/components/modal/_single_action.html.erb +167 -0
  1077. data/app/views/railsui/themes/shepherd/components/modal/_with_form.html.erb +230 -0
  1078. data/app/views/railsui/themes/shepherd/components/navigation/_base.html.erb +423 -0
  1079. data/app/views/railsui/themes/shepherd/components/navigation/_logged_out.html.erb +199 -0
  1080. data/app/views/railsui/themes/shepherd/components/navigation/_nav_menu.html.erb +84 -0
  1081. data/app/views/railsui/themes/shepherd/components/navigation/_nav_preview.html.erb +8 -0
  1082. data/app/views/railsui/themes/shepherd/components/navigation/_nav_preview_zinc.html.erb +8 -0
  1083. data/app/views/railsui/themes/shepherd/components/navigation/_notifications.html.erb +62 -0
  1084. data/app/views/railsui/themes/shepherd/components/navigation/_with_dropdowns.html.erb +622 -0
  1085. data/app/views/railsui/themes/shepherd/components/navigation/_with_search.html.erb +579 -0
  1086. data/app/views/railsui/themes/shepherd/components/pagination/_contained.html.erb +162 -0
  1087. data/app/views/railsui/themes/shepherd/components/pagination/_dark.html.erb +161 -0
  1088. data/app/views/railsui/themes/shepherd/components/pagination/_pagy.html.erb +146 -0
  1089. data/app/views/railsui/themes/shepherd/components/pagination/_simple.html.erb +161 -0
  1090. data/app/views/railsui/themes/shepherd/components/tab/_base.html.erb +116 -0
  1091. data/app/views/railsui/themes/shepherd/components/tab/_dark.html.erb +0 -0
  1092. data/app/views/railsui/themes/shepherd/components/tab/_pills.html.erb +118 -0
  1093. data/app/views/railsui/themes/shepherd/components/tab/_rounded.html.erb +121 -0
  1094. data/app/views/railsui/themes/shepherd/components/tab/_with_icons.html.erb +167 -0
  1095. data/app/views/railsui/themes/shepherd/components/toast/_base.html.erb +108 -0
  1096. data/app/views/railsui/themes/shepherd/components/tooltip/_base.html.erb +34 -0
  1097. data/app/views/railsui/themes/shepherd/content/_image.html.erb +31 -0
  1098. data/app/views/railsui/themes/shepherd/content/_image_old.html.erb +139 -0
  1099. data/app/views/railsui/themes/shepherd/content/_table.html.erb +16 -0
  1100. data/app/views/railsui/themes/shepherd/content/_typography.html.erb +47 -0
  1101. data/app/views/railsui/themes/shepherd/content/image/_object_contain.html.erb +34 -0
  1102. data/app/views/railsui/themes/shepherd/content/image/_object_cover.html.erb +36 -0
  1103. data/app/views/railsui/themes/shepherd/content/image/_object_fill.html.erb +36 -0
  1104. data/app/views/railsui/themes/shepherd/content/image/_object_scale_down.html.erb +36 -0
  1105. data/app/views/railsui/themes/shepherd/content/image/_responsive.html.erb +28 -0
  1106. data/app/views/railsui/themes/shepherd/content/table/_bordered.html.erb +113 -0
  1107. data/app/views/railsui/themes/shepherd/content/table/_borderless.html.erb +114 -0
  1108. data/app/views/railsui/themes/shepherd/content/typography/_blockquote.html.erb +51 -0
  1109. data/app/views/railsui/themes/shepherd/content/typography/_display_headings.html.erb +80 -0
  1110. data/app/views/railsui/themes/shepherd/content/typography/_fonts.html.erb +29 -0
  1111. data/app/views/railsui/themes/shepherd/content/typography/_headings.html.erb +99 -0
  1112. data/app/views/railsui/themes/shepherd/content/typography/_inline_formatting.html.erb +63 -0
  1113. data/app/views/railsui/themes/shepherd/content/typography/_lead_paragraph.html.erb +32 -0
  1114. data/app/views/railsui/themes/shepherd/content/typography/_lists.html.erb +102 -0
  1115. data/app/views/railsui/themes/shepherd/content/typography/_paragraphs.html.erb +38 -0
  1116. data/app/views/railsui/themes/shepherd/forms/_action_text.html.erb +52 -0
  1117. data/app/views/railsui/themes/shepherd/forms/_checkbox.html.erb +62 -0
  1118. data/app/views/railsui/themes/shepherd/forms/_input.html.erb +571 -0
  1119. data/app/views/railsui/themes/shepherd/forms/_input_group.html.erb +478 -0
  1120. data/app/views/railsui/themes/shepherd/forms/_radio.html.erb +97 -0
  1121. data/app/views/railsui/themes/shepherd/forms/_select.html.erb +114 -0
  1122. data/app/views/railsui/themes/shepherd/forms/_switch.html.erb +63 -0
  1123. data/app/views/railsui/themes/shepherd/forms/_validation.html.erb +64 -0
  1124. data/app/views/railsui/themes/shepherd/mailers/_devise.html.erb +36 -0
  1125. data/app/views/railsui/themes/shepherd/mailers/_layout.html.erb +1041 -0
  1126. data/app/views/railsui/themes/shepherd/mailers/_mailer_preview.html.erb +541 -0
  1127. data/app/views/railsui/themes/shepherd/mailers/_minimal.html.erb +68 -0
  1128. data/app/views/railsui/themes/shepherd/mailers/_promotion.html.erb +82 -0
  1129. data/app/views/railsui/themes/shepherd/mailers/_transactional.html.erb +175 -0
  1130. data/app/views/railsui/themes/shepherd/mailers/devise/_confirmation_instructions.html.erb +41 -0
  1131. data/app/views/railsui/themes/shepherd/mailers/devise/_email_changed.html.erb +41 -0
  1132. data/app/views/railsui/themes/shepherd/mailers/devise/_password_changed.html.erb +31 -0
  1133. data/app/views/railsui/themes/shepherd/mailers/devise/_reset_password_instructions.html.erb +37 -0
  1134. data/app/views/railsui/themes/shepherd/mailers/devise/_unlock_instructions.html.erb +40 -0
  1135. data/app/views/railsui/themes/shepherd/scaffolds/_edit.html.erb +105 -0
  1136. data/app/views/railsui/themes/shepherd/scaffolds/_index.html.erb +99 -0
  1137. data/app/views/railsui/themes/shepherd/scaffolds/_new.html.erb +96 -0
  1138. data/app/views/railsui/themes/shepherd/scaffolds/_partial.html.erb +72 -0
  1139. data/app/views/railsui/themes/shepherd/scaffolds/_show.html.erb +98 -0
  1140. data/app/views/routes/_route.html.erb +66 -0
  1141. data/app/views/routes/_table.html.erb +7 -0
  1142. data/config/colors.yml +50 -0
  1143. data/config/pages.yml +302 -0
  1144. data/config/routes.rb +114 -0
  1145. data/config/theme.yml +4 -0
  1146. data/lib/generators/railsui/install/install_generator.rb +101 -0
  1147. data/lib/generators/railsui/install/templates/controllers/pages_controller.rb +28 -0
  1148. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/blog-1.png +0 -0
  1149. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/blog-2.png +0 -0
  1150. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/blog-3.png +0 -0
  1151. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/brad-jost.png +0 -0
  1152. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/challenges.png +0 -0
  1153. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/checkboard-pattern.svg +1 -0
  1154. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/customer-support.png +0 -0
  1155. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/enabling-collaboration.png +0 -0
  1156. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/fusion.png +0 -0
  1157. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/hero-image.jpg +0 -0
  1158. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/logo.svg +1 -0
  1159. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/android-chrome-192x192.png +0 -0
  1160. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/android-chrome-512x512.png +0 -0
  1161. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/apple-touch-icon.png +0 -0
  1162. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/favicon-16x16.png +0 -0
  1163. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/favicon-32x32.png +0 -0
  1164. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/favicon.ico +0 -0
  1165. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/favicon.svg +3 -0
  1166. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/opengraph-mark.jpg +0 -0
  1167. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/meta/opengraph.jpg +0 -0
  1168. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/omniauth/facebook.svg +1 -0
  1169. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/omniauth/github.svg +1 -0
  1170. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/omniauth/google.svg +1 -0
  1171. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/omniauth/instagram.svg +1 -0
  1172. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/omniauth/linkedin.svg +1 -0
  1173. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/omniauth/x.svg +1 -0
  1174. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/omniauth/youtube.svg +1 -0
  1175. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/process.png +0 -0
  1176. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/quote.svg +1 -0
  1177. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/facebook.png +0 -0
  1178. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/facebook.svg +1 -0
  1179. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/github.png +0 -0
  1180. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/github.svg +1 -0
  1181. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/instagram.png +0 -0
  1182. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/instagram.svg +1 -0
  1183. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/linkedin.png +0 -0
  1184. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/linkedin.svg +1 -0
  1185. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/x.png +0 -0
  1186. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/x.svg +1 -0
  1187. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/youtube.png +0 -0
  1188. data/lib/generators/railsui/install/templates/themes/hound/images/railsui/social/youtube.svg +1 -0
  1189. data/lib/generators/railsui/install/templates/themes/hound/javascript/controllers/railsui/combo_select_controller.js +262 -0
  1190. data/lib/generators/railsui/install/templates/themes/hound/javascript/controllers/railsui/dashboard_controller.js +218 -0
  1191. data/lib/generators/railsui/install/templates/themes/hound/javascript/controllers/railsui/nav_controller.js +26 -0
  1192. data/lib/generators/railsui/install/templates/themes/hound/javascript/tailwind/headings.js +0 -0
  1193. data/lib/generators/railsui/install/templates/themes/hound/mail/railsui_mailer/minimal.html.erb +21 -0
  1194. data/lib/generators/railsui/install/templates/themes/hound/mail/railsui_mailer/minimal.text.erb +9 -0
  1195. data/lib/generators/railsui/install/templates/themes/hound/mail/railsui_mailer/promotion.html.erb +23 -0
  1196. data/lib/generators/railsui/install/templates/themes/hound/mail/railsui_mailer/promotion.text.erb +9 -0
  1197. data/lib/generators/railsui/install/templates/themes/hound/mail/railsui_mailer/transactional.html.erb +55 -0
  1198. data/lib/generators/railsui/install/templates/themes/hound/mail/railsui_mailer/transactional.text.erb +22 -0
  1199. data/lib/generators/railsui/install/templates/themes/hound/stylesheets/railsui/actiontext.css +177 -0
  1200. data/lib/generators/railsui/install/templates/themes/hound/stylesheets/railsui/buttons.css +45 -0
  1201. data/lib/generators/railsui/install/templates/themes/hound/stylesheets/railsui/forms.css +204 -0
  1202. data/lib/generators/railsui/install/templates/themes/hound/stylesheets/railsui/headings.css +47 -0
  1203. data/lib/generators/railsui/install/templates/themes/hound/stylesheets/railsui/navigation.css +42 -0
  1204. data/lib/generators/railsui/install/templates/themes/hound/stylesheets/railsui/tailwind.config.js +13 -0
  1205. data/lib/generators/railsui/install/templates/themes/hound/stylesheets/railsui/theme.css +72 -0
  1206. data/lib/generators/railsui/install/templates/themes/hound/views/layouts/rui/railsui.html.erb +31 -0
  1207. data/lib/generators/railsui/install/templates/themes/hound/views/layouts/rui/railsui_admin.html.erb +31 -0
  1208. data/lib/generators/railsui/install/templates/themes/hound/views/layouts/rui/railsui_mailer.html.erb +440 -0
  1209. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/about.html.erb +235 -0
  1210. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/activity.html.erb +145 -0
  1211. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/assignments.html.erb +133 -0
  1212. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/billing.html.erb +130 -0
  1213. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/calendar.html.erb +348 -0
  1214. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/dashboard.html.erb +313 -0
  1215. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/integrations.html.erb +173 -0
  1216. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/message.html.erb +212 -0
  1217. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/messages.html.erb +200 -0
  1218. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/notifications.html.erb +101 -0
  1219. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/people.html.erb +253 -0
  1220. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/pricing.html.erb +370 -0
  1221. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/profile.html.erb +166 -0
  1222. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/project.html.erb +267 -0
  1223. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/projects.html.erb +161 -0
  1224. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/settings.html.erb +66 -0
  1225. data/lib/generators/railsui/install/templates/themes/hound/views/rui/pages/team.html.erb +200 -0
  1226. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_email_action.html.erb +15 -0
  1227. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_email_callout.html.erb +7 -0
  1228. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_email_spacer.html.erb +7 -0
  1229. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_error_messages.html.erb +15 -0
  1230. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_flash.html.erb +11 -0
  1231. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_fonts.html.erb +3 -0
  1232. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_footer.html.erb +51 -0
  1233. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_meta.html.erb +90 -0
  1234. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_nav.html.erb +3 -0
  1235. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_nav_links.html.erb +8 -0
  1236. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_nav_menu.html.erb +74 -0
  1237. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_railsui_head.html.erb +4 -0
  1238. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/_search_overlay.html.erb +28 -0
  1239. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/admin/_create_dropdown.html.erb +142 -0
  1240. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/admin/_nav.html.erb +158 -0
  1241. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/admin/_nav_links.html.erb +8 -0
  1242. data/lib/generators/railsui/install/templates/themes/hound/views/rui/shared/admin/_settings_nav.html.erb +29 -0
  1243. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/aimee.jpg +0 -0
  1244. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/auth-cabin.jpg +0 -0
  1245. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/auth-desert.jpg +0 -0
  1246. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/cards/amex.svg +11 -0
  1247. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/cards/discover.svg +16 -0
  1248. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/cards/mastercard.svg +26 -0
  1249. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/cards/paypal.svg +26 -0
  1250. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/cards/visa.svg +14 -0
  1251. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/faq.png +0 -0
  1252. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/frankie.jpg +0 -0
  1253. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/gallery-1.jpg +0 -0
  1254. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/gallery-2.jpg +0 -0
  1255. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/gallery-3.jpg +0 -0
  1256. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/gallery-4.jpg +0 -0
  1257. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/gallery-5.jpg +0 -0
  1258. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/gallery-6.jpg +0 -0
  1259. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/harman.jpg +0 -0
  1260. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/help-1.png +0 -0
  1261. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/help-2.png +0 -0
  1262. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/help-3.png +0 -0
  1263. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/help-4.png +0 -0
  1264. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/hero-bg.jpg +0 -0
  1265. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/hero-image.jpg +0 -0
  1266. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/jackie-jones.png +0 -0
  1267. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/jackie.jpg +0 -0
  1268. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/jake-jones.png +0 -0
  1269. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/jake.jpg +0 -0
  1270. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/janae.jpg +0 -0
  1271. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/janel.jpg +0 -0
  1272. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/linework.svg +6 -0
  1273. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/logo.svg +3 -0
  1274. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/android-chrome-192x192.png +0 -0
  1275. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/android-chrome-512x512.png +0 -0
  1276. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/apple-touch-icon.png +0 -0
  1277. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/browserconfig.xml +9 -0
  1278. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/favicon-16x16.png +0 -0
  1279. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/favicon-32x32.png +0 -0
  1280. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/favicon.ico +0 -0
  1281. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/favicon.svg +3 -0
  1282. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/mstile-144x144.png +0 -0
  1283. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/mstile-150x150.png +0 -0
  1284. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/mstile-310x150.png +0 -0
  1285. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/mstile-310x310.png +0 -0
  1286. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/mstile-70x70.png +0 -0
  1287. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/opengraph-mark.jpg +0 -0
  1288. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/opengraph.jpg +0 -0
  1289. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/safari-pinned-tab.svg +39 -0
  1290. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/meta/site.webmanifest +19 -0
  1291. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/omniauth/facebook.svg +1 -0
  1292. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/omniauth/github.svg +1 -0
  1293. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/omniauth/google.svg +1 -0
  1294. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/omniauth/instagram.svg +1 -0
  1295. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/omniauth/linkedin.svg +1 -0
  1296. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/omniauth/x.svg +1 -0
  1297. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/omniauth/youtube.svg +1 -0
  1298. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/property-1.jpg +0 -0
  1299. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/property-2.jpg +0 -0
  1300. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/property-3.jpg +0 -0
  1301. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/read-more-photo.png +0 -0
  1302. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/ross.jpg +0 -0
  1303. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/ryan.jpg +0 -0
  1304. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/facebook.png +0 -0
  1305. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/facebook.svg +1 -0
  1306. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/github.png +0 -0
  1307. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/github.svg +1 -0
  1308. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/google.png +0 -0
  1309. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/google.svg +1 -0
  1310. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/instagram.png +0 -0
  1311. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/instagram.svg +1 -0
  1312. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/linkedin.png +0 -0
  1313. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/linkedin.svg +1 -0
  1314. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/twitter.png +0 -0
  1315. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/twitter.svg +1 -0
  1316. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/x.png +0 -0
  1317. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/x.svg +1 -0
  1318. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/youtube.png +0 -0
  1319. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/social/youtube.svg +1 -0
  1320. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/trevor.jpg +0 -0
  1321. data/lib/generators/railsui/install/templates/themes/shepherd/images/railsui/trusted-by.jpg +0 -0
  1322. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/auto_expand_text_area_controller.js +24 -0
  1323. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/counter_input_controller.js +36 -0
  1324. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/dark_mode_controller.js +64 -0
  1325. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/gallery_controller.js +14 -0
  1326. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/help_search_controller.js +62 -0
  1327. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/inbox_controller.js +53 -0
  1328. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/insight_chart_controller.js +122 -0
  1329. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/insights_controller.js +7 -0
  1330. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/nav_controller.js +20 -0
  1331. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/pricing_controller.js +41 -0
  1332. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/properties_controller.js +25 -0
  1333. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/scroll_spy_controller.js +84 -0
  1334. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/search_controller.js +43 -0
  1335. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/select_all_controller.js +16 -0
  1336. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/smooth_scroll_controller.js +13 -0
  1337. data/lib/generators/railsui/install/templates/themes/shepherd/javascript/controllers/railsui/visibility_controller.js +20 -0
  1338. data/lib/generators/railsui/install/templates/themes/shepherd/mail/railsui_mailer/minimal.html.erb +21 -0
  1339. data/lib/generators/railsui/install/templates/themes/shepherd/mail/railsui_mailer/minimal.text.erb +9 -0
  1340. data/lib/generators/railsui/install/templates/themes/shepherd/mail/railsui_mailer/promotion.html.erb +23 -0
  1341. data/lib/generators/railsui/install/templates/themes/shepherd/mail/railsui_mailer/promotion.text.erb +9 -0
  1342. data/lib/generators/railsui/install/templates/themes/shepherd/mail/railsui_mailer/transactional.html.erb +55 -0
  1343. data/lib/generators/railsui/install/templates/themes/shepherd/mail/railsui_mailer/transactional.text.erb +22 -0
  1344. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/actiontext.css +172 -0
  1345. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/buttons.css +45 -0
  1346. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/flatpickr.css +832 -0
  1347. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/forms.css +215 -0
  1348. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/headings.css +47 -0
  1349. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/navigation.css +17 -0
  1350. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/properties.css +3 -0
  1351. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/tailwind.config.js +13 -0
  1352. data/lib/generators/railsui/install/templates/themes/shepherd/stylesheets/railsui/theme.css +73 -0
  1353. data/lib/generators/railsui/install/templates/themes/shepherd/views/layouts/rui/railsui.html.erb +32 -0
  1354. data/lib/generators/railsui/install/templates/themes/shepherd/views/layouts/rui/railsui_admin.html.erb +32 -0
  1355. data/lib/generators/railsui/install/templates/themes/shepherd/views/layouts/rui/railsui_mailer.html.erb +440 -0
  1356. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/about.html.erb +304 -0
  1357. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/account_notifications.html.erb +85 -0
  1358. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/account_payment_methods.html.erb +105 -0
  1359. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/account_payouts.html.erb +57 -0
  1360. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/account_preferences.html.erb +78 -0
  1361. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/api.html.erb +351 -0
  1362. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/booking.html.erb +118 -0
  1363. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/bookings.html.erb +980 -0
  1364. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/calendar.html.erb +319 -0
  1365. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/changelog.html.erb +57 -0
  1366. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/contact.html.erb +41 -0
  1367. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/dashboard.html.erb +180 -0
  1368. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/edit_booking.html.erb +144 -0
  1369. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/help_center.html.erb +213 -0
  1370. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/inbox.html.erb +501 -0
  1371. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/insights.html.erb +687 -0
  1372. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/new_booking.html.erb +137 -0
  1373. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/pricing.html.erb +273 -0
  1374. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/privacy_policy.html.erb +74 -0
  1375. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/properties.html.erb +256 -0
  1376. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/pages/terms.html.erb +43 -0
  1377. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_email_action.html.erb +15 -0
  1378. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_email_callout.html.erb +7 -0
  1379. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_email_spacer.html.erb +7 -0
  1380. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_error_messages.html.erb +10 -0
  1381. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_flash.html.erb +11 -0
  1382. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_fonts.html.erb +4 -0
  1383. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_footer.html.erb +142 -0
  1384. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_meta.html.erb +90 -0
  1385. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_nav.html.erb +3 -0
  1386. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_nav_links.html.erb +0 -0
  1387. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_nav_menu.html.erb +75 -0
  1388. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_notifications.html.erb +62 -0
  1389. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_railsui_head.html.erb +4 -0
  1390. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/_search_overlay.html.erb +28 -0
  1391. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/account/_tabs.html.erb +13 -0
  1392. data/lib/generators/railsui/install/templates/themes/shepherd/views/rui/shared/admin/_nav_links.html.erb +7 -0
  1393. data/lib/generators/railsui/scaffold/USAGE +6 -0
  1394. data/lib/generators/railsui/scaffold/scaffold_generator.rb +39 -0
  1395. data/lib/generators/railsui/scaffold/templates/themes/hound/views/_form.html.erb.tt +47 -0
  1396. data/lib/generators/railsui/scaffold/templates/themes/hound/views/edit.html.erb.tt +25 -0
  1397. data/lib/generators/railsui/scaffold/templates/themes/hound/views/index.html.erb.tt +18 -0
  1398. data/lib/generators/railsui/scaffold/templates/themes/hound/views/new.html.erb.tt +22 -0
  1399. data/lib/generators/railsui/scaffold/templates/themes/hound/views/partial.html.erb.tt +24 -0
  1400. data/lib/generators/railsui/scaffold/templates/themes/hound/views/show.html.erb.tt +24 -0
  1401. data/lib/generators/railsui/scaffold/templates/themes/shepherd/views/_form.html.erb.tt +50 -0
  1402. data/lib/generators/railsui/scaffold/templates/themes/shepherd/views/edit.html.erb.tt +25 -0
  1403. data/lib/generators/railsui/scaffold/templates/themes/shepherd/views/index.html.erb.tt +12 -0
  1404. data/lib/generators/railsui/scaffold/templates/themes/shepherd/views/new.html.erb.tt +22 -0
  1405. data/lib/generators/railsui/scaffold/templates/themes/shepherd/views/partial.html.erb.tt +24 -0
  1406. data/lib/generators/railsui/scaffold/templates/themes/shepherd/views/show.html.erb.tt +24 -0
  1407. data/lib/generators/railsui/update/update_generator.rb +81 -0
  1408. data/lib/railsui/configuration.rb +129 -0
  1409. data/lib/railsui/engine.rb +28 -0
  1410. data/lib/railsui/pages.rb +41 -0
  1411. data/lib/railsui/theme_helper.rb +90 -0
  1412. data/lib/railsui/theme_setup.rb +336 -0
  1413. data/lib/railsui/themes.rb +22 -0
  1414. data/lib/railsui/version.rb +3 -0
  1415. data/lib/railsui.rb +60 -0
  1416. data/lib/tasks/install.rake +6 -0
  1417. data/lib/tasks/pages.rake +16 -0
  1418. data/lib/tasks/stimulus.rake +13 -0
  1419. data/package.json +24 -0
  1420. data/postcss.config.js +8 -0
  1421. data/tailwind.config.js +91 -0
  1422. data/yarn.lock +349 -0
  1423. metadata +1520 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 35a466784ed0945d81364c3e9190820fd7ed195938a7761eaf324d7f18a65e81
4
+ data.tar.gz: 0e61cef3e2e0942456500150b57a243aa5e37ff986b0f993663255147ee54bd5
5
+ SHA512:
6
+ metadata.gz: d8775c8dc245c22ff3fd010ec96cf66091227709442c03f0f0ee2ab97a7e19979aac699ef679bd0ca32c45d2add5552590f84de21a5edb6a517f03485f2bc740
7
+ data.tar.gz: 7c9c94b8ac2304e2b5babf7b663326549dcd592eb9bbfc6fa6b193a4cd051f76bb4f047de42c865ababf5f2ad970a0082e46bcb99aa546212900cfad82226b87
data/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ v18.16.0
data/.standard.yml ADDED
@@ -0,0 +1,3 @@
1
+ ignore:
2
+ - "**/*":
3
+ - Style/HashSyntax
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## [1.0.0] - 2023-03-29
4
+
5
+ - Initial release
6
+
7
+ ## [1.0.1] - 2023-05-23
8
+
9
+ Removes cssbundling-rails and jsbundling-rails gems from being gem dependencies. We bring necessary logic under the hood and reduce errors during install.
data/Gemfile ADDED
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ # Specify your gem's dependencies in railsui.gemspec
6
+ gemspec
7
+
8
+ gem "rake", "~> 13.0"
9
+ gem "minitest", "~> 5.0"
10
+ gem "standard", "~> 1.3"
11
+ gem "stimulus-rails"
12
+ gem "cssbundling-rails"
13
+ gem "railsui_icon"
data/Gemfile.lock ADDED
@@ -0,0 +1,254 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ railsui (3.1.0)
5
+ meta-tags
6
+ psych
7
+ rails (>= 7.0)
8
+ railsui_icon
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actioncable (7.2.1)
14
+ actionpack (= 7.2.1)
15
+ activesupport (= 7.2.1)
16
+ nio4r (~> 2.0)
17
+ websocket-driver (>= 0.6.1)
18
+ zeitwerk (~> 2.6)
19
+ actionmailbox (7.2.1)
20
+ actionpack (= 7.2.1)
21
+ activejob (= 7.2.1)
22
+ activerecord (= 7.2.1)
23
+ activestorage (= 7.2.1)
24
+ activesupport (= 7.2.1)
25
+ mail (>= 2.8.0)
26
+ actionmailer (7.2.1)
27
+ actionpack (= 7.2.1)
28
+ actionview (= 7.2.1)
29
+ activejob (= 7.2.1)
30
+ activesupport (= 7.2.1)
31
+ mail (>= 2.8.0)
32
+ rails-dom-testing (~> 2.2)
33
+ actionpack (7.2.1)
34
+ actionview (= 7.2.1)
35
+ activesupport (= 7.2.1)
36
+ nokogiri (>= 1.8.5)
37
+ racc
38
+ rack (>= 2.2.4, < 3.2)
39
+ rack-session (>= 1.0.1)
40
+ rack-test (>= 0.6.3)
41
+ rails-dom-testing (~> 2.2)
42
+ rails-html-sanitizer (~> 1.6)
43
+ useragent (~> 0.16)
44
+ actiontext (7.2.1)
45
+ actionpack (= 7.2.1)
46
+ activerecord (= 7.2.1)
47
+ activestorage (= 7.2.1)
48
+ activesupport (= 7.2.1)
49
+ globalid (>= 0.6.0)
50
+ nokogiri (>= 1.8.5)
51
+ actionview (7.2.1)
52
+ activesupport (= 7.2.1)
53
+ builder (~> 3.1)
54
+ erubi (~> 1.11)
55
+ rails-dom-testing (~> 2.2)
56
+ rails-html-sanitizer (~> 1.6)
57
+ activejob (7.2.1)
58
+ activesupport (= 7.2.1)
59
+ globalid (>= 0.3.6)
60
+ activemodel (7.2.1)
61
+ activesupport (= 7.2.1)
62
+ activerecord (7.2.1)
63
+ activemodel (= 7.2.1)
64
+ activesupport (= 7.2.1)
65
+ timeout (>= 0.4.0)
66
+ activestorage (7.2.1)
67
+ actionpack (= 7.2.1)
68
+ activejob (= 7.2.1)
69
+ activerecord (= 7.2.1)
70
+ activesupport (= 7.2.1)
71
+ marcel (~> 1.0)
72
+ activesupport (7.2.1)
73
+ base64
74
+ bigdecimal
75
+ concurrent-ruby (~> 1.0, >= 1.3.1)
76
+ connection_pool (>= 2.2.5)
77
+ drb
78
+ i18n (>= 1.6, < 2)
79
+ logger (>= 1.4.2)
80
+ minitest (>= 5.1)
81
+ securerandom (>= 0.3)
82
+ tzinfo (~> 2.0, >= 2.0.5)
83
+ ast (2.4.2)
84
+ base64 (0.2.0)
85
+ bigdecimal (3.1.8)
86
+ builder (3.3.0)
87
+ concurrent-ruby (1.3.4)
88
+ connection_pool (2.4.1)
89
+ crass (1.0.6)
90
+ cssbundling-rails (1.4.1)
91
+ railties (>= 6.0.0)
92
+ date (3.3.4)
93
+ drb (2.2.1)
94
+ erubi (1.13.0)
95
+ globalid (1.2.1)
96
+ activesupport (>= 6.1)
97
+ i18n (1.14.6)
98
+ concurrent-ruby (~> 1.0)
99
+ io-console (0.7.2)
100
+ irb (1.14.0)
101
+ rdoc (>= 4.0.0)
102
+ reline (>= 0.4.2)
103
+ json (2.7.2)
104
+ language_server-protocol (3.17.0.3)
105
+ lint_roller (1.1.0)
106
+ logger (1.6.1)
107
+ loofah (2.22.0)
108
+ crass (~> 1.0.2)
109
+ nokogiri (>= 1.12.0)
110
+ mail (2.8.1)
111
+ mini_mime (>= 0.1.1)
112
+ net-imap
113
+ net-pop
114
+ net-smtp
115
+ marcel (1.0.4)
116
+ meta-tags (2.22.0)
117
+ actionpack (>= 6.0.0, < 8.1)
118
+ mini_mime (1.1.5)
119
+ minitest (5.25.1)
120
+ net-imap (0.4.16)
121
+ date
122
+ net-protocol
123
+ net-pop (0.1.2)
124
+ net-protocol
125
+ net-protocol (0.2.2)
126
+ timeout
127
+ net-smtp (0.5.0)
128
+ net-protocol
129
+ nio4r (2.7.3)
130
+ nokogiri (1.18.2-arm64-darwin)
131
+ racc (~> 1.4)
132
+ nokogiri (1.18.2-x86_64-darwin)
133
+ racc (~> 1.4)
134
+ nokogiri (1.18.2-x86_64-linux-gnu)
135
+ racc (~> 1.4)
136
+ parallel (1.26.3)
137
+ parser (3.3.4.2)
138
+ ast (~> 2.4.1)
139
+ racc
140
+ psych (5.1.2)
141
+ stringio
142
+ racc (1.8.1)
143
+ rack (3.1.7)
144
+ rack-session (2.0.0)
145
+ rack (>= 3.0.0)
146
+ rack-test (2.1.0)
147
+ rack (>= 1.3)
148
+ rackup (2.1.0)
149
+ rack (>= 3)
150
+ webrick (~> 1.8)
151
+ rails (7.2.1)
152
+ actioncable (= 7.2.1)
153
+ actionmailbox (= 7.2.1)
154
+ actionmailer (= 7.2.1)
155
+ actionpack (= 7.2.1)
156
+ actiontext (= 7.2.1)
157
+ actionview (= 7.2.1)
158
+ activejob (= 7.2.1)
159
+ activemodel (= 7.2.1)
160
+ activerecord (= 7.2.1)
161
+ activestorage (= 7.2.1)
162
+ activesupport (= 7.2.1)
163
+ bundler (>= 1.15.0)
164
+ railties (= 7.2.1)
165
+ rails-dom-testing (2.2.0)
166
+ activesupport (>= 5.0.0)
167
+ minitest
168
+ nokogiri (>= 1.6)
169
+ rails-html-sanitizer (1.6.0)
170
+ loofah (~> 2.21)
171
+ nokogiri (~> 1.14)
172
+ railsui_icon (1.1.0)
173
+ rails (>= 5.2)
174
+ railties (7.2.1)
175
+ actionpack (= 7.2.1)
176
+ activesupport (= 7.2.1)
177
+ irb (~> 1.13)
178
+ rackup (>= 1.0.0)
179
+ rake (>= 12.2)
180
+ thor (~> 1.0, >= 1.2.2)
181
+ zeitwerk (~> 2.6)
182
+ rainbow (3.1.1)
183
+ rake (13.2.1)
184
+ rdoc (6.7.0)
185
+ psych (>= 4.0.0)
186
+ regexp_parser (2.9.2)
187
+ reline (0.5.10)
188
+ io-console (~> 0.5)
189
+ rexml (3.3.5)
190
+ strscan
191
+ rubocop (1.65.1)
192
+ json (~> 2.3)
193
+ language_server-protocol (>= 3.17.0)
194
+ parallel (~> 1.10)
195
+ parser (>= 3.3.0.2)
196
+ rainbow (>= 2.2.2, < 4.0)
197
+ regexp_parser (>= 2.4, < 3.0)
198
+ rexml (>= 3.2.5, < 4.0)
199
+ rubocop-ast (>= 1.31.1, < 2.0)
200
+ ruby-progressbar (~> 1.7)
201
+ unicode-display_width (>= 2.4.0, < 3.0)
202
+ rubocop-ast (1.32.1)
203
+ parser (>= 3.3.1.0)
204
+ rubocop-performance (1.21.1)
205
+ rubocop (>= 1.48.1, < 2.0)
206
+ rubocop-ast (>= 1.31.1, < 2.0)
207
+ ruby-progressbar (1.13.0)
208
+ securerandom (0.3.1)
209
+ standard (1.40.0)
210
+ language_server-protocol (~> 3.17.0.2)
211
+ lint_roller (~> 1.0)
212
+ rubocop (~> 1.65.0)
213
+ standard-custom (~> 1.0.0)
214
+ standard-performance (~> 1.4)
215
+ standard-custom (1.0.2)
216
+ lint_roller (~> 1.0)
217
+ rubocop (~> 1.50)
218
+ standard-performance (1.4.0)
219
+ lint_roller (~> 1.1)
220
+ rubocop-performance (~> 1.21.0)
221
+ stimulus-rails (1.3.4)
222
+ railties (>= 6.0.0)
223
+ stringio (3.1.1)
224
+ strscan (3.1.0)
225
+ thor (1.3.2)
226
+ timeout (0.4.1)
227
+ tzinfo (2.0.6)
228
+ concurrent-ruby (~> 1.0)
229
+ unicode-display_width (2.5.0)
230
+ useragent (0.16.10)
231
+ webrick (1.8.1)
232
+ websocket-driver (0.7.6)
233
+ websocket-extensions (>= 0.1.0)
234
+ websocket-extensions (0.1.5)
235
+ zeitwerk (2.6.18)
236
+
237
+ PLATFORMS
238
+ arm64-darwin-21
239
+ arm64-darwin-22
240
+ arm64-darwin-23
241
+ x86_64-darwin-20
242
+ x86_64-linux
243
+
244
+ DEPENDENCIES
245
+ cssbundling-rails
246
+ minitest (~> 5.0)
247
+ railsui!
248
+ railsui_icon
249
+ rake (~> 13.0)
250
+ standard (~> 1.3)
251
+ stimulus-rails
252
+
253
+ BUNDLED WITH
254
+ 2.5.11
data/LICENSE.md ADDED
@@ -0,0 +1,122 @@
1
+ # Personal License
2
+
3
+ Rails UI grants you an on-going, non-exclusive license to use the Components and Templates.
4
+
5
+ The license grants permission to one individual (the Licensee) to access and use the Components and Templates.
6
+
7
+ ## You can:
8
+
9
+ - Use the Components and Templates to create unlimited End Products.
10
+ - Modify the Components and Templates to create derivative components and templates. Those components and templates are subject to this license.
11
+ - Use the Components and Templates to create unlimited End Products for unlimited Clients.
12
+ - Use the Components and Templates to create End Products where the End Product is sold to End Users.
13
+ - Use the Components and Templates to create End Products that are open source and freely available to End Users.
14
+
15
+ ## You cannot:
16
+
17
+ - Use the Components and Templates to create End Products that are designed to allow an End User to build their own End Products using the Components and Templates or derivatives of the Components and Templates.
18
+ - Re-distribute the Components and Templates or derivatives of the Components and Templates separately from an End Product, neither in code or as design assets.
19
+ - Share your access to the Components and Templates with any other individuals.
20
+ - Use the Components and Templates to produce anything that may be deemed by Rails UI, in their sole and absolute discretion, to be competitive or in conflict with the business of Rails UI.
21
+
22
+ ## Example usage
23
+
24
+ Examples of usage allowed by the license:
25
+
26
+ - Creating a personal application by yourself.
27
+ - Creating a website or web application for a client that will be owned by that client.
28
+ - Creating a commercial SaaS application (like an invoicing app for example) where end users have to pay a fee to use the application.
29
+ - Creating a commercial self-hosted web application that is sold to end users for a one-time fee.
30
+ - Creating a web application where the primary purpose is clearly not to simply re-distribute the components (like a conference organization app that uses the components for its UI for example) that is free and open source, where the source code is publicly available.
31
+
32
+ Examples of usage not allowed by the license:
33
+
34
+ - Creating a repository of your favorite Rails UI UI components or templates (or derivatives based on Rails UI UI components or templates) and publishing it publicly.
35
+ - Creating a new version of Rails UI for other frameworks and making it available either for sale or for free.
36
+ - Create a Figma or Sketch UI kit based on the Rails UI component designs.
37
+ - Creating a "website builder" project where end users can build their own websites using components or templates included with or derived from Rails UI.
38
+ - Creating a theme, template, or project starter kit using the components or templates and making it available either for sale or for free.
39
+ - Creating an admin panel tool (like Laravel Nova or ActiveAdmin) that is made available either for sale or for free.
40
+
41
+ ### Personal License Definitions
42
+
43
+ Licensee is the individual who has purchased a Personal License.
44
+
45
+ Components and Templates are the source code and design assets made available to the Licensee after purchasing a Rails UI UI license.
46
+
47
+ End Product is any artifact produced that incorporates the Components or Templates or derivatives of the Components or Templates.
48
+
49
+ End User is a user of an End Product.
50
+
51
+ Client is an individual or entity receiving custom professional services directly from the Licensee, produced specifically for that individual or entity. Customers of software-as-a-service products are not considered clients for the purpose of this document.
52
+
53
+ Team License
54
+ Rails UI grants you an on-going, non-exclusive license to use the Components and Templates.
55
+
56
+ The license grants permission for up to 25 Employees and Contractors of the Licensee to access and use the Components and Templates.
57
+
58
+ ## You can:
59
+
60
+ - Use the Components and Templates to create unlimited End Products.
61
+ - Modify the Components and Templates to create derivative components and templates. Those components and templates are subject to this license.
62
+ - Use the Components and Templates to create unlimited End Products for unlimited Clients.
63
+ - Use the Components and Templates to create End Products where the End Product is sold to End Users.
64
+ - Use the Components and Templates to create End Products that are open source and freely available to End Users.
65
+
66
+ ## You cannot:
67
+
68
+ - Use the Components or Templates to create End Products that are designed to allow an End User to build their own End Products using the Components or Templates or derivatives of the Components or Templates.
69
+ - Re-distribute the Components or Templates or derivatives of the Components or Templates separately from an End Product.
70
+ - Use the Components or Templates to create End Products that are the property of any individual or entity other than the Licensee or Clients of the Licensee.
71
+ - Use the Components or Templates to produce anything that may be deemed by Rails UI, in their sole and absolute discretion, to be competitive or in conflict with the business of Rails UI.
72
+
73
+ ## Example usage
74
+
75
+ Examples of usage allowed by the license:
76
+
77
+ - Creating a website for your company
78
+ - Creating a website or web application for a client that will be owned by that client
79
+ - Creating a commercial SaaS application (like an invoicing app for example) where end users have to pay a fee to use the application
80
+ - Creating a commercial self-hosted web application that is sold to end users for a one-time fee
81
+ - Creating a web application where the primary purpose is clearly not to simply re-distribute the components or templates (like a conference organization app that uses the components or a template for its UI for example) that is free and open source, where the source code is publicly available
82
+
83
+ Examples of use not allowed by the license:
84
+
85
+ - Creating a repository of your favorite Rails UI components or template (or derivatives based on Rails UI UI components or templates) and publishing it publicly
86
+ - Using Rails UI to create another version for another framework be it frontend or backend and making it available either for sale or for free
87
+ - Creating a "website builder" project where end users can build their own websites using components or templates included with or derived from Rails UI UI
88
+ - Creating a theme or template using the components or templates and making it available either for sale or for free
89
+ - Creating an admin panel tool (like Laravel Nova or ActiveAdmin) that is made available either for sale or for free
90
+ - Creating any End Product that is not the sole property of either your company or a client of your company. For example your employees/contractors can't use your company Rails UI license to build their own websites or side projects.
91
+
92
+ ### Team License Definitions
93
+
94
+ Licensee is the business entity who has purchased a Team License.
95
+
96
+ Components and Templates are the source code and design assets made available to the Licensee after purchasing a Rails UI UI license.
97
+
98
+ End Product is any artifact produced that incorporates the Components or Templates or derivatives of the Components or Templates.
99
+
100
+ End User is a user of an End Product.
101
+
102
+ Employee is a full-time or part-time employee of the Licensee.
103
+
104
+ Contractor is an individual or business entity contracted to perform services for the Licensee.
105
+
106
+ Client is an individual or entity receiving custom professional services directly from the Licensee, produced specifically for that individual or entity. Customers of software-as-a-service products are not considered clients for the purpose of this document.
107
+
108
+ ### Enforcement
109
+
110
+ If you are found to be in violation of the license, access to your Rails UI account will be terminated, and a refund may be issued at our discretion. When license violation is blatant and malicious (such as intentionally redistributing the Components or Templates through private channels), no refund will be issued.
111
+
112
+ The copyright of the Components and Templates is owned by Rails UI. You are granted only the permissions described in this license; all other rights are reserved. Rails UI reserves the right to pursue legal remedies for any unauthorized use of the Components or Templates outside the scope of this license.
113
+
114
+ ## Liability
115
+
116
+ Rails UI’s liability to you for costs, damages, or other losses arising from your use of the Components or Templates — including third-party claims against you — is limited to a refund of your license fee. Rails UI may not be held liable for any consequential damages related to your use of the Components or Templates.
117
+
118
+ ## Questions?
119
+
120
+ Unsure of something?
121
+
122
+ [Email us](mailto:railsui@justalever.com) with your questions.
data/Procfile.dev ADDED
@@ -0,0 +1 @@
1
+ js: yarn build:js --watch
data/README.md ADDED
@@ -0,0 +1,165 @@
1
+ ![Rails UI Docs](https://f001.backblazeb2.com/file/railsui/docs/rui-docs-header.png)
2
+
3
+ # Rails UI
4
+
5
+ Professionally designed themes and components for Ruby on Rails. Leverage breath-taking UI to fast-track your next idea.
6
+
7
+ ### Links
8
+
9
+ - [Website](https://railsui.com)
10
+ - [Documentation](https://railsui.com/docs)
11
+ - [FAQs](https://railsui.com/docs/faqs)
12
+ - [Discussions](https://github.com/getrailsui/railsui/discussions)
13
+ - [Updates](https://railsui.com/updates)
14
+ - [Follow on X](https://x.com/railsui_)
15
+ - [Migrating from v2](https://railsui.com/docs/updates)
16
+
17
+ ## Installation
18
+
19
+ You must already have node and yarn installed on your system. You will also need npx version 7.1.0 or later. A solid understanding of Tailwind CSS will go far.
20
+
21
+ ### New applications
22
+
23
+ The easiest install is on new Rails apps with options passed like so. For new apps, use the `-c tailwind` flag to install it.
24
+
25
+ ```bash
26
+ rails new app_name -c tailwind -j esbuild
27
+ ```
28
+
29
+ It's recommended to use the `-j` flag to one of the bundling solutions from the [`jsbundling-rails`](https://github.com/rails/jsbundling-rails) gem (bun, esbuild rollup, webpack) for max compatibility.
30
+
31
+ Support for [importmaps](https://github.com/rails/importmap-rails) or [propshaft](https://github.com/rails/propshaft) is untested at this time.
32
+
33
+ ### Existing applications
34
+
35
+ #### CSS
36
+
37
+ For an existing app you need to first install Tailwind if you haven't. If you are using another CSS framework, like Bootstrap, remove that first for best results.
38
+
39
+ ```bash
40
+ ./bin/bundle add cssbundling-rails
41
+ ./bin/rails css:install:tailwind
42
+ ```
43
+
44
+ Note: There are several ways to approach adding Tailwind CSS support. We find the easiest way is using [cssbundling-rails](https://github.com/rails/cssbundling-rails) gem for max control. If you were to scaffold a new rails application, this gem is the one used when passing `-c` or `-css`.
45
+
46
+ Adding Tailwind CSS to an existing app _may_ result in CSS class name conflicts. We've done our best to make it integrate with your existing setup but there's always a chance.
47
+
48
+ #### JavaScript
49
+
50
+ Rails UI works best combined with the [jsbundling-rails](https://github.com/rails/jsbundling-rails) gem.
51
+
52
+ When ready, install jsbundling-rails using the gem and the installer task. Choose the build tool you prefer.
53
+
54
+ ```bash
55
+ ./bin/bundle add jsbundling-rails
56
+ ./bin/rails javascript:install:[bun|esbuild|rollup|webpack]
57
+ ```
58
+
59
+ Most of the JavaScript used in Rails UI is based on Stimulus.js. This code can likely work fine alongside something like importmaps or propshaft but we have not tested this theory just yet.
60
+
61
+ ## Installation
62
+
63
+ Add the `railsui` gem to your Gemfile.
64
+
65
+ ```ruby
66
+ # Gemfile
67
+ gem "railsui"
68
+ ```
69
+
70
+ Run the bundle install command to fetch the new gem and its assets.
71
+
72
+ ```bash
73
+ bundle install
74
+ ```
75
+
76
+ The gem includes several tasks and generators. Run the `install` task to kick things off.
77
+
78
+ This task is responsible for setting the foundation for Rails UI, which includes assets, themes, theme-driven pages, and more.
79
+
80
+ The default theme for Rails UI is [Hound](https://railsui.com/themes/hound). It will install when you install Rails UI. You can change it any time.
81
+
82
+ ```bash
83
+ rails railsui:install
84
+ ```
85
+
86
+ After installing Rails UI, run your server using the `bin/dev` command and proceed to the configuration screen to customize your install (i.e. `localhost:3000/railsui` for new apps).
87
+
88
+ ## Configuration
89
+
90
+ Configuration is a simple process where you configure your app's details (app name, support email), brand colors, and theme.
91
+
92
+ Each theme comes with different pages and are designed for different niches in mind. They reside in the `app/views/rui` directory once installed and should be treated as read-only.
93
+
94
+ **Updating your configuration at anytime will overwrite the pages and theme assets so if you want to keep your changes, you'll need to copy the files to your application in another directory.**
95
+
96
+ ### Rake tasks
97
+
98
+ - `railsui:install` - Install Rails UI.
99
+ - `railsui:colors[theme]` - Pass a theme name to output default color palette or don't pass an argument to show active colors.
100
+ - `railsui:pages` - List all pages for the active theme.
101
+ - `railsui:pages[theme]` - List all pages for a theme name as passed.
102
+
103
+ ## Themes
104
+
105
+ Themes are the core of Rails UI, combining UI components, pages, assets, JavaScript, and color palettes to help you create a professionally designed, niche application. The UI can adapt based on how you implement it.
106
+
107
+ Themes serve as a starting point for your app, with reusable components extracted for flexibility. These components are ready for use inside your application when you install Rails UI.
108
+
109
+ ### Pages
110
+
111
+ A page is a professionaly designed starting point. They are completely optional to use and can save a lot of time if your app uses similar layouts and patterns.
112
+
113
+ Pages are located in the `app/views/rui` directory and are considered read-only. If you want to keep your changes after modifying your Rails UI configuration and saving changes, you'll need to copy the files to your application in another view directory.
114
+
115
+ More pages will be added over time.
116
+
117
+ ### Included assets
118
+
119
+ Each theme comes with a collection of assets to help you get started. Much of these are placeholders and are not meant to be used in production. We strive to still create realistic examples for you to use as a starting point.
120
+
121
+ ### UI components
122
+
123
+ After installing Rails UI and choosing a theme you'll find a collection of components and best practices for real-world applications at your disposal.
124
+
125
+ ### Color
126
+
127
+ Each theme comes with a custom color palette built on top of the default Tailwind CSS color palette. We've added two new colors for you to use in your app using Tailwind CSS classes called `primary` and `secondary`. You can change those colors any time in your railui.yml config file or in the configuration form.
128
+
129
+ Run `rails railsui:colors` to see your active colors or `rails "railsui:colors[theme]"` to see the default colors for a given theme.
130
+
131
+ ### Icons
132
+
133
+ Bundled with Rails UI is a gem called [railsui_icon](https://github.com/getrailsui/railsui_icon). This gem includes a collection of icons that are used in all themes. Right now it's based soley on [heroicons](https://heroicons.com) and will be expanded to include more icons in the future.
134
+
135
+ ### JavaScript
136
+
137
+ All Rails UI components are built on top of Stimulus.js. A theme includes custom Stimulus controllers and our own JavaScript library called [railsui-stimulus](https://github.com/getrailsui/railsui-stimulus) which is just an extraction of components we find ourselves using in our own apps and between themes.
138
+
139
+ ## Updates
140
+
141
+ Run `bundle update railsui` from within your project and it should fetch the most recent version of the gem/engine directly from GitHub.
142
+
143
+ ### Legacy v2
144
+
145
+ Version 2 of Rails UI has since been sunset. Unfortunately, there is no upgrade path we can share.
146
+
147
+ Version 3 was a rewrite of the gem and how Rails UI works to enable better flexibility. Version 3 offers the ability to swap themes, install on new and existing rails apps, and countless other smaller features. We chose this direction to enable more efficient development in the future and allow folks with existing apps the ability to use Rails UI.
148
+
149
+ You can find version 2 on a dedicated branch on the Github repo. If you're an active user of this version be sure to update your Gemfile with the appropriate branch.
150
+
151
+ ```ruby
152
+ gem "railsui", github: "getrailsui/railsui", branch: "v2"
153
+ ```
154
+
155
+ ### v3+
156
+
157
+ Version 3 resides on the main branch accessbile via the main branch and/or rubygems.org.
158
+
159
+ ```ruby
160
+ gem "railsui"
161
+ ```
162
+
163
+ ## Frequently Asked Questions
164
+
165
+ [Read FAQs here](https://railsui.com/docs/faqs).
data/Rakefile ADDED
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rake/testtask"
5
+
6
+ Rake::TestTask.new(:test) do |t|
7
+ t.libs << "test"
8
+ t.libs << "lib"
9
+ t.test_files = FileList["test/**/test_*.rb"]
10
+ end
11
+
12
+ require "standard/rake"
13
+
14
+ task default: %i[test standard]