forever_style_guide 1.2.5 → 1.2.7
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/javascripts/forever_style_guide/hero-blur.js +91 -82
- data/app/assets/javascripts/forever_style_guide/list-toggle.js +13 -3
- data/app/assets/stylesheets/forever_style_guide/modules/_all.scss +2 -0
- data/app/assets/stylesheets/forever_style_guide/modules/_button.scss +9 -0
- data/app/assets/stylesheets/forever_style_guide/modules/_hero-block.scss +82 -0
- data/app/assets/stylesheets/forever_style_guide/modules/_hero-blur.scss +6 -117
- data/app/assets/stylesheets/forever_style_guide/modules/_hero-product.scss +25 -0
- data/app/assets/stylesheets/forever_style_guide/modules/_list-toggle.scss +65 -51
- data/app/assets/stylesheets/forever_style_guide/utils/_color-utils.scss +0 -1
- data/app/assets/stylesheets/style_guide/modules/_hero.scss +0 -1
- data/app/views/forever_style_guide/demo/hero.html.erb +34 -36
- data/app/views/forever_style_guide/sections/components/navigation/_marketing.erb +4 -4
- data/app/views/forever_style_guide/sections/components/navigation/_marketing_signed_in.erb +4 -4
- data/app/views/forever_style_guide/sections/components/navigation/_signed_in.erb +3 -3
- data/app/views/forever_style_guide/sections/visual_elements/_lists.erb +21 -14
- data/app/views/layouts/forever_style_guide/application.html.erb +1 -0
- data/lib/forever_style_guide/version.rb +1 -1
- data/test/dummy/log/development.log +0 -2278
- data/test/dummy/tmp/cache/assets/development/sass/dd1921659855a833d5890e93d4cd32dbc61db883/_account-popover.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/dd1921659855a833d5890e93d4cd32dbc61db883/_button.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/dd1921659855a833d5890e93d4cd32dbc61db883/_navbar.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/dd1921659855a833d5890e93d4cd32dbc61db883/_progress.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/10a3ce43661397b1fed56c5ca3a6d60b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/12c0806af25f2b17820ce1f57439a16a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/14b0aa11ee9e6b4403ddaa9c0d645c3a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1e488c008a38171751adf4fcb57920c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2aed35dce4d1300130b3c88e3ec277dc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/62c0fcea9dea24a1efb32efc9e2b88d0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/83c70d9c6c54783bff8af85d23407e45 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9b9ffa930501c611d937378f17fd517a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b06f6f5e781a231832862902e1462ec6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b32aed92b74b92426cbca5b3122c5555 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d47d8ba86041e0f208b6ff850d607e27 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ee4e22ea1e854ce810455fec329e4c38 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- metadata +4 -2
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
1079
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forever_style_guide
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicholas McClay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -265,7 +265,9 @@ files:
|
|
265
265
|
- app/assets/stylesheets/forever_style_guide/modules/_dropdown-menu.scss
|
266
266
|
- app/assets/stylesheets/forever_style_guide/modules/_fa-feature_bullet.scss
|
267
267
|
- app/assets/stylesheets/forever_style_guide/modules/_footer.scss
|
268
|
+
- app/assets/stylesheets/forever_style_guide/modules/_hero-block.scss
|
268
269
|
- app/assets/stylesheets/forever_style_guide/modules/_hero-blur.scss
|
270
|
+
- app/assets/stylesheets/forever_style_guide/modules/_hero-product.scss
|
269
271
|
- app/assets/stylesheets/forever_style_guide/modules/_hero.scss
|
270
272
|
- app/assets/stylesheets/forever_style_guide/modules/_input_groups.scss
|
271
273
|
- app/assets/stylesheets/forever_style_guide/modules/_list-toggle.scss
|