tungsten 0.1.48 → 0.1.49
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 +1 -2
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.1.48.js → code-0.1.49.js} +1 -1
- data/public/{code-0.1.48.js.gz → code-0.1.49.js.gz} +0 -0
- data/public/{code-0.1.48.map.json → code-0.1.49.map.json} +0 -0
- data/public/{tungsten-0.1.48.css → tungsten-0.1.49.css} +2 -4
- data/public/{tungsten-0.1.48.css.gz → tungsten-0.1.49.css.gz} +0 -0
- data/public/{tungsten-0.1.48.js → tungsten-0.1.49.js} +1 -1
- data/public/{tungsten-0.1.48.js.gz → tungsten-0.1.49.js.gz} +0 -0
- data/public/{tungsten-0.1.48.map.json → tungsten-0.1.49.map.json} +0 -0
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a229a92376eed8342084a374a33e925c6bb9f42b
|
|
4
|
+
data.tar.gz: 1d6f52278aa41317961c5baf40dcf42aa6ee9115
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2af1fe75fb38ac5ca1bce00b5949916956bfaa1da57d8132d298d99c29a9658c7ae6cecb7cd14b476362afb30c164dd4fcd5c4635189a78ed7bf188ab085936d
|
|
7
|
+
data.tar.gz: 264d5bd4d1d76b708ccc3c01a9a03e3ed11d96052764e0a0c6ea921392f90c4cdd4f47490a16eaa8e20d7491d1a546aa786e17ee759606ec89262401d2a15d91
|
|
@@ -42,9 +42,8 @@
|
|
|
42
42
|
position: relative;
|
|
43
43
|
overflow: hidden;
|
|
44
44
|
animation: expand-width 2s $timing;
|
|
45
|
-
transition: width 1.5s $timing;
|
|
46
45
|
box-shadow: 0 0 1px 1px rgba(#fff, .2) inset;
|
|
47
|
-
transition: background-color .5s $timing;
|
|
46
|
+
transition: width 1.5s $timing, background-color .5s $timing;
|
|
48
47
|
|
|
49
48
|
&:before {
|
|
50
49
|
background-size: 50px 50px;
|
data/lib/tungsten/version.rb
CHANGED
|
Binary file
|
|
File without changes
|
|
@@ -3607,11 +3607,9 @@ table.card {
|
|
|
3607
3607
|
overflow: hidden;
|
|
3608
3608
|
-webkit-animation: expand-width 2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3609
3609
|
animation: expand-width 2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3610
|
-
-webkit-transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3611
|
-
transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3612
3610
|
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2) inset;
|
|
3613
|
-
-webkit-transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3614
|
-
transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
|
|
3611
|
+
-webkit-transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3612
|
+
transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
|
|
3615
3613
|
.progress-bar-fill:before {
|
|
3616
3614
|
background-size: 50px 50px;
|
|
3617
3615
|
-webkit-animation: move-background 2s linear infinite;
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
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.1.
|
|
4
|
+
version: 0.1.49
|
|
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: 2017-11-
|
|
12
|
+
date: 2017-11-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -288,14 +288,14 @@ files:
|
|
|
288
288
|
- lib/tungsten.rb
|
|
289
289
|
- lib/tungsten/helper.rb
|
|
290
290
|
- lib/tungsten/version.rb
|
|
291
|
-
- public/code-0.1.
|
|
292
|
-
- public/code-0.1.
|
|
293
|
-
- public/code-0.1.
|
|
294
|
-
- public/tungsten-0.1.
|
|
295
|
-
- public/tungsten-0.1.
|
|
296
|
-
- public/tungsten-0.1.
|
|
297
|
-
- public/tungsten-0.1.
|
|
298
|
-
- public/tungsten-0.1.
|
|
291
|
+
- public/code-0.1.49.js
|
|
292
|
+
- public/code-0.1.49.js.gz
|
|
293
|
+
- public/code-0.1.49.map.json
|
|
294
|
+
- public/tungsten-0.1.49.css
|
|
295
|
+
- public/tungsten-0.1.49.css.gz
|
|
296
|
+
- public/tungsten-0.1.49.js
|
|
297
|
+
- public/tungsten-0.1.49.js.gz
|
|
298
|
+
- public/tungsten-0.1.49.map.json
|
|
299
299
|
homepage:
|
|
300
300
|
licenses:
|
|
301
301
|
- MIT
|