tungsten 0.1.58 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/tungsten/_icons.js +1 -1
- data/app/assets/stylesheets/tungsten/components/_cards.scss +8 -0
- data/app/assets/stylesheets/tungsten/components/_index.scss +1 -0
- data/app/assets/stylesheets/tungsten/components/_topology-grid.scss +138 -0
- data/app/assets/stylesheets/tungsten/form/_slider.scss +1 -1
- data/app/helpers/tungsten/card_helper.rb +7 -0
- data/app/helpers/tungsten/form_helper.rb +9 -1
- data/app/helpers/tungsten/topology_grid_helper.rb +27 -0
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.1.58.js → code-0.2.0.js} +1 -1
- data/public/{code-0.1.58.js.gz → code-0.2.0.js.gz} +0 -0
- data/public/{code-0.1.58.map.json → code-0.2.0.map.json} +0 -0
- data/public/{tungsten-0.1.58.css → tungsten-0.2.0.css} +169 -1
- data/public/tungsten-0.2.0.css.gz +0 -0
- data/public/{tungsten-0.1.58.js → tungsten-0.2.0.js} +2 -2
- data/public/tungsten-0.2.0.js.gz +0 -0
- data/public/{tungsten-0.1.58.map.json → tungsten-0.2.0.map.json} +1 -1
- metadata +12 -10
- data/public/tungsten-0.1.58.css.gz +0 -0
- data/public/tungsten-0.1.58.js.gz +0 -0
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.
|
4
|
+
version: 0.2.0
|
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-05-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -205,6 +205,7 @@ files:
|
|
205
205
|
- app/assets/stylesheets/tungsten/components/_time.scss
|
206
206
|
- app/assets/stylesheets/tungsten/components/_toggle-nav.scss
|
207
207
|
- app/assets/stylesheets/tungsten/components/_tooltip.scss
|
208
|
+
- app/assets/stylesheets/tungsten/components/_topology-grid.scss
|
208
209
|
- app/assets/stylesheets/tungsten/core/_animations.scss
|
209
210
|
- app/assets/stylesheets/tungsten/core/_banner.scss
|
210
211
|
- app/assets/stylesheets/tungsten/core/_colors.scss
|
@@ -294,6 +295,7 @@ files:
|
|
294
295
|
- app/helpers/tungsten/section_helper.rb
|
295
296
|
- app/helpers/tungsten/table_helper.rb
|
296
297
|
- app/helpers/tungsten/toggle_nav_helper.rb
|
298
|
+
- app/helpers/tungsten/topology_grid_helper.rb
|
297
299
|
- app/views/layouts/tungsten/default.html.slim
|
298
300
|
- app/views/layouts/tungsten/errors.html.slim
|
299
301
|
- app/views/shared/tungsten/_defs.html.slim
|
@@ -316,14 +318,14 @@ files:
|
|
316
318
|
- lib/tungsten.rb
|
317
319
|
- lib/tungsten/helper.rb
|
318
320
|
- lib/tungsten/version.rb
|
319
|
-
- public/code-0.
|
320
|
-
- public/code-0.
|
321
|
-
- public/code-0.
|
322
|
-
- public/tungsten-0.
|
323
|
-
- public/tungsten-0.
|
324
|
-
- public/tungsten-0.
|
325
|
-
- public/tungsten-0.
|
326
|
-
- public/tungsten-0.
|
321
|
+
- public/code-0.2.0.js
|
322
|
+
- public/code-0.2.0.js.gz
|
323
|
+
- public/code-0.2.0.map.json
|
324
|
+
- public/tungsten-0.2.0.css
|
325
|
+
- public/tungsten-0.2.0.css.gz
|
326
|
+
- public/tungsten-0.2.0.js
|
327
|
+
- public/tungsten-0.2.0.js.gz
|
328
|
+
- public/tungsten-0.2.0.map.json
|
327
329
|
homepage:
|
328
330
|
licenses:
|
329
331
|
- MIT
|
Binary file
|
Binary file
|