indicator-ui 0.1.55 → 0.1.57

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 CHANGED
@@ -3517,22 +3517,22 @@
3517
3517
  align-items: center;
3518
3518
  }
3519
3519
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__text___ASNww, .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__supportText___UEw04 {
3520
- text-overflow: ellipsis;
3521
- overflow: hidden;
3522
- text-wrap: nowrap;
3523
3520
  text-align: start;
3524
3521
  transition: color ease-in-out 200ms;
3525
3522
  }
3523
+ .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__text___ASNww {
3524
+ text-wrap: balance;
3525
+ }
3526
3526
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__text___ASNww {
3527
3527
  color: var(--gray-900);
3528
3528
  }
3529
3529
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__supportText___UEw04 {
3530
- color: var(--gray-400);
3530
+ text-overflow: ellipsis;
3531
+ overflow: hidden;
3532
+ text-wrap: nowrap;
3531
3533
  }
3532
- .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__textVisible___AYots {
3533
- text-wrap: balance;
3534
- text-overflow: unset;
3535
- overflow: unset;
3534
+ .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__supportText___UEw04 {
3535
+ color: var(--gray-400);
3536
3536
  }
3537
3537
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__check___e4EmQ {
3538
3538
  opacity: 0;