@granto-umbrella/umbrella-components 3.0.11 → 3.0.12

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": "@granto-umbrella/umbrella-components",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
4
4
  "description": "Umbrella Components for React",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -26,7 +26,7 @@ export const ItemWrap = styled.li`
26
26
  left: 11px;
27
27
  top: 34px;
28
28
  bottom: 0;
29
- width: 2px;
29
+ width: 3px;
30
30
  height: 100%;
31
31
  background-color: ${primitiveColors.gray[200]};
32
32
  }
@@ -92,7 +92,7 @@ export const Dot = styled.span<{
92
92
 
93
93
  export const Card = styled.div`
94
94
  background: #fff;
95
- padding: 0px 14px;
95
+ padding: 0px 8px;
96
96
  margin-top: -4px;
97
97
  `;
98
98
 
@@ -104,7 +104,7 @@ export const Title = styled.h4`
104
104
  `;
105
105
 
106
106
  export const Sub = styled.div`
107
- margin-top: 16px;
107
+ margin-top: 4px;
108
108
  color: ${semanticColors.global.text.subtitle.enabled};
109
109
  font-size: ${typographyTokens.fontSizes.headingM};
110
110
  `;