ama_layout 10.1.0 → 11.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ci.yml +45 -0
  3. data/Dangerfile +19 -0
  4. data/README.md +2 -2
  5. data/ama_layout.gemspec +1 -1
  6. data/app/assets/javascripts/ama_layout/desktop/foundation-custom.js +1 -0
  7. data/app/helpers/ama_layout_breadcrumb_helper.rb +7 -1
  8. data/app/helpers/ama_layout_content_helper.rb +28 -17
  9. data/app/helpers/ama_layout_partial_helper.rb +11 -0
  10. data/app/views/ama_layout/agent/_siteheader.html.erb +1 -1
  11. data/app/views/ama_layout/{_alert.html.erb → v2/_alert.html.erb} +0 -0
  12. data/app/views/ama_layout/{_applogo.html.erb → v2/_applogo.html.erb} +0 -0
  13. data/app/views/ama_layout/{_breadcrumbs.html.erb → v2/_breadcrumbs.html.erb} +0 -0
  14. data/app/views/ama_layout/{_custom_nav_links.html.erb → v2/_custom_nav_links.html.erb} +0 -0
  15. data/app/views/ama_layout/{_custom_sidebar.html.erb → v2/_custom_sidebar.html.erb} +0 -0
  16. data/app/views/ama_layout/v2/_font.html.erb +1 -0
  17. data/app/views/ama_layout/v2/_font_awesome_pro_kit.html.erb +3 -0
  18. data/app/views/ama_layout/{_footer.html.erb → v2/_footer.html.erb} +9 -9
  19. data/app/views/ama_layout/{_main_nav_item.html.erb → v2/_main_nav_item.html.erb} +0 -0
  20. data/app/views/ama_layout/{_main_top_nav_item.html.erb → v2/_main_top_nav_item.html.erb} +0 -0
  21. data/app/views/ama_layout/{_member_links.html.erb → v2/_member_links.html.erb} +0 -0
  22. data/app/views/ama_layout/{_mobile_links.html.erb → v2/_mobile_links.html.erb} +2 -2
  23. data/app/views/ama_layout/{_mobile_notification_icon.html.erb → v2/_mobile_notification_icon.html.erb} +0 -0
  24. data/app/views/ama_layout/{_notice.html.erb → v2/_notice.html.erb} +0 -0
  25. data/app/views/ama_layout/{_notices.html.erb → v2/_notices.html.erb} +0 -0
  26. data/app/views/ama_layout/{_notification.html.erb → v2/_notification.html.erb} +0 -0
  27. data/app/views/ama_layout/{_notification_icon.html.erb → v2/_notification_icon.html.erb} +0 -0
  28. data/app/views/ama_layout/{_notification_sidebar.html.erb → v2/_notification_sidebar.html.erb} +1 -1
  29. data/app/views/ama_layout/{_sidebar.html.erb → v2/_sidebar.html.erb} +0 -0
  30. data/app/views/ama_layout/{_sign_out_link.html.erb → v2/_sign_out_link.html.erb} +0 -0
  31. data/app/views/ama_layout/{_siteheader.html.erb → v2/_siteheader.html.erb} +2 -2
  32. data/app/views/ama_layout/{_sub_nav.html.erb → v2/_sub_nav.html.erb} +0 -0
  33. data/app/views/ama_layout/{_sub_nav_item.html.erb → v2/_sub_nav_item.html.erb} +0 -0
  34. data/app/views/ama_layout/{_success.html.erb → v2/_success.html.erb} +0 -0
  35. data/app/views/ama_layout/{_top_nav.html.erb → v2/_top_nav.html.erb} +1 -1
  36. data/app/views/ama_layout/{_top_sub_nav.html.erb → v2/_top_sub_nav.html.erb} +0 -0
  37. data/app/views/ama_layout/{_top_sub_nav_item.html.erb → v2/_top_sub_nav_item.html.erb} +0 -0
  38. data/app/views/ama_layout/v3/_alert.html.erb +5 -0
  39. data/app/views/ama_layout/v3/_applogo.html.erb +3 -0
  40. data/app/views/ama_layout/v3/_breadcrumbs.html.erb +3 -0
  41. data/app/views/ama_layout/v3/_custom_nav_links.html.erb +0 -0
  42. data/app/views/ama_layout/v3/_custom_sidebar.html.erb +1 -0
  43. data/app/views/ama_layout/v3/_font.html.erb +2 -0
  44. data/app/views/ama_layout/v3/_font_awesome_pro_kit.html.erb +3 -0
  45. data/app/views/ama_layout/v3/_footer.html.erb +69 -0
  46. data/app/views/ama_layout/v3/_main_nav_item.html.erb +6 -0
  47. data/app/views/ama_layout/v3/_main_top_nav_item.html.erb +4 -0
  48. data/app/views/ama_layout/v3/_member_links.html.erb +6 -0
  49. data/app/views/ama_layout/v3/_mobile_links.html.erb +19 -0
  50. data/app/views/ama_layout/v3/_mobile_notification_icon.html.erb +4 -0
  51. data/app/views/ama_layout/v3/_notice.html.erb +5 -0
  52. data/app/views/ama_layout/v3/_notices.html.erb +3 -0
  53. data/app/views/ama_layout/v3/_notification.html.erb +10 -0
  54. data/app/views/ama_layout/v3/_notification_icon.html.erb +6 -0
  55. data/app/views/ama_layout/v3/_notification_sidebar.html.erb +22 -0
  56. data/app/views/ama_layout/v3/_sidebar.html.erb +8 -0
  57. data/app/views/ama_layout/v3/_sign_out_link.html.erb +3 -0
  58. data/app/views/ama_layout/v3/_siteheader.html.erb +37 -0
  59. data/app/views/ama_layout/v3/_sub_nav.html.erb +3 -0
  60. data/app/views/ama_layout/v3/_sub_nav_item.html.erb +3 -0
  61. data/app/views/ama_layout/v3/_success.html.erb +5 -0
  62. data/app/views/ama_layout/v3/_top_nav.html.erb +16 -0
  63. data/app/views/ama_layout/v3/_top_sub_nav.html.erb +3 -0
  64. data/app/views/ama_layout/v3/_top_sub_nav_item.html.erb +3 -0
  65. data/config.ru +1 -1
  66. data/lib/ama_layout/ama_layout_view.rb +6 -0
  67. data/lib/ama_layout/decorators/agent/navigation_decorator.rb +5 -3
  68. data/lib/ama_layout/decorators/navigation_decorator.rb +8 -8
  69. data/lib/ama_layout/draper_replacement.rb +6 -0
  70. data/lib/ama_layout/moneris.rb +10 -1
  71. data/lib/ama_layout/moneris/{textbox.txt → v2/textbox.txt} +0 -0
  72. data/lib/ama_layout/moneris/v3/textbox.txt +62 -0
  73. data/lib/ama_layout/navigation.yml +2 -2
  74. data/lib/ama_layout/version.rb +1 -1
  75. data/spec/ama_layout/decorators/moneris_decorator_spec.rb +10 -7
  76. data/spec/ama_layout/moneris_spec.rb +22 -3
  77. data/spec/helpers/ama_layout_content_helper_spec.rb +64 -62
  78. data/spec/spec_helper.rb +3 -1
  79. metadata +66 -34
  80. data/.travis.yml +0 -6
@@ -0,0 +1,6 @@
1
+ <li class="side-nav__item">
2
+ <%= link_to nav_item.text, nav_item.link,
3
+ target: nav_item.target, alt: nav_item.alt,
4
+ class: 'side-nav__link' %>
5
+ <%= nav_item.sidebar_sub_nav %>
6
+ </li>
@@ -0,0 +1,4 @@
1
+ <li class="has-submenu <%= nav_item.sub_nav_class %>">
2
+ <%= link_to nav_item.text, nav_item.link, class: 'show-for-small-only' %>
3
+ <%= nav_item.top_sub_nav %>
4
+ </li>
@@ -0,0 +1,6 @@
1
+ <li class="small-text">
2
+ <%= link_to 'Update Address', "#{Rails.configuration.youraccount_site}/membership_update/new" %>
3
+ </li>
4
+ <li class="small-text">
5
+ <%= link_to 'Manage Credit Cards', "#{Rails.configuration.gatekeeper_site}/members/credit_cards" %>
6
+ </li>
@@ -0,0 +1,19 @@
1
+ <div class="m-side-nav__content off-canvas position-left" id="offCanvasLeft" data-off-canvas>
2
+ <ul class="m-side-nav__list vertical menu drilldown" data-drilldown>
3
+ <li class="side-nav__item">
4
+ <%= link_to 'Sign In', "#{Rails.configuration.gatekeeper_site}/login", class: 'side-nav__link' %>
5
+ </li>
6
+ <li class="m-side-nav__item">
7
+ <%= link_to 'AMA Website', Rails.configuration.amaabca_site, class: 'm-side-nav__link' %>
8
+ </li>
9
+ <li class="m-side-nav__item">
10
+ <%= link_to 'AMA Road Reports', 'https://roadreports.ama.ab.ca', class: 'm-side-nav__link' %>
11
+ </li>
12
+ <li class="m-side-nav__item">
13
+ <%= link_to 'Help', "#{Rails.configuration.amaabca_site}/help", class: 'm-side-nav__link' %>
14
+ </li>
15
+ <li class="m-side-nav__item">
16
+ <%= link_to 'Contact Us', "#{Rails.configuration.amaabca_site}/contact", class: 'm-side-nav__link' %>
17
+ </li>
18
+ </ul>
19
+ </div>
@@ -0,0 +1,4 @@
1
+ <a href="#" data-toggle="offCanvasRight" data-notifications-toggle>
2
+ <i class="fa fa-2x fa-bell notification__icon"></i>
3
+ <%= navigation.notification_badge %>
4
+ </a>
@@ -0,0 +1,5 @@
1
+ <div class="row">
2
+ <div class="large-12">
3
+ <div class="notice_notification"><span><%= message.html_safe %></span></div>
4
+ </div>
5
+ </div>
@@ -0,0 +1,3 @@
1
+ <%= notice(flash[:notice]) %>
2
+ <%= alert(flash[:alert]) %>
3
+ <%= success_message(flash[:success]) %>
@@ -0,0 +1,10 @@
1
+ <div class="row <%= notification.active_class %>">
2
+ <div class="small-2 column">
3
+ <%= notification.icon %>
4
+ </div>
5
+ <div class="small-10 column">
6
+ <p class="bold"><%= notification.header %></p>
7
+ <p><%= sanitize notification.content, scrubber: AmaLayout::NotificationScrubber.new %></p>
8
+ <p class="micetype"><%= notification.created_at %></p>
9
+ </div>
10
+ </div>
@@ -0,0 +1,6 @@
1
+ <li>
2
+ <a href="#" class="notification link--no-underline" data-toggle="offCanvasRight" data-notifications-toggle>
3
+ <i class="fa fa-2x fa-bell"></i>
4
+ <%= navigation.notification_badge %>
5
+ </a>
6
+ </li>
@@ -0,0 +1,22 @@
1
+ <div class="off-canvas position-right right-sidebar" id="offCanvasRight" data-off-canvas>
2
+ <div class="row column right-sidebar__header">
3
+ <h2 class="mt1">Notification Centre</h2>
4
+ <button class="close-button" aria-label="Close menu" type="button" data-close>
5
+ <span aria-hidden="true">&times;</span>
6
+ </button>
7
+ </div>
8
+ <div class="row column">
9
+ <%= navigation.notifications_heading %>
10
+ </div>
11
+ <%= render partial: ama_layout_partial('notification'), collection: notifications %>
12
+ <div class="row column">
13
+ <p class="mt1">Did You Know?</p>
14
+ <div class="section-content">
15
+ <p class="bold">Sign up for Vehicle Registration Auto-Renew</p>
16
+ <p>
17
+ We'll process your payment and mail you a new registration certificate and licence plate sticker. It's that simple!
18
+ </p>
19
+ <%= link_to 'Sign up now', "#{Rails.configuration.registries_site}/order/registrations/new", class: 'button--right button--expand-small-down' %>
20
+ </div>
21
+ </div>
22
+ </div>
@@ -0,0 +1,8 @@
1
+ <aside class="side-nav" data-equalizer-watch="page-container-equalize">
2
+ <h2 class="side-nav__header">Online Account</h2>
3
+ <div class="side-nav__content">
4
+ <ul class="side-nav__list">
5
+ <%= render partial: "ama_layout/main_nav_item", collection: navigation.items, as: :nav_item %>
6
+ </ul>
7
+ </div>
8
+ </aside>
@@ -0,0 +1,3 @@
1
+ <li>
2
+ <a class="side-nav__link" href="/logout">Sign Out</a>
3
+ </li>
@@ -0,0 +1,37 @@
1
+ <div class="header">
2
+ <div class="title-bar" data-responsive-toggle="main-menu" data-hide-for="large">
3
+ <button class="menu-icon" type="button" data-toggle="offCanvasLeft"></button>
4
+ <%= link_to(image_tag("ama-logo.png"), Rails.configuration.amaabca_site, class: "title-bar__logo") %>
5
+ <%= navigation.mobile_notification_icon %>
6
+ </div>
7
+ <div class="top-bar" id="main-menu">
8
+ <div class="top-bar-left">
9
+ <a href="<%= Rails.configuration.amaabca_site %>" class="ml1 pl1"><i class="fas fa-chevron-left pr1"></i> Back to Other AMA Services</a>
10
+ </div>
11
+ <div class="top-bar-right">
12
+ <ul class="menu" data-responsive-menu="drilldown medium-dropdown">
13
+ <%= navigation.notification_icon %>
14
+ <li>
15
+ <a href="<%= Rails.configuration.amaabca_site %>/help" target="_blank">Help</a>
16
+ </li>
17
+ <li>
18
+ <a href="<%= Rails.configuration.amaabca_site %>/contact">Contact Us</a>
19
+ </li>
20
+ <%= navigation.account_toggle(self) %>
21
+ <%= navigation.top_nav %>
22
+ </ul>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <%= navigation.mobile_links %>
27
+ <%= navigation.notification_sidebar %>
28
+ <div class="javascript_errors error_notification" hidden></div>
29
+ <noscript>
30
+ <div class="mt1 large-12 columns text-center error_notification">
31
+ <h2 class="mt1">There seems to be an issue with your browser.</h2>
32
+ <h5>Javascript is disabled in your web browser.</h5>
33
+ <div class='fieldset text-center small mb1 block'>
34
+ For full functionality of this site it is necessary to enable JavaScript. Here are the <a href="http://www.enable-javascript.com/" target="_blank"> instructions how to enable JavaScript in your web browser</a>
35
+ </div>
36
+ </div>
37
+ </noscript>
@@ -0,0 +1,3 @@
1
+ <ul class="side-nav__child-list">
2
+ <%= render partial: "ama_layout/sub_nav_item", collection: sub_nav, as: :nav_item %>
3
+ </ul>
@@ -0,0 +1,3 @@
1
+ <li class="side-nav__child-item">
2
+ <%= link_to nav_item.text, nav_item.link, class: "side-nav__child-link #{nav_item.active_class}" %>
3
+ </li>
@@ -0,0 +1,5 @@
1
+ <div class="row">
2
+ <div class="large-12">
3
+ <div class="success_notification"><span><%= message.html_safe %></span></div>
4
+ </div>
5
+ </div>
@@ -0,0 +1,16 @@
1
+ <li class="has-submenu">
2
+ <%= link_to navigation.display_name_text, '#', class: 'link--no-underline' %>
3
+ <ul class="submenu menu vertical">
4
+ <li class="bold">
5
+ <%= link_to 'Account Settings', "#{Rails.configuration.gatekeeper_site}/account_settings" %>
6
+ </li>
7
+ <li class="small-text">
8
+ <%= link_to 'Change Email/Password', "#{Rails.configuration.gatekeeper_site}/user/edit" %>
9
+ </li>
10
+ <li class="small-text">
11
+ <%= link_to 'Email Subscriptions', "#{Rails.configuration.youraccount_site}/subscriptions" %>
12
+ </li>
13
+ <%= navigation.member_links %>
14
+ <%= navigation.sign_out_link %>
15
+ </ul>
16
+ </li>
@@ -0,0 +1,3 @@
1
+ <ul class="submenu menu vertical" data-submenu>
2
+ <%= render partial: "ama_layout/top_sub_nav_item", collection: sub_nav, as: :nav_item %>
3
+ </ul>
@@ -0,0 +1,3 @@
1
+ <li>
2
+ <%= link_to nav_item.text, nav_item.link %>
3
+ </li>
data/config.ru CHANGED
@@ -5,5 +5,5 @@ require "bundler"
5
5
 
