govuk_publishing_components 11.2.0 → 12.0.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -0,0 +1,100 @@
|
|
1
|
+
define( [
|
2
|
+
"../core",
|
3
|
+
"../var/indexOf",
|
4
|
+
"./var/rneedsContext",
|
5
|
+
"../selector"
|
6
|
+
], function( jQuery, indexOf, rneedsContext ) {
|
7
|
+
|
8
|
+
var risSimple = /^.[^:#\[\.,]*$/;
|
9
|
+
|
10
|
+
// Implement the identical functionality for filter and not
|
11
|
+
function winnow( elements, qualifier, not ) {
|
12
|
+
if ( jQuery.isFunction( qualifier ) ) {
|
13
|
+
return jQuery.grep( elements, function( elem, i ) {
|
14
|
+
/* jshint -W018 */
|
15
|
+
return !!qualifier.call( elem, i, elem ) !== not;
|
16
|
+
} );
|
17
|
+
|
18
|
+
}
|
19
|
+
|
20
|
+
if ( qualifier.nodeType ) {
|
21
|
+
return jQuery.grep( elements, function( elem ) {
|
22
|
+
return ( elem === qualifier ) !== not;
|
23
|
+
} );
|
24
|
+
|
25
|
+
}
|
26
|
+
|
27
|
+
if ( typeof qualifier === "string" ) {
|
28
|
+
if ( risSimple.test( qualifier ) ) {
|
29
|
+
return jQuery.filter( qualifier, elements, not );
|
30
|
+
}
|
31
|
+
|
32
|
+
qualifier = jQuery.filter( qualifier, elements );
|
33
|
+
}
|
34
|
+
|
35
|
+
return jQuery.grep( elements, function( elem ) {
|
36
|
+
return ( jQuery.inArray( elem, qualifier ) > -1 ) !== not;
|
37
|
+
} );
|
38
|
+
}
|
39
|
+
|
40
|
+
jQuery.filter = function( expr, elems, not ) {
|
41
|
+
var elem = elems[ 0 ];
|
42
|
+
|
43
|
+
if ( not ) {
|
44
|
+
expr = ":not(" + expr + ")";
|
45
|
+
}
|
46
|
+
|
47
|
+
return elems.length === 1 && elem.nodeType === 1 ?
|
48
|
+
jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] :
|
49
|
+
jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {
|
50
|
+
return elem.nodeType === 1;
|
51
|
+
} ) );
|
52
|
+
};
|
53
|
+
|
54
|
+
jQuery.fn.extend( {
|
55
|
+
find: function( selector ) {
|
56
|
+
var i,
|
57
|
+
ret = [],
|
58
|
+
self = this,
|
59
|
+
len = self.length;
|
60
|
+
|
61
|
+
if ( typeof selector !== "string" ) {
|
62
|
+
return this.pushStack( jQuery( selector ).filter( function() {
|
63
|
+
for ( i = 0; i < len; i++ ) {
|
64
|
+
if ( jQuery.contains( self[ i ], this ) ) {
|
65
|
+
return true;
|
66
|
+
}
|
67
|
+
}
|
68
|
+
} ) );
|
69
|
+
}
|
70
|
+
|
71
|
+
for ( i = 0; i < len; i++ ) {
|
72
|
+
jQuery.find( selector, self[ i ], ret );
|
73
|
+
}
|
74
|
+
|
75
|
+
// Needed because $( selector, context ) becomes $( context ).find( selector )
|
76
|
+
ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret );
|
77
|
+
ret.selector = this.selector ? this.selector + " " + selector : selector;
|
78
|
+
return ret;
|
79
|
+
},
|
80
|
+
filter: function( selector ) {
|
81
|
+
return this.pushStack( winnow( this, selector || [], false ) );
|
82
|
+
},
|
83
|
+
not: function( selector ) {
|
84
|
+
return this.pushStack( winnow( this, selector || [], true ) );
|
85
|
+
},
|
86
|
+
is: function( selector ) {
|
87
|
+
return !!winnow(
|
88
|
+
this,
|
89
|
+
|
90
|
+
// If this is a positional/relative selector, check membership in the returned set
|
91
|
+
// so $("p:first").is("p:last") won't return true for a doc with two "p".
|
92
|
+
typeof selector === "string" && rneedsContext.test( selector ) ?
|
93
|
+
jQuery( selector ) :
|
94
|
+
selector || [],
|
95
|
+
false
|
96
|
+
).length;
|
97
|
+
}
|
98
|
+
} );
|
99
|
+
|
100
|
+
} );
|
@@ -0,0 +1,20 @@
|
|
1
|
+
define( [
|
2
|
+
"../../core"
|
3
|
+
], function( jQuery ) {
|
4
|
+
|
5
|
+
return function( elem, dir, until ) {
|
6
|
+
var matched = [],
|
7
|
+
truncate = until !== undefined;
|
8
|
+
|
9
|
+
while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {
|
10
|
+
if ( elem.nodeType === 1 ) {
|
11
|
+
if ( truncate && jQuery( elem ).is( until ) ) {
|
12
|
+
break;
|
13
|
+
}
|
14
|
+
matched.push( elem );
|
15
|
+
}
|
16
|
+
}
|
17
|
+
return matched;
|
18
|
+
};
|
19
|
+
|
20
|
+
} );
|
@@ -0,0 +1,77 @@
|
|
1
|
+
define( [
|
2
|
+
"./core",
|
3
|
+
"./core/init",
|
4
|
+
"./manipulation", // clone
|
5
|
+
"./traversing" // parent, contents
|
6
|
+
], function( jQuery ) {
|
7
|
+
|
8
|
+
jQuery.fn.extend( {
|
9
|
+
wrapAll: function( html ) {
|
10
|
+
if ( jQuery.isFunction( html ) ) {
|
11
|
+
return this.each( function( i ) {
|
12
|
+
jQuery( this ).wrapAll( html.call( this, i ) );
|
13
|
+
} );
|
14
|
+
}
|
15
|
+
|
16
|
+
if ( this[ 0 ] ) {
|
17
|
+
|
18
|
+
// The elements to wrap the target around
|
19
|
+
var wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );
|
20
|
+
|
21
|
+
if ( this[ 0 ].parentNode ) {
|
22
|
+
wrap.insertBefore( this[ 0 ] );
|
23
|
+
}
|
24
|
+
|
25
|
+
wrap.map( function() {
|
26
|
+
var elem = this;
|
27
|
+
|
28
|
+
while ( elem.firstChild && elem.firstChild.nodeType === 1 ) {
|
29
|
+
elem = elem.firstChild;
|
30
|
+
}
|
31
|
+
|
32
|
+
return elem;
|
33
|
+
} ).append( this );
|
34
|
+
}
|
35
|
+
|
36
|
+
return this;
|
37
|
+
},
|
38
|
+
|
39
|
+
wrapInner: function( html ) {
|
40
|
+
if ( jQuery.isFunction( html ) ) {
|
41
|
+
return this.each( function( i ) {
|
42
|
+
jQuery( this ).wrapInner( html.call( this, i ) );
|
43
|
+
} );
|
44
|
+
}
|
45
|
+
|
46
|
+
return this.each( function() {
|
47
|
+
var self = jQuery( this ),
|
48
|
+
contents = self.contents();
|
49
|
+
|
50
|
+
if ( contents.length ) {
|
51
|
+
contents.wrapAll( html );
|
52
|
+
|
53
|
+
} else {
|
54
|
+
self.append( html );
|
55
|
+
}
|
56
|
+
} );
|
57
|
+
},
|
58
|
+
|
59
|
+
wrap: function( html ) {
|
60
|
+
var isFunction = jQuery.isFunction( html );
|
61
|
+
|
62
|
+
return this.each( function( i ) {
|
63
|
+
jQuery( this ).wrapAll( isFunction ? html.call( this, i ) : html );
|
64
|
+
} );
|
65
|
+
},
|
66
|
+
|
67
|
+
unwrap: function() {
|
68
|
+
return this.parent().each( function() {
|
69
|
+
if ( !jQuery.nodeName( this, "body" ) ) {
|
70
|
+
jQuery( this ).replaceWith( this.childNodes );
|
71
|
+
}
|
72
|
+
} ).end();
|
73
|
+
}
|
74
|
+
} );
|
75
|
+
|
76
|
+
return jQuery;
|
77
|
+
} );
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_publishing_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 12.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_app_config
|
@@ -38,20 +38,6 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 5.0.0.1
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: slimmer
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - ">="
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: 11.1.0
|
48
|
-
type: :runtime
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - ">="
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: 11.1.0
|
55
41
|
- !ruby/object:Gem::Dependency
|
56
42
|
name: sass-rails
|
57
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -302,10 +288,10 @@ files:
|
|
302
288
|
- Rakefile
|
303
289
|
- app/assets/config/govuk_publishing_components_manifest.js
|
304
290
|
- app/assets/images/govuk_publishing_components/favicon-development.png
|
291
|
+
- app/assets/images/govuk_publishing_components/favicon-example.png
|
305
292
|
- app/assets/images/govuk_publishing_components/favicon-integration.png
|
306
293
|
- app/assets/images/govuk_publishing_components/favicon-production.png
|
307
294
|
- app/assets/images/govuk_publishing_components/favicon-staging.png
|
308
|
-
- app/assets/images/govuk_publishing_components/favicon-test.png
|
309
295
|
- app/assets/images/govuk_publishing_components/feed-icon-black.png
|
310
296
|
- app/assets/images/govuk_publishing_components/govuk-logo.png
|
311
297
|
- app/assets/images/govuk_publishing_components/govuk-schema-placeholder-16x9.png
|
@@ -318,6 +304,7 @@ files:
|
|
318
304
|
- app/assets/images/govuk_publishing_components/search-button.png
|
319
305
|
- app/assets/javascripts/component_guide/accessibility-test.js
|
320
306
|
- app/assets/javascripts/component_guide/application.js
|
307
|
+
- app/assets/javascripts/component_guide/no_slimmer.js
|
321
308
|
- app/assets/javascripts/component_guide/vendor/axe.min.js
|
322
309
|
- app/assets/javascripts/component_guide/vendor/matches-polyfill.min.js
|
323
310
|
- app/assets/javascripts/component_guide/visual-regression.js
|
@@ -337,7 +324,6 @@ files:
|
|
337
324
|
- app/assets/stylesheets/govuk_publishing_components/_all_components.scss
|
338
325
|
- app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss
|
339
326
|
- app/assets/stylesheets/govuk_publishing_components/admin_styles.scss
|
340
|
-
- app/assets/stylesheets/govuk_publishing_components/admin_styles_ie8.scss
|
341
327
|
- app/assets/stylesheets/govuk_publishing_components/components/_back-link.scss
|
342
328
|
- app/assets/stylesheets/govuk_publishing_components/components/_breadcrumbs.scss
|
343
329
|
- app/assets/stylesheets/govuk_publishing_components/components/_button.scss
|
@@ -420,7 +406,6 @@ files:
|
|
420
406
|
- app/assets/stylesheets/govuk_publishing_components/components/mixins/_clearfix.scss
|
421
407
|
- app/assets/stylesheets/govuk_publishing_components/components/mixins/_margins.scss
|
422
408
|
- app/assets/stylesheets/govuk_publishing_components/components/mixins/_media-down.scss
|
423
|
-
- app/assets/stylesheets/govuk_publishing_components/components/mixins/_touch-friendly-links.scss
|
424
409
|
- app/assets/stylesheets/govuk_publishing_components/components/print/_contents-list.scss
|
425
410
|
- app/assets/stylesheets/govuk_publishing_components/components/print/_feedback.scss
|
426
411
|
- app/assets/stylesheets/govuk_publishing_components/components/print/_govspeak-html-publication.scss
|
@@ -849,6 +834,113 @@ files:
|
|
849
834
|
- node_modules/govuk-frontend/vendor/polyfills/Function/prototype/bind.js
|
850
835
|
- node_modules/govuk-frontend/vendor/polyfills/Object/defineProperty.js
|
851
836
|
- node_modules/govuk-frontend/vendor/polyfills/Window.js
|
837
|
+
- node_modules/jquery/AUTHORS.txt
|
838
|
+
- node_modules/jquery/LICENSE.txt
|
839
|
+
- node_modules/jquery/README.md
|
840
|
+
- node_modules/jquery/bower.json
|
841
|
+
- node_modules/jquery/dist/jquery.js
|
842
|
+
- node_modules/jquery/dist/jquery.min.js
|
843
|
+
- node_modules/jquery/dist/jquery.min.map
|
844
|
+
- node_modules/jquery/external/sizzle/LICENSE.txt
|
845
|
+
- node_modules/jquery/external/sizzle/dist/sizzle.js
|
846
|
+
- node_modules/jquery/external/sizzle/dist/sizzle.min.js
|
847
|
+
- node_modules/jquery/external/sizzle/dist/sizzle.min.map
|
848
|
+
- node_modules/jquery/package.json
|
849
|
+
- node_modules/jquery/src/ajax.js
|
850
|
+
- node_modules/jquery/src/ajax/jsonp.js
|
851
|
+
- node_modules/jquery/src/ajax/load.js
|
852
|
+
- node_modules/jquery/src/ajax/parseJSON.js
|
853
|
+
- node_modules/jquery/src/ajax/parseXML.js
|
854
|
+
- node_modules/jquery/src/ajax/script.js
|
855
|
+
- node_modules/jquery/src/ajax/var/location.js
|
856
|
+
- node_modules/jquery/src/ajax/var/nonce.js
|
857
|
+
- node_modules/jquery/src/ajax/var/rquery.js
|
858
|
+
- node_modules/jquery/src/ajax/xhr.js
|
859
|
+
- node_modules/jquery/src/attributes.js
|
860
|
+
- node_modules/jquery/src/attributes/attr.js
|
861
|
+
- node_modules/jquery/src/attributes/classes.js
|
862
|
+
- node_modules/jquery/src/attributes/prop.js
|
863
|
+
- node_modules/jquery/src/attributes/support.js
|
864
|
+
- node_modules/jquery/src/attributes/val.js
|
865
|
+
- node_modules/jquery/src/callbacks.js
|
866
|
+
- node_modules/jquery/src/core.js
|
867
|
+
- node_modules/jquery/src/core/access.js
|
868
|
+
- node_modules/jquery/src/core/init.js
|
869
|
+
- node_modules/jquery/src/core/parseHTML.js
|
870
|
+
- node_modules/jquery/src/core/ready.js
|
871
|
+
- node_modules/jquery/src/core/var/rsingleTag.js
|
872
|
+
- node_modules/jquery/src/css.js
|
873
|
+
- node_modules/jquery/src/css/addGetHookIf.js
|
874
|
+
- node_modules/jquery/src/css/adjustCSS.js
|
875
|
+
- node_modules/jquery/src/css/curCSS.js
|
876
|
+
- node_modules/jquery/src/css/defaultDisplay.js
|
877
|
+
- node_modules/jquery/src/css/hiddenVisibleSelectors.js
|
878
|
+
- node_modules/jquery/src/css/showHide.js
|
879
|
+
- node_modules/jquery/src/css/support.js
|
880
|
+
- node_modules/jquery/src/css/var/cssExpand.js
|
881
|
+
- node_modules/jquery/src/css/var/isHidden.js
|
882
|
+
- node_modules/jquery/src/css/var/rmargin.js
|
883
|
+
- node_modules/jquery/src/css/var/rnumnonpx.js
|
884
|
+
- node_modules/jquery/src/css/var/swap.js
|
885
|
+
- node_modules/jquery/src/data.js
|
886
|
+
- node_modules/jquery/src/data/support.js
|
887
|
+
- node_modules/jquery/src/data/var/acceptData.js
|
888
|
+
- node_modules/jquery/src/deferred.js
|
889
|
+
- node_modules/jquery/src/deprecated.js
|
890
|
+
- node_modules/jquery/src/dimensions.js
|
891
|
+
- node_modules/jquery/src/effects.js
|
892
|
+
- node_modules/jquery/src/effects/Tween.js
|
893
|
+
- node_modules/jquery/src/effects/animatedSelector.js
|
894
|
+
- node_modules/jquery/src/effects/support.js
|
895
|
+
- node_modules/jquery/src/event.js
|
896
|
+
- node_modules/jquery/src/event/ajax.js
|
897
|
+
- node_modules/jquery/src/event/alias.js
|
898
|
+
- node_modules/jquery/src/event/support.js
|
899
|
+
- node_modules/jquery/src/exports/amd.js
|
900
|
+
- node_modules/jquery/src/exports/global.js
|
901
|
+
- node_modules/jquery/src/intro.js
|
902
|
+
- node_modules/jquery/src/jquery.js
|
903
|
+
- node_modules/jquery/src/manipulation.js
|
904
|
+
- node_modules/jquery/src/manipulation/_evalUrl.js
|
905
|
+
- node_modules/jquery/src/manipulation/buildFragment.js
|
906
|
+
- node_modules/jquery/src/manipulation/createSafeFragment.js
|
907
|
+
- node_modules/jquery/src/manipulation/getAll.js
|
908
|
+
- node_modules/jquery/src/manipulation/setGlobalEval.js
|
909
|
+
- node_modules/jquery/src/manipulation/support.js
|
910
|
+
- node_modules/jquery/src/manipulation/var/nodeNames.js
|
911
|
+
- node_modules/jquery/src/manipulation/var/rcheckableType.js
|
912
|
+
- node_modules/jquery/src/manipulation/var/rleadingWhitespace.js
|
913
|
+
- node_modules/jquery/src/manipulation/var/rscriptType.js
|
914
|
+
- node_modules/jquery/src/manipulation/var/rtagName.js
|
915
|
+
- node_modules/jquery/src/manipulation/wrapMap.js
|
916
|
+
- node_modules/jquery/src/offset.js
|
917
|
+
- node_modules/jquery/src/outro.js
|
918
|
+
- node_modules/jquery/src/queue.js
|
919
|
+
- node_modules/jquery/src/queue/delay.js
|
920
|
+
- node_modules/jquery/src/selector-sizzle.js
|
921
|
+
- node_modules/jquery/src/selector.js
|
922
|
+
- node_modules/jquery/src/serialize.js
|
923
|
+
- node_modules/jquery/src/support.js
|
924
|
+
- node_modules/jquery/src/traversing.js
|
925
|
+
- node_modules/jquery/src/traversing/findFilter.js
|
926
|
+
- node_modules/jquery/src/traversing/var/dir.js
|
927
|
+
- node_modules/jquery/src/traversing/var/rneedsContext.js
|
928
|
+
- node_modules/jquery/src/traversing/var/siblings.js
|
929
|
+
- node_modules/jquery/src/var/class2type.js
|
930
|
+
- node_modules/jquery/src/var/concat.js
|
931
|
+
- node_modules/jquery/src/var/deletedIds.js
|
932
|
+
- node_modules/jquery/src/var/document.js
|
933
|
+
- node_modules/jquery/src/var/documentElement.js
|
934
|
+
- node_modules/jquery/src/var/hasOwn.js
|
935
|
+
- node_modules/jquery/src/var/indexOf.js
|
936
|
+
- node_modules/jquery/src/var/pnum.js
|
937
|
+
- node_modules/jquery/src/var/push.js
|
938
|
+
- node_modules/jquery/src/var/rcssNum.js
|
939
|
+
- node_modules/jquery/src/var/rnotwhite.js
|
940
|
+
- node_modules/jquery/src/var/slice.js
|
941
|
+
- node_modules/jquery/src/var/support.js
|
942
|
+
- node_modules/jquery/src/var/toString.js
|
943
|
+
- node_modules/jquery/src/wrap.js
|
852
944
|
homepage: https://github.com/alphagov/govuk_publishing_components
|
853
945
|
licenses:
|
854
946
|
- MIT
|