@caweb/webpack 1.3.35 → 1.3.36
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.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/webpack",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.36",
|
|
4
4
|
"description": "CAWebPublishing Webpack Configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
39
39
|
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
40
|
-
"@caweb/html-webpack-plugin": "^1.7.
|
|
40
|
+
"@caweb/html-webpack-plugin": "^1.7.5",
|
|
41
41
|
"@caweb/jshint-webpack-plugin": "^2.0.1"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
v1.7.5
|
|
2
|
+
- Added sr-only to social share links in the footer template
|
|
3
|
+
- Added text-decoration to a:hover:not(.btn) and a:focus:not(.btn)
|
|
4
|
+
- Removed anchor line-height fix and added padding to anchors to correct interactive element not meeting minimum size or spacing
|
|
5
|
+
- Updated npm packages
|
|
6
|
+
|
|
1
7
|
v1.7.4
|
|
2
8
|
- Increased anchor line-height from 1.5 to 1.75 to correct interactive element not meeting minimum size or spacing
|
|
3
9
|
- Updated npm packages
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@caweb/html-webpack-plugin",
|
|
9
|
-
"version": "1.7.
|
|
9
|
+
"version": "1.7.5",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bootstrap-forced-colors-css": "^1.0.7",
|
|
33
33
|
"chalk": "^5.4.1",
|
|
34
34
|
"cross-spawn": "^7.0.6",
|
|
35
|
-
"fast-xml-parser": "^5.2.
|
|
35
|
+
"fast-xml-parser": "^5.2.1"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"node_modules/@ampproject/remapping": {
|
|
@@ -11188,9 +11188,9 @@
|
|
|
11188
11188
|
"license": "BSD-3-Clause"
|
|
11189
11189
|
},
|
|
11190
11190
|
"node_modules/fast-xml-parser": {
|
|
11191
|
-
"version": "5.2.
|
|
11192
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.
|
|
11193
|
-
"integrity": "sha512-
|
|
11191
|
+
"version": "5.2.1",
|
|
11192
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.1.tgz",
|
|
11193
|
+
"integrity": "sha512-Kqq/ewnRACQ20e0BlQ5KqHRYWRBp7yv+jttK4Yj2yY+2ldgCoxJkrP1NHUhjypsJ+eQXlGJ/jebM3wa60s1rbQ==",
|
|
11194
11194
|
"dev": true,
|
|
11195
11195
|
"funding": [
|
|
11196
11196
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"description": "CAWebPublishing Sample Page and Configurations",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"bootstrap-forced-colors-css": "^1.0.7",
|
|
113
113
|
"chalk": "^5.4.1",
|
|
114
114
|
"cross-spawn": "^7.0.6",
|
|
115
|
-
"fast-xml-parser": "^5.2.
|
|
115
|
+
"fast-xml-parser": "^5.2.1"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
{{#each social }}
|
|
23
23
|
{{#if this }}
|
|
24
24
|
<li class="nav-item">
|
|
25
|
-
<a href="{{ this }}" class="nav-link ca-gov-icon-{{ @key }}"></a>
|
|
25
|
+
<a href="{{ this }}" class="nav-link ca-gov-icon-{{ @key }}"><span class="sr-only">{{ @key }}</span></a>
|
|
26
26
|
</li>
|
|
27
27
|
{{/if}}
|
|
28
28
|
{{/each}}
|