@scalar/api-client-react 1.4.16 → 1.4.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.
- package/CHANGELOG.md +2 -0
- package/dist/style.css +9 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -4598,12 +4598,12 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4598
4598
|
.scalar-app .h-64 {
|
|
4599
4599
|
height: 256px;
|
|
4600
4600
|
}
|
|
4601
|
+
.scalar-app .h-125 {
|
|
4602
|
+
height: 500px;
|
|
4603
|
+
}
|
|
4601
4604
|
.scalar-app .h-\[68px\] {
|
|
4602
4605
|
height: 68px;
|
|
4603
4606
|
}
|
|
4604
|
-
.scalar-app .h-\[500px\] {
|
|
4605
|
-
height: 500px;
|
|
4606
|
-
}
|
|
4607
4607
|
.scalar-app .h-\[calc\(100\%-273\.5px\)\] {
|
|
4608
4608
|
height: calc(100% - 273.5px);
|
|
4609
4609
|
}
|
|
@@ -7053,6 +7053,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7053
7053
|
.app-platform-mac :is(.scalar-app .mac\:app-drag-region) {
|
|
7054
7054
|
-webkit-app-region: drag;
|
|
7055
7055
|
}
|
|
7056
|
+
.scalar-app .\[\&_\.monaco-editor\]\:rounded-lg .monaco-editor, .scalar-app .\[\&_\.overflow-guard\]\:rounded-lg .overflow-guard {
|
|
7057
|
+
border-radius: var(--scalar-radius-lg);
|
|
7058
|
+
}
|
|
7056
7059
|
.scalar-app .\[\&\>label\]\:bg-transparent > label {
|
|
7057
7060
|
background-color: #0000;
|
|
7058
7061
|
}
|
|
@@ -8355,15 +8358,15 @@ to {
|
|
|
8355
8358
|
padding: 0;
|
|
8356
8359
|
text-overflow: ellipsis;
|
|
8357
8360
|
}
|
|
8358
|
-
.editor-container[data-v-
|
|
8361
|
+
.editor-container[data-v-e99ee660] {
|
|
8359
8362
|
width: 100%;
|
|
8360
8363
|
height: 100%;
|
|
8361
8364
|
}
|
|
8362
|
-
[data-v-
|
|
8365
|
+
[data-v-e99ee660] .json-path-highlight {
|
|
8363
8366
|
background-color: rgba(255, 200, 0, 0.35);
|
|
8364
8367
|
border-radius: 4px;
|
|
8365
8368
|
}
|
|
8366
|
-
[data-v-
|
|
8369
|
+
[data-v-e99ee660] .json-focus-highlight {
|
|
8367
8370
|
background-color: color-mix(
|
|
8368
8371
|
in srgb,
|
|
8369
8372
|
var(--scalar-color-accent, #24b47e) 18%,
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"testing",
|
|
20
20
|
"react"
|
|
21
21
|
],
|
|
22
|
-
"version": "1.4.
|
|
22
|
+
"version": "1.4.17",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=22"
|
|
25
25
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-client": "2.39.
|
|
42
|
+
"@scalar/api-client": "2.39.3",
|
|
43
43
|
"@scalar/types": "0.7.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|