shibori 1.5.1.beta1 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/builder/lineage_hunter.js +1 -1
  3. data/builder/list_item_hunter.js +1 -1
  4. data/builder/media_hunter.js +1 -1
  5. data/builder/object_factory.js +1 -1
  6. data/builder/parameter_hunter.js +1 -1
  7. data/builder/pattern_assembler.js +1 -1
  8. data/builder/pattern_exporter.js +1 -1
  9. data/builder/patternlab.js +1 -1
  10. data/builder/patternlab_grunt.js +1 -1
  11. data/builder/pseudopattern_hunter.js +1 -1
  12. data/lib/shibori/version.rb +1 -1
  13. data/source/_patterns/00-atoms/00-typography/{05-lists.mustache → 04-lists.mustache} +0 -0
  14. data/source/_patterns/00-atoms/04-quote/{00-pullquote.mustache → 01-blockquote-large.mustache} +3 -3
  15. data/source/_patterns/00-atoms/04-quote/{01-quote-small.mustache → 02-blockquote-small.mustache} +3 -3
  16. data/source/_patterns/00-atoms/04-quote/03-pullquote-large.mustache +8 -0
  17. data/source/_patterns/00-atoms/04-quote/04-pullquote-small.mustache +7 -0
  18. data/source/_patterns/00-atoms/07-loader/00-spinner.mustache +3 -3
  19. data/source/_patterns/00-atoms/{09-slider → 09-unslider}/00-dots.mustache +2 -2
  20. data/source/_patterns/00-atoms/14-users/00-avatar.mustache +4 -3
  21. data/source/_patterns/01-molecules/01-layout/00-one-up.mustache +3 -3
  22. data/source/_patterns/01-molecules/01-layout/01-two-up.mustache +3 -3
  23. data/source/_patterns/01-molecules/01-layout/02-three-up.mustache +3 -3
  24. data/source/_patterns/01-molecules/01-layout/03-four-up.mustache +3 -3
  25. data/source/_patterns/01-molecules/{04-slider/00-slider.mustache → 04-unslider/00-unslider.mustache} +0 -0
  26. data/source/css/_hk-icon-rails.scss +5 -5
  27. data/source/css/shibori/scss/components/_forms.scss +13 -1
  28. data/source/css/shibori/scss/components/_quote.scss +131 -51
  29. data/source/css/shibori/scss/components/_tables.scss +9 -7
  30. data/source/css/shibori/scss/components/{_slider.scss → _unslider.scss} +7 -6
  31. data/source/css/shibori/scss/ecosystem/_cards.scss +5 -2
  32. data/source/css/shibori/scss/globals/_variables.scss +1 -0
  33. data/source/css/shibori/scss/layout/_grid-settings.scss +1 -0
  34. data/source/css/shibori/scss/layout/_layout.scss +8 -3
  35. data/source/css/shibori.scss +1 -1
  36. data/source/images/blockquote/close-sm.png +0 -0
  37. data/source/images/blockquote/close-sm_2x.png +0 -0
  38. data/source/images/blockquote/close.png +0 -0
  39. data/source/images/blockquote/close_2x.png +0 -0
  40. data/source/images/blockquote/heroku-logo.png +0 -0
  41. data/source/images/blockquote/heroku-logo_2x.png +0 -0
  42. data/source/images/blockquote/open-sm.png +0 -0
  43. data/source/images/blockquote/open-sm_2x.png +0 -0
  44. data/source/images/blockquote/open.png +0 -0
  45. data/source/images/blockquote/open_2x.png +0 -0
  46. metadata +29 -22
  47. data/source/_patterns/00-atoms/00-typography/04-blockquotes.mustache +0 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd3752f6b9c721936586c7efcd78e2e02e25dbe3
4
- data.tar.gz: 5d433817f3ffbed024f0a0babbd20a3f59085735
3
+ metadata.gz: e4f19b9236eb361d4a1dec0042d4173bd45f538c
4
+ data.tar.gz: c3d925f60331ce96d47d695aefa3e601f306c42d
5
5
  SHA512:
