@scalar/nextjs-api-reference 0.2.18 → 0.2.19

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,13 @@
1
1
  # @scalar/nextjs-api-reference
2
2
 
3
+ ## 0.2.19
4
+
5
+ ### Patch Changes
6
+
7
+ - d70bda7: fix: text decoration targetting in themes + unused css in themes
8
+ - Updated dependencies [d70bda7]
9
+ - @scalar/api-reference@1.20.11
10
+
3
11
  ## 0.2.18
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -125,14 +125,6 @@ const nextjsThemeCss = `
125
125
  .sidebar .sidebar-indent-nested .sidebar-heading {
126
126
  padding-right: 0;
127
127
  }
128
- .examples .show-api-client-button:before {
129
- background: var(--theme-color-1);
130
- }
131
- .examples .show-api-client-button span,
132
- .examples .show-api-client-button svg {
133
- color: var(--theme-background-1);
134
- text-transform: none;
135
- }
136
128
  .code-languages-icon {
137
129
  padding: 10px !important;
138
130
  }
package/dist/index.js CHANGED
@@ -123,14 +123,6 @@ const nextjsThemeCss = `
123
123
  .sidebar .sidebar-indent-nested .sidebar-heading {
124
124
  padding-right: 0;
125
125
  }
126
- .examples .show-api-client-button:before {
127
- background: var(--theme-color-1);
128
- }
129
- .examples .show-api-client-button span,
130
- .examples .show-api-client-button svg {
131
- color: var(--theme-background-1);
132
- text-transform: none;
133
- }
134
126
  .code-languages-icon {
135
127
  padding: 10px !important;
136
128
  }
@@ -127,14 +127,6 @@
127
127
  .sidebar .sidebar-indent-nested .sidebar-heading {
128
128
  padding-right: 0;
129
129
  }
130
- .examples .show-api-client-button:before {
131
- background: var(--theme-color-1);
132
- }
133
- .examples .show-api-client-button span,
134
- .examples .show-api-client-button svg {
135
- color: var(--theme-background-1);
136
- text-transform: none;
137
- }
138
130
  .code-languages-icon {
139
131
  padding: 10px !important;
140
132
  }
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "openapi",
14
14
  "swagger"
15
15
  ],
16
- "version": "0.2.18",
16
+ "version": "0.2.19",
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.20.10"
38
+ "@scalar/api-reference": "1.20.11"
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.20.10"
50
+ "@scalar/api-reference": "1.20.11"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "next": "^13 || ^14",