@tap-payments/os-micro-frontend-shared 0.1.372-test.4 → 0.1.373-fix.0

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.
@@ -968,6 +968,9 @@ export declare const APP_CODES: {
968
968
  };
969
969
  };
970
970
  };
971
+ slaProcess: {
972
+ code: string;
973
+ };
971
974
  };
972
975
  export declare const APP_DIMENSIONS: {
973
976
  [x: string]: {
@@ -1,4 +1,4 @@
1
- import { tokenAppIcon, billingAppIcon, acceptanceAppIcon, payoutsAppIcon, protectAppIcon, customersAppIcon, businessesAppIcon, accountAppIcon, walletAppIcon, authenticationAppIcon, acceptanceWindowIcon, walletWindowIcon, billingWindowIcon, customersWindowIcon, payoutWindowIcon, protectWindowIcon, tokensWindowIcon, accountWindowIcon, businessesWindowIcon, authenticationWindowIcon, reportsWindowIcon, reportAppIcon, orderAppIcon, orderWindowIcon, leadAppIcon, leadTitleIcon, terminalAppIcon, terminalWindowIcon, } from './assets';
1
+ import { tokenAppIcon, billingAppIcon, acceptanceAppIcon, payoutsAppIcon, protectAppIcon, customersAppIcon, businessesAppIcon, accountAppIcon, walletAppIcon, authenticationAppIcon, acceptanceWindowIcon, walletWindowIcon, billingWindowIcon, customersWindowIcon, payoutWindowIcon, protectWindowIcon, tokensWindowIcon, accountWindowIcon, businessesWindowIcon, authenticationWindowIcon, reportsWindowIcon, reportAppIcon, orderAppIcon, orderWindowIcon, leadAppIcon, leadTitleIcon, terminalAppIcon, terminalWindowIcon, slaProcessAppIcon, slaProcessWindowIcon, } from './assets';
2
2
  import { FOOTER_HEIGHT, HEADER_HEIGHT } from './style';
3
3
  export const SERVICE_COMMON_FUNCTIONS = {
4
4
  view: {
@@ -391,6 +391,7 @@ export const APP_CODES = {
391
391
  },
392
392
  },
393
393
  },
394
+ slaProcess: { code: 'SLA_PROCESS' },
394
395
  };
395
396
  export const APP_DIMENSIONS = {
396
397
  general: {
@@ -482,6 +483,11 @@ export const APP_ICONS = [
482
483
  iconUrl: terminalAppIcon,
483
484
  toolbarIconUrl: terminalWindowIcon,
484
485
  },
486
+ {
487
+ code: APP_CODES.slaProcess.code,
488
+ iconUrl: slaProcessAppIcon,
489
+ toolbarIconUrl: slaProcessWindowIcon,
490
+ },
485
491
  ];
486
492
  export const excludedApps = ['login'];
487
493
  export const MF_APPS_MAPPER = new Set([
@@ -298,6 +298,8 @@ export declare const braveIcon: string;
298
298
  export declare const arcIcon: string;
299
299
  export declare const chromiumIcon: string;
300
300
  export declare const userIcon: string;
301
+ export declare const slaProcessAppIcon: string;
302
+ export declare const slaProcessWindowIcon: string;
301
303
  export declare const abandonedTableIcon: string;
302
304
  export declare const cancelledTableIcon: string;
303
305
  export declare const capturedTableIcon: string;
@@ -303,6 +303,8 @@ export const braveIcon = `${appBaseUrl}/braveBrowser.svg`;
303
303
  export const arcIcon = `${appBaseUrl}/arcBrowser.svg`;
304
304
  export const chromiumIcon = `${appBaseUrl}/chromiumBrowser.svg`;
305
305
  export const userIcon = `${appBaseUrl}/userIcon.svg`;
306
+ export const slaProcessAppIcon = `${appBaseUrl}/slaProcess.svg`;
307
+ export const slaProcessWindowIcon = `${lightUrl}/window/slaProcess.svg`;
306
308
  // table status icons
307
309
  export const abandonedTableIcon = `${lightUrl}/status/table/abandoned.svg`;
308
310
  export const cancelledTableIcon = `${lightUrl}/status/table/cancelled.svg`;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.372-test.4",
5
- "testVersion": 4,
4
+ "version": "0.1.373-fix.0",
5
+ "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -164,4 +164,4 @@
164
164
  "publishConfig": {
165
165
  "registry": "https://registry.npmjs.org/"
166
166
  }
167
- }
167
+ }