vp-themes 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/themes/apicil.yml +10 -12
- data/lib/themes/claire.yml +5 -1
- data/lib/themes/lmdp.yml +15 -16
- data/lib/themes/malakoff.yml +14 -16
- data/lib/themes/matmut.yml +5 -1
- data/lib/vp/themes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0d95752484efa026388967421e91fd8003783c2ae13b124a22b5cde60fab1c6
|
4
|
+
data.tar.gz: fa071c8e65871e2afee98ffb68c187bd57f2d76463dba987bd86f5f8593cf0d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4b46cc01be8901e9b72e911aa7274614fc2ae7c5590fd1e2f1bb9be2efc6ecb301921be3211282e81753874702bd15b21b8af6e2690e90d4bc777e8c0862824
|
7
|
+
data.tar.gz: 66f1d49cbb3ddfb3da4827ecbd89e6d9baa88cde2ceadc6372a7f03918f806acde2ac529645fb61cf361ae4c401b812725a58be1bd41af7f9c953255dade3349
|
data/lib/themes/apicil.yml
CHANGED
@@ -10,21 +10,16 @@ color:
|
|
10
10
|
dark: 27, 27, 27
|
11
11
|
light: 255, 255, 255
|
12
12
|
assertive: 227, 5, 19
|
13
|
-
balanced:
|
13
|
+
balanced: 64, 64, 64
|
14
14
|
energized: 245, 166, 35
|
15
|
-
positive:
|
15
|
+
positive: 178, 202, 84
|
16
16
|
brave-500: 64, 64, 64
|
17
17
|
royal: 227, 5, 19
|
18
18
|
stable-100: 250, 250, 250
|
19
19
|
stable-300: 245, 245, 245
|
20
20
|
stable-500: 237, 237, 237
|
21
21
|
stable-700: 225, 225, 225
|
22
|
-
stable-
|
23
|
-
stable-900: 79, 79, 79
|
24
|
-
status-success: var(--color-balanced)
|
25
|
-
status-danger: var(--color-assertive)
|
26
|
-
status-warning: var(--color-energized)
|
27
|
-
status-neutral: var(--color-positive)
|
22
|
+
stable-900: 135, 135, 135
|
28
23
|
|
29
24
|
font:
|
30
25
|
stack: Roboto
|
@@ -76,7 +71,7 @@ content:
|
|
76
71
|
|
77
72
|
wrapper:
|
78
73
|
card-border: 1px solid rgba(var(--color-stable-500), 1)
|
79
|
-
card-transparentBackground-border: 1px solid rgba(var(--color-
|
74
|
+
card-transparentBackground-border: 1px solid rgba(var(--color-positive), 0.05)
|
80
75
|
|
81
76
|
table:
|
82
77
|
tr-even-background-color: rgba(var(--color-light), 1)
|
@@ -85,13 +80,13 @@ table:
|
|
85
80
|
modal:
|
86
81
|
padding: var(--spacing-xl) var(--spacing-xxl) var(--spacing-l) var(--spacing-xxl)
|
87
82
|
border-bottom: none
|
88
|
-
splitheading-positive-color: rgba(var(--color-
|
83
|
+
splitheading-positive-color: rgba(var(--color-positive), 1)
|
89
84
|
|
90
85
|
textarea:
|
91
86
|
border: 1px solid rgba(var(--color-stable-500), 1)
|
92
87
|
|
93
88
|
footer:
|
94
|
-
background-color: rgba(
|
89
|
+
background-color: rgba(135, 135, 135, 1)
|
95
90
|
|
96
91
|
content-strong:
|
97
92
|
font-weight: 500
|
@@ -105,7 +100,7 @@ vp-widget:
|
|
105
100
|
|
106
101
|
vp-admin:
|
107
102
|
color-stable-700: rgba(225, 225, 225, 1)
|
108
|
-
client-result-card-icon-positive-outcome: rgba(var(--color-
|
103
|
+
client-result-card-icon-positive-outcome: rgba(var(--color-positive), 1)
|
109
104
|
|
110
105
|
button:
|
111
106
|
title-font-weight: 500
|
@@ -113,3 +108,6 @@ button:
|
|
113
108
|
email:
|
114
109
|
button-border-color: rgb(227, 5, 19)
|
115
110
|
button-text-color: rgb(227, 5, 19)
|
111
|
+
|
112
|
+
heading:
|
113
|
+
color: rgba(27, 27, 27, 1)
|
data/lib/themes/claire.yml
CHANGED
@@ -82,6 +82,7 @@ content:
|
|
82
82
|
|
83
83
|
heading:
|
84
84
|
h6-font-weight-medium: 600
|
85
|
+
color: rgba(19, 62, 94, 1)
|
85
86
|
|
86
87
|
list:
|
87
88
|
color-marker: rgba(var(--color-royal), 1)
|
@@ -132,4 +133,7 @@ email:
|
|
132
133
|
button-text-color: rgb(255, 255, 255)
|
133
134
|
|
134
135
|
banner:
|
135
|
-
background-color: rgba(var(--color-balanced), 1)
|
136
|
+
background-color: rgba(var(--color-balanced), 1)
|
137
|
+
|
138
|
+
footer:
|
139
|
+
background-color: rgba(106, 120, 131, 1)
|
data/lib/themes/lmdp.yml
CHANGED
@@ -7,24 +7,19 @@ animation:
|
|
7
7
|
|
8
8
|
color:
|
9
9
|
transparent: 255, 255, 255
|
10
|
-
dark:
|
10
|
+
dark: 33, 33, 33
|
11
11
|
light: 255, 255, 255
|
12
|
-
assertive:
|
13
|
-
balanced:
|
14
|
-
energized:
|
15
|
-
positive:
|
12
|
+
assertive: 254, 77, 84
|
13
|
+
balanced: 4, 114, 187
|
14
|
+
energized: 241, 148, 28
|
15
|
+
positive: 108, 192, 35
|
16
16
|
brave-500: 4, 114, 187
|
17
|
-
royal: 108, 192,
|
18
|
-
stable-100:
|
19
|
-
stable-300:
|
20
|
-
stable-500:
|
21
|
-
stable-700: 216,
|
22
|
-
stable-800: 117, 117, 117
|
17
|
+
royal: 108, 192, 37
|
18
|
+
stable-100: 248, 248, 248
|
19
|
+
stable-300: 243, 243, 243
|
20
|
+
stable-500: 236, 236, 236
|
21
|
+
stable-700: 216, 216, 216
|
23
22
|
stable-900: 117, 117, 117
|
24
|
-
status-success: var(--color-royal)
|
25
|
-
status-danger: var(--color-assertive)
|
26
|
-
status-warning: var(--color-energized)
|
27
|
-
status-neutral: var(--color-positive)
|
28
23
|
|
29
24
|
font:
|
30
25
|
stack: Roboto
|
@@ -79,6 +74,7 @@ content:
|
|
79
74
|
|
80
75
|
heading:
|
81
76
|
h6-font-weight-medium: 600
|
77
|
+
color: rgba(33, 33, 33, 1)
|
82
78
|
|
83
79
|
list:
|
84
80
|
color-marker: rgba(var(--color-royal), 1)
|
@@ -117,7 +113,7 @@ header:
|
|
117
113
|
logo-link-img-max-height: 60px;
|
118
114
|
|
119
115
|
dragAndDrop:
|
120
|
-
underline-color: rgba(var(--color-
|
116
|
+
underline-color: rgba(var(--color-brave-500), 1)
|
121
117
|
|
122
118
|
progressBar:
|
123
119
|
uppy-ProgressBar-inner-background-color: rgba(var(--color-royal), 1)
|
@@ -138,3 +134,6 @@ email:
|
|
138
134
|
button-background-color: rgb(108, 192, 35)
|
139
135
|
button-border-color: rgb(108, 192, 35)
|
140
136
|
button-text-color: rgb(255, 255, 255)
|
137
|
+
|
138
|
+
footer:
|
139
|
+
background-color: rgba(117, 117, 117, 1)
|
data/lib/themes/malakoff.yml
CHANGED
@@ -10,21 +10,16 @@ color:
|
|
10
10
|
dark: 34, 34, 34
|
11
11
|
light: 255, 255, 255
|
12
12
|
assertive: 255, 75, 51
|
13
|
-
positive:
|
14
|
-
brave-500:
|
15
|
-
balanced:
|
16
|
-
energized:
|
17
|
-
royal-500:
|
18
|
-
stable-100:
|
19
|
-
stable-300:
|
20
|
-
stable-500:
|
21
|
-
stable-700:
|
22
|
-
stable-
|
23
|
-
stable-900: 122, 135, 144
|
24
|
-
status-success: 42, 209, 176
|
25
|
-
status-danger: var(--color-assertive)
|
26
|
-
status-warning: var(--color-energized)
|
27
|
-
status-neutral: var(--color-positive)
|
13
|
+
positive: 90, 213, 217
|
14
|
+
brave-500: 255, 75, 51
|
15
|
+
balanced: 90, 213, 217
|
16
|
+
energized: 249, 189, 0
|
17
|
+
royal-500: 255, 75, 51
|
18
|
+
stable-100: 251, 252, 253
|
19
|
+
stable-300: 241, 242, 244
|
20
|
+
stable-500: 230, 234, 236
|
21
|
+
stable-700: 216, 221, 226
|
22
|
+
stable-900: 216, 221, 226
|
28
23
|
|
29
24
|
font:
|
30
25
|
stack: Publica Sans, sans-serif
|
@@ -67,7 +62,7 @@ avatar:
|
|
67
62
|
logo-background-color: rgba(var(--color-assertive), 0.15)
|
68
63
|
|
69
64
|
footer:
|
70
|
-
background-color: rgba(
|
65
|
+
background-color: rgba(106, 120, 131, 1)
|
71
66
|
|
72
67
|
steps:
|
73
68
|
link-active-color: rgba(var(--color-assertive))
|
@@ -95,3 +90,6 @@ vp-admin:
|
|
95
90
|
email:
|
96
91
|
button-border-color: rgb(0, 123, 255)
|
97
92
|
button-text-color: rgb(0, 123, 255)
|
93
|
+
|
94
|
+
heading:
|
95
|
+
color: rgba(34, 34, 34, 1)
|
data/lib/themes/matmut.yml
CHANGED
@@ -82,6 +82,7 @@ content:
|
|
82
82
|
|
83
83
|
heading:
|
84
84
|
h6-font-weight-medium: 600
|
85
|
+
color: rgba(0, 0, 60, 1)
|
85
86
|
|
86
87
|
list:
|
87
88
|
color-marker: rgba(var(--color-royal), 1)
|
@@ -139,4 +140,7 @@ vp:
|
|
139
140
|
email:
|
140
141
|
button-background-color: rgb(106, 45, 193)
|
141
142
|
button-border-color: rgb(106, 45, 193)
|
142
|
-
button-text-color: rgb(255, 255, 255)
|
143
|
+
button-text-color: rgb(255, 255, 255)
|
144
|
+
|
145
|
+
footer:
|
146
|
+
background-color: rgba(86, 86, 113, 1)
|
data/lib/vp/themes/version.rb
CHANGED
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.2.
|
4
|
+
version: 0.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Kemp
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pears
|