@haloduck/ui 1.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +0 -18
  2. package/package.json +10 -3
package/README.md CHANGED
@@ -59,24 +59,6 @@ npx haloduck-copy-i18n
59
59
  ### Widget 컴포넌트
60
60
  - **PictureName**: 이미지와 이름 표시 위젯
61
61
 
62
- ## 사용법
63
-
64
- ### 기본 설정
65
-
66
- ```typescript
67
- export const appConfig: ApplicationConfig = {
68
- providers: [
69
- // ...
70
- provideHaloduckUtilIconSet({
71
- default: '/app/images/default-file-preview.svg',
72
- stl: '/app/images/default-stl-preview.svg',
73
- pdf: '/app/images/default-pdf-preview.svg',
74
- }),
75
- // ...
76
- ],
77
- };
78
- ```
79
-
80
62
  ## 스타일링
81
63
 
82
64
  이 라이브러리는 Tailwind CSS를 기반으로 제작되었습니다. Tailwind CSS가 프로젝트에 설치되어 있어야 합니다.
package/package.json CHANGED
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "1.0.0",
4
- "description": "HaloDuck UI Library - Angular 기반 UI 컴포넌트 라이브러리",
5
- "keywords": ["angular", "haloduck", "ui", "components", "typescript", "tailwindcss"],
3
+ "version": "2.0.0",
4
+ "description": "HaloDuck UI Library - Angular",
5
+ "keywords": [
6
+ "angular",
7
+ "haloduck",
8
+ "ui",
9
+ "components",
10
+ "typescript",
11
+ "tailwindcss"
12
+ ],
6
13
  "author": "HaloDuck",
7
14
  "license": "MIT",
8
15
  "repository": {