@scalar/api-client 0.1.16 → 0.1.17

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 +3 -3
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -249,7 +249,7 @@ to {
249
249
  height: 100%;
250
250
  }
251
251
  .scalar-api-client__send-request-button[type='submit'] {
252
- font-size: var(--theme-micro);
252
+ font-size: var(--theme-mini);
253
253
  letter-spacing: 0.25px;
254
254
  line-height: 30px;
255
255
  font-weight: var(--theme-semibold);
@@ -310,7 +310,7 @@ to {
310
310
  padding: 0 9px;
311
311
  line-height: 30px;
312
312
  color: var(--theme-color-disabled);
313
- font-size: var(--theme-micro);
313
+ font-size: var(--theme-mini);
314
314
  letter-spacing: 0.125px;
315
315
  font-weight: var(--theme-semibold);
316
316
  text-transform: uppercase;
@@ -1168,7 +1168,7 @@ to {
1168
1168
  -webkit-appearance: none;
1169
1169
  color: var(--theme-color-disabled);
1170
1170
  border-radius: var(--theme-radius-lg);
1171
- font-size: var(--theme-micro);
1171
+ font-size: var(--theme-mini);
1172
1172
  font-weight: var(--theme-bold);
1173
1173
  width: 100%;
1174
1174
  background: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalar/api-client",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "author": "Scalar",
5
5
  "license": "UNLICENSED",
6
6
  "engines": {