@xelto.npm/xc2-lib 0.1.13 → 0.1.14

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.
package/dist/index.cjs.js CHANGED
@@ -97632,7 +97632,9 @@ var StyledCustomTable = styled$1(Box$1)(function (_ref) {
97632
97632
  }
97633
97633
  },
97634
97634
  '&:hover': {
97635
- backgroundColor: 'rgba(22, 199, 165,0.11)'
97635
+ '@media(min-width:1024px)': {
97636
+ backgroundColor: 'rgba(22, 199, 165,0.11)'
97637
+ }
97636
97638
  }
97637
97639
  }
97638
97640
  }
package/dist/index.esm.js CHANGED
@@ -97612,7 +97612,9 @@ var StyledCustomTable = styled$1(Box$1)(function (_ref) {
97612
97612
  }
97613
97613
  },
97614
97614
  '&:hover': {
97615
- backgroundColor: 'rgba(22, 199, 165,0.11)'
97615
+ '@media(min-width:1024px)': {
97616
+ backgroundColor: 'rgba(22, 199, 165,0.11)'
97617
+ }
97616
97618
  }
97617
97619
  }
97618
97620
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelto.npm/xc2-lib",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "author": "XELTO",
5
5
  "description": "React component library based on MUI",
6
6
  "license": "ISC",