spina 2.6.0 → 2.6.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of spina might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/spina/_fonts.css.erb +114 -0
- data/app/assets/stylesheets/spina/application.css +6 -0
- data/app/views/layouts/spina/admin/application.html.erb +1 -1
- data/lib/spina/engine.rb +0 -1
- data/lib/spina/version.rb +1 -1
- metadata +8 -22
- data/app/assets/stylesheets/spina/_fonts.scss +0 -114
- data/app/assets/stylesheets/spina/application.sass +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e70d3196cc16222f90924b746b202242787e03daf752c1b3cef304b61b4aef4d
|
4
|
+
data.tar.gz: 2b2c875191d2b8e55ed189b844385480fba298433915e6b11bde1505ecd9edb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd5b9fcd7feb30583c09ad0972b72b521e36749eaa549ee62eed545c913ebe184b8b9521656d46a589609aa779c04c4b2464c3301b1427b8bf506a79727238d2
|
7
|
+
data.tar.gz: ccf2e511b18083b14bdb330d9470fe2f2c2030956d9a77f533d73bf047e25095ee06ea205363dbdd3337af4a73c0146f4f400e57057fe89500cd543c1d5bc404
|
@@ -0,0 +1,114 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: "Metropolis";
|
3
|
+
font-weight: 400;
|
4
|
+
src: url('<%= asset_path "spina/Metropolis-Regular.woff2" %>') format("woff2");
|
5
|
+
}
|
6
|
+
|
7
|
+
@font-face {
|
8
|
+
font-family: "Metropolis";
|
9
|
+
font-style: italic;
|
10
|
+
src: url('<%= asset_path "spina/Metropolis-RegularItalic.woff2" %>') format("woff2");
|
11
|
+
}
|
12
|
+
|
13
|
+
@font-face {
|
14
|
+
font-family: "Metropolis";
|
15
|
+
font-weight: 100;
|
16
|
+
src: url('<%= asset_path "spina/Metropolis-Thin.woff2" %>') format("woff2");
|
17
|
+
}
|
18
|
+
|
19
|
+
@font-face {
|
20
|
+
font-family: "Metropolis";
|
21
|
+
font-weight: 100;
|
22
|
+
font-style: italic;
|
23
|
+
src: url('<%= asset_path "spina/Metropolis-ThinItalic.woff2" %>') format("woff2");
|
24
|
+
}
|
25
|
+
|
26
|
+
@font-face {
|
27
|
+
font-family: "Metropolis";
|
28
|
+
font-weight: 200;
|
29
|
+
src: url('<%= asset_path "spina/Metropolis-ExtraLight.woff2" %>') format("woff2");
|
30
|
+
}
|
31
|
+
|
32
|
+
@font-face {
|
33
|
+
font-family: "Metropolis";
|
34
|
+
font-weight: 200;
|
35
|
+
src: url('<%= asset_path "spina/Metropolis-ExtraLightItalic.woff2" %>') format("woff2");
|
36
|
+
}
|
37
|
+
|
38
|
+
@font-face {
|
39
|
+
font-family: "Metropolis";
|
40
|
+
font-weight: 300;
|
41
|
+
src: url('<%= asset_path "spina/Metropolis-Light.woff2" %>') format("woff2");
|
42
|
+
}
|
43
|
+
|
44
|
+
@font-face {
|
45
|
+
font-family: "Metropolis";
|
46
|
+
font-weight: 300;
|
47
|
+
font-style: italic;
|
48
|
+
src: url('<%= asset_path "spina/Metropolis-LightItalic.woff2" %>') format("woff2");
|
49
|
+
}
|
50
|
+
|
51
|
+
@font-face {
|
52
|
+
font-family: "Metropolis";
|
53
|
+
font-weight: 500;
|
54
|
+
src: url('<%= asset_path "spina/Metropolis-Medium.woff2" %>') format("woff2");
|
55
|
+
}
|
56
|
+
|
57
|
+
@font-face {
|
58
|
+
font-family: "Metropolis";
|
59
|
+
font-weight: 500;
|
60
|
+
font-style: italic;
|
61
|
+
src: url('<%= asset_path "spina/Metropolis-MediumItalic.woff2" %>') format("woff2");
|
62
|
+
}
|
63
|
+
|
64
|
+
@font-face {
|
65
|
+
font-family: "Metropolis";
|
66
|
+
font-weight: 600;
|
67
|
+
src: url('<%= asset_path "spina/Metropolis-SemiBold.woff2" %>') format("woff2");
|
68
|
+
}
|
69
|
+
|
70
|
+
@font-face {
|
71
|
+
font-family: "Metropolis";
|
72
|
+
font-weight: 600;
|
73
|
+
font-style: italic;
|
74
|
+
src: url('<%= asset_path "spina/Metropolis-SemiBoldItalic.woff2" %>') format("woff2");
|
75
|
+
}
|
76
|
+
|
77
|
+
@font-face {
|
78
|
+
font-family: "Metropolis";
|
79
|
+
font-weight: 700;
|
80
|
+
src: url('<%= asset_path "spina/Metropolis-Bold.woff2" %>') format("woff2");
|
81
|
+
}
|
82
|
+
|
83
|
+
@font-face {
|
84
|
+
font-family: "Metropolis";
|
85
|
+
font-weight: 700;
|
86
|
+
font-style: italic;
|
87
|
+
src: url('<%= asset_path "spina/Metropolis-BoldItalic.woff2" %>') format("woff2");
|
88
|
+
}
|
89
|
+
|
90
|
+
@font-face {
|
91
|
+
font-family: "Metropolis";
|
92
|
+
font-weight: 800;
|
93
|
+
src: url('<%= asset_path "spina/Metropolis-ExtraBold.woff2" %>') format("woff2");
|
94
|
+
}
|
95
|
+
|
96
|
+
@font-face {
|
97
|
+
font-family: "Metropolis";
|
98
|
+
font-weight: 800;
|
99
|
+
font-style: italic;
|
100
|
+
src: url('<%= asset_path "spina/Metropolis-ExtraBoldItalic.woff2" %>') format("woff2");
|
101
|
+
}
|
102
|
+
|
103
|
+
@font-face {
|
104
|
+
font-family: "Metropolis";
|
105
|
+
font-weight: 900;
|
106
|
+
src: url('<%= asset_path "spina/Metropolis-Black.woff2" %>') format("woff2");
|
107
|
+
}
|
108
|
+
|
109
|
+
@font-face {
|
110
|
+
font-family: "Metropolis";
|
111
|
+
font-weight: 900;
|
112
|
+
font-style: italic;
|
113
|
+
src: url('<%= asset_path "spina/Metropolis-BlackItalic.woff2" %>') format("woff2");
|
114
|
+
}
|
data/lib/spina/engine.rb
CHANGED
data/lib/spina/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spina
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bram Jetten
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -52,20 +52,6 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: sass-rails
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - ">="
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
62
|
-
type: :runtime
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - ">="
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
69
55
|
- !ruby/object:Gem::Dependency
|
70
56
|
name: image_processing
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -860,9 +846,9 @@ files:
|
|
860
846
|
- app/assets/javascripts/spina/libraries/trix.js
|
861
847
|
- app/assets/javascripts/spina/libraries/trix@1.3.1.esm.js
|
862
848
|
- app/assets/stylesheets/spina/_animate.css
|
863
|
-
- app/assets/stylesheets/spina/_fonts.
|
849
|
+
- app/assets/stylesheets/spina/_fonts.css.erb
|
864
850
|
- app/assets/stylesheets/spina/_tailwind.css
|
865
|
-
- app/assets/stylesheets/spina/application.
|
851
|
+
- app/assets/stylesheets/spina/application.css
|
866
852
|
- app/assets/stylesheets/spina/tailwind/custom.css
|
867
853
|
- app/components/spina/application_component.rb
|
868
854
|
- app/components/spina/forms/group_component.html.erb
|
@@ -1154,7 +1140,7 @@ metadata:
|
|
1154
1140
|
documentation_uri: https://www.spinacms.com/docs
|
1155
1141
|
changelog_uri: https://github.com/SpinaCMS/Spina/blob/master/CHANGELOG.md
|
1156
1142
|
source_code_uri: https://github.com/SpinaCMS/Spina
|
1157
|
-
post_install_message:
|
1143
|
+
post_install_message:
|
1158
1144
|
rdoc_options: []
|
1159
1145
|
require_paths:
|
1160
1146
|
- lib
|
@@ -1169,8 +1155,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1169
1155
|
- !ruby/object:Gem::Version
|
1170
1156
|
version: '0'
|
1171
1157
|
requirements: []
|
1172
|
-
rubygems_version: 3.
|
1173
|
-
signing_key:
|
1158
|
+
rubygems_version: 3.2.22
|
1159
|
+
signing_key:
|
1174
1160
|
specification_version: 4
|
1175
1161
|
summary: Spina
|
1176
1162
|
test_files: []
|
@@ -1,114 +0,0 @@
|
|
1
|
-
@font-face {
|
2
|
-
font-family: "Metropolis";
|
3
|
-
font-weight: 400;
|
4
|
-
src: asset_url("spina/Metropolis-Regular.woff2") format("woff2");
|
5
|
-
}
|
6
|
-
|
7
|
-
@font-face {
|
8
|
-
font-family: "Metropolis";
|
9
|
-
font-style: italic;
|
10
|
-
src: asset_url("spina/Metropolis-RegularItalic.woff2") format("woff2");
|
11
|
-
}
|
12
|
-
|
13
|
-
@font-face {
|
14
|
-
font-family: "Metropolis";
|
15
|
-
font-weight: 100;
|
16
|
-
src: asset_url("spina/Metropolis-Thin.woff2") format("woff2");
|
17
|
-
}
|
18
|
-
|
19
|
-
@font-face {
|
20
|
-
font-family: "Metropolis";
|
21
|
-
font-weight: 100;
|
22
|
-
font-style: italic;
|
23
|
-
src: asset_url("spina/Metropolis-ThinItalic.woff2") format("woff2");
|
24
|
-
}
|
25
|
-
|
26
|
-
@font-face {
|
27
|
-
font-family: "Metropolis";
|
28
|
-
font-weight: 200;
|
29
|
-
src: asset_url("spina/Metropolis-ExtraLight.woff2") format("woff2");
|
30
|
-
}
|
31
|
-
|
32
|
-
@font-face {
|
33
|
-
font-family: "Metropolis";
|
34
|
-
font-weight: 200;
|
35
|
-
src: asset_url("spina/Metropolis-ExtraLightItalic.woff2") format("woff2");
|
36
|
-
}
|
37
|
-
|
38
|
-
@font-face {
|
39
|
-
font-family: "Metropolis";
|
40
|
-
font-weight: 300;
|
41
|
-
src: asset_url("spina/Metropolis-Light.woff2") format("woff2");
|
42
|
-
}
|
43
|
-
|
44
|
-
@font-face {
|
45
|
-
font-family: "Metropolis";
|
46
|
-
font-weight: 300;
|
47
|
-
font-style: italic;
|
48
|
-
src: asset_url("spina/Metropolis-LightItalic.woff2") format("woff2");
|
49
|
-
}
|
50
|
-
|
51
|
-
@font-face {
|
52
|
-
font-family: "Metropolis";
|
53
|
-
font-weight: 500;
|
54
|
-
src: asset_url("spina/Metropolis-Medium.woff2") format("woff2");
|
55
|
-
}
|
56
|
-
|
57
|
-
@font-face {
|
58
|
-
font-family: "Metropolis";
|
59
|
-
font-weight: 500;
|
60
|
-
font-style: italic;
|
61
|
-
src: asset_url("spina/Metropolis-MediumItalic.woff2") format("woff2");
|
62
|
-
}
|
63
|
-
|
64
|
-
@font-face {
|
65
|
-
font-family: "Metropolis";
|
66
|
-
font-weight: 600;
|
67
|
-
src: asset_url("spina/Metropolis-SemiBold.woff2") format("woff2");
|
68
|
-
}
|
69
|
-
|
70
|
-
@font-face {
|
71
|
-
font-family: "Metropolis";
|
72
|
-
font-weight: 600;
|
73
|
-
font-style: italic;
|
74
|
-
src: asset_url("spina/Metropolis-SemiBoldItalic.woff2") format("woff2");
|
75
|
-
}
|
76
|
-
|
77
|
-
@font-face {
|
78
|
-
font-family: "Metropolis";
|
79
|
-
font-weight: 700;
|
80
|
-
src: asset_url("spina/Metropolis-Bold.woff2") format("woff2");
|
81
|
-
}
|
82
|
-
|
83
|
-
@font-face {
|
84
|
-
font-family: "Metropolis";
|
85
|
-
font-weight: 700;
|
86
|
-
font-style: italic;
|
87
|
-
src: asset_url("spina/Metropolis-BoldItalic.woff2") format("woff2");
|
88
|
-
}
|
89
|
-
|
90
|
-
@font-face {
|
91
|
-
font-family: "Metropolis";
|
92
|
-
font-weight: 800;
|
93
|
-
src: asset_url("spina/Metropolis-ExtraBold.woff2") format("woff2");
|
94
|
-
}
|
95
|
-
|
96
|
-
@font-face {
|
97
|
-
font-family: "Metropolis";
|
98
|
-
font-weight: 800;
|
99
|
-
font-style: italic;
|
100
|
-
src: asset_url("spina/Metropolis-ExtraBoldItalic.woff2") format("woff2");
|
101
|
-
}
|
102
|
-
|
103
|
-
@font-face {
|
104
|
-
font-family: "Metropolis";
|
105
|
-
font-weight: 900;
|
106
|
-
src: asset_url("spina/Metropolis-Black.woff2") format("woff2");
|
107
|
-
}
|
108
|
-
|
109
|
-
@font-face {
|
110
|
-
font-family: "Metropolis";
|
111
|
-
font-weight: 900;
|
112
|
-
font-style: italic;
|
113
|
-
src: asset_url("spina/Metropolis-BlackItalic.woff2") format("woff2");
|
114
|
-
}
|