6
- metadata.gz: '0950f19651a1158c43fc42e8f1afcf2b4db92dba8af3597eeb0ec045f09875a3338bb5b77d49277c70cca76068accd694f6a340f9fe48fc69fa3e23ca9317805'
7
- data.tar.gz: b7089f81e469c577defdbd6d99c25ce9a94f45e3fb82cb6c05b540413c84fbce41f5daf631ffd8c18f4abe1aaf1c5576917f183b6a8ad20acf398e8859c60683
6
+ metadata.gz: 551ce16a1a99b4c738c071069ca59b31c58930cf4f11eb9a1b3d65bf6ab173003a97d747887f7ec293e36964d6528499e04bf25c827e87e60b8a91e7f8f12981
7
+ data.tar.gz: bb64252a65cd1810d0ffbcbce6d21932d46eaa99db94528fb59fd99e7a3ff66297901340ec439de4be4feda576e53ac75c4db0577b0d0285c3e1af698db7a1f0
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Heroku-Patterns - v0.2.0 - 2016
2
+ * Heroku-Patterns - v0.2.0 - 2017
3
3
  *
4
4
  * , and the web community.
5
5
  * Licensed under the license.
@@ -1,3 +1,3 @@
1
1
  module Shibori
2
- VERSION = '1.5.1.beta1'
2
+ VERSION = '1.6.0'
3
3
  end
@@ -1,7 +1,7 @@
1
- <blockquote class="pullquote">
1
+ <blockquote class="quote-lg">
2
2
  <p>A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text, and typically distinguished visually using indentation and a different typeface or smaller size quotation.</p>
3
3
  <cite>
4
- <h6 class="quote-author">Quote Author</h6>
5
- <p class="quote-author-meta">Author meta (position, company)</p>
4
+ <span class="quote-author">Quote Author</span>
5
+ <span class="quote-author-meta">Author meta (position, company)</span>
6
6
  </cite>
7
7
  </blockquote>
@@ -1,7 +1,7 @@
1
- <blockquote class="pullquote pullquote-sm">
1
+ <blockquote class="quote-sm">
2
2
  <p>A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text, and typically distinguished visually using indentation and a different typeface or smaller size quotation.</p>
3
3
  <cite>
4
- <h6 class="quote-author">Quote Author</h6>
5
- <p class="quote-author-meta">Author meta (position, company)</p>
4
+ <span class="quote-author">Quote Author</span>
5
+ <span class="quote-author-meta">Author meta (position, company)</span>
6
6
  </cite>
7
7
  </blockquote>
@@ -0,0 +1,8 @@
1
+ <blockquote class="pullquote-lg">
2
+ <p>A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text, and typically distinguished visually using indentation and a different typeface or smaller size quotation.</p>
3
+ <cite>
4
+ <img src="/images/blockquote/heroku-logo_2x.png">
5
+ <span class="quote-author">Quote Author</span>
6
+ <span class="quote-author-meta">Author meta (position, company)</span>
7
+ </cite>
8
+ </blockquote>
@@ -0,0 +1,7 @@
1
+ <blockquote class="pullquote-sm">
2
+ <p>A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text, and typically distinguished visually using indentation and a different typeface or smaller size quotation.</p>
3
+ <cite>
4
+ <span class="quote-author">Quote Author</span>
5
+ <span class="quote-author-meta">Author meta (position, company)</span>
6
+ </cite>
7
+ </blockquote>
@@ -1,5 +1,5 @@
1
1
  <div class="spinner">
2
- <span></span>
3
- <span></span>
4
- <span></span>
2
+ <i class="spinner__dot spinner__dot--one"></i>
3
+ <i class="spinner__dot spinner__dot--two"></i>
4
+ <i class="spinner__dot"></i>
5
5
  </div>
@@ -1,6 +1,6 @@
1
- <nav class="slider-nav">
1
+ <nav class="unslider-nav">
2
2
  <ol>
