design_system 0.9.3 → 0.9.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a359136d71a28486c464e27e24c57fb3bdeac21c3d3b550d82bf1b7cff09529
|
|
4
|
+
data.tar.gz: f1b770136953288a267c53ca8e6e2daafbe20e6a8efe29060135b092bf796c91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc70b75ab6ab21221d8675f1e164fde0bf92c57af056f61f17c9b73f8a07964c1209ab4106d7c13a65a02a75884295b6eb28202f7065562506da68eea09b07d3
|
|
7
|
+
data.tar.gz: 4e14ca27801450640df043aedd2aeb9a84a730391fbe1535aa6b6dd1cf56520358f642dac7407a15ef0e577c41e15b9adad3b52ae7475560fb19264b4a86d39f
|
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
</div>
|
|
118
118
|
</header>
|
|
119
119
|
<div class="govuk-width-container">
|
|
120
|
-
<a href="#" class="govuk-back-link">Back</a>
|
|
121
120
|
<%= yield :breadcrumbs %>
|
|
122
121
|
<main class="govuk-main-wrapper" id="main-content">
|
|
123
122
|
<%= render :partial => 'layouts/alert_and_notice' %>
|
data/lib/design_system/engine.rb
CHANGED
|
@@ -23,5 +23,10 @@ module DesignSystem
|
|
|
23
23
|
root: DesignSystem::Engine.root.join('public')
|
|
24
24
|
)
|
|
25
25
|
end
|
|
26
|
+
|
|
27
|
+
# Load the Branded concern before each request (in development) or once (in production)
|
|
28
|
+
config.to_prepare do
|
|
29
|
+
require_dependency Engine.root.join('app/controllers/concerns/design_system/branded.rb').to_s
|
|
30
|
+
end
|
|
26
31
|
end
|
|
27
32
|
end
|
metadata
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: design_system
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Filis Liu
|
|
8
8
|
- Nick Robinson
|
|
9
9
|
- Shilpi Goel
|
|
10
10
|
- Tim Gentry
|
|
11
|
-
autorequire:
|
|
12
11
|
bindir: bin
|
|
13
12
|
cert_chain: []
|
|
14
|
-
date:
|
|
13
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
15
14
|
dependencies:
|
|
16
15
|
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: govuk_design_system_formbuilder
|
|
@@ -446,7 +445,7 @@ files:
|
|
|
446
445
|
- lib/tasks/design_system_tasks.rake
|
|
447
446
|
- lib/tasks/govuk.rake
|
|
448
447
|
- lib/tasks/nhsuk.rake
|
|
449
|
-
- public/design_system/static/design_system-0.9.
|
|
448
|
+
- public/design_system/static/design_system-0.9.4/design_system.js
|
|
450
449
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/bold-affa96571d-v2.woff
|
|
451
450
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/bold-b542beb274-v2.woff2
|
|
452
451
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/light-94a07e06a1-v2.woff2
|
|
@@ -511,7 +510,6 @@ metadata:
|
|
|
511
510
|
source_code_uri: https://github.com/HealthDataInsight/design_system
|
|
512
511
|
changelog_uri: https://github.com/HealthDataInsight/design_system/blob/main/CHANGELOG.md
|
|
513
512
|
rubygems_mfa_required: 'true'
|
|
514
|
-
post_install_message:
|
|
515
513
|
rdoc_options: []
|
|
516
514
|
require_paths:
|
|
517
515
|
- lib
|
|
@@ -526,8 +524,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
526
524
|
- !ruby/object:Gem::Version
|
|
527
525
|
version: '0'
|
|
528
526
|
requirements: []
|
|
529
|
-
rubygems_version: 3.
|
|
530
|
-
signing_key:
|
|
527
|
+
rubygems_version: 3.6.9
|
|
531
528
|
specification_version: 4
|
|
532
529
|
summary: Design System Engine for GOV.UK, NHS and other design systems
|
|
533
530
|
test_files: []
|
/data/public/design_system/static/{design_system-0.9.3 → design_system-0.9.4}/design_system.js
RENAMED
|
File without changes
|