active_frontend 14.1.29 → 14.1.30
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/app/assets/.DS_Store +0 -0
- data/app/assets/fonts/.DS_Store +0 -0
- data/app/assets/fonts/gibson/gibson-bold.woff +0 -0
- data/app/assets/fonts/gibson/gibson-normal.woff +0 -0
- data/app/assets/fonts/gibson/gibson-semibold.woff +0 -0
- data/app/assets/fonts/gibson/gibson-semilight.woff +0 -0
- data/app/assets/fonts/ubuntu-sans/ubuntu-sans-bold.woff +0 -0
- data/app/assets/fonts/ubuntu-sans/ubuntu-sans-normal.woff +0 -0
- data/app/assets/fonts/ubuntu-sans/ubuntu-sans-semibold.woff +0 -0
- data/app/assets/fonts/ubuntu-sans/ubuntu-sans-semilight.woff +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_variable.scss +10 -0
- data/vendor/assets/stylesheets/blocks/_code.scss +1 -0
- data/vendor/assets/stylesheets/blocks/_font.scss +10 -63
- data/vendor/assets/stylesheets/components/_modal.scss +3 -4
- metadata +10 -3
- data/app/assets/fonts/fakt-soft-pro/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a55be626805515b40e1e6bc3fd751cb1de0376f
|
|
4
|
+
data.tar.gz: 9ae441869bc524f0caf35a2c5ebf76a947a8e137
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5561d63b24154762d89989c2da518e23df46da793ba84737c24f695ddbb175c8912c6ed6368cd63ac3d156d826da36166f219a29cc25e7ff68605592f2b3b69f
|
|
7
|
+
data.tar.gz: 64a9e0bff4359855b1b56bb599983945dd475ae4ea0a1613d89f89cb2265120e5888f5916c9069839f3a1c0efd0962aabfa735e1f8b53358f63680f0471d1c25
|
data/app/assets/.DS_Store
CHANGED
|
Binary file
|
data/app/assets/fonts/.DS_Store
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -167,6 +167,16 @@ $common-visibility-types: collapse, hidden, visible;
|
|
|
167
167
|
|
|
168
168
|
// Font
|
|
169
169
|
// ==================================================
|
|
170
|
+
$font-available: (
|
|
171
|
+
blender-pro: 'Blender Pro',
|
|
172
|
+
branding: 'Branding',
|
|
173
|
+
clear-sans: 'Clear Sans',
|
|
174
|
+
fakt-pro: 'Fakt Pro',
|
|
175
|
+
fakt-soft-pro: 'Fakt Soft Pro',
|
|
176
|
+
gibson: 'Gibson',
|
|
177
|
+
source-sans-pro: 'Source Sans Pro',
|
|
178
|
+
ubuntu-sans: 'Ubuntu Sans'
|
|
179
|
+
);
|
|
170
180
|
$font-families: (
|
|
171
181
|
display: ('Fakt Soft Pro', Verdana, Tahoma, sans-serif),
|
|
172
182
|
monospace: (Courier, Consolas, Menlo, Monaco, monospace),
|
|
@@ -5,69 +5,16 @@
|
|
|
5
5
|
// Font-face
|
|
6
6
|
// ==================================================
|
|
7
7
|
@each $type, $families in $font-families {
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@font-
|
|
11
|
-
font-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
@if index(text-family($type), 'Blender Pro') {
|
|
20
|
-
@each $name, $weight in $font-weights {
|
|
21
|
-
@font-face {
|
|
22
|
-
font-display: swap;
|
|
23
|
-
font-family: 'Blender Pro';
|
|
24
|
-
font-style: normal;
|
|
25
|
-
font-weight: $weight;
|
|
26
|
-
src: url(font-path('blender-pro/blender-pro-#{$name}.woff')) format('woff');
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
@if index(text-family($type), 'Clear Sans') {
|
|
31
|
-
@each $name, $weight in $font-weights {
|
|
32
|
-
@font-face {
|
|
33
|
-
font-display: swap;
|
|
34
|
-
font-family: 'Clear Sans';
|
|
35
|
-
font-style: normal;
|
|
36
|
-
font-weight: $weight;
|
|
37
|
-
src: url(font-path('clear-sans/clear-sans-#{$name}.woff')) format('woff');
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
@if index(text-family($type), 'Fakt Pro') {
|
|
42
|
-
@each $name, $weight in $font-weights {
|
|
43
|
-
@font-face {
|
|
44
|
-
font-display: swap;
|
|
45
|
-
font-family: 'Fakt Pro';
|
|
46
|
-
font-style: normal;
|
|
47
|
-
font-weight: $weight;
|
|
48
|
-
src: url(font-path('fakt-pro/fakt-pro-#{$name}.woff')) format('woff');
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
@if index(text-family($type), 'Fakt Soft Pro') {
|
|
53
|
-
@each $name, $weight in $font-weights {
|
|
54
|
-
@font-face {
|
|
55
|
-
font-display: swap;
|
|
56
|
-
font-family: 'Fakt Soft Pro';
|
|
57
|
-
font-style: normal;
|
|
58
|
-
font-weight: $weight;
|
|
59
|
-
src: url(font-path('fakt-soft-pro/fakt-soft-pro-#{$name}.woff')) format('woff');
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
@if index(text-family($type), 'Source Sans Pro') {
|
|
64
|
-
@each $name, $weight in $font-weights {
|
|
65
|
-
@font-face {
|
|
66
|
-
font-display: swap;
|
|
67
|
-
font-family: 'Source Sans Pro';
|
|
68
|
-
font-style: normal;
|
|
69
|
-
font-weight: $weight;
|
|
70
|
-
src: url(font-path('source-sans-pro/source-sans-pro-#{$name}.woff')) format('woff');
|
|
8
|
+
@each $file-name, $family in $font-available {
|
|
9
|
+
@if index(text-family($type), $family) {
|
|
10
|
+
@each $name, $weight in $font-weights {
|
|
11
|
+
@font-face {
|
|
12
|
+
font-display: swap;
|
|
13
|
+
font-family: $family;
|
|
14
|
+
font-style: normal;
|
|
15
|
+
font-weight: $weight;
|
|
16
|
+
src: url(font-path('#{$file-name}/#{$file-name}-#{$name}.woff')) format('woff');
|
|
17
|
+
}
|
|
71
18
|
}
|
|
72
19
|
}
|
|
73
20
|
}
|
|
@@ -60,8 +60,7 @@
|
|
|
60
60
|
.modal-footer {
|
|
61
61
|
border-top-style: solid;
|
|
62
62
|
border-top-width: 1px;
|
|
63
|
-
padding
|
|
64
|
-
padding: 15px 20px;
|
|
63
|
+
padding: 16px 20px 15px;
|
|
65
64
|
}
|
|
66
65
|
|
|
67
66
|
// Styles
|
|
@@ -95,7 +94,7 @@
|
|
|
95
94
|
}
|
|
96
95
|
.modal-footer {
|
|
97
96
|
> .btn,
|
|
98
|
-
> .btn-group { margin-top: -
|
|
97
|
+
> .btn-group { margin-top: -4px; }
|
|
99
98
|
}
|
|
100
99
|
|
|
101
100
|
&.left {
|
|
@@ -140,5 +139,5 @@
|
|
|
140
139
|
// ==================================================
|
|
141
140
|
@media only screen and (max-width: 767px) {
|
|
142
141
|
.modal { width: calc(100% - 20px); }
|
|
143
|
-
.modal-body { max-height:
|
|
142
|
+
.modal-body { max-height: 260px; }
|
|
144
143
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 14.1.
|
|
4
|
+
version: 14.1.30
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -181,15 +181,22 @@ files:
|
|
|
181
181
|
- app/assets/fonts/fakt-pro/fakt-pro-normal.woff
|
|
182
182
|
- app/assets/fonts/fakt-pro/fakt-pro-semibold.woff
|
|
183
183
|
- app/assets/fonts/fakt-pro/fakt-pro-semilight.woff
|
|
184
|
-
- app/assets/fonts/fakt-soft-pro/.DS_Store
|
|
185
184
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-bold.woff
|
|
186
185
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-normal.woff
|
|
187
186
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semibold.woff
|
|
188
187
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semilight.woff
|
|
188
|
+
- app/assets/fonts/gibson/gibson-bold.woff
|
|
189
|
+
- app/assets/fonts/gibson/gibson-normal.woff
|
|
190
|
+
- app/assets/fonts/gibson/gibson-semibold.woff
|
|
191
|
+
- app/assets/fonts/gibson/gibson-semilight.woff
|
|
189
192
|
- app/assets/fonts/source-sans-pro/source-sans-pro-bold.woff
|
|
190
193
|
- app/assets/fonts/source-sans-pro/source-sans-pro-normal.woff
|
|
191
194
|
- app/assets/fonts/source-sans-pro/source-sans-pro-semibold.woff
|
|
192
195
|
- app/assets/fonts/source-sans-pro/source-sans-pro-semilight.woff
|
|
196
|
+
- app/assets/fonts/ubuntu-sans/ubuntu-sans-bold.woff
|
|
197
|
+
- app/assets/fonts/ubuntu-sans/ubuntu-sans-normal.woff
|
|
198
|
+
- app/assets/fonts/ubuntu-sans/ubuntu-sans-semibold.woff
|
|
199
|
+
- app/assets/fonts/ubuntu-sans/ubuntu-sans-semilight.woff
|
|
193
200
|
- app/assets/fonts/wysiwyg/wysiwyg.woff
|
|
194
201
|
- app/assets/images/.DS_Store
|
|
195
202
|
- app/assets/images/.keep
|
|
Binary file
|