From 4d1bf0ab5eb1064d2aed4235647fc559a2a18dcc Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Tue, 4 Feb 2020 18:40:47 -0800 Subject: [PATCH 1/2] chore: change all urls in all comments and links --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/1-bug-report.md | 2 +- .github/ISSUE_TEMPLATE/2-feature-request.md | 2 +- .github/ISSUE_TEMPLATE/3-documentation.md | 2 +- .github/ISSUE_TEMPLATE/4-maintainance.md | 2 +- CONTRIBUTING.md | 4 +- bower.json | 4 +- code-of-conduct.md | 2 +- composer.json | 8 ++-- customizer/index.html | 6 +-- dist/css/foundation-float.css | 4 +- dist/css/foundation-prototype.css | 4 +- dist/css/foundation-rtl.css | 4 +- dist/css/foundation.css | 4 +- dist/js/foundation.d.ts | 36 ++++++++-------- docs/layout/default.html | 20 ++------- docs/pages/abide.md | 2 +- docs/partials/footer.html | 2 +- js/typescript/foundation.d.ts | 36 ++++++++-------- meteor-README.md | 4 +- package.js | 4 +- package.json | 6 +-- package.nuspec | 4 +- scss/_global.scss | 4 +- scss/components/_accordion.scss | 4 +- scss/components/_badge.scss | 4 +- scss/components/_breadcrumbs.scss | 4 +- scss/components/_button-group.scss | 4 +- scss/components/_button.scss | 4 +- scss/components/_callout.scss | 4 +- scss/components/_card.scss | 4 +- scss/components/_close-button.scss | 4 +- scss/components/_drilldown.scss | 4 +- scss/components/_dropdown-menu.scss | 4 +- scss/components/_dropdown.scss | 4 +- scss/components/_flex.scss | 4 +- scss/components/_float.scss | 4 +- scss/components/_label.scss | 4 +- scss/components/_media-object.scss | 4 +- scss/components/_menu.scss | 4 +- scss/components/_off-canvas.scss | 4 +- scss/components/_orbit.scss | 4 +- scss/components/_pagination.scss | 4 +- scss/components/_progress-bar.scss | 4 +- scss/components/_responsive-embed.scss | 4 +- scss/components/_reveal.scss | 4 +- scss/components/_slider.scss | 4 +- scss/components/_sticky.scss | 4 +- scss/components/_switch.scss | 4 +- scss/components/_table.scss | 4 +- scss/components/_tabs.scss | 4 +- scss/components/_thumbnail.scss | 4 +- scss/components/_title-bar.scss | 4 +- scss/components/_tooltip.scss | 4 +- scss/components/_top-bar.scss | 4 +- scss/components/_visibility.scss | 4 +- scss/forms/_checkbox.scss | 4 +- scss/forms/_error.scss | 4 +- scss/forms/_fieldset.scss | 4 +- scss/forms/_forms.scss | 4 +- scss/forms/_help-text.scss | 4 +- scss/forms/_input-group.scss | 4 +- scss/forms/_label.scss | 4 +- scss/forms/_meter.scss | 4 +- scss/forms/_progress.scss | 4 +- scss/forms/_range.scss | 4 +- scss/forms/_select.scss | 4 +- scss/forms/_text.scss | 4 +- scss/foundation.scss | 4 +- scss/grid/_classes.scss | 4 +- scss/grid/_column.scss | 4 +- scss/grid/_flex-grid.scss | 4 +- scss/grid/_grid.scss | 4 +- scss/grid/_gutter.scss | 4 +- scss/grid/_layout.scss | 4 +- scss/grid/_position.scss | 4 +- scss/grid/_row.scss | 4 +- scss/grid/_size.scss | 4 +- scss/prototype/_arrow.scss | 4 +- scss/prototype/_border-box.scss | 4 +- scss/prototype/_border-none.scss | 4 +- scss/prototype/_bordered.scss | 4 +- scss/prototype/_box.scss | 4 +- scss/prototype/_display.scss | 4 +- scss/prototype/_font-styling.scss | 4 +- scss/prototype/_list-style-type.scss | 4 +- scss/prototype/_overflow.scss | 4 +- scss/prototype/_position.scss | 4 +- scss/prototype/_prototype.scss | 4 +- scss/prototype/_rotate.scss | 4 +- scss/prototype/_rounded.scss | 4 +- scss/prototype/_separator.scss | 4 +- scss/prototype/_shadow.scss | 4 +- scss/prototype/_sizing.scss | 4 +- scss/prototype/_spacing.scss | 4 +- scss/prototype/_text-decoration.scss | 4 +- scss/prototype/_text-transformation.scss | 4 +- scss/prototype/_text-utilities.scss | 4 +- scss/settings/_settings.scss | 4 +- scss/typography/_alignment.scss | 4 +- scss/typography/_base.scss | 4 +- scss/typography/_helpers.scss | 4 +- scss/typography/_print.scss | 4 +- scss/typography/_typography.scss | 4 +- scss/util/_breakpoint.scss | 4 +- scss/util/_color.scss | 4 +- scss/util/_direction.scss | 4 +- scss/util/_math.scss | 4 +- scss/util/_mixins.scss | 4 +- scss/util/_selector.scss | 4 +- scss/util/_typography.scss | 4 +- scss/util/_unit.scss | 4 +- scss/util/_util.scss | 4 +- scss/util/_value.scss | 4 +- scss/xy-grid/_cell.scss | 4 +- scss/xy-grid/_classes.scss | 4 +- scss/xy-grid/_collapse.scss | 4 +- scss/xy-grid/_grid.scss | 4 +- scss/xy-grid/_gutters.scss | 4 +- scss/xy-grid/_layout.scss | 4 +- scss/xy-grid/_position.scss | 4 +- scss/xy-grid/_xy-grid.scss | 4 +- test/visual/abide/text.html | 6 +-- .../drilldown/drilldown-menu-parent-link.html | 42 +++++++++---------- test/visual/prototype/image-replacement.html | 2 +- test/visual/reveal/full-reveal.html | 2 +- test/visual/sticky/anchors-with-callouts.html | 16 +++---- test/visual/sticky/height-transition.html | 2 +- test/visual/tabs/tabs-target.html | 12 +++--- 129 files changed, 314 insertions(+), 328 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c70777ceda..0b4dcc8ea1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,7 @@ │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit bug or feature requests here. For help or questions -│ to the community, see the forum: https://foundation.zurb.com/forum +│ to the community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 0af9fa23ec..9776bf98ad 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -9,7 +9,7 @@ about: Something is broken or doesn't work as expected │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit bug reports here. For help or questions to the -│ community, see the forum: https://foundation.zurb.com/forum +│ community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## What should happen? diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md index eda973eb4c..38bb235126 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.md +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -9,7 +9,7 @@ about: Something is missing or could be improved │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit feature requests here. For help or questions to -│ the community, see the forum: https://foundation.zurb.com/forum +│ the community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## What is missing? diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/3-documentation.md index 36535931ad..bd2b4ef6cd 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation.md +++ b/.github/ISSUE_TEMPLATE/3-documentation.md @@ -9,7 +9,7 @@ about: Typo mistakes, gaps or inconsistencies in docs or website │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit documentation issues here. For help or questions to -│ the community, see the forum: https://foundation.zurb.com/forum +│ the community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## Description diff --git a/.github/ISSUE_TEMPLATE/4-maintainance.md b/.github/ISSUE_TEMPLATE/4-maintainance.md index 0fcd2b8caa..53fac63b66 100644 --- a/.github/ISSUE_TEMPLATE/4-maintainance.md +++ b/.github/ISSUE_TEMPLATE/4-maintainance.md @@ -9,7 +9,7 @@ about: Tests, dependencies, workflow... │ For more information, see the CONTRIBUTING.md document │ │ ⚠ Only submit maintainance issues here. For help or questions to -│ the community, see the forum: https://foundation.zurb.com/forum +│ the community, see the forum: https://foundation.discourse.group └------------------------------------------------------------------------------> ## Description diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b245adc8d..56d4194f4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Although Foundation was built and maintained by ZURB for years, it is today a co ## Issues -For **bugs**, **feature requests**, **incorrect documentation** or any problem you have with Foundation, you can open a new issue. If you need help to use Foundation, the [Foundation Forum](https://foundation.zurb.com/forum) would be more appropriate. If you aren't sure if your issue is a bug or not, don’t worry! Post your problem on GitHub and the team will help you along. +For **bugs**, **feature requests**, **incorrect documentation** or any problem you have with Foundation, you can open a new issue. If you need help to use Foundation, the [Foundation Forum](https://foundation.discourse.group) would be more appropriate. If you aren't sure if your issue is a bug or not, don’t worry! Post your problem on GitHub and the team will help you along. Every participant is expected to follow the project's [Code of Conduct](code-of-conduct.md) so please be courteous and respectful. @@ -91,7 +91,7 @@ If you aren't sure how a feature should be implemented, we recommend checking ou Want to help us making Foundation the best framework ever? The Core Team is inviting active community members to join it. If you want to become a contributor, engage the community on the Foundation Forum, help us close issues on GitHub, and review pull requests from other contributors. -If you’ve made substantial contributions to a Foundation framework and haven’t heard from us yet, you can reach out at foundation@zurb.com. +If you’ve made substantial contributions to a Foundation framework and haven’t heard from us yet, you can reach out at contact@get.foundation. Contributors are expected to: diff --git a/bower.json b/bower.json index 476098b7f0..3df3a94179 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "foundation-sites", "version": "6.6.1", "description": "The most advanced responsive front-end framework in the world.", - "homepage": "http://foundation.zurb.com/sites", + "homepage": "https://get.foundation/sites", "license": "MIT", "keywords": [ "css", @@ -15,7 +15,7 @@ "eyeglass-module" ], "authors": [ - "ZURB (http://foundation.zurb.com)" + "Foundation Yetinauts (https://get.foundation)" ], "main": [ "scss/foundation.scss", diff --git a/code-of-conduct.md b/code-of-conduct.md index 4774add3ab..91c3f3c323 100644 --- a/code-of-conduct.md +++ b/code-of-conduct.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at foundation@zurb.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@get.foundation. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Contributors who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/composer.json b/composer.json index fdceb1c860..3ff3a0574c 100644 --- a/composer.json +++ b/composer.json @@ -13,13 +13,13 @@ "homepage": "https://get.foundation", "authors": [ { - "name": "ZURB, Inc.", - "homepage": "http://zurb.com", - "email": "foundation@zurb.com" + "name": "Foundation Yetinauts", + "homepage": "https://get.foundation", + "email": "contact@get.foundation" } ], "support": { - "email": "foundation@zurb.com", + "email": "contact@get.foundation", "issues": "https://github.com/foundation/foundation-sites/issues", "forum": "https://foundation.discourse.group" }, diff --git a/customizer/index.html b/customizer/index.html index 2a41ce72fa..acc018c8c1 100644 --- a/customizer/index.html +++ b/customizer/index.html @@ -24,13 +24,13 @@

