@scalar/api-reference-react 0.9.51 → 0.9.53
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 +5 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -3698,10 +3698,10 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
3698
3698
|
.chat[data-v-8e43ed7a] .markdown {
|
|
3699
3699
|
margin-bottom: 12px;
|
|
3700
3700
|
}
|
|
3701
|
-
.agentLogo[data-v-
|
|
3701
|
+
.agentLogo[data-v-f9ec1d34] {
|
|
3702
3702
|
margin-bottom: 15px;
|
|
3703
3703
|
}
|
|
3704
|
-
.startContainer[data-v-
|
|
3704
|
+
.startContainer[data-v-f9ec1d34] {
|
|
3705
3705
|
flex-direction: column;
|
|
3706
3706
|
justify-content: center;
|
|
3707
3707
|
align-items: center;
|
|
@@ -3711,12 +3711,12 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
3711
3711
|
display: flex;
|
|
3712
3712
|
position: relative;
|
|
3713
3713
|
}
|
|
3714
|
-
.
|
|
3714
|
+
.promptText[data-v-f9ec1d34] {
|
|
3715
3715
|
font-size: 1.5rem;
|
|
3716
3716
|
font-weight: var(--scalar-font-bold);
|
|
3717
3717
|
margin-bottom: 50px;
|
|
3718
3718
|
}
|
|
3719
|
-
.disclaimerText[data-v-
|
|
3719
|
+
.disclaimerText[data-v-f9ec1d34] {
|
|
3720
3720
|
text-align: center;
|
|
3721
3721
|
color: var(--scalar-color-3);
|
|
3722
3722
|
font-size: var(--scalar-font-size-3);
|
|
@@ -3724,7 +3724,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
3724
3724
|
margin-top: 40px;
|
|
3725
3725
|
line-height: 1.44;
|
|
3726
3726
|
}
|
|
3727
|
-
.disclaimerLink[data-v-
|
|
3727
|
+
.disclaimerLink[data-v-f9ec1d34] {
|
|
3728
3728
|
text-decoration: underline;
|
|
3729
3729
|
}
|
|
3730
3730
|
.wrapper[data-v-f1eee0af] {
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"testing",
|
|
19
19
|
"react"
|
|
20
20
|
],
|
|
21
|
-
"version": "0.9.
|
|
21
|
+
"version": "0.9.53",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22"
|
|
24
24
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-reference": "1.62.
|
|
42
|
+
"@scalar/api-reference": "1.62.4",
|
|
43
43
|
"@scalar/types": "0.16.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|