@tamagui/core 1.78.0 → 1.79.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.js CHANGED
@@ -5879,7 +5879,7 @@ ${runtimeStyles}`;
5879
5879
  ...configIn.unset
5880
5880
  },
5881
5881
  settings: {
5882
- webContainerType: "size",
5882
+ webContainerType: "inline-size",
5883
5883
  ...configIn.settings
5884
5884
  },
5885
5885
  tokens,
@@ -5516,7 +5516,7 @@ ${runtimeStyles}`;
5516
5516
  ...configIn.unset
5517
5517
  },
5518
5518
  settings: {
5519
- webContainerType: "size",
5519
+ webContainerType: "inline-size",
5520
5520
  ...configIn.settings
5521
5521
  },
5522
5522
  tokens,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/core",
3
- "version": "1.78.0",
3
+ "version": "1.79.1",
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-use-pressable": "1.78.0",
39
- "@tamagui/react-native-use-responder-events": "1.78.0",
40
- "@tamagui/use-event": "1.78.0",
41
- "@tamagui/web": "1.78.0"
38
+ "@tamagui/react-native-use-pressable": "1.79.1",
39
+ "@tamagui/react-native-use-responder-events": "1.79.1",
40
+ "@tamagui/use-event": "1.79.1",
41
+ "@tamagui/web": "1.79.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "*"
45
45
  },
46
46
  "devDependencies": {
47
- "@tamagui/build": "1.78.0",
47
+ "@tamagui/build": "1.79.1",
48
48
  "@testing-library/react": "^14.0.0",
49
49
  "csstype": "^3.0.10",
50
50
  "react": "^18.2.0",