tungsten 0.1.42 → 0.1.43

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: a15da8f6bec61dbaa4841293bdeb2f880e7a9a58
4
- data.tar.gz: 0dffa59c9703a0da01846166cdd5065a9c2e0a2e
3
+ metadata.gz: 6a046c9ad8df86fb035f146685f32cc5398d5c69
4
+ data.tar.gz: 821c26b6525359724ec0077d8ec6c04bd9fb2c86
5
5
  SHA512:
6
- metadata.gz: 2c40e500c57b8af3fa16a2748b4eb100a3d39da168e8c51506652962a3531649f027b4a68f33d7f6d31ad40c80aeb9b503ff390696248d5085ebf1655e3b2a69
7
- data.tar.gz: f6d1741a5a6d138fd68bfd5724910d6db84f16d47c76afc22e3b085f837c34aab02ece0b4d586a696703087b7519fab5af319eb8685f9d0f0acfcc7188d509aa
6
+ metadata.gz: '03693992539890603a63a6babdbe4a0f604a7fe7106cb66d6692ae4dd13ab7d04243751c5c4e79bd9f3346c83e1b8c1ee6bbaa791f9ac9b0687596ed0ca1d7b0'
7
+ data.tar.gz: dab086fe8358040b3765dea33b091f173aa665ad7f1d574f0be2ceac9c4e36694d9b117c7d0ccc0d52a10e0ec1d2793d7d43d0a26066aecf68aec2863d5853c0
@@ -53,9 +53,8 @@
53
53
  position: relative;
54
54
  overflow: hidden;
55
55
  animation: expand-width 2s $timing;
56
- transition: width 1.5s $timing;
56
+ transition: width 1.5s $timing, background-color .5s $timing;
57
57
  box-shadow: 0 0 1px 1px rgba(#fff, .2) inset;
58
- transition: background-color .5s $timing;
59
58
 
60
59
  &:before {
61
60
  background-size: 50px 50px;
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.1.42"
2
+ VERSION = "0.1.43"
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.42.map.json
93
+ //# sourceMappingURL=/assets/tungsten/code-0.1.43.map.json
@@ -3600,11 +3600,9 @@ table.card {
3600
3600
  overflow: hidden;
3601
3601
  -webkit-animation: expand-width 2s cubic-bezier(0.4, 0, 0.2, 1);
3602
3602
  animation: expand-width 2s cubic-bezier(0.4, 0, 0.2, 1);
3603
- -webkit-transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
3604
- transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
3605
- box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2) inset;
3606
- -webkit-transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3607
- transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
3603
+ -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);
3604
+ transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3605
+ box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2) inset; }
3608
3606
  .progress-bar-fill:before {
3609
3607
  background-size: 50px 50px;
3610
3608
  -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.42.map.json
101
+ //# sourceMappingURL=/assets/tungsten/tungsten-0.1.43.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.42
4
+ version: 0.1.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -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.42.js
292
- - public/code-0.1.42.js.gz
293
- - public/code-0.1.42.map.json
294
- - public/tungsten-0.1.42.css
295
- - public/tungsten-0.1.42.css.gz
296
- - public/tungsten-0.1.42.js
297
- - public/tungsten-0.1.42.js.gz
298
- - public/tungsten-0.1.42.map.json
291
+ - public/code-0.1.43.js
292
+ - public/code-0.1.43.js.gz
293
+ - public/code-0.1.43.map.json
294
+ - public/tungsten-0.1.43.css
295
+ - public/tungsten-0.1.43.css.gz
296
+ - public/tungsten-0.1.43.js
297
+ - public/tungsten-0.1.43.js.gz
298
+ - public/tungsten-0.1.43.map.json
299
299
  homepage:
300
300
  licenses:
301
301
  - MIT