@pygmalionjs/pygmalion 0.2.32 → 0.2.34
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.ko.md +4 -0
- package/README.md +5 -0
- package/dist-lib/{App-BiKMlsWh.js → App-DVnjCYV2.js} +5563 -4917
- package/dist-lib/pygmalion.js +1050 -1040
- package/dist-lib/style.css +1 -1
- package/dist-lib/testing.js +1 -1
- package/node/inspect-plugin.mjs +79 -5
- package/package.json +1 -1
- package/types.d.ts +51 -0
package/README.ko.md
CHANGED
|
@@ -144,6 +144,10 @@ CI를 실패 상태로 유지하면서 마지막으로 안정화된 DOM과 스
|
|
|
144
144
|
|
|
145
145
|
## 편집 흐름
|
|
146
146
|
|
|
147
|
+
**Icons**, **Atoms**, **Components**에서 항목을 선택하면 해당 카탈로그
|
|
148
|
+
프레임으로 이동해 소스 구현 레이어를 자동으로 선택합니다. 행 오른쪽의 `+`는
|
|
149
|
+
삽입 전용이므로, 자산을 열기만 해서는 다른 프레임을 변경하지 않습니다.
|
|
150
|
+
|
|
147
151
|
1. **Screens**를 엽니다. 프레임을 클릭하지 않아도 프리뷰 준비를 시작합니다.
|
|
148
152
|
2. 사이드바에서 프레임을 선택해 캔버스 중앙으로 이동합니다.
|
|
149
153
|
3. DOM 레이어나 등록된 컴포넌트를 선택합니다.
|
package/README.md
CHANGED
|
@@ -240,6 +240,11 @@ live snapshot or exact endpoint response clears the stale state.
|
|
|
240
240
|
|
|
241
241
|
## Editing workflow
|
|
242
242
|
|
|
243
|
+
For Icons, Atoms, and Components, select an item in **Assets** to open its
|
|
244
|
+
catalog frame and select the source implementation automatically. The trailing
|
|
245
|
+
`+` action remains insertion-only, so opening an asset never mutates another
|
|
246
|
+
frame.
|
|
247
|
+
|
|
243
248
|
1. Open **Screens**. Preview warm-up starts without requiring frame clicks.
|
|
244
249
|
2. Select a frame from the sidebar to center it on the canvas.
|
|
245
250
|
3. Select a DOM layer or registered component.
|