@topconsultnpm/sdkui-react-beta 6.7.114 → 6.7.115

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.
@@ -6,11 +6,12 @@ const StyledList = styled.div `
6
6
  display: flex;
7
7
  align-items: center;
8
8
  border: 1px solid #dadada;
9
+ border-top: 0;
9
10
  `;
10
11
  const StyledListItem = styled.div `
11
12
  display: flex;
12
13
  align-items: center;
13
- border-right: 1px solid lightgray;
14
+ border-right: 1px dashed lightgray;
14
15
  padding: 4px 12px;
15
16
  gap: 3px;
16
17
  transition: all .5s ease-in-out;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.7.114",
3
+ "version": "6.7.115",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",