@devtron-labs/devtron-fe-common-lib 1.12.0-pre-6 → 1.12.0-pre-7

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/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -133,6 +133,7 @@ export interface customEnv {
133
133
  FEATURE_APPLICATION_TEMPLATES_ENABLE?: boolean;
134
134
  GATEKEEPER_URL?: string;
135
135
  FEATURE_AI_INTEGRATION_ENABLE?: boolean;
136
+ LOGIN_PAGE_IMAGE?: string;
136
137
  }
137
138
  declare global {
138
139
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.12.0-pre-6",
3
+ "version": "1.12.0-pre-7",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",