@scalar/api-client 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/dist/style.css +4 -4
  2. package/package.json +3 -3
package/dist/style.css CHANGED
@@ -1268,8 +1268,8 @@ a[data-v-84d41168] {
1268
1268
  --scalar-api-client-font-mono: 'JetBrains Mono';
1269
1269
 
1270
1270
  /** Font weights */
1271
- --scalar-api-client-font-semibold: 600;
1272
- --scalar-api-client-font-bold: 700;
1271
+ --scalar-api-client-font-semibold: 500;
1272
+ --scalar-api-client-font-bold: 600;
1273
1273
 
1274
1274
  /** Font colors */
1275
1275
  --scalar-api-client-text-color-primary: #343a40;
@@ -1480,8 +1480,8 @@ a[data-v-84d41168] {
1480
1480
  --scalar-api-client-font-mono: 'JetBrains Mono';
1481
1481
 
1482
1482
  /** Font weights */
1483
- --scalar-api-client-font-semibold: 600;
1484
- --scalar-api-client-font-bold: 700;
1483
+ --scalar-api-client-font-semibold: 500;
1484
+ --scalar-api-client-font-bold: 600;
1485
1485
 
1486
1486
  /** Font colors */
1487
1487
  --scalar-api-client-text-color-primary: #343a40;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalar/api-client",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "author": "Scalar",
5
5
  "license": "UNLICENSED",
6
6
  "engines": {
@@ -44,8 +44,8 @@
44
44
  "pretty-bytes": "6.1.0",
45
45
  "pretty-ms": "8.0.0",
46
46
  "tippy.js": "6.3.7",
47
- "@scalar/use-keyboard-event": "0.1.4",
48
- "@scalar/use-codemirror": "0.1.4"
47
+ "@scalar/use-codemirror": "0.1.4",
48
+ "@scalar/use-keyboard-event": "0.1.4"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@vitejs/plugin-vue": "4.2.3",