@scalar/api-reference 1.40.8 → 1.41.0
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 +50 -0
- package/dist/browser/standalone.js +8897 -8841
- 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 +133 -107
- package/package.json +13 -13
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
|
}
|
|
@@ -4073,6 +4076,9 @@ to {
|
|
|
4073
4076
|
}
|
|
4074
4077
|
}
|
|
4075
4078
|
@media (hover: hover) {
|
|
4079
|
+
.scalar-app .group-hover\/button\:opacity-0:is(:where(.group\/button):hover *) {
|
|
4080
|
+
opacity: 0;
|
|
4081
|
+
}
|
|
4076
4082
|
.scalar-app .group-hover\/group-button\:flex:is(:where(.group\/group-button):hover *) {
|
|
4077
4083
|
display: flex;
|
|
4078
4084
|
}
|
|
@@ -4188,6 +4194,9 @@ to {
|
|
|
4188
4194
|
.scalar-app .hover\:bg-h-btn:hover {
|
|
4189
4195
|
background-color: var(--scalar-button-1-hover);
|
|
4190
4196
|
}
|
|
4197
|
+
.scalar-app .hover\:bg-sidebar-b-1:hover {
|
|
4198
|
+
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
4199
|
+
}
|
|
4191
4200
|
.scalar-app .hover\:bg-sidebar-b-hover:hover {
|
|
4192
4201
|
background-color: var(--scalar-sidebar-item-hover-background, var(--scalar-background-2));
|
|
4193
4202
|
}
|
|
@@ -4469,6 +4478,9 @@ to {
|
|
|
4469
4478
|
.scalar-app .hover\:bg-h-btn:hover {
|
|
4470
4479
|
background-color: var(--scalar-button-1-hover);
|
|
4471
4480
|
}
|
|
4481
|
+
.scalar-app .hover\:bg-sidebar-b-1:hover {
|
|
4482
|
+
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
4483
|
+
}
|
|
4472
4484
|
.scalar-app .hover\:bg-sidebar-b-hover:hover {
|
|
4473
4485
|
background-color: var(--scalar-sidebar-item-hover-background, var(--scalar-background-2));
|
|
4474
4486
|
}
|
|
@@ -4631,12 +4643,20 @@ to {
|
|
|
4631
4643
|
align-self: flex-start;
|
|
4632
4644
|
}
|
|
4633
4645
|
@media (hover: hover) {
|
|
4646
|
+
.scalar-app .group-hover\/button\:opacity-0:is(:where(.group\/button):hover *) {
|
|
4647
|
+
opacity: 0;
|
|
4648
|
+
}
|
|
4634
4649
|
.scalar-app .group-hover\/group-button\:flex:is(:where(.group\/group-button):hover *) {
|
|
4635
4650
|
display: flex;
|
|
4636
4651
|
}
|
|
4637
4652
|
.scalar-app .group-hover\/group-button\:hidden:is(:where(.group\/group-button):hover *) {
|
|
4638
4653
|
display: none;
|
|
4639
4654
|
}
|
|
4655
|
+
}
|
|
4656
|
+
.scalar-app .group-focus-visible\/button\:opacity-0:is(:where(.group\/button):focus-visible *), .scalar-app .group-has-\[\~\*_\[aria-expanded\=true\]\]\/button\:opacity-0:is(:where(.group\/button):has( ~ * [aria-expanded="true"]) *), .scalar-app .group-has-\[\~\*\:focus-within\]\/button\:opacity-0:is(:where(.group\/button):has( ~ :focus-within) *), .scalar-app .group-has-\[\~\*\:hover\]\/button\:opacity-0:is(:where(.group\/button):has( ~ :hover) *) {
|
|
4657
|
+
opacity: 0;
|
|
4658
|
+
}
|
|
4659
|
+
@media (hover: hover) {
|
|
4640
4660
|
.scalar-app .peer-hover\/button\:opacity-100:is(:where(.peer\/button):hover ~ *) {
|
|
4641
4661
|
opacity: 1;
|
|
4642
4662
|
}
|
|
@@ -4696,6 +4716,9 @@ to {
|
|
|
4696
4716
|
opacity: 1;
|
|
4697
4717
|
}
|
|
4698
4718
|
}
|
|
4719
|
+
.scalar-app .has-\[\&\[aria-expanded\=true\]\]\:opacity-100:has([aria-expanded="true"]) {
|
|
4720
|
+
opacity: 1;
|
|
4721
|
+
}
|
|
4699
4722
|
:where(.scalar-app) {
|
|
4700
4723
|
font-family: var(--scalar-font);
|
|
4701
4724
|
color: var(--scalar-color-1);
|
|
@@ -5486,6 +5509,9 @@ to {
|
|
|
5486
5509
|
.scalar-app .hover\:bg-h-btn:hover {
|
|
5487
5510
|
background-color: var(--scalar-button-1-hover);
|
|
5488
5511
|
}
|
|
5512
|
+
.scalar-app .hover\:bg-sidebar-b-1:hover {
|
|
5513
|
+
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
5514
|
+
}
|
|
5489
5515
|
.scalar-app .hover\:bg-sidebar-b-hover:hover {
|
|
5490
5516
|
background-color: var(--scalar-sidebar-item-hover-background, var(--scalar-background-2));
|
|
5491
5517
|
}
|
|
@@ -5617,14 +5643,14 @@ to {
|
|
|
5617
5643
|
white-space: normal !important;
|
|
5618
5644
|
}
|
|
5619
5645
|
}
|
|
5620
|
-
.loader-wrapper[data-v-
|
|
5646
|
+
.loader-wrapper[data-v-27df5cd8] {
|
|
5621
5647
|
--loader-size: 50%;
|
|
5622
5648
|
justify-content: center;
|
|
5623
5649
|
align-items: center;
|
|
5624
5650
|
display: flex;
|
|
5625
5651
|
position: relative;
|
|
5626
5652
|
}
|
|
5627
|
-
.svg-loader[data-v-
|
|
5653
|
+
.svg-loader[data-v-27df5cd8] {
|
|
5628
5654
|
width: var(--loader-size);
|
|
5629
5655
|
height: var(--loader-size);
|
|
5630
5656
|
fill: none;
|
|
@@ -5634,56 +5660,56 @@ to {
|
|
|
5634
5660
|
right: .9rem;
|
|
5635
5661
|
overflow: visible;
|
|
5636
5662
|
}
|
|
5637
|
-
.svg-path[data-v-
|
|
5663
|
+
.svg-path[data-v-27df5cd8] {
|
|
5638
5664
|
stroke-width: 12px;
|
|
5639
5665
|
fill: none;
|
|
5640
5666
|
transition: all .3s;
|
|
5641
5667
|
}
|
|
5642
|
-
.svg-x-mark[data-v-
|
|
5668
|
+
.svg-x-mark[data-v-27df5cd8] {
|
|
5643
5669
|
stroke-dasharray: 57;
|
|
5644
5670
|
stroke-dashoffset: 57px;
|
|
5645
5671
|
transition-delay: 0s;
|
|
5646
5672
|
}
|
|
5647
|
-
.svg-check-mark[data-v-
|
|
5673
|
+
.svg-check-mark[data-v-27df5cd8] {
|
|
5648
5674
|
stroke-dasharray: 149;
|
|
5649
5675
|
stroke-dashoffset: 149px;
|
|
5650
5676
|
transition-delay: 0s;
|
|
5651
5677
|
}
|
|
5652
|
-
.icon-is-invalid .svg-x-mark[data-v-
|
|
5678
|
+
.icon-is-invalid .svg-x-mark[data-v-27df5cd8], .icon-is-valid .svg-check-mark[data-v-27df5cd8] {
|
|
5653
5679
|
stroke-dashoffset: 0;
|
|
5654
5680
|
transition-delay: .3s;
|
|
5655
5681
|
}
|
|
5656
|
-
.circular-loader[data-v-
|
|
5682
|
+
.circular-loader[data-v-27df5cd8] {
|
|
5657
5683
|
transform-origin: 50%;
|
|
5658
5684
|
background: none;
|
|
5659
|
-
animation: .7s linear infinite rotate-
|
|
5685
|
+
animation: .7s linear infinite rotate-27df5cd8, .4s fade-in-27df5cd8;
|
|
5660
5686
|
transform: scale(3.5);
|
|
5661
5687
|
}
|
|
5662
|
-
.loader-path[data-v-
|
|
5688
|
+
.loader-path[data-v-27df5cd8] {
|
|
5663
5689
|
stroke-dasharray: 50 200;
|
|
5664
5690
|
stroke-dashoffset: -100px;
|
|
5665
5691
|
stroke-linecap: round;
|
|
5666
5692
|
}
|
|
5667
|
-
.loader-path-off[data-v-
|
|
5693
|
+
.loader-path-off[data-v-27df5cd8] {
|
|
5668
5694
|
stroke-dasharray: 50 200;
|
|
5669
5695
|
stroke-dashoffset: -100px;
|
|
5670
5696
|
opacity: 0;
|
|
5671
5697
|
transition: opacity .3s;
|
|
5672
5698
|
}
|
|
5673
|
-
.scalar-code-block:hover .scalar-code-copy[data-v-
|
|
5699
|
+
.scalar-code-block:hover .scalar-code-copy[data-v-e1870266] {
|
|
5674
5700
|
opacity: 100;
|
|
5675
5701
|
}
|
|
5676
|
-
.copy-icon[data-v-
|
|
5702
|
+
.copy-icon[data-v-e1870266], .check-icon[data-v-e1870266] {
|
|
5677
5703
|
transition: transform .15s ease-in-out;
|
|
5678
5704
|
position: absolute;
|
|
5679
5705
|
top: 50%;
|
|
5680
5706
|
left: 50%;
|
|
5681
5707
|
transform: translate(-50%, -50%)scale(1);
|
|
5682
5708
|
}
|
|
5683
|
-
.copy-icon.copied[data-v-
|
|
5709
|
+
.copy-icon.copied[data-v-e1870266], .check-icon[data-v-e1870266] {
|
|
5684
5710
|
transform: translate(-50%, -50%)scale(0);
|
|
5685
5711
|
}
|
|
5686
|
-
.check-icon.visible[data-v-
|
|
5712
|
+
.check-icon.visible[data-v-e1870266] {
|
|
5687
5713
|
transform: translate(-50%, -50%)scale(1);
|
|
5688
5714
|
}
|
|
5689
5715
|
.scalar-code-block {
|
|
@@ -6527,7 +6553,7 @@ to {
|
|
|
6527
6553
|
.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 {
|
|
6528
6554
|
display: none;
|
|
6529
6555
|
}
|
|
6530
|
-
.dark-mode .scalar-dropdown-item[data-v-
|
|
6556
|
+
.dark-mode .scalar-dropdown-item[data-v-6660bbc5]:hover {
|
|
6531
6557
|
filter: brightness(1.1);
|
|
6532
6558
|
}
|
|
6533
6559
|
.group\/item > * > .scalar-sidebar-indent .scalar-sidebar-indent-border[data-v-3e080c68] {
|
|
@@ -6586,7 +6612,7 @@ to {
|
|
|
6586
6612
|
--tw-shadow: inset 0 0 0 var(--tw-shadow-color, calc(var(--scalar-border-width) * 2)) var(--scalar-border-color);
|
|
6587
6613
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
6588
6614
|
}
|
|
6589
|
-
.dark-mode .scalar-dropdown-item[data-v-
|
|
6615
|
+
.dark-mode .scalar-dropdown-item[data-v-3402682d]:hover {
|
|
6590
6616
|
filter: brightness(1.1);
|
|
6591
6617
|
}
|
|
6592
6618
|
.scalar-modal-layout[data-v-c1e93776] {
|
|
@@ -10640,27 +10666,27 @@ to {
|
|
|
10640
10666
|
background: color-mix(in srgb, var(--scalar-color-red), transparent 90%);
|
|
10641
10667
|
}
|
|
10642
10668
|
}
|
|
10643
|
-
.empty-sidebar-item-content[data-v-
|
|
10669
|
+
.empty-sidebar-item-content[data-v-75aacdc4] {
|
|
10644
10670
|
display: none;
|
|
10645
10671
|
}
|
|
10646
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10672
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-75aacdc4] {
|
|
10647
10673
|
display: block;
|
|
10648
10674
|
}
|
|
10649
|
-
.rabbitjump[data-v-
|
|
10675
|
+
.rabbitjump[data-v-75aacdc4] {
|
|
10650
10676
|
opacity: 0;
|
|
10651
10677
|
}
|
|
10652
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10678
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-75aacdc4] {
|
|
10653
10679
|
opacity: 1;
|
|
10654
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10680
|
+
animation: .5s step-end infinite rabbitAnimation-75aacdc4;
|
|
10655
10681
|
}
|
|
10656
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10682
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-75aacdc4] {
|
|
10657
10683
|
opacity: 0;
|
|
10658
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10684
|
+
animation: .5s step-end infinite rabbitAnimation2-75aacdc4;
|
|
10659
10685
|
}
|
|
10660
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10661
|
-
animation: 8s linear infinite rabbitRun-
|
|
10686
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-75aacdc4] {
|
|
10687
|
+
animation: 8s linear infinite rabbitRun-75aacdc4;
|
|
10662
10688
|
}
|
|
10663
|
-
@keyframes rabbitRun-
|
|
10689
|
+
@keyframes rabbitRun-75aacdc4 {
|
|
10664
10690
|
0% {
|
|
10665
10691
|
transform: translateZ(0);
|
|
10666
10692
|
}
|
|
@@ -10680,7 +10706,7 @@ to {
|
|
|
10680
10706
|
transform: translateZ(0);
|
|
10681
10707
|
}
|
|
10682
10708
|
}
|
|
10683
|
-
@keyframes rabbitAnimation-
|
|
10709
|
+
@keyframes rabbitAnimation-75aacdc4 {
|
|
10684
10710
|
0%, to {
|
|
10685
10711
|
opacity: 1;
|
|
10686
10712
|
}
|
|
@@ -10688,7 +10714,7 @@ to {
|
|
|
10688
10714
|
opacity: 0;
|
|
10689
10715
|
}
|
|
10690
10716
|
}
|
|
10691
|
-
@keyframes rabbitAnimation2-
|
|
10717
|
+
@keyframes rabbitAnimation2-75aacdc4 {
|
|
10692
10718
|
0%, to {
|
|
10693
10719
|
opacity: 0;
|
|
10694
10720
|
}
|