@digi-frontend/dgate-api-documentation 1.0.76 → 1.0.77

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 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,111 +1402,160 @@ div.endBtnIcon {
1297
1402
  .tableSectionContainer .descArrow path,
1298
1403
  .tableSectionContainer .defaultSortArrow path {
1299
1404
  fill: var(--Gray-50);
1300
- }:root {
1301
- --white: #fff;
1302
- --Gray-5: #f1f2f6;
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;
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] {
1518
+ background-color: #f0f1f2;
1519
+ }
1520
+ .api-docs-api-tree__endpoint:hover {
1521
+ background-color: #f3f4f6;
1522
+ }
1523
+ .api-docs-api-tree__endpoint-method {
1524
+ font-size: 0.75rem;
1525
+ line-height: 0.875rem;
1526
+ font-weight: 400;
1527
+ text-align: start;
1528
+ }
1529
+ .api-docs-api-tree__endpoint-name {
1530
+ font-size: 0.75rem;
1531
+ line-height: 0.875rem;
1532
+ color: #3b3f46;
1533
+ display: -webkit-box;
1534
+ -webkit-box-orient: vertical;
1535
+ -webkit-line-clamp: 1;
1536
+ overflow: hidden;
1537
+ text-overflow: ellipsis;
1538
+ }
1539
+ .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1540
+ color: #3a6cd1;
1541
+ }
1542
+ .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1543
+ color: #3aaa35;
1380
1544
  }
1381
-
1382
- .drawerItemContainer {
1383
- display: flex;
1384
- flex-direction: column;
1545
+ .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1546
+ color: #faad14;
1385
1547
  }
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;
1548
+ .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1549
+ color: #da3f3f;
1393
1550
  }
1394
- .drawerItemContainer .text {
1395
- color: #000;
1396
- font-weight: 400;
1397
- font-size: 24px;
1398
- line-height: 25px;
1551
+ .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1552
+ color: #495d97;
1399
1553
  }
1400
- .drawerItemContainer .color-green {
1401
- color: var(--color-success);
1554
+ .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1555
+ color: #9461c9;
1402
1556
  }
