workarea-nvy_theme 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (350) hide show
  1. checksums.yaml +7 -0
  2. data/.editorconfig +16 -0
  3. data/.eslintrc +25 -0
  4. data/.gitignore +24 -0
  5. data/.rubocop.yml +8 -0
  6. data/.scss-lint.yml +192 -0
  7. data/CHANGELOG.md +82 -0
  8. data/Gemfile +17 -0
  9. data/README.md +185 -0
  10. data/Rakefile +62 -0
  11. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff +0 -0
  12. data/app/assets/fonts/workarea/storefront/hind/hind_bold_webfont.woff2 +0 -0
  13. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff +0 -0
  14. data/app/assets/fonts/workarea/storefront/hind/hind_regular_webfont.woff2 +0 -0
  15. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff +0 -0
  16. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff2 +0 -0
  17. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff +0 -0
  18. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff2 +0 -0
  19. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff +0 -0
  20. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff2 +0 -0
  21. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff +0 -0
  22. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff2 +0 -0
  23. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff +0 -0
  24. data/app/assets/fonts/workarea/storefront/muli/muli_bold_webfont.woff2 +0 -0
  25. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff +0 -0
  26. data/app/assets/fonts/workarea/storefront/muli/muli_bolditalic_webfont.woff2 +0 -0
  27. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff +0 -0
  28. data/app/assets/fonts/workarea/storefront/muli/muli_italic_webfont.woff2 +0 -0
  29. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff +0 -0
  30. data/app/assets/fonts/workarea/storefront/muli/muli_regular_webfont.woff2 +0 -0
  31. data/app/assets/fonts/workarea/storefront/overpass/overpass_bold.woff +0 -0
  32. data/app/assets/fonts/workarea/storefront/overpass/overpass_bold.woff2 +0 -0
  33. data/app/assets/fonts/workarea/storefront/overpass/overpass_bolditalic.woff +0 -0
  34. data/app/assets/fonts/workarea/storefront/overpass/overpass_bolditalic.woff2 +0 -0
  35. data/app/assets/fonts/workarea/storefront/overpass/overpass_italic.woff +0 -0
  36. data/app/assets/fonts/workarea/storefront/overpass/overpass_italic.woff2 +0 -0
  37. data/app/assets/fonts/workarea/storefront/overpass/overpass_regular.woff +0 -0
  38. data/app/assets/fonts/workarea/storefront/overpass/overpass_regular.woff2 +0 -0
  39. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff +0 -0
  40. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bold_webfont.woff2 +0 -0
  41. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff +0 -0
  42. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_bolditalic_webfont.woff2 +0 -0
  43. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff +0 -0
  44. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_italic_webfont.woff2 +0 -0
  45. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff +0 -0
  46. data/app/assets/fonts/workarea/storefront/playfair_display/playfairdisplay_regular_webfont.woff2 +0 -0
  47. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff +0 -0
  48. data/app/assets/fonts/workarea/storefront/poppins/poppins_300.woff2 +0 -0
  49. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff +0 -0
  50. data/app/assets/fonts/workarea/storefront/poppins/poppins_500.woff2 +0 -0
  51. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff +0 -0
  52. data/app/assets/fonts/workarea/storefront/poppins/poppins_700.woff2 +0 -0
  53. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff +0 -0
  54. data/app/assets/fonts/workarea/storefront/poppins/poppins_regular.woff2 +0 -0
  55. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff +0 -0
  56. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_700.woff2 +0 -0
  57. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff +0 -0
  58. data/app/assets/fonts/workarea/storefront/pt_serif/pt_serif_regular.woff2 +0 -0
  59. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff +0 -0
  60. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff2 +0 -0
  61. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff +0 -0
  62. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff2 +0 -0
  63. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff +0 -0
  64. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff2 +0 -0
  65. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff +0 -0
  66. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_bold_webfont.woff2 +0 -0
  67. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff +0 -0
  68. data/app/assets/fonts/workarea/storefront/source_serif_pro/source_serif_pro_regular_webfont.woff2 +0 -0
  69. data/app/assets/images/workarea/storefront/icons/account.svg +1 -0
  70. data/app/assets/images/workarea/storefront/icons/arrowfill.svg +1 -0
  71. data/app/assets/images/workarea/storefront/icons/bag.svg +1 -0
  72. data/app/assets/images/workarea/storefront/icons/close.svg +1 -0
  73. data/app/assets/images/workarea/storefront/icons/eye.svg +1 -0
  74. data/app/assets/images/workarea/storefront/icons/heart.svg +1 -0
  75. data/app/assets/images/workarea/storefront/icons/minus.svg +1 -0
  76. data/app/assets/images/workarea/storefront/icons/plus.svg +1 -0
  77. data/app/assets/images/workarea/storefront/icons/search.svg +1 -0
  78. data/app/assets/images/workarea/storefront/icons/social/facebook.svg +1 -0
  79. data/app/assets/images/workarea/storefront/icons/social/instagram.svg +1 -0
  80. data/app/assets/images/workarea/storefront/icons/social/pinterest.svg +1 -0
  81. data/app/assets/images/workarea/storefront/icons/social/tumblr.svg +1 -0
  82. data/app/assets/images/workarea/storefront/icons/social/twitter.svg +1 -0
  83. data/app/assets/images/workarea/storefront/icons/validation_icon.svg +1 -0
  84. data/app/assets/images/workarea/storefront/logo.png +0 -0
  85. data/app/assets/images/workarea/storefront/logo.svg +1 -0
  86. data/app/assets/images/workarea/storefront/logo@3x.png +0 -0
  87. data/app/assets/images/workarea/storefront/logo_small.png +0 -0
  88. data/app/assets/images/workarea/storefront/logo_small.svg +1 -0
  89. data/app/assets/images/workarea/storefront/logo_small@3x.png +0 -0
  90. data/app/assets/javascripts/nvy_theme/.keep +0 -0
  91. data/app/assets/javascripts/workarea/storefront/modules/alternate_image_buttons.js +78 -0
  92. data/app/assets/javascripts/workarea/storefront/modules/mobile_filter_buttons.js +94 -0
  93. data/app/assets/javascripts/workarea/storefront/modules/mobile_nav_button.js +104 -0
  94. data/app/assets/javascripts/workarea/storefront/modules/toggle_class_button.js +44 -0
  95. data/app/assets/javascripts/workarea/storefront/modules/user_welcome_placeholder.js +38 -0
  96. data/app/assets/javascripts/workarea/storefront/product_quickview/templates/quickview_button.jst.ejs +3 -0
  97. data/app/assets/javascripts/workarea/storefront/reviews/modules/product_reviews_sort_menus.js +82 -0
  98. data/app/assets/javascripts/workarea/storefront/reviews/templates/sort_by_property.jst.ejs +15 -0
  99. data/app/assets/javascripts/workarea/storefront/templates/back_to_top_button.jst.ejs +3 -0
  100. data/app/assets/javascripts/workarea/storefront/templates/log_out_link.jst.ejs +1 -0
  101. data/app/assets/javascripts/workarea/storefront/templates/mobile_filters_nav_close_button.jst.ejs +3 -0
  102. data/app/assets/javascripts/workarea/storefront/templates/saved_addresses_property.jst.ejs +23 -0
  103. data/app/assets/javascripts/workarea/storefront/templates/user_welcome.jst.ejs +7 -0
  104. data/app/assets/stylesheets/jquery_ui/storefront/_ui_dialog.scss +169 -0
  105. data/app/assets/stylesheets/workarea/storefront/base/_forms.scss +113 -0
  106. data/app/assets/stylesheets/workarea/storefront/base/_input_checkbox.scss +55 -0
  107. data/app/assets/stylesheets/workarea/storefront/base/_input_radio.scss +59 -0
  108. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry.scss +139 -0
  109. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry_summary.scss +103 -0
  110. data/app/assets/stylesheets/workarea/storefront/blog/components/_featured_entry_content_block.scss +22 -0
  111. data/app/assets/stylesheets/workarea/storefront/components/_account_menu.scss +62 -0
  112. data/app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss +22 -0
  113. data/app/assets/stylesheets/workarea/storefront/components/_box.scss +44 -0
  114. data/app/assets/stylesheets/workarea/storefront/components/_breadcrumbs.scss +31 -0
  115. data/app/assets/stylesheets/workarea/storefront/components/_browsing_controls.scss +43 -0
  116. data/app/assets/stylesheets/workarea/storefront/components/_button.scss +97 -0
  117. data/app/assets/stylesheets/workarea/storefront/components/_button_property.scss +41 -0
  118. data/app/assets/stylesheets/workarea/storefront/components/_cart.scss +44 -0
  119. data/app/assets/stylesheets/workarea/storefront/components/_checkout_addresses.scss +25 -0
  120. data/app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss +50 -0
  121. data/app/assets/stylesheets/workarea/storefront/components/_checkout_progress.scss +102 -0
  122. data/app/assets/stylesheets/workarea/storefront/components/_checkout_shipping.scss +14 -0
  123. data/app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss +19 -0
  124. data/app/assets/stylesheets/workarea/storefront/components/_color_box.scss +30 -0
  125. data/app/assets/stylesheets/workarea/storefront/components/_content_block.scss +57 -0
  126. data/app/assets/stylesheets/workarea/storefront/components/_data_card.scss +65 -0
  127. data/app/assets/stylesheets/workarea/storefront/components/_login.scss +32 -0
  128. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters_nav.scss +42 -0
  129. data/app/assets/stylesheets/workarea/storefront/components/_mobile_nav.scss +111 -0
  130. data/app/assets/stylesheets/workarea/storefront/components/_option_button.scss +48 -0
  131. data/app/assets/stylesheets/workarea/storefront/components/_order_help_menu.scss +24 -0
  132. data/app/assets/stylesheets/workarea/storefront/components/_overlay.scss +21 -0
  133. data/app/assets/stylesheets/workarea/storefront/components/_page_content.scss +30 -0
  134. data/app/assets/stylesheets/workarea/storefront/components/_page_footer.scss +104 -0
  135. data/app/assets/stylesheets/workarea/storefront/components/_page_header.scss +237 -0
  136. data/app/assets/stylesheets/workarea/storefront/components/_pagination.scss +10 -0
  137. data/app/assets/stylesheets/workarea/storefront/components/_primary_nav.scss +76 -0
  138. data/app/assets/stylesheets/workarea/storefront/components/_product_detail_container.scss +16 -0
  139. data/app/assets/stylesheets/workarea/storefront/components/_product_details.scss +82 -0
  140. data/app/assets/stylesheets/workarea/storefront/components/_product_list.scss +193 -0
  141. data/app/assets/stylesheets/workarea/storefront/components/_product_media.scss +76 -0
  142. data/app/assets/stylesheets/workarea/storefront/components/_product_prices.scss +46 -0
  143. data/app/assets/stylesheets/workarea/storefront/components/_product_summary.scss +119 -0
  144. data/app/assets/stylesheets/workarea/storefront/components/_property.scss +70 -0
  145. data/app/assets/stylesheets/workarea/storefront/components/_recent_views.scss +36 -0
  146. data/app/assets/stylesheets/workarea/storefront/components/_recommendations.scss +40 -0
  147. data/app/assets/stylesheets/workarea/storefront/components/_result_filters.scss +93 -0
  148. data/app/assets/stylesheets/workarea/storefront/components/_secondary_nav.scss +37 -0
  149. data/app/assets/stylesheets/workarea/storefront/components/_svg_icon.scss +56 -0
  150. data/app/assets/stylesheets/workarea/storefront/components/_table.scss +75 -0
  151. data/app/assets/stylesheets/workarea/storefront/components/_taxonomy_content_block.scss +204 -0
  152. data/app/assets/stylesheets/workarea/storefront/components/_text_box.scss +62 -0
  153. data/app/assets/stylesheets/workarea/storefront/components/_text_button.scss +39 -0
  154. data/app/assets/stylesheets/workarea/storefront/components/_validation_icon.scss +29 -0
  155. data/app/assets/stylesheets/workarea/storefront/components/_value.scss +95 -0
  156. data/app/assets/stylesheets/workarea/storefront/generic/_fonts.scss.erb +11 -0
  157. data/app/assets/stylesheets/workarea/storefront/product_quickview/components/_quickview_button.scss +26 -0
  158. data/app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss +28 -0
  159. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews.scss +81 -0
  160. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews_aggregate.scss +43 -0
  161. data/app/assets/stylesheets/workarea/storefront/reviews/components/_write_review.scss +63 -0
  162. data/app/assets/stylesheets/workarea/storefront/settings/_colors.scss.erb +17 -0
  163. data/app/assets/stylesheets/workarea/storefront/settings/_font_families.scss.erb +6 -0
  164. data/app/assets/stylesheets/workarea/storefront/settings/_global.scss +35 -0
  165. data/app/assets/stylesheets/workarea/storefront/settings/_grid.scss +37 -0
  166. data/app/assets/stylesheets/workarea/storefront/settings/_typography.scss +17 -0
  167. data/app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss +32 -0
  168. data/app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss +30 -0
  169. data/app/assets/stylesheets/workarea/storefront/slick_slider/components/_slick_slider.scss +137 -0
  170. data/app/assets/stylesheets/workarea/storefront/swatches/components/_option_button.scss +17 -0
  171. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss +24 -0
  172. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_options.scss +63 -0
  173. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_neutral_color_scheme.scss +195 -0
  174. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_nvy_color_scheme.scss +196 -0
  175. data/app/assets/stylesheets/workarea/storefront/theme_config/color_schemes/_vermillion_color_scheme.scss +199 -0
  176. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_hind.scss +21 -0
  177. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_lora.scss +37 -0
  178. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_muli.scss +37 -0
  179. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_overpass.scss +37 -0
  180. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_playfair_display.scss +37 -0
  181. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_poppins.scss +40 -0
  182. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_pt_serif.scss +22 -0
  183. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_roboto.scss +29 -0
  184. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_source_serif_pro.scss +21 -0
  185. data/app/assets/stylesheets/workarea/storefront/typography/_headings.scss +153 -0
  186. data/app/assets/stylesheets/workarea/storefront/typography/_links.scss +21 -0
  187. data/app/assets/stylesheets/workarea/storefront/typography/_text.scss +26 -0
  188. data/app/assets/stylesheets/workarea/storefront/wish_lists/components/_wish_list_form.scss +8 -0
  189. data/app/assets/stylesheets/workarea/styled_selects/components/_styled_select.scss +71 -0
  190. data/app/helpers/workarea/storefront/image_helper.rb +10 -0
  191. data/app/helpers/workarea/storefront/product_media_slider_helper.rb +31 -0
  192. data/app/views/layouts/workarea/storefront/_wish_lists_link.html.haml +4 -0
  193. data/app/views/layouts/workarea/storefront/application.html.haml +191 -0
  194. data/app/views/layouts/workarea/storefront/checkout.html.haml +90 -0
  195. data/app/views/workarea/storefront/blog_comments/index.html.haml +31 -0
  196. data/app/views/workarea/storefront/blog_entries/show.html.haml +79 -0
  197. data/app/views/workarea/storefront/blogs/_blog_navigation.html.haml +6 -0
  198. data/app/views/workarea/storefront/cart_items/create.html.haml +59 -0
  199. data/app/views/workarea/storefront/carts/_move_to_wish_list.html.haml +6 -0
  200. data/app/views/workarea/storefront/carts/show.html.haml +175 -0
  201. data/app/views/workarea/storefront/categories/show.html.haml +111 -0
  202. data/app/views/workarea/storefront/checkouts/_checkout_progress.html.haml +25 -0
  203. data/app/views/workarea/storefront/checkouts/_gift_card_payment.html.haml +28 -0
  204. data/app/views/workarea/storefront/checkouts/_summary.html.haml +102 -0
  205. data/app/views/workarea/storefront/checkouts/addresses.html.haml +57 -0
  206. data/app/views/workarea/storefront/checkouts/confirmation.html.haml +41 -0
  207. data/app/views/workarea/storefront/checkouts/payment.html.haml +186 -0
  208. data/app/views/workarea/storefront/checkouts/shipping.html.haml +39 -0
  209. data/app/views/workarea/storefront/content_blocks/_category_summary.html.haml +15 -0
  210. data/app/views/workarea/storefront/content_blocks/_product_insights.html.haml +10 -0
  211. data/app/views/workarea/storefront/content_blocks/_product_list.html.haml +10 -0
  212. data/app/views/workarea/storefront/content_blocks/_taxonomy.html.haml +27 -0
  213. data/app/views/workarea/storefront/content_blocks/_three_column_taxonomy.html.haml +29 -0
  214. data/app/views/workarea/storefront/content_blocks/_two_column_taxonomy.html.haml +28 -0
  215. data/app/views/workarea/storefront/facets/_range.html.haml +11 -0
  216. data/app/views/workarea/storefront/facets/_swatches.html.haml +13 -0
  217. data/app/views/workarea/storefront/facets/_terms.html.haml +11 -0
  218. data/app/views/workarea/storefront/menus/index.html.haml +14 -0
  219. data/app/views/workarea/storefront/menus/show.html.haml +11 -0
  220. data/app/views/workarea/storefront/orders/_summary.html.haml +271 -0
  221. data/app/views/workarea/storefront/orders/index.html.haml +42 -0
  222. data/app/views/workarea/storefront/products/_media.html.haml +14 -0
  223. data/app/views/workarea/storefront/products/_rating.html.haml +10 -0
  224. data/app/views/workarea/storefront/products/_reviews.html.haml +22 -0
  225. data/app/views/workarea/storefront/products/_reviews_aggregate.html.haml +22 -0
  226. data/app/views/workarea/storefront/products/_reviews_summary.html.haml +2 -0
  227. data/app/views/workarea/storefront/products/show.html.haml +45 -0
  228. data/app/views/workarea/storefront/products/templates/_generic.html.haml +54 -0
  229. data/app/views/workarea/storefront/products/templates/_gift_card.html.haml +67 -0
  230. data/app/views/workarea/storefront/products/templates/_option_selects.html.haml +57 -0
  231. data/app/views/workarea/storefront/products/templates/_option_thumbnails.html.haml +62 -0
  232. data/app/views/workarea/storefront/products/templates/_swatches.html.haml +66 -0
  233. data/app/views/workarea/storefront/recent_views/show.html.haml +27 -0
  234. data/app/views/workarea/storefront/recommendations/show.html.haml +9 -0
  235. data/app/views/workarea/storefront/reviews/new.html.haml +69 -0
  236. data/app/views/workarea/storefront/searches/show.html.haml +104 -0
  237. data/app/views/workarea/storefront/shared/_address_fields.html.haml +113 -0
  238. data/app/views/workarea/storefront/shared/_left_navigation.html.haml +25 -0
  239. data/app/views/workarea/storefront/shares/_share_buttons.html.haml +19 -0
  240. data/app/views/workarea/storefront/shares/new.html.haml +50 -0
  241. data/app/views/workarea/storefront/style_guides/base/_forms.html.haml +88 -0
  242. data/app/views/workarea/storefront/style_guides/components/_button.html.haml +89 -0
  243. data/app/views/workarea/storefront/style_guides/components/_personalized_recommendations_content_block.html.haml +32 -0
  244. data/app/views/workarea/storefront/style_guides/components/_product_insights_content_block.html.haml +32 -0
  245. data/app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml +32 -0
  246. data/app/views/workarea/storefront/style_guides/components/_styled_select.html.haml +27 -0
  247. data/app/views/workarea/storefront/style_guides/components/_validation_icon.haml +21 -0
  248. data/app/views/workarea/storefront/style_guides/components/_value.html.haml +77 -0
  249. data/app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml +79 -0
  250. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_neutral_color_scheme.html.haml +15 -0
  251. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_nvy_color_scheme.html.haml +15 -0
  252. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_vermillion_color_scheme.html.haml +7 -0
  253. data/app/views/workarea/storefront/style_guides/typography/_fonts.html.haml +15 -0
  254. data/app/views/workarea/storefront/style_guides/typography/_headings.html.haml +40 -0
  255. data/app/views/workarea/storefront/users/_nvy_current_user.json.jbuilder +1 -0
  256. data/app/views/workarea/storefront/users/accounts/_wish_list_summary.html.haml +15 -0
  257. data/app/views/workarea/storefront/users/accounts/edit.html.haml +51 -0
  258. data/app/views/workarea/storefront/users/accounts/show.html.haml +119 -0
  259. data/app/views/workarea/storefront/users/addresses/edit.html.haml +24 -0
  260. data/app/views/workarea/storefront/users/addresses/new.html.haml +24 -0
  261. data/app/views/workarea/storefront/users/credit_cards/edit.html.haml +75 -0
  262. data/app/views/workarea/storefront/users/credit_cards/new.html.haml +68 -0
  263. data/app/views/workarea/storefront/users/logins/new.html.haml +55 -0
  264. data/app/views/workarea/storefront/users/orders/_summary.html.haml +23 -0
  265. data/app/views/workarea/storefront/users/passwords/change.html.haml +29 -0
  266. data/app/views/workarea/storefront/users/passwords/edit.html.haml +17 -0
  267. data/app/views/workarea/storefront/wish_lists/_add_form.html.haml +10 -0
  268. data/bin/rails +20 -0
  269. data/config/initializers/appends.rb +40 -0
  270. data/config/initializers/dragonfly.rb +31 -0
  271. data/config/initializers/theme.rb +39 -0
  272. data/config/initializers/workarea.rb +3 -0
  273. data/config/locales/en.yml +34 -0
  274. data/config/routes.rb +2 -0
  275. data/lib/tasks/theme_cleanup.rake +20 -0
  276. data/lib/workarea/nvy_theme.rb +22 -0
  277. data/lib/workarea/nvy_theme/engine.rb +16 -0
  278. data/lib/workarea/nvy_theme/version.rb +5 -0
  279. data/lib/workarea/theme/override_commit +1 -0
  280. data/public/screenshots/cart.png +0 -0
  281. data/public/screenshots/category_browse.png +0 -0
  282. data/public/screenshots/checkout_addresses.png +0 -0
  283. data/public/screenshots/checkout_payment.png +0 -0
  284. data/public/screenshots/homepage.png +0 -0
  285. data/public/screenshots/order_confirmation.png +0 -0
  286. data/public/screenshots/product_detail_page.png +0 -0
  287. data/script/admin_ci +9 -0
  288. data/script/ci +11 -0
  289. data/script/core_ci +9 -0
  290. data/script/plugins_ci +9 -0
  291. data/script/storefront_ci +9 -0
  292. data/test/dummy/Rakefile +6 -0
  293. data/test/dummy/app/assets/config/manifest.js +4 -0
  294. data/test/dummy/app/assets/images/.keep +0 -0
  295. data/test/dummy/app/assets/javascripts/application.js +13 -0
  296. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  297. data/test/dummy/app/controllers/application_controller.rb +3 -0
  298. data/test/dummy/app/controllers/concerns/.keep +0 -0
  299. data/test/dummy/app/helpers/application_helper.rb +2 -0
  300. data/test/dummy/app/jobs/application_job.rb +2 -0
  301. data/test/dummy/app/mailers/application_mailer.rb +4 -0
  302. data/test/dummy/app/models/concerns/.keep +0 -0
  303. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  304. data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
  305. data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
  306. data/test/dummy/bin/bundle +3 -0
  307. data/test/dummy/bin/rails +4 -0
  308. data/test/dummy/bin/rake +4 -0
  309. data/test/dummy/bin/setup +38 -0
  310. data/test/dummy/bin/update +29 -0
  311. data/test/dummy/bin/yarn +11 -0
  312. data/test/dummy/config.ru +5 -0
  313. data/test/dummy/config/application.rb +28 -0
  314. data/test/dummy/config/boot.rb +5 -0
  315. data/test/dummy/config/cable.yml +10 -0
  316. data/test/dummy/config/environment.rb +5 -0
  317. data/test/dummy/config/environments/development.rb +54 -0
  318. data/test/dummy/config/environments/production.rb +91 -0
  319. data/test/dummy/config/environments/test.rb +44 -0
  320. data/test/dummy/config/initializers/application_controller_renderer.rb +8 -0
  321. data/test/dummy/config/initializers/assets.rb +14 -0
  322. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  323. data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
  324. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  325. data/test/dummy/config/initializers/inflections.rb +16 -0
  326. data/test/dummy/config/initializers/mime_types.rb +4 -0
  327. data/test/dummy/config/initializers/workarea.rb +5 -0
  328. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  329. data/test/dummy/config/locales/en.yml +33 -0
  330. data/test/dummy/config/puma.rb +56 -0
  331. data/test/dummy/config/routes.rb +5 -0
  332. data/test/dummy/config/secrets.yml +32 -0
  333. data/test/dummy/config/spring.rb +6 -0
  334. data/test/dummy/db/seeds.rb +2 -0
  335. data/test/dummy/lib/assets/.keep +0 -0
  336. data/test/dummy/log/.keep +0 -0
  337. data/test/system/workarea/admin/guest_browsing_system_test.decorator +38 -0
  338. data/test/system/workarea/storefront/analytics_system_test.decorator +107 -0
  339. data/test/system/workarea/storefront/categories_system_test.decorator +131 -0
  340. data/test/system/workarea/storefront/login_system_test.decorator +94 -0
  341. data/test/system/workarea/storefront/navigation_system_test.decorator +28 -0
  342. data/test/system/workarea/storefront/pagination_system_test.decorator +89 -0
  343. data/test/system/workarea/storefront/passwords_system_test.decorator +59 -0
  344. data/test/system/workarea/storefront/search_system_test.decorator +105 -0
  345. data/test/system/workarea/storefront/styled_selects_system_test.decorator +21 -0
  346. data/test/teaspoon_env.rb +6 -0
  347. data/test/test_helper.rb +10 -0
  348. data/test/view_models/workarea/storefront/content_blocks/product_insights_view_model_test.decorator +43 -0
  349. data/workarea-nvy_theme.gemspec +30 -0
  350. metadata +574 -0
