@apify/docs-theme 1.0.171 → 1.0.172

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.172",
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 (