Skip to content

Commit

Permalink
revert changes to dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Feb 5, 2020
1 parent 4d1bf0a commit 2aea14d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions dist/css/foundation-float.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/foundation-prototype.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/foundation-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/foundation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions dist/js/foundation.d.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Type definitions for Foundation Sites v6.3.1
// Project: https://get.foundation/
// Project: http://foundation.zurb.com/
// Github: https://github.com/foundation/foundation-sites
//
// Definitions by: Sam Vloeberghs <https://github.com/samvloeberghs/>
// Original Definitions: https://github.com/samvloeberghs/foundation-sites-typings

declare module FoundationSites {

// https://get.foundation/sites/docs/abide.html#javascript-reference
// http://foundation.zurb.com/sites/docs/abide.html#javascript-reference
interface Abide {
requiredChecked(element: JQuery): boolean;
findFormError(element: JQuery): JQuery;
Expand Down Expand Up @@ -65,7 +65,7 @@ declare module FoundationSites {
validators?: any;
}

// https://get.foundation/sites/docs/accordion.html#javascript-reference
// http://foundation.zurb.com/sites/docs/accordion.html#javascript-reference
interface Accordion {
toggle($target: JQuery): void;
down($target: JQuery, firstTime: boolean): void;
Expand All @@ -79,7 +79,7 @@ declare module FoundationSites {
allowAllClosed?: boolean;
}

// https://get.foundation/sites/docs/accordion-menu.html#javascript-reference
// http://foundation.zurb.com/sites/docs/accordion-menu.html#javascript-reference
interface AccordionMenu {
hideAll(): void;
toggle($target: JQuery): void;
Expand All @@ -93,7 +93,7 @@ declare module FoundationSites {
multiOpen?: boolean;
}

// https://get.foundation/sites/docs/drilldown-menu.html#javascript-reference
// http://foundation.zurb.com/sites/docs/drilldown-menu.html#javascript-reference
interface Drilldown {
destroy(): void;
}
Expand All @@ -105,7 +105,7 @@ declare module FoundationSites {
closeOnClick?: boolean;
}

// https://get.foundation/sites/docs/dropdown.html#javascript-reference
// http://foundation.zurb.com/sites/docs/dropdown.html#javascript-reference
interface Dropdown {
getPositionClass(): string;
open(): void;
Expand All @@ -126,7 +126,7 @@ declare module FoundationSites {
closeOnClick?: boolean;
}

// https://get.foundation/sites/docs/dropdown-menu.html#javascript-reference
// http://foundation.zurb.com/sites/docs/dropdown-menu.html#javascript-reference
interface DropdownMenu {
destroy(): void;
}
Expand All @@ -144,7 +144,7 @@ declare module FoundationSites {
forceFollow?: boolean;
}

// https://get.foundation/sites/docs/equalizer.html#javascript-reference
// http://foundation.zurb.com/sites/docs/equalizer.html#javascript-reference
interface Equalizer {
getHeights(cb: Function): Array<any>;
getHeightsByRow(cb: Function): Array<any>;
Expand All @@ -159,7 +159,7 @@ declare module FoundationSites {
equalizeOn?: string;
}

// https://get.foundation/sites/docs/interchange.html#javascript-reference
// http://foundation.zurb.com/sites/docs/interchange.html#javascript-reference
interface Interchange {
replace(path: string): void;
destroy(): void;
Expand All @@ -169,7 +169,7 @@ declare module FoundationSites {
rules?: Array<any>
}

// https://get.foundation/sites/docs/magellan.html#javascript-reference
// http://foundation.zurb.com/sites/docs/magellan.html#javascript-reference
interface Magellan {
calcPoints(): void;
scrollToLoc(location: string): void;
Expand All @@ -186,7 +186,7 @@ declare module FoundationSites {
barOffset?: number;
}

// https://get.foundation/sites/docs/offcanvas.html#javascript-reference
// http://foundation.zurb.com/sites/docs/offcanvas.html#javascript-reference
interface OffCanvas {
reveal(isRevealed: boolean): void;
open(event: Event, trigger: JQuery): void;
Expand All @@ -207,7 +207,7 @@ declare module FoundationSites {
trapFocus?: boolean;
}

// https://get.foundation/sites/docs/orbit.html#javascript-reference
// http://foundation.zurb.com/sites/docs/orbit.html#javascript-reference
interface Orbit {
geoSync(): void;
changeSlide(isLTR: boolean, chosenSlide?: JQuery, idx?: number): void;
Expand Down Expand Up @@ -235,7 +235,7 @@ declare module FoundationSites {
useMUI?: boolean;
}

// https://get.foundation/sites/docs/reveal.html#javascript-reference
// http://foundation.zurb.com/sites/docs/reveal.html#javascript-reference
interface Reveal {
open(): void;
toggle(): void;
Expand All @@ -260,7 +260,7 @@ declare module FoundationSites {
deepLink?: boolean;
}

// https://get.foundation/sites/docs/slider.html#javascript-reference
// http://foundation.zurb.com/sites/docs/slider.html#javascript-reference
interface Slider {
destroy(): void;
}
Expand All @@ -282,7 +282,7 @@ declare module FoundationSites {
disabledClass?: string;
}

// https://get.foundation/sites/docs/sticky.html#javascript-reference
// http://foundation.zurb.com/sites/docs/sticky.html#javascript-reference
interface Sticky {
destroy(): void;
}
Expand All @@ -301,7 +301,7 @@ declare module FoundationSites {
checkEvery?: number;
}

// https://get.foundation/sites/docs/tabs.html#javascript-reference
// http://foundation.zurb.com/sites/docs/tabs.html#javascript-reference
interface Tabs {
selectTab(element: JQuery | string): void;
destroy(): void;
Expand All @@ -315,7 +315,7 @@ declare module FoundationSites {
panelClass?: string;
}

// https://get.foundation/sites/docs/toggler.html#javascript-reference
// http://foundation.zurb.com/sites/docs/toggler.html#javascript-reference
interface Toggler {
toggle(): void;
destroy(): void;
Expand All @@ -325,7 +325,7 @@ declare module FoundationSites {
animate?: boolean;
}

// https://get.foundation/sites/docs/tooltip.html#javascript-reference
// http://foundation.zurb.com/sites/docs/tooltip.html#javascript-reference
interface Tooltip {
show(): void;
hide(): void;
Expand Down

0 comments on commit 2aea14d

Please sign in to comment.