Skip to content

Commit a356698

Browse files
committed
chore(@clayui/button): Update snapshots
1 parent e029fd5 commit a356698

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

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

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,21 @@ exports[`Button renders ClayButtonWithIcon without monospaced 1`] = `
5252
exports[`Button renders a ButtonGroup with spaced 1`] = `
5353
<div>
5454
<div
55-
class="btn-group"
55+
class="btn-group-spaced"
5656
role="group"
5757
>
58-
<div
59-
class="btn-group-item"
58+
<button
59+
class="btn btn-primary"
60+
type="button"
6061
>
61-
<button
62-
class="btn btn-primary"
63-
type="button"
64-
>
65-
Button
66-
</button>
67-
</div>
68-
<div
69-
class="btn-group-item"
62+
Button
63+
</button>
64+
<button
65+
class="btn btn-primary"
66+
type="button"
7067
>
71-
<button
72-
class="btn btn-primary"
73-
type="button"
74-
>
75-
Button
76-
</button>
77-
</div>
68+
Button
69+
</button>
7870
</div>
7971
</div>
8072
`;

0 commit comments

Comments
 (0)