@scalar/docusaurus 0.2.2 → 0.2.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @scalar/docusaurus
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @scalar/api-reference-react@0.1.45
8
+
3
9
  ## 0.2.2
4
10
 
5
11
  ### Patch Changes
package/dist/theme.css CHANGED
@@ -185,7 +185,7 @@ html[data-theme='light'] .api-client-drawer {
185
185
  --scalar-mini: auto !important;
186
186
  }
187
187
  .sidebar-heading-link p {
188
- font-family: var(--ifm-font-family-base), 'Inter', var(--system-fonts);
188
+ font-family: var(--ifm-font-family-base);
189
189
  font-weight: 500;
190
190
  }
191
191
  .sidebar-indent-nested .sidebar-heading {
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "testing",
15
15
  "react"
16
16
  ],
17
- "version": "0.2.2",
17
+ "version": "0.2.3",
18
18
  "engines": {
19
19
  "node": ">=18"
20
20
  },
@@ -29,7 +29,7 @@
29
29
  "directory": "packages/docusaurus"
30
30
  },
31
31
  "dependencies": {
32
- "@scalar/api-reference-react": "0.1.44"
32
+ "@scalar/api-reference-react": "0.1.45"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@docusaurus/types": "^3.1.1",