@wordpress/annotations 3.48.1 → 3.49.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
+ ## 3.49.0 (2026-06-24)
6
+
5
7
  ## 3.48.1 (2026-06-16)
6
8
 
7
9
  ## 3.48.0 (2026-06-10)
@@ -9,7 +9,7 @@ import type { AnnotationsState, Annotation } from '../types';
9
9
  * @param blockClientId The ID of the block to get the annotations for.
10
10
  * @return The annotations applicable to this block.
11
11
  */
12
- export declare const __experimentalGetAnnotationsForBlock: ((state: AnnotationsState, blockClientId: string) => Annotation[]) & import("rememo").EnhancedSelector;
12
+ export declare const __experimentalGetAnnotationsForBlock: ((state: AnnotationsState, blockClientId: string) => Annotation[]) & import("@wordpress/data").EnhancedSelector;
13
13
  export declare function __experimentalGetAllAnnotationsForBlock(state: AnnotationsState, blockClientId: string): Annotation[];
14
14
  /**
15
15
  * Returns the annotations that apply to the given RichText instance.
@@ -23,7 +23,7 @@ export declare function __experimentalGetAllAnnotationsForBlock(state: Annotatio
23
23
  * @param richTextIdentifier Unique identifier that identifies the given RichText.
24
24
  * @return All the annotations relevant for the `RichText`.
25
25
  */
26
- export declare const __experimentalGetAnnotationsForRichText: ((state: AnnotationsState, blockClientId: string, richTextIdentifier: string) => Annotation[]) & import("rememo").EnhancedSelector;
26
+ export declare const __experimentalGetAnnotationsForRichText: ((state: AnnotationsState, blockClientId: string, richTextIdentifier: string) => Annotation[]) & import("@wordpress/data").EnhancedSelector;
27
27
  /**
28
28
  * Returns all annotations in the editor state.
29
29
  *
@@ -1 +1 @@
1
- {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../src/store/selectors.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAW7D;;;;;;GAMG;AACH,eAAO,MAAM,oCAAoC,WACvC,gBAAgB,iBAAiB,MAAM,KAAI,UAAU,EAAE,qCAQhE,CAAC;AAEF,wBAAgB,uCAAuC,CACtD,KAAK,EAAE,gBAAgB,EACvB,aAAa,EAAE,MAAM,GACnB,UAAU,EAAE,CAEd;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uCAAuC,WAE3C,gBAAgB,iBACR,MAAM,sBACD,MAAM,KACxB,UAAU,EAAE,qCAoBf,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,4BAA4B,CAC3C,KAAK,EAAE,gBAAgB,GACrB,UAAU,EAAE,CAId"}
1
+ {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../src/store/selectors.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAW7D;;;;;;GAMG;AACH,eAAO,MAAM,oCAAoC,WACvC,gBAAgB,iBAAiB,MAAM,KAAI,UAAU,EAAE,8CAQhE,CAAC;AAEF,wBAAgB,uCAAuC,CACtD,KAAK,EAAE,gBAAgB,EACvB,aAAa,EAAE,MAAM,GACnB,UAAU,EAAE,CAEd;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uCAAuC,WAE3C,gBAAgB,iBACR,MAAM,sBACD,MAAM,KACxB,UAAU,EAAE,8CAoBf,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,4BAA4B,CAC3C,KAAK,EAAE,gBAAgB,GACrB,UAAU,EAAE,CAId"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/annotations",
3
- "version": "3.48.1",
3
+ "version": "3.49.0",
4
4
  "description": "Annotate content in the Gutenberg editor.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -42,10 +42,10 @@
42
42
  "wpScript": true,
43
43
  "types": "build-types/index.d.ts",
44
44
  "dependencies": {
45
- "@wordpress/data": "^10.48.1",
46
- "@wordpress/hooks": "^4.48.1",
47
- "@wordpress/i18n": "^6.21.1",
48
- "@wordpress/rich-text": "^7.48.1",
45
+ "@wordpress/data": "^10.49.0",
46
+ "@wordpress/hooks": "^4.49.0",
47
+ "@wordpress/i18n": "^6.22.0",
48
+ "@wordpress/rich-text": "^7.49.0",
49
49
  "uuid": "^14.0.0"
50
50
  },
51
51
  "devDependencies": {
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "99df7432c5c7cb83ba41146fd1f57f3c19004305"
60
+ "gitHead": "0e7112a4f4fde4ea15bd9060489b8f6fe11eb6ca"
61
61
  }