govuk_publishing_components 18.1.1 → 18.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss +11 -5
  3. data/app/views/govuk_publishing_components/components/docs/share_links.yml +10 -7
  4. data/lib/govuk_publishing_components/version.rb +1 -1
  5. data/node_modules/jquery/AUTHORS.txt +266 -0
  6. data/node_modules/jquery/LICENSE.txt +36 -0
  7. data/node_modules/jquery/README.md +65 -0
  8. data/node_modules/jquery/bower.json +14 -0
  9. data/node_modules/jquery/dist/jquery.js +11008 -0
  10. data/node_modules/jquery/dist/jquery.min.js +5 -0
  11. data/node_modules/jquery/dist/jquery.min.map +1 -0
  12. data/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
  13. data/node_modules/jquery/external/sizzle/dist/sizzle.js +2143 -0
  14. data/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  15. data/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  16. data/node_modules/jquery/package.json +157 -0
  17. data/node_modules/jquery/src/ajax.js +842 -0
  18. data/node_modules/jquery/src/ajax/jsonp.js +100 -0
  19. data/node_modules/jquery/src/ajax/load.js +83 -0
  20. data/node_modules/jquery/src/ajax/parseJSON.js +53 -0
  21. data/node_modules/jquery/src/ajax/parseXML.js +31 -0
  22. data/node_modules/jquery/src/ajax/script.js +95 -0
  23. data/node_modules/jquery/src/ajax/var/location.js +3 -0
  24. data/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  25. data/node_modules/jquery/src/ajax/var/rquery.js +3 -0
  26. data/node_modules/jquery/src/ajax/xhr.js +229 -0
  27. data/node_modules/jquery/src/attributes.js +11 -0
  28. data/node_modules/jquery/src/attributes/attr.js +281 -0
  29. data/node_modules/jquery/src/attributes/classes.js +174 -0
  30. data/node_modules/jquery/src/attributes/prop.js +156 -0
  31. data/node_modules/jquery/src/attributes/support.js +70 -0
  32. data/node_modules/jquery/src/attributes/val.js +191 -0
  33. data/node_modules/jquery/src/callbacks.js +232 -0
  34. data/node_modules/jquery/src/core.js +529 -0
  35. data/node_modules/jquery/src/core/access.js +65 -0
  36. data/node_modules/jquery/src/core/init.js +140 -0
  37. data/node_modules/jquery/src/core/parseHTML.js +41 -0
  38. data/node_modules/jquery/src/core/ready.js +163 -0
  39. data/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
  40. data/node_modules/jquery/src/css.js +563 -0
  41. data/node_modules/jquery/src/css/addGetHookIf.js +24 -0
  42. data/node_modules/jquery/src/css/adjustCSS.js +65 -0
  43. data/node_modules/jquery/src/css/curCSS.js +137 -0
  44. data/node_modules/jquery/src/css/defaultDisplay.js +72 -0
  45. data/node_modules/jquery/src/css/hiddenVisibleSelectors.js +42 -0
  46. data/node_modules/jquery/src/css/showHide.js +45 -0
  47. data/node_modules/jquery/src/css/support.js +184 -0
  48. data/node_modules/jquery/src/css/var/cssExpand.js +3 -0
  49. data/node_modules/jquery/src/css/var/isHidden.js +16 -0
  50. data/node_modules/jquery/src/css/var/rmargin.js +3 -0
  51. data/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
  52. data/node_modules/jquery/src/css/var/swap.js +24 -0
  53. data/node_modules/jquery/src/data.js +342 -0
  54. data/node_modules/jquery/src/data/support.js +23 -0
  55. data/node_modules/jquery/src/data/var/acceptData.js +20 -0
  56. data/node_modules/jquery/src/deferred.js +159 -0
  57. data/node_modules/jquery/src/deprecated.js +34 -0
  58. data/node_modules/jquery/src/dimensions.js +56 -0
  59. data/node_modules/jquery/src/effects.js +640 -0
  60. data/node_modules/jquery/src/effects/Tween.js +121 -0
  61. data/node_modules/jquery/src/effects/animatedSelector.js +13 -0
  62. data/node_modules/jquery/src/effects/support.js +58 -0
  63. data/node_modules/jquery/src/event.js +1134 -0
  64. data/node_modules/jquery/src/event/ajax.js +20 -0
  65. data/node_modules/jquery/src/event/alias.js +25 -0
  66. data/node_modules/jquery/src/event/support.js +28 -0
  67. data/node_modules/jquery/src/exports/amd.js +24 -0
  68. data/node_modules/jquery/src/exports/global.js +26 -0
  69. data/node_modules/jquery/src/intro.js +44 -0
  70. data/node_modules/jquery/src/jquery.js +37 -0
  71. data/node_modules/jquery/src/manipulation.js +585 -0
  72. data/node_modules/jquery/src/manipulation/_evalUrl.js +21 -0
  73. data/node_modules/jquery/src/manipulation/buildFragment.js +157 -0
  74. data/node_modules/jquery/src/manipulation/createSafeFragment.js +20 -0
  75. data/node_modules/jquery/src/manipulation/getAll.js +33 -0
  76. data/node_modules/jquery/src/manipulation/setGlobalEval.js +19 -0
  77. data/node_modules/jquery/src/manipulation/support.js +72 -0
  78. data/node_modules/jquery/src/manipulation/var/nodeNames.js +5 -0
  79. data/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
  80. data/node_modules/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
  81. data/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
  82. data/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
  83. data/node_modules/jquery/src/manipulation/wrapMap.js +30 -0
  84. data/node_modules/jquery/src/offset.js +219 -0
  85. data/node_modules/jquery/src/outro.js +2 -0
  86. data/node_modules/jquery/src/queue.js +144 -0
  87. data/node_modules/jquery/src/queue/delay.js +22 -0
  88. data/node_modules/jquery/src/selector-sizzle.js +14 -0
  89. data/node_modules/jquery/src/selector.js +1 -0
  90. data/node_modules/jquery/src/serialize.js +125 -0
  91. data/node_modules/jquery/src/support.js +63 -0
  92. data/node_modules/jquery/src/traversing.js +179 -0
  93. data/node_modules/jquery/src/traversing/findFilter.js +100 -0
  94. data/node_modules/jquery/src/traversing/var/dir.js +20 -0
  95. data/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
  96. data/node_modules/jquery/src/traversing/var/siblings.js +15 -0
  97. data/node_modules/jquery/src/var/class2type.js +5 -0
  98. data/node_modules/jquery/src/var/concat.js +5 -0
  99. data/node_modules/jquery/src/var/deletedIds.js +3 -0
  100. data/node_modules/jquery/src/var/document.js +3 -0
  101. data/node_modules/jquery/src/var/documentElement.js +5 -0
  102. data/node_modules/jquery/src/var/hasOwn.js +5 -0
  103. data/node_modules/jquery/src/var/indexOf.js +5 -0
  104. data/node_modules/jquery/src/var/pnum.js +3 -0
  105. data/node_modules/jquery/src/var/push.js +5 -0
  106. data/node_modules/jquery/src/var/rcssNum.js +7 -0
  107. data/node_modules/jquery/src/var/rnotwhite.js +3 -0
  108. data/node_modules/jquery/src/var/slice.js +5 -0
  109. data/node_modules/jquery/src/var/support.js +5 -0
  110. data/node_modules/jquery/src/var/toString.js +5 -0
  111. data/node_modules/jquery/src/wrap.js +77 -0
  112. metadata +109 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 619d472ea4994449191d1aa608e5c7ba94b95875e908c8fb211599bf7cb234d7
