@scalar/api-reference 1.52.4 → 1.52.5
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/browser/standalone.js +28 -28
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/style.css +43 -25
- package/package.json +10 -10
package/dist/style.css
CHANGED
|
@@ -5824,8 +5824,8 @@ to {
|
|
|
5824
5824
|
.scalar-app .left-2\.5 {
|
|
5825
5825
|
left: 10px;
|
|
5826
5826
|
}
|
|
5827
|
-
.scalar-app .left-
|
|
5828
|
-
left:
|
|
5827
|
+
.scalar-app .left-3 {
|
|
5828
|
+
left: 12px;
|
|
5829
5829
|
}
|
|
5830
5830
|
.scalar-app .left-border {
|
|
5831
5831
|
left: var(--scalar-border-width);
|
|
@@ -6840,6 +6840,9 @@ to {
|
|
|
6840
6840
|
.scalar-app .top-4 {
|
|
6841
6841
|
top: 16px;
|
|
6842
6842
|
}
|
|
6843
|
+
.scalar-app .top-14 {
|
|
6844
|
+
top: 56px;
|
|
6845
|
+
}
|
|
6843
6846
|
.scalar-app .top-\[calc\(100\%\+4px\)\] {
|
|
6844
6847
|
top: calc(100% + 4px);
|
|
6845
6848
|
}
|
|
@@ -6885,8 +6888,8 @@ to {
|
|
|
6885
6888
|
.scalar-app .left-2 {
|
|
6886
6889
|
left: 8px;
|
|
6887
6890
|
}
|
|
6888
|
-
.scalar-app .left-
|
|
6889
|
-
left:
|
|
6891
|
+
.scalar-app .left-4 {
|
|
6892
|
+
left: 16px;
|
|
6890
6893
|
}
|
|
6891
6894
|
.scalar-app .-z-1 {
|
|
6892
6895
|
z-index: calc(1 * -1);
|
|
@@ -6897,21 +6900,18 @@ to {
|
|
|
6897
6900
|
.scalar-app .z-1 {
|
|
6898
6901
|
z-index: 1;
|
|
6899
6902
|
}
|
|
6900
|
-
.scalar-app .z-2 {
|
|
6901
|
-
z-index: 2;
|
|
6902
|
-
}
|
|
6903
6903
|
.scalar-app .z-10 {
|
|
6904
6904
|
z-index: 10;
|
|
6905
6905
|
}
|
|
6906
6906
|
.scalar-app .z-50 {
|
|
6907
6907
|
z-index: 50;
|
|
6908
6908
|
}
|
|
6909
|
+
.scalar-app .z-60 {
|
|
6910
|
+
z-index: 60;
|
|
6911
|
+
}
|
|
6909
6912
|
.scalar-app .z-\[1\] {
|
|
6910
6913
|
z-index: 1;
|
|
6911
6914
|
}
|
|
6912
|
-
.scalar-app .z-\[60\] {
|
|
6913
|
-
z-index: 60;
|
|
6914
|
-
}
|
|
6915
6915
|
.scalar-app .z-context {
|
|
6916
6916
|
z-index: 1000;
|
|
6917
6917
|
}
|
|
@@ -7253,6 +7253,9 @@ to {
|
|
|
7253
7253
|
.scalar-app .h-full {
|
|
7254
7254
|
height: 100%;
|
|
7255
7255
|
}
|
|
7256
|
+
.scalar-app .h-header {
|
|
7257
|
+
height: 48px;
|
|
7258
|
+
}
|
|
7256
7259
|
.scalar-app .h-min {
|
|
7257
7260
|
height: min-content;
|
|
7258
7261
|
}
|
|
@@ -9116,15 +9119,18 @@ to {
|
|
|
9116
9119
|
.scalar-app .max-md\:absolute\! {
|
|
9117
9120
|
position: absolute !important;
|
|
9118
9121
|
}
|
|
9119
|
-
.scalar-app .max-md\:fixed\! {
|
|
9120
|
-
position: fixed !important;
|
|
9121
|
-
}
|
|
9122
9122
|
.scalar-app .max-md\:inset-y-0 {
|
|
9123
9123
|
inset-block: 0;
|
|
9124
9124
|
}
|
|
9125
|
+
.scalar-app .max-md\:top-4 {
|
|
9126
|
+
top: 16px;
|
|
9127
|
+
}
|
|
9125
9128
|
.scalar-app .max-md\:z-2 {
|
|
9126
9129
|
z-index: 2;
|
|
9127
9130
|
}
|
|
9131
|
+
.scalar-app .max-md\:z-5 {
|
|
9132
|
+
z-index: 5;
|
|
9133
|
+
}
|
|
9128
9134
|
.scalar-app .max-md\:flex\! {
|
|
9129
9135
|
display: flex !important;
|
|
9130
9136
|
}
|
|
@@ -9134,9 +9140,21 @@ to {
|
|
|
9134
9140
|
.scalar-app .max-md\:w-full\! {
|
|
9135
9141
|
width: 100% !important;
|
|
9136
9142
|
}
|
|
9143
|
+
.scalar-app .max-md\:pt-2 {
|
|
9144
|
+
padding-top: 8px;
|
|
9145
|
+
}
|
|
9137
9146
|
.scalar-app .max-md\:pt-12 {
|
|
9138
9147
|
padding-top: 48px;
|
|
9139
9148
|
}
|
|
9149
|
+
.scalar-app .max-md\:pl-4\! {
|
|
9150
|
+
padding-left: 16px !important;
|
|
9151
|
+
}
|
|
9152
|
+
.scalar-app .max-md\:pl-10 {
|
|
9153
|
+
padding-left: 40px;
|
|
9154
|
+
}
|
|
9155
|
+
.scalar-app .max-md\:pl-14 {
|
|
9156
|
+
padding-left: 56px;
|
|
9157
|
+
}
|
|
9140
9158
|
}
|
|
9141
9159
|
@media (min-width: 600px) {
|
|
9142
9160
|
.scalar-app .sm\:not-sr-only {
|
|
@@ -10119,27 +10137,27 @@ to {
|
|
|
10119
10137
|
.dark-mode .download-app-button[data-v-9b609275]:hover {
|
|
10120
10138
|
background: linear-gradient(#00000026, #ffffff1a);
|
|
10121
10139
|
}
|
|
10122
|
-
.empty-sidebar-item-content[data-v-
|
|
10140
|
+
.empty-sidebar-item-content[data-v-8269f62b] {
|
|
10123
10141
|
display: none;
|
|
10124
10142
|
}
|
|
10125
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10143
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-8269f62b] {
|
|
10126
10144
|
display: block;
|
|
10127
10145
|
}
|
|
10128
|
-
.rabbitjump[data-v-
|
|
10146
|
+
.rabbitjump[data-v-8269f62b] {
|
|
10129
10147
|
opacity: 0;
|
|
10130
10148
|
}
|
|
10131
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10149
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-8269f62b] {
|
|
10132
10150
|
opacity: 1;
|
|
10133
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10151
|
+
animation: .5s step-end infinite rabbitAnimation-8269f62b;
|
|
10134
10152
|
}
|
|
10135
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10153
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-8269f62b] {
|
|
10136
10154
|
opacity: 0;
|
|
10137
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10155
|
+
animation: .5s step-end infinite rabbitAnimation2-8269f62b;
|
|
10138
10156
|
}
|
|
10139
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10140
|
-
animation: 8s linear infinite rabbitRun-
|
|
10157
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-8269f62b] {
|
|
10158
|
+
animation: 8s linear infinite rabbitRun-8269f62b;
|
|
10141
10159
|
}
|
|
10142
|
-
@keyframes rabbitRun-
|
|
10160
|
+
@keyframes rabbitRun-8269f62b {
|
|
10143
10161
|
0% {
|
|
10144
10162
|
transform: translate3d(0, 0, 0);
|
|
10145
10163
|
}
|
|
@@ -10159,7 +10177,7 @@ to {
|
|
|
10159
10177
|
transform: translate3d(0, 0, 0);
|
|
10160
10178
|
}
|
|
10161
10179
|
}
|
|
10162
|
-
@keyframes rabbitAnimation-
|
|
10180
|
+
@keyframes rabbitAnimation-8269f62b {
|
|
10163
10181
|
0%, 100% {
|
|
10164
10182
|
opacity: 1;
|
|
10165
10183
|
}
|
|
@@ -10167,7 +10185,7 @@ to {
|
|
|
10167
10185
|
opacity: 0;
|
|
10168
10186
|
}
|
|
10169
10187
|
}
|
|
10170
|
-
@keyframes rabbitAnimation2-
|
|
10188
|
+
@keyframes rabbitAnimation2-8269f62b {
|
|
10171
10189
|
0%, 100% {
|
|
10172
10190
|
opacity: 0;
|
|
10173
10191
|
}
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.52.
|
|
23
|
+
"version": "1.52.5",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=22"
|
|
26
26
|
},
|
|
@@ -90,20 +90,20 @@
|
|
|
90
90
|
"nanoid": "^5.1.6",
|
|
91
91
|
"vue": "^3.5.30",
|
|
92
92
|
"yaml": "^2.8.0",
|
|
93
|
-
"@scalar/agent-chat": "0.10.
|
|
94
|
-
"@scalar/api-client": "3.2.0",
|
|
95
|
-
"@scalar/helpers": "0.5.1",
|
|
96
|
-
"@scalar/components": "0.22.2",
|
|
97
|
-
"@scalar/icons": "0.7.2",
|
|
93
|
+
"@scalar/agent-chat": "0.10.7",
|
|
98
94
|
"@scalar/code-highlight": "0.3.3",
|
|
99
|
-
"@scalar/
|
|
100
|
-
"@scalar/
|
|
95
|
+
"@scalar/api-client": "3.2.1",
|
|
96
|
+
"@scalar/components": "0.22.2",
|
|
97
|
+
"@scalar/helpers": "0.5.1",
|
|
101
98
|
"@scalar/oas-utils": "0.13.1",
|
|
99
|
+
"@scalar/icons": "0.7.2",
|
|
102
100
|
"@scalar/themes": "0.15.3",
|
|
101
|
+
"@scalar/sidebar": "0.9.3",
|
|
102
|
+
"@scalar/snippetz": "0.9.1",
|
|
103
103
|
"@scalar/types": "0.9.1",
|
|
104
|
-
"@scalar/
|
|
104
|
+
"@scalar/use-hooks": "0.4.3",
|
|
105
105
|
"@scalar/use-toasts": "0.10.2",
|
|
106
|
-
"@scalar/
|
|
106
|
+
"@scalar/workspace-store": "0.46.2"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@hono/node-server": "^1.19.10",
|