@granto-umbrella/umbrella-components 3.0.10 → 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.10",
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,8 @@ 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
+ margin-top: -4px;
96
97
  `;
97
98
 
98
99
  export const Title = styled.h4`
@@ -103,7 +104,7 @@ export const Title = styled.h4`
103
104
  `;
104
105
 
105
106
  export const Sub = styled.div`
106
- margin-top: 16px;
107
+ margin-top: 4px;
107
108
  color: ${semanticColors.global.text.subtitle.enabled};
108
109
  font-size: ${typographyTokens.fontSizes.headingM};
109
110
  `;