@digi-frontend/dgate-api-documentation 1.0.77 → 1.0.82
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 +36 -36
- package/package.json +1 -1
- package/variables.txt +3 -3
- package/the_npm_commands.sh +0 -12
package/dist/styles.css
CHANGED
|
@@ -1794,6 +1794,42 @@ div.endBtnIcon {
|
|
|
1794
1794
|
opacity: 1 !important;
|
|
1795
1795
|
backdrop-filter: blur(0.5rem);
|
|
1796
1796
|
background-color: rgba(0, 0, 0, 0.281) !important;
|
|
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;
|
|
1797
1833
|
}.apiDocsAside {
|
|
1798
1834
|
width: 22.5rem;
|
|
1799
1835
|
padding: 3rem 1.5rem;
|
|
@@ -1880,42 +1916,6 @@ div.endBtnIcon {
|
|
|
1880
1916
|
}
|
|
1881
1917
|
.apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
|
|
1882
1918
|
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
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.81
|
|
2
|
+
export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.81-31104-develop
|
|
3
|
+
export IMAGE_TAG=1.0.81-31104-develop
|
|
4
4
|
export TARGET_ENV=dev
|
package/the_npm_commands.sh
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
#export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain digitinary --domain-owner 650046438355 --region eu-central-1 --query authorizationToken --output text`
|
|
3
|
-
|
|
4
|
-
set -e
|
|
5
|
-
|
|
6
|
-
npm install
|
|
7
|
-
|
|
8
|
-
npm version patch --no-git-tag-version
|
|
9
|
-
|
|
10
|
-
npm run build
|
|
11
|
-
|
|
12
|
-
npm publish
|