diff --git a/package-lock.json b/package-lock.json index 6b3170ee6..1a0d39387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@digitalservice4germany/angie": "^1.1.0", "@digitalservice4germany/style-dictionary": "^2.0.0", - "@digitalservicebund/icons": "^1.1.0", + "@digitalservicebund/icons": "^1.1.1", "@react-pdf/renderer": "^3.1.14", "@remix-run/express": "^2.4.1", "@remix-run/node": "^2.4.1", @@ -2250,9 +2250,9 @@ "integrity": "sha512-P4qRe2OyIZsxtOsX4GY0JP5k0YyDimoeY/eQP5S2Ibr0T1uFoH3/7yOsXeNeAS15H1A4h81apfNakK019F835Q==" }, "node_modules/@digitalservicebund/icons": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@digitalservicebund/icons/-/icons-1.1.0.tgz", - "integrity": "sha512-GjIuHC19owFnXoUjKkHrWmF+v2tWpBzINBf7Ou7SU/nKUf0n6r0ejXTMaGv5KxQiRIy9uv9fqMMrd6+fRM6lpw==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@digitalservicebund/icons/-/icons-1.1.1.tgz", + "integrity": "sha512-wFymvDQylWQjxF2Uz57UM+xSfU14NLeddZ9eeS+RJlQx+ayvZ6CyD7PmVEj1w8YnpTmQfVY/J4KNFFn2RllakQ==" }, "node_modules/@discoveryjs/json-ext": { "version": "0.5.7", diff --git a/package.json b/package.json index 8bbb91197..519e7b055 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@digitalservice4germany/angie": "^1.1.0", "@digitalservice4germany/style-dictionary": "^2.0.0", - "@digitalservicebund/icons": "^1.1.0", + "@digitalservicebund/icons": "^1.1.1", "@react-pdf/renderer": "^3.1.14", "@remix-run/express": "^2.4.1", "@remix-run/node": "^2.4.1", diff --git a/tests/unit/components/__snapshots__/storybook.test.ts.snap b/tests/unit/components/__snapshots__/storybook.test.ts.snap index 7a033fa53..464c2df21 100644 --- a/tests/unit/components/__snapshots__/storybook.test.ts.snap +++ b/tests/unit/components/__snapshots__/storybook.test.ts.snap @@ -22,7 +22,7 @@ exports[`Storyshots Basic/Alert Example 1`] = ` data-testid="NotificationsNoneIcon" focusable="false" height={24} - role="img" + role="graphics-symbol img" style={ { "height": 28, @@ -92,7 +92,7 @@ exports[`Storyshots Button/Button Icon Left 1`] = ` data-testid="HomeOutlinedIcon" focusable="false" height={24} - role="img" + role="graphics-symbol img" viewBox="0 0 24 24" width={24} xmlns="http://www.w3.org/2000/svg" @@ -132,7 +132,7 @@ exports[`Storyshots Button/Button Icon Right 1`] = ` data-testid="HomeOutlinedIcon" focusable="false" height={24} - role="img" + role="graphics-symbol img" viewBox="0 0 24 24" width={24} xmlns="http://www.w3.org/2000/svg" @@ -478,7 +478,7 @@ exports[`Storyshots Content/UserFeedback Example 1`] = ` data-testid="ThumbUpOutlinedIcon" focusable="false" height={24} - role="img" + role="graphics-symbol img" viewBox="0 0 24 24" width={24} xmlns="http://www.w3.org/2000/svg" @@ -511,7 +511,7 @@ exports[`Storyshots Content/UserFeedback Example 1`] = ` data-testid="ThumbDownOutlinedIcon" focusable="false" height={24} - role="img" + role="graphics-symbol img" viewBox="0 0 24 24" width={24} xmlns="http://www.w3.org/2000/svg"