Skip to content

Commit

Permalink
chore: a11y test 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Jun 28, 2024
1 parent 5c9a377 commit 4432200
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions packages/wow-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"require": "./dist/ProgressBarCircle.cjs",
"import": "./dist/ProgressBarCircle.js"
},
"./ProgressBarMarker": {
"types": "./dist/components/ProgressBar/ProgressBarMarker.d.ts",
"require": "./dist/ProgressBarMarker.cjs",
"import": "./dist/ProgressBarMarker.js"
"./ProgressBarLabel": {
"types": "./dist/components/ProgressBar/ProgressBarLabel.d.ts",
"require": "./dist/ProgressBarLabel.cjs",
"import": "./dist/ProgressBarLabel.js"
},
"./ProgressBar": {
"types": "./dist/components/ProgressBar/index.d.ts",
Expand Down Expand Up @@ -116,7 +116,8 @@
"plop": "^4.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^8.1.9",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"@playwright/test": "^1.45.0"
},
"dependencies": {
"wowds-icons": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/wow-ui/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
RadioButton: "./src/components/RadioGroup/RadioButton",
RadioGroup: "./src/components/RadioGroup/RadioGroup",
ProgressBarCircle: "./src/components/ProgressBar/ProgressBarCircle",
ProgressBarMarker: "./src/components/ProgressBar/ProgressBarMarker",
ProgressBarLabel: "./src/components/ProgressBar/ProgressBarLabel",
ProgressBar: "./src/components/ProgressBar",
MultiGroup: "./src/components/MultiGroup",
Chip: "./src/components/Chip",
Expand Down

0 comments on commit 4432200

Please sign in to comment.