active_frontend 12.4.12 → 12.4.13

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: af9665b6f4c3f48310c06f7002f4559b00e529db
4
- data.tar.gz: d5c285411de14c940311306d83d56cc25a9e4b81
3
+ metadata.gz: 27ffde376591b5bf3fd8b87200803b7ba32fc182
4
+ data.tar.gz: 02ec7f066338d2ab4a432bddf1abea46ab98e2e9
5
5
  SHA512:
6
- metadata.gz: 442c8d88d06cdf6af1d17a30ce7a6c6bd45f8c68a1cea83de5945710a1dbc6bcea8eae20e0229b7072cfa312704bd24423a8e5087ae67caf6691df9e1d8c1b8e
7
- data.tar.gz: 8899066041b3913528ab0440103bd20c7080c132992e4e79ae64ebb42ee3ffe0afb2d7654427b179a50231c8acc7b341e58441abe8ab0e80e3985c10fe0a9871
6
+ metadata.gz: 4f0658e20d573e7f2aee569ff3622f11334cc124ad3780d51e611c319bf87c1f510ad40890df3804f99ad853823515ba66076bc29c045f15a3e94b758d943dd0
7
+ data.tar.gz: 2d53fefe291339a0a1a2ceadf01c132a656f566bdd4ed6d350dd40106420b50e23db4b53ede37f41318094b1de5a6d91dd7e8e5ecacfcc53500308077fd4205b
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.12"
2
+ VERSION = "12.4.13"
3
3
  end
@@ -64,7 +64,7 @@
64
64
  scaleStartValue: null,
65
65
 
66
66
  // String - Colour of the scale line
67
- scaleLineColor: "rgba(237,239,241,1)",
67
+ scaleLineColor: "rgba(235,237,239,1)",
68
68
 
69
69
  // Number - Pixel width of the scale line
70
70
  scaleLineWidth: 1,
@@ -91,7 +91,7 @@
91
91
  scaleFontStyle: "bold",
92
92
 
93
93
  // String - Scale label font colour
94
- scaleFontColor: "rgba(27,30,34,1)",
94
+ scaleFontColor: "rgba(36,40,46,1)",
95
95
 
96
96
  // Boolean - whether or not the chart should be responsive and resize when the browser does.
97
97
  responsive: true,
@@ -109,7 +109,7 @@
109
109
  tooltipEvents: ["mousemove", "touchstart", "touchmove", "mouseout"],
110
110
 
111
111
  // String - Tooltip background colour
112
- tooltipFillColor: "rgba(27,30,34,1)",
112
+ tooltipFillColor: "rgba(36,40,46,1)",
113
113
 
114
114
  // String - Tooltip label font declaration for the scale label
115
115
  tooltipFontFamily: "'Gotham Round', 'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
@@ -166,32 +166,32 @@
166
166
  segmentColorDefault: [
167
167
  "rgba(151,212,19,1)",
168
168
  "rgba(75,173,8,1)",
169
- "rgba(59,187,178,1)",
169
+ "rgba(69,195,196,1)",
170
170
  "rgba(0,102,255,1)",
171
171
  "rgba(86,21,237,1)",
172
- "rgba(115,24,242,1)",
172
+ "rgba(124,39,243,1)",
173
173
  "rgba(255,0,102,1)",
174
174
  "rgba(240,35,17,1)",
175
- "rgba(255,102,0,1)",
175
+ "rgba(248,122,9,1)",
176
176
  "rgba(255,209,0,1)",
177
177
  "rgba(50,56,64,1)",
178
- "rgba(106,122,138,1)"
178
+ "rgba(126,137,150,1)"
179
179
  ],
180
180
 
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
184
  "rgba(75,173,8,0.1)",
185
- "rgba(59,187,178,0.1)",
185
+ "rgba(69,195,196,0.1)",
186
186
  "rgba(0,102,255,0.1)",
187
187
  "rgba(86,21,237,0.1)",
188
- "rgba(115,24,242,0.1)",
188
+ "rgba(124,39,243,0.1)",
189
189
  "rgba(255,0,102,0.1)",
