@wordpress/views 1.12.0 → 1.12.1-next.v.202605131006.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.
@@ -8,7 +8,7 @@ import type { View, SupportedLayouts, Form } from '@wordpress/dataviews';
8
8
  * @param {string} params.name The name of the entity.
9
9
  * @return {Object} An object containing the `default_view`, `default_layouts`, and `view_list` configuration for the entity.
10
10
  */
11
- export declare function useViewConfig({ kind, name, }: {
11
+ export declare function useViewConfig({ kind, name }: {
12
12
  kind: string;
13
13
  name: string;
14
14
  }): {
@@ -1 +1 @@
1
- {"version":3,"file":"use-view-config.d.ts","sourceRoot":"","sources":["../src/use-view-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAOzE;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAE,EAC9B,IAAI,EACJ,IAAI,GACJ,EAAE;IACF,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACb,GAAI;IACJ,YAAY,EAAE,IAAI,CAAC;IACnB,eAAe,EAAE,gBAAgB,CAAC;IAClC,SAAS,EAAE,KAAK,CAAE,GAAG,CAAE,CAAC;IACxB,IAAI,EAAE,IAAI,GAAG,SAAS,CAAC;CACvB,CAOA"}
1
+ {"version":3,"file":"use-view-config.d.ts","sourceRoot":"","sources":["../src/use-view-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAOzE;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAE,EAC9B,IAAI,EACJ,IAAI,EACJ,EAAE;IACF,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACb,GAAI;IACJ,YAAY,EAAE,IAAI,CAAC;IACnB,eAAe,EAAE,gBAAgB,CAAC;IAClC,SAAS,EAAE,KAAK,CAAE,GAAG,CAAE,CAAC;IACxB,IAAI,EAAE,IAAI,GAAG,SAAS,CAAC;CACvB,CAOA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/views",
3
- "version": "1.12.0",
3
+ "version": "1.12.1-next.v.202605131006.0+2a3d07cab",
4
4
  "description": "View persistence and management for WordPress DataViews.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -41,16 +41,16 @@
41
41
  },
42
42
  "types": "build-types",
43
43
  "dependencies": {
44
- "@wordpress/core-data": "^7.45.0",
45
- "@wordpress/data": "^10.45.0",
46
- "@wordpress/dataviews": "^14.2.0",
47
- "@wordpress/element": "^6.45.0",
48
- "@wordpress/preferences": "^4.45.0",
49
- "@wordpress/private-apis": "^1.45.0",
44
+ "@wordpress/core-data": "^7.45.1-next.v.202605131006.0+2a3d07cab",
45
+ "@wordpress/data": "^10.45.1-next.v.202605131006.0+2a3d07cab",
46
+ "@wordpress/dataviews": "^14.2.1-next.v.202605131006.0+2a3d07cab",
47
+ "@wordpress/element": "^6.45.1-next.v.202605131006.0+2a3d07cab",
48
+ "@wordpress/preferences": "^4.45.1-next.v.202605131006.0+2a3d07cab",
49
+ "@wordpress/private-apis": "^1.45.1-next.v.202605131006.0+2a3d07cab",
50
50
  "dequal": "^2.0.3"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "8c229eaed0e88c9827e2da3d73a78f9ddd77714b"
55
+ "gitHead": "8804fa29bc78a1d98e5a4d40c3e180ddd907016c"
56
56
  }