@app-studio/web 0.3.41 → 0.3.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.
@@ -2819,13 +2819,13 @@ var InputVariants = {
2819
2819
  var PadddingWithLabel = {
2820
2820
  paddingTop: 14,
2821
2821
  paddingBottom: 0,
2822
- paddingLeft: 18,
2822
+ paddingLeft: 16,
2823
2823
  paddingRight: 36
2824
2824
  };
2825
2825
  var PaddingWithoutLabel = {
2826
2826
  paddingTop: 10,
2827
2827
  paddingBottom: 4,
2828
- paddingLeft: 18,
2828
+ paddingLeft: 16,
2829
2829
  paddingRight: 36
2830
2830
  };
2831
2831
 
@@ -2883,12 +2883,10 @@ var FieldIcons = function FieldIcons(_ref) {
2883
2883
  props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
2884
2884
  return React__default.createElement(Center, Object.assign({
2885
2885
  gap: 10,
2886
- top: "50%",
2887
2886
  right: 16,
2888
2887
  zIndex: 500,
2889
2888
  wrap: "nowrap",
2890
- position: "absolute",
2891
- transform: "translateY(-50%)"
2889
+ position: "absolute"
2892
2890
  }, props), children);
2893
2891
  };
2894
2892