@edu-tosel/design 1.0.112 → 1.0.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ export default function RollCardDesign({ titles, state, disabled, isFixed, child
33
33
  ? isFixed
34
34
  ? flag
35
35
  ? "추가됨"
36
- : "수정하기"
36
+ : "추가 완료"
37
37
  : "접수중"
38
38
  : "접수 완료", option: {
39
39
  background: isDisabled || flag ? "bg-green-dark" : "bg-green-dark/10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.112
1
+ 1.0.113