@scalar/api-client-react 2.0.26 → 2.0.27
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 +2 -0
- package/dist/style.css +15 -11
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -434,7 +434,11 @@
|
|
|
434
434
|
border-radius: var(--scalar-radius);
|
|
435
435
|
border-width: 1px;
|
|
436
436
|
}
|
|
437
|
-
:where(.scalar-app) input::placeholder {
|
|
437
|
+
:where(.scalar-app) input::placeholder, :where(.scalar-app) text-area::placeholder {
|
|
438
|
+
color: var(--scalar-color-3);
|
|
439
|
+
font-family: var(--scalar-font);
|
|
440
|
+
}
|
|
441
|
+
:where(.scalar-app) ::-webkit-input-placeholder {
|
|
438
442
|
color: var(--scalar-color-3);
|
|
439
443
|
font-family: var(--scalar-font);
|
|
440
444
|
}
|
|
@@ -5357,19 +5361,19 @@ to {
|
|
|
5357
5361
|
.light-mode .scalar-pill--context-fn {
|
|
5358
5362
|
background: color-mix(in srgb, var(--scalar-background-3), transparent 40%);
|
|
5359
5363
|
}
|
|
5360
|
-
[data-v-
|
|
5364
|
+
[data-v-6b2d7899] .code-input-lite__editor {
|
|
5361
5365
|
background-color: transparent;
|
|
5362
5366
|
font-family: var(--scalar-font);
|
|
5363
5367
|
font-size: var(--scalar-small);
|
|
5364
5368
|
padding: 5px 8px;
|
|
5365
5369
|
}
|
|
5366
|
-
[data-v-
|
|
5370
|
+
[data-v-6b2d7899] .scalar-pill:not(:last-of-type) {
|
|
5367
5371
|
margin-right: 0.15em;
|
|
5368
5372
|
}
|
|
5369
|
-
[data-v-
|
|
5373
|
+
[data-v-6b2d7899] .scalar-pill:not(:first-of-type) {
|
|
5370
5374
|
margin-left: 0.5px;
|
|
5371
5375
|
}
|
|
5372
|
-
.filemask[data-v-
|
|
5376
|
+
.filemask[data-v-6b2d7899] {
|
|
5373
5377
|
mask-image: linear-gradient(
|
|
5374
5378
|
to right,
|
|
5375
5379
|
transparent 0,
|
|
@@ -5425,20 +5429,20 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
5425
5429
|
-webkit-text-security: disc;
|
|
5426
5430
|
-moz-text-security: disc;
|
|
5427
5431
|
}
|
|
5428
|
-
.request-section-content[data-v-
|
|
5432
|
+
.request-section-content[data-v-612d194c] {
|
|
5429
5433
|
--scalar-border-width: 0.5px;
|
|
5430
5434
|
}
|
|
5431
|
-
.request-section-content-filter[data-v-
|
|
5435
|
+
.request-section-content-filter[data-v-612d194c] {
|
|
5432
5436
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
5433
5437
|
}
|
|
5434
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
5438
|
+
.request-item:focus-within .request-meta-buttons[data-v-612d194c] {
|
|
5435
5439
|
opacity: 1;
|
|
5436
5440
|
}
|
|
5437
|
-
.group-hover-input[data-v-
|
|
5441
|
+
.group-hover-input[data-v-612d194c] {
|
|
5438
5442
|
border-width: var(--scalar-border-width);
|
|
5439
5443
|
border-color: transparent;
|
|
5440
5444
|
}
|
|
5441
|
-
.group:hover .group-hover-input[data-v-
|
|
5445
|
+
.group:hover .group-hover-input[data-v-612d194c] {
|
|
5442
5446
|
background: color-mix(
|
|
5443
5447
|
in srgb,
|
|
5444
5448
|
var(--scalar-background-1),
|
|
@@ -5446,7 +5450,7 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
5446
5450
|
);
|
|
5447
5451
|
border-color: var(--scalar-border-color);
|
|
5448
5452
|
}
|
|
5449
|
-
.group-hover-input[data-v-
|
|
5453
|
+
.group-hover-input[data-v-612d194c]:focus {
|
|
5450
5454
|
background: transparent !important;
|
|
5451
5455
|
border-color: var(--scalar-border-color) !important;
|
|
5452
5456
|
}
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"testing",
|
|
20
20
|
"react"
|
|
21
21
|
],
|
|
22
|
-
"version": "2.0.
|
|
22
|
+
"version": "2.0.27",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=22"
|
|
25
25
|
},
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/
|
|
43
|
-
"@scalar/
|
|
44
|
-
"@scalar/
|
|
42
|
+
"@scalar/helpers": "0.8.2",
|
|
43
|
+
"@scalar/api-client": "3.11.0",
|
|
44
|
+
"@scalar/workspace-store": "0.54.5"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@testing-library/dom": "^10.4.1",
|