@tamagui/core 3.0.0-beta.881.1 → 3.0.0-beta.889.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 CHANGED
@@ -17381,7 +17381,7 @@ function createStyledHOC(component, render, options) {
17381
17381
  var out = function StyledHOCComponent(props) {
17382
17382
  "use no memo";
17383
17383
  var _extendedConfig_defaultProps;
17384
- var { ref } = props, rest = _objectWithoutProperties(props, _excluded$4);
17384
+ var { ref = null } = props, rest = _objectWithoutProperties(props, _excluded$4);
17385
17385
  if (options === null || options === void 0 ? void 0 : options.disableTheme) return render(rest, ref);
17386
17386
  var defaultTheme = (_extendedConfig_defaultProps = extendedConfig.defaultProps) === null || _extendedConfig_defaultProps === void 0 ? void 0 : _extendedConfig_defaultProps.theme;
17387
17387
  var { theme: _ } = rest;
@@ -7134,7 +7134,7 @@ var Theme = createRefComponent(function Theme2(props, ref) {
7134
7134
  "use no memo";
7135
7135
  if (props.disable) return props.children;
7136
7136
  if (globalThis.process.env.NODE_ENV === "development") {
7137
- for (var key in props) if (!reservedThemeProps[key]) warnOnce(`theme-update:${key}`, `<Theme ${key}=...> no longer accepts inline values. Wrap the subtree in <ThemeUpdate ${key}=...> instead.`);
7137
+ for (var key in props) if (!reservedThemeProps[key] && key !== "srcloc" && !key.startsWith("data-")) warnOnce(`theme-update:${key}`, `<Theme ${key}=...> no longer accepts inline values. Wrap the subtree in <ThemeUpdate ${key}=...> instead.`);
7138
7138
  }
7139
7139
  var { passThrough } = props;
7140
7140
  var isRoot = !!props["_isRoot"];
@@ -8378,7 +8378,7 @@ function createStyledHOC(component, render, options) {
8378
8378
  var out = function StyledHOCComponent(props) {
8379
8379
  "use no memo";
8380
8380
  var _extendedConfig_defaultProps;
8381
- var { ref } = props, rest = _objectWithoutProperties(props, _excluded$4);
8381
+ var { ref = null } = props, rest = _objectWithoutProperties(props, _excluded$4);
8382
8382
  if (options === null || options === void 0 ? void 0 : options.disableTheme) return render(rest, ref);
8383
8383
  var defaultTheme = (_extendedConfig_defaultProps = extendedConfig.defaultProps) === null || _extendedConfig_defaultProps === void 0 ? void 0 : _extendedConfig_defaultProps.theme;
8384
8384
  var { theme: _ } = rest;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/core",
3
- "version": "3.0.0-beta.881.1",
3
+ "version": "3.0.0-beta.889.1",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -137,20 +137,20 @@
137
137
  "clean:build": "tamagui-build clean:build"
138
138
  },
139
139
  "dependencies": {
140
- "@tamagui/compose-refs": "3.0.0-beta.881.1",
141
- "@tamagui/constants": "3.0.0-beta.881.1",
142
- "@tamagui/helpers": "3.0.0-beta.881.1",
143
- "@tamagui/react-native-media-driver": "3.0.0-beta.881.1",
144
- "@tamagui/react-native-use-pressable": "3.0.0-beta.881.1",
145
- "@tamagui/size": "3.0.0-beta.881.1",
146
- "@tamagui/use-element-layout": "3.0.0-beta.881.1",
147
- "@tamagui/use-event": "3.0.0-beta.881.1",
148
- "@tamagui/web": "3.0.0-beta.881.1"
140
+ "@tamagui/compose-refs": "3.0.0-beta.889.1",
141
+ "@tamagui/constants": "3.0.0-beta.889.1",
142
+ "@tamagui/helpers": "3.0.0-beta.889.1",
143
+ "@tamagui/react-native-media-driver": "3.0.0-beta.889.1",
144
+ "@tamagui/react-native-use-pressable": "3.0.0-beta.889.1",
145
+ "@tamagui/size": "3.0.0-beta.889.1",
146
+ "@tamagui/use-element-layout": "3.0.0-beta.889.1",
147
+ "@tamagui/use-event": "3.0.0-beta.889.1",
148
+ "@tamagui/web": "3.0.0-beta.889.1"
149
149
  },
150
150
  "devDependencies": {
151
- "@tamagui/build": "3.0.0-beta.881.1",
152
- "@tamagui/native-bundle": "3.0.0-beta.881.1",
153
- "@tamagui/react-native-web-lite": "3.0.0-beta.881.1",
151
+ "@tamagui/build": "3.0.0-beta.889.1",
152
+ "@tamagui/native-bundle": "3.0.0-beta.889.1",
153
+ "@tamagui/react-native-web-lite": "3.0.0-beta.889.1",
154
154
  "@testing-library/react": "^16.1.0",
155
155
  "csstype": "^3.0.10",
156
156
  "react": "19.2.3",