@scm-manager/ui-extensions 4.0.0-REACT19-20250920-130317 → 4.0.0-REACT19-20250922-115826

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.
Files changed (2) hide show
  1. package/build/index.d.ts +2 -3
  2. package/package.json +2 -2
package/build/index.d.ts CHANGED
@@ -667,8 +667,7 @@ type BranchMenuDetailProps = {
667
667
  * @since 2.46.0
668
668
  * @example
669
669
  * ```typescript
670
- * import { Menu } from "@scm-manager/ui-overlays";
671
- * import { Icon } from "@scm-manager/ui-buttons";
670
+ * import { Icon, Menu } from "@scm-manager/ui-core";
672
671
  *
673
672
  * binder.bind<extensionPoints.BranchListMenu>(
674
673
  * "branches.list.menu",
@@ -690,7 +689,7 @@ type BranchListDetailProps = {
690
689
  * @since 2.46.0
691
690
  * @example
692
691
  * ```typescript
693
- * import { Card } from "@scm-manager/ui-layout";
692
+ * import { Card } from "@scm-manager/ui-core";
694
693
  * import { extensionPoints, binder } from "@scm-manager/ui-extensions";
695
694
  *
696
695
  * binder.bind<extensionPoints.BranchListDetail>(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-extensions",
3
- "version": "4.0.0-REACT19-20250920-130317",
3
+ "version": "4.0.0-REACT19-20250922-115826",
4
4
  "license": "AGPL-3.0-only",
5
5
  "private": false,
6
6
  "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
@@ -28,7 +28,7 @@
28
28
  "@scm-manager/eslint-config": "^2.18.2",
29
29
  "@scm-manager/prettier-config": "^2.12.0",
30
30
  "@scm-manager/tsconfig": "^2.13.0",
31
- "@scm-manager/ui-types": "4.0.0-REACT19-20250920-130317",
31
+ "@scm-manager/ui-types": "4.0.0-REACT19-20250922-115826",
32
32
  "@vitest/coverage-v8": "^3.2.4",
33
33
  "@testing-library/react": "16.3.0",
34
34
  "@types/react": "^19.1.1",