@digi-frontend/dgate-api-documentation 1.0.31 → 1.0.32
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/.editorconfig +12 -12
- package/.prettierignore +7 -7
- package/.prettierrc +15 -15
- package/dist/{2e10bbdb265df50e.svg → 43595976d1fdccbf.svg} +4 -4
- package/dist/{8789eb84283ea95b.svg → 56dc416b683db280.svg} +5 -5
- package/dist/{bb8b87cace25e052.svg → 64efc2716808c4a4.svg} +3 -3
- package/dist/{d32ce84bbd78babd.svg → 72db3b05a96dd600.svg} +3 -3
- package/dist/{d501922060662842.svg → 844eba3f2e42a9eb.svg} +3 -3
- package/dist/_virtual/index3.js +1 -1
- package/dist/_virtual/index4.js +1 -1
- package/dist/_virtual/index5.js +1 -1
- package/dist/_virtual/index6.js +1 -1
- package/dist/{070dc6ecd197bc80.svg → a7568b270e175038.svg} +8 -8
- package/dist/{9bdff13f8d8fa48a.svg → af16a554be8c4d69.svg} +3 -3
- package/dist/{7f54eeb0bb2d1150.svg → b82c7612e73342f3.svg} +3 -3
- package/dist/node_modules/toposort/index.js +1 -1
- package/dist/node_modules/yup/index.esm.js +1 -1
- package/dist/src/assets/icons/AddRow.svg.js +1 -1
- package/dist/src/assets/icons/AddRow.svg.js.map +1 -1
- package/dist/src/assets/icons/CheckMarkSquare.svg.js +1 -1
- package/dist/src/assets/icons/CheckMarkSquare.svg.js.map +1 -1
- package/dist/src/assets/icons/CloseIcon.svg.js +1 -1
- package/dist/src/assets/icons/CloseIcon.svg.js.map +1 -1
- package/dist/src/assets/icons/DeleteIcon.svg.js +1 -1
- package/dist/src/assets/icons/DeleteIcon.svg.js.map +1 -1
- package/dist/src/assets/icons/DownArrow.svg.js +1 -1
- package/dist/src/assets/icons/DownArrow.svg.js.map +1 -1
- package/dist/src/assets/icons/EditIcon.svg.js +1 -1
- package/dist/src/assets/icons/EditIcon.svg.js.map +1 -1
- package/dist/src/assets/icons/UpArrow.svg.js +1 -1
- package/dist/src/assets/icons/UpArrow.svg.js.map +1 -1
- package/dist/src/assets/icons/deleteOutlinedIcon.svg.js +1 -1
- package/dist/src/assets/icons/deleteOutlinedIcon.svg.js.map +1 -1
- package/dist/src/components/Chips/Chips.js.map +1 -1
- package/dist/src/components/InfoForm/InfoForm.js +1 -1
- package/dist/src/components/InfoForm/InfoForm.js.map +1 -1
- package/dist/src/components/JsonInput/JsonInput.js.map +1 -1
- package/dist/src/components/LivePreview/LivePreview.js.map +1 -1
- package/dist/src/components/MethodAccordion/MethodAccordion.js.map +1 -1
- package/dist/src/components/SVGLoader/SVGLoader.js.map +1 -1
- package/dist/src/components/SectionHead/SectionHead.js.map +1 -1
- package/dist/src/components/SimpleLabelValue/SimpleLabelValue.js.map +1 -1
- package/dist/src/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/src/components/dialog/index.js.map +1 -1
- package/dist/src/components/table/table.js.map +1 -1
- package/dist/src/components/table/tags-table.js +1 -1
- package/dist/src/components/table/tags-table.js.map +1 -1
- package/dist/src/constants/index.js.map +1 -1
- package/dist/src/constants/regex.js +1 -1
- package/dist/src/constants/regex.js.map +1 -1
- package/dist/src/helpers/layout.helper.js.map +1 -1
- package/dist/src/helpers/methodAccordion.helper.js.map +1 -1
- package/dist/src/layout/layout.js.map +1 -1
- package/dist/src/validator/form.scheme.js.map +1 -1
- package/dist/styles.css +335 -335
- package/package.json +43 -43
- package/rollup.config.js +35 -35
- package/src/assets/icons/AddRow.svg +3 -3
- package/src/assets/icons/CheckMarkSquare.svg +5 -5
- package/src/assets/icons/CloseIcon.svg +4 -4
- package/src/assets/icons/DeleteIcon.svg +3 -3
- package/src/assets/icons/DownArrow.svg +3 -3
- package/src/assets/icons/EditIcon.svg +3 -3
- package/src/assets/icons/UpArrow.svg +3 -3
- package/src/assets/icons/deleteOutlinedIcon.svg +8 -8
- package/src/assets/icons/index.ts +8 -8
- package/src/components/Chips/Chips.tsx +87 -87
- package/src/components/Chips/style.scss +147 -147
- package/src/components/InfoForm/InfoForm.module.scss +165 -165
- package/src/components/InfoForm/InfoForm.tsx +424 -426
- package/src/components/JsonInput/JsonInput.tsx +149 -149
- package/src/components/JsonInput/style.module.scss +133 -133
- package/src/components/LivePreview/LivePreview.module.scss +24 -24
- package/src/components/LivePreview/LivePreview.tsx +184 -184
- package/src/components/MethodAccordion/MethodAccordion.module.scss +338 -338
- package/src/components/MethodAccordion/MethodAccordion.tsx +515 -515
- package/src/components/SVGLoader/SVGLoader.tsx +94 -94
- package/src/components/SectionHead/SectionHead.scss +29 -29
- package/src/components/SectionHead/SectionHead.tsx +22 -22
- package/src/components/SimpleLabelValue/SimpleLabelValue.tsx +31 -31
- package/src/components/SimpleLabelValue/index.ts +1 -1
- package/src/components/SimpleLabelValue/style.scss +30 -30
- package/src/components/Tooltip/Tooltip.scss +133 -133
- package/src/components/Tooltip/Tooltip.tsx +85 -85
- package/src/components/_global.scss +337 -337
- package/src/components/dialog/dialog.ts +54 -54
- package/src/components/dialog/index.tsx +85 -85
- package/src/components/dialog/style.scss +104 -104
- package/src/components/table/style.scss +190 -190
- package/src/components/table/table.tsx +327 -327
- package/src/components/table/tags-table.tsx +348 -348
- package/src/constants/index.ts +93 -93
- package/src/constants/regex.ts +7 -7
- package/src/global.d.ts +13 -13
- package/src/helpers/layout.helper.ts +162 -162
- package/src/helpers/methodAccordion.helper.ts +19 -19
- package/src/index.ts +1 -1
- package/src/layout/layout.module.css +61 -61
- package/src/layout/layout.tsx +150 -150
- package/src/types/layout.type.ts +30 -30
- package/src/types/openApi.ts +108 -108
- package/src/types/transformedOpenApi.ts +52 -52
- package/src/validator/form.scheme.ts +70 -70
- package/tsconfig.json +33 -33
|
@@ -1,147 +1,147 @@
|
|
|
1
|
-
.chips-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
|
|
4
|
-
.overflow-dropdown-div {
|
|
5
|
-
max-height: 4.25rem;
|
|
6
|
-
overflow: hidden;
|
|
7
|
-
|
|
8
|
-
.dropdown-list {
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-wrap: wrap;
|
|
11
|
-
gap: 0.625rem;
|
|
12
|
-
margin-top: 0.625rem;
|
|
13
|
-
|
|
14
|
-
.chip {
|
|
15
|
-
display: flex;
|
|
16
|
-
justify-content: center;
|
|
17
|
-
align-items: center;
|
|
18
|
-
background: #ebecf2;
|
|
19
|
-
border-radius: 3.125rem;
|
|
20
|
-
width: max-content;
|
|
21
|
-
height: 1.5rem;
|
|
22
|
-
overflow: hidden;
|
|
23
|
-
transition: all 0.4s ease-in-out;
|
|
24
|
-
padding-right: 0.9375rem;
|
|
25
|
-
cursor: default;
|
|
26
|
-
|
|
27
|
-
&:not(.disabled) {
|
|
28
|
-
&:hover {
|
|
29
|
-
background: #d8dae5;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&:active {
|
|
33
|
-
background: #696c80;
|
|
34
|
-
color: #fff;
|
|
35
|
-
|
|
36
|
-
.chip-close-icon {
|
|
37
|
-
path {
|
|
38
|
-
stroke: #fff;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.chip-close-icon {
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
&.clickable {
|
|
49
|
-
cursor: pointer;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.chip-text {
|
|
53
|
-
display: flex;
|
|
54
|
-
align-items: center;
|
|
55
|
-
font-size: 0.95rem;
|
|
56
|
-
height: 100%;
|
|
57
|
-
padding-left: 0.9375rem;
|
|
58
|
-
margin-top: -0.125rem;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.chip-close-icon {
|
|
62
|
-
display: block;
|
|
63
|
-
height: 0.75rem;
|
|
64
|
-
width: 0.75rem;
|
|
65
|
-
margin-block: auto;
|
|
66
|
-
margin-left: 0.625rem;
|
|
67
|
-
|
|
68
|
-
path {
|
|
69
|
-
stroke: #12131a;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.dropdown-max-height {
|
|
77
|
-
max-height: -moz-fit-content;
|
|
78
|
-
max-height: fit-content !important;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.dropdown-overflow {
|
|
82
|
-
overflow: visible !important;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.show-btn {
|
|
86
|
-
display: flex;
|
|
87
|
-
flex-direction: row;
|
|
88
|
-
flex-wrap: nowrap;
|
|
89
|
-
justify-content: center;
|
|
90
|
-
align-items: center;
|
|
91
|
-
width: auto;
|
|
92
|
-
height: 1.25rem;
|
|
93
|
-
cursor: pointer;
|
|
94
|
-
border: none;
|
|
95
|
-
margin-top: 0.625rem;
|
|
96
|
-
color: #9a9eb2;
|
|
97
|
-
background-color: transparent;
|
|
98
|
-
|
|
99
|
-
.show-btn-text-container {
|
|
100
|
-
flex: 1 1 auto;
|
|
101
|
-
|
|
102
|
-
.show-btn-text {
|
|
103
|
-
font-size: 0.75rem;
|
|
104
|
-
text-decoration-line: underline;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.show-btn-icon-container {
|
|
109
|
-
display: flex;
|
|
110
|
-
justify-content: center;
|
|
111
|
-
align-items: center;
|
|
112
|
-
height: 1.25rem;
|
|
113
|
-
width: 1.25rem;
|
|
114
|
-
margin-top: 0.1875rem;
|
|
115
|
-
margin-left: 0.125rem;
|
|
116
|
-
|
|
117
|
-
.show-btn-icon {
|
|
118
|
-
height: 1.25rem;
|
|
119
|
-
width: 1.25rem;
|
|
120
|
-
|
|
121
|
-
path {
|
|
122
|
-
fill: #9a9eb2;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
&:hover {
|
|
128
|
-
color: #7c9bea;
|
|
129
|
-
|
|
130
|
-
.show-btn-icon-container .show-btn-icon {
|
|
131
|
-
path {
|
|
132
|
-
fill: #7c9bea;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
&:active {
|
|
138
|
-
color: #2c4fa4;
|
|
139
|
-
|
|
140
|
-
.show-btn-icon-container .show-btn-icon {
|
|
141
|
-
path {
|
|
142
|
-
fill: #2c4fa4;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
1
|
+
.chips-container {
|
|
2
|
+
width: 100%;
|
|
3
|
+
|
|
4
|
+
.overflow-dropdown-div {
|
|
5
|
+
max-height: 4.25rem;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
|
|
8
|
+
.dropdown-list {
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-wrap: wrap;
|
|
11
|
+
gap: 0.625rem;
|
|
12
|
+
margin-top: 0.625rem;
|
|
13
|
+
|
|
14
|
+
.chip {
|
|
15
|
+
display: flex;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
align-items: center;
|
|
18
|
+
background: #ebecf2;
|
|
19
|
+
border-radius: 3.125rem;
|
|
20
|
+
width: max-content;
|
|
21
|
+
height: 1.5rem;
|
|
22
|
+
overflow: hidden;
|
|
23
|
+
transition: all 0.4s ease-in-out;
|
|
24
|
+
padding-right: 0.9375rem;
|
|
25
|
+
cursor: default;
|
|
26
|
+
|
|
27
|
+
&:not(.disabled) {
|
|
28
|
+
&:hover {
|
|
29
|
+
background: #d8dae5;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&:active {
|
|
33
|
+
background: #696c80;
|
|
34
|
+
color: #fff;
|
|
35
|
+
|
|
36
|
+
.chip-close-icon {
|
|
37
|
+
path {
|
|
38
|
+
stroke: #fff;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.chip-close-icon {
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&.clickable {
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.chip-text {
|
|
53
|
+
display: flex;
|
|
54
|
+
align-items: center;
|
|
55
|
+
font-size: 0.95rem;
|
|
56
|
+
height: 100%;
|
|
57
|
+
padding-left: 0.9375rem;
|
|
58
|
+
margin-top: -0.125rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.chip-close-icon {
|
|
62
|
+
display: block;
|
|
63
|
+
height: 0.75rem;
|
|
64
|
+
width: 0.75rem;
|
|
65
|
+
margin-block: auto;
|
|
66
|
+
margin-left: 0.625rem;
|
|
67
|
+
|
|
68
|
+
path {
|
|
69
|
+
stroke: #12131a;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.dropdown-max-height {
|
|
77
|
+
max-height: -moz-fit-content;
|
|
78
|
+
max-height: fit-content !important;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.dropdown-overflow {
|
|
82
|
+
overflow: visible !important;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.show-btn {
|
|
86
|
+
display: flex;
|
|
87
|
+
flex-direction: row;
|
|
88
|
+
flex-wrap: nowrap;
|
|
89
|
+
justify-content: center;
|
|
90
|
+
align-items: center;
|
|
91
|
+
width: auto;
|
|
92
|
+
height: 1.25rem;
|
|
93
|
+
cursor: pointer;
|
|
94
|
+
border: none;
|
|
95
|
+
margin-top: 0.625rem;
|
|
96
|
+
color: #9a9eb2;
|
|
97
|
+
background-color: transparent;
|
|
98
|
+
|
|
99
|
+
.show-btn-text-container {
|
|
100
|
+
flex: 1 1 auto;
|
|
101
|
+
|
|
102
|
+
.show-btn-text {
|
|
103
|
+
font-size: 0.75rem;
|
|
104
|
+
text-decoration-line: underline;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.show-btn-icon-container {
|
|
109
|
+
display: flex;
|
|
110
|
+
justify-content: center;
|
|
111
|
+
align-items: center;
|
|
112
|
+
height: 1.25rem;
|
|
113
|
+
width: 1.25rem;
|
|
114
|
+
margin-top: 0.1875rem;
|
|
115
|
+
margin-left: 0.125rem;
|
|
116
|
+
|
|
117
|
+
.show-btn-icon {
|
|
118
|
+
height: 1.25rem;
|
|
119
|
+
width: 1.25rem;
|
|
120
|
+
|
|
121
|
+
path {
|
|
122
|
+
fill: #9a9eb2;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&:hover {
|
|
128
|
+
color: #7c9bea;
|
|
129
|
+
|
|
130
|
+
.show-btn-icon-container .show-btn-icon {
|
|
131
|
+
path {
|
|
132
|
+
fill: #7c9bea;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
&:active {
|
|
138
|
+
color: #2c4fa4;
|
|
139
|
+
|
|
140
|
+
.show-btn-icon-container .show-btn-icon {
|
|
141
|
+
path {
|
|
142
|
+
fill: #2c4fa4;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
@@ -1,165 +1,165 @@
|
|
|
1
|
-
.apiInfoForm {
|
|
2
|
-
display: grid;
|
|
3
|
-
padding: 1.25rem 1.875rem;
|
|
4
|
-
gap: 1.25rem;
|
|
5
|
-
|
|
6
|
-
.paramsTable {
|
|
7
|
-
.paramDescContainer {
|
|
8
|
-
display: flex;
|
|
9
|
-
|
|
10
|
-
.paramDescContainer_separator {
|
|
11
|
-
height: inherit;
|
|
12
|
-
width: 1px;
|
|
13
|
-
background-color: #d8dae5;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
:global(.customBtn) {
|
|
17
|
-
svg {
|
|
18
|
-
path {
|
|
19
|
-
stroke-width: 0.1;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&.editDescBtn {
|
|
24
|
-
padding: 0;
|
|
25
|
-
margin-right: 1.25rem;
|
|
26
|
-
|
|
27
|
-
:global(.btnContentWrapper) {
|
|
28
|
-
display: flex;
|
|
29
|
-
align-items: center;
|
|
30
|
-
padding: 0;
|
|
31
|
-
font-size: 0.875rem;
|
|
32
|
-
|
|
33
|
-
:global(.endBtnIcon) {
|
|
34
|
-
margin-block: auto;
|
|
35
|
-
|
|
36
|
-
svg {
|
|
37
|
-
path {
|
|
38
|
-
fill: #12131a;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&.deleteParamBtn {
|
|
46
|
-
padding: 0;
|
|
47
|
-
border-width: 0 !important;
|
|
48
|
-
|
|
49
|
-
:global(.btnContentWrapper) {
|
|
50
|
-
:global(.endBtnIcon) {
|
|
51
|
-
margin-block: auto;
|
|
52
|
-
|
|
53
|
-
svg {
|
|
54
|
-
width: 1.125rem;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&:not(:global(.disabled)):global(.success) {
|
|
61
|
-
:global(.endBtnIcon) {
|
|
62
|
-
margin-block: auto;
|
|
63
|
-
|
|
64
|
-
svg {
|
|
65
|
-
width: 1.125rem;
|
|
66
|
-
path {
|
|
67
|
-
fill: #3aaa35;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.externalDocsLink {
|
|
76
|
-
font-size: 0.875rem;
|
|
77
|
-
line-height: 1.25rem;
|
|
78
|
-
cursor: pointer;
|
|
79
|
-
align-self: center;
|
|
80
|
-
margin-right: 2rem;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.editExternalDocs {
|
|
84
|
-
display: flex;
|
|
85
|
-
align-items: center;
|
|
86
|
-
padding-right: 0.625rem;
|
|
87
|
-
|
|
88
|
-
svg {
|
|
89
|
-
cursor: pointer;
|
|
90
|
-
|
|
91
|
-
path {
|
|
92
|
-
fill: #12131a;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.editDescTooltipContent {
|
|
98
|
-
display: flex;
|
|
99
|
-
flex-direction: column;
|
|
100
|
-
gap: 0.625rem;
|
|
101
|
-
padding-bottom: 0.625rem;
|
|
102
|
-
|
|
103
|
-
> *:not(.editDescTooltipContent_header) {
|
|
104
|
-
margin-inline: 0.625rem;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.editDescTooltipContent_header {
|
|
108
|
-
font-weight: 600;
|
|
109
|
-
font-size: 0.875rem;
|
|
110
|
-
line-height: 1.25rem;
|
|
111
|
-
padding: 0.75rem 1.25rem;
|
|
112
|
-
border-bottom: 1px solid #d8dae5;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
:global(.requiredParam) {
|
|
117
|
-
:global(.headContainer) {
|
|
118
|
-
&::after {
|
|
119
|
-
content: '*';
|
|
120
|
-
color: red;
|
|
121
|
-
transform: translateX(0.125rem);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.apiDocRow {
|
|
128
|
-
display: grid;
|
|
129
|
-
grid-template-columns: 1fr 1fr;
|
|
130
|
-
gap: 1.25rem;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.apiInfoForm_tagsChips {
|
|
134
|
-
margin-top: -1.25rem;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.editDescTooltipContent {
|
|
138
|
-
display: flex;
|
|
139
|
-
flex-direction: column;
|
|
140
|
-
gap: 0.625rem;
|
|
141
|
-
padding-bottom: 0.625rem;
|
|
142
|
-
|
|
143
|
-
> *:not(.editDescTooltipContent_header) {
|
|
144
|
-
margin-inline: 0.625rem;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.editDescTooltipContent_header {
|
|
148
|
-
font-weight: 600;
|
|
149
|
-
font-size: 0.875rem;
|
|
150
|
-
line-height: 1.25rem;
|
|
151
|
-
padding: 0.75rem 1.25rem;
|
|
152
|
-
border-bottom: 1px solid #d8dae5;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
:global(.requiredParam) {
|
|
157
|
-
:global(.headContainer) {
|
|
158
|
-
&::after {
|
|
159
|
-
content: '*';
|
|
160
|
-
color: red;
|
|
161
|
-
transform: translateX(0.125rem);
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
1
|
+
.apiInfoForm {
|
|
2
|
+
display: grid;
|
|
3
|
+
padding: 1.25rem 1.875rem;
|
|
4
|
+
gap: 1.25rem;
|
|
5
|
+
|
|
6
|
+
.paramsTable {
|
|
7
|
+
.paramDescContainer {
|
|
8
|
+
display: flex;
|
|
9
|
+
|
|
10
|
+
.paramDescContainer_separator {
|
|
11
|
+
height: inherit;
|
|
12
|
+
width: 1px;
|
|
13
|
+
background-color: #d8dae5;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:global(.customBtn) {
|
|
17
|
+
svg {
|
|
18
|
+
path {
|
|
19
|
+
stroke-width: 0.1;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.editDescBtn {
|
|
24
|
+
padding: 0;
|
|
25
|
+
margin-right: 1.25rem;
|
|
26
|
+
|
|
27
|
+
:global(.btnContentWrapper) {
|
|
28
|
+
display: flex;
|
|
29
|
+
align-items: center;
|
|
30
|
+
padding: 0;
|
|
31
|
+
font-size: 0.875rem;
|
|
32
|
+
|
|
33
|
+
:global(.endBtnIcon) {
|
|
34
|
+
margin-block: auto;
|
|
35
|
+
|
|
36
|
+
svg {
|
|
37
|
+
path {
|
|
38
|
+
fill: #12131a;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.deleteParamBtn {
|
|
46
|
+
padding: 0;
|
|
47
|
+
border-width: 0 !important;
|
|
48
|
+
|
|
49
|
+
:global(.btnContentWrapper) {
|
|
50
|
+
:global(.endBtnIcon) {
|
|
51
|
+
margin-block: auto;
|
|
52
|
+
|
|
53
|
+
svg {
|
|
54
|
+
width: 1.125rem;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&:not(:global(.disabled)):global(.success) {
|
|
61
|
+
:global(.endBtnIcon) {
|
|
62
|
+
margin-block: auto;
|
|
63
|
+
|
|
64
|
+
svg {
|
|
65
|
+
width: 1.125rem;
|
|
66
|
+
path {
|
|
67
|
+
fill: #3aaa35;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.externalDocsLink {
|
|
76
|
+
font-size: 0.875rem;
|
|
77
|
+
line-height: 1.25rem;
|
|
78
|
+
cursor: pointer;
|
|
79
|
+
align-self: center;
|
|
80
|
+
margin-right: 2rem;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.editExternalDocs {
|
|
84
|
+
display: flex;
|
|
85
|
+
align-items: center;
|
|
86
|
+
padding-right: 0.625rem;
|
|
87
|
+
|
|
88
|
+
svg {
|
|
89
|
+
cursor: pointer;
|
|
90
|
+
|
|
91
|
+
path {
|
|
92
|
+
fill: #12131a;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.editDescTooltipContent {
|
|
98
|
+
display: flex;
|
|
99
|
+
flex-direction: column;
|
|
100
|
+
gap: 0.625rem;
|
|
101
|
+
padding-bottom: 0.625rem;
|
|
102
|
+
|
|
103
|
+
> *:not(.editDescTooltipContent_header) {
|
|
104
|
+
margin-inline: 0.625rem;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.editDescTooltipContent_header {
|
|
108
|
+
font-weight: 600;
|
|
109
|
+
font-size: 0.875rem;
|
|
110
|
+
line-height: 1.25rem;
|
|
111
|
+
padding: 0.75rem 1.25rem;
|
|
112
|
+
border-bottom: 1px solid #d8dae5;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
:global(.requiredParam) {
|
|
117
|
+
:global(.headContainer) {
|
|
118
|
+
&::after {
|
|
119
|
+
content: '*';
|
|
120
|
+
color: red;
|
|
121
|
+
transform: translateX(0.125rem);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.apiDocRow {
|
|
128
|
+
display: grid;
|
|
129
|
+
grid-template-columns: 1fr 1fr;
|
|
130
|
+
gap: 1.25rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.apiInfoForm_tagsChips {
|
|
134
|
+
margin-top: -1.25rem;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.editDescTooltipContent {
|
|
138
|
+
display: flex;
|
|
139
|
+
flex-direction: column;
|
|
140
|
+
gap: 0.625rem;
|
|
141
|
+
padding-bottom: 0.625rem;
|
|
142
|
+
|
|
143
|
+
> *:not(.editDescTooltipContent_header) {
|
|
144
|
+
margin-inline: 0.625rem;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.editDescTooltipContent_header {
|
|
148
|
+
font-weight: 600;
|
|
149
|
+
font-size: 0.875rem;
|
|
150
|
+
line-height: 1.25rem;
|
|
151
|
+
padding: 0.75rem 1.25rem;
|
|
152
|
+
border-bottom: 1px solid #d8dae5;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
:global(.requiredParam) {
|
|
157
|
+
:global(.headContainer) {
|
|
158
|
+
&::after {
|
|
159
|
+
content: '*';
|
|
160
|
+
color: red;
|
|
161
|
+
transform: translateX(0.125rem);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|