fortitude-sass 0.6.5 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.editorconfig +12 -0
- data/.gitignore +3 -1
- data/.ruby-version +1 -1
- data/Gruntfile.js +73 -38
- data/app/assets/javascripts/fortitude/blocks/dropdown.js +44 -0
- data/app/assets/javascripts/fortitude/blocks/flashbar.js +24 -0
- data/app/assets/javascripts/fortitude/blocks/modal.js +50 -0
- data/app/assets/javascripts/fortitude/blocks/navigationbar.js +11 -0
- data/app/assets/javascripts/fortitude/blocks/select-input.js +38 -0
- data/app/assets/javascripts/fortitude/blocks/shade.js +28 -0
- data/app/assets/javascripts/fortitude/blocks/tabs.js +50 -0
- data/app/assets/javascripts/fortitude/generic/get-target.js +13 -0
- data/app/assets/javascripts/fortitude/generic/measure-scrollbar.js +21 -0
- data/app/assets/javascripts/fortitude/{jquery/generic → generic}/screen-lock.js +6 -2
- data/app/assets/javascripts/fortitude/generic/transition-with.js +57 -0
- data/app/assets/javascripts/fortitude/generic/viewport.js +21 -0
- data/app/assets/javascripts/fortitude/generic/wait-for-animation.js +27 -0
- data/app/assets/javascripts/fortitude.js +1 -0
- data/app/assets/stylesheets/fortitude/api/blocks/_badge.scss +1 -1
- data/app/assets/stylesheets/fortitude/api/blocks/_block-list.scss +2 -2
- data/app/assets/stylesheets/fortitude/api/blocks/_button.scss +1 -1
- data/app/assets/stylesheets/fortitude/api/blocks/_dropdown.scss +45 -0
- data/app/assets/stylesheets/fortitude/api/blocks/_flag.scss +2 -2
- data/app/assets/stylesheets/fortitude/api/blocks/_flashbar.scss +11 -1
- data/app/assets/stylesheets/fortitude/api/blocks/_input.scss +5 -2
- data/app/assets/stylesheets/fortitude/api/blocks/_layout.scss +2 -2
- data/app/assets/stylesheets/fortitude/api/blocks/_media.scss +2 -2
- data/app/assets/stylesheets/fortitude/api/blocks/_modal.scss +28 -0
- data/app/assets/stylesheets/fortitude/api/blocks/_navigationbar.scss +1 -0
- data/app/assets/stylesheets/fortitude/api/blocks/_shade.scss +11 -1
- data/app/assets/stylesheets/fortitude/api/blocks/_table.scss +5 -0
- data/app/assets/stylesheets/fortitude/api/blocks/_tabs-navigation.scss +3 -0
- data/app/assets/stylesheets/fortitude/api/blocks/_text.scss +3 -0
- data/app/assets/stylesheets/fortitude/api/blocks/_ui-list.scss +2 -2
- data/app/assets/stylesheets/fortitude/base/_hr.scss +2 -2
- data/app/assets/stylesheets/fortitude/base/_page.scss +0 -2
- data/app/assets/stylesheets/fortitude/blocks/_badge.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_bare-list.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_block-list.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_box.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_button.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_container.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_dropdown.scss +15 -0
- data/app/assets/stylesheets/fortitude/blocks/_flag.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_flashbar.scss +6 -0
- data/app/assets/stylesheets/fortitude/blocks/_fluid-container.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_inline-list.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_input.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_layout.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_list-navigation.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_media.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_modal.scss +8 -16
- data/app/assets/stylesheets/fortitude/blocks/_navigationbar.scss +5 -2
- data/app/assets/stylesheets/fortitude/blocks/_shade.scss +7 -0
- data/app/assets/stylesheets/fortitude/blocks/_table.scss +1 -6
- data/app/assets/stylesheets/fortitude/blocks/_tabs-navigation.scss +6 -0
- data/app/assets/stylesheets/fortitude/blocks/_tabs.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_text.scss +1 -3
- data/app/assets/stylesheets/fortitude/blocks/_tooltip.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_ui-list.scss +2 -0
- data/app/assets/stylesheets/fortitude/blocks/_wings.scss +3 -1
- data/app/assets/stylesheets/fortitude/generic/_normalize.scss +52 -15
- data/app/assets/stylesheets/fortitude/settings/_defaults.scss +1 -0
- data/app/assets/stylesheets/fortitude/theme/base/_page.scss +21 -0
- data/app/assets/stylesheets/fortitude/theme/extensions/_badge.scss +11 -0
- data/app/assets/stylesheets/fortitude/theme/extensions/_box.scss +11 -0
- data/app/assets/stylesheets/fortitude/theme/extensions/_button.scss +25 -0
- data/app/assets/stylesheets/fortitude/theme/extensions/_flashbar.scss +15 -0
- data/app/assets/stylesheets/fortitude/theme/extensions/_navigationbar.scss +51 -0
- data/app/assets/stylesheets/fortitude/theme/extensions/_wings.scss +15 -0
- data/app/assets/stylesheets/fortitude/theme/settings/_colors.scss +309 -0
- data/app/assets/stylesheets/fortitude/theme.scss +9 -0
- data/app/assets/stylesheets/fortitude/tools/_functions.scss +22 -13
- data/app/assets/stylesheets/fortitude/tools/_mixins.scss +10 -3
- data/app/assets/stylesheets/fortitude/trumps/_responsive-column.scss +1 -1
- data/app/assets/stylesheets/fortitude/trumps/_responsive-line-height.scss +1 -1
- data/app/assets/stylesheets/fortitude/trumps/_responsive-margin.scss +3 -3
- data/app/assets/stylesheets/fortitude/trumps/_responsive-padding.scss +1 -1
- data/app/assets/stylesheets/fortitude.scss +2 -0
- data/bower.json +1 -1
- data/jasmine/fixtures/animations.css +85 -0
- data/jasmine/fixtures/dropdownFixture.html +91 -0
- data/jasmine/fixtures/flashbarFixture.html +6 -0
- data/jasmine/fixtures/getTargetFixture.html +11 -0
- data/jasmine/fixtures/measureScrollBarFixture.html +1 -0
- data/jasmine/fixtures/modalFixture.html +20 -0
- data/jasmine/fixtures/navigationbarFixture.html +20 -0
- data/jasmine/fixtures/selectInputFixture.html +13 -0
- data/jasmine/fixtures/shadeFixture.html +2 -0
- data/jasmine/fixtures/tabsFixture.html +22 -0
- data/jasmine/fixtures/transitionWithFixture.html +6 -0
- data/jasmine/fixtures/viewportFixture.html +2 -0
- data/jasmine/fixtures/waitForAnimationFixture.html +1 -0
- data/jasmine/helpers/fixtureHelper.js +4 -0
- data/jasmine/helpers/multiCallbackHelper.js +24 -0
- data/jasmine/specs/blocks/dropdownSpec.js +106 -0
- data/jasmine/specs/blocks/flashbarSpec.js +22 -0
- data/jasmine/specs/blocks/modalSpec.js +66 -0
- data/jasmine/specs/blocks/navigationbarSpec.js +34 -0
- data/jasmine/specs/blocks/selectInputSpec.js +31 -0
- data/jasmine/specs/blocks/shadeSpec.js +38 -0
- data/jasmine/specs/blocks/tabsSpec.js +63 -0
- data/jasmine/specs/generic/getTargetSpec.js +28 -0
- data/jasmine/specs/generic/measureScrollbarSpec.js +19 -0
- data/jasmine/specs/generic/screenLockSpec.js +32 -0
- data/jasmine/specs/generic/transitionWithSpec.js +82 -0
- data/jasmine/specs/generic/viewportSpec.js +32 -0
- data/jasmine/specs/generic/waitForAnimationSpec.js +35 -0
- data/jasmine/template.tmpl +2 -0
- data/lib/fortitude-sass/version.rb +1 -1
- data/package.json +8 -2
- data/sass_specs/blocks/_shade_spec.scss +11 -0
- data/sass_specs/tests.scss +1 -0
- data/sass_specs/tools/_functions_spec.scss +42 -12
- metadata +59 -16
- data/app/assets/javascripts/fortitude/jquery/blocks/flashbar.js +0 -13
- data/app/assets/javascripts/fortitude/jquery/blocks/select-input.js +0 -26
- data/app/assets/javascripts/fortitude/jquery/blocks/shade.js +0 -36
- data/app/assets/javascripts/fortitude/jquery/generic/measure-scrollbar.js +0 -13
- data/app/assets/javascripts/fortitude/jquery/generic/viewport.js +0 -9
- data/app/assets/javascripts/fortitude/jquery/generic/wait-for-animation.js +0 -103
- data/app/assets/javascripts/fortitude/jquery/index.js +0 -3
- data/app/assets/javascripts/fortitude.jquery.js +0 -45
- data/dist/fortitude-theme.css +0 -9236
- data/dist/fortitude.css +0 -8976
- data/dist/fortitude.jquery.js +0 -1
- data/dist/fortitude.min.js +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the gem file manually.