Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports[`ABACUpsellModal should render the modal with correct content 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -94,7 +94,7 @@ exports[`ABACUpsellModal should render the modal with correct content 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ exports[`CreateDiscussion renders Default without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -313,7 +313,7 @@ exports[`CreateDiscussion renders Default without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="submit"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports[`GenericUpsellModal renders Default without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -94,7 +94,7 @@ exports[`GenericUpsellModal renders Default without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="button"
>
<span
Expand Down Expand Up @@ -200,7 +200,7 @@ exports[`GenericUpsellModal renders WithAnnotation without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -210,7 +210,7 @@ exports[`GenericUpsellModal renders WithAnnotation without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="button"
>
<span
Expand Down Expand Up @@ -311,7 +311,7 @@ exports[`GenericUpsellModal renders WithCustomButtons without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -321,7 +321,7 @@ exports[`GenericUpsellModal renders WithCustomButtons without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="button"
>
<span
Expand Down Expand Up @@ -422,7 +422,7 @@ exports[`GenericUpsellModal renders WithCustomTagLine without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -432,7 +432,7 @@ exports[`GenericUpsellModal renders WithCustomTagLine without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="button"
>
<span
Expand Down Expand Up @@ -533,7 +533,7 @@ exports[`GenericUpsellModal renders WithFixedWidthAndHeight without crashing 1`]
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -543,7 +543,7 @@ exports[`GenericUpsellModal renders WithFixedWidthAndHeight without crashing 1`]
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ exports[`Story Tests renders Default without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -488,7 +488,7 @@ exports[`Story Tests renders Default without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
disabled=""
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ exports[`AttributesForm renders NewAttribute without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button"
type="button"
>
<span
Expand All @@ -150,7 +150,7 @@ exports[`AttributesForm renders NewAttribute without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
disabled=""
form=":r0:"
type="submit"
Expand Down Expand Up @@ -360,7 +360,7 @@ exports[`AttributesForm renders WithLockedAttributes without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button"
type="button"
>
<span
Expand All @@ -370,7 +370,7 @@ exports[`AttributesForm renders WithLockedAttributes without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
disabled=""
form=":r3:"
type="submit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exports[`DeleteRoomModal should render without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -81,7 +81,7 @@ exports[`DeleteRoomModal should render without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--danger rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--danger rcx-button"
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ exports[`renders withError without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ exports[`renders Default without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--secondary rcx-button"
type="button"
>
<span
Expand All @@ -131,7 +131,7 @@ exports[`renders Default without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="submit"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ exports[`renders AppLogsItem without crashing 1`] = `
class="rcx-box rcx-box--full rcx-css-142wtci"
>
<div
class="rcx-box rcx-box--full rcx-css-1bdyjik rcx-css-1tmbvtv"
class="rcx-box rcx-box--full rcx-css-1bdyjik rcx-css-1l4fxfb"
>
<i
aria-hidden="true"
class="rcx-box rcx-box--full rcx-icon--name-customize rcx-icon rcx-css-1yal9it"
>
</i>
<div
<h5
class="rcx-box rcx-box--full rcx-css-1spko5i"
id="contextualbarTitle"
>
Filters
</div>
</h5>
<button
aria-label="Close"
class="rcx-box rcx-box--full rcx-button--small-square rcx-button--square rcx-button--icon rcx-button rcx-css-ue04py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ exports[`renders AppLogsItem without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button"
type="button"
>
<span
Expand All @@ -182,7 +182,7 @@ exports[`renders AppLogsItem without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
disabled=""
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ exports[`renders without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button"
type="button"
>
<span
Expand All @@ -214,7 +214,7 @@ exports[`renders without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
disabled=""
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ exports[`CannedResponseList Storybook Stories renders Default without crashing 1
class="rcx-box rcx-box--full rcx-css-142wtci"
>
<div
class="rcx-box rcx-box--full rcx-css-1bdyjik rcx-css-1tmbvtv"
class="rcx-box rcx-box--full rcx-css-1bdyjik rcx-css-1l4fxfb"
>
<div
<h5
class="rcx-box rcx-box--full rcx-css-1spko5i"
id="contextualbarTitle"
>
Canned_Responses
</div>
</h5>
<button
aria-label="Close"
class="rcx-box rcx-box--full rcx-button--small-square rcx-button--square rcx-button--icon rcx-button rcx-css-ue04py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`MessageStep renders Default without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button"
type="button"
>
<span
Expand All @@ -27,7 +27,7 @@ exports[`MessageStep renders Default without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="submit"
>
<span
Expand Down Expand Up @@ -61,7 +61,7 @@ exports[`MessageStep renders WithDefaultValues without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button"
type="button"
>
<span
Expand All @@ -71,7 +71,7 @@ exports[`MessageStep renders WithDefaultValues without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="submit"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`RecipientStep renders Default without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="submit"
>
<span
Expand Down Expand Up @@ -51,7 +51,7 @@ exports[`RecipientStep renders WithDefaultValues without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="submit"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`RepliesStep renders Default without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button"
type="button"
>
<span
Expand All @@ -27,7 +27,7 @@ exports[`RepliesStep renders Default without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="submit"
>
<span
Expand Down Expand Up @@ -61,7 +61,7 @@ exports[`RepliesStep renders WithDefaultValues without crashing 1`] = `
role="group"
>
<button
class="rcx-box rcx-box--full rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button"
type="button"
>
<span
Expand All @@ -71,7 +71,7 @@ exports[`RepliesStep renders WithDefaultValues without crashing 1`] = `
</span>
</button>
<button
class="rcx-box rcx-box--full rcx-button--primary rcx-button rcx-button-group__item"
class="rcx-box rcx-box--full rcx-button--primary rcx-button"
type="submit"
>
<span
Expand Down
Loading
Loading