active_frontend 7.0.1 → 7.0.2

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: dda44915b21081333944bd1af9f3052e4f58c1f9
4
- data.tar.gz: 8012b888fb8e8eaff9e3d5f5ecc88e7965aeb757
3
+ metadata.gz: 936d63885a550512a25827dbed7e040f6b3d0f6b
4
+ data.tar.gz: 37a41d24fac43079e7e5a2e6f06f7f5b7b7f4b61
5
5
  SHA512:
6
- metadata.gz: bafc639e6014f04a35f6aa69e2771b923edf44d450952b17b8aec7469d503dd09872cff6db38dedfb65c1145ff69cda7b5920e520111a1711c0382ccb5a415bf
7
- data.tar.gz: 24ce559db2e8319d49e52687d217697387dbe086955b45fd2a210dbcfee4545a86a063a48a340a629075c42b4d7669d7aade01b7a73bf42c165b4b7ef526eb0e
6
+ metadata.gz: 2b3c92a13ad81ee75846e3879f86b319e2ae770fb9c8cd93327d04e243ffb4d06f3466089f9fb17906a7087149dd19c472c7cc4db14b37553ddd21d210f26bca
7
+ data.tar.gz: d6a251679acf497739bc1eabd5b88fbaa495fc21ffc2cd32d3679578008785b42fe3f5221dee3ad8d0a38b46210d9e2e76f8c2b17fbab4c4488560109a5554c5
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "7.0.1"
2
+ VERSION = "7.0.2"
3
3
  end
@@ -110,7 +110,7 @@
110
110
  border: 1px solid $color-white;
111
111
  cursor: pointer;
112
112
  height: 4px;
113
- margin: 2px;
113
+ margin: 2px 6px;
114
114
  text-indent: -999px;
115
115
  width: 4px;
116
116
  }
@@ -28,18 +28,22 @@
28
28
  .label-black,
29
29
  .badge-blue,
30
30
  .label-blue,
31
+ .badge-gray-light,
32
+ .label-gray-light,
33
+ .badge-gray,
34
+ .label-gray,
35
+ .badge-gray-dark,
36
+ .label-gray-dark,
31
37
  .badge-green,
32
38
  .label-green,
33
39
  .badge-orange,
34
40
  .label-orange,
41
+ .badge-pink,
42
+ .label-pink,
35
43
  .badge-purple,
36
44
  .label-purple,
37
45
  .badge-red,
38
46
  .label-red,
39
- .badge-smoke,
40
- .label-smoke,
41
- .badge-white,
42
- .label-white,
43
47
  .badge-yellow,
44
48
  .label-yellow { color: $color-white; }
45
49
  .badge-black,
@@ -52,6 +56,21 @@
52
56
  background: $color-blue;
53
57
  border-color: $color-blue;
54
58
  }
59
+ .badge-gray-light,
60
+ .label-gray-light {
61
+ background: $color-gray-light;
62
+ border-color: $color-gray-light;
63
+ }
64
+ .badge-gray,
65
+ .label-gray {
66
+ background: $color-gray;
67
+ border-color: $color-gray;
68
+ }
69
+ .badge-gray-dark,
70
+ .label-gray-dark {
71
+ background: $color-gray-dark;
72
+ border-color: $color-gray-dark;
73
+ }
55
74
  .badge-green,
56
75
  .label-green {
57
76
  background: $color-green;
@@ -62,6 +81,11 @@
62
81
  background: $color-orange;
63
82
  border-color: $color-orange;
64
83
  }
84
+ .badge-pink,
85
+ .label-pink {
86
+ background: $color-pink;
87
+ border-color: $color-pink;
88
+ }
65
89
  .badge-purple,
66
90
  .label-purple {
67
91
  background: $color-purple;
@@ -72,11 +96,6 @@
72
96
  background: $color-red;
73
97
  border-color: $color-red;
74
98
  }
75
- .badge-smoke,
76
- .label-smoke {
77
- background: $color-gray-dark;
78
- border-color: $color-gray-dark;
79
- }
80
99
  .badge-white,
