govuk_publishing_components 36.0.1 → 36.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-core.js +14 -2
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-form-tracker.js +1 -2
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-link-tracker.js +7 -1
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +2 -3
- data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/youtube-link-enhancement.js +1 -1
- data/lib/govuk_publishing_components/presenters/attachment_helper.rb +1 -0
- data/lib/govuk_publishing_components/presenters/meta_tags.rb +5 -6
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/sortablejs/README.md +2 -2
- data/node_modules/sortablejs/Sortable.js +599 -1028
- data/node_modules/sortablejs/Sortable.min.js +2 -2
- data/node_modules/sortablejs/modular/sortable.complete.esm.js +599 -1028
- data/node_modules/sortablejs/modular/sortable.core.esm.js +599 -1029
- data/node_modules/sortablejs/modular/sortable.esm.js +599 -1028
- data/node_modules/sortablejs/package.json +56 -56
- metadata +2 -2
@@ -1,56 +1,56 @@
|
|
1
|
-
{
|
2
|
-
"name": "sortablejs",
|
3
|
-
"exportName": "Sortable",
|
4
|
-
"version": "1.15.
|
5
|
-
"devDependencies": {
|
6
|
-
"@babel/core": "^7.4.4",
|
7
|
-
"@babel/plugin-transform-object-assign": "^7.2.0",
|
8
|
-
"@babel/preset-env": "^7.4.4",
|
9
|
-
"rollup": "^1.11.3",
|
10
|
-
"rollup-plugin-babel": "^4.3.2",
|
11
|
-
"rollup-plugin-json": "^4.0.0",
|
12
|
-
"rollup-plugin-node-resolve": "^5.0.0",
|
13
|
-
"testcafe": "^1.3.1",
|
14
|
-
"testcafe-browser-provider-saucelabs": "^1.7.0",
|
15
|
-
"testcafe-reporter-xunit": "^2.1.0",
|
16
|
-
"uglify-js": "^3.5.12"
|
17
|
-
},
|
18
|
-
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
|
19
|
-
"main": "./Sortable.min.js",
|
20
|
-
"module": "modular/sortable.esm.js",
|
21
|
-
"scripts": {
|
22
|
-
"build:umd": "set NODE_ENV=umd&& rollup -c ./scripts/umd-build.js",
|
23
|
-
"build:umd:watch": "set NODE_ENV=umd&& rollup -w -c ./scripts/umd-build.js",
|
24
|
-
"build:es": "set NODE_ENV=es&& rollup -c ./scripts/esm-build.js",
|
25
|
-
"build:es:watch": "set NODE_ENV=es&& rollup -w -c ./scripts/esm-build.js",
|
26
|
-
"minify": "node ./scripts/minify.js",
|
27
|
-
"build": "npm run build:es && npm run build:umd && npm run minify",
|
28
|
-
"test:compat": "node ./scripts/test-compat.js",
|
29
|
-
"test": "node ./scripts/test.js"
|
30
|
-
},
|
31
|
-
"maintainers": [
|
32
|
-
"Konstantin Lebedev <ibnRubaXa@gmail.com>",
|
33
|
-
"Owen Mills <owen23355@gmail.com>"
|
34
|
-
],
|
35
|
-
"repository": {
|
36
|
-
"type": "git",
|
37
|
-
"url": "git://github.com/SortableJS/Sortable.git"
|
38
|
-
},
|
39
|
-
"files": [
|
40
|
-
"Sortable.js",
|
41
|
-
"Sortable.min.js",
|
42
|
-
"modular/"
|
43
|
-
],
|
44
|
-
"keywords": [
|
45
|
-
"sortable",
|
46
|
-
"reorder",
|
47
|
-
"drag",
|
48
|
-
"meteor",
|
49
|
-
"angular",
|
50
|
-
"ng-sortable",
|
51
|
-
"react",
|
52
|
-
"vue",
|
53
|
-
"mixin"
|
54
|
-
],
|
55
|
-
"license": "MIT"
|
56
|
-
}
|
1
|
+
{
|
2
|
+
"name": "sortablejs",
|
3
|
+
"exportName": "Sortable",
|
4
|
+
"version": "1.15.1",
|
5
|
+
"devDependencies": {
|
6
|
+
"@babel/core": "^7.4.4",
|
7
|
+
"@babel/plugin-transform-object-assign": "^7.2.0",
|
8
|
+
"@babel/preset-env": "^7.4.4",
|
9
|
+
"rollup": "^1.11.3",
|
10
|
+
"rollup-plugin-babel": "^4.3.2",
|
11
|
+
"rollup-plugin-json": "^4.0.0",
|
12
|
+
"rollup-plugin-node-resolve": "^5.0.0",
|
13
|
+
"testcafe": "^1.3.1",
|
14
|
+
"testcafe-browser-provider-saucelabs": "^1.7.0",
|
15
|
+
"testcafe-reporter-xunit": "^2.1.0",
|
16
|
+
"uglify-js": "^3.5.12"
|
17
|
+
},
|
18
|
+
"description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.",
|
19
|
+
"main": "./Sortable.min.js",
|
20
|
+
"module": "modular/sortable.esm.js",
|
21
|
+
"scripts": {
|
22
|
+
"build:umd": "set NODE_ENV=umd&& rollup -c ./scripts/umd-build.js",
|
23
|
+
"build:umd:watch": "set NODE_ENV=umd&& rollup -w -c ./scripts/umd-build.js",
|
24
|
+
"build:es": "set NODE_ENV=es&& rollup -c ./scripts/esm-build.js",
|
25
|
+
"build:es:watch": "set NODE_ENV=es&& rollup -w -c ./scripts/esm-build.js",
|
26
|
+
"minify": "node ./scripts/minify.js",
|
27
|
+
"build": "npm run build:es && npm run build:umd && npm run minify",
|
28
|
+
"test:compat": "node ./scripts/test-compat.js",
|
29
|
+
"test": "node ./scripts/test.js"
|
30
|
+
},
|
31
|
+
"maintainers": [
|
32
|
+
"Konstantin Lebedev <ibnRubaXa@gmail.com>",
|
33
|
+
"Owen Mills <owen23355@gmail.com>"
|
34
|
+
],
|
35
|
+
"repository": {
|
36
|
+
"type": "git",
|
37
|
+
"url": "git://github.com/SortableJS/Sortable.git"
|
38
|
+
},
|
39
|
+
"files": [
|
40
|
+
"Sortable.js",
|
41
|
+
"Sortable.min.js",
|
42
|
+
"modular/"
|
43
|
+
],
|
44
|
+
"keywords": [
|
45
|
+
"sortable",
|
46
|
+
"reorder",
|
47
|
+
"drag",
|
48
|
+
"meteor",
|
49
|
+
"angular",
|
50
|
+
"ng-sortable",
|
51
|
+
"react",
|
52
|
+
"vue",
|
53
|
+
"mixin"
|
54
|
+
],
|
55
|
+
"license": "MIT"
|
56
|
+
}
|
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: 36.0.
|
4
|
+
version: 36.0.3
|
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: 2023-
|
11
|
+
date: 2023-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_app_config
|