@wordpress/annotations 3.45.0 → 3.45.1-next.v.202605131032.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.
|
@@ -21,7 +21,7 @@ import type { AddAnnotationParameters, AnnotationAction } from '../types';
|
|
|
21
21
|
* @param annotation.id The ID the annotation should have. Generates a UUID by default.
|
|
22
22
|
* @return Action object.
|
|
23
23
|
*/
|
|
24
|
-
export declare function __experimentalAddAnnotation({ blockClientId, richTextIdentifier, range, selector, source, id
|
|
24
|
+
export declare function __experimentalAddAnnotation({ blockClientId, richTextIdentifier, range, selector, source, id }: AddAnnotationParameters): AnnotationAction;
|
|
25
25
|
/**
|
|
26
26
|
* Removes an annotation with a specific ID.
|
|
27
27
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/store/actions.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE1E;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,2BAA2B,CAAE,EAC5C,aAAa,EACb,kBAAyB,EACzB,KAAY,EACZ,QAAkB,EAClB,MAAkB,EAClB,EAAW,
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/store/actions.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE1E;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,2BAA2B,CAAE,EAC5C,aAAa,EACb,kBAAyB,EACzB,KAAY,EACZ,QAAkB,EAClB,MAAkB,EAClB,EAAW,EACX,EAAE,uBAAuB,GAAI,gBAAgB,CAiB7C;AAED;;;;;GAKG;AACH,wBAAgB,8BAA8B,CAC7C,YAAY,EAAE,MAAM,GAClB,gBAAgB,CAKlB;AAED;;;;;;;GAOG;AACH,wBAAgB,mCAAmC,CAClD,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,GAAG,EAAE,MAAM,GACT,gBAAgB,CAOlB;AAED;;;;;GAKG;AACH,wBAAgB,uCAAuC,CACtD,MAAM,EAAE,MAAM,GACZ,gBAAgB,CAKlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../src/store/reducer.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EACX,gBAAgB,EAChB,gBAAgB,EAGhB,MAAM,UAAU,CAAC;AA8DlB;;;;;;GAMG;AACH,wBAAgB,WAAW,CAC1B,KAAK,EAAE,gBAAgB,YAAK,EAC5B,MAAM,EAAE,gBAAgB,GACtB,gBAAgB,CA4ElB;
|
|
1
|
+
{"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../src/store/reducer.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EACX,gBAAgB,EAChB,gBAAgB,EAGhB,MAAM,UAAU,CAAC;AA8DlB;;;;;;GAMG;AACH,wBAAgB,WAAW,CAC1B,KAAK,EAAE,gBAAgB,YAAK,EAC5B,MAAM,EAAE,gBAAgB,GACtB,gBAAgB,CA4ElB;eAEc,WAAW"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/annotations",
|
|
3
|
-
"version": "3.45.0",
|
|
3
|
+
"version": "3.45.1-next.v.202605131032.0+f6d6e7149",
|
|
4
4
|
"description": "Annotate content in the Gutenberg editor.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"wpScript": true,
|
|
44
44
|
"types": "build-types/index.d.ts",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@wordpress/data": "^10.45.0",
|
|
47
|
-
"@wordpress/hooks": "^4.45.0",
|
|
48
|
-
"@wordpress/i18n": "^6.18.0",
|
|
49
|
-
"@wordpress/rich-text": "^7.45.0",
|
|
50
|
-
"uuid": "^
|
|
46
|
+
"@wordpress/data": "^10.45.1-next.v.202605131032.0+f6d6e7149",
|
|
47
|
+
"@wordpress/hooks": "^4.45.1-next.v.202605131032.0+f6d6e7149",
|
|
48
|
+
"@wordpress/i18n": "^6.18.1-next.v.202605131032.0+f6d6e7149",
|
|
49
|
+
"@wordpress/rich-text": "^7.45.1-next.v.202605131032.0+f6d6e7149",
|
|
50
|
+
"uuid": "^14.0.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": "^18.0.0"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "0e198c7ac7ca634e73ded9220ce048c0302174dd"
|
|
59
59
|
}
|