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

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;
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.3",
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"