We’re stoked you want to try Foundation!

Once you've exhausted the fun in this document, you should check out:

-

Foundation Documentation
Everything you need to know about using the framework.

+

Foundation Documentation
Everything you need to know about using the framework.

Foundation Code Skills
These online courses offer you a chance to better understand how Foundation works and how you can master it to create awesome projects.

-

Foundation Forum
Join the Foundation community to ask a question or show off your knowledge.

+

Foundation Forum
Join the Foundation community to ask a question or show off your knowledge.

@@ -157,7 +157,7 @@
Try one of these buttons:
So many components, girl!

A whole kitchen sink of goodies comes with Foundation. Check out the docs to see them all, along with details on making them your own.

- Go to Foundation Docs + Go to Foundation Docs
diff --git a/dist/css/foundation-float.css b/dist/css/foundation-float.css index 1e181a5b73..8e591cb188 100644 --- a/dist/css/foundation-float.css +++ b/dist/css/foundation-float.css @@ -1,8 +1,8 @@ @charset "UTF-8"; /** - * Foundation for Sites by ZURB + * Foundation for Sites * Version 6.6.1 - * foundation.zurb.com + * https://get.foundation * Licensed under MIT Open Source */ @media print, screen and (min-width: 40em) { diff --git a/dist/css/foundation-prototype.css b/dist/css/foundation-prototype.css index 34f9cada61..2bcd9d061e 100644 --- a/dist/css/foundation-prototype.css +++ b/dist/css/foundation-prototype.css @@ -1,8 +1,8 @@ @charset "UTF-8"; /** - * Foundation for Sites by ZURB + * Foundation for Sites * Version 6.6.1 - * foundation.zurb.com + * https://get.foundation * Licensed under MIT Open Source */ @media print, screen and (min-width: 40em) { diff --git a/dist/css/foundation-rtl.css b/dist/css/foundation-rtl.css index 2bf76c42be..911bcdc99e 100644 --- a/dist/css/foundation-rtl.css +++ b/dist/css/foundation-rtl.css @@ -1,8 +1,8 @@ @charset "UTF-8"; /** - * Foundation for Sites by ZURB + * Foundation for Sites * Version 6.6.1 - * foundation.zurb.com + * https://get.foundation * Licensed under MIT Open Source */ @media print, screen and (min-width: 40em) { diff --git a/dist/css/foundation.css b/dist/css/foundation.css index 7530420f7c..9c1df38a10 100644 --- a/dist/css/foundation.css +++ b/dist/css/foundation.css @@ -1,8 +1,8 @@ @charset "UTF-8"; /** - * Foundation for Sites by ZURB + * Foundation for Sites * Version 6.6.1 - * foundation.zurb.com + * https://get.foundation * Licensed under MIT Open Source */ @media print, screen and (min-width: 40em) { diff --git a/dist/js/foundation.d.ts b/dist/js/foundation.d.ts index 93b18be2fa..24119bd460 100644 --- a/dist/js/foundation.d.ts +++ b/dist/js/foundation.d.ts @@ -1,5 +1,5 @@ // Type definitions for Foundation Sites v6.3.1 -// Project: http://foundation.zurb.com/ +// Project: https://get.foundation/ // Github: https://github.com/foundation/foundation-sites // // Definitions by: Sam Vloeberghs @@ -7,7 +7,7 @@ declare module FoundationSites { - // http://foundation.zurb.com/sites/docs/abide.html#javascript-reference + // https://get.foundation/sites/docs/abide.html#javascript-reference interface Abide { requiredChecked(element: JQuery): boolean; findFormError(element: JQuery): JQuery; @@ -65,7 +65,7 @@ declare module FoundationSites { validators?: any; } - // http://foundation.zurb.com/sites/docs/accordion.html#javascript-reference + // https://get.foundation/sites/docs/accordion.html#javascript-reference interface Accordion { toggle($target: JQuery): void; down($target: JQuery, firstTime: boolean): void; @@ -79,7 +79,7 @@ declare module FoundationSites { allowAllClosed?: boolean; } - // http://foundation.zurb.com/sites/docs/accordion-menu.html#javascript-reference + // https://get.foundation/sites/docs/accordion-menu.html#javascript-reference interface AccordionMenu { hideAll(): void; toggle($target: JQuery): void; @@ -93,7 +93,7 @@ declare module FoundationSites { multiOpen?: boolean; } - // http://foundation.zurb.com/sites/docs/drilldown-menu.html#javascript-reference + // https://get.foundation/sites/docs/drilldown-menu.html#javascript-reference interface Drilldown { destroy(): void; } @@ -105,7 +105,7 @@ declare module FoundationSites { closeOnClick?: boolean; } - // http://foundation.zurb.com/sites/docs/dropdown.html#javascript-reference + // https://get.foundation/sites/docs/dropdown.html#javascript-reference interface Dropdown { getPositionClass(): string; open(): void; @@ -126,7 +126,7 @@ declare module FoundationSites { closeOnClick?: boolean; } - // http://foundation.zurb.com/sites/docs/dropdown-menu.html#javascript-reference + // https://get.foundation/sites/docs/dropdown-menu.html#javascript-reference interface DropdownMenu { destroy(): void; } @@ -144,7 +144,7 @@ declare module FoundationSites { forceFollow?: boolean; } - // http://foundation.zurb.com/sites/docs/equalizer.html#javascript-reference + // https://get.foundation/sites/docs/equalizer.html#javascript-reference interface Equalizer { getHeights(cb: Function): Array; getHeightsByRow(cb: Function): Array; @@ -159,7 +159,7 @@ declare module FoundationSites { equalizeOn?: string; } - // http://foundation.zurb.com/sites/docs/interchange.html#javascript-reference + // https://get.foundation/sites/docs/interchange.html#javascript-reference interface Interchange { replace(path: string): void; destroy(): void; @@ -169,7 +169,7 @@ declare module FoundationSites { rules?: Array } - // http://foundation.zurb.com/sites/docs/magellan.html#javascript-reference + // https://get.foundation/sites/docs/magellan.html#javascript-reference interface Magellan { calcPoints(): void; scrollToLoc(location: string): void; @@ -186,7 +186,7 @@ declare module FoundationSites { barOffset?: number; } - // http://foundation.zurb.com/sites/docs/offcanvas.html#javascript-reference + // https://get.foundation/sites/docs/offcanvas.html#javascript-reference interface OffCanvas { reveal(isRevealed: boolean): void; open(event: Event, trigger: JQuery): void; @@ -207,7 +207,7 @@ declare module FoundationSites { trapFocus?: boolean; } - // http://foundation.zurb.com/sites/docs/orbit.html#javascript-reference + // https://get.foundation/sites/docs/orbit.html#javascript-reference interface Orbit { geoSync(): void; changeSlide(isLTR: boolean, chosenSlide?: JQuery, idx?: number): void; @@ -235,7 +235,7 @@ declare module FoundationSites { useMUI?: boolean; } - // http://foundation.zurb.com/sites/docs/reveal.html#javascript-reference + // https://get.foundation/sites/docs/reveal.html#javascript-reference interface Reveal { open(): void; toggle(): void; @@ -260,7 +260,7 @@ declare module FoundationSites { deepLink?: boolean; } - // http://foundation.zurb.com/sites/docs/slider.html#javascript-reference + // https://get.foundation/sites/docs/slider.html#javascript-reference interface Slider { destroy(): void; } @@ -282,7 +282,7 @@ declare module FoundationSites { disabledClass?: string; } - // http://foundation.zurb.com/sites/docs/sticky.html#javascript-reference + // https://get.foundation/sites/docs/sticky.html#javascript-reference interface Sticky { destroy(): void; } @@ -301,7 +301,7 @@ declare module FoundationSites { checkEvery?: number; } - // http://foundation.zurb.com/sites/docs/tabs.html#javascript-reference + // https://get.foundation/sites/docs/tabs.html#javascript-reference interface Tabs { selectTab(element: JQuery | string): void; destroy(): void; @@ -315,7 +315,7 @@ declare module FoundationSites { panelClass?: string; } - // http://foundation.zurb.com/sites/docs/toggler.html#javascript-reference + // https://get.foundation/sites/docs/toggler.html#javascript-reference interface Toggler { toggle(): void; destroy(): void; @@ -325,7 +325,7 @@ declare module FoundationSites { animate?: boolean; } - // http://foundation.zurb.com/sites/docs/tooltip.html#javascript-reference + // https://get.foundation/sites/docs/tooltip.html#javascript-reference interface Tooltip { show(): void; hide(): void; diff --git a/docs/layout/default.html b/docs/layout/default.html index 3a409b90c1..73ddb47c68 100644 --- a/docs/layout/default.html +++ b/docs/layout/default.html @@ -14,32 +14,18 @@ - -
{{> off-canvi}}
- + --> + {{> navigation}} {{> mobile-navigation}} {{> search-bar}} diff --git a/docs/pages/abide.md b/docs/pages/abide.md index d31239fc17..b47b12a2d4 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -66,7 +66,7 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc
diff --git a/docs/partials/footer.html b/docs/partials/footer.html index 9ca222a6bf..7f0ed84a59 100755 --- a/docs/partials/footer.html +++ b/docs/partials/footer.html @@ -1,6 +1,6 @@
@@ -83,7 +83,7 @@

#foo4

Test 3

I should stick to the top of #foo4 and the top of #foo6.
I'm a child of #foo4

- Go to Sticky Docs + Go to Sticky Docs
@@ -99,7 +99,7 @@

#foo7

Test 4

I should stick to the top of #foo6 and the bottom of #foo8. I'm a child of #foo7.

- Go to Sticky Docs + Go to Sticky Docs
@@ -115,7 +115,7 @@

#foo10

Test 5

I should stick to the top of #foo10 and the bottom of #foo11. I should be stick to the window bottom with a bottom margin of 1em (default bottom margin).

- Go to Sticky Docs + Go to Sticky Docs
@@ -129,7 +129,7 @@

#bar1

Test 6

I should stick to the top of #bar2 and the bottom of #bar3.

Bar containers does not have fixed height, but i should be anchored correctly.

- Go to Sticky Docs + Go to Sticky Docs

Lorem Ipsum

@@ -159,7 +159,7 @@

#foo12

Test 7

I should stick to the top of #foo12. I should be stick until window end because only data-top-anchor is set.

- Go to Sticky Docs + Go to Sticky Docs
@@ -182,7 +182,7 @@

#foo15

Test 8

I should stick to the top and bottom of #foo3.
I'm not the child of any of you #foo's.
When I'm not stuck I jump to the top because I'm not a child of the top anchor, is this my normal behavior?

- Go to Sticky Docs + Go to Sticky Docs
diff --git a/test/visual/sticky/height-transition.html b/test/visual/sticky/height-transition.html index 11e15fffab..19efa811ba 100644 --- a/test/visual/sticky/height-transition.html +++ b/test/visual/sticky/height-transition.html @@ -121,7 +121,7 @@

Sticky navbar height transition

Test 1

I should stick to the top and bottom of #foo1. I'm not a child of any #foo's.

- Go to Sticky Docs + Go to Sticky Docs
diff --git a/test/visual/tabs/tabs-target.html b/test/visual/tabs/tabs-target.html index bf1ce7f710..f9fca1176c 100644 --- a/test/visual/tabs/tabs-target.html +++ b/test/visual/tabs/tabs-target.html @@ -13,10 +13,10 @@
  • - Tab 1 + Tab 1
  • - Tab 2 + Tab 2
  • Tab 3 @@ -28,15 +28,15 @@

    This panel's ID is panel1.

    -

    Its related tab link has a href of https://foundation.zurb.com and a data-tabs-target of panel1.

    +

    Its related tab link has a href of https://get.foundation and a data-tabs-target of panel1.

    When JavaScript is enabled, clicking Tab 1 should show this panel.

    -

    When JavaScript is disabled, clicking Tab 1 should navigate to https://foundation.zurb.com.

    +

    When JavaScript is disabled, clicking Tab 1 should navigate to https://get.foundation.

    This panel's ID is panel2.

    -

    Its related tab link has a href of https://foundation.zurb.com/sites/docs/tabs.html and a data-tabs-target of panel2.

    +

    Its related tab link has a href of https://get.foundation/sites/docs/tabs.html and a data-tabs-target of panel2.

    When JavaScript is enabled, clicking Tab 2 should show this panel.

    -

    When JavaScript is disabled, clicking Tab 2 should navigate to https://foundation.zurb.com/sites/docs/tabs.html.

    +

    When JavaScript is disabled, clicking Tab 2 should navigate to https://get.foundation/sites/docs/tabs.html.

    This panel's ID is panel3.

    From 2aea14d52a2872183f24a50da786cf9eb1e50410 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Tue, 4 Feb 2020 22:23:39 -0800 Subject: [PATCH 2/2] revert changes to dist directory --- dist/css/foundation-float.css | 4 ++-- dist/css/foundation-prototype.css | 4 ++-- dist/css/foundation-rtl.css | 4 ++-- dist/css/foundation.css | 4 ++-- dist/js/foundation.d.ts | 36 +++++++++++++++---------------- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/dist/css/foundation-float.css b/dist/css/foundation-float.css index 8e591cb188..1e181a5b73 100644 --- a/dist/css/foundation-float.css +++ b/dist/css/foundation-float.css @@ -1,8 +1,8 @@ @charset "UTF-8"; /** - * Foundation for Sites + * Foundation for Sites by ZURB * Version 6.6.1 - * https://get.foundation + * foundation.zurb.com * Licensed under MIT Open Source */ @media print, screen and (min-width: 40em) { diff --git a/dist/css/foundation-prototype.css b/dist/css/foundation-prototype.css index 2bcd9d061e..34f9cada61 100644 --- a/dist/css/foundation-prototype.css +++ b/dist/css/foundation-prototype.css @@ -1,8 +1,8 @@ @charset "UTF-8"; /** - * Foundation for Sites + * Foundation for Sites by ZURB * Version 6.6.1 - * https://get.foundation + * foundation.zurb.com * Licensed under MIT Open Source */ @media print, screen and (min-width: 40em) { diff --git a/dist/css/foundation-rtl.css b/dist/css/foundation-rtl.css index 911bcdc99e..2bf76c42be 100644 --- a/dist/css/foundation-rtl.css +++ b/dist/css/foundation-rtl.css @@ -1,8 +1,8 @@ @charset "UTF-8"; /** - * Foundation for Sites + * Foundation for Sites by ZURB * Version 6.6.1 - * https://get.foundation + * foundation.zurb.com * Licensed under MIT Open Source */ @media print, screen and (min-width: 40em) { diff --git a/dist/css/foundation.css b/dist/css/foundation.css index 9c1df38a10..7530420f7c 100644 --- a/dist/css/foundation.css +++ b/dist/css/foundation.css @@ -1,8 +1,8 @@ @charset "UTF-8"; /** - * Foundation for Sites + * Foundation for Sites by ZURB * Version 6.6.1 - * https://get.foundation + * foundation.zurb.com * Licensed under MIT Open Source */ @media print, screen and (min-width: 40em) { diff --git a/dist/js/foundation.d.ts b/dist/js/foundation.d.ts index 24119bd460..93b18be2fa 100644 --- a/dist/js/foundation.d.ts +++ b/dist/js/foundation.d.ts @@ -1,5 +1,5 @@ // 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 @@ -7,7 +7,7 @@ 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; @@ -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; @@ -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; @@ -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; } @@ -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; @@ -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; } @@ -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; getHeightsByRow(cb: Function): Array; @@ -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; @@ -169,7 +169,7 @@ declare module FoundationSites { rules?: Array } - // 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; @@ -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; @@ -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; @@ -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; @@ -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; } @@ -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; } @@ -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; @@ -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; @@ -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;