@scalar/nextjs-api-reference 0.2.3 → 0.2.5

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,22 @@
1
1
  # @scalar/nextjs-api-reference
2
2
 
3
+ ## 0.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 00abdc5: chore: remove body margin reset everywhere, it’s not needed anymore
8
+ - e520363: feat: added oauth2 implicit login flow
9
+ - Updated dependencies [00abdc5]
10
+ - Updated dependencies [e520363]
11
+ - @scalar/api-reference@1.19.5
12
+
13
+ ## 0.2.4
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [c987a90]
18
+ - @scalar/api-reference@1.19.4
19
+
3
20
  ## 0.2.3
4
21
 
5
22
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -176,11 +176,6 @@ const ApiReference = (refConfig) => {
176
176
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
177
177
  <title>Scalar API Reference for Next.js</title>
178
178
  <meta name="description" content="Example to show how to use Scalar API Reference for Next.js">
179
- <style>
180
- body {
181
- margin: 0;
182
- }
183
- </style>
184
179
  </head>
185
180
  <body>
186
181
  <script
package/dist/index.js CHANGED
@@ -174,11 +174,6 @@ const ApiReference = (refConfig) => {
174
174
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
175
175
  <title>Scalar API Reference for Next.js</title>
176
176
  <meta name="description" content="Example to show how to use Scalar API Reference for Next.js">
177
- <style>
178
- body {
179
- margin: 0;
180
- }
181
- </style>
182
177
  </head>
183
178
  <body>
184
179
  <script
@@ -178,11 +178,6 @@
178
178
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
179
179
  <title>Scalar API Reference for Next.js</title>
180
180
  <meta name="description" content="Example to show how to use Scalar API Reference for Next.js">
181
- <style>
182
- body {
183
- margin: 0;
184
- }
185
- </style>
186
181
  </head>
187
182
  <body>
188
183
  <script
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "openapi",
14
14
  "swagger"
15
15
  ],
16
- "version": "0.2.3",
16
+ "version": "0.2.5",
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.19.3"
38
+ "@scalar/api-reference": "1.19.5"
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.1.1",
49
49
  "vite-plugin-dts": "^3.6.3",
50
- "@scalar/api-reference": "1.19.3"
50
+ "@scalar/api-reference": "1.19.5"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "next": "^13 || ^14",