vp-themes 0.2.2 → 0.2.5

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: 6c8b6eb62541d125e3fb0ba333403c8ef715819f33c970b142580c7fe62a6405
4
- data.tar.gz: d43945c698d75910e12c7cac4969d0650f7391695f784602b71688ac435e90bc
3
+ metadata.gz: 4c150eb6096e61a4f72093f0a99212bfcfcc75f9130a1e1d2074eed66e51d810
4
+ data.tar.gz: 061ed383ed80c60c5dadf4fc05c26b101b8e794f45a8eb508a5086e400aedb68
5
5
  SHA512:
6
- metadata.gz: d533be0a81bc311d259d6f33620515deb0cf15a9db9760201fb351c8aa29ef7887edeaba83287c9226ccb1f4f41e1795d84f74284569e6374c4c32600cac32b2
7
- data.tar.gz: 7b7d2e3f6af35e681a18eb010bb5f7c3501e3c1e89d63f1a63fe517439a6d071fb5cebcba43735582bd5d05e2dc05cf9baf1cc6b7c8acbb971533b81a9f76cad
6
+ metadata.gz: 587dcbc03ae970cff75ea05506332a7f407c2efdf9413185f2be4b7b1a61d37ff1bfbe4b60f01fcb69bdf4b98b86008177d6760766dabbb7e79d63410845dd91
7
+ data.tar.gz: cfb3c1f11e9e79f2394b6f616e70f0fdf3871cca7b4bdb69d762e14dfe9afc3664c27db6ce8ba84d49902a1fdf1c5acd4b5e67e882a9bcd3602de5839a3ebac7
@@ -72,6 +72,9 @@ steps:
72
72
  link-font-family: var(--font-stack)
73
73
  link-border: 2px solid rgba(216, 221, 226, 1)
74
74
  padding: var(--spacing-m) 0
75
+ link-active-color: rgba(var(--color-balanced), 1)
76
+ link-active-title-color: rgba(var(--color-balanced), 1)
77
+ link-active-border-color: rgba(var(--color-balanced), 1)
75
78
 
76
79
  content:
77
80
  intro-font-weight: 400
@@ -126,4 +129,7 @@ vp-widget:
126
129
  email:
127
130
  button-background-color: rgb(19, 62, 94)
128
131
  button-border-color: rgb(19, 62, 94)
129
- button-text-color: rgb(255, 255, 255)
132
+ button-text-color: rgb(255, 255, 255)
133
+
134
+ banner:
135
+ background-color: rgba(var(--color-balanced), 1)
@@ -21,10 +21,6 @@ color:
21
21
  stable-700: 212, 212, 227
22
22
  stable-800: 117, 117, 117
23
23
  stable-900: 86, 86, 113
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
24
 
29
25
  font:
30
26
  stack: Roboto
@@ -108,7 +104,7 @@ textarea:
108
104
  border-top: 1px solid rgba(var(--color-stable-500), 1)
109
105
 
110
106
  option:
111
- background-color: rgba(var(--color-light),1)
107
+ background-color: rgba(var(--color-light), 1)
112
108
 
113
109
  content-strong:
114
110
  font-weight: 500
@@ -121,30 +117,19 @@ download:
121
117
 
122
118
  header:
123
119
  sidelogo-display: flex
124
- logo-link-img-max-height: 60px;
125
-
126
- dragAndDrop:
127
- underline-color: rgba(var(--color-positive), 1)
120
+ logo-link-img-max-height: 32px;
128
121
 
129
122
  progressBar:
130
123
  uppy-ProgressBar-inner-background-color: rgba(var(--color-royal), 1)
131
124
 
132
- badge:
133
- color: rgba(var(--color-assertive), 1)
134
-
135
125
  avatar:
136
126
  color: rgba(var(--color-stable-700), 1)
137
127
 
138
128
  pdf:
139
- footer-divider: '#0075bf'
140
- title-color: '#0075bf'
141
129
  image-max-height: 60px
142
130
 
143
131
  email:
144
132
  logo-width: 104
145
- button-background-color: rgb(108, 192, 35)
146
- button-border-color: rgb(108, 192, 35)
147
- button-text-color: rgb(255, 255, 255)
148
133
 
149
134
  vp:
150
135
  widget-questionnaire-primary-button-radius: var(--radius-s)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Vp
4
4
  module Themes
5
- VERSION = "0.2.2"
5
+ VERSION = "0.2.5"
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.2
4
+ version: 0.2.5
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-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pears