@scalar/api-client-react 1.4.14 → 1.4.16
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 +21 -26
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -4823,9 +4823,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4823
4823
|
.scalar-app .max-w-\[14px\] {
|
|
4824
4824
|
max-width: 14px;
|
|
4825
4825
|
}
|
|
4826
|
-
.scalar-app .max-w-\[16rem\] {
|
|
4827
|
-
max-width: 16rem;
|
|
4828
|
-
}
|
|
4829
4826
|
.scalar-app .max-w-\[37px\] {
|
|
4830
4827
|
max-width: 37px;
|
|
4831
4828
|
}
|
|
@@ -6140,6 +6137,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6140
6137
|
:is(.scalar-app .\*\:h-8 > *) {
|
|
6141
6138
|
height: 32px;
|
|
6142
6139
|
}
|
|
6140
|
+
:is(.scalar-app .\*\:max-w-64 > *) {
|
|
6141
|
+
max-width: 256px;
|
|
6142
|
+
}
|
|
6143
6143
|
:is(.scalar-app .\*\:cursor-pointer > *) {
|
|
6144
6144
|
cursor: pointer;
|
|
6145
6145
|
}
|
|
@@ -6371,6 +6371,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6371
6371
|
content: var(--tw-content);
|
|
6372
6372
|
background-color: var(--scalar-border-color);
|
|
6373
6373
|
}
|
|
6374
|
+
:is(.scalar-app .\*\:not-first\:before\:content-\[\'_·_\'\] > *):not(:first-child):before {
|
|
6375
|
+
--tw-content: " · ";
|
|
6376
|
+
content: var(--tw-content);
|
|
6377
|
+
}
|
|
6374
6378
|
.scalar-app .after\:content-\[\'\:\'\]:after {
|
|
6375
6379
|
--tw-content: ":";
|
|
6376
6380
|
content: var(--tw-content);
|
|
@@ -7486,15 +7490,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7486
7490
|
.context-bar-group:has(:focus-visible) .context-bar-group-hover\:hidden[data-v-f97cc68c] {
|
|
7487
7491
|
display: none;
|
|
7488
7492
|
}
|
|
7489
|
-
.schema > span[data-v-f2ab7aa3]:not(:first-child)::before {
|
|
7490
|
-
content: '·';
|
|
7491
|
-
display: block;
|
|
7492
|
-
margin: 0 0.5ch;
|
|
7493
|
-
}
|
|
7494
|
-
.schema > span[data-v-f2ab7aa3] {
|
|
7495
|
-
display: flex;
|
|
7496
|
-
white-space: nowrap;
|
|
7497
|
-
}
|
|
7498
7493
|
[data-v-36811e28] .cm-editor {
|
|
7499
7494
|
padding: 0;
|
|
7500
7495
|
}
|
|
@@ -7528,7 +7523,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7528
7523
|
var(--scalar-background-2) 20px
|
|
7529
7524
|
);
|
|
7530
7525
|
}
|
|
7531
|
-
[data-v-
|
|
7526
|
+
[data-v-2f50e5b7] .cm-content {
|
|
7532
7527
|
font-size: var(--scalar-small);
|
|
7533
7528
|
}
|
|
7534
7529
|
.form-group[data-v-43df1726] {
|
|
@@ -7586,20 +7581,20 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
7586
7581
|
-webkit-text-security: disc;
|
|
7587
7582
|
-moz-text-security: disc;
|
|
7588
7583
|
}
|
|
7589
|
-
.request-section-content[data-v-
|
|
7584
|
+
.request-section-content[data-v-e0c182d2] {
|
|
7590
7585
|
--scalar-border-width: 0.5px;
|
|
7591
7586
|
}
|
|
7592
|
-
.request-section-content-filter[data-v-
|
|
7587
|
+
.request-section-content-filter[data-v-e0c182d2] {
|
|
7593
7588
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
7594
7589
|
}
|
|
7595
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
7590
|
+
.request-item:focus-within .request-meta-buttons[data-v-e0c182d2] {
|
|
7596
7591
|
opacity: 1;
|
|
7597
7592
|
}
|
|
7598
|
-
.group-hover-input[data-v-
|
|
7593
|
+
.group-hover-input[data-v-e0c182d2] {
|
|
7599
7594
|
border-width: var(--scalar-border-width);
|
|
7600
7595
|
border-color: transparent;
|
|
7601
7596
|
}
|
|
7602
|
-
.group:hover .group-hover-input[data-v-
|
|
7597
|
+
.group:hover .group-hover-input[data-v-e0c182d2] {
|
|
7603
7598
|
background: color-mix(
|
|
7604
7599
|
in srgb,
|
|
7605
7600
|
var(--scalar-background-1),
|
|
@@ -7607,7 +7602,7 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
7607
7602
|
);
|
|
7608
7603
|
border-color: var(--scalar-border-color);
|
|
7609
7604
|
}
|
|
7610
|
-
.group-hover-input[data-v-
|
|
7605
|
+
.group-hover-input[data-v-e0c182d2]:focus {
|
|
7611
7606
|
background: transparent !important;
|
|
7612
7607
|
border-color: var(--scalar-border-color) !important;
|
|
7613
7608
|
}
|
|
@@ -7726,33 +7721,33 @@ to {
|
|
|
7726
7721
|
transform: translateY(0);
|
|
7727
7722
|
}
|
|
7728
7723
|
}
|
|
7729
|
-
.request-card[data-v-
|
|
7724
|
+
.request-card[data-v-f52db2cc] {
|
|
7730
7725
|
font-size: var(--scalar-font-size-3);
|
|
7731
7726
|
}
|
|
7732
|
-
.request-method[data-v-
|
|
7727
|
+
.request-method[data-v-f52db2cc] {
|
|
7733
7728
|
font-family: var(--scalar-font-code);
|
|
7734
7729
|
text-transform: uppercase;
|
|
7735
7730
|
margin-right: 6px;
|
|
7736
7731
|
}
|
|
7737
|
-
.request-card-footer[data-v-
|
|
7732
|
+
.request-card-footer[data-v-f52db2cc] {
|
|
7738
7733
|
display: flex;
|
|
7739
7734
|
justify-content: flex-end;
|
|
7740
7735
|
padding: 6px;
|
|
7741
7736
|
flex-shrink: 0;
|
|
7742
7737
|
position: relative;
|
|
7743
7738
|
}
|
|
7744
|
-
.request-card-footer-addon[data-v-
|
|
7739
|
+
.request-card-footer-addon[data-v-f52db2cc] {
|
|
7745
7740
|
display: flex;
|
|
7746
7741
|
align-items: center;
|
|
7747
7742
|
|
|
7748
7743
|
flex: 1;
|
|
7749
7744
|
min-width: 0;
|
|
7750
7745
|
}
|
|
7751
|
-
.request-editor-section[data-v-
|
|
7746
|
+
.request-editor-section[data-v-f52db2cc] {
|
|
7752
7747
|
display: flex;
|
|
7753
7748
|
flex: 1;
|
|
7754
7749
|
}
|
|
7755
|
-
.request-card-simple[data-v-
|
|
7750
|
+
.request-card-simple[data-v-f52db2cc] {
|
|
7756
7751
|
display: flex;
|
|
7757
7752
|
align-items: center;
|
|
7758
7753
|
justify-content: space-between;
|
|
@@ -7761,7 +7756,7 @@ to {
|
|
|
7761
7756
|
|
|
7762
7757
|
font-size: var(--scalar-small);
|
|
7763
7758
|
}
|
|
7764
|
-
.code-snippet[data-v-
|
|
7759
|
+
.code-snippet[data-v-f52db2cc] {
|
|
7765
7760
|
display: flex;
|
|
7766
7761
|
flex-direction: column;
|
|
7767
7762
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"testing",
|
|
20
20
|
"react"
|
|
21
21
|
],
|
|
22
|
-
"version": "1.4.
|
|
22
|
+
"version": "1.4.16",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=22"
|
|
25
25
|
},
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-client": "2.39.
|
|
43
|
-
"@scalar/types": "0.7.
|
|
42
|
+
"@scalar/api-client": "2.39.2",
|
|
43
|
+
"@scalar/types": "0.7.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/react": "^19.2.7",
|