Skip to content

Commit

Permalink
Merge pull request #120 from lifeomic/bump-chromicons-v3.5.0
Browse files Browse the repository at this point in the history
Bump Chromicons to v3.5.0
  • Loading branch information
dexterca authored Aug 19, 2024
2 parents 092645f + d052b37 commit d010bc2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"next:start": "next start"
},
"dependencies": {
"@lifeomic/chromicons": "^3.4.0",
"@lifeomic/chromicons": "^3.5.0",
"@reach/alert": "^0.11.2",
"@reach/dialog": "^0.11.2",
"@tailwindui/react": "^0.1.1",
Expand Down
21 changes: 17 additions & 4 deletions src/util/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -905,11 +905,15 @@ export default {
categories: ['ui'],
},
MessageCircle: {
keywords: 'comment chat',
keywords: 'comment chat feedback',
categories: ['ui'],
},
MessageSquare: {
keywords: 'comment chat',
keywords: 'comment chat feedback',
categories: ['ui'],
},
MessageThumbsUp: {
keywords: 'comment chat feedback positive rank rate rating',
categories: ['ui'],
},
Mic: {
Expand Down Expand Up @@ -1361,6 +1365,15 @@ export default {
keywords: 'ship launch rocket space',
categories: ['ui'],
},
Sparkle: {
keywords:
'ai artificial bot bright clean dazzle fresh intelligence new polished pure shiny',
categories: ['ui'],
},
SparkleCircle: {
keywords: 'ai artificial bot chat intelligence',
categories: ['ui'],
},
Speaker: {
keywords: 'audio music sound',
categories: ['ui'],
Expand Down Expand Up @@ -1431,11 +1444,11 @@ export default {
categories: ['ui', 'science'],
},
ThumbsDown: {
keywords: 'bad dislike emotion',
keywords: 'bad dislike emotion rank rate rating',
categories: ['ui'],
},
ThumbsUp: {
keywords: 'good like emotion',
keywords: 'good like emotion rank rate rating',
categories: ['ui'],
},
Thyroid: {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
dependencies:
purgecss "^3.1.3"

"@lifeomic/chromicons@^3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@lifeomic/chromicons/-/chromicons-3.4.0.tgz#11df453c55519c581367ce47d50cff6cc01cf04e"
integrity sha512-pMtQK2BtQLLusldsjuOFcd7K4jb8fY9W/FykWxK/4hVTRpFD2SQ6jaFrEo/thLMXTpjOESVVMpqCHqGkdTfOGw==
"@lifeomic/chromicons@^3.5.0":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@lifeomic/chromicons/-/chromicons-3.5.0.tgz#091607ae5b366efbf99bd39dc1a579470275b5e7"
integrity sha512-CZyneWFT3vR1RamLdkm1ROat5AmiILJ7bBvj8fHoSFhJTN9A8333EWj/ECByv8rh+e6hmHnDeJjMgmNBj0To2Q==

"@next/[email protected]":
version "12.1.0"
Expand Down

0 comments on commit d010bc2

Please sign in to comment.