@scm-manager/ui-extensions 3.0.4 → 3.0.5-20240208-074700

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 +6 -0
  2. package/package.json +2 -2
package/build/index.d.ts CHANGED
@@ -434,6 +434,10 @@ declare type ReposSourcesContentActionBar = RenderableExtensionPointDefinition<"
434
434
  revision: string;
435
435
  handleExtensionError: React__default.Dispatch<React__default.SetStateAction<Error | undefined>>;
436
436
  }>;
437
+ declare type RepositoryCodeOverviewContent = RenderableExtensionPointDefinition<"repository.code.sources.content", {
438
+ sources: File;
439
+ repository: Repository;
440
+ }>;
437
441
  declare type RepositoryNavigation = RenderableExtensionPointDefinition<"repository.navigation", {
438
442
  repository: Repository;
439
443
  url: string;
@@ -761,6 +765,7 @@ type extensionPoints_ReposBranchDetailsInformation = ReposBranchDetailsInformati
761
765
  type extensionPoints_ReposContentMetaData = ReposContentMetaData;
762
766
  type extensionPoints_ReposCreateNamespace = ReposCreateNamespace;
763
767
  type extensionPoints_ReposSourcesContentActionBar = ReposSourcesContentActionBar;
768
+ type extensionPoints_RepositoryCodeOverviewContent = RepositoryCodeOverviewContent;
764
769
  type extensionPoints_RepositoryNavigation = RepositoryNavigation;
765
770
  type extensionPoints_RepositoryNavigationTopLevel = RepositoryNavigationTopLevel;
766
771
  type extensionPoints_RepositoryRoleDetailsInformation = RepositoryRoleDetailsInformation;
@@ -862,6 +867,7 @@ declare namespace extensionPoints {
862
867
  extensionPoints_ReposContentMetaData as ReposContentMetaData,
863
868
  extensionPoints_ReposCreateNamespace as ReposCreateNamespace,
864
869
  extensionPoints_ReposSourcesContentActionBar as ReposSourcesContentActionBar,
870
+ extensionPoints_RepositoryCodeOverviewContent as RepositoryCodeOverviewContent,
865
871
  extensionPoints_RepositoryNavigation as RepositoryNavigation,
866
872
  extensionPoints_RepositoryNavigationTopLevel as RepositoryNavigationTopLevel,
867
873
  extensionPoints_RepositoryRoleDetailsInformation as RepositoryRoleDetailsInformation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-extensions",
3
- "version": "3.0.4",
3
+ "version": "3.0.5-20240208-074700",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
@@ -17,7 +17,7 @@
17
17
  "test": "jest"
18
18
  },
19
19
  "dependencies": {
20
- "@scm-manager/ui-types": "3.0.4",
20
+ "@scm-manager/ui-types": "3.0.5-20240208-074700",
21
21
  "react": "^17.0.1"
22
22
  },
23
23
  "devDependencies": {