active_frontend 14.0.41 → 14.0.42

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
  SHA1:
3
- metadata.gz: 3d8e0aa9222b72c4b2566b3ee79d1c734f933f8b
4
- data.tar.gz: b81c3c683d7b2ec23f22a8220436b84d369093e9
3
+ metadata.gz: c8da7d5177dcf4b0cb303c428bfb1868ecec4fe3
4
+ data.tar.gz: 6c26ecf443651b24e9e161292bff71b137f0db6a
5
5
  SHA512:
6
- metadata.gz: 884d4529c7e34090ac1d275e23867ded8ba6789bec1fb7f618e5cd3271f24d003694bef925b62589b7ec0c04d7b059ac643a949b0f34b55a95df52ba40fdde52
7
- data.tar.gz: 2b5d63ad0d91a0eb7f5abba332aaa9c9edaa90d93374604cd09093d2ffa83370738c0459cec5a9f0594f68d088df2f6d1c82ce22d9958e8069ffe5c923d676c3
6
+ metadata.gz: 282e4b038713c5f00c42982c7207dbb266639daf2b43907930f7d97fa5ac9209d362dc4b6ad413b72ad8b63478652fcbe079bbcb7486dc99da69baae764a6f1a
7
+ data.tar.gz: be0f08121aceecc3ab0feb5e70c350585e863892560212567c9c5043b8f03e9617fcc4cd4417350974423f4c8a86f83ceef0310b2e01247c60c852f0cd599973
@@ -3,9 +3,9 @@ module ActiveFrontendHelper
3
3
  def colors(opacity = 1)
4
4
  {
5
5
  transparent: { rgba: "rgba(0,0,0,0)", hex: '#FFFFFF' },
6
- dark_black: { rgba: "rgba(47,59,72,#{opacity})", hex: '#2F3B48' },
7
- black: { rgba: "rgba(54,68,83,#{opacity})", hex: '#364453' },
8
- light_black: { rgba: "rgba(61,77,93,#{opacity})", hex: '#3D4D5D' },
6
+ dark_black: { rgba: "rgba(37,49,62,#{opacity})", hex: '#25313E' },
7
+ black: { rgba: "rgba(44,58,73,#{opacity})", hex: '#2C3A49' },
8
+ light_black: { rgba: "rgba(51,67,83,#{opacity})", hex: '#334353' },
9
9
  dark_gray: { rgba: "rgba(110,128,150,#{opacity})", hex: '#6E8096' },
10
10
  gray: { rgba: "rgba(130,146,164,#{opacity})", hex: '#8292A4' },
11
11
  light_gray: { rgba: "rgba(153,166,183,#{opacity})", hex: '#99A6B7' },
@@ -20,7 +20,7 @@ module ActiveFrontendHelper
20
20
  indigo: { rgba: "rgba(126,99,226,#{opacity})", hex: '#7E63E2' },
21
21
  purple: { rgba: "rgba(186,91,206,#{opacity})", hex: '#BA5BCE' },
22
22
  pink: { rgba: "rgba(239,76,136,#{opacity})", hex: '#EA4C88' },
23
- red: { rgba: "rgba(235,70,34,#{opacity})", hex: '#EB4622' },
23
+ red: { rgba: "rgba(235,60,34,#{opacity})", hex: '#EB3C22' },
24
24
  orange: { rgba: "rgba(253,163,13,#{opacity})", hex: '#FDA30D' },
25
25
  yellow: { rgba: "rgba(246,209,35,#{opacity})", hex: '#F6D123' }
26
26
  }
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.41'.freeze
2
+ VERSION = '14.0.42'.freeze
3
3
  end
@@ -19,8 +19,8 @@
19
19
  callback: function (color) {},
20
20
  colors: [
21
21
  '#A1D74D', '#2ECC40', '#2ECFDD', '#0D86F6', '#7E63E2',
22
- '#BA5BCE', '#EA4C88', '#EB4622', '#FDA30D', '#F6D123',
23
- '#364453', '#8292A4', '#EEF0F6', '#FFFFFF'
22
+ '#BA5BCE', '#EA4C88', '#EB3C22', '#FDA30D', '#F6D123',
23
+ '#2C3A49', '#8292A4', '#EEF0F6', '#FFFFFF'
24
24
  ],
25
25
  item: '<li><button type="button"></button></li>',
26
26
  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(54,68,83,0.1)',
5419
- defaultFontColor: 'rgba(54,68,83,1)',
5418
+ defaultColor: 'rgba(44,58,73,0.1)',
5419
+ defaultFontColor: 'rgba(44,58,73,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(54,68,83,1)',
7009
+ backgroundColor: 'rgba(44,58,73,1)',
7010
7010
  titleFontStyle: '500',
7011
7011
  titleSpacing: 0,
7012
7012
  titleMarginBottom: 3,
@@ -41,15 +41,15 @@ $colors-brand: (
41
41
  'indigo': rgba(126,99,226,1),
42
42
  'purple': rgba(186,91,206,1),
43
43
  'pink': rgba(239,76,136,1),
44
- 'red': rgba(235,70,34,1),
44
+ 'red': rgba(235,60,34,1),
45
45
  'orange': rgba(253,163,13,1),
46
46
  'yellow': rgba(246,209,35,1)
47
47
  );
48
48
  $colors-grayscale: (
49
49
  'transparent': rgba(0,0,0,0),
50
- 'dark-black': rgba(47,59,72,1),
51
- 'black': rgba(54,68,83,1),
52
- 'light-black': rgba(61,77,93,1),
50
+ 'dark-black': rgba(37,49,62,1),
51
+ 'black': rgba(44,58,73,1),
52
+ 'light-black': rgba(51,67,83,1),
53
53
  'dark-gray': rgba(110,128,150,1),
54
54
  'gray': rgba(130,146,164,1),
55
55
  'light-gray': rgba(153,166,183,1),
@@ -73,7 +73,7 @@ $common-border-radiuses: (
73
73
  xl: 999px,
74
74
  l: 10px,
75
75
  m: 6px,
76
- b: 4px,
76
+ b: 3px,
77
77
  s: 2px,
78
78
  n: 0
79
79
  );
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.41
4
+ version: 14.0.42
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-12-20 00:00:00.000000000 Z
11
+ date: 2016-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails