Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade docsearch #5238

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"workbox-webpack-plugin": "^6.1.5"
},
"dependencies": {
"@docsearch/react": "^3.0.0-alpha.38",
"@docsearch/react": "^3.0.0-alpha.39",
"path-browserify": "^1.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
--docsearch-primary-color: #1d78c1 !important;
}
.DocSearch-Button {
@apply bg-transparent lg:bg-gray-500 transition duration-200 lg:w-[155px] !important;
@apply bg-transparent lg:bg-gray-500 transition duration-200 !important;
}
.DocSearch-Button-Placeholder {
@apply hidden lg:font-light lg:text-sm lg:block lg:text-gray-200 lg:dark:text-gray-300 transition duration-200 !important;
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1228,19 +1228,19 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz#8f03a22a04de437254e8ce8cc84ba39689288752"
integrity sha512-HyYEUDeIj5rRQU2Hk5HTB2uHsbRQpF70nvMhVzi+VJR0X+xNEhjPui4/kBf3VeH/wqD28PT4sVOm8qqLjBrSZg==

"@docsearch/[email protected].38":
version "3.0.0-alpha.38"
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.38.tgz#da5677fce7fe54a3666ef35db172ccd942ad0c30"
integrity sha512-VcnSHSHr+lDBHGmL6x5qN8LywKq7QEGDYdaYkkoUVfwa8y1/lTdZyijFWMGMqLvD73YTso7AkoolV5r8su3jqQ==
"@docsearch/[email protected].39":
version "3.0.0-alpha.39"
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0-alpha.39.tgz#1ebd390d93e06aad830492f5ffdc8e05d058813f"
integrity sha512-lr10MFTgcR3NRea/FtJ7uNtIpQz0XVwYxbpO5wxykgfHu1sxZTr6zwkuPquRgFYXnccxsTvfoIiK3rMH0fLr/w==

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

"@eslint/eslintrc@^0.4.3":
Expand Down