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/test.native.js
CHANGED
|
@@ -5600,12 +5600,10 @@ var require_webPropsToSkip_native = __commonJS({
|
|
|
5600
5600
|
contain: 1,
|
|
5601
5601
|
boxSizing: 1,
|
|
5602
5602
|
touchAction: 1,
|
|
5603
|
-
boxShadow: 1,
|
|
5604
5603
|
outlineStyle: 1,
|
|
5605
5604
|
outlineOffset: 1,
|
|
5606
5605
|
outlineWidth: 1,
|
|
5607
5606
|
outlineColor: 1,
|
|
5608
|
-
filter: 1,
|
|
5609
5607
|
backdropFilter: 1,
|
|
5610
5608
|
backgroundImage: 1,
|
|
5611
5609
|
mixBlendMode: 1,
|
|
@@ -29089,6 +29087,9 @@ var require_Tabs_native = __commonJS({
|
|
|
29089
29087
|
...!props.unstyled && {
|
|
29090
29088
|
size: context.size
|
|
29091
29089
|
},
|
|
29090
|
+
...isSelected && {
|
|
29091
|
+
forceStyle: "focus"
|
|
29092
|
+
},
|
|
29092
29093
|
...groupItemProps,
|
|
29093
29094
|
...triggerProps,
|
|
29094
29095
|
ref: (0, import_compose_refs.composeRefs)(forwardedRef, triggerRef),
|