@designfever/web-review-kit 0.8.0 → 0.8.2

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.
@@ -1,4 +1,4 @@
1
- import { f as ReviewItemScope, z as ReviewSource, v as ReviewMode, W as WebReviewKitAdapter, F as ReviewFieldsConfig, a as ReviewItemStatus, k as ReviewAssigneeOption, e as ReviewItem, x as ReviewRulerConfig } from './types-BM8E7BFV.cjs';
1
+ import { f as ReviewItemScope, z as ReviewSource, v as ReviewMode, W as WebReviewKitAdapter, F as ReviewFieldsConfig, a as ReviewItemStatus, k as ReviewAssigneeOption, e as ReviewItem, x as ReviewRulerConfig } from './types-DKDtZjTH.cjs';
2
2
  import { R as ReviewFigmaImageStore, a as ReviewFigmaImageFormat } from './image.types-BmzkFSPX.cjs';
3
3
  import * as react from 'react';
4
4
 
@@ -17,6 +17,7 @@ type ReviewShellPage = {
17
17
  type ReviewShellGlobEntries = Record<string, unknown>;
18
18
  type ReviewSourceEditor = 'vscode' | 'cursor' | 'webstorm' | 'custom';
19
19
  type ReviewSourceInspectorOptions = {
20
+ /** @deprecated Source Tree와 Option 소스 추적은 Review Shell에서 항상 활성화된다. */
20
21
  enabled?: boolean;
21
22
  editor?: ReviewSourceEditor;
22
23
  urlTemplate?: string;
@@ -149,6 +150,7 @@ interface ReviewShellProps {
149
150
  presets?: ReviewShellViewportPreset[];
150
151
  ruler?: ReviewRulerConfig;
151
152
  initialPrompt?: string;
153
+ qaPrompt?: string;
152
154
  adjustmentLabel?: string;
153
155
  reviewPathPrefix?: string;
154
156
  sourceRoot?: string;
@@ -1,4 +1,4 @@
1
- import { f as ReviewItemScope, z as ReviewSource, v as ReviewMode, W as WebReviewKitAdapter, F as ReviewFieldsConfig, a as ReviewItemStatus, k as ReviewAssigneeOption, e as ReviewItem, x as ReviewRulerConfig } from './types-BM8E7BFV.js';
1
+ import { f as ReviewItemScope, z as ReviewSource, v as ReviewMode, W as WebReviewKitAdapter, F as ReviewFieldsConfig, a as ReviewItemStatus, k as ReviewAssigneeOption, e as ReviewItem, x as ReviewRulerConfig } from './types-DKDtZjTH.js';
2
2
  import { R as ReviewFigmaImageStore, a as ReviewFigmaImageFormat } from './image.types-BmzkFSPX.js';
3
3
  import * as react from 'react';
4
4
 
@@ -17,6 +17,7 @@ type ReviewShellPage = {
17
17
  type ReviewShellGlobEntries = Record<string, unknown>;
18
18
  type ReviewSourceEditor = 'vscode' | 'cursor' | 'webstorm' | 'custom';
19
19
  type ReviewSourceInspectorOptions = {
20
+ /** @deprecated Source Tree와 Option 소스 추적은 Review Shell에서 항상 활성화된다. */
20
21
  enabled?: boolean;
21
22
  editor?: ReviewSourceEditor;
22
23
  urlTemplate?: string;
@@ -149,6 +150,7 @@ interface ReviewShellProps {
149
150
  presets?: ReviewShellViewportPreset[];
150
151
  ruler?: ReviewRulerConfig;
151
152
  initialPrompt?: string;
153
+ qaPrompt?: string;
152
154
  adjustmentLabel?: string;
153
155
  reviewPathPrefix?: string;
154
156
  sourceRoot?: string;