tamagui 1.94.3 → 1.94.4
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/native.js +5 -4
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +5 -4
- package/dist/test.native.js.map +2 -2
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -9550,7 +9550,7 @@ var require_createComponent_native = __commonJS({
|
|
|
9550
9550
|
"theme",
|
|
9551
9551
|
"defaultVariants"
|
|
9552
9552
|
]), viewProps = nonTamaguiProps;
|
|
9553
|
-
isHOC && _themeProp && (viewProps.theme = _themeProp), elementType.acceptTagProp && (viewProps.tag = tagProp);
|
|
9553
|
+
!isTaggable && props.forceStyle && (viewProps.forceStyle = props.forceStyle), isHOC && _themeProp && (viewProps.theme = _themeProp), elementType.acceptTagProp && (viewProps.tag = tagProp);
|
|
9554
9554
|
var animationStyles;
|
|
9555
9555
|
if (
|
|
9556
9556
|
// if it supports css vars we run it on server too to get matching initial style
|
|
@@ -24447,8 +24447,8 @@ var require_Checkbox_native = __commonJS({
|
|
|
24447
24447
|
}
|
|
24448
24448
|
},
|
|
24449
24449
|
size: {
|
|
24450
|
-
"...size": function(val
|
|
24451
|
-
var
|
|
24450
|
+
"...size": function(val) {
|
|
24451
|
+
var radiusToken = (0, import_core12.getVariableValue)((0, import_get_token2.getSize)(val)) / 8;
|
|
24452
24452
|
return {
|
|
24453
24453
|
borderRadius: radiusToken
|
|
24454
24454
|
};
|
|
@@ -25826,7 +25826,8 @@ var require_createCheckbox_native = __commonJS({
|
|
|
25826
25826
|
height: size3
|
|
25827
25827
|
}), {
|
|
25828
25828
|
tag: "button",
|
|
25829
|
-
ref: checkboxRef
|
|
25829
|
+
ref: checkboxRef,
|
|
25830
|
+
unstyled
|
|
25830
25831
|
}), unstyled === !1 && {
|
|
25831
25832
|
size: size3,
|
|
25832
25833
|
theme: checked ? "active" : null
|