@tamagui/core 1.74.17 → 1.74.18
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 +19 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +19 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +6 -6
package/dist/native.js
CHANGED
|
@@ -905,7 +905,12 @@ var require_validStyleProps_native = __commonJS({
|
|
|
905
905
|
borderTopLeftRadius: !0,
|
|
906
906
|
borderTopRightRadius: !0,
|
|
907
907
|
borderBottomLeftRadius: !0,
|
|
908
|
-
borderBottomRightRadius: !0
|
|
908
|
+
borderBottomRightRadius: !0,
|
|
909
|
+
// logical
|
|
910
|
+
borderStartStartRadius: !0,
|
|
911
|
+
borderStartEndRadius: !0,
|
|
912
|
+
borderEndStartRadius: !0,
|
|
913
|
+
borderEndEndRadius: !0
|
|
909
914
|
},
|
|
910
915
|
size: {
|
|
911
916
|
width: !0,
|
|
@@ -921,6 +926,9 @@ var require_validStyleProps_native = __commonJS({
|
|
|
921
926
|
color: {
|
|
922
927
|
backgroundColor: !0,
|
|
923
928
|
borderColor: !0,
|
|
929
|
+
borderBlockStartColor: !0,
|
|
930
|
+
borderBlockEndColor: !0,
|
|
931
|
+
borderBlockColor: !0,
|
|
924
932
|
borderBottomColor: !0,
|
|
925
933
|
borderTopColor: !0,
|
|
926
934
|
borderLeftColor: !0,
|
|
@@ -1010,6 +1018,11 @@ var require_validStyleProps_native = __commonJS({
|
|
|
1010
1018
|
justifyContent: !0,
|
|
1011
1019
|
left: !0,
|
|
1012
1020
|
margin: !0,
|
|
1021
|
+
marginBlockEnd: !0,
|
|
1022
|
+
marginBlockStart: !0,
|
|
1023
|
+
marginInlineEnd: !0,
|
|
1024
|
+
marginInline: !0,
|
|
1025
|
+
marginInlineStart: !0,
|
|
1013
1026
|
marginBottom: !0,
|
|
1014
1027
|
marginEnd: !0,
|
|
1015
1028
|
marginHorizontal: !0,
|
|
@@ -1021,6 +1034,11 @@ var require_validStyleProps_native = __commonJS({
|
|
|
1021
1034
|
overflow: !0,
|
|
1022
1035
|
padding: !0,
|
|
1023
1036
|
paddingBottom: !0,
|
|
1037
|
+
paddingInline: !0,
|
|
1038
|
+
paddingBlock: !0,
|
|
1039
|
+
paddingBlockStart: !0,
|
|
1040
|
+
paddingInlineEnd: !0,
|
|
1041
|
+
paddingInlineStart: !0,
|
|
1024
1042
|
paddingEnd: !0,
|
|
1025
1043
|
paddingHorizontal: !0,
|
|
1026
1044
|
paddingLeft: !0,
|