active_frontend 13.0.0 → 13.0.1

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: 395efb468d9b69cd0a9dc022d46d1e35510eb1cf
4
- data.tar.gz: b1c9827c6dc0b171bdd27dcddeefa062472a8ab7
3
+ metadata.gz: 22cebbd0530130eaf11ed05ea9544f6c37c4e0f3
4
+ data.tar.gz: 7ef11b53d275320edf97b875ba678e793e46a15e
5
5
  SHA512:
6
- metadata.gz: a985a9b53edabca4eed8a2db63c865112fc27970b38b132cdb02349f698422414d36eac4903e4cc49e446a5abbd5274750f396cb4e44f1335bb22dfd26487c9f
7
- data.tar.gz: 8425408dd38fad6d474020fa0aae4d4abc1b7de51274bfe9e203694fbff8412d4f3ffe37195a95eb9caf59c648e30204f7211f86cce4f317fa79878137df70f7
6
+ metadata.gz: f7a3a9c1cfeb4375fca2487889f992242525f38ffb9af3f3003f75e531b89bc9fea81f462969f75361e7ba20cfa5efa37e5d6c98193ccf171e4e943389ba5c75
7
+ data.tar.gz: 18a0472a2208ba07b5b2ea0ca485720a82b314d7ec5e02fdc80f82b883e1e40e882263d5e4dd1293ef807ca23c7d710b3972c9b70a91f5793c8792b1c1d2be35
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "13.0.0"
2
+ VERSION = "13.0.1"
3
3
  end
@@ -166,7 +166,7 @@
166
166
  segmentColorDefault: [
167
167
  "rgba(151,212,19,1)",
168
168
  "rgba(75,173,8,1)",
169
- "rgba(69,195,196,1)",
169
+ "rgba(30,196,214,1)",
170
170
  "rgba(0,102,255,1)",
171
171
  "rgba(86,21,237,1)",
172
172
  "rgba(124,39,243,1)",
@@ -182,7 +182,7 @@
182
182
  segmentHighlightColorDefaults: [
183
183
  "rgba(151,212,19,0.1)",
184
184
  "rgba(75,173,8,0.1)",
185
- "rgba(69,195,196,0.1)",
185
+ "rgba(30,196,214,0.1)",
186
186
  "rgba(0,102,255,0.1)",
187
187
  "rgba(86,21,237,0.1)",
188
188
  "rgba(124,39,243,0.1)",
@@ -61,7 +61,7 @@ $onwhite-colors: (
61
61
  border: 0;
62
62
  float: right;
63
63
  font-size: 18px;
64
- line-height: 23px;
64
+ line-height: 22px;
65
65
  }
66
66
 
67
67
  /* # Styles
@@ -23,7 +23,7 @@ $color-white: rgba(255,255,255,1);
23
23
  ================================================== */
24
24
  $color-lime: rgba(151,212,19,1);
25
25
  $color-green: rgba(75,173,8,1);
26
- $color-teal: rgba(69,195,196,1);
26
+ $color-teal: rgba(30,196,214,1);
27
27
  $color-blue: rgba(0,102,255,1);
28
28
  $color-indigo: rgba(86,21,237,1);
29
29
  $color-purple: rgba(124,39,243,1);
@@ -43,13 +43,13 @@ $color-light-black-alt-2: rgba(59,48,77,1);
43
43
 
44
44
  /* # Alt Base Colors
45
45
  ================================================== */
46
- $color-lime-alt: rgba(181,228,78,1);
46
+ $color-lime-alt: rgba(171,218,58,1);
47
47
  $color-green-alt: rgba(100,194,28,1);
48
- $color-teal-alt: rgba(120,206,205,1);
49
- $color-blue-alt: rgba(0,153,255,1);
48
+ $color-teal-alt: rgba(50,216,234,1);
49
+ $color-blue-alt: rgba(0,144,255,1);
50
50
  $color-indigo-alt: rgba(94,94,237,1);
51
51
  $color-purple-alt: rgba(140,75,251,1);
52
52
  $color-pink-alt: rgba(255,64,127,1);
53
53
  $color-red-alt: rgba(255,72,71,1);
54
- $color-orange-alt: rgba(254,152,72,1);
55
- $color-yellow-alt: rgba(252,232,73,1);
54
+ $color-orange-alt: rgba(254,142,62,1);
55
+ $color-yellow-alt: rgba(255,219,59,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: 13.0.0
4
+ version: 13.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez