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

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,117 +606,147 @@
606
606
  z-index: 2;
607
607
  top: -0.45rem;
608
608
  transform-origin: center !important;
609
- }.json-editor-container {
610
- overflow: hidden;
611
- border-bottom-right-radius: 0.3125rem;
612
- border-bottom-left-radius: 0.3125rem;
609
+ }#common-dialog.dialog-content-wrapper {
610
+ overflow: visible !important;
611
+ max-height: 100%;
612
+ width: 22.1875rem;
613
613
  }
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;
614
+ #common-dialog.dialog-content-wrapper .dialog-content-root {
615
+ overflow: visible !important;
616
+ border-radius: 0.625rem;
617
+ max-height: 100%;
619
618
  }
620
- .json-editor-container .json-editor {
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;
626
+ }
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;
634
+ }
635
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
621
636
  display: flex;
622
- flex-direction: column;
623
- background-color: #142452;
624
- width: 100%;
625
- outline: 1px solid transparent;
637
+ padding-top: 0.5rem;
626
638
  position: relative;
627
- overflow: hidden;
628
639
  }
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;
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 {
635
683
  display: flex;
636
- flex-direction: row;
637
684
  gap: 1.25rem;
638
- align-items: center;
685
+ margin-top: 1.875rem;
639
686
  }
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;
687
+
688
+ .common-dialog {
689
+ position: relative;
653
690
  }
654
- .json-editor-container .json-editor .actions-container .validate:disabled {
655
- color: #babdcc;
656
- border-color: #a2a5b6;
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;
657
698
  }
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;
699
+ .common-dialog .confirmation-dialog-header {
700
+ display: flex;
701
+ padding-top: 0.5rem;
702
+ position: relative;
671
703
  }
672
- .json-editor-container .json-editor .actions-container .beautify:disabled {
673
- color: #a2a5b6;
674
- border-color: #a2a5b6;
704
+ .common-dialog .confirmation-dialog-header .icon {
705
+ margin-top: 1rem;
706
+ margin-bottom: 1.5rem;
707
+ margin-inline: auto;
675
708
  }
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;
709
+ .common-dialog .confirmation-dialog-header .icon.info path {
710
+ stroke: #12131a;
688
711
  }
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;
712
+ .common-dialog .confirmation-dialog-header .icon.info line {
713
+ stroke: #12131a;
692
714
  }
693
- .json-editor-container .json-editor textarea::-webkit-scrollbar {
694
- width: 0.5rem;
715
+ .common-dialog .confirmation-dialog-header .icon.info line + path {
716
+ fill: #12131a;
695
717
  }
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;
718
+ .common-dialog .confirmation-dialog-header .icon.warning path {
719
+ stroke: #faad14;
701
720
  }
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;
721
+ .common-dialog .confirmation-dialog-header .icon.warning line {
722
+ stroke: #faad14;
707
723
  }
708
- .json-editor-container .json-editor.invalid {
709
- outline: 1px solid #ce2828 !important;
724
+ .common-dialog .confirmation-dialog-header .icon.error path {
725
+ stroke: #da3f3f;
710
726
  }
711
- .json-editor-container .error-message {
712
- color: #ce2828;
713
- font-size: 0.75rem;
714
- line-height: 1.25rem;
715
- margin-top: 0.625rem;
727
+ .common-dialog .confirmation-dialog-header .icon.error line {
728
+ stroke: #da3f3f;
716
729
  }
717
- .json-editor-container.disabled .json-editor textarea {
718
- background-color: white;
719
- color: #12131a;
730
+ .common-dialog .confirmation-dialog-header .icon.error line + path {
731
+ fill: #da3f3f;
732
+ }
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;
739
+ }
740
+ .common-dialog .confirmation-title.error-title {
741
+ color: #da3f3f;
742
+ }
743
+ .common-dialog .confirmation-title.warning-title {
744
+ color: #faad14;
745
+ }
746
+ .common-dialog .confirmation-dialog-footer {
747
+ display: flex;
748
+ gap: 1.25rem;
749
+ margin-top: 1.875rem;
720
750
  }.livePreviewContainer .titleContainer {
721
751
  margin-top: 1.875rem;
722
752
  display: flex;
@@ -887,147 +917,222 @@
887
917
  width: 0.625rem;
888
918
  aspect-ratio: 1/1;
889
919
  border-radius: 100%;
890
- }#common-dialog.dialog-content-wrapper {
891
- overflow: visible !important;
892
- max-height: 100%;
893
- width: 22.1875rem;
894
- }
895
- #common-dialog.dialog-content-wrapper .dialog-content-root {
896
- overflow: visible !important;
897
- border-radius: 0.625rem;
898
- max-height: 100%;
899
- }
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;
920
+ }.json-editor-container {
921
+ overflow: hidden;
922
+ border-bottom-right-radius: 0.3125rem;
923
+ border-bottom-left-radius: 0.3125rem;
907
924
  }
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;
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;
915
930
  }
