Skip to content

Commit fb35ff7

Browse files
committed
chore(@clayui/form): LPD-53483 Update snapshot
1 parent 15d40b1 commit fb35ff7

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

packages/clay-form/src/__tests__/__snapshots__/index.tsx.snap

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,56 @@ exports[`ClayForm Input.Group renders 1`] = `
3939
/>
4040
`;
4141

42+
exports[`ClayForm Input.GroupInsetItem renders 1`] = `
43+
<div
44+
className="input-group-inset-item"
45+
/>
46+
`;
47+
4248
exports[`ClayForm Input.GroupItem renders 1`] = `
4349
<div
4450
className="input-group-item"
4551
/>
4652
`;
4753

54+
exports[`ClayForm Input.InlineText renders 1`] = `
55+
<div
56+
className="form-control-fit-content inline-text-input"
57+
>
58+
<div
59+
className="form-control"
60+
>
61+
<input
62+
aria-hidden={true}
63+
className="form-control form-control-hidden"
64+
onFocus={[Function]}
65+
readOnly={true}
66+
type="text"
67+
value=""
68+
/>
69+
<span
70+
className="form-control-inset"
71+
contentEditable="plaintext-only"
72+
onBlur={[Function]}
73+
onInput={[Function]}
74+
role="textbox"
75+
/>
76+
<span
77+
className="form-control-indicator form-control-item"
78+
>
79+
<svg
80+
className="lexicon-icon lexicon-icon-pencil"
81+
role="presentation"
82+
>
83+
<use
84+
href="#pencil"
85+
/>
86+
</svg>
87+
</span>
88+
</div>
89+
</div>
90+
`;
91+
4892
exports[`ClayForm Text renders 1`] = `
4993
<div
5094
className="form-text"

0 commit comments

Comments
 (0)