@tamagui/core 1.143.0 → 1.143.1
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.cjs +1 -1
- package/dist/test.native.cjs +1 -1
- package/package.json +11 -11
package/dist/native.cjs
CHANGED
|
@@ -11063,7 +11063,7 @@ function createComponent(staticConfig) {
|
|
|
11063
11063
|
}, attachPress && {
|
|
11064
11064
|
onMouseEnter: function(e2) {
|
|
11065
11065
|
var next = {};
|
|
11066
|
-
needsHoverState && (next.hover = true), needsPressState && state.pressIn && (next.press = true), setStateShallow(next), onHoverIn == null ? void 0 : onHoverIn(e2), onMouseEnter == null ? void 0 : onMouseEnter(e2);
|
|
11066
|
+
needsHoverState && true && (next.hover = true), needsPressState && state.pressIn && (next.press = true), setStateShallow(next), onHoverIn == null ? void 0 : onHoverIn(e2), onMouseEnter == null ? void 0 : onMouseEnter(e2);
|
|
11067
11067
|
},
|
|
11068
11068
|
onMouseLeave: function(e2) {
|
|
11069
11069
|
var next = {};
|
package/dist/test.native.cjs
CHANGED
|
@@ -3762,7 +3762,7 @@ function createComponent(staticConfig) {
|
|
|
3762
3762
|
}, attachPress && {
|
|
3763
3763
|
onMouseEnter: function(e2) {
|
|
3764
3764
|
var next = {};
|
|
3765
|
-
needsHoverState && (next.hover = true), needsPressState && state.pressIn && (next.press = true), setStateShallow(next), onHoverIn == null ? void 0 : onHoverIn(e2), onMouseEnter == null ? void 0 : onMouseEnter(e2);
|
|
3765
|
+
needsHoverState && true && (next.hover = true), needsPressState && state.pressIn && (next.press = true), setStateShallow(next), onHoverIn == null ? void 0 : onHoverIn(e2), onMouseEnter == null ? void 0 : onMouseEnter(e2);
|
|
3766
3766
|
},
|
|
3767
3767
|
onMouseLeave: function(e2) {
|
|
3768
3768
|
var next = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/core",
|
|
3
|
-
"version": "1.143.
|
|
3
|
+
"version": "1.143.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"native-test.d.ts"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@tamagui/helpers": "1.143.
|
|
37
|
-
"@tamagui/react-native-media-driver": "1.143.
|
|
38
|
-
"@tamagui/react-native-use-pressable": "1.143.
|
|
39
|
-
"@tamagui/react-native-use-responder-events": "1.143.
|
|
40
|
-
"@tamagui/use-element-layout": "1.143.
|
|
41
|
-
"@tamagui/use-event": "1.143.
|
|
42
|
-
"@tamagui/web": "1.143.
|
|
36
|
+
"@tamagui/helpers": "1.143.1",
|
|
37
|
+
"@tamagui/react-native-media-driver": "1.143.1",
|
|
38
|
+
"@tamagui/react-native-use-pressable": "1.143.1",
|
|
39
|
+
"@tamagui/react-native-use-responder-events": "1.143.1",
|
|
40
|
+
"@tamagui/use-element-layout": "1.143.1",
|
|
41
|
+
"@tamagui/use-event": "1.143.1",
|
|
42
|
+
"@tamagui/web": "1.143.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "1.143.
|
|
46
|
-
"@tamagui/native-bundle": "1.143.
|
|
47
|
-
"@tamagui/react-native-web-lite": "1.143.
|
|
45
|
+
"@tamagui/build": "1.143.1",
|
|
46
|
+
"@tamagui/native-bundle": "1.143.1",
|
|
47
|
+
"@tamagui/react-native-web-lite": "1.143.1",
|
|
48
48
|
"@testing-library/react": "^16.1.0",
|
|
49
49
|
"csstype": "^3.0.10",
|
|
50
50
|
"react": "*",
|