intelicoreact 0.1.48 → 0.1.49

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.
@@ -19,13 +19,17 @@
19
19
  padding-left: 9px;
20
20
  padding-right: 16px;
21
21
  font-weight: 400;
22
- overflow: hidden;
23
- white-space: nowrap;
24
- text-overflow: ellipsis;
25
22
  display: block;
26
23
  position: relative;
27
24
  text-align: left;
28
25
 
26
+ .text {
27
+ white-space: nowrap;
28
+ overflow: hidden;
29
+ text-overflow: ellipsis;
30
+ max-width: calc(100% - 5px);
31
+ }
32
+
29
33
  &.error {
30
34
  border-color: $color--secondary;
31
35
  }
@@ -129,7 +129,7 @@ DropdownTemplate.args = {
129
129
  label: 'Dropdown5',
130
130
  value: 'drop5'
131
131
  }, {
132
- label: 'Dropdown6',
132
+ label: 'Dropdown6 hidden text lorem ipsum',
133
133
  value: 'drop6'
134
134
  }, {
135
135
  label: 'Some Group',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "description": "fixes",
5
5
  "main": "dist/index.js",
6
6
  "files": ["dist/*", "node_modules/anme/*", "node_modules/moment/*", "node_modules/moment-timezone/*"],