indicator-ui 0.0.270 → 0.0.272

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
@@ -133,6 +133,21 @@
133
133
  --yellow-900: #713B12;
134
134
  --yellow-950: #542C0D;
135
135
  }
136
+
137
+ :root {
138
+ --teal-25: #F6FEFC;
139
+ --teal-50: #F0FDF9;
140
+ --teal-100: #CCFBEF;
141
+ --teal-200: #99F6E0;
142
+ --teal-300: #5FE9D0;
143
+ --teal-400: #2ED3B7;
144
+ --teal-500: #15B79E;
145
+ --teal-600: #0E9384;
146
+ --teal-700: #107569;
147
+ --teal-800: #125D56;
148
+ --teal-900: #134E48;
149
+ --teal-950: #0A2926;
150
+ }
136
151
  /*!*********************************************************************************************!*\
137
152
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles/colors/css-variables/index.css ***!
138
153
  \*********************************************************************************************/
@@ -1981,27 +1996,31 @@
1981
1996
  .Checkbox-module__checkbox___GSei6 {
1982
1997
  width: 100%;
1983
1998
  height: fit-content;
1984
- display: flex;
1999
+ overflow: hidden;
1985
2000
  gap: 8px;
1986
- align-items: start;
2001
+ }
2002
+ .Checkbox-module__checkbox___GSei6 {
2003
+ display: flex;
1987
2004
  }
1988
2005
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ {
1989
2006
  flex: 1;
1990
2007
  gap: 2px;
1991
- align-items: start;
2008
+ overflow: hidden;
1992
2009
  }
1993
2010
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ {
1994
2011
  display: flex;
1995
2012
  flex-direction: column;
2013
+ align-items: start;
1996
2014
  }
1997
2015
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk, .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2016
+ width: 100%;
1998
2017
  text-wrap: nowrap;
1999
2018
  text-overflow: ellipsis;
2000
2019
  overflow: hidden;
2020
+ transition: color ease-in-out 200ms;
2001
2021
  }
2002
2022
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
2003
2023
  text-align: start;
2004
- width: fit-content;
2005
2024
  transition: color ease-in-out 200ms;
2006
2025
  }
2007
2026
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
@@ -2019,7 +2038,6 @@
2019
2038
  }
2020
2039
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2021
2040
  text-align: start;
2022
- width: fit-content;
2023
2041
  transition: color ease-in-out 200ms;
2024
2042
  }
2025
2043
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
@@ -2156,9 +2174,11 @@
2156
2174
  display: flex;
2157
2175
  gap: 8px;
2158
2176
  cursor: pointer;
2177
+ overflow: hidden;
2159
2178
  }
2160
2179
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm {
2161
2180
  flex: 1;
2181
+ overflow: hidden;
2162
2182
  }
2163
2183
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm {
2164
2184
  display: flex;
@@ -2166,8 +2186,11 @@
2166
2186
  justify-content: start;
2167
2187
  align-items: start;
2168
2188
  }
2169
- .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
2170
- text-align: start;
2189
+ .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B, .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2190
+ width: 100%;
2191
+ text-overflow: ellipsis;
2192
+ overflow: hidden;
2193
+ text-wrap: nowrap;
2171
2194
  transition: color ease-in-out 200ms;
2172
2195
  }
2173
2196
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
@@ -2180,10 +2203,6 @@
2180
2203
  font-style: normal;
2181
2204
  font-variant: normal;
2182
2205
  }
2183
- .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2184
- text-align: start;
2185
- transition: color ease-in-out 200ms;
2186
- }
2187
2206
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2188
2207
  font-size: 14px;
2189
2208
  line-height: 20px;
@@ -2838,6 +2857,7 @@
2838
2857
  height: fit-content;
2839
2858
  gap: 6px;
2840
2859
  transition: background-color ease-out 300ms;
2860
+ overflow: hidden;
2841
2861
  }
2842
2862
  .DropdownItem-module__dropdownItem___N8ZNV {
2843
2863
  display: flex;
@@ -2858,15 +2878,18 @@
2858
2878
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D {
2859
2879
  flex: 1;
2860
2880
  gap: 6px;
2881
+ overflow: hidden;
2861
2882
  }
2862
2883
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D {
2863
2884
  display: flex;
2864
2885
  align-items: center;
2865
2886
  }
2866
2887
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__text___ASNww, .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__supportText___UEw04 {
2867
- text-wrap: nowrap;
2888
+ width: 100%;
2868
2889
  text-overflow: ellipsis;
2869
2890
  overflow: hidden;
2891
+ text-wrap: nowrap;
2892
+ transition: color ease-in-out 200ms;
2870
2893
  }
2871
2894
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__text___ASNww {
2872
2895
  color: var(--gray-900);