forstok-ui-lib 6.5.7 → 6.5.9

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": "forstok-ui-lib",
3
- "version": "6.5.7",
3
+ "version": "6.5.9",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -4079,7 +4079,7 @@ export const DotIcon = styled.span<{ $color?: string, $mode?: 'activities' }>`
4079
4079
  border-radius: 2px;
4080
4080
 
4081
4081
  ${({ $color }) => $color && css`
4082
- background-color: ${$color}
4082
+ background-color: ${$color};
4083
4083
  `}
4084
4084
 
4085
4085
  ${({ $mode }) => $mode === 'activities' && css`
@@ -67,6 +67,7 @@ export const ContentLoaderAdditionWrapper = styled.div`
67
67
  border: 1px solid #E3E3E3;
68
68
  height: 89px;
69
69
  margin-bottom: 20px;
70
+ width: 100%;
70
71
  `
71
72
  export const ContentLoaderPopupWrapper = styled.div`
72
73
  display: inline-block;