@tap-payments/os-micro-frontend-shared 0.1.218-test.6 → 0.1.219

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.
Files changed (49) hide show
  1. package/build/components/Chip/style.d.ts +1 -0
  2. package/build/components/CountBadge/style.d.ts +1 -0
  3. package/build/components/Dialog/style.d.ts +1 -0
  4. package/build/components/FlippingCard/style.d.ts +1 -0
  5. package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -0
  6. package/build/components/JSONViewer/style.d.ts +1 -0
  7. package/build/components/LeftPeekRightExpandingChip/style.d.ts +1 -0
  8. package/build/components/RangeCalender/RangeCalender.js +1 -2
  9. package/build/components/RangeCalender/components/CustomTimepicker/CustomTimepicker.js +3 -2
  10. package/build/components/RightLeftExpandingCenterChip/style.d.ts +1 -0
  11. package/build/components/SearchButton/styles.d.ts +1 -0
  12. package/build/components/StatusIcons/AuthIcons/style.d.ts +1 -0
  13. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -0
  14. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1 -0
  15. package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -0
  16. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -0
  17. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -0
  18. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +1 -0
  19. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1 -0
  20. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1 -0
  21. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -0
  22. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -0
  23. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -0
  24. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1 -0
  25. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -0
  26. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +1 -0
  27. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -0
  28. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -0
  29. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1 -0
  30. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -0
  31. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -0
  32. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +1 -0
  33. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -0
  34. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -0
  35. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -0
  36. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -0
  37. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1 -0
  38. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1 -0
  39. package/build/components/TableCells/CustomCells/style.d.ts +1 -0
  40. package/build/components/VirtualTables/components/style.d.ts +1 -0
  41. package/build/constants/table/cell/authorizationTableCellWidth.d.ts +1 -1
  42. package/build/constants/table/cell/authorizationTableCellWidth.js +1 -1
  43. package/build/constants/table/cell/chargeTableCellWidth.d.ts +1 -1
  44. package/build/constants/table/cell/chargeTableCellWidth.js +1 -1
  45. package/build/constants/table/cell/destinationsTableCellWidth.d.ts +1 -1
  46. package/build/constants/table/cell/destinationsTableCellWidth.js +1 -1
  47. package/build/constants/table/cell/refundTableCellWidth.d.ts +1 -1
  48. package/build/constants/table/cell/refundTableCellWidth.js +1 -1
  49. package/package.json +3 -3
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  import { GetSourceAnimationFunction } from './type';
3
4
  export declare const ChipStyled: import("@emotion/styled").StyledComponent<import("react").RefAttributes<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
4
5
  variant?: import("./type").ChipVariant | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const AgreementImageWrapper: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const DialogWrapper: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const Wrapper: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  declare const ImageWrapper: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const FOOTER_HEIGHT = 37;
3
4
  export declare const TITLE_BAR_HEIGHT = "32px";
4
5
  export declare const VIEWER_HEIGHT = 545;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  import type { SxProps, Theme } from '@mui/material/styles';
3
4
  export declare const CHIP_GAP = 3;
4
5
  export declare const DEFAULT_CHIP_MIN_WIDTH = 24;
@@ -63,9 +63,8 @@ function RangeCalender({ defaultDate, onDateChange, mode = 'gregorian', onCalend
63
63
  return startSelectedTime === endSelectedTime && !noTimezone ? startSelectedTime : `${startSelectedTime} - ${endSelectedTime}`;
64
64
  };
65
65
  const onChange = (newDate) => {
66
- var _a;
67
66
  if (newDate.length < 2 || !maxDateRange) {
68
- setValues([newDate === null || newDate === void 0 ? void 0 : newDate[0], (_a = newDate === null || newDate === void 0 ? void 0 : newDate[1]) !== null && _a !== void 0 ? _a : newDate === null || newDate === void 0 ? void 0 : newDate[0]]);
67
+ setValues(newDate);
69
68
  return;
70
69
  }
71
70
  const startDate = getStartOfDate(newDate[0]).toDate();
@@ -7,6 +7,7 @@ import TimePicker, { convertTo12Hour, maxHour } from '../../../Timepicker';
7
7
  import { AllDayStyled, TimeArea, TimePickerWrapper, TimeAreaInner } from './style';
8
8
  import { getEndOfDate, getStartOfDate } from '../../utils';
9
9
  function CustomTimePicker({ values, setValues }) {
10
+ var _a, _b;
10
11
  const { t } = useTranslation();
11
12
  const startDate = new DateObject(values[0]);
12
13
  const endDate = new DateObject(values[1]);
@@ -30,10 +31,10 @@ function CustomTimePicker({ values, setValues }) {
30
31
  hour: convertTo12Hour(startDate.hour),
31
32
  minute: startDate.minute,
32
33
  period: startDate.hour >= maxHour ? 'PM' : 'AM',
33
- }, size: "small", onChange: onChangeStartTime, enableRealTimeChange: true }, `${values[0].toString()}-start`), _jsx(TimePicker, { defaultTime: {
34
+ }, size: "small", onChange: onChangeStartTime, enableRealTimeChange: true }, `${(_a = values[0]) === null || _a === void 0 ? void 0 : _a.toString()}-start`), _jsx(TimePicker, { defaultTime: {
34
35
  hour: convertTo12Hour(endDate.hour),
35
36
  minute: endDate.minute,
36
37
  period: endDate.hour >= maxHour ? 'PM' : 'AM',
37
- }, size: "small", onChange: onChangeEndTime, enableRealTimeChange: true }, `${values[1].toString()}-end`)] }))] }) }));
38
+ }, size: "small", onChange: onChangeEndTime, enableRealTimeChange: true }, `${(_b = values[1]) === null || _b === void 0 ? void 0 : _b.toString()}-end`)] }))] }) }));
38
39
  }
