@devtron-labs/devtron-fe-common-lib 1.11.1 → 1.11.2-patch-1

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.
@@ -1,2 +1,3 @@
1
+ export declare const SnowConfetti: () => JSX.Element;
1
2
  declare const Confetti: () => JSX.Element;
2
3
  export default Confetti;
@@ -1 +1 @@
1
- export { default as Confetti } from './Confetti.component';
1
+ export { SnowConfetti, default as Confetti } from './Confetti.component';
package/dist/index.d.ts CHANGED
@@ -137,6 +137,7 @@ export interface customEnv {
137
137
  */
138
138
  FEATURE_APPLICATION_TEMPLATES_ENABLE?: boolean;
139
139
  GATEKEEPER_URL?: string;
140
+ LOGIN_PAGE_IMAGE?: string;
140
141
  }
141
142
  declare global {
142
143
  interface Window {