@tap-payments/os-micro-frontend-shared 0.1.111-test.4 → 0.1.111-test.5

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.
@@ -9,7 +9,7 @@ import { useMouseState, useWindowDimensions } from '../../hooks/index.js';
9
9
  import { isSafariBrowser } from '../../utils/index.js';
10
10
  import JSONTitleBar from './components/ReceiptTitleBar';
11
11
  import { JSONContainer, TITLE_BAR_HEIGHT, VIEWER_HEIGHT, FOOTER_HEIGHT, } from './style';
12
- const VIEWER_WIDTH = 400;
12
+ const VIEWER_WIDTH = 502;
13
13
  const animationDuration = 0.5;
14
14
  export default function ReceiptViewer({ index, isWindowMinimized, windowOrder, onClose }) {
15
15
  var _a, _b, _c, _d;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  export declare const FOOTER_HEIGHT = 37;
3
3
  export declare const TITLE_BAR_HEIGHT = "32px";
4
- export declare const VIEWER_HEIGHT = 545;
4
+ export declare const VIEWER_HEIGHT = 818;
5
5
  export declare const StyledPopover: import("@emotion/styled").StyledComponent<import("@mui/material").PopoverProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
6
6
  export declare const HEADER_HEIGHT = 44;
7
7
  export declare const jsonTheme: {
@@ -2,7 +2,7 @@ import { Box, Input, Popover, Typography, styled } from '@mui/material';
2
2
  import { motion } from 'framer-motion';
3
3
  export const FOOTER_HEIGHT = 37;
4
4
  export const TITLE_BAR_HEIGHT = '32px';
5
- export const VIEWER_HEIGHT = 545;
5
+ export const VIEWER_HEIGHT = 818;
6
6
  export const StyledPopover = styled(Popover)(({ theme }) => ({
7
7
  backgroundColor: theme.palette.background.default,
8
8
  boxShadow: theme.shadows[21],
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.111-test.4",
5
- "testVersion": 4,
4
+ "version": "0.1.111-test.5",
5
+ "testVersion": 5,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",