@apify/docs-theme 1.0.171 → 1.0.173

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.171",
3
+ "version": "1.0.173",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -3,9 +3,9 @@ import useIsBrowser from '@docusaurus/useIsBrowser';
3
3
  import clsx from 'clsx';
4
4
  import React from 'react';
5
5
 
6
- import styles from './styles.module.css';
7
6
  import IconDarkMode from '../Icon/DarkMode';
8
7
  import IconLightMode from '../Icon/LightMode';
8
+ import styles from './styles.module.css';
9
9
 
10
10
  function ColorModeToggle({
11
11
  className,
@@ -11,8 +11,8 @@ import NavbarSearch from '@theme/Navbar/Search';
11
11
  import NavbarItem from '@theme/NavbarItem';
12
12
  import React from 'react';
13
13
 
14
- import styles from './styles.module.css';
15
14
  import SearchBar from '../../SearchBar';
15
+ import styles from './styles.module.css';
16
16
 
17
17
  function NavbarItems({ items }) {
18
18
  return (
@@ -529,7 +529,7 @@ aside .icon svg[class*=iconExternalLink] {
529
529
  padding: 4px 8px;
530
530
  font-size: 14px;
531
531
  line-height: 24.4px;
532
- transition: all ease-in 0.2s;
532
+ transition: all ease-in 0.12s;
533
533
  }
534
534
 
535
535
  .menu__link:hover {