@digi-frontend/dgate-api-documentation 1.0.91 → 1.0.92

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
@@ -39,29 +39,6 @@
39
39
  grid-row: 2;
40
40
  grid-column: 2;
41
41
  background-color: white;
42
- }.containerTitleDrawer {
43
- height: 64px;
44
- min-height: 64px;
45
- display: flex;
46
- flex-direction: row;
47
- justify-content: space-between;
48
- align-items: center;
49
- background-color: #f1f2f6;
50
- padding: 0 30px 0 30px;
51
- width: 100%;
52
- }
53
- .containerTitleDrawer span {
54
- color: #12131a;
55
- font-weight: 600;
56
- font-size: 18px;
57
- line-height: 25px;
58
- letter-spacing: 0em;
59
- }
60
- .containerTitleDrawer svg path {
61
- stroke: #000 !important;
62
- }
63
- .containerTitleDrawer .closeIcon {
64
- cursor: pointer;
65
42
  }.apiInfoForm {
66
43
  display: grid;
67
44
  padding: 1.25rem 1.875rem;
@@ -180,6 +157,176 @@
180
157
  content: "*";
181
158
  color: red;
182
159
  transform: translateX(0.125rem);
160
+ }.livePreviewContainer .titleContainer {
161
+ margin-top: 1.875rem;
162
+ display: flex;
163
+ justify-content: space-between;
164
+ align-items: center;
165
+ flex-wrap: wrap;
166
+ max-width: 100%;
167
+ gap: 1.25rem;
168
+ }
169
+ .livePreviewContainer .titleContainer p.apiName {
170
+ font-size: 40px;
171
+ line-height: 30px;
172
+ font-weight: 500;
173
+ word-wrap: break-word;
174
+ overflow-wrap: break-word;
175
+ word-break: break-all;
176
+ }
177
+ .livePreviewContainer .titleContainer .livePreviewChip {
178
+ background-color: #ebecf2;
179
+ color: #12131a;
180
+ }
181
+ .livePreviewContainer .description_preview {
182
+ word-break: break-all;
183
+ }
184
+
185
+ .requestAccordion,
186
+ .responseAccordion {
187
+ background-color: #f4c5c5;
188
+ border: 1px solid #da3f3f;
189
+ border-radius: 0.3125rem !important;
190
+ box-shadow: none !important;
191
+ margin-bottom: 0 !important;
192
+ cursor: default !important;
193
+ margin-top: 0.625rem;
194
+ }
195
+ .requestAccordion :global(.accordion-header),
196
+ .responseAccordion :global(.accordion-header) {
197
+ background-color: #f4c5c5;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: space-between;
201
+ margin: 0 !important;
202
+ padding: 0 !important;
203
+ height: 4.0625rem !important;
204
+ border-radius: 0.3125rem !important;
205
+ }
206
+ .requestAccordion :global(.accordion-details.expanded),
207
+ .responseAccordion :global(.accordion-details.expanded) {
208
+ border-top: 1px solid #000 !important;
209
+ padding: 1.25rem !important;
210
+ padding: 0 !important;
211
+ background-color: #f4c5c5;
212
+ }
213
+ .requestAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea,
214
+ .responseAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea {
215
+ border-top-right-radius: 0;
216
+ border-top-left-radius: 0;
217
+ height: 10rem;
218
+ }
219
+ .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea),
220
+ .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea) {
221
+ display: flex;
222
+ }
223
+ .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField),
224
+ .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
225
+ height: 100%;
226
+ padding: 1.25rem;
227
+ }
228
+ .requestAccordion .accordionContent,
229
+ .responseAccordion .accordionContent {
230
+ max-width: 100%;
231
+ padding-left: 0.625rem;
232
+ padding-right: 0.625rem;
233
+ padding-top: 0.9375rem;
234
+ }
235
+ .requestAccordion .accordionContent ol,
236
+ .responseAccordion .accordionContent ol {
237
+ padding-left: 1.7rem;
238
+ }
239
+ .requestAccordion .accordionContent ol li,
240
+ .responseAccordion .accordionContent ol li {
241
+ max-width: 100%;
242
+ word-break: break-all;
243
+ }
244
+ .requestAccordion .requestAccordionSummary,
245
+ .requestAccordion .responseAccordionSummary,
246
+ .responseAccordion .requestAccordionSummary,
247
+ .responseAccordion .responseAccordionSummary {
248
+ width: 100%;
249
+ cursor: pointer;
250
+ display: flex;
251
+ justify-content: space-between;
252
+ font-weight: 700;
253
+ font-size: 1.125rem;
254
+ line-height: 1.5rem;
255
+ display: flex;
256
+ align-items: center;
257
+ margin-inline: 0.625rem 1.25rem;
258
+ }
259
+ .requestAccordion .responseAccordionSummary_title,
260
+ .requestAccordion .requestAccordionSummary_title,
261
+ .requestAccordion .responseAccordionSummary,
262
+ .responseAccordion .responseAccordionSummary_title,
263
+ .responseAccordion .requestAccordionSummary_title,
264
+ .responseAccordion .responseAccordionSummary {
265
+ display: flex;
266
+ align-items: center;
267
+ }
268
+ .requestAccordion .responseAccordionSummary_title svg,
269
+ .requestAccordion .requestAccordionSummary_title svg,
270
+ .requestAccordion .responseAccordionSummary svg,
271
+ .responseAccordion .responseAccordionSummary_title svg,
272
+ .responseAccordion .requestAccordionSummary_title svg,
273
+ .responseAccordion .responseAccordionSummary svg {
274
+ transition: rotate 0.2s ease-in-out;
275
+ }
276
+ .requestAccordion .responseAccordionSummary_title .expanded,
277
+ .requestAccordion .requestAccordionSummary_title .expanded,
278
+ .requestAccordion .responseAccordionSummary .expanded,
279
+ .responseAccordion .responseAccordionSummary_title .expanded,
280
+ .responseAccordion .requestAccordionSummary_title .expanded,
281
+ .responseAccordion .responseAccordionSummary .expanded {
282
+ rotate: 180deg;
283
+ }
284
+ .requestAccordion :global(.accordion-details) :global(.textArea .inputField),
285
+ .responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
286
+ padding: 0;
287
+ border: none;
288
+ }
289
+ .requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
290
+ .responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
291
+ display: none !important;
292
+ }
293
+ .requestAccordion :global(.accordion-header),
294
+ .responseAccordion :global(.accordion-header) {
295
+ cursor: default;
296
+ }
297
+
298
+ .responseAccordion .responseAccordionSummary {
299
+ display: flex;
300
+ align-items: center;
301
+ }
302
+ .responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
303
+ width: 8rem !important;
304
+ min-width: 8rem !important;
305
+ }
306
+ .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
307
+ width: 8rem;
308
+ margin-left: auto;
309
+ }
310
+ .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
311
+ height: 2.0625rem !important;
312
+ min-height: 2.0625rem !important;
313
+ padding: 0;
314
+ padding-left: 0.625rem;
315
+ }
316
+ .responseAccordion :global(.accordion-header) {
317
+ overflow: visible;
318
+ cursor: default;
319
+ }
320
+ .responseAccordion .statusCodeOptionContainer {
321
+ display: grid;
322
+ grid-template-columns: min-content min-content;
323
+ align-items: center;
324
+ gap: 0.625rem;
325
+ }
326
+ .responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
327
+ width: 0.625rem;
328
+ aspect-ratio: 1/1;
329
+ border-radius: 100%;
183
330
  }.methodAccordion {
184
331
  border: none !important;
185
332
  box-shadow: none !important;
@@ -511,6 +658,29 @@
511
658
  }
