@app-studio/web 0.3.19 → 0.3.20
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,14 +2546,14 @@ var InputVariants = {
|
|
|
2546
2546
|
}
|
|
2547
2547
|
};
|
|
2548
2548
|
var PadddingWithLabel = {
|
|
2549
|
-
paddingTop:
|
|
2549
|
+
paddingTop: 12,
|
|
2550
2550
|
paddingBottom: 2,
|
|
2551
2551
|
paddingLeft: 18,
|
|
2552
2552
|
paddingRight: 36
|
|
2553
2553
|
};
|
|
2554
2554
|
var PaddingWithoutLabel = {
|
|
2555
|
-
paddingTop:
|
|
2556
|
-
paddingBottom:
|
|
2555
|
+
paddingTop: 10,
|
|
2556
|
+
paddingBottom: 4,
|
|
2557
2557
|
paddingLeft: 18,
|
|
2558
2558
|
paddingRight: 36
|
|
2559
2559
|
};
|
|
@@ -2613,7 +2613,6 @@ var FieldIcons = function FieldIcons(_ref) {
|
|
|
2613
2613
|
return React__default.createElement(Center, Object.assign({
|
|
2614
2614
|
gap: 10,
|
|
2615
2615
|
top: "50%",
|
|
2616
|
-
marginTop: 6,
|
|
2617
2616
|
right: 16,
|
|
2618
2617
|
zIndex: 500,
|
|
2619
2618
|
wrap: "nowrap",
|