workarea-one_theme 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (346) hide show
  1. checksums.yaml +7 -0
  2. data/.editorconfig +20 -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 +21 -0
  10. data/.rubocop.yml +3 -0
  11. data/.stylelintrc.json +8 -0
  12. data/CHANGELOG.md +267 -0
  13. data/CODE_OF_CONDUCT.md +3 -0
  14. data/CONTRIBUTING.md +3 -0
  15. data/Gemfile +20 -0
  16. data/LICENSE.md +3 -0
  17. data/README.md +173 -0
  18. data/Rakefile +63 -0
  19. data/app/assets/fonts/workarea/storefront/Hind/hind_bold_webfont.woff +0 -0
  20. data/app/assets/fonts/workarea/storefront/Hind/hind_bold_webfont.woff2 +0 -0
  21. data/app/assets/fonts/workarea/storefront/Hind/hind_regular_webfont.woff +0 -0
  22. data/app/assets/fonts/workarea/storefront/Hind/hind_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/Playfair_Display/playfairdisplay_bold_webfont.woff +0 -0
  32. data/app/assets/fonts/workarea/storefront/Playfair_Display/playfairdisplay_bold_webfont.woff2 +0 -0
  33. data/app/assets/fonts/workarea/storefront/Playfair_Display/playfairdisplay_bolditalic_webfont.woff +0 -0
  34. data/app/assets/fonts/workarea/storefront/Playfair_Display/playfairdisplay_bolditalic_webfont.woff2 +0 -0
  35. data/app/assets/fonts/workarea/storefront/Playfair_Display/playfairdisplay_italic_webfont.woff +0 -0
  36. data/app/assets/fonts/workarea/storefront/Playfair_Display/playfairdisplay_italic_webfont.woff2 +0 -0
  37. data/app/assets/fonts/workarea/storefront/Playfair_Display/playfairdisplay_regular_webfont.woff +0 -0
  38. data/app/assets/fonts/workarea/storefront/Playfair_Display/playfairdisplay_regular_webfont.woff2 +0 -0
  39. data/app/assets/fonts/workarea/storefront/Source_Serif_Pro/source_serif_pro_bold_webfont.woff +0 -0
  40. data/app/assets/fonts/workarea/storefront/Source_Serif_Pro/source_serif_pro_bold_webfont.woff2 +0 -0
  41. data/app/assets/fonts/workarea/storefront/Source_Serif_Pro/source_serif_pro_regular_webfont.woff +0 -0
  42. data/app/assets/fonts/workarea/storefront/Source_Serif_Pro/source_serif_pro_regular_webfont.woff2 +0 -0
  43. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff +0 -0
  44. data/app/assets/fonts/workarea/storefront/lora/lora_bold_webfont.woff2 +0 -0
  45. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff +0 -0
  46. data/app/assets/fonts/workarea/storefront/lora/lora_bolditalic_webfont.woff2 +0 -0
  47. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff +0 -0
  48. data/app/assets/fonts/workarea/storefront/lora/lora_italic_webfont.woff2 +0 -0
  49. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff +0 -0
  50. data/app/assets/fonts/workarea/storefront/lora/lora_regular_webfont.woff2 +0 -0
  51. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff +0 -0
  52. data/app/assets/fonts/workarea/storefront/roboto/roboto_bold_webfont.woff2 +0 -0
  53. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff +0 -0
  54. data/app/assets/fonts/workarea/storefront/roboto/roboto_italic_webfont.woff2 +0 -0
  55. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff +0 -0
  56. data/app/assets/fonts/workarea/storefront/roboto/roboto_regular_webfont.woff2 +0 -0
  57. data/app/assets/images/workarea/admin/content_block_types/hero_slider.svg +1 -0
  58. data/app/assets/images/workarea/admin/content_block_types/taxonomy_with_category_summary.svg +1 -0
  59. data/app/assets/images/workarea/admin/content_block_types/taxonomy_with_products.svg +1 -0
  60. data/app/assets/images/workarea/storefront/dialog_close.svg +1 -0
  61. data/app/assets/images/workarea/storefront/icons/account.svg +1 -0
  62. data/app/assets/images/workarea/storefront/icons/arrow_left.svg +1 -0
  63. data/app/assets/images/workarea/storefront/icons/arrow_right.svg +1 -0
  64. data/app/assets/images/workarea/storefront/icons/cart.svg +1 -0
  65. data/app/assets/images/workarea/storefront/icons/chevron_down.svg +1 -0
  66. data/app/assets/images/workarea/storefront/icons/chevron_right.svg +1 -0
  67. data/app/assets/images/workarea/storefront/icons/search.svg +1 -0
  68. data/app/assets/images/workarea/storefront/logo.png +0 -0
  69. data/app/assets/javascripts/workarea/storefront/application.js.erb +147 -0
  70. data/app/assets/javascripts/workarea/storefront/clothing/modules/product_details_color_buttons.js +86 -0
  71. data/app/assets/javascripts/workarea/storefront/dependencies/jquery.payment.js +655 -0
  72. data/app/assets/javascripts/workarea/storefront/modules/address_region_fields.js +93 -0
  73. data/app/assets/javascripts/workarea/storefront/modules/cart_indicator.js +35 -0
  74. data/app/assets/javascripts/workarea/storefront/modules/checkout_primary_payments.js +136 -0
  75. data/app/assets/javascripts/workarea/storefront/modules/header_search_ui.js +64 -0
  76. data/app/assets/javascripts/workarea/storefront/modules/mobile_filters.js +79 -0
  77. data/app/assets/javascripts/workarea/storefront/modules/mobile_nav_button.js +137 -0
  78. data/app/assets/javascripts/workarea/storefront/modules/quantity_control.js +56 -0
  79. data/app/assets/javascripts/workarea/storefront/modules/utility_nav_dropdown.js +43 -0
  80. data/app/assets/javascripts/workarea/storefront/one_theme/config.js +20 -0
  81. data/app/assets/javascripts/workarea/storefront/product_quickview/templates/quickview_button.jst.ejs +3 -0
  82. data/app/assets/javascripts/workarea/storefront/reviews/modules/product_reviews_sort_menus.js +82 -0
  83. data/app/assets/javascripts/workarea/storefront/reviews/templates/sort_by_property.jst.ejs +19 -0
  84. data/app/assets/javascripts/workarea/storefront/templates/log_out_link.jst.ejs +1 -0
  85. data/app/assets/javascripts/workarea/storefront/templates/saved_addresses_property.jst.ejs +23 -0
  86. data/app/assets/stylesheets/jquery_ui/storefront/_ui_autocomplete.scss +17 -0
  87. data/app/assets/stylesheets/jquery_ui/storefront/_ui_dialog.scss +150 -0
  88. data/app/assets/stylesheets/jquery_ui/storefront/_ui_menu.scss +42 -0
  89. data/app/assets/stylesheets/one_theme/.keep +0 -0
  90. data/app/assets/stylesheets/workarea/storefront/base/_forms.scss +197 -0
  91. data/app/assets/stylesheets/workarea/storefront/base/_tables.scss +32 -0
  92. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry.scss +139 -0
  93. data/app/assets/stylesheets/workarea/storefront/blog/components/_blog_entry_summary.scss +90 -0
  94. data/app/assets/stylesheets/workarea/storefront/clothing/components/_color_options.scss +57 -0
  95. data/app/assets/stylesheets/workarea/storefront/clothing/components/_size_options.scss +123 -0
  96. data/app/assets/stylesheets/workarea/storefront/components/_account_dashboard.scss +33 -0
  97. data/app/assets/stylesheets/workarea/storefront/components/_box.scss +45 -0
  98. data/app/assets/stylesheets/workarea/storefront/components/_breadcrumbs.scss +27 -0
  99. data/app/assets/stylesheets/workarea/storefront/components/_button.scss +72 -0
  100. data/app/assets/stylesheets/workarea/storefront/components/_button_property.scss +41 -0
  101. data/app/assets/stylesheets/workarea/storefront/components/_cart.scss +26 -0
  102. data/app/assets/stylesheets/workarea/storefront/components/_category_summary_content_block.scss +78 -0
  103. data/app/assets/stylesheets/workarea/storefront/components/_checkout_addresses.scss +21 -0
  104. data/app/assets/stylesheets/workarea/storefront/components/_checkout_payment.scss +58 -0
  105. data/app/assets/stylesheets/workarea/storefront/components/_checkout_progress.scss +47 -0
  106. data/app/assets/stylesheets/workarea/storefront/components/_checkout_shipping.scss +15 -0
  107. data/app/assets/stylesheets/workarea/storefront/components/_checkout_step_summary.scss +47 -0
  108. data/app/assets/stylesheets/workarea/storefront/components/_color_box.scss +48 -0
  109. data/app/assets/stylesheets/workarea/storefront/components/_data_card.scss +70 -0
  110. data/app/assets/stylesheets/workarea/storefront/components/_hamburger.scss +107 -0
  111. data/app/assets/stylesheets/workarea/storefront/components/_header.scss +31 -0
  112. data/app/assets/stylesheets/workarea/storefront/components/_hero_slider_content_block.scss +75 -0
  113. data/app/assets/stylesheets/workarea/storefront/components/_loading.scss +92 -0
  114. data/app/assets/stylesheets/workarea/storefront/components/_mobile_filters.scss +42 -0
  115. data/app/assets/stylesheets/workarea/storefront/components/_mobile_nav.scss +146 -0
  116. data/app/assets/stylesheets/workarea/storefront/components/_option_button.scss +45 -0
  117. data/app/assets/stylesheets/workarea/storefront/components/_order_help_menu.scss +33 -0
  118. data/app/assets/stylesheets/workarea/storefront/components/_order_summary.scss +19 -0
  119. data/app/assets/stylesheets/workarea/storefront/components/_page_container.scss +31 -0
  120. data/app/assets/stylesheets/workarea/storefront/components/_page_content.scss +30 -0
  121. data/app/assets/stylesheets/workarea/storefront/components/_page_footer.scss +96 -0
  122. data/app/assets/stylesheets/workarea/storefront/components/_page_header.scss +188 -0
  123. data/app/assets/stylesheets/workarea/storefront/components/_page_messages.scss +36 -0
  124. data/app/assets/stylesheets/workarea/storefront/components/_page_sub_footer.scss +39 -0
  125. data/app/assets/stylesheets/workarea/storefront/components/_pagination.scss +10 -0
  126. data/app/assets/stylesheets/workarea/storefront/components/_payment_icon.scss +29 -0
  127. data/app/assets/stylesheets/workarea/storefront/components/_primary_nav.scss +99 -0
  128. data/app/assets/stylesheets/workarea/storefront/components/_product_detail_container.scss +19 -0
  129. data/app/assets/stylesheets/workarea/storefront/components/_product_details.scss +94 -0
  130. data/app/assets/stylesheets/workarea/storefront/components/_product_list.scss +182 -0
  131. data/app/assets/stylesheets/workarea/storefront/components/_product_list_content_block.scss +20 -0
  132. data/app/assets/stylesheets/workarea/storefront/components/_product_media.scss +109 -0
  133. data/app/assets/stylesheets/workarea/storefront/components/_product_prices.scss +45 -0
  134. data/app/assets/stylesheets/workarea/storefront/components/_product_summary.scss +92 -0
  135. data/app/assets/stylesheets/workarea/storefront/components/_promo_code_accordion.scss +13 -0
  136. data/app/assets/stylesheets/workarea/storefront/components/_property.scss +68 -0
  137. data/app/assets/stylesheets/workarea/storefront/components/_quantity_control.scss +77 -0
  138. data/app/assets/stylesheets/workarea/storefront/components/_result_filters.scss +57 -0
  139. data/app/assets/stylesheets/workarea/storefront/components/_select_menu.scss +68 -0
  140. data/app/assets/stylesheets/workarea/storefront/components/_svg_icon.scss +78 -0
  141. data/app/assets/stylesheets/workarea/storefront/components/_taxonomy_content_block.scss +173 -0
  142. data/app/assets/stylesheets/workarea/storefront/components/_text_box.scss +57 -0
  143. data/app/assets/stylesheets/workarea/storefront/components/_text_button.scss +19 -0
  144. data/app/assets/stylesheets/workarea/storefront/components/_utility_nav.scss +49 -0
  145. data/app/assets/stylesheets/workarea/storefront/components/_value.scss +51 -0
  146. data/app/assets/stylesheets/workarea/storefront/email/_settings.scss +23 -0
  147. data/app/assets/stylesheets/workarea/storefront/generic/_fonts.scss.erb +11 -0
  148. data/app/assets/stylesheets/workarea/storefront/objects/_content_wrapper.scss +23 -0
  149. data/app/assets/stylesheets/workarea/storefront/product_quickview/components/_quickview_button.scss +33 -0
  150. data/app/assets/stylesheets/workarea/storefront/reviews/components/_reviews.scss +66 -0
  151. data/app/assets/stylesheets/workarea/storefront/reviews/components/_write_review.scss +71 -0
  152. data/app/assets/stylesheets/workarea/storefront/settings/_colors.scss.erb +21 -0
  153. data/app/assets/stylesheets/workarea/storefront/settings/_font_families.scss.erb +6 -0
  154. data/app/assets/stylesheets/workarea/storefront/settings/_global.scss +39 -0
  155. data/app/assets/stylesheets/workarea/storefront/settings/_typography.scss +8 -0
  156. data/app/assets/stylesheets/workarea/storefront/settings/_z_indexes.scss +43 -0
  157. data/app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss +22 -0
  158. data/app/assets/stylesheets/workarea/storefront/slick_slider/components/_slick_slider.scss +171 -0
  159. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_facet.scss +26 -0
  160. data/app/assets/stylesheets/workarea/storefront/swatches/components/_swatch_options.scss +55 -0
  161. data/app/assets/stylesheets/workarea/storefront/theme_config/_midnight_color_scheme.scss +110 -0
  162. data/app/assets/stylesheets/workarea/storefront/theme_config/_one_color_scheme.scss +104 -0
  163. data/app/assets/stylesheets/workarea/storefront/theme_config/_workarea_color_scheme.scss +105 -0
  164. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_hind.scss +19 -0
  165. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_lora.scss +33 -0
  166. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_muli.scss +33 -0
  167. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_playfair_display.scss +33 -0
  168. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_roboto.scss +26 -0
  169. data/app/assets/stylesheets/workarea/storefront/theme_config/fonts/_source_serif_pro.scss +19 -0
  170. data/app/assets/stylesheets/workarea/storefront/tools/_checkout_section.scss +12 -0
  171. data/app/assets/stylesheets/workarea/storefront/tools/_full_bleed_container.scss +15 -0
  172. data/app/assets/stylesheets/workarea/storefront/typography/_headings.scss +81 -0
  173. data/app/assets/stylesheets/workarea/storefront/typography/_links.scss +27 -0
  174. data/app/assets/stylesheets/workarea/storefront/typography/_text.scss +30 -0
  175. data/app/helpers/workarea/storefront/one_theme_helper.rb +71 -0
  176. data/app/seeds/workarea/browse_navigation_seeds.rb +35 -0
  177. data/app/seeds/workarea/content_block_page_seeds.rb +22 -0
  178. data/app/seeds/workarea/theme_home_page_seeds.rb +58 -0
  179. data/app/seeds/workarea/theme_layout_content_seeds.rb +41 -0
  180. data/app/view_models/workarea/storefront/content_blocks/category_summary_view_model.decorator +21 -0
  181. data/app/view_models/workarea/storefront/content_blocks/hero_slider_block_view_model.rb +44 -0
  182. data/app/view_models/workarea/storefront/content_blocks/product_list_view_model.decorator +50 -0
  183. data/app/view_models/workarea/storefront/content_blocks/taxonomy_with_category_view_model.rb +49 -0
  184. data/app/view_models/workarea/storefront/content_blocks/taxonomy_with_products_view_model.rb +21 -0
  185. data/app/view_models/workarea/storefront/product_view_model.decorator +11 -0
  186. data/app/views/layouts/workarea/storefront/_wish_lists_link.html.haml +4 -0
  187. data/app/views/layouts/workarea/storefront/application.html.haml +211 -0
  188. data/app/views/layouts/workarea/storefront/checkout.html.haml +97 -0
  189. data/app/views/workarea/storefront/blog_comments/index.html.haml +31 -0
  190. data/app/views/workarea/storefront/blog_entries/_summary.html.haml +26 -0
  191. data/app/views/workarea/storefront/blog_entries/show.html.haml +85 -0
  192. data/app/views/workarea/storefront/blogs/_blog_navigation.html.haml +7 -0
  193. data/app/views/workarea/storefront/blogs/index.html.haml +47 -0
  194. data/app/views/workarea/storefront/cart_items/create.html.haml +66 -0
  195. data/app/views/workarea/storefront/carts/show.html.haml +175 -0
  196. data/app/views/workarea/storefront/categories/show.html.haml +105 -0
  197. data/app/views/workarea/storefront/checkouts/_gift_card_payment.html.haml +38 -0
  198. data/app/views/workarea/storefront/checkouts/_summary.html.haml +102 -0
  199. data/app/views/workarea/storefront/checkouts/addresses.html.haml +56 -0
  200. data/app/views/workarea/storefront/checkouts/confirmation.html.haml +58 -0
  201. data/app/views/workarea/storefront/checkouts/payment.html.haml +186 -0
  202. data/app/views/workarea/storefront/checkouts/shipping.html.haml +38 -0
  203. data/app/views/workarea/storefront/content_blocks/_blog_entry.html.haml +19 -0
  204. data/app/views/workarea/storefront/content_blocks/_category_summary.html.haml +20 -0
  205. data/app/views/workarea/storefront/content_blocks/_hero_slider.html.haml +15 -0
  206. data/app/views/workarea/storefront/content_blocks/_product_list.html.haml +11 -0
  207. data/app/views/workarea/storefront/content_blocks/_social_networks.html.haml +17 -0
  208. data/app/views/workarea/storefront/content_blocks/_taxonomy_with_category_summary.html.haml +26 -0
  209. data/app/views/workarea/storefront/content_blocks/_taxonomy_with_products.html.haml +26 -0
  210. data/app/views/workarea/storefront/menus/index.html.haml +17 -0
  211. data/app/views/workarea/storefront/orders/_summary.html.haml +286 -0
  212. data/app/views/workarea/storefront/products/_media.html.haml +22 -0
  213. data/app/views/workarea/storefront/products/_media_carousel.html.haml +25 -0
  214. data/app/views/workarea/storefront/products/_pricing.html.haml +40 -0
  215. data/app/views/workarea/storefront/products/_reviews.html.haml +27 -0
  216. data/app/views/workarea/storefront/products/_subscription_fields.html.haml +15 -0
  217. data/app/views/workarea/storefront/products/_summary.html.haml +16 -0
  218. data/app/views/workarea/storefront/products/_swatch_summary.html.haml +17 -0
  219. data/app/views/workarea/storefront/products/package_show.html.haml +46 -0
  220. data/app/views/workarea/storefront/products/show.html.haml +53 -0
  221. data/app/views/workarea/storefront/products/templates/_generic.html.haml +61 -0
  222. data/app/views/workarea/storefront/products/templates/_gift_card.html.haml +68 -0
  223. data/app/views/workarea/storefront/products/templates/_option_selects.html.haml +61 -0
  224. data/app/views/workarea/storefront/products/templates/_option_thumbnails.html.haml +67 -0
  225. data/app/views/workarea/storefront/products/templates/_swatches.html.haml +78 -0
  226. data/app/views/workarea/storefront/reviews/new.html.haml +72 -0
  227. data/app/views/workarea/storefront/searches/content.html.haml +78 -0
  228. data/app/views/workarea/storefront/searches/show.html.haml +97 -0
  229. data/app/views/workarea/storefront/shared/_address_fields.html.haml +109 -0
  230. data/app/views/workarea/storefront/shares/_share_buttons.html.haml +17 -0
  231. data/app/views/workarea/storefront/style_guides/base/_forms.html.haml +91 -0
  232. data/app/views/workarea/storefront/style_guides/components/_breadcrumbs.html.haml +13 -0
  233. data/app/views/workarea/storefront/style_guides/components/_button.html.haml +69 -0
  234. data/app/views/workarea/storefront/style_guides/components/_category_summary_content_block.html.haml +54 -0
  235. data/app/views/workarea/storefront/style_guides/components/_header.html.haml +18 -0
  236. data/app/views/workarea/storefront/style_guides/components/_hero_slider_content_block.html.haml +46 -0
  237. data/app/views/workarea/storefront/style_guides/components/_mobile_filters.html.haml +17 -0
  238. data/app/views/workarea/storefront/style_guides/components/_product_list_content_block.html.haml +46 -0
  239. data/app/views/workarea/storefront/style_guides/components/_product_summary.html.haml +47 -0
  240. data/app/views/workarea/storefront/style_guides/components/_svg_icon.html.haml +63 -0
  241. data/app/views/workarea/storefront/style_guides/components/_taxonomy_with_category_summary_content_block.html.haml +33 -0
  242. data/app/views/workarea/storefront/style_guides/components/_taxonomy_with_products_content_block.html.haml +33 -0
  243. data/app/views/workarea/storefront/style_guides/components/_text_box.html.haml +63 -0
  244. data/app/views/workarea/storefront/style_guides/settings/_color_variables.html.haml +79 -0
  245. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_midnight_color_scheme.html.haml +7 -0
  246. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_one_color_scheme.html.haml +7 -0
  247. data/app/views/workarea/storefront/style_guides/settings/color_schemes/_workarea_color_scheme.html.haml +8 -0
  248. data/app/views/workarea/storefront/style_guides/typography/_headings.html.haml +47 -0
  249. data/app/views/workarea/storefront/style_guides/typography/_links.html.haml +27 -0
  250. data/app/views/workarea/storefront/users/accounts/_wish_list_summary.html.haml +16 -0
  251. data/app/views/workarea/storefront/users/accounts/edit.html.haml +41 -0
  252. data/app/views/workarea/storefront/users/accounts/show.html.haml +118 -0
  253. data/app/views/workarea/storefront/users/credit_cards/edit.html.haml +74 -0
  254. data/app/views/workarea/storefront/users/credit_cards/new.html.haml +66 -0
  255. data/app/views/workarea/storefront/users/orders/index.html.haml +22 -0
  256. data/app/views/workarea/storefront/users/orders/show.html.haml +31 -0
  257. data/app/views/workarea/storefront/users/wish_lists/show.html.haml +136 -0
  258. data/app/views/workarea/storefront/wish_lists/show.html.haml +99 -0
  259. data/bin/rails +20 -0
  260. data/config/initializers/appends.rb +62 -0
  261. data/config/initializers/configuration.rb +9 -0
  262. data/config/initializers/content_block_types.rb +91 -0
  263. data/config/initializers/dragonfly.rb +50 -0
  264. data/config/initializers/seeds.rb +5 -0
  265. data/config/initializers/theme.rb +16 -0
  266. data/config/initializers/workarea.rb +3 -0
  267. data/config/locales/en.yml +26 -0
  268. data/config/routes.rb +2 -0
  269. data/lib/tasks/one_theme_tasks.rake +4 -0
  270. data/lib/workarea/one_theme.rb +24 -0
  271. data/lib/workarea/one_theme/engine.rb +13 -0
  272. data/lib/workarea/one_theme/version.rb +5 -0
  273. data/package.json +9 -0
  274. data/test/dummy/Rakefile +6 -0
  275. data/test/dummy/app/assets/config/manifest.js +4 -0
  276. data/test/dummy/app/assets/images/.keep +0 -0
  277. data/test/dummy/app/assets/javascripts/application.js +13 -0
  278. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  279. data/test/dummy/app/controllers/application_controller.rb +3 -0
  280. data/test/dummy/app/controllers/concerns/.keep +0 -0
  281. data/test/dummy/app/helpers/application_helper.rb +2 -0
  282. data/test/dummy/app/jobs/application_job.rb +2 -0
  283. data/test/dummy/app/mailers/application_mailer.rb +4 -0
  284. data/test/dummy/app/models/concerns/.keep +0 -0
  285. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  286. data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
  287. data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
  288. data/test/dummy/bin/bundle +3 -0
  289. data/test/dummy/bin/rails +4 -0
  290. data/test/dummy/bin/rake +4 -0
  291. data/test/dummy/bin/setup +38 -0
  292. data/test/dummy/bin/update +29 -0
  293. data/test/dummy/bin/yarn +11 -0
  294. data/test/dummy/config.ru +5 -0
  295. data/test/dummy/config/application.rb +29 -0
  296. data/test/dummy/config/boot.rb +5 -0
  297. data/test/dummy/config/cable.yml +10 -0
  298. data/test/dummy/config/environment.rb +5 -0
  299. data/test/dummy/config/environments/development.rb +54 -0
  300. data/test/dummy/config/environments/production.rb +91 -0
  301. data/test/dummy/config/environments/test.rb +44 -0
  302. data/test/dummy/config/initializers/application_controller_renderer.rb +8 -0
  303. data/test/dummy/config/initializers/assets.rb +14 -0
  304. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  305. data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
  306. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  307. data/test/dummy/config/initializers/inflections.rb +16 -0
  308. data/test/dummy/config/initializers/mime_types.rb +4 -0
  309. data/test/dummy/config/initializers/workarea.rb +5 -0
  310. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  311. data/test/dummy/config/locales/en.yml +33 -0
  312. data/test/dummy/config/puma.rb +56 -0
  313. data/test/dummy/config/routes.rb +5 -0
  314. data/test/dummy/config/secrets.yml +32 -0
  315. data/test/dummy/config/spring.rb +6 -0
  316. data/test/dummy/db/seeds.rb +2 -0
  317. data/test/dummy/lib/assets/.keep +0 -0
  318. data/test/dummy/log/.keep +0 -0
  319. data/test/dummy/package.json +5 -0
  320. data/test/helpers/workarea/storefront/reviews_helper_test.decorator +11 -0
  321. data/test/integration/workarea/blog/wordpress_import_integration_test.decorator +27 -0
  322. data/test/integration/workarea/storefront/sharing_integration_test.decorator +40 -0
  323. data/test/integration/workarea/storefront/swatches_integration_test.decorator +28 -0
  324. data/test/system/workarea/admin/guest_browsing_system_test.decorator +40 -0
  325. data/test/system/workarea/storefront/analytics_system_test.decorator +51 -0
  326. data/test/system/workarea/storefront/browse_swatches_system_test.decorator +48 -0
  327. data/test/system/workarea/storefront/cart_items_system_test.decorator +98 -0
  328. data/test/system/workarea/storefront/categories_system_test.decorator +100 -0
  329. data/test/system/workarea/storefront/content_search_autocomplete_system_test.decorator +33 -0
  330. data/test/system/workarea/storefront/content_search_system_test.decorator +21 -0
  331. data/test/system/workarea/storefront/content_system_test.decorator +21 -0
  332. data/test/system/workarea/storefront/guest_checkout_system_test.decorator +37 -0
  333. data/test/system/workarea/storefront/logged_in_checkout_system_test.decorator +34 -0
  334. data/test/system/workarea/storefront/login_system_test.decorator +94 -0
  335. data/test/system/workarea/storefront/navigation_system_test.decorator +28 -0
  336. data/test/system/workarea/storefront/passwords_system_test.decorator +59 -0
  337. data/test/system/workarea/storefront/review_system_test.decorator +23 -0
  338. data/test/system/workarea/storefront/search_autocomplete_system_test.decorator +46 -0
  339. data/test/system/workarea/storefront/search_system_test.decorator +71 -0
  340. data/test/teaspoon_env.rb +6 -0
  341. data/test/test_helper.rb +10 -0
  342. data/test/view_models/workarea/storefront/taxonomy_with_category_view_model_test.rb +35 -0
  343. data/test/view_models/workarea/storefront/taxonomy_with_products_view_model_test.rb +28 -0
  344. data/workarea-one_theme.gemspec +33 -0
  345. data/yarn.lock +3290 -0
  346. metadata +582 -0
