@loadsmart/loadsmart-ui 6.0.4 → 6.0.6

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": "@loadsmart/loadsmart-ui",
3
- "version": "6.0.4",
3
+ "version": "6.0.6",
4
4
  "description": "Miranda UI, a React UI library",
5
5
  "main": "dist",
6
6
  "files": [
@@ -180,5 +180,8 @@
180
180
  "commitizen": {
181
181
  "path": "./node_modules/cz-conventional-changelog"
182
182
  }
183
+ },
184
+ "resolutions": {
185
+ "@stylelint/postcss-css-in-js": "0.37.2"
183
186
  }
184
187
  }
@@ -387,6 +387,7 @@ const StyledLoadingDots = styled(LoadingDots).attrs({
387
387
  role: 'presentation',
388
388
  })`
389
389
  position: absolute;
390
+ left: 0;
390
391
 
391
392
  display: flex;
392
393
  align-items: center;