@digi-frontend/dgate-api-documentation 1.0.82 → 1.0.83
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
|
@@ -1557,11 +1557,12 @@ div.endBtnIcon {
|
|
|
1557
1557
|
.api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
|
|
1558
1558
|
color: #58e2c2;
|
|
1559
1559
|
}.api_docs_header {
|
|
1560
|
-
height:
|
|
1560
|
+
height: 3.125rem;
|
|
1561
1561
|
background-color: #f0f1f2;
|
|
1562
1562
|
display: flex;
|
|
1563
1563
|
align-items: center;
|
|
1564
1564
|
padding: 0 1rem;
|
|
1565
|
+
z-index: 1;
|
|
1565
1566
|
}
|
|
1566
1567
|
.api_docs_header .header_content {
|
|
1567
1568
|
width: 100%;
|
|
@@ -1583,7 +1584,7 @@ div.endBtnIcon {
|
|
|
1583
1584
|
line-height: 1.25rem;
|
|
1584
1585
|
}
|
|
1585
1586
|
.api_docs_header .search_filter_btn:hover:not(:disabled) {
|
|
1586
|
-
color: #000000;
|
|
1587
|
+
color: #000000 !important;
|
|
1587
1588
|
}
|
|
1588
1589
|
.api_docs_header .search_filter_btn:hover {
|
|
1589
1590
|
color: #000;
|
|
@@ -1616,14 +1617,14 @@ div.endBtnIcon {
|
|
|
1616
1617
|
border: none !important;
|
|
1617
1618
|
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
|
|
1618
1619
|
padding: 0.4rem;
|
|
1619
|
-
width:
|
|
1620
|
-
font-size:
|
|
1620
|
+
width: 9.4875rem;
|
|
1621
|
+
font-size: 1rem;
|
|
1621
1622
|
font-weight: 400;
|
|
1622
1623
|
line-height: 1.234rem;
|
|
1623
1624
|
height: 2.25rem;
|
|
1624
1625
|
}
|
|
1625
1626
|
.api_docs_header .api_btn:hover:not(:disabled) {
|
|
1626
|
-
color: #000000;
|
|
1627
|
+
color: #000000 !important;
|
|
1627
1628
|
}
|
|
1628
1629
|
.api_docs_header .api_btn svg {
|
|
1629
1630
|
margin-right: 0.4075rem;
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
.api_docs_header {
|
|
2
|
-
height:
|
|
2
|
+
height: 3.125rem;
|
|
3
3
|
background-color: #f0f1f2;
|
|
4
4
|
display: flex;
|
|
5
5
|
align-items: center;
|
|
6
6
|
padding: 0 1rem;
|
|
7
|
+
z-index: 1;
|
|
7
8
|
|
|
8
9
|
.header_content {
|
|
9
10
|
width: 100%;
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
line-height: 1.25rem;
|
|
28
29
|
|
|
29
30
|
&:hover:not(:disabled) {
|
|
30
|
-
color: #000000;
|
|
31
|
+
color: #000000 !important;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
&:hover {
|
|
@@ -67,14 +68,14 @@
|
|
|
67
68
|
border: none !important;
|
|
68
69
|
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
|
|
69
70
|
padding: 0.4rem;
|
|
70
|
-
width:
|
|
71
|
-
font-size:
|
|
71
|
+
width: 9.4875rem;
|
|
72
|
+
font-size: 1rem;
|
|
72
73
|
font-weight: 400;
|
|
73
74
|
line-height: 1.234rem;
|
|
74
75
|
height: 2.25rem;
|
|
75
76
|
|
|
76
77
|
&:hover:not(:disabled) {
|
|
77
|
-
color: #000000;
|
|
78
|
+
color: #000000 !important;
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
svg {
|
package/variables.txt
CHANGED