Skip to content

Commit cfd0df5

Browse files
authored
upgrade docsearch (#5238)
1 parent e699ea4 commit cfd0df5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"workbox-webpack-plugin": "^6.1.5"
147147
},
148148
"dependencies": {
149-
"@docsearch/react": "^3.0.0-alpha.38",
149+
"@docsearch/react": "^3.0.0-alpha.39",
150150
"path-browserify": "^1.0.1",
151151
"prop-types": "^15.7.2",
152152
"react": "^17.0.2",

src/styles/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--docsearch-primary-color: #1d78c1 !important;
1616
}
1717
.DocSearch-Button {
18-
@apply bg-transparent lg:bg-gray-500 transition duration-200 lg:w-[155px] !important;
18+
@apply bg-transparent lg:bg-gray-500 transition duration-200 !important;
1919
}
2020
.DocSearch-Button-Placeholder {
2121
@apply hidden lg:font-light lg:text-sm lg:block lg:text-gray-200 lg:dark:text-gray-300 transition duration-200 !important;

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,19 +1228,19 @@
12281228
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz#8f03a22a04de437254e8ce8cc84ba39689288752"
12291229
integrity sha512-HyYEUDeIj5rRQU2Hk5HTB2uHsbRQpF70nvMhVzi+VJR0X+xNEhjPui4/kBf3VeH/wqD28PT4sVOm8qqLjBrSZg==
12301230

1231-
"@docsearch/css@3.0.0-alpha.38":
1232-
version "3.0.0-alpha.38"
1233-
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.38.tgz#da5677fce7fe54a3666ef35db172ccd942ad0c30"
1234-
integrity sha512-VcnSHSHr+lDBHGmL6x5qN8LywKq7QEGDYdaYkkoUVfwa8y1/lTdZyijFWMGMqLvD73YTso7AkoolV5r8su3jqQ==
1231+
"@docsearch/css@3.0.0-alpha.39":
1232+
version "3.0.0-alpha.39"
1233+
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.39.tgz#1ebd390d93e06aad830492f5ffdc8e05d058813f"
1234+
integrity sha512-lr10MFTgcR3NRea/FtJ7uNtIpQz0XVwYxbpO5wxykgfHu1sxZTr6zwkuPquRgFYXnccxsTvfoIiK3rMH0fLr/w==
12351235

1236-
"@docsearch/react@^3.0.0-alpha.38":
1237-
version "3.0.0-alpha.38"
1238-
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0-alpha.38.tgz#9f1ce8fc7168938c99f1616e1f4b4ed65c046e7a"
1239-
integrity sha512-Dy5CniSeJ50g5gkc00zP6l9xOVmDQvM96Q1DEYUQjPjuA5LQ3q6JXRIcfU91KqzNU2N6FvXpEyd0w4HBxxWwUw==
1236+
"@docsearch/react@^3.0.0-alpha.39":
1237+
version "3.0.0-alpha.39"
1238+
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0-alpha.39.tgz#bbd253f6fc591f63c1a171e7ef2da26b253164d9"
1239+
integrity sha512-urTIt82tan6CU+D2kO6xXpWQom/r1DA7L/55m2JiCIK/3SLh2z15FJFVN2abeK7B4wl8pCfWunYOwCsSHhWDLA==
12401240
dependencies:
12411241
"@algolia/autocomplete-core" "1.2.1"
12421242
"@algolia/autocomplete-preset-algolia" "1.2.1"
1243-
"@docsearch/css" "3.0.0-alpha.38"
1243+
"@docsearch/css" "3.0.0-alpha.39"
12441244
algoliasearch "^4.0.0"
12451245

12461246
"@eslint/eslintrc@^0.4.3":

0 commit comments

Comments
 (0)