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

Commit 9bad064

Browse files
author
arthurzurb
committed
Foundation build to bower-foundation
1 parent 9fe1fba commit 9bad064

24 files changed

+42
-42
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.5.1",
3+
"version": "5.5.2",
44
"main": [
55
"css/foundation.css",
66
"css/foundation.css.map",

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
@@ -293,7 +293,7 @@
293293
window.Foundation = {
294294
name : 'Foundation',
295295

296-
version : '5.5.1',
296+
version : '5.5.2',
297297

298298
media_queries : {
299299
'small' : S('.foundation-mq-small').css('font-family').replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ''),
@@ -730,7 +730,7 @@
730730
Foundation.libs.abide = {
731731
name : 'abide',
732732

733-
version : '5.5.1',
733+
version : '5.5.2',
734734

735735
settings : {
736736
live_validate : true,
@@ -1139,7 +1139,7 @@
11391139
Foundation.libs.accordion = {
11401140
name : 'accordion',
11411141

1142-
version : '5.5.1',
1142+
version : '5.5.2',
11431143

11441144
settings : {
11451145
content_class : 'content',
@@ -1228,7 +1228,7 @@
12281228
Foundation.libs.alert = {
12291229
name : 'alert',
12301230

1231-
version : '5.5.1',
1231+
version : '5.5.2',
12321232

12331233
settings : {
12341234
callback : function () {}
@@ -1272,7 +1272,7 @@
12721272
Foundation.libs.clearing = {
12731273
name : 'clearing',
12741274

1275-
version : '5.5.1',
1275+
version : '5.5.2',
12761276

12771277
settings : {
12781278
templates : {
@@ -1859,7 +1859,7 @@
18591859
Foundation.libs.dropdown = {
18601860
name : 'dropdown',
18611861

1862-
version : '5.5.1',
1862+
version : '5.5.2',
18631863

18641864
settings : {
18651865
active_class : 'open',
@@ -2323,7 +2323,7 @@
23232323
Foundation.libs.equalizer = {
23242324
name : 'equalizer',
23252325

2326-
version : '5.5.1',
2326+
version : '5.5.2',
23272327

23282328
settings : {
23292329
use_tallest : true,
@@ -2428,7 +2428,7 @@
24282428
Foundation.libs.interchange = {
24292429
name : 'interchange',
24302430

2431-
version : '5.5.1',
2431+
version : '5.5.2',
24322432

24332433
cache : {},
24342434

@@ -2790,7 +2790,7 @@
27902790
Foundation.libs.joyride = {
27912791
name : 'joyride',
27922792

2793-
version : '5.5.1',
2793+
version : '5.5.2',
27942794

27952795
defaults : {
27962796
expose : false, // turn on or off the expose feature
@@ -3721,7 +3721,7 @@
37213721
Foundation.libs['magellan-expedition'] = {
37223722
name : 'magellan-expedition',
37233723

3724-
version : '5.5.1',
3724+
version : '5.5.2',
37253725

37263726
settings : {
37273727
active_class : 'active',
@@ -3937,7 +3937,7 @@
39373937
Foundation.libs.offcanvas = {
39383938
name : 'offcanvas',
39393939

3940-
version : '5.5.1',
3940+
version : '5.5.2',
39413941

39423942
settings : {
39433943
open_method : 'move',
@@ -4493,7 +4493,7 @@
44934493
Foundation.libs.orbit = {
44944494
name : 'orbit',
44954495

4496-
version : '5.5.1',
4496+
version : '5.5.2',
44974497

44984498
settings : {
44994499
animation : 'slide',
@@ -4567,7 +4567,7 @@
45674567
Foundation.libs.reveal = {
45684568
name : 'reveal',
45694569

4570-
version : '5.5.1',
4570+
version : '5.5.2',
45714571

45724572
locked : false,
45734573

@@ -5066,7 +5066,7 @@
50665066
Foundation.libs.slider = {
50675067
name : 'slider',
50685068

5069-
version : '5.5.1',
5069+
version : '5.5.2',
50705070

50715071
settings : {
50725072
start : 0,
@@ -5348,7 +5348,7 @@
53485348
Foundation.libs.tab = {
53495349
name : 'tab',
53505350

5351-
version : '5.5.1',
5351+
version : '5.5.2',
53525352

53535353
settings : {
53545354
active_class : 'active',
@@ -5598,7 +5598,7 @@
55985598
Foundation.libs.tooltip = {
55995599
name : 'tooltip',
56005600

5601-
version : '5.5.1',
5601+
version : '5.5.2',
56025602

56035603
settings : {
56045604
additional_inheritable_classes : [],
@@ -5938,7 +5938,7 @@
59385938
Foundation.libs.topbar = {
59395939
name : 'topbar',
59405940

5941-
version : '5.5.1',
5941+
version : '5.5.2',
59425942

59435943
settings : {
59445944
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.5.1',
7+
version : '5.5.2',
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.5.1',
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.1',
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.1',
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.1',
7+
version : '5.5.2',
88

99
settings : {
1010
active_class : 'open',

0 commit comments

Comments
 (0)