active_frontend 12.4.14 → 12.4.15
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f30786e928cb14f3ca18c26be9192038dd70563
|
4
|
+
data.tar.gz: 5c33a2a7b6a68b2bf0ea6026eb77489cba798ac2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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(
|
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" },
|
@@ -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(
|
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(
|
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(
|
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(
|
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);
|