ccs-frontend_helpers 0.1.0.rc.5 → 0.1.0.rc.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a55a4bfeb9cc7a9e04b377cbf7301abb8a04b2d511edcac62904176172d3428
4
- data.tar.gz: 7ea70e1f24ae9eb2f06c80e4518817fd5385b7088201649a79f6319a49fedf48
3
+ metadata.gz: aaa112154adb1f51f6f73c547435e8baa55efaa7cd03594c924fbfbb5dc1c129
4
+ data.tar.gz: b5b95d6f2fa932e36f8fcc959e7d4dd0724194dc9b90837782e29d7a8cbbf663
5
5
  SHA512:
6
- metadata.gz: d7715a11999cd33243acfbbcbfdea9a693648073179ad213b6e683217499605ee2ed3a863ab04d342f491dbc30edf2e6f74959e3a330d5bf7a4e2074b6b01a2c
7
- data.tar.gz: 73c73b191867565038823856ad02d15f4d418d2791cd2f77b0d706b70f820a80100775871d14520393f3e3f7ce88395d49fc9d90b998f4d6281d35c2f166c7e0
6
+ metadata.gz: ec420e82e441f685d7477e57e8dfb842d1ab5a2acfbceab52ac3a3b18ab8f488d3279f4353762f2813509da459cf74359e5b98f71188e1f4b8cf246bcdb81b90
7
+ data.tar.gz: 3f7fb4036b8a899ec0b27f07f3534df805c38e59ac2fd38b02166d673ca93e116d1a6c614b5cecfa82e3cac829b180500f18e3e3a180c8386b4e47f56eff2f74
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [0.1.0.rc.5] - 2023-04-18
1
+ ## [0.1.0.rc.6] - 2023-04-23
2
2
 
3
3
  Initial release of CCS Frontend Helpers.
4
4
  This release contains view helpers that are used to create GOV.UK and CCS components.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ccs-frontend_helpers (0.1.0.rc.5)
4
+ ccs-frontend_helpers (0.1.0.rc.6)
5
5
  rails (>= 6.0)
6
6
 
7
7
  GEM
@@ -52,10 +52,8 @@ module CCS
52
52
  concat(tag.h2(title_text, class: 'ccs-dashboard-section__heading govuk-heading-m'))
53
53
  concat(tag.hr(class: 'ccs-dashboard-section__heading-section-break govuk-section-break govuk-section-break--visible'))
54
54
  end
55
- concat(tag.div(class: 'ccs-dashboard-section__container') do
56
- tag.div(class: 'govuk-grid-row') do
57
- dashboard_section_panels.each { |dashboard_section_panel| concat(dashboard_section_panel.render) }
58
- end
55
+ concat(tag.div(class: 'govuk-grid-row ccs-dashboard-section__container') do
56
+ dashboard_section_panels.each { |dashboard_section_panel| concat(dashboard_section_panel.render) }
59
57
  end)
60
58
  end
61
59
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module CCS
4
4
  module FrontendHelpers
5
- VERSION = '0.1.0.rc.5'
5
+ VERSION = '0.1.0.rc.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ccs-frontend_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.rc.5
4
+ version: 0.1.0.rc.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - tim-s-ccs
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-18 00:00:00.000000000 Z
11
+ date: 2023-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails