@digi-frontend/dgate-api-documentation 1.0.15 → 1.0.18

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
@@ -1,117 +1,4 @@
1
- .tooltip-custom-wrapper {
2
- display: flex;
3
- }
4
-
5
- .tippy-box {
6
- background-color: #202f5b;
7
- font-size: 0.875rem;
8
- border-radius: 0.3125rem;
9
- width: max-content;
10
- max-width: 100%;
11
- overflow-wrap: break-word;
12
- word-break: break-word;
13
- position: relative;
14
- border: 1px solid #d8dae5;
15
- }
16
- .tippy-box.function .tippy-content {
17
- background-color: #fff !important;
18
- color: #000 !important;
19
- }
20
- .tippy-box[data-placement] > .tippy-arrow:before {
21
- color: #fff !important;
22
- }
23
- .tippy-box.info .tippy-arrow {
24
- color: #202f5b;
25
- }
26
- .tippy-box.success {
27
- border-radius: 1.875rem;
28
- background-color: #3aaa35;
29
- padding-inline: 0.625rem;
30
- }
31
- .tippy-box .tippy-content {
32
- text-align: justify;
33
- font-size: 0.875rem;
34
- line-height: 1.25rem;
35
- padding: 0.625rem;
36
- }
37
- .tippy-box .tippy-arrow {
38
- position: relative;
39
- width: 1rem;
40
- height: 1rem;
41
- }
42
- .tippy-box[data-placement^=top] .tippy-arrow:before {
43
- bottom: -0.4375rem;
44
- border-width: 0.5rem 0.5rem 0 !important;
45
- }
46
- .tippy-box[data-placement^=right] .tippy-arrow:before {
47
- left: -0.4375rem;
48
- border-width: 0.5rem 0.5rem 0.5rem 0 !important;
49
- }
50
- .tippy-box[data-placement^=bottom] .tippy-arrow:before {
51
- top: -0.4375rem;
52
- border-width: 0 0.5rem 0.5rem !important;
53
- }
54
- .tippy-box[data-placement^=left] .tippy-arrow:before {
55
- right: -0.4375rem;
56
- border-width: 0.5rem 0 0.5rem 0.5rem !important;
57
- }
58
- .tippy-box[data-placement^=bottom-start] .tippy-arrow {
59
- transform: translate(0.937rem, 0) !important;
60
- }
61
- .tippy-box[data-placement^=bottom-end] .tippy-arrow {
62
- margin-left: calc(100% - 1.937rem);
63
- transform: translate(0, 0) !important;
64
- }
65
- .tippy-box[data-placement^=top-start] .tippy-arrow {
66
- transform: translate(0.937rem, 0) !important;
67
- }
68
- .tippy-box[data-placement^=top-end] .tippy-arrow {
69
- transform: translate(0.937rem, 0) !important;
70
- }
71
- .tippy-box.arrow-with-border {
72
- border: 1px solid #d8dae5;
73
- }
74
- .tippy-box.arrow-with-border[data-placement] .tippy-arrow {
75
- top: 1px;
76
- background-color: white;
77
- z-index: 9999;
78
- height: 1px;
79
- }
80
- .tippy-box.arrow-with-border[data-placement] .tippy-arrow:before {
81
- width: 1rem;
82
- height: 1rem;
83
- background-color: white;
84
- transform: rotate(45deg);
85
- border: none;
86
- border-left: 1px solid #d8dae5 !important;
87
- border-top: 1px solid #d8dae5 !important;
88
- z-index: 20000000000;
89
- top: -0.6rem;
90
- transform-origin: center !important;
91
- }.containerTitleDrawer {
92
- height: 64px;
93
- min-height: 64px;
94
- display: flex;
95
- flex-direction: row;
96
- justify-content: space-between;
97
- align-items: center;
98
- background-color: #f1f2f6;
99
- padding: 0 30px 0 30px;
100
- width: 100%;
101
- }
102
- .containerTitleDrawer span {
103
- color: #12131a;
104
- font-weight: 600;
105
- font-size: 18px;
106
- line-height: 25px;
107
- letter-spacing: 0em;
108
- }
109
- .containerTitleDrawer svg path {
110
- stroke: #000 !important;
111
- }
112
- .containerTitleDrawer .closeIcon {
113
- cursor: pointer;
114
- }.methodAccordion {
1
+ .methodAccordion {
115
2
  border: none !important;
116
3
  box-shadow: none !important;
117
4
  margin-bottom: 0 !important;
@@ -375,100 +262,196 @@
375
262
  }
376
263
  .methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
377
264
  background-color: #ebecf2;
378
- }p.apiName {
379
- font-size: 40px;
380
- line-height: 30px;
381
- font-weight: 500;
382
- }.apiInfoForm {
383
- display: grid;
384
- padding: 1.25rem 1.875rem;
385
- gap: 1.25rem;
386
- }
387
- .apiInfoForm .paramsTable .paramDescContainer {
265
+ }.tooltip-custom-wrapper {
388
266
  display: flex;
389
267
  }
