@digi-frontend/dgate-api-documentation 1.0.70 → 1.0.71

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
@@ -606,147 +606,117 @@
606
606
  z-index: 2;
607
607
  top: -0.45rem;
608
608
  transform-origin: center !important;
609
- }#common-dialog.dialog-content-wrapper {
610
- overflow: visible !important;
611
- max-height: 100%;
612
- width: 22.1875rem;
613
- }
614
- #common-dialog.dialog-content-wrapper .dialog-content-root {
615
- overflow: visible !important;
616
- border-radius: 0.625rem;
617
- max-height: 100%;
618
- }
619
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
620
- padding: 0 1.875rem !important;
621
- overflow: visible !important;
622
- max-height: 100%;
623
- }
624
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
625
- position: relative;
609
+ }.json-editor-container {
610
+ overflow: hidden;
611
+ border-bottom-right-radius: 0.3125rem;
612
+ border-bottom-left-radius: 0.3125rem;
626
613
  }
627
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
628
- position: absolute;
629
- z-index: 1;
630
- top: 1.5rem;
631
- right: 0;
632
- transform: translate(0.625rem, -0.625rem);
633
- cursor: pointer;
614
+ .json-editor-container .json-editor-label {
615
+ font-size: 0.875rem;
616
+ font-weight: 600;
617
+ line-height: 1.25rem;
618
+ margin-bottom: 0.3125rem;
634
619
  }
635
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
620
+ .json-editor-container .json-editor {
636
621
  display: flex;
637
- padding-top: 0.5rem;
622
+ flex-direction: column;
623
+ background-color: #142452;
624
+ width: 100%;
625
+ outline: 1px solid transparent;
638
626
  position: relative;
627
+ overflow: hidden;
639
628
  }
640
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
641
- margin-top: 1rem;
642
- margin-bottom: 1.5rem;
643
- margin-inline: auto;
644
- }
645
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
646
- stroke: #12131a;
647
- }
648
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
649
- stroke: #12131a;
650
- }
651
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
652
- fill: #12131a;
653
- }
654
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
655
- stroke: #faad14;
656
- }
657
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
658
- stroke: #faad14;
659
- }
660
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
661
- stroke: #da3f3f;
662
- }
663
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
664
- stroke: #da3f3f;
665
- }
666
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
667
- fill: #da3f3f;
668
- }
669
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
670
- font-size: 1.5rem;
671
- font-weight: 500;
672
- line-height: 1.875rem;
673
- text-align: center;
674
- margin-bottom: 0.625rem;
675
- }
676
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
677
- color: #da3f3f;
678
- }
679
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
680
- color: #faad14;
681
- }
682
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
629
+ .json-editor-container .json-editor .actions-container {
630
+ width: 100%;
631
+ height: 5rem;
632
+ padding: 1.25rem;
633
+ border-radius: 0 0 0.3125rem 0.3125rem;
634
+ background: #101e47;
683
635
  display: flex;
636
+ flex-direction: row;
684
637
  gap: 1.25rem;
685
- margin-top: 1.875rem;
686
- }
687
-
688
- .common-dialog {
689
- position: relative;
690
- }
691
- .common-dialog .close-icon {
692
- position: absolute !important;
693
- z-index: 1 !important;
694
- top: 0.75rem !important;
695
- right: 0.4rem !important;
696
- transform: translate(0.625rem, -0.625rem) !important;
697
- cursor: pointer !important;
698
- }
699
- .common-dialog .confirmation-dialog-header {
700
- display: flex;
701
- padding-top: 0.5rem;
702
- position: relative;
703
- }
704
- .common-dialog .confirmation-dialog-header .icon {
705
- margin-top: 1rem;
706
- margin-bottom: 1.5rem;
707
- margin-inline: auto;
638
+ align-items: center;
708
639
  }
