vp-themes 0.2.12 → 0.2.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd25eaddd58cf63a32cd740599d7f2108b7c9e408dbbd7c3525d6e790a6f6a4d
4
- data.tar.gz: 51e757766306feb51046813626c18c6a58fbbde8b539f4231cd4e8ded3cc3da5
3
+ metadata.gz: 356aa71f43a919269ea1b853b8501e66d25248fc82b10214bcdf48ee1f6ff560
4
+ data.tar.gz: b8aeb1b32e707c4649dd911d3df9b579abf559475bc4e5c68861bf26d506ea42
5
5
  SHA512:
6
- metadata.gz: 5eeeaf98dd5a97ed7381455621cfad0e5aff32aef70a91e92d651c99abc4b6fa0cc1abe7a5e38615d4b64a3d200a276249f72f1cf5347eb4f30368a4da951519
7
- data.tar.gz: 66674f65b0516a63d4b17036dba4a7d0a2b82c5b8336c92dc34bb3cfa89efbb376db2797a4b6ab09e39204f8c975b1c8fb7fea9b3774d6dadb2cc2ff339c9206
6
+ metadata.gz: 459986452b36ff93a2441c41a0622b2ab4de9a83400a56df45baf21d4f969990f07de865f86cf8e6c115e8159ad187c17bff7e04c56711149d2d4a9587f2c503
7
+ data.tar.gz: 3382311caa066b6c584bdbe2e3f6091c51be499baa9be66ed369d6403c9fb252af7fd480b58da8a1b48980849db6f2fc843b85eae757a63cc6e71859633e4150
@@ -1,25 +1,26 @@
1
1
  assets:
2
2
  scope: apicil
3
- color: '#FF7C6D'
3
+ color: rgba(227, 5, 19, 1)
4
4
 
5
5
  animation:
6
6
  smooth-ease: cubic-bezier(0.7, 0, 0.3, 1)
7
7
 
8
8
  color:
9
9
  transparent: 255, 255, 255
10
- dark: 27, 27, 27
10
+ dark: 0, 0, 0
11
11
  light: 255, 255, 255
12
12
  assertive-500: 227, 5, 19
13
- balanced-500: 64, 64, 64
14
- energized-500: 245, 166, 35
15
- positive-500: 178, 202, 84
16
- brave-500: 64, 64, 64
17
- royal-500: 227, 5, 19
18
- stable-100: 250, 250, 250
19
- stable-300: 245, 245, 245
20
- stable-500: 237, 237, 237
21
- stable-700: 225, 225, 225
22
- stable-900: 135, 135, 135
13
+ balanced-500: 227, 5, 19
14
+ energized-500: 247, 167, 17
15
+ positive-500: 0, 139, 147
16
+ brave-500: 227, 5, 19
17
+ royal-500: 0, 139, 147
18
+ stable-100: 255, 255, 255
19
+ stable-300: 241, 242, 244
20
+ stable-500: 230, 234, 236
21
+ stable-700: 192, 201, 207
22
+ stable-800: 132, 146, 158
23
+ stable-900: 43, 43, 43
23
24
 
24
25
  font:
25
26
  stack: Roboto
@@ -62,7 +63,7 @@ grid:
62
63
  max-width: 1140px
63
64
 
64
65
  steps:
65
- link-border: 2px solid rgba(216, 221, 226, 1)
66
+ link-border: 2px solid rgba(var(--color-stable-700), 1)
66
67
  padding: var(--spacing-m) 0
67
68
 
68
69
  content:
@@ -85,14 +86,18 @@ textarea:
85
86
  border: 1px solid rgba(var(--color-stable-500), 1)
86
87
 
87
88
  footer:
89
+ color: rgb(174, 15, 9)
88
90
  background-color: rgba(135, 135, 135, 1)
89
91
 
92
+ title:
93
+ color: rgb(174, 15, 9)
94
+
90
95
  content-strong:
91
96
  font-weight: 500
92
97
 
93
98
  pdf:
94
- footer-divider: '#e50000'
95
- title-color: '#e50000'
99
+ footer-divider: rgba(var(--color-assertive-500), 1)
100
+ title-color: rgba(var(--color-assertive-500), 1)
96
101
 
97
102
  vp-widget:
98
103
  bullet-bg-color-default: var(--color-stable-300)
@@ -1,6 +1,6 @@
1
1
  assets:
