indicator-ui 0.0.41 → 0.0.43

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
@@ -1881,6 +1881,9 @@
1881
1881
  .TextareaField-module__textareaField___Vcg4L:focus {
1882
1882
  box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1883
1883
  }
1884
+ .TextareaField-module__textareaField___Vcg4L.TextareaField-module__offFocus___HcAxy {
1885
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
1886
+ }
1884
1887
  .TextareaField-module__textareaField___Vcg4L:disabled {
1885
1888
  background-color: var(--gray-100);
1886
1889
  }
@@ -2510,6 +2513,9 @@
2510
2513
  .InputField-module__textareaField___iuYg7:focus {
2511
2514
  box-shadow: 0 0 0 4px #F2F4F7, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
2512
2515
  }
2516
+ .InputField-module__textareaField___iuYg7.InputField-module__offFocus___FeRXp {
2517
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
2518
+ }
2513
2519
  .InputField-module__textareaField___iuYg7:disabled {
2514
2520
  background-color: var(--gray-100);
2515
2521
  }
@@ -3471,14 +3477,14 @@
3471
3477
  }
3472
3478
  .SlideTransition-module__animateDrop___BsY5g {
3473
3479
  position: relative;
3474
- width: fit-content;
3480
+ width: 100%;
3475
3481
  height: fit-content;
3476
3482
  overflow: hidden;
3477
3483
  transform-origin: bottom;
3478
3484
  }
3479
3485
  .SlideTransition-module__animateDrop___BsY5g .SlideTransition-module__main___YldeC {
3480
3486
  position: relative;
3481
- width: fit-content;
3487
+ width: 100%;
3482
3488
  height: fit-content;
3483
3489
  overflow: hidden;
3484
3490
  will-change: transform;