709
- .common-dialog .confirmation-dialog-header .icon.info path {
710
- stroke: #12131a;
640
+ .json-editor-container .json-editor .actions-container .validate {
641
+ color: #fff;
642
+ text-align: center;
643
+ font-size: 1rem;
644
+ font-style: normal;
645
+ font-weight: 600;
646
+ line-height: 1.25rem;
647
+ width: 8.75rem;
648
+ padding: 0.625rem 2.25rem;
649
+ background-color: rgba(240, 248, 255, 0);
650
+ border-radius: 0.3125rem;
651
+ border: 0.0625rem solid #4d75d8;
652
+ cursor: pointer;
711
653
  }
712
- .common-dialog .confirmation-dialog-header .icon.info line {
713
- stroke: #12131a;
654
+ .json-editor-container .json-editor .actions-container .validate:disabled {
655
+ color: #babdcc;
656
+ border-color: #a2a5b6;
714
657
  }
715
- .common-dialog .confirmation-dialog-header .icon.info line + path {
716
- fill: #12131a;
658
+ .json-editor-container .json-editor .actions-container .beautify {
659
+ color: #fff;
660
+ text-align: center;
661
+ font-size: 1rem;
662
+ font-style: normal;
663
+ font-weight: 600;
664
+ line-height: 1.25rem;
665
+ width: 8.75rem;
666
+ padding: 0.625rem 2.25rem;
667
+ background-color: rgba(240, 248, 255, 0);
668
+ border-radius: 0.3125rem;
669
+ border: 1px solid #babdcc;
670
+ cursor: pointer;
717
671
  }
718
- .common-dialog .confirmation-dialog-header .icon.warning path {
719
- stroke: #faad14;
672
+ .json-editor-container .json-editor .actions-container .beautify:disabled {
673
+ color: #a2a5b6;
674
+ border-color: #a2a5b6;
720
675
  }
721
- .common-dialog .confirmation-dialog-header .icon.warning line {
722
- stroke: #faad14;
676
+ .json-editor-container .json-editor textarea {
677
+ width: 100%;
678
+ padding: 1.25rem;
679
+ font-size: 0.875rem;
680
+ font-style: normal;
681
+ font-weight: 400;
682
+ line-height: 1.25rem;
683
+ color: white;
684
+ height: 25rem;
685
+ background-color: #142452;
686
+ border: none;
687
+ resize: none;
723
688
  }
724
- .common-dialog .confirmation-dialog-header .icon.error path {
725
- stroke: #da3f3f;
689
+ .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 {
690
+ outline: none;
691
+ border: none;
726
692
  }
727
- .common-dialog .confirmation-dialog-header .icon.error line {
728
- stroke: #da3f3f;
693
+ .json-editor-container .json-editor textarea::-webkit-scrollbar {
694
+ width: 0.5rem;
729
695
  }
730
- .common-dialog .confirmation-dialog-header .icon.error line + path {
731
- fill: #da3f3f;
696
+ .json-editor-container .json-editor textarea::-webkit-scrollbar-track {
697
+ background-color: #828699;
698
+ border: none;
699
+ border-color: transparent;
700
+ border-top-left-radius: 0;
732
701
  }
733
- .common-dialog .confirmation-title {
734
- font-size: 1.5rem;
735
- font-weight: 500;
736
- line-height: 1.875rem;
737
- text-align: center;
738
- margin-bottom: 0.625rem;
702
+ .json-editor-container .json-editor textarea::-webkit-scrollbar-thumb {
703
+ background-color: #d8dae5;
704
+ border: none;
705
+ border-color: transparent;
706
+ border-radius: 0;
739
707
  }
740
- .common-dialog .confirmation-title.error-title {
741
- color: #da3f3f;
708
+ .json-editor-container .json-editor.invalid {
709
+ outline: 1px solid #ce2828 !important;
742
710
  }
743
- .common-dialog .confirmation-title.warning-title {
744
- color: #faad14;
711
+ .json-editor-container .error-message {
712
+ color: #ce2828;
713
+ font-size: 0.75rem;
714
+ line-height: 1.25rem;
715
+ margin-top: 0.625rem;
745
716
  }
746
- .common-dialog .confirmation-dialog-footer {
747
- display: flex;
748
- gap: 1.25rem;
749
- margin-top: 1.875rem;
717
+ .json-editor-container.disabled .json-editor textarea {
718
+ background-color: white;
719
+ color: #12131a;
750
720
  }.livePreviewContainer .titleContainer {
751
721
  margin-top: 1.875rem;
752
722
  display: flex;
@@ -917,222 +887,147 @@
917
887
  width: 0.625rem;
918
888
  aspect-ratio: 1/1;
919
889
  border-radius: 100%;
920
- }.json-editor-container {
921
- overflow: hidden;
922
- border-bottom-right-radius: 0.3125rem;
923
- border-bottom-left-radius: 0.3125rem;
890
+ }#common-dialog.dialog-content-wrapper {
891
+ overflow: visible !important;
892
+ max-height: 100%;
893
+ width: 22.1875rem;
924
894
  }
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;
895
+ #common-dialog.dialog-content-wrapper .dialog-content-root {
896
+ overflow: visible !important;
897
+ border-radius: 0.625rem;
898
+ max-height: 100%;
930
899
  }
931
- .json-editor-container .json-editor {
900
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content {
901
+ padding: 0 1.875rem !important;
902
+ overflow: visible !important;
903
+ max-height: 100%;
904
+ }
905
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog {
906
+ position: relative;
907
+ }
908
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .close-icon {
909
+ position: absolute;
910
+ z-index: 1;
911
+ top: 1.5rem;
912
+ right: 0;
913
+ transform: translate(0.625rem, -0.625rem);
914
+ cursor: pointer;
915
+ }
916
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
932
917
  display: flex;
933
- flex-direction: column;
934
- background-color: #142452;
935
- width: 100%;
936
- outline: 1px solid transparent;
918
+ padding-top: 0.5rem;
937
919
  position: relative;
938
- overflow: hidden;
939
920
  }
940
- .json-editor-container .json-editor .actions-container {
941
- width: 100%;
942
- height: 5rem;
943
- padding: 1.25rem;
944
- border-radius: 0 0 0.3125rem 0.3125rem;
945
- background: #101e47;
946
- display: flex;
947
- flex-direction: row;
948
- gap: 1.25rem;
949
- align-items: center;
921
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon {
922
+ margin-top: 1rem;
923
+ margin-bottom: 1.5rem;
924
+ margin-inline: auto;
950
925
  }
951
- .json-editor-container .json-editor .actions-container .validate {
952
- color: #fff;
953
- text-align: center;
954
- font-size: 1rem;
955
- font-style: normal;
956
- font-weight: 600;
957
- line-height: 1.25rem;
958
- width: 8.75rem;
959
- padding: 0.625rem 2.25rem;
960
- background-color: rgba(240, 248, 255, 0);
961
- border-radius: 0.3125rem;
962
- border: 0.0625rem solid #4d75d8;
963
- cursor: pointer;
926
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
927
+ stroke: #12131a;
964
928
  }
965
- .json-editor-container .json-editor .actions-container .validate:disabled {
966
- color: #babdcc;
967
- border-color: #a2a5b6;
929
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
930
+ stroke: #12131a;
968
931
  }
969
- .json-editor-container .json-editor .actions-container .beautify {
970
- color: #fff;
971
- text-align: center;
972
- font-size: 1rem;
973
- font-style: normal;
974
- font-weight: 600;
975
- line-height: 1.25rem;
976
- width: 8.75rem;
977
- padding: 0.625rem 2.25rem;
978
- background-color: rgba(240, 248, 255, 0);
979
- border-radius: 0.3125rem;
980
- border: 1px solid #babdcc;
981
- cursor: pointer;
932
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
933
+ fill: #12131a;
982
934
  }
983
- .json-editor-container .json-editor .actions-container .beautify:disabled {
984
- color: #a2a5b6;
985
- border-color: #a2a5b6;
935
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
936
+ stroke: #faad14;
986
937
  }
987
- .json-editor-container .json-editor textarea {
988
- width: 100%;
989
- padding: 1.25rem;
990
- font-size: 0.875rem;
991
- font-style: normal;
992
- font-weight: 400;
993
- line-height: 1.25rem;
994
- color: white;
995
- height: 25rem;
996
- background-color: #142452;
997
- border: none;
998
- resize: none;
938
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
939
+ stroke: #faad14;
999
940
  }
1000
- .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 {
1001
- outline: none;
1002
- border: none;
941
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
942
+ stroke: #da3f3f;
1003
943
  }
1004
- .json-editor-container .json-editor textarea::-webkit-scrollbar {
1005
- width: 0.5rem;
944
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
945
+ stroke: #da3f3f;
1006
946
  }
1007
- .json-editor-container .json-editor textarea::-webkit-scrollbar-track {
1008
- background-color: #828699;
1009
- border: none;
1010
- border-color: transparent;
1011
- border-top-left-radius: 0;
947
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
948
+ fill: #da3f3f;
1012
949
  }
1013
- .json-editor-container .json-editor textarea::-webkit-scrollbar-thumb {
1014
- background-color: #d8dae5;
1015
- border: none;
1016
- border-color: transparent;
1017
- border-radius: 0;
950
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title {
951
+ font-size: 1.5rem;
952
+ font-weight: 500;
953
+ line-height: 1.875rem;
954
+ text-align: center;
955
+ margin-bottom: 0.625rem;
1018
956
  }
1019
- .json-editor-container .json-editor.invalid {
1020
- outline: 1px solid #ce2828 !important;
957
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
958
+ color: #da3f3f;
1021
959
  }
1022
- .json-editor-container .error-message {
1023
- color: #ce2828;
1024
- font-size: 0.75rem;
1025
- line-height: 1.25rem;
1026
- margin-top: 0.625rem;
960
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
961
+ color: #faad14;
1027
962
  }
1028
- .json-editor-container.disabled .json-editor textarea {
1029
- background-color: white;
1030
- color: #12131a;
1031
- }:root {
1032
- --white: #fff;
1033
- --Gray-5: #f1f2f6;
1034
- --Gray-10: #ebecf2;
1035
- --Gray-20: #d8dae5;
1036
- --Gray-30: #babdcc;
1037
- --Gray-40: #9a9eb2;
1038
- --Gray-50: #828699;
1039
- --Gray-60: #696c80;
1040
- --Gray-100: #12131a;
1041
- --black: #000;
1042
- --primary-static: #4d75d8;
1043
- --primary-hover: #7c9bea;
1044
- --primary-active: #2c4fa4;
1045
- --primary-disabled: #9a9eb2;
1046
- --secondary-static: #40e0d0;
1047
- --secondary-hover: #9efcf2;
1048
- --secondary-active: #2fa599;
1049
- --error-static: #da3f3f;
1050
- --error-hover: #e75d5d;
1051
- --error-active: #bb3232;
1052
- --success-static: #3aaa35;
1053
- --success-hover: #5cda56;
1054
- --success-active: #2a8a25;
1055
- --info-static: #c6c6c6;
1056
- --info-hover: #e4e4e4;
1057
- --info-active: #979797;
1058
- --warning-static: #faad14;
1059
- --warning-hover: #f9be4a;
1060
- --warning-active: #db9711;
1061
- --action-static: #142452;
1062
- --action-hover: #21387d;
1063
- --action-active: #000000;
1064
- --color-info-primary: #3a6cd1;
1065
- --primary-font-color: #142452;
1066
- --placeholder-font-color: #babdcc;
1067
- --warning-font-color: #ce2828;
1068
- --alert-error: #da3f3f;
1069
- --alert-light-error: #f4c5c5;
1070
- --alert-success: #3aaa35;
1071
- --alert-light-success: #c4e5c2;
1072
- --alert-info: #8eaaf1;
1073
- --alert-light-info: #c4d3f1;
1074
- --alert-warning: #faad14;
1075
- --alert-light-warning: #fde6b8;
1076
- --border-focus: #3a6cd1;
1077
- --tooltip-background-color: #202f5b;
1078
- --text-color-primary: #142452;
1079
- --text-color-secondary: #ffff;
1080
- --text-color-neutral: #828699;
1081
- --text-color-tertiary: #808080;
1082
- --text-color-note: #242424;
1083
- --text-color-quaternary: #142452;
1084
- --text-color-disabled: #ffff;
1085
- --background-color-white-primary: #fff;
1086
- --background-color-light-primary: #8eaaf1;
1087
- --background-color-white-secondary: #fff;
1088
- --background-color-primary-dark: #142452;
1089
- --background-color-gray-5: #f1f2f6;
1090
- --background-color-gray-30: #ebecf2;
1091
- --background-color-tertiary-light: #2c4fa4;
1092
- --background-color-gray-10: #f1f2f6;
1093
- --background-color-gray-40: #ebecf2;
1094
- --background-color-light-blue: #dfe7f8;
1095
- --border-color-primary: #babdcc;
1096
- --border-color-secondary: #d8dae5;
1097
- --border-color-neutral: #ebecf2;
1098
- --border-color-tertiary: #ebecf2;
1099
- --border-color-gray: #ebecf2;
1100
- --border-color-hover: #142452;
1101
- --border-color-active: #3a6cd1;
1102
- --icon-color-main: #142452;
1103
- --icon-color-secondary: #000;
1104
- --icon-color-quaternary: #babdcc;
1105
- --icon-color-disabled: #9a9eb2;
1106
- --link-btn-primary-color: #3a6cd1;
1107
- --button-color-static: #4d75d8;
1108
- --button-color-hover: #7c9bea;
1109
- --button-color-active: #2c4fa4;
1110
- --alert-natural: #c4d3f1;
963
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
964
+ display: flex;
965
+ gap: 1.25rem;
966
+ margin-top: 1.875rem;
1111
967
  }
1112
968
 
1113
- .drawerItemContainer {
969
+ .common-dialog {
970
+ position: relative;
971
+ }
972
+ .common-dialog .close-icon {
973
+ position: absolute !important;
974
+ z-index: 1 !important;
975
+ top: 0.75rem !important;
976
+ right: 0.4rem !important;
977
+ transform: translate(0.625rem, -0.625rem) !important;
978
+ cursor: pointer !important;
979
+ }
980
+ .common-dialog .confirmation-dialog-header {
1114
981
  display: flex;
1115
- flex-direction: column;
982
+ padding-top: 0.5rem;
983
+ position: relative;
1116
984
  }
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;
985
+ .common-dialog .confirmation-dialog-header .icon {
986
+ margin-top: 1rem;
987
+ margin-bottom: 1.5rem;
988
+ margin-inline: auto;
1124
989
  }
1125
- .drawerItemContainer .text {
1126
- color: #000;
1127
- font-weight: 400;
1128
- font-size: 24px;
1129
- line-height: 25px;
990
+ .common-dialog .confirmation-dialog-header .icon.info path {
991
+ stroke: #12131a;
1130
992
  }
1131
- .drawerItemContainer .color-green {
1132
- color: var(--color-success);
993
+ .common-dialog .confirmation-dialog-header .icon.info line {
994
+ stroke: #12131a;
1133
995
  }
1134
- .drawerItemContainer .color-red {
1135
- color: var(--color-error);
996
+ .common-dialog .confirmation-dialog-header .icon.info line + path {
997
+ fill: #12131a;
998
+ }
999
+ .common-dialog .confirmation-dialog-header .icon.warning path {
1000
+ stroke: #faad14;
1001
+ }
1002
+ .common-dialog .confirmation-dialog-header .icon.warning line {
1003
+ stroke: #faad14;
1004
+ }
1005
+ .common-dialog .confirmation-dialog-header .icon.error path {
1006
+ stroke: #da3f3f;
1007
+ }
1008
+ .common-dialog .confirmation-dialog-header .icon.error line {
1009
+ stroke: #da3f3f;
1010
+ }
1011
+ .common-dialog .confirmation-dialog-header .icon.error line + path {
1012
+ fill: #da3f3f;
1013
+ }
1014
+ .common-dialog .confirmation-title {
1015
+ font-size: 1.5rem;
1016
+ font-weight: 500;
1017
+ line-height: 1.875rem;
1018
+ text-align: center;
1019
+ margin-bottom: 0.625rem;
1020
+ }
1021
+ .common-dialog .confirmation-title.error-title {
1022
+ color: #da3f3f;
1023
+ }
1024
+ .common-dialog .confirmation-title.warning-title {
1025
+ color: #faad14;
1026
+ }
1027
+ .common-dialog .confirmation-dialog-footer {
1028
+ display: flex;
1029
+ gap: 1.25rem;
1030
+ margin-top: 1.875rem;
1136
1031
  }:root {
1137
1032
  --white: #fff;
1138
1033
  --Gray-5: #f1f2f6;
@@ -1372,36 +1267,295 @@ div.endBtnIcon {
1372
1267
  .tableSectionContainer .tableContainer .table .tableBody .fallbackTableRow .fallbackContainer .fallbackTextContainer .fallbackText {
1373
1268
  font-style: normal;
1374
1269
  font-weight: 400;
1375
- font-size: 0.875rem;
1376
- line-height: 1.25rem;
1270
+ font-size: 0.875rem;
1271
+ line-height: 1.25rem;
1272
+ }
1273
+ .tableSectionContainer .tableContainer .table th,
1274
+ .tableSectionContainer .tableContainer .table td {
1275
+ text-align: left;
1276
+ }
1277
+ .tableSectionContainer .tableFooterContainer {
1278
+ display: flex;
1279
+ width: 100%;
1280
+ height: auto;
1281
+ }
1282
+ .tableSectionContainer .ascArrow {
1283
+ height: 0.8125rem;
1284
+ margin-bottom: 0.4375rem;
1285
+ cursor: pointer;
1286
+ }
1287
+ .tableSectionContainer .descArrow {
1288
+ height: 0.8125rem;
1289
+ margin-top: 0.4375rem;
1290
+ cursor: pointer;
1291
+ }
1292
+ .tableSectionContainer .defaultSortArrow {
1293
+ height: 1.25rem;
1294
+ cursor: pointer;
1295
+ }
1296
+ .tableSectionContainer .ascArrow path,
1297
+ .tableSectionContainer .descArrow path,
1298
+ .tableSectionContainer .defaultSortArrow path {
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
+ }.api-docs-api-tree {
1406
+ width: 100%;
1407
+ max-width: 12.5rem;
1408
+ padding: 3rem 1.25rem;
1409
+ box-sizing: border-box;
1410
+ }
1411
+ .api-docs-api-tree > * {
1412
+ box-sizing: border-box;
1413
+ }
1414
+ .api-docs-api-tree__section-header {
1415
+ display: flex;
1416
+ align-items: center;
1417
+ gap: 0.25rem;
1418
+ padding-inline: 0.5rem;
1419
+ cursor: pointer;
1420
+ user-select: none;
1421
+ height: 2.5rem;
1422
+ }
1423
+ .api-docs-api-tree__section-header:hover {
1424
+ background-color: #f3f4f6;
1425
+ }
1426
+ .api-docs-api-tree__section-header svg:first-child path {
1427
+ stroke: #bbbec5;
1428
+ }
1429
+ .api-docs-api-tree__section-title {
1430
+ font-size: 0.75rem;
1431
+ line-height: 0.875rem;
1432
+ font-weight: 500;
1433
+ color: #000;
1434
+ margin-left: 0.25rem;
1435
+ }
1436
+ .api-docs-api-tree__section__overview {
1437
+ display: flex;
1438
+ align-items: center;
1439
+ gap: 0.5rem;
1440
+ padding: 0.5rem 1.75rem;
1441
+ border-radius: 0.25rem;
1442
+ cursor: pointer;
1443
+ }
1444
+ .api-docs-api-tree__section__overview:hover {
1445
+ background-color: #f3f4f6;
1446
+ }
1447
+ .api-docs-api-tree__section__overview span {
1448
+ font-size: 0.75rem;
1449
+ line-height: 0.875rem;
1450
+ color: #000000;
1451
+ }
1452
+ .api-docs-api-tree__section__overview[data-active=true] {
1453
+ background-color: #f0f1f2;
1454
+ }
1455
+ .api-docs-api-tree__section__endpoints {
1456
+ display: flex;
1457
+ align-items: center;
1458
+ height: 1.5rem;
1459
+ gap: 0.5rem;
1460
+ border-radius: 0.25rem;
1461
+ padding-inline: 1.75rem;
1462
+ cursor: pointer;
1463
+ }
1464
+ .api-docs-api-tree__section__endpoints span {
1465
+ font-size: 0.75rem;
1466
+ line-height: 0.875rem;
1467
+ color: #000000;
1468
+ }
1469
+ .api-docs-api-tree__section__endpoints[data-active=true] {
1470
+ background-color: #f0f1f2;
1471
+ }
1472
+ .api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
1473
+ color: #616874;
1474
+ }
1475
+ .api-docs-api-tree__endpoints {
1476
+ display: flex;
1477
+ flex-direction: column;
1478
+ align-items: start;
1479
+ gap: 0.5rem;
1480
+ border-radius: 0.25rem;
1481
+ cursor: pointer;
1482
+ }
1483
+ .api-docs-api-tree__endpoints span {
1484
+ font-size: 0.75rem;
1485
+ line-height: 0.875rem;
1486
+ color: #000000;
1487
+ }
1488
+ .api-docs-api-tree__endpoints[data-active=true] {
1489
+ background-color: #f0f1f2;
1490
+ }
1491
+ .api-docs-api-tree__subsection-header {
1492
+ height: 2rem;
1493
+ display: flex;
1494
+ align-items: center;
1495
+ gap: 0.875rem;
1496
+ padding-inline: 0.5rem;
1497
+ cursor: pointer;
1498
+ user-select: none;
1499
+ }
1500
+ .api-docs-api-tree__subsection-header svg {
1501
+ color: #6b7280;
1502
+ }
1503
+ .api-docs-api-tree__subsection-title {
1504
+ font-size: 0.75rem;
1505
+ line-height: 0.875rem;
1506
+ color: #616874;
1507
+ }
1508
+ .api-docs-api-tree__endpoint {
1509
+ display: flex;
1510
+ align-items: center;
1511
+ gap: 0.25rem;
1512
+ padding: 0.5rem 0.75rem;
1513
+ text-transform: capitalize;
1514
+ width: 100%;
1515
+ cursor: pointer;
1516
+ }
1517
+ .api-docs-api-tree__endpoint[data-active=true] {
1518
+ background-color: #f0f1f2;
1519
+ }
1520
+ .api-docs-api-tree__endpoint:hover {
1521
+ background-color: #f3f4f6;
1522
+ }
1523
+ .api-docs-api-tree__endpoint-method {
1524
+ font-size: 0.75rem;
1525
+ line-height: 0.875rem;
1526
+ font-weight: 400;
1527
+ text-align: start;
1377
1528
  }
1378
- .tableSectionContainer .tableContainer .table th,
1379
- .tableSectionContainer .tableContainer .table td {
1380
- text-align: left;
1529
+ .api-docs-api-tree__endpoint-name {
1530
+ font-size: 0.75rem;
1531
+ line-height: 0.875rem;
1532
+ color: #3b3f46;
1533
+ display: -webkit-box;
1534
+ -webkit-box-orient: vertical;
1535
+ -webkit-line-clamp: 1;
1536
+ overflow: hidden;
1537
+ text-overflow: ellipsis;
1381
1538
  }
1382
- .tableSectionContainer .tableFooterContainer {
1383
- display: flex;
1384
- width: 100%;
1385
- height: auto;
1539
+ .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1540
+ color: #3a6cd1;
1386
1541
  }
1387
- .tableSectionContainer .ascArrow {
1388
- height: 0.8125rem;
1389
- margin-bottom: 0.4375rem;
1390
- cursor: pointer;
1542
+ .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1543
+ color: #3aaa35;
1391
1544
  }
1392
- .tableSectionContainer .descArrow {
1393
- height: 0.8125rem;
1394
- margin-top: 0.4375rem;
1395
- cursor: pointer;
1545
+ .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1546
+ color: #faad14;
1396
1547
  }
1397
- .tableSectionContainer .defaultSortArrow {
1398
- height: 1.25rem;
1399
- cursor: pointer;
1548
+ .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1549
+ color: #da3f3f;
1400
1550
  }
1401
- .tableSectionContainer .ascArrow path,
1402
- .tableSectionContainer .descArrow path,
1403
- .tableSectionContainer .defaultSortArrow path {
1404
- fill: var(--Gray-50);
1551
+ .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1552
+ color: #495d97;
1553
+ }
1554
+ .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1555
+ color: #9461c9;
1556
+ }
1557
+ .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1558
+ color: #58e2c2;
1405
1559
  }.api_docs_header {
1406
1560
  height: 2.625rem;
1407
1561
  background-color: #f0f1f2;
@@ -1640,160 +1794,42 @@ div.endBtnIcon {
1640
1794
  opacity: 1 !important;
1641
1795
  backdrop-filter: blur(0.5rem);
1642
1796
  background-color: rgba(0, 0, 0, 0.281) !important;
1643
- }.api-docs-api-tree {
1644
- width: 100%;
1645
- max-width: 12.5rem;
1646
- padding: 3rem 1.25rem;
1647
- box-sizing: border-box;
1648
- }
1649
- .api-docs-api-tree > * {
1650
- box-sizing: border-box;
1651
- }
1652
- .api-docs-api-tree__section-header {
1653
- display: flex;
1654
- align-items: center;
1655
- gap: 0.25rem;
1656
- padding-inline: 0.5rem;
1657
- cursor: pointer;
1658
- user-select: none;
1659
- height: 2.5rem;
1660
- }
1661
- .api-docs-api-tree__section-header:hover {
1662
- background-color: #f3f4f6;
1663
- }
1664
- .api-docs-api-tree__section-header svg:first-child path {
1665
- stroke: #bbbec5;
1666
- }
1667
- .api-docs-api-tree__section-title {
1668
- font-size: 0.75rem;
1669
- line-height: 0.875rem;
1670
- font-weight: 500;
1671
- color: #000;
1672
- margin-left: 0.25rem;
1673
- }
1674
- .api-docs-api-tree__section__overview {
1675
- display: flex;
1676
- align-items: center;
1677
- gap: 0.5rem;
1678
- padding: 0.5rem 1.75rem;
1797
+ }.codebox {
1679
1798
  border-radius: 0.25rem;
1680
- cursor: pointer;
1681
- }
1682
- .api-docs-api-tree__section__overview:hover {
1683
- background-color: #f3f4f6;
1684
- }
1685
- .api-docs-api-tree__section__overview span {
1686
- font-size: 0.75rem;
1687
- line-height: 0.875rem;
1688
- color: #000000;
1689
- }
1690
- .api-docs-api-tree__section__overview[data-active=true] {
1691
- background-color: #f0f1f2;
1799
+ overflow: hidden;
1692
1800
  }
1693
- .api-docs-api-tree__section__endpoints {
1801
+ .codebox_header {
1694
1802
  display: flex;
1695
1803
  align-items: center;
1696
- height: 1.5rem;
1697
- gap: 0.5rem;
1698
- border-radius: 0.25rem;
1699
- padding-inline: 1.75rem;
1700
- cursor: pointer;
1701
- }
1702
- .api-docs-api-tree__section__endpoints span {
1703
- font-size: 0.75rem;
1704
- line-height: 0.875rem;
1705
- color: #000000;
1706
- }
1707
- .api-docs-api-tree__section__endpoints[data-active=true] {
1708
- background-color: #f0f1f2;
1709
- }
1710
- .api-docs-api-tree__section[data-active=true] .api-docs-api-tree__section-title {
1711
- color: #616874;
1712
- }
1713
- .api-docs-api-tree__endpoints {
1714
- display: flex;
1715
- flex-direction: column;
1716
- align-items: start;
1717
- gap: 0.5rem;
1718
- border-radius: 0.25rem;
1719
- cursor: pointer;
1720
- }
1721
- .api-docs-api-tree__endpoints span {
1722
- font-size: 0.75rem;
1723
- line-height: 0.875rem;
1724
- color: #000000;
1725
- }
1726
- .api-docs-api-tree__endpoints[data-active=true] {
1727
- background-color: #f0f1f2;
1804
+ gap: 0.25rem;
1805
+ padding-left: 0.5rem;
1806
+ height: 1.75rem;
1807
+ border: 1px solid #bbbec5;
1808
+ border-top-right-radius: 0.25rem;
1809
+ border-top-left-radius: 0.25rem;
1728
1810
  }
1729
- .api-docs-api-tree__subsection-header {
1730
- height: 2rem;
1731
- display: flex;
1732
- align-items: center;
1733
- gap: 0.875rem;
1734
- padding-inline: 0.5rem;
1811
+ .codebox_header_themeToggle {
1812
+ width: 0.75rem;
1813
+ min-width: 0.75rem;
1814
+ aspect-ratio: 1/1;
1815
+ border: 1px solid transparent;
1816
+ border-radius: 100%;
1735
1817
  cursor: pointer;
1736
- user-select: none;
1737
1818
  }
1738
- .api-docs-api-tree__subsection-header svg {
1739
- color: #6b7280;
1819
+ .codebox_header_themeToggle_dark {
1820
+ background-color: #455162;
1821
+ border-color: #6b7280;
1740
1822
  }
1741
- .api-docs-api-tree__subsection-title {
1742
- font-size: 0.75rem;
1743
- line-height: 0.875rem;
1744
- color: #616874;
1823
+ .codebox_header_themeToggle_light {
1824
+ background-color: #edf1fb;
1825
+ border-color: #6b7280;
1745
1826
  }
1746
- .api-docs-api-tree__endpoint {
1747
- display: flex;
1748
- align-items: center;
1749
- gap: 0.25rem;
1750
- padding: 0.5rem 0.75rem;
1751
- text-transform: capitalize;
1752
- width: 100%;
1827
+ .codebox_header_copyIcon {
1753
1828
  cursor: pointer;
1754
1829
  }
1755
- .api-docs-api-tree__endpoint[data-active=true] {
1756
- background-color: #f0f1f2;
1757
- }
1758
- .api-docs-api-tree__endpoint:hover {
1759
- background-color: #f3f4f6;
1760
- }
1761
- .api-docs-api-tree__endpoint-method {
1762
- font-size: 0.75rem;
1763
- line-height: 0.875rem;
1764
- font-weight: 400;
1765
- text-align: start;
1766
- }
1767
- .api-docs-api-tree__endpoint-name {
1768
- font-size: 0.75rem;
1769
- line-height: 0.875rem;
1770
- color: #3b3f46;
1771
- display: -webkit-box;
1772
- -webkit-box-orient: vertical;
1773
- -webkit-line-clamp: 1;
1774
- overflow: hidden;
1775
- text-overflow: ellipsis;
1776
- }
1777
- .api-docs-api-tree__endpoint--get .api-docs-api-tree__endpoint-method {
1778
- color: #3a6cd1;
1779
- }
1780
- .api-docs-api-tree__endpoint--post .api-docs-api-tree__endpoint-method {
1781
- color: #3aaa35;
1782
- }
1783
- .api-docs-api-tree__endpoint--put .api-docs-api-tree__endpoint-method {
1784
- color: #faad14;
1785
- }
1786
- .api-docs-api-tree__endpoint--delete .api-docs-api-tree__endpoint-method {
1787
- color: #da3f3f;
1788
- }
1789
- .api-docs-api-tree__endpoint--option .api-docs-api-tree__endpoint-method {
1790
- color: #495d97;
1791
- }
1792
- .api-docs-api-tree__endpoint--head .api-docs-api-tree__endpoint-method {
1793
- color: #9461c9;
1794
- }
1795
- .api-docs-api-tree__endpoint--patch .api-docs-api-tree__endpoint-method {
1796
- color: #58e2c2;
1830
+ .codebox :global(.custom-code-line),
1831
+ .codebox :global(.custom-code-line span) {
1832
+ font-family: "Cascadia Code", sans-serif;
1797
1833
  }.apiDocsAside {
1798
1834
  width: 22.5rem;
1799
1835
  padding: 3rem 1.5rem;
@@ -1880,42 +1916,6 @@ div.endBtnIcon {
1880
1916
  }
1881
1917
  .apiDocsAside :global(.multiSelectGroup .selectDisplay .displayValueContainer .iconsContainer) {
1882
1918
  padding-right: 0.75rem !important;
1883
- }.codebox {
1884
- border-radius: 0.25rem;
1885
- overflow: hidden;
1886
- }
1887
- .codebox_header {
1888
- display: flex;
1889
- align-items: center;
1890
- gap: 0.25rem;
1891
- padding-left: 0.5rem;
1892
- height: 1.75rem;
1893
- border: 1px solid #bbbec5;
1894
- border-top-right-radius: 0.25rem;
1895
- border-top-left-radius: 0.25rem;
1896
- }
1897
- .codebox_header_themeToggle {
1898
- width: 0.75rem;
1899
- min-width: 0.75rem;
1900
- aspect-ratio: 1/1;
1901
- border: 1px solid transparent;
1902
- border-radius: 100%;
1903
- cursor: pointer;
1904
- }
1905
- .codebox_header_themeToggle_dark {
1906
- background-color: #455162;
1907
- border-color: #6b7280;
1908
- }
1909
- .codebox_header_themeToggle_light {
1910
- background-color: #edf1fb;
1911
- border-color: #6b7280;
1912
- }
1913
- .codebox_header_copyIcon {
1914
- cursor: pointer;
1915
- }
1916
- .codebox :global(.custom-code-line),
1917
- .codebox :global(.custom-code-line span) {
1918
- font-family: "Cascadia Code", sans-serif;
1919
1919
  }.api-details-page {
1920
1920
  padding: 2rem;
1921
1921
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digi-frontend/dgate-api-documentation",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "main": "dist/src/index.js",
5
5
  "module": "dist/src/index.js",
6
6
  "types": "dist/types/index.d.ts",
package/variables.txt CHANGED
@@ -1,4 +1,4 @@
1
- export APP_VERSION=1.0.69
2
- export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.69-31088-develop
3
- export IMAGE_TAG=1.0.69-31088-develop
1
+ export APP_VERSION=1.0.70
2
+ export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.70-31089-develop
3
+ export IMAGE_TAG=1.0.70-31089-develop
4
4
  export TARGET_ENV=dev