@tap-payments/os-micro-frontend-shared 0.0.84-sheet-view-scroll-v3 → 0.0.84-sheet-view-scroll-v5

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.
@@ -96,15 +96,18 @@ export const StyledTableBox = styled(Box, {
96
96
  },
97
97
  '&::-webkit-scrollbar': {
98
98
  display: 'block',
99
- height: '9px',
99
+ height: '13px',
100
100
  },
101
101
  '&::-webkit-scrollbar-track': {
102
102
  background: 'white',
103
- height: '7px',
103
+ border: '1px solid #F2F2F2',
104
104
  },
105
105
  '&::-webkit-scrollbar-thumb': {
106
106
  backgroundColor: '#DADCDF',
107
107
  borderRadius: '32px',
108
+ border: '2px solid transparent',
109
+ backgroundClip: 'content-box',
110
+ minHeight: '20px',
108
111
  },
109
112
  }));
110
113
  export const ActionIcon = styled(motion.img)(() => ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.0.84-sheet-view-scroll-v3",
4
+ "version": "0.0.84-sheet-view-scroll-v5",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",