active_frontend 12.1.36 → 12.1.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 147a351358290bba0f7e477738aa06a1b903ec26
4
- data.tar.gz: ad37d84df5d08e30581dd9769c10329138cbf6ce
3
+ metadata.gz: a4a3857d7cbb075243a64a2f65575c57874e2c48
4
+ data.tar.gz: a8743181ee62cbb5dfa688895733a6a1ad0c6ef3
5
5
  SHA512:
6
- metadata.gz: e1ef5f1a7152f65b0660275fbcd0cb541eb28070aa152002ea4908051e088bc69a87ee71df88cd0d1793e521f3fcb3b5002333ffb6c65611b80a83d1cb669c45
7
- data.tar.gz: b7b9fefcb740f11c5ffe88de11b5379156b4da59de4b83f15bbd43565b5dd0a630c3fa3ed440b8902523d96c0eec7cfb6ad3b1afbc939b7be08d21145f2fb2b7
6
+ metadata.gz: ea92d8711d5855ccda1163a443a697a6449bc6fe020acdf490009f274694dd601bf4e00e6ebbf005ef88e1a6d813e640845363b892bf283b5e214664941314ae
7
+ data.tar.gz: 974b1869ee60947d1a2f6c8911cfb27b130f095e57a6b568094592d9ae5e190985499e758e0ce57ba31e872732017c5f472e146d7d6afdfbd6b8d15e3c4d2373
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.36"
2
+ VERSION = "12.1.37"
3
3
  end
@@ -76,7 +76,7 @@
76
76
  scaleFontStyle: "bold",
77
77
 
78
78
  // String - Scale label font colour
79
- scaleFontColor: "rgba(40,49,59,1)",
79
+ scaleFontColor: "rgba(16,18,25,1)",
80
80
 
81
81
  // Boolean - whether or not the chart should be responsive and resize when the browser does.
82
82
  responsive: true,
@@ -91,7 +91,7 @@
91
91
  tooltipEvents: ["mousemove", "touchstart", "touchmove", "mouseout"],
92
92
 
93
93
  // String - Tooltip background colour
94
- tooltipFillColor: "rgba(40,49,59,1)",
94
+ tooltipFillColor: "rgba(16,18,25,1)",
95
95
 
96
96
  // String - Tooltip label font declaration for the scale label
97
97
  tooltipFontFamily: "'Gotham', 'Gotham Round', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
@@ -3007,7 +3007,7 @@
3007
3007
  pointLabelFontSize : 11,
3008
3008
 
3009
3009
  //String - Point label font colour
3010
- pointLabelFontColor : "rgba(40,49,59,1)",
3010
+ pointLabelFontColor : "rgba(16,18,25,1)",
3011
3011
 
3012
3012
  //Boolean - Whether to show a dot for each point
3013
3013
  pointDot : true,
@@ -1852,7 +1852,7 @@ GMaps.staticMapURL = function(options){
1852
1852
  opacity = parseFloat(opacity);
1853
1853
  opacity = Math.min(1, Math.max(opacity, 0));
1854
1854
  if (opacity === 0) {
1855
- return '0x11151800';
1855
+ return '0x10121900';
1856
1856
  }
1857
1857
  opacity = (opacity * 255).toString(16);
1858
1858
  if (opacity.length === 1) {
@@ -383,7 +383,7 @@
383
383
  }
384
384
 
385
385
  Tooltip.prototype.getUID = function (prefix) {
386
- do prefix += ~~(Math.random() * 1111518)
386
+ do prefix += ~~(Math.random() * 1101219)
387
387
  while (document.getElementById(prefix))
388
388
  return prefix
389
389
  }
@@ -6,9 +6,9 @@
6
6
  /* # Grayscale Colors
7
7
  ================================================== */
8
8
  $color-transparent: rgba(0,0,0,0);
9
- $color-dark-black: rgba(17,21,24,1);
10
- $color-black: rgba(40,49,59,1);
11
- $color-light-black: rgba(50,63,73,1);
9
+ $color-dark-black: rgba(16,18,25,1);
10
+ $color-black: rgba(35,40,55,1);
11
+ $color-light-black: rgba(48,54,75,1);
12
12
  $color-dark-gray: rgba(71,82,93,1);
13
13
  $color-gray: rgba(106,122,138,1);
14
14
  $color-light-gray: rgba(151,163,175,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: 12.1.36
4
+ version: 12.1.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-24 00:00:00.000000000 Z
11
+ date: 2016-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails