@topconsultnpm/sdkui-react-beta 6.7.75 → 6.7.76

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.
@@ -18,7 +18,7 @@ const StyledListItem = styled.div `
18
18
  display: flex;
19
19
  align-items: center;
20
20
  border-right: 1px solid lightgray;
21
- padding: 5px 10px;
21
+ padding: 4px 12px;
22
22
  transition: all .5s ease-in-out;
23
23
  &:hover {
24
24
  background-color: white;
@@ -30,6 +30,7 @@ const StyledListItem = styled.div `
30
30
  }
31
31
  span {
32
32
  color: gray;
33
+ cursor: default;
33
34
  }
34
35
  `;
35
36
  const TMCounterBar = ({ items }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.7.75",
3
+ "version": "6.7.76",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",