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 @@ -10,7 +10,7 @@ exports[`ABACUpsellModal should render the modal with correct content 1`] = `
open=""
>
<div
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1e2ego0"
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1euli2f"
>
<header
class="rcx-box rcx-box--full rcx-modal__header"
Expand All @@ -22,7 +22,7 @@ exports[`ABACUpsellModal should render the modal with correct content 1`] = `
class="rcx-box rcx-box--full rcx-modal__header-text rcx-css-trljwa rcx-css-lma364"
>
<div
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-ar0y0g"
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-mldzte"
>
Premium capability
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`GenericUpsellModal renders Default without crashing 1`] = `
open=""
>
<div
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1e2ego0"
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1euli2f"
>
<header
class="rcx-box rcx-box--full rcx-modal__header"
Expand All @@ -22,7 +22,7 @@ exports[`GenericUpsellModal renders Default without crashing 1`] = `
class="rcx-box rcx-box--full rcx-modal__header-text rcx-css-trljwa rcx-css-lma364"
>
<div
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-ar0y0g"
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-mldzte"
>
Premium capability
</div>
Expand Down Expand Up @@ -120,7 +120,7 @@ exports[`GenericUpsellModal renders WithAnnotation without crashing 1`] = `
open=""
>
<div
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1e2ego0"
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1euli2f"
>
<header
class="rcx-box rcx-box--full rcx-modal__header"
Expand All @@ -132,7 +132,7 @@ exports[`GenericUpsellModal renders WithAnnotation without crashing 1`] = `
class="rcx-box rcx-box--full rcx-modal__header-text rcx-css-trljwa rcx-css-lma364"
>
<div
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-ar0y0g"
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-mldzte"
>
Premium capability
</div>
Expand Down Expand Up @@ -235,7 +235,7 @@ exports[`GenericUpsellModal renders WithCustomButtons without crashing 1`] = `
open=""
>
<div
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1e2ego0"
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1euli2f"
>
<header
class="rcx-box rcx-box--full rcx-modal__header"
Expand All @@ -247,7 +247,7 @@ exports[`GenericUpsellModal renders WithCustomButtons without crashing 1`] = `
class="rcx-box rcx-box--full rcx-modal__header-text rcx-css-trljwa rcx-css-lma364"
>
<div
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-ar0y0g"
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-mldzte"
>
Premium capability
</div>
Expand Down Expand Up @@ -345,7 +345,7 @@ exports[`GenericUpsellModal renders WithCustomTagLine without crashing 1`] = `
open=""
>
<div
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1e2ego0"
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1euli2f"
>
<header
class="rcx-box rcx-box--full rcx-modal__header"
Expand All @@ -357,7 +357,7 @@ exports[`GenericUpsellModal renders WithCustomTagLine without crashing 1`] = `
class="rcx-box rcx-box--full rcx-modal__header-text rcx-css-trljwa rcx-css-lma364"
>
<div
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-ar0y0g"
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-mldzte"
>
Exclusive
</div>
Expand Down Expand Up @@ -455,7 +455,7 @@ exports[`GenericUpsellModal renders WithFixedWidthAndHeight without crashing 1`]
open=""
>
<div
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1e2ego0"
class="rcx-box rcx-box--full rcx-modal__inner rcx-css-1euli2f"
>
<header
class="rcx-box rcx-box--full rcx-modal__header"
Expand All @@ -467,7 +467,7 @@ exports[`GenericUpsellModal renders WithFixedWidthAndHeight without crashing 1`]
class="rcx-box rcx-box--full rcx-modal__header-text rcx-css-trljwa rcx-css-lma364"
>
<div
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-ar0y0g"
class="rcx-box rcx-box--full rcx-modal__tagline rcx-css-mldzte"
>
Premium capability
</div>
Expand Down
Loading
Loading