tungsten 0.2.11 → 0.2.12
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 +4 -4
- data/app/assets/stylesheets/tungsten/components/_progress-bar.scss +12 -12
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.2.11.js → code-0.2.12.js} +0 -0
- data/public/{code-0.2.11.js.gz → code-0.2.12.js.gz} +0 -0
- data/public/{tungsten-0.2.11.css → tungsten-0.2.12.css} +2 -2
- data/public/{tungsten-0.2.11.css.gz → tungsten-0.2.12.css.gz} +0 -0
- data/public/{tungsten-0.2.11.js → tungsten-0.2.12.js} +0 -0
- data/public/{tungsten-0.2.11.js.gz → tungsten-0.2.12.js.gz} +0 -0
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 504dab81ee2ea18f3fb7ccea60ef3142a9eef9324fcf0e5200d3ec8b0ecfcc01
|
|
4
|
+
data.tar.gz: 2d568f18fa554badefa95542596d2dd78500082aa6058109d400c8012cfdb0fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 609d9915ec00140ab2fde39eeeaf91d6ac22ddf116affbe8a61b70bc00161fb2a4c0ad175634055a32c3d6ca77702999364f363fed35db05fa641e614bbd9239
|
|
7
|
+
data.tar.gz: b9325cd9e32004579cfad7f89c59f1e584856b24dd87fb401713d228d5d81ed44c96f5ab676986b1ed3f45b2352d21605fb50a74fd1b94d54ff4015ae83fbf38
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
// Progress bar max-width unless full-width is true
|
|
14
|
-
$progress-bar-max-width: 450px;
|
|
14
|
+
$progress-bar-max-width: 450px;
|
|
15
15
|
|
|
16
16
|
.progress-bar-wrapper {
|
|
17
17
|
padding: 10px 0;
|
|
@@ -55,13 +55,13 @@ $progress-bar-max-width: 450px;
|
|
|
55
55
|
position: absolute;
|
|
56
56
|
top: 0; left: 0; bottom: 0; right: 0;
|
|
57
57
|
background-image: linear-gradient(
|
|
58
|
-
-45deg,
|
|
59
|
-
rgba(#fff, .15) 25%,
|
|
60
|
-
transparent 25%,
|
|
61
|
-
transparent 50%,
|
|
62
|
-
rgba(#fff, .15) 50%,
|
|
63
|
-
rgba(#fff, .15) 75%,
|
|
64
|
-
transparent 75%,
|
|
58
|
+
-45deg,
|
|
59
|
+
rgba(#fff, .15) 25%,
|
|
60
|
+
transparent 25%,
|
|
61
|
+
transparent 50%,
|
|
62
|
+
rgba(#fff, .15) 50%,
|
|
63
|
+
rgba(#fff, .15) 75%,
|
|
64
|
+
transparent 75%,
|
|
65
65
|
transparent
|
|
66
66
|
);
|
|
67
67
|
}
|
|
@@ -83,7 +83,7 @@ $progress-bar-max-width: 450px;
|
|
|
83
83
|
max-width: $progress-bar-max-width;
|
|
84
84
|
padding-top: 5px;
|
|
85
85
|
width: 100%;
|
|
86
|
-
|
|
86
|
+
|
|
87
87
|
&.full-width {
|
|
88
88
|
max-width: 100%;
|
|
89
89
|
}
|
|
@@ -131,7 +131,7 @@ $progress-bar-max-width: 450px;
|
|
|
131
131
|
|
|
132
132
|
// Progress bar status fill color
|
|
133
133
|
@mixin progress-bar-status($color, $opacity: 0.2) {
|
|
134
|
-
.progress-bar-outline{ background-color: rgba($color, $opacity); }
|
|
134
|
+
.progress-bar-outline{ background-color: rgba($color, $opacity); }
|
|
135
135
|
.progress-bar-fill { background: $color; }
|
|
136
136
|
.progress-bar-description-status { color: $color; }
|
|
137
137
|
}
|
|
@@ -152,9 +152,9 @@ $progress-bar-max-width: 450px;
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
&[data-status="
|
|
155
|
+
&[data-status="queued"] {
|
|
156
156
|
.progress-bar-outline{
|
|
157
|
-
background: $gray-03;
|
|
157
|
+
background: $gray-03;
|
|
158
158
|
background-size: 68px 68px;
|
|
159
159
|
animation: move-background 2s linear infinite;
|
|
160
160
|
background-image: repeating-linear-gradient(
|
data/lib/tungsten/version.rb
CHANGED
|
File without changes
|
|
Binary file
|
|
@@ -3827,14 +3827,14 @@ table.card {
|
|
|
3827
3827
|
color: #e0182d; }
|
|
3828
3828
|
.progress-bar[data-status="completed"] .progress-bar-fill:before, .progress-bar[data-status="failed"] .progress-bar-fill:before {
|
|
3829
3829
|
background-image: none; }
|
|
3830
|
-
.progress-bar[data-status="
|
|
3830
|
+
.progress-bar[data-status="queued"] .progress-bar-outline {
|
|
3831
3831
|
background: #f0f3f6;
|
|
3832
3832
|
background-size: 68px 68px;
|
|
3833
3833
|
-webkit-animation: move-background 2s linear infinite;
|
|
3834
3834
|
animation: move-background 2s linear infinite;
|
|
3835
3835
|
background-image: repeating-linear-gradient(-45deg, #dfe3e6, #dfe3e6 1px, transparent 1px, transparent 6px);
|
|
3836
3836
|
box-shadow: 0 0 0 1px #d6dde7 inset, 0 0 0 transparent; }
|
|
3837
|
-
.progress-bar[data-status="
|
|
3837
|
+
.progress-bar[data-status="queued"] .progress-bar-fill {
|
|
3838
3838
|
background: #8c9ba5; }
|
|
3839
3839
|
|
|
3840
3840
|
.time-wrapper {
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tungsten
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-12-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -316,12 +316,12 @@ files:
|
|
|
316
316
|
- lib/tungsten.rb
|
|
317
317
|
- lib/tungsten/helper.rb
|
|
318
318
|
- lib/tungsten/version.rb
|
|
319
|
-
- public/code-0.2.
|
|
320
|
-
- public/code-0.2.
|
|
321
|
-
- public/tungsten-0.2.
|
|
322
|
-
- public/tungsten-0.2.
|
|
323
|
-
- public/tungsten-0.2.
|
|
324
|
-
- public/tungsten-0.2.
|
|
319
|
+
- public/code-0.2.12.js
|
|
320
|
+
- public/code-0.2.12.js.gz
|
|
321
|
+
- public/tungsten-0.2.12.css
|
|
322
|
+
- public/tungsten-0.2.12.css.gz
|
|
323
|
+
- public/tungsten-0.2.12.js
|
|
324
|
+
- public/tungsten-0.2.12.js.gz
|
|
325
325
|
homepage:
|
|
326
326
|
licenses:
|
|
327
327
|
- MIT
|