RubyGems
npm
Organizations
Log in
Sign up
npm
bright-components
Versions diffs
10.0.0 → 10.1.0
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.
Files changed (3)
hide
show
package/dist/components/Typeahead/Option/index.js
+0
-1
package/package.json
+1
-1
package/src/components/Typeahead/Option/index.js
+0
-1
package/dist/components/Typeahead/Option/index.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {
package/src/components/Typeahead/Option/index.js
CHANGED
Viewed
@@ -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;