pubuilder 0.5.0 → 0.7.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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * "일시 종료" — 진행 중인 모든 퍼블리싱 job을 강제 종료하고 편집 파일을 롤백한다.
3
+ * running job이 하나도 없으면 렌더하지 않는다. 충돌이 있으면 SuspendConflictPanel이
4
+ * 뜨도록 store에 충돌을 싣는다.
5
+ */
6
+ export declare function SuspendButton(): import("react").JSX.Element | null;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * 일시 종료 시 자동 롤백이 완료 job/사용자 편집과 겹치는 파일을 파일 단위로 해결한다.
3
+ * suspendConflicts가 비어 있으면 렌더하지 않는다.
4
+ */
5
+ export declare function SuspendConflictPanel(): import("react").JSX.Element | null;