innodep-ds 0.0.67 → 1.0.1
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 +3 -1
- package/dist/index.cjs.js +65 -70
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +9715 -8209
- package/dist/index.es.js.map +1 -1
- package/dist/stories/components/forms/calendar/Calendar.d.ts +6 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
##### Storybook Link
|
|
5
5
|
[Innodep Design System Storybook](https://innodep-ds.netlify.app/)
|
|
6
6
|
|
|
7
|
+
##### * tailwindcss 설치 및 사용하는 프로젝트의 React 버전이 18.0.0 이상 18.3.0 이하로 세팅 되어있어야 정상 작동합니다.
|
|
8
|
+
|
|
7
9
|
## 사용 가능 Components
|
|
8
10
|
|
|
9
11
|
### Form
|
|
@@ -44,8 +46,8 @@ AlertDialog
|
|
|
44
46
|
Card
|
|
45
47
|
Command
|
|
46
48
|
ContextMenu
|
|
47
|
-
DropdownMenu
|
|
48
49
|
Dialog
|
|
50
|
+
DropdownMenu
|
|
49
51
|
Sheet
|
|
50
52
|
Sonner
|
|
51
53
|
Tabs
|