recourse 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70e221d8d801766c3388a255088fcb140e2a0dcbc3eff2e7fcc51f3d6af890af
4
- data.tar.gz: eb4c01528a57ca202092d7d8d844e1adbe80838106395218da8e12d7778b7136
3
+ metadata.gz: 60194be6140d65a8864c22b460e7887350d353f4d1c57d678659c71bafbd142c
4
+ data.tar.gz: 7613666c954f8aedb3dd7798cd961a14c17f4518efa6a9fbd8cfebf5477a6b0b
5
5
  SHA512:
6
- metadata.gz: 6287e3d6fc903ef1d38ea249a14adc48798de63c9c0c36648f9b99ec2518bc34963bff6d5fda86e6b2c53bbb1bb7ffd9624d6c9ead518afc389d0aa4cb94e6a9
7
- data.tar.gz: 63e8cfe48fd2b8797ff986e67e98101db5a678daded480da04c31a1946c7184827b6a4e1cad78d48b64f7e8fc4e5bbe1028e2f9d790e1b32eb31ca8c3f930438
6
+ metadata.gz: 7e354bc6c67f848bd7155dcf9c01eeb07817d337681d2d1b1f42025059bc41aa4b52f536af5de504f12a271b85db7142a89d593afe7c8f345b4b77e40700f2dc
7
+ data.tar.gz: 51d1b0cc87aece205403feeeaf9f347b2f91840ca8bc55b0691ce3d074eca23c3d694e06baf5ccf5971fd1c202c1bcb0c982bcd4046e6805e0ded353941428eb
@@ -4,10 +4,12 @@ module NavigableHelper
4
4
  NAVIGATION_ICONS = {
5
5
  'Answers' => 'question-circle', 'Apps' => 'window', 'Assessments' => 'clipboard-check',
6
6
  'Bookings' => 'calendar-check', 'Brands' => 'buildings', 'Campaigns' => 'megaphone',
7
+ 'Contract' => 'file-earmark-check', 'CRM' => 'plugin',
7
8
  'Conversations' => 'chat-dots', 'Counties' => 'map', 'Episodes' => 'collection-play',
8
9
  'Evaluations' => 'speedometer2', 'Franchises' => 'shop', 'Home' => 'home',
9
10
  'Logout' => 'box-arrow-right', 'Markets' => 'pin-map', 'Offer questions' => 'gift',
10
- 'Optimizations' => 'sliders', 'Platforms' => 'plugin', 'Prompts' => 'terminal',
11
+ 'Optimizations' => 'sliders', 'Platforms' => 'plugin',
12
+ 'Profile' => 'person-circle', 'Prompts' => 'terminal',
11
13
  'Providers' => 'people-fill', 'Satisfaction questions' => 'emoji-smile', 'Searches' => 'search',
12
14
  'Settings' => 'gear', 'Specialties' => 'award', 'Specialty matches' => 'award',
13
15
  'Verticals' => 'bar-chart', 'ZIPs' => 'geo-alt-fill',
@@ -33,7 +33,7 @@ private
33
33
 
34
34
  def search_form_params(url:)
35
35
  {
36
- url: url, class: 'col-4 d-flex', role: 'search',
36
+ url: url, class: 'col-8 sm:col-6 md:col-4 d-flex pe-4', role: 'search',
37
37
  data: { turbo_frame: :results, turbo_action: :advance },
38
38
  }
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module Recourse
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recourse
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Baccigalupo