@tap-payments/os-micro-frontend-shared 0.1.11-test.2 → 0.1.11
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.
|
@@ -55,7 +55,7 @@ function SourceMergedCell(_a) {
|
|
|
55
55
|
} }, { children: _jsx(StatusContainer, Object.assign({ animate: isHovering ? 'hover' : 'initial', onMouseEnter: () => setIsHovering(true), onMouseLeave: () => setIsHovering(false), initial: "initial", sx: {
|
|
56
56
|
minHeight: '20px',
|
|
57
57
|
maxWidth: '55px',
|
|
58
|
-
}, isReversed: isReversed }, { children: _jsxs(_Fragment, { children: [_jsx(CollapsedViewIcon, { hasPreviousIcon: hasPreviousIcon, hasNextIcon: hasNextIcon, isTextShown: isTextShown, collapsedViewIcon: collapsedViewIcon, sx: props.sx }, 'collapsedViewIcon'), iconsList === null || iconsList === void 0 ? void 0 : iconsList.map((icon, index) => {
|
|
58
|
+
}, isReversed: isReversed }, { children: _jsxs(_Fragment, { children: [collapsedViewIcon && (_jsx(CollapsedViewIcon, { hasPreviousIcon: hasPreviousIcon, hasNextIcon: hasNextIcon, isTextShown: isTextShown, collapsedViewIcon: collapsedViewIcon, sx: props.sx }, 'collapsedViewIcon')), iconsList === null || iconsList === void 0 ? void 0 : iconsList.map((icon, index) => {
|
|
59
59
|
if (!icon)
|
|
60
60
|
return;
|
|
61
61
|
const tableMode = isTextShown ? 'text' : 'default';
|
|
@@ -516,5 +516,3 @@ export declare const deactivatedCircle: string;
|
|
|
516
516
|
export declare const exclamationOutlinedCircle: string;
|
|
517
517
|
export declare const outlinedCircle: string;
|
|
518
518
|
export declare const greenCheck2ACE00: string;
|
|
519
|
-
export declare const radioButtonChecked: string;
|
|
520
|
-
export declare const radioButtonUnchecked: string;
|
|
@@ -520,5 +520,3 @@ export const deactivatedCircle = `${lightUrl}/deactivatedCircle.svg`;
|
|
|
520
520
|
export const exclamationOutlinedCircle = `${lightUrl}/exclamationOutlinedCircle.svg`;
|
|
521
521
|
export const outlinedCircle = `${lightUrl}/outlinedCircle.svg`;
|
|
522
522
|
export const greenCheck2ACE00 = `${lightUrl}/greenCheck2ACE00.svg`;
|
|
523
|
-
export const radioButtonChecked = `${lightUrl}/radioButtonChecked.svg`;
|
|
524
|
-
export const radioButtonUnchecked = `${lightUrl}/radioButtonUnchecked.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.11
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.11",
|
|
5
|
+
"testVersion": 0,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|
|
@@ -131,4 +131,4 @@
|
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"registry": "https://registry.npmjs.org/"
|
|
133
133
|
}
|
|
134
|
-
}
|
|
134
|
+
}
|