@digi-frontend/dgate-api-documentation 1.0.65 → 1.0.67

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
@@ -1110,111 +1110,6 @@
1110
1110
  --alert-natural: #c4d3f1;
1111
1111
  }
1112
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
1113
  #EnumButton {
1219
1114
  display: flex;
1220
1115
  justify-content: center;
@@ -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.65",
3
+ "version": "1.0.67",
4
4
  "main": "dist/src/index.js",
5
5
  "module": "dist/src/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -10,7 +10,3 @@ npm version patch --no-git-tag-version
10
10
  npm run build
11
11
 
12
12
  npm publish
13
-
14
- git add package.json
15
- git commit -m "Upgrading version"
16
- git push
package/variables.txt CHANGED
@@ -1,4 +1,4 @@
1
- export APP_VERSION=1.0.64
2
- export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.64-31075-develop
3
- export IMAGE_TAG=1.0.64-31075-develop
1
+ export APP_VERSION=1.0.66
2
+ export ECR_IMAGE=650046438355.dkr.ecr.eu-central-1.amazonaws.com/dgate-api-documentation:1.0.66-31083-develop
3
+ export IMAGE_TAG=1.0.66-31083-develop
4
4
  export TARGET_ENV=dev