workarea-haven_theme 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (468) hide show
  1. checksums.yaml +7 -0
  2. data/.editorconfig +16 -0
  3. data/.eslintignore +1 -0
  4. data/.eslintrc +25 -0
  5. data/.github/ISSUE_TEMPLATE/bug_report.md +37 -0
  6. data/.github/ISSUE_TEMPLATE/documentation-request.md +17 -0
  7. data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  8. data/.github/workflows/ci.yml +60 -0
  9. data/.gitignore +23 -0
  10. data/.rubocop.yml +3 -0
  11. data/.scss-lint.yml +192 -0
  12. data/.stylelintrc.json +8 -0
  13. data/CHANGELOG.md +1847 -0
  14. data/Gemfile +24 -0
  15. data/README.md +199 -0
  16. data/Rakefile +60 -0
  17. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff +0 -0
  18. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff2 +0 -0
  19. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff +0 -0
  20. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff2 +0 -0
  21. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff +0 -0
  22. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff2 +0 -0
  23. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff +0 -0
  24. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff2 +0 -0
  25. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff +0 -0
  26. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff2 +0 -0
  27. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff +0 -0
  28. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff2 +0 -0
  29. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff +0 -0
  30. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff2 +0 -0
  31. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff +0 -0
  32. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff2 +0 -0
  33. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff +0 -0
  34. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff2 +0 -0
  35. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff +0 -0
  36. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff2 +0 -0
  37. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff +0 -0
  38. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff2 +0 -0
  39. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff +0 -0
  40. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff2 +0 -0
  41. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff +0 -0
  42. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff2 +0 -0
  43. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff +0 -0
  44. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff2 +0 -0
  45. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff +0 -0
  46. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff2 +0 -0
  47. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff +0 -0
  48. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff2 +0 -0
  49. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff +0 -0
  50. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff2 +0 -0
  51. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff +0 -0
  52. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff2 +0 -0
  53. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff +0 -0
  54. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff2 +0 -0
  55. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff +0 -0
  56. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff2 +0 -0
  57. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff +0 -0
  58. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff2 +0 -0
  59. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff +0 -0
  60. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff2 +0 -0
  61. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff +0 -0
  62. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff2 +0 -0
  63. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff +0 -0
  64. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff2 +0 -0
  65. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff +0 -0
  66. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff2 +0 -0
  67. data/app/assets/images/workarea/core/product_placeholder.jpg +0 -0
  68. data/app/assets/images/workarea/storefront/dialog_close.svg +1 -0
  69. data/app/assets/images/workarea/storefront/favicon.ico +0 -0
  70. data/app/assets/images/workarea/storefront/icons/account.svg +1 -0
  71. data/app/assets/images/workarea/storefront/icons/arrow_down.svg +1 -0
  72. data/app/assets/images/workarea/storefront/icons/arrow_left.svg +1 -0
  73. data/app/assets/images/workarea/storefront/icons/arrow_right.svg +1 -0
  74. data/app/assets/images/workarea/storefront/icons/arrow_up.svg +1 -0
  75. data/app/assets/images/workarea/storefront/icons/cart.svg +1 -0
  76. data/app/assets/images/workarea/storefront/icons/checkmark.svg +1 -0
  77. data/app/assets/images/workarea/storefront/icons/email.svg +1 -0
  78. data/app/assets/images/workarea/storefront/icons/empty_star.svg +1 -0
  79. data/app/assets/images/workarea/storefront/icons/eye.svg +1 -0
  80. data/app/assets/images/workarea/storefront/icons/facebook.svg +1 -0
  81. data/app/assets/images/workarea/storefront/icons/half_star.svg +1 -0
  82. data/app/assets/images/workarea/storefront/icons/lock.svg +1 -0
  83. data/app/assets/images/workarea/storefront/icons/long_arrow.svg +1 -0
  84. data/app/assets/images/workarea/storefront/icons/menu.svg +1 -0
  85. data/app/assets/images/workarea/storefront/icons/minus.svg +1 -0
  86. data/app/assets/images/workarea/storefront/icons/plus.svg +1 -0
  87. data/app/assets/images/workarea/storefront/icons/search.svg +1 -0
  88. data/app/assets/images/workarea/storefront/icons/share.svg +1 -0
  89. data/app/assets/images/workarea/storefront/icons/twitter.svg +1 -0
  90. data/app/assets/images/workarea/storefront/icons/x.svg +1 -0
  91. data/app/assets/images/workarea/storefront/logo.png +0 -0
  92. data/app/assets/images/workarea/storefront/style_guide_product.jpg +0 -0
  93. data/app/assets/images/workarea/storefront/style_guide_product_retina.jpg +0 -0
  94. data/app/assets/javascripts/workarea/storefront/haven_theme/config.js +44 -0
  95. data/app/assets/javascripts/workarea/storefront/modules/address_region_fields.js +93 -0
  96. data/app/assets/javascripts/workarea/storefront/modules/checkout_primary_payments.js +130 -0
  97. data/app/assets/javascripts/workarea/storefront/modules/expandable_filters.js +50 -0
  98. data/app/assets/javascripts/workarea/storefront/modules/mobile_filter_buttons.js +89 -0
  99. data/app/assets/javascripts/workarea/storefront/modules/mobile_nav_button.js +104 -0
  100. data/app/assets/javascripts/workarea/storefront/modules/product_detail_tabs.js +59 -0
  101. data/app/assets/javascripts/workarea/storefront/modules/quantity_control.js +56 -0
  102. data/app/assets/javascripts/workarea/storefront/modules/search_buttons.js +56 -0
  103. data/app/assets/javascripts/workarea/storefront/modules/toggle_class_button.js +43 -0
  104. data/app/assets/javascripts/workarea/storefront/modules/user_welcome_placeholder.js +38 -0
  105. data/app/assets/javascripts/workarea/storefront/reviews/modules/product_reviews_sort_menus.js +82 -0
  106. data/app/assets/javascripts/workarea/storefront/reviews/templates/sort_by_property.jst.ejs +13 -0
  107. data/app/assets/javascripts/workarea/storefront/templates/back_to_top_button.jst.ejs +3 -0
  108. data/app/assets/javascripts/workarea/storefront/templates/log_out_link.jst.ejs +1 -0
  109. data/app/assets/javascripts/workarea/storefront/templates/mobile_filters_nav_close_button.jst.ejs +3 -0
  110. data/app/assets/javascripts/workarea/storefront/templates/optional_field_prompt.jst.ejs +8 -0
  111. data/app/assets/javascripts/workarea/storefront/templates/saved_addresses_property.jst.ejs +23 -0
  112. data/app/assets/javascripts/workarea/storefront/templates/ui_menu_item.jst.ejs +9 -0
  113. data/app/assets/javascripts/workarea/storefront/templates/user_welcome.jst.ejs +7 -0
  114. data/app/assets/stylesheets/haven_theme/.keep +0 -0
  115. data/app/assets/stylesheets/jquery_ui/storefront/_ui_autocomplete.scss +13 -0
  116. data/app/assets/stylesheets/jquery_ui/storefront/_ui_dialog.scss +168 -0
  117. data/app/assets/stylesheets/jquery_ui/storefront/_ui_menu.scss +133 -0
  118. data/app/assets/stylesheets/jquery_ui/storefront/_ui_state_focus.scss +7 -0
  119. data/app/assets/stylesheets/jquery_ui/storefront/_ui_widget_overlay.scss +15 -0
  120. data/app/assets/stylesheets/workarea/product_badges/components/_badges.scss +83 -0
  121. data/app/assets/stylesheets/workarea/product_grid_content/components/_product_grid_cell_content_block.scss +32 -0
  122. data/app/assets/stylesheets/workarea/storefront/base/_forms.scss +224 -0
  123. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry.scss +127 -0
  124. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry_summary.scss +166 -0
  125. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_index.scss +25 -0
  126. data/app/assets/stylesheets/workarea/storefront/blog/components/_featured_entry_content_block.scss +9 -0
  127. data/app/assets/stylesheets/workarea/storefront/components/_account_menu.scss +50 -0
  128. data/app/assets/stylesheets/workarea/storefront/components/_add_to_cart.scss +51 -0
  129. data/app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss +30 -0
  130. data/app/assets/stylesheets/workarea/storefront/components/_box.scss +44 -0
  131. data/app/assets/stylesheets/workarea/storefront/components/_breadcrumbs.scss +53 -0
  132. data/app/assets/stylesheets/workarea/storefront/components/_button.scss +153 -0
  133. data/app/assets/stylesheets/workarea/storefront/components/_button_property.scss +46 -0
  134. data/app/assets/stylesheets/workarea/storefront/components/_cart.scss +85 -0
  135. data/app/assets/stylesheets/workarea/storefront/components/_category_summary_content_block.scss +27 -0
  136. data/app/assets/stylesheets/workarea/storefront/components/_checkout_addresses.scss +21 -0
  137. data/app/assets/stylesheets/workarea/storefront/components/_checkout_confirmation.scss +57 -0
  138. data/app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss +80 -0
  139. data/app/assets/stylesheets/workarea/storefront/components/_checkout_progress.scss +149 -0
  140. data/app/assets/stylesheets/workarea/storefront/components/_checkout_shipping.scss +15 -0
  141. data/app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss +81 -0
  142. data/app/assets/stylesheets/workarea/storefront/components/_color_box.scss +83 -0
  143. data/app/assets/stylesheets/workarea/storefront/components/_content_block.scss +56 -0
  144. data/app/assets/stylesheets/workarea/storefront/components/_data_card.scss +70 -0
  145. data/app/assets/stylesheets/workarea/storefront/components/_divider_content_block.scss +39 -0
  146. data/app/assets/stylesheets/workarea/storefront/components/_email_signup.scss +61 -0
  147. data/app/assets/stylesheets/workarea/storefront/components/_email_signup_view.scss +18 -0
  148. data/app/assets/stylesheets/workarea/storefront/components/_hero_content_block.scss +77 -0
  149. data/app/assets/stylesheets/workarea/storefront/components/_image_and_text_content_block.scss +29 -0
  150. data/app/assets/stylesheets/workarea/storefront/components/_image_content_block.scss +16 -0
  151. data/app/assets/stylesheets/workarea/storefront/components/_image_group_content_block.scss +9 -0
  152. data/app/assets/stylesheets/workarea/storefront/components/_loading.scss +92 -0
  153. data/app/assets/stylesheets/workarea/storefront/components/_login.scss +47 -0
  154. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss +51 -0
  155. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss +42 -0
  156. data/app/assets/stylesheets/workarea/storefront/components/_mobile_nav.scss +120 -0
  157. data/app/assets/stylesheets/workarea/storefront/components/_option_button.scss +48 -0
  158. data/app/assets/stylesheets/workarea/storefront/components/_order_details.scss +55 -0
  159. data/app/assets/stylesheets/workarea/storefront/components/_order_summary.scss +34 -0
  160. data/app/assets/stylesheets/workarea/storefront/components/_overlay.scss +20 -0
  161. data/app/assets/stylesheets/workarea/storefront/components/_page_content.scss +96 -0
  162. data/app/assets/stylesheets/workarea/storefront/components/_page_footer.scss +53 -0
  163. data/app/assets/stylesheets/workarea/storefront/components/_page_header.scss +208 -0
  164. data/app/assets/stylesheets/workarea/storefront/components/_pagination.scss +12 -0
  165. data/app/assets/stylesheets/workarea/storefront/components/_payment_icon.scss +37 -0
  166. data/app/assets/stylesheets/workarea/storefront/components/_personalized_recommendations_content_block.scss +19 -0
  167. data/app/assets/stylesheets/workarea/storefront/components/_primary_nav.scss +75 -0
  168. data/app/assets/stylesheets/workarea/storefront/components/_product_detail_container.scss +177 -0
  169. data/app/assets/stylesheets/workarea/storefront/components/_product_details.scss +105 -0
  170. data/app/assets/stylesheets/workarea/storefront/components/_product_insights_content_block.scss +22 -0
  171. data/app/assets/stylesheets/workarea/storefront/components/_product_list.scss +186 -0
  172. data/app/assets/stylesheets/workarea/storefront/components/_product_list_content_block.scss +22 -0
  173. data/app/assets/stylesheets/workarea/storefront/components/_product_media.scss +70 -0
  174. data/app/assets/stylesheets/workarea/storefront/components/_product_prices.scss +82 -0
  175. data/app/assets/stylesheets/workarea/storefront/components/_product_summary.scss +104 -0
  176. data/app/assets/stylesheets/workarea/storefront/components/_property.scss +71 -0
  177. data/app/assets/stylesheets/workarea/storefront/components/_quantity_control.scss +101 -0
  178. data/app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss +42 -0
  179. data/app/assets/stylesheets/workarea/storefront/components/_recent_views.scss +46 -0
  180. data/app/assets/stylesheets/workarea/storefront/components/_recommendations.scss +31 -0
  181. data/app/assets/stylesheets/workarea/storefront/components/_result_filters.scss.erb +203 -0
  182. data/app/assets/stylesheets/workarea/storefront/components/_search.scss +64 -0
  183. data/app/assets/stylesheets/workarea/storefront/components/_search_no_results.scss +34 -0
  184. data/app/assets/stylesheets/workarea/storefront/components/_secondary_nav.scss +58 -0
  185. data/app/assets/stylesheets/workarea/storefront/components/_social_networks_content_block.scss +46 -0
  186. data/app/assets/stylesheets/workarea/storefront/components/_svg_icon.scss +80 -0
  187. data/app/assets/stylesheets/workarea/storefront/components/_table.scss +57 -0
  188. data/app/assets/stylesheets/workarea/storefront/components/_taxonomy_content_block.scss +138 -0
  189. data/app/assets/stylesheets/workarea/storefront/components/_text_box.scss +82 -0
  190. data/app/assets/stylesheets/workarea/storefront/components/_text_content_block.scss +5 -0
  191. data/app/assets/stylesheets/workarea/storefront/components/_value.scss +85 -0
  192. data/app/assets/stylesheets/workarea/storefront/components/_video_and_text_content_block.scss +42 -0
  193. data/app/assets/stylesheets/workarea/storefront/content_search/components/_search_autocomplete.scss +20 -0
  194. data/app/assets/stylesheets/workarea/storefront/email/_settings.scss +23 -0
  195. data/app/assets/stylesheets/workarea/storefront/generic/_fonts.scss.erb +11 -0
  196. data/app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss +19 -0
  197. data/app/assets/stylesheets/workarea/storefront/package_products/components/_product_detail_packaged_products.scss +29 -0
  198. data/app/assets/stylesheets/workarea/storefront/product_quickview/components/_quickview_button.scss +22 -0
  199. data/app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss +41 -0
  200. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews.scss +93 -0
  201. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews_aggregate.scss +54 -0
  202. data/app/assets/stylesheets/workarea/storefront/reviews/components/_write_review.scss +65 -0
  203. data/app/assets/stylesheets/workarea/storefront/search_autocomplete/components/_search_autocomplete.scss +56 -0
  204. data/app/assets/stylesheets/workarea/storefront/settings/_colors.scss.erb +17 -0
  205. data/app/assets/stylesheets/workarea/storefront/settings/_font_families.scss.erb +6 -0
  206. data/app/assets/stylesheets/workarea/storefront/settings/_global.scss +36 -0
  207. data/app/assets/stylesheets/workarea/storefront/settings/_typography.scss +19 -0
  208. data/app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss +39 -0
  209. data/app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss +139 -0
  210. data/app/assets/stylesheets/workarea/storefront/slick_slider/components/_slick_slider.scss +140 -0
  211. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss +37 -0
  212. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_options.scss +79 -0
  213. data/app/assets/stylesheets/workarea/storefront/theme/_style_guide.scss +9 -0
  214. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_haven_color_scheme.scss +276 -0
  215. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_lagoon_color_scheme.scss +279 -0
  216. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_hind.scss +21 -0
  217. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_lora.scss +37 -0
  218. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_muli.scss +37 -0
  219. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_playfair_display.scss +37 -0
  220. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_poppins.scss +40 -0
  221. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss +22 -0
  222. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_roboto.scss +29 -0
  223. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_source_serif_pro.scss +21 -0
  224. data/app/assets/stylesheets/workarea/storefront/tools/_focus_ring.scss +22 -0
  225. data/app/assets/stylesheets/workarea/storefront/tools/_full_bleed_container.scss +15 -0
  226. data/app/assets/stylesheets/workarea/storefront/typography/_headings.scss +144 -0
  227. data/app/assets/stylesheets/workarea/storefront/typography/_links.scss +47 -0
  228. data/app/assets/stylesheets/workarea/storefront/typography/_text.scss +45 -0
  229. data/app/assets/stylesheets/workarea/styled_selects/components/_styled_select.scss +64 -0
  230. data/app/helpers/workarea/storefront/applied_facets_helper.rb +30 -0
  231. data/app/helpers/workarea/storefront/haven_blog_helper.rb +12 -0
  232. data/app/helpers/workarea/storefront/haven_swatches_helper.rb +24 -0
  233. data/app/helpers/workarea/storefront/product_media_slider_helper.rb +37 -0
  234. data/app/helpers/workarea/storefront/product_retina_image_srcset_helper.rb +9 -0
  235. data/app/seeds/workarea/haven_categories_seeds.rb +42 -0
  236. data/app/seeds/workarea/haven_demo_product_seeds.rb +94 -0
  237. data/app/seeds/workarea/theme_layout_content_seeds.rb +59 -0
  238. data/app/view_models/workarea/storefront/blog_entry_view_model.decorator +11 -0
  239. data/app/view_models/workarea/storefront/cart_content.rb +19 -0
  240. data/app/view_models/workarea/storefront/cart_view_model.decorator +7 -0
  241. data/app/view_models/workarea/storefront/content_blocks/hero_view_model.decorator +19 -0
  242. data/app/view_models/workarea/storefront/content_blocks/product_grid_cell_view_model.decorator +11 -0
  243. data/app/view_models/workarea/storefront/product_view_model.decorator +19 -0
  244. data/app/views/layouts/workarea/storefront/application.html.haml +194 -0
  245. data/app/views/layouts/workarea/storefront/checkout.html.haml +82 -0
  246. data/app/views/workarea/storefront/blog_comments/index.html.haml +29 -0
  247. data/app/views/workarea/storefront/blog_entries/_summary.html.haml +32 -0
  248. data/app/views/workarea/storefront/blog_entries/show.html.haml +84 -0
  249. data/app/views/workarea/storefront/blogs/_blog_navigation.html.haml +9 -0
  250. data/app/views/workarea/storefront/blogs/index.html.haml +25 -0
  251. data/app/views/workarea/storefront/blogs/show.html.haml +31 -0
  252. data/app/views/workarea/storefront/cart_items/create.html.haml +76 -0
  253. data/app/views/workarea/storefront/cart_items/package.html.haml +64 -0
  254. data/app/views/workarea/storefront/carts/_pricing.html.haml +12 -0
  255. data/app/views/workarea/storefront/carts/show.html.haml +172 -0
  256. data/app/views/workarea/storefront/categories/show.html.haml +131 -0
  257. data/app/views/workarea/storefront/checkouts/_checkout_progress.html.haml +26 -0
  258. data/app/views/workarea/storefront/checkouts/_gift_card_payment.html.haml +34 -0
  259. data/app/views/workarea/storefront/checkouts/_summary.html.haml +175 -0
  260. data/app/views/workarea/storefront/checkouts/addresses.html.haml +56 -0
  261. data/app/views/workarea/storefront/checkouts/confirmation.html.haml +56 -0
  262. data/app/views/workarea/storefront/checkouts/payment.html.haml +110 -0
  263. data/app/views/workarea/storefront/content_blocks/_blog_entry.html.haml +5 -0
  264. data/app/views/workarea/storefront/content_blocks/_category_summary.html.haml +16 -0
  265. data/app/views/workarea/storefront/content_blocks/_hero.html.haml +3 -0
  266. data/app/views/workarea/storefront/content_blocks/_product_grid_cell.html.haml +25 -0
  267. data/app/views/workarea/storefront/content_blocks/_product_insights.html.haml +12 -0
  268. data/app/views/workarea/storefront/content_blocks/_product_list.html.haml +12 -0
  269. data/app/views/workarea/storefront/content_blocks/_social_networks.html.haml +17 -0
  270. data/app/views/workarea/storefront/content_blocks/_taxonomy.html.haml +27 -0
  271. data/app/views/workarea/storefront/content_blocks/_three_column_taxonomy.html.haml +28 -0
  272. data/app/views/workarea/storefront/content_blocks/_two_column_taxonomy.html.haml +28 -0
  273. data/app/views/workarea/storefront/email_signups/_form.html.haml +9 -0
  274. data/app/views/workarea/storefront/email_signups/show.html.haml +8 -0
  275. data/app/views/workarea/storefront/facets/_applied.html.haml +13 -0
  276. data/app/views/workarea/storefront/facets/_range.html.haml +15 -0
  277. data/app/views/workarea/storefront/facets/_swatches.html.haml +16 -0
  278. data/app/views/workarea/storefront/facets/_terms.html.haml +15 -0
  279. data/app/views/workarea/storefront/menus/show.html.haml +10 -0
  280. data/app/views/workarea/storefront/orders/_details.haml +143 -0
  281. data/app/views/workarea/storefront/orders/_summary.html.haml +75 -0
  282. data/app/views/workarea/storefront/orders/index.html.haml +47 -0
  283. data/app/views/workarea/storefront/orders/show.html.haml +19 -0
  284. data/app/views/workarea/storefront/products/_media.html.haml +42 -0
  285. data/app/views/workarea/storefront/products/_pricing.html.haml +34 -0
  286. data/app/views/workarea/storefront/products/_rating.html.haml +9 -0
  287. data/app/views/workarea/storefront/products/_reviews.html.haml +34 -0
  288. data/app/views/workarea/storefront/products/_reviews_aggregate.html.haml +13 -0
  289. data/app/views/workarea/storefront/products/_summary.html.haml +16 -0
  290. data/app/views/workarea/storefront/products/_swatch_summary.html.haml +20 -0
  291. data/app/views/workarea/storefront/products/_video_thumbnail.html.haml +11 -0
  292. data/app/views/workarea/storefront/products/package_show.html.haml +50 -0
  293. data/app/views/workarea/storefront/products/show.html.haml +95 -0
  294. data/app/views/workarea/storefront/products/templates/_family.html.haml +28 -0
  295. data/app/views/workarea/storefront/products/templates/_generic.html.haml +57 -0
  296. data/app/views/workarea/storefront/products/templates/_gift_card.html.haml +68 -0
  297. data/app/views/workarea/storefront/products/templates/_option_selects.html.haml +59 -0
  298. data/app/views/workarea/storefront/products/templates/_option_thumbnails.html.haml +66 -0
  299. data/app/views/workarea/storefront/products/templates/_package.html.haml +22 -0
  300. data/app/views/workarea/storefront/products/templates/_swatches.html.haml +72 -0
  301. data/app/views/workarea/storefront/recent_views/show.html.haml +21 -0
  302. data/app/views/workarea/storefront/recommendations/show.html.haml +13 -0
  303. data/app/views/workarea/storefront/reviews/new.html.haml +71 -0
  304. data/app/views/workarea/storefront/searches/autocomplete.html.haml +35 -0
  305. data/app/views/workarea/storefront/searches/content.html.haml +72 -0
  306. data/app/views/workarea/storefront/searches/no_results.html.haml +33 -0
  307. data/app/views/workarea/storefront/searches/show.html.haml +118 -0
  308. data/app/views/workarea/storefront/shared/_address_fields.html.haml +99 -0
  309. data/app/views/workarea/storefront/shared/_left_navigation.html.haml +26 -0
  310. data/app/views/workarea/storefront/shares/_share_buttons.html.haml +19 -0
  311. data/app/views/workarea/storefront/shares/new.html.haml +53 -0
  312. data/app/views/workarea/storefront/style_guides/components/_button.html.haml +100 -0
  313. data/app/views/workarea/storefront/style_guides/components/_data_card.html.haml +218 -0
  314. data/app/views/workarea/storefront/style_guides/components/_mobile_filters.html.haml +146 -0
  315. data/app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml +34 -0
  316. data/app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml +34 -0
  317. data/app/views/workarea/storefront/style_guides/components/_product_list.html.haml +222 -0
  318. data/app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml +34 -0
  319. data/app/views/workarea/storefront/style_guides/components/_product_summary.html.haml +47 -0
  320. data/app/views/workarea/storefront/style_guides/components/_property.html.haml +93 -0
  321. data/app/views/workarea/storefront/style_guides/components/_recommendations.html.haml +43 -0
  322. data/app/views/workarea/storefront/style_guides/components/_social_networks_content_block.html.haml +20 -0
  323. data/app/views/workarea/storefront/style_guides/components/_svg_icon.html.haml +76 -0
  324. data/app/views/workarea/storefront/style_guides/components/_value.html.haml +90 -0
  325. data/app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml +90 -0
  326. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_haven_color_scheme.html.haml +8 -0
  327. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_lagoon_color_scheme.html.haml +8 -0
  328. data/app/views/workarea/storefront/style_guides/typography/_fonts.html.haml +13 -0
  329. data/app/views/workarea/storefront/style_guides/typography/_headings.html.haml +53 -0
  330. data/app/views/workarea/storefront/style_guides/typography/_links.html.haml +27 -0
  331. data/app/views/workarea/storefront/style_guides/typography/_text.html.haml +27 -0
  332. data/app/views/workarea/storefront/users/_haven_current_user.json.jbuilder +1 -0
  333. data/app/views/workarea/storefront/users/accounts/edit.html.haml +48 -0
  334. data/app/views/workarea/storefront/users/accounts/show.html.haml +119 -0
  335. data/app/views/workarea/storefront/users/addresses/edit.html.haml +24 -0
  336. data/app/views/workarea/storefront/users/addresses/new.html.haml +24 -0
  337. data/app/views/workarea/storefront/users/credit_cards/edit.html.haml +71 -0
  338. data/app/views/workarea/storefront/users/credit_cards/new.html.haml +66 -0
  339. data/app/views/workarea/storefront/users/logins/new.html.haml +60 -0
  340. data/app/views/workarea/storefront/users/orders/_summary.html.haml +25 -0
  341. data/app/views/workarea/storefront/users/orders/index.html.haml +23 -0
  342. data/app/views/workarea/storefront/users/orders/show.html.haml +22 -0
  343. data/app/views/workarea/storefront/users/passwords/change.html.haml +25 -0
  344. data/app/views/workarea/storefront/users/passwords/edit.html.haml +16 -0
  345. data/app/views/workarea/storefront/users/passwords/new.html.haml +27 -0
  346. data/bin/rails +20 -0
  347. data/browserslist +3 -0
  348. data/config/initializers/appends.rb +94 -0
  349. data/config/initializers/assets.rb +1 -0
  350. data/config/initializers/content_block_types.rb +95 -0
  351. data/config/initializers/dragonfly.rb +74 -0
  352. data/config/initializers/seeds.rb +3 -0
  353. data/config/initializers/theme.rb +68 -0
  354. data/config/initializers/workarea.rb +3 -0
  355. data/config/locales/en.yml +63 -0
  356. data/data/content_assets/product_grid_content_2_cell_background.jpg +0 -0
  357. data/data/content_assets/product_grid_content_background.jpg +0 -0
  358. data/data/content_assets/taxonomy_content_image.jpg +0 -0
  359. data/data/workarea/images/products/Clock.jpg +0 -0
  360. data/data/workarea/images/products/Headphones.jpg +0 -0
  361. data/data/workarea/images/products/Scissors.jpg +0 -0
  362. data/data/workarea/images/products/bookends.jpg +0 -0
  363. data/data/workarea/images/products/camera.jpg +0 -0
  364. data/data/workarea/images/products/coffee.jpg +0 -0
  365. data/data/workarea/images/products/lamp1.jpg +0 -0
  366. data/data/workarea/images/products/lamp2.png +0 -0
  367. data/data/workarea/images/products/lamp3.jpg +0 -0
  368. data/data/workarea/images/products/pen.jpg +0 -0
  369. data/data/workarea/images/products/plant.jpg +0 -0
  370. data/data/workarea/images/products/plant2.jpg +0 -0
  371. data/data/workarea/images/products/table.jpg +0 -0
  372. data/data/workarea/images/products/table2.jpg +0 -0
  373. data/data/workarea/images/products/table3.jpg +0 -0
  374. data/lib/tasks/haven_theme_tasks.rake +20 -0
  375. data/lib/workarea/haven_theme.rb +30 -0
  376. data/lib/workarea/haven_theme/engine.rb +17 -0
  377. data/lib/workarea/haven_theme/version.rb +5 -0
  378. data/package.json +9 -0
  379. data/public/screenshots/account.png +0 -0
  380. data/public/screenshots/blog.png +0 -0
  381. data/public/screenshots/blog_entry.png +0 -0
  382. data/public/screenshots/cart.png +0 -0
  383. data/public/screenshots/category_page.png +0 -0
  384. data/public/screenshots/checkout.png +0 -0
  385. data/public/screenshots/full_screen_search.png +0 -0
  386. data/public/screenshots/product_detail_page.png +0 -0
  387. data/script/admin_ci +9 -0
  388. data/script/ci +11 -0
  389. data/script/core_ci +9 -0
  390. data/script/plugins_ci +9 -0
  391. data/script/storefront_ci +9 -0
  392. data/test/dummy/Rakefile +6 -0
  393. data/test/dummy/app/assets/config/manifest.js +4 -0
  394. data/test/dummy/app/assets/images/.keep +0 -0
  395. data/test/dummy/app/assets/javascripts/application.js +13 -0
  396. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  397. data/test/dummy/app/controllers/application_controller.rb +3 -0
  398. data/test/dummy/app/controllers/concerns/.keep +0 -0
  399. data/test/dummy/app/helpers/application_helper.rb +2 -0
  400. data/test/dummy/app/jobs/application_job.rb +2 -0
  401. data/test/dummy/app/mailers/application_mailer.rb +4 -0
  402. data/test/dummy/app/models/concerns/.keep +0 -0
  403. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  404. data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
  405. data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
  406. data/test/dummy/bin/bundle +3 -0
  407. data/test/dummy/bin/rails +4 -0
  408. data/test/dummy/bin/rake +4 -0
  409. data/test/dummy/bin/setup +38 -0
  410. data/test/dummy/bin/update +29 -0
  411. data/test/dummy/bin/yarn +11 -0
  412. data/test/dummy/config.ru +5 -0
  413. data/test/dummy/config/application.rb +28 -0
  414. data/test/dummy/config/boot.rb +5 -0
  415. data/test/dummy/config/cable.yml +10 -0
  416. data/test/dummy/config/environment.rb +5 -0
  417. data/test/dummy/config/environments/development.rb +54 -0
  418. data/test/dummy/config/environments/production.rb +91 -0
  419. data/test/dummy/config/environments/test.rb +44 -0
  420. data/test/dummy/config/initializers/application_controller_renderer.rb +8 -0
  421. data/test/dummy/config/initializers/assets.rb +14 -0
  422. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  423. data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
  424. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  425. data/test/dummy/config/initializers/inflections.rb +16 -0
  426. data/test/dummy/config/initializers/mime_types.rb +4 -0
  427. data/test/dummy/config/initializers/workarea.rb +5 -0
  428. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  429. data/test/dummy/config/locales/en.yml +33 -0
  430. data/test/dummy/config/puma.rb +56 -0
  431. data/test/dummy/config/routes.rb +5 -0
  432. data/test/dummy/config/secrets.yml +32 -0
  433. data/test/dummy/config/spring.rb +6 -0
  434. data/test/dummy/db/seeds.rb +2 -0
  435. data/test/dummy/lib/assets/.keep +0 -0
  436. data/test/dummy/log/.keep +0 -0
  437. data/test/dummy/package.json +5 -0
  438. data/test/integration/workarea/storefront/swatches_integration_test.decorator +28 -0
  439. data/test/system/workarea/admin/guest_browsing_system_test.decorator +38 -0
  440. data/test/system/workarea/storefront/analytics_system_test.decorator +71 -0
  441. data/test/system/workarea/storefront/blog_system_test.decorator +26 -0
  442. data/test/system/workarea/storefront/cart_content_system_test.rb +60 -0
  443. data/test/system/workarea/storefront/categories_system_test.decorator +188 -0
  444. data/test/system/workarea/storefront/categories_with_packages_system_test.decorator +94 -0
  445. data/test/system/workarea/storefront/content_system_test.decorator +21 -0
  446. data/test/system/workarea/storefront/digital_products_system_test.decorator +58 -0
  447. data/test/system/workarea/storefront/discounting_system_test.decorator +141 -0
  448. data/test/system/workarea/storefront/gift_cards_system_test.decorator +224 -0
  449. data/test/system/workarea/storefront/guest_checkout_system_test.decorator +100 -0
  450. data/test/system/workarea/storefront/hover_zoom_test.decorator +12 -0
  451. data/test/system/workarea/storefront/logged_in_checkout_system_test.decorator +90 -0
  452. data/test/system/workarea/storefront/login_system_test.decorator +94 -0
  453. data/test/system/workarea/storefront/navigation_system_test.decorator +28 -0
  454. data/test/system/workarea/storefront/no_js_system_test.decorator +76 -0
  455. data/test/system/workarea/storefront/passwords_system_test.decorator +59 -0
  456. data/test/system/workarea/storefront/product_videos_system_test.decorator +28 -0
  457. data/test/system/workarea/storefront/products_system_test.decorator +14 -0
  458. data/test/system/workarea/storefront/review_system_test.decorator +34 -0
  459. data/test/system/workarea/storefront/search_autocomplete_system_test.decorator +46 -0
  460. data/test/system/workarea/storefront/search_system_test.decorator +105 -0
  461. data/test/system/workarea/storefront/sharing_system_test.decorator +50 -0
  462. data/test/system/workarea/storefront/store_credit_system_test.decorator +125 -0
  463. data/test/teaspoon_env.rb +6 -0
  464. data/test/test_helper.rb +10 -0
  465. data/test/view_models/workarea/storefront/content_blocks/product_insights_view_model_test.decorator +41 -0
  466. data/vendor/assets/javascripts/polyfills/stickyfill.js +520 -0
  467. data/workarea-haven_theme.gemspec +39 -0
  468. metadata +789 -0
