Skip to content

Commit

Permalink
Bump material-symbols from 0.22.2 to 0.28.1 in /graylog2-web-interface (
Browse files Browse the repository at this point in the history
#21482)

* Bump material-symbols from 0.22.2 to 0.28.1 in /graylog2-web-interface

Bumps [material-symbols](https://github.com/marella/material-symbols/tree/HEAD/material-symbols) from 0.22.2 to 0.28.1.
- [Release notes](https://github.com/marella/material-symbols/releases)
- [Commits](https://github.com/marella/material-symbols/commits/v0.28.1/material-symbols)

---
updated-dependencies:
- dependency-name: material-symbols
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Replacing deprecated icon.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dennis Oelkers <dennis@graylog.com>
  • Loading branch information
dependabot[bot] and dennisoelkers authored Jan 30, 2025
1 parent 593ec7c commit 4c74174
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion graylog2-web-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"leaflet": "^1.5.1",
"lodash": "^4.17.4",
"marked": "^14.0.0",
"material-symbols": "^0.22.0",
"material-symbols": "^0.28.1",
"md5": "^2.2.1",
"moment-duration-format": "2.3.2",
"moment-precise-range-plugin": "^1.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ const WidgetHorizontalStretch = ({ onStretch, position, widgetId, widgetType }:

const { width } = position;
const stretched = width === Infinity;
const icon = stretched ? 'compress' : 'width';
const icon = stretched ? 'compress' : 'expand';
const title = stretched ? 'Compress width' : 'Stretch width';

return (
<StyledIconButton onClick={onClick}
name={icon}
title={title}
$stretched={stretched}
rotation={stretched ? 90 : undefined} />
rotation={90} />
);
};

Expand Down
8 changes: 4 additions & 4 deletions graylog2-web-interface/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11729,10 +11729,10 @@ material-colors@^1.2.1:
resolved "https://registry.yarnpkg.com/material-colors/-/material-colors-1.2.6.tgz#6d1958871126992ceecc72f4bcc4d8f010865f46"
integrity sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==

material-symbols@^0.22.0:
version "0.22.2"
resolved "https://registry.yarnpkg.com/material-symbols/-/material-symbols-0.22.2.tgz#a51f82aa4c3b8a0483bef186abb51f0707fd5fae"
integrity sha512-guN2+CzAwxUfdXiuVHcdogDmvhzvRYxMakKd39WmYuyTPaN73UuNC5cH4d4/JVNaLT1EMM8W/4PqHqVBye3ZiA==
material-symbols@^0.28.1:
version "0.28.1"
resolved "https://registry.yarnpkg.com/material-symbols/-/material-symbols-0.28.1.tgz#9c506b133878fc4a2faa7fd2304c371aceb115f7"
integrity sha512-oLaBgTunF04BQEcUP5z+6FStqdfXrNVnYo2CB4Ej8d2RqrhYxSKllcHvXRYWjNNl/hRmlHJF9B62YWuZ4kHYpA==

math-intrinsics@^1.0.0, math-intrinsics@^1.1.0:
version "1.1.0"
Expand Down

0 comments on commit 4c74174

Please sign in to comment.