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 +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.42.js → code-0.1.43.js} +1 -1
- data/public/{code-0.1.42.js.gz → code-0.1.43.js.gz} +0 -0
- data/public/{code-0.1.42.map.json → code-0.1.43.map.json} +0 -0
- data/public/{tungsten-0.1.42.css → tungsten-0.1.43.css} +3 -5
- data/public/{tungsten-0.1.42.css.gz → tungsten-0.1.43.css.gz} +0 -0
- data/public/{tungsten-0.1.42.js → tungsten-0.1.43.js} +1 -1
- data/public/{tungsten-0.1.42.js.gz → tungsten-0.1.43.js.gz} +0 -0
- data/public/{tungsten-0.1.42.map.json → tungsten-0.1.43.map.json} +0 -0
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a046c9ad8df86fb035f146685f32cc5398d5c69
|
|
4
|
+
data.tar.gz: 821c26b6525359724ec0077d8ec6c04bd9fb2c86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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;
|
data/lib/tungsten/version.rb
CHANGED
|
Binary file
|
|
File without changes
|
|
@@ -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;
|
|
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.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.
|
|
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.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
|