govuk_frontend_toolkit 1.0.1 → 1.1.0
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.
- data/app/assets/README.md +1 -1
- data/app/assets/images/accordian-arrow-2x.png +0 -0
- data/app/assets/images/accordian-arrow.png +0 -0
- data/app/assets/images/arrow-sprite.png +0 -0
- data/app/assets/images/icon-calendar-2x.png +0 -0
- data/app/assets/images/icon-calendar.png +0 -0
- data/app/assets/images/icon-file-download-2x.png +0 -0
- data/app/assets/images/icon-file-download.png +0 -0
- data/app/assets/images/icon-important-2x.png +0 -0
- data/app/assets/images/icon-important.png +0 -0
- data/app/assets/images/icon-information-2x.png +0 -0
- data/app/assets/images/icon-information.png +0 -0
- data/app/assets/images/icon-locator-2x.png +0 -0
- data/app/assets/images/icon-locator.png +0 -0
- data/app/assets/images/icon-pointer-2x.png +0 -0
- data/app/assets/images/icon-pointer-black-2x.png +0 -0
- data/app/assets/images/icon-pointer-black.png +0 -0
- data/app/assets/images/icon-pointer-indexed.png +0 -0
- data/app/assets/images/icon-pointer.png +0 -0
- data/app/assets/images/icon-search-2x.png +0 -0
- data/app/assets/images/icon-search.png +0 -0
- data/lib/govuk_frontend_toolkit/version.rb +1 -1
- metadata +23 -3
data/app/assets/README.md
CHANGED
|
@@ -683,7 +683,7 @@ example:
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
You will also need to create your own initalizer to target the links you want
|
|
686
|
-
to turn into
|
|
686
|
+
to turn into videos. There are examples of how this works in the [Nomensa
|
|
687
687
|
Accesible Media Player][nomensa] repository.
|
|
688
688
|
|
|
689
689
|
[nomensa]: https://github.com/nomensa/Accessible-Media-Player/tree/master/example
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_frontend_toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -99,6 +99,9 @@ files:
|
|
|
99
99
|
- app/assets/Gruntfile.js
|
|
100
100
|
- app/assets/LICENCE
|
|
101
101
|
- app/assets/README.md
|
|
102
|
+
- app/assets/images/accordian-arrow-2x.png
|
|
103
|
+
- app/assets/images/accordian-arrow.png
|
|
104
|
+
- app/assets/images/arrow-sprite.png
|
|
102
105
|
- app/assets/images/crests/bis_crest_13px.png
|
|
103
106
|
- app/assets/images/crests/bis_crest_13px_x2.png
|
|
104
107
|
- app/assets/images/crests/bis_crest_18px.png
|
|
@@ -169,6 +172,23 @@ files:
|
|
|
169
172
|
- app/assets/images/external-links/external-link-black-12x12.png
|
|
170
173
|
- app/assets/images/external-links/external-link-black-24x24.png
|
|
171
174
|
- app/assets/images/external-links/external-link.png
|
|
175
|
+
- app/assets/images/icon-calendar-2x.png
|
|
176
|
+
- app/assets/images/icon-calendar.png
|
|
177
|
+
- app/assets/images/icon-file-download-2x.png
|
|
178
|
+
- app/assets/images/icon-file-download.png
|
|
179
|
+
- app/assets/images/icon-important-2x.png
|
|
180
|
+
- app/assets/images/icon-important.png
|
|
181
|
+
- app/assets/images/icon-information-2x.png
|
|
182
|
+
- app/assets/images/icon-information.png
|
|
183
|
+
- app/assets/images/icon-locator-2x.png
|
|
184
|
+
- app/assets/images/icon-locator.png
|
|
185
|
+
- app/assets/images/icon-pointer-2x.png
|
|
186
|
+
- app/assets/images/icon-pointer-black-2x.png
|
|
187
|
+
- app/assets/images/icon-pointer-black.png
|
|
188
|
+
- app/assets/images/icon-pointer-indexed.png
|
|
189
|
+
- app/assets/images/icon-pointer.png
|
|
190
|
+
- app/assets/images/icon-search-2x.png
|
|
191
|
+
- app/assets/images/icon-search.png
|
|
172
192
|
- app/assets/images/icon-steps/icon-step-1-2x.png
|
|
173
193
|
- app/assets/images/icon-steps/icon-step-1.png
|
|
174
194
|
- app/assets/images/icon-steps/icon-step-10-2x.png
|
|
@@ -244,7 +264,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
244
264
|
version: '0'
|
|
245
265
|
segments:
|
|
246
266
|
- 0
|
|
247
|
-
hash:
|
|
267
|
+
hash: 1729454393941465233
|
|
248
268
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
249
269
|
none: false
|
|
250
270
|
requirements:
|
|
@@ -253,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
253
273
|
version: '0'
|
|
254
274
|
segments:
|
|
255
275
|
- 0
|
|
256
|
-
hash:
|
|
276
|
+
hash: 1729454393941465233
|
|
257
277
|
requirements: []
|
|
258
278
|
rubyforge_project:
|
|
259
279
|
rubygems_version: 1.8.23
|