@digi-frontend/dgate-api-documentation 1.0.74 → 1.0.75

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
@@ -917,111 +917,6 @@
917
917
  width: 0.625rem;
918
918
  aspect-ratio: 1/1;
919
919
  border-radius: 100%;
920
- }:root {
921
- --white: #fff;
922
- --Gray-5: #f1f2f6;
923
- --Gray-10: #ebecf2;
924
- --Gray-20: #d8dae5;
925
- --Gray-30: #babdcc;
926
- --Gray-40: #9a9eb2;
927
- --Gray-50: #828699;
928
- --Gray-60: #696c80;
929
- --Gray-100: #12131a;
930
- --black: #000;
931
- --primary-static: #4d75d8;
932
- --primary-hover: #7c9bea;
933
- --primary-active: #2c4fa4;
934
- --primary-disabled: #9a9eb2;
935
- --secondary-static: #40e0d0;
936
- --secondary-hover: #9efcf2;
937
- --secondary-active: #2fa599;
938
- --error-static: #da3f3f;
939
- --error-hover: #e75d5d;
940
- --error-active: #bb3232;
941
- --success-static: #3aaa35;
942
- --success-hover: #5cda56;
943
- --success-active: #2a8a25;
944
- --info-static: #c6c6c6;
945
- --info-hover: #e4e4e4;
946
- --info-active: #979797;
947
- --warning-static: #faad14;
948
- --warning-hover: #f9be4a;
949
- --warning-active: #db9711;
950
- --action-static: #142452;
951
- --action-hover: #21387d;
952
- --action-active: #000000;
953
- --color-info-primary: #3a6cd1;
954
- --primary-font-color: #142452;
955
- --placeholder-font-color: #babdcc;
956
- --warning-font-color: #ce2828;
957
- --alert-error: #da3f3f;
958
- --alert-light-error: #f4c5c5;
959
- --alert-success: #3aaa35;
960
- --alert-light-success: #c4e5c2;
961
- --alert-info: #8eaaf1;
962
- --alert-light-info: #c4d3f1;
963
- --alert-warning: #faad14;
964
- --alert-light-warning: #fde6b8;
965
- --border-focus: #3a6cd1;
966
- --tooltip-background-color: #202f5b;
967
- --text-color-primary: #142452;
968
- --text-color-secondary: #ffff;
969
- --text-color-neutral: #828699;
970
- --text-color-tertiary: #808080;
971
- --text-color-note: #242424;
972
- --text-color-quaternary: #142452;
973
- --text-color-disabled: #ffff;
974
- --background-color-white-primary: #fff;
975
- --background-color-light-primary: #8eaaf1;
976
- --background-color-white-secondary: #fff;
977
- --background-color-primary-dark: #142452;
978
- --background-color-gray-5: #f1f2f6;
979
- --background-color-gray-30: #ebecf2;
980
- --background-color-tertiary-light: #2c4fa4;
981
- --background-color-gray-10: #f1f2f6;
982
- --background-color-gray-40: #ebecf2;
983
- --background-color-light-blue: #dfe7f8;
984
- --border-color-primary: #babdcc;
985
- --border-color-secondary: #d8dae5;
986
- --border-color-neutral: #ebecf2;
987
- --border-color-tertiary: #ebecf2;
988
- --border-color-gray: #ebecf2;
989
- --border-color-hover: #142452;
990
- --border-color-active: #3a6cd1;
991
- --icon-color-main: #142452;
992
- --icon-color-secondary: #000;
993
- --icon-color-quaternary: #babdcc;
994
- --icon-color-disabled: #9a9eb2;
995
- --link-btn-primary-color: #3a6cd1;
996
- --button-color-static: #4d75d8;
997
- --button-color-hover: #7c9bea;
998
- --button-color-active: #2c4fa4;
999
- --alert-natural: #c4d3f1;
1000
- }
1001
-
1002
- .drawerItemContainer {
1003
- display: flex;
1004
- flex-direction: column;
1005
- }
1006
- .drawerItemContainer .title {
1007
- color: #000;
1008
- font-weight: 600;
1009
- font-size: 24px;
1010
- line-height: 35px;
1011
- margin-bottom: 3px;
1012
- margin-top: 1.5rem;
1013
- }
1014
- .drawerItemContainer .text {
1015
- color: #000;
1016
- font-weight: 400;
1017
- font-size: 24px;
1018
- line-height: 25px;
1019
- }
1020
- .drawerItemContainer .color-green {
1021
- color: var(--color-success);
1022
- }
1023
- .drawerItemContainer .color-red {
1024
- color: var(--color-error);
1025
920
  }.json-editor-container {
1026
921
  overflow: hidden;
1027
922
  border-bottom-right-radius: 0.3125rem;
@@ -1215,6 +1110,111 @@
1215
1110
  --alert-natural: #c4d3f1;
1216
1111
  }
1217
1112
 
