monkey-style-guide 2.0.211 → 2.0.213

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.
@@ -27,6 +27,7 @@ export declare class MonkeyDateRangePickerComponent implements ControlValueAcces
27
27
  moveDaysForward: boolean;
28
28
  set minDate(value: any);
29
29
  onChange: EventEmitter<any>;
30
+ isPickerFocused: boolean;
30
31
  private today;
31
32
  private onModelChange;
32
33
  private onModelTouched;
@@ -30,6 +30,7 @@ export declare class MonkeyDateRangePickerV2Component implements ControlValueAcc
30
30
  onChange: EventEmitter<any>;
31
31
  onSubmit: EventEmitter<any>;
32
32
  onClose: EventEmitter<any>;
33
+ isPickerFocused: boolean;
33
34
  private today;
34
35
  private onModelChange;
35
36
  private onModelTouched;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "2.0.211",
3
+ "version": "2.0.213",
4
4
  "author": "Monkey Exchange",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
Binary file