@app-studio/web 0.8.53 → 0.8.54

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.
@@ -2694,13 +2694,13 @@ var PadddingWithLabel = {
2694
2694
  paddingTop: 14,
2695
2695
  paddingBottom: 0,
2696
2696
  paddingLeft: 16,
2697
- paddingRight: 36
2697
+ paddingRight: 16
2698
2698
  };
2699
2699
  var PaddingWithoutLabel = {
2700
2700
  paddingTop: 10,
2701
2701
  paddingBottom: 4,
2702
2702
  paddingLeft: 16,
2703
- paddingRight: 36
2703
+ paddingRight: 16
2704
2704
  };
2705
2705
 
2706
2706
  var _excluded$d = ["label", "shadow", "children", "value", "size", "shape", "variant", "error", "isWithLabel", "isFocused", "isHovered", "isDisabled", "isReadOnly", "colorScheme", "styles"];