512
659
  .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
513
660
  background-color: #ebecf2;
661
+ }.containerTitleDrawer {
662
+ height: 64px;
663
+ min-height: 64px;
664
+ display: flex;
665
+ flex-direction: row;
666
+ justify-content: space-between;
667
+ align-items: center;
668
+ background-color: #f1f2f6;
669
+ padding: 0 30px 0 30px;
670
+ width: 100%;
671
+ }
672
+ .containerTitleDrawer span {
673
+ color: #12131a;
674
+ font-weight: 600;
675
+ font-size: 18px;
676
+ line-height: 25px;
677
+ letter-spacing: 0em;
678
+ }
679
+ .containerTitleDrawer svg path {
680
+ stroke: #000 !important;
681
+ }
682
+ .containerTitleDrawer .closeIcon {
683
+ cursor: pointer;
514
684
  }.tooltip-custom-wrapper {
515
685
  display: flex;
516
686
  }
@@ -747,195 +917,25 @@
747
917
  display: flex;
748
918
  gap: 1.25rem;
749
919
  margin-top: 1.875rem;
750
- }.livePreviewContainer .titleContainer {
751
- margin-top: 1.875rem;
752
- display: flex;
753
- justify-content: space-between;
754
- align-items: center;
755
- flex-wrap: wrap;
756
- max-width: 100%;
757
- gap: 1.25rem;
758
- }
759
- .livePreviewContainer .titleContainer p.apiName {
760
- font-size: 40px;
761
- line-height: 30px;
762
- font-weight: 500;
763
- word-wrap: break-word;
764
- overflow-wrap: break-word;
765
- word-break: break-all;
920
+ }.json-editor-container {
921
+ overflow: hidden;
922
+ border-bottom-right-radius: 0.3125rem;
923
+ border-bottom-left-radius: 0.3125rem;
766
924
  }
