@devtron-labs/devtron-fe-common-lib 1.15.0-pre-6 → 1.15.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 +7 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -147,6 +147,13 @@ export interface customEnv {
147
147
  * @default false
148
148
  */
149
149
  FEATURE_MANAGE_TRAFFIC_ENABLE?: boolean;
150
+ FEATURE_INFRA_PROVISION_INFO_BLOCK_HIDE?: boolean;
151
+ /**
152
+ * If true, online/offline connectivity banner is enabled
153
+ *
154
+ * @default true
155
+ */
156
+ FEATURE_INTERNET_CONNECTIVITY_ENABLE?: boolean;
150
157
  }
151
158
  declare global {
152
159
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.15.0-pre-6",
3
+ "version": "1.15.0-pre-7",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",