Skip to content

Commit 53f5b89

Browse files
committed
fix(docs): sidebar styling
1 parent 7189792 commit 53f5b89

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"lodash": "4.17.21",
4242
"netlify-plugin-cache": "1.0.3",
4343
"node-fetch": "3.3.2",
44-
"posthog-js": "1.129.0",
44+
"posthog-js": "1.130.0",
4545
"prism-react-renderer": "2.3.1",
46-
"react": "18.2.0",
46+
"react": "18.3.1",
4747
"react-dom": "18.2.0",
4848
"react-modal": "3.16.1",
4949
"react-zoom-pan-pinch": "3.4.4",
@@ -66,7 +66,7 @@
6666
"eslint-plugin-jsx-a11y": "6.8.0",
6767
"eslint-plugin-prettier": "5.1.3",
6868
"eslint-plugin-react": "7.34.1",
69-
"eslint-plugin-react-hooks": "4.6.0",
69+
"eslint-plugin-react-hooks": "4.6.2",
7070
"eslint-plugin-regexp": "2.5.0",
7171
"husky": "9.0.11",
7272
"lint-staged": "15.2.2",

src/css/docs.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
.theme-doc-sidebar-container {
22
border: none !important;
33
background-color: #eef7ff;
4-
border-bottom-right-radius: 0.5rem;
5-
flex-grow: 0;
6-
align-self: flex-start;
74
}
85

96
.theme-doc-sidebar-menu {

yarn.lock

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@
17261726
"@docusaurus/theme-search-algolia" "3.2.1"
17271727
"@docusaurus/types" "3.2.1"
17281728

1729-
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
1729+
"@docusaurus/react-loadable@5.5.2":
17301730
version "5.5.2"
17311731
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
17321732
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -5466,10 +5466,10 @@ eslint-plugin-prettier@5.1.3:
54665466
prettier-linter-helpers "^1.0.0"
54675467
synckit "^0.8.6"
54685468

5469-
eslint-plugin-react-hooks@4.6.0:
5470-
version "4.6.0"
5471-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
5472-
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
5469+
eslint-plugin-react-hooks@4.6.2:
5470+
version "4.6.2"
5471+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
5472+
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
54735473

54745474
eslint-plugin-react@7.34.1:
54755475
version "7.34.1"
@@ -9841,10 +9841,10 @@ postcss@8.4.38, postcss@^8.4.17, postcss@^8.4.21, postcss@^8.4.26, postcss@^8.4.
98419841
picocolors "^1.0.0"
98429842
source-map-js "^1.2.0"
98439843

9844-
posthog-js@1.129.0:
9845-
version "1.129.0"
9846-
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.129.0.tgz#e14c4354b107308cea9637dc52bbb491fd071ef0"
9847-
integrity sha512-Vddg6Shbum/SxFFUYrEUMu6PmFk7tNHIxTXQwtqrYtar6YKUXDUslW8kf8vwsK09AOglX7ISynisSJ8u/MzicA==
9844+
posthog-js@1.130.0:
9845+
version "1.130.0"
9846+
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.130.0.tgz#41309b487b05a0bcdff6f0b4f5e2743fe80bfdb0"
9847+
integrity sha512-bCrw5HunoXLybO20Q1bYEg68i5WCZWKxhStYJK4OR/9jrm7GwZ53GDrN78p8apFi0EH5ay4YZGbLFSkg+SsZWQ==
98489848
dependencies:
98499849
fflate "^0.4.8"
98509850
preact "^10.19.3"
@@ -10124,6 +10124,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
1012410124
dependencies:
1012510125
"@babel/runtime" "^7.10.3"
1012610126

10127+
"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
10128+
version "5.5.2"
10129+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
10130+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
10131+
dependencies:
10132+
"@types/react" "*"
10133+
prop-types "^15.6.2"
10134+
1012710135
react-modal@3.16.1:
1012810136
version "3.16.1"
1012910137
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.16.1.tgz#34018528fc206561b1a5467fc3beeaddafb39b2b"
@@ -10174,10 +10182,10 @@ react-zoom-pan-pinch@3.4.4:
1017410182
resolved "https://registry.yarnpkg.com/react-zoom-pan-pinch/-/react-zoom-pan-pinch-3.4.4.tgz#5450b027dbf9f161773cde71b061423ff1109328"
1017510183
integrity sha512-lGTu7D9lQpYEQ6sH+NSlLA7gicgKRW8j+D/4HO1AbSV2POvKRFzdWQ8eI0r3xmOsl4dYQcY+teV6MhULeg1xBw==
1017610184

10177-
react@18.2.0:
10178-
version "18.2.0"
10179-
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
10180-
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
10185+
react@18.3.1:
10186+
version "18.3.1"
10187+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
10188+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
1018110189
dependencies:
1018210190
loose-envify "^1.1.0"
1018310191

0 commit comments

Comments
 (0)