@types/wordpress__block-editor 11.5.5 → 11.5.7
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.
|
@@ -8,9 +8,8 @@ This package contains type definitions for @wordpress/block-editor (https://gith
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wordpress__block-editor.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
12
|
-
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/
|
|
13
|
-
* Global values: none
|
|
11
|
+
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
|
|
12
|
+
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/wordpress__blocks](https://npmjs.com/package/@types/wordpress__blocks), [@types/wordpress__components](https://npmjs.com/package/@types/wordpress__components), [@types/wordpress__keycodes](https://npmjs.com/package/@types/wordpress__keycodes), [@wordpress/data](https://npmjs.com/package/@wordpress/data), [@wordpress/element](https://npmjs.com/package/@wordpress/element), [react-autosize-textarea](https://npmjs.com/package/react-autosize-textarea)
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Derek Sifford](https://github.com/dsifford), [Jon Surrell](https://github.com/sirreal), and [Dennis Snell](https://github.com/dmsnell).
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
// Type definitions for @wordpress/block-editor 11.5
|
|
2
|
-
// Project: https://github.com/WordPress/gutenberg/tree/master/packages/block-editor/README.md
|
|
3
|
-
// Definitions by: Derek Sifford <https://github.com/dsifford>
|
|
4
|
-
// Jon Surrell <https://github.com/sirreal>
|
|
5
|
-
// Dennis Snell <https://github.com/dmsnell>
|
|
6
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
-
// TypeScript Version: 3.6
|
|
8
1
|
import { BlockIconNormalized } from "@wordpress/blocks";
|
|
9
2
|
import { dispatch, select } from "@wordpress/data";
|
|
10
3
|
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/wordpress__block-editor",
|
|
3
|
-
"version": "11.5.
|
|
3
|
+
"version": "11.5.7",
|
|
4
4
|
"description": "TypeScript definitions for @wordpress/block-editor",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wordpress__block-editor",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Derek Sifford",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "dsifford",
|
|
11
|
+
"url": "https://github.com/dsifford"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Jon Surrell",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "sirreal",
|
|
16
|
+
"url": "https://github.com/sirreal"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Dennis Snell",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "dmsnell",
|
|
21
|
+
"url": "https://github.com/dmsnell"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"main": "",
|
|
@@ -38,6 +38,6 @@
|
|
|
38
38
|
"@wordpress/element": "^5.0.0",
|
|
39
39
|
"react-autosize-textarea": "^7.1.0"
|
|
40
40
|
},
|
|
41
|
-
"typesPublisherContentHash": "
|
|
41
|
+
"typesPublisherContentHash": "e11753b2a6a25a76da6bbda4f667056f53236e5cc7576eb116b8c79f3a72a709",
|
|
42
42
|
"typeScriptVersion": "4.5"
|
|
43
43
|
}
|