File tree Expand file tree Collapse file tree 6 files changed +99
-129
lines changed
Expand file tree Collapse file tree 6 files changed +99
-129
lines changed Original file line number Diff line number Diff line change 3939 - name : Chromatic - Apps Rendering
4040 env :
4141 NODE_OPTIONS : ' --max_old_space_size=4096'
42- uses : chromaui/action@v11.27 .0
42+ uses : chromaui/action@v13.3 .0
4343
4444 with :
4545 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN__APPS_RENDERING }}
Original file line number Diff line number Diff line change 3535 - name : Chromatic - DCR
3636 env :
3737 NODE_OPTIONS : ' --max_old_space_size=4096'
38- uses : chromaui/action@v11.27 .0
38+ uses : chromaui/action@v13.3 .0
3939 with :
4040 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN__DOTCOM_RENDERING }}
4141 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3232 "@guardian/bridget" : " 8.7.0" ,
3333 "@guardian/browserslist-config" : " 6.1.0" ,
3434 "@guardian/cdk" : " 61.4.0" ,
35- "@guardian/commercial-core" : " 27.1 .0" ,
35+ "@guardian/commercial-core" : " 28.0 .0" ,
3636 "@guardian/core-web-vitals" : " 7.0.0" ,
3737 "@guardian/eslint-config" : " 7.0.1" ,
3838 "@guardian/eslint-config-typescript" : " 9.0.1" ,
3939 "@guardian/identity-auth" : " 6.0.1" ,
4040 "@guardian/identity-auth-frontend" : " 8.1.0" ,
41- "@guardian/libs" : " 25.3 .0" ,
41+ "@guardian/libs" : " 26.0 .0" ,
4242 "@guardian/ophan-tracker-js" : " 2.3.2" ,
4343 "@guardian/react-crossword" : " 6.3.0" ,
4444 "@guardian/shimport" : " 1.0.2" ,
Original file line number Diff line number Diff line change @@ -210,7 +210,19 @@ const captionLink = css`
210210 }
211211` ;
212212
213+ const galleryCaptionHeadingReset = css `
214+ h2 {
215+ display : inline;
216+ font-weight : bold;
217+ }
218+ h2 ::after {
219+ content : '' ;
220+ display : block;
221+ }
222+ ` ;
223+
213224const galleryStyles = css `
225+ ${ galleryCaptionHeadingReset }
214226 ${ grid . column . centre } ;
215227 ${ textSans14 } ;
216228
Original file line number Diff line number Diff line change 2424 },
2525 "dependencies" : {
2626 "@guardian/prettier" : " 5.0.0" ,
27- "chromatic" : " 11.27 .0" ,
27+ "chromatic" : " 13.3 .0" ,
2828 "husky" : " 9.1.7" ,
2929 "lint-staged" : " 15.2.0" ,
3030 "prettier" : " 3.0.3" ,
You can’t perform that action at this time.
0 commit comments