4
- data.tar.gz: 4a7c21353b831f96ccf0fa629b58c97c4207a6fcd0c4c2839fcde9c3e8c7721b
3
+ metadata.gz: 76671448dbbc374aa50abc3ed74447f29a64e3d251202b9bf9b28b4e3a5270aa
4
+ data.tar.gz: 0656f8f058bed2e8bc88f598ad7b157a71779de3d6d937840d9f44ce7df49046
5
5
  SHA512:
6
- metadata.gz: 8d1c8100fee90384e9c1f13002054892e52fbe3f94a6fc196fad9a396456ec76a7407afdcff75647946dada2bb9568b11e0f6df4e4fec55fba11709bf838ab1e
7
- data.tar.gz: 163a4c76c603b0cff5add7ca9f547d2b9d88152e0e379422296f78d9aea5472c219589763eddc99472004fb2444c14a46868d835e1996bd0ea429564fb073fc2
6
+ metadata.gz: f84c45318ba0763c5e2072aa8252d663f38a4382df2a5fab88f0b511709cd98df194f3c5b11100c08521ccd28ed61b01815e069e98966ea887231c3fc37acab9
7
+ data.tar.gz: bb1930de7843b8736df25f75ababde79d230161f3277e065447898757224a7544ec9de9f639c8af809eaf8298e1c2d4129075a43e2e221acf74af90e03967115
@@ -13,7 +13,7 @@ $share-button-height: 32px;
13
13
  display: inline-block;
14
14
  min-height: $share-button-height;
15
15
  padding-left: ($share-button-width + govuk-spacing(2));
16
- padding-right: govuk-spacing(1);
16
+ padding-right: govuk-spacing(2);
17
17
  margin-bottom: govuk-spacing(2);
18
18
  font-size: $share-button-height / 2;
19
19
  line-height: $share-button-height;
@@ -49,7 +49,7 @@ $share-button-height: 32px;
49
49
  }
50
50
 
