shipyard-framework 0.5.87 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/javascripts/{shipyard.es6 → shipyard.js} +0 -0
- data/assets/javascripts/shipyard/{accordion-trigger.es6 → accordion-trigger.js} +0 -0
- data/assets/javascripts/shipyard/{accordion.es6 → accordion.js} +0 -0
- data/assets/javascripts/shipyard/{alert-timer.es6 → alert-timer.js} +0 -0
- data/assets/javascripts/shipyard/{alert.es6 → alert.js} +0 -0
- data/assets/javascripts/shipyard/{core.es6 → core.js} +0 -0
- data/assets/javascripts/shipyard/{hamburger.es6 → hamburger.js} +0 -0
- data/assets/javascripts/shipyard/{modal-trigger.es6 → modal-trigger.js} +0 -0
- data/assets/javascripts/shipyard/{modal.es6 → modal.js} +0 -0
- data/assets/javascripts/shipyard/{scroll.es6 → scroll.js} +0 -0
- data/assets/stylesheets/shipyard/_functions.sass +1 -0
- data/assets/stylesheets/shipyard/components/_tooltips.sass +140 -40
- data/assets/stylesheets/shipyard/core/_reset.sass +5 -1
- data/assets/stylesheets/shipyard/functions/_opposite-direction.sass +9 -0
- data/assets/stylesheets/shipyard/utilities/_typography.sass +2 -1
- data/lib/shipyard-framework/version.rb +1 -1
- metadata +19 -114
- data/.gitignore +0 -13
- data/.rspec +0 -3
- data/.ruby-version +0 -1
- data/.travis.yml +0 -40
- data/Brewfile +0 -4
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -3
- data/LICENSE.txt +0 -21
- data/README.md +0 -46
- data/Rakefile +0 -16
- data/ci/build.rb +0 -5
- data/ci/deploy +0 -31
- data/ci/jekyll +0 -16
- data/ci/percy +0 -16
- data/ci/sass_lint +0 -47
- data/ci/setup +0 -6
- data/shipyard.gemspec +0 -28
- data/spec/helpers/alert_helper_spec.rb +0 -27
- data/spec/helpers/box_helper_spec.rb +0 -27
- data/spec/helpers/button_helper_spec.rb +0 -37
- data/spec/helpers/form_helper_spec.rb +0 -29
- data/spec/helpers/icon_helper_spec.rb +0 -21
- data/spec/helpers/note_helper_spec.rb +0 -19
- data/spec/shipyard_spec.rb +0 -7
- data/spec/spec_helper.rb +0 -104
- data/styleguide/.gitignore +0 -3
- data/styleguide/.nojekyll +0 -0
- data/styleguide/.ruby-version +0 -1
- data/styleguide/Gemfile +0 -9
- data/styleguide/Gemfile.lock +0 -125
- data/styleguide/_assets/css/application.sass +0 -3
- data/styleguide/_assets/css/fonts.sass +0 -2
- data/styleguide/_assets/css/layout.sass +0 -10
- data/styleguide/_assets/css/syntax.css +0 -209
- data/styleguide/_assets/css/vendor.sass +0 -4
- data/styleguide/_assets/css/views.sass +0 -103
- data/styleguide/_assets/img/arrows/down.svg +0 -3
- data/styleguide/_assets/img/checkmark.svg +0 -3
- data/styleguide/_assets/js/application.es6 +0 -6
- data/styleguide/_assets/js/views/components/alert-trigger.es6 +0 -20
- data/styleguide/_assets/js/views/utilities/colors.es6 +0 -14
- data/styleguide/_config.yml +0 -67
- data/styleguide/_data/breakpoints.yml +0 -15
- data/styleguide/_includes/css-stats.html +0 -14
- data/styleguide/_includes/page-heading.html +0 -4
- data/styleguide/_layouts/application.html +0 -45
- data/styleguide/_plugins/color_css_class.rb +0 -13
- data/styleguide/_plugins/component_css_class.rb +0 -9
- data/styleguide/_plugins/css_declarations.rb +0 -16
- data/styleguide/_plugins/css_selectors.rb +0 -16
- data/styleguide/_plugins/css_size.rb +0 -20
- data/styleguide/_plugins/human_size_filter.rb +0 -12
- data/styleguide/_plugins/icon_item.rb +0 -28
- data/styleguide/_plugins/opacity_css_class.rb +0 -12
- data/styleguide/_plugins/sass_generator.rb +0 -55
- data/styleguide/_plugins/sass_output.rb +0 -24
- data/styleguide/components/alerts.md +0 -107
- data/styleguide/components/boxes.md +0 -97
- data/styleguide/components/buttons.md +0 -192
- data/styleguide/components/checkboxes.md +0 -281
- data/styleguide/components/code.html +0 -49
- data/styleguide/components/empty-states.html +0 -12
- data/styleguide/components/forms.md +0 -151
- data/styleguide/components/horizontal-rules.md +0 -82
- data/styleguide/components/icons.md +0 -129
- data/styleguide/components/index.md +0 -18
- data/styleguide/components/modals/_modal.html +0 -100
- data/styleguide/components/modals/example-billing.html +0 -80
- data/styleguide/components/modals/example-downgrade.html +0 -33
- data/styleguide/components/modals/example-small.html +0 -19
- data/styleguide/components/modals/example-survey.html +0 -52
- data/styleguide/components/modals/example-tall.html +0 -6
- data/styleguide/components/modals/index.md +0 -41
- data/styleguide/components/notes.md +0 -67
- data/styleguide/components/radio-buttons.md +0 -195
- data/styleguide/components/statuses.md +0 -324
- data/styleguide/components/tables.md +0 -34
- data/styleguide/components/tooltips.md +0 -16
- data/styleguide/index.md +0 -27
- data/styleguide/stats.md +0 -49
- data/styleguide/utilities/accordion.md +0 -55
- data/styleguide/utilities/border-radius.md +0 -104
- data/styleguide/utilities/colors.md +0 -45
- data/styleguide/utilities/grid.md +0 -256
- data/styleguide/utilities/index.md +0 -19
- data/styleguide/utilities/margin-padding.md +0 -124
- data/styleguide/utilities/opacity.md +0 -28
- data/styleguide/utilities/position.md +0 -24
- data/styleguide/utilities/responsive.md +0 -20
- data/styleguide/utilities/typography.md +0 -74
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 239056142fe631cd1acd83479e8be34083d1cd6ad9fe5f3cca51f81bb68398a5
|
4
|
+
data.tar.gz: ad08056923e6cc9043b015e4eea74d6f8633969a77c94536cadd528f3b036085
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bbb051000422ce7dfd20e3f654d012d76653778087f0d1f3e81c56e79570a49e814d35dee2d566e32020fcec3b21ae7480d65339d0b92fd140aa3b2ae426bfa
|
7
|
+
data.tar.gz: 8d8e2d2599d29752f0f066428732f93d4ecda28cc1d2867ed972b5ee28338d20399d1f20c3f2ea5fd4e4d6924f71b7c4364564da1fe0d093abe4d071924301f8
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,44 +1,144 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
+component('tooltip')
|
2
|
+
color: #fff
|
3
|
+
width: auto
|
4
|
+
z-index: 50
|
5
|
+
opacity: 0
|
6
|
+
line-height: 1.5
|
7
|
+
min-width: 220px
|
8
|
+
max-width: 400px
|
9
|
+
text-align: left
|
10
|
+
visibility: hidden
|
11
|
+
position: absolute
|
12
|
+
padding: 10px 15px
|
13
|
+
border-radius: 5px
|
14
|
+
font-size: $font-size
|
15
|
+
font-weight: $normal
|
16
|
+
background: $gray-darker
|
17
|
+
transition: opacity 300ms ease 300ms, transform 300ms ease 300ms, visibility 0ms ease 300ms
|
18
|
+
&-active
|
19
|
+
opacity: 1
|
20
|
+
visibility: visible
|
21
|
+
.tooltip-parent:hover &
|
22
|
+
+extend('active')
|
23
|
+
|
24
|
+
// Tooltip: Parent Element
|
25
|
+
&-parent
|
26
|
+
overflow: visible
|
27
|
+
position: relative
|
28
|
+
|
29
|
+
// Tooltip: Directions
|
30
|
+
&-top
|
31
|
+
left: 50%
|
32
|
+
bottom: 100%
|
33
|
+
transform: translate(-50%, 0)
|
34
|
+
&-active
|
35
|
+
transform: translate(-50%, -12px)
|
36
|
+
&-bottom
|
37
|
+
left: 50%
|
38
|
+
top: 100%
|
39
|
+
transform: translate(-50%, 0)
|
40
|
+
&-active
|
41
|
+
transform: translate(-50%, 12px)
|
42
|
+
&-left
|
43
|
+
top: 50%
|
44
|
+
right: 100%
|
45
|
+
transform: translate(0, -50%)
|
46
|
+
&-active
|
47
|
+
transform: translate(-12px, -50%)
|
48
|
+
&-right
|
49
|
+
top: 50%
|
50
|
+
left: 100%
|
51
|
+
transform: translate(0, -50%)
|
52
|
+
&-active
|
53
|
+
transform: translate(12px, -50%)
|
54
|
+
|
55
|
+
// Tooltip: Arrows
|
56
|
+
&-arrow
|
5
57
|
content: ''
|
6
|
-
|
58
|
+
position: absolute
|
7
59
|
+width-height(0px)
|
8
|
-
|
9
|
-
transform: rotate(45deg) translatey(50%)
|
60
|
+
transform: rotate(45deg)
|
10
61
|
transform-origin: center center
|
11
62
|
border: 4px solid transparent
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
63
|
+
&-top
|
64
|
+
left: 50%
|
65
|
+
margin-left: -4px
|
66
|
+
border-radius: 0 0 3px 0
|
67
|
+
border-right-color: $gray-darker
|
68
|
+
border-bottom-color: $gray-darker
|
69
|
+
&-active
|
70
|
+
transform: rotate(45deg) translate(-8.7px, -8.7px)
|
71
|
+
&-bottom
|
72
|
+
left: 50%
|
73
|
+
margin-left: -4px
|
74
|
+
border-radius: 3px 0 0 0
|
75
|
+
border-top-color: $gray-darker
|
76
|
+
border-left-color: $gray-darker
|
77
|
+
&-active
|
78
|
+
transform: rotate(45deg) translate(8.7px, 8.7px)
|
79
|
+
&-left
|
80
|
+
top: 50%
|
81
|
+
margin-top: -4px
|
82
|
+
border-radius: 0 3px 0 0
|
83
|
+
border-top-color: $gray-darker
|
84
|
+
border-right-color: $gray-darker
|
85
|
+
&-active
|
86
|
+
transform: rotate(45deg) translate(-8.7px, 8.7px)
|
87
|
+
&-right
|
88
|
+
top: 50%
|
89
|
+
margin-top: -4px
|
90
|
+
border-radius: 0 0 0 3px
|
91
|
+
border-left-color: $gray-darker
|
92
|
+
border-bottom-color: $gray-darker
|
93
|
+
&-active
|
94
|
+
transform: rotate(45deg) translate(8.7px, -8.7px)
|
95
|
+
|
96
|
+
// Custom Tooltips
|
97
|
+
@each $direction in (top, bottom, left, right)
|
98
|
+
&-#{$direction}
|
99
|
+
|
100
|
+
// Custom Tooltip Arrows
|
101
|
+
&::before
|
102
|
+
+extend('arrow')
|
103
|
+
+extend('arrow-#{$direction}')
|
104
|
+
#{opposite-direction($direction)}: -4px
|
105
|
+
|
106
|
+
// Custom Tooltip Hover States
|
107
|
+
.tooltip-parent:hover &
|
108
|
+
+extend('#{$direction}-active')
|
109
|
+
|
110
|
+
// Data Tooltip
|
111
|
+
&-data
|
112
|
+
&::before
|
113
|
+
opacity: 0
|
114
|
+
visibility: hidden
|
115
|
+
transition: opacity 300ms ease 300ms, transform 300ms ease 300ms, visibility 0ms ease 300ms
|
116
|
+
&::after
|
117
|
+
+extend
|
118
|
+
width: auto
|
119
|
+
min-width: auto
|
120
|
+
max-width: auto
|
121
|
+
padding: 5px 10px
|
122
|
+
border-radius: 3px
|
123
|
+
text-align: center
|
124
|
+
font-weight: $bold
|
125
|
+
white-space: nowrap
|
126
|
+
content: attr(data-tooltip)
|
127
|
+
font-size: $font-size-xxs
|
128
|
+
&:hover::after,
|
129
|
+
&:hover::before
|
130
|
+
+extend('active')
|
131
|
+
|
132
|
+
// Data Tooltip: Directions
|
133
|
+
@each $direction in (top, bottom, left, right)
|
134
|
+
&-#{$direction}
|
135
|
+
&::before
|
136
|
+
+extend('arrow')
|
137
|
+
+extend('arrow-#{$direction}')
|
138
|
+
#{$direction}: -4px
|
139
|
+
&::after
|
140
|
+
+extend($direction)
|
141
|
+
&:hover::after
|
142
|
+
+extend("#{$direction}-active")
|
143
|
+
&:hover::before
|
144
|
+
+extend("arrow-#{$direction}-active")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shipyard-framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Codeship
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|
@@ -92,20 +92,14 @@ dependencies:
|
|
92
92
|
requirements:
|
93
93
|
- - "~>"
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version:
|
96
|
-
- - ">="
|
97
|
-
- !ruby/object:Gem::Version
|
98
|
-
version: 1.2.9
|
95
|
+
version: 1.3.0
|
99
96
|
type: :development
|
100
97
|
prerelease: false
|
101
98
|
version_requirements: !ruby/object:Gem::Requirement
|
102
99
|
requirements:
|
103
100
|
- - "~>"
|
104
101
|
- !ruby/object:Gem::Version
|
105
|
-
version:
|
106
|
-
- - ">="
|
107
|
-
- !ruby/object:Gem::Version
|
108
|
-
version: 1.2.9
|
102
|
+
version: 1.3.0
|
109
103
|
- !ruby/object:Gem::Dependency
|
110
104
|
name: html-proofer
|
111
105
|
requirement: !ruby/object:Gem::Requirement
|
@@ -132,28 +126,28 @@ dependencies:
|
|
132
126
|
requirements:
|
133
127
|
- - "~>"
|
134
128
|
- !ruby/object:Gem::Version
|
135
|
-
version:
|
129
|
+
version: 3.7.2
|
136
130
|
type: :development
|
137
131
|
prerelease: false
|
138
132
|
version_requirements: !ruby/object:Gem::Requirement
|
139
133
|
requirements:
|
140
134
|
- - "~>"
|
141
135
|
- !ruby/object:Gem::Version
|
142
|
-
version:
|
136
|
+
version: 3.7.2
|
143
137
|
- !ruby/object:Gem::Dependency
|
144
138
|
name: jekyll-assets
|
145
139
|
requirement: !ruby/object:Gem::Requirement
|
146
140
|
requirements:
|
147
141
|
- - "~>"
|
148
142
|
- !ruby/object:Gem::Version
|
149
|
-
version:
|
143
|
+
version: 3.0.7
|
150
144
|
type: :development
|
151
145
|
prerelease: false
|
152
146
|
version_requirements: !ruby/object:Gem::Requirement
|
153
147
|
requirements:
|
154
148
|
- - "~>"
|
155
149
|
- !ruby/object:Gem::Version
|
156
|
-
version:
|
150
|
+
version: 3.0.7
|
157
151
|
description:
|
158
152
|
email:
|
159
153
|
- design@codeship.com
|
@@ -161,16 +155,6 @@ executables: []
|
|
161
155
|
extensions: []
|
162
156
|
extra_rdoc_files: []
|
163
157
|
files:
|
164
|
-
- ".gitignore"
|
165
|
-
- ".rspec"
|
166
|
-
- ".ruby-version"
|
167
|
-
- ".travis.yml"
|
168
|
-
- Brewfile
|
169
|
-
- CODE_OF_CONDUCT.md
|
170
|
-
- Gemfile
|
171
|
-
- LICENSE.txt
|
172
|
-
- README.md
|
173
|
-
- Rakefile
|
174
158
|
- app/views/shipyard/_alerts.slim
|
175
159
|
- assets/icons/arrows/arrow-down.svg
|
176
160
|
- assets/icons/arrows/arrow-left.svg
|
@@ -212,16 +196,16 @@ files:
|
|
212
196
|
- assets/icons/x.svg
|
213
197
|
- assets/images/arrows/down.svg
|
214
198
|
- assets/images/checkmark.svg
|
215
|
-
- assets/javascripts/shipyard.
|
216
|
-
- assets/javascripts/shipyard/accordion-trigger.
|
217
|
-
- assets/javascripts/shipyard/accordion.
|
218
|
-
- assets/javascripts/shipyard/alert-timer.
|
219
|
-
- assets/javascripts/shipyard/alert.
|
220
|
-
- assets/javascripts/shipyard/core.
|
221
|
-
- assets/javascripts/shipyard/hamburger.
|
222
|
-
- assets/javascripts/shipyard/modal-trigger.
|
223
|
-
- assets/javascripts/shipyard/modal.
|
224
|
-
- assets/javascripts/shipyard/scroll.
|
199
|
+
- assets/javascripts/shipyard.js
|
200
|
+
- assets/javascripts/shipyard/accordion-trigger.js
|
201
|
+
- assets/javascripts/shipyard/accordion.js
|
202
|
+
- assets/javascripts/shipyard/alert-timer.js
|
203
|
+
- assets/javascripts/shipyard/alert.js
|
204
|
+
- assets/javascripts/shipyard/core.js
|
205
|
+
- assets/javascripts/shipyard/hamburger.js
|
206
|
+
- assets/javascripts/shipyard/modal-trigger.js
|
207
|
+
- assets/javascripts/shipyard/modal.js
|
208
|
+
- assets/javascripts/shipyard/scroll.js
|
225
209
|
- assets/stylesheets/_shipyard.sass
|
226
210
|
- assets/stylesheets/shipyard/_components.sass
|
227
211
|
- assets/stylesheets/shipyard/_core.sass
|
@@ -258,6 +242,7 @@ files:
|
|
258
242
|
- assets/stylesheets/shipyard/core/_typography.sass
|
259
243
|
- assets/stylesheets/shipyard/functions/_color.sass
|
260
244
|
- assets/stylesheets/shipyard/functions/_map-merge-options.sass
|
245
|
+
- assets/stylesheets/shipyard/functions/_opposite-direction.sass
|
261
246
|
- assets/stylesheets/shipyard/functions/_text-color.sass
|
262
247
|
- assets/stylesheets/shipyard/mixins/_box-model.sass
|
263
248
|
- assets/stylesheets/shipyard/mixins/_buttons.sass
|
@@ -284,12 +269,6 @@ files:
|
|
284
269
|
- assets/stylesheets/shipyard/variables/_misc.sass
|
285
270
|
- assets/stylesheets/shipyard/variables/_opacities.scss
|
286
271
|
- assets/stylesheets/shipyard/variables/_typography.sass
|
287
|
-
- ci/build.rb
|
288
|
-
- ci/deploy
|
289
|
-
- ci/jekyll
|
290
|
-
- ci/percy
|
291
|
-
- ci/sass_lint
|
292
|
-
- ci/setup
|
293
272
|
- lib/shipyard-framework.rb
|
294
273
|
- lib/shipyard-framework/helpers/alert_helper.rb
|
295
274
|
- lib/shipyard-framework/helpers/box_helper.rb
|
@@ -311,80 +290,6 @@ files:
|
|
311
290
|
- lib/shipyard-framework/rails/engine.rb
|
312
291
|
- lib/shipyard-framework/rails/railtie.rb
|
313
292
|
- lib/shipyard-framework/version.rb
|
314
|
-
- shipyard.gemspec
|
315
|
-
- spec/helpers/alert_helper_spec.rb
|
316
|
-
- spec/helpers/box_helper_spec.rb
|
317
|
-
- spec/helpers/button_helper_spec.rb
|
318
|
-
- spec/helpers/form_helper_spec.rb
|
319
|
-
- spec/helpers/icon_helper_spec.rb
|
320
|
-
- spec/helpers/note_helper_spec.rb
|
321
|
-
- spec/shipyard_spec.rb
|
322
|
-
- spec/spec_helper.rb
|
323
|
-
- styleguide/.gitignore
|
324
|
-
- styleguide/.nojekyll
|
325
|
-
- styleguide/.ruby-version
|
326
|
-
- styleguide/Gemfile
|
327
|
-
- styleguide/Gemfile.lock
|
328
|
-
- styleguide/_assets/css/application.sass
|
329
|
-
- styleguide/_assets/css/fonts.sass
|
330
|
-
- styleguide/_assets/css/layout.sass
|
331
|
-
- styleguide/_assets/css/syntax.css
|
332
|
-
- styleguide/_assets/css/vendor.sass
|
333
|
-
- styleguide/_assets/css/views.sass
|
334
|
-
- styleguide/_assets/img/arrows/down.svg
|
335
|
-
- styleguide/_assets/img/checkmark.svg
|
336
|
-
- styleguide/_assets/js/application.es6
|
337
|
-
- styleguide/_assets/js/views/components/alert-trigger.es6
|
338
|
-
- styleguide/_assets/js/views/utilities/colors.es6
|
339
|
-
- styleguide/_config.yml
|
340
|
-
- styleguide/_data/breakpoints.yml
|
341
|
-
- styleguide/_includes/css-stats.html
|
342
|
-
- styleguide/_includes/page-heading.html
|
343
|
-
- styleguide/_layouts/application.html
|
344
|
-
- styleguide/_plugins/color_css_class.rb
|
345
|
-
- styleguide/_plugins/component_css_class.rb
|
346
|
-
- styleguide/_plugins/css_declarations.rb
|
347
|
-
- styleguide/_plugins/css_selectors.rb
|
348
|
-
- styleguide/_plugins/css_size.rb
|
349
|
-
- styleguide/_plugins/human_size_filter.rb
|
350
|
-
- styleguide/_plugins/icon_item.rb
|
351
|
-
- styleguide/_plugins/opacity_css_class.rb
|
352
|
-
- styleguide/_plugins/sass_generator.rb
|
353
|
-
- styleguide/_plugins/sass_output.rb
|
354
|
-
- styleguide/components/alerts.md
|
355
|
-
- styleguide/components/boxes.md
|
356
|
-
- styleguide/components/buttons.md
|
357
|
-
- styleguide/components/checkboxes.md
|
358
|
-
- styleguide/components/code.html
|
359
|
-
- styleguide/components/empty-states.html
|
360
|
-
- styleguide/components/forms.md
|
361
|
-
- styleguide/components/horizontal-rules.md
|
362
|
-
- styleguide/components/icons.md
|
363
|
-
- styleguide/components/index.md
|
364
|
-
- styleguide/components/modals/_modal.html
|
365
|
-
- styleguide/components/modals/example-billing.html
|
366
|
-
- styleguide/components/modals/example-downgrade.html
|
367
|
-
- styleguide/components/modals/example-small.html
|
368
|
-
- styleguide/components/modals/example-survey.html
|
369
|
-
- styleguide/components/modals/example-tall.html
|
370
|
-
- styleguide/components/modals/index.md
|
371
|
-
- styleguide/components/notes.md
|
372
|
-
- styleguide/components/radio-buttons.md
|
373
|
-
- styleguide/components/statuses.md
|
374
|
-
- styleguide/components/tables.md
|
375
|
-
- styleguide/components/tooltips.md
|
376
|
-
- styleguide/index.md
|
377
|
-
- styleguide/stats.md
|
378
|
-
- styleguide/utilities/accordion.md
|
379
|
-
- styleguide/utilities/border-radius.md
|
380
|
-
- styleguide/utilities/colors.md
|
381
|
-
- styleguide/utilities/grid.md
|
382
|
-
- styleguide/utilities/index.md
|
383
|
-
- styleguide/utilities/margin-padding.md
|
384
|
-
- styleguide/utilities/opacity.md
|
385
|
-
- styleguide/utilities/position.md
|
386
|
-
- styleguide/utilities/responsive.md
|
387
|
-
- styleguide/utilities/typography.md
|
388
293
|
homepage: https://github.com/codeship/shipyard
|
389
294
|
licenses:
|
390
295
|
- MIT
|