39
40
  export default CustomTimePicker;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  import type { SxProps, Theme } from '@mui/material/styles';
3
4
  export declare const CHIP_GAP = 3;
4
5
  export declare const CenterIconWrapper: import("@emotion/styled").StyledComponent<{
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledInput: import("@emotion/styled").StyledComponent<{
3
4
  width?: string | number | undefined;
4
5
  height?: string | number | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3
4
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
4
5
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const ErrorCodeLabel: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3
4
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
4
5
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  import { TableMode } from '../../../../types/index.js';
3
4
  export declare const ActionCellContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
4
5
  tableMode?: TableMode | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledAppsCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3
4
  export declare const AppsStatusContainer: import("@emotion/styled").StyledComponent<{
4
5
  hidden?: boolean | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const AuthIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
3
4
  export declare const AuthCellContainer: import("@emotion/styled").StyledComponent<{
4
5
  hidden?: boolean | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const BalanceCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3
4
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
4
5
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const Button: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const ProductCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3
4
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
4
5
  export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const RefundChargeCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const RefundCellContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3
4
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
4
5
  export declare const SalesChannelsContainer: import("@emotion/styled").StyledComponent<{
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3
4
  export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
4
5
  hidden?: boolean | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
3
4
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
4
5
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<{
3
4
  width?: string | number | undefined;
4
5
  height?: string | number | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
3
4
  hidden?: boolean | undefined;
4
5
  id?: string | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const GeographyBox: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
3
4
  variant?: "Global" | "Regional" | "Local" | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  interface TableWrapperProps {
3
4
  showNoDataView?: boolean;
4
5
  }
@@ -100,7 +100,7 @@ export declare const authorizationTableCellWidth: {
100
100
  readonly sheet: "300px";
101
101
  };
102
102
  readonly merchant: {
103
- readonly default: "110px";
103
+ readonly default: "115px";
104
104
  readonly text: "150px";
105
105
  readonly sheet: "138px";
106
106
  };
@@ -100,7 +100,7 @@ export const authorizationTableCellWidth = {
100
100
  sheet: '300px',
101
101
  },
102
102
  merchant: {
103
- default: '110px',
103
+ default: '115px',
104
104
  text: '150px',
105
105
  sheet: '138px',
106
106
  },
@@ -150,7 +150,7 @@ export declare const chargeTableCellWidth: {
150
150
  readonly sheet: "130px";
151
151
  };
152
152
  readonly merchant: {
153
- readonly default: "100px";
153
+ readonly default: "115px";
154
154
  readonly text: "150px";
155
155
  readonly sheet: "138px";
156
156
  };
@@ -150,7 +150,7 @@ export const chargeTableCellWidth = {
150
150
  sheet: '130px',
151
151
  },
152
152
  merchant: {
153
- default: '100px',
153
+ default: '115px',
154
154
  text: '150px',
155
155
  sheet: '138px',
156
156
  },
@@ -100,7 +100,7 @@ export declare const destinationsTableCellWidth: {
100
100
  readonly sheet: "250px";
101
101
  };
102
102
  readonly merchant: {
103
- readonly default: "100px";
103
+ readonly default: "115px";
104
104
  readonly text: "150px";
105
105
  readonly sheet: "138px";
106
106
  };
@@ -100,7 +100,7 @@ export const destinationsTableCellWidth = {
100
100
  sheet: '250px',
101
101
  },
102
102
  merchant: {
103
- default: '100px',
103
+ default: '115px',
104
104
  text: '150px',
105
105
  sheet: '138px',
106
106
  },
@@ -140,7 +140,7 @@ export declare const refundTableCellWidth: {
140
140
  readonly sheet: "170px";
141
141
  };
142
142
  readonly merchant: {
143
- readonly default: "100px";
143
+ readonly default: "115px";
144
144
  readonly text: "150px";
145
145
  readonly sheet: "138px";
146
146
  };
@@ -140,7 +140,7 @@ export const refundTableCellWidth = {
140
140
  sheet: '170px',
141
141
  },
142
142
  merchant: {
143
- default: '100px',
143
+ default: '115px',
144
144
  text: '150px',
145
145
  sheet: '138px',
146
146
  },
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.218-test.6",
5
- "testVersion": 6,
4
+ "version": "0.1.219",
5
+ "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -163,4 +163,4 @@
163
163
  "publishConfig": {
164
164
  "registry": "https://registry.npmjs.org/"
165
165
  }
166
- }
166
+ }