Skip to content

Commit e3df97b

Browse files
committed
Gig apply page init
1 parent 83f7994 commit e3df97b

File tree

29 files changed

+1455
-251
lines changed

29 files changed

+1455
-251
lines changed

__tests__/shared/components/GUIKit/Datepicker/__snapshots__/index.jsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`Default render 1`] = `
44
<div
5-
className="datepickerContainer src-shared-components-GUIKit-Datepicker-___style__container___Sl58X"
5+
className="src-shared-components-GUIKit-Datepicker-___style__container___Sl58X"
66
>
77
<withStyles(SingleDatePicker)
88
anchorDirection="left"
@@ -19,7 +19,7 @@ exports[`Default render 1`] = `
1919
/>
2020
}
2121
date={null}
22-
daySize={53}
22+
daySize={47}
2323
disableScroll={false}
2424
disabled={false}
2525
displayFormat="MMM DD, YYYY"
Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Default render 1`] = `
4-
<div
5-
className="radioButtonContainer src-shared-components-GUIKit-RadioButton-___style__radioButtonContainer___3YAY0 src-shared-components-GUIKit-RadioButton-___style__smSize____lb3s"
6-
>
4+
<React.Fragment>
75
<div
8-
className="radioButton src-shared-components-GUIKit-RadioButton-___style__radioButton___2Jtbj"
6+
className="radioButtonContainer src-shared-components-GUIKit-RadioButton-___style__radioButtonContainer___3YAY0 src-shared-components-GUIKit-RadioButton-___style__smSize____lb3s"
97
>
10-
<label
11-
className="src-shared-components-GUIKit-RadioButton-___style__container___3nVSA"
8+
<div
9+
className="radioButton src-shared-components-GUIKit-RadioButton-___style__radioButton___2Jtbj"
1210
>
13-
<input
14-
checked={true}
15-
onChange={[Function]}
16-
type="radio"
17-
/>
11+
<label
12+
className="src-shared-components-GUIKit-RadioButton-___style__container___3nVSA"
13+
>
14+
<input
15+
checked={true}
16+
onChange={[Function]}
17+
type="radio"
18+
/>
19+
<span
20+
className="src-shared-components-GUIKit-RadioButton-___style__checkmark___1iCFJ"
21+
/>
22+
</label>
1823
<span
19-
className="src-shared-components-GUIKit-RadioButton-___style__checkmark___1iCFJ"
20-
/>
21-
</label>
22-
<span
23-
className="src-shared-components-GUIKit-RadioButton-___style__label___MCxnk"
24-
>
25-
radio
26-
</span>
24+
className="src-shared-components-GUIKit-RadioButton-___style__label___MCxnk"
25+
>
26+
radio
27+
</span>
28+
</div>
2729
</div>
28-
</div>
30+
</React.Fragment>
2931
`;

0 commit comments

Comments
 (0)