@tamagui/core 1.129.19 → 1.130.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/core",
3
- "version": "1.129.19",
3
+ "version": "1.130.0",
4
4
  "source": "src/index.tsx",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -35,16 +35,16 @@
35
35
  "native-test.d.ts"
36
36
  ],
37
37
  "dependencies": {
38
- "@tamagui/react-native-media-driver": "1.129.19",
39
- "@tamagui/react-native-use-pressable": "1.129.19",
40
- "@tamagui/react-native-use-responder-events": "1.129.19",
41
- "@tamagui/use-element-layout": "1.129.19",
42
- "@tamagui/use-event": "1.129.19",
43
- "@tamagui/web": "1.129.19"
38
+ "@tamagui/react-native-media-driver": "1.130.0",
39
+ "@tamagui/react-native-use-pressable": "1.130.0",
40
+ "@tamagui/react-native-use-responder-events": "1.130.0",
41
+ "@tamagui/use-element-layout": "1.130.0",
42
+ "@tamagui/use-event": "1.130.0",
43
+ "@tamagui/web": "1.130.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@tamagui/build": "1.129.19",
47
- "@tamagui/react-native-web-lite": "1.129.19",
46
+ "@tamagui/build": "1.130.0",
47
+ "@tamagui/react-native-web-lite": "1.130.0",
48
48
  "@testing-library/react": "^16.1.0",
49
49
  "csstype": "^3.0.10",
50
50
  "react": "*",
package/src/index.tsx CHANGED
@@ -185,7 +185,7 @@ setupHooks({
185
185
  }
186
186
  },
187
187
 
188
- useEvents(viewProps, events, { pseudos }, setStateShallow, staticConfig) {
188
+ useEvents(viewProps, events, splitStyles, setStateShallow, staticConfig) {
189
189
  if (process.env.TAMAGUI_TARGET === 'native') {
190
190
  if (events) {
191
191
  if (events.onFocus) {