3
- <li data-slide="0" class="slide-active">1</li>
3
+ <li data-slide="0" class="unslider-active">1</li>
4
4
  <li data-slide="1" class="">2</li>
5
5
  <li data-slide="2" class="">3</li>
6
6
  <li data-slide="3" class="">4</li>
@@ -1,3 +1,4 @@
1
- <div class="avatar">
2
- <img src="http://www.nicenicejpg.com/100/100" alt="Nice Nice Avatar" width="80px" height="80px">
3
- </div>
1
+ <span class="avatar"><img src="https://avatars3.githubusercontent.com/u/51578?v=3&s=460" alt="Nice Nice Avatar" width="80px" height="80px"></span>
2
+ <span class="avatar"><img src="https://avatars2.githubusercontent.com/u/273653?v=3&s=460" alt="Nice Nice Avatar" width="80px" height="80px"></span>
3
+ <span class="avatar"><img src="https://avatars0.githubusercontent.com/u/2006658?v=3&s=460" alt="Nice Nice Avatar" width="80px" height="80px"></span>
4
+ <span class="avatar"><img src="https://avatars0.githubusercontent.com/u/871315?v=3&s=460" alt="Nice Nice Avatar" width="80px" height="80px"></span>
@@ -1,8 +1,8 @@
1
1
  <div class="sg-grid-example">
2
+ <p>
3
+ <code>.one-up</code>
4
+ </p>
2
5
  <div class="one-up">
3
- <p>
4
- <code>.one-up</code>
5
- </p>
6
6
  <div class="col">First <code>.col</code></div>
7
7
  </div>
8
8
  </div>
@@ -1,8 +1,8 @@
1
1
  <div class="sg-grid-example">
2
+ <p>
3
+ <code>.two-up</code>
4
+ </p>
2
5
  <div class="two-up">
3
- <p>
4
- <code>.two-up</code>
5
- </p>
6
6
  <div class="col">First <code>.col</code></div>
7
7
  <div class="col">Second <code>.col</code></div>
8
8
  </div>
@@ -1,8 +1,8 @@
1
1
  <div class="sg-grid-example">
2
+ <p>
3
+ <code>.three-up</code>
4
+ </p>
2
5
  <div class="three-up">
3
- <p>
4
- <code>.three-up</code>
5
- </p>
6
6
  <div class="col">First <code>.col</code></div>
7
7
  <div class="col">Second <code>.col</code></div>
8
8
  <div class="col">Third <code>.col</code></div>
@@ -1,8 +1,8 @@
1
1
  <div class="sg-grid-example">
2
+ <p>
3
+ <code>.four-up</code>
4
+ </p>
2
5
  <div class="four-up">
3
- <p>
4
- <code>.four-up</code>
5
- </p>
6
6
  <div class="col">First <code>.col</code></div>
7
7
  <div class="col">Second <code>.col</code></div>
