@app-studio/web 0.3.25 → 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.
|
@@ -2546,8 +2546,8 @@ var InputVariants = {
|
|
|
2546
2546
|
}
|
|
2547
2547
|
};
|
|
2548
2548
|
var PadddingWithLabel = {
|
|
2549
|
-
paddingTop:
|
|
2550
|
-
paddingBottom:
|
|
2549
|
+
paddingTop: 14,
|
|
2550
|
+
paddingBottom: 0,
|
|
2551
2551
|
paddingLeft: 18,
|
|
2552
2552
|
paddingRight: 36
|
|
2553
2553
|
};
|
|
@@ -2636,9 +2636,9 @@ var FieldLabel = function FieldLabel(_ref) {
|
|
|
2636
2636
|
} : _ref$styles,
|
|
2637
2637
|
props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
|
|
2638
2638
|
return React__default.createElement(Label, Object.assign({
|
|
2639
|
-
top:
|
|
2639
|
+
top: 6,
|
|
2640
2640
|
zIndex: 1000,
|
|
2641
|
-
lineHeight:
|
|
2641
|
+
lineHeight: LabelSizes[size],
|
|
2642
2642
|
letterSpacing: 0.25,
|
|
2643
2643
|
whiteSpace: "noWrap",
|
|
2644
2644
|
position: "absolute",
|
|
@@ -3193,6 +3193,7 @@ var TextFieldView = function TextFieldView(_ref) {
|
|
|
3193
3193
|
}
|
|
3194
3194
|
},
|
|
3195
3195
|
fontSize: appStudio.Typography.fontSizes[size],
|
|
3196
|
+
lineHeight: appStudio.Typography.fontSizes[size],
|
|
3196
3197
|
backgroundColor: 'transparent',
|
|
3197
3198
|
color: isDisabled ? 'color.trueGray.600' : 'color.blueGray.700',
|
|
3198
3199
|
cursor: isDisabled ? 'not-allowed' : 'auto'
|