6
6
  Bundler.require :default, :development
7
7
 
8
- Combustion.initialize! :all
8
+ Combustion.initialize!(:all)
9
9
  run Combustion::Application
@@ -1,5 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative '../../app/helpers/ama_layout_partial_helper'
4
+
1
5
  module AmaLayout
2
6
  class AmaLayoutView < ActionView::Base
7
+ include AmaLayoutPartialHelper
8
+
3
9
  attr_accessor :view_data
4
10
 
5
11
  def initialize(args)
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module AmaLayout
2
4
  module Agent
3
5
  class NavigationDecorator
@@ -14,19 +16,19 @@ module AmaLayout
14
16
  def sign_out_link
15
17
  return '' unless user
16
18
 
17
- h.render partial: 'ama_layout/sign_out_link'
19
+ h.render partial: ama_layout_partial('sign_out_link')
18
20
  end
19
21
 
20
22
  def top_nav
21
23
  return '' unless user
22
24
 
23
- h.render partial: 'ama_layout/agent/top_nav', locals: { navigation: self }
25
+ h.render partial: ama_layout_partial('agent/top_nav'), locals: { navigation: self }
24
26
  end
25
27
 
26
28
  def sidebar
27
29
  return '' unless user
28
30
 
29
- h.render partial: 'ama_layout/sidebar', locals: { navigation: self }
31
+ h.render partial: ('sidebar'), locals: { navigation: self }
30
32
  end
