@tamagui/core 2.0.0-rc.40 → 2.0.0-rc.40-1776058085017

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.
@@ -1,5 +1,4 @@
1
-
2
- $ tamagui-build
3
- built @tamagui/core in 717 ms
4
- Running afterBuild script...
5
- afterBuild completed in 303 ms
1
+ $ tamagui-build
2
+ built @tamagui/core in 842 ms
3
+ Running afterBuild script...
4
+ afterBuild completed in 236 ms
package/dist/native.cjs CHANGED
@@ -17877,7 +17877,7 @@ function useGet(currentValue, initialValue, forwardToFunction) {
17877
17877
  }
17878
17878
  var useIsomorphicInsertionEffect;
17879
17879
  var init_useGet_native = __esmMin((() => {
17880
- useIsomorphicInsertionEffect = typeof window === "undefined" ? react.useEffect : react.useInsertionEffect || react.useLayoutEffect;
17880
+ useIsomorphicInsertionEffect = react.useInsertionEffect || react.useLayoutEffect;
17881
17881
  }));
17882
17882
  //#endregion
17883
17883
  //#region ../use-event/dist/esm/useEvent.native.js
@@ -6368,7 +6368,7 @@ var Text$1 = createComponent({
6368
6368
  });
6369
6369
  //#endregion
6370
6370
  //#region ../use-event/dist/esm/useGet.native.js
6371
- var useIsomorphicInsertionEffect = typeof window === "undefined" ? react.useEffect : react.useInsertionEffect || react.useLayoutEffect;
6371
+ var useIsomorphicInsertionEffect = react.useInsertionEffect || react.useLayoutEffect;
6372
6372
  function useGet(currentValue, initialValue, forwardToFunction) {
6373
6373
  var curRef = react.useRef(initialValue !== null && initialValue !== void 0 ? initialValue : currentValue);
6374
6374
  useIsomorphicInsertionEffect(function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/core",
3
- "version": "2.0.0-rc.40",
3
+ "version": "2.0.0-rc.40-1776058085017",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -79,17 +79,17 @@
79
79
  "clean:build": "tamagui-build clean:build"
80
80
  },
81
81
  "dependencies": {
82
- "@tamagui/helpers": "2.0.0-rc.40",
83
- "@tamagui/react-native-media-driver": "2.0.0-rc.40",
84
- "@tamagui/react-native-use-pressable": "2.0.0-rc.40",
85
- "@tamagui/use-element-layout": "2.0.0-rc.40",
86
- "@tamagui/use-event": "2.0.0-rc.40",
87
- "@tamagui/web": "2.0.0-rc.40"
82
+ "@tamagui/helpers": "2.0.0-rc.40-1776058085017",
83
+ "@tamagui/react-native-media-driver": "2.0.0-rc.40-1776058085017",
84
+ "@tamagui/react-native-use-pressable": "2.0.0-rc.40-1776058085017",
85
+ "@tamagui/use-element-layout": "2.0.0-rc.40-1776058085017",
86
+ "@tamagui/use-event": "2.0.0-rc.40-1776058085017",
87
+ "@tamagui/web": "2.0.0-rc.40-1776058085017"
88
88
  },
89
89
  "devDependencies": {
90
- "@tamagui/build": "2.0.0-rc.40",
91
- "@tamagui/native-bundle": "2.0.0-rc.40",
92
- "@tamagui/react-native-web-lite": "2.0.0-rc.40",
90
+ "@tamagui/build": "2.0.0-rc.40-1776058085017",
91
+ "@tamagui/native-bundle": "2.0.0-rc.40-1776058085017",
92
+ "@tamagui/react-native-web-lite": "2.0.0-rc.40-1776058085017",
93
93
  "@testing-library/react": "^16.1.0",
94
94
  "csstype": "^3.0.10",
95
95
  "react": ">=19",