@scalar/api-client-react 2.0.21 → 2.0.23
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 +4 -0
- package/dist/style.css +10 -16
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -104,12 +104,9 @@
|
|
|
104
104
|
--scalar-radius: 3px;
|
|
105
105
|
--scalar-radius-lg: 6px;
|
|
106
106
|
--scalar-radius-xl: 8px;
|
|
107
|
-
--scalar-font: "Inter", -
|
|
108
|
-
"
|
|
109
|
-
--scalar-font-code: "JetBrains Mono", ui-monospace, Menlo, Monaco,
|
|
110
|
-
"Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono",
|
|
111
|
-
"Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono",
|
|
112
|
-
"Courier New", monospace;
|
|
107
|
+
--scalar-font: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
|
108
|
+
"Noto Color Emoji";
|
|
109
|
+
--scalar-font-code: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
113
110
|
--scalar-heading-1: 24px;
|
|
114
111
|
--scalar-page-description: 16px;
|
|
115
112
|
--scalar-heading-2: 20px;
|
|
@@ -1726,9 +1723,6 @@
|
|
|
1726
1723
|
.scalar-app .top-\[1lh\] {
|
|
1727
1724
|
top: 1lh;
|
|
1728
1725
|
}
|
|
1729
|
-
.scalar-app .top-\[calc\(10px\+0\.5lh\)\] {
|
|
1730
|
-
top: calc(10px + .5lh);
|
|
1731
|
-
}
|
|
1732
1726
|
.scalar-app .top-\[calc\(100\%\+4px\)\] {
|
|
1733
1727
|
top: calc(100% + 4px);
|
|
1734
1728
|
}
|
|
@@ -5457,34 +5451,34 @@ to {
|
|
|
5457
5451
|
transform: translateY(0);
|
|
5458
5452
|
}
|
|
5459
5453
|
}
|
|
5460
|
-
.request-card[data-v-
|
|
5454
|
+
.request-card[data-v-70ede25b] {
|
|
5461
5455
|
color: var(--scalar-color-1);
|
|
5462
5456
|
font-size: var(--scalar-font-size-3);
|
|
5463
5457
|
}
|
|
5464
|
-
.request-method[data-v-
|
|
5458
|
+
.request-method[data-v-70ede25b] {
|
|
5465
5459
|
font-family: var(--scalar-font-code);
|
|
5466
5460
|
text-transform: uppercase;
|
|
5467
5461
|
margin-right: 6px;
|
|
5468
5462
|
}
|
|
5469
|
-
.request-card-footer[data-v-
|
|
5463
|
+
.request-card-footer[data-v-70ede25b] {
|
|
5470
5464
|
display: flex;
|
|
5471
5465
|
justify-content: flex-end;
|
|
5472
5466
|
padding: 6px;
|
|
5473
5467
|
flex-shrink: 0;
|
|
5474
5468
|
position: relative;
|
|
5475
5469
|
}
|
|
5476
|
-
.request-card-footer-addon[data-v-
|
|
5470
|
+
.request-card-footer-addon[data-v-70ede25b] {
|
|
5477
5471
|
display: flex;
|
|
5478
5472
|
align-items: center;
|
|
5479
5473
|
|
|
5480
5474
|
flex: 1;
|
|
5481
5475
|
min-width: 0;
|
|
5482
5476
|
}
|
|
5483
|
-
.request-editor-section[data-v-
|
|
5477
|
+
.request-editor-section[data-v-70ede25b] {
|
|
5484
5478
|
display: flex;
|
|
5485
5479
|
flex: 1;
|
|
5486
5480
|
}
|
|
5487
|
-
.request-card-simple[data-v-
|
|
5481
|
+
.request-card-simple[data-v-70ede25b] {
|
|
5488
5482
|
display: flex;
|
|
5489
5483
|
align-items: center;
|
|
5490
5484
|
justify-content: space-between;
|
|
@@ -5493,7 +5487,7 @@ to {
|
|
|
5493
5487
|
|
|
5494
5488
|
font-size: var(--scalar-small);
|
|
5495
5489
|
}
|
|
5496
|
-
.code-snippet[data-v-
|
|
5490
|
+
.code-snippet[data-v-70ede25b] {
|
|
5497
5491
|
display: flex;
|
|
5498
5492
|
flex-direction: column;
|
|
5499
5493
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"testing",
|
|
20
20
|
"react"
|
|
21
21
|
],
|
|
22
|
-
"version": "2.0.
|
|
22
|
+
"version": "2.0.23",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=22"
|
|
25
25
|
},
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-client": "3.
|
|
43
|
-
"@scalar/helpers": "0.8.
|
|
44
|
-
"@scalar/workspace-store": "0.
|
|
42
|
+
"@scalar/api-client": "3.10.1",
|
|
43
|
+
"@scalar/helpers": "0.8.2",
|
|
44
|
+
"@scalar/workspace-store": "0.54.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@testing-library/dom": "^10.4.1",
|