@topconsultnpm/sdkui-react-beta 6.7.73 → 6.7.74

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.
@@ -7,7 +7,7 @@ const StyledList = styled.div `
7
7
  bottom: 10px;
8
8
  position: absolute;
9
9
  right: 10px;
10
- padding: 5px 10px;
10
+ padding: 0 10px;
11
11
  left: 10px;
12
12
  align-items: center;
13
13
  gap: 12px;
@@ -18,6 +18,8 @@ const StyledListItem = styled.div `
18
18
  font-size: 12px;
19
19
  display: flex;
20
20
  align-items: center;
21
+ border-right: 1px solid lightgray;
22
+ padding-right: 8px;
21
23
  svg {
22
24
  margin-right: 3px;
23
25
  font-size: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.7.73",
3
+ "version": "6.7.74",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",