@bitrise/bitkit-v2 0.3.43 → 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/bitkit-v2.js
CHANGED
|
@@ -10511,9 +10511,26 @@ const Re = (e) => {
|
|
|
10511
10511
|
variants: {
|
|
10512
10512
|
variant: oM,
|
|
10513
10513
|
size: {
|
|
10514
|
-
sm: {
|
|
10515
|
-
|
|
10516
|
-
|
|
10514
|
+
sm: {
|
|
10515
|
+
minWidth: "32",
|
|
10516
|
+
height: "32",
|
|
10517
|
+
paddingInline: Re(7),
|
|
10518
|
+
paddingBlock: Re(5),
|
|
10519
|
+
textStyle: "comp/button/sm"
|
|
10520
|
+
},
|
|
10521
|
+
md: {
|
|
10522
|
+
minWidth: "40",
|
|
10523
|
+
height: "40",
|
|
10524
|
+
paddingInline: Re(11),
|
|
10525
|
+
paddingBlock: Re(7),
|
|
10526
|
+
textStyle: "comp/button/md"
|
|
10527
|
+
},
|
|
10528
|
+
lg: {
|
|
10529
|
+
minWidth: "48",
|
|
10530
|
+
height: "48",
|
|
10531
|
+
padding: Re(11),
|
|
10532
|
+
textStyle: "comp/button/lg"
|
|
10533
|
+
}
|
|
10517
10534
|
}
|
|
10518
10535
|
},
|
|
10519
10536
|
defaultVariants: {
|