vp-themes 0.1.2 → 0.1.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 +4 -4
- data/Gemfile.lock +3 -5
- data/README.md +10 -0
- data/lib/themes/apicil.yml +10 -1
- data/lib/themes/malakoff.yml +4 -1
- data/lib/vp/themes/version.rb +1 -1
- metadata +3 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 827e8513af1bb14b056977d3b43ca4f230730ddd24bfd13a0973f252c8fb92b7
|
|
4
|
+
data.tar.gz: 17a7783352632a2401bd68fcbba078815d75072178724a80978f8512de9c5cdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5efdfb4eb63a72c1d09a1df036fcdea3d8cdd7277dbec2c6d045f9451ad2561dee1eef85fbca1edb92260b28155b30b3ae095d48956f4a6017daf91102ce8c6d
|
|
7
|
+
data.tar.gz: b53f224d35a16564aec38061ff68b0f597d3d3280121e139f59d5960cd2bc1455f762995a6e1ff6e7f4e155063160882779a7263a2fe6ae8999b8125aea68686
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
vp-themes (0.1.
|
|
4
|
+
vp-themes (0.1.3)
|
|
5
5
|
pears (>= 0.2.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -12,7 +12,6 @@ GEM
|
|
|
12
12
|
i18n (>= 1.6, < 2)
|
|
13
13
|
minitest (>= 5.1)
|
|
14
14
|
tzinfo (~> 2.0)
|
|
15
|
-
byebug (11.1.3)
|
|
16
15
|
concurrent-ruby (1.1.10)
|
|
17
16
|
diff-lcs (1.5.0)
|
|
18
17
|
dry-configurable (0.15.0)
|
|
@@ -22,13 +21,13 @@ GEM
|
|
|
22
21
|
concurrent-ruby (~> 1.0)
|
|
23
22
|
i18n (1.10.0)
|
|
24
23
|
concurrent-ruby (~> 1.0)
|
|
25
|
-
minitest (5.16.
|
|
24
|
+
minitest (5.16.2)
|
|
26
25
|
pears (0.2.0)
|
|
27
26
|
activesupport
|
|
28
27
|
dry-configurable (>= 0.13.0)
|
|
29
28
|
redis
|
|
30
29
|
rake (13.0.6)
|
|
31
|
-
redis (4.7.
|
|
30
|
+
redis (4.7.1)
|
|
32
31
|
rspec (3.11.0)
|
|
33
32
|
rspec-core (~> 3.11.0)
|
|
34
33
|
rspec-expectations (~> 3.11.0)
|
|
@@ -49,7 +48,6 @@ PLATFORMS
|
|
|
49
48
|
arm64-darwin-20
|
|
50
49
|
|
|
51
50
|
DEPENDENCIES
|
|
52
|
-
byebug
|
|
53
51
|
rake (~> 13.0)
|
|
54
52
|
rspec (~> 3.0)
|
|
55
53
|
vp-themes!
|
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).
|
data/lib/themes/apicil.yml
CHANGED
|
@@ -10,7 +10,7 @@ color:
|
|
|
10
10
|
dark: 27, 27, 27
|
|
11
11
|
light: 255, 255, 255
|
|
12
12
|
assertive: 227, 5, 19
|
|
13
|
-
balanced:
|
|
13
|
+
balanced: 87, 177, 74
|
|
14
14
|
energized: 245, 166, 35
|
|
15
15
|
positive: 64, 64, 64
|
|
16
16
|
royal: 227, 5, 19
|
|
@@ -71,6 +71,12 @@ content:
|
|
|
71
71
|
|
|
72
72
|
wrapper:
|
|
73
73
|
card-border: 1px solid rgba(var(--color-stable-500), 1)
|
|
74
|
+
transparentBackground-positive: rgba(var(--color-balanced), 0.15)
|
|
75
|
+
transparentBackground-positive-color: rgba(var(--color-balanced), 1)
|
|
76
|
+
|
|
77
|
+
card:
|
|
78
|
+
shape-wrapper-transparentBackground-positive-after: rgba(var(--color-balanced), 0.03)
|
|
79
|
+
shape-wrapper-transparentBackground-positive-before: rgba(var(--color-balanced), 0.03)
|
|
74
80
|
|
|
75
81
|
table:
|
|
76
82
|
tr-even-background-color: rgba(var(--color-light), 1)
|
|
@@ -95,3 +101,6 @@ pdf:
|
|
|
95
101
|
|
|
96
102
|
vp-widget:
|
|
97
103
|
bullet-bg-color-default: var(--color-stable-300)
|
|
104
|
+
|
|
105
|
+
vp-admin:
|
|
106
|
+
color-stable-700: rgba(225, 225, 225, 1)
|
data/lib/themes/malakoff.yml
CHANGED
|
@@ -40,7 +40,6 @@ image:
|
|
|
40
40
|
|
|
41
41
|
button:
|
|
42
42
|
s-rounded-padding: 8px
|
|
43
|
-
spacing-m: var(--spacing-m) var(--spacing-xl)
|
|
44
43
|
background-color: rgba(var(--color-assertive), 1)
|
|
45
44
|
border: none
|
|
46
45
|
border-radius: 36px
|
|
@@ -83,3 +82,7 @@ vp-widget:
|
|
|
83
82
|
wrapper-primary-button-hover-background-color: rgba(var(--color-assertive), 1)
|
|
84
83
|
wrapper-primary-button-radius: 36px
|
|
85
84
|
wrapper-primary-button-border: none
|
|
85
|
+
|
|
86
|
+
vp-admin:
|
|
87
|
+
button-border: 1px solid rgba(var(--color-assertive), 1)
|
|
88
|
+
|
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.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: 2022-07-
|
|
11
|
+
date: 2022-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pears
|
|
@@ -24,20 +24,6 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.2.0
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: byebug
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - ">="
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0'
|
|
34
|
-
type: :development
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - ">="
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0'
|
|
41
27
|
description:
|
|
42
28
|
email:
|
|
43
29
|
- steven.kemp@remarkgroup.com
|
|
@@ -82,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
82
68
|
- !ruby/object:Gem::Version
|
|
83
69
|
version: '0'
|
|
84
70
|
requirements: []
|
|
85
|
-
rubygems_version: 3.2.
|
|
71
|
+
rubygems_version: 3.2.3
|
|
86
72
|
signing_key:
|
|
87
73
|
specification_version: 4
|
|
88
74
|
summary: Bundle themes for the VP project
|