@tamagui/core 1.89.13 → 1.89.16
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 +6 -6
package/dist/test.native.js
CHANGED
|
@@ -2564,7 +2564,8 @@ var require_skipProps_native = __commonJS({
|
|
|
2564
2564
|
tag: 1,
|
|
2565
2565
|
style: 1,
|
|
2566
2566
|
// handled after loop so pseudos set usedKeys and override it if necessary
|
|
2567
|
-
group: 1
|
|
2567
|
+
group: 1,
|
|
2568
|
+
themeInverse: 1
|
|
2568
2569
|
};
|
|
2569
2570
|
skipProps["data-test-renders"] = 1;
|
|
2570
2571
|
Object.assign(skipProps, {
|