themepile-abstractio 1.0.4 → 4.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +1 -0
  3. data/CONTRIBUTING.md +7 -7
  4. data/Gemfile.lock +19 -0
  5. data/Gruntfile.js +27 -0
  6. data/README.md +38 -38
  7. data/abstractio.gemspec +20 -18
  8. data/docs/CHANGELOG.md +275 -0
  9. data/docs/Capfile +4 -0
  10. data/docs/Gemfile +13 -0
  11. data/docs/Gemfile.lock +45 -0
  12. data/docs/Procfile +2 -0
  13. data/docs/README.md +1 -0
  14. data/docs/_sidebar-components.html.erb +115 -0
  15. data/docs/_sidebar.html.erb +115 -0
  16. data/docs/changelog.html.erb +33 -0
  17. data/docs/compile.rb +34 -0
  18. data/docs/components/alert-boxes.html.erb +204 -0
  19. data/docs/components/block-grid.html.erb +132 -0
  20. data/docs/components/breadcrumbs.html.erb +156 -0
  21. data/docs/components/button-groups.html.erb +230 -0
  22. data/docs/components/buttons.html.erb +222 -0
  23. data/docs/components/clearing.html.erb +152 -0
  24. data/docs/components/custom-forms.html.erb +309 -0
  25. data/docs/components/dropdown-buttons.html.erb +235 -0
  26. data/docs/components/dropdown.html.erb +188 -0
  27. data/docs/components/flex-video.html.erb +95 -0
  28. data/docs/components/forms.html.erb +477 -0
  29. data/docs/components/global.html.erb +92 -0
  30. data/docs/components/grid.html.erb +366 -0
  31. data/docs/components/inline-lists.html.erb +91 -0
  32. data/docs/components/joyride.html.erb +183 -0
  33. data/docs/components/keystrokes.html.erb +76 -0
  34. data/docs/components/kitchen-sink.html.erb +870 -0
  35. data/docs/components/labels.html.erb +102 -0
  36. data/docs/components/magellan.html.erb +86 -0
  37. data/docs/components/orbit.html.erb +276 -0
  38. data/docs/components/pagination.html.erb +183 -0
  39. data/docs/components/panels.html.erb +123 -0
  40. data/docs/components/pricing-tables.html.erb +156 -0
  41. data/docs/components/progress-bars.html.erb +123 -0
  42. data/docs/components/reveal.html.erb +162 -0
  43. data/docs/components/section.html.erb +1023 -0
  44. data/docs/components/side-nav.html.erb +124 -0
  45. data/docs/components/split-buttons.html.erb +220 -0
  46. data/docs/components/sub-nav.html.erb +122 -0
  47. data/docs/components/switch.html.erb +290 -0
  48. data/docs/components/tables.html.erb +125 -0
  49. data/docs/components/thumbnails.html.erb +89 -0
  50. data/docs/components/tooltips.html.erb +76 -0
  51. data/docs/components/top-bar.html.erb +300 -0
  52. data/docs/components/type.html.erb +396 -0
  53. data/docs/components/visibility.html.erb +110 -0
  54. data/docs/config.ru +12 -0
  55. data/docs/config/deploy.rb +36 -0
  56. data/docs/controller.rb +49 -0
  57. data/docs/css/_coderay.scss +116 -0
  58. data/docs/css/_settings.scss +1 -0
  59. data/docs/css/docs.scss +239 -0
  60. data/docs/css/normalize.scss +396 -0
  61. data/docs/css/qunit-composite.css +13 -0
  62. data/docs/css/qunit.css +235 -0
  63. data/docs/faq.html.erb +63 -0
  64. data/docs/img/demos/demo1-th.jpg +0 -0
  65. data/docs/img/demos/demo1.jpg +0 -0
  66. data/docs/img/demos/demo2-th.jpg +0 -0
  67. data/docs/img/demos/demo2.jpg +0 -0
  68. data/docs/img/demos/demo3-th.jpg +0 -0
  69. data/docs/img/demos/demo3.jpg +0 -0
  70. data/docs/img/demos/demo4-th.jpg +0 -0
  71. data/docs/img/demos/demo4.jpg +0 -0
  72. data/docs/img/demos/demo5-th.jpg +0 -0
  73. data/docs/img/demos/demo5.jpg +0 -0
  74. data/docs/index.html.erb +298 -0
  75. data/docs/javascript.html.erb +138 -0
  76. data/docs/js/docs.js +3 -0
  77. data/docs/js/qunit-composite.js +105 -0
  78. data/docs/js/qunit.js +1977 -0
  79. data/docs/js/tests/tabs/simple_tabs.html +57 -0
  80. data/docs/js/tests/tabs/simple_tabs.js +54 -0
  81. data/docs/js/tests/tooltips/tooltips.html +39 -0
  82. data/docs/js/tests/tooltips/tooltips.js +11 -0
  83. data/docs/layout.html.erb +128 -0
  84. data/docs/media-queries.html.erb +96 -0
  85. data/docs/rails.html.erb +76 -0
  86. data/docs/rtl.html.erb +53 -0
  87. data/docs/sass.html.erb +1297 -0
  88. data/docs/support.html.erb +143 -0
  89. data/js/{foundation/foundation.alerts.js → abstractio/abstractio.alerts.js} +2 -2
  90. data/js/{foundation/foundation.clearing.js → abstractio/abstractio.clearing.js} +6 -6
  91. data/js/{foundation/foundation.cookie.js → abstractio/abstractio.cookie.js} +1 -1
  92. data/js/{foundation/foundation.dropdown.js → abstractio/abstractio.dropdown.js} +5 -5
  93. data/js/{foundation/foundation.forms.js → abstractio/abstractio.forms.js} +7 -7
  94. data/js/{foundation/foundation.joyride.js → abstractio/abstractio.joyride.js} +5 -5
  95. data/js/{foundation/foundation.js → abstractio/abstractio.js} +13 -13
  96. data/js/{foundation/foundation.magellan.js → abstractio/abstractio.magellan.js} +3 -3
  97. data/js/{foundation/foundation.orbit.js → abstractio/abstractio.orbit.js} +6 -6
  98. data/js/{foundation/foundation.placeholder.js → abstractio/abstractio.placeholder.js} +1 -1
  99. data/js/{foundation/foundation.reveal.js → abstractio/abstractio.reveal.js} +3 -3
  100. data/js/{foundation/foundation.section.js → abstractio/abstractio.section.js} +5 -5
  101. data/js/{foundation/foundation.tooltips.js → abstractio/abstractio.tooltips.js} +6 -6
  102. data/js/{foundation/foundation.topbar.js → abstractio/abstractio.topbar.js} +3 -3
  103. data/js/abstractio/index.js +16 -0
  104. data/js/vendor/jquery.js +3 -3
  105. data/lib/abstractio/generators/USAGE +1 -1
  106. data/lib/abstractio/version.rb +1 -1
  107. data/package.json +15 -0
  108. data/scss/abstractio.scss +37 -37
  109. data/scss/abstractio/_variables.scss +1 -1
  110. data/scss/abstractio/components/_alert-boxes.scss +1 -1
  111. data/scss/abstractio/components/_block-grid.scss +2 -2
  112. data/scss/abstractio/components/_dropdown.scss +1 -1
  113. data/scss/abstractio/components/_global.scss +2 -2
  114. data/scss/abstractio/components/_joyride.scss +1 -1
  115. data/scss/abstractio/components/_pagination.scss +1 -1
  116. data/scss/abstractio/components/_switch.scss +1 -1
  117. data/scss/abstractio/components/_visibility.scss +2 -2
  118. data/templates/project/.gitignore +1 -1
  119. data/templates/project/MIT-LICENSE.txt +1 -1
  120. data/templates/project/config.rb +1 -1
  121. data/templates/project/humans.txt +2 -2
  122. data/templates/project/index.html +11 -11
  123. data/templates/project/manifest.rb +1 -1
  124. data/templates/project/scss/app.scss +38 -38
  125. data/templates/upgrade/manifest.rb +2 -2
  126. metadata +104 -22
  127. data/Gemfile +0 -4
  128. data/Rakefile +0 -2
  129. data/js/foundation/index.js +0 -16
  130. data/lib/abstractio.rb +0 -17
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTljZTI0ZjVmYzM4ZTdkOTA4N2Y2ZWI0NzBhYWI3MjdlY2YyNzIxOQ==
4
+ OGVmZmUxOThlMWFjN2QzYzY1ZTU1YzA0ZjNkNTQxOGFiYTFlZTE2ZQ==
5
5
  data.tar.gz: !binary |-
