@scalar/api-reference 0.1.14 → 0.1.15
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/dist/style.css +6 -10
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -1321,11 +1321,9 @@ to {
|
|
|
1321
1321
|
}
|
|
1322
1322
|
:root {
|
|
1323
1323
|
/** Fonts */
|
|
1324
|
-
--scalar-api-reference-font-sans: system
|
|
1325
|
-
|
|
1326
|
-
--scalar-api-reference-font-mono:
|
|
1327
|
-
'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace',
|
|
1328
|
-
'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
|
|
1324
|
+
--scalar-api-reference-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
1325
|
+
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
1326
|
+
--scalar-api-reference-font-mono: 'JetBrains Mono';
|
|
1329
1327
|
|
|
1330
1328
|
--scalar-api-reference-sidebar-border-color: #000;
|
|
1331
1329
|
--scalar-api-reference-theme-background-1: #fff;
|
|
@@ -1849,11 +1847,9 @@ to {
|
|
|
1849
1847
|
}
|
|
1850
1848
|
:root {
|
|
1851
1849
|
/** Fonts */
|
|
1852
|
-
--scalar-api-reference-font-sans: system
|
|
1853
|
-
|
|
1854
|
-
--scalar-api-reference-font-mono:
|
|
1855
|
-
'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace',
|
|
1856
|
-
'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
|
|
1850
|
+
--scalar-api-reference-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
1851
|
+
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
1852
|
+
--scalar-api-reference-font-mono: 'JetBrains Mono';
|
|
1857
1853
|
|
|
1858
1854
|
--scalar-api-reference-sidebar-border-color: #000;
|
|
1859
1855
|
--scalar-api-reference-theme-background-1: #fff;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scalar/api-reference",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"author": "Scalar",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"engines": {
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"typographic-base": "1.0.4",
|
|
43
43
|
"unified": "10.1.2",
|
|
44
44
|
"xmldom": "0.6.0",
|
|
45
|
-
"@scalar/api-client": "0.1.12",
|
|
46
45
|
"@scalar/use-clipboard": "0.1.4",
|
|
46
|
+
"@scalar/use-tooltip": "0.1.4",
|
|
47
47
|
"@scalar/swagger-editor": "0.1.6",
|
|
48
|
-
"@scalar/
|
|
48
|
+
"@scalar/api-client": "0.1.13"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@vitejs/plugin-vue": "4.2.3",
|