@designbasekorea/ui-wc 0.1.0 → 0.1.4
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 +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +93 -9
- package/dist/index.esm.js +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.d.ts +130 -10
- package/dist/react/index.esm.js +1 -1
- package/package.json +5 -2
- package/dist/chunks/prism-10c2500e.js +0 -1
- package/dist/react/chunks/prism-0e153489.js +0 -1
- /package/dist/chunks/{lottie-aaf17dfb.js → lottie-815c92e9.js} +0 -0
package/README.md
CHANGED
|
@@ -70,6 +70,7 @@ Light DOM + 글로벌 `--db-*` CSS 변수. 자세한 내용은 [docs/STYLING.md]
|
|
|
70
70
|
## 프레임워크별 가이드
|
|
71
71
|
|
|
72
72
|
- [멀티플랫폼 가이드](../../docs/MULTI-PLATFORM-GUIDE.md)
|
|
73
|
+
- [WordPress 관리자 연동](../../docs/WORDPRESS-INTEGRATION.md)
|
|
73
74
|
- [크로스플랫폼 컴포넌트 전략](../../docs/CROSS_PLATFORM_COMPONENT_STRATEGY.md)
|
|
74
75
|
- [React 통합](../../docs/REACT-WC-INTEGRATION.md)
|
|
75
76
|
- [Vue / Angular 통합](../../docs/VUE-ANGULAR-INTEGRATION.md)
|