File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ reponame
284284requireindex
285285retrocompatibility
286286retrocompatible
287+ rmiz
287288roadmap
288289rocketvalidator
289290rtcts
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: How Docusaurus works to build your app
77``` mdx-code-block
88import Tabs from '@theme/Tabs';
99import TabItem from '@theme/TabItem';
10- import Zoom from '@site/src/components/Zoom ';
10+ import Zoom from 'react-medium-image-zoom ';
1111```
1212
1313<Zoom >
Original file line number Diff line number Diff line change 5959 "react" : " ^17.0.2" ,
6060 "react-dom" : " ^17.0.2" ,
6161 "react-lite-youtube-embed" : " ^2.3.1" ,
62- "react-medium-image-zoom" : " ^4.4.3 " ,
62+ "react-medium-image-zoom" : " ^5.0.2 " ,
6363 "react-popper" : " ^2.3.0" ,
6464 "rehype-katex" : " ^6.0.2" ,
6565 "remark-math" : " ^3.0.1" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 */
77
8+ @import 'react-medium-image-zoom/dist/styles.css' ;
9+
810: root {
911 /*
1012 See css var + hsl color palette technique:
@@ -220,3 +222,11 @@ div[class^='announcementBar_'] {
220222 padding : 0 var (--ifm-pre-padding );
221223 border-left : 3px solid # ff000080 ;
222224}
225+
226+ [data-rmiz-modal-overlay = 'visible' ] {
227+ background-color : rgba (255 255 255 / 95% );
228+ }
229+
230+ [data-theme = 'dark' ] [data-rmiz-modal-overlay = 'visible' ] {
231+ background-color : rgba (0 0 0 / 95% );
232+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: How Docusaurus works to build your app
77``` mdx-code-block
88import Tabs from '@theme/Tabs';
99import TabItem from '@theme/TabItem';
10- import Zoom from '@site/src/components/Zoom ';
10+ import Zoom from 'react-medium-image-zoom ';
1111```
1212
1313<Zoom >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: How Docusaurus works to build your app
77``` mdx-code-block
88import Tabs from '@theme/Tabs';
99import TabItem from '@theme/TabItem';
10- import Zoom from '@site/src/components/Zoom ';
10+ import Zoom from 'react-medium-image-zoom ';
1111```
1212
1313<Zoom >
Original file line number Diff line number Diff line change @@ -7657,11 +7657,6 @@ flux@^4.0.1:
76577657 fbemitter "^3.0.0"
76587658 fbjs "^3.0.1"
76597659
7660- focus-options-polyfill@1.5.1:
7661- version "1.5.1"
7662- resolved "https://registry.yarnpkg.com/focus-options-polyfill/-/focus-options-polyfill-1.5.1.tgz#0f422580d9d1fb65651f2968b547032eb17dab3c"
7663- integrity sha512-7yH20IePROHJLLbJvqqtsG420jE6DuukccapiB/WagtUpnc98r9NzHbX5rnjCDgdZqLgcqlzGjn+8l0Zb8Zf9w==
7664-
76657660follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.7:
76667661 version "1.15.1"
76677662 resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
@@ -12669,13 +12664,10 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
1266912664 dependencies:
1267012665 "@babel/runtime" "^7.10.3"
1267112666
12672- react-medium-image-zoom@^4.4.3:
12673- version "4.4.3"
12674- resolved "https://registry.yarnpkg.com/react-medium-image-zoom/-/react-medium-image-zoom-4.4.3.tgz#d5e3074becef7be4bfe35ebcd291eac462093bf5"
12675- integrity sha512-I928Z6mEMRUup4CPa+XtASiSuFzdVb1ecztXpF7xAJddXv4XZSE4n5gleZNYCn5wEU1LQY5LiN4aNW4KgrOVIA==
12676- dependencies:
12677- focus-options-polyfill "1.5.1"
12678- tslib "^2.4.0"
12667+ react-medium-image-zoom@^5.0.2:
12668+ version "5.0.2"
12669+ resolved "https://registry.yarnpkg.com/react-medium-image-zoom/-/react-medium-image-zoom-5.0.2.tgz#2ec051205e7bfc53759f8a3a1bfd1c594f96100c"
12670+ integrity sha512-DGdsNaixDgXnEFFpCV6YHJYG4VQOvzs3PHS3h+nfIV82GO0cWetXrBQFGA77DMGODe6DuBX2SQPqZAQVKpLdcw==
1267912671
1268012672react-popper@^2.3.0:
1268112673 version "2.3.0"
You can’t perform that action at this time.
0 commit comments