indicator-ui 0.0.340 → 0.0.342
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.
- package/dist/index.css +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +39 -0
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Tag/styles/properties/base.scss +4 -0
- package/dist/types/src/hooks/index.d.ts +1 -0
- package/dist/types/src/hooks/useDidUpdateEffect.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2478,6 +2478,7 @@
|
|
|
2478
2478
|
background-color: var(--base-white);
|
|
2479
2479
|
transition: background-color ease-out 300ms;
|
|
2480
2480
|
cursor: default;
|
|
2481
|
+
flex-wrap: nowrap;
|
|
2481
2482
|
}
|
|
2482
2483
|
.Tag-module__tag___z87CD {
|
|
2483
2484
|
display: flex;
|
|
@@ -2490,6 +2491,11 @@
|
|
|
2490
2491
|
display: flex;
|
|
2491
2492
|
align-items: center;
|
|
2492
2493
|
}
|
|
2494
|
+
.Tag-module__tag___z87CD .Tag-module__label___SRW7b {
|
|
2495
|
+
text-wrap: nowrap;
|
|
2496
|
+
overflow: hidden;
|
|
2497
|
+
text-overflow: ellipsis;
|
|
2498
|
+
}
|
|
2493
2499
|
.Tag-module__tag___z87CD .Tag-module__label___SRW7b {
|
|
2494
2500
|
color: var(--gray-700);
|
|
2495
2501
|
}
|