@benwatsonuk/govuk-pages-plugin 1.0.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.
- package/CHANGELOG.md +7 -0
- package/LICENCE.txt +21 -0
- package/README.md +192 -0
- package/dist/assets/images/arrow.svg +27 -0
- package/dist/assets/images/page-types/arrow-base.svg +13 -0
- package/dist/assets/images/page-types/arrow-head.svg +13 -0
- package/dist/assets/images/page-types/check-answers.svg +142 -0
- package/dist/assets/images/page-types/checkbox-input.svg +85 -0
- package/dist/assets/images/page-types/confirmation.svg +73 -0
- package/dist/assets/images/page-types/content-page.svg +84 -0
- package/dist/assets/images/page-types/email.svg +56 -0
- package/dist/assets/images/page-types/radio-input.svg +115 -0
- package/dist/assets/images/page-types/start-page.svg +101 -0
- package/dist/assets/images/page-types/task-list.svg +179 -0
- package/dist/assets/images/page-types/text-input.svg +65 -0
- package/dist/assets/javascripts/all.js +1 -0
- package/dist/assets/styles/all.scss +2 -0
- package/dist/assets/styles/scss/_pages.scss +169 -0
- package/dist/assets/styles/scss/_variables.scss +19 -0
- package/dist/functions/pages/getPages.js +9 -0
- package/dist/functions/stages/getStages.js +65 -0
- package/dist/index.js +39 -0
- package/dist/schema.json +89 -0
- package/dist/types.js +2 -0
- package/dist/validate.js +27 -0
- package/dist/views/page-index.html +34 -0
- package/dist/views/stage-index.html +41 -0
- package/govuk-prototype-kit.config.json +12 -0
- package/index.js +22 -0
- package/package.json +43 -0
- package/src/assets/images/arrow.svg +27 -0
- package/src/assets/images/page-types/arrow-base.svg +13 -0
- package/src/assets/images/page-types/arrow-head.svg +13 -0
- package/src/assets/images/page-types/check-answers.svg +142 -0
- package/src/assets/images/page-types/checkbox-input.svg +85 -0
- package/src/assets/images/page-types/confirmation.svg +73 -0
- package/src/assets/images/page-types/content-page.svg +84 -0
- package/src/assets/images/page-types/email.svg +56 -0
- package/src/assets/images/page-types/radio-input.svg +115 -0
- package/src/assets/images/page-types/start-page.svg +101 -0
- package/src/assets/images/page-types/task-list.svg +179 -0
- package/src/assets/images/page-types/text-input.svg +65 -0
- package/src/assets/javascripts/all.js +1 -0
- package/src/assets/styles/all.scss +2 -0
- package/src/assets/styles/scss/_pages.scss +169 -0
- package/src/assets/styles/scss/_variables.scss +19 -0
- package/src/functions/pages/getPages.ts +7 -0
- package/src/functions/stages/getStages.ts +78 -0
- package/src/index.ts +40 -0
- package/src/schema.json +89 -0
- package/src/types.ts +40 -0
- package/src/validate.ts +35 -0
- package/src/views/page-index.html +34 -0
- package/src/views/stage-index.html +41 -0
- package/test/data/outputs.ts +197 -0
- package/test/data/pages.ts +61 -0
- package/test/data/stages.ts +87 -0
- package/test/getPages.test.js +19 -0
- package/test/getStages.test.js +46 -0
- package/tsconfig.json +14 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="200px" height="160px" viewBox="0 0 200 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>Screen/Question page/Radio input</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<rect x="2" y="4" width="8.99672131" height="8" id="rect-1"></rect>
|
|
8
|
+
<circle id="path-2" cx="6" cy="6" r="6"></circle>
|
|
9
|
+
<circle id="path-4" cx="6" cy="6" r="4"></circle>
|
|
10
|
+
<circle id="path-6" cx="6" cy="6" r="6"></circle>
|
|
11
|
+
<circle id="path-8" cx="6" cy="6" r="4"></circle>
|
|
12
|
+
<circle id="path-10" cx="6" cy="6" r="6"></circle>
|
|
13
|
+
<circle id="path-12" cx="6" cy="6" r="4"></circle>
|
|
14
|
+
</defs>
|
|
15
|
+
<g id="Screen/Question-page/Radio-input" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
16
|
+
<g id="Question-page/Radio-input">
|
|
17
|
+
<g id="_Canvas/Browser">
|
|
18
|
+
<rect id="BG" fill="#FFFFFF" x="1" y="1" width="196" height="156"></rect>
|
|
19
|
+
<rect id="Top-Bar" fill="#F2F2F2" x="1" y="1" width="196" height="11"></rect>
|
|
20
|
+
<rect id="Divider" fill="#DEE0E2" x="1" y="11" width="196" height="1"></rect>
|
|
21
|
+
<path d="M7.96153846,8 C6.87821068,8 6,7.1045695 6,6 C6,4.8954305 6.87821068,4 7.96153846,4 C9.04486624,4 9.92307692,4.8954305 9.92307692,6 C9.92307692,7.1045695 9.04486624,8 7.96153846,8 Z M14.5,8 C13.4166722,8 12.5384615,7.1045695 12.5384615,6 C12.5384615,4.8954305 13.4166722,4 14.5,4 C15.5833278,4 16.4615385,4.8954305 16.4615385,6 C16.4615385,7.1045695 15.5833278,8 14.5,8 Z M21.0384615,8 C19.9551338,8 19.0769231,7.1045695 19.0769231,6 C19.0769231,4.8954305 19.9551338,4 21.0384615,4 C22.1217893,4 23,4.8954305 23,6 C23,7.1045695 22.1217893,8 21.0384615,8 Z" id="Combined-Shape" fill="#DEE0E2"></path>
|
|
22
|
+
<polygon id="BG_Border_Top_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="0 0 200 0 197 1 1 1"></polygon>
|
|
23
|
+
<polygon id="BG_Border_Right_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="200 0 200 160 197 157 197 1"></polygon>
|
|
24
|
+
<polygon id="BG_Border_Bottom_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="200 160 0 160 1 157 197 157"></polygon>
|
|
25
|
+
<polygon id="BG_Border_Left_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="0 160 0 0 1 1 1 157"></polygon>
|
|
26
|
+
</g>
|
|
27
|
+
<g id="Button/Primary" transform="translate(5.000000, 116.000000)" fill="#00823B">
|
|
28
|
+
<g id="Fill/$button-colour">
|
|
29
|
+
<rect id="Rectangle" x="0" y="0" width="32" height="8"></rect>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
<g id="Text/Heading/Large" transform="translate(5.000000, 44.000000)" fill="#0B0C0C">
|
|
33
|
+
<g id="Fill/$text-colour">
|
|
34
|
+
<rect id="Rectangle" x="0" y="0" width="120" height="12"></rect>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
<g id="Object/Header" transform="translate(3.000000, 12.000000)">
|
|
38
|
+
<g id="👑Crown">
|
|
39
|
+
<image x="2" y="4" width="8.99672131" height="8" xlink:href="data:image/png;base64,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"></image>
|
|
40
|
+
<use fill="#0B0C0C" fill-rule="evenodd" xlink:href="#rect-1"></use>
|
|
41
|
+
</g>
|
|
42
|
+
<text id="🖊️Global_Header_Text" font-family="Helvetica" font-size="8" font-weight="normal" fill="#0B0C0C">
|
|
43
|
+
<tspan x="13" y="11">GOV.UK</tspan>
|
|
44
|
+
</text>
|
|
45
|
+
<g id="Fill/$link-colour" transform="translate(2.000000, 15.000000)" fill="#005EA5" fill-rule="evenodd">
|
|
46
|
+
<rect id="Rectangle" x="0" y="0" width="188" height="1"></rect>
|
|
47
|
+
</g>
|
|
48
|
+
</g>
|
|
49
|
+
<g id="Question/Radio-input" transform="translate(5.000000, 64.000000)">
|
|
50
|
+
<g id="Form/Label" transform="translate(16.000000, 36.000000)" fill="#0B0C0C" fill-rule="evenodd">
|
|
51
|
+
<g id="Fill/$text-colour">
|
|
52
|
+
<rect id="Rectangle" x="0" y="0" width="80" height="4"></rect>
|
|
53
|
+
</g>
|
|
54
|
+
</g>
|
|
55
|
+
<g id="Form/Radio-input" transform="translate(0.000000, 32.000000)">
|
|
56
|
+
<mask id="mask-3" fill="white">
|
|
57
|
+
<use xlink:href="#path-2"></use>
|
|
58
|
+
</mask>
|
|
59
|
+
<g id="Mask"></g>
|
|
60
|
+
<g id="Fill/$black" mask="url(#mask-3)" fill="#0B0C0C" fill-rule="evenodd">
|
|
61
|
+
<rect id="Rectangle" x="0" y="0" width="12" height="12"></rect>
|
|
62
|
+
</g>
|
|
63
|
+
<mask id="mask-5" fill="white">
|
|
64
|
+
<use xlink:href="#path-4"></use>
|
|
65
|
+
</mask>
|
|
66
|
+
<g id="Mask"></g>
|
|
67
|
+
<rect id="Inside" fill="#FFFFFF" fill-rule="evenodd" mask="url(#mask-5)" x="2" y="2" width="8" height="8"></rect>
|
|
68
|
+
</g>
|
|
69
|
+
<g id="Form/Label" transform="translate(16.000000, 20.000000)" fill="#0B0C0C" fill-rule="evenodd">
|
|
70
|
+
<g id="Fill/$text-colour">
|
|
71
|
+
<rect id="Rectangle" x="0" y="0" width="80" height="4"></rect>
|
|
72
|
+
</g>
|
|
73
|
+
</g>
|
|
74
|
+
<g id="Form/Radio-input" transform="translate(0.000000, 16.000000)">
|
|
75
|
+
<mask id="mask-7" fill="white">
|
|
76
|
+
<use xlink:href="#path-6"></use>
|
|
77
|
+
</mask>
|
|
78
|
+
<g id="Mask"></g>
|
|
79
|
+
<g id="Fill/$black" mask="url(#mask-7)" fill="#0B0C0C" fill-rule="evenodd">
|
|
80
|
+
<rect id="Rectangle" x="0" y="0" width="12" height="12"></rect>
|
|
81
|
+
</g>
|
|
82
|
+
<mask id="mask-9" fill="white">
|
|
83
|
+
<use xlink:href="#path-8"></use>
|
|
84
|
+
</mask>
|
|
85
|
+
<g id="Mask"></g>
|
|
86
|
+
<rect id="Inside" fill="#FFFFFF" fill-rule="evenodd" mask="url(#mask-9)" x="2" y="2" width="8" height="8"></rect>
|
|
87
|
+
</g>
|
|
88
|
+
<g id="Form/Label" transform="translate(16.000000, 4.000000)" fill="#0B0C0C" fill-rule="evenodd">
|
|
89
|
+
<g id="Fill/$text-colour">
|
|
90
|
+
<rect id="Rectangle" x="0" y="0" width="80" height="4"></rect>
|
|
91
|
+
</g>
|
|
92
|
+
</g>
|
|
93
|
+
<g id="Form/Radio-input">
|
|
94
|
+
<mask id="mask-11" fill="white">
|
|
95
|
+
<use xlink:href="#path-10"></use>
|
|
96
|
+
</mask>
|
|
97
|
+
<g id="Mask"></g>
|
|
98
|
+
<g id="Fill/$black" mask="url(#mask-11)" fill="#0B0C0C" fill-rule="evenodd">
|
|
99
|
+
<rect id="Rectangle" x="0" y="0" width="12" height="12"></rect>
|
|
100
|
+
</g>
|
|
101
|
+
<mask id="mask-13" fill="white">
|
|
102
|
+
<use xlink:href="#path-12"></use>
|
|
103
|
+
</mask>
|
|
104
|
+
<g id="Mask"></g>
|
|
105
|
+
<rect id="Inside" fill="#FFFFFF" fill-rule="evenodd" mask="url(#mask-13)" x="2" y="2" width="8" height="8"></rect>
|
|
106
|
+
</g>
|
|
107
|
+
</g>
|
|
108
|
+
<g id="Object/Back" transform="translate(5.000000, 32.000000)" fill="#6F777B">
|
|
109
|
+
<g id="Fill/$secondary-text-colour">
|
|
110
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="2"></rect>
|
|
111
|
+
</g>
|
|
112
|
+
</g>
|
|
113
|
+
</g>
|
|
114
|
+
</g>
|
|
115
|
+
</svg>
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="200px" height="160px" viewBox="0 0 200 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>Start page</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<rect x="2" y="4" width="8.99672131" height="8" id="rect-1"></rect>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="Screen/Start-page">
|
|
11
|
+
<g id="Start-page">
|
|
12
|
+
<g id="_Canvas/Browser">
|
|
13
|
+
<rect id="BG" fill="#FFFFFF" x="1" y="1" width="196" height="156"></rect>
|
|
14
|
+
<rect id="Top-Bar" fill="#F2F2F2" x="1" y="1" width="196" height="11"></rect>
|
|
15
|
+
<rect id="Divider" fill="#DEE0E2" x="1" y="11" width="196" height="1"></rect>
|
|
16
|
+
<path d="M7.96153846,8 C6.87821068,8 6,7.1045695 6,6 C6,4.8954305 6.87821068,4 7.96153846,4 C9.04486624,4 9.92307692,4.8954305 9.92307692,6 C9.92307692,7.1045695 9.04486624,8 7.96153846,8 Z M14.5,8 C13.4166722,8 12.5384615,7.1045695 12.5384615,6 C12.5384615,4.8954305 13.4166722,4 14.5,4 C15.5833278,4 16.4615385,4.8954305 16.4615385,6 C16.4615385,7.1045695 15.5833278,8 14.5,8 Z M21.0384615,8 C19.9551338,8 19.0769231,7.1045695 19.0769231,6 C19.0769231,4.8954305 19.9551338,4 21.0384615,4 C22.1217893,4 23,4.8954305 23,6 C23,7.1045695 22.1217893,8 21.0384615,8 Z" id="Combined-Shape" fill="#DEE0E2"></path>
|
|
17
|
+
<polygon id="BG_Border_Top_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="0 0 200 0 197 1 1 1"></polygon>
|
|
18
|
+
<polygon id="BG_Border_Right_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="200 0 200 160 197 157 197 1"></polygon>
|
|
19
|
+
<polygon id="BG_Border_Bottom_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="200 160 0 160 1 157 197 157"></polygon>
|
|
20
|
+
<polygon id="BG_Border_Left_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="0 160 0 0 1 1 1 157"></polygon>
|
|
21
|
+
</g>
|
|
22
|
+
<g id="Object/SideContent" transform="translate(137.000000, 44.000000)">
|
|
23
|
+
<g id="Text/Link" transform="translate(0.000000, 36.000000)" fill="#005EA5">
|
|
24
|
+
<g id="Fill/$link-colour">
|
|
25
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
<g id="Text/Link" transform="translate(0.000000, 28.000000)" fill="#005EA5">
|
|
29
|
+
<g id="Fill/$link-colour">
|
|
30
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
<g id="Text/Link" transform="translate(0.000000, 20.000000)" fill="#005EA5">
|
|
34
|
+
<g id="Fill/$link-colour">
|
|
35
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
<g id="Fill/$text-colour" transform="translate(0.000000, 8.000000)" fill="#0B0C0C">
|
|
39
|
+
<rect id="Rectangle" x="0" y="0" width="32" height="8"></rect>
|
|
40
|
+
</g>
|
|
41
|
+
<g id="Fill/$govuk-blue" fill="#005EA5">
|
|
42
|
+
<rect id="Rectangle" x="0" y="0" width="56" height="1"></rect>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
<g id="Button/StartNow" transform="translate(5.000000, 120.000000)" fill="#00823B">
|
|
46
|
+
<g id="Fill/$button-colour">
|
|
47
|
+
<rect id="Rectangle" x="0" y="0" width="48" height="12"></rect>
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
50
|
+
<g id="Text/Body/Paragraph" transform="translate(5.000000, 68.000000)" fill="#0B0C0C">
|
|
51
|
+
<g id="Fill/$text-colour" transform="translate(0.000000, 40.000000)">
|
|
52
|
+
<rect id="Rectangle" x="0" y="0" width="64" height="4"></rect>
|
|
53
|
+
</g>
|
|
54
|
+
<g id="Fill/$text-colour" transform="translate(0.000000, 32.000000)">
|
|
55
|
+
<rect id="Rectangle" x="0" y="0" width="96" height="4"></rect>
|
|
56
|
+
</g>
|
|
57
|
+
<g id="Fill/$text-colour" transform="translate(0.000000, 24.000000)">
|
|
58
|
+
<rect id="Rectangle" x="0" y="0" width="96" height="4"></rect>
|
|
59
|
+
</g>
|
|
60
|
+
<g id="Fill/$text-colour" transform="translate(0.000000, 16.000000)">
|
|
61
|
+
<rect id="Rectangle" x="0" y="0" width="96" height="4"></rect>
|
|
62
|
+
</g>
|
|
63
|
+
<g id="Fill/$text-colour" transform="translate(0.000000, 8.000000)">
|
|
64
|
+
<rect id="Rectangle" x="0" y="0" width="96" height="4"></rect>
|
|
65
|
+
</g>
|
|
66
|
+
<g id="Fill/$text-colour">
|
|
67
|
+
<rect id="Rectangle" x="0" y="0" width="64" height="4"></rect>
|
|
68
|
+
</g>
|
|
69
|
+
</g>
|
|
70
|
+
<g id="Text/Heading/Xlarge" transform="translate(5.000000, 44.000000)" fill="#0B0C0C">
|
|
71
|
+
<g id="Fill/$text-colour">
|
|
72
|
+
<rect id="Rectangle" x="0" y="0" width="120" height="16"></rect>
|
|
73
|
+
</g>
|
|
74
|
+
</g>
|
|
75
|
+
<g id="Object/Breadcrumb" transform="translate(5.000000, 32.000000)" fill="#6F777B">
|
|
76
|
+
<g id="Fill/$secondary-text-colour" transform="translate(40.000000, 0.000000)">
|
|
77
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="2"></rect>
|
|
78
|
+
</g>
|
|
79
|
+
<g id="Fill/$secondary-text-colour" transform="translate(20.000000, 0.000000)">
|
|
80
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="2"></rect>
|
|
81
|
+
</g>
|
|
82
|
+
<g id="Fill/$secondary-text-colour">
|
|
83
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="2"></rect>
|
|
84
|
+
</g>
|
|
85
|
+
</g>
|
|
86
|
+
<g id="Object/Header" transform="translate(3.000000, 12.000000)">
|
|
87
|
+
<g id="👑Crown">
|
|
88
|
+
<image x="2" y="4" width="8.99672131" height="8" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABACAYAAAC5vjEqAAAABGdBTUEAALGOfPtRkwAAB/9JREFUeAHtmv913EYOx6V793+UCo7pYDsIr4JsB0dXcEoF4VWwuQrWHayvAm4qWHVAXQVyKlA+X2pAgdgZLi1Llmwv3oOAAb74MZghRev54uJM5wmcJ3CewOtN4PL1Sj9Uvr+/r9DEObq9vLy8zTm+GxsDauASNd/NIEobZTJXpenIV4r7ruwMossMafcWhvC3t9AEPfwv00fOloF9gyZuy8pvi3WVuUFVwExivO+b0xlGB9/BW3itDSIPsNEh2dYYtrCw3Tc3iNKGtFnYkwZwil5lQG/lHfRmf1v9vXTKp+wcdwVGfMHH3F7yrRE91qmnL/fBSVF9t+xgTz2LxS9RsB3sqWPhH7PhneMB6IsfMbAruIc9qeeXv6kU2fqqTtemFjUArktxPXI4ZaR0o14nz6KG+2RcNCCwOkA/7BQ+iG26US8jUnFfMOqNr5zw2qS4Mh/6Fh6x6DrxSOONxNHA4+bQK9jyTg4lYRFFmuCtp2eRlFRTc9RaIUDaVDzJjfm9BLfJJF2KVY3G8qG3mVzeVBv2yZJsuqZ2QpUlwlb5Shm9ETbFZtyDacAIZ4S1z4CHx8wwkmCaDM5M9QKMsJVwIulwnXjZzQK8huPJ++vd4c+RYoYiyF0OkGzDR+BDi0OTucfLwleGSxs6mCMjdwmjw439G7yzfBi2ZkxSMWvzZyUATbRErYJwqoHYqJKPm0Hv4CL54oA2RSC+gJ2BPv6WA6ShqydP6tkOsPWOoFe+5kQHOBd458Fg1cQ1XMNDYfOz3sElijeoLwGxTx4z1tpkiYYb5HrQQao39Tgenvys4/AwjdRajiMJpBthGeUooGAgVI2VqLEwABryKRo3B7CZAdeW95ScySHX+BgqT/ynxh8zyT/O+Cau9GX9bmJ8WPyO772zr51eUkdMiv09A3yXamZcWdPcXsozYHrVzHTbbKkZY8qn2ySuIhRbC5+iNhOnPot5Iz6uiZ2rW0X8ZE1wA8dndPwtNgF/5iLVQsxS85llsuFU3Iaq2vNRrctcNMAr7Kvke7F/6KU6ehGrXo70KPzE4yP57ET9iqRi0c1L1XlI/8SfNLmGc6QTXT8x7fOHqRn4kDpVcxu4dLLP2gB19E7Zwl1i6dWzFikko84VrL1qz6IDPD0YGeTJ0OSbpVDjgjgb7hcZaKkP2elFGz7eZCEoYRFH9DgkXP2R+9HQFHIPZmBqqE9wNfZqQ1JtWD2Ieni2F/z6hVSi4SPVvoOqmSHM+RSmSRtmhT75omX9JUm11YOogtXbHFUzTj32VzagGdxJ178CoiZxE2wvvkw161Ao9hbc80v9VrO/Sd8AtcnHqH00hHUd1lr+Ar+XUiI2pNP9d8kf7P+l2Q/BFpeqGamOhrDes/4t2GypmTwQza7gOzjS1jAlGQPSui/hvR2svS8KaQbzwceUdJB9LkkJb3Zitpk4zWJ6YTDomdvAHbyDG0syJ8H18BHNxZiPIL1U1UyJ5Lsy/JwsJFh6UHpZa88dvIGruVqDD5CaV+BmDox/C0cqnjrAyYZZ651VotrXBjSJDb5DJsnsEwBew9Aei3l9jQsBU4CmaTQMiIUSVZMAFrIZ0MldxNkajHLXtpZk3bpYU9uAWeM4lddiTVY+h3Qc6rdJugZkpL4auDwsnGoiUpuSKcG19EjY4wZVaAXXcOXxrDtYpOYGH1IH08NGPcrQKLKCbSNdyCWfaqhWA3tqPdZ0ANfwMGhk6wOSvjZsVio4BKlwlWyTBpUg+WrkIWEkeqdLHYuix/wdthaWNOpQok2+8Qahr2Vw5OtLV09V3CS2DhZVcDNojz/G/DFuXKfAu8eYodGtWw8nqwBs3u4gR+rBCuBpj7zLDa3L0y8MG99D4HVTjbYovhftubL8szIE9qw9NQrG0HjjKd0KgvNNWZia06kbSZctUuvyRN/culEcgNhz74JaYSJlv6T5KGsB3iZwlaSJnwt285u8Qfkn/MEMSd669Uf0X6n3I/I/zq4PQ9l+hYUxujUlSeVWjZtgj8sqGax385tdf/NqzbhIhmnrNO1E75SAtd2ELmF16p6urBDGxul1Ainfytktn9yts+sFbLVrZ2+c7h8dxauXBu5g0bWwSMsjabr8Yy7LuUgS2CsaUjI1oaLSa1iNjy9tdPmt6PjOiYXAKFa4cTjCsN7CRuN7I/lUa6gb89ka/yEFC+cPp2NdwVa3kR8WTtRbjk+WBLdDiocfGyVAVfI66ZWkEfbNA/T+3mxR4q8s3vuw9bDRcEuDv8ZZeZvXLRA59Gk+i0EqfhicMLBRa9hPlmTQMDzVc0kAPqkwca0vkvR2rpb3hfjJgDxOOlgNytN42yJ20ZpMO5ftDn3yaPgk+HqHldp6f04Hcx1i/PI6F+NtquED0IuPDL4VrD0Y7XyuJ+lkWlu2JFVgHZNh2yZ/FD0GbUInpxspln4NH+BTJIywMV45ezhHk3eYegW0hv1wFHe0j7ivy2jIrZUY+1Xw3bDWf/b+AVahCn5LdEszH+A/4V/gFezpY/qU8LYjfemAdCLNUfTXbXjPgN6d2kL2QzET9EfG9rWbdPtP0tIbdEUmPWbfEv3IDfp4akOLblBKtD+V7Cvy75cMR/uxP9ov2Zses3oJ0GH2Tpd6C/9fymfQP4itXLxud3wBO3dW1V4W0acMaE/G31JW6SIrdIM+XFdOZi/HaxG/cetU2w/u52Qz3z6tz+I8gfMEzhM4T+A8gfMEzhM4T6Awgb8AnAfEoKwkFKUAAAAASUVORK5CYII="></image>
|
|
89
|
+
<use fill="#0B0C0C" fill-rule="evenodd" xlink:href="#rect-1"></use>
|
|
90
|
+
</g>
|
|
91
|
+
<text id="🖊️Global_Header_Text" font-family="Helvetica" font-size="8" font-weight="normal" fill="#0B0C0C">
|
|
92
|
+
<tspan x="13" y="11">GOV.UK</tspan>
|
|
93
|
+
</text>
|
|
94
|
+
<g id="Fill/$link-colour" transform="translate(2.000000, 15.000000)" fill="#005EA5" fill-rule="evenodd">
|
|
95
|
+
<rect id="Rectangle" x="0" y="0" width="188" height="1"></rect>
|
|
96
|
+
</g>
|
|
97
|
+
</g>
|
|
98
|
+
</g>
|
|
99
|
+
</g>
|
|
100
|
+
</g>
|
|
101
|
+
</svg>
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="200px" height="160px" viewBox="0 0 200 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>Screen/Task list</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<rect x="2" y="4" width="8.99672131" height="8" id="rect-1"></rect>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="Screen/Task-list" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="_Canvas/Browser">
|
|
11
|
+
<rect id="BG" fill="#FFFFFF" x="1" y="1" width="196" height="156"></rect>
|
|
12
|
+
<rect id="Top-Bar" fill="#F2F2F2" x="1" y="1" width="196" height="11"></rect>
|
|
13
|
+
<rect id="Divider" fill="#DEE0E2" x="1" y="11" width="196" height="1"></rect>
|
|
14
|
+
<path d="M7.96153846,8 C6.87821068,8 6,7.1045695 6,6 C6,4.8954305 6.87821068,4 7.96153846,4 C9.04486624,4 9.92307692,4.8954305 9.92307692,6 C9.92307692,7.1045695 9.04486624,8 7.96153846,8 Z M14.5,8 C13.4166722,8 12.5384615,7.1045695 12.5384615,6 C12.5384615,4.8954305 13.4166722,4 14.5,4 C15.5833278,4 16.4615385,4.8954305 16.4615385,6 C16.4615385,7.1045695 15.5833278,8 14.5,8 Z M21.0384615,8 C19.9551338,8 19.0769231,7.1045695 19.0769231,6 C19.0769231,4.8954305 19.9551338,4 21.0384615,4 C22.1217893,4 23,4.8954305 23,6 C23,7.1045695 22.1217893,8 21.0384615,8 Z" id="Combined-Shape" fill="#DEE0E2"></path>
|
|
15
|
+
<polygon id="BG_Border_Top_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="0 0 200 0 197 1 1 1"></polygon>
|
|
16
|
+
<polygon id="BG_Border_Right_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="200 0 200 160 197 157 197 1"></polygon>
|
|
17
|
+
<polygon id="BG_Border_Bottom_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="200 160 0 160 1 157 197 157"></polygon>
|
|
18
|
+
<polygon id="BG_Border_Left_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="0 160 0 0 1 1 1 157"></polygon>
|
|
19
|
+
</g>
|
|
20
|
+
<g id="Text/Label/Completed" transform="translate(109.000000, 151.000000)">
|
|
21
|
+
<g id="Text/Link" fill="#005EA5">
|
|
22
|
+
<g id="Fill/$link-colour">
|
|
23
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
<g id="Text/Link" transform="translate(1.000000, 1.000000)" fill="#FFFFFF">
|
|
27
|
+
<g id="Fill/$page-colour">
|
|
28
|
+
<rect id="Rectangle" x="0" y="0" width="14" height="2"></rect>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
<g id="Text/Link" transform="translate(17.000000, 151.000000)" fill="#005EA5">
|
|
33
|
+
<g id="Fill/$link-colour">
|
|
34
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
<g id="Fill/$border-colour" transform="translate(17.000000, 148.000000)" fill="#BFC1C3">
|
|
38
|
+
<rect id="Rectangle" x="0" y="0" width="108" height="1"></rect>
|
|
39
|
+
</g>
|
|
40
|
+
<g id="Text/Heading/Medium" transform="translate(17.000000, 138.000000)" fill="#0B0C0C">
|
|
41
|
+
<g id="Fill/$text-colour">
|
|
42
|
+
<rect id="Rectangle" x="0" y="0" width="32" height="8"></rect>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
<g id="Text/Heading/Medium" transform="translate(5.000000, 138.000000)" fill="#0B0C0C">
|
|
46
|
+
<g id="Fill/$text-colour">
|
|
47
|
+
<rect id="Rectangle" x="0" y="0" width="8" height="8"></rect>
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
50
|
+
<g id="Fill/$border-colour" transform="translate(17.000000, 129.000000)" fill="#BFC1C3">
|
|
51
|
+
<rect id="Rectangle" x="0" y="0" width="108" height="1"></rect>
|
|
52
|
+
</g>
|
|
53
|
+
<g id="Text/Label/Completed" transform="translate(109.000000, 123.000000)">
|
|
54
|
+
<g id="Text/Link" fill="#005EA5">
|
|
55
|
+
<g id="Fill/$link-colour">
|
|
56
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
57
|
+
</g>
|
|
58
|
+
</g>
|
|
59
|
+
<g id="Text/Link" transform="translate(1.000000, 1.000000)" fill="#FFFFFF">
|
|
60
|
+
<g id="Fill/$page-colour">
|
|
61
|
+
<rect id="Rectangle" x="0" y="0" width="14" height="2"></rect>
|
|
62
|
+
</g>
|
|
63
|
+
</g>
|
|
64
|
+
</g>
|
|
65
|
+
<g id="Text/Link" transform="translate(17.000000, 123.000000)" fill="#005EA5">
|
|
66
|
+
<g id="Fill/$link-colour">
|
|
67
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
68
|
+
</g>
|
|
69
|
+
</g>
|
|
70
|
+
<g id="Fill/$border-colour" transform="translate(17.000000, 120.000000)" fill="#BFC1C3">
|
|
71
|
+
<rect id="Rectangle" x="0" y="0" width="108" height="1"></rect>
|
|
72
|
+
</g>
|
|
73
|
+
<g id="Text/Label/Completed" transform="translate(109.000000, 114.000000)">
|
|
74
|
+
<g id="Text/Link" fill="#005EA5">
|
|
75
|
+
<g id="Fill/$link-colour">
|
|
76
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
77
|
+
</g>
|
|
78
|
+
</g>
|
|
79
|
+
<g id="Text/Link" transform="translate(1.000000, 1.000000)" fill="#FFFFFF">
|
|
80
|
+
<g id="Fill/$page-colour">
|
|
81
|
+
<rect id="Rectangle" x="0" y="0" width="14" height="2"></rect>
|
|
82
|
+
</g>
|
|
83
|
+
</g>
|
|
84
|
+
</g>
|
|
85
|
+
<g id="Text/Link" transform="translate(17.000000, 114.000000)" fill="#005EA5">
|
|
86
|
+
<g id="Fill/$link-colour">
|
|
87
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
88
|
+
</g>
|
|
89
|
+
</g>
|
|
90
|
+
<g id="Fill/$border-colour" transform="translate(17.000000, 111.000000)" fill="#BFC1C3">
|
|
91
|
+
<rect id="Rectangle" x="0" y="0" width="108" height="1"></rect>
|
|
92
|
+
</g>
|
|
93
|
+
<g id="Text/Heading/Medium" transform="translate(17.000000, 101.000000)" fill="#0B0C0C">
|
|
94
|
+
<g id="Fill/$text-colour">
|
|
95
|
+
<rect id="Rectangle" x="0" y="0" width="32" height="8"></rect>
|
|
96
|
+
</g>
|
|
97
|
+
</g>
|
|
98
|
+
<g id="Text/Heading/Medium" transform="translate(5.000000, 101.000000)" fill="#0B0C0C">
|
|
99
|
+
<g id="Fill/$text-colour">
|
|
100
|
+
<rect id="Rectangle" x="0" y="0" width="8" height="8"></rect>
|
|
101
|
+
</g>
|
|
102
|
+
</g>
|
|
103
|
+
<g id="Fill/$border-colour" transform="translate(17.000000, 92.000000)" fill="#BFC1C3">
|
|
104
|
+
<rect id="Rectangle" x="0" y="0" width="108" height="1"></rect>
|
|
105
|
+
</g>
|
|
106
|
+
<g id="Text/Label/Completed" transform="translate(109.000000, 86.000000)">
|
|
107
|
+
<g id="Text/Link" fill="#005EA5">
|
|
108
|
+
<g id="Fill/$link-colour">
|
|
109
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
110
|
+
</g>
|
|
111
|
+
</g>
|
|
112
|
+
<g id="Text/Link" transform="translate(1.000000, 1.000000)" fill="#FFFFFF">
|
|
113
|
+
<g id="Fill/$page-colour">
|
|
114
|
+
<rect id="Rectangle" x="0" y="0" width="14" height="2"></rect>
|
|
115
|
+
</g>
|
|
116
|
+
</g>
|
|
117
|
+
</g>
|
|
118
|
+
<g id="Text/Link" transform="translate(17.000000, 86.000000)" fill="#005EA5">
|
|
119
|
+
<g id="Fill/$link-colour">
|
|
120
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
121
|
+
</g>
|
|
122
|
+
</g>
|
|
123
|
+
<g id="Fill/$border-colour" transform="translate(17.000000, 83.000000)" fill="#BFC1C3">
|
|
124
|
+
<rect id="Rectangle" x="0" y="0" width="108" height="1"></rect>
|
|
125
|
+
</g>
|
|
126
|
+
<g id="Text/Label/Completed" transform="translate(109.000000, 77.000000)">
|
|
127
|
+
<g id="Text/Link" fill="#005EA5">
|
|
128
|
+
<g id="Fill/$link-colour">
|
|
129
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
130
|
+
</g>
|
|
131
|
+
</g>
|
|
132
|
+
<g id="Text/Link" transform="translate(1.000000, 1.000000)" fill="#FFFFFF">
|
|
133
|
+
<g id="Fill/$page-colour">
|
|
134
|
+
<rect id="Rectangle" x="0" y="0" width="14" height="2"></rect>
|
|
135
|
+
</g>
|
|
136
|
+
</g>
|
|
137
|
+
</g>
|
|
138
|
+
<g id="Text/Link" transform="translate(17.000000, 77.000000)" fill="#005EA5">
|
|
139
|
+
<g id="Fill/$link-colour">
|
|
140
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="4"></rect>
|
|
141
|
+
</g>
|
|
142
|
+
</g>
|
|
143
|
+
<g id="Fill/$border-colour" transform="translate(17.000000, 74.000000)" fill="#BFC1C3">
|
|
144
|
+
<rect id="Rectangle" x="0" y="0" width="108" height="1"></rect>
|
|
145
|
+
</g>
|
|
146
|
+
<g id="Text/Heading/Medium" transform="translate(17.000000, 64.000000)" fill="#0B0C0C">
|
|
147
|
+
<g id="Fill/$text-colour">
|
|
148
|
+
<rect id="Rectangle" x="0" y="0" width="32" height="8"></rect>
|
|
149
|
+
</g>
|
|
150
|
+
</g>
|
|
151
|
+
<g id="Text/Heading/Medium" transform="translate(5.000000, 64.000000)" fill="#0B0C0C">
|
|
152
|
+
<g id="Fill/$text-colour">
|
|
153
|
+
<rect id="Rectangle" x="0" y="0" width="8" height="8"></rect>
|
|
154
|
+
</g>
|
|
155
|
+
</g>
|
|
156
|
+
<g id="Text/Heading/Large" transform="translate(5.000000, 44.000000)" fill="#0B0C0C">
|
|
157
|
+
<g id="Fill/$text-colour">
|
|
158
|
+
<rect id="Rectangle" x="0" y="0" width="120" height="12"></rect>
|
|
159
|
+
</g>
|
|
160
|
+
</g>
|
|
161
|
+
<g id="Object/Back" transform="translate(5.000000, 32.000000)" fill="#6F777B">
|
|
162
|
+
<g id="Fill/$secondary-text-colour">
|
|
163
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="2"></rect>
|
|
164
|
+
</g>
|
|
165
|
+
</g>
|
|
166
|
+
<g id="Object/Header" transform="translate(3.000000, 12.000000)">
|
|
167
|
+
<g id="👑Crown">
|
|
168
|
+
<image x="2" y="4" width="8.99672131" height="8" xlink:href="data:image/png;base64,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"></image>
|
|
169
|
+
<use fill="#0B0C0C" fill-rule="evenodd" xlink:href="#rect-1"></use>
|
|
170
|
+
</g>
|
|
171
|
+
<text id="🖊️Global_Header_Text" font-family="Helvetica" font-size="8" font-weight="normal" fill="#0B0C0C">
|
|
172
|
+
<tspan x="13" y="11">GOV.UK</tspan>
|
|
173
|
+
</text>
|
|
174
|
+
<g id="Fill/$link-colour" transform="translate(2.000000, 15.000000)" fill="#005EA5" fill-rule="evenodd">
|
|
175
|
+
<rect id="Rectangle" x="0" y="0" width="188" height="1"></rect>
|
|
176
|
+
</g>
|
|
177
|
+
</g>
|
|
178
|
+
</g>
|
|
179
|
+
</svg>
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="200px" height="160px" viewBox="0 0 200 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>Question page/Text input</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs>
|
|
7
|
+
<rect x="2" y="4" width="8.99672131" height="8" id="rect-1"></rect>
|
|
8
|
+
</defs>
|
|
9
|
+
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
+
<g id="Screen/Question-page/Text-input">
|
|
11
|
+
<g id="Question-page/Text-input">
|
|
12
|
+
<g id="_Canvas/Browser">
|
|
13
|
+
<rect id="BG" fill="#FFFFFF" x="1" y="1" width="196" height="156"></rect>
|
|
14
|
+
<rect id="Top-Bar" fill="#F2F2F2" x="1" y="1" width="196" height="11"></rect>
|
|
15
|
+
<rect id="Divider" fill="#DEE0E2" x="1" y="11" width="196" height="1"></rect>
|
|
16
|
+
<path d="M7.96153846,8 C6.87821068,8 6,7.1045695 6,6 C6,4.8954305 6.87821068,4 7.96153846,4 C9.04486624,4 9.92307692,4.8954305 9.92307692,6 C9.92307692,7.1045695 9.04486624,8 7.96153846,8 Z M14.5,8 C13.4166722,8 12.5384615,7.1045695 12.5384615,6 C12.5384615,4.8954305 13.4166722,4 14.5,4 C15.5833278,4 16.4615385,4.8954305 16.4615385,6 C16.4615385,7.1045695 15.5833278,8 14.5,8 Z M21.0384615,8 C19.9551338,8 19.0769231,7.1045695 19.0769231,6 C19.0769231,4.8954305 19.9551338,4 21.0384615,4 C22.1217893,4 23,4.8954305 23,6 C23,7.1045695 22.1217893,8 21.0384615,8 Z" id="Combined-Shape" fill="#DEE0E2"></path>
|
|
17
|
+
<polygon id="BG_Border_Top_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="0 0 200 0 197 1 1 1"></polygon>
|
|
18
|
+
<polygon id="BG_Border_Right_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="200 0 200 160 197 157 197 1"></polygon>
|
|
19
|
+
<polygon id="BG_Border_Bottom_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="200 160 0 160 1 157 197 157"></polygon>
|
|
20
|
+
<polygon id="BG_Border_Left_2B99C93C-C2D2-47D8-92D7-E97EC61A7761" fill="#0B0C0C" points="0 160 0 0 1 1 1 157"></polygon>
|
|
21
|
+
</g>
|
|
22
|
+
<g id="Button/Primary" transform="translate(5.000000, 92.000000)" fill="#00823B">
|
|
23
|
+
<g id="Fill/$button-colour">
|
|
24
|
+
<rect id="Rectangle" x="0" y="0" width="32" height="8"></rect>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
<g id="Text/Heading/Large" transform="translate(5.000000, 44.000000)" fill="#0B0C0C">
|
|
28
|
+
<g id="Fill/$text-colour">
|
|
29
|
+
<rect id="Rectangle" x="0" y="0" width="120" height="12"></rect>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
<g id="Object/Header" transform="translate(3.000000, 12.000000)">
|
|
33
|
+
<g id="👑Crown">
|
|
34
|
+
<image x="2" y="4" width="8.99672131" height="8" xlink:href="data:image/png;base64,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"></image>
|
|
35
|
+
<use fill="#0B0C0C" fill-rule="evenodd" xlink:href="#rect-1"></use>
|
|
36
|
+
</g>
|
|
37
|
+
<text id="🖊️Global_Header_Text" font-family="Helvetica" font-size="8" font-weight="normal" fill="#0B0C0C">
|
|
38
|
+
<tspan x="13" y="11">GOV.UK</tspan>
|
|
39
|
+
</text>
|
|
40
|
+
<g id="Fill/$link-colour" transform="translate(2.000000, 15.000000)" fill="#005EA5" fill-rule="evenodd">
|
|
41
|
+
<rect id="Rectangle" x="0" y="0" width="188" height="1"></rect>
|
|
42
|
+
</g>
|
|
43
|
+
</g>
|
|
44
|
+
<g id="Question/Text-input" transform="translate(5.000000, 64.000000)">
|
|
45
|
+
<g id="Form/Text-input" transform="translate(0.000000, 8.000000)">
|
|
46
|
+
<g id="Fill/$black" fill="#0B0C0C">
|
|
47
|
+
<rect id="Rectangle" x="0" y="0" width="96" height="12"></rect>
|
|
48
|
+
</g>
|
|
49
|
+
<rect id="Inside" fill="#FFFFFF" x="2" y="2" width="92" height="8"></rect>
|
|
50
|
+
</g>
|
|
51
|
+
<g id="Form/Label" fill="#0B0C0C">
|
|
52
|
+
<g id="Fill/$text-colour">
|
|
53
|
+
<rect id="Rectangle" x="0" y="0" width="64" height="4"></rect>
|
|
54
|
+
</g>
|
|
55
|
+
</g>
|
|
56
|
+
</g>
|
|
57
|
+
<g id="Object/Back" transform="translate(5.000000, 32.000000)" fill="#6F777B">
|
|
58
|
+
<g id="Fill/$secondary-text-colour">
|
|
59
|
+
<rect id="Rectangle" x="0" y="0" width="16" height="2"></rect>
|
|
60
|
+
</g>
|
|
61
|
+
</g>
|
|
62
|
+
</g>
|
|
63
|
+
</g>
|
|
64
|
+
</g>
|
|
65
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.log("Page Flow Plugin loaded");
|