@tap-payments/os-micro-frontend-shared 0.1.233 → 0.1.235

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.
@@ -918,6 +918,17 @@ export declare const APP_CODES: {
918
918
  };
919
919
  terminals: {
920
920
  code: string;
921
+ services: {
922
+ create: {
923
+ code: string;
924
+ };
925
+ view: {
926
+ code: string;
927
+ };
928
+ update: {
929
+ code: string;
930
+ };
931
+ };
921
932
  };
922
933
  };
923
934
  export declare const APP_DIMENSIONS: {
@@ -360,6 +360,17 @@ export const APP_CODES = {
360
360
  },
361
361
  terminals: {
362
362
  code: 'TERMINALS',
363
+ services: {
364
+ create: {
365
+ code: 'CREATE',
366
+ },
367
+ view: {
368
+ code: 'VIEW',
369
+ },
370
+ update: {
371
+ code: 'UPDATE',
372
+ },
373
+ },
363
374
  },
364
375
  };
365
376
  export const APP_DIMENSIONS = {
@@ -3,6 +3,6 @@ export declare const TABLE_CONTENT_ROW_HEIGHT = 70;
3
3
  export declare const TABLE_ROW_HEIGHT = 57;
4
4
  export declare const TABLE_THRESHOLD = 200;
5
5
  export declare const TABLE_LIST_OVER_SCAN = 5;
6
- export declare const SHEET_VIEW_TABLE_LIST_OVER_SCAN = 50;
6
+ export declare const SHEET_VIEW_TABLE_LIST_OVER_SCAN = 40;
7
7
  export declare const SHEET_VIEW_TABLE_THRESHOLD = 20;
8
8
  export declare const SHEET_VIEW_TABLE_ROW_HEIGHT = 28;
@@ -3,6 +3,6 @@ export const TABLE_CONTENT_ROW_HEIGHT = 70;
3
3
  export const TABLE_ROW_HEIGHT = 57;
4
4
  export const TABLE_THRESHOLD = 200;
5
5
  export const TABLE_LIST_OVER_SCAN = 5;
6
- export const SHEET_VIEW_TABLE_LIST_OVER_SCAN = 50;
6
+ export const SHEET_VIEW_TABLE_LIST_OVER_SCAN = 40;
7
7
  export const SHEET_VIEW_TABLE_THRESHOLD = 20;
8
8
  export const SHEET_VIEW_TABLE_ROW_HEIGHT = 28;
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.233",
4
+ "version": "0.1.235",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",