theme.allBreakpoints('M')} {
- margin-bottom: ${spacing('m')};
- }
-`;
-
-
-
- Heading Line 1 Heading Line 2
-
-
- Whatever you’ve got planned, the Sport Relief shop has everything you need
- to get you looking your best while you’re raising some cash. Also
- available in Sainsbury’s stores and online and in selected Argos stores.
-
-
-
;
-```
-
-## Image align right and CTA are clickable and links user through to full content
-
-```js
-const defaultData = require('../../../styleguide/data/data').defaultData;import Text from '../../Atoms/Text/Text';
-import Link from '../../Atoms/Link/Link';
-import styled from 'styled-components';
-import spacing from '../../../theme/shared/spacing';
-
-const Title = styled(Text)`
- margin: ${spacing('md')} 0;
- @media ${({ theme }) => theme.allBreakpoints('M')} {
- margin-bottom: ${spacing('m')};
- }
-`;
-
-
-
- Heading Line 1 Heading Line 2
-
-
- Whatever you’ve got planned, the Sport Relief shop has everything you need
- to get you looking your best while you’re raising some cash. Also
- available in Sainsbury’s stores and online and in selected Argos stores.
-
-
-
;
-```
-
-## Image align with non CTA
-
-```js
-const defaultData = require('../../../styleguide/data/data').defaultData;import Text from '../../Atoms/Text/Text';
-import Link from '../../Atoms/Link/Link';
-import styled from 'styled-components';
-import spacing from '../../../theme/shared/spacing';
-
-const Title = styled(Text)`
- margin: ${spacing('md')} 0;
- @media ${({ theme }) => theme.allBreakpoints('M')} {
- margin-bottom: ${spacing('m')};
- }
-`;
-
-
-
- Heading Line 1 Heading Line 2
-
-
- Whatever you’ve got planned, the Sport Relief shop has everything you need
- to get you looking your best while you’re raising some cash. Also
- available in Sainsbury’s stores and online and in selected Argos stores.
-
-
-
;
-```
-
-## Using the linkIcon prop (to display download icon)
-
-```js
-const defaultData = require('../../../styleguide/data/data').defaultData;import Text from '../../Atoms/Text/Text';
-import Link from '../../Atoms/Link/Link';
-import styled from 'styled-components';
-import spacing from '../../../theme/shared/spacing';
-import Download from '../../Atoms/Icons/Download';
-
-
- }
- imageLow={defaultData.image}
- imageLeft={true}
- images={defaultData.images}
- subtitle="subTitle"
- >
-
- Whatever you’ve got planned, the Sport Relief shop has everything you need
- to get you looking your best while you’re raising some cash. Also
- available in Sainsbury’s stores and online and in selected Argos stores.
-
-
-
;
-```
-
-## Video with no CTA
-
-```js
-const defaultData = require('../../../styleguide/data/data').defaultData;import Text from '../../Atoms/Text/Text';
-import Link from '../../Atoms/Link/Link';
-import styled from 'styled-components';
-import spacing from '../../../theme/shared/spacing';
-import Download from '../../Atoms/Icons/Download';
-
-
-
-
- Some text and stuff.
-
-
-
;
-```
diff --git a/src/components/Molecules/SingleMessageDS/SingleMessageDsExample.jsx b/src/components/Molecules/SingleMessageDS/SingleMessageDsExample.jsx
new file mode 100644
index 000000000..4c49a8d0e
--- /dev/null
+++ b/src/components/Molecules/SingleMessageDS/SingleMessageDsExample.jsx
@@ -0,0 +1,109 @@
+import React from 'react';
+import styled from 'styled-components';
+import SingleMessageDs from './SingleMessageDs';
+import Text from '../../Atoms/Text/Text';
+import Download from '../../Atoms/Icons/Download';
+import spacing from '../../../theme/shared/spacing';
+import { defaultData } from '../../../styleguide/data/data';
+
+const Title = styled(Text)`
+ letter-spacing: 0.03em;
+ text-transform: uppercase;
+ margin: ${spacing('md')} 0;
+ @media ${({ theme }) => theme.allBreakpoints('M')} {
+ margin-bottom: ${spacing('m')};
+ }
+`;
+
+const wrapStyle = {
+ display: 'flex',
+ padding: '4rem 0',
+ background: '#E1E2E3',
+ justifyContent: 'space-around',
+};
+
+export default function SingleMessageDsExample() {
+ return (
+ <>
+
Image align left, CTA clickable
+
+
+
+ Heading Line 1 Heading Line 2
+
+
+ Whatever you've got planned, the Sport Relief shop has everything you need
+ to get you looking your best while you're raising some cash.
+
+
+
+
+
Image align right, CTA clickable
+
+
+
+ Heading Line 1 Heading Line 2
+
+
+ Whatever you've got planned, the Sport Relief shop has everything you need
+ to get you looking your best while you're raising some cash.
+
+
+
+
+
With download icon
+
+ }
+ imageLow={defaultData.image}
+ imageLeft={true}
+ images={defaultData.images}
+ subtitle="subTitle"
+ >
+
+ Whatever you've got planned, the Sport Relief shop has everything you need
+ to get you looking your best while you're raising some cash.
+
+
+
+
+
Video with no CTA
+
+
+ Some text and stuff.
+
+
+ >
+ );
+}
diff --git a/src/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap b/src/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap
index 58961892e..9e7319f56 100644
--- a/src/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap
+++ b/src/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap
@@ -5,9 +5,6 @@ exports[`renders correctly 1`] = `
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
font-weight: 400;
text-transform: inherit;
- -webkit-letter-spacing: 0;
- -moz-letter-spacing: 0;
- -ms-letter-spacing: 0;
letter-spacing: 0;
font-size: 1rem;
line-height: 1.25rem;
@@ -30,9 +27,6 @@ exports[`renders correctly 1`] = `
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
font-weight: 400;
text-transform: inherit;
- -webkit-letter-spacing: 0;
- -moz-letter-spacing: 0;
- -ms-letter-spacing: 0;
letter-spacing: 0;
font-size: 1rem;
line-height: 1.25rem;
@@ -63,36 +57,20 @@ exports[`renders correctly 1`] = `
}
.c12 {
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 1rem;
- -webkit-align-self: center;
- -ms-flex-item-align: center;
align-self: center;
right: 1.5rem;
}
.c11 {
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
- -webkit-text-decoration: none;
text-decoration: none;
- -webkit-transition: all 0.2s;
transition: all 0.2s;
height: 2.5rem;
width: 100%;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
justify-content: center;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
align-items: center;
border: none;
cursor: pointer;
@@ -103,9 +81,6 @@ exports[`renders correctly 1`] = `
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
font-weight: 700;
text-transform: inherit;
- -webkit-letter-spacing: 0;
- -moz-letter-spacing: 0;
- -ms-letter-spacing: 0;
letter-spacing: 0;
font-size: 1rem;
line-height: 1.25rem;
@@ -129,25 +104,14 @@ exports[`renders correctly 1`] = `
}
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
position: relative;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
flex-direction: column;
- -webkit-box-pack: space-around;
- -webkit-justify-content: space-around;
- -ms-flex-pack: space-around;
justify-content: space-around;
background: inherit;
}
.c7 {
- -webkit-letter-spacing: 0.03em;
- -moz-letter-spacing: 0.03em;
- -ms-letter-spacing: 0.03em;
letter-spacing: 0.03em;
}
@@ -179,12 +143,7 @@ exports[`renders correctly 1`] = `
height: auto;
padding: 1.5rem;
z-index: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
flex-direction: column;
border-radius: 1rem;
box-shadow: rgba(0,0,0,0.15) 0px 0px 1rem;
@@ -197,35 +156,35 @@ exports[`renders correctly 1`] = `
right: 1.5rem;
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c6 {
font-size: 1rem;
line-height: 1.25rem;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c6 {
font-size: 1.125rem;
line-height: 1.375rem;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c8 {
font-size: 1rem;
line-height: 1.25rem;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c8 {
font-size: 1.125rem;
line-height: 1.375rem;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c12 {
width: auto;
right: auto;
@@ -233,87 +192,67 @@ exports[`renders correctly 1`] = `
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c11 {
font-size: 1rem;
line-height: 1.25rem;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c11 {
font-size: 1.125rem;
line-height: 1.375rem;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c11 {
width: auto;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c11 {
width: auto;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c13 {
fill: #FFFFFF;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c0 {
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
flex-direction: row;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c2 {
height: 448px;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c1 {
margin: 0;
height: 448px;
- -webkit-box-flex: 0;
- -webkit-flex-grow: 0;
- -ms-flex-positive: 0;
flex-grow: 0;
- -webkit-flex-shrink: 0;
- -ms-flex-negative: 0;
flex-shrink: 0;
- -webkit-flex-basis: 50%;
- -ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
}
-@media (min-width:740px) {
-
-}
-
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c5 {
min-height: 448px;
height: auto;
width: calc(50% + 1.5rem);
- -webkit-box-flex: 0;
- -webkit-flex-grow: 0;
- -ms-flex-positive: 0;
flex-grow: 0;
- -webkit-flex-shrink: 0;
- -ms-flex-negative: 0;
flex-shrink: 0;
- -webkit-flex-basis: calc(50% + 1.5rem);
- -ms-flex-preferred-size: calc(50% + 1.5rem);
flex-basis: calc(50% + 1.5rem);
padding: 2rem;
padding-bottom: calc(2rem + 1.5rem);
@@ -321,7 +260,7 @@ exports[`renders correctly 1`] = `
}
}
-@media (min-width:1440px) {
+@media (min-width: 1440px) {
.c5 {
padding: calc(1.5rem * 2);
padding-bottom: calc(1.5rem * 3);
@@ -331,6 +270,8 @@ exports[`renders correctly 1`] = `
-```
-
-### Basic stats
-
-```js
-
-```
-
-### Multiple stats
-
-```js
-
-```
-
-
-### No animation
-
-```js
-
-```
diff --git a/src/components/Molecules/StatsSlice/__snapshots__/StatsSlice.test.js.snap b/src/components/Molecules/StatsSlice/__snapshots__/StatsSlice.test.js.snap
index 762d8c127..656c81df0 100644
--- a/src/components/Molecules/StatsSlice/__snapshots__/StatsSlice.test.js.snap
+++ b/src/components/Molecules/StatsSlice/__snapshots__/StatsSlice.test.js.snap
@@ -5,9 +5,6 @@ exports[`Stats Slices with a single node should render 1`] = `
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
font-weight: 400;
text-transform: inherit;
- -webkit-letter-spacing: 0;
- -moz-letter-spacing: 0;
- -ms-letter-spacing: 0;
letter-spacing: 0;
font-size: 1rem;
line-height: 1.25rem;
@@ -19,53 +16,28 @@ exports[`Stats Slices with a single node should render 1`] = `
}
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
justify-content: center;
padding: 2rem 1rem 2rem;
background: #13767C;
}
.c1 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
flex-direction: column;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
- -webkit-flex: 1;
- -ms-flex: 1;
flex: 1;
gap: 1rem;
max-width: 1152px;
}
.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
flex-direction: column;
- -webkit-align-items: flex-start;
- -webkit-box-align: flex-start;
- -ms-flex-align: flex-start;
align-items: flex-start;
gap: 1rem;
background: #ffffff;
padding: 2rem;
- -webkit-flex: 1 1 0px;
- -ms-flex: 1 1 0px;
flex: 1 1 0px;
min-width: 30%;
border-radius: 1rem;
@@ -74,45 +46,26 @@ exports[`Stats Slices with a single node should render 1`] = `
.c3 {
position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
flex-direction: column;
- -webkit-align-items: flex-start;
- -webkit-box-align: flex-start;
- -ms-flex-align: flex-start;
align-items: flex-start;
gap: 0.5rem;
padding-bottom: 0.5rem;
}
.c4 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
- -webkit-flex-wrap: wrap;
- -ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.5rem;
font-family: 'Anton',Impact,sans-serif;
font-weight: 400;
text-transform: uppercase;
- -webkit-letter-spacing: 0;
- -moz-letter-spacing: 0;
- -ms-letter-spacing: 0;
letter-spacing: 0;
font-size: 2rem;
line-height: 2rem;
}
.c5 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
display: flex;
}
@@ -131,34 +84,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 80ms;
transition-delay: 80ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c8[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c8[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c8[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c8[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -166,34 +110,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 160ms;
transition-delay: 160ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c9[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c9[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c9[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c9[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -201,34 +136,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 240ms;
transition-delay: 240ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c10[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c10[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c10[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c10[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -236,34 +162,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 320ms;
transition-delay: 320ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 1600ms;
transition-duration: 1600ms;
}
.c11[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c11[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c11[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c11[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -271,34 +188,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 400ms;
transition-delay: 400ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c12[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c12[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c12[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c12[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -306,34 +214,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 480ms;
transition-delay: 480ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c13[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c13[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c13[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c13[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -341,34 +240,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 560ms;
transition-delay: 560ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c14[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c14[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c14[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c14[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -376,34 +266,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 640ms;
transition-delay: 640ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 1600ms;
transition-duration: 1600ms;
}
.c15[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c15[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c15[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c15[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -411,34 +292,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 720ms;
transition-delay: 720ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c16[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c16[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c16[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c16[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -446,34 +318,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 800ms;
transition-delay: 800ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c17[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c17[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c17[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c17[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -481,34 +344,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 880ms;
transition-delay: 880ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c18[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c18[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c18[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c18[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -516,34 +370,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 960ms;
transition-delay: 960ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 1600ms;
transition-duration: 1600ms;
}
.c19[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c19[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c19[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c19[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -551,34 +396,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 1040ms;
transition-delay: 1040ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c20[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c20[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c20[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c20[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -586,34 +422,25 @@ exports[`Stats Slices with a single node should render 1`] = `
position: absolute;
top: 0;
left: 0;
- -webkit-transition-delay: 1120ms;
transition-delay: 1120ms;
- -webkit-transition-property: -webkit-transform;
- -webkit-transition-property: transform;
transition-property: transform;
- -webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
}
.c21[data-ease="none"] {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
.c21[data-ease="cubic"] {
- -webkit-transition-timing-function: cubic-bezier(0.22,1,0.36,1);
transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.c21[data-ease="overshoot"] {
- -webkit-transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
transition-timing-function: linear( 0,0.329 8.8%,0.59 18%,0.787 27.7%,0.863 32.8%,0.926 38.2%,0.968 43.1%,1 48.3%,1.022 53.7%,1.034 59.6%,1.035 69.8%,1.006 90.7%,1 );
}
.c21[data-ease="bounce"] {
- -webkit-transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
transition-timing-function: linear(0,0.384 15.4%,0.833 35.8%,1 44.7%,0.919 51.5%,0.9 54.7%,0.894 58%,0.911 63.8%,1 77.4%,0.985 84.4%,1);
}
@@ -628,9 +455,6 @@ exports[`Stats Slices with a single node should render 1`] = `
font-family: 'Anton',Impact,sans-serif;
font-weight: 400;
text-transform: uppercase;
- -webkit-letter-spacing: 0;
- -moz-letter-spacing: 0;
- -ms-letter-spacing: 0;
letter-spacing: 0;
font-size: 2rem;
line-height: 2rem;
@@ -640,49 +464,47 @@ exports[`Stats Slices with a single node should render 1`] = `
font-size: 1rem;
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c23 {
font-size: 1rem;
line-height: 1.25rem;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c23 {
font-size: 1.125rem;
line-height: 1.375rem;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c0 {
padding-inline: 2rem;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c0 {
padding-inline: 4rem;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c1 {
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
flex-direction: row;
gap: 2rem;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c4 {
font-size: 2.5rem;
line-height: 2.5rem;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c4 {
font-size: 3rem;
line-height: 3rem;
@@ -691,152 +513,127 @@ exports[`Stats Slices with a single node should render 1`] = `
@media (prefers-reduced-motion:reduce) {
.c8 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c9 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c10 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c11 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c12 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c13 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c14 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c15 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c16 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c17 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c18 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c19 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c20 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
@media (prefers-reduced-motion:reduce) {
.c21 {
- -webkit-transition-property: none;
transition-property: none;
- -webkit-transition-delay: 0;
transition-delay: 0;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c22 {
font-size: 2.5rem;
line-height: 2.5rem;
}
}
-@media (min-width:1024px) {
+@media (min-width: 1024px) {
.c22 {
font-size: 3rem;
line-height: 3rem;
}
}
-@media (min-width:740px) {
+@media (min-width: 740px) {
.c24 {
font-size: 1.25rem;
}
}
@@ -912,6 +711,8 @@ exports[`Stats Slices with a single node should render 1`] = `
@@ -959,6 +760,8 @@ exports[`Stats Slices with a single node should render 1`] = `
@@ -1006,6 +809,8 @@ exports[`Stats Slices with a single node should render 1`] = `
@@ -1026,6 +831,8 @@ exports[`Stats Slices with a single node should render 1`] = `
@@ -1073,6 +880,8 @@ exports[`Stats Slices with a single node should render 1`] = `
@@ -1120,6 +929,8 @@ exports[`Stats Slices with a single node should render 1`] = `