active_frontend 14.0.89 → 14.0.90

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: 7d91a08052588987d9fa79e3097ca7716460a576
4
- data.tar.gz: 1e7068db4b019f1521f264b360b0e20f86bf8098
3
+ metadata.gz: bb78df99c40c22fcbb2205f653f54f14f6547764
4
+ data.tar.gz: 9555768aefaef5e76b6cb3c68eb08cc5204e8a8f
5
5
  SHA512:
6
- metadata.gz: 1b46d052dc07ccd15bd0e23f8019f013af575e70fa1fbbbbb956ce449ce08858fe725f3db46a93b931cec208a0c9928527d00685f96f43d9f18c6974e2ef6287
7
- data.tar.gz: c27afdb0ab4dd6498d36a2baccacb0b410573a6256a1e5201c6e6aa11b3dc276511a006ad8f1db55d35a9ef6d059b3e683a2561a3e626245404415bd6c2a848f
6
+ metadata.gz: 598f54b44095336e179443bf2a432adab4358f77fa76b7e1aa48c16b499a0dc17144838963ba20e35e94f7c1247380d897a86df2e6d8f32a7b56dfff88fa5dc8
7
+ data.tar.gz: d31d50937420b2b8d5e91df5f4358932ebdb1903b42ee9f10b893b5cedbfa2f16c1ffa7fa990b46cfe8abdeb238b58b8d7b1c91d77333d7f8dc061b08bb759ed
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.89'.freeze
2
+ VERSION = '14.0.90'.freeze
3
3
  end
@@ -64,7 +64,7 @@
64
64
  name = this.monthNames[date.getMonth()];
65
65
  }
66
66
 
67
- return name + ' ' + getYear(date);
67
+ return name;
68
68
  },
69
69
  formatYearlyLabel: function(date, i) {
70
70
  return date.getYear() + 1900 + i;
@@ -57,15 +57,12 @@
57
57
  border-bottom: 1px solid color(dark-haze);
58
58
  border-right: 1px solid color(dark-haze);
59
59
  font-weight: text-weight(semibold);
60
+ width: 80px;
60
61
  }
61
- .cohort-label {
62
- text-align: left !important;
63
- width: 100px;
64
- }
62
+ .cohort-label { text-align: left !important; }
65
63
  .cohort-total {
66
64
  border-right-width: 3px;
67
65
  font-weight: text-weight(normal);
68
- width: 80px;
69
66
  }
70
67
  .cohort-empty {
71
68
  background: color(white);
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: 14.0.89
4
+ version: 14.0.90
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez