File tree Expand file tree Collapse file tree
src/components/YoutubeAtom Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 "@guardian/braze-components" : " 22.2.0" ,
3232 "@guardian/bridget" : " 8.7.0" ,
3333 "@guardian/browserslist-config" : " 6.1.0" ,
34- "@guardian/cdk" : " 62.3.5 " ,
34+ "@guardian/cdk" : " 62.6.1 " ,
3535 "@guardian/commercial-core" : " 29.0.0" ,
3636 "@guardian/core-web-vitals" : " 7.0.0" ,
3737 "@guardian/eslint-config-typescript" : " 12.0.0" ,
9090 "@types/youtube" : " 0.0.50" ,
9191 "ajv" : " 8.18.0" ,
9292 "ajv-formats" : " 2.1.1" ,
93- "aws-cdk" : " 2.1107 .0" ,
94- "aws-cdk-lib" : " 2.240 .0" ,
93+ "aws-cdk" : " 2.1110 .0" ,
94+ "aws-cdk-lib" : " 2.241 .0" ,
9595 "body-parser" : " 1.20.4" ,
9696 "browserslist" : " 4.24.4" ,
9797 "buffer" : " 6.0.3" ,
127127 "lz-string" : " 1.5.0" ,
128128 "mockdate" : " 3.0.5" ,
129129 "node-fetch" : " 3.3.2" ,
130- "postcss-styled-syntax" : " 0.6.3 " ,
130+ "postcss-styled-syntax" : " 0.7.1 " ,
131131 "preact" : " 10.15.1" ,
132132 "preact-render-to-string" : " 6.0.2" ,
133133 "react" : " 18.3.1" ,
143143 "semver" : " 7.5.4" ,
144144 "source-map" : " 0.7.4" ,
145145 "storybook" : " 10.2.13" ,
146- "stylelint" : " 16.5.0 " ,
146+ "stylelint" : " 16.26.1 " ,
147147 "stylelint-config-recommended" : " 14.0.0" ,
148148 "swc-loader" : " 0.2.6" ,
149149 "swr" : " 1.3.0" ,
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ const fullscreenStyles = (id: string) => css`
8585 iframe # ${ id } {
8686 position : fixed;
8787 top : 0 ;
88- /* override vw and vh with vsw and vsh if supported */
88+ /* override vw and vh with svw and svh if supported */
89+ /* stylelint-disable declaration-block-no-duplicate-properties */
8990 width : 100vw ;
9091 height : 100vh ;
91- /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
9292 width : 100svw ;
93- /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
9493 height : 100svh ;
94+ /* stylelint-enable declaration-block-no-duplicate-properties */
9595 z-index : ${ getZIndex ( 'youTubeFullscreen' ) } ;
9696 }
9797` ;
You can’t perform that action at this time.
0 commit comments