indicator-ui 0.0.269 → 0.0.271

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
@@ -1706,6 +1706,7 @@
1706
1706
  transition: all ease-out 0.2s;
1707
1707
  width: 20px;
1708
1708
  height: 20px;
1709
+ flex: none;
1709
1710
  background-color: var(--base-white);
1710
1711
  border: 1px solid var(--gray-300);
1711
1712
  box-sizing: border-box;
@@ -1980,27 +1981,30 @@
1980
1981
  .Checkbox-module__checkbox___GSei6 {
1981
1982
  width: 100%;
1982
1983
  height: fit-content;
1983
- display: flex;
1984
+ overflow: hidden;
1984
1985
  gap: 8px;
1985
- align-items: start;
1986
+ }
1987
+ .Checkbox-module__checkbox___GSei6 {
1988
+ display: flex;
1986
1989
  }
1987
1990
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ {
1988
1991
  flex: 1;
1989
1992
  gap: 2px;
1990
- align-items: start;
1993
+ overflow: hidden;
1991
1994
  }
1992
1995
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ {
1993
1996
  display: flex;
1994
1997
  flex-direction: column;
1998
+ align-items: start;
1995
1999
  }
1996
2000
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk, .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2001
+ width: 100%;
1997
2002
  text-wrap: nowrap;
1998
2003
  text-overflow: ellipsis;
1999
2004
  overflow: hidden;
2000
2005
  }
2001
2006
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
2002
2007
  text-align: start;
2003
- width: fit-content;
2004
2008
  transition: color ease-in-out 200ms;
2005
2009
  }
2006
2010
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
@@ -2018,7 +2022,6 @@
2018
2022
  }
2019
2023
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2020
2024
  text-align: start;
2021
- width: fit-content;
2022
2025
  transition: color ease-in-out 200ms;
2023
2026
  }
2024
2027
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {