@plaudit/gutenberg-api-extensions 2.74.4 → 2.75.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Block, BlockSupports } from "@wordpress/blocks";
|
|
2
2
|
import { dispatch, select, StoreDescriptor } from "@wordpress/data";
|
|
3
3
|
import type * as MetaActions from "@wordpress/data/build-types/redux-store/metadata/actions";
|
|
4
4
|
import type { PropertiesParameter } from "../blocks";
|
|
@@ -50,6 +50,7 @@ export type RegisterBlockAttrs<T extends Record<string, any> = {}> = {
|
|
|
50
50
|
plaudit?: "native" | boolean | {
|
|
51
51
|
group: any;
|
|
52
52
|
} | BlockJsonNativePropsConfig | undefined;
|
|
53
|
+
supports: BlockSupports & Record<Exclude<string, keyof BlockSupports>, any>;
|
|
53
54
|
};
|
|
54
55
|
export declare function isBlockJsonNativePropsConfig(thing: unknown): thing is BlockJsonNativePropsConfig;
|
|
55
56
|
export type NonEmptyArray<T> = [T, ...T[]];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useful-types.js","sourceRoot":"","sources":["../../src/lib/useful-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useful-types.js","sourceRoot":"","sources":["../../src/lib/useful-types.ts"],"names":[],"mappings":"AAkCA,MAAM,UAAU,4BAA4B,CAAC,KAAc;IAC1D,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,MAAM,IAAI,KAAK,IAAI,KAAK,CAAC,IAAI,KAAK,QAAQ,CAAC;AAClG,CAAC;AAGD,MAAM,UAAU,eAAe,CAAI,GAAuB;IACzD,OAAO,CAAC,CAAC,GAAG,IAAI,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC;AAChC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plaudit/gutenberg-api-extensions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.75.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"files": [
|
|
6
6
|
"./build",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@wordpress/hooks": "^4.26.0",
|
|
41
41
|
"@wordpress/i18n": "^5.26.0",
|
|
42
42
|
"@wordpress/icons": "^10.26.0",
|
|
43
|
-
"framer-motion": "^12.23.
|
|
44
|
-
"html-react-parser": "^5.2.
|
|
43
|
+
"framer-motion": "^12.23.6",
|
|
44
|
+
"html-react-parser": "^5.2.6",
|
|
45
45
|
"immer": "^9.0.21",
|
|
46
46
|
"react": "^18.3.1",
|
|
47
47
|
"react-dom": "^18.3.1",
|