vp-themes 0.1.3 → 0.1.6

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: aa1917ea616fd0099656429b3cf7a445bf2faac0553e16fc1cce24e23a6296b6
4
- data.tar.gz: 7a7083e7647f2bc8044d25018d6efdca67387404f2a048c2239bac1a415a1536
3
+ metadata.gz: d892c3e6a1f92de24ba9bdf4daac7e991817f15f792bcb29c116cb72d4d7db5b
4
+ data.tar.gz: '00994e8296b58ab1569b9f7eab95296466c20d383de6a7e425eb4c5e93c375e9'
5
5
  SHA512:
6
- metadata.gz: 04feb606aaeaded10ce5fe2840c3533202f22063c18964a9e63e5fbdd5b8cc69e5c4eb373dbac1594ede6a0204eafa60fe137563d536164b35ff0883eb7b6658
7
- data.tar.gz: 4b8c21529c75763d1b8d53b4efaee066185cf0c12d6804e516da504872b3cf72102fe38af505765b3a422fe992ec21273d5b226c02e5070e4a92a7fc43245a8b
6
+ metadata.gz: 15f3d849bd38c3e90e9006ab5239615f7c762c479f9d06ecbe62412f54034551accf5ff22dda69d0c787ac444aa7db1cf35969757a3928515b41ec7686bf2dce
7
+ data.tar.gz: c69e56c18414b94b04253003c6142ece7edba2b3de2da1dd67421ccf894ad8232394a06cd9907d5703c99ade337a7381ce89e4c1b09cc1568b47bc3367b2b1db
data/README.md CHANGED
@@ -28,6 +28,16 @@ Check ./lib/themes of this repository for a full list of available themes.
28
28
 
29
29
  As the code is pretty simple I'll just ask you to keep it simple.
30
30
 
31
+ ## Contributing
32
+
33
+ Let's try to keep the branch alive for all versions of the gem.
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
+
31
41
  ## License
32
42
 
33
43
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -101,3 +101,6 @@ 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)
@@ -82,3 +82,7 @@ vp-widget:
82
82
  wrapper-primary-button-hover-background-color: rgba(var(--color-assertive), 1)
83
83
  wrapper-primary-button-radius: 36px
84
84
  wrapper-primary-button-border: none
85
+
86
+ vp-admin:
87
+ button-border: 1px solid rgba(var(--color-assertive), 1)
88
+
@@ -21,7 +21,7 @@ module Vp
21
21
  ].with_indifferent_access.freeze
22
22
 
23
23
  def initialize(name, on_failure: :raise)
24
- file = MAP[name.downcase]
24
+ file = MAP[name&.downcase]
25
25
  raise InvalidVpTheme.new(name) unless file.present?
26
26
 
27
27
  super(file, on_failure: on_failure)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Vp
4
4
  module Themes
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.6"
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.3
4
+ version: 0.1.6
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pears