monkey-style-guide 2.0.90 → 2.0.91

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.
@@ -32,6 +32,7 @@ export declare class MonkeyDateRangePickerComponent implements ControlValueAcces
32
32
  private initDateRange;
33
33
  private createCalendar;
34
34
  private build;
35
+ private clearDates;
35
36
  navigateToToday(): void;
36
37
  ngOnInit(): void;
37
38
  registerOnChange(fn: any): void;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "2.0.90",
3
+ "version": "2.0.91",
4
4
  "author": "Monkey Exchange",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
Binary file