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

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