indicator-ui 0.0.271 → 0.0.273

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
  \*********************************************************************************************/
@@ -1357,7 +1372,7 @@
1357
1372
  width: 100%;
1358
1373
  height: auto;
1359
1374
  min-height: 68px;
1360
- overflow: hidden;
1375
+ overflow: auto;
1361
1376
  resize: none;
1362
1377
  border-radius: 8px;
1363
1378
  padding: 9px 11px;
@@ -2002,6 +2017,7 @@
2002
2017
  text-wrap: nowrap;
2003
2018
  text-overflow: ellipsis;
2004
2019
  overflow: hidden;
2020
+ transition: color ease-in-out 200ms;
2005
2021
  }
2006
2022
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
2007
2023
  text-align: start;
@@ -2158,9 +2174,11 @@
2158
2174
  display: flex;
2159
2175
  gap: 8px;
2160
2176
  cursor: pointer;
2177
+ overflow: hidden;
2161
2178
  }
2162
2179
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm {
2163
2180
  flex: 1;
2181
+ overflow: hidden;
2164
2182
  }
2165
2183
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm {
2166
2184
  display: flex;
@@ -2168,8 +2186,11 @@
2168
2186
  justify-content: start;
2169
2187
  align-items: start;
2170
2188
  }
2171
- .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
2172
- 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;
2173
2194
  transition: color ease-in-out 200ms;
2174
2195
  }
2175
2196
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
@@ -2182,10 +2203,6 @@
2182
2203
  font-style: normal;
2183
2204
  font-variant: normal;
2184
2205
  }
2185
- .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2186
- text-align: start;
2187
- transition: color ease-in-out 200ms;
2188
- }
2189
2206
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2190
2207
  font-size: 14px;
2191
2208
  line-height: 20px;
@@ -2840,6 +2857,7 @@
2840
2857
  height: fit-content;
2841
2858
  gap: 6px;
2842
2859
  transition: background-color ease-out 300ms;
2860
+ overflow: hidden;
2843
2861
  }
2844
2862
  .DropdownItem-module__dropdownItem___N8ZNV {
2845
2863
  display: flex;
@@ -2860,15 +2878,18 @@
2860
2878
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D {
2861
2879
  flex: 1;
2862
2880
  gap: 6px;
2881
+ overflow: hidden;
2863
2882
  }
2864
2883
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D {
2865
2884
  display: flex;
2866
2885
  align-items: center;
2867
2886
  }
2868
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 {
2869
- text-wrap: nowrap;
2888
+ width: 100%;
2870
2889
  text-overflow: ellipsis;
2871
2890
  overflow: hidden;
2891
+ text-wrap: nowrap;
2892
+ transition: color ease-in-out 200ms;
2872
2893
  }
2873
2894
  .DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__main___Lhu3D .DropdownItem-module__text___ASNww {
2874
2895
  color: var(--gray-900);