@app-studio/web 0.3.26 → 0.3.27
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/web.esm.js
CHANGED
|
@@ -2539,8 +2539,8 @@ var InputVariants = {
|
|
|
2539
2539
|
}
|
|
2540
2540
|
};
|
|
2541
2541
|
var PadddingWithLabel = {
|
|
2542
|
-
paddingTop:
|
|
2543
|
-
paddingBottom:
|
|
2542
|
+
paddingTop: 14,
|
|
2543
|
+
paddingBottom: 0,
|
|
2544
2544
|
paddingLeft: 18,
|
|
2545
2545
|
paddingRight: 36
|
|
2546
2546
|
};
|
|
@@ -2629,9 +2629,9 @@ var FieldLabel = function FieldLabel(_ref) {
|
|
|
2629
2629
|
} : _ref$styles,
|
|
2630
2630
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
|
|
2631
2631
|
return React.createElement(Label, Object.assign({
|
|
2632
|
-
top:
|
|
2632
|
+
top: 6,
|
|
2633
2633
|
zIndex: 1000,
|
|
2634
|
-
lineHeight:
|
|
2634
|
+
lineHeight: LabelSizes[size],
|
|
2635
2635
|
letterSpacing: 0.25,
|
|
2636
2636
|
whiteSpace: "noWrap",
|
|
2637
2637
|
position: "absolute",
|
|
@@ -3186,6 +3186,7 @@ var TextFieldView = function TextFieldView(_ref) {
|
|
|
3186
3186
|
}
|
|
3187
3187
|
},
|
|
3188
3188
|
fontSize: Typography.fontSizes[size],
|
|
3189
|
+
lineHeight: Typography.fontSizes[size],
|
|
3189
3190
|
backgroundColor: 'transparent',
|
|
3190
3191
|
color: isDisabled ? 'color.trueGray.600' : 'color.blueGray.700',
|
|
3191
3192
|
cursor: isDisabled ? 'not-allowed' : 'auto'
|