vp-themes 0.1.11 → 0.1.13

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
  SHA256:
3
- metadata.gz: 616bcbb78011d2d694083432e1f9b724dbe957aff2d0a62a53523430aef1196f
4
- data.tar.gz: e446ec28e4b5d7f1da7e8667bc36a407199ff5b88b5a9e3fbf54d12a3556228b
3
+ metadata.gz: 4ddb31762ea23605e67936ae86b3c834c5d9d9d65ad51cc42c8c5dbd9c548892
4
+ data.tar.gz: 3865bdf083faf4e491224eb1869d1fa8292eb5fc02582160c7d4559b19d5fe1e
5
5
  SHA512:
6
- metadata.gz: 6977fd778c38389d9c6c6cf738f44d18781b7bd11a572906dea295047b3b27beab3d73b3e341155c29fbb8f2ab0d71844f4dfbc52c4efa2dbe038001e0054ebe
7
- data.tar.gz: bf3d23055ab032f38174f8e119a71629af3b152451b1308ed29d31f62de46a55873bf83a77d31ee4c57e435aeaa16eb6552af13ed36cdda067fdf56c4a151f1f
6
+ metadata.gz: ab928a0e999a90e6c4c93821a20a8c642d246dbd8dd2a949d988faba3ca6b174dffc41a092e7371bcb78d9e0ac082ca6be411fca63589ec7494c81178e89ded0
7
+ data.tar.gz: dbd709b9a31b01ddd8080a5692add757db940628d68467a2b09b502e2b540ef75c5d73d5e13b7df0848dd984f544ae31c151469b701135d0b425bbc89e7f03aa
@@ -23,6 +23,7 @@ color:
23
23
  status-success: var(--color-balanced)
24
24
  status-danger: var(--color-assertive)
25
25
  status-warning: var(--color-energized)
26
+ status-neutral: var(--color-positive)
26
27
 
27
28
  font:
28
29
  stack: Roboto
@@ -23,6 +23,7 @@ color:
23
23
  status-success: var(--color-royal)
24
24
  status-danger: var(--color-assertive)
25
25
  status-warning: var(--color-energized)
26
+ status-neutral: var(--color-positive)
26
27
 
27
28
  font:
28
29
  stack: Roboto
@@ -125,3 +126,8 @@ pdf:
125
126
  vp-widget:
126
127
  questionnaire-primary-button-radius: 10px
127
128
  button-m-padding: var(--spacing-xs) var(--spacing-l)
129
+
130
+ email:
131
+ button-background-color: rgb(19, 62, 94)
132
+ button-border-color: rgb(19, 62, 94)
133
+ button-text-color: rgb(255, 255, 255)
data/lib/themes/lmdp.yml CHANGED
@@ -23,6 +23,7 @@ color:
23
23
  status-success: var(--color-balanced)
24
24
  status-danger: var(--color-assertive)
25
25
  status-warning: var(--color-energized)
26
+ status-neutral: var(--color-positive)
26
27
 
27
28
  font:
28
29
  stack: Roboto
@@ -129,3 +130,9 @@ avatar:
129
130
  pdf:
130
131
  footer-divider: '#0075bf'
131
132
  title-color: '#0075bf'
133
+
134
+ email:
135
+ logo-width: 104px
136
+ button-background-color: rgb(108, 192, 35)
137
+ button-border-color: rgb(108, 192, 35)
138
+ button-text-color: rgb(255, 255, 255)
@@ -23,6 +23,7 @@ color:
23
23
  status-success: 42, 209, 176
24
24
  status-danger: var(--color-assertive)
25
25
  status-warning: var(--color-energized)
26
+ status-neutral: var(--color-positive)
26
27
 
27
28
  font:
28
29
  stack: Publica Sans, sans-serif
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Vp
4
4
  module Themes
5
- VERSION = "0.1.11"
5
+ VERSION = "0.1.13"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vp-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Kemp
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-11 00:00:00.000000000 Z
11
+ date: 2022-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pears