51
51
  .gem-c-share-links__list-item {
52
- padding-left: govuk-spacing(1);
52
+ padding-left: govuk-spacing(2);
53
53
  padding-right: ($share-button-width + govuk-spacing(2));
54
54
  }
55
55
 
@@ -61,12 +61,18 @@ $share-button-height: 32px;
61
61
 
62
62
  .gem-c-share-links--columns {
63
63
  .gem-c-share-links__list {
64
- display: flex;
65
- flex-wrap: wrap;
64
+ @include govuk-clearfix;
65
+ display: grid;
66
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
66
67
  }
67
68
 
68
69
  .gem-c-share-links__list-item {
69
- flex: 0 0 200px;
70
+ float: left;
71
+ min-width: 200px;
72
+ }
73
+
74
+ .gem-c-share-links__link {
75
+ margin: 0;
70
76
  }
71
77
  }
72
78
 
@@ -92,38 +92,41 @@ examples:
92
92
  },
93
93
  ]
94
94
  arrange_in_columns:
95
- description: Share links are arranged in even columns that adjust according to the available space. This option uses flexbox, which is not fully supported in IE <= 10, so in those browsers the columns are not even.
95
+ description: |
96
+ Share links are arranged in even columns that adjust according to the available space. Note that the column width is based on an assumed width, so if the text in the links is very long it may wrap onto a second line, which is undesirable.
97
+
98
+ This option uses CSS grid, which is not fully supported in IE <= 11, so in those browsers the columns are floated.
96
99
  data:
97
100
  columns: true
98
101
  links: [
99
102
  {
100
103
  href: '/facebook-share-link',
101
- text: 'Facebook',
104
+ text: 'Share on Facebook',
102
105
  icon: 'facebook'
103
106
  },
104
107
  {
105
108
  href: '/twitter-share-link',
106
- text: 'Twitter',
109
+ text: 'Share on Twitter',
107
110
  icon: 'twitter'
108
111
  },
109
112
  {
110
113
  href: '/email-share-link',
111
- text: 'Email',
114
+ text: 'Share on email to someone you know',
112
115
  icon: 'email'
113
116
  },
114
117
  {
115
118
  href: '/flickr-share-link',
116
- text: 'Flickr',
119
+ text: 'Share on Flickr',
117
120
  icon: 'flickr'
118
121
  },
119
122
  {
120
123
  href: '/instagram-share-link',
121
- text: 'Instagram',
124
+ text: 'Share on Instagram',
122
125
  icon: 'instagram'
123
126
  },
124
127
  {
125
128
  href: '/linkedin-share-link',
126
- text: 'Linkedin',
129
+ text: 'Share on Linkedin',
127
130
  icon: 'linkedin'
128
131
  },
129
132
  ]
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '18.1.1'.freeze
2
+ VERSION = '18.1.2'.freeze
3
3
  end
@@ -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.
@@ -0,0 +1,65 @@
1
+ # jQuery
2
+
3
+ > jQuery is a fast, small, and feature-rich JavaScript library.
4
+
5
+ For information on how to get started and how to use jQuery, please see [jQuery's documentation](http://api.jquery.com/).
6
+ For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).
7
+
8
+ ## Including jQuery
9
+
10
+ Below are some of the most common ways to include jQuery.
11
+
12
+ ### Browser
13
+
14
+ #### Script tag
15
+
16
+ ```html
17
+ <script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
18
+ ```
19
+
20
+ #### Babel
21
+
22
+ [Babel](http://babeljs.io/) is a next generation JavaScript compiler. One of the features is the ability to use ES6/ES2015 modules now, even though browsers do not yet support this feature natively.
23
+
24
+ ```js
25
+ import $ from "jquery";
26
+ ```
27
+
28
+ #### Browserify/Webpack
29
+
30
+ There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.github.io/). For more information on using these tools, please refer to the corresponding project's documention. In the script, including jQuery will usually look like this...
31
+
32
+ ```js
33
+ var $ = require("jquery");
34
+ ```
35
+
36
+ #### AMD (Asynchronous Module Definition)
37
+
38
+ AMD is a module format built for the browser. For more information, we recommend [require.js' documentation](http://requirejs.org/docs/whyamd.html).
39
+
40
+ ```js
41
+ define(["jquery"], function($) {
42
+
43
+ });
44
+ ```
45
+
46
+ ### Node
47
+
48
+ To include jQuery in [Node](nodejs.org), first install with npm.
49
+
50
+ ```sh
51
+ npm install jquery
52
+ ```
53
+
54
+ For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/tmpvar/jsdom). This can be useful for testing purposes.
55
+
56
+ ```js
57
+ require("jsdom").env("", function(err, window) {
58
+ if (err) {
59
+ console.error(err);
60
+ return;
61
+ }
62
+
63
+ var $ = require("jquery")(window);
64
+ });
65
+ ```