active_frontend 14.0.14 → 14.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/lib/generators/active_frontend/templates/install.scss +1 -0
- data/vendor/.DS_Store +0 -0
- data/vendor/assets/javascripts/base/_colorpicker.js +2 -2
- data/vendor/assets/stylesheets/_variable.scss +18 -18
- data/vendor/assets/stylesheets/active_frontend.scss +1 -0
- data/vendor/assets/stylesheets/blocks/_code.scss +28 -28
- data/vendor/assets/stylesheets/blocks/_font.scss +28 -0
- data/vendor/assets/stylesheets/blocks/_typography.scss +0 -26
- data/vendor/assets/stylesheets/components/_header.scss +1 -1
- data/vendor/assets/stylesheets/components/_milestone.scss +2 -2
- data/vendor/assets/stylesheets/components/_nav_and_tab.scss +1 -6
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce2e3560d9d5a2ef5fd112605b636e8a5f3c1248
|
4
|
+
data.tar.gz: 2591ed915332c9e4a20dfc13eeef96cf670781bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c2eb42ddf029010410d691842d4c7b905b370c92d27c992d8483172a9ab334b5a0d47b94af54f32eaa8c6a734b37fc3c13c3121e379f4734dd144a477d01d76
|
7
|
+
data.tar.gz: 20b176ddb0c5c12390bd9ba4434c11a8a645ae35bd5baab49abc8804fb7be04daaf85afbe7d55b17ae6f050b2d623f27612d9ab6f68d98de27c53d0fdac6c9ac
|
data/vendor/.DS_Store
CHANGED
Binary file
|
@@ -18,8 +18,8 @@
|
|
18
18
|
Colorpicker.DEFAULTS = {
|
19
19
|
callback: function (color) {},
|
20
20
|
colors: [
|
21
|
-
'#
|
22
|
-
'#
|
21
|
+
'#A7E254', '#13CE56', '#21D5E9', '#148DFF', '#7050E8',
|
22
|
+
'#9061C2', '#FF6658', '#E64235', '#FF843A', '#F8D104',
|
23
23
|
'#343B4A', '#9BA7BA', '#ECEFF5', '#FFFFFF'
|
24
24
|
],
|
25
25
|
item: '<li><button type="button"></button></li>',
|
@@ -34,16 +34,16 @@ $animation-durations: (
|
|
34
34
|
// Color
|
35
35
|
// ==================================================
|
36
36
|
$colors-brand: (
|
37
|
-
'lime': rgba(
|
38
|
-
'green': rgba(
|
39
|
-
'teal': rgba(
|
40
|
-
'blue': rgba(
|
41
|
-
'indigo': rgba(
|
42
|
-
'purple': rgba(
|
43
|
-
'pink': rgba(255,
|
44
|
-
'red': rgba(
|
45
|
-
'orange': rgba(255,
|
46
|
-
'yellow': rgba(
|
37
|
+
'lime': rgba(167,226,84,1),
|
38
|
+
'green': rgba(19,206,86,1),
|
39
|
+
'teal': rgba(33,213,233,1),
|
40
|
+
'blue': rgba(20,141,255,1),
|
41
|
+
'indigo': rgba(112,80,232,1),
|
42
|
+
'purple': rgba(144,97,194,1),
|
43
|
+
'pink': rgba(255,102,88,1),
|
44
|
+
'red': rgba(230,66,53,1),
|
45
|
+
'orange': rgba(255,132,58,1),
|
46
|
+
'yellow': rgba(248,209,4,1)
|
47
47
|
);
|
48
48
|
$colors-grayscale: (
|
49
49
|
'transparent': rgba(0,0,0,0),
|
@@ -111,14 +111,14 @@ $font-indents: (
|
|
111
111
|
xxxs: -20px
|
112
112
|
);
|
113
113
|
$font-line-heights: (
|
114
|
-
xxxl:
|
115
|
-
xxl:
|
116
|
-
xl:
|
117
|
-
l:
|
118
|
-
m:
|
119
|
-
b:
|
120
|
-
s:
|
121
|
-
xs:
|
114
|
+
xxxl: 80px,
|
115
|
+
xxl: 62px,
|
116
|
+
xl: 42px,
|
117
|
+
l: 32px,
|
118
|
+
m: 28px,
|
119
|
+
b: 26px,
|
120
|
+
s: 22px,
|
121
|
+
xs: 18px,
|
122
122
|
xxs: 14px,
|
123
123
|
xxxs: 12px,
|
124
124
|
i: 1,
|
@@ -55,7 +55,7 @@ samp {
|
|
55
55
|
font-style: italic;
|
56
56
|
} // Comment
|
57
57
|
.err {
|
58
|
-
color: color(
|
58
|
+
color: color(red);
|
59
59
|
background: color(black);
|
60
60
|
} // Error
|
61
61
|
.k { color: color(blue); } // Keyword
|
@@ -63,7 +63,7 @@ samp {
|
|
63
63
|
color: color(light-gray);
|
64
64
|
font-style: italic;
|
65
65
|
} // Comment.Multiline
|
66
|
-
.cp { color: color(
|
66
|
+
.cp { color: color(green); } // Comment.Preproc
|
67
67
|
.c1 {
|
68
68
|
color: color(light-gray);
|
69
69
|
font-style: italic;
|
@@ -72,14 +72,14 @@ samp {
|
|
72
72
|
color: color(blue);
|
73
73
|
font-style: italic;
|
74
74
|
} // Comment.Special
|
75
|
-
.gd { color: color(
|
75
|
+
.gd { color: color(red); } // Generic.Deleted
|
76
76
|
.ge { font-style: italic; } // Generic.Emph
|
77
|
-
.gr { color: color(
|
77
|
+
.gr { color: color(red); } // Generic.Error
|
78
78
|
.gh {
|
79
79
|
color: color(blue);
|
80
80
|
font-weight: bold;
|
81
81
|
} // Generic.Heading
|
82
|
-
.gi { color: color(
|
82
|
+
.gi { color: color(green); } // Generic.Inserted
|
83
83
|
.go { color: color(gray); } // Generic.Output
|
84
84
|
.gp { color: color(black); } // Generic.Prompt
|
85
85
|
.gs { font-weight: bold; } // Generic.Strong
|
@@ -87,54 +87,54 @@ samp {
|
|
87
87
|
color: color(black);
|
88
88
|
font-weight: bold;
|
89
89
|
} // Generic.Subheading
|
90
|
-
.gt { color: color(
|
90
|
+
.gt { color: color(red); } // Generic.Traceback
|
91
91
|
.kc { color: color(blue); } // Keyword.Constant
|
92
|
-
.kd { color: color(
|
92
|
+
.kd { color: color(red); } // Keyword.Declaration
|
93
93
|
.kn { color: color(blue); } // Keyword.Namespace
|
94
94
|
.kp { color: color(blue); } // Keyword.Pseudo
|
95
95
|
.kr { color: color(blue); } // Keyword.Reserved
|
96
|
-
.kt { color: color(
|
97
|
-
.m { color: color(
|
96
|
+
.kt { color: color(green); } // Keyword.Type
|
97
|
+
.m { color: color(green); } // Literal.Number
|
98
98
|
.s { color: color(blue); } // Literal.String
|
99
|
-
.sa { color: color(
|
99
|
+
.sa { color: color(green); } // Literal.String.Alternate
|
100
100
|
.na { color: color(blue); } // Name.Attribute
|
101
|
-
.nb { color: color(
|
102
|
-
.nc { color: color(
|
103
|
-
.no { color: color(
|
101
|
+
.nb { color: color(green); } // Name.Builtin
|
102
|
+
.nc { color: color(green); } // Name.Class
|
103
|
+
.no { color: color(red); } // Name.Constant
|
104
104
|
.nd { color: color(gray); } // Name.Decorator
|
105
105
|
.ni {
|
106
|
-
color: color(
|
106
|
+
color: color(red);
|
107
107
|
font-weight: bold;
|
108
108
|
} // Name.Entity
|
109
|
-
.nf { color: color(
|
110
|
-
.nn { color: color(
|
109
|
+
.nf { color: color(green); } // Name.Function
|
110
|
+
.nn { color: color(green); } // Name.Namespace
|
111
111
|
.nt {
|
112
112
|
color: color(blue);
|
113
113
|
font-weight: bold;
|
114
114
|
} // Name.Tag
|
115
|
-
.nv { color: color(
|
115
|
+
.nv { color: color(red); } // Name.Variable
|
116
116
|
.ow { color: color(blue); } // Operator.Word
|
117
117
|
.w { color: color(gray); } // Text.Whitespace
|
118
|
-
.mf { color: color(
|
119
|
-
.mh { color: color(
|
120
|
-
.mi { color: color(
|
121
|
-
.mo { color: color(
|
118
|
+
.mf { color: color(green); } // Literal.Number.Float
|
119
|
+
.mh { color: color(green); } // Literal.Number.Hex
|
120
|
+
.mi { color: color(green); } // Literal.Number.Integer
|
121
|
+
.mo { color: color(green); } // Literal.Number.Oct
|
122
122
|
.sb { color: color(blue); } // Literal.String.Backtick
|
123
123
|
.sc { color: color(blue); } // Literal.String.Char
|
124
124
|
.sd { color: color(blue); } // Literal.String.Doc
|
125
125
|
.s2 { color: color(blue); } // Literal.String.Double
|
126
126
|
.se { color: color(blue); } // Literal.String.Escape
|
127
|
-
.sh { color: color(blue); } // Literal.String.
|
127
|
+
.sh { color: color(blue); } // Literal.String.Heredoc
|
128
128
|
.si { color: color(blue); } // Literal.String.Interpol
|
129
129
|
.sx { color: color(blue); } // Literal.String.Other
|
130
|
-
.sr { color: color(
|
130
|
+
.sr { color: color(green); } // Literal.String.Regex
|
131
131
|
.s1 { color: color(blue); } // Literal.String.Single
|
132
132
|
.ss { color: color(blue); } // Literal.String.Symbol
|
133
|
-
.bp { color: color(
|
134
|
-
.vc { color: color(
|
135
|
-
.vg { color: color(
|
136
|
-
.vi { color: color(
|
137
|
-
.il { color: color(
|
133
|
+
.bp { color: color(green); } // Name.Builtin.Pseudo
|
134
|
+
.vc { color: color(red); } // Name.Variable.Class
|
135
|
+
.vg { color: color(red); } // Name.Variable.Global
|
136
|
+
.vi { color: color(red); } // Name.Variable.Instance
|
137
|
+
.il { color: color(green); } // Literal.Number.Integer.Long
|
138
138
|
|
139
139
|
&.dark {
|
140
140
|
.err { background: color(gray); }
|
@@ -0,0 +1,28 @@
|
|
1
|
+
// Table of Contents
|
2
|
+
// ==================================================
|
3
|
+
// Font-face
|
4
|
+
|
5
|
+
// Font-face
|
6
|
+
// ==================================================
|
7
|
+
@if index(text-family(sans-serif), 'Fakt Pro') {
|
8
|
+
@each $name, $weight in $font-weights {
|
9
|
+
@font-face {
|
10
|
+
font-display: swap;
|
11
|
+
font-family: 'Fakt Pro';
|
12
|
+
font-style: normal;
|
13
|
+
font-weight: $weight;
|
14
|
+
src: url(font-path('fakt-pro/fakt-pro-#{$name}.woff')) format('woff');
|
15
|
+
}
|
16
|
+
}
|
17
|
+
}
|
18
|
+
@if index(text-family(sans-serif), 'Fakt Soft Pro') {
|
19
|
+
@each $name, $weight in $font-weights {
|
20
|
+
@font-face {
|
21
|
+
font-display: swap;
|
22
|
+
font-family: 'Fakt Soft Pro';
|
23
|
+
font-style: normal;
|
24
|
+
font-weight: $weight;
|
25
|
+
src: url(font-path('fakt-soft-pro/fakt-soft-pro-#{$name}.woff')) format('woff');
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
// Table of Contents
|
2
2
|
// ==================================================
|
3
|
-
// Font-face
|
4
3
|
// Reset
|
5
4
|
// Whitespace
|
6
5
|
// Weights
|
@@ -17,31 +16,6 @@
|
|
17
16
|
// Colors
|
18
17
|
// Alignments
|
19
18
|
|
20
|
-
// Font-face
|
21
|
-
// ==================================================
|
22
|
-
@if index(text-family(sans-serif), 'Fakt Pro') {
|
23
|
-
@each $name, $weight in $font-weights {
|
24
|
-
@font-face {
|
25
|
-
font-display: swap;
|
26
|
-
font-family: 'Fakt Pro';
|
27
|
-
font-style: normal;
|
28
|
-
font-weight: $weight;
|
29
|
-
src: url(font-path('fakt-pro/fakt-pro-#{$name}.woff')) format('woff');
|
30
|
-
}
|
31
|
-
}
|
32
|
-
}
|
33
|
-
@if index(text-family(sans-serif), 'Fakt Soft Pro') {
|
34
|
-
@each $name, $weight in $font-weights {
|
35
|
-
@font-face {
|
36
|
-
font-display: swap;
|
37
|
-
font-family: 'Fakt Soft Pro';
|
38
|
-
font-style: normal;
|
39
|
-
font-weight: $weight;
|
40
|
-
src: url(font-path('fakt-soft-pro/fakt-soft-pro-#{$name}.woff')) format('woff');
|
41
|
-
}
|
42
|
-
}
|
43
|
-
}
|
44
|
-
|
45
19
|
// Reset
|
46
20
|
// ==================================================
|
47
21
|
$font-headings: h1, h2, h3, h4, h5, h6;
|
@@ -213,12 +213,7 @@
|
|
213
213
|
@each $name, $color in $colors-global {
|
214
214
|
&.#{$name} {
|
215
215
|
> li {
|
216
|
-
> a
|
217
|
-
|
218
|
-
&.active > a {
|
219
|
-
border-color: color($name);
|
220
|
-
color: color($name);
|
221
|
-
}
|
216
|
+
&.active > a { color: color($name); }
|
222
217
|
}
|
223
218
|
}
|
224
219
|
}
|
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.0.
|
4
|
+
version: 14.0.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -244,6 +244,7 @@ files:
|
|
244
244
|
- vendor/assets/stylesheets/blocks/_button.scss
|
245
245
|
- vendor/assets/stylesheets/blocks/_code.scss
|
246
246
|
- vendor/assets/stylesheets/blocks/_common.scss
|
247
|
+
- vendor/assets/stylesheets/blocks/_font.scss
|
247
248
|
- vendor/assets/stylesheets/blocks/_form.scss
|
248
249
|
- vendor/assets/stylesheets/blocks/_icon.scss
|
249
250
|
- vendor/assets/stylesheets/blocks/_list.scss
|