@digi-frontend/dgate-api-documentation 1.0.69 → 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 {
932
- display: flex;
933
- flex-direction: column;
934
- background-color: #142452;
935
- width: 100%;
936
- outline: 1px solid transparent;
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 {
937
906
  position: relative;
938
- overflow: hidden;
939
907
  }
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;
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 {
946
917
  display: flex;
947
- flex-direction: row;
948
- gap: 1.25rem;
949
- align-items: center;
918
+ padding-top: 0.5rem;
919
+ position: relative;
950
920
  }
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;
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;
964
925
  }
965
- .json-editor-container .json-editor .actions-container .validate:disabled {
966
- color: #babdcc;
967
- border-color: #a2a5b6;
926
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-dialog-header .icon.info path {
927
+ stroke: #12131a;
968
928
  }
969
- .json-editor-container .json-editor .actions-container .beautify {
970
- color: #fff;
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;
971
954
  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;
955
+ margin-bottom: 0.625rem;
982
956
  }
983
- .json-editor-container .json-editor .actions-container .beautify:disabled {
984
- color: #a2a5b6;
985
- border-color: #a2a5b6;
957
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.error-title {
958
+ color: #da3f3f;
986
959
  }
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;
960
+ #common-dialog.dialog-content-wrapper .dialog-content-root .dialog-content .common-dialog .confirmation-title.warning-title {
961
+ color: #faad14;
999
962
  }
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;
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;
967
+ }
968
+
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 {
981
+ display: flex;
982
+ padding-top: 0.5rem;
983
+ position: relative;
984
+ }
985
+ .common-dialog .confirmation-dialog-header .icon {
986
+ margin-top: 1rem;
987
+ margin-bottom: 1.5rem;
988
+ margin-inline: auto;
989
+ }
990
+ .common-dialog .confirmation-dialog-header .icon.info path {
991
+ stroke: #12131a;
1003
992
  }
