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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88d3f28164ee1866104bdcae295fa2bcc76337dd
4
- data.tar.gz: db9431cff402512b629f44484588f723380edfe3
3
+ metadata.gz: a229a92376eed8342084a374a33e925c6bb9f42b
4
+ data.tar.gz: 1d6f52278aa41317961c5baf40dcf42aa6ee9115
5
5
  SHA512:
6
- metadata.gz: d95f9e76d5ef85fe00de69c0763e1aae1b18097b4d993455aa0d53360782c378ba8168809889978835607be29abc845264d10674d68a2ce1573e290175dfefc7
7
- data.tar.gz: 00edc10eeb8a2cb2a64287843e811c920110d18b6c8a6a897f572281ade37a6ed8ac11fb277215268aed4e36d512f725633f721dbe7dc8ff29aa51c3cede4670
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;
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.1.48"
2
+ VERSION = "0.1.49"
3
3
  end
@@ -90,4 +90,4 @@ function move(o){document.documentElement.scrollTop=o,document.body.parentNode.s
90
90
  });
91
91
 
92
92
 
93
- //# sourceMappingURL=/assets/tungsten/code-0.1.48.map.json
93
+ //# sourceMappingURL=/assets/tungsten/code-0.1.49.map.json
@@ -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;
@@ -98,4 +98,4 @@ function request(e,n,t){return"function"==typeof t?new e("GET",n).end(t):2==argu
98
98
  });
99
99
 
100
100
 
101
- //# sourceMappingURL=/assets/tungsten/tungsten-0.1.48.map.json
101
+ //# sourceMappingURL=/assets/tungsten/tungsten-0.1.49.map.json
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.48
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-17 00:00:00.000000000 Z
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.48.js
292
- - public/code-0.1.48.js.gz
293
- - public/code-0.1.48.map.json
294
- - public/tungsten-0.1.48.css
295
- - public/tungsten-0.1.48.css.gz
296
- - public/tungsten-0.1.48.js
297
- - public/tungsten-0.1.48.js.gz
298
- - public/tungsten-0.1.48.map.json
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