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/test.native.js
CHANGED
|
@@ -2413,7 +2413,8 @@ var require_skipProps_native = __commonJS({
|
|
|
2413
2413
|
tag: 1,
|
|
2414
2414
|
style: 1,
|
|
2415
2415
|
// handled after loop so pseudos set usedKeys and override it if necessary
|
|
2416
|
-
group: 1
|
|
2416
|
+
group: 1,
|
|
2417
|
+
themeInverse: 1
|
|
2417
2418
|
};
|
|
2418
2419
|
skipProps["data-test-renders"] = 1;
|
|
2419
2420
|
Object.assign(skipProps, {
|