simpo-component-library 3.6.220 → 3.6.221

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.
@@ -63,7 +63,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
63
63
  validateNumber(event: KeyboardEvent): void;
64
64
  validateOTP(event: KeyboardEvent): void;
65
65
  checkStrength(): void;
66
- getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
66
+ getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
67
67
  emailDebounceTimer: any;
68
68
  onEmailChange(): void;
69
69
  emailCheck: boolean;
@@ -45,6 +45,7 @@ export declare class HeaderSectionComponent implements OnInit {
45
45
  applyFilter(value: any, type: string): void;
46
46
  onScroll(event: any): void;
47
47
  movingText?: MovingTextModal;
48
+ toShowInJewellery: boolean;
48
49
  ngOnInit(): void;
49
50
  showSearchBarMobile: boolean;
50
51
  isNavbarOpen: boolean;
@@ -98,6 +99,7 @@ export declare class HeaderSectionComponent implements OnInit {
98
99
  goToSchemes(): void;
99
100
  getRGBA(bgColor: any, opacity: number): any;
100
101
  showCategoryMobileHeader(): boolean;
102
+ byMetalAndStone: any;
101
103
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
102
104
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderSectionComponent, "simpo-header-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
103
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.220",
3
+ "version": "3.6.221",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file