@app-studio/web 0.3.42 → 0.3.44
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
|
@@ -2812,13 +2812,13 @@ var InputVariants = {
|
|
|
2812
2812
|
var PadddingWithLabel = {
|
|
2813
2813
|
paddingTop: 14,
|
|
2814
2814
|
paddingBottom: 0,
|
|
2815
|
-
paddingLeft:
|
|
2815
|
+
paddingLeft: 16,
|
|
2816
2816
|
paddingRight: 36
|
|
2817
2817
|
};
|
|
2818
2818
|
var PaddingWithoutLabel = {
|
|
2819
2819
|
paddingTop: 10,
|
|
2820
2820
|
paddingBottom: 4,
|
|
2821
|
-
paddingLeft:
|
|
2821
|
+
paddingLeft: 16,
|
|
2822
2822
|
paddingRight: 36
|
|
2823
2823
|
};
|
|
2824
2824
|
|
|
@@ -3446,7 +3446,7 @@ var TextFieldView = function TextFieldView(_ref) {
|
|
|
3446
3446
|
var fieldStyles = _extends({
|
|
3447
3447
|
margin: 0,
|
|
3448
3448
|
paddingVertical: 8,
|
|
3449
|
-
|
|
3449
|
+
paddingHorizontal: 0,
|
|
3450
3450
|
width: '100%',
|
|
3451
3451
|
heigth: '100%',
|
|
3452
3452
|
border: 'none',
|