@haloduck/ui 2.0.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +42 -42
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @haloduck/ui
2
2
 
3
- HaloDuck UI Library Angular 기반 애플리케이션을 위한 현대적이고 재사용 가능한 UI 컴포넌트 라이브러리입니다.
3
+ HaloDuck UI Library is a modern and reusable UI component library for Angular-based applications.
4
4
 
5
- ## 설치
5
+ ## Installation
6
6
 
7
7
  ```bash
8
8
  npm install @haloduck/ui
9
9
  ```
10
10
 
11
- ## 설치
11
+ ## Post Installation
12
12
  ### update `angular.json`
13
13
  Update `angular.json` file.
14
14
  ```json
@@ -28,46 +28,46 @@ Copy i18n files to `public/i18n` folder in the root folder.
28
28
  npx haloduck-copy-i18n
29
29
  ```
30
30
 
31
- ## 주요 컴포넌트
32
-
33
- ### Control 컴포넌트
34
- - **Button**: 다양한 스타일의 버튼 컴포넌트
35
- - **Input**: 입력 컴포넌트
36
- - **Select**: 드롭다운 선택 컴포넌트
37
- - **DatePicker**: 날짜 선택 컴포넌트
38
- - **DateRange**: 날짜 범위 선택 컴포넌트
39
- - **Calendar**: 캘린더 컴포넌트
40
- - **Toggle**: 토글 스위치 컴포넌트
41
- - **CopyButton**: 텍스트 복사 버튼
42
- - **LanguageSelector**: 언어 선택 컴포넌트
43
- - **ImageUploader**: 이미지 업로드 컴포넌트
44
- - **FileUploader**: 파일 업로드 컴포넌트
45
- - **ImageViewer**: 이미지 뷰어 컴포넌트
46
- - **STLViewer**: 3D STL 파일 뷰어
47
- - **MapToAddress**: 주소 매핑 컴포넌트
48
- - **DrawCanvas**: 그리기 캔버스 컴포넌트
49
- - **Flip**: 플립 애니메이션 컴포넌트
50
- - **ConfirmDialog**: 확인 다이얼로그
51
- - **Table**: 데이터 테이블 컴포넌트
52
-
53
- ### Layout 컴포넌트
54
- - **Breadcrumb**: 브레드크럼 네비게이션
55
- - **DialogContainer**: 다이얼로그 컨테이너
56
- - **Notification**: 알림 컴포넌트
57
- - **SideMenu**: 사이드 메뉴 컴포넌트
58
-
59
- ### Widget 컴포넌트
60
- - **PictureName**: 이미지와 이름 표시 위젯
61
-
62
- ## 스타일링
63
-
64
- 라이브러리는 Tailwind CSS 기반으로 제작되었습니다. Tailwind CSS 프로젝트에 설치되어 있어야 합니다.
31
+ ## Key Components
32
+
33
+ ### Control Components
34
+ - **Button**: Button components with various styles
35
+ - **Input**: Form input component
36
+ - **Select**: Dropdown selection component
37
+ - **DatePicker**: Date picker component
38
+ - **DateRange**: Date range selection component
39
+ - **Calendar**: Calendar component
40
+ - **Toggle**: Toggle switch component
41
+ - **CopyButton**: Text copy button
42
+ - **LanguageSelector**: Language selection component
43
+ - **ImageUploader**: Image upload component
44
+ - **FileUploader**: File upload component
45
+ - **ImageViewer**: Image viewer component
46
+ - **STLViewer**: 3D STL file viewer
47
+ - **MapToAddress**: Address mapping component
48
+ - **DrawCanvas**: Drawing canvas component
49
+ - **Flip**: Flip animation component
50
+ - **ConfirmDialog**: Confirmation dialog
51
+ - **Table**: Data table component
52
+
53
+ ### Layout Components
54
+ - **Breadcrumb**: Breadcrumb navigation
55
+ - **DialogContainer**: Dialog container
56
+ - **Notification**: Notification component
57
+ - **SideMenu**: Side menu component
58
+
59
+ ### Widget Components
60
+ - **PictureName**: Image and name display widget
61
+
62
+ ## Styling
63
+
64
+ This library is built on Tailwind CSS. Tailwind CSS must be installed in your project.
65
65
 
66
66
  ```bash
67
67
  npm install tailwindcss
68
68
  ```
69
69
 
70
- ## 의존성
70
+ ## Dependencies
71
71
 
72
72
  - Angular 19.2.0+
73
73
  - RxJS 7.8.0+
@@ -75,12 +75,12 @@ npm install tailwindcss
75
75
  - Transloco 7.6.1+
76
76
  - Angular CDK 19.2.15+
77
77
  - NgRx Component Store 19.0.0+
78
- - Three.js 0.175.0+ (3D 컴포넌트용)
78
+ - Three.js 0.175.0+ (for 3D components)
79
79
 
80
- ## 라이선스
80
+ ## License
81
81
 
82
82
  MIT License
83
83
 
84
- ## 지원
84
+ ## Support
85
85
 
86
- 이슈나 질문이 있으시면 [GitHub Issues](https://github.com/haloduck/haloduck-frontend/issues)에 등록해 주세요.
86
+ If you have any issues or questions, please register them in [GitHub Issues](https://github.com/haloduck/haloduck-frontend/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "HaloDuck UI Library - Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -40,16 +40,16 @@
40
40
  "prepublishOnly": "npm run build:prod"
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/common": "^19.2.0",
44
- "@angular/core": "^19.2.0",
43
+ "@angular/common": "^20.0.0",
44
+ "@angular/core": "^20.0.0",
45
45
  "rxjs": "~7.8.0",
46
- "@angular/forms": "^19.2.10",
46
+ "@angular/forms": "^20.0.0",
47
47
  "@jsverse/transloco": "^7.6.1",
48
- "@angular/cdk": "^19.2.15",
49
- "@ngrx/component-store": "^19.0.0",
48
+ "@angular/cdk": "^20.0.0",
49
+ "@ngrx/component-store": "^20.0.0",
50
50
  "three": "^0.175.0",
51
51
  "three-stdlib": "^2.35.15",
52
- "@types/three": "^0.175.0"
52
+ "@types/three": "^0.178.1"
53
53
  },
54
54
  "dependencies": {
55
55
  "tslib": "^2.3.0"