shibori 1.4.0 → 1.5.0

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: 4b2cb52764802214a2cbce2bfd8d6723cc63f379
4
- data.tar.gz: dcbc00aa4d87aac72f88bfaae3dea8ab011089d4
3
+ metadata.gz: f4dee0567d42b0cd23f44483d0ed1dbe492c1ca8
4
+ data.tar.gz: c9fdc369889c2371c15a0e02e86a73885b5bd1ed
5
5
  SHA512:
6
- metadata.gz: b17ebd8dded8fc134c36ff301c2806e02610eb2d0fd563148945b6390a4a7eae58a0c90fc995858a4c3a1a9afc49b8c0d3a12f4fb0b1a3e8951d2e576ac4600e
7
- data.tar.gz: 4741542a354301210ef723fd76dc73923cfc72bb4e844215028395aeeb2a309d03da592cfa3567c74ab7f54e61a46911b49140bf403e9606cd113fe4bbed6874
6
+ metadata.gz: c24902703d52ebc54d0929e7ca6333b3b5b9bc812896b1b13af3b8052105335435bd1911e36cc777ede931a7389f5c2d5df1c94d02792d73992a7ff3f09206c3
7
+ data.tar.gz: df5ba1e4a46ba057c0f72a7464ec3b556105ba0e6a4dd72465a1275f70f8d73a4369f239674fae3364876716d9e4522b3518b405a0ce9f31beb7b726190ce84c
@@ -1,3 +1,3 @@
1
1
  module Shibori
2
- VERSION = '1.4.0'
2
+ VERSION = '1.5.0'
3
3
  end
@@ -24,7 +24,8 @@
24
24
  border-color: darken($error, 5%);
25
25
  }
26
26
 
27
- &.alert-valid {
27
+ &.alert-valid,
28
+ &.alert-success {
28
29
  color: white;
29
30
  background: $valid;
30
31
  border-color: darken($valid, 5%);
@@ -44,7 +44,7 @@ a.btn {
44
44
  &[disabled],
45
45
  fieldset[disabled] & {
46
46
  color: $gray-light;
47
- background-color: rgba($gray-lighter, .3);
47
+ background-color: $off-white;
48
48
  box-shadow: inset 0 0 0 1px $gray-light;
49
49
  opacity: 1;
50
50
  cursor: not-allowed;
@@ -52,7 +52,7 @@ a.btn {
52
52
 
53
53
  &-loading {
54
54
  color: $gray;
55
- background-color: rgba($gray-lighter, .3);
55
+ background-color: $off-white;
56
56
  box-shadow: inset 0 0 0 1px $gray-light;
57
57
  opacity: 1;
58
58
  cursor: not-allowed;
@@ -93,12 +93,12 @@ a.btn {
93
93
  &[disabled],
94
94
  fieldset[disabled] & {
95
95
  color: $gray-light;
96
- background-color: rgba($gray-lighter, .3);
96
+ background-color: $white;
97
97
  box-shadow: inset 0 0 0 1px $gray-light;
98
98
 
99
99
  &:hover {
100
100
  color: $gray-light;
101
- background-color: rgba($gray-lighter, .3);
101
+ background-color: $off-white;
102
102
  box-shadow: inset 0 0 0 1px $gray-light;
103
103
  }
104
104
  }
@@ -196,11 +196,26 @@ a.btn {
196
196
  }
197
197
 
198
198
  &-block {
199
- display: inline-block;
199
+ display: block;
200
200
  width: 100%;
201
201
  white-space: nowrap;
202
202
  overflow: hidden;
203
203
  text-overflow: ellipsis;
204
+ * {
205
+ white-space: normal;
206
+ }
207
+ }
208
+
209
+ &-block + &-block {
210
+ margin-top: $pad-sm;
211
+ }
212
+
213
+ &-uppercase {
214
+ text-transform: uppercase;
215
+ font-size: .9em;
216
+ padding-top: 1em;
217
+ padding-bottom: 1em;
218
+ letter-spacing: .1em;
204
219
  }
205
220
 
206
221
  //- Layouts
metadata CHANGED
@@ -1,53 +1,53 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shibori
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heroku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-09 00:00:00.000000000 Z
11
+ date: 2017-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bourbon
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "<"
17
+ - - <
18
18
  - !ruby/object:Gem::Version
19
19
  version: 5.0.0
20
- - - ">="
20
+ - - '>='
21
21
  - !ruby/object:Gem::Version
22
22
  version: 3.1.8
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "<"
27
+ - - <
28
28
  - !ruby/object:Gem::Version
29
29
  version: 5.0.0
30
- - - ">="
30
+ - - '>='
31
31
  - !ruby/object:Gem::Version
32
32
  version: 3.1.8
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: neat
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ~>
38
38
  - !ruby/object:Gem::Version
39
39
  version: '1.7'
40
- - - ">="
40
+ - - '>='
41
41
  - !ruby/object:Gem::Version
42
42
  version: 1.7.2
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - "~>"
47
+ - - ~>
48
48
  - !ruby/object:Gem::Version
49
49
  version: '1.7'
50
- - - ">="
50
+ - - '>='
51
51
  - !ruby/object:Gem::Version
52
52
  version: 1.7.2
53
53
  description: shibori styleguide
@@ -56,7 +56,7 @@ executables: []
56
56
  extensions: []
57
57
  extra_rdoc_files: []
58
58
  files:
59
- - ".gitignore"
59
+ - .gitignore
60
60
  - Gemfile
61
61
  - Gemfile.lock
62
62
  - Procfile
@@ -310,17 +310,17 @@ require_paths:
310
310
  - lib
311
311
  required_ruby_version: !ruby/object:Gem::Requirement
312
312
  requirements:
313
- - - ">="
313
+ - - '>='
314
314
  - !ruby/object:Gem::Version
315
315
  version: '0'
316
316
  required_rubygems_version: !ruby/object:Gem::Requirement
317
317
  requirements:
318
- - - ">="
318
+ - - '>='
319
319
  - !ruby/object:Gem::Version
320
320
  version: '0'
321
321
  requirements: []
322
322
  rubyforge_project:
323
- rubygems_version: 2.6.8
323
+ rubygems_version: 2.0.0
324
324
  signing_key:
325
325
  specification_version: 4
326
326
  summary: shibori styleguide