1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render 1`] = `
5 className="display-flex-end"
8 className="display-flex-column"
11 className="text-bold little-spacer-bottom"
17 currentMonth={2018-02-05T00:00:00.000Z}
19 highlightTo={2018-02-05T00:00:00.000Z}
21 maxDate={2018-02-05T00:00:00.000Z}
23 placeholder="start_date"
24 value={2018-01-17T00:00:00.000Z}
28 className="note little-spacer-left little-spacer-right little-spacer-bottom"
33 className="display-flex-column"
36 className="text-bold little-spacer-bottom"
42 currentMonth={2018-01-17T00:00:00.000Z}
44 highlightFrom={2018-01-17T00:00:00.000Z}
46 minDate={2018-01-17T00:00:00.000Z}
48 placeholder="end_date"
49 value={2018-02-05T00:00:00.000Z}
55 exports[`should render: with min/max 1`] = `
57 className="display-flex-end"
60 className="display-flex-column"
63 className="text-bold little-spacer-bottom"
71 maxDate={2018-02-05T00:00:00.000Z}
72 minDate={2018-01-17T00:00:00.000Z}
74 placeholder="start_date"
78 className="note little-spacer-left little-spacer-right little-spacer-bottom"
83 className="display-flex-column"
86 className="text-bold little-spacer-bottom"
94 maxDate={2018-02-05T00:00:00.000Z}
95 minDate={2018-01-17T00:00:00.000Z}
97 placeholder="end_date"
103 exports[`should render: with min/max and value 1`] = `
105 className="display-flex-end"
108 className="display-flex-column"
111 className="text-bold little-spacer-bottom"
117 currentMonth={2018-02-05T00:00:00.000Z}
119 highlightTo={2018-02-05T00:00:00.000Z}
121 maxDate={2018-02-05T00:00:00.000Z}
122 minDate={2018-01-17T00:00:00.000Z}
123 onChange={[Function]}
124 placeholder="start_date"
125 value={2018-01-17T00:00:00.000Z}
129 className="note little-spacer-left little-spacer-right little-spacer-bottom"
134 className="display-flex-column"
137 className="text-bold little-spacer-bottom"
143 currentMonth={2018-01-17T00:00:00.000Z}
145 highlightFrom={2018-01-17T00:00:00.000Z}
147 maxDate={2018-02-05T00:00:00.000Z}
148 minDate={2018-01-17T00:00:00.000Z}
149 onChange={[Function]}
150 placeholder="end_date"
151 value={2018-02-05T00:00:00.000Z}