6
- Y2EyYTYxMzY4ZjM5NzdlZDI2ZmFkNDQ0OTc3YzJjMmU0YTc0YzI2Zg==
6
+ OGY4MDMzNzYzY2Q0NWQ2ZGVkNWZjODE1MTQ1OGI4ODY2Njk1MTdmNg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NjI2OGQwNDcyOTYwY2M1MmJiN2E5MmJmZGYwOTZlY2UyODgzZWE4YmVlYjRl
10
- ZDZjMDgwYzQ4YWQxZGQ3YjExZTk0NmMyNDAwNTUzODBlYzdmMWI4M2M5OGEy
11
- OGNkYWE0MTJkNWUxODM1MzVhYTY5NjBkYTA4NDQ4ODdiNWUwNGU=
9
+ ZGQ5MWM5MTE1YmM5YmQxYzQwZDIzZWEzM2Q3MmU5NmJhZTdiZDI1NzFmNzlj
10
+ MTg1NjFlZjNlZmZlYjBjZGY0YzU3Zjc0MmI3MTdjZTQ3NGQyZmFlNTc2MDMx
11
+ ZWQ5MDY5YTdjM2ZmOWI1N2I0ZTQ0MzhlMzUwYjI3MGYzMTg1MTE=
12
12
  data.tar.gz: !binary |-
13
- NWNjZDdkMDQ0YzJmNGQxNDRmMjUyNjUwZmZiMWQ1MzUyMjViMGMzMGE2MDlm
14
- Y2U1NWZlYzA3NGRjNWE5MmU2NWYzODgxOGM2MzE3MjZhODAxYTNiMjQ3YmYz
15
- NTRmMDZiMmQyNTQ5OWZiOTQyN2E3ZDMxNmVlYmE0MzhiNTVlZWQ=
13
+ ODRjMzM5Nzc5YzM2MTUyZGRlODA0YWEyNjVlM2M0MjU1Y2Y0MzFiYWI0NmRj
14
+ MDMxMTZmMDFkM2Q3YWQ5MjdhZjgwYzg1Njg0ZmYyNGFlYThiNmZlNTM1YTkx
15
+ ZGEzOWUxMTA2NWQyYmU5M2RiMWNhMWEzZDM0NTY1MmMzNDM3MWE=
data/.gitignore CHANGED
@@ -26,3 +26,4 @@ test/css/styles.css
26
26
  node_modules
