@pooder/kit 6.2.1 → 6.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pooder/kit
2
2
 
3
+ ## 6.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - bugfix
8
+
3
9
  ## 6.2.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -137,6 +137,7 @@ declare class ImageTool implements Extension {
137
137
  private computeMoveSnapMatches;
138
138
  private areSnapMatchesEqual;
139
139
  private updateSnapMatchState;
140
+ private clearSnapGuideContext;
140
141
  private clearSnapPreview;
141
142
  private endMoveSnapInteraction;
142
143
  private applyMoveSnapToTarget;
@@ -187,7 +188,6 @@ declare class ImageTool implements Extension {
187
188
  private updateConfig;
188
189
  private getFrameRect;
189
190
  private getFrameRectScreen;
190
- private toLayoutSceneRect;
191
191
  private resolveDefaultFitArea;
192
192
  private fitImageToDefaultArea;
193
193
  private getImageObjects;
@@ -201,11 +201,8 @@ declare class ImageTool implements Extension {
201
201
  private loadImageSize;
202
202
  private getCoverScale;
203
203
  private getFrameVisualConfig;
204
- private toSceneGeometryLike;
205
- private resolveSceneGeometryForOverlay;
206
- private resolveCutShapeRadius;
204
+ private resolveSessionOverlayState;
207
205
  private getCropShapeHatchPattern;
208
- private buildCropShapeOverlaySpecs;
209
206
  private resolveRenderImageState;
210
207
  private computeCanvasProps;
211
208
  private toSceneObjectScale;
package/dist/index.d.ts CHANGED
@@ -137,6 +137,7 @@ declare class ImageTool implements Extension {
137
137
  private computeMoveSnapMatches;
138
138
  private areSnapMatchesEqual;
139
139
  private updateSnapMatchState;
140
+ private clearSnapGuideContext;
140
141
  private clearSnapPreview;
141
142
  private endMoveSnapInteraction;
142
143
  private applyMoveSnapToTarget;
@@ -187,7 +188,6 @@ declare class ImageTool implements Extension {
187
188
  private updateConfig;
188
189
  private getFrameRect;
189
190
  private getFrameRectScreen;
190
- private toLayoutSceneRect;
191
191
  private resolveDefaultFitArea;
192
192
  private fitImageToDefaultArea;
193
193
  private getImageObjects;
@@ -201,11 +201,8 @@ declare class ImageTool implements Extension {
201
201
  private loadImageSize;
202
202
  private getCoverScale;
203
203
  private getFrameVisualConfig;
204
- private toSceneGeometryLike;
205
- private resolveSceneGeometryForOverlay;
206
- private resolveCutShapeRadius;
204
+ private resolveSessionOverlayState;
207
205
  private getCropShapeHatchPattern;
208
- private buildCropShapeOverlaySpecs;
209
206
  private resolveRenderImageState;
210
207
  private computeCanvasProps;
211
208
  private toSceneObjectScale;