190
190
  "rgba(240,35,17,0.1)",
191
- "rgba(255,102,0,0.1)",
191
+ "rgba(248,122,9,0.1)",
192
192
  "rgba(255,209,0,0.1)",
193
193
  "rgba(50,56,64,0.1)",
194
- "rgba(106,122,138,0.1)"
194
+ "rgba(126,137,150,0.1)"
195
195
  ],
196
196
 
197
197
  // Function - Will fire on animation progression.
@@ -2280,7 +2280,7 @@
2280
2280
  scaleShowGridLines : true,
2281
2281
 
2282
2282
  //String - Colour of the grid lines
2283
- scaleGridLineColor : "rgba(237,239,241,1)",
2283
+ scaleGridLineColor : "rgba(235,237,239,1)",
2284
2284
 
2285
2285
  //Number - Width of the grid lines
2286
2286
  scaleGridLineWidth : 1,
@@ -2776,7 +2776,7 @@
2776
2776
  scaleShowGridLines : true,
2777
2777
 
2778
2778
  //String - Colour of the grid lines
2779
- scaleGridLineColor : "rgba(237,239,241,1)",
2779
+ scaleGridLineColor : "rgba(235,237,239,1)",
2780
2780
 
2781
2781
  //Number - Width of the grid lines
2782
2782
  scaleGridLineWidth : 1,
@@ -3423,7 +3423,7 @@
3423
3423
  scaleBeginAtZero : true,
3424
3424
 
3425
3425
  //String - Colour of the angle line
3426
- angleLineColor : "rgba(237,239,241,1)",
3426
+ angleLineColor : "rgba(235,237,239,1)",
3427
3427
 
3428
3428
  //Number - Pixel width of the angle line
3429
3429
  angleLineWidth : 1,
@@ -3438,7 +3438,7 @@
3438
3438
  pointLabelFontSize : 11,
3439
3439
 
3440
3440
  //String - Point label font colour
3441
- pointLabelFontColor : "rgba(27,30,34,1)",
3441
+ pointLabelFontColor : "rgba(36,40,46,1)",
3442
3442
 
3443
3443
  //Boolean - Whether to show a dot for each point
3444
3444
  pointDot : true,
@@ -292,14 +292,12 @@ $onwhite-colors: (
292
292
  width: 100%;
293
293
  }
294
294
  .btn-group-vertical > .btn:first-child {
295
- border-radius: 0;
296
295
  border-top-right-radius: 2px;
297
296
  border-top-left-radius: 2px;
298
297
  margin-left: 0;
299
298
  }
300
299
  .btn-group-vertical > .btn:last-child,
301
300
  .btn-group-vertical > .dropdown-toggle {
302
- border-radius: 0;
303
301
  border-bottom-right-radius: 2px;
304
302
  border-bottom-left-radius: 2px;
305
303
  }
@@ -2,19 +2,20 @@
2
2
  ==================================================
3
3
  # Grayscale Colors
4
4
  # Base Colors
5
- # Alt Colors */
5
+ # Alt Grayscale Colors
6
+ # Alt Base Colors */
6
7
 
7
8
  /* # Grayscale Colors
8
9
  ================================================== */
9
10
  $color-transparent: rgba(0,0,0,0);
10
- $color-dark-black: rgba(27,30,34,1);
11
+ $color-dark-black: rgba(36,40,46,1);
11
12
  $color-black: rgba(50,56,64,1);
12
- $color-light-black: rgba(64,72,82,1);
13
- $color-dark-gray: rgba(71,82,93,1);
14
- $color-gray: rgba(106,122,138,1);
15
- $color-light-gray: rgba(151,163,175,1);
13
+ $color-light-black: rgba(72,80,91,1);
14
+ $color-dark-gray: rgba(99,111,126,1);
15
+ $color-gray: rgba(126,137,150,1);
16
+ $color-light-gray: rgba(152,162,174,1);
16
17
  $color-dark-haze: rgba(224,226,228,1);
