indicator-ui 0.0.42 → 0.0.44

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
  }