@eturnity/eturnity_reusable_components 8.37.1-EPDM-16633.1 → 8.37.1-EPDM-16633.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.37.1-EPDM-16633.1",
3
+ "version": "8.37.1-EPDM-16633.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -46,25 +46,27 @@
46
46
  grid-template-columns: auto auto;
47
47
  align-items: center;
48
48
  justify-items: center;
49
- grid-gap: 10px;
49
+ grid-gap: 8px;
50
50
  border: 1px solid ${(props) => props.theme.colors.grey4};
51
51
  background-color: ${(props) =>
52
52
  props.isOpen ? props.theme.colors.grey5 : props.theme.colors.white};
53
53
  border-left: none;
54
54
  border-radius: 0px 4px 4px 0px;
55
- padding: 6px 14px;
55
+ padding: 6px 10px;
56
56
  user-select: none;
57
57
  `
58
58
 
59
59
  const TitleText = styled.div`
60
60
  font-size: 13px;
61
61
  display: flex;
62
- gap: 10px;
62
+ align-items: center;
63
+ gap: 8px;
63
64
  `
64
65
 
65
66
  const Counter = styled.div`
67
+ line-height: 18px;
66
68
  border-radius: 8px;
67
- padding: 0 6px;
69
+ padding: 0 8px;
68
70
  background: ${(props) => props.theme.semanticColors.purple['100']};
69
71
  color: ${(props) => props.theme.colors.primary};
70
72
  display: flex;