govuk_publishing_components 23.7.3 → 23.7.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: 4a170790240f4967c7bd50f70aadd5d681827a5404aa89118fc31ba8e31172c1
|
|
4
|
+
data.tar.gz: 3c1cc8d6330980e3fb50eec03589fadfd25fdec08dffd71f3f3eaa2243c151af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a52e2d1c9970312f01e2f29a639639d39ab66e50bfd525c85454c037553f3df6817aad71c7ad8854de9d67d865f775944fe2f3ce02e99aa354c42adc573a3cdf
|
|
7
|
+
data.tar.gz: 49bbfff1576f9bff66c07908e5564e20efad8ee0e5a635b07cd06494e4962f8203c1f028bf49ba3e4499297cf143f40c8c29ec314208c000559a98dd90c31dd6
|
data/README.md
CHANGED
|
@@ -22,6 +22,7 @@ Components should be added to this gem if they are required in more than one app
|
|
|
22
22
|
- [Run the component guide](/docs/run-component-guide.md)
|
|
23
23
|
- [Move a component from an application to the gem](/docs/moving-components-upstream-into-this-gem.md)
|
|
24
24
|
- [Publish/release a new version of the gem](/docs/publishing-to-rubygems.md)
|
|
25
|
+
- [Keep this gem in sync with the Design System](/docs/upgrade-govuk-frontend.md)
|
|
25
26
|
|
|
26
27
|
## Architecture / structure
|
|
27
28
|
|
|
@@ -39,13 +40,13 @@ There are 2 types of helper classes in this app:
|
|
|
39
40
|
GOV.UK Publishing Components also makes [GOV.UK Design System](https://design-system.service.gov.uk/) styles and components available to GOV.UK's frontend applications. This gem consumes [GOV.UK Frontend](https://github.com/alphagov/govuk-frontend) via [Yarn](https://classic.yarnpkg.com/).
|
|
40
41
|
|
|
41
42
|
## Browser and assistive technology support
|
|
43
|
+
|
|
42
44
|
GOV.UK Publishing Components shares the same standards in terms of browser and assistive technology support with [GOV.UK Frontend](https://github.com/alphagov/govuk-frontend#browser-and-assistive-technology-support).
|
|
43
45
|
|
|
44
46
|
## Documentation
|
|
45
47
|
|
|
46
48
|
[See the rubydoc.info documentation](http://www.rubydoc.info/gems/govuk_publishing_components)
|
|
47
49
|
|
|
48
|
-
|
|
49
50
|
## Working locally
|
|
50
51
|
|
|
51
52
|
### Install dependencies
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
@for $i from 1 through 30 {
|
|
14
14
|
&:nth-child(#{$i}) {
|
|
15
|
-
background-image: url("data:image/svg+xml
|
|
15
|
+
background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 250' preserveAspectRatio='xMinYMin meet'%3E%3Cg%3E%3Ccircle r='50%25' cx='50%25' cy='50%25' class='circle-back'%3E%3C/circle%3E%3Ctext x='50%25' y='50%25' text-anchor='middle' dy='0.3em' font-family='nta,arial,sans-serif' font-size='8rem' fill='%23ffffff'%3E#{$i}%3C/text%3E%3C/g%3E%3C/svg%3E ");
|
|
16
16
|
background-repeat: no-repeat;
|
|
17
|
-
background-position:
|
|
18
|
-
background-size:
|
|
17
|
+
background-position: .2em .7em;
|
|
18
|
+
background-size: 1.4em 1.4em;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_publishing_components
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 23.7.
|
|
4
|
+
version: 23.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_app_config
|