31
33
 
32
34
  def cash_drawer_name
@@ -15,25 +15,25 @@ module AmaLayout
15
15
  def sign_out_link
16
16
  return '' unless user
17
17
 
18
- h.render partial: 'ama_layout/sign_out_link'
18
+ h.render partial: ama_layout_partial('sign_out_link')
19
19
  end
20
20
 
21
21
  def member_links
22
22
  return '' unless user && %w[member member_renewal member_outstanding_balance].include?(user.try(:menu_key))
23
23
 
24
- h.render partial: 'ama_layout/member_links'
24
+ h.render partial: ama_layout_partial('member_links')
25
25
  end
26
26
 
27
27
  def top_nav
28
28
  return '' unless user
29
29
 
30
- h.render partial: 'ama_layout/top_nav', locals: { navigation: self }
30
+ h.render partial: ama_layout_partial('top_nav'), locals: { navigation: self }
31
31
  end
32
32
 
33
33
  def sidebar
34
34
  return '' if items.none?
35
35
 
36
- h.render partial: 'ama_layout/sidebar', locals: { navigation: self }
36
+ h.render partial: ama_layout_partial('sidebar'), locals: { navigation: self }
37
37
  end
38
38
 
39
39
  def name_or_email
@@ -47,19 +47,19 @@ module AmaLayout
47
47
  def notification_icon
48
48
  return '' unless user
49
49
 
50
- h.render 'ama_layout/notification_icon', navigation: self
50
+ h.render ama_layout_partial('notification_icon'), navigation: self
51
51
  end
52
52
 
53
53
  def mobile_notification_icon
54
54
  return '' unless user
55
55
 
56
- h.render 'ama_layout/mobile_notification_icon', navigation: self
56
+ h.render ama_layout_partial('mobile_notification_icon'), navigation: self
57
57
  end
58
58
 
59
59
  def mobile_links
60
60
  return '' if user
61
61
 
62
- h.render 'ama_layout/mobile_links'
62
+ h.render ama_layout_partial('mobile_links')
63
63
  end
64
64
 
65
65
  def notification_badge
@@ -78,7 +78,7 @@ module AmaLayout
78
78
  def notification_sidebar
79
79
  return '' unless user
80
80
 
81
- h.render 'ama_layout/notification_sidebar', navigation: self, notifications: decorated_notifications
81
+ h.render ama_layout_partial('notification_sidebar'), navigation: self, notifications: decorated_notifications
82
82
  end
83
83
 
84
84
  def notifications_heading
@@ -1,8 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative '../../app/helpers/ama_layout_partial_helper'
4
+
1
5
  module AmaLayout
2
6
  module DraperReplacement
3
7
  extend ActiveSupport::Concern
4
8
 
5
9
  included do
10
+ include AmaLayoutPartialHelper
11
+
6
12
  attr_accessor :object, :controller
7
13
 
8
14
  def h(view_data = {})
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module AmaLayout
2
4
  class Moneris
3
5
  include ActiveModel::Model
@@ -9,7 +11,14 @@ module AmaLayout
9
11
  attr_accessor :textbox_style_file
10
12
 
11
13
  def textbox_style_file
12
- @textbox_style_file ||= File.join Gem.loaded_specs["ama_layout"].full_gem_path, "lib", "ama_layout", "moneris", "textbox.txt"
14
+ @textbox_style_file ||= File.join(
15
+ Gem.loaded_specs['ama_layout'].full_gem_path,
16
+ 'lib',
17
+ 'ama_layout',
18
+ 'moneris',
19
+ Rails.configuration.stylesheet_resolver.version,
20
+ 'textbox.txt'
21
+ )
13
22
  end
14
23
  end
15
24
  end
@@ -0,0 +1,62 @@
1
+ -webkit-appearance: none;
2
+ -webkit-box-shadow: none;
3
+ -webkit-rtl-ordering: logical;
4
+ -webkit-transition-delay: 0s, 0s;
5
+ -webkit-transition-duration: 0.45s, 0.45s;
6
+ -webkit-transition-property: box-shadow, border-color;
7
+ -webkit-transition-timing-function: ease, ease-in-out;
8
+ -webkit-user-select: text;
9
+ -webkit-writing-mode: horizontal-tb;
10
+ background-color: rgb(255, 255, 255);
11
+ border-bottom-color: rgb(160, 160, 161);
12
+ border-bottom-style: solid;
13
+ border-bottom-width: 2px;
14
+ border-image-outset: 0px;
15
+ border-image-repeat: stretch;
16
+ border-image-slice: 100%;
17
+ border-image-source: none;
18
+ border-image-width: 1;
19
+ border-left-color: rgb(160, 160, 161);
20
+ border-left-style: solid;
21
+ border-left-width: 2px;
22
+ border-right-color: rgb(160, 160, 161);
23
+ border-right-style: solid;
24
+ border-right-width: 2px;
25
+ border-top-color: rgb(160, 160, 161);
26
+ border-top-style: solid;
27
+ border-top-width: 2px;
28
+ box-shadow: none;
29
+ border-radius: 9px;
30
+ box-sizing: border-box;
31
+ color: rgba(0, 0, 0, 0.74902);
32
+ cursor: auto;
33
+ display: block;
34
+ font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
35
+ font-size: 18px;
36
+ font-style: normal;
37
+ font-variant: normal;
38
+ font-weight: normal;
39
+ height: 63px !important;
40
+ overflow: hidden;
41
+ letter-spacing: normal;
42
+ line-height: normal;
43
+ margin-bottom: 0px;
44
+ margin-left: 0px;
45
+ margin-right: 0px;
46
+ margin-top: 0px;
47
+ outline-color: rgb(36, 108, 169);
48
+ padding-bottom: 8px;
49
+ padding-left: 8px;
50
+ padding-right: 8px;
51
+ padding-top: 8px;
52
+ text-align: start;
53
+ text-indent: 0px;
54
+ text-shadow: none;
55
+ text-transform: none;
56
+ transition-delay: 0s, 0s;
57
+ transition-duration: 0.45s, 0.45s;
58
+ transition-property: box-shadow, border-color;
59
+ transition-timing-function: ease, ease-in-out;
60
+ width: 100%;
61
+ word-spacing: 0px;
62
+ writing-mode: lr-tb;
@@ -51,7 +51,7 @@ member:
51
51
  - text: "My Travel"
52
52
  link: "<%= Rails.configuration.travel_login_url %>"
53
53
  - text: "My Account Settings"
54
- link: "<%= Rails.configuration.gatekeeper_site %>/user/edit"
54
+ link: "<%= Rails.configuration.gatekeeper_site %>/account_settings"
55
55
  icon: "fa-cogs"
56
56
  sub_nav:
57
57
  - text: "Change Email/Password"
@@ -136,7 +136,7 @@ member-in-renewal:
136
136
  - text: "My Travel"
137
137
  link: "<%= Rails.configuration.travel_login_url %>"
138
138
  - text: "My Account Settings"
139
- link: "<%= Rails.configuration.gatekeeper_site %>/user/edit"
139
+ link: "<%= Rails.configuration.gatekeeper_site %>/account_settings"
140
140
  icon: "fa-cogs"
141
141
  sub_nav:
142
142
  - text: "Change Email/Password"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AmaLayout
4
- VERSION = '10.1.0'
4
+ VERSION = '11.3.1'
5
5
  end
@@ -14,7 +14,7 @@ describe AmaLayout::MonerisDecorator, type: :decorator do
14
14
  expect(moneris_presenter.textbox).to include "-webkit-user-select: text;"
