active_frontend 15.0.14 → 15.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/app/helpers/active_frontend_helper.rb +3 -3
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/javascripts/base/_colorpicker.js +1 -1
- data/vendor/assets/javascripts/extensions/_chart.js +3 -3
- data/vendor/assets/javascripts/extensions/_funnel.js +1 -1
- data/vendor/assets/stylesheets/_variable.scss +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0afd52eee6945fd49fab2d4748201c0fd7dcc691
|
4
|
+
data.tar.gz: 2ce38538bdc4cee467a271f6dff39daadcadecbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f5e3cc90f6a76058c74222e338e2370f0a11f1a479d069b752082f663a96188a7a182245b4c3fb06a0f8885d19ce5fc6c3ada8c97dd522945c1be76939b3ed7
|
7
|
+
data.tar.gz: ea616cd87c36a0694c231ecad43865a527d50a9108adb653f88640833f8d9bb20ca5e3ade2ec2ec6a5858283d319b027e16dff2e47d50254ca987e48cc9821a5
|
data/.DS_Store
CHANGED
Binary file
|
@@ -22,9 +22,9 @@ module ActiveFrontendHelper
|
|
22
22
|
|
23
23
|
def colors_grayscale(opacity = 1)
|
24
24
|
{
|
25
|
-
light_black: { rgba: "rgba(58,
|
26
|
-
black: { rgba: "rgba(44,
|
27
|
-
dark_black: { rgba: "rgba(30,
|
25
|
+
light_black: { rgba: "rgba(58,67,84,#{opacity})", hex: '#3A4354' },
|
26
|
+
black: { rgba: "rgba(44,53,70,#{opacity})", hex: '#2C3546' },
|
27
|
+
dark_black: { rgba: "rgba(30,39,55,#{opacity})", hex: '#1E2737' },
|
28
28
|
light_gray: { rgba: "rgba(152,166,184,#{opacity})", hex: '#98A6B8' },
|
29
29
|
gray: { rgba: "rgba(138,152,170,#{opacity})", hex: '#8A98AA' },
|
30
30
|
dark_gray: { rgba: "rgba(124,138,156,#{opacity})", hex: '#7C8A9C' },
|
@@ -19,7 +19,7 @@
|
|
19
19
|
colors: [
|
20
20
|
'#97D45B', '#34D059', '#42DFB4', '#328BFF', '#8D63EF',
|
21
21
|
'#B368DB', '#ED6A7B', '#F04A41', '#FCA32D', '#F7D02F',
|
22
|
-
'#
|
22
|
+
'#2C3546', '#8A98AA', '#EEF1FA', '#FFFFFF'
|
23
23
|
],
|
24
24
|
item: '<li><button type="button"></button></li>',
|
25
25
|
menu: '<ul class="colorpicker dropmenu caret"></ul>',
|
@@ -5415,8 +5415,8 @@ module.exports = function () {
|
|
5415
5415
|
animationDuration: 400
|
5416
5416
|
},
|
5417
5417
|
onClick: null,
|
5418
|
-
defaultColor: 'rgba(44,
|
5419
|
-
defaultFontColor: 'rgba(44,
|
5418
|
+
defaultColor: 'rgba(44,53,70,0.1)',
|
5419
|
+
defaultFontColor: 'rgba(44,53,70,1)',
|
5420
5420
|
defaultFontFamily: "'Fakt Soft Pro', Verdana, Tahoma, sans-serif",
|
5421
5421
|
defaultFontSize: 16,
|
5422
5422
|
defaultFontStyle: 'normal',
|
@@ -7006,7 +7006,7 @@ module.exports = function (Chart) {
|
|
7006
7006
|
enabled: true,
|
7007
7007
|
custom: null,
|
7008
7008
|
mode: 'single',
|
7009
|
-
backgroundColor: 'rgba(44,
|
7009
|
+
backgroundColor: 'rgba(44,53,70,1)',
|
7010
7010
|
titleFontStyle: '500',
|
7011
7011
|
titleSpacing: 0,
|
7012
7012
|
titleMarginBottom: 3,
|
@@ -43,7 +43,7 @@
|
|
43
43
|
displayPercentageChange: false,
|
44
44
|
pPrecision: 1,
|
45
45
|
labelLineColor: '#E5EAF4',
|
46
|
-
labelFontColor: '#
|
46
|
+
labelFontColor: '#2C3546',
|
47
47
|
sectionColor: ['#054B8B', '#075FB0', '#0872D5', '#328BFF', '#3298F7', '#57ABF9', '#7CDDFA'],
|
48
48
|
pSectionColor: '#F8F9FD',
|
49
49
|
font: 'Verdana',
|
@@ -80,9 +80,9 @@ $colors-brand-inverted-global: (
|
|
80
80
|
'quaditiary': map-global-collect($colors-brand-inverted, 'quaditiary')
|
81
81
|
);
|
82
82
|
$colors-grayscale: (
|
83
|
-
'light-black': rgba(58,
|
84
|
-
'black': rgba(44,
|
85
|
-
'dark-black': rgba(30,
|
83
|
+
'light-black': rgba(58,67,84,1),
|
84
|
+
'black': rgba(44,53,70,1),
|
85
|
+
'dark-black': rgba(30,39,55,1),
|
86
86
|
'light-gray': rgba(152,166,184,1),
|
87
87
|
'gray': rgba(138,152,170,1),
|
88
88
|
'dark-gray': rgba(124,138,156,1),
|
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: 15.0.
|
4
|
+
version: 15.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: 2017-10-
|
11
|
+
date: 2017-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|