Skip to content

Commit

Permalink
Feat/#0.5.4: V2 Publish 변경사항 적용 (#35)
Browse files Browse the repository at this point in the history
* refactor: badge 퍼블리싱 v2 버전 적용

* refactor: Navigation v1 publishing 반영

* refactor: SVG 컴포넌트 v2 버전 적용

* docs: readme 오타 수정

* storybook: SVGNavigation 스토리북 수정

* storybook: nav 변경사항 스토리북 적용
  • Loading branch information
semnil5202 authored Oct 16, 2024
1 parent 6b66a64 commit 42adf63
Show file tree
Hide file tree
Showing 24 changed files with 198 additions and 182 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ module.exports = {
'warn',
{ allowConstantExport: true },
],
'import/order': [
'error',
{
groups: [
'builtin',
'external',
'internal',
['parent', 'sibling', 'index'],
'object',
'type',
],
alphabetize: {
order: 'asc',
caseInsensitive: true,
},
'newlines-between': 'always',
},
],
'@typescript-eslint/no-explicit-any': 'off',
},
settings: {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function SomeComponent() {
label="닉네임"
value={fieldValue.nickName}
onChange={onChangeField}
onValidate={validateNickname}
onValidate={validateInput}
maxLength={10}
required
>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-webpack": "^0.13.7",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.3",
Expand Down
14 changes: 14 additions & 0 deletions src/assets/svg/gold_bell.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/info_circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/navigation/alarm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svg/navigation/alarm_active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/navigation/edit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svg/navigation/edit_active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions src/assets/svg/navigation/feed.svg

This file was deleted.

8 changes: 0 additions & 8 deletions src/assets/svg/navigation/feed_active.svg

This file was deleted.

3 changes: 3 additions & 0 deletions src/assets/svg/navigation/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/navigation/home_active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/navigation/info_circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions src/assets/svg/navigation/profile.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/assets/svg/navigation/profile_active.svg

This file was deleted.

3 changes: 3 additions & 0 deletions src/assets/svg/navigation/user.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/svg/navigation/user_active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 42adf63

Please sign in to comment.