bright-components 10.0.0 → 10.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,6 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
33
33
 
34
34
  const Label = _styledComponents.default.span`
35
35
  line-height: 1.2;
36
- word-break: break-all;
37
36
 
38
37
  div {
39
38
  margin: ${_spacing.default.s1} 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bright-components",
3
- "version": "10.0.0",
3
+ "version": "10.1.0",
4
4
  "private": false,
5
5
  "main": "./dist",
6
6
  "repository": {
@@ -11,7 +11,6 @@ import OptionImage from './OptionImage';
11
11
 
12
12
  const Label = styled.span`
13
13
  line-height: 1.2;
14
- word-break: break-all;
15
14
 
16
15
  div {
17
16
  margin: ${spacing.s1} 0;