@wordpress/admin-ui 1.5.1-next.ba3aee3a2.0 → 1.6.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.6.0 (2026-01-16)
6
+
5
7
  ## 1.4.0 (2025-11-26)
6
8
 
7
9
  ## 1.3.0 (2025-11-12)
@@ -11,7 +11,7 @@ declare function Page({ breadcrumbs, badges, title, subTitle, children, classNam
11
11
  }): import("react").JSX.Element;
12
12
  declare namespace Page {
13
13
  var SidebarToggleFill: {
14
- (props: Omit<import("@wordpress/components/build-types/slot-fill/types").FillComponentProps, "name">): import("react").JSX.Element;
14
+ (props: Omit<import("@wordpress/components").FillComponentProps, "name">): import("react").JSX.Element;
15
15
  displayName: string;
16
16
  };
17
17
  }
@@ -1,10 +1,10 @@
1
1
  declare const SidebarToggleFill: {
2
- (props: Omit<import("@wordpress/components/build-types/slot-fill/types").FillComponentProps, "name">): import("react").JSX.Element;
2
+ (props: Omit<import("@wordpress/components").FillComponentProps, "name">): import("react").JSX.Element;
3
3
  displayName: string;
4
4
  }, SidebarToggleSlot: {
5
- (props: import("@wordpress/components/build-types/slot-fill/types").DistributiveOmit<import("@wordpress/components/build-types/slot-fill/types").SlotComponentProps, "name">): import("react").JSX.Element;
5
+ (props: import("@wordpress/components").DistributiveOmit<import("@wordpress/components").SlotComponentProps, "name">): import("react").JSX.Element;
6
6
  displayName: string;
7
- __unstableName: import("@wordpress/components/build-types/slot-fill/types").SlotKey;
7
+ __unstableName: import("@wordpress/components").SlotKey;
8
8
  };
9
9
  export { SidebarToggleFill, SidebarToggleSlot };
10
10
  //# sourceMappingURL=sidebar-toggle-slot.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/admin-ui",
3
- "version": "1.5.1-next.ba3aee3a2.0",
3
+ "version": "1.6.0",
4
4
  "description": "Generic components to be used in the Admin UI.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -45,11 +45,11 @@
45
45
  "types": "build-types",
46
46
  "sideEffects": false,
47
47
  "dependencies": {
48
- "@wordpress/base-styles": "^6.13.2-next.ba3aee3a2.0",
49
- "@wordpress/components": "^32.0.1-next.ba3aee3a2.0",
50
- "@wordpress/element": "^6.37.1-next.ba3aee3a2.0",
51
- "@wordpress/i18n": "^6.10.1-next.ba3aee3a2.0",
52
- "@wordpress/route": "^0.3.1-next.ba3aee3a2.0",
48
+ "@wordpress/base-styles": "^6.14.0",
49
+ "@wordpress/components": "^32.0.0",
50
+ "@wordpress/element": "^6.38.0",
51
+ "@wordpress/i18n": "^6.11.0",
52
+ "@wordpress/route": "^0.4.0",
53
53
  "clsx": "^2.1.1"
54
54
  },
55
55
  "peerDependencies": {
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "67d2e486fcd40c753591cf911ca0659132f519ca"
61
+ "gitHead": "50c4c0f51e4797c217946ce42adfaa5eb026f33f"
62
62
  }