Skip to content

Commit

Permalink
Update dependency remixicon to ^4.6.0 (#1677)
Browse files Browse the repository at this point in the history
Co-authored-by: April Sylph <[email protected]>
  • Loading branch information
renovate[bot] and AprilSylph authored Jan 19, 2025
1 parent 67425d1 commit f4f7c6d
Show file tree
Hide file tree
Showing 10 changed files with 214 additions and 62 deletions.
2 changes: 1 addition & 1 deletion dev/copy-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ cp node_modules/spectrum-colorpicker/spectrum.js src/lib/
cp node_modules/webextension-polyfill/dist/browser-polyfill.min.js src/lib/
chmod +x src/lib/**.js

cp node_modules/remixicon/fonts/*.* src/lib/remixicon/
cp node_modules/remixicon/fonts/*.{css,eot,woff2,woff,ttf,svg} src/lib/remixicon/
cp node_modules/spectrum-colorpicker/spectrum.css src/lib/
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jquery": "^3.7.1",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"remixicon": "^4.5.0",
"remixicon": "^4.6.0",
"spectrum-colorpicker": "^1.8.1",
"webextension-polyfill": "^0.12.0"
},
Expand Down
54 changes: 46 additions & 8 deletions src/lib/remixicon/remixicon.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/*
* Remix Icon v4.5.0
* Remix Icon v4.6.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2024-10-28
* Date: 2024-12-17
*/
@font-face {
font-family: "remixicon";
src: url('remixicon.eot?t=1730118419915'); /* IE9*/
src: url('remixicon.eot?t=1730118419915#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1730118419915") format("woff2"),
url("remixicon.woff?t=1730118419915") format("woff"),
url('remixicon.ttf?t=1730118419915') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1730118419915#remixicon') format('svg'); /* iOS 4.1- */
src: url('remixicon.eot?t=1734404658139'); /* IE9*/
src: url('remixicon.eot?t=1734404658139#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("remixicon.woff2?t=1734404658139") format("woff2"),
url("remixicon.woff?t=1734404658139") format("woff"),
url('remixicon.ttf?t=1734404658139') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('remixicon.svg?t=1734404658139#remixicon') format('svg'); /* iOS 4.1- */
font-display: swap;
}

Expand Down Expand Up @@ -3063,4 +3063,42 @@
.ri-poker-spades-line:before { content: "\f5ca"; }
.ri-safe-3-fill:before { content: "\f5cb"; }
.ri-safe-3-line:before { content: "\f5cc"; }
.ri-accessibility-fill:before { content: "\f5cd"; }
.ri-accessibility-line:before { content: "\f5ce"; }
.ri-alarm-add-fill:before { content: "\f5cf"; }
.ri-alarm-add-line:before { content: "\f5d0"; }
.ri-arrow-down-long-fill:before { content: "\f5d1"; }
.ri-arrow-down-long-line:before { content: "\f5d2"; }
.ri-arrow-left-down-long-fill:before { content: "\f5d3"; }
.ri-arrow-left-down-long-line:before { content: "\f5d4"; }
.ri-arrow-left-long-fill:before { content: "\f5d5"; }
.ri-arrow-left-long-line:before { content: "\f5d6"; }
.ri-arrow-left-up-long-fill:before { content: "\f5d7"; }
.ri-arrow-left-up-long-line:before { content: "\f5d8"; }
.ri-arrow-right-down-long-fill:before { content: "\f5d9"; }
.ri-arrow-right-down-long-line:before { content: "\f5da"; }
.ri-arrow-right-long-fill:before { content: "\f5db"; }
.ri-arrow-right-long-line:before { content: "\f5dc"; }
.ri-arrow-right-up-long-fill:before { content: "\f5dd"; }
.ri-arrow-right-up-long-line:before { content: "\f5de"; }
.ri-arrow-up-long-fill:before { content: "\f5df"; }
.ri-arrow-up-long-line:before { content: "\f5e0"; }
.ri-chess-fill:before { content: "\f5e1"; }
.ri-chess-line:before { content: "\f5e2"; }
.ri-diamond-fill:before { content: "\f5e3"; }
.ri-diamond-line:before { content: "\f5e4"; }
.ri-diamond-ring-fill:before { content: "\f5e5"; }
.ri-diamond-ring-line:before { content: "\f5e6"; }
.ri-figma-fill:before { content: "\f5e7"; }
.ri-figma-line:before { content: "\f5e8"; }
.ri-firefox-browser-fill:before { content: "\f5e9"; }
.ri-firefox-browser-line:before { content: "\f5ea"; }
.ri-jewelry-fill:before { content: "\f5eb"; }
.ri-jewelry-line:before { content: "\f5ec"; }
.ri-multi-image-fill:before { content: "\f5ed"; }
.ri-multi-image-line:before { content: "\f5ee"; }
.ri-no-credit-card-fill:before { content: "\f5ef"; }
.ri-no-credit-card-line:before { content: "\f5f0"; }
.ri-service-bell-fill:before { content: "\f5f1"; }
.ri-service-bell-line:before { content: "\f5f2"; }

Binary file modified src/lib/remixicon/remixicon.eot
Binary file not shown.
Loading

0 comments on commit f4f7c6d

Please sign in to comment.