baseui 0.0.0-next-663a7a8 → 0.0.0-next-44ceb6c

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.
@@ -14,7 +14,6 @@ export const Label = styled('label', props => {
14
14
  }
15
15
  } = props;
16
16
  return { ...typography.font250,
17
- fontWeight: 500,
18
17
  width: '100%',
19
18
  color: $disabled ? colors.contentSecondary : colors.contentPrimary,
20
19
  display: 'block',
@@ -17,7 +17,6 @@ export var Label = styled('label', function (props) {
17
17
  colors = _props$$theme.colors,
18
18
  typography = _props$$theme.typography;
19
19
  return _objectSpread(_objectSpread({}, typography.font250), {}, {
20
- fontWeight: 500,
21
20
  width: '100%',
22
21
  color: $disabled ? colors.contentSecondary : colors.contentPrimary,
23
22
  display: 'block',
@@ -19,7 +19,6 @@ var Label = (0, _index.styled)('label', function (props) {
19
19
  colors = _props$$theme.colors,
20
20
  typography = _props$$theme.typography;
21
21
  return _objectSpread(_objectSpread({}, typography.font250), {}, {
22
- fontWeight: 500,
23
22
  width: '100%',
24
23
  color: $disabled ? colors.contentSecondary : colors.contentPrimary,
25
24
  display: 'block',
@@ -16,7 +16,6 @@ export const Label = styled<StylePropsT>('label', (props) => {
16
16
  } = props;
17
17
  return {
18
18
  ...typography.font250,
19
- fontWeight: 500,
20
19
  width: '100%',
21
20
  color: $disabled ? colors.contentSecondary : colors.contentPrimary,
22
21
  display: 'block',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-663a7a8",
3
+ "version": "0.0.0-next-44ceb6c",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",