27
27
  docs/public/*
28
28
  *.scssc
29
+ *.idea
@@ -1,10 +1,10 @@
1
- # Foundation
1
+ # Abstractio
2
2
 
3
- This is the Foundation project. We love making super awesome stuff, but even more we like to empower people to make changes on their own. Feel free to fork and improve Foundation.
3
+ This is the Abstractio project. We love making super awesome stuff, but even more we like to empower people to make changes on their own. Feel free to fork and improve Abstractio.
4
4
 
5
5
  <!-- ### JavaScript
6
6
 
7
- The Foundation JS libraries are tested with qUnit. You can run the tests in your browser by opening up the respective `.html` files in `test/javascripts/tests/`.
7
+ The Abstractio JS libraries are tested with qUnit. You can run the tests in your browser by opening up the respective `.html` files in `test/javascripts/tests/`.
8
8
 
9
9
  For more convenient testing using the command line and watcher functionality, you can also run the tests through Grunt with PhantomJS.
10
10
 
@@ -22,7 +22,7 @@ Now you should have two new commands available. `grunt qunit` will execute all o
22
22
 
23
23
  If you have a compass project and would like updated assets you can run the following command at any given time from within your project directory:
24
24
 
25
- compass create -r zurb-foundation --using foundation
25
+ compass create -r themepile-abstractio --using abstractio
26
26
 
27
27
  ## Development
28
28
 
@@ -32,15 +32,15 @@ Want to test out the Compass templates. Don't recompile the gem every time, use
32
32
  mkdir demo1
33
33
  cd demo1
34
34
  echo -e 'source :rubygems\n
35
- gem "zurb-foundation", :path => "/path/to/foundation/repo"\n
35
+ gem "themepile-abstractio", :path => "/path/to/abstractio/repo"\n
36
36
  gem "compass"\n' > Gemfile
37
- bundle exec compass create -r zurb-foundation --using foundation
37
+ bundle exec compass create -r themepile-abstractio --using abstractio
38
38
  ```
39
39
 
40
40
  On subsequent template updates use:
41
41
 
42
42
  ```bash
43
- bundle exec compass create -r zurb-foundation --using foundation --force
43
+ bundle exec compass create -r themepile-abstractio --using abstractio --force
44
44
  ```
45
45
 
46
46
  ## Contributing
@@ -0,0 +1,19 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ themepile-abstractio (4.1.6)
5
+ sass (>= 3.2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ rake (10.0.3)
11
+ sass (3.2.7)
12
+
13
+ PLATFORMS
14
+ ruby
15
+ x86-mingw32
16
+
17
+ DEPENDENCIES
18
+ rake
19
+ themepile-abstractio!
@@ -0,0 +1,27 @@
1
+ module.exports = function(grunt) {
2
+
3
+ grunt.loadNpmTasks('grunt-contrib-qunit');
4
+ grunt.loadNpmTasks('grunt-contrib-watch');
5
+
6
+ grunt.initConfig({
7
+ qunit: {
8
+ all: ['test/javascripts/tests/**/*.html']
9
+ },
10
+ watch: {
11
+ all: {
12
+ files: [
13
+ 'test/javascripts/tests/**/*.html',
14
+ 'test/javascripts/tests/**/*.js',
15
+ 'lib/assets/javascripts/abstractio/*.js'
16
+ ],
17
+ tasks: 'default',
18
+ options: {
19
+ interrupt: true
20
+ }
21
+ }
22
+ }
23
+ });
24
+
25
+ // Default task.
26
+ grunt.registerTask('default', ['qunit']);
27
+ };
data/README.md CHANGED
@@ -1,13 +1,13 @@
1
- Welcome to Foundation
1
+ Welcome to Abstractio
2
2
  =====================
3
3
 
4
- Foundation is the most advanced responsive front-end framework in the world. You can quickly prototype and build sites or apps that work on any kind of device with Foundation, which includes layout constructs (like a fully responsive grid), elements and best practices.
4
+ Abstractio is the most advanced responsive front-end framework in the world. You can quickly prototype and build sites or apps that work on any kind of device with Abstractio, which includes layout constructs (like a fully responsive grid), elements and best practices.
5
5
 
6
- Homepage: http://foundation.zurb.com<br />
7
- Documentation: http://foundation.zurb.com/docs<br />
8
- Download: http://foundation.zurb.com/download.php
6
+ Homepage: http://abstractio.themepile.co.uk<br />
7
+ Documentation: http://abstractio.themepile.co.uk/docs<br />
8
+ Download: http://abstractio.themepile.co.uk/download.php
9
9
 
10
- Foundation is MIT-licensed and absolutely free to use. Foundation wouldn't be possible without the support of the entire ZURB team, our friends and colleagues who gave feedback, and some luminaries who did some heavy lifting that we took advantage of (thanks guys).
10
+ Abstractio is MIT-licensed and absolutely free to use. Abstractio wouldn't be possible without the support of the entire ZURB team, our friends and colleagues who gave feedback, and some luminaries who did some heavy lifting that we took advantage of (thanks guys).
11
11
 
12
12
  Repo Contents
13
13
  =============
@@ -19,39 +19,39 @@ Repo Contents
19
19
  ZURB
20
20
  ====
21
21
 