2
2
  scope: claire
3
- color: '#133E5E'
3
+ color: rgba(19, 62, 94, 1)
4
4
 
5
5
  animation:
6
6
  smooth-ease: cubic-bezier(0.7, 0, 0.3, 1)
@@ -70,7 +70,7 @@ button:
70
70
 
71
71
  steps:
72
72
  link-font-family: var(--font-stack)
73
- link-border: 2px solid rgba(216, 221, 226, 1)
73
+ link-border: 2px solid rgba(var(--color-stable-700), 1)
74
74
  padding: var(--spacing-m) 0
75
75
  link-active-color: rgba(var(--color-balanced-500), 1)
76
76
  link-active-title-color: rgba(var(--color-balanced-500), 1)
@@ -114,17 +114,17 @@ header:
114
114
  sidelogo-display: flex
115
115
 
116
116
  pdf:
117
- footer-divider: '#e50000'
118
- title-color: '#e50000'
117
+ footer-divider: rgba(var(--color-assertive-500), 1)
118
+ title-color: rgba(var(--color-assertive-500), 1)
119
119
 
120
120
  vp-widget:
121
121
  questionnaire-primary-button-radius: 10px
122
122
  button-m-padding: var(--spacing-xs) var(--spacing-l)
123
123
 
124
124
  email:
125
- button-background-color: rgb(19, 62, 94)
126
- button-border-color: rgb(19, 62, 94)
127
- button-text-color: rgb(255, 255, 255)
125
+ button-background-color: rgba(19, 62, 94, 1)
126
+ button-border-color: rgba(19, 62, 94, 1)
127
+ button-text-color: rgba(255, 255, 255, 1)
128
128
 
129
129
  footer:
130
130
  background-color: rgba(106, 120, 131, 1)
data/lib/themes/lmdp.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  assets:
2
2
  scope: lmdp
3
- color: '#133E5E'
3
+ color: rgba(19, 62, 94, 1)
4
4
 
5
5
  animation:
6
6
  smooth-ease: cubic-bezier(0.7, 0, 0.3, 1)
@@ -65,7 +65,7 @@ button:
65
65
  title-font-weight: 500
66
66
 
67
67
  steps:
68
- link-border: 2px solid rgba(216, 221, 226, 1)
68
+ link-border: 2px solid rgba(var(--color-stable-700), 1)
69
69
  padding: var(--spacing-m) 0
70
70
 
71
71
  content:
@@ -119,8 +119,8 @@ avatar:
119
119
  color: rgba(var(--color-stable-700), 1)
120
120
 
121
121
  pdf:
122
- footer-divider: '#0075bf'
123
- title-color: '#0075bf'
122
+ footer-divider: rgba(var(--color-balanced-500), 1)
123
+ title-color: rgba(var(--color-balanced-500), 1)
124
124
  image-max-height: 60px
125
125
 
126
126
  email:
@@ -1,6 +1,6 @@
1
1
  assets:
2
2
  scope: malakoff
3
- color: '#007AFF'
3
+ color: rgba(0, 122, 255, 1)
4
4
 
5
5
  animation:
6
6
  smooth-ease: cubic-bezier(0.7, 0, 0.3, 1)
@@ -1,6 +1,6 @@
1
1
  assets:
2
2
  scope: matmut
3
- color: '#133E5E'
3
+ color: rgba(19, 62, 94, 1)
4
4
 
5
5
  animation:
6
6
  smooth-ease: cubic-bezier(0.7, 0, 0.3, 1)
@@ -67,7 +67,7 @@ button:
67
67
  border-radius: var(--radius-s);
68
68
 
69
69
  steps:
70
- link-border: 2px solid rgba(216, 221, 226, 1)
70
+ link-border: 2px solid rgba(var(--color-stable-700), 1)
71
71
  padding: var(--spacing-m) 0
72
72
  link-active-color: rgba(var(--color-balanced-500), 1)
73
73
  link-active-title-color: rgba(var(--color-balanced-500), 1)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Vp
4
4
  module Themes
5
- VERSION = "0.2.12"
5
+ VERSION = "0.2.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.2.12
4
+ version: 0.2.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: 2023-04-24 00:00:00.000000000 Z
11
+ date: 2024-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pears
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.33
72
+ rubygems_version: 3.4.10
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Bundle themes for the VP project