Skip to content

Commit

Permalink
bump source from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Aug 27, 2024
1 parent 9076007 commit 0d8696b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps-rendering/src/components/EmailSignupForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {
InlineSuccess,
Label,
Link,
Spinner,
SvgReload,
SvgSpinner,
TextInput,
userFeedbackThemeDefault,
} from '@guardian/source/react-components';
Expand Down Expand Up @@ -155,7 +155,7 @@ const EmailSignupForm = ({
>
Sign up
<span className="js-signup-form__feedback js-signup-form__feedback--waiting">
<SvgSpinner size="small" />
<Spinner size="small" />
</span>
</Button>
</div>
Expand Down
6 changes: 3 additions & 3 deletions dotcom-rendering/src/components/SecureSignup.importable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
InlineError,
InlineSuccess,
Link,
Spinner,
SvgReload,
SvgSpinner,
TextInput,
} from '@guardian/source/react-components';
import type { CSSProperties, FormEvent, ReactEventHandler } from 'react';
Expand Down Expand Up @@ -391,8 +391,8 @@ export const SecureSignup = ({
</Button>
</form>
{isWaitingForResponse && (
<div>
<SvgSpinner isAnnouncedByScreenReader={true} size="small" />
<div aria-label="loading">
<Spinner size="small" />
</div>
)}

Expand Down
2 changes: 1 addition & 1 deletion libs/@guardian/source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"dependencies": {
"CSNX_SOURCE": "npm:@guardian/source@2.0.0"
"CSNX_SOURCE": "npm:@guardian/source@3.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d8696b

Please sign in to comment.