22
- Foundation was made by [ZURB](http://www.zurb.com), a product design company in Campbell, CA.
22
+ Abstractio was made by [ZURB](http://www.themepile.co.uk), a product design company in Campbell, CA.
23
23
 
24
- If Foundation knocks your socks off the way we hope it does and you want more, why not check out [our jobs](http://www.zurb.com/talent)?
24
+ If Abstractio knocks your socks off the way we hope it does and you want more, why not check out [our jobs](http://www.themepile.co.uk/talent)?
25
25
 
26
26
  Community
27
27
  =========
28
28
 
29
- Many thanks to all the people working on Foundation either to improve the base code or to support specific frameworks. If you want to get on this readme send an email to foundation@zurb.com, and if you have questions you can join the Unofficial Foundation Google Group here: http://groups.google.com/group/foundation-framework-
29
+ Many thanks to all the people working on Abstractio either to improve the base code or to support specific frameworks. If you want to get on this readme send an email to abstractio@themepile.co.uk, and if you have questions you can join the Unofficial Abstractio Google Group here: http://groups.google.com/group/abstractio-framework-
30
30
 
31
31
  WordPress (Versions marked 3/20/13)
32
32
 
33
- * [Reactor](https://github.com/awtheme/reactor) by Anthony Wilhelm using Foundation version 4
34
- * [Reverie](http://themefortress.com/reverie/) by Zhen using Foundation version 4
35
- * [Corner Stone](https://github.com/thewirelessguy/cornerstone) by [Stephen Mullen](https://twitter.com/wirelessguyuk) using Foundation version v4.09
36
- * [required+ Themes](http://themes.required.ch/) by required+ using Foundation version 3.25
37
- * [Yeti](https://github.com/modlearning/Yeti) by Modular Learning using Foundation version 3.2
38
- * [Starter Theme](https://github.com/drewsymo/Foundation) by Drew Morris using Foundation version 3
39
- * [WP-Foundation](http://320press.com/wp-foundation/features/) by 320press using Foundation version 3
33
+ * [Reactor](https://github.com/awtheme/reactor) by Anthony Wilhelm using Abstractio version 4
34
+ * [Reverie](http://themefortress.com/reverie/) by Zhen using Abstractio version 4
35
+ * [Corner Stone](https://github.com/thewirelessguy/cornerstone) by [Stephen Mullen](https://twitter.com/wirelessguyuk) using Abstractio version v4.09
36
+ * [required+ Themes](http://themes.required.ch/) by required+ using Abstractio version 3.25
37
+ * [Yeti](https://github.com/modlearning/Yeti) by Modular Learning using Abstractio version 3.2
38
+ * [Starter Theme](https://github.com/drewsymo/Abstractio) by Drew Morris using Abstractio version 3
39
+ * [WP-Abstractio](http://320press.com/wp-abstractio/features/) by 320press using Abstractio version 3
40
40
  * [f415](https://github.com/javorszky/f415) by Gabor Javorszky
41
41
 
42
42
  Joomla
43
43
 
44
- * [Joomla Template](https://github.com/meridiansoftech/joomla_foundation_template) by Arnold Mwumva Ford, Meridian Softech
44
+ * [Joomla Template](https://github.com/meridiansoftech/joomla_abstractio_template) by Arnold Mwumva Ford, Meridian Softech
45
45
  * [Joomla Template](https://github.com/antonydoyle/siegeengine) by Antony Doyle, Siege21
46
46
 
47
47
  Drupal
48
48
 
49
- * [Drupal Theme](https://github.com/drewkennelly/foundation7) by Drew Kennelly
50
- * [Zurb Foundation](http://drupal.org/project/zurb-foundation) Supporting F3.2, F4 & Drupal 8 by [Ishmael Sanchez](http://ishmaelsanchez.com), [Chris Lee](http://hire.chrisjlee.net)
49
+ * [Drupal Theme](https://github.com/drewkennelly/abstractio7) by Drew Kennelly
50
+ * [ThemePile Abstractio](http://drupal.org/project/themepile-abstractio) Supporting F3.2, F4 & Drupal 8 by [Ishmael Sanchez](http://ishmaelsanchez.com), [Chris Lee](http://hire.chrisjlee.net)
51
51
  * [Zoundation Theme](http://drupal.org/project/zoundation) by [Andrea Burton](https://twitter.com/andreaburton) & [Jeff Graham](https://twitter.com/jgraham909), FunnyMonkey
52
52
 
53
53
  Alfred
54
- * [Foundation Alfred](https://github.com/joshmedeski/foundation-alfred) by Josh Medeski (@joshmedeski)
54
+ * [Abstractio Alfred](https://github.com/joshmedeski/abstractio-alfred) by Josh Medeski (@joshmedeski)
55
55
 
56
56
  PyroCMS
57
57
 
@@ -59,25 +59,25 @@ PyroCMS
59
59
 
60
60
  Django
61
61
 
62
- * [A foundation theme for the Pinax](http://pypi.python.org/pypi/pinax-theme-foundation) by Christopher Clarke, Kwesi Aguillera & Lendl Smith
62
+ * [A abstractio theme for the Pinax](http://pypi.python.org/pypi/pinax-theme-abstractio) by Christopher Clarke, Kwesi Aguillera & Lendl Smith
63
63
 
64
64
  MODX
65
65
 
66
- * [MODX Version](http://designfromwithin.com/blog/2012/02/07/foundation-modx/) by Menno Pietersen
66
+ * [MODX Version](http://designfromwithin.com/blog/2012/02/07/abstractio-modx/) by Menno Pietersen
67
67
 
68
68
  .NET
69
69
 
70
- * [NuGet Package for ASP.Net MVC](http://www.nuget.org/packages/Foundation3_MVC4) by Edward Charbeneau, @EdCharbeneau
70
+ * [NuGet Package for ASP.Net MVC](http://www.nuget.org/packages/Abstractio3_MVC4) by Edward Charbeneau, @EdCharbeneau
71
71
 
72
72
  Middleman
73
73
 
74
- * [Middleman Skeleton](https://github.com/axyz/middleman-zurb-foundation) by [Andrea Moretti](https://twitter.com/axyz)
74
+ * [Middleman Skeleton](https://github.com/axyz/middleman-themepile-abstractio) by [Andrea Moretti](https://twitter.com/axyz)
75
75
 
76
76
  Magento
77
- * [Magento & Foundation](https://github.com/nandroid/MagentoFoundation) by Nandroid
77
+ * [Magento & Abstractio](https://github.com/nandroid/MagentoAbstractio) by Nandroid
78
78
 
79
79
  Python
80
- * [Pyramid Scaffold](https://github.com/ppinette/pyramid_foundation) by Parker Pinette
80
+ * [Pyramid Scaffold](https://github.com/ppinette/pyramid_abstractio) by Parker Pinette
81
81
 
82
82
  CodeIgniter
83
83
 
@@ -85,30 +85,30 @@ CodeIgniter
85
85
 
86
86
  Shopify
87
87
 
88
- * [Foundationify Shopify Theme](https://github.com/lukebussey/foundationify) by Luke Bussey
88
+ * [Abstractioify Shopify Theme](https://github.com/lukebussey/abstractioify) by Luke Bussey
89
89
 
90
90
  Other Implementations
91
91
 
92
- * [Mobile First](https://github.com/adamfairhead/mobile-first-foundation) by Adam Fairhead
93
- * [Less Version](https://github.com/justinmarsan/FoundationLess) by Justin Marsan
94
- * [Less with Color Scheme](https://github.com/matalin/FoundationLess) by Matalin Hatchard
92
+ * [Mobile First](https://github.com/adamfairhead/mobile-first-abstractio) by Adam Fairhead
93
+ * [Less Version](https://github.com/justinmarsan/AbstractioLess) by Justin Marsan
94
+ * [Less with Color Scheme](https://github.com/matalin/AbstractioLess) by Matalin Hatchard
95
95
 
96
96
  Editors
97
97
 
98
- * [Textmate/Sublime Text2 Bundle](https://github.com/liamr/Zurb-Foundation-Textmate-Bundle) by Liam R, @liamr
98
+ * [Textmate/Sublime Text2 Bundle](https://github.com/liamr/ThemePile-Abstractio-Textmate-Bundle) by Liam R, @liamr
99
99
 
100
100
  Templates
101
101
 
102
- * [Desktop, Tablet and Phone Grid PSD Templates](http://foundation.zurb.com/files/foundation-psd-templates.zip ) by Bruce Abel at Portfolio Creative Services Group
103
- * [HAML Web Templates](https://github.com/pbonnell/foundation_templates_haml) by Peter Bonnell
102
+ * [Desktop, Tablet and Phone Grid PSD Templates](http://abstractio.themepile.co.uk/files/abstractio-psd-templates.zip ) by Bruce Abel at Portfolio Creative Services Group
103
+ * [HAML Web Templates](https://github.com/pbonnell/abstractio_templates_haml) by Peter Bonnell
104
104
 
105
105
  Grid Generator
106
106
 
107
- * [Experimental Grid Generator](http://www.gridlover.net/foundation/) courtesy of [Ville Vanninen](http://foolproof.me)
107
+ * [Experimental Grid Generator](http://www.gridlover.net/abstractio/) courtesy of [Ville Vanninen](http://foolproof.me)
108
108
 
109
109
  Grid displayer
110
110
 
111
- * [Grid displayer bookmarklet](http://alefeuvre.github.com/foundation-grid-displayer/) by [Antoine Lefeuvre](http://twitter.com/jiraisurfer)
111
+ * [Grid displayer bookmarklet](http://alefeuvre.github.com/abstractio-grid-displayer/) by [Antoine Lefeuvre](http://twitter.com/jiraisurfer)
112
112
  * [Responsive Design Bookmarklet](http://responsive.victorcoulon.fr/) by [Victor Coulon](https://twitter.com/_victa)
113
113
  * [Vertical Rhythm Grid Bookmarklet](http://gridwax.gs/) by [Kevin Altman](http://twitter.com/itg)
114
114
 
@@ -118,12 +118,12 @@ Modular Scale
118
118
 
119
119
  Ruby on Rails Sass Gems
120
120
 
121
- * [Foundation Icons 2](https://github.com/zaiste/foundation-icons-sass-rails) by J. P. Nowak
121
+ * [Abstractio Icons 2](https://github.com/zaiste/abstractio-icons-sass-rails) by J. P. Nowak
122
122
 
123
123
  Yeoman Generator
124
124
 
125
- * [Yeoman 1.0-Foundation 4](https://github.com/lkbgift/foundation4-yeoman) by [Leonard Bogdonoff](http://twitter.com/lkbcc)
126
- * [Yeoman-Foundation](https://npmjs.org/package/yeoman-foundation) by Vincent Mac
125
+ * [Yeoman 1.0-Abstractio 4](https://github.com/lkbgift/abstractio4-yeoman) by [Leonard Bogdonoff](http://twitter.com/lkbcc)
126
+ * [Yeoman-Abstractio](https://npmjs.org/package/yeoman-abstractio) by Vincent Mac
127
127
 
128
128
 
129
129
  MIT Open Source License
@@ -1,18 +1,20 @@
1
- # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/abstractio/version', __FILE__)
3
-
4
- Gem::Specification.new do |gem|
5
- gem.authors = ["ThemePile"]
6
- gem.email = ["shaggysmile@gmail.com"]
7
- gem.description = %q{Powerful, scalable, Sass-based, BEM, OOCSS framework}
8
- gem.summary = %q{Powerful, scalable, Sass-based, BEM, OOCSS framework}
9
- gem.homepage = "http://abstractio.themepile.co.uk"
10
-
11
- gem.files = `git ls-files`.split($\)
12
- gem.name = "themepile-abstractio"
13
- gem.require_paths = ["lib"]
14
- gem.version = Abstractio::VERSION
15
-
16
- gem.add_dependency "sass", [">= 3.2.0"]
17
- gem.add_development_dependency "rake"
18
- end
1
+ # -*- encoding: utf-8 -*-
2
+ require File.expand_path('../lib/abstractio/version', __FILE__)
3
+
4
+ Gem::Specification.new do |gem|
5
+ gem.authors = ["ThemePile"]
6
+ gem.email = ["shaggysmile@themepile.co.uk"]
7
+ gem.description = %q{ZURB Abstractio on Sass/Compass}
8
+ gem.summary = %q{ZURB Abstractio on Sass/Compass}
9
+ gem.homepage = "http://abstractio.themepile.co.uk"
10
+
11
+ gem.files = `git ls-files`.split($\)
12
+ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
+ gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
+ gem.name = "themepile-abstractio"
15
+ gem.require_paths = ["lib"]
16
+ gem.version = Abstractio::VERSION
17
+
18
+ gem.add_dependency "sass", [">= 3.2.0"]
19
+ gem.add_development_dependency "rake"
20
+ end
@@ -0,0 +1,275 @@
1
+ <!--
2
+ ### 4.1.7- May 9, 2013
3
+ * Added .clearing-featured-img class to designate the featured image in a .clearing-feature list
4
+ -->
5
+
6
+ ### 4.1.6- May 6, 2013
7
+ * Improved performance for custom select boxes.
8
+ * Bug fix for switches contained within custom forms.
9
+ * Bug fix for directly clicking on checkbox to toggle it
10
+ * Sections are now semantic.
11
+
12
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.1.5...v4.1.6).
13
+
14
+ ### 4.1.5- April 26, 2013
15
+ * Add support for `indexOf` in legacy browsers
16
+
17
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.1.4...v4.1.5).
18
+
19
+ ### 4.1.4- April 26, 2013
20
+ * Fixes invalid Rails generator path
21
+
22
+ ### 4.1.3- April 25, 2013
23
+
24
+ * Added _variables.scss, which holds default variables and creates the settings file for the gem
25
+ * Rearranged a few mixins in order to remove the confusing _abstractio-globals.scss file
26
+ * If you are getting errors after upgrade, just remove any reference to this file...
27
+ * Added reference to $base-line-height variables for those using Compass vertical rhythm
28
+ * Fixed issue with invalid css coming through into buttons
29
+ * Various bug fixes
30
+ * Adds support for infinite section nesting
31
+ * Updated top bar styles
32
+ * Support for data-options in Reveal
33
+
34
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.1.2...v4.1.3).
35
+
36
+ ### 4.1.2- April 10, 2013
37
+
38
+ * Added Joyride expose functionality
39
+ * General bug fixes for regressions that came up with RTL release
40
+ * Section is now fully semantic
41
+ * Clicking on current thumbnail in Clearing now advances to next slide
42
+ * data-options support added to Clearing
43
+ * Addressed Abstractio loader incompatiblities with non-jQuery and non-Zepto JS libraries
44
+ * Fixed Rails generator bug when using CoffeeScript files
45
+ * Added `reflow` to Section js plugin to support dynamic content
46
+
47
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.1.1...v4.1.2).
48
+
49
+ ### 4.1.1- April 2, 2013
50
+ * Changed all references to the variable `$default-opposite` to `$opposite-direction`
51
+ * Added `dir` attribute to `html` tag
52
+ * Added direction variables to `abstractio.dropdown.js`, `abstractio.clearing.js`, `abstractio.joyride.js`, `abstractio.orbit.js`, `abstractio.section.js`, `abstractio.topbar.js` and `abstractio.tooltips.js`.
53
+ * Updated customizer with text direction setting
54
+ * Added right-to-left text direction documentation
55
+
56
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.0.9...v4.1.1).
57
+
58
+
59
+ ### 4.0.9- March 19, 2013
60
+ * Added `auto` option to `Abstractio.section.js.
61
+ * Fixes dropdown positioning for split buttons.
62
+
63
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.0.8...v4.0.9).
64
+
65
+ ### 4.0.8- March 15, 2013
66
+ * Added paragraph `text-rendering` variable: `$paragraph-text-rendering`.
67
+ * Changed blockgrid to use clearfix instead of overflow.
68
+ * Fixed nested row margin inside forms.
69
+ * Fixed data_options function that caused booleans to be interpreted as numbers.
70
+ * Tabs no longer automatically convert to accordion on desktop.
71
+ * Sections with accordion class always remain accordions and sections with tab class always remain tabs.
72
+ * Vertical and horizontal navigation elements still become accordions on mobile
73
+
74
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.0.7...v4.0.8).
75
+
76
+
77
+ ### 4.0.7- March 14, 2013
78
+ * Fixed problem with buggy pull request that made radius buttons look like ovals, sorry.
79
+
80
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.0.6...v4.0.7).
81
+
82
+ ---
83
+
84
+ ### 4.0.6- March 14, 2013 (Yanked)
85
+ * Added modular HTML class variables to control whether or no those classes come through into your CSS.
86
+ * Changed global font size defaults to 100% to let browsers use their default zooming.
87
+ * Fixed bugs with top-bar bottom margin variables.
88
+ * Bug fixes for Reveal click event propigation.
89
+ * Bug fixes in the Dropdown plugins for positioning.
90
+ * Removed duplicate binding in sections.
91
+ * Changes all references to `$button-radius` to `$global-radius` to fix customizer blank css files.
92
+ * Updated customizer with better groupings in the checkbox section.
93
+ * Added data-options support to Orbit.
94
+
95
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.0.5...v4.0.6).
96
+
97
+ ---
98
+
99
+ ### 4.0.5- March 8, 2013
100
+ * Custom classes added to custom forms now carry through to JS.
101
+ * Added `.horizontal-nav` to `abstractio.section.js`.
102
+ * Fixed variables that weren't being inherited properly.
103
+ * Fixed a joyride mobile background issue.
104
+ * Updated Reveal docs to match 4.0.4 functionality.
105
+ * Updated to Zepto 1.0.
106
+ * Fixed bugs with visibility classes.
107
+ * Updated block-grid nth-of-type clear fix so that it actually works.
108
+ * All size block grids now have the same spacing.
109
+ * Made images `display: inline-block` by default to remove gap and not screw up layouts.
110
+ * Progress bars respect their color variables instead of global.
111
+ * Added variable for progress bar background color.
112
+ * Fixed inconsistency between side margins on unordered and ordered lists.
113
+ * Made it so you can set `custom_back_text` variable in top-bar to control if the back link is generic or specific.
114
+ * Updated visibility classes to work properly with table display properties.
115
+ * Helper classes like `.right, .left` now have `!important` so they don't get overriden on accident.
116
+ * Added a page to the docs that explains our use of [media queries](http://abstractio.themepile.co.uk/docs/media-queries.html).
117
+ * Removed default outline on a:focus elements that normalize adds.
118
+ * Fixed bug with custom checkboxes not clickable from the `<span>`.
119
+ * Added docs about using Sass standalone with Abstractio.
120
+
121
+ You can compare the commits [here](https://github.com/themepile/abstractio/compare/v4.0.4...v4.0.5).
122
+
123
+ ---
124
+
125
+ ### 4.0.4
126
+ This patch fixes various bugs that have been submitted since release. We'll be more specific with changelog updates going forward.
127
+
128
+ ---
129
+
130
+ ### 4.0.3
131
+ Bug fixes
132
+
133
+ ---
134
+
135
+ ### 4.0.2
136
+ Bug fixes
137
+
138
+ ---
139
+
140
+ ### 4.0.1
141
+ Bug fixes
142
+
143
+ ---
144
+
145
+ ### **4.0**- February 28, 2013
146
+ Initial launch of Abstractio 4, a rewritten, mobile-first implementation of the framework. Major enhancements include a mobile-first approach across the board, Scss tools to allow for all-semantic coding, and rewritten JS plugins for speed and ease of use. Marketing site updates, new docs, refined and simplified styles and more. Review the [migration guide](http://abstractio.themepile.co.uk/migration.php) for more information.
147
+
148
+ ---
149
+
150
+ ### 3.2.5
151
+ Bug fixes
152
+
153
+ ---
154
+
155
+ ### 3.2.4
156
+ Bug fixes
157
+
158
+ ---
159
+
160
+ ### 3.2.3
161
+ Bug fixes
162
+
163
+ ---
164
+
165
+ ### 3.2.2- November 10, 2012
166
+ This patch fixes a typo found in the tabs plugin.
167
+
168
+ ---
169
+
170
+ ### 3.2.1- November 9, 2012
171
+ This patch include bug fixes for various elements, such as:
172
+ * Adding a missing line for mqueries.scss into app.scss
173
+ * Height of fixed magellan element
174
+ * Update viewport tag with initial-scale
175
+ * Dropdown button fixes
176
+ * Clearing bug fixes
177
+ * Added a font-smoothing variable
178
+ * Added close support to accordions
179
+ * Removed deep linking hashes from tabs
180
+ * Topbar now resets on close for small layouts
181
+
182
+ ---
183
+
184
+ ### **3.2**- October 26, 2012
185
+ With this update we've revamped our documentation to be more organized and explain details regarding Scss, Compass and Javascripts.
186
+
187
+ The updates to Abstractio itself are as follows:
188
+ * Added [Magellan](http://abstractio.themepile.co.uk/docs/magellan.php), a plugin for building design agnostic sticky navs that know where you are on the page.
189
+ * Added [Joyride](http://abstractio.themepile.co.uk/docs/joyride.php), our plugin for creating tours of your website or app.
190
+ * Added [Clearing](http://abstractio.themepile.co.uk/docs/clearing.php), our new responsive image gallery lightbox plugin.
191
+ * Cleaned up Orbit a bit. We now use opacity on each slide so you don't have stacking problems or different image size problems. You can now optionally stack slides on mobile. Orbit can now be swipable on mobile as well.
192
+ * Updated Reveal
193
+ * Updated index files to use defined header and footer structure
194
+ * Cleaned up some Compass included
195
+ * RTL for ui and navbar.
196
+ * Tabs can now use unordered lists or definition lists, replacing the definition title with an li.section-title.
197
+ * Added definition list styles.
198
+ * Added mobile-#-up classes to use in conjunction with regular block-grid classes for a different mobile grid.
199
+ * Updated block grids to be really flexible and customizable based on a variable.
200
+ * Added better responsive styling for tooltips.
201
+ * Separated all media queries into their own file for easy droppping.
202
+ * Updated modular scale to use new functions, doesn't effect end-users.
203
+ * Updated visibility classes to use inherit instead of block to accomodate for spans.
204
+ * Removed HTML5 Shiv from header since its included in modernizr.
205
+ * Added [pricing tables](http://abstractio.themepile.co.uk/docs/elements.php#pricing-tables) UI element
206
+ * Added many new Scss variables to control styling for things like: topbar, clearing, joyride, pricint tables, etc.
207
+ * Bug fixes for Topbar.
208
+ * Added 5 [HTML templates](http://abstractio.themepile.co.uk/templates.php) to the add-ons section.
209
+
210
+ ---
211
+
212
+ ### 3.1.1- September 19, 2012
213
+ Updating Top Bar navigation implementation pattern to wrap `.contain-to-grid` and/or `.fixed` around the `nav` element to prevent horizontal scroll bars when using `.contain-to-grid`. Updated the topBar breakpoint option so users only need to update the Scss variable.
214
+
215
+ ---
216
+
217
+ ### **3.1**- September 14, 2012
218
+ Launched new features, a new Add-ons section to the marketing site, Right to left language support, and fixed bugs.
219
+
220
+ With this release of Abstractio, we include:
221
+ * Downloadable HTML template pages that can be copy/pasted into an existing project or added to your project upon downloading from the customizer.
222
+ * The Add-on's section includes a round-up of all the playground pieces, etc that aren't officially included in Abstractio, but built to work with it. This includes: [Templates](http://abstractio.themepile.co.uk/templates.php), [Icon Fonts](http://abstractio.themepile.co.uk/icon-fonts.php), [Off-Canvas Layouts](http://abstractio.themepile.co.uk/off-canvas.php), [Responsive Tables](http://abstractio.themepile.co.uk/responsive-tables.php), [SVG Social Icons](http://abstractio.themepile.co.uk/social-icons.php), and [Omnigraffle Stencils](http://abstractio.themepile.co.uk/stencils.php).
223
+ * Abstractio now includes a [responsive top navigation](http://abstractio.themepile.co.uk/navigation.php) bar that lets you have control over when it responds and what you include in it. We've made it really easy to customize using Scss.
224
+ * Right-to-left language support straight out of the box. You can adjust this in the settings.scss file or upon downloading with the customizer.
225
+ * New UI Styles for Progress Bars and Image Thumbs.
226
+ * Updated to include jQuery 1.8.1
227
+ * Orbit thumbnail documentation.
228
+ * Better Reveal size documentation.
229
+
230
+ ---
231
+
232
+ ### 3.0.9- August 14, 2012
233
+ Bug fixes and locking down dependencies.
234
+
235
+ ---
236
+
237
+ ### 3.0.8- August 10, 2012
238
+ Numerous bugfixes. Added media query toggle plugin. Removed marketing site from repository and included a new `test/` directory to help contributors test patches.
239
+
240
+ New features: Media Query Toggler, block-grid mobile layouts, font-size customizer options and included modular scale gem as dependancy for SCSS version.
241
+
242
+ ---
243
+
244
+ ### 3.0.7- July 30, 2012
245
+ Numerous JS bug fixes, added generators for Rails and refactored SCSS directory for better maintainability and scalability over time. CSS files weren't affected by this refactoring.
246
+
247
+ ---
248
+
249
+ ### 3.0.6- July 20, 2012
250
+ Numerous bugfixes including dropdown buttons on touch devices, Modernizr update with IE8Compat, split button colors, and more. Split out the functions in app.js to be part of the Gem and only initialized in app.js, so you can keep a clean distinction between your JS and Abstractio's (if you want to). Added an [accordion](http://abstractio.themepile.co.uk/elements.php) element.
251
+
252
+ ---
253
+
254
+ ### 3.0.5- July 10, 2012
255
+ Fixed Compass performance issues by separating out each Abstractio file and removing extraneous imports.
256
+
257
+ ---
258
+
259
+ ### 3.0.4- July 6, 2012
260
+ Fixed a number of bugs around the Sass/Gem installs and documentation. Some smaller items:
261
+ * Fixed a bug with dropdown buttons to allow clicking on their anchors again.
262
+ * Added styles for HTML5 (and other) input styles, not just text.
263
+ * Added error states back to the forms documentation.
264
+ * Flyouts in a nav bar can now expand up as well as down.
265
+ * In SCSS you can now set $base-size correctly, but we're still working to correct modifying the $ratio variable.
266
+
267
+ ---
268
+
269
+ ### 3.0.1 to 3.0.3- July 2 to July 4, 2012
270
+ Various bug fixes with the downloader, gem, and Sass install.
271
+
272
+ ---
273
+
274
+ ### **3.0**- June 30, 2012
275
+ Initial launch of Abstractio 3, deprecating Abstractio 2.2.1. Major enhancements include Sass/SCSS development, new grid system with box-sizing: border-box, new form styles, new UI elements, retooled download and install options, new docs, new marketing site.