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
@@ -0,0 +1,143 @@
1
+ <style type="text/css">
2
+
3
+ .row.support { padding: 9px 0; }
4
+ .row.support:nth-child(2n) { background: #f4f4f4; }
5
+
6
+ .support .win { color: #4ea600; font-weight: bold; }
7
+ .support .meh { color: #888; font-weight: bold; }
8
+ .support .fail { color: #cc0000; font-weight: bold; }
9
+
10
+ .tooltip { font-size: 14px; }
11
+ </style>
12
+
13
+ <div class="row">
14
+
15
+
16
+ <div class="large-9 push-3 columns">
17
+
18
+ <% @page_title = "Support" %>
19
+ <h2><%= @page_title %></h2>
20
+
21
+ <h4 class="subheader">Abstractio was designed for and tested on numerous browsers and devices. Here's the rundown on what's tested, and what to do if something misbehaves.</h4>
22
+
23
+ <h5>Browser and Device Support</h5>
24
+ <p>We go to great lengths to ensure that Abstractio works as expected on a variety of common browsers and devices. Given how forward-facing Abstractio is there are some aesthetic properties which are not supported in older browsers (border radii, box shadows, etc), but the core elements are reliable across the board.</p>
25
+
26
+ <div class="row support">
27
+ <div class="small-3 columns"><h5>Browser/OS</h5></div>
28
+ <div class="small-3 columns"><h5>The Grid</h5></div>
29
+ <div class="small-3 columns"><h5>Layout/UI</h5></div>
30
+ <div class="small-3 columns"><h5>JS</h5></div>
31
+ </div>
32
+ <div class="row support">
33
+ <div class="small-3 columns">Chrome</div>
34
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
35
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
36
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
37
+ </div>
38
+ <div class="row support">
39
+ <div class="small-3 columns">Firefox</div>
40
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
41
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
42
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
43
+ </div>
44
+ <div class="row support">
45
+ <div class="small-3 columns">Safari</div>
46
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
47
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
48
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
49
+ </div>
50
+ <div class="row support">
51
+ <div class="small-3 columns">IE10</div>
52
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
53
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
54
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
55
+ </div>
56
+ <div class="row support">
57
+ <div class="small-3 columns">IE9</div>
58
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
59
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
60
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
61
+ </div>
62
+ <div class="row support">
63
+ <div class="small-3 columns">IE8</div>
64
+ <div class="small-3 columns"><span data-tooltip class="meh has-tip tip-top" data-width="200" title="The grid is within a media query so IE8 gets the mobile layouts. If you need a full grid for IE8, see below for a link to a gist that will help out immensely.">&#9679;</span></div>
65
+ <div class="small-3 columns"><span data-tooltip class="meh has-tip tip-top" title="90% of our UI elements will work perfectly in IE8. There are a few cases, like radio switches, where we make sure IE8 just gets normal UI elements instead of custom ones." data-width="200">&#9679;</span></div>
66
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
67
+ </div>
68
+ <div class="row support">
69
+ <div class="small-3 columns">IE7</div>
70
+ <div class="small-3 columns"><span class="fail">&#x2717;</span></div>
71
+ <div class="small-3 columns"><span data-tooltip title="While we don't officially support IE7, but our UI styles should work for the most part" class="meh has-tip tip-top" data-width="200">&#9679;</span></div>
72
+ <div class="small-3 columns"><span data-tooltip title="While we don't officially IE7, but our JS works for the most part. Clearing and tooltips have some issues with style and position." class="meh has-tip tip-top" data-width="200">&#9679;</span></div>
73
+ </div>
74
+
75
+ <div class="row support">
76
+ <div class="small-3 columns">iOS (iPhone)</div>
77
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
78
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
79
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
80
+ </div>
81
+ <div class="row support">
82
+ <div class="small-3 columns">iOS (iPad)</div>
83
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
84
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
85
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
86
+ </div>
87
+ <div class="row support">
88
+ <div class="small-3 columns">Android 2, 4 (Phone)</div>
89
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
90
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
91
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
92
+ </div>
93
+ <div class="row support">
94
+ <div class="small-3 columns">Android 2, 4 (Tablet)</div>
95
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
96
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
97
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
98
+ </div>
99
+ <div class="row support">
100
+ <div class="small-3 columns">Windows Phone 7+</div>
101
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
102
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
103
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
104
+ </div>
105
+ <div class="row support">
106
+ <div class="small-3 columns">Surface</div>
107
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
108
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
109
+ <div class="small-3 columns"><span class="win">&#x2713;</span></div>
110
+ </div>
111
+
112
+ <hr>
113
+
114
+ <h5>Want IE8 Grid Support?</h5>
115
+ <p>We know it can be hard to get clients to ditch support for IE8. We're hoping with the auto-update to IE10 release from Microsoft, we won't need to worry about it anymore. Until then, here's a gist with a grid that will work in IE8, just like it did in Abstractio 3.</p>
116
+ <a class="small button" href="https://gist.github.com/themepilechris/5068210">Abstractio IE8 Grid</a>
117
+
118
+ <hr>
119
+
120
+ <h5>Upgrading from Abstractio 3.x?</h5>
121
+ <p>We've written a comprehensive <a href="http://abstractio.themepile.co.uk/migration.php">Migration Guide</a> to help you update your code for an existing or work in progress project.</p>
122
+
123
+ <hr />
124
+
125
+ <div class="panel">
126
+ <h4>Get Answers</h4>
127
+ <h5 class="subheader">We've outlined some of the most common frequently asked questions so that you can easily find the answer, as well as given you a way to contact us directly with questions, feedback or concerns.</h5>
128
+ <a class="button" href="faq.html">Read the FAQ or Ask a Question &raquo;</a> <a class="secondary button" href="changelog.html">See the Version Changelog &raquo;</a>
129
+ </div>
130
+
131
+ </div>
132
+ <div class="large-3 pull-9 columns">
133
+ <%= render "_sidebar.html.erb" %>
134
+ </div>
135
+ </div>
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
@@ -3,7 +3,7 @@
3
3
  ;(function ($, window, document, undefined) {
4
4
  'use strict';
5
5
 
6
- Foundation.libs.alerts = {
6
+ Abstractio.libs.alerts = {
7
7
  name : 'alerts',
8
8
 
9
9
  version : '4.0.0',
@@ -47,4 +47,4 @@
47
47
  $(this.scope).off('.fndtn.alerts');
48
48
  }
49
49
  };
50
- }(Foundation.zj, this, this.document));
50
+ }(Abstractio.zj, this, this.document));
@@ -3,7 +3,7 @@
3
3
  ;(function ($, window, document, undefined) {
4
4
  'use strict';
5
5
 
6
- Foundation.libs.clearing = {
6
+ Abstractio.libs.clearing = {
7
7
  name : 'clearing',
8
8
 
9
9
  version : '4.1.3',
@@ -27,7 +27,7 @@
27
27
 
28
28
  init : function (scope, method, options) {
29
29
  var self = this;
30
- Foundation.inherit(this, 'set_data get_data remove_data throttle data_options');
30
+ Abstractio.inherit(this, 'set_data get_data remove_data throttle data_options');
31
31
 
32
32
  if (typeof method === 'object') {
33
33
  options = $.extend(true, this.settings, method);
@@ -96,7 +96,7 @@
96
96
  .on('click.fndtn.clearing', '.clearing-main-prev',
97
97
  function (e) { this.nav(e, 'prev') }.bind(this))
98
98
  .on('click.fndtn.clearing', this.settings.close_selectors,
99
- function (e) { Foundation.libs.clearing.close(e, this) })
99
+ function (e) { Abstractio.libs.clearing.close(e, this) })
100
100
  .on('keydown.fndtn.clearing',
101
101
  function (e) { this.keydown(e) }.bind(this));
102
102
 
@@ -156,9 +156,9 @@
156
156
 
157
157
  assemble : function ($li) {
158
158
  var $el = $li.parent();
159
- $el.after('<div id="foundationClearingHolder"></div>');
159
+ $el.after('<div id="abstractioClearingHolder"></div>');
160
160
 
161
- var holder = $('#foundationClearingHolder'),
161
+ var holder = $('#abstractioClearingHolder'),
162
162
  settings = this.get_data($el),
163
163
  grid = $el.detach(),
164
164
  data = {
@@ -513,4 +513,4 @@
513
513
  }
514
514
  };
515
515
 
516
- }(Foundation.zj, this, this.document));
516
+ }(Abstractio.zj, this, this.document));
@@ -71,4 +71,4 @@
71
71
  return false;
72
72
  };
73
73
 
74
- })(Foundation.zj, document);
74
+ })(Abstractio.zj, document);
@@ -3,7 +3,7 @@
3
3
  ;(function ($, window, document, undefined) {
4
4
  'use strict';
5
5
 
6
- Foundation.libs.dropdown = {
6
+ Abstractio.libs.dropdown = {
7
7
  name : 'dropdown',
8
8
 
9
9
  version : '4.1.3',
@@ -16,7 +16,7 @@
16
16
 
17
17
  init : function (scope, method, options) {
18
18
  this.scope = scope || this.scope;
19
- Foundation.inherit(this, 'throttle scrollLeft');
19
+ Abstractio.inherit(this, 'throttle scrollLeft');
20
20
 
21
21
  if (typeof method === 'object') {
22
22
  $.extend(true, this.settings, method);
@@ -71,7 +71,7 @@
71
71
  dropdown.each(function () {
72
72
  if ($(this).hasClass(self.settings.activeClass)) {
73
73
  $(this)
74
- .css(Foundation.rtl ? 'right':'left', '-99999px')
74
+ .css(Abstractio.rtl ? 'right':'left', '-99999px')
75
75
  .removeClass(self.settings.activeClass);
76
76
  $(this).trigger('closed');
77
77
  }
@@ -125,7 +125,7 @@
125
125
  top: position.top + this.outerHeight(target)
126
126
  });
127
127
  } else {
128
- if (!Foundation.rtl && $(window).width() > this.outerWidth(dropdown) + target.offset().left) {
128
+ if (!Abstractio.rtl && $(window).width() > this.outerWidth(dropdown) + target.offset().left) {
129
129
  var left = position.left;
130
130
  } else {
131
131
  if (!dropdown.hasClass('right')) {
@@ -156,4 +156,4 @@
156
156
  this.settings.init = false;
157
157
  }
158
158
  };
159
- }(Foundation.zj, this, this.document));
159
+ }(Abstractio.zj, this, this.document));
@@ -1,7 +1,7 @@
1
1
  (function ($, window, document, undefined) {
2
2
  'use strict';
3
3
 
4
- Foundation.libs.forms = {
4
+ Abstractio.libs.forms = {
5
5
  name: 'forms',
6
6
 
7
7
  version: '4.1.6',
@@ -150,7 +150,7 @@
150
150
 
151
151
  $(window).on('keydown', function (e) {
152
152
  var focus = document.activeElement,
153
- self = Foundation.libs.forms,
153
+ self = Abstractio.libs.forms,
154
154
  dropdown = $('.custom.dropdown.open');
155
155
 
156
156
  if (dropdown.length > 0) {
@@ -244,7 +244,7 @@
244
244
  },
245
245
 
246
246
  append_custom_select: function (idx, sel) {
247
- var self = Foundation.libs.forms,
247
+ var self = Abstractio.libs.forms,
248
248
  $this = $(sel),
249
249
  $customSelect = $this.next('div.custom.dropdown'),
250
250
  $customList = $customSelect.find('ul'),
@@ -332,12 +332,12 @@
332
332
  // Quickly, display all parent elements.
333
333
  // This should help us calcualate the width of the list item's within the drop down.
334
334
  //
335
- var self = Foundation.libs.forms;
335
+ var self = Abstractio.libs.forms;
336
336
  self.hidden_fix.adjust($customList);
337
337
 
338
338
  maxWidth = (self.outerWidth($listItems) > maxWidth) ? self.outerWidth($listItems) : maxWidth;
339
339
 
340
- Foundation.libs.forms.hidden_fix.reset();
340
+ Abstractio.libs.forms.hidden_fix.reset();
341
341
 
342
342
  $customSelect.removeClass('open');
343
343
 
@@ -346,7 +346,7 @@
346
346
  },
347
347
 
348
348
  assign_id: function ($select, $customSelect) {
349
- var id = [+new Date(), Foundation.random_str(5)].join('-');
349
+ var id = [+new Date(), Abstractio.random_str(5)].join('-');
350
350
  $select.attr('data-id', id);
351
351
  $customSelect.attr('data-id', id);
352
352
  },
@@ -513,4 +513,4 @@
513
513
  }
514
514
  return $();
515
515
  };
516
- }(Foundation.zj, this, this.document));
516
+ }(Abstractio.zj, this, this.document));
@@ -3,7 +3,7 @@
3
3
  (function ($, window, document, undefined) {
4
4
  'use strict';
5
5
 
6
- Foundation.libs.joyride = {
6
+ Abstractio.libs.joyride = {
7
7
  name: 'joyride',
8
8
 
9
9
  version : '4.1.2',
@@ -49,7 +49,7 @@
49
49
 
50
50
  init : function (scope, method, options) {
51
51
  this.scope = scope || this.scope;
52
- Foundation.inherit(this, 'throttle data_options scrollTo scrollLeft delay');
52
+ Abstractio.inherit(this, 'throttle data_options scrollTo scrollLeft delay');
53
53
 
54
54
  if (typeof method === 'object') {
55
55
  $.extend(true, this.settings, this.defaults, method);
@@ -431,7 +431,7 @@
431
431
 
432
432
  if (this.bottom()) {
433
433
  var leftOffset = this.settings.$target.offset().left;
434
- if (Foundation.rtl) {
434
+ if (Abstractio.rtl) {
435
435
  leftOffset = this.settings.$target.offset().width - this.settings.$next_tip.width() + leftOffset;
436
436
  }
437
437
  this.settings.$next_tip.css({
@@ -442,7 +442,7 @@
442
442
 
443
443
  } else if (this.top()) {
444
444
  var leftOffset = this.settings.$target.offset().left;
445
- if (Foundation.rtl) {
445
+ if (Abstractio.rtl) {
446
446
  leftOffset = this.settings.$target.offset().width - this.settings.$next_tip.width() + leftOffset;
447
447
  }
448
448
  this.settings.$next_tip.css({
@@ -839,4 +839,4 @@
839
839
  this.settings = {};
840
840
  }
841
841
  };
842
- }(Foundation.zj, this, this.document));
842
+ }(Abstractio.zj, this, this.document));
@@ -1,6 +1,6 @@
1
1
  /*
2
- * Foundation Responsive Library
3
- * http://foundation.zurb.com
2
+ * Abstractio Responsive Library
3
+ * http://abstractio.themepile.co.uk
4
4
  * Copyright 2013, ZURB
5
5
  * Free to use under the MIT license.
6
6
  * http://www.opensource.org/licenses/mit-license.php
@@ -121,8 +121,8 @@ if (typeof jQuery === "undefined" &&
121
121
  return this;
122
122
  };
123
123
 
124
- window.Foundation = {
125
- name : 'Foundation',
124
+ window.Abstractio = {
125
+ name : 'Abstractio',
126
126
 
127
127
  version : '4.1.5',
128
128
 
@@ -141,7 +141,7 @@ if (typeof jQuery === "undefined" &&
141
141
  // check RTL
142
142
  this.rtl = /rtl/i.test($('html').attr('dir'));
143
143
 
144
- // set foundation global scope
144
+ // set abstractio global scope
145
145
  this.scope = scope || this.scope;
146
146
 
147
147
  if (libraries && typeof libraries === 'string') {
@@ -242,24 +242,24 @@ if (typeof jQuery === "undefined" &&
242
242
  lib_methods : {
243
243
  set_data : function (node, data) {
244
244
  // this.name references the name of the library calling this method
245
- var id = [this.name,+new Date(),Foundation.random_str(5)].join('-');
245
+ var id = [this.name,+new Date(),Abstractio.random_str(5)].join('-');
246
246
 
247
- Foundation.cache[id] = data;
247
+ Abstractio.cache[id] = data;
248
248
  node.attr('data-' + this.name + '-id', id);
249
249
  return data;
250
250
  },
251
251
 
252
252
  get_data : function (node) {
253
- return Foundation.cache[node.attr('data-' + this.name + '-id')];
253
+ return Abstractio.cache[node.attr('data-' + this.name + '-id')];
254
254
  },
255
255
 
256
256
  remove_data : function (node) {
257
257
  if (node) {
258
- delete Foundation.cache[node.attr('data-' + this.name + '-id')];
258
+ delete Abstractio.cache[node.attr('data-' + this.name + '-id')];
259
259
  node.attr('data-' + this.name + '-id', '');
260
260
  } else {
261
261
  $('[data-' + this.name + '-id]').each(function () {
262
- delete Foundation.cache[$(this).attr('data-' + this.name + '-id')];
262
+ delete Abstractio.cache[$(this).attr('data-' + this.name + '-id')];
263
263
  $(this).attr('data-' + this.name + '-id', '');
264
264
  });
265
265
  }
@@ -375,7 +375,7 @@ if (typeof jQuery === "undefined" &&
375
375
  return error.name + ' ' + error.message + '; ' + error.more;
376
376
  },
377
377
 
378
- // remove all foundation events.
378
+ // remove all abstractio events.
379
379
  off: function () {
380
380
  $(this.scope).off('.fndtn');
381
381
  $(window).off('.fndtn');
@@ -391,11 +391,11 @@ if (typeof jQuery === "undefined" &&
391
391
  }()
392
392
  };
393
393
 
394
- $.fn.foundation = function () {
394
+ $.fn.abstractio = function () {
395
395
  var args = Array.prototype.slice.call(arguments, 0);
396
396
 
397
397
  return this.each(function () {
398
- Foundation.init.apply(Foundation, [this].concat(args));
398
+ Abstractio.init.apply(Abstractio, [this].concat(args));
399
399
  return this;
400
400
  });
401
401
  };
@@ -3,7 +3,7 @@
3
3
  ;(function ($, window, document, undefined) {
4
4
  'use strict';
5
5
 
6
- Foundation.libs.magellan = {
6
+ Abstractio.libs.magellan = {
7
7
  name : 'magellan',
8
8
 
9
9
  version : '4.0.0',
@@ -14,7 +14,7 @@
14
14
 
15
15
  init : function (scope, method, options) {
16
16
  this.scope = scope || this.scope;
17
- Foundation.inherit(this, 'data_options');
17
+ Abstractio.inherit(this, 'data_options');
18
18
 
19
19
  if (typeof method === 'object') {
20
20
  $.extend(true, this.settings, method);
@@ -127,4 +127,4 @@
127
127
  $(this.scope).off('.fndtn.magellan');
128
128
  }
129
129
  };
130
- }(Foundation.zj, this, this.document));
130
+ }(Abstractio.zj, this, this.document));