@designbasekorea/figma-ui 0.6.3 → 0.6.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 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +83 -14
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.css.map +1 -1
- package/dist/index.esm.js +336 -127
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +356 -144
- package/dist/index.js.map +1 -1
- package/package.json +13 -6
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ function MyFigmaPlugin() {
|
|
|
81
81
|
|---------|------|
|
|
82
82
|
| `LogoDropdown` | 로고 클릭 시 드롭다운 메뉴 |
|
|
83
83
|
| `Footer` | 플러그인 푸터 (결제 상태, 사용량 표시) |
|
|
84
|
-
| `PageLicense` |
|
|
84
|
+
| `PageLicense` | 라이선스 페이지 (WordPress·figma-license-core 연동) |
|
|
85
85
|
| `FormWithSubmit` | 라이센스 키 입력 폼 |
|
|
86
86
|
| `PaymentStatusSection` | 결제 상태 표시 |
|
|
87
87
|
| `PricingComparison` | 가격 비교 테이블 |
|