indicator-ui 0.0.282 → 0.0.284

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
@@ -1549,11 +1549,9 @@
1549
1549
  position: relative;
1550
1550
  }
1551
1551
  .DateTimeField-module__DateTimeField___k_mN4 .DateTimeField-module__modalWindow___nlVRf {
1552
- position: absolute;
1552
+ position: fixed;
1553
1553
  z-index: 10;
1554
- bottom: 0;
1555
- left: 0;
1556
- transform: translateY(calc(100% + 4px));
1554
+ transform: translateY(4px);
1557
1555
  }
1558
1556
  .DateTimeField-module__DateTimeField___k_mN4.DateTimeField-module__widthFill___OqxwA {
1559
1557
  width: 100%;
@@ -1702,10 +1700,8 @@
1702
1700
  position: relative;
1703
1701
  }
1704
1702
  .SingleRangeField-module__SingleRangeField___suUvZ .SingleRangeField-module__modalWindow___nioaP {
1705
- position: absolute;
1706
- top: 0;
1707
- bottom: 0;
1708
- transform: translateY(calc(100% + 4px));
1703
+ position: fixed;
1704
+ transform: translateY(4px);
1709
1705
  z-index: 10;
1710
1706
  }
1711
1707
  .SingleRangeField-module__SingleRangeField___suUvZ.SingleRangeField-module__widthFill___rexD9 {
@@ -2188,14 +2184,14 @@
2188
2184
  align-items: start;
2189
2185
  }
2190
2186
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B, .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2191
- width: 100%;
2192
2187
  text-overflow: ellipsis;
2193
2188
  overflow: hidden;
2194
- text-wrap: nowrap;
2195
2189
  transition: color ease-in-out 200ms;
2196
2190
  text-align: start;
2197
2191
  }
2198
2192
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
2193
+ width: 100%;
2194
+ text-wrap: nowrap;
2199
2195
  gap: 6px;
2200
2196
  }
2201
2197
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
@@ -2212,6 +2208,10 @@
2212
2208
  display: flex;
2213
2209
  align-items: center;
2214
2210
  }
2211
+ .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2212
+ max-width: 100%;
2213
+ text-wrap: wrap;
2214
+ }
2215
2215
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2216
2216
  font-size: 14px;
2217
2217
  line-height: 20px;