Skip to content

Commit 9d46e5f

Browse files
committed
small tweak for Copy button, update dependencies
1 parent f5bb54d commit 9d46e5f

3 files changed

Lines changed: 39 additions & 35 deletions

File tree

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@docusaurus/plugin-pwa": "3.10.1",
5757
"@docusaurus/preset-classic": "3.10.1",
5858
"@docusaurus/theme-mermaid": "3.10.1",
59-
"docusaurus-plugin-copy-page-button": "^0.6.2",
59+
"docusaurus-plugin-copy-page-button": "^0.8.0",
6060
"docusaurus-plugin-sass": "^0.2.6",
61-
"react": "^19.2.6",
62-
"react-dom": "^19.2.6",
61+
"react": "^19.2.7",
62+
"react-dom": "^19.2.7",
6363
"react-github-btn": "^1.4.0"
6464
},
6565
"devDependencies": {
@@ -70,12 +70,12 @@
7070
"@react-native-website/lint-examples": "*",
7171
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
7272
"@types/google.analytics": "^0.0.46",
73-
"@types/react": "^19.2.14",
73+
"@types/react": "^19.2.16",
7474
"eslint": "^9.39.4",
7575
"glob": "^13.0.6",
7676
"prettier": "^3.8.3",
7777
"remark-cli": "^12.0.1",
78-
"sass": "1.99.0",
78+
"sass": "1.100.0",
7979
"typescript": "^6.0.3"
8080
}
8181
}

website/src/theme/DocItem/Layout/styles.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ div[class^="copyPageDropdown"] {
7171

7272
div[class^="copyPageDropdown"] {
7373
background-color: var(--ifm-navbar-background-color);
74+
75+
div[class^="itemDescription"] {
76+
color: var(--ifm-color-gray-600) !important;
77+
}
7478
}
7579
}
7680

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4768,10 +4768,10 @@
47684768
"@types/history" "^4.7.11"
47694769
"@types/react" "*"
47704770

4771-
"@types/react@*", "@types/react@^19.2.14":
4772-
version "19.2.14"
4773-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad"
4774-
integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==
4771+
"@types/react@*", "@types/react@^19.2.14", "@types/react@^19.2.16":
4772+
version "19.2.16"
4773+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.16.tgz#9868b153fd9e34e0117afcd5d7e372b8179337e1"
4774+
integrity sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==
47754775
dependencies:
47764776
csstype "^3.2.2"
47774777

@@ -6069,12 +6069,12 @@ chokidar@^3.0.0, chokidar@^3.5.3, chokidar@^3.6.0:
60696069
optionalDependencies:
60706070
fsevents "~2.3.2"
60716071

6072-
chokidar@^4.0.0:
6073-
version "4.0.3"
6074-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.3.tgz#7be37a4c03c9aee1ecfe862a4a23b2c70c205d30"
6075-
integrity sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==
6072+
chokidar@^5.0.0:
6073+
version "5.0.0"
6074+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-5.0.0.tgz#949c126a9238a80792be9a0265934f098af369a5"
6075+
integrity sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==
60766076
dependencies:
6077-
readdirp "^4.0.1"
6077+
readdirp "^5.0.0"
60786078

60796079
chrome-launcher@^0.15.2:
60806080
version "0.15.2"
@@ -7236,10 +7236,10 @@ doctrine@^2.1.0:
72367236
dependencies:
72377237
esutils "^2.0.2"
72387238

7239-
docusaurus-plugin-copy-page-button@^0.6.2:
7240-
version "0.6.2"
7241-
resolved "https://registry.yarnpkg.com/docusaurus-plugin-copy-page-button/-/docusaurus-plugin-copy-page-button-0.6.2.tgz#fee47fa75f77ab634d90694c47e832ce9dadcc6c"
7242-
integrity sha512-RbldmCJ6FEYx515ptp1Ei9WwQAQyK6ty5UaHVaSlOyBfh/Nm+wu+6y3g/V7sVejBrMCxpGLnAuIJn3h8nqdjcQ==
7239+
docusaurus-plugin-copy-page-button@^0.8.0:
7240+
version "0.8.0"
7241+
resolved "https://registry.yarnpkg.com/docusaurus-plugin-copy-page-button/-/docusaurus-plugin-copy-page-button-0.8.0.tgz#31b24ad7e8de434ca1dfd2d8c08ba4024d0a96aa"
7242+
integrity sha512-WsdA9yDlOevHuKiHMq/aZJvLViyYmlyYEPtYaIvL09qScZLu27Lyx7ABycgYz10t389nnz7NcfSKD3ghMs62fg==
72437243

72447244
docusaurus-plugin-sass@^0.2.6:
72457245
version "0.2.6"
@@ -14328,10 +14328,10 @@ react-devtools-core@^6.1.5:
1432814328
shell-quote "^1.6.1"
1432914329
ws "^7"
1433014330

14331-
react-dom@^19.2.6:
14332-
version "19.2.6"
14333-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.6.tgz#44a81b0bcca22da814c00847d09d01c8615529b7"
14334-
integrity sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==
14331+
react-dom@^19.2.7:
14332+
version "19.2.7"
14333+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.7.tgz#0450dc9ae9ddbff76ef196401cd8b8c7fb466ccc"
14334+
integrity sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==
1433514335
dependencies:
1433614336
scheduler "^0.27.0"
1433714337

@@ -14470,10 +14470,10 @@ react-router@5.3.4, react-router@^5.3.4:
1447014470
tiny-invariant "^1.0.2"
1447114471
tiny-warning "^1.0.0"
1447214472

14473-
react@^19.2.6:
14474-
version "19.2.6"
14475-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.6.tgz#3dadb8e12b2a7934c1d5317973e5dce1301f9a4d"
14476-
integrity sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==
14473+
react@^19.2.6, react@^19.2.7:
14474+
version "19.2.7"
14475+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.7.tgz#1f47a1bfc06f8ec885752c6f4af14369a9f8260b"
14476+
integrity sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==
1447714477

1447814478
read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2:
1447914479
version "3.0.2"
@@ -14546,10 +14546,10 @@ readable-stream@~2.0.0:
1454614546
string_decoder "~0.10.x"
1454714547
util-deprecate "~1.0.1"
1454814548

14549-
readdirp@^4.0.1:
14550-
version "4.1.2"
14551-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-4.1.2.tgz#eb85801435fbf2a7ee58f19e0921b068fc69948d"
14552-
integrity sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==
14549+
readdirp@^5.0.0:
14550+
version "5.0.0"
14551+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz#fbf1f71a727891d685bb1786f9ba74084f6e2f91"
14552+
integrity sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==
1455314553

1455414554
readdirp@~3.6.0:
1455514555
version "3.6.0"
@@ -15182,12 +15182,12 @@ sass-loader@^16.0.2:
1518215182
dependencies:
1518315183
neo-async "^2.6.2"
1518415184

15185-
sass@1.99.0:
15186-
version "1.99.0"
15187-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.99.0.tgz#ff9d1594da4886249dfaafabbeea2dea2dc74b26"
15188-
integrity sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==
15185+
sass@1.100.0:
15186+
version "1.100.0"
15187+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.100.0.tgz#b4cab1bed286fe22ac6c879c514f71cd36aa06c8"
15188+
integrity sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==
1518915189
dependencies:
15190-
chokidar "^4.0.0"
15190+
chokidar "^5.0.0"
1519115191
immutable "^5.1.5"
1519215192
source-map-js ">=0.6.2 <2.0.0"
1519315193
optionalDependencies:

0 commit comments

Comments
 (0)