@apify/docs-theme 1.0.161 → 1.0.163

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.161",
3
+ "version": "1.0.163",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -8,7 +8,7 @@ export default function MDXA(props) {
8
8
  const { siteConfig } = useDocusaurusContext();
9
9
 
10
10
  if (props.href?.startsWith(siteConfig.url)) {
11
- props.target = '_self';
11
+ props = { ...props, target: '_self' };
12
12
  }
13
13
 
14
14
  // absolute links in README, e.g. in the SDK or API Client docs, need to be converted to local `to` links
@@ -1833,6 +1833,10 @@ iframe[src*="youtube"] {
1833
1833
  text-transform: none;
1834
1834
  }
1835
1835
 
1836
+ .plugin-id-openapi .export-button {
1837
+ --ifm-button-size-multiplier: 1.5;
1838
+ }
1839
+
1836
1840
  @media (max-width: 996px) {
1837
1841
  div[class^="navbarSearchContainer"] {
1838
1842
  position: static;