enjanga-components-library 1.0.33 → 1.0.35

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.
package/dist/index.d.mts CHANGED
@@ -11,7 +11,7 @@ interface AH_propsType {
11
11
  globalBarItems: React.ReactNode;
12
12
  }
13
13
 
14
- declare const AppHeader: ({ brand, brandLabel, brandRoute, navigation, }: AH_propsType) => react_jsx_runtime.JSX.Element;
14
+ declare const AppHeader: ({ brand, brandLabel, brandRoute, navigation }: AH_propsType) => react_jsx_runtime.JSX.Element | null;
15
15
 
16
16
  declare const BL_roleOpt: readonly ["img", "presentation", "none"];
17
17
  type BL_roleOptPropsType = (typeof BL_roleOpt)[number];
@@ -55,13 +55,14 @@ interface FTX_propsType {
55
55
  declare const BNN_roleOpt: readonly ["banner", "presentation", "none"];
56
56
  type BNN_roleOptPropsType = (typeof BNN_roleOpt)[number];
57
57
  interface BNN_propsType {
58
+ id?: string;
58
59
  className?: string;
59
60
  featuredText: FTX_propsType;
60
61
  isHuge?: boolean;
61
62
  role?: BNN_roleOptPropsType;
62
63
  }
63
64
 
64
- declare const Banner: ({ className, featuredText, isHuge, role, }: BNN_propsType) => react_jsx_runtime.JSX.Element;
65
+ declare const Banner: ({ id, className, featuredText, isHuge, role, }: BNN_propsType) => react_jsx_runtime.JSX.Element;
65
66
 
66
67
  interface CBNN_propsType {
67
68
  btnText: string;
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ interface AH_propsType {
11
11
  globalBarItems: React.ReactNode;
12
12
  }
13
13
 
14
- declare const AppHeader: ({ brand, brandLabel, brandRoute, navigation, }: AH_propsType) => react_jsx_runtime.JSX.Element;
14
+ declare const AppHeader: ({ brand, brandLabel, brandRoute, navigation }: AH_propsType) => react_jsx_runtime.JSX.Element | null;
15
15
 
16
16
  declare const BL_roleOpt: readonly ["img", "presentation", "none"];
17
17
  type BL_roleOptPropsType = (typeof BL_roleOpt)[number];
@@ -55,13 +55,14 @@ interface FTX_propsType {
55
55
  declare const BNN_roleOpt: readonly ["banner", "presentation", "none"];
56
56
  type BNN_roleOptPropsType = (typeof BNN_roleOpt)[number];
57
57
  interface BNN_propsType {
58
+ id?: string;
58
59
  className?: string;
59
60
  featuredText: FTX_propsType;
60
61
  isHuge?: boolean;
61
62
  role?: BNN_roleOptPropsType;
62
63
  }
63
64
 
64
- declare const Banner: ({ className, featuredText, isHuge, role, }: BNN_propsType) => react_jsx_runtime.JSX.Element;
65
+ declare const Banner: ({ id, className, featuredText, isHuge, role, }: BNN_propsType) => react_jsx_runtime.JSX.Element;
65
66
 
66
67
  interface CBNN_propsType {
67
68
  btnText: string;