govuk_publishing_components 41.1.0 → 41.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/component_guide/application.scss +6 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_cards.scss +13 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_inverse-header.scss +12 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-footer.scss +8 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +22 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +12 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-header.scss +14 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav-related.scss +24 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +32 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_tabs.scss +32 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +25 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_button.scss +17 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_highlight-answer.scss +11 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_media-player.scss +6 -0
- data/app/views/govuk_publishing_components/components/_attachment.html.erb +2 -0
- data/app/views/govuk_publishing_components/components/_cards.html.erb +6 -1
- data/app/views/govuk_publishing_components/components/_layout_header.html.erb +4 -4
- data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_table.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/attachment/_thumbnail_external.html.erb +3 -0
- data/app/views/govuk_publishing_components/components/docs/cards.yml +14 -34
- data/app/views/govuk_publishing_components/components/layout_header/_navigation_items.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/layout_header/_search.html.erb +1 -1
- data/lib/govuk_publishing_components/presenters/attachment_helper.rb +4 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/axe.d.ts +18 -5
- data/node_modules/axe-core/axe.js +757 -716
- data/node_modules/axe-core/axe.min.js +2 -2
- data/node_modules/axe-core/locales/_template.json +101 -96
- data/node_modules/axe-core/locales/de.json +12 -5
- data/node_modules/axe-core/locales/ja.json +15 -7
- data/node_modules/axe-core/package.json +14 -10
- data/node_modules/axe-core/sri-history.json +4 -0
- metadata +3 -2
@@ -498,7 +498,8 @@
|
|
498
498
|
},
|
499
499
|
"aria-required-children": {
|
500
500
|
"pass": {
|
501
|
-
"default": "必須のARIA子ロールが存在します"
|
501
|
+
"default": "必須のARIA子ロールが存在します",
|
502
|
+
"aria-busy": "要素にはaria-busy属性が指定されているため、必要な子要素を省略することが許可されています"
|
502
503
|
},
|
503
504
|
"fail": {
|
504
505
|
"singular": "必須のARIA子ロールが提供されていません: ${data.values}",
|
@@ -537,7 +538,8 @@
|
|
537
538
|
"noIdShadow": "ARIA属性で指定されている要素のIDがページ上に存在しないか、別のshadow DOMツリーの小要素です: ${data.needsReview}",
|
538
539
|
"ariaCurrent": "ARIA属性値が無効であるため、\"aria-current=true\"として扱われます: ${data.needsReview}",
|
539
540
|
"idrefs": "ARIA属性で指定されている要素のIDがページ上に存在するかどうか判定できません: ${data.needsReview}",
|
540
|
-
"empty": "ARIA属性値が空のときは無視されます: ${data.needsReview}"
|
541
|
+
"empty": "ARIA属性値が空のときは無視されます: ${data.needsReview}",
|
542
|
+
"controlsWithinPopup": "aria-haspopupを使用している際にaria-controlsが参照するIDがページ上に存在するかどうかを判断できません: ${data.needsReview}"
|
541
543
|
}
|
542
544
|
},
|
543
545
|
"aria-valid-attr": {
|
@@ -821,7 +823,7 @@
|
|
821
823
|
"pass": "リスト項目に<ul>、<ol>、またはrole=\"list\"の親要素が存在します",
|
822
824
|
"fail": {
|
823
825
|
"default": "リスト項目に <ul>、<ol> 親要素が存在しません",
|
824
|
-
"roleNotValid": "
|
826
|
+
"roleNotValid": "リスト項目の親要素に、role=\"list\"以外のロールが指定されています"
|
825
827
|
}
|
826
828
|
},
|
827
829
|
"only-dlitems": {
|
@@ -864,17 +866,22 @@
|
|
864
866
|
"fail": "<meta>タグの${data}がモバイルデバイスでの拡大を無効にします"
|
865
867
|
},
|
866
868
|
"target-offset": {
|
867
|
-
"pass":
|
869
|
+
"pass": {
|
870
|
+
"default": "ターゲットは最も近い隣接する要素との間に充分な大きさの空白があります。クリッカブルな領域として十分な大きさは、${data.minOffset}px以上で直径${data.closestOffset}pxです。",
|
871
|
+
"large": "ターゲットの大きさは、最低${data.minOffset}pxの基準を大きく上回っています。"
|
872
|
+
},
|
868
873
|
"fail": "ターゲットに最も近い隣接要素との間の空白の大きさが不十分です。クリッカブルな領域として十分な大きさは、${data.minOffset}px以上ではなく、直径${data.closestOffset}pxです。",
|
869
874
|
"incomplete": {
|
870
875
|
"default": "tabindexが負の要素において、最も近い隣接要素との間の空白の大きさが不十分です。クリッカブルな領域として十分な大きさは、${data.minOffset}px以上ではなく、直径${data.closestOffset}pxです。これがターゲットであるか確認しましょう。",
|
871
|
-
"nonTabbableNeighbor": "ターゲットに最も近い隣接要素との間の空白の大きさが不十分です。クリッカブルな領域として十分な大きさは、${data.minOffset}px以上ではなく、直径${data.closestOffset}pxです。隣接要素がターゲットであるか確認しましょう。"
|
876
|
+
"nonTabbableNeighbor": "ターゲットに最も近い隣接要素との間の空白の大きさが不十分です。クリッカブルな領域として十分な大きさは、${data.minOffset}px以上ではなく、直径${data.closestOffset}pxです。隣接要素がターゲットであるか確認しましょう。",
|
877
|
+
"tooManyRects": "重複する要素が多すぎるため、ターゲットの大きさを取得できません。"
|
872
878
|
}
|
873
879
|
},
|
874
880
|
"target-size": {
|
875
881
|
"pass": {
|
876
882
|
"default": "コントロールには十分なサイズがあります (${data.width}px x ${data.height}pxであり、${data.minSize}px x ${data.minSize}px以上です)",
|
877
|
-
"obscured": "コントロールは完全に隠されていてクリックできないため無視されます"
|
883
|
+
"obscured": "コントロールは完全に隠されていてクリックできないため無視されます",
|
884
|
+
"large": "ターゲットの大きさはは最低${data.minSize}pxの基準を大きく上回っています。"
|
878
885
|
},
|
879
886
|
"fail": {
|
880
887
|
"default": "ターゲットのサイズが不十分です (${data.width}px x ${data.height}pxですが、${data.minSize}px x ${data.minSize}px以上でなければなりません)",
|
@@ -884,7 +891,8 @@
|
|
884
891
|
"default": "tabindexが負の要素のサイズが不十分です (${data.width}px x ${data.height}pxですが、${data.minSize}px x ${data.minSize}px以上でなければなりません)。これがターゲットであるか確認しましょう",
|
885
892
|
"contentOverflow": "コンテンツがオーバーフローしたため、要素のサイズを正確に決定できませんでした",
|
886
893
|
"partiallyObscured": "tabindexが負の要素は、部分的に隠れているためサイズが不十分です (最小のスペースは${data.width}px x ${data.height}pxですが、${data.minSize}px x ${data.minSize}px以上でなければなりません)。これがターゲットであるか確認しましょう",
|
887
|
-
"partiallyObscuredNonTabbable": "ターゲットのサイズが不十分です。これはtabindexが負の隣接オブジェクトによって部分的に隠されているためです (最小のスペースは${data.width}px x ${data.height}pxですが、${data.minSize}px x ${data.minSize}px以上でなければなりません)。隣接要素がターゲットであるか確認しましょう"
|
894
|
+
"partiallyObscuredNonTabbable": "ターゲットのサイズが不十分です。これはtabindexが負の隣接オブジェクトによって部分的に隠されているためです (最小のスペースは${data.width}px x ${data.height}pxですが、${data.minSize}px x ${data.minSize}px以上でなければなりません)。隣接要素がターゲットであるか確認しましょう",
|
895
|
+
"tooManyRects": "重複する要素が多すぎるため、ターゲットの大きさを取得できません。"
|
888
896
|
}
|
889
897
|
},
|
890
898
|
"header-present": {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "axe-core",
|
3
3
|
"description": "Accessibility engine for automated Web UI testing",
|
4
|
-
"version": "4.
|
4
|
+
"version": "4.10.0",
|
5
5
|
"license": "MPL-2.0",
|
6
6
|
"engines": {
|
7
7
|
"node": ">=4"
|
@@ -76,6 +76,8 @@
|
|
76
76
|
"develop": "grunt dev --force",
|
77
77
|
"api-docs": "jsdoc --configure .jsdoc.json",
|
78
78
|
"build": "grunt",
|
79
|
+
"patch": "npx patch-package",
|
80
|
+
"unpatch": "npx patch-package --reverse",
|
79
81
|
"eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js'",
|
80
82
|
"test": "npm run test:tsc && run-s \"test:unit:* -- {@}\" --",
|
81
83
|
"test:tsc": "tsc",
|
@@ -110,13 +112,13 @@
|
|
110
112
|
"sri-update": "grunt build && node build/sri-update && git add sri-history.json",
|
111
113
|
"sri-validate": "node build/sri-update --validate",
|
112
114
|
"fmt": "prettier --write .",
|
113
|
-
"prepare": "husky",
|
115
|
+
"prepare": "husky && npm run patch",
|
114
116
|
"prebuild": "node ./build/check-node-version.js",
|
115
117
|
"pretest": "node ./build/check-node-version.js",
|
116
118
|
"postbuild": "prettier --write ./locales/_template.json ./doc/rule-descriptions.md"
|
117
119
|
},
|
118
120
|
"devDependencies": {
|
119
|
-
"@axe-core/webdriverjs": "^4.
|
121
|
+
"@axe-core/webdriverjs": "^4.9.0",
|
120
122
|
"@babel/core": "^7.20.12",
|
121
123
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
122
124
|
"@babel/preset-env": "^7.20.2",
|
@@ -130,18 +132,19 @@
|
|
130
132
|
"chromedriver": "latest",
|
131
133
|
"clean-jsdoc-theme": "^4.2.17",
|
132
134
|
"clone": "^2.1.2",
|
133
|
-
"colorjs.io": "
|
135
|
+
"colorjs.io": "0.4.3",
|
134
136
|
"conventional-commits-parser": "^5.0.0",
|
135
137
|
"core-js": "^3.27.1",
|
136
138
|
"css-selector-parser": "^1.4.1",
|
137
139
|
"emoji-regex": "^10.2.1",
|
138
140
|
"es6-promise": "^4.2.8",
|
139
141
|
"esbuild": "^0.10.x",
|
140
|
-
"eslint": "^
|
141
|
-
"eslint-config-prettier": "^9.
|
142
|
-
"eslint-plugin-mocha-no-only": "^1.
|
142
|
+
"eslint": "^9.2.0",
|
143
|
+
"eslint-config-prettier": "^9.1.0",
|
144
|
+
"eslint-plugin-mocha-no-only": "^1.2.0",
|
143
145
|
"execa": "5.x",
|
144
146
|
"glob": "^10.3.10",
|
147
|
+
"globals": "^15.2.0",
|
145
148
|
"grunt": "^1.5.3",
|
146
149
|
"grunt-babel": "^8.0.0",
|
147
150
|
"grunt-bytesize": "^0.2.0",
|
@@ -170,11 +173,12 @@
|
|
170
173
|
"node-notifier": "^10.0.1",
|
171
174
|
"npm-run-all": "^4.1.5",
|
172
175
|
"outdent": "^0.8.0",
|
176
|
+
"patch-package": "^8.0.0",
|
173
177
|
"prettier": "^3.0.3",
|
174
178
|
"revalidator": "^0.3.1",
|
175
179
|
"selenium-webdriver": "^4.7.1",
|
176
180
|
"serve-handler": "^6.1.5",
|
177
|
-
"sinon": "^
|
181
|
+
"sinon": "^18.0.0",
|
178
182
|
"sri-toolbox": "^0.2.0",
|
179
183
|
"standard-version": "^9.5.0",
|
180
184
|
"start-server-and-test": "^2.0.1",
|
@@ -189,8 +193,8 @@
|
|
189
193
|
"prettier --write"
|
190
194
|
],
|
191
195
|
"*.js": [
|
192
|
-
"
|
193
|
-
"
|
196
|
+
"prettier --write",
|
197
|
+
"eslint --fix"
|
194
198
|
]
|
195
199
|
}
|
196
200
|
}
|
@@ -378,5 +378,9 @@
|
|
378
378
|
"4.9.1": {
|
379
379
|
"axe.js": "sha256-t7u8FiO2U54AN0dyGu2hAMcYdgpuXEkM6n+Eup6lMyQ=",
|
380
380
|
"axe.min.js": "sha256-GCpA3F2CB+YmwJhhrWUCfUXoXjpW0BBF0Gji6I7kMuo="
|
381
|
+
},
|
382
|
+
"4.10.0": {
|
383
|
+
"axe.js": "sha256-n/KN+TQhojZXnh49uUEY3/Df5WszWcCEothu0P58qDY=",
|
384
|
+
"axe.min.js": "sha256-SDpP7Usv5Wz9lKWFZQIMhjmD+EFeKCfzSB3ONecO/7U="
|
381
385
|
}
|
382
386
|
}
|
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: 41.1.
|
4
|
+
version: 41.1.2
|
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: 2024-08-
|
11
|
+
date: 2024-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_app_config
|
@@ -719,6 +719,7 @@ files:
|
|
719
719
|
- app/views/govuk_publishing_components/components/_translation_nav.html.erb
|
720
720
|
- app/views/govuk_publishing_components/components/_warning_text.html.erb
|
721
721
|
- app/views/govuk_publishing_components/components/attachment/_thumbnail_document.html.erb
|
722
|
+
- app/views/govuk_publishing_components/components/attachment/_thumbnail_external.html.erb
|
722
723
|
- app/views/govuk_publishing_components/components/attachment/_thumbnail_generic.html.erb
|
723
724
|
- app/views/govuk_publishing_components/components/attachment/_thumbnail_html.html.erb
|
724
725
|
- app/views/govuk_publishing_components/components/attachment/_thumbnail_pdf.html.erb
|