1113
+ .drawerItemContainer {
1114
+ display: flex;
1115
+ flex-direction: column;
1116
+ }
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;
1124
+ }
1125
+ .drawerItemContainer .text {
1126
+ color: #000;
1127
+ font-weight: 400;
1128
+ font-size: 24px;
1129
+ line-height: 25px;
1130
+ }
1131
+ .drawerItemContainer .color-green {
1132
+ color: var(--color-success);
1133
+ }
1134
+ .drawerItemContainer .color-red {
1135
+ color: var(--color-error);
1136
+ }:root {
1137
+ --white: #fff;
1138
+ --Gray-5: #f1f2f6;
1139
+ --Gray-10: #ebecf2;
1140
+ --Gray-20: #d8dae5;
1141
+ --Gray-30: #babdcc;
1142
+ --Gray-40: #9a9eb2;
1143
+ --Gray-50: #828699;
1144
+ --Gray-60: #696c80;
1145
+ --Gray-100: #12131a;
1146
+ --black: #000;
1147
+ --primary-static: #4d75d8;
1148
+ --primary-hover: #7c9bea;
1149
+ --primary-active: #2c4fa4;
1150
+ --primary-disabled: #9a9eb2;
1151
+ --secondary-static: #40e0d0;
1152
+ --secondary-hover: #9efcf2;
1153
+ --secondary-active: #2fa599;
1154
+ --error-static: #da3f3f;
1155
+ --error-hover: #e75d5d;
1156
+ --error-active: #bb3232;
1157
+ --success-static: #3aaa35;
1158
+ --success-hover: #5cda56;
1159
+ --success-active: #2a8a25;
1160
+ --info-static: #c6c6c6;
1161
+ --info-hover: #e4e4e4;
1162
+ --info-active: #979797;
1163
+ --warning-static: #faad14;
1164
+ --warning-hover: #f9be4a;
1165
+ --warning-active: #db9711;
1166
+ --action-static: #142452;
1167
+ --action-hover: #21387d;
1168
+ --action-active: #000000;
1169
+ --color-info-primary: #3a6cd1;
1170
+ --primary-font-color: #142452;
1171
+ --placeholder-font-color: #babdcc;
1172
+ --warning-font-color: #ce2828;
1173
+ --alert-error: #da3f3f;
1174
+ --alert-light-error: #f4c5c5;
1175
+ --alert-success: #3aaa35;
1176
+ --alert-light-success: #c4e5c2;
1177
+ --alert-info: #8eaaf1;
1178
+ --alert-light-info: #c4d3f1;
1179
+ --alert-warning: #faad14;
1180
+ --alert-light-warning: #fde6b8;
1181
+ --border-focus: #3a6cd1;
1182
+ --tooltip-background-color: #202f5b;
1183
+ --text-color-primary: #142452;
1184
+ --text-color-secondary: #ffff;
1185
+ --text-color-neutral: #828699;
1186
+ --text-color-tertiary: #808080;
1187
+ --text-color-note: #242424;
1188
+ --text-color-quaternary: #142452;
1189
+ --text-color-disabled: #ffff;
1190
+ --background-color-white-primary: #fff;
1191
+ --background-color-light-primary: #8eaaf1;
1192
+ --background-color-white-secondary: #fff;
1193
+ --background-color-primary-dark: #142452;
1194
+ --background-color-gray-5: #f1f2f6;
1195
+ --background-color-gray-30: #ebecf2;
1196
+ --background-color-tertiary-light: #2c4fa4;
1197
+ --background-color-gray-10: #f1f2f6;
1198
+ --background-color-gray-40: #ebecf2;
1199
+ --background-color-light-blue: #dfe7f8;
1200
+ --border-color-primary: #babdcc;
1201
+ --border-color-secondary: #d8dae5;
1202
+ --border-color-neutral: #ebecf2;
1203
+ --border-color-tertiary: #ebecf2;
1204
+ --border-color-gray: #ebecf2;
1205
+ --border-color-hover: #142452;
1206
+ --border-color-active: #3a6cd1;
1207
+ --icon-color-main: #142452;
1208
+ --icon-color-secondary: #000;
1209
+ --icon-color-quaternary: #babdcc;
1210
+ --icon-color-disabled: #9a9eb2;
1211
+ --link-btn-primary-color: #3a6cd1;
1212
+ --button-color-static: #4d75d8;
1213
+ --button-color-hover: #7c9bea;
1214
+ --button-color-active: #2c4fa4;
1215
+ --alert-natural: #c4d3f1;
1216
+ }
1217
+
1218
1218
  #EnumButton {
1219
1219
  display: flex;
1220
1220
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digi-frontend/dgate-api-documentation",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
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.73
2
- export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.73-31093-develop
3
- export IMAGE_TAG=1.0.73-31093-develop
1
+ export APP_VERSION=1.0.74
2
+ export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.74-31095-develop
3
+ export IMAGE_TAG=1.0.74-31095-develop
4
4
  export TARGET_ENV=dev