390
- .apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
391
- height: inherit;
392
- width: 1px;
393
- background-color: #d8dae5;
268
+
269
+ .tippy-box {
270
+ background-color: #202f5b;
271
+ font-size: 0.875rem;
272
+ border-radius: 0.3125rem;
273
+ width: max-content;
274
+ max-width: 100%;
275
+ overflow-wrap: break-word;
276
+ word-break: break-word;
277
+ position: relative;
278
+ border: 1px solid #d8dae5;
394
279
  }
395
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
396
- stroke-width: 0.1;
280
+ .tippy-box.function .tippy-content {
281
+ background-color: #fff !important;
282
+ color: #000 !important;
397
283
  }
398
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
399
- padding: 0;
400
- margin-right: 1.25rem;
284
+ .tippy-box[data-placement] > .tippy-arrow:before {
285
+ color: #fff !important;
401
286
  }
402
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
403
- display: flex;
404
- align-items: center;
405
- padding: 0;
406
- color: #12131a;
287
+ .tippy-box.info .tippy-arrow {
288
+ color: #202f5b;
407
289
  }
408
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
409
- margin-block: auto;
290
+ .tippy-box.success {
291
+ border-radius: 1.875rem;
292
+ background-color: #3aaa35;
293
+ padding-inline: 0.625rem;
410
294
  }
411
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
412
- fill: #12131a;
295
+ .tippy-box .tippy-content {
296
+ text-align: justify;
297
+ font-size: 0.875rem;
298
+ line-height: 1.25rem;
299
+ padding: 0.625rem;
413
300
  }
414
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
415
- padding: 0;
301
+ .tippy-box .tippy-arrow {
302
+ position: relative;
303
+ width: 1rem;
304
+ height: 1rem;
416
305
  }
417
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
418
- margin-block: auto;
306
+ .tippy-box[data-placement^=top] .tippy-arrow:before {
307
+ bottom: -0.4375rem;
308
+ border-width: 0.5rem 0.5rem 0 !important;
419
309
  }
420
- .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
421
- width: 1.125rem;
310
+ .tippy-box[data-placement^=right] .tippy-arrow:before {
311
+ left: -0.4375rem;
312
+ border-width: 0.5rem 0.5rem 0.5rem 0 !important;
422
313
  }
