@digi-frontend/dgate-api-documentation 1.0.67 → 1.0.68
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/dist/styles.css +304 -304
- package/package.json +1 -1
- package/variables.txt +3 -3
package/dist/styles.css
CHANGED
|
@@ -1110,6 +1110,111 @@
|
|
|
1110
1110
|
--alert-natural: #c4d3f1;
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
|
+
.drawerItemContainer {
|
|
1114
|
+
display: flex;
|
|
1115
|
+
flex-direction: column;
|
|
1116
|
+
}
|
|
1117
|
+
.drawerItemContainer .title {
|
|
1118
|
+
color: #000;
|
|
1119
|
+
font-weight: 600;
|
|
1120
|
+
font-size: 24px;
|
|
1121
|
+
line-height: 35px;
|
|
1122
|
+
margin-bottom: 3px;
|
|
1123
|
+
margin-top: 1.5rem;
|
|
1124
|
+
}
|
|
1125
|
+
.drawerItemContainer .text {
|
|
1126
|
+
color: #000;
|
|
1127
|
+
font-weight: 400;
|
|
1128
|
+
font-size: 24px;
|
|
1129
|
+
line-height: 25px;
|
|
1130
|
+
}
|
|
1131
|
+
.drawerItemContainer .color-green {
|
|
1132
|
+
color: var(--color-success);
|
|
1133
|
+
}
|
|
1134
|
+
.drawerItemContainer .color-red {
|
|
1135
|
+
color: var(--color-error);
|
|
1136
|
+
}:root {
|
|
1137
|
+
--white: #fff;
|
|
1138
|
+
--Gray-5: #f1f2f6;
|
|
1139
|
+
--Gray-10: #ebecf2;
|
|
1140
|
+
--Gray-20: #d8dae5;
|
|
1141
|
+
--Gray-30: #babdcc;
|
|
1142
|
+
--Gray-40: #9a9eb2;
|
|
1143
|
+
--Gray-50: #828699;
|
|
1144
|
+
--Gray-60: #696c80;
|
|
1145
|
+
--Gray-100: #12131a;
|
|
1146
|
+
--black: #000;
|
|
1147
|
+
--primary-static: #4d75d8;
|
|
1148
|
+
--primary-hover: #7c9bea;
|
|
1149
|
+
--primary-active: #2c4fa4;
|
|
1150
|
+
--primary-disabled: #9a9eb2;
|
|
1151
|
+
--secondary-static: #40e0d0;
|
|
1152
|
+
--secondary-hover: #9efcf2;
|
|
1153
|
+
--secondary-active: #2fa599;
|
|
1154
|
+
--error-static: #da3f3f;
|
|
1155
|
+
--error-hover: #e75d5d;
|
|
1156
|
+
--error-active: #bb3232;
|
|
1157
|
+
--success-static: #3aaa35;
|
|
1158
|
+
--success-hover: #5cda56;
|
|
1159
|
+
--success-active: #2a8a25;
|
|
1160
|
+
--info-static: #c6c6c6;
|
|
1161
|
+
--info-hover: #e4e4e4;
|
|
1162
|
+
--info-active: #979797;
|
|
1163
|
+
--warning-static: #faad14;
|
|
1164
|
+
--warning-hover: #f9be4a;
|
|
1165
|
+
--warning-active: #db9711;
|
|
1166
|
+
--action-static: #142452;
|
|
1167
|
+
--action-hover: #21387d;
|
|
1168
|
+
--action-active: #000000;
|
|
1169
|
+
--color-info-primary: #3a6cd1;
|
|
1170
|
+
--primary-font-color: #142452;
|
|
1171
|
+
--placeholder-font-color: #babdcc;
|
|
1172
|
+
--warning-font-color: #ce2828;
|
|
1173
|
+
--alert-error: #da3f3f;
|
|
1174
|
+
--alert-light-error: #f4c5c5;
|
|
1175
|
+
--alert-success: #3aaa35;
|
|
1176
|
+
--alert-light-success: #c4e5c2;
|
|
1177
|
+
--alert-info: #8eaaf1;
|
|
1178
|
+
--alert-light-info: #c4d3f1;
|
|
1179
|
+
--alert-warning: #faad14;
|
|
1180
|
+
--alert-light-warning: #fde6b8;
|
|
1181
|
+
--border-focus: #3a6cd1;
|
|
1182
|
+
--tooltip-background-color: #202f5b;
|
|
1183
|
+
--text-color-primary: #142452;
|
|
1184
|
+
--text-color-secondary: #ffff;
|
|
1185
|
+
--text-color-neutral: #828699;
|
|
1186
|
+
--text-color-tertiary: #808080;
|
|
1187
|
+
--text-color-note: #242424;
|
|
1188
|
+
--text-color-quaternary: #142452;
|
|
1189
|
+
--text-color-disabled: #ffff;
|
|
1190
|
+
--background-color-white-primary: #fff;
|
|
1191
|
+
--background-color-light-primary: #8eaaf1;
|
|
1192
|
+
--background-color-white-secondary: #fff;
|
|
1193
|
+
--background-color-primary-dark: #142452;
|
|
1194
|
+
--background-color-gray-5: #f1f2f6;
|
|
1195
|
+
--background-color-gray-30: #ebecf2;
|
|
1196
|
+
--background-color-tertiary-light: #2c4fa4;
|
|
1197
|
+
--background-color-gray-10: #f1f2f6;
|
|
1198
|
+
--background-color-gray-40: #ebecf2;
|
|
1199
|
+
--background-color-light-blue: #dfe7f8;
|
|
1200
|
+
--border-color-primary: #babdcc;
|
|
1201
|
+
--border-color-secondary: #d8dae5;
|
|
1202
|
+
--border-color-neutral: #ebecf2;
|
|
1203
|
+
--border-color-tertiary: #ebecf2;
|
|
1204
|
+
--border-color-gray: #ebecf2;
|
|
1205
|
+
--border-color-hover: #142452;
|
|
1206
|
+
--border-color-active: #3a6cd1;
|
|
1207
|
+
--icon-color-main: #142452;
|
|
1208
|
+
--icon-color-secondary: #000;
|
|
1209
|
+
--icon-color-quaternary: #babdcc;
|
|
1210
|
+
--icon-color-disabled: #9a9eb2;
|
|
1211
|
+
--link-btn-primary-color: #3a6cd1;
|
|
1212
|
+
--button-color-static: #4d75d8;
|
|
1213
|
+
--button-color-hover: #7c9bea;
|
|
1214
|
+
--button-color-active: #2c4fa4;
|
|
1215
|
+
--alert-natural: #c4d3f1;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1113
1218
|
#EnumButton {
|
|
1114
1219
|
display: flex;
|
|
1115
1220
|
justify-content: center;
|
|
@@ -1297,265 +1402,92 @@ div.endBtnIcon {
|
|
|
1297
1402
|
.tableSectionContainer .descArrow path,
|
|
1298
1403
|
.tableSectionContainer .defaultSortArrow path {
|
|
1299
1404
|
fill: var(--Gray-50);
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
--Gray-10: #ebecf2;
|
|
1304
|
-
--Gray-20: #d8dae5;
|
|
1305
|
-
--Gray-30: #babdcc;
|
|
1306
|
-
--Gray-40: #9a9eb2;
|
|
1307
|
-
--Gray-50: #828699;
|
|
1308
|
-
--Gray-60: #696c80;
|
|
1309
|
-
--Gray-100: #12131a;
|
|
1310
|
-
--black: #000;
|
|
1311
|
-
--primary-static: #4d75d8;
|
|
1312
|
-
--primary-hover: #7c9bea;
|
|
1313
|
-
--primary-active: #2c4fa4;
|
|
1314
|
-
--primary-disabled: #9a9eb2;
|
|
1315
|
-
--secondary-static: #40e0d0;
|
|
1316
|
-
--secondary-hover: #9efcf2;
|
|
1317
|
-
--secondary-active: #2fa599;
|
|
1318
|
-
--error-static: #da3f3f;
|
|
1319
|
-
--error-hover: #e75d5d;
|
|
1320
|
-
--error-active: #bb3232;
|
|
1321
|
-
--success-static: #3aaa35;
|
|
1322
|
-
--success-hover: #5cda56;
|
|
1323
|
-
--success-active: #2a8a25;
|
|
1324
|
-
--info-static: #c6c6c6;
|
|
1325
|
-
--info-hover: #e4e4e4;
|
|
1326
|
-
--info-active: #979797;
|
|
1327
|
-
--warning-static: #faad14;
|
|
1328
|
-
--warning-hover: #f9be4a;
|
|
1329
|
-
--warning-active: #db9711;
|
|
1330
|
-
--action-static: #142452;
|
|
1331
|
-
--action-hover: #21387d;
|
|
1332
|
-
--action-active: #000000;
|
|
1333
|
-
--color-info-primary: #3a6cd1;
|
|
1334
|
-
--primary-font-color: #142452;
|
|
1335
|
-
--placeholder-font-color: #babdcc;
|
|
1336
|
-
--warning-font-color: #ce2828;
|
|
1337
|
-
--alert-error: #da3f3f;
|
|
1338
|
-
--alert-light-error: #f4c5c5;
|
|
1339
|
-
--alert-success: #3aaa35;
|
|
1340
|
-
--alert-light-success: #c4e5c2;
|
|
1341
|
-
--alert-info: #8eaaf1;
|
|
1342
|
-
--alert-light-info: #c4d3f1;
|
|
1343
|
-
--alert-warning: #faad14;
|
|
1344
|
-
--alert-light-warning: #fde6b8;
|
|
1345
|
-
--border-focus: #3a6cd1;
|
|
1346
|
-
--tooltip-background-color: #202f5b;
|
|
1347
|
-
--text-color-primary: #142452;
|
|
1348
|
-
--text-color-secondary: #ffff;
|
|
1349
|
-
--text-color-neutral: #828699;
|
|
1350
|
-
--text-color-tertiary: #808080;
|
|
1351
|
-
--text-color-note: #242424;
|
|
1352
|
-
--text-color-quaternary: #142452;
|
|
1353
|
-
--text-color-disabled: #ffff;
|
|
1354
|
-
--background-color-white-primary: #fff;
|
|
1355
|
-
--background-color-light-primary: #8eaaf1;
|
|
1356
|
-
--background-color-white-secondary: #fff;
|
|
1357
|
-
--background-color-primary-dark: #142452;
|
|
1358
|
-
--background-color-gray-5: #f1f2f6;
|
|
1359
|
-
--background-color-gray-30: #ebecf2;
|
|
1360
|
-
--background-color-tertiary-light: #2c4fa4;
|
|
1361
|
-
--background-color-gray-10: #f1f2f6;
|
|
1362
|
-
--background-color-gray-40: #ebecf2;
|
|
1363
|
-
--background-color-light-blue: #dfe7f8;
|
|
1364
|
-
--border-color-primary: #babdcc;
|
|
1365
|
-
--border-color-secondary: #d8dae5;
|
|
1366
|
-
--border-color-neutral: #ebecf2;
|
|
1367
|
-
--border-color-tertiary: #ebecf2;
|
|
1368
|
-
--border-color-gray: #ebecf2;
|
|
1369
|
-
--border-color-hover: #142452;
|
|
1370
|
-
--border-color-active: #3a6cd1;
|
|
1371
|
-
--icon-color-main: #142452;
|
|
1372
|
-
--icon-color-secondary: #000;
|
|
1373
|
-
--icon-color-quaternary: #babdcc;
|
|
1374
|
-
--icon-color-disabled: #9a9eb2;
|
|
1375
|
-
--link-btn-primary-color: #3a6cd1;
|
|
1376
|
-
--button-color-static: #4d75d8;
|
|
1377
|
-
--button-color-hover: #7c9bea;
|
|
1378
|
-
--button-color-active: #2c4fa4;
|
|
1379
|
-
--alert-natural: #c4d3f1;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.drawerItemContainer {
|
|
1383
|
-
display: flex;
|
|
1384
|
-
flex-direction: column;
|
|
1385
|
-
}
|
|
1386
|
-
.drawerItemContainer .title {
|
|
1387
|
-
color: #000;
|
|
1388
|
-
font-weight: 600;
|
|
1389
|
-
font-size: 24px;
|
|
1390
|
-
line-height: 35px;
|
|
1391
|
-
margin-bottom: 3px;
|
|
1392
|
-
margin-top: 1.5rem;
|
|
1393
|
-
}
|
|
1394
|
-
.drawerItemContainer .text {
|
|
1395
|
-
color: #000;
|
|
1396
|
-
font-weight: 400;
|
|
1397
|
-
font-size: 24px;
|
|
1398
|
-
line-height: 25px;
|
|
1399
|
-
}
|
|
1400
|
-
.drawerItemContainer .color-green {
|
|
1401
|
-
color: var(--color-success);
|
|
1402
|
-
}
|
|
1403
|
-
.drawerItemContainer .color-red {
|
|
1404
|
-
color: var(--color-error);
|
|
1405
|
-
}.api-docs-api-tree {
|
|
1406
|
-
width: 100%;
|
|
1407
|
-
max-width: 12.5rem;
|
|
1408
|
-
padding: 3rem 1.25rem;
|
|
1409
|
-
box-sizing: border-box;
|
|
1410
|
-
}
|
|
1411
|
-
.api-docs-api-tree > * {
|
|
1412
|
-
box-sizing: border-box;
|
|
1413
|
-
}
|
|
1414
|
-
.api-docs-api-tree__section-header {
|
|
1415
|
-
display: flex;
|
|
1416
|
-
align-items: center;
|
|
1417
|
-
gap: 0.25rem;
|
|
1418
|
-
padding-inline: 0.5rem;
|
|
1419
|
-
cursor: pointer;
|
|
1420
|
-
user-select: none;
|
|
1421
|
-
height: 2.5rem;
|
|
1422
|
-
}
|
|
1423
|
-
.api-docs-api-tree__section-header:hover {
|
|
1424
|
-
background-color: #f3f4f6;
|
|
1425
|
-
}
|
|
1426
|
-
.api-docs-api-tree__section-header svg:first-child path {
|
|
1427
|
-
stroke: #bbbec5;
|
|
1428
|
-
}
|
|
1429
|
-
.api-docs-api-tree__section-title {
|
|
1430
|
-
font-size: 0.75rem;
|
|
1431
|
-
line-height: 0.875rem;
|
|
1432
|
-
font-weight: 500;
|
|
1433
|
-
color: #000;
|
|
1434
|
-
margin-left: 0.25rem;
|
|
1435
|
-
}
|
|
1436
|
-
.api-docs-api-tree__section__overview {
|
|
1437
|
-
display: flex;
|
|
1438
|
-
align-items: center;
|
|
1439
|
-
gap: 0.5rem;
|
|
1440
|
-
padding: 0.5rem 1.75rem;
|
|
1441
|
-
border-radius: 0.25rem;
|
|
1442
|
-
cursor: pointer;
|
|
1443
|
-
}
|
|
1444
|
-
.api-docs-api-tree__section__overview:hover {
|
|
1445
|
-
background-color: #f3f4f6;
|
|
1446
|
-
}
|
|
1447
|
-
.api-docs-api-tree__section__overview span {
|
|
1448
|
-
font-size: 0.75rem;
|
|
1449
|
-
line-height: 0.875rem;
|
|
1450
|
-
color: #000000;
|
|
1451
|
-
}
|
|
1452
|
-
.api-docs-api-tree__section__overview[data-active=true] {
|
|
1453
|
-
background-color: #f0f1f2;
|
|
1454
|
-
}
|
|
1455
|
-
.api-docs-api-tree__section__endpoints {
|
|
1456
|
-
display: flex;
|
|
1457
|
-
align-items: center;
|
|
1458
|
-
height: 1.5rem;
|
|
1459
|
-
gap: 0.5rem;
|
|
1460
|
-
border-radius: 0.25rem;
|
|
1461
|
-
padding-inline: 1.75rem;
|
|
1462
|
-
cursor: pointer;
|
|
1463
|
-
}
|
|
1464
|
-
.api-docs-api-tree__section__endpoints span {
|
|
1465
|
-
font-size: 0.75rem;
|
|
1466
|
-
line-height: 0.875rem;
|
|
1467
|
-
color: #000000;
|
|
1468
|
-
}
|
|
1469
|
-
.api-docs-api-tree__section__endpoints[data-active=true] {
|
|
1470
|
-
background-color: #f0f1f2;
|
|
1471
|
-
}
|
|
1472
|
-
.api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
|
|
1473
|
-
color: #616874;
|
|
1474
|
-
}
|
|
1475
|
-
.api-docs-api-tree__endpoints {
|
|
1476
|
-
display: flex;
|
|
1477
|
-
flex-direction: column;
|
|
1478
|
-
align-items: start;
|
|
1479
|
-
gap: 0.5rem;
|
|
1480
|
-
border-radius: 0.25rem;
|
|
1481
|
-
cursor: pointer;
|
|
1482
|
-
}
|
|
1483
|
-
.api-docs-api-tree__endpoints span {
|
|
1484
|
-
font-size: 0.75rem;
|
|
1485
|
-
line-height: 0.875rem;
|
|
1486
|
-
color: #000000;
|
|
1487
|
-
}
|
|
1488
|
-
.api-docs-api-tree__endpoints[data-active=true] {
|
|
1489
|
-
background-color: #f0f1f2;
|
|
1490
|
-
}
|
|
1491
|
-
.api-docs-api-tree__subsection-header {
|
|
1492
|
-
height: 2rem;
|
|
1493
|
-
display: flex;
|
|
1494
|
-
align-items: center;
|
|
1495
|
-
gap: 0.875rem;
|
|
1496
|
-
padding-inline: 0.5rem;
|
|
1497
|
-
cursor: pointer;
|
|
1498
|
-
user-select: none;
|
|
1499
|
-
}
|
|
1500
|
-
.api-docs-api-tree__subsection-header svg {
|
|
1501
|
-
color: #6b7280;
|
|
1502
|
-
}
|
|
1503
|
-
.api-docs-api-tree__subsection-title {
|
|
1504
|
-
font-size: 0.75rem;
|
|
1505
|
-
line-height: 0.875rem;
|
|
1506
|
-
color: #616874;
|
|
1507
|
-
}
|
|
1508
|
-
.api-docs-api-tree__endpoint {
|
|
1509
|
-
display: flex;
|
|
1510
|
-
align-items: center;
|
|
1511
|
-
gap: 0.25rem;
|
|
1512
|
-
padding: 0.5rem 0.75rem;
|
|
1513
|
-
text-transform: capitalize;
|
|
1514
|
-
width: 100%;
|
|
1515
|
-
cursor: pointer;
|
|
1516
|
-
}
|
|
1517
|
-
.api-docs-api-tree__endpoint[data-active=true] {
|
|
1405
|
+
}.apiDocsAside {
|
|
1406
|
+
width: 22.5rem;
|
|
1407
|
+
padding: 3rem 1.5rem;
|
|
1518
1408
|
background-color: #f0f1f2;
|
|
1519
1409
|
}
|
|
1520
|
-
.
|
|
1521
|
-
|
|
1410
|
+
.apiDocsAside_title {
|
|
1411
|
+
font-size: 1.5rem;
|
|
1412
|
+
line-height: 2rem;
|
|
1413
|
+
font-weight: 600;
|
|
1414
|
+
color: #12131a;
|
|
1415
|
+
margin-bottom: 0.5rem;
|
|
1522
1416
|
}
|
|
1523
|
-
.
|
|
1524
|
-
|
|
1525
|
-
line-height: 0.875rem;
|
|
1526
|
-
font-weight: 400;
|
|
1527
|
-
text-align: start;
|
|
1417
|
+
.apiDocsAside_subtitle {
|
|
1418
|
+
margin-bottom: 2rem;
|
|
1528
1419
|
}
|
|
1529
|
-
.
|
|
1530
|
-
font-size:
|
|
1531
|
-
line-height:
|
|
1532
|
-
|
|
1533
|
-
display: -webkit-box;
|
|
1534
|
-
-webkit-box-orient: vertical;
|
|
1535
|
-
-webkit-line-clamp: 1;
|
|
1536
|
-
overflow: hidden;
|
|
1537
|
-
text-overflow: ellipsis;
|
|
1420
|
+
.apiDocsAside_subtitle > span {
|
|
1421
|
+
font-size: 1.25rem;
|
|
1422
|
+
line-height: 1.75rem;
|
|
1423
|
+
font-weight: 400;
|
|
1538
1424
|
}
|
|
1539
|
-
.
|
|
1425
|
+
.apiDocsAside_subtitle_method[data-method=get] {
|
|
1540
1426
|
color: #3a6cd1;
|
|
1541
1427
|
}
|
|
1542
|
-
.
|
|
1428
|
+
.apiDocsAside_subtitle_method[data-method=post] {
|
|
1543
1429
|
color: #3aaa35;
|
|
1544
1430
|
}
|
|
1545
|
-
.
|
|
1431
|
+
.apiDocsAside_subtitle_method[data-method=put] {
|
|
1546
1432
|
color: #faad14;
|
|
1547
1433
|
}
|
|
1548
|
-
.
|
|
1434
|
+
.apiDocsAside_subtitle_method[data-method=delete] {
|
|
1549
1435
|
color: #da3f3f;
|
|
1550
1436
|
}
|
|
1551
|
-
.
|
|
1437
|
+
.apiDocsAside_subtitle_method[data-method=option] {
|
|
1552
1438
|
color: #495d97;
|
|
1553
1439
|
}
|
|
1554
|
-
.
|
|
1440
|
+
.apiDocsAside_subtitle_method[data-method=head] {
|
|
1555
1441
|
color: #9461c9;
|
|
1556
1442
|
}
|
|
1557
|
-
.
|
|
1443
|
+
.apiDocsAside_subtitle_method[data-method=patch] {
|
|
1558
1444
|
color: #58e2c2;
|
|
1445
|
+
}
|
|
1446
|
+
.apiDocsAside .codeboxSection .codeboxHeader {
|
|
1447
|
+
height: 2rem;
|
|
1448
|
+
display: flex;
|
|
1449
|
+
justify-content: space-between;
|
|
1450
|
+
margin-bottom: 0.25rem;
|
|
1451
|
+
}
|
|
1452
|
+
.apiDocsAside .codeboxSection .codeboxHeader h6 {
|
|
1453
|
+
font-size: 1rem;
|
|
1454
|
+
line-height: 1.25rem;
|
|
1455
|
+
font-weight: 500;
|
|
1456
|
+
color: #616874;
|
|
1457
|
+
}
|
|
1458
|
+
.apiDocsAside .codeboxSection:nth-of-type(2) {
|
|
1459
|
+
margin-top: 3rem;
|
|
1460
|
+
}
|
|
1461
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) {
|
|
1462
|
+
padding: 0;
|
|
1463
|
+
}
|
|
1464
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) :global(.select-label-container) {
|
|
1465
|
+
min-width: 100%;
|
|
1466
|
+
padding: 0;
|
|
1467
|
+
}
|
|
1468
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.optionsList .option) {
|
|
1469
|
+
height: 1.5rem;
|
|
1470
|
+
padding: 0;
|
|
1471
|
+
}
|
|
1472
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer {
|
|
1473
|
+
display: flex;
|
|
1474
|
+
align-items: center;
|
|
1475
|
+
gap: 0.625rem;
|
|
1476
|
+
padding-left: 0.75rem;
|
|
1477
|
+
}
|
|
1478
|
+
.apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer .statusCodeOptionCircle {
|
|
1479
|
+
width: 0.625rem;
|
|
1480
|
+
min-width: 0.625rem;
|
|
1481
|
+
aspect-ratio: 1/1;
|
|
1482
|
+
border-radius: 100%;
|
|
1483
|
+
}
|
|
1484
|
+
.apiDocsAside :global(.multiSelectGroup .selectDisplay),
|
|
1485
|
+
.apiDocsAside :global(.multiSelectGroup) {
|
|
1486
|
+
width: 6.25rem !important;
|
|
1487
|
+
height: 1.5rem !important;
|
|
1488
|
+
}
|
|
1489
|
+
.apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
|
|
1490
|
+
padding-right: 0.75rem !important;
|
|
1559
1491
|
}.api_docs_header {
|
|
1560
1492
|
height: 2.625rem;
|
|
1561
1493
|
background-color: #f0f1f2;
|
|
@@ -1830,92 +1762,160 @@ div.endBtnIcon {
|
|
|
1830
1762
|
.codebox :global(.custom-code-line),
|
|
1831
1763
|
.codebox :global(.custom-code-line span) {
|
|
1832
1764
|
font-family: "Cascadia Code", sans-serif;
|
|
1833
|
-
}.
|
|
1834
|
-
width:
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
.apiDocsAside_title {
|
|
1839
|
-
font-size: 1.5rem;
|
|
1840
|
-
line-height: 2rem;
|
|
1841
|
-
font-weight: 600;
|
|
1842
|
-
color: #12131a;
|
|
1843
|
-
margin-bottom: 0.5rem;
|
|
1765
|
+
}.api-docs-api-tree {
|
|
1766
|
+
width: 100%;
|
|
1767
|
+
max-width: 12.5rem;
|
|
1768
|
+
padding: 3rem 1.25rem;
|
|
1769
|
+
box-sizing: border-box;
|
|
1844
1770
|
}
|
|
1845
|
-
.
|
|
1846
|
-
|
|
1771
|
+
.api-docs-api-tree > * {
|
|
1772
|
+
box-sizing: border-box;
|
|
1847
1773
|
}
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1774
|
+
.api-docs-api-tree__section-header {
|
|
1775
|
+
display: flex;
|
|
1776
|
+
align-items: center;
|
|
1777
|
+
gap: 0.25rem;
|
|
1778
|
+
padding-inline: 0.5rem;
|
|
1779
|
+
cursor: pointer;
|
|
1780
|
+
user-select: none;
|
|
1781
|
+
height: 2.5rem;
|
|
1852
1782
|
}
|
|
1853
|
-
.
|
|
1854
|
-
color: #
|
|
1783
|
+
.api-docs-api-tree__section-header:hover {
|
|
1784
|
+
background-color: #f3f4f6;
|
|
1855
1785
|
}
|
|
1856
|
-
.
|
|
1857
|
-
|
|
1786
|
+
.api-docs-api-tree__section-header svg:first-child path {
|
|
1787
|
+
stroke: #bbbec5;
|
|
1858
1788
|
}
|
|
1859
|
-
.
|
|
1860
|
-
|
|
1789
|
+
.api-docs-api-tree__section-title {
|
|
1790
|
+
font-size: 0.75rem;
|
|
1791
|
+
line-height: 0.875rem;
|
|
1792
|
+
font-weight: 500;
|
|
1793
|
+
color: #000;
|
|
1794
|
+
margin-left: 0.25rem;
|
|
1861
1795
|
}
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1796
|
+
.api-docs-api-tree__section__overview {
|
|
1797
|
+
display: flex;
|
|
1798
|
+
align-items: center;
|
|
1799
|
+
gap: 0.5rem;
|
|
1800
|
+
padding: 0.5rem 1.75rem;
|
|
1801
|
+
border-radius: 0.25rem;
|
|
1802
|
+
cursor: pointer;
|
|
1864
1803
|
}
|
|
1865
|
-
.
|
|
1866
|
-
color: #
|
|
1804
|
+
.api-docs-api-tree__section__overview:hover {
|
|
1805
|
+
background-color: #f3f4f6;
|
|
1867
1806
|
}
|
|
1868
|
-
.
|
|
1869
|
-
|
|
1807
|
+
.api-docs-api-tree__section__overview span {
|
|
1808
|
+
font-size: 0.75rem;
|
|
1809
|
+
line-height: 0.875rem;
|
|
1810
|
+
color: #000000;
|
|
1870
1811
|
}
|
|
1871
|
-
.
|
|
1872
|
-
color: #
|
|
1812
|
+
.api-docs-api-tree__section__overview[data-active=true] {
|
|
1813
|
+
background-color: #f0f1f2;
|
|
1873
1814
|
}
|
|
1874
|
-
.
|
|
1875
|
-
height: 2rem;
|
|
1815
|
+
.api-docs-api-tree__section__endpoints {
|
|
1876
1816
|
display: flex;
|
|
1877
|
-
|
|
1878
|
-
|
|
1817
|
+
align-items: center;
|
|
1818
|
+
height: 1.5rem;
|
|
1819
|
+
gap: 0.5rem;
|
|
1820
|
+
border-radius: 0.25rem;
|
|
1821
|
+
padding-inline: 1.75rem;
|
|
1822
|
+
cursor: pointer;
|
|
1879
1823
|
}
|
|
1880
|
-
.
|
|
1881
|
-
font-size:
|
|
1882
|
-
line-height:
|
|
1883
|
-
|
|
1824
|
+
.api-docs-api-tree__section__endpoints span {
|
|
1825
|
+
font-size: 0.75rem;
|
|
1826
|
+
line-height: 0.875rem;
|
|
1827
|
+
color: #000000;
|
|
1828
|
+
}
|
|
1829
|
+
.api-docs-api-tree__section__endpoints[data-active=true] {
|
|
1830
|
+
background-color: #f0f1f2;
|
|
1831
|
+
}
|
|
1832
|
+
.api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
|
|
1884
1833
|
color: #616874;
|
|
1885
1834
|
}
|
|
1886
|
-
.
|
|
1887
|
-
|
|
1835
|
+
.api-docs-api-tree__endpoints {
|
|
1836
|
+
display: flex;
|
|
1837
|
+
flex-direction: column;
|
|
1838
|
+
align-items: start;
|
|
1839
|
+
gap: 0.5rem;
|
|
1840
|
+
border-radius: 0.25rem;
|
|
1841
|
+
cursor: pointer;
|
|
1888
1842
|
}
|
|
1889
|
-
.
|
|
1890
|
-
|
|
1843
|
+
.api-docs-api-tree__endpoints span {
|
|
1844
|
+
font-size: 0.75rem;
|
|
1845
|
+
line-height: 0.875rem;
|
|
1846
|
+
color: #000000;
|
|
1891
1847
|
}
|
|
1892
|
-
.
|
|
1893
|
-
|
|
1894
|
-
padding: 0;
|
|
1848
|
+
.api-docs-api-tree__endpoints[data-active=true] {
|
|
1849
|
+
background-color: #f0f1f2;
|
|
1895
1850
|
}
|
|
1896
|
-
.
|
|
1897
|
-
height:
|
|
1898
|
-
|
|
1851
|
+
.api-docs-api-tree__subsection-header {
|
|
1852
|
+
height: 2rem;
|
|
1853
|
+
display: flex;
|
|
1854
|
+
align-items: center;
|
|
1855
|
+
gap: 0.875rem;
|
|
1856
|
+
padding-inline: 0.5rem;
|
|
1857
|
+
cursor: pointer;
|
|
1858
|
+
user-select: none;
|
|
1899
1859
|
}
|
|
1900
|
-
.
|
|
1860
|
+
.api-docs-api-tree__subsection-header svg {
|
|
1861
|
+
color: #6b7280;
|
|
1862
|
+
}
|
|
1863
|
+
.api-docs-api-tree__subsection-title {
|
|
1864
|
+
font-size: 0.75rem;
|
|
1865
|
+
line-height: 0.875rem;
|
|
1866
|
+
color: #616874;
|
|
1867
|
+
}
|
|
1868
|
+
.api-docs-api-tree__endpoint {
|
|
1901
1869
|
display: flex;
|
|
1902
1870
|
align-items: center;
|
|
1903
|
-
gap: 0.
|
|
1904
|
-
padding
|
|
1871
|
+
gap: 0.25rem;
|
|
1872
|
+
padding: 0.5rem 0.75rem;
|
|
1873
|
+
text-transform: capitalize;
|
|
1874
|
+
width: 100%;
|
|
1875
|
+
cursor: pointer;
|
|
1905
1876
|
}
|
|
1906
|
-
.
|
|
1907
|
-
|
|
1908
|
-
min-width: 0.625rem;
|
|
1909
|
-
aspect-ratio: 1/1;
|
|
1910
|
-
border-radius: 100%;
|
|
1877
|
+
.api-docs-api-tree__endpoint[data-active=true] {
|
|
1878
|
+
background-color: #f0f1f2;
|
|
1911
1879
|
}
|
|
1912
|
-
.
|
|
1913
|
-
|
|
1914
|
-
width: 6.25rem !important;
|
|
1915
|
-
height: 1.5rem !important;
|
|
1880
|
+
.api-docs-api-tree__endpoint:hover {
|
|
1881
|
+
background-color: #f3f4f6;
|
|
1916
1882
|
}
|
|
1917
|
-
.
|
|
1918
|
-
|
|
1883
|
+
.api-docs-api-tree__endpoint-method {
|
|
1884
|
+
font-size: 0.75rem;
|
|
1885
|
+
line-height: 0.875rem;
|
|
1886
|
+
font-weight: 400;
|
|
1887
|
+
text-align: start;
|
|
1888
|
+
}
|
|
1889
|
+
.api-docs-api-tree__endpoint-name {
|
|
1890
|
+
font-size: 0.75rem;
|
|
1891
|
+
line-height: 0.875rem;
|
|
1892
|
+
color: #3b3f46;
|
|
1893
|
+
display: -webkit-box;
|
|
1894
|
+
-webkit-box-orient: vertical;
|
|
1895
|
+
-webkit-line-clamp: 1;
|
|
1896
|
+
overflow: hidden;
|
|
1897
|
+
text-overflow: ellipsis;
|
|
1898
|
+
}
|
|
1899
|
+
.api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
|
|
1900
|
+
color: #3a6cd1;
|
|
1901
|
+
}
|
|
1902
|
+
.api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
|
|
1903
|
+
color: #3aaa35;
|
|
1904
|
+
}
|
|
1905
|
+
.api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
|
|
1906
|
+
color: #faad14;
|
|
1907
|
+
}
|
|
1908
|
+
.api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
|
|
1909
|
+
color: #da3f3f;
|
|
1910
|
+
}
|
|
1911
|
+
.api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
|
|
1912
|
+
color: #495d97;
|
|
1913
|
+
}
|
|
1914
|
+
.api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
|
|
1915
|
+
color: #9461c9;
|
|
1916
|
+
}
|
|
1917
|
+
.api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
|
|
1918
|
+
color: #58e2c2;
|
|
1919
1919
|
}.api-details-page {
|
|
1920
1920
|
padding: 2rem;
|
|
1921
1921
|
}
|
package/package.json
CHANGED
package/variables.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export APP_VERSION=1.0.
|
|
2
|
-
export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.
|
|
3
|
-
export IMAGE_TAG=1.0.
|
|
1
|
+
export APP_VERSION=1.0.67
|
|
2
|
+
export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.67-31084-develop
|
|
3
|
+
export IMAGE_TAG=1.0.67-31084-develop
|
|
4
4
|
export TARGET_ENV=dev
|