@ftdata/ui 0.0.20 → 0.0.22

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.
@@ -30,6 +30,7 @@ const BadgeContainer = styled_components.div`
30
30
  transform: scale(0.8);
31
31
  animation: ${popIn} 0.15s forwards;
32
32
  cursor: default;
33
+ width: 100%;
33
34
 
34
35
  &.remove {
35
36
  animation: ${popOut} 0.15s forwards;
@@ -41,6 +42,10 @@ const BadgeContainer = styled_components.div`
41
42
  line-height: 1rem;
42
43
  white-space: nowrap;
43
44
  font-weight: 500;
45
+ min-width: 0;
46
+ flex: 1;
47
+ overflow: hidden;
48
+ text-overflow: ellipsis;
44
49
  }
45
50
 
46
51
  button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ftdata/ui",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -33,8 +33,8 @@
33
33
  "react-select": "^5.10.2",
34
34
  "react-window": "^2.0.2",
35
35
  "rsuite": "^6.1.1",
36
- "@ftdata/f-tokens": "0.0.1",
37
- "@ftdata/f-icons": "0.0.7"
36
+ "@ftdata/f-icons": "0.0.7",
37
+ "@ftdata/f-tokens": "0.0.1"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"