dta_rapid 0.2.16 → 0.2.17
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 +4 -4
- data/_includes/buttons/link-button.html +9 -0
- data/_includes/typography/callout.html +1 -1
- data/_sass/_colors.scss +1 -0
- data/_sass/_validation.scss +4 -1
- data/_sass/components/_callout.scss +8 -1
- metadata +12 -13
- data/_includes/buttons/control-button.html +0 -8
- data/_includes/buttons/start-button.html +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 337e849a1b923107601c16c0f366a6cc28d08fb7
|
4
|
+
data.tar.gz: 59d28d9b4a2405daaf049fa675a3eb92f321b9a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7c8b87602f3992ccfd26b58c402d32cef8983b769a763d57828bbf62036f35614e48a1ca16ee89de135f2ad401cc29f67f2969d502127972a06c733a2f87b17
|
7
|
+
data.tar.gz: a03f0806b9d693a10847cb69dfdd80a2e88260ccc8299624943ddce56a8ca37fecb2c94cb95c1f22b2f86efb93a98e43bcd8ac5d6db7df7ffe85748f52f12584
|
@@ -1 +1 @@
|
|
1
|
-
<p class="callout__root">{{ include.text }}</p>
|
1
|
+
<p class="callout__root callout__root--{{ include.style | default: 'default' }}">{{ include.text }}</p>
|
data/_sass/_colors.scss
CHANGED
data/_sass/_validation.scss
CHANGED
@@ -4,15 +4,22 @@
|
|
4
4
|
border-radius: $tiny-border-radius;
|
5
5
|
box-shadow: 0 0 8px $light-grey;
|
6
6
|
padding-left: $base-spacing - $tiny-spacing;
|
7
|
+
}
|
8
|
+
|
9
|
+
.callout__root--default {
|
10
|
+
border-left-color: $default-color;
|
7
11
|
border-left-width: $tiny-spacing;
|
8
12
|
border-left-style: solid;
|
9
|
-
border-left-color: $dark-grey;
|
10
13
|
}
|
11
14
|
|
12
15
|
.callout__root--info {
|
13
16
|
border-left-color: $info-color;
|
17
|
+
border-left-width: $tiny-spacing;
|
18
|
+
border-left-style: solid;
|
14
19
|
}
|
15
20
|
|
16
21
|
.callout__root--error {
|
17
22
|
border-left-color: $error-color;
|
23
|
+
border-left-width: $tiny-spacing;
|
24
|
+
border-left-style: solid;
|
18
25
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dta_rapid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gareth Rogers
|
@@ -10,48 +10,48 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-03-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jekyll
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
18
18
|
requirements:
|
19
|
-
- - ~>
|
19
|
+
- - "~>"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: '3.4'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
|
-
- - ~>
|
26
|
+
- - "~>"
|
27
27
|
- !ruby/object:Gem::Version
|
28
28
|
version: '3.4'
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: bundler
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
|
-
- - ~>
|
33
|
+
- - "~>"
|
34
34
|
- !ruby/object:Gem::Version
|
35
35
|
version: '1.12'
|
36
36
|
type: :development
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
|
-
- - ~>
|
40
|
+
- - "~>"
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: '1.12'
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: rake
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - ~>
|
47
|
+
- - "~>"
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: '10.0'
|
50
50
|
type: :development
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
|
-
- - ~>
|
54
|
+
- - "~>"
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '10.0'
|
57
57
|
description:
|
@@ -65,8 +65,7 @@ extra_rdoc_files: []
|
|
65
65
|
files:
|
66
66
|
- LICENSE.txt
|
67
67
|
- README.md
|
68
|
-
- _includes/buttons/
|
69
|
-
- _includes/buttons/start-button.html
|
68
|
+
- _includes/buttons/link-button.html
|
70
69
|
- _includes/forms/date-field.html
|
71
70
|
- _includes/forms/error-container.html
|
72
71
|
- _includes/forms/radio-field.html
|
@@ -210,17 +209,17 @@ require_paths:
|
|
210
209
|
- lib
|
211
210
|
required_ruby_version: !ruby/object:Gem::Requirement
|
212
211
|
requirements:
|
213
|
-
- -
|
212
|
+
- - ">="
|
214
213
|
- !ruby/object:Gem::Version
|
215
214
|
version: '0'
|
216
215
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
217
216
|
requirements:
|
218
|
-
- -
|
217
|
+
- - ">="
|
219
218
|
- !ruby/object:Gem::Version
|
220
219
|
version: '0'
|
221
220
|
requirements: []
|
222
221
|
rubyforge_project:
|
223
|
-
rubygems_version: 2.
|
222
|
+
rubygems_version: 2.6.10
|
224
223
|
signing_key:
|
225
224
|
specification_version: 4
|
226
225
|
summary: Converting the DTA UI kit (see https://github.com/AusDTO/gov-au-ui-kit) into
|