767
- .livePreviewContainer .titleContainer .livePreviewChip {
768
- background-color: #ebecf2;
769
- color: #12131a;
925
+ .json-editor-container .json-editor-label {
926
+ font-size: 0.875rem;
927
+ font-weight: 600;
928
+ line-height: 1.25rem;
929
+ margin-bottom: 0.3125rem;
770
930
  }
771
- .livePreviewContainer .description_preview {
772
- word-break: break-all;
773
- }
774
-
775
- .requestAccordion,
776
- .responseAccordion {
777
- background-color: #f4c5c5;
778
- border: 1px solid #da3f3f;
779
- border-radius: 0.3125rem !important;
780
- box-shadow: none !important;
781
- margin-bottom: 0 !important;
782
- cursor: default !important;
783
- margin-top: 0.625rem;
784
- }
785
- .requestAccordion :global(.accordion-header),
786
- .responseAccordion :global(.accordion-header) {
787
- background-color: #f4c5c5;
788
- display: flex;
789
- align-items: center;
790
- justify-content: space-between;
791
- margin: 0 !important;
792
- padding: 0 !important;
793
- height: 4.0625rem !important;
794
- border-radius: 0.3125rem !important;
795
- }
796
- .requestAccordion :global(.accordion-details.expanded),
797
- .responseAccordion :global(.accordion-details.expanded) {
798
- border-top: 1px solid #000 !important;
799
- padding: 1.25rem !important;
800
- padding: 0 !important;
801
- background-color: #f4c5c5;
802
- }
803
- .requestAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea,
804
- .responseAccordion :global(.accordion-details.expanded) :global(.jsonField) div textarea {
805
- border-top-right-radius: 0;
806
- border-top-left-radius: 0;
807
- height: 10rem;
808
- }
809
- .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea),
810
- .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea) {
811
- display: flex;
812
- }
813
- .requestAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField),
814
- .responseAccordion :global(.accordion-details.expanded .textArea .containerTextArea .inputField) {
815
- height: 100%;
816
- padding: 1.25rem;
817
- }
818
- .requestAccordion .accordionContent,
819
- .responseAccordion .accordionContent {
820
- max-width: 100%;
821
- padding-left: 0.625rem;
822
- padding-right: 0.625rem;
823
- padding-top: 0.9375rem;
824
- }
825
- .requestAccordion .accordionContent ol,
826
- .responseAccordion .accordionContent ol {
827
- padding-left: 1.7rem;
828
- }
829
- .requestAccordion .accordionContent ol li,
830
- .responseAccordion .accordionContent ol li {
831
- max-width: 100%;
832
- word-break: break-all;
833
- }
834
- .requestAccordion .requestAccordionSummary,
835
- .requestAccordion .responseAccordionSummary,
836
- .responseAccordion .requestAccordionSummary,
837
- .responseAccordion .responseAccordionSummary {
838
- width: 100%;
839
- cursor: pointer;
840
- display: flex;
841
- justify-content: space-between;
842
- font-weight: 700;
843
- font-size: 1.125rem;
844
- line-height: 1.5rem;
845
- display: flex;
846
- align-items: center;
847
- margin-inline: 0.625rem 1.25rem;
848
- }
849
- .requestAccordion .responseAccordionSummary_title,
850
- .requestAccordion .requestAccordionSummary_title,
851
- .requestAccordion .responseAccordionSummary,
852
- .responseAccordion .responseAccordionSummary_title,
853
- .responseAccordion .requestAccordionSummary_title,
854
- .responseAccordion .responseAccordionSummary {
855
- display: flex;
856
- align-items: center;
857
- }
858
- .requestAccordion .responseAccordionSummary_title svg,
859
- .requestAccordion .requestAccordionSummary_title svg,
860
- .requestAccordion .responseAccordionSummary svg,
861
- .responseAccordion .responseAccordionSummary_title svg,
862
- .responseAccordion .requestAccordionSummary_title svg,
863
- .responseAccordion .responseAccordionSummary svg {
864
- transition: rotate 0.2s ease-in-out;
865
- }
866
- .requestAccordion .responseAccordionSummary_title .expanded,
867
- .requestAccordion .requestAccordionSummary_title .expanded,
868
- .requestAccordion .responseAccordionSummary .expanded,
869
- .responseAccordion .responseAccordionSummary_title .expanded,
870
- .responseAccordion .requestAccordionSummary_title .expanded,
871
- .responseAccordion .responseAccordionSummary .expanded {
872
- rotate: 180deg;
873
- }
874
- .requestAccordion :global(.accordion-details) :global(.textArea .inputField),
875
- .responseAccordion :global(.accordion-details) :global(.textArea .inputField) {
876
- padding: 0;
877
- border: none;
878
- }
879
- .requestAccordion :global(.accordion-header .iconContainer .dropdownIcon),
880
- .responseAccordion :global(.accordion-header .iconContainer .dropdownIcon) {
881
- display: none !important;
882
- }
883
- .requestAccordion :global(.accordion-header),
884
- .responseAccordion :global(.accordion-header) {
885
- cursor: default;
886
- }
887
-
888
- .responseAccordion .responseAccordionSummary {
889
- display: flex;
890
- align-items: center;
891
- }
892
- .responseAccordion .responseAccordionSummary :global(.multiSelectGroup .optionsList) {
893
- width: 8rem !important;
894
- min-width: 8rem !important;
895
- }
896
- .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) {
897
- width: 8rem;
898
- margin-left: auto;
899
- }
900
- .responseAccordion .responseAccordionSummary :global(.multiSelectGroup) :global(.selectDisplay) {
901
- height: 2.0625rem !important;
902
- min-height: 2.0625rem !important;
903
- padding: 0;
904
- padding-left: 0.625rem;
905
- }
906
- .responseAccordion :global(.accordion-header) {
907
- overflow: visible;
908
- cursor: default;
909
- }
910
- .responseAccordion .statusCodeOptionContainer {
911
- display: grid;
912
- grid-template-columns: min-content min-content;
913
- align-items: center;
914
- gap: 0.625rem;
915
- }
916
- .responseAccordion .statusCodeOptionContainer .statusCodeOptionCircle {
917
- width: 0.625rem;
918
- aspect-ratio: 1/1;
919
- border-radius: 100%;
920
- }.json-editor-container {
921
- overflow: hidden;
922
- border-bottom-right-radius: 0.3125rem;
923
- border-bottom-left-radius: 0.3125rem;
924
- }
925
- .json-editor-container .json-editor-label {
926
- font-size: 0.875rem;
927
- font-weight: 600;
928
- line-height: 1.25rem;
929
- margin-bottom: 0.3125rem;
930
- }
931
- .json-editor-container .json-editor {
932
- display: flex;
933
- flex-direction: column;
934
- background-color: #142452;
935
- width: 100%;
936
- outline: 1px solid transparent;
937
- position: relative;
938
- overflow: hidden;
931
+ .json-editor-container .json-editor {
932
+ display: flex;
933
+ flex-direction: column;
934
+ background-color: #142452;
935
+ width: 100%;
936
+ outline: 1px solid transparent;
937
+ position: relative;
938
+ overflow: hidden;
939
939
  }
940
940
  .json-editor-container .json-editor .actions-container {
941
941
  width: 100%;
@@ -1110,111 +1110,6 @@
1110
1110
  --alert-natural: #c4d3f1;
1111
1111
  }
1112
1112
 
1113
- .drawerItemContainer {
1114
- display: flex;
1115
- flex-direction: column;
1116
- }
1117
- .drawerItemContainer .title {
1118
- color: #000;
1119
- font-weight: 600;
1120
- font-size: 24px;
1121
- line-height: 35px;
1122
- margin-bottom: 3px;
1123
- margin-top: 1.5rem;
1124
- }
1125
- .drawerItemContainer .text {
1126
- color: #000;
1127
- font-weight: 400;
1128
- font-size: 24px;
1129
- line-height: 25px;
1130
- }
1131
- .drawerItemContainer .color-green {
1132
- color: var(--color-success);
1133
- }
1134
- .drawerItemContainer .color-red {
1135
- color: var(--color-error);
1136
- }:root {
1137
- --white: #fff;
1138
- --Gray-5: #f1f2f6;
1139
- --Gray-10: #ebecf2;
1140
- --Gray-20: #d8dae5;
1141
- --Gray-30: #babdcc;
1142
- --Gray-40: #9a9eb2;
1143
- --Gray-50: #828699;
1144
- --Gray-60: #696c80;
1145
- --Gray-100: #12131a;
1146
- --black: #000;
1147
- --primary-static: #4d75d8;
1148
- --primary-hover: #7c9bea;
1149
- --primary-active: #2c4fa4;
1150
- --primary-disabled: #9a9eb2;
1151
- --secondary-static: #40e0d0;
1152
- --secondary-hover: #9efcf2;
1153
- --secondary-active: #2fa599;
1154
- --error-static: #da3f3f;
1155
- --error-hover: #e75d5d;
1156
- --error-active: #bb3232;
1157
- --success-static: #3aaa35;
1158
- --success-hover: #5cda56;
1159
- --success-active: #2a8a25;
1160
- --info-static: #c6c6c6;
1161
- --info-hover: #e4e4e4;
1162
- --info-active: #979797;
1163
- --warning-static: #faad14;
1164
- --warning-hover: #f9be4a;
1165
- --warning-active: #db9711;
1166
- --action-static: #142452;
1167
- --action-hover: #21387d;
1168
- --action-active: #000000;
1169
- --color-info-primary: #3a6cd1;
1170
- --primary-font-color: #142452;
1171
- --placeholder-font-color: #babdcc;
1172
- --warning-font-color: #ce2828;
1173
- --alert-error: #da3f3f;
1174
- --alert-light-error: #f4c5c5;
1175
- --alert-success: #3aaa35;
1176
- --alert-light-success: #c4e5c2;
1177
- --alert-info: #8eaaf1;
1178
- --alert-light-info: #c4d3f1;
1179
- --alert-warning: #faad14;
1180
- --alert-light-warning: #fde6b8;
1181
- --border-focus: #3a6cd1;
1182
- --tooltip-background-color: #202f5b;
1183
- --text-color-primary: #142452;
1184
- --text-color-secondary: #ffff;
1185
- --text-color-neutral: #828699;
1186
- --text-color-tertiary: #808080;
1187
- --text-color-note: #242424;
1188
- --text-color-quaternary: #142452;
1189
- --text-color-disabled: #ffff;
1190
- --background-color-white-primary: #fff;
1191
- --background-color-light-primary: #8eaaf1;
1192
- --background-color-white-secondary: #fff;
1193
- --background-color-primary-dark: #142452;
1194
- --background-color-gray-5: #f1f2f6;
1195
- --background-color-gray-30: #ebecf2;
1196
- --background-color-tertiary-light: #2c4fa4;
1197
- --background-color-gray-10: #f1f2f6;
1198
- --background-color-gray-40: #ebecf2;
1199
- --background-color-light-blue: #dfe7f8;
1200
- --border-color-primary: #babdcc;
1201
- --border-color-secondary: #d8dae5;
1202
- --border-color-neutral: #ebecf2;
1203
- --border-color-tertiary: #ebecf2;
1204
- --border-color-gray: #ebecf2;
1205
- --border-color-hover: #142452;
1206
- --border-color-active: #3a6cd1;
1207
- --icon-color-main: #142452;
1208
- --icon-color-secondary: #000;
1209
- --icon-color-quaternary: #babdcc;
1210
- --icon-color-disabled: #9a9eb2;
1211
- --link-btn-primary-color: #3a6cd1;
1212
- --button-color-static: #4d75d8;
1213
- --button-color-hover: #7c9bea;
1214
- --button-color-active: #2c4fa4;
1215
- --alert-natural: #c4d3f1;
1216
- }
1217
-
1218
1113
  #EnumButton {
1219
1114
  display: flex;
1220
1115
  justify-content: center;
@@ -1402,6 +1297,111 @@ div.endBtnIcon {
1402
1297
  .tableSectionContainer .descArrow path,
1403
1298
  .tableSectionContainer .defaultSortArrow path {
1404
1299
  fill: var(--Gray-50);
1300
+ }:root {
1301
+ --white: #fff;
1302
+ --Gray-5: #f1f2f6;
1303
+ --Gray-10: #ebecf2;
1304
+ --Gray-20: #d8dae5;
1305
+ --Gray-30: #babdcc;
1306
+ --Gray-40: #9a9eb2;
1307
+ --Gray-50: #828699;
1308
+ --Gray-60: #696c80;
1309
+ --Gray-100: #12131a;
1310
+ --black: #000;
1311
+ --primary-static: #4d75d8;
1312
+ --primary-hover: #7c9bea;
1313
+ --primary-active: #2c4fa4;
1314
+ --primary-disabled: #9a9eb2;
1315
+ --secondary-static: #40e0d0;
1316
+ --secondary-hover: #9efcf2;
1317
+ --secondary-active: #2fa599;
1318
+ --error-static: #da3f3f;
1319
+ --error-hover: #e75d5d;
1320
+ --error-active: #bb3232;
1321
+ --success-static: #3aaa35;
1322
+ --success-hover: #5cda56;
1323
+ --success-active: #2a8a25;
1324
+ --info-static: #c6c6c6;
1325
+ --info-hover: #e4e4e4;
1326
+ --info-active: #979797;
1327
+ --warning-static: #faad14;
1328
+ --warning-hover: #f9be4a;
1329
+ --warning-active: #db9711;
1330
+ --action-static: #142452;
1331
+ --action-hover: #21387d;
1332
+ --action-active: #000000;
1333
+ --color-info-primary: #3a6cd1;
1334
+ --primary-font-color: #142452;
1335
+ --placeholder-font-color: #babdcc;
1336
+ --warning-font-color: #ce2828;
1337
+ --alert-error: #da3f3f;
1338
+ --alert-light-error: #f4c5c5;
1339
+ --alert-success: #3aaa35;
1340
+ --alert-light-success: #c4e5c2;
1341
+ --alert-info: #8eaaf1;
1342
+ --alert-light-info: #c4d3f1;
1343
+ --alert-warning: #faad14;
1344
+ --alert-light-warning: #fde6b8;
1345
+ --border-focus: #3a6cd1;
1346
+ --tooltip-background-color: #202f5b;
1347
+ --text-color-primary: #142452;
1348
+ --text-color-secondary: #ffff;
1349
+ --text-color-neutral: #828699;
1350
+ --text-color-tertiary: #808080;
1351
+ --text-color-note: #242424;
1352
+ --text-color-quaternary: #142452;
1353
+ --text-color-disabled: #ffff;
1354
+ --background-color-white-primary: #fff;
1355
+ --background-color-light-primary: #8eaaf1;
1356
+ --background-color-white-secondary: #fff;
1357
+ --background-color-primary-dark: #142452;
1358
+ --background-color-gray-5: #f1f2f6;
1359
+ --background-color-gray-30: #ebecf2;
1360
+ --background-color-tertiary-light: #2c4fa4;
1361
+ --background-color-gray-10: #f1f2f6;
1362
+ --background-color-gray-40: #ebecf2;
1363
+ --background-color-light-blue: #dfe7f8;
1364
+ --border-color-primary: #babdcc;
1365
+ --border-color-secondary: #d8dae5;
1366
+ --border-color-neutral: #ebecf2;
1367
+ --border-color-tertiary: #ebecf2;
1368
+ --border-color-gray: #ebecf2;
1369
+ --border-color-hover: #142452;
1370
+ --border-color-active: #3a6cd1;
1371
+ --icon-color-main: #142452;
1372
+ --icon-color-secondary: #000;
1373
+ --icon-color-quaternary: #babdcc;
1374
+ --icon-color-disabled: #9a9eb2;
1375
+ --link-btn-primary-color: #3a6cd1;
1376
+ --button-color-static: #4d75d8;
1377
+ --button-color-hover: #7c9bea;
1378
+ --button-color-active: #2c4fa4;
1379
+ --alert-natural: #c4d3f1;
1380
+ }
1381
+
1382
+ .drawerItemContainer {
1383
+ display: flex;
1384
+ flex-direction: column;
1385
+ }
1386
+ .drawerItemContainer .title {
1387
+ color: #000;
1388
+ font-weight: 600;
1389
+ font-size: 24px;
1390
+ line-height: 35px;
1391
+ margin-bottom: 3px;
1392
+ margin-top: 1.5rem;
1393
+ }
1394
+ .drawerItemContainer .text {
1395
+ color: #000;
1396
+ font-weight: 400;
1397
+ font-size: 24px;
1398
+ line-height: 25px;
1399
+ }
1400
+ .drawerItemContainer .color-green {
1401
+ color: var(--color-success);
1402
+ }
1403
+ .drawerItemContainer .color-red {
1404
+ color: var(--color-error);
1405
1405
  }.api-docs-api-tree {
1406
1406
  width: 100%;
1407
1407
  max-width: 12.5rem;
@@ -1422,6 +1422,10 @@ div.endBtnIcon {
1422
1422
  }
1423
1423
  .api-docs-api-tree__section-header:hover {
1424
1424
  background-color: #f3f4f6;
1425
+ width: 100%;
1426
+ }
1427
+ .api-docs-api-tree__section-header svg {
1428
+ min-width: 1rem;
1425
1429
  }
1426
1430
  .api-docs-api-tree__section-header svg:first-child path {
1427
1431
  stroke: #bbbec5;
@@ -1432,6 +1436,8 @@ div.endBtnIcon {
1432
1436
  font-weight: 500;
1433
1437
  color: #000;
1434
1438
  margin-left: 0.25rem;
1439
+ word-break: break-all;
1440
+ line-height: 0.9375rem;
1435
1441
  }
1436
1442
  .api-docs-api-tree__section__overview {
1437
1443
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digi-frontend/dgate-api-documentation",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "main": "dist/src/index.js",
5
5
  "module": "dist/src/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -20,6 +20,11 @@
20
20
 
21
21
  &:hover {
22
22
  background-color: #f3f4f6;
23
+ width: 100%;
24
+ }
25
+
26
+ svg {
27
+ min-width: 1rem;
23
28
  }
24
29
 
25
30
  svg:first-child {
@@ -35,6 +40,8 @@
35
40
  font-weight: 500;
36
41
  color: #000;
37
42
  margin-left: 0.25rem;
43
+ word-break: break-all;
44
+ line-height: .9375rem;
38
45
  }
39
46
 
40
47
  &__overview {
package/variables.txt CHANGED
@@ -1 +1 @@
1
- export APP_VERSION=1.0.90
1
+ export APP_VERSION=1.0.91