@lideralia/alife-uikit 1.2.92 → 1.2.93

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.
@@ -98,5 +98,5 @@ Checkbox.defaultProps = {
98
98
  onBlur: () => {},
99
99
  hasError: false,
100
100
  borderless: false,
101
- labelPosition: 'center'
101
+ labelPosition: 'flex-start'
102
102
  };
@@ -58,6 +58,7 @@ const InputContainerStyled = exports.InputContainerStyled = (0, _styledComponent
58
58
  width: '16px',
59
59
  height: '16px',
60
60
  minWidth: '16px',
61
+ marginTop: '4px',
61
62
  borderRadius: 2,
62
63
  backgroundColor: 'transparent',
63
64
  color: 'black36',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lideralia/alife-uikit",
3
- "version": "1.2.92",
3
+ "version": "1.2.93",
4
4
  "description": "Librería y documentación de componentes, basada en el Design System de Alife.",
5
5
  "homepage": "https://github.com/lideralia/alife-frontend-components#readme",
6
6
  "bugs": {