Skip to content

Commit 33307d3

Browse files
author
Juarez Mota
committed
chore: inform migrated component files from gateway repository
1 parent c859d9f commit 33307d3

File tree

11 files changed

+53
-1
lines changed

11 files changed

+53
-1
lines changed

dotcom-rendering/src/components/AuthProviderButtons/AuthProviderButtons.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file AuthProviderButtons.stories.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/AuthProviderButtons.stories.tsx
5+
*/
16
import type { Meta } from '@storybook/react';
27
import { AuthProviderButtons } from './AuthProviderButtons';
38

dotcom-rendering/src/components/AuthProviderButtons/AuthProviderButtons.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file AuthProviderButtons.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/AuthProviderButtons.tsx
5+
*/
16
import { css } from '@emotion/react';
27
import { from, palette, remSpace } from '@guardian/source/foundations';
38
import {

dotcom-rendering/src/components/AuthProviderButtons/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file AuthProviderButtons.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/shared/model/QueryParams.ts
5+
*/
16
export type Stringifiable = string | boolean | number | null | undefined;
27
export type StringifiableRecord = Record<
38
string,

dotcom-rendering/src/components/ExternalLink/ExternalLink.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file ExternalLink.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/ExternalLink.tsx
5+
*/
16
import type {
27
LinkButtonProps,
38
LinkProps,

dotcom-rendering/src/components/InformationBox/InformationBox.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file InformationBox.stories.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/InformationBox.stories.tsx
5+
*/
16
import { css } from '@emotion/react';
27
import { palette } from '@guardian/source/foundations';
38
import { ButtonLink } from '@guardian/source/react-components';

dotcom-rendering/src/components/InformationBox/InformationBox.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file InformationBox.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/InformationBox.tsx
5+
*/
16
import { css } from '@emotion/react';
27
import {
38
palette,

dotcom-rendering/src/components/Terms/Terms.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file Terms.stories.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/Terms.stories.tsx
5+
*/
16
import type { Meta } from '@storybook/react';
27
import { InformationBox } from '../InformationBox/InformationBox';
38
import { GuardianTerms, JobsTerms, RecaptchaTerms } from './Terms';

dotcom-rendering/src/components/Terms/Terms.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file Terms.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/Terms.tsx
5+
*/
16
import { ExternalLink } from '../ExternalLink/ExternalLink';
27
import { InformationBoxText } from '../InformationBox/InformationBox';
38

dotcom-rendering/src/components/ThemedLink/ThemedLink.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file ThemedLink.stories.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/ThemedLink.stories.tsx
5+
*/
16
import type { Meta } from '@storybook/react';
27
import { ThemedLink } from './ThemedLink';
38

dotcom-rendering/src/components/ThemedLink/ThemedLink.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* @file ThemedLink.tsx
3+
* This file was migrated from:
4+
* https://github.com/guardian/gateway/blob/b980d008f91bd1abb108e50de9cdd1c364f37f4d/src/client/components/ThemedLink.tsx
5+
*/
16
import { css } from '@emotion/react';
27
import { palette } from '@guardian/source/foundations';
38
import type { LinkProps } from '@guardian/source/react-components';

0 commit comments

Comments
 (0)