indicator-ui 0.1.89 → 0.1.91

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
@@ -6324,9 +6324,11 @@
6324
6324
  }
6325
6325
  .FormDateRange-module__wrapper___Ysixt > section {
6326
6326
  flex: none;
6327
- width: fit-content;
6327
+ width: 26px;
6328
6328
  height: fit-content;
6329
6329
  padding: 0 0 0 6px;
6330
+ overflow: hidden;
6331
+ transition: width ease-out 200ms;
6330
6332
  }
6331
6333
  .FormDateRange-module__wrapper___Ysixt > section {
6332
6334
  display: flex;
@@ -6334,7 +6336,10 @@
6334
6336
  align-items: center;
6335
6337
  }
6336
6338
  .FormDateRange-module__wrapper___Ysixt > section > * {
6337
- flex: none;
6339
+ min-width: 0;
6340
+ }
6341
+ .FormDateRange-module__wrapper___Ysixt.FormDateRange-module__empty___HbKpO > section {
6342
+ width: 0;
6338
6343
  }
6339
6344
  .FormDateRange-module__wrapper___Ysixt.FormDateRange-module__error___rtYwO {
6340
6345
  border: 1px solid var(--error-300);