916
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header {
931
+ .json-editor-container .json-editor {
917
932
  display: flex;
918
- padding-top: 0.5rem;
933
+ flex-direction: column;
934
+ background-color: #142452;
935
+ width: 100%;
936
+ outline: 1px solid transparent;
919
937
  position: relative;
938
+ overflow: hidden;
920
939
  }
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;
925
- }
926
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
927
- stroke: #12131a;
928
- }
929
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line {
930
- stroke: #12131a;
931
- }
932
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info line + path {
933
- fill: #12131a;
934
- }
935
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning path {
936
- stroke: #faad14;
937
- }
938
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.warning line {
939
- stroke: #faad14;
940
- }
941
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error path {
942
- stroke: #da3f3f;
943
- }
944
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line {
945
- stroke: #da3f3f;
946
- }
947
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.error line + path {
948
- fill: #da3f3f;
949
- }
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;
956
- }
957
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
958
- color: #da3f3f;
959
- }
960
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
961
- color: #faad14;
962
- }
963
- #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-footer {
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;
964
946
  display: flex;
947
+ flex-direction: row;
965
948
  gap: 1.25rem;
966
- margin-top: 1.875rem;
949
+ align-items: center;
967
950
  }
968
-
969
- .common-dialog {
970
- position: relative;
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;
971
964
  }
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;
965
+ .json-editor-container .json-editor .actions-container .validate:disabled {
966
+ color: #babdcc;
967
+ border-color: #a2a5b6;
979
968
  }
980
- .common-dialog .confirmation-dialog-header {
981
- display: flex;
982
- padding-top: 0.5rem;
983
- position: relative;
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;
984
982
  }
985
- .common-dialog .confirmation-dialog-header .icon {
986
- margin-top: 1rem;
987
- margin-bottom: 1.5rem;
988
- margin-inline: auto;
983
+ .json-editor-container .json-editor .actions-container .beautify:disabled {
984
+ color: #a2a5b6;
985
+ border-color: #a2a5b6;
989
986
  }
990
- .common-dialog .confirmation-dialog-header .icon.info path {
991
- stroke: #12131a;
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;
999
+ }
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;
992
1003
  }