@@ -0,0 +1,32 @@
1
+ #personalized-recommendations-content-block.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('components', 'personalized_recommendations_content_block')
4
+
5
+ %p A content block containing <code>.product-summary</code> components.
6
+
7
+ %p should provide a responsive layout for multiple <code>.product-summary</code> components:
8
+ .style-guide__example-block
9
+ .personalized-recommendations-content-block
10
+ .grid
11
+ - (1..4).each do |i|
12
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
13
+ .product-summary.product-summary--small
14
+ .product-summary__media
15
+ .product-summary__image-wrapper
16
+ = image_tag 'workarea/core/placeholder.png', size: '180x180', class: 'product-summary__image'
17
+ .product-summary__info
18
+ %span.product-summary__name Product Title #{i}
19
+
20
+ %p should support a heading:
21
+ .style-guide__example-block
22
+ .personalized-recommendations-content-block
23
+ %h2.personalized-recommendations-content-block__heading Personalized Recommendations Content Block
24
+ .grid
25
+ - (1..4).each do |i|
26
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
27
+ .product-summary.product-summary--small
28
+ .product-summary__media
29
+ .product-summary__image-wrapper
30
+ = image_tag 'workarea/core/placeholder.png', size: '180x180', class: 'product-summary__image'
31
+ .product-summary__info
32
+ %span.product-summary__name Product Title #{i}
@@ -0,0 +1,32 @@
1
+ #product-insights-content-block.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('components', 'product_insights_content_block')
4
+
5
+ %p A content block containing <code>.product-summary</code> components.
6
+
7
+ %p should provide a responsive layout for multiple <code>.product-summary</code> components:
8
+ .style-guide__example-block
9
+ .product-insights-content-block
10
+ .grid
11
+ - (1..4).each do |i|
12
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
13
+ .product-summary.product-summary--small
14
+ .product-summary__media
15
+ .product-summary__image-wrapper
16
+ = image_tag 'workarea/core/placeholder.png', size: '180x180', class: 'product-summary__image'
17
+ .product-summary__info
18
+ %span.product-summary__name Product Title #{i}
19
+
20
+ %p should support a heading:
21
+ .style-guide__example-block
22
+ .product-insights-content-block
23
+ %h2.product-insights-content-block__heading Product List Content Block
24
+ .grid
25
+ - (1..4).each do |i|
26
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
27
+ .product-summary.product-summary--small
28
+ .product-summary__media
29
+ .product-summary__image-wrapper
30
+ = image_tag 'workarea/core/placeholder.png', size: '180x180', class: 'product-summary__image'
31
+ .product-summary__info
32
+ %span.product-summary__name Product Title #{i}
@@ -0,0 +1,32 @@
1
+ #product-list-content-block.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('components', 'product_list_content_block')
4
+
5
+ %p A content block containing <code>.product-summary</code> components.
6
+
7
+ %p should provide a responsive layout for multiple <code>.product-summary</code> components:
8
+ .style-guide__example-block
9
+ .product-list-content-block
10
+ .grid
11
+ - (1..4).each do |i|
12
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
13
+ .product-summary.product-summary--small
14
+ .product-summary__media
15
+ .product-summary__image-wrapper
16
+ = image_tag 'workarea/core/placeholder.png', size: '180x180', class: 'product-summary__image'
17
+ .product-summary__info
18
+ %span.product-summary__name Product Title #{i}
19
+
20
+ %p should support a heading:
21
+ .style-guide__example-block
22
+ .product-list-content-block
23
+ %h2.product-list-content-block__heading Product List Content Block
24
+ .grid
25
+ - (1..4).each do |i|
26
+ .grid__cell.grid__cell--50.grid__cell--25-at-medium
27
+ .product-summary.product-summary--small
28
+ .product-summary__media
29
+ .product-summary__image-wrapper
30
+ = image_tag 'workarea/core/placeholder.png', size: '180x180', class: 'product-summary__image'
31
+ .product-summary__info
32
+ %span.product-summary__name Product Title #{i}
@@ -0,0 +1,27 @@
1
+ #styled-select.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('components', 'styled_select')
4
+
5
+ %p Provides a stylized select menu UI
6
+ %p The select_tag helper is decorated to automatically wrap most select tags in your application. You will need to update the markup of select tags injected as JST templates
7
+
8
+ .style-guide__example-block
9
+ .value
10
+ = select_tag "style-guide-example", options_for_select([ "Option 1", "Option 2", "Option 3" ], "Option 1")
11
+
12
+ %p should allow the optional passing of a modifier
13
+ .style-guide__example-block
14
+ = select_tag "style-guide-example-modified", options_for_select([ "Option 1", "Option 2", "Option 3" ], "Option 1"), modifier: 'styled-select--modified'
15
+
16
+ %p Displays validation state
17
+ .style-guide__example-block
18
+ .value
19
+ .styled-select
20
+ %select{ class: 'jquery-validation-error' }
21
+ %option{ disabled: true } Disabled Select Option
22
+
23
+ .style-guide__example-block
24
+ .value
25
+ .styled-select
26
+ %select{ class: 'jquery-validation-valid' }
27
+ %option Select Option
@@ -0,0 +1,21 @@
1
+ #validation-icon.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('components', 'validation-icon')
4
+
5
+ %p An icon which responds to validation state within a form field
6
+
7
+ .style-guide__example-block
8
+ .value
9
+ = text_field_tag 'validation_icon_field', nil, class: 'text-box'
10
+ = inline_svg('workarea/storefront/icons/validation_icon.svg', class: 'value__icon')
11
+
12
+ .style-guide__example-block
13
+ .value
14
+ = text_field_tag 'validation_icon_field_invalid', nil, class: 'value__error text-box'
15
+ = inline_svg('workarea/storefront/icons/validation_icon.svg', class: 'value__icon')
16
+ %span.value__error Error Message Text
17
+
18
+ .style-guide__example-block
19
+ .value
20
+ = text_field_tag 'validation_icon_field_valid', 'Value', class: 'text-box text-box--valid', required: true
21
+ = inline_svg('workarea/storefront/icons/validation_icon.svg', class: 'value__icon')
@@ -0,0 +1,77 @@
1
+ #value.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('components', 'value')
4
+
5
+ %p Manages the layout of a form field, note, or error displayed for the field.
6
+
7
+ .style-guide__example-block
8
+ .value
9
+ = text_field_tag 'wl_value_text_field', nil, class: 'value__error text-box'
10
+ %span.value__error Error Message Text
11
+ = link_to 'What\'s This?', '#', class: 'value__note'
12
+
13
+
14
+ %p Optionally contains an icon, use #{link_to_style_guide('components', 'validation-icon')} for stateful icon display
15
+
16
+ .style-guide__example-block
17
+ .value
18
+ = text_field_tag 'wl_value_text_field_icon', nil, class: 'text-box'
19
+ = inline_svg('workarea/storefront/icons/plus.svg', class: 'value__icon')
20
+
21
+ .style-guide__unit-test
22
+
23
+ %h4 Unit Test
24
+
25
+ %p should work with a <code>div</code> (block-level) element, containing only a form field
26
+ .style-guide__example-block
27
+ .value
28
+ = text_field_tag 'wl_value_text_field_div', nil, class: 'text-box'
29
+
30
+ %p should work with a <code>span</code> (inline) element, containing only a form field
31
+ .style-guide__example-block
32
+ %span.value
33
+ = text_field_tag 'wl_value_text_field_span', nil, class: 'text-box'
34
+
35
+ %p should work with a <code>p</code> (block-level) element, containing only a form field
36
+ .style-guide__example-block
37
+ %p.value
38
+ = text_field_tag 'wl_value_text_field_p', nil, class: 'text-box'
39
+
40
+ %p should work with a <code>div</code> (block-level) element, containing a form field and a note
41
+ .style-guide__example-block
42
+ .value
43
+ = text_field_tag 'wl_value_text_field_div_note', nil, class: 'text-box'
44
+ %span.value__note This is a note
45
+
46
+ %p should work with a <code>span</code> (inline) element, containing a form field and a note
47
+ .style-guide__example-block
48
+ %span.value
49
+ = text_field_tag 'wl_value_text_field_span_note', nil, class: 'text-box'
50
+ %span.value__note This is a note
51
+
52
+ %p should work with a <code>p</code> (block-level) element, containing a form field and a note
53
+ .style-guide__example-block
54
+ %p.value
55
+ = text_field_tag 'wl_value_text_field_p_note', nil, class: 'text-box'
56
+ %span.value__note This is a note
57
+
58
+ %p should work with a <code>div</code> (block-level) element, containing a form field, error message, and a note with a link:
59
+ .style-guide__example-block
60
+ .value
61
+ = text_field_tag 'wl_value_text_field_div_error', nil, class: 'value__error text-box'
62
+ %span.value__error Error Message Text
63
+ = link_to 'What\'s This?', '#', class: 'value__note'
64
+
65
+ %p should work with a <code>span</code> (inline) element, containing a form field, error message, and a note with a link:
66
+ .style-guide__example-block
67
+ %span.value
68
+ = text_field_tag 'wl_value_text_field_span_error', nil, class: 'value__error text-box'
69
+ %span.value__error Error Message Text
70
+ = link_to 'What\'s This?', '#', class: 'value__note'
71
+
72
+ %p should work with a <code>p</code> (block-level) element, containing a form field, error message, and a note with a link:
73
+ .style-guide__example-block
74
+ %p.value
75
+ = text_field_tag 'wl_value_text_field_p_error', nil, class: 'value__error text-box'
76
+ %span.value__error Error Message Text
77
+ = link_to 'What\'s This?', '#', class: 'value__note'
@@ -0,0 +1,79 @@
1
+ #color-variables.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('settings', 'color_variables')
4
+
5
+ %h5 Base colors
6
+ .grid.grid--auto
7
+ - colors = %w(red green blue yellow black white black-alpha-15 black-alpha-50 white-alpha-50 transparent)
8
+ - colors.each do |color|
9
+ .grid__cell
10
+ .color-box
11
+ .color-box__swatch{ class: "style-guide__color-swatch--#{color}" }
12
+ .color-box__swatch-name $#{color}
13
+ %br
14
+
15
+ %h4 Brand colors
16
+
17
+ = render "workarea/storefront/style_guides/settings/color_schemes/#{Workarea.config.theme[:color_scheme].downcase}_color_scheme"
18
+
19
+ %h4 Functional Color variables - these should be used in the storefront
20
+ %br
21
+
22
+ -# %h5 Primary colors
23
+ -# .grid.grid--auto
24
+ -# - colors = %w(primary-color primary-color-light primary-color-dark)
25
+ -# - colors.each do |color|
26
+ -# .grid__cell
27
+ -# .color-box
28
+ -# .color-box__swatch{ class: "color-box__swatch--#{color}" }
29
+ -# .color-box__swatch-name $#{color}
30
+ -# %br
31
+
32
+ -# %h5 Background colors
33
+ -# .grid.grid--auto
34
+ -# - colors = %w(background-color background-color-component background-secondary-color)
35
+ -# - colors.each do |color|
36
+ -# .grid__cell
37
+ -# .color-box
38
+ -# .color-box__swatch{ class: "color-box__swatch--#{color}" }
39
+ -# .color-box__swatch-name $#{color}
40
+ -# %br
41
+
42
+ -# %h5 Text colors
43
+ -# .grid.grid--auto
44
+ -# - colors = %w(font-color heading-color product-name-color)
45
+ -# - colors.each do |color|
46
+ -# .grid__cell
47
+ -# .color-box
48
+ -# .color-box__swatch{ class: "color-box__swatch--#{color}" }
49
+ -# .color-box__swatch-name $#{color}
50
+ -# %br
51
+
52
+ -# %h5 Input colors
53
+ -# .grid.grid--auto
54
+ -# - colors = %w(input-color input-background-color input-secondary-color input-secondary-bg-color)
55
+ -# - colors.each do |color|
56
+ -# .grid__cell
57
+ -# .color-box
58
+ -# .color-box__swatch{ class: "color-box__swatch--#{color}" }
59
+ -# .color-box__swatch-name $#{color}
60
+ -# %br
61
+
62
+ -# %h5 Header + Navigation colors
63
+ -# .grid.grid--auto
64
+ -# - colors = %w(header-icon-color utility-nav-background-color primary-nav-links primary-nav-dropdown-links mobile-nav-links)
65
+ -# - colors.each do |color|
66
+ -# .grid__cell
67
+ -# .color-box
68
+ -# .color-box__swatch{ class: "color-box__swatch--#{color}" }
69
+ -# .color-box__swatch-name $#{color}
70
+ -# %br
71
+
72
+ -# %h5 Other colors
73
+ -# .grid.grid--auto
74
+ -# - colors = %w(border-color highlight-color overlay-shadow-color focus-ring-color)
75
+ -# - colors.each do |color|
76
+ -# .grid__cell
77
+ -# .color-box
78
+ -# .color-box__swatch{ class: "color-box__swatch--#{color}" }
79
+ -# .color-box__swatch-name $#{color}
@@ -0,0 +1,15 @@
1
+ .grid.grid--auto
2
+ - colors = %w(white lightest-gray light-gray gray dark-gray black)
3
+ - colors.each do |color|
4
+ .grid__cell
5
+ .color-box
6
+ .color-box__swatch{ class: "color-box__swatch--#{color}" }
7
+ .color-box__swatch-name $#{color}
8
+
9
+ .grid.grid--auto
10
+ - colors = %w(denim denim-wash cyan muted-blue)
11
+ - colors.each do |color|
12
+ .grid__cell
13
+ .color-box
14
+ .color-box__swatch{ class: "color-box__swatch--#{color}" }
15
+ .color-box__swatch-name $#{color}
@@ -0,0 +1,15 @@
1
+ .grid.grid--auto
2
+ - colors = %w(white lightest-gray light-gray gray dark-gray black)
3
+ - colors.each do |color|
4
+ .grid__cell
5
+ .color-box
6
+ .color-box__swatch{ class: "color-box__swatch--#{color}" }
7
+ .color-box__swatch-name $#{color}
8
+
9
+ .grid.grid--auto
10
+ - colors = %w(off-black deep-turqoise light-teal gold)
11
+ - colors.each do |color|
12
+ .grid__cell
13
+ .color-box
14
+ .color-box__swatch{ class: "color-box__swatch--#{color}" }
15
+ .color-box__swatch-name $#{color}
@@ -0,0 +1,7 @@
1
+ .grid.grid--auto
2
+ - colors = %w(off-black merlot rose-taupe rusty ginger light-beige beige dark-beige meadow)
3
+ - colors.each do |color|
4
+ .grid__cell
5
+ .color-box
6
+ .color-box__swatch{ class: "color-box__swatch--#{color}" }
7
+ .color-box__swatch-name $#{color}
@@ -0,0 +1,15 @@
1
+ #fonts.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('typography', 'fonts')
4
+
5
+ %p These are the fonts available to the front-end.
6
+
7
+ %p Primary font, used site wide:
8
+ .style-guide__example-block
9
+ %p{ style: "font-family: #{Workarea.config.theme[:font_stacks][Workarea.config.theme[:primary_font_family].to_sym]};" }
10
+ Primary Font: #{Workarea.config.theme[:primary_font_family]}
11
+
12
+ %p Secondary font, used for headings, buttons etc.:
13
+ .style-guide__example-block
14
+ %p{ style: "font-family: #{Workarea.config.theme[:font_stacks][Workarea.config.theme[:secondary_font_family].to_sym]};" }
15
+ Secondary Font: #{Workarea.config.theme[:secondary_font_family]}
@@ -0,0 +1,40 @@
1
+ #headings.style-guide__subsection
2
+
3
+ %h3= link_to_style_guide('typography', 'headings')
4
+
5
+ %p Sets up the element to be styled the same as an <code>h1-6</code>, using the <code>heading</code> class in combination with a <code>heading--X</code> modifier, where <code>X</code> is the
6
+
7
+ %p Can be used on any inline or block-level element to visually present the element as a heading. Frequently applied when, semantically speaking, using a given <code>h1-6</code> tag wouldn't be appropriate.
8
+
9
+ %p In the following examples we have a variety of text-wrapping elements:
10
+
11
+ %p should style a variety of elements properly.
12
+ .style-guide__example-block
13
+ %h1 Heading 1
14
+ %span.heading.heading--1 Heading 1
15
+ %h2 Heading 2
16
+ %p.heading.heading--2 Heading 2
17
+ %h3 Heading 3
18
+ %strong.heading.heading--3 Heading 3
19
+ %h4 Heading 4
20
+ %h6.heading.heading--4 Heading 4
21
+ %h5 Heading 5
22
+ %h3.heading.heading--5 Heading 5
23
+ %h6 Heading 6
24
+ %h1.heading.heading--6 Heading 6
25
+
26
+ %p should display larger headings in the context of content blocks
27
+ .style-guide__example-block
28
+ .content-block
29
+ %h1 Heading 1
30
+ %h2 Heading 2
31
+ %h3 Heading 3
32
+
33
+ %p Optionally add a background to a heading using the heading--background modifier
34
+ .style-guide__example-block
35
+ %h1.heading.heading--background Heading 1
36
+ %h2.heading.heading--background Heading 2
37
+ %h3.heading.heading--background Heading 3
38
+ %h4.heading.heading--background Heading 4
39
+ %h5.heading.heading--background Heading 5
40
+ %h6.heading.heading--background Heading 6
@@ -0,0 +1 @@
1
+ json.first_name current_user.try(:first_name)
@@ -0,0 +1,15 @@
1
+ .grid
2
+ .grid__cell
3
+ .box
4
+ .box__header
5
+ %span.box__action= link_to t('workarea.storefront.wish_lists.manage'), users_wish_list_path, class: 'button button--solid'
6
+ %h2.box__heading= t('workarea.storefront.wish_lists.wish_list')
7
+ .box__body
8
+ - if user.wish_list_items.any?
9
+ .grid
10
+ - user.wish_list_items.each do |item|
11
+ .grid__cell.grid__cell--50.grid__cell--33-at-medium
12
+ .product-summary{ itemscope: true, itemtype: 'http://schema.org/Product' }
13
+ = render 'workarea/storefront/products/summary', product: item.product
14
+ - else
15
+ %p= t('workarea.storefront.wish_lists.empty_wish_list')
@@ -0,0 +1,51 @@
1
+ - @title = t('workarea.storefront.users.edit_title')
2
+
3
+ - content_for :breadcrumbs do
4
+ %p.breadcrumbs__node-group
5
+ %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
6
+ = link_to t('workarea.storefront.layouts.home'), root_path, rel: 'home', class: 'breadcrumbs__link'
7
+ %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
8
+ = link_to t('workarea.storefront.users.account'), users_account_path, class: 'breadcrumbs__link'
9
+ %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
10
+ %span.breadcrumbs__text= t('workarea.storefront.users.edit_title')
11
+
12
+ .view
13
+
14
+ %h1= t('workarea.storefront.users.edit_title')
15
+
16
+ = form_tag users_account_path, method: :patch, id: 'info_form' do
17
+ .grid.grid--large
18
+ .grid__cell
19
+ .property
20
+ = label_tag :email, nil, class: 'property__name' do
21
+ %span.property__text= t('workarea.storefront.users.email')
22
+ .value= email_field_tag :email, @user.email, class: 'text-box text-box--full', autocapitalize: 'off', autocomplete: 'email', required: true, placeholder: t('workarea.storefront.forms.email_placeholder')
23
+ .grid__cell.grid__cell--50-at-medium
24
+ .property
25
+ = label_tag :first_name, nil, class: 'property__name' do
26
+ %span.property__text= t('workarea.storefront.users.first_name')
27
+ .value= text_field_tag :first_name, @user.first_name, class: 'text-box text-box--full', autocomplete: 'given-name'
28
+ .grid__cell.grid__cell--50-at-medium
29
+ .property
30
+ = label_tag :last_name, nil, class: 'property__name' do
31
+ %span.property__text= t('workarea.storefront.users.last_name')
32
+ .value= text_field_tag :last_name, @user.last_name, class: 'text-box text-box--full', autocomplete: 'family-name'
33
+ .grid__cell
34
+ .property
35
+ = label_tag :password, nil, class: 'property__name' do
36
+ %span.property__text= t('workarea.storefront.users.new_password')
37
+ .value
38
+ = password_field_tag :password, nil, class: 'text-box text-box--full', minlength: minimum_password_length, autocomplete: 'off'
39
+ = inline_svg('workarea/storefront/icons/eye.svg', class: 'value__icon')
40
+ .grid__cell
41
+ = append_partials('storefront.edit_account_details', user: @user)
42
+ .grid__cell
43
+ .button-property
44
+ .value
45
+ = hidden_field_tag :email_signup, false, id: nil
46
+ = check_box_tag :email_signup, true, @user.email_signup?
47
+ = label_tag :email_signup, nil, class: 'button-property__name' do
48
+ %span.button-property__text= t('workarea.storefront.users.sign_up_for_email')
49
+ .grid.grid--auto.grid--middle.grid--center
50
+ %p.grid__cell= button_tag t('workarea.storefront.forms.save'), value: 'save_info', class: 'button'
51
+ %p.grid__cell= link_to t('workarea.storefront.forms.cancel'), users_account_path, class: "text-button", data: { dialog_close_button: '' }