@umami/react-zen 0.212.0 → 0.214.0

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
@@ -3848,7 +3848,7 @@ body a.Button_button__NGQyO {
3848
3848
  }
3849
3849
 
3850
3850
  /* virtual-css:css:f85c857d13f820fa4badfb09996080b9 */
3851
- .TextField_field__YzU1O {
3851
+ .TextField_field__Y2NlN {
3852
3852
  display: flex;
3853
3853
  align-items: center;
3854
3854
  padding: 0 var(--padding-x);
@@ -3879,8 +3879,8 @@ body a.Button_button__NGQyO {
3879
3879
  }
3880
3880
  }
3881
3881
  }
3882
- .TextField_field__YzU1O input,
3883
- .TextField_field__YzU1O textarea {
3882
+ .TextField_field__Y2NlN input,
3883
+ .TextField_field__Y2NlN textarea {
3884
3884
  border: none;
3885
3885
  outline: none;
3886
3886
  padding: var(--padding-y) 0;
@@ -3895,37 +3895,46 @@ body a.Button_button__NGQyO {
3895
3895
  -webkit-appearance: none;
3896
3896
  }
3897
3897
  }
3898
- .TextField_icon__MDJlY {
3898
+ .TextField_icon__N2IyN {
3899
3899
  color: var(--font-color-muted);
3900
3900
  cursor: pointer;
3901
3901
  &:hover {
3902
3902
  color: var(--font-color);
3903
3903
  }
3904
3904
  }
3905
- .TextField_novalue__NDg4Y .TextField_icon__MDJlY {
3905
+ .TextField_novalue__MzMzN .TextField_icon__N2IyN {
3906
3906
  color: var(--font-color-disabled);
3907
3907
  }
3908
- .TextField_textarea__NTQ3M {
3908
+ .TextField_textarea__MWJjN {
3909
3909
  padding: 0;
3910
3910
  & textarea {
3911
3911
  padding: var(--padding);
3912
3912
  }
3913
- & .TextField_icon__MDJlY {
3913
+ & .TextField_icon__N2IyN {
3914
3914
  position: absolute;
3915
3915
  top: var(--padding-x);
3916
3916
  right: var(--padding-x);
3917
3917
  z-index: 1;
3918
3918
  }
3919
3919
  }
3920
- .TextField_resize-vertical__ZDc3N textarea {
3920
+ .TextField_resize-vertical__OWYwN textarea {
3921
3921
  resize: vertical;
3922
3922
  }
3923
- .TextField_resize-horizontal__MzJjY textarea {
3923
+ .TextField_resize-horizontal__NDIyN textarea {
3924
3924
  resize: horizontal;
3925
3925
  }
3926
- .TextField_resize-none__ZmUxZ textarea {
3926
+ .TextField_resize-none__N2Q4Y textarea {
3927
3927
  resize: none;
3928
3928
  }
3929
+ .TextField_field__Y2NlN.TextField_variant-quiet__ZTExY {
3930
+ padding: 0;
3931
+ border: 0;
3932
+ outline: none;
3933
+ box-shadow: none;
3934
+ & input:focus {
3935
+ border-bottom: var(--border);
3936
+ }
3937
+ }
3929
3938
 
3930
3939
  /* virtual-css:css:603e8ab63f869366a7b9c81da6a1d757 */
3931
3940
  .ConfirmationDialog_dialog__YjQzN {