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

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,6 @@ 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;
1416
- }
1417
- .apiDocsAside_subtitle {
1418
- margin-bottom: 2rem;
1419
- }
1420
- .apiDocsAside_subtitle > span {
1421
- font-size: 1.25rem;
1422
- line-height: 1.75rem;
1423
- font-weight: 400;
1424
- }
1425
- .apiDocsAside_subtitle_method[data-method=get] {
1426
- color: #3a6cd1;
1427
- }
1428
- .apiDocsAside_subtitle_method[data-method=post] {
1429
- color: #3aaa35;
1430
- }
1431
- .apiDocsAside_subtitle_method[data-method=put] {
1432
- color: #faad14;
1433
- }
1434
- .apiDocsAside_subtitle_method[data-method=delete] {
1435
- color: #da3f3f;
1436
- }
1437
- .apiDocsAside_subtitle_method[data-method=option] {
1438
- color: #495d97;
1439
- }
1440
- .apiDocsAside_subtitle_method[data-method=head] {
1441
- color: #9461c9;
1442
- }
1443
- .apiDocsAside_subtitle_method[data-method=patch] {
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;
1491
1405
  }.api_docs_header {
1492
1406
  height: 2.625rem;
1493
1407
  background-color: #f0f1f2;
@@ -1726,42 +1640,6 @@ div.endBtnIcon {
1726
1640
  opacity: 1 !important;
1727
1641
  backdrop-filter: blur(0.5rem);
1728
1642
  background-color: rgba(0, 0, 0, 0.281) !important;
1729
- }.codebox {
1730
- border-radius: 0.25rem;
1731
- overflow: hidden;
1732
- }
1733
- .codebox_header {
1734
- display: flex;
1735
- align-items: center;
1736
- gap: 0.25rem;
1737
- padding-left: 0.5rem;
1738
- height: 1.75rem;
1739
- border: 1px solid #bbbec5;
1740
- border-top-right-radius: 0.25rem;
1741
- border-top-left-radius: 0.25rem;
1742
- }
1743
- .codebox_header_themeToggle {
1744
- width: 0.75rem;
1745
- min-width: 0.75rem;
1746
- aspect-ratio: 1/1;
1747
- border: 1px solid transparent;
1748
- border-radius: 100%;
1749
- cursor: pointer;
1750
- }
1751
- .codebox_header_themeToggle_dark {
1752
- background-color: #455162;
1753
- border-color: #6b7280;
1754
- }
1755
- .codebox_header_themeToggle_light {
1756
- background-color: #edf1fb;
1757
- border-color: #6b7280;
1758
- }
1759
- .codebox_header_copyIcon {
1760
- cursor: pointer;
1761
- }
1762
- .codebox :global(.custom-code-line),
1763
- .codebox :global(.custom-code-line span) {
1764
- font-family: "Cascadia Code", sans-serif;
1765
1643
  }.api-docs-api-tree {
1766
1644
  width: 100%;
1767
1645
  max-width: 12.5rem;
@@ -1916,6 +1794,128 @@ div.endBtnIcon {
1916
1794
  }
1917
1795
  .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1918
1796
  color: #58e2c2;
1797
+ }.apiDocsAside {
1798
+ width: 22.5rem;
1799
+ padding: 3rem 1.5rem;
1800
+ background-color: #f0f1f2;
1801
+ }
1802
+ .apiDocsAside_title {
1803
+ font-size: 1.5rem;
1804
+ line-height: 2rem;
1805
+ font-weight: 600;
1806
+ color: #12131a;
1807
+ margin-bottom: 0.5rem;
1808
+ }
1809
+ .apiDocsAside_subtitle {
1810
+ margin-bottom: 2rem;
1811
+ }
1812
+ .apiDocsAside_subtitle > span {
1813
+ font-size: 1.25rem;
1814
+ line-height: 1.75rem;
1815
+ font-weight: 400;
1816
+ }
1817
+ .apiDocsAside_subtitle_method[data-method=get] {
1818
+ color: #3a6cd1;
1819
+ }
1820
+ .apiDocsAside_subtitle_method[data-method=post] {
1821
+ color: #3aaa35;
1822
+ }
1823
+ .apiDocsAside_subtitle_method[data-method=put] {
1824
+ color: #faad14;
1825
+ }
1826
+ .apiDocsAside_subtitle_method[data-method=delete] {
1827
+ color: #da3f3f;
1828
+ }
1829
+ .apiDocsAside_subtitle_method[data-method=option] {
1830
+ color: #495d97;
1831
+ }
1832
+ .apiDocsAside_subtitle_method[data-method=head] {
1833
+ color: #9461c9;
1834
+ }
1835
+ .apiDocsAside_subtitle_method[data-method=patch] {
1836
+ color: #58e2c2;
1837
+ }
1838
+ .apiDocsAside .codeboxSection .codeboxHeader {
1839
+ height: 2rem;
1840
+ display: flex;
1841
+ justify-content: space-between;
1842
+ margin-bottom: 0.25rem;
1843
+ }
1844
+ .apiDocsAside .codeboxSection .codeboxHeader h6 {
1845
+ font-size: 1rem;
1846
+ line-height: 1.25rem;
1847
+ font-weight: 500;
1848
+ color: #616874;
1849
+ }
1850
+ .apiDocsAside .codeboxSection:nth-of-type(2) {
1851
+ margin-top: 3rem;
1852
+ }
1853
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) {
1854
+ padding: 0;
1855
+ }
1856
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.selectDisplay) :global(.select-label-container) {
1857
+ min-width: 100%;
1858
+ padding: 0;
1859
+ }
1860
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) :global(.optionsList .option) {
1861
+ height: 1.5rem;
1862
+ padding: 0;
1863
+ }
1864
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer {
1865
+ display: flex;
1866
+ align-items: center;
1867
+ gap: 0.625rem;
1868
+ padding-left: 0.75rem;
1869
+ }
1870
+ .apiDocsAside .codeboxSection :global(.multiSelectGroup) .statusCodeOptionContainer .statusCodeOptionCircle {
1871
+ width: 0.625rem;
1872
+ min-width: 0.625rem;
1873
+ aspect-ratio: 1/1;
1874
+ border-radius: 100%;
1875
+ }
1876
+ .apiDocsAside :global(.multiSelectGroup .selectDisplay),
1877
+ .apiDocsAside :global(.multiSelectGroup) {
1878
+ width: 6.25rem !important;
1879
+ height: 1.5rem !important;
1880
+ }
1881
+ .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
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.68",
3
+ "version": "1.0.70",
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.69
2
+ export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.69-31088-develop
3
+ export IMAGE_TAG=1.0.69-31088-develop
4
4
  export TARGET_ENV=dev