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

Commit 392625c

Browse files
author
arthurzurb
committed
Foundation build to bower-foundation
1 parent f20f7dc commit 392625c

23 files changed

+42
-42
lines changed

css/foundation.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.

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
@@ -300,7 +300,7 @@
300300
window.Foundation = {
301301
name : 'Foundation',
302302

303-
version : '5.5.3',
303+
version : '5.5.2',
304304

305305
media_queries : {
306306
'small' : new MediaQuery('.foundation-mq-small'),
@@ -737,7 +737,7 @@
737737
Foundation.libs.abide = {
738738
name : 'abide',
739739

740-
version : '5.5.3',
740+
version : '5.5.2',
741741

742742
settings : {
743743
live_validate : true, // validate the form as you go
@@ -1164,7 +1164,7 @@
11641164
Foundation.libs.accordion = {
11651165
name : 'accordion',
11661166

1167-
version : '5.5.3',
1167+
version : '5.5.2',
11681168

11691169
settings : {
11701170
content_class : 'content',
@@ -1290,7 +1290,7 @@
12901290
Foundation.libs.alert = {
12911291
name : 'alert',
12921292

1293-
version : '5.5.3',
1293+
version : '5.5.2',
12941294

12951295
settings : {
12961296
callback : function () {}
@@ -1334,7 +1334,7 @@
13341334
Foundation.libs.clearing = {
13351335
name : 'clearing',
13361336

1337-
version : '5.5.3',
1337+
version : '5.5.2',
13381338

13391339
settings : {
13401340
templates : {
@@ -1921,7 +1921,7 @@
19211921
Foundation.libs.dropdown = {
19221922
name : 'dropdown',
19231923

1924-
version : '5.5.3',
1924+
version : '5.5.2',
19251925

19261926
settings : {
19271927
active_class : 'open',
@@ -2390,7 +2390,7 @@
23902390
Foundation.libs.equalizer = {
23912391
name : 'equalizer',
23922392

2393-
version : '5.5.3',
2393+
version : '5.5.2',
23942394

23952395
settings : {
23962396
use_tallest : true,
@@ -2495,7 +2495,7 @@
24952495
Foundation.libs.interchange = {
24962496
name : 'interchange',
24972497

2498-
version : '5.5.3',
2498+
version : '5.5.2',
24992499

25002500
cache : {},
25012501

@@ -2858,7 +2858,7 @@
28582858
Foundation.libs.joyride = {
28592859
name : 'joyride',
28602860

2861-
version : '5.5.3',
2861+
version : '5.5.2',
28622862

28632863
defaults : {
28642864
expose : false, // turn on or off the expose feature
@@ -3792,7 +3792,7 @@
37923792
Foundation.libs['magellan-expedition'] = {
37933793
name : 'magellan-expedition',
37943794

3795-
version : '5.5.3',
3795+
version : '5.5.2',
37963796

37973797
settings : {
37983798
active_class : 'active',
@@ -4007,7 +4007,7 @@
40074007
Foundation.libs.offcanvas = {
40084008
name : 'offcanvas',
40094009

4010-
version : '5.5.3',
4010+
version : '5.5.2',
40114011

40124012
settings : {
40134013
open_method : 'move',
@@ -4636,7 +4636,7 @@
46364636
Foundation.libs.orbit = {
46374637
name : 'orbit',
46384638

4639-
version : '5.5.3',
4639+
version : '5.5.2',
46404640

46414641
settings : {
46424642
animation : 'slide',
@@ -4712,7 +4712,7 @@
47124712
Foundation.libs.reveal = {
47134713
name : 'reveal',
47144714

4715-
version : '5.5.3',
4715+
version : '5.5.2',
47164716

47174717
locked : false,
47184718

@@ -5233,7 +5233,7 @@
52335233
Foundation.libs.slider = {
52345234
name : 'slider',
52355235

5236-
version : '5.5.3',
5236+
version : '5.5.2',
52375237

52385238
settings : {
52395239
start : 0,
@@ -5530,7 +5530,7 @@
55305530
Foundation.libs.tab = {
55315531
name : 'tab',
55325532

5533-
version : '5.5.3',
5533+
version : '5.5.2',
55345534

55355535
settings : {
55365536
active_class : 'active',
@@ -5778,7 +5778,7 @@
57785778
Foundation.libs.tooltip = {
57795779
name : 'tooltip',
57805780

5781-
version : '5.5.3',
5781+
version : '5.5.2',
57825782

57835783
settings : {
57845784
additional_inheritable_classes : [],
@@ -6127,7 +6127,7 @@
61276127
Foundation.libs.topbar = {
61286128
name : 'topbar',
61296129

6130-
version : '5.5.3',
6130+
version : '5.5.2',
61316131

61326132
settings : {
61336133
index : 0,

js/foundation.min.js

Lines changed: 4 additions & 4 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.5.3',
7+
version : '5.5.2',
88

99
settings : {
1010
live_validate : true, // validate the form as you go

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.5.3',
7+
version : '5.5.2',
88

99
settings : {
1010
content_class : 'content',

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.5.3',
7+
version : '5.5.2',
88

99
settings : {
1010
callback : function () {}

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.5.3',
7+
version : '5.5.2',
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.5.3',
7+
version : '5.5.2',
88

99
settings : {
1010
active_class : 'open',

js/foundation/foundation.equalizer.js

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

7-
version : '5.5.3',
7+
version : '5.5.2',
88

99
settings : {
1010
use_tallest : true,

0 commit comments

Comments
 (0)