Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 265cd4c

Browse files
author
mhayes
committed
Foundation build to bower-foundation
1 parent 098dcaf commit 265cd4c

23 files changed

+41
-41
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundation",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"main": [
55
"css/foundation.css",
66
"js/foundation.js"

css/foundation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
meta.foundation-version {
2-
font-family: "/5.2.0/"; }
2+
font-family: "/5.2.1/"; }
33

44
meta.foundation-mq-small {
55
font-family: "/only screen and (max-width: 40em)/";

css/foundation.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/foundation.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
window.Foundation = {
277277
name : 'Foundation',
278278

279-
version : '5.2.0',
279+
version : '5.2.1',
280280

281281
media_queries : {
282282
small : S('.foundation-mq-small').css('font-family').replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ''),
@@ -608,7 +608,7 @@
608608
Foundation.libs.abide = {
609609
name : 'abide',
610610

611-
version : '5.2.0',
611+
version : '5.2.1',
612612

613613
settings : {
614614
live_validate : true,
@@ -867,7 +867,7 @@
867867
Foundation.libs.accordion = {
868868
name : 'accordion',
869869

870-
version : '5.2.0',
870+
version : '5.2.1',
871871

872872
settings : {
873873
active_class: 'active',
@@ -918,7 +918,7 @@
918918
Foundation.libs.alert = {
919919
name : 'alert',
920920

921-
version : '5.2.0',
921+
version : '5.2.1',
922922

923923
settings : {
924924
animation: 'fadeOut',
@@ -956,7 +956,7 @@
956956
Foundation.libs.clearing = {
957957
name : 'clearing',
958958

959-
version: '5.2.0',
959+
version: '5.2.1',
960960

961961
settings : {
962962
templates : {
@@ -1478,7 +1478,7 @@
14781478
Foundation.libs.dropdown = {
14791479
name : 'dropdown',
14801480

1481-
version : '5.2.0',
1481+
version : '5.2.1',
14821482

14831483
settings : {
14841484
active_class: 'open',
@@ -1780,7 +1780,7 @@
17801780
Foundation.libs.equalizer = {
17811781
name : 'equalizer',
17821782

1783-
version : '5.2.0',
1783+
version : '5.2.1',
17841784

17851785
settings : {
17861786
use_tallest: true,
@@ -1844,7 +1844,7 @@
18441844
Foundation.libs.interchange = {
18451845
name : 'interchange',
18461846

1847-
version : '5.2.0',
1847+
version : '5.2.1',
18481848

18491849
cache : {},
18501850

@@ -2182,7 +2182,7 @@
21822182
Foundation.libs.joyride = {
21832183
name : 'joyride',
21842184

2185-
version : '5.2.0',
2185+
version : '5.2.1',
21862186

21872187
defaults : {
21882188
expose : false, // turn on or off the expose feature
@@ -3025,7 +3025,7 @@
30253025
Foundation.libs['magellan-expedition'] = {
30263026
name : 'magellan-expedition',
30273027

3028-
version : '5.2.0',
3028+
version : '5.2.1',
30293029

30303030
settings : {
30313031
active_class: 'active',
@@ -3195,7 +3195,7 @@
31953195
Foundation.libs.offcanvas = {
31963196
name : 'offcanvas',
31973197

3198-
version : '5.2.0',
3198+
version : '5.2.1',
31993199

32003200
settings : {},
32013201

@@ -3699,7 +3699,7 @@
36993699
Foundation.libs.orbit = {
37003700
name: 'orbit',
37013701

3702-
version: '5.2.0',
3702+
version: '5.2.1',
37033703

37043704
settings: {
37053705
animation: 'slide',
@@ -3772,7 +3772,7 @@
37723772
Foundation.libs.reveal = {
37733773
name : 'reveal',
37743774

3775-
version : '5.2.0',
3775+
version : '5.2.1',
37763776

37773777
locked : false,
37783778

@@ -4200,7 +4200,7 @@
42004200
Foundation.libs.slider = {
42014201
name : 'slider',
42024202

4203-
version : '5.2.0',
4203+
version : '5.2.1',
42044204

42054205
settings: {
42064206
start: 0,
@@ -4389,7 +4389,7 @@
43894389
Foundation.libs.tab = {
43904390
name : 'tab',
43914391

4392-
version : '5.2.0',
4392+
version : '5.2.1',
43934393

43944394
settings : {
43954395
active_class: 'active',
@@ -4546,7 +4546,7 @@
45464546
Foundation.libs.tooltip = {
45474547
name : 'tooltip',
45484548

4549-
version : '5.2.0',
4549+
version : '5.2.1',
45504550

45514551
settings : {
45524552
additional_inheritable_classes : [],
@@ -4814,7 +4814,7 @@
48144814
Foundation.libs.topbar = {
48154815
name : 'topbar',
48164816

4817-
version: '5.2.0',
4817+
version: '5.2.1',
48184818

48194819
settings : {
48204820
index : 0,

js/foundation.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/foundation/foundation.abide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Foundation.libs.abide = {
55
name : 'abide',
66

7-
version : '5.2.0',
7+
version : '5.2.1',
88

99
settings : {
1010
live_validate : true,

js/foundation/foundation.accordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Foundation.libs.accordion = {
55
name : 'accordion',
66

7-
version : '5.2.0',
7+
version : '5.2.1',
88

99
settings : {
1010
active_class: 'active',

js/foundation/foundation.alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Foundation.libs.alert = {
55
name : 'alert',
66

7-
version : '5.2.0',
7+
version : '5.2.1',
88

99
settings : {
1010
animation: 'fadeOut',

js/foundation/foundation.clearing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Foundation.libs.clearing = {
55
name : 'clearing',
66

7-
version: '5.2.0',
7+
version: '5.2.1',
88

99
settings : {
1010
templates : {

js/foundation/foundation.dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Foundation.libs.dropdown = {
55
name : 'dropdown',
66

7-
version : '5.2.0',
7+
version : '5.2.1',
88

99
settings : {
1010
active_class: 'open',

0 commit comments

Comments
 (0)