Skip to content

Commit

Permalink
Use @rancher/icons package rather than a GH reference (#11109)
Browse files Browse the repository at this point in the history
* Use @rancher/icons package rather than a GH reference

* Bump to icon font 2.0.29
  • Loading branch information
nwmac authored May 28, 2024
1 parent 88f7382 commit 9f1a920
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"marked": "4.0.17",
"papaparse": "5.3.0",
"portal-vue": "2.1.7",
"rancher-icons": "rancher/icons#v2.0.25",
"@rancher/icons": "2.0.29",
"sass": "1.51.0",
"sass-loader": "10.2.1",
"set-cookie-parser": "2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion shell/assets/styles/fonts/_icons.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

@use "sass:math";

@import "~rancher-icons/style.scss";
@import "@rancher/icons/style.scss";

// Animated Icons
// --------------------------
Expand Down
2 changes: 1 addition & 1 deletion shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"nyc": "15.1.0",
"papaparse": "5.3.0",
"portal-vue": "2.1.7",
"rancher-icons": "rancher/icons#v2.0.25",
"@rancher/icons": "2.0.29",
"sass": "1.51.0",
"sass-loader": "10.2.1",
"serve-static": "1.14.1",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3144,6 +3144,11 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.4.4.tgz#11d5db19bd178936ec89cd84519c4de439574398"
integrity sha512-1oO6+dN5kdIA3sKPZhRGJTfGVP4SWV6KqlMOwry4J3HfyD68sl/3KmG7DeYUzvN+RbhXDnv/D8vNNB8168tAMg==

"@rancher/[email protected]":
version "2.0.29"
resolved "https://registry.yarnpkg.com/@rancher/icons/-/icons-2.0.29.tgz#6546d69768c706bebd66bfa73b36aef3d105987a"
integrity sha512-qBBqfazS9y5VjV7fJDPNXmxd9AP/2uiE05mKFWP41kpbO+tEb62RnUBXCm14XLeScDZQcOuiAKVHMmvCFzF0BA==

"@sideway/address@^4.1.3":
version "4.1.4"
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0"
Expand Down Expand Up @@ -13647,10 +13652,6 @@ queue-microtask@^1.2.2:
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

rancher-icons@rancher/icons#v2.0.25:
version "2.0.25"
resolved "https://codeload.github.com/rancher/icons/tar.gz/c3ac5816ee755a5c856324fe62323357fb05d421"

randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
Expand Down

0 comments on commit 9f1a920

Please sign in to comment.