Skip to content

Commit

Permalink
Merge 7b8e501 into 5e64131
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliufdmg committed Nov 25, 2022
2 parents 5e64131 + 7b8e501 commit aa5c3a2
Show file tree
Hide file tree
Showing 77 changed files with 275 additions and 222 deletions.
9 changes: 0 additions & 9 deletions __tests__/components/card/HybridCard1.test.tsx
Expand Up @@ -57,7 +57,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
variant="variant-1"
/>
);
expect(container).toMatchSnapshot();
Expand All @@ -73,7 +72,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
theme="theme1"
/>
);
const { container: container2 } = render(
Expand All @@ -85,7 +83,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
theme="theme2"
/>
);
const { container: container3 } = render(
Expand All @@ -97,7 +94,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
theme="theme3"
/>
);
const { container: container4 } = render(
Expand All @@ -109,7 +105,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
theme="theme4"
/>
);
const { container: container5 } = render(
Expand All @@ -121,7 +116,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
theme="theme5"
/>
);
const { container: container6 } = render(
Expand All @@ -133,7 +127,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
theme="theme6"
/>
);
const { container: container7 } = render(
Expand All @@ -145,7 +138,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
theme="theme7"
/>
);
const { container: container8 } = render(
Expand All @@ -157,7 +149,6 @@ describe('HybridCard1', () => {
label="Ondernemen"
title="This is the title"
url="https://example.com/1/This is the title"
theme="theme8"
/>
);
expect(container1).toMatchSnapshot();
Expand Down
1 change: 0 additions & 1 deletion __tests__/components/card/HybridCard2.test.tsx
Expand Up @@ -51,7 +51,6 @@ describe('HybridCard2', () => {
imageUrlM="https://images.example.com/imageM.png"
imageUrlL="https://images.example.com/imageL.png"
url="https://example.com/1/This is the title"
variant="variant-1"
/>
);
expect(container).toMatchSnapshot();
Expand Down
Expand Up @@ -25,21 +25,21 @@ exports[`HorizontalCard1 should render is-read correctly 1`] = `
class="teaserText xs__pl+4 s__p+4"
>
<div
class="meta xs__m-0 xs__mb+2 body-text sans s"
class="meta xs__m-0 xs__mb+2 body-text sans xs"
>
<time>
11:40
</time>
<span
class="prefix"
class="dot"
>
Ondernemen
</span>
<span
class="dot"
class="prefix"
>
Ondernemen
</span>
<time>
11:40
</time>
</div>
<div
class="textContainer"
Expand Down Expand Up @@ -81,21 +81,21 @@ exports[`HorizontalCard1 should render variant-1 correctly 1`] = `
class="teaserText xs__pl+4 s__p+4"
>
<div
class="meta xs__m-0 xs__mb+2 body-text sans s"
class="meta xs__m-0 xs__mb+2 body-text sans xs"
>
<time>
11:40
</time>
<span
class="prefix"
class="dot"
>
Ondernemen
</span>
<span
class="dot"
class="prefix"
>
Ondernemen
</span>
<time>
11:40
</time>
</div>
<div
class="textContainer"
Expand Down
Expand Up @@ -15,21 +15,21 @@ exports[`HorizontalCard2 should render is-read correctly 1`] = `
class="teaserText xs__pl+4 s__p+4"
>
<div
class="meta xs__m-0 xs__mb+2 body-text sans s"
class="meta xs__m-0 xs__mb+2 body-text sans xs"
>
<time>
11:50
</time>
<span
class="prefix"
class="dot"
>
Ondernemen
</span>
<span
class="dot"
class="prefix"
>
Ondernemen
</span>
<time>
11:50
</time>
</div>
<div
class="textContainer"
Expand Down
Expand Up @@ -55,21 +55,21 @@ https://images.example.com/image.png?auto=format&ixlib=react-9.5.4&w=8192 8192w"
class="teaserText xs__pl+4 s__p+4"
>
<div
class="meta xs__m-0 xs__mb+2 body-text sans s"
class="meta xs__m-0 xs__mb+2 body-text sans xs"
>
<time>
11:40
</time>
<span
class="prefix"
class="dot"
>
Ondernemen
</span>
<span
class="dot"
class="prefix"
>
Ondernemen
</span>
<time>
11:40
</time>
</div>
<div
class="textContainer"
Expand Down
20 changes: 10 additions & 10 deletions __tests__/components/card/__snapshots__/HybridCard1.test.tsx.snap
Expand Up @@ -28,7 +28,7 @@ exports[`HybridCard1 should render is-read correctly 1`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -84,7 +84,7 @@ exports[`HybridCard1 should render themes correctly 1`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -140,7 +140,7 @@ exports[`HybridCard1 should render themes correctly 2`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -196,7 +196,7 @@ exports[`HybridCard1 should render themes correctly 3`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -252,7 +252,7 @@ exports[`HybridCard1 should render themes correctly 4`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -308,7 +308,7 @@ exports[`HybridCard1 should render themes correctly 5`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -364,7 +364,7 @@ exports[`HybridCard1 should render themes correctly 6`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -420,7 +420,7 @@ exports[`HybridCard1 should render themes correctly 7`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -476,7 +476,7 @@ exports[`HybridCard1 should render themes correctly 8`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -532,7 +532,7 @@ exports[`HybridCard1 should render variant-1 correctly 1`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down
Expand Up @@ -38,7 +38,7 @@ exports[`HybridCard2 should render is-read correctly 1`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down Expand Up @@ -99,7 +99,7 @@ exports[`HybridCard2 should render variant-1 correctly 1`] = `
class="teaserText xs__pl+4 s__pr-0 s__pb-0 s__pl-0"
>
<div
class="meta xs__mb+2 body-text sans s"
class="meta xs__mb+2 body-text sans xs"
>
<span
class="prefix"
Expand Down
2 changes: 1 addition & 1 deletion pages/ab.tsx
Expand Up @@ -25,7 +25,7 @@ function Demo(props: Props) {
<div className={styles.ab}>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/accordion.tsx
Expand Up @@ -176,7 +176,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/article-bullet-point.tsx
Expand Up @@ -37,7 +37,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/article-image.tsx
Expand Up @@ -34,7 +34,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/article-infographic.tsx
Expand Up @@ -35,7 +35,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/article-latest-news.tsx
Expand Up @@ -58,7 +58,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/article-link-block.tsx
Expand Up @@ -29,7 +29,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/article-link-card.tsx
Expand Up @@ -28,7 +28,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/article-summary.tsx
Expand Up @@ -36,7 +36,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down
2 changes: 1 addition & 1 deletion pages/article-tags.tsx
Expand Up @@ -98,7 +98,7 @@ function Page() {
<>
<Head>
<title>
{metaTitle} - Design System - Het Financieele Dagblad
{`${metaTitle} - Design System - Het Financieele Dagblad`}
</title>
<meta name="description" content={metaDescription} />
<meta property="og:title" content={metaTitle} />
Expand Down

0 comments on commit aa5c3a2

Please sign in to comment.