@scalar/api-client 0.1.7 → 0.1.9

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 +6 -6
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -621,7 +621,6 @@ to {
621
621
  outline: none;
622
622
  padding: 9px;
623
623
  width: 100%;
624
- background: var(--scalar-api-client-background-input);
625
624
  color: var(--scalar-api-client-text-color-primary);
626
625
  font-size: 12px;
627
626
  }
@@ -1000,7 +999,8 @@ to {
1000
999
  border: none;
1001
1000
  outline: none;
1002
1001
  font-size: 12px;
1003
- background: var(--scalar-api-client-color);
1002
+ background: var(--scalar-api-client-color) !important;
1003
+ text-align: center;
1004
1004
  font-weight: var(--scalar-api-client-font-bold);
1005
1005
  padding: 12px;
1006
1006
  text-transform: uppercase;
@@ -1252,9 +1252,9 @@ a[data-v-84d41168] {
1252
1252
  :root {
1253
1253
  /** Colors */
1254
1254
  --scalar-api-client-background-primary: #fff;
1255
- --scalar-api-client-background-secondary: #f1f3f5;
1255
+ --scalar-api-client-background-secondary: #f6f6f6;
1256
1256
  --scalar-api-client-background-input: #fff;
1257
- --scalar-api-client-background-muted: #f8f9fa;
1257
+ --scalar-api-client-background-muted: #e7e7e7;
1258
1258
  --scalar-api-client-border-color: #dee2e6;
1259
1259
  --scalar-api-client-fill-icon: #212529;
1260
1260
 
@@ -1466,9 +1466,9 @@ a[data-v-84d41168] {
1466
1466
  :root {
1467
1467
  /** Colors */
1468
1468
  --scalar-api-client-background-primary: #fff;
1469
- --scalar-api-client-background-secondary: #f1f3f5;
1469
+ --scalar-api-client-background-secondary: #f6f6f6;
1470
1470
  --scalar-api-client-background-input: #fff;
1471
- --scalar-api-client-background-muted: #f8f9fa;
1471
+ --scalar-api-client-background-muted: #e7e7e7;
1472
1472
  --scalar-api-client-border-color: #dee2e6;
1473
1473
  --scalar-api-client-fill-icon: #212529;
1474
1474
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalar/api-client",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "author": "Scalar",
5
5
  "license": "UNLICENSED",
6
6
  "engines": {