@docusaurus/theme-search-algolia 0.0.0-5415 → 0.0.0-5419

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -356,10 +356,8 @@ function SearchPageContent() {
356
356
  'text--right',
357
357
  styles.searchLogoColumn,
358
358
  )}>
359
- <a
360
- target="_blank"
361
- rel="noopener noreferrer"
362
- href="https://www.algolia.com/"
359
+ <Link
360
+ to="https://www.algolia.com/"
363
361
  aria-label={translate({
364
362
  id: 'theme.SearchPage.algoliaLabel',
365
363
  message: 'Search by Algolia',
@@ -381,7 +379,7 @@ function SearchPageContent() {
381
379
  />
382
380
  </g>
383
381
  </svg>
384
- </a>
382
+ </Link>
385
383
  </div>
386
384
  </div>
387
385
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-search-algolia",
3
- "version": "0.0.0-5415",
3
+ "version": "0.0.0-5419",
4
4
  "description": "Algolia search component for Docusaurus.",
5
5
  "main": "lib/index.js",
6
6
  "sideEffects": [
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@docsearch/react": "^3.2.1",
37
- "@docusaurus/core": "0.0.0-5415",
38
- "@docusaurus/logger": "0.0.0-5415",
39
- "@docusaurus/plugin-content-docs": "0.0.0-5415",
40
- "@docusaurus/theme-common": "0.0.0-5415",
41
- "@docusaurus/theme-translations": "0.0.0-5415",
42
- "@docusaurus/utils": "0.0.0-5415",
43
- "@docusaurus/utils-validation": "0.0.0-5415",
37
+ "@docusaurus/core": "0.0.0-5419",
38
+ "@docusaurus/logger": "0.0.0-5419",
39
+ "@docusaurus/plugin-content-docs": "0.0.0-5419",
40
+ "@docusaurus/theme-common": "0.0.0-5419",
41
+ "@docusaurus/theme-translations": "0.0.0-5419",
42
+ "@docusaurus/utils": "0.0.0-5419",
43
+ "@docusaurus/utils-validation": "0.0.0-5419",
44
44
  "algoliasearch": "^4.14.2",
45
45
  "algoliasearch-helper": "^3.11.0",
46
46
  "clsx": "^1.2.1",
@@ -51,7 +51,7 @@
51
51
  "utility-types": "^3.10.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@docusaurus/module-type-aliases": "0.0.0-5415"
54
+ "@docusaurus/module-type-aliases": "0.0.0-5419"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "react": "^16.8.4 || ^17.0.0",
@@ -60,5 +60,5 @@
60
60
  "engines": {
61
61
  "node": ">=16.14"
62
62
  },
63
- "gitHead": "75a8c6e99031132fc1c96cf1154a026b27714055"
63
+ "gitHead": "18cbc502568964a167de9df3f77aa164bccd8188"
64
64
  }
@@ -426,10 +426,8 @@ function SearchPageContent(): JSX.Element {
426
426
  'text--right',
427
427
  styles.searchLogoColumn,
428
428
  )}>
429
- <a
430
- target="_blank"
431
- rel="noopener noreferrer"
432
- href="https://www.algolia.com/"
429
+ <Link
430
+ to="https://www.algolia.com/"
433
431
  aria-label={translate({
434
432
  id: 'theme.SearchPage.algoliaLabel',
435
433
  message: 'Search by Algolia',
@@ -451,7 +449,7 @@ function SearchPageContent(): JSX.Element {
451
449
  />
452
450
  </g>
453
451
  </svg>
454
- </a>
452
+ </Link>
455
453
  </div>
456
454
  </div>
457
455