@tamagui/core 1.117.2 → 1.118.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.js +2 -0
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +2 -0
- package/dist/test.native.js.map +1 -1
- package/package.json +6 -6
package/dist/native.js
CHANGED
|
@@ -1787,6 +1787,8 @@ var require_validStyleProps_native = __commonJS({
|
|
|
1787
1787
|
...tokenCategories.radius,
|
|
1788
1788
|
...stylePropsTransform,
|
|
1789
1789
|
...stylePropsUnitless,
|
|
1790
|
+
boxShadow: !0,
|
|
1791
|
+
filter: !0,
|
|
1790
1792
|
...import_constants2.isAndroid ? {
|
|
1791
1793
|
elevationAndroid: !0
|
|
1792
1794
|
} : {}
|