@tamagui/core 2.6.2 → 2.6.3
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/.turbo/turbo-build.log +2 -2
- package/dist/native.cjs +8 -3
- package/dist/test.native.cjs +7 -3
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
package/dist/native.cjs
CHANGED
|
@@ -12780,11 +12780,16 @@ var init_validStyleProps_native = __esmMin((() => {
|
|
|
12780
12780
|
//#region ../helpers/dist/esm/withStaticProperties.native.js
|
|
12781
12781
|
var Decorated, withStaticProperties;
|
|
12782
12782
|
var init_withStaticProperties_native = __esmMin((() => {
|
|
12783
|
+
init_objectSpread2();
|
|
12783
12784
|
Decorated = /* @__PURE__ */ Symbol();
|
|
12784
12785
|
withStaticProperties = function(component, staticProps) {
|
|
12785
|
-
|
|
12786
|
-
|
|
12787
|
-
|
|
12786
|
+
var out = function() {
|
|
12787
|
+
if (component[Decorated]) return typeof component === "function" ? Object.assign(component.bind(null), component) : _objectSpread2({}, component);
|
|
12788
|
+
return component;
|
|
12789
|
+
}();
|
|
12790
|
+
Object.assign(out, staticProps);
|
|
12791
|
+
out[Decorated] = true;
|
|
12792
|
+
return out;
|
|
12788
12793
|
};
|
|
12789
12794
|
}));
|
|
12790
12795
|
//#endregion
|
package/dist/test.native.cjs
CHANGED
|
@@ -1268,9 +1268,13 @@ var validStyles = stylePropsView;
|
|
|
1268
1268
|
//#region ../helpers/dist/esm/withStaticProperties.native.js
|
|
1269
1269
|
var Decorated = /* @__PURE__ */ Symbol();
|
|
1270
1270
|
var withStaticProperties = function(component, staticProps) {
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1271
|
+
var out = function() {
|
|
1272
|
+
if (component[Decorated]) return typeof component === "function" ? Object.assign(component.bind(null), component) : _objectSpread2({}, component);
|
|
1273
|
+
return component;
|
|
1274
|
+
}();
|
|
1275
|
+
Object.assign(out, staticProps);
|
|
1276
|
+
out[Decorated] = true;
|
|
1277
|
+
return out;
|
|
1274
1278
|
};
|
|
1275
1279
|
//#endregion
|
|
1276
1280
|
//#region ../helpers/dist/esm/webOnlyStyleProps.native.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/core",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
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.6.
|
|
83
|
-
"@tamagui/react-native-media-driver": "2.6.
|
|
84
|
-
"@tamagui/react-native-use-pressable": "2.6.
|
|
85
|
-
"@tamagui/use-element-layout": "2.6.
|
|
86
|
-
"@tamagui/use-event": "2.6.
|
|
87
|
-
"@tamagui/web": "2.6.
|
|
82
|
+
"@tamagui/helpers": "2.6.3",
|
|
83
|
+
"@tamagui/react-native-media-driver": "2.6.3",
|
|
84
|
+
"@tamagui/react-native-use-pressable": "2.6.3",
|
|
85
|
+
"@tamagui/use-element-layout": "2.6.3",
|
|
86
|
+
"@tamagui/use-event": "2.6.3",
|
|
87
|
+
"@tamagui/web": "2.6.3"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@tamagui/build": "2.6.
|
|
91
|
-
"@tamagui/native-bundle": "2.6.
|
|
92
|
-
"@tamagui/react-native-web-lite": "2.6.
|
|
90
|
+
"@tamagui/build": "2.6.3",
|
|
91
|
+
"@tamagui/native-bundle": "2.6.3",
|
|
92
|
+
"@tamagui/react-native-web-lite": "2.6.3",
|
|
93
93
|
"@testing-library/react": "^16.1.0",
|
|
94
94
|
"csstype": "^3.0.10",
|
|
95
95
|
"react": ">=19",
|