@tamagui/core 1.117.1 → 1.118.0
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 +8 -8
package/dist/test.native.js
CHANGED
|
@@ -1783,6 +1783,8 @@ var require_validStyleProps_native = __commonJS({
|
|
|
1783
1783
|
...tokenCategories.radius,
|
|
1784
1784
|
...stylePropsTransform,
|
|
1785
1785
|
...stylePropsUnitless,
|
|
1786
|
+
boxShadow: !0,
|
|
1787
|
+
filter: !0,
|
|
1786
1788
|
...import_constants2.isAndroid ? {
|
|
1787
1789
|
elevationAndroid: !0
|
|
1788
1790
|
} : {}
|