15
15
  expect(moneris_presenter.textbox).to include "-webkit-writing-mode: horizontal-tb;"
16
16
  expect(moneris_presenter.textbox).to include "background-color: rgb(255, 255, 255);"
17
- expect(moneris_presenter.textbox).to include "border-bottom-color: rgb(229, 229, 229);"
17
+ expect(moneris_presenter.textbox).to include "border-bottom-color: rgb(160, 160, 161);"
18
18
  expect(moneris_presenter.textbox).to include "border-bottom-style: solid;"
19
19
  expect(moneris_presenter.textbox).to include "border-bottom-width: 2px;"
20
20
  expect(moneris_presenter.textbox).to include "border-image-outset: 0px;"
@@ -22,13 +22,13 @@ describe AmaLayout::MonerisDecorator, type: :decorator do
22
22
  expect(moneris_presenter.textbox).to include "border-image-slice: 100%;"
23
23
  expect(moneris_presenter.textbox).to include "border-image-source: none;"
24
24
  expect(moneris_presenter.textbox).to include "border-image-width: 1;"
25
- expect(moneris_presenter.textbox).to include "border-left-color: rgb(229, 229, 229);"
25
+ expect(moneris_presenter.textbox).to include "border-left-color: rgb(160, 160, 161)"
26
26
  expect(moneris_presenter.textbox).to include "border-left-style: solid;"
27
27
  expect(moneris_presenter.textbox).to include "border-left-width: 2px;"
28
- expect(moneris_presenter.textbox).to include "border-right-color: rgb(229, 229, 229);"
28
+ expect(moneris_presenter.textbox).to include "border-right-color: rgb(160, 160, 161)"
29
29
  expect(moneris_presenter.textbox).to include "border-right-style: solid;"
30
30
  expect(moneris_presenter.textbox).to include "border-right-width: 2px;"
31
- expect(moneris_presenter.textbox).to include "border-top-color: rgb(229, 229, 229);"
31
+ expect(moneris_presenter.textbox).to include "border-top-color: rgb(160, 160, 161)"
32
32
  expect(moneris_presenter.textbox).to include "border-top-style: solid;"
33
33
  expect(moneris_presenter.textbox).to include "border-top-width: 2px;"
34
34
  expect(moneris_presenter.textbox).to include "box-shadow: none;"
@@ -36,16 +36,19 @@ describe AmaLayout::MonerisDecorator, type: :decorator do
36
36
  expect(moneris_presenter.textbox).to include "color: rgba(0, 0, 0, 0.74902);"
37
37
  expect(moneris_presenter.textbox).to include "cursor: auto;"
38
38
  expect(moneris_presenter.textbox).to include "display: block;"
39
- expect(moneris_presenter.textbox).to include "font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;font-size: 14px;"
40
- expect(moneris_presenter.textbox).to include "font-style: normal;font-variant: normal;"
39
+ expect(moneris_presenter.textbox).to include "font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;"
40
+ expect(moneris_presenter.textbox).to include "font-size: 18px;"
41
+ expect(moneris_presenter.textbox).to include "font-style: normal;"
42
+ expect(moneris_presenter.textbox).to include "font-variant: normal;"
41
43
  expect(moneris_presenter.textbox).to include "font-weight: normal;"
42
- expect(moneris_presenter.textbox).to include "height: 44px;"
44
+ expect(moneris_presenter.textbox).to include "height: 63px !important;"
43
45
  expect(moneris_presenter.textbox).to include "letter-spacing: normal;"
44
46
  expect(moneris_presenter.textbox).to include "line-height: normal;"
45
47
  expect(moneris_presenter.textbox).to include "margin-bottom: 0px;"
46
48
  expect(moneris_presenter.textbox).to include "margin-left: 0px;"
47
49
  expect(moneris_presenter.textbox).to include "margin-right: 0px;"
48
50
  expect(moneris_presenter.textbox).to include "margin-top: 0px;"
51
+ expect(moneris_presenter.textbox).to include "outline-color: rgb(36, 108, 169);"
49
52
  expect(moneris_presenter.textbox).to include "padding-bottom: 8px;"
50
53
  expect(moneris_presenter.textbox).to include "padding-left: 8px;"
51
54
  expect(moneris_presenter.textbox).to include "padding-right: 8px;"