@scalar/api-reference 1.40.9 → 1.41.1
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 +78 -0
- package/dist/browser/standalone.js +3096 -3086
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +1 -1
- package/dist/components/Content/Schema/Schema.vue2.js +7 -1
- package/dist/components/Content/Schema/helpers/is-empty-schema-object.d.ts +8 -0
- package/dist/components/Content/Schema/helpers/is-empty-schema-object.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/is-empty-schema-object.js +13 -0
- package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/components/ModernLayout.vue.js +1 -1
- package/dist/components/Content/Tags/components/ModernLayout.vue2.js +2 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +31 -21
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +12 -8
- package/dist/style.css +115 -95
- package/package.json +11 -11
package/dist/style.css
CHANGED
|
@@ -110,14 +110,14 @@
|
|
|
110
110
|
color: var(--scalar-color-1);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.error[data-v-
|
|
113
|
+
.error[data-v-4d81600f] {
|
|
114
114
|
background-color: var(--scalar-color-red);
|
|
115
115
|
}
|
|
116
|
-
.schema-card[data-v-
|
|
116
|
+
.schema-card[data-v-4d81600f] {
|
|
117
117
|
font-size: var(--scalar-font-size-4);
|
|
118
118
|
color: var(--scalar-color-1);
|
|
119
119
|
}
|
|
120
|
-
.schema-card-title[data-v-
|
|
120
|
+
.schema-card-title[data-v-4d81600f] {
|
|
121
121
|
height: var(--schema-title-height);
|
|
122
122
|
|
|
123
123
|
padding: 6px 8px;
|
|
@@ -131,37 +131,37 @@
|
|
|
131
131
|
font-size: var(--scalar-mini);
|
|
132
132
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
133
133
|
}
|
|
134
|
-
button.schema-card-title[data-v-
|
|
134
|
+
button.schema-card-title[data-v-4d81600f] {
|
|
135
135
|
cursor: pointer;
|
|
136
136
|
}
|
|
137
|
-
button.schema-card-title[data-v-
|
|
137
|
+
button.schema-card-title[data-v-4d81600f]:hover {
|
|
138
138
|
color: var(--scalar-color-1);
|
|
139
139
|
}
|
|
140
|
-
.schema-card-title-icon--open[data-v-
|
|
140
|
+
.schema-card-title-icon--open[data-v-4d81600f] {
|
|
141
141
|
transform: rotate(45deg);
|
|
142
142
|
}
|
|
143
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
143
|
+
.schema-properties-open > .schema-card-title[data-v-4d81600f] {
|
|
144
144
|
border-bottom-left-radius: 0;
|
|
145
145
|
border-bottom-right-radius: 0;
|
|
146
146
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
147
147
|
}
|
|
148
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
148
|
+
.schema-properties-open > .schema-properties[data-v-4d81600f] {
|
|
149
149
|
width: fit-content;
|
|
150
150
|
}
|
|
151
|
-
.schema-card-description[data-v-
|
|
151
|
+
.schema-card-description[data-v-4d81600f] {
|
|
152
152
|
color: var(--scalar-color-2);
|
|
153
153
|
}
|
|
154
|
-
.schema-card-description + .schema-properties[data-v-
|
|
154
|
+
.schema-card-description + .schema-properties[data-v-4d81600f] {
|
|
155
155
|
width: fit-content;
|
|
156
156
|
}
|
|
157
|
-
.schema-card-description + .schema-properties[data-v-
|
|
157
|
+
.schema-card-description + .schema-properties[data-v-4d81600f] {
|
|
158
158
|
margin-top: 8px;
|
|
159
159
|
}
|
|
160
|
-
.schema-properties-open.schema-properties[data-v-
|
|
161
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
160
|
+
.schema-properties-open.schema-properties[data-v-4d81600f],
|
|
161
|
+
.schema-properties-open > .schema-card--open[data-v-4d81600f] {
|
|
162
162
|
width: 100%;
|
|
163
163
|
}
|
|
164
|
-
.schema-properties[data-v-
|
|
164
|
+
.schema-properties[data-v-4d81600f] {
|
|
165
165
|
display: flex;
|
|
166
166
|
flex-direction: column;
|
|
167
167
|
|
|
@@ -169,56 +169,56 @@ button.schema-card-title[data-v-7829fdfd]:hover {
|
|
|
169
169
|
border-radius: var(--scalar-radius-lg);
|
|
170
170
|
width: fit-content;
|
|
171
171
|
}
|
|
172
|
-
.schema-properties-name[data-v-
|
|
172
|
+
.schema-properties-name[data-v-4d81600f] {
|
|
173
173
|
width: 100%;
|
|
174
174
|
}
|
|
175
|
-
.schema-properties .schema-properties[data-v-
|
|
175
|
+
.schema-properties .schema-properties[data-v-4d81600f] {
|
|
176
176
|
border-radius: 13.5px;
|
|
177
177
|
}
|
|
178
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
178
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-4d81600f] {
|
|
179
179
|
border-radius: var(--scalar-radius-lg);
|
|
180
180
|
}
|
|
181
|
-
.schema-properties-open[data-v-
|
|
181
|
+
.schema-properties-open[data-v-4d81600f] {
|
|
182
182
|
width: 100%;
|
|
183
183
|
}
|
|
184
|
-
.schema-card--compact[data-v-
|
|
184
|
+
.schema-card--compact[data-v-4d81600f] {
|
|
185
185
|
align-self: flex-start;
|
|
186
186
|
}
|
|
187
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
187
|
+
.schema-card--compact.schema-card--open[data-v-4d81600f] {
|
|
188
188
|
align-self: initial;
|
|
189
189
|
}
|
|
190
|
-
.schema-card-title--compact[data-v-
|
|
190
|
+
.schema-card-title--compact[data-v-4d81600f] {
|
|
191
191
|
color: var(--scalar-color-2);
|
|
192
192
|
padding: 6px 10px 6px 8px;
|
|
193
193
|
height: auto;
|
|
194
194
|
border-bottom: none;
|
|
195
195
|
}
|
|
196
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
196
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-4d81600f] {
|
|
197
197
|
margin: 0;
|
|
198
198
|
}
|
|
199
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
199
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-4d81600f] {
|
|
200
200
|
transform: rotate(45deg);
|
|
201
201
|
}
|
|
202
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
202
|
+
.schema-properties-open > .schema-card-title--compact[data-v-4d81600f] {
|
|
203
203
|
position: static;
|
|
204
204
|
}
|
|
205
205
|
.property--level-0
|
|
206
206
|
> .schema-properties
|
|
207
207
|
> .schema-card--level-0
|
|
208
|
-
> .schema-properties[data-v-
|
|
208
|
+
> .schema-properties[data-v-4d81600f] {
|
|
209
209
|
border: none;
|
|
210
210
|
}
|
|
211
211
|
.property--level-0
|
|
212
212
|
.schema-card--level-0:not(.schema-card--compact)
|
|
213
|
-
.property--level-1[data-v-
|
|
213
|
+
.property--level-1[data-v-4d81600f] {
|
|
214
214
|
padding: 0 0 8px;
|
|
215
215
|
}
|
|
216
216
|
:not(.composition-panel)
|
|
217
217
|
> .schema-card--compact.schema-card--level-0
|
|
218
|
-
> .schema-properties[data-v-
|
|
218
|
+
> .schema-properties[data-v-4d81600f] {
|
|
219
219
|
border: none;
|
|
220
220
|
}
|
|
221
|
-
[data-v-
|
|
221
|
+
[data-v-4d81600f] .schema-card-description p {
|
|
222
222
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
223
223
|
color: var(--scalar-color-2);
|
|
224
224
|
line-height: 1.5;
|
|
@@ -226,7 +226,7 @@ button.schema-card-title[data-v-7829fdfd]:hover {
|
|
|
226
226
|
display: block;
|
|
227
227
|
margin-bottom: 6px;
|
|
228
228
|
}
|
|
229
|
-
.children .schema-card-description[data-v-
|
|
229
|
+
.children .schema-card-description[data-v-4d81600f]:first-of-type {
|
|
230
230
|
padding-top: 0;
|
|
231
231
|
}
|
|
232
232
|
|
|
@@ -1462,11 +1462,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1462
1462
|
margin-right: 4px;
|
|
1463
1463
|
}
|
|
1464
1464
|
/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
1465
|
-
.operation-title[data-v-
|
|
1465
|
+
.operation-title[data-v-c3680e67] {
|
|
1466
1466
|
justify-content: space-between;
|
|
1467
1467
|
display: flex;
|
|
1468
1468
|
}
|
|
1469
|
-
.operation-details[data-v-
|
|
1469
|
+
.operation-details[data-v-c3680e67] {
|
|
1470
1470
|
flex-shrink: 1;
|
|
1471
1471
|
align-items: center;
|
|
1472
1472
|
gap: 9px;
|
|
@@ -1474,11 +1474,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1474
1474
|
margin-top: 0;
|
|
1475
1475
|
display: flex;
|
|
1476
1476
|
}
|
|
1477
|
-
.operation-details[data-v-
|
|
1477
|
+
.operation-details[data-v-c3680e67] .endpoint-anchor .scalar-button svg {
|
|
1478
1478
|
width: 16px;
|
|
1479
1479
|
height: 16px;
|
|
1480
1480
|
}
|
|
1481
|
-
.endpoint-type[data-v-
|
|
1481
|
+
.endpoint-type[data-v-c3680e67] {
|
|
1482
1482
|
z-index: 0;
|
|
1483
1483
|
width: 60px;
|
|
1484
1484
|
font-size: var(--scalar-small);
|
|
@@ -1493,7 +1493,7 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1493
1493
|
display: flex;
|
|
1494
1494
|
position: relative;
|
|
1495
1495
|
}
|
|
1496
|
-
.endpoint-type[data-v-
|
|
1496
|
+
.endpoint-type[data-v-c3680e67]:after {
|
|
1497
1497
|
content: "";
|
|
1498
1498
|
z-index: -1;
|
|
1499
1499
|
opacity: .15;
|
|
@@ -1502,16 +1502,16 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1502
1502
|
position: absolute;
|
|
1503
1503
|
inset: 0;
|
|
1504
1504
|
}
|
|
1505
|
-
.endpoint-anchor[data-v-
|
|
1505
|
+
.endpoint-anchor[data-v-c3680e67] {
|
|
1506
1506
|
flex-shrink: 1;
|
|
1507
1507
|
align-items: center;
|
|
1508
1508
|
min-width: 0;
|
|
1509
1509
|
display: flex;
|
|
1510
1510
|
}
|
|
1511
|
-
.endpoint-anchor.label[data-v-
|
|
1511
|
+
.endpoint-anchor.label[data-v-c3680e67] {
|
|
1512
1512
|
display: flex;
|
|
1513
1513
|
}
|
|
1514
|
-
.endpoint-label[data-v-
|
|
1514
|
+
.endpoint-label[data-v-c3680e67] {
|
|
1515
1515
|
min-width: 0;
|
|
1516
1516
|
color: var(--scalar-color-1);
|
|
1517
1517
|
flex-shrink: 1;
|
|
@@ -1519,17 +1519,17 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1519
1519
|
gap: 9px;
|
|
1520
1520
|
display: flex;
|
|
1521
1521
|
}
|
|
1522
|
-
.endpoint-label-path[data-v-
|
|
1522
|
+
.endpoint-label-path[data-v-c3680e67] {
|
|
1523
1523
|
font-family: var(--scalar-font-code);
|
|
1524
1524
|
font-size: var(--scalar-mini);
|
|
1525
1525
|
text-overflow: ellipsis;
|
|
1526
1526
|
white-space: nowrap;
|
|
1527
1527
|
overflow: hidden;
|
|
1528
1528
|
}
|
|
1529
|
-
.endpoint-label-path[data-v-
|
|
1529
|
+
.endpoint-label-path[data-v-c3680e67] em {
|
|
1530
1530
|
color: var(--scalar-color-2);
|
|
1531
1531
|
}
|
|
1532
|
-
.endpoint-label-name[data-v-
|
|
1532
|
+
.endpoint-label-name[data-v-c3680e67] {
|
|
1533
1533
|
color: var(--scalar-color-2);
|
|
1534
1534
|
font-size: var(--scalar-small);
|
|
1535
1535
|
text-overflow: ellipsis;
|
|
@@ -1537,17 +1537,17 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1537
1537
|
flex-shrink: 1000000000;
|
|
1538
1538
|
overflow: hidden;
|
|
1539
1539
|
}
|
|
1540
|
-
.endpoint-try-hint[data-v-
|
|
1540
|
+
.endpoint-try-hint[data-v-c3680e67] {
|
|
1541
1541
|
flex-shrink: 0;
|
|
1542
1542
|
padding: 2px;
|
|
1543
1543
|
}
|
|
1544
|
-
.endpoint-copy[data-v-
|
|
1544
|
+
.endpoint-copy[data-v-c3680e67] {
|
|
1545
1545
|
color: currentColor;
|
|
1546
1546
|
}
|
|
1547
|
-
.endpoint-copy[data-v-
|
|
1547
|
+
.endpoint-copy[data-v-c3680e67] svg {
|
|
1548
1548
|
stroke-width: 2px;
|
|
1549
1549
|
}
|
|
1550
|
-
.endpoint-content[data-v-
|
|
1550
|
+
.endpoint-content[data-v-c3680e67] {
|
|
1551
1551
|
grid-auto-columns: 1fr;
|
|
1552
1552
|
grid-auto-flow: row;
|
|
1553
1553
|
gap: 9px;
|
|
@@ -1555,52 +1555,52 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1555
1555
|
display: grid;
|
|
1556
1556
|
}
|
|
1557
1557
|
@media (min-width: 1000px) {
|
|
1558
|
-
.endpoint-content[data-v-
|
|
1558
|
+
.endpoint-content[data-v-c3680e67] {
|
|
1559
1559
|
grid-auto-flow: column;
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
1562
1562
|
@container (max-width: 900px) {
|
|
1563
|
-
.endpoint-content[data-v-
|
|
1563
|
+
.endpoint-content[data-v-c3680e67] {
|
|
1564
1564
|
grid-template-columns: 1fr;
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
|
-
.endpoint-content[data-v-
|
|
1567
|
+
.endpoint-content[data-v-c3680e67] > * {
|
|
1568
1568
|
min-width: 0;
|
|
1569
1569
|
}
|
|
1570
|
-
.operation-details-card[data-v-
|
|
1570
|
+
.operation-details-card[data-v-c3680e67] {
|
|
1571
1571
|
flex-direction: column;
|
|
1572
1572
|
gap: 12px;
|
|
1573
1573
|
min-width: 0;
|
|
1574
1574
|
display: flex;
|
|
1575
1575
|
}
|
|
1576
|
-
:is(.operation-details-card-item[data-v-
|
|
1576
|
+
:is(.operation-details-card-item[data-v-c3680e67] .parameter-list, .operation-details-card-item[data-v-c3680e67] .callbacks-list) {
|
|
1577
1577
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1578
1578
|
border-radius: var(--scalar-radius-lg);
|
|
1579
1579
|
margin-top: 0;
|
|
1580
1580
|
}
|
|
1581
|
-
.operation-details-card-item[data-v-
|
|
1581
|
+
.operation-details-card-item[data-v-c3680e67] {
|
|
1582
1582
|
flex-direction: column;
|
|
1583
1583
|
gap: 12px;
|
|
1584
1584
|
display: flex;
|
|
1585
1585
|
}
|
|
1586
|
-
.operation-details-card-item[data-v-
|
|
1586
|
+
.operation-details-card-item[data-v-c3680e67] .parameter-list-items {
|
|
1587
1587
|
margin-bottom: 0;
|
|
1588
1588
|
}
|
|
1589
|
-
.operation-details-card[data-v-
|
|
1589
|
+
.operation-details-card[data-v-c3680e67] .parameter-item:last-of-type .parameter-schema {
|
|
1590
1590
|
padding-bottom: 12px;
|
|
1591
1591
|
}
|
|
1592
|
-
.operation-details-card[data-v-
|
|
1592
|
+
.operation-details-card[data-v-c3680e67] .parameter-list .parameter-list {
|
|
1593
1593
|
margin-bottom: 12px;
|
|
1594
1594
|
}
|
|
1595
|
-
.operation-details-card[data-v-
|
|
1595
|
+
.operation-details-card[data-v-c3680e67] .parameter-item {
|
|
1596
1596
|
margin: 0;
|
|
1597
1597
|
padding: 0;
|
|
1598
1598
|
}
|
|
1599
|
-
.operation-details-card[data-v-
|
|
1599
|
+
.operation-details-card[data-v-c3680e67] .property {
|
|
1600
1600
|
margin: 0;
|
|
1601
1601
|
padding: 9px;
|
|
1602
1602
|
}
|
|
1603
|
-
:is(.operation-details-card[data-v-
|
|
1603
|
+
:is(.operation-details-card[data-v-c3680e67] .parameter-list-title, .operation-details-card[data-v-c3680e67] .request-body-title, .operation-details-card[data-v-c3680e67] .callbacks-title) {
|
|
1604
1604
|
text-transform: uppercase;
|
|
1605
1605
|
font-weight: var(--scalar-bold);
|
|
1606
1606
|
font-size: var(--scalar-mini);
|
|
@@ -1609,61 +1609,61 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1609
1609
|
padding: 9px;
|
|
1610
1610
|
line-height: 1.33;
|
|
1611
1611
|
}
|
|
1612
|
-
.operation-details-card[data-v-
|
|
1612
|
+
.operation-details-card[data-v-c3680e67] .callback-list-item-title {
|
|
1613
1613
|
padding-left: 28px;
|
|
1614
1614
|
padding-right: 12px;
|
|
1615
1615
|
}
|
|
1616
|
-
.operation-details-card[data-v-
|
|
1616
|
+
.operation-details-card[data-v-c3680e67] .callback-list-item-icon {
|
|
1617
1617
|
left: 6px;
|
|
1618
1618
|
}
|
|
1619
|
-
.operation-details-card[data-v-
|
|
1619
|
+
.operation-details-card[data-v-c3680e67] .callback-operation-container {
|
|
1620
1620
|
padding-inline: 9px;
|
|
1621
1621
|
padding-bottom: 9px;
|
|
1622
1622
|
}
|
|
1623
|
-
:is(.operation-details-card[data-v-
|
|
1623
|
+
:is(.operation-details-card[data-v-c3680e67] .callback-operation-container > .request-body, .operation-details-card[data-v-c3680e67] .callback-operation-container > .parameter-list) {
|
|
1624
1624
|
border: none;
|
|
1625
1625
|
}
|
|
1626
|
-
.operation-details-card[data-v-
|
|
1626
|
+
.operation-details-card[data-v-c3680e67] .callback-operation-container > .request-body > .request-body-header {
|
|
1627
1627
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1628
1628
|
padding: 0 0 9px;
|
|
1629
1629
|
}
|
|
1630
|
-
.operation-details-card[data-v-
|
|
1630
|
+
.operation-details-card[data-v-c3680e67] .request-body-description {
|
|
1631
1631
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1632
1632
|
margin-top: 0;
|
|
1633
1633
|
padding: 9px 9px 0;
|
|
1634
1634
|
}
|
|
1635
|
-
.operation-details-card[data-v-
|
|
1635
|
+
.operation-details-card[data-v-c3680e67] .request-body {
|
|
1636
1636
|
border-radius: var(--scalar-radius-lg);
|
|
1637
1637
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1638
1638
|
margin-top: 0;
|
|
1639
1639
|
}
|
|
1640
|
-
.operation-details-card[data-v-
|
|
1640
|
+
.operation-details-card[data-v-c3680e67] .request-body .schema-card--level-0 > .schema-card-description {
|
|
1641
1641
|
padding-inline: 9px;
|
|
1642
1642
|
}
|
|
1643
|
-
.operation-details-card[data-v-
|
|
1643
|
+
.operation-details-card[data-v-c3680e67] .request-body-header {
|
|
1644
1644
|
border-bottom: 0;
|
|
1645
1645
|
padding-bottom: 0;
|
|
1646
1646
|
}
|
|
1647
|
-
.operation-details-card[data-v-
|
|
1647
|
+
.operation-details-card[data-v-c3680e67] .contents button {
|
|
1648
1648
|
margin-right: 9px;
|
|
1649
1649
|
}
|
|
1650
|
-
.operation-details-card[data-v-
|
|
1650
|
+
.operation-details-card[data-v-c3680e67] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
1651
1651
|
margin-inline: 9px;
|
|
1652
1652
|
margin-bottom: 9px;
|
|
1653
1653
|
}
|
|
1654
|
-
.operation-details-card[data-v-
|
|
1654
|
+
.operation-details-card[data-v-c3680e67] .request-body-schema .property--level-0 {
|
|
1655
1655
|
padding: 0;
|
|
1656
1656
|
}
|
|
1657
|
-
.operation-details-card[data-v-
|
|
1657
|
+
.operation-details-card[data-v-c3680e67] .selected-content-type {
|
|
1658
1658
|
margin-right: 9px;
|
|
1659
1659
|
}
|
|
1660
|
-
.operation-example-card[data-v-
|
|
1660
|
+
.operation-example-card[data-v-c3680e67] {
|
|
1661
1661
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
1662
1662
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
1663
1663
|
position: sticky;
|
|
1664
1664
|
}
|
|
1665
1665
|
@media (max-width: 600px) {
|
|
1666
|
-
.operation-example-card[data-v-
|
|
1666
|
+
.operation-example-card[data-v-c3680e67] {
|
|
1667
1667
|
max-height: unset;
|
|
1668
1668
|
position: static;
|
|
1669
1669
|
}
|
|
@@ -1697,11 +1697,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1697
1697
|
}
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
|
-
.examples[data-v-
|
|
1700
|
+
.examples[data-v-dcef1f62] {
|
|
1701
1701
|
position: sticky;
|
|
1702
1702
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
1703
1703
|
}
|
|
1704
|
-
.examples[data-v-
|
|
1704
|
+
.examples[data-v-dcef1f62] > * {
|
|
1705
1705
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
1706
1706
|
position: relative;
|
|
1707
1707
|
}
|
|
@@ -1711,11 +1711,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1711
1711
|
* (or zoomed in screens)
|
|
1712
1712
|
*/
|
|
1713
1713
|
@media (max-width: 600px) {
|
|
1714
|
-
.examples[data-v-
|
|
1714
|
+
.examples[data-v-dcef1f62] > * {
|
|
1715
1715
|
max-height: unset;
|
|
1716
1716
|
}
|
|
1717
1717
|
}
|
|
1718
|
-
.deprecated[data-v-
|
|
1718
|
+
.deprecated[data-v-dcef1f62] * {
|
|
1719
1719
|
text-decoration: line-through;
|
|
1720
1720
|
}
|
|
1721
1721
|
|
|
@@ -1779,10 +1779,10 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1779
1779
|
width: 100%;
|
|
1780
1780
|
}
|
|
1781
1781
|
|
|
1782
|
-
.section-container[data-v-
|
|
1782
|
+
.section-container[data-v-d207e09e] {
|
|
1783
1783
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1784
1784
|
}
|
|
1785
|
-
.section-container[data-v-
|
|
1785
|
+
.section-container[data-v-d207e09e]:has(.show-more) {
|
|
1786
1786
|
background-color: color-mix(in srgb, var(--scalar-background-2), transparent);
|
|
1787
1787
|
}
|
|
1788
1788
|
|
|
@@ -3764,6 +3764,9 @@ body {
|
|
|
3764
3764
|
.scalar-app .hover\:bg-h-btn:hover {
|
|
3765
3765
|
background-color: var(--scalar-button-1-hover);
|
|
3766
3766
|
}
|
|
3767
|
+
.scalar-app .hover\:bg-sidebar-b-1:hover {
|
|
3768
|
+
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
3769
|
+
}
|
|
3767
3770
|
.scalar-app .hover\:bg-sidebar-b-hover:hover {
|
|
3768
3771
|
background-color: var(--scalar-sidebar-item-hover-background, var(--scalar-background-2));
|
|
3769
3772
|
}
|
|
@@ -3912,7 +3915,7 @@ body {
|
|
|
3912
3915
|
syntax: "*";
|
|
3913
3916
|
inherits: false
|
|
3914
3917
|
}
|
|
3915
|
-
@keyframes fade-in-
|
|
3918
|
+
@keyframes fade-in-27df5cd8 {
|
|
3916
3919
|
0% {
|
|
3917
3920
|
opacity: 0;
|
|
3918
3921
|
}
|
|
@@ -3923,7 +3926,7 @@ to {
|
|
|
3923
3926
|
opacity: 1;
|
|
3924
3927
|
}
|
|
3925
3928
|
}
|
|
3926
|
-
@keyframes rotate-
|
|
3929
|
+
@keyframes rotate-27df5cd8 {
|
|
3927
3930
|
0% {
|
|
3928
3931
|
transform: scale(3.5)rotate(0);
|
|
3929
3932
|
}
|
|
@@ -4191,6 +4194,9 @@ to {
|
|
|
4191
4194
|
.scalar-app .hover\:bg-h-btn:hover {
|
|
4192
4195
|
background-color: var(--scalar-button-1-hover);
|
|
4193
4196
|
}
|
|
4197
|
+
.scalar-app .hover\:bg-sidebar-b-1:hover {
|
|
4198
|
+
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
4199
|
+
}
|
|
4194
4200
|
.scalar-app .hover\:bg-sidebar-b-hover:hover {
|
|
4195
4201
|
background-color: var(--scalar-sidebar-item-hover-background, var(--scalar-background-2));
|
|
4196
4202
|
}
|
|
@@ -4472,6 +4478,9 @@ to {
|
|
|
4472
4478
|
.scalar-app .hover\:bg-h-btn:hover {
|
|
4473
4479
|
background-color: var(--scalar-button-1-hover);
|
|
4474
4480
|
}
|
|
4481
|
+
.scalar-app .hover\:bg-sidebar-b-1:hover {
|
|
4482
|
+
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
4483
|
+
}
|
|
4475
4484
|
.scalar-app .hover\:bg-sidebar-b-hover:hover {
|
|
4476
4485
|
background-color: var(--scalar-sidebar-item-hover-background, var(--scalar-background-2));
|
|
4477
4486
|
}
|
|
@@ -5342,6 +5351,14 @@ to {
|
|
|
5342
5351
|
.scalar-app .pl-8 {
|
|
5343
5352
|
padding-left: 32px;
|
|
5344
5353
|
}
|
|
5354
|
+
.scalar-app .text-base\/5 {
|
|
5355
|
+
font-size: var(--scalar-font-size-3);
|
|
5356
|
+
line-height: var(--scalar-line-height-5);
|
|
5357
|
+
}
|
|
5358
|
+
.scalar-app .text-sm\/5 {
|
|
5359
|
+
font-size: var(--scalar-font-size-4);
|
|
5360
|
+
line-height: var(--scalar-line-height-5);
|
|
5361
|
+
}
|
|
5345
5362
|
.scalar-app .text-lg {
|
|
5346
5363
|
font-size: var(--scalar-font-size-2);
|
|
5347
5364
|
}
|
|
@@ -5500,6 +5517,9 @@ to {
|
|
|
5500
5517
|
.scalar-app .hover\:bg-h-btn:hover {
|
|
5501
5518
|
background-color: var(--scalar-button-1-hover);
|
|
5502
5519
|
}
|
|
5520
|
+
.scalar-app .hover\:bg-sidebar-b-1:hover {
|
|
5521
|
+
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
5522
|
+
}
|
|
5503
5523
|
.scalar-app .hover\:bg-sidebar-b-hover:hover {
|
|
5504
5524
|
background-color: var(--scalar-sidebar-item-hover-background, var(--scalar-background-2));
|
|
5505
5525
|
}
|
|
@@ -5631,14 +5651,14 @@ to {
|
|
|
5631
5651
|
white-space: normal !important;
|
|
5632
5652
|
}
|
|
5633
5653
|
}
|
|
5634
|
-
.loader-wrapper[data-v-
|
|
5654
|
+
.loader-wrapper[data-v-27df5cd8] {
|
|
5635
5655
|
--loader-size: 50%;
|
|
5636
5656
|
justify-content: center;
|
|
5637
5657
|
align-items: center;
|
|
5638
5658
|
display: flex;
|
|
5639
5659
|
position: relative;
|
|
5640
5660
|
}
|
|
5641
|
-
.svg-loader[data-v-
|
|
5661
|
+
.svg-loader[data-v-27df5cd8] {
|
|
5642
5662
|
width: var(--loader-size);
|
|
5643
5663
|
height: var(--loader-size);
|
|
5644
5664
|
fill: none;
|
|
@@ -5648,56 +5668,56 @@ to {
|
|
|
5648
5668
|
right: .9rem;
|
|
5649
5669
|
overflow: visible;
|
|
5650
5670
|
}
|
|
5651
|
-
.svg-path[data-v-
|
|
5671
|
+
.svg-path[data-v-27df5cd8] {
|
|
5652
5672
|
stroke-width: 12px;
|
|
5653
5673
|
fill: none;
|
|
5654
5674
|
transition: all .3s;
|
|
5655
5675
|
}
|
|
5656
|
-
.svg-x-mark[data-v-
|
|
5676
|
+
.svg-x-mark[data-v-27df5cd8] {
|
|
5657
5677
|
stroke-dasharray: 57;
|
|
5658
5678
|
stroke-dashoffset: 57px;
|
|
5659
5679
|
transition-delay: 0s;
|
|
5660
5680
|
}
|
|
5661
|
-
.svg-check-mark[data-v-
|
|
5681
|
+
.svg-check-mark[data-v-27df5cd8] {
|
|
5662
5682
|
stroke-dasharray: 149;
|
|
5663
5683
|
stroke-dashoffset: 149px;
|
|
5664
5684
|
transition-delay: 0s;
|
|
5665
5685
|
}
|
|
5666
|
-
.icon-is-invalid .svg-x-mark[data-v-
|
|
5686
|
+
.icon-is-invalid .svg-x-mark[data-v-27df5cd8], .icon-is-valid .svg-check-mark[data-v-27df5cd8] {
|
|
5667
5687
|
stroke-dashoffset: 0;
|
|
5668
5688
|
transition-delay: .3s;
|
|
5669
5689
|
}
|
|
5670
|
-
.circular-loader[data-v-
|
|
5690
|
+
.circular-loader[data-v-27df5cd8] {
|
|
5671
5691
|
transform-origin: 50%;
|
|
5672
5692
|
background: none;
|
|
5673
|
-
animation: .7s linear infinite rotate-
|
|
5693
|
+
animation: .7s linear infinite rotate-27df5cd8, .4s fade-in-27df5cd8;
|
|
5674
5694
|
transform: scale(3.5);
|
|
5675
5695
|
}
|
|
5676
|
-
.loader-path[data-v-
|
|
5696
|
+
.loader-path[data-v-27df5cd8] {
|
|
5677
5697
|
stroke-dasharray: 50 200;
|
|
5678
5698
|
stroke-dashoffset: -100px;
|
|
5679
5699
|
stroke-linecap: round;
|
|
5680
5700
|
}
|
|
5681
|
-
.loader-path-off[data-v-
|
|
5701
|
+
.loader-path-off[data-v-27df5cd8] {
|
|
5682
5702
|
stroke-dasharray: 50 200;
|
|
5683
5703
|
stroke-dashoffset: -100px;
|
|
5684
5704
|
opacity: 0;
|
|
5685
5705
|
transition: opacity .3s;
|
|
5686
5706
|
}
|
|
5687
|
-
.scalar-code-block:hover .scalar-code-copy[data-v-
|
|
5707
|
+
.scalar-code-block:hover .scalar-code-copy[data-v-e1870266] {
|
|
5688
5708
|
opacity: 100;
|
|
5689
5709
|
}
|
|
5690
|
-
.copy-icon[data-v-
|
|
5710
|
+
.copy-icon[data-v-e1870266], .check-icon[data-v-e1870266] {
|
|
5691
5711
|
transition: transform .15s ease-in-out;
|
|
5692
5712
|
position: absolute;
|
|
5693
5713
|
top: 50%;
|
|
5694
5714
|
left: 50%;
|
|
5695
5715
|
transform: translate(-50%, -50%)scale(1);
|
|
5696
5716
|
}
|
|
5697
|
-
.copy-icon.copied[data-v-
|
|
5717
|
+
.copy-icon.copied[data-v-e1870266], .check-icon[data-v-e1870266] {
|
|
5698
5718
|
transform: translate(-50%, -50%)scale(0);
|
|
5699
5719
|
}
|
|
5700
|
-
.check-icon.visible[data-v-
|
|
5720
|
+
.check-icon.visible[data-v-e1870266] {
|
|
5701
5721
|
transform: translate(-50%, -50%)scale(1);
|
|
5702
5722
|
}
|
|
5703
5723
|
.scalar-code-block {
|
|
@@ -6541,7 +6561,7 @@ to {
|
|
|
6541
6561
|
.scalar-app .markdown.markdown-summary.markdown-summary img, .scalar-app .markdown.markdown-summary.markdown-summary svg, .scalar-app .markdown.markdown-summary.markdown-summary hr, .scalar-app .markdown.markdown-summary.markdown-summary pre {
|
|
6542
6562
|
display: none;
|
|
6543
6563
|
}
|
|
6544
|
-
.dark-mode .scalar-dropdown-item[data-v-
|
|
6564
|
+
.dark-mode .scalar-dropdown-item[data-v-6660bbc5]:hover {
|
|
6545
6565
|
filter: brightness(1.1);
|
|
6546
6566
|
}
|
|
6547
6567
|
.group\/item > * > .scalar-sidebar-indent .scalar-sidebar-indent-border[data-v-3e080c68] {
|
|
@@ -6600,7 +6620,7 @@ to {
|
|
|
6600
6620
|
--tw-shadow: inset 0 0 0 var(--tw-shadow-color, calc(var(--scalar-border-width) * 2)) var(--scalar-border-color);
|
|
6601
6621
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
6602
6622
|
}
|
|
6603
|
-
.dark-mode .scalar-dropdown-item[data-v-
|
|
6623
|
+
.dark-mode .scalar-dropdown-item[data-v-3402682d]:hover {
|
|
6604
6624
|
filter: brightness(1.1);
|
|
6605
6625
|
}
|
|
6606
6626
|
.scalar-modal-layout[data-v-c1e93776] {
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.41.1",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20"
|
|
26
26
|
},
|
|
@@ -89,24 +89,24 @@
|
|
|
89
89
|
"type-fest": "5.0.0",
|
|
90
90
|
"vue": "^3.5.21",
|
|
91
91
|
"zod": "^4.1.11",
|
|
92
|
-
"@scalar/api-client": "2.17.1",
|
|
93
92
|
"@scalar/code-highlight": "0.2.2",
|
|
94
|
-
"@scalar/
|
|
93
|
+
"@scalar/api-client": "2.17.3",
|
|
94
|
+
"@scalar/components": "0.16.14",
|
|
95
95
|
"@scalar/helpers": "0.2.4",
|
|
96
|
-
"@scalar/oas-utils": "0.6.11",
|
|
97
|
-
"@scalar/icons": "0.5.2",
|
|
98
96
|
"@scalar/json-magic": "0.8.8",
|
|
99
|
-
"@scalar/
|
|
97
|
+
"@scalar/icons": "0.5.2",
|
|
98
|
+
"@scalar/oas-utils": "0.6.12",
|
|
100
99
|
"@scalar/object-utils": "1.2.18",
|
|
101
|
-
"@scalar/openapi-
|
|
102
|
-
"@scalar/sidebar": "0.7.2",
|
|
100
|
+
"@scalar/openapi-types": "0.5.3",
|
|
103
101
|
"@scalar/openapi-parser": "0.23.9",
|
|
102
|
+
"@scalar/openapi-upgrader": "0.1.6",
|
|
104
103
|
"@scalar/snippetz": "0.6.1",
|
|
104
|
+
"@scalar/sidebar": "0.7.4",
|
|
105
105
|
"@scalar/themes": "0.13.26",
|
|
106
106
|
"@scalar/types": "0.5.4",
|
|
107
|
-
"@scalar/use-toasts": "0.9.1",
|
|
108
107
|
"@scalar/use-hooks": "0.3.3",
|
|
109
|
-
"@scalar/
|
|
108
|
+
"@scalar/use-toasts": "0.9.1",
|
|
109
|
+
"@scalar/workspace-store": "0.24.2"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@hono/node-server": "1.19.5",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"vite-plugin-banner": "^0.7.1",
|
|
127
127
|
"vite-plugin-css-injected-by-js": "^3.4.0",
|
|
128
128
|
"vitest": "3.2.4",
|
|
129
|
-
"@scalar/build-tooling": "0.4.
|
|
129
|
+
"@scalar/build-tooling": "0.4.1",
|
|
130
130
|
"@scalar/core": "0.3.28",
|
|
131
131
|
"@scalar/galaxy": "0.5.12",
|
|
132
132
|
"@scalar/react-renderer": "0.3.0"
|