Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #169

Merged
merged 47 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4e82628
docs: repo code owners 명단 수정 (#117)
nijuy Jul 8, 2024
eae5e30
feat: 단순 typo 추가
fecapark Jul 8, 2024
76f1d19
feat: Typo export
fecapark Jul 8, 2024
59a5643
docs: Typo docs
fecapark Jul 8, 2024
5d7065a
docs: storybook 완료
fecapark Jul 8, 2024
286d854
docs: 굵기 안내 추가
fecapark Jul 8, 2024
da5f66b
docs: console.log 삭제
fecapark Jul 8, 2024
f51a058
feat: Pretendard 로컬 폰트 추가
fecapark Jul 8, 2024
1c8ff2f
remove: iconAsset, icon component
nijuy Jul 9, 2024
1425eff
remove: components except YDSWrapper
nijuy Jul 9, 2024
2c32704
remove: IconContext
nijuy Jul 9, 2024
35d5dc4
refactor: `IconProps` 타입의 `mirrored` 삭제
nijuy Jul 9, 2024
a728af8
refactor: IconProps 타입의 size 값 제한
nijuy Jul 9, 2024
3172770
feat: convert-icon
nijuy Jul 9, 2024
9824486
docs: `IconDocs.md` 수정
nijuy Jul 9, 2024
381aef9
fix: icChat 이름 중복 문제 해결, 누락 아이콘 추가
nijuy Jul 10, 2024
25a4d20
chore: IconDocs.md TODO 주석 추가
nijuy Jul 10, 2024
9d2a292
Merge pull request #121 from yourssu/feat/#120-handy-icon
fecapark Jul 11, 2024
2184c10
feat: 영문 타이포와 한글 타이포 통합
fecapark Jul 17, 2024
2bd103a
docs: 타이포 문서 미리보기 수정 및 텍스트 입력 기능 추가
fecapark Jul 17, 2024
1eac638
feat: Pretendard를 웹 폰트로 수정
fecapark Jul 17, 2024
6c0f801
Merge pull request #119 from yourssu/feat/#118-handy-typo
fecapark Jul 18, 2024
591c662
bug: typo typing error fix
fecapark Jul 19, 2024
4a35d16
Merge pull request #129 from yourssu/bug/#128-theme-typo-typing
fecapark Jul 19, 2024
17bdb68
feat: Handy Primitive Token 추가 (#125)
2wndrhs Jul 21, 2024
b0724b7
feat: Handy Semantic 토큰 추가 (#132)
fecapark Jul 22, 2024
e5113c4
fix: `current` -> `currentColor` (#134)
nijuy Jul 22, 2024
c3174da
feat: Checkbox 컴포넌트 구현 (#130)
fecapark Jul 29, 2024
4deaffb
feat: BoxButton, TextButton 컴포넌트 구현 (#135)
nijuy Jul 29, 2024
0117ce9
docs: TypoDocs.md 내용 업데이트 (#141)
nijuy Aug 1, 2024
c38cd13
Update CODEOWNERS
nijuy Aug 3, 2024
c9ef5e5
feat: Fab 컴포넌트 구현 (#144)
2wndrhs Aug 3, 2024
8da0d09
feat: Chip 컴포넌트 구현 (#137)
fecapark Aug 10, 2024
cb013fb
feat: Tab 컴포넌트 구현 (#138)
nijuy Aug 11, 2024
6877021
feat: RadioGroup (RadioButton) 컴포넌트 구현 (#147)
fecapark Aug 18, 2024
eb10275
feat: Pagination 컴포넌트 구현 (#148)
nijuy Aug 20, 2024
6c6e479
feat: Textarea 컴포넌트 구현 (#150)
seocylucky Aug 30, 2024
0aae1ba
fix: control 타입이 string인 필드의 잘못된 타입 네임을 변경 (#157)
fecapark Sep 21, 2024
6280ecc
fix: 칩 컴포넌트의 컨트롤 필드 defaultValue를 칩으로 수정했어요 (#158)
fecapark Sep 21, 2024
726f3fb
docs: BoxButton, TextButton 컴포넌트 문서에 아이콘 관련 내용을 추가 (#155)
nijuy Sep 22, 2024
6338dac
feat: TextField 컴포넌트 구현 (#151)
fecapark Oct 9, 2024
fae9ff6
feat: Switch 컴포넌트 구현 (#156)
nijuy Oct 17, 2024
4ce4b2d
feat: Divider 컴포넌트 구현 (#160)
nijuy Oct 30, 2024
6bba43b
feat: snackbar semantic color 토큰(info, error) 추가 (#164)
seocylucky Oct 30, 2024
767e68a
feat: Snackbar 컴포넌트 구현 (#162)
seocylucky Nov 8, 2024
1bf5ca4
refactor: BoxButton / TextButton 속성명 수정 (#166)
nijuy Dec 7, 2024
3e7e58e
config: modify github workflow for Handy distribution (#168)
nijuy Jan 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @nijuy @Hanna922
* @nijuy @seocylucky @fecapark
13 changes: 7 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
Expand All @@ -33,7 +34,7 @@ jobs:

- name: Extract version from package.json
id: version
run: echo ::set-output name=VERSION::$(node -p "require('./package.json').version")
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

- name: Deploy to s3
env:
Expand All @@ -44,7 +45,7 @@ jobs:
--recursive \
--region ap-northeast-2 \
./storybook-static \
s3://yds-react-storybook/${{ steps.version.outputs.VERSION }}
s3://handy-react-storybook/${{ steps.version.outputs.VERSION }}

- name: Publish to NPM
run: npm publish
Expand Down
5 changes: 3 additions & 2 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<link
href="//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css"
rel="stylesheet"
type="text/css"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
4 changes: 2 additions & 2 deletions iconsAsset/convert.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type Story = StoryObj<typeof IconBase>;

const Container = styled.div\`
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
\`;

Expand All @@ -138,7 +138,7 @@ const Render = (args: any) => {

export const Primary: Story = {
args: {
size: 24,
size: '24px',
},
render: Render,
};
Expand Down
6 changes: 6 additions & 0 deletions iconsAsset/static/IcArrowLeftDownFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions iconsAsset/static/IcArrowLeftDownLine.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 iconsAsset/static/IcArrowRightDownFilled.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 iconsAsset/static/IcArrowRightDownLine.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 iconsAsset/static/IcArrowRotateFilled.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 iconsAsset/static/IcArrowRotateLine.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 iconsAsset/static/IcArrowSquareDownLeftFilled.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 iconsAsset/static/IcArrowSquareDownLeftLine.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 iconsAsset/static/IcArrowSquareDownRightFilled.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 iconsAsset/static/IcArrowSquareDownRightLine.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 iconsAsset/static/IcArrowSquareUpLeftFilled.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 iconsAsset/static/IcArrowSquareUpLeftLine.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 iconsAsset/static/icAddFilled.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 iconsAsset/static/icAddLine.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: 5 additions & 0 deletions iconsAsset/static/icAlarmFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions iconsAsset/static/icAlarmLine.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 iconsAsset/static/icAlertTriangleFilled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading