@tap-payments/os-micro-frontend-shared 0.1.176 → 0.1.178
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/LICENSE +21 -21
- package/README.md +12 -12
- package/build/components/Chip/style.d.ts +1 -0
- package/build/components/CountBadge/style.d.ts +1 -0
- package/build/components/Dialog/style.d.ts +1 -0
- package/build/components/FlippingCard/style.d.ts +1 -0
- package/build/components/ImageWrapper/ImageWrapper.d.ts +1 -0
- package/build/components/JSONViewer/style.d.ts +1 -0
- package/build/components/LeftPeekRightExpandingChip/style.d.ts +1 -0
- package/build/components/RightLeftExpandingCenterChip/style.d.ts +1 -0
- package/build/components/SearchButton/styles.d.ts +1 -0
- package/build/components/StatusChip/StatusChip.d.ts +1 -1
- package/build/components/StatusChip/StatusChip.js +2 -2
- package/build/components/StatusChip/style.d.ts +1 -0
- package/build/components/StatusChip/type.d.ts +1 -0
- package/build/components/StatusIcons/AuthIcons/style.d.ts +1 -0
- package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +1 -0
- package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +1 -0
- package/build/components/StatusIcons/SourceIcons/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IDButton/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SegmentsCell/SegmentsCell.js +2 -1
- package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +1 -0
- package/build/components/TableCells/CustomCells/style.d.ts +1 -0
- package/build/components/VirtualTables/components/style.d.ts +1 -0
- package/build/constants/table/cell/merchantsTableCellWidth.d.ts +7 -7
- package/build/constants/table/cell/merchantsTableCellWidth.js +7 -7
- package/package.json +166 -166
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Tap Payments
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Tap Payments
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# os-micro-frontend-shared
|
|
2
|
-
|
|
3
|
-
## Publishing Workflow
|
|
4
|
-
|
|
5
|
-
1. Update version in package.json
|
|
6
|
-
2. Commit changes
|
|
7
|
-
3. Create and push a tag:
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm version patch # or minor, major
|
|
11
|
-
git push origin main --tags
|
|
12
|
-
```
|
|
1
|
+
# os-micro-frontend-shared
|
|
2
|
+
|
|
3
|
+
## Publishing Workflow
|
|
4
|
+
|
|
5
|
+
1. Update version in package.json
|
|
6
|
+
2. Commit changes
|
|
7
|
+
3. Create and push a tag:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm version patch # or minor, major
|
|
11
|
+
git push origin main --tags
|
|
12
|
+
```
|
|
@@ -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,3 +1,3 @@
|
|
|
1
1
|
import { ChipProps } from './type';
|
|
2
|
-
declare const StatusChip: ({ children, unknownText, copyText, expandDirection, chipStyles, ...props }: ChipProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const StatusChip: ({ children, unknownText, copyText, expandDirection, chipStyles, containerStyles, ...props }: ChipProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default StatusChip;
|
|
@@ -18,7 +18,7 @@ import { copyIcon, greenCheckIcon } from '../../constants/index.js';
|
|
|
18
18
|
import { ChipStyled, Wrapper, CopyWrapper } from './style';
|
|
19
19
|
import { emptyStatusChipColors } from '../../constants/index.js';
|
|
20
20
|
const StatusChip = (_a) => {
|
|
21
|
-
var { children, unknownText, copyText, expandDirection = 'right', chipStyles } = _a, props = __rest(_a, ["children", "unknownText", "copyText", "expandDirection", "chipStyles"]);
|
|
21
|
+
var { children, unknownText, copyText, expandDirection = 'right', chipStyles, containerStyles } = _a, props = __rest(_a, ["children", "unknownText", "copyText", "expandDirection", "chipStyles", "containerStyles"]);
|
|
22
22
|
const [showCopy, setShowCopy] = useState(false);
|
|
23
23
|
const { t } = useTranslation();
|
|
24
24
|
const isSelected = props.isSelected;
|
|
@@ -39,7 +39,7 @@ const StatusChip = (_a) => {
|
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
const isCopyActive = isSelected && copyText;
|
|
42
|
-
return (_jsxs(motion.div, Object.assign({ style: { position: 'relative' }, animate: { zIndex: isSelected ? 3 : 0 } }, { children: [_jsx(ChipStyled, Object.assign({}, props, { sx: { visibility: 'hidden', pointerEvents: 'none' } }, { children: _jsx(Wrapper, { children: children }) })), _jsx(motion.div, Object.assign({ style: { position: 'absolute', top: 0, zIndex: isSelected ? 3 : 0 }, animate: {
|
|
42
|
+
return (_jsxs(motion.div, Object.assign({ style: Object.assign({ position: 'relative' }, containerStyles), animate: { zIndex: isSelected ? 3 : 0 } }, { children: [_jsx(ChipStyled, Object.assign({}, props, { sx: { visibility: 'hidden', pointerEvents: 'none' } }, { children: _jsx(Wrapper, { children: children }) })), _jsx(motion.div, Object.assign({ style: { position: 'absolute', top: 0, zIndex: isSelected ? 3 : 0 }, animate: {
|
|
43
43
|
left: isCopyActive && expandDirection === 'left' ? -12 : 0,
|
|
44
44
|
}, transition: { delay: isSelected ? 0 : 0.2, duration: 0.2 } }, { children: _jsx(ChipStyled, Object.assign({}, props, { isSelected: isSelected }, chipStyles, { children: _jsxs(motion.div, Object.assign({ layout: "size", style: { display: 'flex', gap: '4px' }, animate: {
|
|
45
45
|
paddingRight: isCopyActive ? 12 : 0,
|
|
@@ -15,6 +15,7 @@ export declare const ChipStyled: import("@emotion/styled").StyledComponent<impor
|
|
|
15
15
|
expandDirection?: "left" | "right" | undefined;
|
|
16
16
|
chipStyles?: object | undefined;
|
|
17
17
|
disableAnimation?: boolean | undefined;
|
|
18
|
+
containerStyles?: object | undefined;
|
|
18
19
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
19
20
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
20
21
|
}, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & {
|
|
@@ -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 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 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 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 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<{
|
|
@@ -19,6 +19,7 @@ import { TableCell } from '../../../TableCells';
|
|
|
19
19
|
import { segmentsIcons } from './constant';
|
|
20
20
|
import { ReferenceTextLabel, ReferenceTextWrapper, ReferenceSourcesContainer, StyledSourceCell, referenceSourceAnimation } from './style';
|
|
21
21
|
import IconWithBadge from '../../../IconWithBadge';
|
|
22
|
+
import { getSegmentTooltip } from './utils';
|
|
22
23
|
function SegmentsCell(_a) {
|
|
23
24
|
var { isTextShown, segments } = _a, props = __rest(_a, ["isTextShown", "segments"]);
|
|
24
25
|
const [isTooltipOpen, setIsTooltipOpen] = useState(false);
|
|
@@ -26,7 +27,7 @@ function SegmentsCell(_a) {
|
|
|
26
27
|
const ReferenceSources = useMemo(() => segments === null || segments === void 0 ? void 0 : segments.filter((segment) => !!segment.name).map((segment, index) => {
|
|
27
28
|
var _a, _b;
|
|
28
29
|
const isPlatformSegment = (_b = (_a = segment.type) === null || _a === void 0 ? void 0 : _a.toLowerCase) === null || _b === void 0 ? void 0 : _b.call(_a).includes('platform');
|
|
29
|
-
const sourceTooltip = segment.tooltip || segment
|
|
30
|
+
const sourceTooltip = segment.tooltip || getSegmentTooltip(segment);
|
|
30
31
|
const segmentType = segment.type;
|
|
31
32
|
const icon = isPlatformSegment ? segmentsIcons.platform : segmentsIcons[segmentType];
|
|
32
33
|
return (_jsx(Tooltip, Object.assign({ onOpen: () => {
|
|
@@ -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 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>, {}>;
|
|
@@ -7,7 +7,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
7
7
|
readonly entity: {
|
|
8
8
|
readonly default: "137px";
|
|
9
9
|
readonly text: "180px";
|
|
10
|
-
readonly sheet: "
|
|
10
|
+
readonly sheet: "235px";
|
|
11
11
|
};
|
|
12
12
|
readonly created: {
|
|
13
13
|
readonly default: "144px";
|
|
@@ -17,7 +17,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
17
17
|
readonly brands: {
|
|
18
18
|
readonly default: "131px";
|
|
19
19
|
readonly text: "140px";
|
|
20
|
-
readonly sheet: "
|
|
20
|
+
readonly sheet: "170px";
|
|
21
21
|
};
|
|
22
22
|
readonly marketplace: {
|
|
23
23
|
readonly default: "110px";
|
|
@@ -27,7 +27,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
27
27
|
readonly individuals: {
|
|
28
28
|
readonly default: "147px";
|
|
29
29
|
readonly text: "185px";
|
|
30
|
-
readonly sheet: "
|
|
30
|
+
readonly sheet: "200px";
|
|
31
31
|
};
|
|
32
32
|
readonly segments: {
|
|
33
33
|
readonly default: "70px";
|
|
@@ -42,7 +42,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
42
42
|
readonly status: {
|
|
43
43
|
readonly default: "55px";
|
|
44
44
|
readonly text: "100px";
|
|
45
|
-
readonly sheet: "
|
|
45
|
+
readonly sheet: "172px";
|
|
46
46
|
};
|
|
47
47
|
readonly partners: {
|
|
48
48
|
readonly default: "88px";
|
|
@@ -52,7 +52,7 @@ export declare const merchantsTableCellWidth: {
|
|
|
52
52
|
readonly actions: {
|
|
53
53
|
readonly default: "100px";
|
|
54
54
|
readonly text: "100px";
|
|
55
|
-
readonly sheet: "
|
|
55
|
+
readonly sheet: "36px";
|
|
56
56
|
};
|
|
57
57
|
readonly avatar: {
|
|
58
58
|
readonly default: "40px";
|
|
@@ -67,11 +67,11 @@ export declare const merchantsTableCellWidth: {
|
|
|
67
67
|
readonly channels: {
|
|
68
68
|
readonly default: "94px";
|
|
69
69
|
readonly text: "120px";
|
|
70
|
-
readonly sheet: "
|
|
70
|
+
readonly sheet: "510px";
|
|
71
71
|
};
|
|
72
72
|
readonly merchant: {
|
|
73
73
|
readonly default: "175px";
|
|
74
74
|
readonly text: "180px";
|
|
75
|
-
readonly sheet: "
|
|
75
|
+
readonly sheet: "235px";
|
|
76
76
|
};
|
|
77
77
|
};
|
|
@@ -7,7 +7,7 @@ export const merchantsTableCellWidth = {
|
|
|
7
7
|
entity: {
|
|
8
8
|
default: '137px',
|
|
9
9
|
text: '180px',
|
|
10
|
-
sheet: '
|
|
10
|
+
sheet: '235px',
|
|
11
11
|
},
|
|
12
12
|
created: {
|
|
13
13
|
default: '144px',
|
|
@@ -17,7 +17,7 @@ export const merchantsTableCellWidth = {
|
|
|
17
17
|
brands: {
|
|
18
18
|
default: '131px',
|
|
19
19
|
text: '140px',
|
|
20
|
-
sheet: '
|
|
20
|
+
sheet: '170px',
|
|
21
21
|
},
|
|
22
22
|
marketplace: {
|
|
23
23
|
default: '110px',
|
|
@@ -27,7 +27,7 @@ export const merchantsTableCellWidth = {
|
|
|
27
27
|
individuals: {
|
|
28
28
|
default: '147px',
|
|
29
29
|
text: '185px',
|
|
30
|
-
sheet: '
|
|
30
|
+
sheet: '200px',
|
|
31
31
|
},
|
|
32
32
|
segments: {
|
|
33
33
|
default: '70px',
|
|
@@ -42,7 +42,7 @@ export const merchantsTableCellWidth = {
|
|
|
42
42
|
status: {
|
|
43
43
|
default: '55px',
|
|
44
44
|
text: '100px',
|
|
45
|
-
sheet: '
|
|
45
|
+
sheet: '172px',
|
|
46
46
|
},
|
|
47
47
|
partners: {
|
|
48
48
|
default: '88px',
|
|
@@ -52,7 +52,7 @@ export const merchantsTableCellWidth = {
|
|
|
52
52
|
actions: {
|
|
53
53
|
default: '100px',
|
|
54
54
|
text: '100px',
|
|
55
|
-
sheet: '
|
|
55
|
+
sheet: '36px',
|
|
56
56
|
},
|
|
57
57
|
avatar: {
|
|
58
58
|
default: '40px',
|
|
@@ -67,11 +67,11 @@ export const merchantsTableCellWidth = {
|
|
|
67
67
|
channels: {
|
|
68
68
|
default: '94px',
|
|
69
69
|
text: '120px',
|
|
70
|
-
sheet: '
|
|
70
|
+
sheet: '510px',
|
|
71
71
|
},
|
|
72
72
|
merchant: {
|
|
73
73
|
default: '175px',
|
|
74
74
|
text: '180px',
|
|
75
|
-
sheet: '
|
|
75
|
+
sheet: '235px',
|
|
76
76
|
},
|
|
77
77
|
};
|
package/package.json
CHANGED
|
@@ -1,166 +1,166 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
|
-
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"testVersion": 0,
|
|
6
|
-
"type": "module",
|
|
7
|
-
"main": "build/index.js",
|
|
8
|
-
"module": "build/index.js",
|
|
9
|
-
"types": "build/index.d.ts",
|
|
10
|
-
"exports": {
|
|
11
|
-
"./package.json": "./package.json",
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./build/index.d.ts",
|
|
14
|
-
"import": "./build/index.js",
|
|
15
|
-
"require": "./build/index.js"
|
|
16
|
-
},
|
|
17
|
-
"./constants": {
|
|
18
|
-
"types": "./build/constants/index.d.ts",
|
|
19
|
-
"import": "./build/constants/index.js",
|
|
20
|
-
"require": "./build/constants/index.js"
|
|
21
|
-
},
|
|
22
|
-
"./components": {
|
|
23
|
-
"types": "./build/components/index.d.ts",
|
|
24
|
-
"import": "./build/components/index.js",
|
|
25
|
-
"require": "./build/components/index.js"
|
|
26
|
-
},
|
|
27
|
-
"./components/*": {
|
|
28
|
-
"types": "./build/components/*/index.d.ts",
|
|
29
|
-
"import": "./build/components/*/index.js",
|
|
30
|
-
"require": "./build/components/*/index.js"
|
|
31
|
-
},
|
|
32
|
-
"./hooks": {
|
|
33
|
-
"types": "./build/hooks/index.d.ts",
|
|
34
|
-
"import": "./build/hooks/index.js",
|
|
35
|
-
"require": "./build/hooks/index.js"
|
|
36
|
-
},
|
|
37
|
-
"./utils": {
|
|
38
|
-
"types": "./build/utils/index.d.ts",
|
|
39
|
-
"import": "./build/utils/index.js",
|
|
40
|
-
"require": "./build/utils/index.js"
|
|
41
|
-
},
|
|
42
|
-
"./theme": {
|
|
43
|
-
"types": "./build/theme/index.d.ts",
|
|
44
|
-
"import": "./build/theme/index.js",
|
|
45
|
-
"require": "./build/theme/index.js"
|
|
46
|
-
},
|
|
47
|
-
"./types": {
|
|
48
|
-
"types": "./build/types/index.d.ts",
|
|
49
|
-
"import": "./build/types/index.js",
|
|
50
|
-
"require": "./build/types/index.js"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"license": "MIT",
|
|
54
|
-
"author": {
|
|
55
|
-
"name": "Ahmed Sharkawy",
|
|
56
|
-
"email": "a.elsharkawy@tap.company"
|
|
57
|
-
},
|
|
58
|
-
"files": [
|
|
59
|
-
"build",
|
|
60
|
-
"readme.md"
|
|
61
|
-
],
|
|
62
|
-
"scripts": {
|
|
63
|
-
"ts:build": "rm -rf build && tsc -p tsconfig.npm.json && tsc-alias -p tsconfig.npm.json",
|
|
64
|
-
"push:local": "yarn ts:build && yalc publish --push",
|
|
65
|
-
"push": "npm run ts:build && npm publish --access public",
|
|
66
|
-
"push:test": "node scripts/increment-test-version.cjs && npm run ts:build && npm publish --access public --tag test && node scripts/restore-version.cjs",
|
|
67
|
-
"dev": "vite",
|
|
68
|
-
"build": "tsc -b && vite build ",
|
|
69
|
-
"prettier": "prettier --list-different \"src/**/*.{md,mdx,ts,js,tsx,jsx,json}\"",
|
|
70
|
-
"prettier:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md,css,json}\"",
|
|
71
|
-
"lint": "eslint . --color",
|
|
72
|
-
"lint:fix": "eslint src --fix --color",
|
|
73
|
-
"preview": "vite preview",
|
|
74
|
-
"prepare": "husky"
|
|
75
|
-
},
|
|
76
|
-
"dependencies": {
|
|
77
|
-
"@emotion/react": "^11.11.0",
|
|
78
|
-
"@emotion/styled": "^11.11.0",
|
|
79
|
-
"@hookform/resolvers": "^3.3.1",
|
|
80
|
-
"@mui/material": "^5.12.3",
|
|
81
|
-
"@uiw/react-json-view": "^2.0.0-alpha.16",
|
|
82
|
-
"axios": "^1.4.0",
|
|
83
|
-
"color": "^5.0.0",
|
|
84
|
-
"dayjs": "^1.11.8",
|
|
85
|
-
"framer-motion": "10.11.0",
|
|
86
|
-
"i18next": "^22.4.15",
|
|
87
|
-
"memoize-one": "^6.0.0",
|
|
88
|
-
"re-resizable": "^6.9.9",
|
|
89
|
-
"react": "^18.2.0",
|
|
90
|
-
"react-colorful": "^5.6.1",
|
|
91
|
-
"react-currency-input-field": "^3.6.11",
|
|
92
|
-
"react-dom": "^18.2.0",
|
|
93
|
-
"react-draggable": "^4.4.6",
|
|
94
|
-
"react-dropzone": "^14.2.3",
|
|
95
|
-
"react-hook-form": "^7.45.4",
|
|
96
|
-
"react-hot-toast": "^2.4.1",
|
|
97
|
-
"react-i18next": "^12.2.2",
|
|
98
|
-
"react-lazy-load-image-component": "^1.6.3",
|
|
99
|
-
"react-multi-date-picker": "^4.1.2",
|
|
100
|
-
"react-router-dom": "^7.7.0",
|
|
101
|
-
"react-virtualized-auto-sizer": "^1.0.20",
|
|
102
|
-
"react-window": "^1.8.9",
|
|
103
|
-
"react-window-infinite-loader": "^1.0.9",
|
|
104
|
-
"react18-input-otp": "^1.1.4",
|
|
105
|
-
"recharts": "^2.15.1"
|
|
106
|
-
},
|
|
107
|
-
"devDependencies": {
|
|
108
|
-
"@eslint/js": "^9.17.0",
|
|
109
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
110
|
-
"@types/lodash": "^4.17.15",
|
|
111
|
-
"@types/react": "^18.2.6",
|
|
112
|
-
"@types/react-dom": "^18.3.5",
|
|
113
|
-
"@types/react-lazy-load-image-component": "^1.6.4",
|
|
114
|
-
"@types/react-virtualized-auto-sizer": "^1.0.8",
|
|
115
|
-
"@types/react-window": "^1.8.5",
|
|
116
|
-
"@types/react-window-infinite-loader": "^1.0.6",
|
|
117
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
118
|
-
"eslint": "^9.17.0",
|
|
119
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
|
120
|
-
"eslint-plugin-react-refresh": "^0.4.16",
|
|
121
|
-
"globals": "^15.14.0",
|
|
122
|
-
"husky": "^8.0.3",
|
|
123
|
-
"lint-staged": "^13.2.2",
|
|
124
|
-
"prettier": "^2.8.8",
|
|
125
|
-
"tsc-alias": "^1.8.16",
|
|
126
|
-
"typescript": "5.0.2",
|
|
127
|
-
"typescript-eslint": "^8.18.2",
|
|
128
|
-
"vite": "6.0.5",
|
|
129
|
-
"vite-tsconfig-paths": "^4.2.0"
|
|
130
|
-
},
|
|
131
|
-
"peerDependencies": {
|
|
132
|
-
"react": "^18",
|
|
133
|
-
"react-dom": "^18",
|
|
134
|
-
"@mui/material": "^5",
|
|
135
|
-
"@emotion/react": "^11",
|
|
136
|
-
"@emotion/styled": "^11",
|
|
137
|
-
"framer-motion": "^10",
|
|
138
|
-
"react-hook-form": "^7",
|
|
139
|
-
"@hookform/resolvers": "^3",
|
|
140
|
-
"react-router-dom": "^7",
|
|
141
|
-
"i18next": "^22",
|
|
142
|
-
"react-i18next": "^12",
|
|
143
|
-
"react-multi-date-picker": "^4",
|
|
144
|
-
"dayjs": "^1",
|
|
145
|
-
"react-dropzone": "^14",
|
|
146
|
-
"react-hot-toast": "^2",
|
|
147
|
-
"recharts": "^2",
|
|
148
|
-
"react-window": "^1.8",
|
|
149
|
-
"react-window-infinite-loader": "^1",
|
|
150
|
-
"react-virtualized-auto-sizer": "^1",
|
|
151
|
-
"re-resizable": "^6",
|
|
152
|
-
"react-draggable": "^4",
|
|
153
|
-
"react-currency-input-field": "^3",
|
|
154
|
-
"react18-input-otp": "^1",
|
|
155
|
-
"@uiw/react-json-view": "^2.0.0-alpha"
|
|
156
|
-
},
|
|
157
|
-
"lint-staged": {
|
|
158
|
-
"src/**/*.{ts,tsx,json,js,jsx}": [
|
|
159
|
-
"yarn run prettier:fix",
|
|
160
|
-
"yarn run lint"
|
|
161
|
-
]
|
|
162
|
-
},
|
|
163
|
-
"publishConfig": {
|
|
164
|
-
"registry": "https://registry.npmjs.org/"
|
|
165
|
-
}
|
|
166
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
|
+
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
+
"version": "0.1.178",
|
|
5
|
+
"testVersion": 0,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "build/index.js",
|
|
8
|
+
"module": "build/index.js",
|
|
9
|
+
"types": "build/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
"./package.json": "./package.json",
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./build/index.d.ts",
|
|
14
|
+
"import": "./build/index.js",
|
|
15
|
+
"require": "./build/index.js"
|
|
16
|
+
},
|
|
17
|
+
"./constants": {
|
|
18
|
+
"types": "./build/constants/index.d.ts",
|
|
19
|
+
"import": "./build/constants/index.js",
|
|
20
|
+
"require": "./build/constants/index.js"
|
|
21
|
+
},
|
|
22
|
+
"./components": {
|
|
23
|
+
"types": "./build/components/index.d.ts",
|
|
24
|
+
"import": "./build/components/index.js",
|
|
25
|
+
"require": "./build/components/index.js"
|
|
26
|
+
},
|
|
27
|
+
"./components/*": {
|
|
28
|
+
"types": "./build/components/*/index.d.ts",
|
|
29
|
+
"import": "./build/components/*/index.js",
|
|
30
|
+
"require": "./build/components/*/index.js"
|
|
31
|
+
},
|
|
32
|
+
"./hooks": {
|
|
33
|
+
"types": "./build/hooks/index.d.ts",
|
|
34
|
+
"import": "./build/hooks/index.js",
|
|
35
|
+
"require": "./build/hooks/index.js"
|
|
36
|
+
},
|
|
37
|
+
"./utils": {
|
|
38
|
+
"types": "./build/utils/index.d.ts",
|
|
39
|
+
"import": "./build/utils/index.js",
|
|
40
|
+
"require": "./build/utils/index.js"
|
|
41
|
+
},
|
|
42
|
+
"./theme": {
|
|
43
|
+
"types": "./build/theme/index.d.ts",
|
|
44
|
+
"import": "./build/theme/index.js",
|
|
45
|
+
"require": "./build/theme/index.js"
|
|
46
|
+
},
|
|
47
|
+
"./types": {
|
|
48
|
+
"types": "./build/types/index.d.ts",
|
|
49
|
+
"import": "./build/types/index.js",
|
|
50
|
+
"require": "./build/types/index.js"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"license": "MIT",
|
|
54
|
+
"author": {
|
|
55
|
+
"name": "Ahmed Sharkawy",
|
|
56
|
+
"email": "a.elsharkawy@tap.company"
|
|
57
|
+
},
|
|
58
|
+
"files": [
|
|
59
|
+
"build",
|
|
60
|
+
"readme.md"
|
|
61
|
+
],
|
|
62
|
+
"scripts": {
|
|
63
|
+
"ts:build": "rm -rf build && tsc -p tsconfig.npm.json && tsc-alias -p tsconfig.npm.json",
|
|
64
|
+
"push:local": "yarn ts:build && yalc publish --push",
|
|
65
|
+
"push": "npm run ts:build && npm publish --access public",
|
|
66
|
+
"push:test": "node scripts/increment-test-version.cjs && npm run ts:build && npm publish --access public --tag test && node scripts/restore-version.cjs",
|
|
67
|
+
"dev": "vite",
|
|
68
|
+
"build": "tsc -b && vite build ",
|
|
69
|
+
"prettier": "prettier --list-different \"src/**/*.{md,mdx,ts,js,tsx,jsx,json}\"",
|
|
70
|
+
"prettier:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md,css,json}\"",
|
|
71
|
+
"lint": "eslint . --color",
|
|
72
|
+
"lint:fix": "eslint src --fix --color",
|
|
73
|
+
"preview": "vite preview",
|
|
74
|
+
"prepare": "husky"
|
|
75
|
+
},
|
|
76
|
+
"dependencies": {
|
|
77
|
+
"@emotion/react": "^11.11.0",
|
|
78
|
+
"@emotion/styled": "^11.11.0",
|
|
79
|
+
"@hookform/resolvers": "^3.3.1",
|
|
80
|
+
"@mui/material": "^5.12.3",
|
|
81
|
+
"@uiw/react-json-view": "^2.0.0-alpha.16",
|
|
82
|
+
"axios": "^1.4.0",
|
|
83
|
+
"color": "^5.0.0",
|
|
84
|
+
"dayjs": "^1.11.8",
|
|
85
|
+
"framer-motion": "10.11.0",
|
|
86
|
+
"i18next": "^22.4.15",
|
|
87
|
+
"memoize-one": "^6.0.0",
|
|
88
|
+
"re-resizable": "^6.9.9",
|
|
89
|
+
"react": "^18.2.0",
|
|
90
|
+
"react-colorful": "^5.6.1",
|
|
91
|
+
"react-currency-input-field": "^3.6.11",
|
|
92
|
+
"react-dom": "^18.2.0",
|
|
93
|
+
"react-draggable": "^4.4.6",
|
|
94
|
+
"react-dropzone": "^14.2.3",
|
|
95
|
+
"react-hook-form": "^7.45.4",
|
|
96
|
+
"react-hot-toast": "^2.4.1",
|
|
97
|
+
"react-i18next": "^12.2.2",
|
|
98
|
+
"react-lazy-load-image-component": "^1.6.3",
|
|
99
|
+
"react-multi-date-picker": "^4.1.2",
|
|
100
|
+
"react-router-dom": "^7.7.0",
|
|
101
|
+
"react-virtualized-auto-sizer": "^1.0.20",
|
|
102
|
+
"react-window": "^1.8.9",
|
|
103
|
+
"react-window-infinite-loader": "^1.0.9",
|
|
104
|
+
"react18-input-otp": "^1.1.4",
|
|
105
|
+
"recharts": "^2.15.1"
|
|
106
|
+
},
|
|
107
|
+
"devDependencies": {
|
|
108
|
+
"@eslint/js": "^9.17.0",
|
|
109
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
110
|
+
"@types/lodash": "^4.17.15",
|
|
111
|
+
"@types/react": "^18.2.6",
|
|
112
|
+
"@types/react-dom": "^18.3.5",
|
|
113
|
+
"@types/react-lazy-load-image-component": "^1.6.4",
|
|
114
|
+
"@types/react-virtualized-auto-sizer": "^1.0.8",
|
|
115
|
+
"@types/react-window": "^1.8.5",
|
|
116
|
+
"@types/react-window-infinite-loader": "^1.0.6",
|
|
117
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
118
|
+
"eslint": "^9.17.0",
|
|
119
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
120
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
121
|
+
"globals": "^15.14.0",
|
|
122
|
+
"husky": "^8.0.3",
|
|
123
|
+
"lint-staged": "^13.2.2",
|
|
124
|
+
"prettier": "^2.8.8",
|
|
125
|
+
"tsc-alias": "^1.8.16",
|
|
126
|
+
"typescript": "5.0.2",
|
|
127
|
+
"typescript-eslint": "^8.18.2",
|
|
128
|
+
"vite": "6.0.5",
|
|
129
|
+
"vite-tsconfig-paths": "^4.2.0"
|
|
130
|
+
},
|
|
131
|
+
"peerDependencies": {
|
|
132
|
+
"react": "^18",
|
|
133
|
+
"react-dom": "^18",
|
|
134
|
+
"@mui/material": "^5",
|
|
135
|
+
"@emotion/react": "^11",
|
|
136
|
+
"@emotion/styled": "^11",
|
|
137
|
+
"framer-motion": "^10",
|
|
138
|
+
"react-hook-form": "^7",
|
|
139
|
+
"@hookform/resolvers": "^3",
|
|
140
|
+
"react-router-dom": "^7",
|
|
141
|
+
"i18next": "^22",
|
|
142
|
+
"react-i18next": "^12",
|
|
143
|
+
"react-multi-date-picker": "^4",
|
|
144
|
+
"dayjs": "^1",
|
|
145
|
+
"react-dropzone": "^14",
|
|
146
|
+
"react-hot-toast": "^2",
|
|
147
|
+
"recharts": "^2",
|
|
148
|
+
"react-window": "^1.8",
|
|
149
|
+
"react-window-infinite-loader": "^1",
|
|
150
|
+
"react-virtualized-auto-sizer": "^1",
|
|
151
|
+
"re-resizable": "^6",
|
|
152
|
+
"react-draggable": "^4",
|
|
153
|
+
"react-currency-input-field": "^3",
|
|
154
|
+
"react18-input-otp": "^1",
|
|
155
|
+
"@uiw/react-json-view": "^2.0.0-alpha"
|
|
156
|
+
},
|
|
157
|
+
"lint-staged": {
|
|
158
|
+
"src/**/*.{ts,tsx,json,js,jsx}": [
|
|
159
|
+
"yarn run prettier:fix",
|
|
160
|
+
"yarn run lint"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
"publishConfig": {
|
|
164
|
+
"registry": "https://registry.npmjs.org/"
|
|
165
|
+
}
|
|
166
|
+
}
|