@@ -0,0 +1,60 @@
1
+ - @title = t('workarea.storefront.users.login_or_create_an_account')
2
+
3
+ .view
4
+
5
+ .login
6
+
7
+ %h1.visually-hidden= t('workarea.storefront.users.login_or_create_an_account')
8
+
9
+ .grid.grid--flush
10
+ .grid__cell.grid__cell--50-at-medium
11
+ .login__section
12
+ .login__container
13
+ %h2.login__heading= t('workarea.storefront.users.login')
14
+ = form_tag login_path, id: 'login_form', method: 'post', data: { analytics: login_analytics_data.to_json }, class: 'login__form' do
15
+ = hidden_field_tag :return_to, params[:return_to], id: nil
16
+ .property
17
+ = label_tag 'log_in_email', nil, class: 'property__name' do
18
+ %span.property__text= t('workarea.storefront.users.email')
19
+ .value.value--block
20
+ = email_field_tag :email, params[:email], id: 'log_in_email', class: 'text-box', required: true, placeholder: t('workarea.storefront.forms.email_placeholder')
21
+ = inline_svg('workarea/storefront/icons/email.svg', class: 'value__icon')
22
+ .property
23
+ = label_tag 'log_in_password', nil, class: 'property__name' do
24
+ %span.property__text= t('workarea.storefront.users.password')
25
+ .value.value--block
26
+ = password_field_tag :password, nil, id: 'log_in_password', class: 'text-box', required: true, autocomplete: 'off'
27
+ = inline_svg('workarea/storefront/icons/lock.svg', class: 'value__icon')
28
+ .grid.grid--auto.grid--middle
29
+ %p.grid__cell= button_tag t('workarea.storefront.users.login'), value: 'login', class: 'button button--large'
30
+ %p.grid__cell= link_to t('workarea.storefront.users.forgot_password'), forgot_password_path, class: 'text-button'
31
+
32
+ .grid__cell.grid__cell--50-at-medium
33
+ .login__section.login__section--create-account
34
+ .login__container
35
+ %h2.login__heading= t('workarea.storefront.users.create_account')
36
+ = form_tag users_account_path, id: 'signup_form', method: :post, data: { analytics: signup_analytics_data.to_json }, class: 'login__form' do
37
+ = hidden_field_tag :return_to, params[:return_to], id: nil
38
+ .property
39
+ = label_tag 'create_account_email', nil, class: 'property__name' do
40
+ %span.property__text= t('workarea.storefront.users.email')
41
+ .value.value--block
42
+ = email_field_tag :email, params[:email], id: 'create_account_email', class: 'text-box', required: true, placeholder: t('workarea.storefront.forms.email_placeholder')
43
+ = inline_svg('workarea/storefront/icons/email.svg', class: 'value__icon')
44
+ - if @user.errors[:email].any?
45
+ %span.value__error= @user.errors[:email].first
46
+ .property
47
+ = label_tag 'create_account_password', nil, class: 'property__name' do
48
+ %span.property__text= t('workarea.storefront.users.password')
49
+ .value.value--block
50
+ = password_field_tag :password, nil, id: 'create_account_password', class: 'text-box', required: true, minlength: minimum_password_length, autocomplete: 'off'
51
+ = inline_svg('workarea/storefront/icons/lock.svg', class: 'value__icon')
52
+ - if @user.errors[:password].present?
53
+ %span.value__error= @user.errors[:password].first
54
+ .button-property
55
+ .value= check_box_tag :email_signup, true, params[:email_signup]
56
+ = label_tag :email_signup, nil, class: 'button-property__name' do
57
+ %span.button-property__text= t('workarea.storefront.users.sign_up_for_email')
58
+ = button_tag t('workarea.storefront.users.create_account'), value: 'create_account', class: 'button button--large', data: { disable_with: loading_indicator(t('workarea.storefront.users.create_account_disabled_text')) }
59
+
60
+ = append_partials('storefront.new_login', user: @user)
@@ -0,0 +1,25 @@
1
+ .data-card.data-card--row
2
+ .data-card__cell
3
+ %p.data-card__line
4
+ %strong= t('workarea.storefront.orders.placed_at')
5
+ %span= local_time(order.placed_at, :long)
6
+ %p.data-card__line
7
+ %strong= t('workarea.storefront.orders.id')
8
+ %span= order.id
9
+ %p.data-card__line
10
+ %strong= t('workarea.storefront.orders.status')
11
+ %span= order.fulfillment_status || order.status
12
+ %p.data-card__line
13
+ %strong= t('workarea.storefront.orders.items')
14
+ %span #{order.quantity} - #{number_to_currency(order.total_price)}
15
+ .data-card__cell
16
+ .grid
17
+ .grid__cell
18
+ %p= link_to t('workarea.storefront.orders.view'), users_order_path(order), class: 'button button--small'
19
+
20
+ = append_partials('storefront.order_summary_actions', order: order)
21
+
22
+ - order.packages.each_with_index do |package|
23
+ - if package.tracking_number.present?
24
+ .grid__cell
25
+ %p= link_to t('workarea.storefront.orders.track_package'), package.tracking_link, target: '_blank', rel: 'noopener'
@@ -0,0 +1,23 @@
1
+ - @title = t('workarea.storefront.users.order_history')
2
+
3
+ - content_for :breadcrumbs do
4
+ %p.breadcrumbs__node-group
5
+ %span.breadcrumbs__node
6
+ = link_to t('workarea.storefront.layouts.home'), root_path, rel: 'home', class: 'breadcrumbs__link'
7
+ %span.breadcrumbs__node
8
+ = link_to t('workarea.storefront.users.account'), users_account_path, class: 'breadcrumbs__link'
9
+ %span.breadcrumbs__node
10
+ %span.breadcrumbs__text= t('workarea.storefront.users.order_history')
11
+
12
+ .view
13
+
14
+ %h1.heading.heading--3.heading--upcase= t('workarea.storefront.users.order_history')
15
+
16
+ - if @orders.empty?
17
+ %p= t('workarea.storefront.users.no_orders')
18
+
19
+ - else
20
+ .grid
21
+ .grid__cell.grid__cell--50-at-medium
22
+ - @orders.each do |order|
23
+ = render 'workarea/storefront/users/orders/summary', order: order
@@ -0,0 +1,22 @@
1
+ - @title = "#{t('workarea.storefront.orders.order')} #{@order.id}"
2
+
3
+ - content_for :breadcrumbs do
4
+ %p.breadcrumbs__node-group
5
+ %span.breadcrumbs__node
6
+ = link_to t('workarea.storefront.layouts.home'), root_path, rel: 'home', class: 'breadcrumbs__link'
7
+ %span.breadcrumbs__node
8
+ = link_to t('workarea.storefront.users.account'), users_account_path, class: 'breadcrumbs__link'
9
+ %span.breadcrumbs__node
10
+ = link_to t('workarea.storefront.users.order_history'), users_orders_path, class: 'breadcrumbs__link'
11
+ %span.breadcrumbs__node
12
+ %span.breadcrumbs__text= t('workarea.storefront.users.order_details')
13
+
14
+ .view
15
+ .page-content.page-content--order
16
+ .page-content__main.page-content__main--with-aside
17
+ %h1.visually-hidden= t('workarea.storefront.orders.view_order')
18
+ = render 'workarea/storefront/orders/details', order: @order
19
+ = append_partials('storefront.order_show')
20
+
21
+ .page-content__aside
22
+ = render 'workarea/storefront/orders/summary', order: @order
@@ -0,0 +1,25 @@
1
+ - @title = t('workarea.storefront.users.change_password')
2
+
3
+ .view
4
+
5
+ %h1.heading.heading--4= t('workarea.storefront.users.change_password')
6
+
7
+ = form_tag change_password_path, id: 'change_password_form', method: :patch do
8
+
9
+ .property
10
+ = label_tag :old_password, nil, class: 'property__name' do
11
+ %span.property__text= t('workarea.storefront.users.old_password')
12
+ .value
13
+ = password_field_tag :old_password, nil, class: 'text-box text-box--wide', required: true, autocomplete: 'off'
14
+ = inline_svg('workarea/storefront/icons/lock.svg', class: 'value__icon')
15
+
16
+ .property
17
+ = label_tag :password, nil, class: 'property__name' do
18
+ %span.property__text= t('workarea.storefront.users.new_password')
19
+ .value
20
+ = password_field_tag :password, nil, class: 'text-box text-box--wide', minlength: 7, required: true, autocomplete: 'off'
21
+ = inline_svg('workarea/storefront/icons/lock.svg', class: 'value__icon')
22
+
23
+ .grid.grid--auto.grid--middle
24
+ %p.grid__cell= button_tag t('workarea.storefront.users.change_password'), value: 'change_password', class: 'button'
25
+ %p.grid__cell= link_to t('workarea.storefront.users.forgot_password'), forgot_password_path, class: 'text-button'
@@ -0,0 +1,16 @@
1
+ - @title = t('workarea.storefront.users.reset_password')
2
+
3
+ .view
4
+ %h1.heading.heading--4= t('workarea.storefront.users.reset_password')
5
+
6
+ = form_tag reset_password_path(params[:token]), id: 'reset_password_form', method: :patch do
7
+
8
+ .property
9
+ = label_tag :password, nil, class: 'property__name' do
10
+ %span.property__text= t('workarea.storefront.users.password')
11
+ .value
12
+ = password_field_tag :password, nil, class: 'text-box text-box--wide', minlength: 7, required: true, autocomplete: 'off'
13
+ = inline_svg('workarea/storefront/icons/lock.svg', class: 'value__icon')
14
+
15
+
16
+ %p= button_tag t('workarea.storefront.users.reset_password'), value: 'reset_password', class: 'button'
@@ -0,0 +1,27 @@
1
+ - @title = t('workarea.storefront.users.forgot_password')
2
+
3
+ - content_for :breadcrumbs do
4
+ %p.breadcrumbs__node-group
5
+ %span.breadcrumbs__node
6
+ = link_to t('workarea.storefront.layouts.home'), root_path, rel: 'home', class: 'breadcrumbs__link'
7
+ %span.breadcrumbs__node
8
+ = link_to t('workarea.storefront.users.login'), login_path, class: 'breadcrumbs__link'
9
+ %span.breadcrumbs__node
10
+ %span.breadcrumbs__text= t('workarea.storefront.users.forgot_password')
11
+
12
+ .view
13
+
14
+ %h1.heading.heading--4= t('workarea.storefront.users.forgot_password')
15
+ %p= t('workarea.storefront.users.forgot_password_instructions')
16
+
17
+ = form_tag forgot_password_path, id: 'forgot_password_form', method: 'post', data: { analytics: forgot_password_analytics_data.to_json } do
18
+
19
+ .property
20
+ = label_tag :email, nil, class: 'property__name' do
21
+ %span.property__text= t('workarea.storefront.users.email')
22
+ .value
23
+ = email_field_tag :email, nil, class: 'text-box text-box--wide', required: true, placeholder: t('workarea.storefront.forms.email_placeholder')
24
+ = inline_svg('workarea/storefront/icons/email.svg', class: 'value__icon')
25
+
26
+
27
+ %p= button_tag t('workarea.storefront.forms.send'), value: 'forgot_password', class: 'button'
@@ -0,0 +1,20 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails gems
3
+ # installed from the root of your application.
4
+
5
+ ENGINE_ROOT = File.expand_path("../..", __FILE__)
6
+ ENGINE_PATH = File.expand_path("../../lib/haven_theme/engine", __FILE__)
7
+ APP_PATH = File.expand_path("../../test/dummy/config/application", __FILE__)
8
+
9
+ # Set up gems listed in the Gemfile.
10
+ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
11
+ require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
12
+
13
+ require "action_controller/railtie"
14
+ require "action_view/railtie"
15
+ require "action_mailer/railtie"
16
+ require "rails/test_unit/railtie"
17
+ require "sprockets/railtie"
18
+ require "teaspoon-mocha"
19
+
20
+ require "rails/engine/commands"
@@ -0,0 +1,3 @@
1
+ > 1%
2
+ last 2 versions
3
+ not ie 10
@@ -0,0 +1,94 @@
1
+ module Workarea
2
+ Plugin.append_stylesheets(
3
+ "storefront.settings",
4
+ "workarea/storefront/settings/font_families",
5
+ )
6
+
7
+ Plugin.append_stylesheets(
8
+ "storefront.tools",
9
+ "workarea/storefront/tools/full_bleed_container"
10
+ )
11
+
12
+ Plugin.append_stylesheets(
13
+ "storefront.components",
14
+ "workarea/storefront/components/account_menu",
15
+ "workarea/storefront/components/add_to_cart",
16
+ "workarea/storefront/blog/components/blog_index",
17
+ "workarea/storefront/components/checkout_confirmation",
18
+ "workarea/storefront/components/color_box",
19
+ "workarea/storefront/components/email_signup_view",
20
+ "workarea/storefront/components/login",
21
+ "workarea/storefront/components/order_details",
22
+ "workarea/storefront/components/overlay",
23
+ "workarea/storefront/components/product_media",
24
+ "workarea/storefront/components/recommendations",
25
+ "workarea/storefront/components/quantity_control",
26
+ "workarea/storefront/components/search"
27
+ )
28
+
29
+ Plugin.append_stylesheets(
30
+ "storefront.theme",
31
+ "workarea/storefront/theme/style_guide"
32
+ )
33
+
34
+ Plugin.append_javascripts(
35
+ "storefront.config",
36
+ "workarea/storefront/haven_theme/config"
37
+ )
38
+
39
+ Plugin.append_javascripts(
40
+ "storefront.dependencies",
41
+ "jquery.payment",
42
+ "polyfills/stickyfill"
43
+ )
44
+
45
+ Plugin.append_javascripts(
46
+ "storefront.modules",
47
+ "workarea/storefront/modules/expandable_filters",
48
+ "workarea/storefront/modules/product_detail_tabs",
49
+ "workarea/storefront/modules/quantity_control",
50
+ "workarea/storefront/modules/search_buttons",
51
+ "workarea/storefront/modules/toggle_class_button",
52
+ "workarea/storefront/modules/user_welcome_placeholder"
53
+ )
54
+
55
+ Plugin.append_javascripts(
56
+ "storefront.templates",
57
+ "workarea/storefront/templates/user_welcome"
58
+ )
59
+
60
+ Plugin.append_partials(
61
+ "storefront.current_user",
62
+ "workarea/storefront/users/haven_current_user"
63
+ )
64
+
65
+ Plugin.remove_partials(
66
+ "storefront.cart_checkout_actions",
67
+ "workarea/storefront/carts/shipping_message"
68
+ )
69
+
70
+ Plugin.remove_partials(
71
+ "storefront.product_details",
72
+ "workarea/storefront/products/reviews_aggregate"
73
+ )
74
+
75
+ Plugin.remove_partials(
76
+ "storefront.product_description",
77
+ "workarea/storefront/products/badges"
78
+ )
79
+
80
+ Plugin.remove_partials(
81
+ "storefront.product_summary",
82
+ "workarea/storefront/products/reviews_summary"
83
+ )
84
+
85
+ Plugin.remove_partials(
86
+ "storefront.style_guide_product_summary",
87
+ "workarea/storefront/style_guides/reviews_product_summary_docs"
88
+ )
89
+
90
+ Plugin.remove_partials(
91
+ "storefront.product_description",
92
+ "workarea/storefront/products/video_link"
93
+ )
94
+ end
@@ -0,0 +1 @@
1
+ Rails.application.config.assets.precompile += %w(workarea/storefront/favicon.ico)
@@ -0,0 +1,95 @@
1
+ Workarea.define_content_block_types do
2
+ block_type "Hero" do
3
+ description "Positionable button over a background image."
4
+
5
+ fieldset "Image" do
6
+ field "Asset", :asset, required: true, file_types: "image", default: find_asset_id_by_file_name("960x470_light.png")
7
+ field "Alt Text", :string, default: ""
8
+ end
9
+
10
+ fieldset "Button" do
11
+ field "Text", :string, default: "Button"
12
+ field "URL", :url, default: "#"
13
+ field "Style", :options, values: [
14
+ ["Primary", "button"],
15
+ ["Secondary", "button button--secondary"],
16
+ ["Secondary - alternative", "button button--secondary-alt"]
17
+ ], default: "Primary"
18
+ field "Size", :options, values: [
19
+ "Regular",
20
+ "Large",
21
+ "Small"
22
+ ], default: "Regular"
23
+ field "Position", :options, values: [
24
+ "Top, Left",
25
+ "Top, Center",
26
+ "Top, Right",
27
+ "Middle, Left",
28
+ "Middle, Center",
29
+ "Middle, Right",
30
+ "Bottom, Left",
31
+ "Bottom, Center",
32
+ "Bottom, Right"
33
+ ], default: "Middle, Center"
34
+ end
35
+ end
36
+
37
+ block_type "Category Summary" do
38
+ description "A category name and its first few products."
39
+ field "Category", :category, default: -> { Workarea::Catalog::Category.sample.try(:id).try(:to_s) }
40
+ field "Full Bleed", :boolean, default: false
41
+ end
42
+
43
+ block_type "Product List" do
44
+ description "A custom list of products."
45
+
46
+ field "Title", :string, default: "Featured"
47
+ field "Products", :products, default: (lambda do
48
+ result = Array.new(3) { Workarea::Catalog::Product.sample.try(:id) }
49
+ result.compact
50
+ end)
51
+ field "Full Bleed", :boolean, default: false
52
+ end
53
+
54
+ block_type "Product Insights" do
55
+ description "A list of top selling products."
56
+
57
+ field "Title", :string, default: "Top Products"
58
+ field "Type", :options, values: [
59
+ "Cold Products",
60
+ "Hot Products",
61
+ "Most Discounted Products",
62
+ "Non Sellers",
63
+ "Products To Improve",
64
+ "Promising Products",
65
+ "Star Products",
66
+ "Top Products",
67
+ "Trending Products"
68
+ ], default: "Top Products"
69
+ field "Full Bleed", :boolean, default: false
70
+ end
71
+
72
+ # Custom content blocks
73
+
74
+ block_type "Product Grid Cell" do
75
+ description "Content block for your product grid"
76
+ view_model "Workarea::Storefront::ContentBlocks::ProductGridCellViewModel"
77
+
78
+ fieldset "Grid" do
79
+ field "Position", :integer, default: 1, min: 1
80
+ field "Width", :options, values: [["1 cell", 1], ["2 cells", 2]], default: "1 cell"
81
+ field "Height", :options, values: [["1 cell", 1], ["2 cells", 2]], default: "1 cell"
82
+ field "Float", :options, values: ["none", "left", "right"], default: "none"
83
+ end
84
+
85
+ fieldset "Content" do
86
+ field "Asset", :asset, file_types: "image", default: find_asset_id_by_file_name("product_grid_content_2_cell_background.jpg"), html_data_attributes: { media_mode: ["resize", "crop", "switch"] }
87
+ field "Heading", :string, default: "Stylish home office"
88
+ field "Sub Heading", :string, default: "Tie the room together with our chairs and desks"
89
+ field "Link", :url, default: "/"
90
+ field "Link Text", :string, default: "Click Me!"
91
+ field "Link Style", :options, values: [["button", "button"], ["Secondary button" , "button button--secondary"], ["Secondary Button Alternative" , "button button--secondary-alt"], ["Text Button", "text-button"], ["Link", "link"]], default: "button"
92
+ field "Text Color", :color, default: "#000000", presets: ["#000000", "#ffffff", "#999999", "#ff0000", "#00ff00", "#0000ff"]
93
+ end
94
+ end
95
+ end
@@ -0,0 +1,74 @@
1
+ Dragonfly.app(:workarea).configure do
2
+ processor :large_thumb do |content|
3
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
4
+ content.process!(:thumb, "232x232")
5
+ content.process!(:optim)
6
+ end
7
+
8
+ processor :large_thumb_retina do |content|
9
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
10
+ content.process!(:thumb, "464x464")
11
+ content.process!(:optim)
12
+ end
13
+
14
+ processor :detail do |content|
15
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
16
+ content.process!(:thumb, "600x600")
17
+ content.process!(:optim)
18
+ end
19
+
20
+ processor :detail_retina do |content|
21
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
22
+ content.process!(:thumb, "1200x1200")
23
+ content.process!(:optim)
24
+ end
25
+
26
+ # PDP Main Image Size - mobile
27
+ processor :detail_mobile do |content|
28
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
29
+ content.process!(:thumb, "300x300")
30
+ content.process!(:optim)
31
+ end
32
+
33
+ processor :zoom do |content|
34
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
35
+ content.process!(:thumb, "1200x1200")
36
+ content.process!(:optim)
37
+ end
38
+
39
+ processor :super_zoom do |content|
40
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
41
+ content.process!(:thumb, "2400x2400")
42
+ content.process!(:optim)
43
+ end
44
+
45
+ processor :detail_alt do |content|
46
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
47
+ content.process!(:thumb, "120x120")
48
+ content.process!(:optim)
49
+ end
50
+
51
+ processor :small_thumb do |content|
52
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
53
+ content.process!(:thumb, "136x136")
54
+ content.process!(:optim)
55
+ end
56
+
57
+ processor :small_thumb_retina do |content|
58
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
59
+ content.process!(:thumb, "272x272")
60
+ content.process!(:optim)
61
+ end
62
+
63
+ processor :swatch_thumb do |content|
64
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
65
+ content.process!(:thumb, "32x32")
66
+ content.process!(:optim)
67
+ end
68
+
69
+ processor :blog_thumbnail do |content|
70
+ content.process!(:encode, :jpg, Workarea.config.jpg_encode_options)
71
+ content.process!(:thumb, "452x452")
72
+ content.process!(:optim)
73
+ end
74
+ end