@wordpress/image-cropper 1.13.1 → 1.14.1-next.v.202607070741.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.14.0 (2026-07-01)
6
+
5
7
  ## 1.13.0 (2026-06-24)
6
8
 
7
9
  ## 1.12.1 (2026-06-16)
@@ -30,4 +32,4 @@
30
32
 
31
33
  ## 1.3.0 (2026-01-29)
32
34
 
33
- ## 1.2.0 (2026-01-16)
35
+ ## 1.2.0 (2026-01-16)
@@ -1 +1 @@
1
- {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../src/stories/index.story.tsx"],"names":[],"mappings":"AAYA;;GAEG;AACH,OAAO,YAAY,MAAM,6BAA6B,CAAC;AAEvD,OAAO,KAAK,EAAE,iBAAiB,EAAa,MAAM,UAAU,CAAC;AAE7D,OAAO,aAAa,CAAC;;IAGpB,KAAK;IACL,SAAS;;;AAeV,eAAO,MAAM,OAAO;IACnB,MAAM,SAb0B,iBAAiB;IAcjD,IAAI;QACH,GAAG;QACH,OAAO;QACP,OAAO;;CAER,CAAC;AAkLF,eAAO,MAAM,YAAY;IACxB,MAAM,SAjL+B,iBAAiB;IAkLtD,IAAI;QACH,GAAG;QACH,OAAO;QACP,OAAO;;CAER,CAAC"}
1
+ {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../src/stories/index.story.tsx"],"names":[],"mappings":"AAYA;;GAEG;AACH,OAAO,YAAY,MAAM,6BAA6B,CAAC;AAEvD,OAAO,KAAK,EAAE,iBAAiB,EAAa,MAAM,UAAU,CAAC;AAE7D,OAAO,aAAa,CAAC;;IAGpB,KAAK;IACL,SAAS;;;AAeV,eAAO,MAAM,OAAO;IACnB,MAAM,SAb0B,iBAAiB;IAcjD,IAAI;QACH,GAAG;QACH,OAAO;QACP,OAAO;;CAER,CAAC;AAiLF,eAAO,MAAM,YAAY;IACxB,MAAM,SAhL+B,iBAAiB;IAiLtD,IAAI;QACH,GAAG;QACH,OAAO;QACP,OAAO;;CAER,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/image-cropper",
3
- "version": "1.13.1",
3
+ "version": "1.14.1-next.v.202607070741.0+a51d59513",
4
4
  "description": "A basic image cropper component.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -43,9 +43,9 @@
43
43
  "types": "build-types",
44
44
  "sideEffects": false,
45
45
  "dependencies": {
46
- "@wordpress/components": "^36.0.1",
47
- "@wordpress/element": "^8.1.0",
48
- "@wordpress/i18n": "^6.22.0",
46
+ "@wordpress/components": "^37.0.1-next.v.202607070741.0+a51d59513",
47
+ "@wordpress/element": "^8.2.1-next.v.202607070741.0+a51d59513",
48
+ "@wordpress/i18n": "^6.23.1-next.v.202607070741.0+a51d59513",
49
49
  "clsx": "^2.1.1",
50
50
  "dequal": "^2.0.3",
51
51
  "react-easy-crop": "^5.4.2"
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "9a75283890dda96ae1d37197b5070fae8c9cf66f"
66
+ "gitHead": "f637726e370c8b23695ed9af82adbe171ad235d8"
67
67
  }
@@ -198,7 +198,6 @@ const WithControlsContent = ( args: ImageCropperProps ) => {
198
198
  value={ cropperState.aspectRatio.toString() }
199
199
  options={ aspectRatioOptions }
200
200
  onChange={ handleAspectRatioChange }
201
- __next40pxDefaultSize
202
201
  />
203
202
  </VStack>
204
203
  <HStack style={ { marginBottom: '20px' } } spacing={ 2 }>