@scalar/nextjs-api-reference 0.8.16 → 0.8.18

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,17 @@
1
1
  # @scalar/nextjs-api-reference
2
2
 
3
+ ## 0.8.18
4
+
5
+ ### Patch Changes
6
+
7
+ - @scalar/core@0.3.15
8
+
9
+ ## 0.8.17
10
+
11
+ ### Patch Changes
12
+
13
+ - @scalar/core@0.3.14
14
+
3
15
  ## 0.8.16
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -102,7 +102,7 @@ const customTheme = `
102
102
 
103
103
  .light-mode .dark-mode,
104
104
  .light-mode {
105
- --scalar-color-1: #2a2f45;
105
+ --scalar-color-1: #1b1b1b;
106
106
  --scalar-color-2: #757575;
107
107
  --scalar-color-3: #8e8e8e;
108
108
  --scalar-color-accent: #3070ec;
package/dist/index.js CHANGED
@@ -100,7 +100,7 @@ const customTheme = `
100
100
 
101
101
  .light-mode .dark-mode,
102
102
  .light-mode {
103
- --scalar-color-1: #2a2f45;
103
+ --scalar-color-1: #1b1b1b;
104
104
  --scalar-color-2: #757575;
105
105
  --scalar-color-3: #8e8e8e;
106
106
  --scalar-color-accent: #3070ec;
@@ -104,7 +104,7 @@
104
104
 
105
105
  .light-mode .dark-mode,
106
106
  .light-mode {
107
- --scalar-color-1: #2a2f45;
107
+ --scalar-color-1: #1b1b1b;
108
108
  --scalar-color-2: #757575;
109
109
  --scalar-color-3: #8e8e8e;
110
110
  --scalar-color-accent: #3070ec;
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "openapi",
19
19
  "swagger"
20
20
  ],
21
- "version": "0.8.16",
21
+ "version": "0.8.18",
22
22
  "engines": {
23
23
  "node": ">=20"
24
24
  },
@@ -35,22 +35,22 @@
35
35
  ],
36
36
  "module": "./dist/index.js",
37
37
  "dependencies": {
38
- "@scalar/core": "0.3.13"
38
+ "@scalar/core": "0.3.15"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^22.9.0",
42
42
  "@types/react": "^19.1.8",
43
43
  "@types/react-dom": "^19.1.6",
44
44
  "@vitejs/plugin-react": "^4.3.4",
45
- "next": "^15.3.3",
45
+ "next": "^15.4.7",
46
46
  "react": "^19.1.0",
47
47
  "react-dom": "^19.1.0",
48
48
  "vite": "6.1.6",
49
49
  "vite-plugin-dts": "^4.3.0",
50
- "@scalar/api-reference": "1.34.4"
50
+ "@scalar/api-reference": "1.35.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "next": "^15.3.3",
53
+ "next": "^15.0.0",
54
54
  "react": "^19.0.0"
55
55
  },
56
56
  "scripts": {