active_frontend 12.4.14 → 12.4.15

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: 19ce504a37dbe57885cb0480fc2972aa45a365bd
4
- data.tar.gz: 4f7ac5286ca962205524f36f7da3cd1763a25918
3
+ metadata.gz: 5f30786e928cb14f3ca18c26be9192038dd70563
4
+ data.tar.gz: 5c33a2a7b6a68b2bf0ea6026eb77489cba798ac2
5
5
  SHA512:
6
- metadata.gz: 733b5abe9e0d730aba97cf71a7c5a59fc243a8219f2d44ce7e201bad09c72ef1e6e955a823d5b8134825fdf2470172381292c3ec73fddfed25f3ff0f2e366908
7
- data.tar.gz: b47a9557a83dc2f3952927197b4ecc69fa89501e98e3c6c183e9cd5e9d6744ef8069b402da443f5a777b6c6d00fe11b700b89c2cb766ac5645c1212b8b0d6583
6
+ metadata.gz: 40bea6f1e433f631fbc217a611ec447c5975a192923971d1d9b0cb05813b65b4d8cf48759c98ce6903d7c46e74550e646c6b3ed8b8878d34ba96ef5f72793926
7
+ data.tar.gz: fd74a956d299a96a1581533ad88a5549eaabdd2371877974dcdc574c230236c932bfd1f7af082e3fbd69f41e86b92d7191ab61045b480b44cc5bca641c9a1f4f
@@ -29,7 +29,7 @@ module ActiveFrontendHelper
29
29
  orange: { rgba: "rgba(248,122,9,#{opacity})", hex: "#F87A09" },
30
30
  yellow: { rgba: "rgba(255,209,0,#{opacity})", hex: "#FFD100" },
31
31
  lime_alt: { rgba: "rgba(181,228,78,#{opacity})", hex: "#B5E44E" },
32
- green_alt: { rgba: "rgba(139,200,65,#{opacity})", hex: "#64C21C" },
32
+ green_alt: { rgba: "rgba(100,194,28,#{opacity})", hex: "#64C21C" },
33
33
  teal_alt: { rgba: "rgba(120,206,205,#{opacity})", hex: "#78CECD" },
34
34
  blue_alt: { rgba: "rgba(0,153,255,#{opacity})", hex: "#0099FF" },
35
35
  indigo_alt: { rgba: "rgba(94,94,237,#{opacity})", hex: "#5E5EED" },
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.14"
2
+ VERSION = "12.4.15"
3
3
  end
@@ -165,7 +165,7 @@
165
165
  // Array - A list of colors to use as the defaults
166
166
  segmentColorDefault: [
167
167
  "rgba(151,212,19,1)",
168
- "rgba(100,194,28,1)",
168
+ "rgba(75,173,8,1)",
169
169
  "rgba(69,195,196,1)",
170
170
  "rgba(0,102,255,1)",
171
171
  "rgba(86,21,237,1)",
@@ -181,7 +181,7 @@
181
181
  // Array - A list of highlight colors to use as the defaults
182
182
  segmentHighlightColorDefaults: [
183
183
  "rgba(151,212,19,0.1)",
184
- "rgba(100,194,28,0.1)",
184
+ "rgba(75,173,8,0.1)",
185
185
  "rgba(69,195,196,0.1)",
186
186
  "rgba(0,102,255,0.1)",
187
187
  "rgba(86,21,237,0.1)",
@@ -22,7 +22,7 @@ $color-white: rgba(255,255,255,1);
22
22
  /* # Base Colors
23
23
  ================================================== */
24
24
  $color-lime: rgba(151,212,19,1);
25
- $color-green: rgba(100,194,28,1);
25
+ $color-green: rgba(75,173,8,1);
26
26
  $color-teal: rgba(69,195,196,1);
27
27
  $color-blue: rgba(0,102,255,1);
28
28
  $color-indigo: rgba(86,21,237,1);
@@ -44,7 +44,7 @@ $color-light-black-alt-2: rgba(59,48,77,1);
44
44
  /* # Alt Base Colors
45
45
  ================================================== */
46
46
  $color-lime-alt: rgba(181,228,78,1);
47
- $color-green-alt: rgba(139,200,65,1);
47
+ $color-green-alt: rgba(100,194,28,1);
48
48
  $color-teal-alt: rgba(120,206,205,1);
49
49
  $color-blue-alt: rgba(0,153,255,1);
50
50
  $color-indigo-alt: rgba(94,94,237,1);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.4.14
4
+ version: 12.4.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez