govuk_fe_assets 0.1.0.pre.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (250) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +12 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +5 -0
  5. data/Gemfile +4 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +39 -0
  8. data/Rakefile +6 -0
  9. data/govuk_fe_assets.gemspec +26 -0
  10. data/lib/govuk_fe_assets.rb +5 -0
  11. data/lib/govuk_fe_assets/version.rb +3 -0
  12. data/node_modules/govuk-frontend/README.md +96 -0
  13. data/node_modules/govuk-frontend/all-ie8.scss +6 -0
  14. data/node_modules/govuk-frontend/all.js +1720 -0
  15. data/node_modules/govuk-frontend/all.scss +11 -0
  16. data/node_modules/govuk-frontend/assets/fonts/bold-a2452cb66f-v1.woff2 +0 -0
  17. data/node_modules/govuk-frontend/assets/fonts/bold-f38c792ac2-v1.woff +0 -0
  18. data/node_modules/govuk-frontend/assets/fonts/bold-fb2676462a-v1.eot +0 -0
  19. data/node_modules/govuk-frontend/assets/fonts/bold-tabular-357fdfbcc3-v1.eot +0 -0
  20. data/node_modules/govuk-frontend/assets/fonts/bold-tabular-784c21afb8-v1.woff +0 -0
  21. data/node_modules/govuk-frontend/assets/fonts/bold-tabular-b89238d840-v1.woff2 +0 -0
  22. data/node_modules/govuk-frontend/assets/fonts/light-2c037cf7e1-v1.eot +0 -0
  23. data/node_modules/govuk-frontend/assets/fonts/light-458f8ea81c-v1.woff +0 -0
  24. data/node_modules/govuk-frontend/assets/fonts/light-f38ad40456-v1.woff2 +0 -0
  25. data/node_modules/govuk-frontend/assets/fonts/light-tabular-498ea8ffe2-v1.eot +0 -0
  26. data/node_modules/govuk-frontend/assets/fonts/light-tabular-62cc6f0a28-v1.woff +0 -0
  27. data/node_modules/govuk-frontend/assets/fonts/light-tabular-851b10ccdd-v1.woff2 +0 -0
  28. data/node_modules/govuk-frontend/assets/images/favicon.ico +0 -0
  29. data/node_modules/govuk-frontend/assets/images/govuk-apple-touch-icon-152x152.png +0 -0
  30. data/node_modules/govuk-frontend/assets/images/govuk-apple-touch-icon-167x167.png +0 -0
  31. data/node_modules/govuk-frontend/assets/images/govuk-apple-touch-icon-180x180.png +0 -0
  32. data/node_modules/govuk-frontend/assets/images/govuk-apple-touch-icon.png +0 -0
  33. data/node_modules/govuk-frontend/assets/images/govuk-crest-2x.png +0 -0
  34. data/node_modules/govuk-frontend/assets/images/govuk-crest.png +0 -0
  35. data/node_modules/govuk-frontend/assets/images/govuk-logotype-crown.png +0 -0
  36. data/node_modules/govuk-frontend/assets/images/govuk-mask-icon.svg +7 -0
  37. data/node_modules/govuk-frontend/assets/images/govuk-opengraph-image.png +0 -0
  38. data/node_modules/govuk-frontend/assets/images/icon-arrow-left.png +0 -0
  39. data/node_modules/govuk-frontend/assets/images/icon-important.png +0 -0
  40. data/node_modules/govuk-frontend/assets/images/icon-pointer-2x.png +0 -0
  41. data/node_modules/govuk-frontend/assets/images/icon-pointer.png +0 -0
  42. data/node_modules/govuk-frontend/common.js +39 -0
  43. data/node_modules/govuk-frontend/components/_all.scss +26 -0
  44. data/node_modules/govuk-frontend/components/back-link/README.md +142 -0
  45. data/node_modules/govuk-frontend/components/back-link/_back-link.scss +54 -0
  46. data/node_modules/govuk-frontend/components/back-link/back-link.njk +3 -0
  47. data/node_modules/govuk-frontend/components/back-link/macro.njk +3 -0
  48. data/node_modules/govuk-frontend/components/back-link/template.njk +2 -0
  49. data/node_modules/govuk-frontend/components/breadcrumbs/README.md +335 -0
  50. data/node_modules/govuk-frontend/components/breadcrumbs/_breadcrumbs.scss +119 -0
  51. data/node_modules/govuk-frontend/components/breadcrumbs/breadcrumbs.njk +14 -0
  52. data/node_modules/govuk-frontend/components/breadcrumbs/macro.njk +3 -0
  53. data/node_modules/govuk-frontend/components/breadcrumbs/template.njk +13 -0
  54. data/node_modules/govuk-frontend/components/button/README.md +319 -0
  55. data/node_modules/govuk-frontend/components/button/_button.scss +185 -0
  56. data/node_modules/govuk-frontend/components/button/button.js +548 -0
  57. data/node_modules/govuk-frontend/components/button/button.njk +3 -0
  58. data/node_modules/govuk-frontend/components/button/macro.njk +3 -0
  59. data/node_modules/govuk-frontend/components/button/template.njk +35 -0
  60. data/node_modules/govuk-frontend/components/checkboxes/README.md +782 -0
  61. data/node_modules/govuk-frontend/components/checkboxes/_checkboxes.scss +151 -0
  62. data/node_modules/govuk-frontend/components/checkboxes/checkboxes.js +730 -0
  63. data/node_modules/govuk-frontend/components/checkboxes/checkboxes.njk +27 -0
  64. data/node_modules/govuk-frontend/components/checkboxes/macro.njk +3 -0
  65. data/node_modules/govuk-frontend/components/checkboxes/template.njk +86 -0
  66. data/node_modules/govuk-frontend/components/date-input/README.md +640 -0
  67. data/node_modules/govuk-frontend/components/date-input/_date-input.scss +35 -0
  68. data/node_modules/govuk-frontend/components/date-input/date-input.njk +23 -0
  69. data/node_modules/govuk-frontend/components/date-input/macro.njk +3 -0
  70. data/node_modules/govuk-frontend/components/date-input/template.njk +76 -0
  71. data/node_modules/govuk-frontend/components/details/README.md +237 -0
  72. data/node_modules/govuk-frontend/components/details/_details.scss +86 -0
  73. data/node_modules/govuk-frontend/components/details/details.js +836 -0
  74. data/node_modules/govuk-frontend/components/details/details.njk +7 -0
  75. data/node_modules/govuk-frontend/components/details/implementation.md +43 -0
  76. data/node_modules/govuk-frontend/components/details/macro.njk +3 -0
  77. data/node_modules/govuk-frontend/components/details/template.njk +10 -0
  78. data/node_modules/govuk-frontend/components/error-message/README.md +143 -0
  79. data/node_modules/govuk-frontend/components/error-message/_error-message.scss +15 -0
  80. data/node_modules/govuk-frontend/components/error-message/error-message.njk +7 -0
  81. data/node_modules/govuk-frontend/components/error-message/macro.njk +3 -0
  82. data/node_modules/govuk-frontend/components/error-message/template.njk +3 -0
  83. data/node_modules/govuk-frontend/components/error-summary/README.md +215 -0
  84. data/node_modules/govuk-frontend/components/error-summary/_error-summary.scss +68 -0
  85. data/node_modules/govuk-frontend/components/error-summary/error-summary.js +520 -0
  86. data/node_modules/govuk-frontend/components/error-summary/error-summary.njk +17 -0
  87. data/node_modules/govuk-frontend/components/error-summary/macro.njk +3 -0
  88. data/node_modules/govuk-frontend/components/error-summary/template.njk +25 -0
  89. data/node_modules/govuk-frontend/components/fieldset/README.md +213 -0
  90. data/node_modules/govuk-frontend/components/fieldset/_fieldset.scss +58 -0
  91. data/node_modules/govuk-frontend/components/fieldset/fieldset.njk +13 -0
  92. data/node_modules/govuk-frontend/components/fieldset/macro.njk +3 -0
  93. data/node_modules/govuk-frontend/components/fieldset/template.njk +17 -0
  94. data/node_modules/govuk-frontend/components/file-upload/README.md +332 -0
  95. data/node_modules/govuk-frontend/components/file-upload/_file-upload.scss +19 -0
  96. data/node_modules/govuk-frontend/components/file-upload/file-upload.njk +9 -0
  97. data/node_modules/govuk-frontend/components/file-upload/macro.njk +3 -0
  98. data/node_modules/govuk-frontend/components/file-upload/template.njk +42 -0
  99. data/node_modules/govuk-frontend/components/footer/README.md +284 -0
  100. data/node_modules/govuk-frontend/components/footer/_footer.scss +216 -0
  101. data/node_modules/govuk-frontend/components/footer/footer.njk +3 -0
  102. data/node_modules/govuk-frontend/components/footer/macro.njk +3 -0
  103. data/node_modules/govuk-frontend/components/footer/template.njk +80 -0
  104. data/node_modules/govuk-frontend/components/header/README.md +524 -0
  105. data/node_modules/govuk-frontend/components/header/_header.scss +285 -0
  106. data/node_modules/govuk-frontend/components/header/header.js +717 -0
  107. data/node_modules/govuk-frontend/components/header/header.njk +3 -0
  108. data/node_modules/govuk-frontend/components/header/macro.njk +3 -0
  109. data/node_modules/govuk-frontend/components/header/template.njk +82 -0
  110. data/node_modules/govuk-frontend/components/hint/README.md +157 -0
  111. data/node_modules/govuk-frontend/components/hint/_hint.scss +29 -0
  112. data/node_modules/govuk-frontend/components/hint/hint.njk +7 -0
  113. data/node_modules/govuk-frontend/components/hint/macro.njk +3 -0
  114. data/node_modules/govuk-frontend/components/hint/template.njk +4 -0
  115. data/node_modules/govuk-frontend/components/input/README.md +416 -0
  116. data/node_modules/govuk-frontend/components/input/_input.scss +62 -0
  117. data/node_modules/govuk-frontend/components/input/input.njk +9 -0
  118. data/node_modules/govuk-frontend/components/input/macro.njk +3 -0
  119. data/node_modules/govuk-frontend/components/input/template.njk +42 -0
  120. data/node_modules/govuk-frontend/components/inset-text/README.md +157 -0
  121. data/node_modules/govuk-frontend/components/inset-text/_inset-text.scss +28 -0
  122. data/node_modules/govuk-frontend/components/inset-text/inset-text.njk +7 -0
  123. data/node_modules/govuk-frontend/components/inset-text/macro.njk +3 -0
  124. data/node_modules/govuk-frontend/components/inset-text/template.njk +4 -0
  125. data/node_modules/govuk-frontend/components/label/README.md +193 -0
  126. data/node_modules/govuk-frontend/components/label/_label.scss +45 -0
  127. data/node_modules/govuk-frontend/components/label/label.njk +6 -0
  128. data/node_modules/govuk-frontend/components/label/macro.njk +3 -0
  129. data/node_modules/govuk-frontend/components/label/template.njk +15 -0
  130. data/node_modules/govuk-frontend/components/panel/README.md +151 -0
  131. data/node_modules/govuk-frontend/components/panel/_panel.scss +42 -0
  132. data/node_modules/govuk-frontend/components/panel/macro.njk +3 -0
  133. data/node_modules/govuk-frontend/components/panel/panel.njk +7 -0
  134. data/node_modules/govuk-frontend/components/panel/template.njk +12 -0
  135. data/node_modules/govuk-frontend/components/phase-banner/README.md +152 -0
  136. data/node_modules/govuk-frontend/components/phase-banner/_phase-banner.scss +31 -0
  137. data/node_modules/govuk-frontend/components/phase-banner/macro.njk +3 -0
  138. data/node_modules/govuk-frontend/components/phase-banner/phase-banner.njk +7 -0
  139. data/node_modules/govuk-frontend/components/phase-banner/template.njk +17 -0
  140. data/node_modules/govuk-frontend/components/radios/README.md +686 -0
  141. data/node_modules/govuk-frontend/components/radios/_radios.scss +157 -0
  142. data/node_modules/govuk-frontend/components/radios/macro.njk +3 -0
  143. data/node_modules/govuk-frontend/components/radios/radios.js +730 -0
  144. data/node_modules/govuk-frontend/components/radios/radios.njk +27 -0
  145. data/node_modules/govuk-frontend/components/radios/template.njk +85 -0
  146. data/node_modules/govuk-frontend/components/select/README.md +387 -0
  147. data/node_modules/govuk-frontend/components/select/_select.scss +35 -0
  148. data/node_modules/govuk-frontend/components/select/macro.njk +3 -0
  149. data/node_modules/govuk-frontend/components/select/select.njk +24 -0
  150. data/node_modules/govuk-frontend/components/select/template.njk +44 -0
  151. data/node_modules/govuk-frontend/components/skip-link/README.md +142 -0
  152. data/node_modules/govuk-frontend/components/skip-link/_skip-link.scss +15 -0
  153. data/node_modules/govuk-frontend/components/skip-link/macro.njk +3 -0
  154. data/node_modules/govuk-frontend/components/skip-link/skip-link.njk +3 -0
  155. data/node_modules/govuk-frontend/components/skip-link/template.njk +3 -0
  156. data/node_modules/govuk-frontend/components/table/README.md +585 -0
  157. data/node_modules/govuk-frontend/components/table/_table.scss +50 -0
  158. data/node_modules/govuk-frontend/components/table/macro.njk +3 -0
  159. data/node_modules/govuk-frontend/components/table/table.njk +45 -0
  160. data/node_modules/govuk-frontend/components/table/template.njk +39 -0
  161. data/node_modules/govuk-frontend/components/tabs/README.md +375 -0
  162. data/node_modules/govuk-frontend/components/tabs/_tabs.scss +120 -0
  163. data/node_modules/govuk-frontend/components/tabs/macro.njk +3 -0
  164. data/node_modules/govuk-frontend/components/tabs/tabs.js +1302 -0
  165. data/node_modules/govuk-frontend/components/tabs/tabs.njk +3 -0
  166. data/node_modules/govuk-frontend/components/tabs/template.njk +29 -0
  167. data/node_modules/govuk-frontend/components/tag/README.md +150 -0
  168. data/node_modules/govuk-frontend/components/tag/_tag.scss +23 -0
  169. data/node_modules/govuk-frontend/components/tag/macro.njk +3 -0
  170. data/node_modules/govuk-frontend/components/tag/tag.njk +7 -0
  171. data/node_modules/govuk-frontend/components/tag/template.njk +3 -0
  172. data/node_modules/govuk-frontend/components/textarea/README.md +350 -0
  173. data/node_modules/govuk-frontend/components/textarea/_textarea.scss +31 -0
  174. data/node_modules/govuk-frontend/components/textarea/macro.njk +3 -0
  175. data/node_modules/govuk-frontend/components/textarea/template.njk +41 -0
  176. data/node_modules/govuk-frontend/components/textarea/textarea.njk +11 -0
  177. data/node_modules/govuk-frontend/components/warning-text/README.md +148 -0
  178. data/node_modules/govuk-frontend/components/warning-text/_warning-text.scss +50 -0
  179. data/node_modules/govuk-frontend/components/warning-text/macro.njk +3 -0
  180. data/node_modules/govuk-frontend/components/warning-text/template.njk +9 -0
  181. data/node_modules/govuk-frontend/components/warning-text/warning-text.njk +9 -0
  182. data/node_modules/govuk-frontend/core/_all.scss +6 -0
  183. data/node_modules/govuk-frontend/core/_global-styles.scss +19 -0
  184. data/node_modules/govuk-frontend/core/_links.scss +40 -0
  185. data/node_modules/govuk-frontend/core/_lists.scss +63 -0
  186. data/node_modules/govuk-frontend/core/_section-break.scss +56 -0
  187. data/node_modules/govuk-frontend/core/_template.scss +16 -0
  188. data/node_modules/govuk-frontend/core/_typography.scss +186 -0
  189. data/node_modules/govuk-frontend/helpers/_all.scss +12 -0
  190. data/node_modules/govuk-frontend/helpers/_clearfix.scss +15 -0
  191. data/node_modules/govuk-frontend/helpers/_colour.scss +51 -0
  192. data/node_modules/govuk-frontend/helpers/_device-pixels.scss +38 -0
  193. data/node_modules/govuk-frontend/helpers/_focusable.scss +34 -0
  194. data/node_modules/govuk-frontend/helpers/_font-faces.scss +67 -0
  195. data/node_modules/govuk-frontend/helpers/_grid.scss +100 -0
  196. data/node_modules/govuk-frontend/helpers/_links.scss +149 -0
  197. data/node_modules/govuk-frontend/helpers/_media-queries.scss +95 -0
  198. data/node_modules/govuk-frontend/helpers/_shape-arrow.scss +80 -0
  199. data/node_modules/govuk-frontend/helpers/_spacing.scss +152 -0
  200. data/node_modules/govuk-frontend/helpers/_typography.scss +153 -0
  201. data/node_modules/govuk-frontend/helpers/_visually-hidden.scss +76 -0
  202. data/node_modules/govuk-frontend/objects/_all.scss +4 -0
  203. data/node_modules/govuk-frontend/objects/_form-group.scss +21 -0
  204. data/node_modules/govuk-frontend/objects/_grid.scss +10 -0
  205. data/node_modules/govuk-frontend/objects/_main-wrapper.scss +37 -0
  206. data/node_modules/govuk-frontend/objects/_width-container.scss +28 -0
  207. data/node_modules/govuk-frontend/overrides/_all.scss +4 -0
  208. data/node_modules/govuk-frontend/overrides/_display.scss +14 -0
  209. data/node_modules/govuk-frontend/overrides/_spacing.scss +58 -0
  210. data/node_modules/govuk-frontend/overrides/_typography.scss +21 -0
  211. data/node_modules/govuk-frontend/overrides/_width.scss +41 -0
  212. data/node_modules/govuk-frontend/package.json +50 -0
  213. data/node_modules/govuk-frontend/settings/_all.scss +21 -0
  214. data/node_modules/govuk-frontend/settings/_assets.scss +82 -0
  215. data/node_modules/govuk-frontend/settings/_colours-applied.scss +130 -0
  216. data/node_modules/govuk-frontend/settings/_colours-organisations.scss +136 -0
  217. data/node_modules/govuk-frontend/settings/_colours-palette.scss +37 -0
  218. data/node_modules/govuk-frontend/settings/_compatibility.scss +51 -0
  219. data/node_modules/govuk-frontend/settings/_global-styles.scss +13 -0
  220. data/node_modules/govuk-frontend/settings/_ie8.scss +18 -0
  221. data/node_modules/govuk-frontend/settings/_measurements.scss +85 -0
  222. data/node_modules/govuk-frontend/settings/_media-queries.scss +23 -0
  223. data/node_modules/govuk-frontend/settings/_spacing.scss +80 -0
  224. data/node_modules/govuk-frontend/settings/_typography-font-families.scss +22 -0
  225. data/node_modules/govuk-frontend/settings/_typography-font.scss +48 -0
  226. data/node_modules/govuk-frontend/settings/_typography-responsive.scss +138 -0
  227. data/node_modules/govuk-frontend/template.njk +56 -0
  228. data/node_modules/govuk-frontend/tools/_all.scss +7 -0
  229. data/node_modules/govuk-frontend/tools/_compatibility.scss +36 -0
  230. data/node_modules/govuk-frontend/tools/_exports.scss +33 -0
  231. data/node_modules/govuk-frontend/tools/_font-url.scss +28 -0
  232. data/node_modules/govuk-frontend/tools/_ie8.scss +51 -0
  233. data/node_modules/govuk-frontend/tools/_iff.scss +15 -0
  234. data/node_modules/govuk-frontend/tools/_image-url.scss +28 -0
  235. data/node_modules/govuk-frontend/tools/_px-to-em.scss +20 -0
  236. data/node_modules/govuk-frontend/utilities/_all.scss +2 -0
  237. data/node_modules/govuk-frontend/utilities/_clearfix.scss +5 -0
  238. data/node_modules/govuk-frontend/utilities/_visually-hidden.scss +9 -0
  239. data/node_modules/govuk-frontend/vendor/_sass-mq.scss +351 -0
  240. data/node_modules/govuk-frontend/vendor/polyfills/DOMTokenList.js +272 -0
  241. data/node_modules/govuk-frontend/vendor/polyfills/Document.js +34 -0
  242. data/node_modules/govuk-frontend/vendor/polyfills/Element.js +147 -0
  243. data/node_modules/govuk-frontend/vendor/polyfills/Element/prototype/classList.js +449 -0
  244. data/node_modules/govuk-frontend/vendor/polyfills/Event.js +504 -0
  245. data/node_modules/govuk-frontend/vendor/polyfills/Function/prototype/bind.js +252 -0
  246. data/node_modules/govuk-frontend/vendor/polyfills/Object/defineProperty.js +94 -0
  247. data/node_modules/govuk-frontend/vendor/polyfills/Window.js +28 -0
  248. data/package-lock.json +10 -0
  249. data/package.json +5 -0
  250. metadata +334 -0
@@ -0,0 +1,119 @@
1
+ @import "../../settings/all";
2
+ @import "../../tools/all";
3
+ @import "../../helpers/all";
4
+
5
+ @include govuk-exports("govuk/component/breadcrumbs") {
6
+
7
+ // Size of chevron (excluding border)
8
+ $chevron-size: 7px;
9
+
10
+ // Size of chevron border
11
+ $chevron-border-width: 1px;
12
+
13
+ // Colour of chevron
14
+ $chevron-border-colour: $govuk-secondary-text-colour;
15
+
16
+ // Calculated altitude (△↕) of the right-angled isosceles chevron with sides
17
+ // of length 8 (7px + 1px border):
18
+ //
19
+ // √(8² + 8²) * 0.5 ≅ 5.655
20
+ $chevron-altitude-calculated: 5.655px;
21
+
22
+ .govuk-breadcrumbs {
23
+ @include govuk-font($size: 16);
24
+ @include govuk-text-colour;
25
+
26
+ margin-top: govuk-spacing(3);
27
+ margin-bottom: govuk-spacing(2);
28
+ }
29
+
30
+ .govuk-breadcrumbs__list {
31
+ @include govuk-clearfix;
32
+
33
+ margin: 0;
34
+ padding: 0;
35
+ list-style-type: none;
36
+ }
37
+
38
+ .govuk-breadcrumbs__list-item {
39
+
40
+ display: inline-block;
41
+ position: relative;
42
+
43
+ margin-bottom: govuk-spacing(1);
44
+
45
+ // Add both margin and padding such that the chevron appears centrally
46
+ // between each breadcrumb item
47
+ margin-left: govuk-spacing(2);
48
+ padding-left: govuk-spacing(2) + $chevron-altitude-calculated;
49
+
50
+ float: left;
51
+
52
+ // Create a chevron using a box with borders on two sides, rotated 45deg.
53
+ &:before {
54
+ content: "";
55
+ display: block;
56
+
57
+ position: absolute;
58
+
59
+ // Begin adjustments for font baseline offset
60
+ // These should be reverted when the font is updated with the correct
61
+ // baseline
62
+
63
+ // top: 0;
64
+ // bottom: 0;
65
+
66
+ top: -1px;
67
+ bottom: 1px;
68
+
69
+ // End adjustments for font baseline offset
70
+
71
+ // Offset by the difference between the width of the non-rotated square
72
+ // and its width when rotated
73
+ left: (($chevron-altitude-calculated * -2) + $chevron-size + $chevron-border-width);
74
+
75
+ width: $chevron-size;
76
+ height: $chevron-size;
77
+
78
+ margin: auto 0;
79
+
80
+ -webkit-transform: rotate(45deg);
81
+
82
+ -ms-transform: rotate(45deg);
83
+
84
+ transform: rotate(45deg);
85
+
86
+ border: solid;
87
+ border-width: $chevron-border-width $chevron-border-width 0 0;
88
+ border-color: $chevron-border-colour;
89
+
90
+ // Fall back to a greater than sign for IE8
91
+ @include govuk-if-ie8 {
92
+ content: "\003e"; // Greater than sign (>)
93
+ width: auto;
94
+ height: auto;
95
+ border: 0;
96
+ color: $chevron-border-colour;
97
+
98
+ // IE8 doesn't seem to like rendering pseudo-elements using @font-faces,
99
+ // so fall back to using another sans-serif font to render the chevron.
100
+ font-family: Arial, sans-serif;
101
+ }
102
+ }
103
+
104
+ &:first-child {
105
+ margin-left: 0;
106
+ padding-left: 0;
107
+
108
+ &:before {
109
+ content: none;
110
+ display: none;
111
+ }
112
+ }
113
+ }
114
+
115
+ .govuk-breadcrumbs__link {
116
+ @include govuk-link-common;
117
+ @include govuk-link-style-text;
118
+ }
119
+ }
@@ -0,0 +1,14 @@
1
+ {% from "breadcrumbs/macro.njk" import govukBreadcrumbs %}
2
+
3
+ {{ govukBreadcrumbs({
4
+ "items": [
5
+ {
6
+ "text": "Section 1",
7
+ "href": "/section"
8
+ },
9
+ {
10
+ "text": "Sub-section",
11
+ "href": "/section/sub-section"
12
+ }
13
+ ]
14
+ }) }}
@@ -0,0 +1,3 @@
1
+ {% macro govukBreadcrumbs(params) %}
2
+ {%- include "./template.njk" -%}
3
+ {% endmacro %}
@@ -0,0 +1,13 @@
1
+ <div class="govuk-breadcrumbs{%- if params.classes %} {{ params.classes }}{% endif %}"{% for attribute, value in params.attributes %} {{attribute}}="{{value}}"{% endfor %}>
2
+ <ol class="govuk-breadcrumbs__list">
3
+ {% for item in params.items %}
4
+ {% if item.href %}
5
+ <li class="govuk-breadcrumbs__list-item">
6
+ <a class="govuk-breadcrumbs__link" href="{{ item.href }}">{{ item.html | safe if item.html else item.text }}</a>
7
+ </li>
8
+ {% else %}
9
+ <li class="govuk-breadcrumbs__list-item" aria-current="page">{{ item.html | safe if item.html else item.text }}</li>
10
+ {% endif %}
11
+ {% endfor %}
12
+ </ol>
13
+ </div>
@@ -0,0 +1,319 @@
1
+ # Button
2
+
3
+ ## Introduction
4
+
5
+ A button is an element that allows users to carry out an action on a GOV.UK page. Common use cases include allowing a user to **Start** an application or **Save and continue** their progress. A button should have a short text snippet that describes what it will do.
6
+
7
+ ## Guidance
8
+
9
+ Find out when to use the Button component in your service in the [GOV.UK Design System](https://govuk-design-system-production.cloudapps.digital/components/button).
10
+
11
+ ## Quick start examples
12
+
13
+ Buttons are configured to perform an action and they can have a different look. For example, they can be disabled until a valid action has been performed by the user.
14
+
15
+ ### Component default
16
+
17
+ [Preview the button component](http://govuk-frontend-review.herokuapp.com/components/button/preview)
18
+
19
+ #### Markup
20
+
21
+ <button type="submit" class="govuk-button">
22
+ Save and continue
23
+ </button>
24
+
25
+ #### Macro
26
+
27
+ {% from 'button/macro.njk' import govukButton %}
28
+
29
+ {{ govukButton({
30
+ "text": "Save and continue"
31
+ }) }}
32
+
33
+ ### Button--disabled
34
+
35
+ [Preview the button--disabled example](http://govuk-frontend-review.herokuapp.com/components/button/disabled/preview)
36
+
37
+ #### Markup
38
+
39
+ <button type="submit" disabled="disabled" aria-disabled="true" class="govuk-button govuk-button--disabled">
40
+ Disabled button
41
+ </button>
42
+
43
+ #### Macro
44
+
45
+ {% from 'button/macro.njk' import govukButton %}
46
+
47
+ {{ govukButton({
48
+ "text": "Disabled button",
49
+ "disabled": true
50
+ }) }}
51
+
52
+ ### Button--link
53
+
54
+ [Preview the button--link example](http://govuk-frontend-review.herokuapp.com/components/button/link/preview)
55
+
56
+ #### Markup
57
+
58
+ <a href="/" role="button" class="govuk-button">
59
+ Link button
60
+ </a>
61
+
62
+ #### Macro
63
+
64
+ {% from 'button/macro.njk' import govukButton %}
65
+
66
+ {{ govukButton({
67
+ "text": "Link button",
68
+ "href": "/"
69
+ }) }}
70
+
71
+ ### Button--disabled-link
72
+
73
+ [Preview the button--disabled-link example](http://govuk-frontend-review.herokuapp.com/components/button/disabled-link/preview)
74
+
75
+ #### Markup
76
+
77
+ <a href="/" role="button" class="govuk-button govuk-button--disabled">
78
+ Disabled link button
79
+ </a>
80
+
81
+ #### Macro
82
+
83
+ {% from 'button/macro.njk' import govukButton %}
84
+
85
+ {{ govukButton({
86
+ "text": "Disabled link button",
87
+ "href": "/",
88
+ "disabled": true
89
+ }) }}
90
+
91
+ ### Button--start-link
92
+
93
+ [Preview the button--start-link example](http://govuk-frontend-review.herokuapp.com/components/button/start-link/preview)
94
+
95
+ #### Markup
96
+
97
+ <a href="/" role="button" class="govuk-button govuk-button--start">
98
+ Start now link button
99
+ </a>
100
+
101
+ #### Macro
102
+
103
+ {% from 'button/macro.njk' import govukButton %}
104
+
105
+ {{ govukButton({
106
+ "text": "Start now link button",
107
+ "href": "/",
108
+ "classes": "govuk-button--start"
109
+ }) }}
110
+
111
+ ### Button--explicit-input-button
112
+
113
+ [Preview the button--explicit-input-button example](http://govuk-frontend-review.herokuapp.com/components/button/explicit-input-button/preview)
114
+
115
+ #### Markup
116
+
117
+ <input value="Start now" name="start-now" type="submit" class="govuk-button">
118
+
119
+ #### Macro
120
+
121
+ {% from 'button/macro.njk' import govukButton %}
122
+
123
+ {{ govukButton({
124
+ "element": "input",
125
+ "name": "start-now",
126
+ "text": "Start now"
127
+ }) }}
128
+
129
+ ### Button--explicit-input-button-disabled
130
+
131
+ [Preview the button--explicit-input-button-disabled example](http://govuk-frontend-review.herokuapp.com/components/button/explicit-input-button-disabled/preview)
132
+
133
+ #### Markup
134
+
135
+ <input value="Explicit input button disabled" type="submit" disabled="disabled" aria-disabled="true" class="govuk-button govuk-button--disabled">
136
+
137
+ #### Macro
138
+
139
+ {% from 'button/macro.njk' import govukButton %}
140
+
141
+ {{ govukButton({
142
+ "element": "input",
143
+ "text": "Explicit input button disabled",
144
+ "disabled": true
145
+ }) }}
146
+
147
+ ## Requirements
148
+
149
+ ### Build tool configuration
150
+
151
+ When compiling the Sass files you'll need to define includePaths to reference the node_modules directory. Below is a sample configuration using gulp
152
+
153
+ .pipe(sass({
154
+ includePaths: 'node_modules/'
155
+ }))
156
+
157
+ ### Static asset path configuration
158
+
159
+ In order to include the images used in the components, you need to configure your app to show these assets. Below is a sample configuration using Express js:
160
+
161
+ app.use('/assets', express.static(path.join(__dirname, '/node_modules/govuk-frontend/assets')))
162
+
163
+ ## Component arguments
164
+
165
+ If you are using Nunjucks,then macros take the following arguments
166
+
167
+ **If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).**
168
+
169
+ <table class="govuk-table">
170
+
171
+ <thead class="govuk-table__head">
172
+
173
+ <tr class="govuk-table__row">
174
+
175
+ <th class="govuk-table__header" scope="col">Name</th>
176
+
177
+ <th class="govuk-table__header" scope="col">Type</th>
178
+
179
+ <th class="govuk-table__header" scope="col">Required</th>
180
+
181
+ <th class="govuk-table__header" scope="col">Description</th>
182
+
183
+ </tr>
184
+
185
+ </thead>
186
+
187
+ <tbody class="govuk-table__body">
188
+
189
+ <tr class="govuk-table__row">
190
+
191
+ <th class="govuk-table__header" scope="row">element</th>
192
+
193
+ <td class="govuk-table__cell ">string</td>
194
+
195
+ <td class="govuk-table__cell ">No</td>
196
+
197
+ <td class="govuk-table__cell ">Whether to use an `input`, `button` or `a` element to create the button. In most cases you will not need to set this as it will be configured automatically if you use `href` or `html`.</td>
198
+
199
+ </tr>
200
+
201
+ <tr class="govuk-table__row">
202
+
203
+ <th class="govuk-table__header" scope="row">text (or) html</th>
204
+
205
+ <td class="govuk-table__cell ">string</td>
206
+
207
+ <td class="govuk-table__cell ">Yes</td>
208
+
209
+ <td class="govuk-table__cell ">Text or HTML for the button or link. If `html` is provided, the `text` argument will be ignored and `element` will be automatically set to `button` unless `href` is also set, or it has already been defined. This argument has no effect if `element` is set to `input`.</td>
210
+
211
+ </tr>
212
+
213
+ <tr class="govuk-table__row">
214
+
215
+ <th class="govuk-table__header" scope="row">name</th>
216
+
217
+ <td class="govuk-table__cell ">string</td>
218
+
219
+ <td class="govuk-table__cell ">Yes</td>
220
+
221
+ <td class="govuk-table__cell ">Name for the `input` or `button`. This has no effect on `a` elements.</td>
222
+
223
+ </tr>
224
+
225
+ <tr class="govuk-table__row">
226
+
227
+ <th class="govuk-table__header" scope="row">type</th>
228
+
229
+ <td class="govuk-table__cell ">string</td>
230
+
231
+ <td class="govuk-table__cell ">Yes</td>
232
+
233
+ <td class="govuk-table__cell ">Type of `input` or `button` – `button`, `submit` or `reset`. Defaults to `submit`. This has no effect on `a` elements.</td>
234
+
235
+ </tr>
236
+
237
+ <tr class="govuk-table__row">
238
+
239
+ <th class="govuk-table__header" scope="row">value</th>
240
+
241
+ <td class="govuk-table__cell ">string</td>
242
+
243
+ <td class="govuk-table__cell ">Yes</td>
244
+
245
+ <td class="govuk-table__cell ">Value for the `button` tag. This has no effect on `a` or `input` elements.</td>
246
+
247
+ </tr>
248
+
249
+ <tr class="govuk-table__row">
250
+
251
+ <th class="govuk-table__header" scope="row">disabled</th>
252
+
253
+ <td class="govuk-table__cell ">boolean</td>
254
+
255
+ <td class="govuk-table__cell ">No</td>
256
+
257
+ <td class="govuk-table__cell ">Whether the button should be disabled. For button and input elements, `disabled` and `aria-disabled` attributes will be set automatically.</td>
258
+
259
+ </tr>
260
+
261
+ <tr class="govuk-table__row">
262
+
263
+ <th class="govuk-table__header" scope="row">href</th>
264
+
265
+ <td class="govuk-table__cell ">string</td>
266
+
267
+ <td class="govuk-table__cell ">No</td>
268
+
269
+ <td class="govuk-table__cell ">The URL that the button should link to. If this is set, `element` will be automatically set to `a` if it has not already been defined.</td>
270
+
271
+ </tr>
272
+
273
+ <tr class="govuk-table__row">
274
+
275
+ <th class="govuk-table__header" scope="row">classes</th>
276
+
277
+ <td class="govuk-table__cell ">string</td>
278
+
279
+ <td class="govuk-table__cell ">No</td>
280
+
281
+ <td class="govuk-table__cell ">Optional additional classes</td>
282
+
283
+ </tr>
284
+
285
+ <tr class="govuk-table__row">
286
+
287
+ <th class="govuk-table__header" scope="row">attributes</th>
288
+
289
+ <td class="govuk-table__cell ">object</td>
290
+
291
+ <td class="govuk-table__cell ">No</td>
292
+
293
+ <td class="govuk-table__cell ">Any extra HTML attributes (for example data attributes) to add to the button component.</td>
294
+
295
+ </tr>
296
+
297
+ </tbody>
298
+
299
+ </table>
300
+
301
+ **If you’re using Nunjucks macros in production be aware that using `html` arguments, or ones ending with `Html` can be a [security risk](https://en.wikipedia.org/wiki/Cross-site_scripting). More about it in the [Nunjucks documentation](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).**
302
+
303
+ ### Setting up Nunjucks views and paths
304
+
305
+ Below is an example setup using express configure views:
306
+
307
+ nunjucks.configure('node_modules/govuk-frontend/components', {
308
+ autoescape: true,
309
+ cache: false,
310
+ express: app
311
+ })
312
+
313
+ ## Contribution
314
+
315
+ Guidelines can be found at [on our Github repository.](https://github.com/alphagov/govuk-frontend/blob/master/CONTRIBUTING.md "link to contributing guidelines on our github repository")
316
+
317
+ ## License
318
+
319
+ MIT