423
- .apiInfoForm .paramsTable .editDescTooltipContent {
424
- display: flex;
425
- flex-direction: column;
426
- gap: 0.625rem;
427
- padding-bottom: 0.625rem;
314
+ .tippy-box[data-placement^=bottom] .tippy-arrow:before {
315
+ top: -0.4375rem;
316
+ border-width: 0 0.5rem 0.5rem !important;
428
317
  }
429
- .apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
430
- margin-inline: 0.625rem;
318
+ .tippy-box[data-placement^=left] .tippy-arrow:before {
319
+ right: -0.4375rem;
320
+ border-width: 0.5rem 0 0.5rem 0.5rem !important;
431
321
  }
432
- .apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
433
- font-weight: 600;
434
- font-size: 0.875rem;
435
- line-height: 1.25rem;
436
- padding: 0.75rem 1.25rem;
437
- border-bottom: 1px solid #d8dae5;
322
+ .tippy-box[data-placement^=bottom-start] .tippy-arrow {
323
+ transform: translate(0.937rem, 0) !important;
438
324
  }
439
- .apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
440
- content: "*";
441
- color: red;
442
- transform: translateX(0.125rem);
325
+ .tippy-box[data-placement^=bottom-end] .tippy-arrow {
326
+ margin-left: calc(100% - 1.937rem);
327
+ transform: translate(0, 0) !important;
443
328
  }
444
- .apiInfoForm .apiDocRow {
445
- display: grid;
446
- grid-template-columns: 1fr 1fr;
447
- gap: 1.25rem;
329
+ .tippy-box[data-placement^=top-start] .tippy-arrow {
330
+ transform: translate(0.937rem, 0) !important;
448
331
  }
449
- .apiInfoForm .apiInfoForm_tagsChips {
450
- margin-top: -1.25rem;
332
+ .tippy-box[data-placement^=top-end] .tippy-arrow {
333
+ transform: translate(0.937rem, 0) !important;
451
334
  }
452
- .apiInfoForm .editDescTooltipContent {
453
- display: flex;
454
- flex-direction: column;
455
- gap: 0.625rem;
456
- padding-bottom: 0.625rem;
335
+ .tippy-box.arrow-with-border {
336
+ border: 1px solid #d8dae5;
457
337
  }
458
- .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
459
- margin-inline: 0.625rem;
338
+ .tippy-box.arrow-with-border[data-placement] .tippy-arrow {
339
+ top: 1px;
340
+ background-color: white;
341
+ z-index: 9999;
342
+ height: 1px;
460
343
  }
461
- .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
462
- font-weight: 600;
463
- font-size: 0.875rem;
464
- line-height: 1.25rem;
465
- padding: 0.75rem 1.25rem;
466
- border-bottom: 1px solid #d8dae5;
344
+ .tippy-box.arrow-with-border[data-placement] .tippy-arrow:before {
345
+ width: 1rem;
346
+ height: 1rem;
347
+ background-color: white;
348
+ transform: rotate(45deg);
349
+ border: none;
350
+ border-left: 1px solid #d8dae5 !important;
351
+ border-top: 1px solid #d8dae5 !important;
352
+ z-index: 20000000000;
353
+ top: -0.6rem;
354
+ transform-origin: center !important;
355
+ }#common-dialog.dialog-content-wrapper {
356
+ overflow: visible !important;
357
+ max-height: 100%;
358
+ width: 22.1875rem;
467
359
  }
468
- .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
469
- content: "*";
470
- color: red;
471
- transform: translateX(0.125rem);
360
+ #common-dialog.dialog-content-wrapper .dialog-content-root {
361
+ overflow: visible !important;
362
+ border-radius: 0.625rem;
363
+ max-height: 100%;
364
+ }
365
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
366
+ padding: 0 1.875rem !important;
367
+ overflow: visible !important;
368
+ max-height: 100%;
369
+ }
370
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
371
+ position: relative;
372
+ }
373
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
374
+ position: absolute;
375
+ z-index: 1;
376
+ top: 1.5rem;
377
+ right: 0;
378
+ transform: translate(0.625rem, -0.625rem);
379
+ cursor: pointer;
380
+ }
381
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
382
+ display: flex;
383
+ padding-top: 0.5rem;
384
+ position: relative;
385
+ }
386
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
387
+ margin-top: 1rem;
388
+ margin-bottom: 1.5rem;
389
+ margin-inline: auto;
390
+ }
391
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
392
+ stroke: #12131a;
393
+ }
394
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
395
+ stroke: #12131a;
396
+ }
397
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
398
+ fill: #12131a;
399
+ }
400
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
401
+ stroke: #faad14;
402
+ }
403
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
404
+ stroke: #faad14;
405
+ }
406
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
407
+ stroke: #da3f3f;
408
+ }
409
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
410
+ stroke: #da3f3f;
411
+ }
412
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
413
+ fill: #da3f3f;
414
+ }
415
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
416
+ font-size: 1.5rem;
417
+ font-weight: 500;
418
+ line-height: 1.875rem;
419
+ text-align: center;
420
+ margin-bottom: 0.625rem;
421
+ }
422
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
423
+ color: #da3f3f;
424
+ }
425
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
426
+ color: #faad14;
427
+ }
428
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
429
+ display: flex;
430
+ gap: 1.25rem;
431
+ margin-top: 1.875rem;
432
+ }.containerTitleDrawer {
433
+ height: 64px;
434
+ min-height: 64px;
435
+ display: flex;
436
+ flex-direction: row;
437
+ justify-content: space-between;
438
+ align-items: center;
439
+ background-color: #f1f2f6;
440
+ padding: 0 30px 0 30px;
441
+ width: 100%;
442
+ }
443
+ .containerTitleDrawer span {
444
+ color: #12131a;
445
+ font-weight: 600;
446
+ font-size: 18px;
447
+ line-height: 25px;
448
+ letter-spacing: 0em;
449
+ }
450
+ .containerTitleDrawer svg path {
451
+ stroke: #000 !important;
452
+ }
453
+ .containerTitleDrawer .closeIcon {
454
+ cursor: pointer;
472
455
  }:root {
473
456
  --white: #fff;
474
457
  --Gray-5: #f1f2f6;
@@ -642,6 +625,12 @@
642
625
  text-overflow: ellipsis;
643
626
  overflow: visible !important;
644
627
  }
