@wso2/am-core-ui 0.0.3-rc1 → 0.0.4

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.
@@ -4,6 +4,7 @@ export declare const LazyOverviewOrg: FC;
4
4
  export declare const LazyOverviewProject: FC;
5
5
  export declare const LazyOverviewComponent: FC;
6
6
  export declare const LazyBuildComponent: FC;
7
+ export declare const LazySecurityComponent: FC;
7
8
  export declare const LazyConfigureComponent: FC;
8
9
  export declare const LazyAddLLMProvidersComponent: FC;
9
10
  export declare const LazyViewLLMProviderComponent: FC;
@@ -24,5 +25,8 @@ export declare const LazyLLMProvidersOrg: FC;
24
25
  export declare const LazyLLMProvidersComponent: FC;
25
26
  export declare const LazyAddLLMProvidersOrg: FC;
26
27
  export declare const LazyGatewaysOrg: FC;
28
+ export declare const LazyCatalogOrg: FC;
29
+ export declare const LazyPublishComponent: FC;
30
+ export declare const LazyPublishOrg: FC;
27
31
  export declare const LazyAddNewAgent: import('react').LazyExoticComponent<ComponentType>;
28
32
  export declare const LazyAddNewProject: import('react').LazyExoticComponent<ComponentType>;
@@ -21,6 +21,7 @@ export declare enum MountPoints {
21
21
  ProjectLevelPage = "project-level-page",
22
22
  TopLeftPanel = "top-left-panel",
23
23
  TopRightPanel = "top-right-panel",
24
+ TopLogo = "top-logo",
24
25
  BottomLeftPanel = "bottom-left-panel",
25
26
  BottomRightPanel = "bottom-right-panel",
26
27
  LeftNavItem = "left-nav-item",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wso2/am-core-ui",
3
- "version": "0.0.3-rc1",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -9,7 +9,8 @@
9
9
  ".": {
10
10
  "import": "./dist/index.js",
11
11
  "types": "./dist/index.d.ts"
12
- }
12
+ },
13
+ "./dist/index.css": "./dist/index.css"
13
14
  },
14
15
  "files": [
15
16
  "dist"
@@ -35,9 +36,9 @@
35
36
  "@mui/icons-material": ">=7.0.0",
36
37
  "@mui/material": ">=7.0.0",
37
38
  "@tanstack/react-query": ">=5.0.0",
38
- "@wso2/oxygen-ui": ">=0.8.0",
39
- "@wso2/oxygen-ui-charts-react": ">=0.8.0",
40
- "@wso2/oxygen-ui-icons-react": ">=0.8.0",
39
+ "@wso2/oxygen-ui": ">=0.10.1",
40
+ "@wso2/oxygen-ui-charts-react": ">=0.10.1",
41
+ "@wso2/oxygen-ui-icons-react": ">=0.10.1",
41
42
  "react": ">=19.0.0",
42
43
  "react-dom": ">=19.0.0",
43
44
  "react-router-dom": ">=6.0.0"