dvla_internal_frontend_toolkit 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aeefeb157973c9fb76d0ab0335ecb5a0c32719b9
4
- data.tar.gz: f56c03f4014ea251aef70d9164c8869b00d8f6cf
3
+ metadata.gz: 90ce781e4a7fdf3fa0b206217f38219af3faf60a
4
+ data.tar.gz: a0f684e52c0012117fc9ed8dd20617079d607267
5
5
  SHA512:
6
- metadata.gz: 448d68845a85e8d67b0d6e01a0e2f8a8327e4cac35a028e4240f462e1a3c44beb59c4d534a3ff4634a92bc0c5c01f265ecd7f6a178cb9a16a50c39206e198b8d
7
- data.tar.gz: 798203f3c72f2785e36fe85c92820ed4573e98651f9a16d3a0c96ac8c3339b37f0634f06b69375e06acb66b13eb1b30d8792c76bba4fa62024cc2a4c9613a745
6
+ metadata.gz: 9dc9c5d980221573cded51125acad1293aa56beada08c4f7d677854cf13a3f4eae6f175f5ef6a74678c94a8a56c58d959273e0aaabdbf263777de208774e374b
7
+ data.tar.gz: c1f8abcd8f23000054fdba6b614cc2672576c6cb05408ff0147b7dbf71ffab02c407fec082c55b215fae1a055e184fb95192a54a26c2e7a00f4aabf43dc5d1de
@@ -2,26 +2,26 @@
2
2
 
3
3
  @font-face {
4
4
  font-family: 'Interface';
5
- src: url('/fonts/Inter-UI-Regular.woff') format('woff');
5
+ src: url('Inter-UI-Regular.woff') format('woff');
6
6
  font-weight: normal;
7
7
  font-style: normal;
8
8
  }
9
9
 
10
10
  @font-face {
11
11
  font-family: 'Interface';
12
- src: url('/fonts/Inter-UI-Medium.woff') format('woff');
12
+ src: url('Inter-UI-Medium.woff') format('woff');
13
13
  font-weight: 500;
14
14
  }
15
15
 
16
16
  @font-face {
17
17
  font-family: 'Interface';
18
- src: url('/fonts/Inter-UI-Bold.woff') format('woff');
18
+ src: url('Inter-UI-Bold.woff') format('woff');
19
19
  font-weight: bold;
20
20
  }
21
21
 
22
22
  @font-face{
23
23
  font-family: 'dvla-icons';
24
- src: url('/fonts/dvla-icons.woff') format('woff');
24
+ src: url('dvla-icons.woff') format('woff');
25
25
  }
26
26
 
27
27
  $primary-font: 'Interface', 'Helvetica Neue', Arial, sans-serif;
@@ -0,0 +1 @@
1
+ $assetPath: '';
@@ -0,0 +1 @@
1
+ $assetPath: '';
@@ -0,0 +1,14 @@
1
+ @import "constants/colours";
2
+ @import "constants/fonts";
3
+ @import "constants/measurements";
4
+
5
+ @import "elements/buttons";
6
+ @import "elements/forms";
7
+ @import "elements/layout";
8
+ @import "elements/lists";
9
+ @import "elements/navigation";
10
+ @import "elements/tables";
11
+ @import "elements/tabs";
12
+ @import "elements/typography";
13
+ @import "elements/validation";
14
+ @import "elements/data";
@@ -0,0 +1,2 @@
1
+ @import "dvla-internal-elements";
2
+
@@ -121,7 +121,7 @@
121
121
  select {
122
122
  height: 40px;
123
123
  background-color: white;
124
- background-image: url('/images/triangle-caret-down.svg');
124
+ background-image: url('triangle-caret-down.svg');
125
125
  background-repeat: no-repeat;
126
126
  background-size: 28px 12px;
127
127
  background-position: right center;
@@ -85,7 +85,7 @@ body {
85
85
  #coat-of-arms {
86
86
  float: left;
87
87
  margin-right: 1.5em;
88
- background-image: url('/images/coat-of-arms-logo.svg');
88
+ background-image: url('coat-of-arms-logo.svg');
89
89
  background-repeat: no-repeat;
90
90
  width: 36px;
91
91
  height: 32px;
@@ -15,7 +15,7 @@
15
15
  padding-left: 0;
16
16
  }
17
17
 
18
- background-image: url('/images/separator.png');
18
+ background-image: url('separator.png');
19
19
  background-position: 0% 50%;
20
20
  background-repeat: no-repeat;
21
21
  margin-left: 1em;
@@ -1,3 +1,3 @@
1
1
  module DvlaInternalFrontendToolkit
2
- VERSION = "0.4.5"
2
+ VERSION = "0.4.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dvla_internal_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liam Betsworth
@@ -77,6 +77,10 @@ files:
77
77
  - app/assets/stylesheets/constants/_colours.scss
78
78
  - app/assets/stylesheets/constants/_fonts.scss
79
79
  - app/assets/stylesheets/constants/_measurements.scss
80
+ - app/assets/stylesheets/constants/paths/_node.scss
81
+ - app/assets/stylesheets/constants/paths/_rails.scss
82
+ - app/assets/stylesheets/dvla-internal-elements-node.scss
83
+ - app/assets/stylesheets/dvla-internal-elements-rails.scss
80
84
  - app/assets/stylesheets/dvla-internal-elements-styles.min.css
81
85
  - app/assets/stylesheets/dvla-internal-elements-styles.scss
82
86
  - app/assets/stylesheets/elements/_buttons.scss