@digi-frontend/dgate-api-documentation 1.1.1 → 1.1.2
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/_virtual/index4.js +1 -1
- package/dist/_virtual/index7.js +1 -1
- package/dist/node_modules/yup/index.esm.js +1 -1
- package/dist/src/helpers/layout.helper.js +1 -1
- package/dist/src/helpers/layout.helper.js.map +1 -1
- package/dist/styles.css +533 -533
- package/package.json +1 -1
- package/src/helpers/layout.helper.ts +6 -0
- package/variables.txt +1 -1
package/dist/styles.css
CHANGED
|
@@ -511,101 +511,147 @@
|
|
|
511
511
|
}
|
|
512
512
|
.methodAccordion.readOnly .methodSummaryContainer .methodExpandArrowContainer {
|
|
513
513
|
background-color: #ebecf2;
|
|
514
|
-
}.
|
|
515
|
-
|
|
514
|
+
}#common-dialog.dialog-content-wrapper {
|
|
515
|
+
overflow: visible !important;
|
|
516
|
+
max-height: 100%;
|
|
517
|
+
width: 22.1875rem;
|
|
516
518
|
}
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
519
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root {
|
|
520
|
+
overflow: visible !important;
|
|
521
|
+
border-radius: 0.625rem;
|
|
522
|
+
max-height: 100%;
|
|
520
523
|
}
|
|
521
|
-
|
|
522
|
-
.
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
max-width: 100%;
|
|
528
|
-
overflow-wrap: break-word;
|
|
529
|
-
word-break: break-word;
|
|
524
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
|
|
525
|
+
padding: 0 1.875rem !important;
|
|
526
|
+
overflow: visible !important;
|
|
527
|
+
max-height: 100%;
|
|
528
|
+
}
|
|
529
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
|
|
530
530
|
position: relative;
|
|
531
|
-
border: 1px solid #d8dae5;
|
|
532
|
-
z-index: 2;
|
|
533
531
|
}
|
|
534
|
-
.
|
|
535
|
-
|
|
536
|
-
|
|
532
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
|
|
533
|
+
position: absolute;
|
|
534
|
+
z-index: 1;
|
|
535
|
+
top: 1.5rem;
|
|
536
|
+
right: 0;
|
|
537
|
+
transform: translate(0.625rem, -0.625rem);
|
|
538
|
+
cursor: pointer;
|
|
537
539
|
}
|
|
538
|
-
.
|
|
539
|
-
|
|
540
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
|
|
541
|
+
display: flex;
|
|
542
|
+
padding-top: 0.5rem;
|
|
543
|
+
position: relative;
|
|
540
544
|
}
|
|
541
|
-
.
|
|
542
|
-
|
|
545
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
|
|
546
|
+
margin-top: 1rem;
|
|
547
|
+
margin-bottom: 1.5rem;
|
|
548
|
+
margin-inline: auto;
|
|
543
549
|
}
|
|
544
|
-
.
|
|
545
|
-
|
|
546
|
-
background-color: #3aaa35;
|
|
547
|
-
padding-inline: 0.625rem;
|
|
550
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
|
|
551
|
+
stroke: #12131a;
|
|
548
552
|
}
|
|
549
|
-
.
|
|
550
|
-
|
|
551
|
-
font-size: 0.875rem;
|
|
552
|
-
line-height: 1.25rem;
|
|
553
|
-
padding: 0.625rem;
|
|
553
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
|
|
554
|
+
stroke: #12131a;
|
|
554
555
|
}
|
|
555
|
-
.
|
|
556
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
|
|
557
|
+
fill: #12131a;
|
|
558
|
+
}
|
|
559
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
|
|
560
|
+
stroke: #faad14;
|
|
561
|
+
}
|
|
562
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
|
|
563
|
+
stroke: #faad14;
|
|
564
|
+
}
|
|
565
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
|
|
566
|
+
stroke: #da3f3f;
|
|
567
|
+
}
|
|
568
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
|
|
569
|
+
stroke: #da3f3f;
|
|
570
|
+
}
|
|
571
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
|
|
572
|
+
fill: #da3f3f;
|
|
573
|
+
}
|
|
574
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
|
|
575
|
+
font-size: 1.5rem;
|
|
576
|
+
font-weight: 500;
|
|
577
|
+
line-height: 1.875rem;
|
|
578
|
+
text-align: center;
|
|
579
|
+
margin-bottom: 0.625rem;
|
|
580
|
+
}
|
|
581
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
|
|
582
|
+
color: #da3f3f;
|
|
583
|
+
}
|
|
584
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
|
|
585
|
+
color: #faad14;
|
|
586
|
+
}
|
|
587
|
+
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
|
|
588
|
+
display: flex;
|
|
589
|
+
gap: 1.25rem;
|
|
590
|
+
margin-top: 1.875rem;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.common-dialog {
|
|
556
594
|
position: relative;
|
|
557
|
-
width: 1rem;
|
|
558
|
-
height: 1rem;
|
|
559
595
|
}
|
|
560
|
-
.
|
|
561
|
-
|
|
562
|
-
|
|
596
|
+
.common-dialog .close-icon {
|
|
597
|
+
position: absolute !important;
|
|
598
|
+
z-index: 1 !important;
|
|
599
|
+
top: 0.75rem !important;
|
|
600
|
+
right: 0.4rem !important;
|
|
601
|
+
transform: translate(0.625rem, -0.625rem) !important;
|
|
602
|
+
cursor: pointer !important;
|
|
563
603
|
}
|
|
564
|
-
.
|
|
565
|
-
|
|
566
|
-
|
|
604
|
+
.common-dialog .confirmation-dialog-header {
|
|
605
|
+
display: flex;
|
|
606
|
+
padding-top: 0.5rem;
|
|
607
|
+
position: relative;
|
|
567
608
|
}
|
|
568
|
-
.
|
|
569
|
-
top:
|
|
570
|
-
|
|
609
|
+
.common-dialog .confirmation-dialog-header .icon {
|
|
610
|
+
margin-top: 1rem;
|
|
611
|
+
margin-bottom: 1.5rem;
|
|
612
|
+
margin-inline: auto;
|
|
571
613
|
}
|
|
572
|
-
.
|
|
573
|
-
|
|
574
|
-
border-width: 0.5rem 0 0.5rem 0.5rem !important;
|
|
614
|
+
.common-dialog .confirmation-dialog-header .icon.info path {
|
|
615
|
+
stroke: #12131a;
|
|
575
616
|
}
|
|
576
|
-
.
|
|
577
|
-
|
|
617
|
+
.common-dialog .confirmation-dialog-header .icon.info line {
|
|
618
|
+
stroke: #12131a;
|
|
578
619
|
}
|
|
579
|
-
.
|
|
580
|
-
|
|
581
|
-
transform: translate(0, 0) !important;
|
|
620
|
+
.common-dialog .confirmation-dialog-header .icon.info line + path {
|
|
621
|
+
fill: #12131a;
|
|
582
622
|
}
|
|
583
|
-
.
|
|
584
|
-
|
|
623
|
+
.common-dialog .confirmation-dialog-header .icon.warning path {
|
|
624
|
+
stroke: #faad14;
|
|
585
625
|
}
|
|
586
|
-
.
|
|
587
|
-
|
|
626
|
+
.common-dialog .confirmation-dialog-header .icon.warning line {
|
|
627
|
+
stroke: #faad14;
|
|
588
628
|
}
|
|
589
|
-
.
|
|
590
|
-
|
|
629
|
+
.common-dialog .confirmation-dialog-header .icon.error path {
|
|
630
|
+
stroke: #da3f3f;
|
|
591
631
|
}
|
|
592
|
-
.
|
|
593
|
-
|
|
594
|
-
background-color: white;
|
|
595
|
-
z-index: 2;
|
|
596
|
-
height: 1px;
|
|
632
|
+
.common-dialog .confirmation-dialog-header .icon.error line {
|
|
633
|
+
stroke: #da3f3f;
|
|
597
634
|
}
|
|
598
|
-
.
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
635
|
+
.common-dialog .confirmation-dialog-header .icon.error line + path {
|
|
636
|
+
fill: #da3f3f;
|
|
637
|
+
}
|
|
638
|
+
.common-dialog .confirmation-title {
|
|
639
|
+
font-size: 1.5rem;
|
|
640
|
+
font-weight: 500;
|
|
641
|
+
line-height: 1.875rem;
|
|
642
|
+
text-align: center;
|
|
643
|
+
margin-bottom: 0.625rem;
|
|
644
|
+
}
|
|
645
|
+
.common-dialog .confirmation-title.error-title {
|
|
646
|
+
color: #da3f3f;
|
|
647
|
+
}
|
|
648
|
+
.common-dialog .confirmation-title.warning-title {
|
|
649
|
+
color: #faad14;
|
|
650
|
+
}
|
|
651
|
+
.common-dialog .confirmation-dialog-footer {
|
|
652
|
+
display: flex;
|
|
653
|
+
gap: 1.25rem;
|
|
654
|
+
margin-top: 1.875rem;
|
|
609
655
|
}.livePreviewContainer .titleContainer {
|
|
610
656
|
margin-top: 1.875rem;
|
|
611
657
|
display: flex;
|
|
@@ -858,387 +904,30 @@
|
|
|
858
904
|
--alert-natural: #c4d3f1;
|
|
859
905
|
}
|
|
860
906
|
|
|
861
|
-
|
|
907
|
+
#EnumButton {
|
|
862
908
|
display: flex;
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
font-weight: 600;
|
|
868
|
-
font-size: 24px;
|
|
869
|
-
line-height: 35px;
|
|
870
|
-
margin-bottom: 3px;
|
|
871
|
-
margin-top: 1.5rem;
|
|
872
|
-
}
|
|
873
|
-
.drawerItemContainer .text {
|
|
874
|
-
color: #000;
|
|
875
|
-
font-weight: 400;
|
|
876
|
-
font-size: 24px;
|
|
877
|
-
line-height: 25px;
|
|
878
|
-
}
|
|
879
|
-
.drawerItemContainer .color-green {
|
|
880
|
-
color: var(--color-success);
|
|
909
|
+
justify-content: center;
|
|
910
|
+
align-items: center;
|
|
911
|
+
border: 0.0375rem solid #babdcc;
|
|
912
|
+
border-radius: 0.3125rem;
|
|
881
913
|
}
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
overflow: hidden;
|
|
886
|
-
border-bottom-right-radius: 0.3125rem;
|
|
887
|
-
border-bottom-left-radius: 0.3125rem;
|
|
914
|
+
|
|
915
|
+
div.endBtnIcon {
|
|
916
|
+
align-self: center !important;
|
|
888
917
|
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
line-height: 1.25rem;
|
|
893
|
-
margin-bottom: 0.3125rem;
|
|
918
|
+
|
|
919
|
+
.methodDescForEnum {
|
|
920
|
+
width: 16.875rem !important;
|
|
894
921
|
}
|
|
895
|
-
|
|
922
|
+
|
|
923
|
+
.select-inputs {
|
|
896
924
|
display: flex;
|
|
897
|
-
flex-direction:
|
|
898
|
-
|
|
899
|
-
width: 100%;
|
|
900
|
-
outline: 1px solid transparent;
|
|
901
|
-
position: relative;
|
|
902
|
-
overflow: hidden;
|
|
925
|
+
flex-direction: row;
|
|
926
|
+
gap: 0.625rem;
|
|
903
927
|
}
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
padding: 1.25rem;
|
|
908
|
-
border-radius: 0 0 0.3125rem 0.3125rem;
|
|
909
|
-
background: #101e47;
|
|
910
|
-
display: flex;
|
|
911
|
-
flex-direction: row;
|
|
912
|
-
gap: 1.25rem;
|
|
913
|
-
align-items: center;
|
|
914
|
-
}
|
|
915
|
-
.json-editor-container .json-editor .actions-container .validate {
|
|
916
|
-
color: #fff;
|
|
917
|
-
text-align: center;
|
|
918
|
-
font-size: 1rem;
|
|
919
|
-
font-style: normal;
|
|
920
|
-
font-weight: 600;
|
|
921
|
-
line-height: 1.25rem;
|
|
922
|
-
width: 8.75rem;
|
|
923
|
-
padding: 0.625rem 2.25rem;
|
|
924
|
-
background-color: rgba(240, 248, 255, 0);
|
|
925
|
-
border-radius: 0.3125rem;
|
|
926
|
-
border: 0.0625rem solid #4d75d8;
|
|
927
|
-
cursor: pointer;
|
|
928
|
-
}
|
|
929
|
-
.json-editor-container .json-editor .actions-container .validate:disabled {
|
|
930
|
-
color: #babdcc;
|
|
931
|
-
border-color: #a2a5b6;
|
|
932
|
-
}
|
|
933
|
-
.json-editor-container .json-editor .actions-container .beautify {
|
|
934
|
-
color: #fff;
|
|
935
|
-
text-align: center;
|
|
936
|
-
font-size: 1rem;
|
|
937
|
-
font-style: normal;
|
|
938
|
-
font-weight: 600;
|
|
939
|
-
line-height: 1.25rem;
|
|
940
|
-
width: 8.75rem;
|
|
941
|
-
padding: 0.625rem 2.25rem;
|
|
942
|
-
background-color: rgba(240, 248, 255, 0);
|
|
943
|
-
border-radius: 0.3125rem;
|
|
944
|
-
border: 1px solid #babdcc;
|
|
945
|
-
cursor: pointer;
|
|
946
|
-
}
|
|
947
|
-
.json-editor-container .json-editor .actions-container .beautify:disabled {
|
|
948
|
-
color: #a2a5b6;
|
|
949
|
-
border-color: #a2a5b6;
|
|
950
|
-
}
|
|
951
|
-
.json-editor-container .json-editor textarea {
|
|
952
|
-
width: 100%;
|
|
953
|
-
padding: 1.25rem;
|
|
954
|
-
font-size: 0.875rem;
|
|
955
|
-
font-style: normal;
|
|
956
|
-
font-weight: 400;
|
|
957
|
-
line-height: 1.25rem;
|
|
958
|
-
color: white;
|
|
959
|
-
height: 25rem;
|
|
960
|
-
background-color: #142452;
|
|
961
|
-
border: none;
|
|
962
|
-
resize: none;
|
|
963
|
-
}
|
|
964
|
-
.json-editor-container .json-editor textarea:focus, .json-editor-container .json-editor textarea:focus-within, .json-editor-container .json-editor textarea:focus-visible .json-editor-container .json-editor textarea:active {
|
|
965
|
-
outline: none;
|
|
966
|
-
border: none;
|
|
967
|
-
}
|
|
968
|
-
.json-editor-container .json-editor textarea::-webkit-scrollbar {
|
|
969
|
-
width: 0.5rem;
|
|
970
|
-
}
|
|
971
|
-
.json-editor-container .json-editor textarea::-webkit-scrollbar-track {
|
|
972
|
-
background-color: #828699;
|
|
973
|
-
border: none;
|
|
974
|
-
border-color: transparent;
|
|
975
|
-
border-top-left-radius: 0;
|
|
976
|
-
}
|
|
977
|
-
.json-editor-container .json-editor textarea::-webkit-scrollbar-thumb {
|
|
978
|
-
background-color: #d8dae5;
|
|
979
|
-
border: none;
|
|
980
|
-
border-color: transparent;
|
|
981
|
-
border-radius: 0;
|
|
982
|
-
}
|
|
983
|
-
.json-editor-container .json-editor.invalid {
|
|
984
|
-
outline: 1px solid #ce2828 !important;
|
|
985
|
-
}
|
|
986
|
-
.json-editor-container .error-message {
|
|
987
|
-
color: #ce2828;
|
|
988
|
-
font-size: 0.75rem;
|
|
989
|
-
line-height: 1.25rem;
|
|
990
|
-
margin-top: 0.625rem;
|
|
991
|
-
}
|
|
992
|
-
.json-editor-container.disabled .json-editor textarea {
|
|
993
|
-
background-color: white;
|
|
994
|
-
color: #12131a;
|
|
995
|
-
}#common-dialog.dialog-content-wrapper {
|
|
996
|
-
overflow: visible !important;
|
|
997
|
-
max-height: 100%;
|
|
998
|
-
width: 22.1875rem;
|
|
999
|
-
}
|
|
1000
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root {
|
|
1001
|
-
overflow: visible !important;
|
|
1002
|
-
border-radius: 0.625rem;
|
|
1003
|
-
max-height: 100%;
|
|
1004
|
-
}
|
|
1005
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
|
|
1006
|
-
padding: 0 1.875rem !important;
|
|
1007
|
-
overflow: visible !important;
|
|
1008
|
-
max-height: 100%;
|
|
1009
|
-
}
|
|
1010
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
|
|
1011
|
-
position: relative;
|
|
1012
|
-
}
|
|
1013
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
|
|
1014
|
-
position: absolute;
|
|
1015
|
-
z-index: 1;
|
|
1016
|
-
top: 1.5rem;
|
|
1017
|
-
right: 0;
|
|
1018
|
-
transform: translate(0.625rem, -0.625rem);
|
|
1019
|
-
cursor: pointer;
|
|
1020
|
-
}
|
|
1021
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
|
|
1022
|
-
display: flex;
|
|
1023
|
-
padding-top: 0.5rem;
|
|
1024
|
-
position: relative;
|
|
1025
|
-
}
|
|
1026
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
|
|
1027
|
-
margin-top: 1rem;
|
|
1028
|
-
margin-bottom: 1.5rem;
|
|
1029
|
-
margin-inline: auto;
|
|
1030
|
-
}
|
|
1031
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
|
|
1032
|
-
stroke: #12131a;
|
|
1033
|
-
}
|
|
1034
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
|
|
1035
|
-
stroke: #12131a;
|
|
1036
|
-
}
|
|
1037
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
|
|
1038
|
-
fill: #12131a;
|
|
1039
|
-
}
|
|
1040
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
|
|
1041
|
-
stroke: #faad14;
|
|
1042
|
-
}
|
|
1043
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
|
|
1044
|
-
stroke: #faad14;
|
|
1045
|
-
}
|
|
1046
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
|
|
1047
|
-
stroke: #da3f3f;
|
|
1048
|
-
}
|
|
1049
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
|
|
1050
|
-
stroke: #da3f3f;
|
|
1051
|
-
}
|
|
1052
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
|
|
1053
|
-
fill: #da3f3f;
|
|
1054
|
-
}
|
|
1055
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
|
|
1056
|
-
font-size: 1.5rem;
|
|
1057
|
-
font-weight: 500;
|
|
1058
|
-
line-height: 1.875rem;
|
|
1059
|
-
text-align: center;
|
|
1060
|
-
margin-bottom: 0.625rem;
|
|
1061
|
-
}
|
|
1062
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
|
|
1063
|
-
color: #da3f3f;
|
|
1064
|
-
}
|
|
1065
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
|
|
1066
|
-
color: #faad14;
|
|
1067
|
-
}
|
|
1068
|
-
#common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
|
|
1069
|
-
display: flex;
|
|
1070
|
-
gap: 1.25rem;
|
|
1071
|
-
margin-top: 1.875rem;
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
.common-dialog {
|
|
1075
|
-
position: relative;
|
|
1076
|
-
}
|
|
1077
|
-
.common-dialog .close-icon {
|
|
1078
|
-
position: absolute !important;
|
|
1079
|
-
z-index: 1 !important;
|
|
1080
|
-
top: 0.75rem !important;
|
|
1081
|
-
right: 0.4rem !important;
|
|
1082
|
-
transform: translate(0.625rem, -0.625rem) !important;
|
|
1083
|
-
cursor: pointer !important;
|
|
1084
|
-
}
|
|
1085
|
-
.common-dialog .confirmation-dialog-header {
|
|
1086
|
-
display: flex;
|
|
1087
|
-
padding-top: 0.5rem;
|
|
1088
|
-
position: relative;
|
|
1089
|
-
}
|
|
1090
|
-
.common-dialog .confirmation-dialog-header .icon {
|
|
1091
|
-
margin-top: 1rem;
|
|
1092
|
-
margin-bottom: 1.5rem;
|
|
1093
|
-
margin-inline: auto;
|
|
1094
|
-
}
|
|
1095
|
-
.common-dialog .confirmation-dialog-header .icon.info path {
|
|
1096
|
-
stroke: #12131a;
|
|
1097
|
-
}
|
|
1098
|
-
.common-dialog .confirmation-dialog-header .icon.info line {
|
|
1099
|
-
stroke: #12131a;
|
|
1100
|
-
}
|
|
1101
|
-
.common-dialog .confirmation-dialog-header .icon.info line + path {
|
|
1102
|
-
fill: #12131a;
|
|
1103
|
-
}
|
|
1104
|
-
.common-dialog .confirmation-dialog-header .icon.warning path {
|
|
1105
|
-
stroke: #faad14;
|
|
1106
|
-
}
|
|
1107
|
-
.common-dialog .confirmation-dialog-header .icon.warning line {
|
|
1108
|
-
stroke: #faad14;
|
|
1109
|
-
}
|
|
1110
|
-
.common-dialog .confirmation-dialog-header .icon.error path {
|
|
1111
|
-
stroke: #da3f3f;
|
|
1112
|
-
}
|
|
1113
|
-
.common-dialog .confirmation-dialog-header .icon.error line {
|
|
1114
|
-
stroke: #da3f3f;
|
|
1115
|
-
}
|
|
1116
|
-
.common-dialog .confirmation-dialog-header .icon.error line + path {
|
|
1117
|
-
fill: #da3f3f;
|
|
1118
|
-
}
|
|
1119
|
-
.common-dialog .confirmation-title {
|
|
1120
|
-
font-size: 1.5rem;
|
|
1121
|
-
font-weight: 500;
|
|
1122
|
-
line-height: 1.875rem;
|
|
1123
|
-
text-align: center;
|
|
1124
|
-
margin-bottom: 0.625rem;
|
|
1125
|
-
}
|
|
1126
|
-
.common-dialog .confirmation-title.error-title {
|
|
1127
|
-
color: #da3f3f;
|
|
1128
|
-
}
|
|
1129
|
-
.common-dialog .confirmation-title.warning-title {
|
|
1130
|
-
color: #faad14;
|
|
1131
|
-
}
|
|
1132
|
-
.common-dialog .confirmation-dialog-footer {
|
|
1133
|
-
display: flex;
|
|
1134
|
-
gap: 1.25rem;
|
|
1135
|
-
margin-top: 1.875rem;
|
|
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
|
-
#EnumButton {
|
|
1219
|
-
display: flex;
|
|
1220
|
-
justify-content: center;
|
|
1221
|
-
align-items: center;
|
|
1222
|
-
border: 0.0375rem solid #babdcc;
|
|
1223
|
-
border-radius: 0.3125rem;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
div.endBtnIcon {
|
|
1227
|
-
align-self: center !important;
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
.methodDescForEnum {
|
|
1231
|
-
width: 16.875rem !important;
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.select-inputs {
|
|
1235
|
-
display: flex;
|
|
1236
|
-
flex-direction: row;
|
|
1237
|
-
gap: 0.625rem;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
.addEnumButton {
|
|
1241
|
-
color: #4d75d8 !important;
|
|
928
|
+
|
|
929
|
+
.addEnumButton {
|
|
930
|
+
color: #4d75d8 !important;
|
|
1242
931
|
display: flex;
|
|
1243
932
|
flex-direction: row;
|
|
1244
933
|
align-items: center;
|
|
@@ -1340,68 +1029,379 @@ div.endBtnIcon {
|
|
|
1340
1029
|
text-overflow: ellipsis;
|
|
1341
1030
|
overflow: visible !important;
|
|
1342
1031
|
}
|
|
1343
|
-
.tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn .btnContentWrapper .endBtnIcon svg path,
|
|
1344
|
-
.tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :link .btnContentWrapper .endBtnIcon svg path,
|
|
1345
|
-
.tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :visited .btnContentWrapper .endBtnIcon svg path {
|
|
1346
|
-
stroke-width: 0.1 !important;
|
|
1347
|
-
fill: #12131a !important;
|
|
1032
|
+
.tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn .btnContentWrapper .endBtnIcon svg path,
|
|
1033
|
+
.tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :link .btnContentWrapper .endBtnIcon svg path,
|
|
1034
|
+
.tableSectionContainer .tableContainer .table .tableBody tr td:nth-child(2) .tableData .customBtn :visited .btnContentWrapper .endBtnIcon svg path {
|
|
1035
|
+
stroke-width: 0.1 !important;
|
|
1036
|
+
fill: #12131a !important;
|
|
1037
|
+
}
|
|
1038
|
+
.tableSectionContainer .tableContainer .table .tableBody tr:hover {
|
|
1039
|
+
background-color: var(--background-color-gray-10);
|
|
1040
|
+
}
|
|
1041
|
+
.tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow {
|
|
1042
|
+
background-color: var(--background-color-white-secondary);
|
|
1043
|
+
height: 4.375rem;
|
|
1044
|
+
}
|
|
1045
|
+
.tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow:hover {
|
|
1046
|
+
background-color: var(--background-color-white-secondary);
|
|
1047
|
+
}
|
|
1048
|
+
.tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer {
|
|
1049
|
+
width: 100%;
|
|
1050
|
+
height: 100%;
|
|
1051
|
+
color: var(--text-color-quaternary);
|
|
1052
|
+
}
|
|
1053
|
+
.tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer {
|
|
1054
|
+
display: flex;
|
|
1055
|
+
flex-direction: row;
|
|
1056
|
+
align-items: center;
|
|
1057
|
+
justify-content: center;
|
|
1058
|
+
width: 100%;
|
|
1059
|
+
height: 100%;
|
|
1060
|
+
}
|
|
1061
|
+
.tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer .fallbackText {
|
|
1062
|
+
font-style: normal;
|
|
1063
|
+
font-weight: 400;
|
|
1064
|
+
font-size: 0.875rem;
|
|
1065
|
+
line-height: 1.25rem;
|
|
1066
|
+
}
|
|
1067
|
+
.tableSectionContainer .tableContainer .table th,
|
|
1068
|
+
.tableSectionContainer .tableContainer .table td {
|
|
1069
|
+
text-align: left;
|
|
1070
|
+
}
|
|
1071
|
+
.tableSectionContainer .tableFooterContainer {
|
|
1072
|
+
display: flex;
|
|
1073
|
+
width: 100%;
|
|
1074
|
+
height: auto;
|
|
1075
|
+
}
|
|
1076
|
+
.tableSectionContainer .ascArrow {
|
|
1077
|
+
height: 0.8125rem;
|
|
1078
|
+
margin-bottom: 0.4375rem;
|
|
1079
|
+
cursor: pointer;
|
|
1080
|
+
}
|
|
1081
|
+
.tableSectionContainer .descArrow {
|
|
1082
|
+
height: 0.8125rem;
|
|
1083
|
+
margin-top: 0.4375rem;
|
|
1084
|
+
cursor: pointer;
|
|
1085
|
+
}
|
|
1086
|
+
.tableSectionContainer .defaultSortArrow {
|
|
1087
|
+
height: 1.25rem;
|
|
1088
|
+
cursor: pointer;
|
|
1089
|
+
}
|
|
1090
|
+
.tableSectionContainer .ascArrow path,
|
|
1091
|
+
.tableSectionContainer .descArrow path,
|
|
1092
|
+
.tableSectionContainer .defaultSortArrow path {
|
|
1093
|
+
fill: var(--Gray-50);
|
|
1094
|
+
}.tooltip-custom-wrapper {
|
|
1095
|
+
display: flex;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
[data-tippy-root] {
|
|
1099
|
+
z-index: 2 !important;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.tippy-box {
|
|
1103
|
+
background-color: #202f5b;
|
|
1104
|
+
font-size: 0.875rem;
|
|
1105
|
+
border-radius: 0.3125rem;
|
|
1106
|
+
width: max-content;
|
|
1107
|
+
max-width: 100%;
|
|
1108
|
+
overflow-wrap: break-word;
|
|
1109
|
+
word-break: break-word;
|
|
1110
|
+
position: relative;
|
|
1111
|
+
border: 1px solid #d8dae5;
|
|
1112
|
+
z-index: 2;
|
|
1113
|
+
}
|
|
1114
|
+
.tippy-box.function .tippy-content {
|
|
1115
|
+
background-color: #fff !important;
|
|
1116
|
+
color: #000 !important;
|
|
1117
|
+
}
|
|
1118
|
+
.tippy-box.function[data-placement] > .tippy-arrow:before {
|
|
1119
|
+
color: #fff !important;
|
|
1120
|
+
}
|
|
1121
|
+
.tippy-box.info .tippy-arrow {
|
|
1122
|
+
color: #202f5b;
|
|
1123
|
+
}
|
|
1124
|
+
.tippy-box.success {
|
|
1125
|
+
border-radius: 1.875rem;
|
|
1126
|
+
background-color: #3aaa35;
|
|
1127
|
+
padding-inline: 0.625rem;
|
|
1128
|
+
}
|
|
1129
|
+
.tippy-box .tippy-content {
|
|
1130
|
+
text-align: justify;
|
|
1131
|
+
font-size: 0.875rem;
|
|
1132
|
+
line-height: 1.25rem;
|
|
1133
|
+
padding: 0.625rem;
|
|
1134
|
+
}
|
|
1135
|
+
.tippy-box .tippy-arrow {
|
|
1136
|
+
position: relative;
|
|
1137
|
+
width: 1rem;
|
|
1138
|
+
height: 1rem;
|
|
1139
|
+
}
|
|
1140
|
+
.tippy-box[data-placement^=top] .tippy-arrow:before {
|
|
1141
|
+
bottom: -0.4375rem;
|
|
1142
|
+
border-width: 0.5rem 0.5rem 0 !important;
|
|
1143
|
+
}
|
|
1144
|
+
.tippy-box[data-placement^=right] .tippy-arrow:before {
|
|
1145
|
+
left: -0.4375rem;
|
|
1146
|
+
border-width: 0.5rem 0.5rem 0.5rem 0 !important;
|
|
1147
|
+
}
|
|
1148
|
+
.tippy-box[data-placement^=bottom] .tippy-arrow:before {
|
|
1149
|
+
top: -0.4375rem;
|
|
1150
|
+
border-width: 0 0.5rem 0.5rem !important;
|
|
1151
|
+
}
|
|
1152
|
+
.tippy-box[data-placement^=left] .tippy-arrow:before {
|
|
1153
|
+
right: -0.4375rem;
|
|
1154
|
+
border-width: 0.5rem 0 0.5rem 0.5rem !important;
|
|
1155
|
+
}
|
|
1156
|
+
.tippy-box[data-placement^=bottom-start] .tippy-arrow {
|
|
1157
|
+
transform: translate(0.937rem, 0) !important;
|
|
1158
|
+
}
|
|
1159
|
+
.tippy-box[data-placement^=bottom-end] .tippy-arrow {
|
|
1160
|
+
margin-left: calc(100% - 1.937rem);
|
|
1161
|
+
transform: translate(0, 0) !important;
|
|
1162
|
+
}
|
|
1163
|
+
.tippy-box[data-placement^=top-start] .tippy-arrow {
|
|
1164
|
+
transform: translate(0.937rem, 0) !important;
|
|
1165
|
+
}
|
|
1166
|
+
.tippy-box[data-placement^=top-end] .tippy-arrow {
|
|
1167
|
+
transform: translate(0.937rem, 0) !important;
|
|
1168
|
+
}
|
|
1169
|
+
.tippy-box.arrow-with-border {
|
|
1170
|
+
border: 1px solid #d8dae5;
|
|
1171
|
+
}
|
|
1172
|
+
.tippy-box.arrow-with-border[data-placement] .tippy-arrow {
|
|
1173
|
+
top: 1px;
|
|
1174
|
+
background-color: white;
|
|
1175
|
+
z-index: 2;
|
|
1176
|
+
height: 1px;
|
|
1177
|
+
}
|
|
1178
|
+
.tippy-box.arrow-with-border[data-placement] .tippy-arrow:before {
|
|
1179
|
+
width: 0.625rem;
|
|
1180
|
+
height: 0.625rem;
|
|
1181
|
+
background-color: white;
|
|
1182
|
+
transform: rotate(45deg);
|
|
1183
|
+
border: none;
|
|
1184
|
+
border-left: 1px solid #d8dae5 !important;
|
|
1185
|
+
border-top: 1px solid #d8dae5 !important;
|
|
1186
|
+
z-index: 2;
|
|
1187
|
+
top: -0.45rem;
|
|
1188
|
+
transform-origin: center !important;
|
|
1189
|
+
}.json-editor-container {
|
|
1190
|
+
overflow: hidden;
|
|
1191
|
+
border-bottom-right-radius: 0.3125rem;
|
|
1192
|
+
border-bottom-left-radius: 0.3125rem;
|
|
1193
|
+
}
|
|
1194
|
+
.json-editor-container .json-editor-label {
|
|
1195
|
+
font-size: 0.875rem;
|
|
1196
|
+
font-weight: 600;
|
|
1197
|
+
line-height: 1.25rem;
|
|
1198
|
+
margin-bottom: 0.3125rem;
|
|
1199
|
+
}
|
|
1200
|
+
.json-editor-container .json-editor {
|
|
1201
|
+
display: flex;
|
|
1202
|
+
flex-direction: column;
|
|
1203
|
+
background-color: #142452;
|
|
1204
|
+
width: 100%;
|
|
1205
|
+
outline: 1px solid transparent;
|
|
1206
|
+
position: relative;
|
|
1207
|
+
overflow: hidden;
|
|
1208
|
+
}
|
|
1209
|
+
.json-editor-container .json-editor .actions-container {
|
|
1210
|
+
width: 100%;
|
|
1211
|
+
height: 5rem;
|
|
1212
|
+
padding: 1.25rem;
|
|
1213
|
+
border-radius: 0 0 0.3125rem 0.3125rem;
|
|
1214
|
+
background: #101e47;
|
|
1215
|
+
display: flex;
|
|
1216
|
+
flex-direction: row;
|
|
1217
|
+
gap: 1.25rem;
|
|
1218
|
+
align-items: center;
|
|
1219
|
+
}
|
|
1220
|
+
.json-editor-container .json-editor .actions-container .validate {
|
|
1221
|
+
color: #fff;
|
|
1222
|
+
text-align: center;
|
|
1223
|
+
font-size: 1rem;
|
|
1224
|
+
font-style: normal;
|
|
1225
|
+
font-weight: 600;
|
|
1226
|
+
line-height: 1.25rem;
|
|
1227
|
+
width: 8.75rem;
|
|
1228
|
+
padding: 0.625rem 2.25rem;
|
|
1229
|
+
background-color: rgba(240, 248, 255, 0);
|
|
1230
|
+
border-radius: 0.3125rem;
|
|
1231
|
+
border: 0.0625rem solid #4d75d8;
|
|
1232
|
+
cursor: pointer;
|
|
1233
|
+
}
|
|
1234
|
+
.json-editor-container .json-editor .actions-container .validate:disabled {
|
|
1235
|
+
color: #babdcc;
|
|
1236
|
+
border-color: #a2a5b6;
|
|
1237
|
+
}
|
|
1238
|
+
.json-editor-container .json-editor .actions-container .beautify {
|
|
1239
|
+
color: #fff;
|
|
1240
|
+
text-align: center;
|
|
1241
|
+
font-size: 1rem;
|
|
1242
|
+
font-style: normal;
|
|
1243
|
+
font-weight: 600;
|
|
1244
|
+
line-height: 1.25rem;
|
|
1245
|
+
width: 8.75rem;
|
|
1246
|
+
padding: 0.625rem 2.25rem;
|
|
1247
|
+
background-color: rgba(240, 248, 255, 0);
|
|
1248
|
+
border-radius: 0.3125rem;
|
|
1249
|
+
border: 1px solid #babdcc;
|
|
1250
|
+
cursor: pointer;
|
|
1251
|
+
}
|
|
1252
|
+
.json-editor-container .json-editor .actions-container .beautify:disabled {
|
|
1253
|
+
color: #a2a5b6;
|
|
1254
|
+
border-color: #a2a5b6;
|
|
1255
|
+
}
|
|
1256
|
+
.json-editor-container .json-editor textarea {
|
|
1257
|
+
width: 100%;
|
|
1258
|
+
padding: 1.25rem;
|
|
1259
|
+
font-size: 0.875rem;
|
|
1260
|
+
font-style: normal;
|
|
1261
|
+
font-weight: 400;
|
|
1262
|
+
line-height: 1.25rem;
|
|
1263
|
+
color: white;
|
|
1264
|
+
height: 25rem;
|
|
1265
|
+
background-color: #142452;
|
|
1266
|
+
border: none;
|
|
1267
|
+
resize: none;
|
|
1348
1268
|
}
|
|
1349
|
-
.
|
|
1350
|
-
|
|
1269
|
+
.json-editor-container .json-editor textarea:focus, .json-editor-container .json-editor textarea:focus-within, .json-editor-container .json-editor textarea:focus-visible .json-editor-container .json-editor textarea:active {
|
|
1270
|
+
outline: none;
|
|
1271
|
+
border: none;
|
|
1351
1272
|
}
|
|
1352
|
-
.
|
|
1353
|
-
|
|
1354
|
-
height: 4.375rem;
|
|
1273
|
+
.json-editor-container .json-editor textarea::-webkit-scrollbar {
|
|
1274
|
+
width: 0.5rem;
|
|
1355
1275
|
}
|
|
1356
|
-
.
|
|
1357
|
-
background-color:
|
|
1276
|
+
.json-editor-container .json-editor textarea::-webkit-scrollbar-track {
|
|
1277
|
+
background-color: #828699;
|
|
1278
|
+
border: none;
|
|
1279
|
+
border-color: transparent;
|
|
1280
|
+
border-top-left-radius: 0;
|
|
1358
1281
|
}
|
|
1359
|
-
.
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
color:
|
|
1282
|
+
.json-editor-container .json-editor textarea::-webkit-scrollbar-thumb {
|
|
1283
|
+
background-color: #d8dae5;
|
|
1284
|
+
border: none;
|
|
1285
|
+
border-color: transparent;
|
|
1286
|
+
border-radius: 0;
|
|
1363
1287
|
}
|
|
1364
|
-
.
|
|
1365
|
-
|
|
1366
|
-
flex-direction: row;
|
|
1367
|
-
align-items: center;
|
|
1368
|
-
justify-content: center;
|
|
1369
|
-
width: 100%;
|
|
1370
|
-
height: 100%;
|
|
1288
|
+
.json-editor-container .json-editor.invalid {
|
|
1289
|
+
outline: 1px solid #ce2828 !important;
|
|
1371
1290
|
}
|
|
1372
|
-
.
|
|
1373
|
-
|
|
1374
|
-
font-
|
|
1375
|
-
font-size: 0.875rem;
|
|
1291
|
+
.json-editor-container .error-message {
|
|
1292
|
+
color: #ce2828;
|
|
1293
|
+
font-size: 0.75rem;
|
|
1376
1294
|
line-height: 1.25rem;
|
|
1295
|
+
margin-top: 0.625rem;
|
|
1377
1296
|
}
|
|
1378
|
-
.
|
|
1379
|
-
|
|
1380
|
-
|
|
1297
|
+
.json-editor-container.disabled .json-editor textarea {
|
|
1298
|
+
background-color: white;
|
|
1299
|
+
color: #12131a;
|
|
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;
|
|
1381
1380
|
}
|
|
1382
|
-
|
|
1381
|
+
|
|
1382
|
+
.drawerItemContainer {
|
|
1383
1383
|
display: flex;
|
|
1384
|
-
|
|
1385
|
-
height: auto;
|
|
1384
|
+
flex-direction: column;
|
|
1386
1385
|
}
|
|
1387
|
-
.
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
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;
|
|
1391
1393
|
}
|
|
1392
|
-
.
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1394
|
+
.drawerItemContainer .text {
|
|
1395
|
+
color: #000;
|
|
1396
|
+
font-weight: 400;
|
|
1397
|
+
font-size: 24px;
|
|
1398
|
+
line-height: 25px;
|
|
1396
1399
|
}
|
|
1397
|
-
.
|
|
1398
|
-
|
|
1399
|
-
cursor: pointer;
|
|
1400
|
+
.drawerItemContainer .color-green {
|
|
1401
|
+
color: var(--color-success);
|
|
1400
1402
|
}
|
|
1401
|
-
.
|
|
1402
|
-
|
|
1403
|
-
.tableSectionContainer .defaultSortArrow path {
|
|
1404
|
-
fill: var(--Gray-50);
|
|
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;
|
|
@@ -1814,6 +1814,42 @@ div.endBtnIcon {
|
|
|
1814
1814
|
}
|
|
1815
1815
|
:global .guide-tooltip.guide-tooltip.guide-tooltip.guide-tooltip .tippy-arrow.tippy-arrow.tippy-arrow.tippy-arrow::before {
|
|
1816
1816
|
color: #000;
|
|
1817
|
+
}.codebox {
|
|
1818
|
+
border-radius: 0.25rem;
|
|
1819
|
+
overflow: hidden;
|
|
1820
|
+
}
|
|
1821
|
+
.codebox_header {
|
|
1822
|
+
display: flex;
|
|
1823
|
+
align-items: center;
|
|
1824
|
+
gap: 0.25rem;
|
|
1825
|
+
padding-left: 0.5rem;
|
|
1826
|
+
height: 1.75rem;
|
|
1827
|
+
border: 1px solid #bbbec5;
|
|
1828
|
+
border-top-right-radius: 0.25rem;
|
|
1829
|
+
border-top-left-radius: 0.25rem;
|
|
1830
|
+
}
|
|
1831
|
+
.codebox_header_themeToggle {
|
|
1832
|
+
width: 0.75rem;
|
|
1833
|
+
min-width: 0.75rem;
|
|
1834
|
+
aspect-ratio: 1/1;
|
|
1835
|
+
border: 1px solid transparent;
|
|
1836
|
+
border-radius: 100%;
|
|
1837
|
+
cursor: pointer;
|
|
1838
|
+
}
|
|
1839
|
+
.codebox_header_themeToggle_dark {
|
|
1840
|
+
background-color: #455162;
|
|
1841
|
+
border-color: #6b7280;
|
|
1842
|
+
}
|
|
1843
|
+
.codebox_header_themeToggle_light {
|
|
1844
|
+
background-color: #edf1fb;
|
|
1845
|
+
border-color: #6b7280;
|
|
1846
|
+
}
|
|
1847
|
+
.codebox_header_copyIcon {
|
|
1848
|
+
cursor: pointer;
|
|
1849
|
+
}
|
|
1850
|
+
.codebox :global(.custom-code-line),
|
|
1851
|
+
.codebox :global(.custom-code-line span) {
|
|
1852
|
+
font-family: "Cascadia Code", sans-serif;
|
|
1817
1853
|
}.apiDocsAside {
|
|
1818
1854
|
width: 22.5rem;
|
|
1819
1855
|
padding: 3rem 1.5rem;
|
|
@@ -1900,42 +1936,6 @@ div.endBtnIcon {
|
|
|
1900
1936
|
}
|
|
1901
1937
|
.apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
|
|
1902
1938
|
padding-right: 0.75rem !important;
|
|
1903
|
-
}.codebox {
|
|
1904
|
-
border-radius: 0.25rem;
|
|
1905
|
-
overflow: hidden;
|
|
1906
|
-
}
|
|
1907
|
-
.codebox_header {
|
|
1908
|
-
display: flex;
|
|
1909
|
-
align-items: center;
|
|
1910
|
-
gap: 0.25rem;
|
|
1911
|
-
padding-left: 0.5rem;
|
|
1912
|
-
height: 1.75rem;
|
|
1913
|
-
border: 1px solid #bbbec5;
|
|
1914
|
-
border-top-right-radius: 0.25rem;
|
|
1915
|
-
border-top-left-radius: 0.25rem;
|
|
1916
|
-
}
|
|
1917
|
-
.codebox_header_themeToggle {
|
|
1918
|
-
width: 0.75rem;
|
|
1919
|
-
min-width: 0.75rem;
|
|
1920
|
-
aspect-ratio: 1/1;
|
|
1921
|
-
border: 1px solid transparent;
|
|
1922
|
-
border-radius: 100%;
|
|
1923
|
-
cursor: pointer;
|
|
1924
|
-
}
|
|
1925
|
-
.codebox_header_themeToggle_dark {
|
|
1926
|
-
background-color: #455162;
|
|
1927
|
-
border-color: #6b7280;
|
|
1928
|
-
}
|
|
1929
|
-
.codebox_header_themeToggle_light {
|
|
1930
|
-
background-color: #edf1fb;
|
|
1931
|
-
border-color: #6b7280;
|
|
1932
|
-
}
|
|
1933
|
-
.codebox_header_copyIcon {
|
|
1934
|
-
cursor: pointer;
|
|
1935
|
-
}
|
|
1936
|
-
.codebox :global(.custom-code-line),
|
|
1937
|
-
.codebox :global(.custom-code-line span) {
|
|
1938
|
-
font-family: "Cascadia Code", sans-serif;
|
|
1939
1939
|
}.api-details-page {
|
|
1940
1940
|
padding: 2rem;
|
|
1941
1941
|
}
|