vp-themes 0.1.4 → 0.1.7

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: 0b7bbcc6155de9ccdbd2f4057fbecac3251a826e54d9cbc81f19f191e881e601
4
- data.tar.gz: e9c4bf463ecb78339f07c2d6dd9a11119597434e51dc95bc95d09636ce71316b
3
+ metadata.gz: a541b9cb9735eb268e354594795cea26c2c636afa7f76902ac10da83e78fce02
4
+ data.tar.gz: a12641b50d2313b425549b082ea7900ad1371c7d08e0077bd6cc3f2a02b5cc1c
5
5
  SHA512:
6
- metadata.gz: 4d4438adf30551e8da07a3b95e41e6f4d7bb25d8b75dd25c3cafab29ec1443726429d365c5a32ba3eb6e03357c4ee7db8645316d1ce30f0ab8df4269eb29e481
7
- data.tar.gz: 04fb923694948480fe0d636f8426936a2c077359c48aa0eac7458d7ae9a80d74000af94cc044e7f162d878f4b4eab8deaaf035458d4039053e7fb2e12ff4d6c0
6
+ metadata.gz: 87cd05a8f8a9e3319d3a4fd37aa5557702532896c336367be0641847daabd9036fc922b175e96f0991f4afa33aa74e1f1c09f8a15b12c477834b5e585a26c227
7
+ data.tar.gz: ee2c079e4d6d74e20895553a2c7bb39177f214d7a5853baaa6ee322ae9a93a1e8d77580d86c5cc33b9bc80213a1d8534b711dd83266b77140d5e5976d192ef85
data/README.md CHANGED
@@ -32,6 +32,12 @@ As the code is pretty simple I'll just ask you to keep it simple.
32
32
 
33
33
  Let's try to keep the branch alive for all versions of the gem.
34
34
 
35
+ Building a new version (from the terminal):
36
+
37
+ 1. gem build vp-themes.gemspec
38
+ 2. gem push vp-themes-0.1.4.gem (specify the version here)
39
+ 3. login
40
+
35
41
  ## License
36
42
 
37
43
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -101,3 +101,9 @@ pdf:
101
101
 
102
102
  vp-widget:
103
103
  bullet-bg-color-default: var(--color-stable-300)
104
+
105
+ vp-admin:
106
+ color-stable-700: rgba(225, 225, 225, 1)
107
+
108
+ button:
109
+ title-font-weight: 500
@@ -44,6 +44,7 @@ button:
44
44
  border: none
45
45
  border-radius: 36px
46
46
  l-padding: var(--spacing-s) var(--spacing-xxl)
47
+ title-font-weight: 500
47
48
 
48
49
  simple:
49
50
  border-top: none
@@ -82,3 +83,7 @@ vp-widget:
82
83
  wrapper-primary-button-hover-background-color: rgba(var(--color-assertive), 1)
83
84
  wrapper-primary-button-radius: 36px
84
85
  wrapper-primary-button-border: none
86
+
87
+ vp-admin:
88
+ button-border: 1px solid rgba(var(--color-assertive), 1)
89
+
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Vp
4
4
  module Themes
5
- VERSION = "0.1.4"
5
+ VERSION = "0.1.7"
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.4
4
+ version: 0.1.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: 2022-07-05 00:00:00.000000000 Z
11
+ date: 2022-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pears