@digi-frontend/dgate-api-documentation 1.0.68 → 1.0.69

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
@@ -1402,92 +1402,160 @@ div.endBtnIcon {
1402
1402
  .tableSectionContainer .descArrow path,
1403
1403
  .tableSectionContainer .defaultSortArrow path {
1404
1404
  fill: var(--Gray-50);
1405
- }.apiDocsAside {
1406
- width: 22.5rem;
1407
- padding: 3rem 1.5rem;
1408
- background-color: #f0f1f2;
1409
- }
1410
- .apiDocsAside_title {
1411
- font-size: 1.5rem;
1412
- line-height: 2rem;
1413
- font-weight: 600;
1414
- color: #12131a;
1415
- margin-bottom: 0.5rem;
1405
+ }.api-docs-api-tree {
1406
+ width: 100%;
1407
+ max-width: 12.5rem;
1408
+ padding: 3rem 1.25rem;
1409
+ box-sizing: border-box;
1416
1410
  }
1417
- .apiDocsAside_subtitle {
1418
- margin-bottom: 2rem;
1411
+ .api-docs-api-tree > * {
1412
+ box-sizing: border-box;
1419
1413
  }
1420
- .apiDocsAside_subtitle > span {
1421
- font-size: 1.25rem;
1422
- line-height: 1.75rem;
1423
- font-weight: 400;
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;
1424
1422
  }
1425
- .apiDocsAside_subtitle_method[data-method=get] {
1426
- color: #3a6cd1;
1423
+ .api-docs-api-tree__section-header:hover {
1424
+ background-color: #f3f4f6;
1427
1425
  }
1428
- .apiDocsAside_subtitle_method[data-method=post] {
1429
- color: #3aaa35;
1426
+ .api-docs-api-tree__section-header svg:first-child path {
1427
+ stroke: #bbbec5;
1430
1428
  }
1431
- .apiDocsAside_subtitle_method[data-method=put] {
1432
- color: #faad14;
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;
1433
1435
  }
1434
- .apiDocsAside_subtitle_method[data-method=delete] {
1435
- color: #da3f3f;
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;
1436
1443
  }
1437
- .apiDocsAside_subtitle_method[data-method=option] {
1438
- color: #495d97;
1444
+ .api-docs-api-tree__section__overview:hover {
1445
+ background-color: #f3f4f6;
1439
1446
  }
1440
- .apiDocsAside_subtitle_method[data-method=head] {
1441
- color: #9461c9;
1447
+ .api-docs-api-tree__section__overview span {
1448
+ font-size: 0.75rem;
1449
+ line-height: 0.875rem;
1450
+ color: #000000;
1442
1451
  }
1443
- .apiDocsAside_subtitle_method[data-method=patch] {
1444
- color: #58e2c2;
1452
+ .api-docs-api-tree__section__overview[data-active=true] {
1453
+ background-color: #f0f1f2;
1445
1454
  }
1446
- .apiDocsAside .codeboxSection .codeboxHeader {
1447
- height: 2rem;
1455
+ .api-docs-api-tree__section__endpoints {
1448
1456
  display: flex;
1449
- justify-content: space-between;
1450
- margin-bottom: 0.25rem;
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;
1451
1463
  }
1452
- .apiDocsAside .codeboxSection .codeboxHeader h6 {
1453
- font-size: 1rem;
1454
- line-height: 1.25rem;
1455
- font-weight: 500;
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 {
1456
1473
  color: #616874;
1457
1474
  }
1458
- .apiDocsAside .codeboxSection:nth-of-type(2) {
1459
- margin-top: 3rem;
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;
1460
1482
  }
1461
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) {
1462
- padding: 0;
1483
+ .api-docs-api-tree__endpoints span {
1484
+ font-size: 0.75rem;
1485
+ line-height: 0.875rem;
1486
+ color: #000000;
1463
1487
  }
1464
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) :global(.select-label-container) {
1465
- min-width: 100%;
1466
- padding: 0;
1488
+ .api-docs-api-tree__endpoints[data-active=true] {
1489
+ background-color: #f0f1f2;
1467
1490
  }
1468
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.optionsList .option) {
1469
- height: 1.5rem;
1470
- padding: 0;
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;
1471
1499
  }
1472
- .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer {
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 {
1473
1509
  display: flex;
1474
1510
  align-items: center;
1475
- gap: 0.625rem;
1476
- padding-left: 0.75rem;
1511
+ gap: 0.25rem;
1512
+ padding: 0.5rem 0.75rem;
1513
+ text-transform: capitalize;
1514
+ width: 100%;
1515
+ cursor: pointer;
1477
1516
  }
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%;
1517
+ .api-docs-api-tree__endpoint[data-active=true] {
1518
+ background-color: #f0f1f2;
1483
1519
  }
1484
- .apiDocsAside :global(.multiSelectGroup .selectDisplay),
1485
- .apiDocsAside :global(.multiSelectGroup) {
1486
- width: 6.25rem !important;
1487
- height: 1.5rem !important;
1520
+ .api-docs-api-tree__endpoint:hover {
1521
+ background-color: #f3f4f6;
1488
1522
  }
1489
- .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
1490
- padding-right: 0.75rem !important;
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;
1544
+ }
1545
+ .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1546
+ color: #faad14;
1547
+ }
1548
+ .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1549
+ color: #da3f3f;
1550
+ }
1551
+ .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1552
+ color: #495d97;
1553
+ }
1554
+ .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1555
+ color: #9461c9;
1556
+ }
1557
+ .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1558
+ color: #58e2c2;
1491
1559
  }.api_docs_header {
1492
1560
  height: 2.625rem;
1493
1561
  background-color: #f0f1f2;
@@ -1762,160 +1830,92 @@ div.endBtnIcon {
1762
1830
  .codebox :global(.custom-code-line),
1763
1831
  .codebox :global(.custom-code-line span) {
1764
1832
  font-family: "Cascadia Code", sans-serif;
1765
- }.api-docs-api-tree {
1766
- width: 100%;
1767
- max-width: 12.5rem;
1768
- padding: 3rem 1.25rem;
1769
- box-sizing: border-box;
1770
- }
1771
- .api-docs-api-tree > * {
1772
- box-sizing: border-box;
1773
- }
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;
1782
- }
1783
- .api-docs-api-tree__section-header:hover {
1784
- background-color: #f3f4f6;
1785
- }
1786
- .api-docs-api-tree__section-header svg:first-child path {
1787
- stroke: #bbbec5;
1788
- }
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;
1795
- }
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;
1833
+ }.apiDocsAside {
1834
+ width: 22.5rem;
1835
+ padding: 3rem 1.5rem;
1836
+ background-color: #f0f1f2;
1803
1837
  }
1804
- .api-docs-api-tree__section__overview:hover {
1805
- background-color: #f3f4f6;
1838
+ .apiDocsAside_title {
1839
+ font-size: 1.5rem;
1840
+ line-height: 2rem;
1841
+ font-weight: 600;
1842
+ color: #12131a;
1843
+ margin-bottom: 0.5rem;
1806
1844
  }
1807
- .api-docs-api-tree__section__overview span {
1808
- font-size: 0.75rem;
1809
- line-height: 0.875rem;
1810
- color: #000000;
1845
+ .apiDocsAside_subtitle {
1846
+ margin-bottom: 2rem;
1811
1847
  }
1812
- .api-docs-api-tree__section__overview[data-active=true] {
1813
- background-color: #f0f1f2;
1848
+ .apiDocsAside_subtitle > span {
1849
+ font-size: 1.25rem;
1850
+ line-height: 1.75rem;
1851
+ font-weight: 400;
1814
1852
  }
1815
- .api-docs-api-tree__section__endpoints {
1816
- display: flex;
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;
1853
+ .apiDocsAside_subtitle_method[data-method=get] {
1854
+ color: #3a6cd1;
1823
1855
  }
1824
- .api-docs-api-tree__section__endpoints span {
1825
- font-size: 0.75rem;
1826
- line-height: 0.875rem;
1827
- color: #000000;
1856
+ .apiDocsAside_subtitle_method[data-method=post] {
1857
+ color: #3aaa35;
1828
1858
  }
1829
- .api-docs-api-tree__section__endpoints[data-active=true] {
1830
- background-color: #f0f1f2;
1859
+ .apiDocsAside_subtitle_method[data-method=put] {
1860
+ color: #faad14;
1831
1861
  }
1832
- .api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
1833
- color: #616874;
1862
+ .apiDocsAside_subtitle_method[data-method=delete] {
1863
+ color: #da3f3f;
1834
1864
  }
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;
1865
+ .apiDocsAside_subtitle_method[data-method=option] {
1866
+ color: #495d97;
1842
1867
  }
1843
- .api-docs-api-tree__endpoints span {
1844
- font-size: 0.75rem;
1845
- line-height: 0.875rem;
1846
- color: #000000;
1868
+ .apiDocsAside_subtitle_method[data-method=head] {
1869
+ color: #9461c9;
1847
1870
  }
1848
- .api-docs-api-tree__endpoints[data-active=true] {
1849
- background-color: #f0f1f2;
1871
+ .apiDocsAside_subtitle_method[data-method=patch] {
1872
+ color: #58e2c2;
1850
1873
  }
1851
- .api-docs-api-tree__subsection-header {
1874
+ .apiDocsAside .codeboxSection .codeboxHeader {
1852
1875
  height: 2rem;
1853
1876
  display: flex;
1854
- align-items: center;
1855
- gap: 0.875rem;
1856
- padding-inline: 0.5rem;
1857
- cursor: pointer;
1858
- user-select: none;
1859
- }
1860
- .api-docs-api-tree__subsection-header svg {
1861
- color: #6b7280;
1877
+ justify-content: space-between;
1878
+ margin-bottom: 0.25rem;
1862
1879
  }
1863
- .api-docs-api-tree__subsection-title {
1864
- font-size: 0.75rem;
1865
- line-height: 0.875rem;
1880
+ .apiDocsAside .codeboxSection .codeboxHeader h6 {
1881
+ font-size: 1rem;
1882
+ line-height: 1.25rem;
1883
+ font-weight: 500;
1866
1884
  color: #616874;
1867
1885
  }
1868
- .api-docs-api-tree__endpoint {
1869
- display: flex;
1870
- align-items: center;
1871
- gap: 0.25rem;
1872
- padding: 0.5rem 0.75rem;
1873
- text-transform: capitalize;
1874
- width: 100%;
1875
- cursor: pointer;
1876
- }
1877
- .api-docs-api-tree__endpoint[data-active=true] {
1878
- background-color: #f0f1f2;
1879
- }
1880
- .api-docs-api-tree__endpoint:hover {
1881
- background-color: #f3f4f6;
1882
- }
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;
1886
+ .apiDocsAside .codeboxSection:nth-of-type(2) {
1887
+ margin-top: 3rem;
1898
1888
  }
1899
- .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1900
- color: #3a6cd1;
1889
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) {
1890
+ padding: 0;
1901
1891
  }
1902
- .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1903
- color: #3aaa35;
1892
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) :global(.select-label-container) {
1893
+ min-width: 100%;
1894
+ padding: 0;
1904
1895
  }
1905
- .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1906
- color: #faad14;
1896
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.optionsList .option) {
1897
+ height: 1.5rem;
1898
+ padding: 0;
1907
1899
  }
1908
- .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1909
- color: #da3f3f;
1900
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer {
1901
+ display: flex;
1902
+ align-items: center;
1903
+ gap: 0.625rem;
1904
+ padding-left: 0.75rem;
1910
1905
  }
1911
- .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1912
- color: #495d97;
1906
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer .statusCodeOptionCircle {
1907
+ width: 0.625rem;
1908
+ min-width: 0.625rem;
1909
+ aspect-ratio: 1/1;
1910
+ border-radius: 100%;
1913
1911
  }
1914
- .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1915
- color: #9461c9;
1912
+ .apiDocsAside :global(.multiSelectGroup .selectDisplay),
1913
+ .apiDocsAside :global(.multiSelectGroup) {
1914
+ width: 6.25rem !important;
1915
+ height: 1.5rem !important;
1916
1916
  }
1917
- .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1918
- color: #58e2c2;
1917
+ .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
1918
+ padding-right: 0.75rem !important;
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.68",
3
+ "version": "1.0.69",
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.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
1
+ export APP_VERSION=1.0.68
2
+ export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.68-31087-develop
3
+ export IMAGE_TAG=1.0.68-31087-develop
4
4
  export TARGET_ENV=dev