17
- $color-haze: rgba(237,239,241,1);
18
+ $color-haze: rgba(235,237,239,1);
18
19
  $color-light-haze: rgba(245,247,249,1);
19
20
  $color-white: rgba(255,255,255,1);
20
21
 
@@ -22,24 +23,33 @@ $color-white: rgba(255,255,255,1);
22
23
  ================================================== */
23
24
  $color-lime: rgba(151,212,19,1);
24
25
  $color-green: rgba(75,173,8,1);
25
- $color-teal: rgba(59,187,178,1);
26
+ $color-teal: rgba(69,195,196,1);
26
27
  $color-blue: rgba(0,102,255,1);
27
28
  $color-indigo: rgba(86,21,237,1);
28
- $color-purple: rgba(115,24,242,1);
29
+ $color-purple: rgba(124,39,243,1);
29
30
  $color-pink: rgba(255,0,102,1);
30
31
  $color-red: rgba(240,35,17,1);
31
- $color-orange: rgba(255,102,0,1);
32
+ $color-orange: rgba(248,122,9,1);
32
33
  $color-yellow: rgba(255,209,0,1);
33
34
 
34
- /* # Alt Colors
35
- ==================================================
36
- # Blue Tint
37
- $color-dark-black: rgba(16,18,25,1) or #101219;
38
- $color-black: rgba(35,40,55,1) or #232837;
39
- $color-light-black: rgba(48,54,75,1) or #30364B;
35
+ /* # Alt Grayscale Colors
36
+ ================================================== */
37
+ $color-dark-black-alt-1: rgba(24,27,37,1);
38
+ $color-black-alt-1: rgba(36,41,56,1);
39
+ $color-light-black-alt-1: rgba(48,54,75,1);
40
+ $color-dark-black-alt-2: rgba(24,19,32,1);
41
+ $color-black-alt-2: rgba(42,34,55,1);
42
+ $color-light-black-alt-2: rgba(59,48,77,1);
40
43
 
41
- # Purple Tint
42
- $color-dark-black: rgba(24,19,32,1) or #181320;
43
- $color-black: rgba(41,32,56,1) or #292038;
44
- $color-light-black: rgba(59,48,77,1) or #3B304D;
45
- */
44
+ /* # Alt Base Colors
45
+ ================================================== */
46
+ $color-lime-alt: rgba(181,228,78,1);
47
+ $color-green-alt: rgba(139,200,65,1);
48
+ $color-teal-alt: rgba(120,206,205,1);
49
+ $color-blue-alt: rgba(0,153,255,1);
50
+ $color-indigo-alt: rgba(94,94,237,1);
51
+ $color-purple-alt: rgba(140,75,251,1);
52
+ $color-pink-alt: rgba(255,64,127,1);
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);
@@ -118,6 +118,5 @@ only screen and ( min-resolution: 2dppx) {
118
118
  .subheader,
119
119
  .subheader-nav > li,
120
120
  .subheader-nav > li:last-child { border-width: 0.5px; }
121
- .subheader-nav > li { font-weight: 500; }
122
121
  .subheader-nav-toolbar-adjustment { margin-left: 34.5px; }
123
122
  }
@@ -40,7 +40,7 @@ table {
40
40
  line-height: 25px;
41
41
  }
42
42
  .table caption {
43
- border-bottom: 1px solid;
43
+ // border-bottom: 1px solid;
44
44
  border-color: inherit;
45
45
  letter-spacing: 1px;
46
46
  text-transform: uppercase;
@@ -73,7 +73,6 @@ table {
73
73
  .table thead tr th.tablespy-sort-none { cursor: pointer; }
74
74
  .table thead tr th.tablespy-sort-empty:before { content: ""; }
75
75
  .table thead tr th.tablespy-sort-empty { pointer-events: none; }
76
- .table caption + thead tr:first-child th,
77
76
  .table colgroup + thead tr:first-child th,
78
77
  .table thead:first-child tr:first-child th { border-top: 0; }
79
78
  .table tbody + tbody {
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.4.12
4
+ version: 12.4.13
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-02-17 00:00:00.000000000 Z
11
+ date: 2016-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails