1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render 1`] = `
5 className="display-inline-flex-center"
8 currentMonth={2018-02-05T00:00:00.000Z}
10 highlightTo={2018-02-05T00:00:00.000Z}
11 maxDate={2018-02-05T00:00:00.000Z}
13 placeholder="start_date"
14 value={2018-01-17T00:00:00.000Z}
17 className="note little-spacer-left little-spacer-right"
22 currentMonth={2018-01-17T00:00:00.000Z}
24 highlightFrom={2018-01-17T00:00:00.000Z}
25 minDate={2018-01-17T00:00:00.000Z}
27 placeholder="end_date"
28 value={2018-02-05T00:00:00.000Z}
33 exports[`should render: with min/max 1`] = `
35 className="display-inline-flex-center"
39 maxDate={2018-02-05T00:00:00.000Z}
40 minDate={2018-01-17T00:00:00.000Z}
42 placeholder="start_date"
45 className="note little-spacer-left little-spacer-right"
51 maxDate={2018-02-05T00:00:00.000Z}
52 minDate={2018-01-17T00:00:00.000Z}
54 placeholder="end_date"
59 exports[`should render: with min/max and value 1`] = `
61 className="display-inline-flex-center"
64 currentMonth={2018-02-05T00:00:00.000Z}
66 highlightTo={2018-02-05T00:00:00.000Z}
67 maxDate={2018-02-05T00:00:00.000Z}
68 minDate={2018-01-17T00:00:00.000Z}
70 placeholder="start_date"
71 value={2018-01-17T00:00:00.000Z}
74 className="note little-spacer-left little-spacer-right"
79 currentMonth={2018-01-17T00:00:00.000Z}
81 highlightFrom={2018-01-17T00:00:00.000Z}
82 maxDate={2018-02-05T00:00:00.000Z}
83 minDate={2018-01-17T00:00:00.000Z}
85 placeholder="end_date"
86 value={2018-02-05T00:00:00.000Z}