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

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.
@@ -91,20 +91,21 @@ export const StyledTableBox = styled(Box, {
91
91
  paddingBottom: showBackgroundColor ? '52px' : '0',
92
92
  display: 'flex',
93
93
  flexDirection: 'column',
94
- '&:hover': {
95
- scrollbarWidth: scrollable ? 'auto' : 'none',
96
- },
94
+ scrollbarWidth: scrollable ? 'auto' : 'none',
97
95
  '&::-webkit-scrollbar': {
98
96
  display: 'block',
99
- height: '9px',
97
+ height: '13px',
100
98
  },
101
99
  '&::-webkit-scrollbar-track': {
102
100
  background: 'white',
103
- height: '7px',
101
+ border: '1px solid #F2F2F2',
104
102
  },
105
103
  '&::-webkit-scrollbar-thumb': {
106
104
  backgroundColor: '#DADCDF',
107
105
  borderRadius: '32px',
106
+ border: '2px solid transparent',
107
+ backgroundClip: 'content-box',
108
+ minHeight: '20px',
108
109
  },
109
110
  }));
110
111
  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-v4",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",