1004
- .json-editor-container .json-editor textarea::-webkit-scrollbar {
1005
- width: 0.5rem;
993
+ .common-dialog .confirmation-dialog-header .icon.info line {
994
+ stroke: #12131a;
1006
995
  }
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;
996
+ .common-dialog .confirmation-dialog-header .icon.info line + path {
997
+ fill: #12131a;
1012
998
  }
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;
999
+ .common-dialog .confirmation-dialog-header .icon.warning path {
1000
+ stroke: #faad14;
1018
1001
  }
1019
- .json-editor-container .json-editor.invalid {
1020
- outline: 1px solid #ce2828 !important;
1002
+ .common-dialog .confirmation-dialog-header .icon.warning line {
1003
+ stroke: #faad14;
1021
1004
  }
1022
- .json-editor-container .error-message {
1023
- color: #ce2828;
1024
- font-size: 0.75rem;
1025
- line-height: 1.25rem;
1026
- margin-top: 0.625rem;
1005
+ .common-dialog .confirmation-dialog-header .icon.error path {
1006
+ stroke: #da3f3f;
1027
1007
  }
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;
1008
+ .common-dialog .confirmation-dialog-header .icon.error line {
1009
+ stroke: #da3f3f;
1111
1010
  }
1112
-
1113
- .drawerItemContainer {
1114
- display: flex;
1115
- flex-direction: column;
1011
+ .common-dialog .confirmation-dialog-header .icon.error line + path {
1012
+ fill: #da3f3f;
1116
1013
  }
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;
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;
1124
1020
  }
1125
- .drawerItemContainer .text {
1126
- color: #000;
1127
- font-weight: 400;
1128
- font-size: 24px;
1129
- line-height: 25px;
1021
+ .common-dialog .confirmation-title.error-title {
1022
+ color: #da3f3f;
1130
1023
  }
1131
- .drawerItemContainer .color-green {
1132
- color: var(--color-success);
1024
+ .common-dialog .confirmation-title.warning-title {
1025
+ color: #faad14;
1133
1026
  }
1134
- .drawerItemContainer .color-red {
1135
- color: var(--color-error);
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;
@@ -1402,6 +1297,111 @@ div.endBtnIcon {
1402
1297
  .tableSectionContainer .descArrow path,
1403
1298
  .tableSectionContainer .defaultSortArrow path {
1404
1299
  fill: var(--Gray-50);
1300
+ }:root {
1301
+ --white: #fff;
1302
+ --Gray-5: #f1f2f6;
1303
+ --Gray-10: #ebecf2;
1304
+ --Gray-20: #d8dae5;
1305
+ --Gray-30: #babdcc;
1306
+ --Gray-40: #9a9eb2;
1307
+ --Gray-50: #828699;
1308
+ --Gray-60: #696c80;
1309
+ --Gray-100: #12131a;
1310
+ --black: #000;
1311
+ --primary-static: #4d75d8;
1312
+ --primary-hover: #7c9bea;
1313
+ --primary-active: #2c4fa4;
1314
+ --primary-disabled: #9a9eb2;
1315
+ --secondary-static: #40e0d0;
1316
+ --secondary-hover: #9efcf2;
1317
+ --secondary-active: #2fa599;
1318
+ --error-static: #da3f3f;
1319
+ --error-hover: #e75d5d;
1320
+ --error-active: #bb3232;
1321
+ --success-static: #3aaa35;
1322
+ --success-hover: #5cda56;
1323
+ --success-active: #2a8a25;
1324
+ --info-static: #c6c6c6;
1325
+ --info-hover: #e4e4e4;
1326
+ --info-active: #979797;
1327
+ --warning-static: #faad14;
1328
+ --warning-hover: #f9be4a;
1329
+ --warning-active: #db9711;
1330
+ --action-static: #142452;
1331
+ --action-hover: #21387d;
1332
+ --action-active: #000000;
1333
+ --color-info-primary: #3a6cd1;
1334
+ --primary-font-color: #142452;
1335
+ --placeholder-font-color: #babdcc;
1336
+ --warning-font-color: #ce2828;
1337
+ --alert-error: #da3f3f;
1338
+ --alert-light-error: #f4c5c5;
1339
+ --alert-success: #3aaa35;
1340
+ --alert-light-success: #c4e5c2;
1341
+ --alert-info: #8eaaf1;
1342
+ --alert-light-info: #c4d3f1;
1343
+ --alert-warning: #faad14;
1344
+ --alert-light-warning: #fde6b8;
1345
+ --border-focus: #3a6cd1;
1346
+ --tooltip-background-color: #202f5b;
1347
+ --text-color-primary: #142452;
1348
+ --text-color-secondary: #ffff;
1349
+ --text-color-neutral: #828699;
1350
+ --text-color-tertiary: #808080;
1351
+ --text-color-note: #242424;
1352
+ --text-color-quaternary: #142452;
1353
+ --text-color-disabled: #ffff;
1354
+ --background-color-white-primary: #fff;
1355
+ --background-color-light-primary: #8eaaf1;
1356
+ --background-color-white-secondary: #fff;
1357
+ --background-color-primary-dark: #142452;
1358
+ --background-color-gray-5: #f1f2f6;
1359
+ --background-color-gray-30: #ebecf2;
1360
+ --background-color-tertiary-light: #2c4fa4;
1361
+ --background-color-gray-10: #f1f2f6;
1362
+ --background-color-gray-40: #ebecf2;
1363
+ --background-color-light-blue: #dfe7f8;
1364
+ --border-color-primary: #babdcc;
1365
+ --border-color-secondary: #d8dae5;
1366
+ --border-color-neutral: #ebecf2;
1367
+ --border-color-tertiary: #ebecf2;
1368
+ --border-color-gray: #ebecf2;
1369
+ --border-color-hover: #142452;
1370
+ --border-color-active: #3a6cd1;
1371
+ --icon-color-main: #142452;
1372
+ --icon-color-secondary: #000;
1373
+ --icon-color-quaternary: #babdcc;
1374
+ --icon-color-disabled: #9a9eb2;
1375
+ --link-btn-primary-color: #3a6cd1;
1376
+ --button-color-static: #4d75d8;
1377
+ --button-color-hover: #7c9bea;
1378
+ --button-color-active: #2c4fa4;
1379
+ --alert-natural: #c4d3f1;
1380
+ }
1381
+
1382
+ .drawerItemContainer {
1383
+ display: flex;
1384
+ flex-direction: column;
1385
+ }
1386
+ .drawerItemContainer .title {
1387
+ color: #000;
1388
+ font-weight: 600;
1389
+ font-size: 24px;
1390
+ line-height: 35px;
1391
+ margin-bottom: 3px;
1392
+ margin-top: 1.5rem;
1393
+ }
1394
+ .drawerItemContainer .text {
1395
+ color: #000;
1396
+ font-weight: 400;
1397
+ font-size: 24px;
1398
+ line-height: 25px;
1399
+ }
1400
+ .drawerItemContainer .color-green {
1401
+ color: var(--color-success);
1402
+ }
1403
+ .drawerItemContainer .color-red {
1404
+ color: var(--color-error);
1405
1405
  }.api-docs-api-tree {
1406
1406
  width: 100%;
1407
1407
  max-width: 12.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digi-frontend/dgate-api-documentation",
3
- "version": "1.0.69",
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.68
2
- export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.68-31087-develop
3
- export IMAGE_TAG=1.0.68-31087-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