shipyard-framework 0.7.1 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/icons/status/error-xs.svg +3 -0
- data/assets/icons/status/error.svg +1 -1
- data/assets/icons/status/{idle.svg → paused.svg} +0 -0
- data/assets/stylesheets/shipyard/_utilities.sass +1 -0
- data/assets/stylesheets/shipyard/components/_icons.sass +3 -0
- data/assets/stylesheets/shipyard/components/_statuses.sass +51 -16
- data/assets/stylesheets/shipyard/utilities/_will-change.sass +1 -0
- data/assets/stylesheets/shipyard/variables/_options.scss +7 -0
- data/lib/shipyard-framework/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 004115cae38ee37fb93ed1a39206fa03f8e0429faa4e376eda8f0bfbff954014
|
4
|
+
data.tar.gz: 218779a142ab77ddfed7f22d11beac8b699cc697fa93a353a3d27efcfcc3f4c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1246b96d2e3acc1374f145a23f526ea47e57af4d26df78b5b7d1b3656dd56960cac284020647eedba7ccdd3a6d9a5b29f2fbe44e335701c3b1ca40b6ea566c1e
|
7
|
+
data.tar.gz: d5f44eb0b5e0fba3c4328d2507f910d6d1c911fd23005e1205a300664fc22370d404191f6b27dfec2efdac225d4c4a2993b4a09e718e9fc9a2cc119fce5fc1e6
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 6"
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 6">
|
2
2
|
<line vector-effect="non-scaling-stroke" x1="1" x2="1" y2="3.1" />
|
3
3
|
<line vector-effect="non-scaling-stroke" x1="1" x2="1" y1="6" y2="6" />
|
4
4
|
</svg>
|
File without changes
|
@@ -17,7 +17,6 @@
|
|
17
17
|
&-bg
|
18
18
|
background-color: $gray
|
19
19
|
|
20
|
-
&-idle,
|
21
20
|
&-waiting,
|
22
21
|
&-running
|
23
22
|
&.status-xs,
|
@@ -60,7 +59,7 @@
|
|
60
59
|
border-color: rgba(#fff,.3)
|
61
60
|
background-color: transparent
|
62
61
|
|
63
|
-
&-
|
62
|
+
&-paused
|
64
63
|
color: $yellow-dark
|
65
64
|
border-color: $yellow-dark
|
66
65
|
&-bg
|
@@ -68,27 +67,40 @@
|
|
68
67
|
&.status-md:not(.status-inverse)
|
69
68
|
color: #fff
|
70
69
|
background-color: $yellow-dark
|
71
|
-
&.status-xs
|
72
|
-
&.status-sm
|
73
|
-
border-color:
|
70
|
+
&.status-xs,
|
71
|
+
&.status-sm
|
72
|
+
border-color: transparent
|
73
|
+
background-color: transparent
|
74
74
|
|
75
75
|
&-success
|
76
76
|
color: $green
|
77
77
|
border-color: $green
|
78
78
|
&, &-bg
|
79
79
|
background-color: $green
|
80
|
+
&.status-xs,
|
81
|
+
&.status-sm
|
82
|
+
border-color: transparent
|
83
|
+
background-color: transparent
|
80
84
|
|
81
85
|
&-fail
|
82
86
|
color: $red
|
83
87
|
border-color: $red
|
84
88
|
&, &-bg
|
85
89
|
background-color: $red
|
90
|
+
&.status-xs,
|
91
|
+
&.status-sm
|
92
|
+
border-color: transparent
|
93
|
+
background-color: transparent
|
86
94
|
|
87
95
|
&-error
|
88
96
|
color: $orange-dark
|
89
97
|
border-color: $orange-dark
|
90
98
|
&, &-bg
|
91
99
|
background-color: $orange-dark
|
100
|
+
&.status-xs,
|
101
|
+
&.status-sm
|
102
|
+
border-color: transparent
|
103
|
+
background-color: transparent
|
92
104
|
|
93
105
|
&-success,
|
94
106
|
&-fail,
|
@@ -109,7 +121,7 @@
|
|
109
121
|
&-sm
|
110
122
|
+width-height(8px)
|
111
123
|
&-md
|
112
|
-
+width-height(
|
124
|
+
+width-height(14px)
|
113
125
|
&-lg
|
114
126
|
+width-height(22px)
|
115
127
|
background-color: transparent
|
@@ -123,23 +135,46 @@
|
|
123
135
|
left: 50%
|
124
136
|
position: absolute
|
125
137
|
|
126
|
-
// Status: Icons (
|
127
|
-
&-
|
138
|
+
// Status: Icons (X-Small)
|
139
|
+
&-xs-icon
|
140
|
+
margin: -2px 0 0 -2px
|
141
|
+
+width-height(4px)
|
142
|
+
&-skipped,
|
143
|
+
&-waiting,
|
144
|
+
&-running
|
145
|
+
display: none
|
146
|
+
&-error-xs
|
147
|
+
fill: $orange-dark
|
148
|
+
|
149
|
+
// Status: Icons (Small)
|
150
|
+
&-sm-icon
|
128
151
|
margin: -3px 0 0 -3px
|
129
152
|
+width-height(6px)
|
153
|
+
&-skipped,
|
154
|
+
&-waiting,
|
155
|
+
&-running
|
156
|
+
display: none
|
157
|
+
&-error-xs
|
158
|
+
fill: $orange-dark
|
159
|
+
|
160
|
+
// Status: Icons (Medium)
|
161
|
+
&-md-icon
|
162
|
+
margin: -2px 0 0 -2px
|
163
|
+
+width-height(4px)
|
130
164
|
&-skipped
|
131
165
|
margin-left: 0
|
132
166
|
transform: translatex(-.8px)
|
133
167
|
&-waiting
|
134
|
-
stroke-width: 1.
|
135
|
-
+width-height(
|
136
|
-
margin: 0 0 0 -
|
137
|
-
transform: translatey(-.
|
168
|
+
stroke-width: 1.5
|
169
|
+
+width-height(6px, 2px)
|
170
|
+
margin: 0 0 0 -3px
|
171
|
+
transform: translatey(-.5px)
|
138
172
|
&-running
|
139
|
-
+width-height(
|
140
|
-
margin: -
|
173
|
+
+width-height(12px)
|
174
|
+
margin: -6px 0 0 -6px
|
141
175
|
&-success
|
142
|
-
margin-top:
|
176
|
+
margin-top: 0
|
177
|
+
transform: translatey(-1.7px)
|
143
178
|
&-error
|
144
179
|
+width-height(2px, 6px)
|
145
180
|
margin: -3px 0 0 -1px
|
@@ -186,7 +221,7 @@
|
|
186
221
|
color: $blue
|
187
222
|
&-running
|
188
223
|
color: $teal
|
189
|
-
&-
|
224
|
+
&-paused
|
190
225
|
color: $yellow-dark
|
191
226
|
&-success
|
192
227
|
color: $green
|
@@ -0,0 +1 @@
|
|
1
|
+
+utility(will-change)
|
@@ -320,6 +320,13 @@ $shipyard-defaults: (
|
|
320
320
|
)
|
321
321
|
),
|
322
322
|
|
323
|
+
// Shipyard: Will-Change Utility
|
324
|
+
will-change: (
|
325
|
+
prefix: 'will-change',
|
326
|
+
responsive: false,
|
327
|
+
values: (transform, opacity)
|
328
|
+
),
|
329
|
+
|
323
330
|
// Shipyard: Z-Index Utility
|
324
331
|
z-index: (
|
325
332
|
prefix: 'z',
|
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.8.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-04-
|
11
|
+
date: 2018-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|
@@ -185,9 +185,10 @@ files:
|
|
185
185
|
- assets/icons/logos/webhook.svg
|
186
186
|
- assets/icons/plus.svg
|
187
187
|
- assets/icons/restart.svg
|
188
|
+
- assets/icons/status/error-xs.svg
|
188
189
|
- assets/icons/status/error.svg
|
189
190
|
- assets/icons/status/fail.svg
|
190
|
-
- assets/icons/status/
|
191
|
+
- assets/icons/status/paused.svg
|
191
192
|
- assets/icons/status/running.svg
|
192
193
|
- assets/icons/status/skipped.svg
|
193
194
|
- assets/icons/status/success.svg
|
@@ -285,6 +286,7 @@ files:
|
|
285
286
|
- assets/stylesheets/shipyard/utilities/_transition.sass
|
286
287
|
- assets/stylesheets/shipyard/utilities/_white-space.sass
|
287
288
|
- assets/stylesheets/shipyard/utilities/_width.sass
|
289
|
+
- assets/stylesheets/shipyard/utilities/_will-change.sass
|
288
290
|
- assets/stylesheets/shipyard/utilities/_z-index.sass
|
289
291
|
- assets/stylesheets/shipyard/variables/_color_utilities.sass
|
290
292
|
- assets/stylesheets/shipyard/variables/_colors.scss
|