Skip to content

Commit f739bee

Browse files
Merge pull request #373 from nginformatica/feat/add-launch-and-content-paste-mui-icons
Feat/add launch and content-paste mui icons
2 parents 0f8e7f2 + 9ca092b commit f739bee

File tree

3 files changed

+353
-359
lines changed

3 files changed

+353
-359
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flipper-ui",
3-
"version": "0.35.10",
3+
"version": "0.35.11",
44
"description": "React UI based on the @mui/material toolkit for the web",
55
"main": "dist/index.js",
66
"author": "NG",
@@ -32,10 +32,10 @@
3232
"dependencies": {
3333
"@emotion/react": "11.14.0",
3434
"@emotion/styled": "11.14.0",
35-
"@mui/icons-material": "6.4.7",
36-
"@mui/material": "6.4.7",
37-
"@mui/system": "6.4.7",
38-
"@mui/x-date-pickers": "7.27.3",
35+
"@mui/icons-material": "6.4.8",
36+
"@mui/material": "6.4.8",
37+
"@mui/system": "6.4.8",
38+
"@mui/x-date-pickers": "7.28.0",
3939
"ramda": "0.30.1",
4040
"react-loading-skeleton": "3.5.0",
4141
"react-number-format": "5.4.3"
@@ -48,30 +48,30 @@
4848
"@babel/preset-react": "7.26.3",
4949
"@babel/preset-typescript": "7.26.0",
5050
"@faker-js/faker": "9.6.0",
51-
"@storybook/addon-essentials": "8.6.6",
51+
"@storybook/addon-essentials": "8.6.7",
5252
"@storybook/addon-webpack5-compiler-babel": "3.0.5",
53-
"@storybook/blocks": "8.6.6",
54-
"@storybook/react": "8.6.6",
55-
"@storybook/react-webpack5": "8.6.6",
53+
"@storybook/blocks": "8.6.7",
54+
"@storybook/react": "8.6.7",
55+
"@storybook/react-webpack5": "8.6.7",
5656
"@stylistic/eslint-plugin": "4.2.0",
5757
"@testing-library/dom": "10.4.0",
5858
"@testing-library/jest-dom": "6.6.3",
5959
"@testing-library/react": "16.2.0",
6060
"@testing-library/user-event": "14.6.1",
6161
"@types/jest": "29.5.14",
62-
"@types/node": "22.13.10",
62+
"@types/node": "22.13.11",
6363
"@types/ramda": "0.30.2",
6464
"@types/react": "18.3.12",
6565
"@types/uuid": "10.0.0",
66-
"@typescript-eslint/eslint-plugin": "8.26.1",
67-
"@typescript-eslint/parser": "8.26.1",
66+
"@typescript-eslint/eslint-plugin": "8.27.0",
67+
"@typescript-eslint/parser": "8.27.0",
6868
"babel-loader": "10.0.0",
6969
"babel-plugin-import": "1.13.8",
7070
"babel-plugin-module-resolver": "5.0.2",
7171
"date-fns": "4.1.0",
7272
"eslint": "9.22.0",
7373
"eslint-config-prettier": "10.1.1",
74-
"eslint-import-resolver-typescript": "4.1.1",
74+
"eslint-import-resolver-typescript": "4.2.2",
7575
"eslint-plugin-import": "2.31.0",
7676
"eslint-plugin-prettier": "5.2.3",
7777
"eslint-plugin-react": "7.37.4",
@@ -83,12 +83,12 @@
8383
"prettier": "3.5.3",
8484
"react": "18.3.1",
8585
"react-dom": "18.3.1",
86-
"storybook": "8.6.6",
87-
"styled-components": "6.1.15",
86+
"storybook": "8.6.7",
87+
"styled-components": "6.1.16",
8888
"ts-jest": "29.2.6",
8989
"ts-loader": "9.5.2",
9090
"typescript": "5.8.2",
91-
"typescript-eslint": "8.26.1",
91+
"typescript-eslint": "8.27.0",
9292
"uuid": "11.1.0",
9393
"webpack": "5.98.0"
9494
},

src/icons/mui/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export { default as IconClose } from '@mui/icons-material/Close'
2929
export { default as IconCloudDownload } from '@mui/icons-material/CloudDownload'
3030
export { default as IconCompareArrows } from '@mui/icons-material/CompareArrows'
3131
export { default as IconContentCopy } from '@mui/icons-material/ContentCopy'
32+
export { default as IconContentPaste } from '@mui/icons-material/ContentPaste'
3233
export { default as IconCreditCard } from '@mui/icons-material/CreditCard'
3334
export { default as IconDateRange } from '@mui/icons-material/DateRange'
3435
export { default as IconDelete } from '@mui/icons-material/Delete'
@@ -72,6 +73,7 @@ export { default as IconInfo } from '@mui/icons-material/Info'
7273
export { default as IconInsertDriveFile } from '@mui/icons-material/InsertDriveFile'
7374
export { default as IconLabelImportant } from '@mui/icons-material/LabelImportant'
7475
export { default as IconLastPage } from '@mui/icons-material/LastPage'
76+
export { default as IconLaunch } from '@mui/icons-material/Launch'
7577
export { default as IconLibraryBooksOutlined } from '@mui/icons-material/LibraryBooksOutlined'
7678
export { default as IconList } from '@mui/icons-material/List'
7779
export { default as IconListAlt } from '@mui/icons-material/ListAlt'

0 commit comments

Comments
 (0)