designbase-wp-library 0.8.2 → 0.9.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 +4 -12
- package/dist/css/dewp.min.css +1 -1
- package/dist/js/dewp.min.js +1 -1
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -27,13 +27,7 @@ npm install designbase-wp-library
|
|
|
27
27
|
|
|
28
28
|
### CDN (권장)
|
|
29
29
|
```html
|
|
30
|
-
<!--
|
|
31
|
-
<link rel="stylesheet" href="https://unpkg.com/@designbasekorea/theme@latest/dist/css/theme.css">
|
|
32
|
-
|
|
33
|
-
<!-- 2. Icon System (필수) -->
|
|
34
|
-
<link rel="stylesheet" href="https://unpkg.com/@designbasekorea/icons-webfont@latest/dist/webfont/icons.css">
|
|
35
|
-
|
|
36
|
-
<!-- 3. DEWP Library -->
|
|
30
|
+
<!-- 통합 CDN (테마, 아이콘, 컴포넌트 모두 포함) -->
|
|
37
31
|
<link rel="stylesheet" href="https://unpkg.com/designbase-wp-library@latest/dist/css/dewp.min.css">
|
|
38
32
|
<script src="https://unpkg.com/designbase-wp-library@latest/dist/js/dewp.min.js"></script>
|
|
39
33
|
```
|
|
@@ -52,9 +46,7 @@ npm install designbase-wp-library
|
|
|
52
46
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
53
47
|
<title>DEWP 라이브러리</title>
|
|
54
48
|
|
|
55
|
-
<!-- CDN -->
|
|
56
|
-
<link rel="stylesheet" href="https://unpkg.com/@designbasekorea/theme@latest/dist/css/theme.css">
|
|
57
|
-
<link rel="stylesheet" href="https://unpkg.com/@designbasekorea/icons-webfont@latest/dist/webfont/icons.css">
|
|
49
|
+
<!-- 통합 CDN (테마, 아이콘, 컴포넌트 모두 포함) -->
|
|
58
50
|
<link rel="stylesheet" href="https://unpkg.com/designbase-wp-library@latest/dist/css/dewp.min.css">
|
|
59
51
|
</head>
|
|
60
52
|
<body>
|
|
@@ -509,8 +501,8 @@ https://cdn.jsdelivr.net/npm/designbase-wp-library@latest/dist/js/dewp.min.js
|
|
|
509
501
|
|
|
510
502
|
## 🔗 관련 프로젝트
|
|
511
503
|
|
|
512
|
-
- [@designbasekorea/theme](https://www.npmjs.com/package/@designbasekorea/theme) - 디자인 토큰 시스템
|
|
513
|
-
- [@designbasekorea/icons-webfont](https://www.npmjs.com/package/@designbasekorea/icons-webfont) - 아이콘 시스템
|
|
504
|
+
- [@designbasekorea/theme](https://www.npmjs.com/package/@designbasekorea/theme) - 디자인 토큰 시스템 (통합됨)
|
|
505
|
+
- [@designbasekorea/icons-webfont](https://www.npmjs.com/package/@designbasekorea/icons-webfont) - 아이콘 시스템 (통합됨)
|
|
514
506
|
|
|
515
507
|
---
|
|
516
508
|
|