govuk_publishing_components 11.2.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/images/govuk_publishing_components/favicon-example.png +0 -0
- data/app/assets/images/govuk_publishing_components/favicon-production.png +0 -0
- data/app/assets/javascripts/component_guide/application.js +1 -1
- data/app/assets/javascripts/component_guide/no_slimmer.js +15 -0
- data/app/assets/javascripts/govuk_publishing_components/admin_scripts.js +2 -4
- data/app/assets/javascripts/govuk_publishing_components/all_components.js +4 -0
- data/app/assets/stylesheets/component_guide/application.scss +80 -74
- data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +4 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_breadcrumbs.scss +26 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_button.scss +2 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list.scss +21 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +7 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_error-alert.scss +2 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_error-summary.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_feedback.scss +24 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_heading.scss +2 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_highlight-boxes.scss +19 -7
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +11 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_inverse-header.scss +12 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +9 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_lead-paragraph.scss +2 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_metadata.scss +11 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_notice.scss +7 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +9 -8
- data/app/assets/stylesheets/govuk_publishing_components/components/_phase-banner.scss +4 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_previous-and-next-navigation.scss +12 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_radio.scss +6 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_related-navigation.scss +16 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +7 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss +8 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-header.scss +2 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-related.scss +5 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +30 -7
- data/app/assets/stylesheets/govuk_publishing_components/components/_subscription-links.scss +14 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_success-alert.scss +2 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_taxonomy-list.scss +2 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_taxonomy-navigation.scss +10 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_title.scss +4 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_translation-nav.scss +7 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +4 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_typography.scss +24 -8
- data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss +47 -13
- data/app/controllers/govuk_publishing_components/application_controller.rb +5 -6
- data/app/views/govuk_publishing_components/component_guide/index.html.erb +2 -2
- data/app/views/govuk_publishing_components/component_guide/show.html.erb +9 -9
- data/app/views/govuk_publishing_components/components/_breadcrumbs.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_feedback.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_image_card.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_layout_for_admin.html.erb +4 -7
- data/app/views/govuk_publishing_components/components/_notice.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_radio.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_step_by_step_nav.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_subscription-links.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_taxonomy_navigation.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_translation-nav.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/docs/fieldset.yml +1 -1
- data/app/views/govuk_publishing_components/components/docs/layout_for_admin.yml +1 -0
- data/app/views/govuk_publishing_components/components/docs/tabs.yml +7 -7
- data/app/views/govuk_publishing_components/components/metadata/_sentence.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/related_navigation/_section.html.erb +3 -3
- data/app/views/layouts/govuk_publishing_components/application.html.erb +43 -44
- data/config/initializers/assets.rb +2 -0
- data/lib/govuk_publishing_components/app_helpers/environment.rb +1 -0
- data/lib/govuk_publishing_components/config.rb +1 -1
- data/lib/govuk_publishing_components/engine.rb +0 -1
- data/lib/govuk_publishing_components/presenters/related_navigation_helper.rb +1 -1
- data/lib/govuk_publishing_components/presenters/step_by_step_nav_helper.rb +1 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/jquery/AUTHORS.txt +266 -0
- data/node_modules/jquery/LICENSE.txt +36 -0
- data/node_modules/jquery/README.md +65 -0
- data/node_modules/jquery/bower.json +14 -0
- data/node_modules/jquery/dist/jquery.js +11008 -0
- data/node_modules/jquery/dist/jquery.min.js +5 -0
- data/node_modules/jquery/dist/jquery.min.map +1 -0
- data/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
- data/node_modules/jquery/external/sizzle/dist/sizzle.js +2143 -0
- data/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
- data/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
- data/node_modules/jquery/package.json +157 -0
- data/node_modules/jquery/src/ajax.js +842 -0
- data/node_modules/jquery/src/ajax/jsonp.js +100 -0
- data/node_modules/jquery/src/ajax/load.js +83 -0
- data/node_modules/jquery/src/ajax/parseJSON.js +53 -0
- data/node_modules/jquery/src/ajax/parseXML.js +31 -0
- data/node_modules/jquery/src/ajax/script.js +95 -0
- data/node_modules/jquery/src/ajax/var/location.js +3 -0
- data/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/node_modules/jquery/src/ajax/xhr.js +229 -0
- data/node_modules/jquery/src/attributes.js +11 -0
- data/node_modules/jquery/src/attributes/attr.js +281 -0
- data/node_modules/jquery/src/attributes/classes.js +174 -0
- data/node_modules/jquery/src/attributes/prop.js +156 -0
- data/node_modules/jquery/src/attributes/support.js +70 -0
- data/node_modules/jquery/src/attributes/val.js +191 -0
- data/node_modules/jquery/src/callbacks.js +232 -0
- data/node_modules/jquery/src/core.js +529 -0
- data/node_modules/jquery/src/core/access.js +65 -0
- data/node_modules/jquery/src/core/init.js +140 -0
- data/node_modules/jquery/src/core/parseHTML.js +41 -0
- data/node_modules/jquery/src/core/ready.js +163 -0
- data/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
- data/node_modules/jquery/src/css.js +563 -0
- data/node_modules/jquery/src/css/addGetHookIf.js +24 -0
- data/node_modules/jquery/src/css/adjustCSS.js +65 -0
- data/node_modules/jquery/src/css/curCSS.js +137 -0
- data/node_modules/jquery/src/css/defaultDisplay.js +72 -0
- data/node_modules/jquery/src/css/hiddenVisibleSelectors.js +42 -0
- data/node_modules/jquery/src/css/showHide.js +45 -0
- data/node_modules/jquery/src/css/support.js +184 -0
- data/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/node_modules/jquery/src/css/var/isHidden.js +16 -0
- data/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/node_modules/jquery/src/css/var/swap.js +24 -0
- data/node_modules/jquery/src/data.js +342 -0
- data/node_modules/jquery/src/data/support.js +23 -0
- data/node_modules/jquery/src/data/var/acceptData.js +20 -0
- data/node_modules/jquery/src/deferred.js +159 -0
- data/node_modules/jquery/src/deprecated.js +34 -0
- data/node_modules/jquery/src/dimensions.js +56 -0
- data/node_modules/jquery/src/effects.js +640 -0
- data/node_modules/jquery/src/effects/Tween.js +121 -0
- data/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/node_modules/jquery/src/effects/support.js +58 -0
- data/node_modules/jquery/src/event.js +1134 -0
- data/node_modules/jquery/src/event/ajax.js +20 -0
- data/node_modules/jquery/src/event/alias.js +25 -0
- data/node_modules/jquery/src/event/support.js +28 -0
- data/node_modules/jquery/src/exports/amd.js +24 -0
- data/node_modules/jquery/src/exports/global.js +26 -0
- data/node_modules/jquery/src/intro.js +44 -0
- data/node_modules/jquery/src/jquery.js +37 -0
- data/node_modules/jquery/src/manipulation.js +585 -0
- data/node_modules/jquery/src/manipulation/_evalUrl.js +21 -0
- data/node_modules/jquery/src/manipulation/buildFragment.js +157 -0
- data/node_modules/jquery/src/manipulation/createSafeFragment.js +20 -0
- data/node_modules/jquery/src/manipulation/getAll.js +33 -0
- data/node_modules/jquery/src/manipulation/setGlobalEval.js +19 -0
- data/node_modules/jquery/src/manipulation/support.js +72 -0
- data/node_modules/jquery/src/manipulation/var/nodeNames.js +5 -0
- data/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/node_modules/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
- data/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
- data/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
- data/node_modules/jquery/src/manipulation/wrapMap.js +30 -0
- data/node_modules/jquery/src/offset.js +219 -0
- data/node_modules/jquery/src/outro.js +2 -0
- data/node_modules/jquery/src/queue.js +144 -0
- data/node_modules/jquery/src/queue/delay.js +22 -0
- data/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/node_modules/jquery/src/selector.js +1 -0
- data/node_modules/jquery/src/serialize.js +125 -0
- data/node_modules/jquery/src/support.js +63 -0
- data/node_modules/jquery/src/traversing.js +179 -0
- data/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/node_modules/jquery/src/traversing/var/dir.js +20 -0
- data/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/node_modules/jquery/src/traversing/var/siblings.js +15 -0
- data/node_modules/jquery/src/var/class2type.js +5 -0
- data/node_modules/jquery/src/var/concat.js +5 -0
- data/node_modules/jquery/src/var/deletedIds.js +3 -0
- data/node_modules/jquery/src/var/document.js +3 -0
- data/node_modules/jquery/src/var/documentElement.js +5 -0
- data/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/node_modules/jquery/src/var/indexOf.js +5 -0
- data/node_modules/jquery/src/var/pnum.js +3 -0
- data/node_modules/jquery/src/var/push.js +5 -0
- data/node_modules/jquery/src/var/rcssNum.js +7 -0
- data/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/node_modules/jquery/src/var/slice.js +5 -0
- data/node_modules/jquery/src/var/support.js +5 -0
- data/node_modules/jquery/src/var/toString.js +5 -0
- data/node_modules/jquery/src/wrap.js +77 -0
- metadata +111 -19
- data/app/assets/images/govuk_publishing_components/favicon-test.png +0 -0
- data/app/assets/stylesheets/govuk_publishing_components/admin_styles_ie8.scss +0 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_touch-friendly-links.scss +0 -11
@@ -1,56 +1,55 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
<%= @
|
2
|
+
<html lang="en" class="<%= "govuk-template" unless @preview %>">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<title>
|
6
|
+
<% if @preview %>
|
7
|
+
<%= @component_doc.name %><% if @component_examples.length == 1 %>:
|
8
|
+
<%= @component_examples.first.name %>
|
9
|
+
<% end %>
|
10
|
+
preview -
|
8
11
|
<% end %>
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
12
|
+
<%= yield :title %><% if content_for(:title) %> - <% end %><%= GovukPublishingComponents::Config.component_guide_title %>
|
13
|
+
</title>
|
14
|
+
<meta name="robots" content="noindex,nofollow,noimageindex">
|
15
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
16
|
+
<%= csrf_meta_tags %>
|
17
|
+
<%= favicon_link_tag "govuk_publishing_components/favicon-production.png" %>
|
15
18
|
|
16
|
-
|
17
|
-
<%= stylesheet_link_tag "#{GovukPublishingComponents::Config.
|
18
|
-
<% end %>
|
19
|
+
<%= stylesheet_link_tag "component_guide/application", media: "screen" %>
|
20
|
+
<%= stylesheet_link_tag "#{GovukPublishingComponents::Config.application_stylesheet}" %>
|
19
21
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
<!--<![endif]-->
|
24
|
-
<!--[if IE 8]>
|
25
|
-
<%= stylesheet_link_tag "govuk_publishing_components/admin_styles_ie8" %>
|
26
|
-
<![endif]-->
|
27
|
-
<%= javascript_include_tag "govuk_publishing_components/vendor/modernizr" %>
|
28
|
-
<% end %>
|
22
|
+
<% if GovukPublishingComponents::Config.application_print_stylesheet %>
|
23
|
+
<%= stylesheet_link_tag "#{GovukPublishingComponents::Config.application_print_stylesheet}", media: "print" %>
|
24
|
+
<% end %>
|
29
25
|
|
30
|
-
|
31
|
-
</head>
|
32
|
-
<body class="<%= 'hide-header-and-footer' if @preview %>">
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
26
|
+
<%= javascript_include_tag "govuk_publishing_components/vendor/modernizr" %>
|
27
|
+
</head>
|
28
|
+
<body class="govuk-template__body <%= 'hide-header-and-footer' if @preview %>">
|
29
|
+
<script>
|
30
|
+
document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');
|
31
|
+
</script>
|
32
|
+
<% if @preview %>
|
33
|
+
<main id="wrapper" class="govuk-width-container">
|
34
|
+
<% else %>
|
35
|
+
<%= render "govuk_publishing_components/components/layout_header", {
|
36
|
+
environment: GovukPublishingComponents::AppHelpers::Environment.current_acceptance_environment,
|
37
|
+
product_name: GovukPublishingComponents::Config.component_guide_title,
|
38
|
+
href: component_guide_path
|
39
|
+
} %>
|
41
40
|
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
<main id="wrapper">
|
46
|
-
<% end %>
|
41
|
+
<main id="wrapper" class="govuk-width-container component-guide-wrapper">
|
42
|
+
<%= render 'govuk_publishing_components/components/breadcrumbs', breadcrumbs: @guide_breadcrumbs %>
|
43
|
+
<% end %>
|
47
44
|
|
48
|
-
|
45
|
+
<%= yield %>
|
49
46
|
</main>
|
50
|
-
|
51
|
-
|
47
|
+
|
48
|
+
<% unless @preview %>
|
49
|
+
<%= render "govuk_publishing_components/components/layout_footer" %>
|
52
50
|
<% end %>
|
51
|
+
|
53
52
|
<%= javascript_include_tag "component_guide/application" %>
|
54
53
|
<%= javascript_include_tag "#{GovukPublishingComponents::Config.application_javascript}" %>
|
55
|
-
</body>
|
54
|
+
</body>
|
56
55
|
</html>
|
@@ -6,9 +6,11 @@ Rails.application.config.assets.precompile += %w(
|
|
6
6
|
govuk_publishing_components/component_guide.css
|
7
7
|
component_guide/all_components.css
|
8
8
|
component_guide/all_components_print.css
|
9
|
+
component_guide/no_slimmer.js
|
9
10
|
govuk_publishing_components/search-button.png
|
10
11
|
govuk_publishing_components/favicon-development.png
|
11
12
|
govuk_publishing_components/favicon-integration.png
|
13
|
+
govuk_publishing_components/favicon-example.png
|
12
14
|
govuk_publishing_components/favicon-production.png
|
13
15
|
govuk_publishing_components/favicon-staging.png
|
14
16
|
govuk_publishing_components/favicon-test.png
|
@@ -11,6 +11,7 @@ module GovukPublishingComponents
|
|
11
11
|
#
|
12
12
|
# Can be "production", "staging", "integration", or "development"
|
13
13
|
def self.current_acceptance_environment
|
14
|
+
return "example" if ENV["HEROKU"]
|
14
15
|
GOVUK_ENVIRONMENTS.fetch(ENV["ERRBIT_ENVIRONMENT_NAME"], "development")
|
15
16
|
end
|
16
17
|
end
|
@@ -7,7 +7,7 @@ module GovukPublishingComponents
|
|
7
7
|
APP_COMPONENT_DIRECTORY = "components".freeze
|
8
8
|
|
9
9
|
mattr_accessor :component_guide_title
|
10
|
-
self.component_guide_title = "
|
10
|
+
self.component_guide_title = "Component Guide"
|
11
11
|
|
12
12
|
mattr_accessor :application_stylesheet
|
13
13
|
self.application_stylesheet = "application"
|
@@ -39,7 +39,7 @@ module GovukPublishingComponents
|
|
39
39
|
|
40
40
|
def section_css_class(css_class, section_title, link = {})
|
41
41
|
unless DEFINED_SECTIONS.include?(section_title) || link.fetch(:finder, false)
|
42
|
-
css_class += "--other"
|
42
|
+
css_class += " #{css_class}--other"
|
43
43
|
end
|
44
44
|
css_class
|
45
45
|
end
|
@@ -113,7 +113,7 @@ module GovukPublishingComponents
|
|
113
113
|
end
|
114
114
|
|
115
115
|
def link_text(active, text)
|
116
|
-
active ? content_tag(:span, "You are currently viewing: ", class: "visuallyhidden") + text : text
|
116
|
+
active ? content_tag(:span, "You are currently viewing: ", class: "gem-c-step-nav__link-active-context visuallyhidden") + text : text
|
117
117
|
end
|
118
118
|
|
119
119
|
def link_active(active)
|
@@ -0,0 +1,266 @@
|
|
1
|
+
Authors ordered by first contribution.
|
2
|
+
|
3
|
+
John Resig <jeresig@gmail.com>
|
4
|
+
Gilles van den Hoven <gilles0181@gmail.com>
|
5
|
+
Michael Geary <mike@geary.com>
|
6
|
+
Stefan Petre <stefan.petre@gmail.com>
|
7
|
+
Yehuda Katz <wycats@gmail.com>
|
8
|
+
Corey Jewett <cj@syntheticplayground.com>
|
9
|
+
Klaus Hartl <klaus.hartl@googlemail.com>
|
10
|
+
Franck Marcia <franck.marcia@gmail.com>
|
11
|
+
Jörn Zaefferer <joern.zaefferer@gmail.com>
|
12
|
+
Paul Bakaus <paul.bakaus@googlemail.com>
|
13
|
+
Brandon Aaron <brandon.aaron@gmail.com>
|
14
|
+
Mike Alsup <malsup@gmail.com>
|
15
|
+
Dave Methvin <dave.methvin@gmail.com>
|
16
|
+
Ed Engelhardt <edengelhardt@gmail.com>
|
17
|
+
Sean Catchpole <littlecooldude@gmail.com>
|
18
|
+
Paul Mclanahan <pmclanahan@gmail.com>
|
19
|
+
David Serduke <davidserduke@gmail.com>
|
20
|
+
Richard D. Worth <rdworth@gmail.com>
|
21
|
+
Scott González <scott.gonzalez@gmail.com>
|
22
|
+
Ariel Flesler <aflesler@gmail.com>
|
23
|
+
Jon Evans <jon@springyweb.com>
|
24
|
+
TJ Holowaychuk <tj@vision-media.ca>
|
25
|
+
Michael Bensoussan <mickey@seesmic.com>
|
26
|
+
Robert Katić <robert.katic@gmail.com>
|
27
|
+
Louis-Rémi Babé <lrbabe@gmail.com>
|
28
|
+
Earle Castledine <mrspeaker@gmail.com>
|
29
|
+
Damian Janowski <damian.janowski@gmail.com>
|
30
|
+
Rich Dougherty <rich@rd.gen.nz>
|
31
|
+
Kim Dalsgaard <kim@kimdalsgaard.com>
|
32
|
+
Andrea Giammarchi <andrea.giammarchi@gmail.com>
|
33
|
+
Mark Gibson <jollytoad@gmail.com>
|
34
|
+
Karl Swedberg <kswedberg@gmail.com>
|
35
|
+
Justin Meyer <justinbmeyer@gmail.com>
|
36
|
+
Ben Alman <cowboy@rj3.net>
|
37
|
+
James Padolsey <cla@padolsey.net>
|
38
|
+
David Petersen <public@petersendidit.com>
|
39
|
+
Batiste Bieler <batiste.bieler@gmail.com>
|
40
|
+
Alexander Farkas <info@corrupt-system.de>
|
41
|
+
Rick Waldron <waldron.rick@gmail.com>
|
42
|
+
Filipe Fortes <filipe@fortes.com>
|
43
|
+
Neeraj Singh <neerajdotname@gmail.com>
|
44
|
+
Paul Irish <paul.irish@gmail.com>
|
45
|
+
Iraê Carvalho <irae@irae.pro.br>
|
46
|
+
Matt Curry <matt@pseudocoder.com>
|
47
|
+
Michael Monteleone <michael@michaelmonteleone.net>
|
48
|
+
Noah Sloan <noah.sloan@gmail.com>
|
49
|
+
Tom Viner <github@viner.tv>
|
50
|
+
Douglas Neiner <doug@pixelgraphics.us>
|
51
|
+
Adam J. Sontag <ajpiano@ajpiano.com>
|
52
|
+
Dave Reed <dareed@microsoft.com>
|
53
|
+
Ralph Whitbeck <ralph.whitbeck@gmail.com>
|
54
|
+
Carl Fürstenberg <azatoth@gmail.com>
|
55
|
+
Jacob Wright <jacwright@gmail.com>
|
56
|
+
J. Ryan Stinnett <jryans@gmail.com>
|
57
|
+
unknown <Igen005@.upcorp.ad.uprr.com>
|
58
|
+
temp01 <temp01irc@gmail.com>
|
59
|
+
Heungsub Lee <h@subl.ee>
|
60
|
+
Colin Snover <colin@alpha.zetafleet.com>
|
61
|
+
Ryan W Tenney <ryan@10e.us>
|
62
|
+
Pinhook <contact@pinhooklabs.com>
|
63
|
+
Ron Otten <r.j.g.otten@gmail.com>
|
64
|
+
Jephte Clain <Jephte.Clain@univ-reunion.fr>
|
65
|
+
Anton Matzneller <obhvsbypqghgc@gmail.com>
|
66
|
+
Alex Sexton <AlexSexton@gmail.com>
|
67
|
+
Dan Heberden <danheberden@gmail.com>
|
68
|
+
Henri Wiechers <hwiechers@gmail.com>
|
69
|
+
Russell Holbrook <russell.holbrook@patch.com>
|
70
|
+
Julian Aubourg <aubourg.julian@gmail.com>
|
71
|
+
Gianni Alessandro Chiappetta <gianni@runlevel6.org>
|
72
|
+
Scott Jehl <scott@scottjehl.com>
|
73
|
+
James Burke <jrburke@gmail.com>
|
74
|
+
Jonas Pfenniger <jonas@pfenniger.name>
|
75
|
+
Xavi Ramirez <xavi.rmz@gmail.com>
|
76
|
+
Jared Grippe <jared@deadlyicon.com>
|
77
|
+
Sylvester Keil <sylvester@keil.or.at>
|
78
|
+
Brandon Sterne <bsterne@mozilla.com>
|
79
|
+
Mathias Bynens <mathias@qiwi.be>
|
80
|
+
Timmy Willison <timmywillisn@gmail.com>
|
81
|
+
Corey Frang <gnarf@gnarf.net>
|
82
|
+
Digitalxero <digitalxero>
|
83
|
+
Anton Kovalyov <anton@kovalyov.net>
|
84
|
+
David Murdoch <musicisair@yahoo.com>
|
85
|
+
Josh Varner <josh.varner@gmail.com>
|
86
|
+
Charles McNulty <cmcnulty@kznf.com>
|
87
|
+
Jordan Boesch <jboesch26@gmail.com>
|
88
|
+
Jess Thrysoee <jess@thrysoee.dk>
|
89
|
+
Michael Murray <m@murz.net>
|
90
|
+
Lee Carpenter <elcarpie@gmail.com>
|
91
|
+
Alexis Abril <me@alexisabril.com>
|
92
|
+
Rob Morgan <robbym@gmail.com>
|
93
|
+
John Firebaugh <john_firebaugh@bigfix.com>
|
94
|
+
Sam Bisbee <sam@sbisbee.com>
|
95
|
+
Gilmore Davidson <gilmoreorless@gmail.com>
|
96
|
+
Brian Brennan <me@brianlovesthings.com>
|
97
|
+
Xavier Montillet <xavierm02.net@gmail.com>
|
98
|
+
Daniel Pihlstrom <sciolist.se@gmail.com>
|
99
|
+
Sahab Yazdani <sahab.yazdani+github@gmail.com>
|
100
|
+
avaly <github-com@agachi.name>
|
101
|
+
Scott Hughes <hi@scott-hughes.me>
|
102
|
+
Mike Sherov <mike.sherov@gmail.com>
|
103
|
+
Greg Hazel <ghazel@gmail.com>
|
104
|
+
Schalk Neethling <schalk@ossreleasefeed.com>
|
105
|
+
Denis Knauf <Denis.Knauf@gmail.com>
|
106
|
+
Timo Tijhof <krinklemail@gmail.com>
|
107
|
+
Steen Nielsen <swinedk@gmail.com>
|
108
|
+
Anton Ryzhov <anton@ryzhov.me>
|
109
|
+
Shi Chuan <shichuanr@gmail.com>
|
110
|
+
Berker Peksag <berker.peksag@gmail.com>
|
111
|
+
Toby Brain <tobyb@freshview.com>
|
112
|
+
Matt Mueller <mattmuelle@gmail.com>
|
113
|
+
Justin <drakefjustin@gmail.com>
|
114
|
+
Daniel Herman <daniel.c.herman@gmail.com>
|
115
|
+
Oleg Gaidarenko <markelog@gmail.com>
|
116
|
+
Richard Gibson <richard.gibson@gmail.com>
|
117
|
+
Rafaël Blais Masson <rafbmasson@gmail.com>
|
118
|
+
cmc3cn <59194618@qq.com>
|
119
|
+
Joe Presbrey <presbrey@gmail.com>
|
120
|
+
Sindre Sorhus <sindresorhus@gmail.com>
|
121
|
+
Arne de Bree <arne@bukkie.nl>
|
122
|
+
Vladislav Zarakovsky <vlad.zar@gmail.com>
|
123
|
+
Andrew E Monat <amonat@gmail.com>
|
124
|
+
Oskari <admin@o-programs.com>
|
125
|
+
Joao Henrique de Andrade Bruni <joaohbruni@yahoo.com.br>
|
126
|
+
tsinha <tsinha@Anthonys-MacBook-Pro.local>
|
127
|
+
Matt Farmer <matt@frmr.me>
|
128
|
+
Trey Hunner <treyhunner@gmail.com>
|
129
|
+
Jason Moon <jmoon@socialcast.com>
|
130
|
+
Jeffery To <jeffery.to@gmail.com>
|
131
|
+
Kris Borchers <kris.borchers@gmail.com>
|
132
|
+
Vladimir Zhuravlev <private.face@gmail.com>
|
133
|
+
Jacob Thornton <jacobthornton@gmail.com>
|
134
|
+
Chad Killingsworth <chadkillingsworth@missouristate.edu>
|
135
|
+
Nowres Rafid <nowres.rafed@gmail.com>
|
136
|
+
David Benjamin <davidben@mit.edu>
|
137
|
+
Uri Gilad <antishok@gmail.com>
|
138
|
+
Chris Faulkner <thefaulkner@gmail.com>
|
139
|
+
Elijah Manor <elijah.manor@gmail.com>
|
140
|
+
Daniel Chatfield <chatfielddaniel@gmail.com>
|
141
|
+
Nikita Govorov <nikita.govorov@gmail.com>
|
142
|
+
Wesley Walser <wwalser@atlassian.com>
|
143
|
+
Mike Pennisi <mike@mikepennisi.com>
|
144
|
+
Markus Staab <markus.staab@redaxo.de>
|
145
|
+
Dave Riddle <david@joyvuu.com>
|
146
|
+
Callum Macrae <callum@lynxphp.com>
|
147
|
+
Benjamin Truyman <bentruyman@gmail.com>
|
148
|
+
James Huston <james@jameshuston.net>
|
149
|
+
Erick Ruiz de Chávez <erickrdch@gmail.com>
|
150
|
+
David Bonner <dbonner@cogolabs.com>
|
151
|
+
Akintayo Akinwunmi <aakinwunmi@judge.com>
|
152
|
+
MORGAN <morgan@morgangraphics.com>
|
153
|
+
Ismail Khair <ismail.khair@gmail.com>
|
154
|
+
Carl Danley <carldanley@gmail.com>
|
155
|
+
Mike Petrovich <michael.c.petrovich@gmail.com>
|
156
|
+
Greg Lavallee <greglavallee@wapolabs.com>
|
157
|
+
Daniel Gálvez <dgalvez@editablething.com>
|
158
|
+
Sai Lung Wong <sai.wong@huffingtonpost.com>
|
159
|
+
Tom H Fuertes <TomFuertes@gmail.com>
|
160
|
+
Roland Eckl <eckl.roland@googlemail.com>
|
161
|
+
Jay Merrifield <fracmak@gmail.com>
|
162
|
+
Allen J Schmidt Jr <cobrasoft@gmail.com>
|
163
|
+
Jonathan Sampson <jjdsampson@gmail.com>
|
164
|
+
Marcel Greter <marcel.greter@ocbnet.ch>
|
165
|
+
Matthias Jäggli <matthias.jaeggli@gmail.com>
|
166
|
+
David Fox <dfoxinator@gmail.com>
|
167
|
+
Yiming He <yiminghe@gmail.com>
|
168
|
+
Devin Cooper <cooper.semantics@gmail.com>
|
169
|
+
Paul Ramos <paul.b.ramos@gmail.com>
|
170
|
+
Rod Vagg <rod@vagg.org>
|
171
|
+
Bennett Sorbo <bsorbo@gmail.com>
|
172
|
+
Sebastian Burkhard <sebi.burkhard@gmail.com>
|
173
|
+
nanto <nanto@moon.email.ne.jp>
|
174
|
+
Danil Somsikov <danilasomsikov@gmail.com>
|
175
|
+
Ryunosuke SATO <tricknotes.rs@gmail.com>
|
176
|
+
Jean Boussier <jean.boussier@gmail.com>
|
177
|
+
Adam Coulombe <me@adam.co>
|
178
|
+
Andrew Plummer <plummer.andrew@gmail.com>
|
179
|
+
Mark Raddatz <mraddatz@gmail.com>
|
180
|
+
Dmitry Gusev <dmitry.gusev@gmail.com>
|
181
|
+
Michał Gołębiowski <m.goleb@gmail.com>
|
182
|
+
Nguyen Phuc Lam <ruado1987@gmail.com>
|
183
|
+
Tom H Fuertes <tomfuertes@gmail.com>
|
184
|
+
Brandon Johnson <bjohn465+github@gmail.com>
|
185
|
+
Jason Bedard <jason+jquery@jbedard.ca>
|
186
|
+
Kyle Robinson Young <kyle@dontkry.com>
|
187
|
+
Renato Oliveira dos Santos <ros3@cin.ufpe.br>
|
188
|
+
Chris Talkington <chris@talkingtontech.com>
|
189
|
+
Eddie Monge <eddie@eddiemonge.com>
|
190
|
+
Terry Jones <terry@jon.es>
|
191
|
+
Jason Merino <jasonmerino@gmail.com>
|
192
|
+
Jeremy Dunck <jdunck@gmail.com>
|
193
|
+
Chris Price <price.c@gmail.com>
|
194
|
+
Amey Sakhadeo <me@ameyms.com>
|
195
|
+
Anthony Ryan <anthonyryan1@gmail.com>
|
196
|
+
Dominik D. Geyer <dominik.geyer@gmail.com>
|
197
|
+
George Kats <katsgeorgeek@gmail.com>
|
198
|
+
Lihan Li <frankieteardrop@gmail.com>
|
199
|
+
Ronny Springer <springer.ronny@gmail.com>
|
200
|
+
Marian Sollmann <marian.sollmann@cargomedia.ch>
|
201
|
+
Corey Frang <gnarf37@gmail.com>
|
202
|
+
Chris Antaki <ChrisAntaki@gmail.com>
|
203
|
+
Noah Hamann <njhamann@gmail.com>
|
204
|
+
David Hong <d.hong@me.com>
|
205
|
+
Jakob Stoeck <jakob@pokermania.de>
|
206
|
+
Christopher Jones <christopherjonesqed@gmail.com>
|
207
|
+
Forbes Lindesay <forbes@lindesay.co.uk>
|
208
|
+
John Paul <john@johnkpaul.com>
|
209
|
+
S. Andrew Sheppard <andrew@wq.io>
|
210
|
+
Leonardo Balter <leonardo.balter@gmail.com>
|
211
|
+
Roman Reiß <me@silverwind.io>
|
212
|
+
Benjy Cui <benjytrys@gmail.com>
|
213
|
+
Rodrigo Rosenfeld Rosas <rr.rosas@gmail.com>
|
214
|
+
John Hoven <hovenj@gmail.com>
|
215
|
+
Christian Kosmowski <ksmwsk@gmail.com>
|
216
|
+
Liang Peng <poppinlp@gmail.com>
|
217
|
+
TJ VanToll <tj.vantoll@gmail.com>
|
218
|
+
Senya Pugach <upisfree@outlook.com>
|
219
|
+
Aurelio De Rosa <aurelioderosa@gmail.com>
|
220
|
+
Nazar Mokrynskyi <nazar@mokrynskyi.com>
|
221
|
+
Arthur Verschaeve <contact@arthurverschaeve.be>
|
222
|
+
Dan Hart <danhart@notonthehighstreet.com>
|
223
|
+
Scott González <scott.gonzalez@gmail.com>
|
224
|
+
Zheming Sun <mescodasun@gmail.com>
|
225
|
+
Bin Xin <rhyzix@gmail.com>
|
226
|
+
David Corbacho <davidcorbacho@gmail.com>
|
227
|
+
Veaceslav Grimalschi <grimalschi@yandex.ru>
|
228
|
+
Daniel Husar <dano.husar@gmail.com>
|
229
|
+
Jason Bedard <jason+github@jbedard.ca>
|
230
|
+
Ben Toews <mastahyeti@gmail.com>
|
231
|
+
Aditya Raghavan <araghavan3@gmail.com>
|
232
|
+
Nicolas HENRY <icewil@gmail.com>
|
233
|
+
Norman Xu <homyu.shinn@gmail.com>
|
234
|
+
Anne-Gaelle Colom <coloma@westminster.ac.uk>
|
235
|
+
Victor Homyakov <vkhomyackov@gmail.com>
|
236
|
+
George Mauer <gmauer@gmail.com>
|
237
|
+
Leonardo Braga <leonardo.braga@gmail.com>
|
238
|
+
Stephen Edgar <stephen@netweb.com.au>
|
239
|
+
Thomas Tortorini <thomastortorini@gmail.com>
|
240
|
+
Winston Howes <winstonhowes@gmail.com>
|
241
|
+
Jon Hester <jon.d.hester@gmail.com>
|
242
|
+
Alexander O'Mara <me@alexomara.com>
|
243
|
+
Bastian Buchholz <buchholz.bastian@googlemail.com>
|
244
|
+
Arthur Stolyar <nekr.fabula@gmail.com>
|
245
|
+
Calvin Metcalf <calvin.metcalf@gmail.com>
|
246
|
+
Mu Haibao <mhbseal@163.com>
|
247
|
+
Richard McDaniel <rm0026@uah.edu>
|
248
|
+
Chris Rebert <github@rebertia.com>
|
249
|
+
Gilad Peleg <giladp007@gmail.com>
|
250
|
+
Martin Naumann <martin@geekonaut.de>
|
251
|
+
Bruno Pérel <brunoperel@gmail.com>
|
252
|
+
Reed Loden <reed@reedloden.com>
|
253
|
+
Daniel Nill <daniellnill@gmail.com>
|
254
|
+
Yongwoo Jeon <yongwoo.jeon@navercorp.com>
|
255
|
+
Sean Henderson <seanh.za@gmail.com>
|
256
|
+
Adrian Olek <adrianolek@gmail.com>
|
257
|
+
Richard Kraaijenhagen <stdin+git@riichard.com>
|
258
|
+
Gary Ye <garysye@gmail.com>
|
259
|
+
Christian Grete <webmaster@christiangrete.com>
|
260
|
+
Liza Ramo <liza.h.ramo@gmail.com>
|
261
|
+
Joelle Fleurantin <joasqueeniebee@gmail.com>
|
262
|
+
Julian Alexander Murillo <julian.alexander.murillo@gmail.com>
|
263
|
+
Jun Sun <klsforever@gmail.com>
|
264
|
+
Devin Wilson <dwilson6.github@gmail.com>
|
265
|
+
Todor Prikumov <tono_pr@abv.bg>
|
266
|
+
Zack Hall <zackhall@outlook.com>
|
@@ -0,0 +1,36 @@
|
|
1
|
+
Copyright jQuery Foundation and other contributors, https://jquery.org/
|
2
|
+
|
3
|
+
This software consists of voluntary contributions made by many
|
4
|
+
individuals. For exact contribution history, see the revision history
|
5
|
+
available at https://github.com/jquery/jquery
|
6
|
+
|
7
|
+
The following license applies to all parts of this software except as
|
8
|
+
documented below:
|
9
|
+
|
10
|
+
====
|
11
|
+
|
12
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
13
|
+
a copy of this software and associated documentation files (the
|
14
|
+
"Software"), to deal in the Software without restriction, including
|
15
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
16
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
17
|
+
permit persons to whom the Software is furnished to do so, subject to
|
18
|
+
the following conditions:
|
19
|
+
|
20
|
+
The above copyright notice and this permission notice shall be
|
21
|
+
included in all copies or substantial portions of the Software.
|
22
|
+
|
23
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
24
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
25
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
26
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
27
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
28
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
29
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
30
|
+
|
31
|
+
====
|
32
|
+
|
33
|
+
All files located in the node_modules and external directories are
|
34
|
+
externally maintained libraries used by this software which have their
|
35
|
+
own licenses; we recommend you read them, as their terms may differ from
|
36
|
+
the terms above.
|