tamagui 1.124.3 → 1.124.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 +3 -2
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +3 -2
- package/dist/test.native.js.map +2 -2
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -5876,12 +5876,10 @@ var require_webPropsToSkip_native = __commonJS({
|
|
|
5876
5876
|
contain: 1,
|
|
5877
5877
|
boxSizing: 1,
|
|
5878
5878
|
touchAction: 1,
|
|
5879
|
-
boxShadow: 1,
|
|
5880
5879
|
outlineStyle: 1,
|
|
5881
5880
|
outlineOffset: 1,
|
|
5882
5881
|
outlineWidth: 1,
|
|
5883
5882
|
outlineColor: 1,
|
|
5884
|
-
filter: 1,
|
|
5885
5883
|
backdropFilter: 1,
|
|
5886
5884
|
backgroundImage: 1,
|
|
5887
5885
|
mixBlendMode: 1,
|
|
@@ -29786,6 +29784,9 @@ var require_Tabs_native = __commonJS({
|
|
|
29786
29784
|
...!props.unstyled && {
|
|
29787
29785
|
size: context.size
|
|
29788
29786
|
},
|
|
29787
|
+
...isSelected && {
|
|
29788
|
+
forceStyle: "focus"
|
|
29789
|
+
},
|
|
29789
29790
|
...groupItemProps,
|
|
29790
29791
|
...triggerProps,
|
|
29791
29792
|
ref: (0, import_compose_refs.composeRefs)(forwardedRef, triggerRef),
|