spina 2.6.0 → 2.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8e6360561b1bb460394fb3d5032f1927d97a50b8de91742da13cb17d1b8e4b0
4
- data.tar.gz: d10a26f6215d2b2f4788cc5a97851d802f84b701376a5f7ab4a7dd37f0939453
3
+ metadata.gz: e70d3196cc16222f90924b746b202242787e03daf752c1b3cef304b61b4aef4d
4
+ data.tar.gz: 2b2c875191d2b8e55ed189b844385480fba298433915e6b11bde1505ecd9edb3
5
5
  SHA512:
6
- metadata.gz: 3adb1591ca4cef306680e456e00081042662d8d9b224c5a88aa0cc2845c0ace2d08db511474e7f1981581e967947143b225895d4360303ddbb8aafcd9f477eda
7
- data.tar.gz: 863d27360647fd54c8ac5475da675cae966873e12c8d63264e3c370980333fbea0c92eea252499125bd685a4421c81f2698e94bb41f4962494080f5302842dfe
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
+ }
@@ -0,0 +1,6 @@
1
+ /*
2
+ *= require spina/_animate
3
+ *= require spina/_fonts
4
+ *= require spina/_tailwind
5
+ *= require_self
6
+ */
@@ -9,7 +9,7 @@
9
9
  <link rel="icon" href="<%= image_url('spina/favicon.png') %>" />
10
10
 
11
11
  <title>Spina CMS</title>
12
-
12
+
13
13
  <!-- Tailwind -->
14
14
  <%= stylesheet_link_tag 'spina/application', data: {turbolinks_track: true} %>
15
15
 
data/lib/spina/engine.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'sass-rails'
2
1
  require 'importmap-rails'
3
2
  require 'turbo-rails'
4
3
  require 'stimulus-rails'
data/lib/spina/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Spina
2
- VERSION = "2.6.0"
2
+ VERSION = "2.6.1"
3
3
  end
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.0
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-09 00:00:00.000000000 Z
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.scss
849
+ - app/assets/stylesheets/spina/_fonts.css.erb
864
850
  - app/assets/stylesheets/spina/_tailwind.css
865
- - app/assets/stylesheets/spina/application.sass
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.1.4
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
- }
@@ -1,3 +0,0 @@
1
- @import fonts
2
- @import animate
3
- @import tailwind