1403
- .drawerItemContainer .color-red {
1404
- color: var(--color-error);
1557
+ .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1558
+ color: #58e2c2;
1405
1559
  }.api_docs_header {
1406
1560
  height: 2.625rem;
1407
1561
  background-color: #f0f1f2;
@@ -1640,196 +1794,6 @@ div.endBtnIcon {
1640
1794
  opacity: 1 !important;
1641
1795
  backdrop-filter: blur(0.5rem);
1642
1796
  background-color: rgba(0, 0, 0, 0.281) !important;
1643
- }.api-docs-api-tree {
1644
- width: 100%;
1645
- max-width: 12.5rem;
1646
- padding: 3rem 1.25rem;
1647
- box-sizing: border-box;
1648
- }
1649
- .api-docs-api-tree > * {
1650
- box-sizing: border-box;
1651
- }
1652
- .api-docs-api-tree__section-header {
1653
- display: flex;
1654
- align-items: center;
1655
- gap: 0.25rem;
1656
- padding-inline: 0.5rem;
1657
- cursor: pointer;
1658
- user-select: none;
1659
- height: 2.5rem;
1660
- }
1661
- .api-docs-api-tree__section-header:hover {
1662
- background-color: #f3f4f6;
1663
- }
1664
- .api-docs-api-tree__section-header svg:first-child path {
1665
- stroke: #bbbec5;
1666
- }
1667
- .api-docs-api-tree__section-title {
1668
- font-size: 0.75rem;
1669
- line-height: 0.875rem;
1670
- font-weight: 500;
1671
- color: #000;
1672
- margin-left: 0.25rem;
1673
- }
1674
- .api-docs-api-tree__section__overview {
1675
- display: flex;
1676
- align-items: center;
1677
- gap: 0.5rem;
1678
- padding: 0.5rem 1.75rem;
1679
- border-radius: 0.25rem;
1680
- cursor: pointer;
1681
- }
1682
- .api-docs-api-tree__section__overview:hover {
1683
- background-color: #f3f4f6;
1684
- }
1685
- .api-docs-api-tree__section__overview span {
1686
- font-size: 0.75rem;
1687
- line-height: 0.875rem;
1688
- color: #000000;
1689
- }
1690
- .api-docs-api-tree__section__overview[data-active=true] {
1691
- background-color: #f0f1f2;
1692
- }
1693
- .api-docs-api-tree__section__endpoints {
1694
- display: flex;
1695
- align-items: center;
1696
- height: 1.5rem;
1697
- gap: 0.5rem;
1698
- border-radius: 0.25rem;
1699
- padding-inline: 1.75rem;
1700
- cursor: pointer;
1701
- }
1702
- .api-docs-api-tree__section__endpoints span {
1703
- font-size: 0.75rem;
1704
- line-height: 0.875rem;
1705
- color: #000000;
1706
- }
1707
- .api-docs-api-tree__section__endpoints[data-active=true] {
1708
- background-color: #f0f1f2;
1709
- }
1710
- .api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
1711
- color: #616874;
1712
- }
1713
- .api-docs-api-tree__endpoints {
1714
- display: flex;
1715
- flex-direction: column;
1716
- align-items: start;
1717
- gap: 0.5rem;
1718
- border-radius: 0.25rem;
1719
- cursor: pointer;
1720
- }
1721
- .api-docs-api-tree__endpoints span {
1722
- font-size: 0.75rem;
1723
- line-height: 0.875rem;
1724
- color: #000000;
1725
- }
1726
- .api-docs-api-tree__endpoints[data-active=true] {
1727
- background-color: #f0f1f2;
1728
- }
1729
- .api-docs-api-tree__subsection-header {
1730
- height: 2rem;
1731
- display: flex;
1732
- align-items: center;
1733
- gap: 0.875rem;
1734
- padding-inline: 0.5rem;
1735
- cursor: pointer;
1736
- user-select: none;
1737
- }
1738
- .api-docs-api-tree__subsection-header svg {
1739
- color: #6b7280;
1740
- }
1741
- .api-docs-api-tree__subsection-title {
1742
- font-size: 0.75rem;
1743
- line-height: 0.875rem;
1744
- color: #616874;
1745
- }
1746
- .api-docs-api-tree__endpoint {
1747
- display: flex;
1748
- align-items: center;
1749
- gap: 0.25rem;
1750
- padding: 0.5rem 0.75rem;
1751
- text-transform: capitalize;
1752
- width: 100%;
1753
- cursor: pointer;
1754
- }
1755
- .api-docs-api-tree__endpoint[data-active=true] {
1756
- background-color: #f0f1f2;
1757
- }
1758
- .api-docs-api-tree__endpoint:hover {
1759
- background-color: #f3f4f6;
1760
- }
1761
- .api-docs-api-tree__endpoint-method {
1762
- font-size: 0.75rem;
1763
- line-height: 0.875rem;
1764
- font-weight: 400;
1765
- text-align: start;
1766
- }
1767
- .api-docs-api-tree__endpoint-name {
1768
- font-size: 0.75rem;
1769
- line-height: 0.875rem;
1770
- color: #3b3f46;
1771
- display: -webkit-box;
1772
- -webkit-box-orient: vertical;
1773
- -webkit-line-clamp: 1;
1774
- overflow: hidden;
1775
- text-overflow: ellipsis;
1776
- }
1777
- .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1778
- color: #3a6cd1;
1779
- }
1780
- .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1781
- color: #3aaa35;
1782
- }
1783
- .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1784
- color: #faad14;
1785
- }
1786
- .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1787
- color: #da3f3f;
1788
- }
1789
- .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1790
- color: #495d97;
1791
- }
1792
- .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1793
- color: #9461c9;
1794
- }
1795
- .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1796
- color: #58e2c2;
1797
- }.codebox {
1798
- border-radius: 0.25rem;
1799
- overflow: hidden;
1800
- }
1801
- .codebox_header {
1802
- display: flex;
1803
- align-items: center;
1804
- gap: 0.25rem;
1805
- padding-left: 0.5rem;
1806
- height: 1.75rem;
1807
- border: 1px solid #bbbec5;
1808
- border-top-right-radius: 0.25rem;
1809
- border-top-left-radius: 0.25rem;
1810
- }
1811
- .codebox_header_themeToggle {
1812
- width: 0.75rem;
1813
- min-width: 0.75rem;
1814
- aspect-ratio: 1/1;
1815
- border: 1px solid transparent;
1816
- border-radius: 100%;
1817
- cursor: pointer;
1818
- }
1819
- .codebox_header_themeToggle_dark {
1820
- background-color: #455162;
1821
- border-color: #6b7280;
1822
- }
1823
- .codebox_header_themeToggle_light {
1824
- background-color: #edf1fb;
1825
- border-color: #6b7280;
1826
- }
1827
- .codebox_header_copyIcon {
1828
- cursor: pointer;
1829
- }
1830
- .codebox :global(.custom-code-line),
1831
- .codebox :global(.custom-code-line span) {
1832
- font-family: "Cascadia Code", sans-serif;
1833
1797
  }.apiDocsAside {
1834
1798
  width: 22.5rem;
1835
1799
  padding: 3rem 1.5rem;
@@ -1916,6 +1880,42 @@ div.endBtnIcon {
1916
1880
  }
1917
1881
  .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
1918
1882
  padding-right: 0.75rem !important;
1883
+ }.codebox {
1884
+ border-radius: 0.25rem;
1885
+ overflow: hidden;
1886
+ }
1887
+ .codebox_header {
1888
+ display: flex;
1889
+ align-items: center;
1890
+ gap: 0.25rem;
1891
+ padding-left: 0.5rem;
1892
+ height: 1.75rem;
1893
+ border: 1px solid #bbbec5;
1894
+ border-top-right-radius: 0.25rem;
1895
+ border-top-left-radius: 0.25rem;
1896
+ }
1897
+ .codebox_header_themeToggle {
1898
+ width: 0.75rem;
1899
+ min-width: 0.75rem;
1900
+ aspect-ratio: 1/1;
1901
+ border: 1px solid transparent;
1902
+ border-radius: 100%;
1903
+ cursor: pointer;
1904
+ }
1905
+ .codebox_header_themeToggle_dark {
1906
+ background-color: #455162;
1907
+ border-color: #6b7280;
1908
+ }
1909
+ .codebox_header_themeToggle_light {
1910
+ background-color: #edf1fb;
1911
+ border-color: #6b7280;
1912
+ }
1913
+ .codebox_header_copyIcon {
1914
+ cursor: pointer;
1915
+ }
1916
+ .codebox :global(.custom-code-line),
1917
+ .codebox :global(.custom-code-line span) {
1918
+ font-family: "Cascadia Code", sans-serif;
1919
1919
  }.api-details-page {
1920
1920
  padding: 2rem;
1921
1921
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digi-frontend/dgate-api-documentation",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "main": "dist/src/index.js",
5
5
  "module": "dist/src/index.js",
6
6
  "types": "dist/types/index.d.ts",
package/variables.txt CHANGED
@@ -1,4 +1,4 @@
1
- export APP_VERSION=1.0.75
2
- export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.75-31099-develop
3
- export IMAGE_TAG=1.0.75-31099-develop
1
+ export APP_VERSION=1.0.76
2
+ export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.76-31101-develop
3
+ export IMAGE_TAG=1.0.76-31101-develop
4
4
  export TARGET_ENV=dev