@scalar/api-reference-react 0.9.25 → 0.9.26
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 +43 -25
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -5769,8 +5769,8 @@ to {
|
|
|
5769
5769
|
.scalar-app .left-2\.5 {
|
|
5770
5770
|
left: 10px;
|
|
5771
5771
|
}
|
|
5772
|
-
.scalar-app .left-
|
|
5773
|
-
left:
|
|
5772
|
+
.scalar-app .left-3 {
|
|
5773
|
+
left: 12px;
|
|
5774
5774
|
}
|
|
5775
5775
|
.scalar-app .left-border {
|
|
5776
5776
|
left: var(--scalar-border-width);
|
|
@@ -6785,6 +6785,9 @@ to {
|
|
|
6785
6785
|
.scalar-app .top-4 {
|
|
6786
6786
|
top: 16px;
|
|
6787
6787
|
}
|
|
6788
|
+
.scalar-app .top-14 {
|
|
6789
|
+
top: 56px;
|
|
6790
|
+
}
|
|
6788
6791
|
.scalar-app .top-\[calc\(100\%\+4px\)\] {
|
|
6789
6792
|
top: calc(100% + 4px);
|
|
6790
6793
|
}
|
|
@@ -6830,8 +6833,8 @@ to {
|
|
|
6830
6833
|
.scalar-app .left-2 {
|
|
6831
6834
|
left: 8px;
|
|
6832
6835
|
}
|
|
6833
|
-
.scalar-app .left-
|
|
6834
|
-
left:
|
|
6836
|
+
.scalar-app .left-4 {
|
|
6837
|
+
left: 16px;
|
|
6835
6838
|
}
|
|
6836
6839
|
.scalar-app .-z-1 {
|
|
6837
6840
|
z-index: calc(1 * -1);
|
|
@@ -6842,21 +6845,18 @@ to {
|
|
|
6842
6845
|
.scalar-app .z-1 {
|
|
6843
6846
|
z-index: 1;
|
|
6844
6847
|
}
|
|
6845
|
-
.scalar-app .z-2 {
|
|
6846
|
-
z-index: 2;
|
|
6847
|
-
}
|
|
6848
6848
|
.scalar-app .z-10 {
|
|
6849
6849
|
z-index: 10;
|
|
6850
6850
|
}
|
|
6851
6851
|
.scalar-app .z-50 {
|
|
6852
6852
|
z-index: 50;
|
|
6853
6853
|
}
|
|
6854
|
+
.scalar-app .z-60 {
|
|
6855
|
+
z-index: 60;
|
|
6856
|
+
}
|
|
6854
6857
|
.scalar-app .z-\[1\] {
|
|
6855
6858
|
z-index: 1;
|
|
6856
6859
|
}
|
|
6857
|
-
.scalar-app .z-\[60\] {
|
|
6858
|
-
z-index: 60;
|
|
6859
|
-
}
|
|
6860
6860
|
.scalar-app .z-context {
|
|
6861
6861
|
z-index: 1000;
|
|
6862
6862
|
}
|
|
@@ -7198,6 +7198,9 @@ to {
|
|
|
7198
7198
|
.scalar-app .h-full {
|
|
7199
7199
|
height: 100%;
|
|
7200
7200
|
}
|
|
7201
|
+
.scalar-app .h-header {
|
|
7202
|
+
height: 48px;
|
|
7203
|
+
}
|
|
7201
7204
|
.scalar-app .h-min {
|
|
7202
7205
|
height: min-content;
|
|
7203
7206
|
}
|
|
@@ -9061,15 +9064,18 @@ to {
|
|
|
9061
9064
|
.scalar-app .max-md\:absolute\! {
|
|
9062
9065
|
position: absolute !important;
|
|
9063
9066
|
}
|
|
9064
|
-
.scalar-app .max-md\:fixed\! {
|
|
9065
|
-
position: fixed !important;
|
|
9066
|
-
}
|
|
9067
9067
|
.scalar-app .max-md\:inset-y-0 {
|
|
9068
9068
|
inset-block: 0;
|
|
9069
9069
|
}
|
|
9070
|
+
.scalar-app .max-md\:top-4 {
|
|
9071
|
+
top: 16px;
|
|
9072
|
+
}
|
|
9070
9073
|
.scalar-app .max-md\:z-2 {
|
|
9071
9074
|
z-index: 2;
|
|
9072
9075
|
}
|
|
9076
|
+
.scalar-app .max-md\:z-5 {
|
|
9077
|
+
z-index: 5;
|
|
9078
|
+
}
|
|
9073
9079
|
.scalar-app .max-md\:flex\! {
|
|
9074
9080
|
display: flex !important;
|
|
9075
9081
|
}
|
|
@@ -9079,9 +9085,21 @@ to {
|
|
|
9079
9085
|
.scalar-app .max-md\:w-full\! {
|
|
9080
9086
|
width: 100% !important;
|
|
9081
9087
|
}
|
|
9088
|
+
.scalar-app .max-md\:pt-2 {
|
|
9089
|
+
padding-top: 8px;
|
|
9090
|
+
}
|
|
9082
9091
|
.scalar-app .max-md\:pt-12 {
|
|
9083
9092
|
padding-top: 48px;
|
|
9084
9093
|
}
|
|
9094
|
+
.scalar-app .max-md\:pl-4\! {
|
|
9095
|
+
padding-left: 16px !important;
|
|
9096
|
+
}
|
|
9097
|
+
.scalar-app .max-md\:pl-10 {
|
|
9098
|
+
padding-left: 40px;
|
|
9099
|
+
}
|
|
9100
|
+
.scalar-app .max-md\:pl-14 {
|
|
9101
|
+
padding-left: 56px;
|
|
9102
|
+
}
|
|
9085
9103
|
}
|
|
9086
9104
|
@media (min-width: 600px) {
|
|
9087
9105
|
.scalar-app .sm\:not-sr-only {
|
|
@@ -10064,27 +10082,27 @@ to {
|
|
|
10064
10082
|
.dark-mode .download-app-button[data-v-9b609275]:hover {
|
|
10065
10083
|
background: linear-gradient(#00000026, #ffffff1a);
|
|
10066
10084
|
}
|
|
10067
|
-
.empty-sidebar-item-content[data-v-
|
|
10085
|
+
.empty-sidebar-item-content[data-v-8269f62b] {
|
|
10068
10086
|
display: none;
|
|
10069
10087
|
}
|
|
10070
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10088
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-8269f62b] {
|
|
10071
10089
|
display: block;
|
|
10072
10090
|
}
|
|
10073
|
-
.rabbitjump[data-v-
|
|
10091
|
+
.rabbitjump[data-v-8269f62b] {
|
|
10074
10092
|
opacity: 0;
|
|
10075
10093
|
}
|
|
10076
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10094
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-8269f62b] {
|
|
10077
10095
|
opacity: 1;
|
|
10078
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10096
|
+
animation: .5s step-end infinite rabbitAnimation-8269f62b;
|
|
10079
10097
|
}
|
|
10080
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10098
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-8269f62b] {
|
|
10081
10099
|
opacity: 0;
|
|
10082
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10100
|
+
animation: .5s step-end infinite rabbitAnimation2-8269f62b;
|
|
10083
10101
|
}
|
|
10084
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10085
|
-
animation: 8s linear infinite rabbitRun-
|
|
10102
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-8269f62b] {
|
|
10103
|
+
animation: 8s linear infinite rabbitRun-8269f62b;
|
|
10086
10104
|
}
|
|
10087
|
-
@keyframes rabbitRun-
|
|
10105
|
+
@keyframes rabbitRun-8269f62b {
|
|
10088
10106
|
0% {
|
|
10089
10107
|
transform: translate3d(0, 0, 0);
|
|
10090
10108
|
}
|
|
@@ -10104,7 +10122,7 @@ to {
|
|
|
10104
10122
|
transform: translate3d(0, 0, 0);
|
|
10105
10123
|
}
|
|
10106
10124
|
}
|
|
10107
|
-
@keyframes rabbitAnimation-
|
|
10125
|
+
@keyframes rabbitAnimation-8269f62b {
|
|
10108
10126
|
0%, 100% {
|
|
10109
10127
|
opacity: 1;
|
|
10110
10128
|
}
|
|
@@ -10112,7 +10130,7 @@ to {
|
|
|
10112
10130
|
opacity: 0;
|
|
10113
10131
|
}
|
|
10114
10132
|
}
|
|
10115
|
-
@keyframes rabbitAnimation2-
|
|
10133
|
+
@keyframes rabbitAnimation2-8269f62b {
|
|
10116
10134
|
0%, 100% {
|
|
10117
10135
|
opacity: 0;
|
|
10118
10136
|
}
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"testing",
|
|
19
19
|
"react"
|
|
20
20
|
],
|
|
21
|
-
"version": "0.9.
|
|
21
|
+
"version": "0.9.26",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22"
|
|
24
24
|
},
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/
|
|
43
|
-
"@scalar/
|
|
42
|
+
"@scalar/api-reference": "1.52.5",
|
|
43
|
+
"@scalar/types": "0.9.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/react": "^19.2.7",
|