@types/wordpress__block-editor 11.5.1 → 11.5.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.
- wordpress__block-editor/README.md +1 -1
- wordpress__block-editor/components/color-palette/with-color-context.d.ts +1 -1
- wordpress__block-editor/components/colors.d.ts +1 -1
- wordpress__block-editor/components/media-placeholder.d.ts +1 -1
- wordpress__block-editor/components/media-upload/index.d.ts +1 -1
- wordpress__block-editor/components/rich-text.d.ts +1 -1
- wordpress__block-editor/package.json +2 -2
|
@@ -8,7 +8,7 @@ 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:
|
|
11
|
+
* Last updated: Wed, 23 Aug 2023 23:33:06 GMT
|
|
12
12
|
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/react-autosize-textarea](https://npmjs.com/package/@types/react-autosize-textarea), [@types/wordpress__blocks](https://npmjs.com/package/@types/wordpress__blocks), [@types/wordpress__components](https://npmjs.com/package/@types/wordpress__components), [@types/wordpress__data](https://npmjs.com/package/@types/wordpress__data), [@types/wordpress__keycodes](https://npmjs.com/package/@types/wordpress__keycodes)
|
|
13
13
|
* Global values: none
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* eslint-disable no-unnecessary-generics */
|
|
1
|
+
/* eslint-disable @definitelytyped/no-unnecessary-generics */
|
|
2
2
|
import { BlockInstance } from '@wordpress/blocks';
|
|
3
3
|
import { Autocomplete, ToolbarButton } from '@wordpress/components';
|
|
4
4
|
import { ComponentType, HTMLProps, ReactNode } from 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/wordpress__block-editor",
|
|
3
|
-
"version": "11.5.
|
|
3
|
+
"version": "11.5.2",
|
|
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",
|
|
@@ -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": "9076fa114118720655ee51de6287f8f2e74f7d4de7a0ccc3809eda5bc0754a47",
|
|
42
42
|
"typeScriptVersion": "4.3"
|
|
43
43
|
}
|