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,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9f39d78065eaf2c5cfea1d998c0817b2f5aa1e177cb6296430613b1c224af0f0
4
+ data.tar.gz: 125e904f16fcc3a9a061bfae2c8443b5e26d90372d4453be40fa2bb58541fcd1
5
+ SHA512:
6
+ metadata.gz: 987216662fbbeb6241a63ec31e49bbde918c2fdcbc018c931ab9d500caf6cbc61dc312531fc81b25031bfedd2771817f895503bfcbfbe717279875390e7b262d
7
+ data.tar.gz: 642bea21264842719e00228e512428fa673ae58c58258cdd3191aaabf8d70217fc3cb28fc4cf1908ccd0d4116300609d0e02a3362506b2791fc3cbb5ba71e6d6
@@ -0,0 +1,16 @@
1
+ # editorconfig.org
2
+ root = true
3
+
4
+ [*]
5
+ charset = utf-8
6
+ indent_style = space
7
+ end_of_line = lf
8
+ trim_trailing_whitespace = true
9
+ insert_final_newline = true
10
+
11
+ [{*.rb,*.haml,*.decorator}]
12
+ indent_size = 2
13
+ indent_style = space
14
+
15
+ [{*.js,*.jst,*.ejs,*.scss}]
16
+ indent_size = 4
@@ -0,0 +1 @@
1
+ vendor/**/*.js
@@ -0,0 +1,25 @@
1
+ {
2
+ "extends": "eslint:recommended",
3
+ "rules": {
4
+ "semi": ["error", "always"],
5
+ "eqeqeq": ["error", "always"]
6
+ },
7
+ "globals": {
8
+ "window": true,
9
+ "document": true,
10
+ "WORKAREA": true,
11
+ "$": true,
12
+ "jQuery": true,
13
+ "_": true,
14
+ "feature": true,
15
+ "JST": true,
16
+ "Turbolinks": true,
17
+ "I18n": true,
18
+ "Chart": true,
19
+ "Dropzone": true,
20
+ "strftime": true,
21
+ "Waypoint": true,
22
+ "wysihtml": true,
23
+ "LocalTime": true
24
+ }
25
+ }
@@ -0,0 +1,37 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve Workarea
4
+ title: ''
5
+ labels: bug
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ ⚠️**Before you create**⚠️
11
+ Please verify the issue you're experiencing is not part of your Workarea project customizations. The best way to do this is with a [vanilla Workarea installation](https://developer.workarea.com/articles/create-a-new-host-application.html). This will help us spend time on fixes/improvements for the whole community. Thank you!
12
+
13
+ **Describe the bug**
14
+ A clear and concise description of what the bug is.
15
+
16
+ **To Reproduce**
17
+ Steps to reproduce the behavior:
18
+ 1. Go to '...'
19
+ 2. Click on '....'
20
+ 3. Scroll down to '....'
21
+ 4. See error
22
+
23
+ **Expected behavior**
24
+ A clear and concise description of what you expected to happen.
25
+
26
+ **Workarea Setup (please complete the following information):**
27
+ - Workarea Version: [e.g. v3.4.6]
28
+ - Plugins [e.g. workarea-blog, workarea-sitemaps]
29
+
30
+ **Attachments**
31
+ If applicable, add any attachments to help explain your problem, things like:
32
+ - screenshots
33
+ - Gemfile.lock
34
+ - test cases
35
+
36
+ **Additional context**
37
+ Add any other context about the problem here.
@@ -0,0 +1,17 @@
1
+ ---
2
+ name: Documentation request
3
+ about: Suggest documentation
4
+ title: ''
5
+ labels: documentation
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Is your documentation related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm confused by [...]
12
+
13
+ **Describe the article you'd like**
14
+ A clear and concise description of what would be in the documentation article.
15
+
16
+ **Additional context**
17
+ Add any other context or screenshots about the feature request here.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for Workarea
4
+ title: ''
5
+ labels: enhancement
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+ **Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ **Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ **Additional context**
20
+ Add any other context or screenshots about the feature request here.
@@ -0,0 +1,60 @@
1
+ name: CI
2
+ on: [push]
3
+
4
+ jobs:
5
+ static_analysis:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v1
9
+ - uses: workarea-commerce/ci/bundler-audit@v1
10
+ - uses: workarea-commerce/ci/rubocop@v1
11
+ - uses: workarea-commerce/ci/eslint@v1
12
+ with:
13
+ args: '**/*.js'
14
+ - uses: workarea-commerce/ci/stylelint@v1
15
+ with:
16
+ args: '**/*.scss'
17
+
18
+ admin_tests:
19
+ runs-on: ubuntu-latest
20
+ steps:
21
+ - uses: actions/checkout@v1
22
+ - uses: actions/setup-ruby@v1
23
+ with:
24
+ ruby-version: 2.6.x
25
+ - uses: workarea-commerce/ci/test@v1
26
+ with:
27
+ command: bin/rails app:workarea:test:admin
28
+
29
+ core_tests:
30
+ runs-on: ubuntu-latest
31
+ steps:
32
+ - uses: actions/checkout@v1
33
+ - uses: actions/setup-ruby@v1
34
+ with:
35
+ ruby-version: 2.6.x
36
+ - uses: workarea-commerce/ci/test@v1
37
+ with:
38
+ command: bin/rails app:workarea:test:core
39
+
40
+ storefront_tests:
41
+ runs-on: ubuntu-latest
42
+ steps:
43
+ - uses: actions/checkout@v1
44
+ - uses: actions/setup-ruby@v1
45
+ with:
46
+ ruby-version: 2.6.x
47
+ - uses: workarea-commerce/ci/test@v1
48
+ with:
49
+ command: bin/rails app:workarea:test:storefront
50
+
51
+ plugins_tests:
52
+ runs-on: ubuntu-latest
53
+ steps:
54
+ - uses: actions/checkout@v1
55
+ - uses: actions/setup-ruby@v1
56
+ with:
57
+ ruby-version: 2.6.x
58
+ - uses: workarea-commerce/ci/test@v1
59
+ with:
60
+ command: bin/rails app:workarea:test:plugins
@@ -0,0 +1,23 @@
1
+ .bundle/
2
+ log/*.log
3
+ pkg/
4
+ test/dummy/db/*.sqlite3
5
+ test/dummy/db/*.sqlite3-journal
6
+ test/dummy/log/*.log
7
+ test/dummy/tmp/
8
+ .DS_Store
9
+ .byebug_history
10
+ .bundle/
11
+ .sass-cache/
12
+ Gemfile.lock
13
+ pkg/
14
+ test/dummy/tmp/
15
+ test/dummy/public/
16
+ log/*.log
17
+ test/dummy/log/*.log
18
+ test/dummy/db/*.sqlite3
19
+ test/dummy/db/*.sqlite3-journal
20
+ node_modules/
21
+ package-lock.json
22
+ yarn.lock
23
+ .rubocop-http*
@@ -0,0 +1,3 @@
1
+ inherit_from:
2
+ - https://raw.githubusercontent.com/workarea-commerce/workarea/master/.rubocop.yml
3
+
@@ -0,0 +1,192 @@
1
+ # Extension of the default configuration:
2
+ # https://github.com/causes/scss-lint/blob/master/config/default.yml
3
+
4
+ exclude: 'docs/**'
5
+
6
+ linters:
7
+ Comment:
8
+ enabled: false
9
+
10
+ DeclarationOrder:
11
+ enabled: true
12
+
13
+ ElsePlacement:
14
+ enabled: true
15
+
16
+ EmptyRule:
17
+ enabled: false
18
+
19
+ HexLength:
20
+ enabled: true
21
+ style: long
22
+
23
+ Indentation:
24
+ enabled: true
25
+ allow_non_nested_indentation: true
26
+ character: space
27
+ width: 4
28
+
29
+ LeadingZero:
30
+ enabled: true
31
+ style: include_zero
32
+
33
+ MergeableSelector:
34
+ enabled: true
35
+ force_nesting: false
36
+
37
+ PropertySortOrder:
38
+ enabled: true
39
+ ignore_unspecified: false
40
+ separate_groups: false
41
+ order:
42
+ - display
43
+ -
44
+ - position
45
+ - top
46
+ - right
47
+ - bottom
48
+ - left
49
+ - z-index
50
+ -
51
+ - margin
52
+ - margin-top
53
+ - margin-right
54
+ - margin-bottom
55
+ - margin-left
56
+ -
57
+ - margin-collapse
58
+ - margin-top-collapse
59
+ - margin-right-collapse
60
+ - margin-bottom-collapse
61
+ - margin-left-collapse
62
+ -
63
+ - padding
64
+ - padding-top
65
+ - padding-right
66
+ - padding-bottom
67
+ - padding-left
68
+ -
69
+ - width
70
+ - height
71
+ - max-width
72
+ - max-height
73
+ - min-width
74
+ - min-height
75
+ -
76
+ - float
77
+ - clear
78
+ -
79
+ - color
80
+ -
81
+ - font
82
+ - font-size
83
+ - font-style
84
+ - font-family
85
+ - font-weight
86
+ - font-variant
87
+ - font-smoothing
88
+ -
89
+ - line-height
90
+ - letter-spacing
91
+ - word-spacing
92
+ -
93
+ - text-align
94
+ - text-indent
95
+ - text-shadow
96
+ - text-overflow
97
+ - text-rendering
98
+ - text-transform
99
+ - text-decoration
100
+ - text-size-adjust
101
+ -
102
+ - word-break
103
+ - word-wrap
104
+ -
105
+ - white-space
106
+ -
107
+ - background
108
+ - background-size
109
+ - background-color
110
+ - background-image
111
+ - background-repeat
112
+ - background-position
113
+ - background-attachment
114
+ -
115
+ - border
116
+ - border-top
117
+ - border-right
118
+ - border-bottom
119
+ - border-left
120
+ -
121
+ - border-image
122
+ - border-spacing
123
+ - border-collapse
124
+ -
125
+ - border-color
126
+ - border-top-color
127
+ - border-right-color
128
+ - border-bottom-color
129
+ - border-left-color
130
+ -
131
+ - border-style
132
+ - border-top-style
133
+ - border-right-style
134
+ - border-bottom-style
135
+ - border-left-style
136
+ -
137
+ - border-width
138
+ - border-top-width
139
+ - border-right-width
140
+ - border-bottom-width
141
+ - border-left-width
142
+ -
143
+ - border-radius
144
+ - border-top-right-radius
145
+ - border-bottom-right-radius
146
+ - border-bottom-left-radius
147
+ - border-top-left-radius
148
+ - border-radius-topright
149
+ - border-radius-bottomright
150
+ - border-radius-bottomleft
151
+ - border-radius-topleft
152
+ -
153
+ - box-shadow
154
+
155
+ SelectorFormat:
156
+ enabled: true
157
+ convention: hyphenated_BEM
158
+
159
+ SingleLinePerSelector:
160
+ enabled: false
161
+
162
+ SpaceAfterPropertyColon:
163
+ enabled: true
164
+ style: at_least_one_space
165
+
166
+ SpaceBeforeBrace:
167
+ enabled: true
168
+ style: space
169
+ allow_single_line_padding: true
170
+
171
+ VariableForProperty:
172
+ enabled: true
173
+ properties:
174
+ - color
175
+ - font-family
176
+ - background-color
177
+
178
+ PseudoElement:
179
+ enabled: false
180
+
181
+ # These default settings may be problematic to implementors. They are not
182
+ # ommitted so that they may be adjusted as needed during an implementation.
183
+ #
184
+ # For documentation:
185
+ # https://github.com/causes/scss-lint/blob/master/lib/scss_lint/linter/README.md
186
+
187
+ DuplicateProperty:
188
+ enabled: true
189
+
190
+ PropertySpelling:
191
+ enabled: true
192
+ extra_properties: [] # Add experimental CSS to this array, if needed
@@ -0,0 +1,8 @@
1
+ {
2
+ "extends": "stylelint-config-recommended-scss",
3
+ "rules": {
4
+ "block-no-empty": null,
5
+ "no-descending-specificity": null,
6
+ "property-no-unknown": [true, { "ignoreProperties": ["mso-hide"] }]
7
+ }
8
+ }
@@ -0,0 +1,1847 @@
1
+ Workarea Haven Theme 1.3.0 (2019-12-17)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Upgrade to Workarea v3.5 & Friends
5
+
6
+ HAVEN-2
7
+ Curt Howard
8
+
9
+
10
+
11
+ Workarea Haven Theme 1.2.1 (2019-11-12)
12
+ --------------------------------------------------------------------------------
13
+
14
+ * Fix scrolling issue around Reviews Drawer on mobile devices
15
+
16
+ HAVEN-1
17
+ Curt Howard
18
+
19
+ * Set capybara to ignore whitespace for cetain system tests
20
+
21
+ * Added cursor pointer to mobile filters close button for better UX
22
+
23
+ HANVTHEME-186
24
+ Jake Beresford
25
+
26
+ * Add link to demo site in readme
27
+
28
+ HAVNTHEME-185
29
+ Jake Beresford
30
+
31
+ * Upgrade for v3.4
32
+
33
+ * Update CI scripts
34
+ * Updates all relevant views etc. for v3.4 changes
35
+ * Fix badge placement on product detail page
36
+ * Fix tests and linting errors
37
+ * Use styled select styleguide component from plugin, override in app is not needed
38
+
39
+ HAVNTHEME-184
40
+ Jake Beresford
41
+
42
+ * Add screenshots to README
43
+
44
+ * Adds screenshots of the theme to /public/screenshots dir
45
+ * Adds a few screenshots to the README as examples of the theme
46
+
47
+ HAVNTHEME-183
48
+ Jake Beresford
49
+
50
+ * Update implementation to account for swatches
51
+
52
+ HAVNTHEME-182
53
+ Jake Beresford
54
+
55
+ * Implement styles for loading indicator
56
+
57
+ * Make UI dialog transparent for loading dialogs
58
+ * Adjust color and size of loading indicator
59
+
60
+ HAVNTHEME-181
61
+ Jake Beresford
62
+
63
+ * Update implementation of quickview button
64
+
65
+ * Centers quickview button on the product summary, preventing layout jump and misalignment
66
+ * Remove redundant flex rules
67
+ * Clean up hover state of product-summary by absolutely positioning the product-summary__divider, move append point outside of divider to allow for absolute positioning of appended components (quickview and badges)
68
+
69
+ HAVNTHEME-182
70
+ Jake Beresford
71
+
72
+ * Add missing image and link to taxonomy content block
73
+
74
+ HAVNTHEME-179
75
+ Jake Beresford
76
+
77
+ * Extend style_guide styles from base to include new color swatch for styleguide
78
+
79
+ HAVNTHEME-177
80
+ Jake Beresford
81
+
82
+ * Update cart item counts to display total quantity to match site header.
83
+
84
+ HAVNTHEME-178
85
+ Jake Beresford
86
+
87
+ * Configure plugin for new CI scripts
88
+
89
+ * Add CI scripts and update gemfile for new CI
90
+ * Update linting failures
91
+
92
+ HAVNTHEME-180
93
+ Jake Beresford
94
+
95
+ * Add fonts stylesheet with dynamic importing based on configuration
96
+
97
+ * This fixes an issue that prevented custom fonts being loaded in the themed storefront
98
+
99
+ HAVNTHEME-176
100
+ Jake Beresford
101
+
102
+ * Styled back to top button to match the theme
103
+
104
+ Added missing opengraph tage to blog_entry#show
105
+
106
+ HAVNTHEME-41
107
+ Jake Beresford
108
+
109
+ * Add version requirements to dependencies in gemspec
110
+
111
+ HAVNTHEME-175
112
+ Jake Beresford
113
+
114
+ * Close search UI on escape keypress
115
+
116
+ HAVNTHEME-173
117
+ Jake Beresford
118
+
119
+ * Fixes bug with region field initialization - no default select value.
120
+
121
+ HAVNTHEME-174
122
+ Jake Beresford
123
+
124
+ * Loosen version dependencies
125
+
126
+ * Add config for hoverZoom v3
127
+ * Fix incorrect class name in product/_media
128
+
129
+ HAVNTHEME-174
130
+ Jake Beresford
131
+
132
+ * Bump version for v1.0.0 release
133
+
134
+ Jake Beresford
135
+
136
+ * Remove unnecessary test decoration
137
+
138
+ HAVNTHEME-171
139
+ Jake Beresford
140
+
141
+ * Remove SKU from decorated analytics system test following change made to base
142
+
143
+ HAVNTHEME-172
144
+ Jake Beresford
145
+
146
+ * Add required field indicator toggling to address region fields
147
+
148
+ HAVNTHEME-171
149
+ Jake Beresford
150
+
151
+ * Fix issue where non-US states were not being populated as a select menu
152
+
153
+ * address_region_fields was dependent on DOM order, changing the way we select region fields allows regions to be stored properly
154
+
155
+ HAVNTHEME-171
156
+ Jake Beresford
157
+
158
+ * Adjust margins for blog entry summary tags to ensure they wrap nicely
159
+
160
+ HAVNTHEME-84
161
+ Jake Beresford
162
+
163
+ * Add new color scheme
164
+
165
+ * Adds Lagoon color scheme
166
+ * Fix non functional color variables throughout the app
167
+ * Add new functional color variables to improve skinnability
168
+ * Make social icon styles consistent
169
+ * Fix mis-alignment jump when animating share buttons
170
+ * Hide original price ranges on product summary to prevent crazy height variations on browse
171
+
172
+ HAVNTHEME-86
173
+ Jake Beresford
174
+
175
+ * Update dragonfly processors to lock height
176
+
177
+ * Made Dragonfly processors more restrictive to prevent non-square images breaking layout
178
+ * Update swatch & option button image processor
179
+
180
+ HAVNTHEME-170
181
+ Jake Beresford
182
+
183
+ * Correct pricing for products which should display a range
184
+
185
+ * Revert decision not to display price ranges, allow product data to determine what should be displayed
186
+
187
+ HAVNTHEME-105
188
+ Jake Beresford
189
+
190
+ * Update styleguide
191
+
192
+ * Update various styleguide components to reflect markup changes in the theme.
193
+ * Increate negative Y offset of account menu to prevent it being shown when a user scrolls up beyond the top of the page in modern browsers
194
+
195
+ HAVNTHEME-141
196
+ Jake Beresford
197
+
198
+ * Prevent table layout overflowing device window at smaller viewport widths
199
+
200
+ HAVNTHEME-85
201
+ Jake Beresford
202
+
203
+ * Haven theme is not OneTheme
204
+
205
+ HAVNTHEME-167
206
+ Jake Beresford
207
+
208
+ * Fix failing tests related to product videos and blog
209
+
210
+ * Resolve TODOs throughout code, mostly related to v3.3
211
+ * Lock down sassc version to allow CI to run without errors
212
+
213
+ HAVNTHEME-167
214
+ Jake Beresford
215
+
216
+ * QA fixes
217
+
218
+ * Move search autocomplete JS to storefront
219
+ * Increase z-index for search to prevent other elements being interactable through the search overlay
220
+ * Adjust styles to restrict width of products
221
+ * Adjust padding of product names in search results
222
+
223
+ HAVNTHEME-131
224
+ Jake Beresford
225
+
226
+ * Update based on QA feedback
227
+
228
+ * Do not display price for $0 customizations
229
+ * Allow product list items to wrap if necessary (customization price is present)
230
+ * Move comment closer to footnote for easier understanding. Remove shorthand in favor of clearer styling and explaination.
231
+ * Remove redundant styles
232
+
233
+ HAVNTHEME-157
234
+ Jake Beresford
235
+
236
+ * Fix account addresses QA feedback
237
+
238
+ * Reduce min width of data-card to prevent overlapping of grid__cells at smedium viewport widths
239
+ * break-word on data-card__line to ensure weirdly long addresses and phone numbers do not overflow the data-card container
240
+
241
+ HAVNTHEME-100
242
+ Jake Beresford
243
+
244
+ * Reduce heading size in footer
245
+
246
+ HAVNTHEME-147
247
+ Jake Beresford
248
+
249
+ * Increase padding around breadcrumbs
250
+
251
+ HAVNTHEME-116
252
+ Jake Beresford
253
+
254
+ * Reduce offset of .button__icon in the context of .button--small
255
+
256
+ HAVNTHEME-150
257
+ Jake Beresford
258
+
259
+ * Imnplement design for featured entry content block
260
+
261
+ * Content block uses blog entry summary partial
262
+ * Implement a placeholder for blog summaries if no thumbnail is present
263
+ * Configure blog entries on index
264
+ * Change class to make featured entries double width
265
+
266
+ HAVNTHEME-84
267
+ Jake Beresford
268
+
269
+ * Add %p tags to text in user dashboard view to get the layout looking nice
270
+
271
+ HAVNTHEME-103
272
+ Jake Beresford
273
+
274
+ * * Add some padding to pagination, makes content search results look better
275
+
276
+ HAVNTHEME-158
277
+ Jake Beresford
278
+
279
+ * Override pagination.scss from base
280
+
281
+ HAVNTHEME-158
282
+ Jake Beresford
283
+
284
+ * Integrate Package products plugin
285
+
286
+ * Update markup and styles for package product views
287
+ * Update package cart item markup to match designs
288
+ * Style family checkboxes to be inline and centered
289
+ * Prevent duplicate ID issue on package products with swatches
290
+ * Fix duplicate ID error when adding multiple family products to cart
291
+
292
+ HAVNTHEME-164
293
+ Jake Beresford
294
+
295
+ * Search QA fixes
296
+
297
+ * Prevent .page-layout collapsing when fewer than 4 products are displayed with an aside
298
+
299
+ HAVNTHEME-158
300
+ Jake Beresford
301
+
302
+ * In grid content QA fixes
303
+
304
+ * Set font-size 0 for .content-block--product-grid-cell in page-content to prevent grid being broken
305
+ * Set font-size of product-grid-cell-content-block to 1 rem
306
+
307
+ HAVNTHEME-134
308
+ Jake Beresford
309
+
310
+ * Utility nav QA fixes
311
+
312
+ * Use orders/status route for the my orders link in the account dropdown
313
+
314
+ HAVNTHEME-108
315
+ Jake Beresford
316
+
317
+ * Search - no results QA fixes
318
+
319
+ * Do not center search form on no results pages
320
+
321
+ HAVNTHEME-129
322
+ Jake Beresford
323
+
324
+ * * Remove pending items from order/details partial to reduce redundant information, all items are shown in order aside.
325
+
326
+ HAVNTHEME-142
327
+ Jake Beresford
328
+
329
+ * Order confirmation QA fixes
330
+
331
+ * Fix double bold styling on table totals
332
+ * Adjust heading styles
333
+ * Use negative margins to match order details information to designs without screwing up the layout
334
+
335
+ HAVNTHEME-142
336
+ Jake Beresford
337
+
338
+ * remove required from region text-box
339
+
340
+ HAVNTHEME-142
341
+ Jake Beresford
342
+
343
+ * Fix rubocop
344
+
345
+ HAVNTHEME-148
346
+ Jake Beresford
347
+
348
+ * Browse page QA Feedback
349
+
350
+ * Adjust secondary nav heading size down
351
+ * Tweak padding values
352
+
353
+ HAVNTHEME-148
354
+ Jake Beresford
355
+
356
+ * Quickview QA fixes
357
+
358
+ * Prevent client side validation message overlapping in quickview
359
+ * Update share buttons to center icons properly
360
+ * Adjust style of verified purchaser text to match rest of review UI
361
+
362
+ HAVNTHEME-153
363
+ Jake Beresford
364
+
365
+ * Update dragonfly processors for zoom
366
+
367
+ HAVNTHEME-109
368
+ Jake Beresford
369
+
370
+ * * Add missing configuration for scrollToButtons
371
+
372
+ HAVNTHEME-109
373
+ Jake Beresford
374
+
375
+ * Fix decorated test
376
+
377
+ HAVNTHEME-140
378
+ Jake Beresford
379
+
380
+ * Left nav QA fixes
381
+
382
+ * Fix bug with removing applied facets
383
+ * Format applied price facets as currency
384
+ * Titlize applied facet values to match regular facet UI
385
+ * Prevent mobile filters overflowing their container
386
+ * Remove workarea-accordions, replacing accordion with a custom expandable
387
+ filters module. This allows multiple filter groups to be open at once
388
+ * Combine filter_view_more module with new expandable_filters module
389
+ * Simplify the JS by conditionally including the view more button in the view
390
+ * use .erb for result filters to share configuration from application with Scss
391
+
392
+ HAVNTHEME-140
393
+ Jake Beresford
394
+
395
+ * Update account dashboard styles based on QA
396
+
397
+ * Hide heading
398
+ * Add borders to .box and adjust padding
399
+ * Give .data-card a background color instead of using a border to reduce nested borders
400
+
401
+ HAVNTHEME-103
402
+ Jake Beresford
403
+
404
+ * Restrict width of order cards on order history view
405
+
406
+ HAVNTHEME-137
407
+ Jake Beresford
408
+
409
+ * Correct haml indentation
410
+
411
+ HAVNTHEME-138
412
+ Jake Beresford
413
+
414
+ * * Apply styles to order index view, styled to match login view
415
+
416
+ HAVNTHEME-138
417
+ Jake Beresford
418
+
419
+ * Override orders index view from base
420
+
421
+ HAVNTHEME-138
422
+ Jake Beresford
423
+
424
+ * Address region field text input is required
425
+
426
+ HAVNTHEME-145
427
+ Jake Beresford
428
+
429
+ * * Hide styled selects in address region fields when necessary
430
+
431
+ HAVNTHEME-145
432
+ Jake Beresford
433
+
434
+ * * Adjust error styling for styled selects to prevent invalid state being set prematurely
435
+
436
+ HAVNTHEME-145
437
+ Jake Beresford
438
+
439
+ * Override address_region_fields from base
440
+
441
+ HAVNTHEME-145
442
+ Jake Beresford
443
+
444
+ * Checkout step summary QA fixes
445
+
446
+ * Make table__total bold
447
+ * Switch order of price and QTY in checkout items
448
+ * Increase padding between table total rows
449
+ * Display all checkout summary sections on small devices
450
+ * Update implementation of checkout progress dividers to be simple and not break layout
451
+ * Increase width of checkout views
452
+ * Update width of aside in checkout to prevent product-list__item wrapping and looking broken
453
+ * Add promo code input to checkout summary except payments step
454
+ * Add missing translations
455
+
456
+ HAVNTHEME-127
457
+ Jake Beresford
458
+
459
+ * Remove find_asset_id proc, use existing method instead
460
+
461
+ HAVNTHEME-144
462
+ Jake Beresford
463
+
464
+ * Checkout payment QA fixes
465
+
466
+ * Prevent card icons breaking to new line on small viewports
467
+ * Vertically align button property text everywhere
468
+
469
+ HAVNTHEME-104
470
+ Jake Beresford
471
+
472
+ * Update markup for all user password views to match designs
473
+
474
+ HAVNTHEME-161
475
+ Jake Beresford
476
+
477
+ * Override password views from base
478
+
479
+ HAVNTHEME-161
480
+ Jake Beresford
481
+
482
+ * Login view QA updates
483
+
484
+ * Add icons to inputs
485
+ * Restrict width of login forms
486
+ * Increase heading size
487
+ * Increase button size
488
+
489
+ HAVNTHEME-110
490
+ Jake Beresford
491
+
492
+ * Increase font-size of all text boxes to prevent zoom in on mobile devices
493
+
494
+ HAVNTHEME-128
495
+ Jake Beresford
496
+
497
+ * Footer QA fixes
498
+
499
+ * Add .value to email signup form to fix client side validation
500
+ * Update footer grid cell classes to match designed layout on medium devices
501
+ * Update font weight of all footer headings to bold
502
+ * Update placeholder opacity to 1 for email signup
503
+ * Update email signup UI to match designs (invert button colors, move border etc.)
504
+
505
+ HAVNTHEME-128
506
+ Jake Beresford
507
+
508
+ * Header QA fixes
509
+
510
+ * Fix cart SVG, icon was a compound path that needed to be expanded in AI
511
+ * Change implementation of account menu z-indexes to ensure it's always above page content
512
+
513
+ HAVNTHEME-126
514
+ Jake Beresford
515
+
516
+ * Update gift card template to match other product templates
517
+
518
+ * Adjust styles for share button toggle button to ensure it's always round
519
+
520
+ HAVNTHEME-166
521
+ Jake Beresford
522
+
523
+ * Override gift card product template
524
+
525
+ HAVNTHEME-168
526
+ Jake Beresford
527
+
528
+ * Install email signup popup plugin
529
+
530
+ * Install plugin and adjust styles and markup to match other areas of the site
531
+
532
+ HAVNTHEME-27
533
+ Jake Beresford
534
+
535
+ * Implement blog entry page
536
+
537
+ * Styles and markup for blog entry pages
538
+ * Styles blog comments
539
+ * Implement scroll_to_buttons for all write comment links
540
+ * Add blog thumbnail image sizes to README
541
+ * Remove thumbnail from blog show, use blog_header content area instead
542
+ * Fix alignment of page aside for longer pages
543
+
544
+ HAVNTHEME-80
545
+ Jake Beresford
546
+
547
+ * Update gemspec and gemfile to use workarea v3.3
548
+
549
+ * Re-add gift cards integration
550
+ * Fix many tests
551
+
552
+ HAVNTHEME-163
553
+ Jake Beresford
554
+
555
+ * Move stickyfill to vendor
556
+
557
+ HAVNTHEME-162
558
+ Jake Beresford
559
+
560
+ * Assorted visual QA fixes
561
+
562
+ * Update width and height restrictions for product summary to be closer to designs in all contexts
563
+ * Update color variables for product summary component
564
+ * Update all font weights to use font weight variables from _typography.scss
565
+ * Update implementation of primary nav/page header to prevent nav breaking to a new line on medium devices
566
+ * Update layout and UI for write review dialog
567
+ * Center remove item button in cart
568
+ * Update color and margin for account menu header
569
+ * Add padding to page-content__main
570
+ * Update implementation of breadcrumbs to use classes and match padding to page content
571
+ * Update badge styling to match designs more closely
572
+ * Fix vertical alignment of logo on mobile
573
+ * Remove borders from page header buttons up to wide layout
574
+ * Adjust padding on cart count to match designs more closely
575
+ * Add classes for breakpoint link and text where necessary
576
+ * Update background color of mobile filters to match designs
577
+ * Update ui-state-focused to use focus ring styles
578
+ * Add border around white swatch facet to make it visible in all states
579
+ * Update styles and markup for mobile filters to match designs more closely
580
+ * Fix alignment of page content on pages without secondary nav, like search results
581
+ * Add polyfill for display: sticky
582
+ * Update selected state for primary nav
583
+ * Add vertical margin between taxonomy links in primary navigation
584
+ * Scope content block font size to .page__content to keep header and footer matching designs properly
585
+ * Make social networks content block items round to match share UI on products
586
+ * Do not display product deatil description section heading in wide layout
587
+ * Make PDP tab UI full bleed on mobile
588
+ * Center product media primary image carousel
589
+ * Update padding implementation for reviews aggregate to fix alignment when no reviews are present
590
+ * Add margin above product prices on mobile PDP
591
+ * Update add to cart dialog styles for mobile
592
+
593
+ HAVNTHEME-162
594
+ Jake Beresford
595
+
596
+ * Override from workarea-reviews
597
+
598
+ * new reviews view
599
+ * write_review.scss component
600
+
601
+ HAVNTHEME-162
602
+ Jake Beresford
603
+
604
+ * Update upcased headers to @extend %heading--upcase;
605
+
606
+ HAVNTHEME-90
607
+ Jake Beresford
608
+
609
+ * Remove display flex from product summary
610
+
611
+ * Unnecessary flex display was causing issue on IE11
612
+
613
+ HAVNTHEME-94
614
+ Jake Beresford
615
+
616
+ * HAVNTHEME-44: Write a test for clearing filters
617
+
618
+ Ashley Chapokas
619
+
620
+ * Adjust display option for .value__option-group to prevent regression on vertical spacing in layout
621
+
622
+ HAVNTHEME-96
623
+ Jake Beresford
624
+
625
+ * * Implement .value__option-group element to strip font size from container for option groups
626
+
627
+ HAVNTHEME-96
628
+ Jake Beresford
629
+
630
+ * Change implementation to use .visually hidden
631
+
632
+ * Dont use .hidden to hide inputs, unless you dont need validation.
633
+
634
+ HAVNTHEME-96
635
+ Jake Beresford
636
+
637
+ * rubocop fixes
638
+
639
+ Jake Beresford
640
+
641
+ * Implement blog entry summary
642
+
643
+ * Update markup and styles for blog entry summary
644
+ * Add blog_index.scss and apply styles to blogs/index
645
+ * Implement selected state for blog index tags
646
+ * Implement dragonfly processor for blog thumbnail images
647
+
648
+ HAVNTHEME-81
649
+ Jake Beresford
650
+
651
+ * Let's do 3 per row
652
+
653
+ HAVNTHEME-82
654
+ Jake Beresford
655
+
656
+ * Point at git for blog in test to get latest headless chrome fixes
657
+
658
+ HAVNTHEME-82
659
+ Jake Beresford
660
+
661
+ * * Implement flex based layout for blog index pages * Update blog navigation markup to match other secondary-nav on site
662
+
663
+ HAVNTHEME-82
664
+ Jake Beresford
665
+
666
+ * Override blog index views and styles
667
+
668
+ HAVNTHEME-82
669
+ Jake Beresford
670
+
671
+ * Add blog gem to theme
672
+
673
+ HAVNTHEME-82
674
+ Jake Beresford
675
+
676
+ * Update styles and markup for no search results and recent views
677
+
678
+ * Added missing translation
679
+ * Use grid for layout
680
+ * Update styles of recent views to match recommendations
681
+
682
+ HAVNTHEME-36
683
+ Jake Beresford
684
+
685
+ * Overrides
686
+
687
+ * searches/no_results view & sass
688
+ * recent views show and sass
689
+
690
+ HAVNTHEME-36
691
+ Jake Beresford
692
+
693
+ * Install and configure hover zoom plugin
694
+
695
+ * Lock hover zoom down to latest major version to prevent breaking changes when hover zoom v3 is finally released
696
+
697
+ HAVNTHEME-54
698
+ Jake Beresford
699
+
700
+ * Implement availability messaging styles
701
+
702
+ * Update markup and placement of inventory status on PDP
703
+ * Update markup and styles for clear selections link
704
+
705
+ HAVNTHEME-51
706
+ Jake Beresford
707
+
708
+ * Implement content page designs
709
+
710
+ * Remove margin-bottom from .page-content
711
+
712
+ HAVNTHEME-85
713
+ Jake Beresford
714
+
715
+ * Style product option fields
716
+
717
+ * Use hidden to properly hide inputs for swatch and thumbnail templates
718
+ * Adjust option button styles to match designs
719
+ * Ensure quantity control input value is visually centered
720
+
721
+ HAVNTHEME-52
722
+ Jake Beresford
723
+
724
+ * Render product video thumbnails in primary image carousel
725
+
726
+ HAVNTHEME-55
727
+ Jake Beresford
728
+
729
+ * Fix failing product video test
730
+
731
+ HAVNTHEME-55
732
+ Jake Beresford
733
+
734
+ * Update markup for product videos on product/show view to match other sections (following change on another ticket)
735
+
736
+ HAVNTHEME-55
737
+ Jake Beresford
738
+
739
+ * Change the product insights view model decorator to actually work
740
+
741
+ HAVNTHEME-55
742
+ Jake Beresford
743
+
744
+ * Fixes sharing tests
745
+
746
+ HAVNTHEME-55
747
+ Jake Beresford
748
+
749
+ * Fix decorator
750
+
751
+ HAVNTHEME-55
752
+ Jake Beresford
753
+
754
+ * Implement product videos
755
+
756
+ * Install product videos plugin
757
+ * Add tab section on product/show if embedded videos are present
758
+ * Add missing append point to media view partial
759
+ * Move IDs of all tab sections to beginning for consistency and best practice
760
+ * Update implementation of media to always display product video thumbnails, regardless of the number of alt images
761
+ * Make video thumbnail play icon larger
762
+
763
+ HAVNTHEME-55
764
+ Jake Beresford
765
+
766
+ * Implement reviews styles
767
+
768
+ * Update markup for reviews to work with PDP layout
769
+ * Style reviews according to designs
770
+ * Override sort_by_property JST to apply styled-select markup
771
+ * Change placement of reviews sort append to be more obvious and easier to style* Implement product-detail-container section markup
772
+ * Update implementation of product details container section heading to allow for more complex headings (e.g with sort controls)
773
+ * Update reviews UI for no reviews
774
+ * Duplicate empty star and render that because tests are crazy and look at the SVG title
775
+
776
+ HAVNTHEME-57
777
+ Jake Beresford
778
+
779
+ * Override product_reviews_sort_menus from workarea-reviews
780
+
781
+ HAVNTHEME-57
782
+ Jake Beresford
783
+
784
+ * Override reviews sort_by_property jst
785
+
786
+ HAVNTHEME-57
787
+ Jake Beresford
788
+
789
+ * Override reviews view and stylesheet from workarea-reviews
790
+
791
+ HAVNTHEME-57
792
+ Jake Beresford
793
+
794
+ * Decorate failing test to fix build
795
+
796
+ HAVNTHEME-88
797
+ Jake Beresford
798
+
799
+ * Update markup for email shares dialog to use grid for layout and change heading modifiers
800
+
801
+ HAVNTHEME-88
802
+ Jake Beresford
803
+
804
+ * * Add borders to share icons to match share toggle button
805
+
806
+ HAVNTHEME-88
807
+ Jake Beresford
808
+
809
+ * Improve focus state and open state styling of share button
810
+
811
+ HAVNTHEME-88
812
+ Jake Beresford
813
+
814
+ * Clean up Sass indentation
815
+
816
+ HAVNTHEME-88
817
+ Jake Beresford
818
+
819
+ * Implement Share UI on PDP
820
+
821
+ * Share icons display/hide when 'share_button' is clicked
822
+ * Tasty animation displays each social icon in sequence
823
+ * Use toggle_class_button for JS - winning!
824
+
825
+ HAVNTHEME-88
826
+ Jake Beresford
827
+
828
+ * Override share button views & stylesheet from workarea-share plugin
829
+
830
+ HAVNTHEME-88
831
+ Jake Beresford
832
+
833
+ * Install workarea-share plugin
834
+
835
+ HAVNTHEME
836
+ Jake Beresford
837
+
838
+ * Clean up variable alignment
839
+
840
+ HAVNTHEME-58
841
+ Jake Beresford
842
+
843
+ * Reduce weight of read reviews link
844
+
845
+ HAVNTHEME-58
846
+ Jake Beresford
847
+
848
+ * * Ensure product images are centered
849
+
850
+ HAVNTHEME-58
851
+ Jake Beresford
852
+
853
+ * Implement half star and empty star styles per-design
854
+
855
+ HAVNTHEME-58
856
+ Jake Beresford
857
+
858
+ * Override rating view and half star SVG
859
+
860
+ HAVNTHEME-58
861
+ Jake Beresford
862
+
863
+ * Override rating stylesheet from workarea-reviews
864
+
865
+ HAVNTHEME-58
866
+ Jake Beresford
867
+
868
+ * Implement styles for reviews aggregate UI
869
+
870
+ * Removed write review link from aggregate
871
+ * Update markup and styles
872
+ * Restrict max width of product-details__header to ensure floated aggregate is well positioned.
873
+
874
+ HAVNTHEME-58
875
+ Jake Beresford
876
+
877
+ * Override reviews aggregate view and stylesheet from workarea-reviews
878
+
879
+ HAVNTHEME-58
880
+ Jake Beresford
881
+
882
+ * Implement product detail page images
883
+
884
+ * Install workarea-slick_slider
885
+ * Add configuration helper for PDP carousels
886
+ * Update markup to use slick & display as carousel
887
+ * Rename product_details_media to product_media and add styles
888
+ * Update dragonfly processors for PDP images
889
+ * Update product image sizes in README
890
+ * Implement selected state for alt images
891
+ * Update slick styles: arrow sizes, colors, and padding
892
+
893
+ HAVNTHEME-49
894
+ Jake Beresford
895
+
896
+ * Implement styles for base content blocks
897
+
898
+ * Override content block views and stylesheets from base
899
+ * Adjust grid cell classes for product list and category summary block types
900
+ * Add padding to quote content block
901
+ * Configure counts for blocks that include products
902
+ * Add a background-color-alternate color variable and clean up usage of $light-gray
903
+ * Add full bleed option to all content blocks that include products
904
+ * Adjust styles for all blockquotes
905
+ * Update button style and size options for hero content block
906
+ * General styling for all blocktypes
907
+
908
+ HAVNTHEME-29
909
+ Jake Beresford
910
+
911
+ * fix indentation on generic template
912
+
913
+ HAVNTHEME-50
914
+ Jake Beresford
915
+
916
+ * Implement quantity control on all product templates
917
+
918
+ HAVNTHEME-50
919
+ Jake Beresford
920
+
921
+ * Update pricing styles for product details
922
+
923
+ HAVNTHEME-48
924
+ Jake Beresford
925
+
926
+ * Adjust margins on product ID per design
927
+
928
+ HAVNTHEME-47
929
+ Jake Beresford
930
+
931
+ * Update styles for product name and ID on PDP
932
+
933
+ HAVNTHEME-47
934
+ Jake Beresford
935
+
936
+ * Implement styles for product name
937
+
938
+ * Adjust markup
939
+
940
+ HAVNTHEME-47
941
+ Jake Beresford
942
+
943
+ * Implement PDP layout
944
+
945
+ * Update markup of all product templates to match design
946
+ * Create _media partial for re-use in all product templates
947
+ * Remove reviews summary from appends and manually render in correct position
948
+ * Update recommendations markup on PDP
949
+ * Remove personalized recommendations from PDP
950
+ * Implement layout for desktop and mobile PDP
951
+ * Break media out to a separate component & partial (unchanged from base)
952
+ * Add layout styles to product pricing on details pages
953
+ * Style swatches on PDP according to design
954
+ * Added option-button--color modifier
955
+ * Add custom dragonfly processor for swatch images
956
+ * Render product details as key/value pairs on PDP
957
+ * Implement a new JS module for PDP tabs/overlay UI
958
+ * Add styles to product detail container
959
+ * Remove redundant styleguide icons helper
960
+ * Remove review stars from product summary per design
961
+ * Add global variable for product image ratio
962
+ * Bump workare commit sha to include recent changes, and relevant partials for reviews plugin tests
963
+
964
+ HAVNTHEME-46
965
+ Jake Beresford
966
+
967
+ * Add variable for border
968
+
969
+ HAVNTHEME-79
970
+ Jake Beresford
971
+
972
+ * Update order details pages to match designs
973
+
974
+ * Add page-content markup to create layout
975
+ * Added new modifiers needed for page-content
976
+ * Update order/details partial markup to follow updated product-list__item structure
977
+ * Move the track package action to .box__action
978
+
979
+ HAVNTHEME-79
980
+ Jake Beresford
981
+
982
+ * Implement checkout order confirmation
983
+
984
+ * Split orders/summary into order/details and order/summary to allow rendering in split column layout
985
+ * Update markup to use product-list__item structure
986
+ * Update optional field button to use button--small
987
+ * Update markup and styles of related components
988
+ * Update checkout layout to use page-content classes for layout, removing avalanche grid classes
989
+ * Override saved addresses JST and apply markup styled selects
990
+
991
+ HAVNTHEME-75
992
+ Jake Beresford
993
+
994
+ * Fixes to swatch facet UI
995
+
996
+ * Update swatch facet heading text and add missing classes
997
+ * Prevent .result-filters__attribute:after being absolutely positioned
998
+
999
+ HAVNTHEME-91
1000
+ Jake Beresford
1001
+
1002
+ * Update product seed data to use color names from swatches and swatch template
1003
+
1004
+ HAVNTHEME-91
1005
+ Jake Beresford
1006
+
1007
+ * Implement swatches
1008
+
1009
+ * Install workarea-swatches plugin
1010
+ * Remove clothing from gemspec due to incompatibility with swatches plugin
1011
+ * Override swatches markup & update per-designs
1012
+ * Update swatch styling
1013
+ * Restrict the number of swatches to display on browse, display a truncated icon after 3 swatches
1014
+ * Update styles for quickview button to align with swatches when present
1015
+ * Change flex implementation of all facets to prevent weirdness with space-between
1016
+ * Add swatch display to applied filters UI
1017
+ * Tweak applied filters styles & markup
1018
+
1019
+ HAVNTHEME-91
1020
+ Jake Beresford
1021
+
1022
+ * Update user account dialogs
1023
+
1024
+ * Update markup for all account dialogs to use avalanche grid for layout
1025
+ * Use heading classes and modifiers to style account dialog headings
1026
+ * Middle align account dialog buttons
1027
+ * Attach class modifier to add to cart dialogs to remove padding
1028
+ * Add padding back to dialog content, add class to remove padding for add to cart dialog
1029
+
1030
+ HAVNTHEME-77
1031
+ Jake Beresford
1032
+
1033
+ * Override new product template views ready for development
1034
+
1035
+ Jake Beresford
1036
+
1037
+ * Implement added to cart dialog designs
1038
+
1039
+ * Re-structure markup & apply styles
1040
+ * Add new add_to_cart component for styling
1041
+ * Add recommendations.scss component and allow for --vertical modifier
1042
+ * Add cart count to add to cart dialog
1043
+ * Global dialog styles
1044
+ * Integrate shipping message plugin
1045
+ * Update placement of free shipping message on cart/show
1046
+ * Render shipping message in add to cart dialog
1047
+ * Add padding below cart
1048
+ * Update product summary to use padding rather than widths for info section, allowing them to expand as necessary when product summaries are wider (e.g. in recommendations)
1049
+
1050
+ HAVNTHEME-63
1051
+ Jake Beresford
1052
+
1053
+ * Update order history page for theme
1054
+
1055
+ * Add heading class modifiers to h1 on order history to match rest of account section
1056
+
1057
+ HAVNTHEME-78
1058
+ Jake Beresford
1059
+
1060
+ * Override user orders index from base
1061
+
1062
+ HAVNTHEME-78
1063
+ Jake Beresford
1064
+
1065
+ * Implement styling for account dashboard
1066
+
1067
+ * Added heading--uppercase modifier with placeholder class
1068
+ * Updated recommendations markup to use existing styles
1069
+ * Move append point for account menu dropdown
1070
+
1071
+ HAVNTHEME-76
1072
+ Jake Beresford
1073
+
1074
+ * Implement product list item
1075
+
1076
+ * Add quantity control component & js module
1077
+ * Override and update styleguide component for product list
1078
+ * Update markup of product list item in cart
1079
+ * Style product list
1080
+ * Styling product prices in cart including discounts and all that good stuff
1081
+ * Update products in checkout summary to use product-list__item, get rid of the custom .order-item component
1082
+
1083
+ HAVNTHEME-59
1084
+ Jake Beresford
1085
+
1086
+ * Make promo code heading smaller
1087
+
1088
+ HAVNTHEME-66
1089
+ Jake Beresford
1090
+
1091
+ * Fix promo code form markup
1092
+
1093
+ HAVNTHEME-66
1094
+ Jake Beresford
1095
+
1096
+ * Update optional field styles to use button--secondary with an icon
1097
+
1098
+ HAVNTHEME-66
1099
+ Jake Beresford
1100
+
1101
+ * Override optional field JST
1102
+
1103
+ HAVNTHEME-66
1104
+ Jake Beresford
1105
+
1106
+ * Add tests for cart content
1107
+
1108
+ HAVNTHEME-67
1109
+ Jake Beresford
1110
+
1111
+ * Update implementation of cart content to use a new system page, rather than appending to layout
1112
+
1113
+ HAVNTHEME-67
1114
+ Jake Beresford
1115
+
1116
+ * Add content area to cart page
1117
+
1118
+ HAVNTHEME-67
1119
+ Jake Beresford
1120
+
1121
+ * Implement Checkout payment
1122
+
1123
+ * Use grid to create layout for new card fields
1124
+ * Update markup to reflect designs
1125
+ * Update translations
1126
+ * Install jquery-payment dependency via gem
1127
+ * Override checkout_primary_payments.js from storefront & implement jquery payment functionality
1128
+ * Add card type detection, CVV validation, and card number formatting to new card UI
1129
+ * Override button_property.scss from storefront
1130
+ * Add some padding around button property text
1131
+ * Install and style workarea-gift_cards
1132
+ * Update promo code UI
1133
+ * Add value--with-button modifier
1134
+ * Add focus and invalid state styling to styled select menus
1135
+ * Point workarea at master, locked down to a seemingly stable commit SHA for v3.3
1136
+ * Resolve test failures relating to v3.3 and headless chrome
1137
+ * Remove SKU from storefront checkout assertions
1138
+ * comment out credit card type assertion on order confirmation with TODO for future ticket.
1139
+
1140
+ HAVNTHEME-74
1141
+ Jake Beresford
1142
+
1143
+ * Update gemfile to point at stash SHA - hopefully fixing tests
1144
+
1145
+ HAVNTHEME-64
1146
+ Jake Beresford
1147
+
1148
+ * * Update styles and layout of recommendations component * Add background to product summary
1149
+
1150
+ HAVNTHEME-93
1151
+ Jake Beresford
1152
+
1153
+ * Implement recommendations
1154
+
1155
+ * Configure all recommendations to display 4 products
1156
+
1157
+ HAVNTHEME-93
1158
+ Jake Beresford
1159
+
1160
+ * Override recommendations view and stylesheet from base
1161
+
1162
+ HAVNTHEME-93
1163
+ Jake Beresford
1164
+
1165
+ * Update styles for empty cart view
1166
+
1167
+ * Add modifier for cart--empty
1168
+ * Style empty cart
1169
+
1170
+ HAVNTHEME-64
1171
+ Jake Beresford
1172
+
1173
+ * cart actions are full width on mobile
1174
+
1175
+ HAVNTHEME-60
1176
+ Jake Beresford
1177
+
1178
+ * Make checkout buttons full width, but restrict the width of actions.
1179
+
1180
+ HAVNTHEME-60
1181
+ Jake Beresford
1182
+
1183
+ * * General styling for cart page
1184
+
1185
+ HAVNTHEME-60
1186
+ Jake Beresford
1187
+
1188
+ * * Update cart view markup to match designs * Add some basic styles * Add translation for cart items count text
1189
+
1190
+ HAVNTHEME-60
1191
+ Jake Beresford
1192
+
1193
+ * Override cart/show and cart.scss from base
1194
+
1195
+ HAVNTHEME-60
1196
+ Jake Beresford
1197
+
1198
+ * Move _badges.scss to correct path following name change on the plugin
1199
+
1200
+ HAVNTHEME-92
1201
+ Jake Beresford
1202
+
1203
+ * Ensure that every product has details in sample data
1204
+
1205
+ HAVNTHEME-7
1206
+ Jeff Yucis
1207
+
1208
+ * * Move global promo messaging out of sticky header
1209
+
1210
+ HAVNTHEME-68
1211
+ Jake Beresford
1212
+
1213
+ * * Add login Sass component * Update markup and styles to match designs
1214
+
1215
+ HAVNTHEME-68
1216
+ Jake Beresford
1217
+
1218
+ * Override login view from base
1219
+
1220
+ HAVNTHEME-68
1221
+ Jake Beresford
1222
+
1223
+ * Implement checkout summary
1224
+
1225
+ * Add cart items to checkout summary
1226
+ * Add order item component. This will probably become .product-list__item
1227
+ * Update markup of products in checkout to match design
1228
+ * Adjust layout and styles of checkout summary
1229
+ * Override base table styles & tweak styles per design
1230
+ * Update checkout section heading styles
1231
+ * Style checkout step summaries according to current designs
1232
+
1233
+ HAVNTHEME-71
1234
+ Jake Beresford
1235
+
1236
+ * Checkout shipping step
1237
+
1238
+ * Update shipping step heading to match designs
1239
+ * Add styles for radio buttons
1240
+
1241
+ HAVNTHEME-73
1242
+ Jake Beresford
1243
+
1244
+ * Checkout - addresses
1245
+
1246
+ * Override & Style checkout address view and components
1247
+ * Add styles for checkboxes
1248
+ * Restrict width of main checkout area per design
1249
+ * Update spacing & layout of addresses view of checkout to match design
1250
+ * Update checkout action button translations to match step names
1251
+ * Add missing checkout icons
1252
+ * Adjust margins and positioning for checkout progress, addresses, and page content
1253
+
1254
+ HAVNTHEME-72
1255
+ Jake Beresford
1256
+
1257
+ * Sample data with images
1258
+
1259
+ Commit adds rake task for running Haven theme specific data. Rake file
1260
+ accounts for various plugins installed and tries to simulate a sampling
1261
+ of data for better variety when viewing products.
1262
+
1263
+ HAVNTHEME-7
1264
+ Jeff Yucis
1265
+
1266
+ * Sample data with images
1267
+
1268
+ Commit adds rake task for running Haven theme specific data. Rake file
1269
+ accounts for various plugins installed and tries to simulate a sampling
1270
+ of data for better variety when viewing products.
1271
+
1272
+ HAVNTHEME-7
1273
+ Jeff Yucis
1274
+
1275
+ * rubocop no changelog
1276
+
1277
+ Jake Beresford
1278
+
1279
+ * Update checkout steps UI according to designs
1280
+
1281
+ HAVNTHEME-70
1282
+ Jake Beresford
1283
+
1284
+ * Override checkout_progress view and stylesheet
1285
+
1286
+ HAVNTHEME-70
1287
+ Jake Beresford
1288
+
1289
+ * revert last test push
1290
+
1291
+ Jake Beresford
1292
+
1293
+ * test push
1294
+
1295
+ Jake Beresford
1296
+
1297
+ * Update checkout layout
1298
+
1299
+ * Update layout of checkout template per designs
1300
+ * Add value--block modifier for full-width inputs within grid layouts
1301
+ * Update copyright messaging
1302
+ * Override shared address fields & update layout
1303
+ * Add missing helper method to fix tests
1304
+ * Comment out PO BOX condition until v3.3 is released to fix tests
1305
+ * update design of styled selects to match new designs
1306
+
1307
+ HAVNTHEME-69
1308
+ Jake Beresford
1309
+
1310
+ * Cleanup implementation of .button--secondary-alt modifier to extend button--secondary
1311
+
1312
+ HAVNTHEME-39
1313
+ Jake Beresford
1314
+
1315
+ * Install & configure product grid content plugin
1316
+
1317
+ * Configure grid cell widths
1318
+ * Add append point for in grid content to browse & search
1319
+ * Override blocktype definition, add new link types, text color, and subheading fields
1320
+ * Fix content button styles
1321
+ * Add new button options to product grid content blocktype
1322
+ * Add text color and sub heading to blocktype definition
1323
+ * Adjust styles & markup to be closer to designs
1324
+ * Add default images for content blocks
1325
+ * Update readme with optimum image sizes and plugin support
1326
+
1327
+ HAVNTHEME-39
1328
+ Jake Beresford
1329
+
1330
+ * Implement site search UI
1331
+
1332
+ * Search is no longer part of page-heading
1333
+ * Create a JS module to open and close search
1334
+ * Search field gets focus when search UI is opened
1335
+ * Search results appended to .search__results DOM element
1336
+ * Add styles to site search, and search results, and other search components
1337
+ * Use flexbox for search autocomplete layout
1338
+ * Update markup for jquery UI changes
1339
+ * Add styles for selected menu items using new .ui-state-active class
1340
+ * Configure number of search results for autocomplete to 4
1341
+ * Add content search, override view and style according to design
1342
+
1343
+ HAVNTHEME-21
1344
+ Jake Beresford
1345
+
1346
+ * Fix build - add path to workarea-badges in gemfile
1347
+
1348
+ HAVNTHEME-89
1349
+ Jake Beresford
1350
+
1351
+ * Integrate with workarea-badges
1352
+
1353
+ * Adds badges plugin
1354
+ * Style badges according to designs
1355
+
1356
+ HAVENTHEME-89
1357
+ Jake Beresford
1358
+
1359
+ * HAVNTHEME-44: Replaces extended button alignment properties with result-filters__group
1360
+
1361
+ Ashley Chapokas
1362
+
1363
+ * HAVNTHEME-44: Adds clear button that resets filters on both search/category pages
1364
+
1365
+ Ashley Chapokas
1366
+
1367
+ * Creates a helper method that maps facet key value pairs. Appropriate heading and alignment styles have been applies. Enhances mobile drawer by updating alignment and treatment of close button.
1368
+
1369
+ * Refactors filter JS. Includes a new class to hide nth filters. Toggles class under certain params
1370
+ * Creates a helper method that maps a facets key value pair. Includes background color and appropriate heading treatments
1371
+ * Updates two methods in search_system_test that click element
1372
+ * A few updates didn't make it over in rebase. This commit resolves that
1373
+ * Overrides mobile filters jst, removes button element and classes. Replaces button with svg. Updates categories/search decorator to click on text since it's no longer a button
1374
+ * Applies applied filters classes to search
1375
+ * adds sleep 1.second to test. There are two click events that happen, one after the other, we need to include this line to give capybara a chance to catch up
1376
+ * Moves @category.filters.any above results filters
1377
+
1378
+ HAVNTHENE-43
1379
+ Ashley Chapokas
1380
+
1381
+ * Update styling of taxonomy content blocks in the footer
1382
+
1383
+ HAVNTHEME-25
1384
+ Jake Beresford
1385
+
1386
+ * HAVNTHEME-43: Remove xpath in tests and searches for text by class
1387
+
1388
+ Ashley Chapokas
1389
+
1390
+ * HAVNTHEME-42: Builds filterViewMore module to toggle visibility of filters that exceed the maximum configuration
1391
+
1392
+ Ashley Chapokas
1393
+
1394
+ * HAVNTHEME-42: Includes filter.js which is still a work in progress overall. Updated class structure to be less abstracted, and more clear
1395
+
1396
+ Ashley Chapokas
1397
+
1398
+ * HAVNTHEME-42: appends haven theme javascript configurations. Updates accordion options to maintain individual heights
1399
+
1400
+ Ashley Chapokas
1401
+
1402
+ * HAVNTHEME-42: Introduces additional page-aside classes for abstraction purposes
1403
+
1404
+ Ashley Chapokas
1405
+
1406
+ * Applies appropriate abstraction for page-aside components. Removes the grid structure for page-aside and main content areas, and replaces it with table layout to allow page-aside to maintain full height. Creates filterViewMore that toggles filters if the exceed 7 options. Includes accordion gem for filter values
1407
+
1408
+ * Introduces additional page-aside classes for abstraction purposes
1409
+ * Overrides drawer and includes additional div so that outer container can span full width for styling purposes
1410
+ * appends haven theme javascript configurations. Updates accordion options to maintain individual heights
1411
+ * Removes grid from application layout and replaced it with table. Aside needs to maintain full height of it's sibling, grid does not support this design requirement
1412
+ * Swaps aside and main content and removes directional table styles
1413
+ * Includes filter.js which is still a work in progress overall. Updated class structure to be less abstracted, and more clear
1414
+ * Builds filterViewMore module to toggle visibility of filters that exceed the maximum configuration
1415
+ * Updates test decorators, includes new svg class
1416
+ * Updates tests to click on class that contains certain text. Refactors JS to use a modifier class to target the nth child in list items
1417
+ * Refactors JS to return the filter button based on a classes prescense
1418
+ * Removes filter markup.
1419
+ * Adds additional padding around filter name values
1420
+ * Interactive rebase to resolve conflicts in stylesheets
1421
+
1422
+ HAVNTHEME-42
1423
+ Ashley Chapokas
1424
+
1425
+ * Fix related test failure and remove debugging from other decorated tests
1426
+
1427
+ HAVNTHEME-18
1428
+ Jake Beresford
1429
+
1430
+ * Fix Scss linting issues & related test fails
1431
+
1432
+ HAVNTHEME-18
1433
+ Jake Beresford
1434
+
1435
+ * Rubocop fix
1436
+
1437
+ Jake Beresford
1438
+
1439
+ * * Update styles to use font weight variables * Update font weight variables to match weight names in sketch/poppins fontface definitions
1440
+
1441
+ HAVNTHEME-18
1442
+ Jake Beresford
1443
+
1444
+ * Style mobile navigation
1445
+
1446
+ * Add overlay behind mobile nav
1447
+ * Add slide-in transition for mobile nav
1448
+ * Style top-level mobile navigation links
1449
+ * Style taxonomy content blocks for mobile-nav context
1450
+ * Style & position close button
1451
+ * Add styles and update markup for mobile nav 'back' UI
1452
+ * Add mobile nav close button to child menus
1453
+ * Add link to @menu.taxon from a @menu child nav
1454
+
1455
+ HAVNTHEME-18
1456
+ Jake Beresford
1457
+
1458
+ * Updates product summary grid in mobile/tablet/desktop breakpoints. Adjusts filter mobile button breakpoint to hide aside navigation for tablet> breakpoints. Adds processors for various breakpoints, and adjusts product summary media to use picture/srcet. Adds letter-spacing on a global level for paragraph text
1459
+
1460
+ * Include product summary desktop font treatments
1461
+ * Updates grid layout for tablet devices. Hides page-content__aside on medium> breakpoints. Updates visibility classes on mobile filters to ensure that they initialize at medium
1462
+ * Includes processors for mobile/desktop retina images. Creates a helper to handle the processing of images for product summary
1463
+ * Extends filter breakpoints for search show page
1464
+ * Remove product label class, and updates vertical alignment for all product name classes. Updates variable structure for product summary
1465
+ * Sets letter spacing on a more global level. Removes from components and adding to link, p, blockquote, button
1466
+ * Updates tests to ensure that price scale is not present
1467
+ * Corrects naming conventions for product_system_test
1468
+
1469
+ HAVNTHEME-33
1470
+ Ashley Chapokas
1471
+
1472
+ * Updates dragonfly processor to crop if image is larger than 232x232. Reincludes another grid-cell class for wide and medium breakpoints to ensure that layout is not cramped. Includes variables where appropriate.
1473
+
1474
+ *Extends grid cell classes to search
1475
+
1476
+ *Updates ratio to 1
1477
+
1478
+ *Updates the width of product summary media to adhere to image width contraints
1479
+
1480
+ *Includes retina process
1481
+
1482
+ HAVNTHEME-34
1483
+ Ashley Chapokas
1484
+
1485
+ * Update the styling for breadcrumbs. Include a border above and below breadcrumbs, and adds appropriate font treatment. Update logic pattern for breadcrumbs to allow for span tag for font treatment and alignment purposes. Removes the content wrapper and slated width to the breadcrumb node to allow for a full width border.
1486
+
1487
+ * Updates the styling of breadcrumbs. Includes border above and below breadcrumbs, adds appropriate font treatment. Removes content-wrapper, as the border must be full width. Moves max-width to breadcrumbs_node-group. Updates breadcrumbs logic to include span on non linkable breadcrumbs for verical alignment
1488
+
1489
+ * Creates functional var for breadcrumb content. Update letter spacing to use px instead of ems
1490
+
1491
+ HAVNTHEME-16
1492
+ Ashley Chapokas
1493
+
1494
+ * Updates layout for search/category browse pages per the HAVN design mockup. Duplicates sort and includes inside of the mobile drawer. Includes some inital styling updates for product summary, secondary navigation. Uses the grid to rearrange the heading and sort layout.
1495
+
1496
+ * Includes dragonfly initalizer to update thumb size for product summary
1497
+ * Updates global width for content-wrapper to ensure that breadcrumbs and other global items line up properly
1498
+ * Duplicates sort and include inside of the mobile drawer
1499
+ * Includes secondary navigation styles. In particular a border that indicates the active category
1500
+
1501
+ HAVNTHEME-35
1502
+ Ashley Chapokas
1503
+
1504
+ * Overrides files for upcoming sprint work
1505
+
1506
+ * Overrides browse and search views, filter partials, and relevant stylesheets
1507
+
1508
+ HAVNTHEME-35
1509
+ Ashley Chapokas
1510
+
1511
+ * Override styled select styleguide partial to fix duplicate ID
1512
+
1513
+ HAVNTHEME-17
1514
+ Jake Beresford
1515
+
1516
+ * Fix the label
1517
+
1518
+ HAVNTHEME-26
1519
+ Jake Beresford
1520
+
1521
+ * Implement email signup form styles
1522
+
1523
+ * Create reusable partial for email signup form
1524
+ * Remove page-footer__email-signup styles, this is a separate component now
1525
+ * Styles email signup form according to designs
1526
+ * Add some basic colors to email-signup-view, a separate ticket will style the email signup popup
1527
+
1528
+ HAVNTHEME-26
1529
+ Jake Beresford
1530
+
1531
+ * Override email_signups/show
1532
+
1533
+ HAVNTHEME-26
1534
+ Jake Beresford
1535
+
1536
+ * Use variable for primary nav link border
1537
+
1538
+ HAVNTHEME-17
1539
+ Jake Beresford
1540
+
1541
+ * Style primary navigation
1542
+
1543
+ * Style primary nav links & link items
1544
+ * Remove relative positioning, dropdown should be relative to page-header
1545
+ * Primary navigation heading styles
1546
+ * Add basic styles to primary nav dropdown through taxonomy content blocks, more to come in a later ticket.
1547
+ * Fix regression with account menu positioning
1548
+
1549
+ HAVNTHEME-17
1550
+ Jake Beresford
1551
+
1552
+ * Footer layout and styles
1553
+
1554
+ * Restructure footer markup to match design
1555
+ * Add new content areas for footer columns with fresh seed data
1556
+ * Add modifier to remove margin from .text components
1557
+ * Style the copyright section of footer
1558
+ * Style links in footer
1559
+
1560
+ HAVENTHEME-24
1561
+ Jake Beresford
1562
+
1563
+ * Override taxonomy content blocks and stylesheets
1564
+
1565
+ HAVNTHEME-17
1566
+ Jake Beresford
1567
+
1568
+ * Inputs and form controls
1569
+
1570
+ * Implement basic form control styles
1571
+ * Add validation states for all input types
1572
+ * Add value__icon and relevant styles, including stateful styles
1573
+ * Add secondary text-box styles for use in footer
1574
+ * Update styleguide with value__icon examples
1575
+ * Install styled select plugin & customize
1576
+
1577
+ HAVNTHEME-13
1578
+ Jake Beresford
1579
+
1580
+ * Logo and mobile header tweaks
1581
+
1582
+ * Adds a new breakpoint for smedium devices
1583
+ * Add Logo
1584
+ * Add generic workarea favicon to storefront
1585
+
1586
+ HAVNTHEME-14
1587
+ Jake Beresford
1588
+
1589
+ * Overrides base input stylesheets and markup
1590
+
1591
+ Jake Beresford
1592
+
1593
+ * Site header
1594
+
1595
+ * Implement design of page header using flexbox
1596
+ * Add icons for buttons in page header
1597
+ * Implement drop-down menu for account-menu
1598
+ * Add toggle_class_button js module for use with account header dropdown
1599
+ * Account menu is a component, not an element of page-header
1600
+ * Add user-specific welcome messaging via JS
1601
+ * Add user first name to current_user
1602
+ * Header is sticky with offset for admin toolbar.
1603
+ * Add translations
1604
+ * Update README with boilerplate from OneTheme and specifics re. browser support.
1605
+ * Unrelated - Fix button color on hover
1606
+ * Add pry to the gemfile for developer joy
1607
+
1608
+ HAVNTHEME-15
1609
+ Jake Beresford
1610
+
1611
+ * * Update SVG icon component to use font-size as base unit
1612
+
1613
+ HAVNTHEME-23
1614
+ Jake Beresford
1615
+
1616
+ * Implement icons
1617
+
1618
+ * Add all icon svgs
1619
+ * Clean all defs, IDs, and classes from SVG files
1620
+ * Update _svg_icon Sass component with adjusted size values and new modifiers
1621
+ * Update style_guide_icons to render icons from an installed theme
1622
+ * Update styleguide with new icon colors
1623
+
1624
+ HAVNTHEME-23
1625
+ Jake Beresford
1626
+
1627
+ * Overrides
1628
+
1629
+ Jake Beresford
1630
+
1631
+ * * Add styleguide section for link--with-arrow
1632
+
1633
+ HAVNTHEME-12
1634
+ Jake Beresford
1635
+
1636
+ * Style button component
1637
+
1638
+ * Update .button styles
1639
+ * Add .button--secondary modifier and button__icon
1640
+ * Added link--with-arrow modifier, adding a pseudo element to every link was a bad idea
1641
+ * Add new modifiers to styleguide
1642
+ * Add long arrow icon
1643
+
1644
+ HAVNTHEME-12
1645
+ Jake Beresford
1646
+
1647
+ * Override button component from base
1648
+
1649
+ HAVNTHEME-12
1650
+ Jake Beresford
1651
+
1652
+ * Implement Haven color scheme based on designs
1653
+
1654
+ * Update styleguide colors to include functional variables and theme colors
1655
+
1656
+ HAVNTHEME-11
1657
+ Jake Beresford
1658
+
1659
+ * Pr updates
1660
+
1661
+ * Font names use underscore instead of dash
1662
+ * Font definitions on new lines
1663
+
1664
+ HAVNTHEME-10
1665
+ Jake Beresford
1666
+
1667
+ * Implement Typography
1668
+
1669
+ * Add custom fonts
1670
+ * Allow fonts to be configured in theme.rb
1671
+ * Implement responsive heading sizes
1672
+ * Font size and letter spacing
1673
+ * Update link styles
1674
+ * Render fonts in the styleguide
1675
+
1676
+ HAVNTHEME-10
1677
+ Jake Beresford
1678
+
1679
+ * rubocop fixes
1680
+
1681
+ Jake Beresford
1682
+
1683
+ * add missing require
1684
+
1685
+ HAVENTHEME-2
1686
+ Jake Beresford
1687
+
1688
+ * Remove browserslistrc file.
1689
+
1690
+ F.M. Bonnevier
1691
+
1692
+ * Add browserslist
1693
+
1694
+ F.M. Bonnevier
1695
+
1696
+ * Add browserlist config
1697
+
1698
+ HAVNTHEME-2
1699
+ Jake Beresford
1700
+
1701
+ * Setup theme project for development
1702
+
1703
+ HAVNTHEME-2
1704
+ Jake Beresford
1705
+
1706
+
1707
+
1708
+ Workarea Haven Theme 1.2.0 (2019-04-02)
1709
+ --------------------------------------------------------------------------------
1710
+
1711
+ * Upgrade for v3.4
1712
+
1713
+ * Update CI scripts
1714
+ * Updates all relevant views etc. for v3.4 changes
1715
+ * Fix badge placement on product detail page
1716
+ * Fix tests and linting errors
1717
+ * Use styled select styleguide component from plugin, override in app is not needed
1718
+
1719
+ HAVNTHEME-184
1720
+ Jake Beresford
1721
+
1722
+
1723
+
1724
+ Workarea Haven Theme 1.1.0 (2019-02-19)
1725
+ --------------------------------------------------------------------------------
1726
+
1727
+ * Add screenshots to README
1728
+
1729
+ * Adds screenshots of the theme to /public/screenshots dir
1730
+ * Adds a few screenshots to the README as examples of the theme
1731
+
1732
+ HAVNTHEME-183
1733
+ Jake Beresford
1734
+
1735
+ * Update implementation to account for swatches
1736
+
1737
+ HAVNTHEME-182
1738
+ Jake Beresford
1739
+
1740
+ * Implement styles for loading indicator
1741
+
1742
+ * Make UI dialog transparent for loading dialogs
1743
+ * Adjust color and size of loading indicator
1744
+
1745
+ HAVNTHEME-181
1746
+ Jake Beresford
1747
+
1748
+ * Update implementation of quickview button
1749
+
1750
+ * Centers quickview button on the product summary, preventing layout jump and misalignment
1751
+ * Remove redundant flex rules
1752
+ * Clean up hover state of product-summary by absolutely positioning the product-summary__divider, move append point outside of divider to allow for absolute positioning of appended components (quickview and badges)
1753
+
1754
+ HAVNTHEME-182
1755
+ Jake Beresford
1756
+
1757
+
1758
+
1759
+ Workarea Haven Theme 1.0.3 (2019-02-05)
1760
+ --------------------------------------------------------------------------------
1761
+
1762
+ * Add missing image and link to taxonomy content block
1763
+
1764
+ HAVNTHEME-179
1765
+ Jake Beresford
1766
+
1767
+ * Extend style_guide styles from base to include new color swatch for styleguide
1768
+
1769
+ HAVNTHEME-177
1770
+ Jake Beresford
1771
+
1772
+ * Update cart item counts to display total quantity to match site header.
1773
+
1774
+ HAVNTHEME-178
1775
+ Jake Beresford
1776
+
1777
+ * Configure plugin for new CI scripts
1778
+
1779
+ * Add CI scripts and update gemfile for new CI
1780
+ * Update linting failures
1781
+
1782
+ HAVNTHEME-180
1783
+ Jake Beresford
1784
+
1785
+
1786
+
1787
+ Workarea Haven Theme 1.0.2 (2018-11-28)
1788
+ --------------------------------------------------------------------------------
1789
+
1790
+ * Add fonts stylesheet with dynamic importing based on configuration
1791
+
1792
+ * This fixes an issue that prevented custom fonts being loaded in the themed storefront
1793
+
1794
+ HAVNTHEME-176
1795
+ Jake Beresford
1796
+
1797
+
1798
+
1799
+ Workarea Haven Theme 1.0.2 (2018-11-28)
1800
+ --------------------------------------------------------------------------------
1801
+
1802
+ * Add fonts stylesheet with dynamic importing based on configuration
1803
+
1804
+ * This fixes an issue that prevented custom fonts being loaded in the themed storefront
1805
+
1806
+ HAVNTHEME-176
1807
+ Jake Beresford
1808
+
1809
+
1810
+
1811
+ Workarea Haven Theme 1.0.1 (2018-10-30)
1812
+ --------------------------------------------------------------------------------
1813
+
1814
+ * Styled back to top button to match the theme
1815
+
1816
+ Added missing opengraph tage to blog_entry#show
1817
+
1818
+ HAVNTHEME-41
1819
+ Jake Beresford
1820
+
1821
+ * Add version requirements to dependencies in gemspec
1822
+
1823
+ HAVNTHEME-175
1824
+ Jake Beresford
1825
+
1826
+ * Close search UI on escape keypress
1827
+
1828
+ HAVNTHEME-173
1829
+ Jake Beresford
1830
+
1831
+ * Fixes bug with region field initialization - no default select value.
1832
+
1833
+ HAVNTHEME-174
1834
+ Jake Beresford
1835
+
1836
+ * Loosen version dependencies
1837
+
1838
+ * Add config for hoverZoom v3
1839
+ * Fix incorrect class name in product/_media
1840
+
1841
+ HAVNTHEME-174
1842
+ Jake Beresford
1843
+
1844
+
1845
+
1846
+ Workarea Haven Theme 1.0.0 (2018-07-24)
1847
+ --------------------------------------------------------------------------------