shipyard-framework 0.7.1 → 0.8.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
  SHA256:
3
- metadata.gz: 7819241469f9a3769e8fb5e347dc91ba73fb4a1dfc635e8fb4ceb0505ce4e4be
4
- data.tar.gz: e47e95a9a5838f9c2c0e9265e8e6b1de25b206a9ff014a5524380620336173f8
3
+ metadata.gz: 004115cae38ee37fb93ed1a39206fa03f8e0429faa4e376eda8f0bfbff954014
4
+ data.tar.gz: 218779a142ab77ddfed7f22d11beac8b699cc697fa93a353a3d27efcfcc3f4c2
5
5
  SHA512:
6
- metadata.gz: e31d79754b6bcaab0bd9730e9a8cb7c4f505a0f19b1647b0e63bc98cfdff3fe70b10f237145b1113086114f26c3dd95a0a6f37a5da7ed1c1c671964fa723d7be
7
- data.tar.gz: 24b47a43e2f5d56ba4c0af35c83e38f364bf341a8fc1243a5ead6efc150a306cc2626b87edd22b891283c75a515190e374c193b97daae9f7211f0c635aba7ee1
6
+ metadata.gz: 1246b96d2e3acc1374f145a23f526ea47e57af4d26df78b5b7d1b3656dd56960cac284020647eedba7ccdd3a6d9a5b29f2fbe44e335701c3b1ca40b6ea566c1e
7
+ data.tar.gz: d5f44eb0b5e0fba3c4328d2507f910d6d1c911fd23005e1205a300664fc22370d404191f6b27dfec2efdac225d4c4a2993b4a09e718e9fc9a2cc119fce5fc1e6
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 4">
2
+ <polyline vector-effect="non-scaling-stroke" points="0 4 2 0 4 4 0 4"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 6" class="icon-status-error icon-outline">
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>
@@ -24,5 +24,6 @@
24
24
  @import "shipyard/utilities/transform"
25
25
  @import "shipyard/utilities/transition"
26
26
  @import "shipyard/utilities/width"
27
+ @import "shipyard/utilities/will-change"
27
28
  @import "shipyard/utilities/white-space"
28
29
  @import "shipyard/utilities/z-index"
@@ -25,6 +25,9 @@ svg, path, circle, polyline
25
25
  &-fail,
26
26
  &-success
27
27
  +width-height(8px)
28
+ &-paused,
29
+ &-error-xs
30
+ +width-height(4px)
28
31
  &-error
29
32
  +width-height(2px, 8px)
30
33
  &-waiting
@@ -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
- &-idle
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::after,
72
- &.status-sm::after
73
- border-color: $yellow
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(18px)
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 (Medium)
127
- &-md-icon
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.7
135
- +width-height(8px, 2px)
136
- margin: 0 0 0 -4px
137
- transform: translatey(-.7px)
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(16px)
140
- margin: -8px 0 0 -8px
173
+ +width-height(12px)
174
+ margin: -6px 0 0 -6px
141
175
  &-success
142
- margin-top: -2px
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
- &-idle
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',
@@ -1,3 +1,3 @@
1
1
  module Shipyard
2
- VERSION = '0.7.1'
2
+ VERSION = '0.8.0'
3
3
  end
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.7.1
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-05 00:00:00.000000000 Z
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/idle.svg
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