8
8
  <div class="col">Third <code>.col</code></div>
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: "hk-icon";
3
- src:url(font-url('hk-icon/hk-icon.eot'));
4
- src:url(font-url('hk-icon/hk-icon.eot?#iefix')) format('embedded-opentype'),
5
- url(font-url('hk-icon/hk-icon.ttf')) format('truetype'),
6
- url(font-url('hk-icon/hk-icon.woff')) format('woff'),
7
- url(font-url('hk-icon/hk-icon.svg#hk-icon')) format('svg');
3
+ src:font-url('hk-icon/hk-icon.eot');
4
+ src:font-url('hk-icon/hk-icon.eot?#iefix') format('embedded-opentype'),
5
+ font-url('hk-icon/hk-icon.ttf') format('truetype'),
6
+ font-url('hk-icon/hk-icon.woff') format('woff'),
7
+ font-url('hk-icon/hk-icon.svg#hk-icon') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  }
@@ -71,7 +71,19 @@ select {
71
71
 
72
72
  select,
73
73
  select:focus {
74
- background: url("data:image/gif;base64,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") no-repeat right $pad center;
74
+ background-image: url("data:image/gif;base64,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");
75
+ background-repeat: no-repeat;
76
+ background-position: right $pad center;
77
+
78
+ // ---- Fixes select box styles in Firefox
79
+ -moz-appearance: none;
80
+ text-indent: 0.01px;
81
+ text-overflow: '';
82
+
83
+ // ---- Fixes select box styles in IE
84
+ &::-ms-expand {
85
+ display: none;
86
+ }
75
87
  }
76
88
 
77
89
 
@@ -2,95 +2,175 @@
2
2
  // Quote
3
3
  // ==========================================================================
4
4
 
5
+ // Global blockquote styles
5
6
  blockquote {
6
- position: relative;
7
7
  margin: 0;
8
- padding-left: $pad-xl;
9
- border-left: 5px solid fade-out($purple-light, .5);
10
- }
8
+ padding-left: 10px;
9
+ position: relative;
10
+ border-left: 4px solid $gray-lighter;
11
+ text-align: left;
11
12
 
12
13
  cite {
13
14
  font-style: normal;
14
- font-size: $font-sm;
15
+ font-size: $font-base;
16
+ }
17
+
18
+ .quote-author {
19
+ margin-bottom: 0;
20
+ display: block;
21
+ font-weight: $font-bold;
22
+ line-height: 1;
23
+ }
24
+
25
+ .quote-author-meta {
26
+ margin-top: $pad;
27
+ display: block;
28
+ color: $text-color-light;
29
+ line-height: 1.4;
30
+ }
31
+
32
+ .learn-more {
33
+ margin-top: $pad-sm;
34
+ }
35
+
36
+ img {
37
+ max-width: 70px;
38
+ margin-right: $pad-lg;
39
+ margin-top: -8px;
40
+ float: left;
41
+ border-radius: $border-radius-circle;
15
42
  }
16
43
 
44
+ // Quotes on a dark background
45
+ &.quote-dark {
46
+ color: $white;
47
+
48
+ p {
49
+ color: $white;
50
+ }
51
+
17
52
  .quote-author {
18
- margin-bottom: 0;
19
- font-size: $font-sm;
53
+ color: $white;
20
54
  }
21
55
 
22
56
  .quote-author-meta {
23
- margin-top: $pad-sm;
24
- color: $text-color-light;
57
+ color: fade-out($white, .5);
25
58
  }
59
+ }
60
+ }
61
+
62
+ // Regular blockquote large
63
+ .quote-lg {
64
+ padding-left: $pad-xl;
65
+ border-left: 5px solid fade-out($purple-light, .5);
66
+ font-size: $font-xl;
67
+ font-weight: 200;
26
68
 
27
- //- Large quote for full width display
28
- .pullquote {
69
+ .quote-author {
70
+ font-size: $font-lg;
71
+ }
72
+ .quote-author-mega {
73
+ font-size: $font-base;
74
+ }
75
+ }
76
+
77
+ // Regular blockquote small
78
+ .quote-sm {
79
+ padding-left: $pad-lg;
80
+ border-left: 3px solid fade-out($purple-light, .5);
81
+ font-size: $font-base;
82
+ font-weight: 200;
83
+ }
29
84
 
30
- $icon-width: 74px;
31
- $icon-height: 44px;
32
- $icon-width-sm: 60px;
33
- $icon-height-sm: 36px;
85
+ // Pullquotes
86
+ [class^="pullquote"] {
87
+ border: none;
34
88
 
35
- padding: $pad-xl $icon-width*1.25 $pad-xl $icon-width*1.5;
36
- border: 0;
37
- font-size: $font-lg;
89
+ p {
90
+ min-height: 40px;
91
+ }
38
92
 
39
- //Quote icons
93
+ .quote-author {
94
+ text-transform: uppercase;
95
+ letter-spacing: 2px;
96
+ color: $brand-primary;
97
+ }
98
+
99
+ // Quote icons
40
100
  &:before,
41
101
  &:after {
42
102
  content: "";
43
103
  position: absolute;
44
- width: $icon-width;
45
- height: $icon-height;
46
104
  background-repeat: no-repeat;
105
+ @media (max-width: $mobile) {
106
+ display: none;
107
+ }
47
108
  }
48
109
 
49
110
  &:before {
50
111
  left: 0;
51
- @include retina-image(#{$image-path}/blockquote/open, $icon-width $icon-height);
52
112
  }
53
113
 
54
114
  &:after {
55
115
  right: 0;
56
- bottom: $icon-height *3;
57
- @include retina-image(#{$image-path}/blockquote/close, $icon-width $icon-height);
58
116
  }
117
+ }
59
118
 
60
- cite {
61
- margin-top: $pad;
62
- font-size: $font-base;
119
+ $icon-width-lg: 74px;
120
+ $icon-height-lg: 44px;
121
+ $icon-width-sm: 60px;
122
+ $icon-height-sm: 36px;
123
+
124
+ // Pullquote large
125
+ .pullquote-lg {
126
+ padding: $pad-xl $icon-width-lg*1.25 $pad-xl $icon-width-lg*1.5;
127
+ font-size: 27px;
128
+ font-weight: 100;
129
+ line-height: 1.2;
130
+ @media (max-width: $mobile) {
131
+ padding: 0 1em;
132
+ }
63
133
 
64
- img {
65
- float: left;
66
- margin-right: $pad-lg;
67
- margin-top: ($pad-lg)/2;
68
- }
134
+ &:before,
135
+ &:after {
136
+ width: $icon-width-lg;
137
+ height: $icon-height-lg;
69
138
  }
70
139
 
71
- .quote-author {
72
- font-size: $font-base;
140
+ &:before {
141
+ @include retina-image(#{$image-path}/blockquote/open, $icon-width-lg $icon-height-lg);
73
142
  }
74
143
 
75
- &.pullquote-sm {
76
- padding: $pad-xl $icon-width-sm*1.25 $pad-xl $icon-width-sm*1.5;
77
- font-size: $font-base - 1;
144
+ &:after {
145
+ bottom: $icon-height-lg *3;
146
+ @include retina-image(#{$image-path}/blockquote/close, $icon-width-lg $icon-height-lg);
147
+ }
78
148
 
79
- &:before,
80
- &:after {
81
- width: $icon-width-sm;
82
- height: $icon-height-sm;
83
- }
149
+ &.quote-long {
150
+ font-size: 20px;
151
+ }
152
+ }
84
153
 
85
- &:before {
86
- left: 0;
87
- @include retina-image(#{$image-path}/blockquote/open-sm, $icon-width-sm $icon-height-sm);
88
- }
154
+ // Pullquote small
155
+ .pullquote-sm {
156
+ padding: $pad-lg $icon-width-sm*1.25 $pad-lg $icon-width-sm*1.5;
157
+ font-size: $font-xl;
158
+ @media (max-width: $mobile) {
159
+ padding: 0 1em;
160
+ }
89
161
 
90
- &:after {
91
- right: 0;
92
- bottom: $icon-height-sm *3;
93
- @include retina-image(#{$image-path}/blockquote/close-sm, $icon-width-sm $icon-height-sm);
94
- }
162
+ &:before,
163
+ &:after {
164
+ width: $icon-width-sm;
165
+ height: $icon-height-sm;
166
+ }
167
+
168
+ &:before {
169
+ @include retina-image(#{$image-path}/blockquote/open-sm, $icon-width-sm $icon-height-sm);
170
+ }
171
+
172
+ &:after {
173
+ bottom: $icon-height-sm *3;
174
+ @include retina-image(#{$image-path}/blockquote/close-sm, $icon-width-sm $icon-height-sm);
95
175
  }
96
176
  }
@@ -6,8 +6,6 @@ table {
6
6
  display: table;
7
7
  color: $gray-darker;
8
8
  font-size: $font-sm;
9
- // max-width: 860px;
10
- // margin: 0 auto;
11
9
  border-collapse: collapse;
12
10
  overflow: scroll;
13
11
  text-align: left;
@@ -25,17 +23,21 @@ table {
25
23
 
26
24
  td, th {
27
25
  display: table-cell;
28
- min-width: 64px;
26
+ min-width: auto;
29
27
  padding: 10px 0;
30
28
 
31
- // &:first-child {
32
- // flex: 1;
33
- // }
29
+ &:not(:last-child) {
30
+ padding-right: 15px;
31
+ }
32
+
33
+ a {
34
+ overflow-wrap: break-word;
35
+ word-wrap: break-word;
36
+ }
34
37
  }
35
38
 
36
39
  tr {
37
40
  display: table-row;
38
- // display: flex;
39
41
  border-bottom: 1px solid $gray-lighter;
40
42
  padding: 8px 0;
41
43
  }
@@ -1,5 +1,5 @@
1
1
  // // ==========================================================================
2
- // // Slider
2
+ // // Unslider
3
3
  // //
4
4
  // // For use with unslider js plugin
5
5
  // // ==========================================================================
@@ -10,6 +10,7 @@ $dot-size: 10px;
10
10
 
11
11
  .unslider {
12
12
  overflow: auto;
13
+ position: relative;
13
14
 
14
15
  ol, ul {
15
16
  padding: 0;
@@ -60,11 +61,10 @@ $dot-size: 10px;
60
61
  }
61
62
  }
62
63
 
63
- .unslider-nav,
64
- .slider-nav {
64
+ .unslider-nav {
65
65
  width: 100%;
66
- height: 48px;
67
- padding-top: $space;
66
+ height: 30px;
67
+ padding-top: $space/2;
68
68
 
69
69
  ol {
70
70
  position: absolute;
@@ -88,7 +88,8 @@ $dot-size: 10px;
88
88
  background: fade-out($purple, .5);
89
89
  }
90
90
 
91
- &.slide-active {
91
+ &.slide-active,
92
+ &.unslider-active {
92
93
  background: fade-out($purple, .1);
93
94
  }
94
95
  }
@@ -157,7 +157,7 @@
157
157
  }
158
158
 
159
159
  &.cards-three-x {
160
- @include media(min-width 1241px) {
160
+ @include media(min-width 760px) {
161
161
  margin-bottom: 5px;
162
162
  margin-right: 5px;
163
163
  width: calc(33.333333333% - 3.333333333px);
@@ -241,6 +241,8 @@
241
241
  }
242
242
 
243
243
  &.button {
244
+ text-align: left;
245
+
244
246
  .brand-author {
245
247
  display: inline-block;
246
248
  font-size: $font-sm;
@@ -257,6 +259,7 @@
257
259
  }
258
260
 
259
261
  &.buildpack {
262
+ text-align: left;
260
263
 
261
264
  .buildpack-author {
262
265
  display: inline-block;
@@ -288,7 +291,7 @@
288
291
  border: 1px solid #7B569F;
289
292
  cursor: pointer;
290
293
  box-shadow: 0 1px 4px rgba(#7B569F, .4);
291
- z-index: 50;
294
+ z-index: auto;
292
295
  transition: all 150ms ease-in-out;
293
296
  }
294
297
 
@@ -72,6 +72,7 @@ $box-shadow: 0 2px 4px 0 fade-out($black, .88);
72
72
  $bp-xs: 480px;
73
73
  $bp-sm: 600px;
74
74
  $bp-med: 768px;
75
+ $bp-med-plus: 1024px;
75
76
  $bp-lg: 1100px;
76
77
  $bp-xl: 1400px;
77
78
 
@@ -9,5 +9,6 @@ $default-feature: max-width;
9
9
  $mobile-sm: new-breakpoint($bp-xs);
10
10
  $mobile: new-breakpoint($bp-sm);
11
11
  $tablet: new-breakpoint($bp-med);
12
+ $tablet-landscape: new-breakpoint($bp-med-plus);
12
13
  $desktop: new-breakpoint($bp-lg);
13
14
  $large-screen: new-breakpoint($bp-xl);
@@ -54,7 +54,7 @@
54
54
  //- Two up
55
55
  .two-up .col {
56
56
  @include span-columns(6);
57
- @include omega(3n);
57
+ @include omega(2n);
58
58
 
59
59
  @include media($mobile) {
60
60
  @include span-columns(12);
@@ -64,7 +64,7 @@
64
64
  //- Three up
65
65
  .three-up .col {
66
66
  @include span-columns(4);
67
- @include omega(4n);
67
+ @include omega(3n);
68
68
 
69
69
  @include media($mobile) {
70
70
  @include span-columns(12);
@@ -74,7 +74,12 @@
74
74
  //- Four up
75
75
  .four-up .col {
76
76
  @include span-columns(3);
77
- @include omega(6n);
77
+ @include omega(4n);
78
+
79
+ @include media($tablet) {
80
+ @include span-columns(6);
81
+ @include omega(2n);
82
+ }
78
83
 
79
84
  @include media($mobile) {
80
85
  @include span-columns(12);
@@ -50,7 +50,7 @@
50
50
  @import "shibori/scss/components/tooltips";
51
51
  @import "shibori/scss/components/readmore";
52
52
  @import "shibori/scss/components/spinner";
53
- @import "shibori/scss/components/slider";
53
+ @import "shibori/scss/components/unslider";
54
54
  @import "shibori/scss/components/alert";
55
55
  @import "shibori/scss/components/modal";
56
56
  @import "shibori/scss/components/panel";
Binary file
Binary file
Binary file
Binary file
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.5.1.beta1
4
+ version: 1.6.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-27 00:00:00.000000000 Z
11
+ date: 2017-02-08 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
@@ -132,8 +132,7 @@ files:
132
132
  - source/_patterns/00-atoms/00-typography/01-headings-options.mustache
133
133
  - source/_patterns/00-atoms/00-typography/02-body.mustache
134
134
  - source/_patterns/00-atoms/00-typography/03-text-manipulation.mustache
135
- - source/_patterns/00-atoms/00-typography/04-blockquotes.mustache
136
- - source/_patterns/00-atoms/00-typography/05-lists.mustache
135
+ - source/_patterns/00-atoms/00-typography/04-lists.mustache
137
136
  - source/_patterns/00-atoms/01-colors/00-colors-monochromatic.mustache
138
137
  - source/_patterns/00-atoms/01-colors/01-colors-brand.mustache
139
138
  - source/_patterns/00-atoms/01-colors/02-colors-gradients.mustache
@@ -149,14 +148,16 @@ files:
149
148
  - source/_patterns/00-atoms/03-forms/02-checkbox.mustache
150
149
  - source/_patterns/00-atoms/03-forms/03-radios.mustache
151
150
  - source/_patterns/00-atoms/03-forms/04-validation.mustache
152
- - source/_patterns/00-atoms/04-quote/00-pullquote.mustache
153
- - source/_patterns/00-atoms/04-quote/01-quote-small.mustache
151
+ - source/_patterns/00-atoms/04-quote/01-blockquote-large.mustache
152
+ - source/_patterns/00-atoms/04-quote/02-blockquote-small.mustache
153
+ - source/_patterns/00-atoms/04-quote/03-pullquote-large.mustache
154
+ - source/_patterns/00-atoms/04-quote/04-pullquote-small.mustache
154
155
  - source/_patterns/00-atoms/05-code/01-pre.mustache
155
156
  - source/_patterns/00-atoms/06-tooltips/00-text.mustache
156
157
  - source/_patterns/00-atoms/06-tooltips/01-diagram-callout.mustache
157
158
  - source/_patterns/00-atoms/07-loader/00-spinner.mustache
158
159
  - source/_patterns/00-atoms/08-readmore/00-readmore.mustache
159
- - source/_patterns/00-atoms/09-slider/00-dots.mustache
160
+ - source/_patterns/00-atoms/09-unslider/00-dots.mustache
160
161
  - source/_patterns/00-atoms/10-tables/00-tables.mustache
161
162
  - source/_patterns/00-atoms/12-modal/00-modal.mustache
162
163
  - source/_patterns/00-atoms/13-panel/00-panel.mustache
@@ -188,7 +189,7 @@ files:
188
189
  - source/_patterns/01-molecules/02-navigation/05-pagination.mustache
189
190
  - source/_patterns/01-molecules/02-navigation/06-tabs.mustache
190
191
  - source/_patterns/01-molecules/03-forms/_00-search.mustache
191
- - source/_patterns/01-molecules/04-slider/00-slider.mustache
192
+ - source/_patterns/01-molecules/04-unslider/00-unslider.mustache
192
193
  - source/_patterns/01-molecules/05-messages/00-alert.mustache
193
194
  - source/_patterns/01-molecules/06-components/_00-social-share.mustache
194
195
  - source/_patterns/01-molecules/07-Elements/01-Addons-Card.mustache
@@ -223,12 +224,12 @@ files:
223
224
  - source/css/shibori/scss/components/_pill-box.scss
224
225
  - source/css/shibori/scss/components/_quote.scss
225
226
  - source/css/shibori/scss/components/_readmore.scss
226
- - source/css/shibori/scss/components/_slider.scss
227
227
  - source/css/shibori/scss/components/_spinner.scss
228
228
  - source/css/shibori/scss/components/_sprites.scss
229
229
  - source/css/shibori/scss/components/_sr-only.scss
230
230
  - source/css/shibori/scss/components/_tables.scss
231
231
  - source/css/shibori/scss/components/_tooltips.scss
232
+ - source/css/shibori/scss/components/_unslider.scss
232
233
  - source/css/shibori/scss/components/_users.scss
233
234
  - source/css/shibori/scss/components/_vertical-tabs.scss
234
235
  - source/css/shibori/scss/components/_video.scss
@@ -274,11 +275,17 @@ files:
274
275
  - source/fonts/inconsolata/inconsolata-regular.ttf
275
276
  - source/fonts/inconsolata/inconsolata-regular.woff
276
277
  - source/images/blockquote/close-sm.png
278
+ - source/images/blockquote/close-sm_2x.png
277
279
  - source/images/blockquote/close.png
278
280
  - source/images/blockquote/close@2x.png
281
+ - source/images/blockquote/close_2x.png
282
+ - source/images/blockquote/heroku-logo.png
283
+ - source/images/blockquote/heroku-logo_2x.png
279
284
  - source/images/blockquote/open-sm.png
285
+ - source/images/blockquote/open-sm_2x.png
280
286
  - source/images/blockquote/open.png
281
287
  - source/images/blockquote/open@2x.png
288
+ - source/images/blockquote/open_2x.png
282
289
  - source/images/elements/heroku_suported.svg
283
290
  - source/images/forms/select-input-arrows.svg
284
291
  - source/js/init.js
@@ -310,17 +317,17 @@ require_paths:
310
317
  - lib
311
318
  required_ruby_version: !ruby/object:Gem::Requirement
312
319
  requirements:
313
- - - ">="
320
+ - - '>='
314
321
  - !ruby/object:Gem::Version
315
322
  version: '0'
316
323
  required_rubygems_version: !ruby/object:Gem::Requirement
317
324
  requirements:
318
- - - ">"
325
+ - - '>='
319
326
  - !ruby/object:Gem::Version
320
- version: 1.3.1
327
+ version: '0'
321
328
  requirements: []
322
329
  rubyforge_project:
323
- rubygems_version: 2.6.8
330
+ rubygems_version: 2.0.0
324
331
  signing_key:
325
332
  specification_version: 4
326
333
  summary: shibori styleguide
@@ -1,3 +0,0 @@
1
- <blockquote>
2
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus dolorem nihil odit doloribus nobis earum dolorum maxime quidem fuga, iusto ipsa praesentium eos similique saepe quis non officiis eveniet? Eveniet?</p>
3
- </blockquote>