Skip to content

Commit 9f7fe76

Browse files
new canary version of crossword (#13362)
* new canary version
1 parent 5abb3e6 commit 9f7fe76

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

dotcom-rendering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@guardian/libs": "20.0.0",
5151
"@guardian/ophan-tracker-js": "2.2.5",
5252
"@guardian/react-crossword": "2.0.2",
53-
"@guardian/react-crossword-next": "npm:@guardian/[email protected]20250206165456",
53+
"@guardian/react-crossword-next": "npm:@guardian/[email protected]20250217171614",
5454
"@guardian/shimport": "1.0.2",
5555
"@guardian/source": "8.0.0",
5656
"@guardian/source-development-kitchen": "12.0.0",

dotcom-rendering/src/components/CrosswordComponent.importable.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Layout: CrosswordProps['Layout'] = ({
3737
Controls,
3838
SavedMessage,
3939
AnagramHelper,
40-
StickyClue,
40+
FocusedClue,
4141
gridWidth,
4242
}) => {
4343
return (
@@ -64,7 +64,7 @@ const Layout: CrosswordProps['Layout'] = ({
6464
}
6565
`}
6666
>
67-
<StickyClue
67+
<FocusedClue
6868
additionalCss={css`
6969
${from.leftCol} {
7070
display: none;
@@ -73,6 +73,13 @@ const Layout: CrosswordProps['Layout'] = ({
7373
/>
7474
<Grid />
7575
<div data-print-layout="hide">
76+
<FocusedClue
77+
additionalCss={css`
78+
${from.leftCol} {
79+
display: none;
80+
}
81+
`}
82+
/>
7683
<Controls />
7784
<div
7885
css={css`

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)