@cashdoc/cashdoc-cms-design-system 1.3.0 → 1.4.0
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.
- package/README.md +2 -1
- package/dist/index.es.js +2122 -2067
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +24 -24
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/Switch/Switch.d.ts +35 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ Storybook과 JSDoc, 둘 중 더 편한 쪽을 보면 됩니다.
|
|
|
33
33
|
```bash
|
|
34
34
|
pnpm install @cashdoc/cashdoc-cms-design-system
|
|
35
35
|
```
|
|
36
|
+
|
|
36
37
|
> `pnpm install cashdoc-cms-design-system`은 deprecated 되었습니다.
|
|
37
38
|
|
|
38
39
|
<br />
|
|
@@ -62,7 +63,7 @@ function App() {
|
|
|
62
63
|
- `Button` - 기본 버튼
|
|
63
64
|
- `Checkbox` - 체크박스
|
|
64
65
|
- `RadioButton` - 라디오 버튼
|
|
65
|
-
- `Switch` - 토글 스위치
|
|
66
|
+
- `Switch` - 토글 스위치 (가변 길이 및 내부 상태 텍스트 지원)
|
|
66
67
|
- `TextInput` - 텍스트 입력 필드
|
|
67
68
|
- `TagInput` - 태그 입력 필드
|
|
68
69
|
|