@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.
package/dist/web.esm.js
CHANGED
|
@@ -2539,14 +2539,14 @@ var InputVariants = {
|
|
|
2539
2539
|
}
|
|
2540
2540
|
};
|
|
2541
2541
|
var PadddingWithLabel = {
|
|
2542
|
-
paddingTop:
|
|
2542
|
+
paddingTop: 12,
|
|
2543
2543
|
paddingBottom: 2,
|
|
2544
2544
|
paddingLeft: 18,
|
|
2545
2545
|
paddingRight: 36
|
|
2546
2546
|
};
|
|
2547
2547
|
var PaddingWithoutLabel = {
|
|
2548
|
-
paddingTop:
|
|
2549
|
-
paddingBottom:
|
|
2548
|
+
paddingTop: 10,
|
|
2549
|
+
paddingBottom: 4,
|
|
2550
2550
|
paddingLeft: 18,
|
|
2551
2551
|
paddingRight: 36
|
|
2552
2552
|
};
|
|
@@ -2606,7 +2606,6 @@ var FieldIcons = function FieldIcons(_ref) {
|
|
|
2606
2606
|
return React.createElement(Center, Object.assign({
|
|
2607
2607
|
gap: 10,
|
|
2608
2608
|
top: "50%",
|
|
2609
|
-
marginTop: 6,
|
|
2610
2609
|
right: 16,
|
|
2611
2610
|
zIndex: 500,
|
|
2612
2611
|
wrap: "nowrap",
|