@@ -0,0 +1,56 @@
1
+ /**
2
+ * @namespace WORKAREA.quantityControl
3
+ */
4
+ WORKAREA.registerModule('quantityControl', (function () {
5
+ 'use strict';
6
+
7
+ var handleQtyEvent = function (event) {
8
+ var $button = $(event.currentTarget),
9
+ eventData = $button.data('quantityControl'),
10
+ $qtyInput = $button.closest('form').find('.quantity-control__input'),
11
+ currentQty = parseInt($qtyInput.val()),
12
+ changeDirection = eventData.direction,
13
+ autoSubmit = eventData.autosubmit || false;
14
+
15
+ event.preventDefault();
16
+
17
+ updateQty($qtyInput, calculateQty(currentQty, changeDirection));
18
+
19
+ if(autoSubmit) {
20
+ _.delay(submitForm, WORKAREA.config.oneTheme.quantityConrol.autoSubmitDelay, $qtyInput);
21
+ }
22
+ },
23
+
24
+ calculateQty = function(currentQty, changeDirection) {
25
+ if (changeDirection === 'inc') {
26
+ return currentQty + 1;
27
+ } else {
28
+ return currentQty > 0 ? currentQty - 1 : currentQty;
29
+ }
30
+ },
31
+
32
+ updateQty = function ($qtyInput, newQty) {
33
+ $qtyInput.val(newQty);
34
+ },
35
+
36
+ submitForm = function($qtyInput) {
37
+ var $form = $qtyInput.closest('form');
38
+
39
+ if($form.valid()) {
40
+ $form.submit();
41
+ }
42
+ },
43
+
44
+ /**
45
+ * @method
46
+ * @name init
47
+ * @memberof WORKAREA.quantityControl
48
+ */
49
+ init = function ($scope) {
50
+ $('[data-quantity-control]', $scope).on('click', handleQtyEvent);
51
+ };
52
+
53
+ return {
54
+ init: init
55
+ };
56
+ }()));
@@ -0,0 +1,43 @@
1
+ /**
2
+ * @namespace WORKAREA.utilityNavDropdown
3
+ */
4
+ WORKAREA.registerModule('utilityNavDropdown', (function () {
5
+ 'use strict';
6
+
7
+ var openUtilityNav = function($utilityNav) {
8
+ $utilityNav.addClass('utility-nav--is-open');
9
+ },
10
+
11
+ closeUtilityNav = function($utilityNav) {
12
+ $utilityNav.removeClass('utility-nav--is-open');
13
+ },
14
+
15
+ utilityNavIsOpen = function($utilityNav) {
16
+ return $utilityNav.hasClass('utility-nav--is-open');
17
+ },
18
+
19
+ handleClickEvent = function(event) {
20
+ var $button = $(event.currentTarget),
21
+ $pageHeader = $button.closest('.page-header'),
22
+ $utilityNav = $pageHeader.find('.utility-nav');
23
+
24
+ if (utilityNavIsOpen($utilityNav)) {
25
+ closeUtilityNav($utilityNav);
26
+ } else {
27
+ openUtilityNav($utilityNav);
28
+ }
29
+ },
30
+
31
+ /**
32
+ * @method
33
+ * @name init
34
+ * @memberof WORKAREA.utilityNavDropdown
35
+ */
36
+ init = function ($scope) {
37
+ $('[data-utility-nav-dropdown]', $scope).on('click', handleClickEvent);
38
+ };
39
+
40
+ return {
41
+ init: init
42
+ };
43
+ }()));
@@ -0,0 +1,20 @@
1
+ (function () {
2
+ 'use strict';
3
+
4
+ /**
5
+ * Config Variables
6
+ */
7
+
8
+ WORKAREA.config.oneTheme = {
9
+ quantityConrol: {
10
+ autoSubmitDelay: 500
11
+ }
12
+ };
13
+
14
+ if (!_.isEmpty($.validator)) {
15
+ // Add `CVV` method to jQuery Validate
16
+ $.validator.addMethod('cvv', function (value, element) {
17
+ return WORKAREA.checkoutPrimaryPayments.checkCvvCode(element);
18
+ });
19
+ }
20
+ })();
@@ -0,0 +1,3 @@
1
+ <div class="quickview-button">
2
+ <a class="button" rel="nofollow" data-analytics='<%= analytics_data %>' href="<%= url %>"><%= I18n.t('workarea.storefront.products.quick_view') %></a>
3
+ </div>
@@ -0,0 +1,82 @@
1
+ /**
2
+ * @namespace WORKAREA.productReviewsSortMenus
3
+ */
4
+ WORKAREA.registerModule('productReviewsSortMenus', (function () {
5
+ 'use strict';
6
+
7
+ var insertSortSelectBox = function (index, section) {
8
+ $('.reviews__header', section).append(
9
+ JST['workarea/storefront/reviews/templates/sort_by_property']()
10
+ );
11
+ },
12
+
13
+ sortNewToOld = function ($reviews) {
14
+ return _.sortBy($reviews, function (review) {
15
+ return -($(review).data('productReviewSectionEntry').createdAt);
16
+ });
17
+ },
18
+
19
+ sortOldToNew = function ($reviews) {
20
+ return _.sortBy($reviews, function (review) {
21
+ return $(review).data('productReviewSectionEntry').createdAt;
22
+ });
23
+ },
24
+
25
+
26
+ sortHighToLow = function ($reviews) {
27
+ return _.sortBy($reviews, function (review) {
28
+ return -($(review).data('productReviewSectionEntry').rating);
29
+ });
30
+ },
31
+
32
+ sortLowToHigh = function ($reviews) {
33
+ return _.sortBy($reviews, function (review) {
34
+ return $(review).data('productReviewSectionEntry').rating;
35
+ });
36
+ },
37
+
38
+ handleSortSelectChange = function (event) {
39
+ var $reviews = $(
40
+ '[data-product-review-section-entry]', event.delegateTarget
41
+ ),
42
+
43
+ action = $(event.currentTarget).val(),
44
+
45
+ actions = {
46
+ oldest: function () {
47
+ return sortOldToNew($reviews);
48
+ },
49
+ newest: function () {
50
+ return sortNewToOld($reviews);
51
+ },
52
+ lowest: function () {
53
+ return sortLowToHigh($reviews);
54
+ },
55
+ highest: function () {
56
+ return sortHighToLow($reviews);
57
+ }
58
+ };
59
+
60
+ $('.reviews__review-group', event.delegateTarget)
61
+ .html(actions[action]());
62
+ },
63
+
64
+ /**
65
+ * @method
66
+ * @name init
67
+ * @memberof WORKAREA.productReviewsSortMenus
68
+ */
69
+ init = function ($scope) {
70
+ $('.reviews', $scope)
71
+ .each(insertSortSelectBox)
72
+ .on(
73
+ 'change',
74
+ '[data-product-reviews-sort-menu]',
75
+ handleSortSelectChange
76
+ );
77
+ };
78
+
79
+ return {
80
+ init: init
81
+ };
82
+ }()));
@@ -0,0 +1,19 @@
1
+ <div class="grid__cell grid__cell--50-at-medium">
2
+ <div class="grid grid--right grid--auto">
3
+ <div class="grid__cell">
4
+ <div class="property">
5
+ <label class="property__name"><span class="property__text">Sort By</span></label>
6
+ <div class="value">
7
+ <div class="select-menu">
8
+ <select data-product-reviews-sort-menu="">
9
+ <option value="newest" selected>Most Recent</option>
10
+ <option value="oldest">Oldest First</option>
11
+ <option value="highest">Rating: High to Low</option>
12
+ <option value="lowest">Rating: Low to High</option>
13
+ </select>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ </div>
@@ -0,0 +1 @@
1
+ <a href="<%= WORKAREA.routes.storefront.logoutPath() %>" data-analytics="{'event':'logout', 'domEvent':'click'}" data-method="delete" class="page-header__logout-link"><%= I18n.t('workarea.storefront.users.logout') %></a>
@@ -0,0 +1,23 @@
1
+ <div class="property property--wide-row-at-medium">
2
+ <label for="saved_addresses_<%= counter %>" class="property__name">
3
+ <span><%= I18n.t('workarea.storefront.checkouts.saved_addresses') %></span>
4
+ </label>
5
+ <div class="value">
6
+ <div class="select-menu">
7
+ <select id="saved_addresses_<%= counter %>" name="saved_addresses_<%= counter %>">
8
+ <option value="" selected><%= I18n.t('workarea.storefront.checkouts.select_an_address') %></option>
9
+ <% _.forEach(addresses, function(address) { %>
10
+ <option value="<%= address._id %>">
11
+ <%= address.first_name %>
12
+ <%= address.last_name %>
13
+ <%= address.street %>
14
+ <%= address.street_2 %>
15
+ <%= address.city %>
16
+ <%= address.region %>
17
+ <%= address.postal_code %>
18
+ </option>
19
+ <% }); %>
20
+ </select>
21
+ </div>
22
+ </div>
23
+ </div>
@@ -0,0 +1,17 @@
1
+ /*------------------------------------*\
2
+ #UI-AUTOCOMPLETE
3
+ \*------------------------------------*/
4
+
5
+ $ui-autocomplete-bg-color: $background-color-component !default;
6
+
7
+ $ui-autocomplete-width: 190px !default;
8
+
9
+
10
+ .ui-autocomplete {
11
+ @extend %list-reset;
12
+ position: absolute;
13
+ z-index: index($components, ui-autocomplete);
14
+ padding: $spacing-unit;
15
+ width: $ui-autocomplete-width;
16
+ background: $ui-autocomplete-bg-color;
17
+ }
@@ -0,0 +1,150 @@
1
+ /*------------------------------------*\
2
+ #UI-DIALOG
3
+ \*------------------------------------*/
4
+
5
+ $ui-dialog-bg-color: $background-color !default;
6
+
7
+ $ui-dialog-shadow: 0 0 0 2px $overlay-shadow-color !default;
8
+
9
+
10
+ .ui-dialog {
11
+ position: absolute;
12
+ z-index: index($components, ui-dialog);
13
+ background: $ui-dialog-bg-color;
14
+ box-shadow: $ui-dialog-shadow;
15
+ outline: 0;
16
+
17
+ &:focus {
18
+ outline: none;
19
+ }
20
+
21
+ .ui-draggable-handle {
22
+ cursor: move;
23
+ touch-action: none;
24
+ }
25
+
26
+ .ui-resizable-handle {
27
+ display: block;
28
+ position: absolute;
29
+ font-size: 0.1px;
30
+ touch-action: none;
31
+ }
32
+
33
+ .ui-resizable-n {
34
+ top: -5px;
35
+ left: 0;
36
+ width: 100%;
37
+ height: 7px;
38
+ cursor: n-resize;
39
+ }
40
+
41
+ .ui-resizable-s {
42
+ bottom: -5px;
43
+ left: 0;
44
+ width: 100%;
45
+ height: 7px;
46
+ cursor: s-resize;
47
+ }
48
+
49
+ .ui-resizable-e {
50
+ top: 0;
51
+ right: -5px;
52
+ width: 7px;
53
+ height: 100%;
54
+ cursor: e-resize;
55
+ }
56
+
57
+ .ui-resizable-w {
58
+ top: 0;
59
+ left: -5px;
60
+ width: 7px;
61
+ height: 100%;
62
+ cursor: w-resize;
63
+ }
64
+
65
+ .ui-resizable-se {
66
+ right: -5px;
67
+ bottom: -5px;
68
+ width: 12px;
69
+ height: 12px;
70
+ cursor: se-resize;
71
+ }
72
+
73
+ .ui-resizable-sw {
74
+ bottom: -5px;
75
+ left: -5px;
76
+ width: 9px;
77
+ height: 9px;
78
+ cursor: sw-resize;
79
+ }
80
+
81
+ .ui-resizable-nw {
82
+ top: -5px;
83
+ left: -5px;
84
+ width: 9px;
85
+ height: 9px;
86
+ cursor: nw-resize;
87
+ }
88
+
89
+ .ui-resizable-ne {
90
+ top: -5px;
91
+ right: -5px;
92
+ width: 9px;
93
+ height: 9px;
94
+ cursor: ne-resize;
95
+ }
96
+ }
97
+
98
+ .ui-dialog-titlebar {
99
+ line-height: 1;
100
+ text-align: right;
101
+ background: $ui-dialog-titlebar-bg-color;
102
+
103
+ .ui-dialog-image & {
104
+ position: absolute;
105
+ top: 0;
106
+ right: 0;
107
+ }
108
+
109
+ .ui-dialog-loading & {
110
+ display: none;
111
+ }
112
+ }
113
+
114
+ .ui-dialog-title {
115
+ display: none;
116
+ }
117
+
118
+ .ui-dialog-titlebar-close {
119
+ padding: 0;
120
+ font-size: 0;
121
+ line-height: 1;
122
+ background: none;
123
+ border: 0;
124
+ cursor: pointer;
125
+
126
+ .ui-button-icon {
127
+ @include svg('dialog_close.svg', 32px);
128
+ padding: $spacing-unit;
129
+ }
130
+ }
131
+
132
+ .ui-dialog-content {
133
+ padding: $spacing-unit;
134
+ overflow: auto;
135
+
136
+ .ui-dialog-image & {
137
+ padding: 0;
138
+ }
139
+
140
+ .ui-dialog-loading & {
141
+ padding: 50px 0;
142
+ }
143
+ }
144
+
145
+
146
+ .ui-dialog-image img {
147
+ display: block;
148
+ }
149
+
150
+ .ui-dialog-loading {}
@@ -0,0 +1,42 @@
1
+ /*------------------------------------*\
2
+ #UI-MENU
3
+ \*------------------------------------*/
4
+
5
+ $ui-menu-item-selected-color: $highlight-color !default;
6
+ $ui-menu-heading-border-color: $border-color !default;
7
+
8
+
9
+ /**
10
+ * 1. default menu item state
11
+ * 2. hovered menu item state
12
+ * 3. the displayed result image
13
+ * 4. menu headings
14
+ */
15
+
16
+ .ui-menu {
17
+ .ui-menu-item { /* [1] */
18
+ @extend %clearfix;
19
+ padding: $spacing-unit;
20
+ font-weight: bold;
21
+ cursor: pointer;
22
+
23
+ &:hover { /* [2] */
24
+ background: $ui-menu-item-selected-color;
25
+ }
26
+
27
+ img { /* [3] */
28
+ margin: 0 0 $spacing-unit;
29
+ float: left;
30
+ }
31
+ }
32
+
33
+ .ui-menu-heading { /* [4] */
34
+ padding: $spacing-unit;
35
+ font-weight: bold;
36
+ border-top: 1px solid $ui-menu-heading-border-color;
37
+
38
+ &:first-of-type {
39
+ border-top: 0;
40
+ }
41
+ }
42
+ }