993
- .common-dialog .confirmation-dialog-header .icon.info line {
994
- stroke: #12131a;
1004
+ .json-editor-container .json-editor textarea::-webkit-scrollbar {
1005
+ width: 0.5rem;
995
1006
  }
996
- .common-dialog .confirmation-dialog-header .icon.info line + path {
997
- fill: #12131a;
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;
998
1012
  }
999
- .common-dialog .confirmation-dialog-header .icon.warning path {
1000
- stroke: #faad14;
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;
1001
1018
  }
1002
- .common-dialog .confirmation-dialog-header .icon.warning line {
1003
- stroke: #faad14;
1019
+ .json-editor-container .json-editor.invalid {
1020
+ outline: 1px solid #ce2828 !important;
1004
1021
  }
1005
- .common-dialog .confirmation-dialog-header .icon.error path {
1006
- stroke: #da3f3f;
1022
+ .json-editor-container .error-message {
1023
+ color: #ce2828;
1024
+ font-size: 0.75rem;
1025
+ line-height: 1.25rem;
1026
+ margin-top: 0.625rem;
1007
1027
  }
1008
- .common-dialog .confirmation-dialog-header .icon.error line {
1009
- stroke: #da3f3f;
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;
1010
1111
  }
1011
- .common-dialog .confirmation-dialog-header .icon.error line + path {
1012
- fill: #da3f3f;
1112
+
1113
+ .drawerItemContainer {
1114
+ display: flex;
1115
+ flex-direction: column;
1013
1116
  }
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;
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;
1020
1124
  }
1021
- .common-dialog .confirmation-title.error-title {
1022
- color: #da3f3f;
1125
+ .drawerItemContainer .text {
1126
+ color: #000;
1127
+ font-weight: 400;
1128
+ font-size: 24px;
1129
+ line-height: 25px;
1023
1130
  }
1024
- .common-dialog .confirmation-title.warning-title {
1025
- color: #faad14;
1131
+ .drawerItemContainer .color-green {
1132
+ color: var(--color-success);
1026
1133
  }
1027
- .common-dialog .confirmation-dialog-footer {
1028
- display: flex;
1029
- gap: 1.25rem;
1030
- margin-top: 1.875rem;
1134
+ .drawerItemContainer .color-red {
1135
+ color: var(--color-error);
1031
1136
  }:root {
1032
1137
  --white: #fff;
1033
1138
  --Gray-5: #f1f2f6;
@@ -1297,111 +1402,6 @@ div.endBtnIcon {
1297
1402
  .tableSectionContainer .descArrow path,
1298
1403
  .tableSectionContainer .defaultSortArrow path {
1299
1404
  fill: var(--Gray-50);
1300
- }:root {
1301
- --white: #fff;
1302
- --Gray-5: #f1f2f6;
1303
- --Gray-10: #ebecf2;
1304
- --Gray-20: #d8dae5;
1305
- --Gray-30: #babdcc;
1306
- --Gray-40: #9a9eb2;
1307
- --Gray-50: #828699;
1308
- --Gray-60: #696c80;
1309
- --Gray-100: #12131a;
1310
- --black: #000;
1311
- --primary-static: #4d75d8;
1312
- --primary-hover: #7c9bea;
1313
- --primary-active: #2c4fa4;
1314
- --primary-disabled: #9a9eb2;
1315
- --secondary-static: #40e0d0;
1316
- --secondary-hover: #9efcf2;
1317
- --secondary-active: #2fa599;
1318
- --error-static: #da3f3f;
1319
- --error-hover: #e75d5d;
1320
- --error-active: #bb3232;
1321
- --success-static: #3aaa35;
1322
- --success-hover: #5cda56;
1323
- --success-active: #2a8a25;
1324
- --info-static: #c6c6c6;
1325
- --info-hover: #e4e4e4;
1326
- --info-active: #979797;
1327
- --warning-static: #faad14;
1328
- --warning-hover: #f9be4a;
1329
- --warning-active: #db9711;
1330
- --action-static: #142452;
1331
- --action-hover: #21387d;
1332
- --action-active: #000000;
1333
- --color-info-primary: #3a6cd1;
1334
- --primary-font-color: #142452;
1335
- --placeholder-font-color: #babdcc;
1336
- --warning-font-color: #ce2828;
1337
- --alert-error: #da3f3f;
1338
- --alert-light-error: #f4c5c5;
1339
- --alert-success: #3aaa35;
1340
- --alert-light-success: #c4e5c2;
1341
- --alert-info: #8eaaf1;
1342
- --alert-light-info: #c4d3f1;
1343
- --alert-warning: #faad14;
1344
- --alert-light-warning: #fde6b8;
1345
- --border-focus: #3a6cd1;
1346
- --tooltip-background-color: #202f5b;
1347
- --text-color-primary: #142452;
1348
- --text-color-secondary: #ffff;
1349
- --text-color-neutral: #828699;
1350
- --text-color-tertiary: #808080;
1351
- --text-color-note: #242424;
1352
- --text-color-quaternary: #142452;
1353
- --text-color-disabled: #ffff;
1354
- --background-color-white-primary: #fff;
1355
- --background-color-light-primary: #8eaaf1;
1356
- --background-color-white-secondary: #fff;
1357
- --background-color-primary-dark: #142452;
1358
- --background-color-gray-5: #f1f2f6;
1359
- --background-color-gray-30: #ebecf2;
1360
- --background-color-tertiary-light: #2c4fa4;
1361
- --background-color-gray-10: #f1f2f6;
1362
- --background-color-gray-40: #ebecf2;
1363
- --background-color-light-blue: #dfe7f8;
1364
- --border-color-primary: #babdcc;
1365
- --border-color-secondary: #d8dae5;
1366
- --border-color-neutral: #ebecf2;
1367
- --border-color-tertiary: #ebecf2;
1368
- --border-color-gray: #ebecf2;
1369
- --border-color-hover: #142452;
1370
- --border-color-active: #3a6cd1;
1371
- --icon-color-main: #142452;
1372
- --icon-color-secondary: #000;
1373
- --icon-color-quaternary: #babdcc;
1374
- --icon-color-disabled: #9a9eb2;
1375
- --link-btn-primary-color: #3a6cd1;
1376
- --button-color-static: #4d75d8;
1377
- --button-color-hover: #7c9bea;
1378
- --button-color-active: #2c4fa4;
1379
- --alert-natural: #c4d3f1;
1380
- }
1381
-
1382
- .drawerItemContainer {
1383
- display: flex;
1384
- flex-direction: column;
1385
- }
1386
- .drawerItemContainer .title {
1387
- color: #000;
1388
- font-weight: 600;
1389
- font-size: 24px;
1390
- line-height: 35px;
1391
- margin-bottom: 3px;
1392
- margin-top: 1.5rem;
1393
- }
1394
- .drawerItemContainer .text {
1395
- color: #000;
1396
- font-weight: 400;
1397
- font-size: 24px;
1398
- line-height: 25px;
1399
- }
1400
- .drawerItemContainer .color-green {
1401
- color: var(--color-success);
1402
- }
1403
- .drawerItemContainer .color-red {
1404
- color: var(--color-error);
1405
1405
  }.api-docs-api-tree {
1406
1406
  width: 100%;
1407
1407
  max-width: 12.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digi-frontend/dgate-api-documentation",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
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.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
1
+ export APP_VERSION=1.0.71
2
+ export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.71-31090-develop
3
+ export IMAGE_TAG=1.0.71-31090-develop
4
4
  export TARGET_ENV=dev