81
100
  .label-white {
82
101
  background: $color-white;
@@ -96,16 +115,22 @@
96
115
  .label-black.label-outline { color: $color-black; }
97
116
  .badge-blue.badge-outline,
98
117
  .label-blue.label-outline { color: $color-blue; }
118
+ .badge-gray-light.badge-outline,
119
+ .label-gray-light.label-outline { color: $color-gray-light; }
120
+ .badge-gray.badge-outline,
121
+ .label-gray.label-outline { color: $color-gray; }
122
+ .badge-gray-dark.badge-outline,
123
+ .label-gray-dark.label-outline { color: $color-gray-dark; }
99
124
  .badge-green.badge-outline,
100
125
  .label-green.label-outline { color: $color-green; }
101
126
  .badge-orange.badge-outline,
102
127
  .label-orange.label-outline { color: $color-orange; }
128
+ .badge-pink.badge-outline,
129
+ .label-pink.label-outline { color: $color-pink; }
103
130
  .badge-purple.badge-outline,
104
131
  .label-purple.label-outline { color: $color-purple; }
105
132
  .badge-red.badge-outline,
106
133
  .label-red.label-outline { color: $color-red; }
107
- .badge-smoke.badge-outline,
108
- .label-smoke.label-outline { color: $color-gray-dark; }
109
134
  .badge-white.badge-outline,
110
135
  .label-white.label-outline { color: $color-white; }
111
136
  .badge-yellow.badge-outline,
@@ -76,11 +76,14 @@
76
76
  .swoggle.swoggle-off div { margin-left: -50%; }
77
77
  .swoggle.swoggle-on.swoggle-black,
78
78
  .swoggle.swoggle-on.swoggle-blue,
79
+ .swoggle.swoggle-on.swoggle-gray-light,
80
+ .swoggle.swoggle-on.swoggle-gray,
81
+ .swoggle.swoggle-on.swoggle-gray-dark,
79
82
  .swoggle.swoggle-on.swoggle-green,
80
83
  .swoggle.swoggle-on.swoggle-orange,
84
+ .swoggle.swoggle-on.swoggle-pink,
81
85
  .swoggle.swoggle-on.swoggle-purple,
82
86
  .swoggle.swoggle-on.swoggle-red,
83
- .swoggle.swoggle-on.swoggle-smoke,
84
87
  .swoggle.swoggle-on.swoggle-yellow { color: $color-white; }
85
88
  .swoggle.swoggle-on.swoggle-black {
86
89
  background: $color-black;
@@ -90,6 +93,18 @@
90
93
  background: $color-blue;
91
94
  border-color: $color-blue;
92
95
  }
96
+ .swoggle.swoggle-on.swoggle-gray-light {
97
+ background: $color-gray-light;
98
+ border-color: $color-gray-light;
99
+ }
100
+ .swoggle.swoggle-on.swoggle-gray {
101
+ background: $color-gray;
102
+ border-color: $color-gray;
103
+ }
104
+ .swoggle.swoggle-on.swoggle-gray-dark {
105
+ background: $color-gray-dark;
106
+ border-color: $color-gray-dark;
107
+ }
93
108
  .swoggle.swoggle-on.swoggle-green {
94
109
  background: $color-green;
95
110
  border-color: $color-green;
@@ -98,6 +113,10 @@
98
113
  background: $color-orange;
99
114
  border-color: $color-orange;
100
115
  }
116
+ .swoggle.swoggle-on.swoggle-pink {
117
+ background: $color-pink;
118
+ border-color: $color-pink;
119
+ }
101
120
  .swoggle.swoggle-on.swoggle-purple {
102
121
  background: $color-purple;
103
122
  border-color: $color-purple;
@@ -106,10 +125,6 @@
106
125
  background: $color-red;
107
126
  border-color: $color-red;
108
127
  }
109
- .swoggle.swoggle-on.swoggle-smoke {
110
- background: $color-gray-dark;
111
- border-color: $color-gray-dark;
112
- }
113
128
  .swoggle.swoggle-on.swoggle-yellow {
114
129
  background: $color-yellow;
115
130
  border-color: $color-yellow;
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: 7.0.1
4
+ version: 7.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-16 00:00:00.000000000 Z
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler