@corp-products/ui-components 3.9.8 → 3.9.9

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/index.d.ts CHANGED
@@ -707,7 +707,8 @@ declare class DualCalendarComponent implements OnInit, OnChanges {
707
707
  ngOnInit(): void;
708
708
  ngAfterViewInit(): void;
709
709
  moveElementToBody(): void;
710
- removeFromBody(): void;
710
+ wrapperVisible(): void;
711
+ wrapperHidden(): void;
711
712
  setDate(value: string | null): void;
712
713
  onDocumentClick(event: MouseEvent): void;
713
714
  private structToNgbDate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/ui-components",
3
- "version": "3.9.8",
3
+ "version": "3.9.9",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared UI components across our apps",
6
6
  "peerDependencies": {