628
+ .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn .btnContentWrapper .endBtnIcon svg path,
629
+ .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :link .btnContentWrapper .endBtnIcon svg path,
630
+ .tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :visited .btnContentWrapper .endBtnIcon svg path {
631
+ stroke-width: 0.1 !important;
632
+ fill: #12131a !important;
633
+ }
645
634
  .tableSectionContainer .tableContainer .table .tableBody tr:hover {
646
635
  background-color: var(--background-color-gray-10);
647
636
  }
@@ -698,188 +687,10 @@
698
687
  .tableSectionContainer .descArrow path,
699
688
  .tableSectionContainer .defaultSortArrow path {
700
689
  fill: var(--Gray-50);
701
- }:root {
702
- --white: #fff;
703
- --Gray-5: #f1f2f6;
704
- --Gray-10: #ebecf2;
705
- --Gray-20: #d8dae5;
706
- --Gray-30: #babdcc;
707
- --Gray-40: #9a9eb2;
708
- --Gray-50: #828699;
709
- --Gray-60: #696c80;
710
- --Gray-100: #12131a;
711
- --black: #000;
712
- --primary-static: #4d75d8;
713
- --primary-hover: #7c9bea;
714
- --primary-active: #2c4fa4;
715
- --primary-disabled: #9a9eb2;
716
- --secondary-static: #40e0d0;
717
- --secondary-hover: #9efcf2;
718
- --secondary-active: #2fa599;
719
- --error-static: #da3f3f;
720
- --error-hover: #e75d5d;
721
- --error-active: #bb3232;
722
- --success-static: #3aaa35;
723
- --success-hover: #5cda56;
724
- --success-active: #2a8a25;
725
- --info-static: #c6c6c6;
726
- --info-hover: #e4e4e4;
727
- --info-active: #979797;
728
- --warning-static: #faad14;
729
- --warning-hover: #f9be4a;
730
- --warning-active: #db9711;
731
- --action-static: #142452;
732
- --action-hover: #21387d;
733
- --action-active: #000000;
734
- --color-info-primary: #3a6cd1;
735
- --primary-font-color: #142452;
736
- --placeholder-font-color: #babdcc;
737
- --warning-font-color: #ce2828;
738
- --alert-error: #da3f3f;
739
- --alert-light-error: #f4c5c5;
740
- --alert-success: #3aaa35;
741
- --alert-light-success: #c4e5c2;
742
- --alert-info: #8eaaf1;
743
- --alert-light-info: #c4d3f1;
744
- --alert-warning: #faad14;
745
- --alert-light-warning: #fde6b8;
746
- --border-focus: #3a6cd1;
747
- --tooltip-background-color: #202f5b;
748
- --text-color-primary: #142452;
749
- --text-color-secondary: #ffff;
750
- --text-color-neutral: #828699;
751
- --text-color-tertiary: #808080;
752
- --text-color-note: #242424;
753
- --text-color-quaternary: #142452;
754
- --text-color-disabled: #ffff;
755
- --background-color-white-primary: #fff;
756
- --background-color-light-primary: #8eaaf1;
757
- --background-color-white-secondary: #fff;
758
- --background-color-primary-dark: #142452;
759
- --background-color-gray-5: #f1f2f6;
760
- --background-color-gray-30: #ebecf2;
761
- --background-color-tertiary-light: #2c4fa4;
762
- --background-color-gray-10: #f1f2f6;
763
- --background-color-gray-40: #ebecf2;
764
- --background-color-light-blue: #dfe7f8;
765
- --border-color-primary: #babdcc;
766
- --border-color-secondary: #d8dae5;
767
- --border-color-neutral: #ebecf2;
768
- --border-color-tertiary: #ebecf2;
769
- --border-color-gray: #ebecf2;
770
- --border-color-hover: #142452;
771
- --border-color-active: #3a6cd1;
772
- --icon-color-main: #142452;
773
- --icon-color-secondary: #000;
774
- --icon-color-quaternary: #babdcc;
775
- --icon-color-disabled: #9a9eb2;
776
- --link-btn-primary-color: #3a6cd1;
777
- --button-color-static: #4d75d8;
778
- --button-color-hover: #7c9bea;
779
- --button-color-active: #2c4fa4;
780
- --alert-natural: #c4d3f1;
781
- }
782
-
783
- .drawerItemContainer {
784
- display: flex;
785
- flex-direction: column;
786
- }
787
- .drawerItemContainer .title {
788
- color: #000;
789
- font-weight: 600;
790
- font-size: 24px;
791
- line-height: 35px;
792
- margin-bottom: 3px;
793
- margin-top: 1.5rem;
794
- }
795
- .drawerItemContainer .text {
796
- color: #000;
797
- font-weight: 400;
798
- font-size: 24px;
799
- line-height: 25px;
800
- }
801
- .drawerItemContainer .color-green {
802
- color: var(--color-success);
803
- }
804
- .drawerItemContainer .color-red {
805
- color: var(--color-error);
806
- }#common-dialog.dialog-content-wrapper {
807
- overflow: visible !important;
808
- max-height: 100%;
809
- width: 22.1875rem;
810
- }
811
- #common-dialog.dialog-content-wrapper .dialog-content-root {
812
- overflow: visible !important;
813
- border-radius: 0.625rem;
814
- max-height: 100%;
815
- }
816
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
817
- padding: 0 1.875rem !important;
818
- overflow: visible !important;
819
- max-height: 100%;
820
- }
821
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
822
- position: relative;
823
- }
824
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
825
- position: absolute;
826
- z-index: 1;
827
- top: 1.5rem;
828
- right: 0;
829
- transform: translate(0.625rem, -0.625rem);
830
- cursor: pointer;
831
- }
832
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
833
- display: flex;
834
- padding-top: 0.5rem;
835
- position: relative;
836
- }
837
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
838
- margin-top: 1rem;
839
- margin-bottom: 1.5rem;
840
- margin-inline: auto;
841
- }
842
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
843
- stroke: #12131a;
844
- }
845
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
846
- stroke: #12131a;
847
- }
848
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
849
- fill: #12131a;
850
- }
851
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
852
- stroke: #faad14;
853
- }
854
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
855
- stroke: #faad14;
856
- }
857
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
858
- stroke: #da3f3f;
859
- }
860
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
861
- stroke: #da3f3f;
862
- }
863
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
864
- fill: #da3f3f;
865
- }
866
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
867
- font-size: 1.5rem;
690
+ }p.apiName {
691
+ font-size: 40px;
692
+ line-height: 30px;
868
693
  font-weight: 500;
869
- line-height: 1.875rem;
870
- text-align: center;
871
- margin-bottom: 0.625rem;
872
- }
873
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
874
- color: #da3f3f;
875
- }
876
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
877
- color: #faad14;
878
- }
879
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
880
- display: flex;
881
- gap: 1.25rem;
882
- margin-top: 1.875rem;
883
694
  }.json-editor-container {
884
695
  overflow: hidden;
885
696
  border-bottom-right-radius: 0.3125rem;
@@ -991,4 +802,199 @@
991
802
  .json-editor-container.disabled .json-editor textarea {
992
803
  background-color: white;
993
804
  color: #12131a;
805
+ }.apiInfoForm {
806
+ display: grid;
807
+ padding: 1.25rem 1.875rem;
808
+ gap: 1.25rem;
809
+ }
810
+ .apiInfoForm .paramsTable .paramDescContainer {
811
+ display: flex;
812
+ }
813
+ .apiInfoForm .paramsTable .paramDescContainer .paramDescContainer_separator {
814
+ height: inherit;
815
+ width: 1px;
816
+ background-color: #d8dae5;
817
+ }
818
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn) svg path {
819
+ stroke-width: 0.1;
820
+ }
821
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn {
822
+ padding: 0;
823
+ margin-right: 1.25rem;
824
+ }
825
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) {
826
+ display: flex;
827
+ align-items: center;
828
+ padding: 0;
829
+ color: #12131a;
830
+ }
831
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
832
+ margin-block: auto;
833
+ }
834
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).editDescBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg path {
835
+ fill: #12131a;
836
+ }
837
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn {
838
+ padding: 0;
839
+ }
840
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) {
841
+ margin-block: auto;
842
+ }
843
+ .apiInfoForm .paramsTable .paramDescContainer :global(.customBtn).deleteParamBtn :global(.btnContentWrapper) :global(.endBtnIcon) svg {
844
+ width: 1.125rem;
845
+ }
846
+ .apiInfoForm .paramsTable .editDescTooltipContent {
847
+ display: flex;
848
+ flex-direction: column;
849
+ gap: 0.625rem;
850
+ padding-bottom: 0.625rem;
851
+ }
852
+ .apiInfoForm .paramsTable .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
853
+ margin-inline: 0.625rem;
854
+ }
855
+ .apiInfoForm .paramsTable .editDescTooltipContent .editDescTooltipContent_header {
856
+ font-weight: 600;
857
+ font-size: 0.875rem;
858
+ line-height: 1.25rem;
859
+ padding: 0.75rem 1.25rem;
860
+ border-bottom: 1px solid #d8dae5;
861
+ }
862
+ .apiInfoForm .paramsTable :global(.requiredParam) :global(.headContainer)::after {
863
+ content: "*";
864
+ color: red;
865
+ transform: translateX(0.125rem);
866
+ }
867
+ .apiInfoForm .apiDocRow {
868
+ display: grid;
869
+ grid-template-columns: 1fr 1fr;
870
+ gap: 1.25rem;
871
+ }
872
+ .apiInfoForm .apiInfoForm_tagsChips {
873
+ margin-top: -1.25rem;
874
+ }
875
+ .apiInfoForm .editDescTooltipContent {
876
+ display: flex;
877
+ flex-direction: column;
878
+ gap: 0.625rem;
879
+ padding-bottom: 0.625rem;
880
+ }
881
+ .apiInfoForm .editDescTooltipContent > *:not(.editDescTooltipContent_header) {
882
+ margin-inline: 0.625rem;
883
+ }
884
+ .apiInfoForm .editDescTooltipContent .editDescTooltipContent_header {
885
+ font-weight: 600;
886
+ font-size: 0.875rem;
887
+ line-height: 1.25rem;
888
+ padding: 0.75rem 1.25rem;
889
+ border-bottom: 1px solid #d8dae5;
890
+ }
891
+ .apiInfoForm :global(.requiredParam) :global(.headContainer)::after {
892
+ content: "*";
893
+ color: red;
894
+ transform: translateX(0.125rem);
895
+ }:root {
896
+ --white: #fff;
897
+ --Gray-5: #f1f2f6;
898
+ --Gray-10: #ebecf2;
899
+ --Gray-20: #d8dae5;
900
+ --Gray-30: #babdcc;
901
+ --Gray-40: #9a9eb2;
902
+ --Gray-50: #828699;
903
+ --Gray-60: #696c80;
904
+ --Gray-100: #12131a;
905
+ --black: #000;
906
+ --primary-static: #4d75d8;
907
+ --primary-hover: #7c9bea;
908
+ --primary-active: #2c4fa4;
909
+ --primary-disabled: #9a9eb2;
910
+ --secondary-static: #40e0d0;
911
+ --secondary-hover: #9efcf2;
912
+ --secondary-active: #2fa599;
913
+ --error-static: #da3f3f;
914
+ --error-hover: #e75d5d;
915
+ --error-active: #bb3232;
916
+ --success-static: #3aaa35;
917
+ --success-hover: #5cda56;
918
+ --success-active: #2a8a25;
919
+ --info-static: #c6c6c6;
920
+ --info-hover: #e4e4e4;
921
+ --info-active: #979797;
922
+ --warning-static: #faad14;
923
+ --warning-hover: #f9be4a;
924
+ --warning-active: #db9711;
925
+ --action-static: #142452;
926
+ --action-hover: #21387d;
927
+ --action-active: #000000;
928
+ --color-info-primary: #3a6cd1;
929
+ --primary-font-color: #142452;
930
+ --placeholder-font-color: #babdcc;
931
+ --warning-font-color: #ce2828;
932
+ --alert-error: #da3f3f;
933
+ --alert-light-error: #f4c5c5;
934
+ --alert-success: #3aaa35;
935
+ --alert-light-success: #c4e5c2;
936
+ --alert-info: #8eaaf1;
937
+ --alert-light-info: #c4d3f1;
938
+ --alert-warning: #faad14;
939
+ --alert-light-warning: #fde6b8;
940
+ --border-focus: #3a6cd1;
941
+ --tooltip-background-color: #202f5b;
942
+ --text-color-primary: #142452;
943
+ --text-color-secondary: #ffff;
944
+ --text-color-neutral: #828699;
945
+ --text-color-tertiary: #808080;
946
+ --text-color-note: #242424;
947
+ --text-color-quaternary: #142452;
948
+ --text-color-disabled: #ffff;
949
+ --background-color-white-primary: #fff;
950
+ --background-color-light-primary: #8eaaf1;
951
+ --background-color-white-secondary: #fff;
952
+ --background-color-primary-dark: #142452;
953
+ --background-color-gray-5: #f1f2f6;
954
+ --background-color-gray-30: #ebecf2;
955
+ --background-color-tertiary-light: #2c4fa4;
956
+ --background-color-gray-10: #f1f2f6;
957
+ --background-color-gray-40: #ebecf2;
958
+ --background-color-light-blue: #dfe7f8;
959
+ --border-color-primary: #babdcc;
960
+ --border-color-secondary: #d8dae5;
961
+ --border-color-neutral: #ebecf2;
962
+ --border-color-tertiary: #ebecf2;
963
+ --border-color-gray: #ebecf2;
964
+ --border-color-hover: #142452;
965
+ --border-color-active: #3a6cd1;
966
+ --icon-color-main: #142452;
967
+ --icon-color-secondary: #000;
968
+ --icon-color-quaternary: #babdcc;
969
+ --icon-color-disabled: #9a9eb2;
970
+ --link-btn-primary-color: #3a6cd1;
971
+ --button-color-static: #4d75d8;
972
+ --button-color-hover: #7c9bea;
973
+ --button-color-active: #2c4fa4;
974
+ --alert-natural: #c4d3f1;
975
+ }
976
+
977
+ .drawerItemContainer {
978
+ display: flex;
979
+ flex-direction: column;
980
+ }
981
+ .drawerItemContainer .title {
982
+ color: #000;
983
+ font-weight: 600;
984
+ font-size: 24px;
985
+ line-height: 35px;
986
+ margin-bottom: 3px;
987
+ margin-top: 1.5rem;
988
+ }
989
+ .drawerItemContainer .text {
990
+ color: #000;
991
+ font-weight: 400;
992
+ font-size: 24px;
993
+ line-height: 25px;
994
+ }
995
+ .drawerItemContainer .color-green {
996
+ color: var(--color-success);
997
+ }
998
+ .drawerItemContainer .color-red {
999
+ color: var(--color-error);
994
1000
  }