Skip to content

Commit 9e708b4

Browse files
feat: New icons (#407)
* New tabbar icons * update loki images * Remove fill="none" attributes * Fix update-storybook script Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
1 parent cdc77d1 commit 9e708b4

9 files changed

+26
-2
lines changed

packages/fuselage-ui-kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint-staged": "lint-staged",
3636
"build-storybook": "cross-env NODE_ENV=production build-storybook",
3737
"update-storybook": "run-s .:update-storybook:build-storybook .:update-storybook:loki-update",
38-
".:update-storybook:build-storybook": "build-storybook",
38+
".:update-storybook:build-storybook": "run-s build-storybook",
3939
".:update-storybook:loki-update": "loki update --chromeDockerImage=chinello/alpine-chrome:latest --chromeFlags=\"--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor\" --verboseRenderer --requireReference --reactUri file:./storybook-static",
4040
"prettier-format": "prettier --config .prettierrc 'src/**/*' --write",
4141
"loki:test": "loki test --chromeDockerImage=chinello/alpine-chrome:latest --chromeFlags=\"--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor\" --verboseRenderer --requireReference --reactUri file:./storybook-static"
Loading
Loading

packages/fuselage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
".:build-storybook:jest-results": "jest --runInBand --json --outputFile .storybook/jest-results.json",
4141
".:build-storybook:build-storybook": "cross-env NODE_ENV=production build-storybook",
4242
"update-storybook": "run-s .:update-storybook:build-storybook .:update-storybook:loki-update",
43-
".:update-storybook:build-storybook": "build-storybook",
43+
".:update-storybook:build-storybook": "run-s build-storybook",
4444
".:update-storybook:loki-update": "loki update --chromeDockerImage=chinello/alpine-chrome:latest --chromeFlags='--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor' --verboseRenderer --requireReference --reactUri file:./storybook-static",
4545
"prettier-format": "prettier --config .prettierrc 'src/**/*.{ts,tsx,js,jsx}' --write",
4646
"loki:test": "loki test --chromeDockerImage=chinello/alpine-chrome:latest --chromeFlags='--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor' --verboseRenderer --requireReference --reactUri file:./storybook-static"

packages/icons/glyphsMapping.json

+12
Original file line numberDiff line numberDiff line change
@@ -712,5 +712,17 @@
712712
},
713713
"members": {
714714
"start": "\ue0c0"
715+
},
716+
"baloon-arrow-top-right": {
717+
"start": "\ue0c1"
718+
},
719+
"baloon-close-top-right": {
720+
"start": "\ue0c2"
721+
},
722+
"burger-arrow-left": {
723+
"start": "\ue0c3"
724+
},
725+
"mail-arrow-top-right": {
726+
"start": "\ue0c4"
715727
}
716728
}
Loading
Loading
+3
Loading
Loading

0 commit comments

Comments
 (0)