@scalar/nextjs-api-reference 0.3.1 → 0.3.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,18 @@
1
1
  # @scalar/nextjs-api-reference
2
2
 
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 85a0074: fix: hotfix integration fonts
8
+ - @scalar/api-reference@1.22.3
9
+
10
+ ## 0.3.2
11
+
12
+ ### Patch Changes
13
+
14
+ - @scalar/api-reference@1.22.2
15
+
3
16
  ## 0.3.1
4
17
 
5
18
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const nextjsThemeCss = `
4
- :root {
5
- --scalar-font: 'Inter', var(--system-fonts);
6
- }
7
4
  /* basic theme */
8
5
  .dark-mode {
9
6
  --scalar-color-1: rgba(255, 255, 255, 0.9);
package/dist/index.js CHANGED
@@ -1,7 +1,4 @@
1
1
  const nextjsThemeCss = `
2
- :root {
3
- --scalar-font: 'Inter', var(--system-fonts);
4
- }
5
2
  /* basic theme */
6
3
  .dark-mode {
7
4
  --scalar-color-1: rgba(255, 255, 255, 0.9);
@@ -3,9 +3,6 @@
3
3
  })(this, function(exports2) {
4
4
  "use strict";
5
5
  const nextjsThemeCss = `
6
- :root {
7
- --scalar-font: 'Inter', var(--system-fonts);
8
- }
9
6
  /* basic theme */
10
7
  .dark-mode {
11
8
  --scalar-color-1: rgba(255, 255, 255, 0.9);
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "openapi",
14
14
  "swagger"
15
15
  ],
16
- "version": "0.3.1",
16
+ "version": "0.3.3",
17
17
  "engines": {
18
18
  "node": ">=18"
19
19
  },
@@ -35,7 +35,7 @@
35
35
  "directory": "packages/nextjs-api-reference"
36
36
  },
37
37
  "dependencies": {
38
- "@scalar/api-reference": "1.22.1"
38
+ "@scalar/api-reference": "1.22.3"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^20.8.4",
@@ -47,7 +47,7 @@
47
47
  "react-dom": "^18.2.0",
48
48
  "vite": "^5.2.9",
49
49
  "vite-plugin-dts": "^3.6.3",
50
- "@scalar/api-reference": "1.22.1"
50
+ "@scalar/api-reference": "1.22.3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "next": "^13 || ^14",