tamagui 1.89.13 → 1.89.15
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 +2 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +2 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -2537,7 +2537,8 @@ var require_skipProps_native = __commonJS({
|
|
|
2537
2537
|
tag: 1,
|
|
2538
2538
|
style: 1,
|
|
2539
2539
|
// handled after loop so pseudos set usedKeys and override it if necessary
|
|
2540
|
-
group: 1
|
|
2540
|
+
group: 1,
|
|
2541
|
+
themeInverse: 1
|
|
2541
2542
|
};
|
|
2542
2543
|
process.env.NODE_ENV === "test" && (skipProps["data-test-renders"] = 1);
|
|
2543
2544
|
Object.assign(skipProps, {
|