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 +4 -4
- data/README.md +6 -0
- data/lib/themes/apicil.yml +6 -0
- data/lib/themes/malakoff.yml +5 -0
- 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: a541b9cb9735eb268e354594795cea26c2c636afa7f76902ac10da83e78fce02
|
4
|
+
data.tar.gz: a12641b50d2313b425549b082ea7900ad1371c7d08e0077bd6cc3f2a02b5cc1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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).
|
data/lib/themes/apicil.yml
CHANGED
data/lib/themes/malakoff.yml
CHANGED
@@ -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
|
+
|
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.1.
|
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-
|
11
|
+
date: 2022-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pears
|