@tap-payments/os-micro-frontend-shared 0.1.228-test.2 → 0.1.228-test.3

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.
@@ -81,7 +81,7 @@ const baseChipStyles = (theme) => ({
81
81
  // allow chip to grow with content
82
82
  overflow: 'visible',
83
83
  });
84
- export const CenterChip = styled(motion.div)(({ theme }) => (Object.assign(Object.assign({}, baseChipStyles(theme)), { position: 'relative', zIndex: 2, minWidth: 24, flex: '0 0 auto', display: 'inline-flex', overflow: 'hidden', willChange: 'transform' })));
84
+ export const CenterChip = styled(motion.div)(({ theme }) => (Object.assign(Object.assign({}, baseChipStyles(theme)), { position: 'relative', zIndex: 2, minWidth: 24, flex: '0 0 auto', display: 'inline-flex', overflow: 'visible', willChange: 'transform' })));
85
85
  // Static part of the center icon container
86
86
  export const CenterContent = styled(motion.span)(() => ({
87
87
  display: 'inline-flex',
@@ -92,7 +92,7 @@ export const CenterContent = styled(motion.span)(() => ({
92
92
  export const ExpandableContainer = styled(motion.span)(({ theme }) => ({
93
93
  display: 'inline-flex',
94
94
  whiteSpace: 'nowrap',
95
- // overflow: 'hidden',
95
+ overflow: 'visible',
96
96
  boxSizing: 'border-box',
97
97
  willChange: 'width',
98
98
  // Style to look like a seamless continuation of the center chip
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.228-test.2",
5
- "testVersion": 2,
4
+ "version": "0.1.228-test.3",
5
+ "testVersion": 3,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",