@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.
@@ -895,7 +895,12 @@ var require_validStyleProps_native = __commonJS({
895
895
  borderTopLeftRadius: !0,
896
896
  borderTopRightRadius: !0,
897
897
  borderBottomLeftRadius: !0,
898
- borderBottomRightRadius: !0
898
+ borderBottomRightRadius: !0,
899
+ // logical
900
+ borderStartStartRadius: !0,
901
+ borderStartEndRadius: !0,
902
+ borderEndStartRadius: !0,
903
+ borderEndEndRadius: !0
899
904
  },
900
905
  size: {
901
906
  width: !0,
@@ -911,6 +916,9 @@ var require_validStyleProps_native = __commonJS({
911
916
  color: {
912
917
  backgroundColor: !0,
913
918
  borderColor: !0,
919
+ borderBlockStartColor: !0,
920
+ borderBlockEndColor: !0,
921
+ borderBlockColor: !0,
914
922
  borderBottomColor: !0,
915
923
  borderTopColor: !0,
916
924
  borderLeftColor: !0,
@@ -1000,6 +1008,11 @@ var require_validStyleProps_native = __commonJS({
1000
1008
  justifyContent: !0,
1001
1009
  left: !0,
1002
1010
  margin: !0,
1011
+ marginBlockEnd: !0,
1012
+ marginBlockStart: !0,
1013
+ marginInlineEnd: !0,
1014
+ marginInline: !0,
1015
+ marginInlineStart: !0,
1003
1016
  marginBottom: !0,
1004
1017
  marginEnd: !0,
1005
1018
  marginHorizontal: !0,
@@ -1011,6 +1024,11 @@ var require_validStyleProps_native = __commonJS({
1011
1024
  overflow: !0,
1012
1025
  padding: !0,
1013
1026
  paddingBottom: !0,
1027
+ paddingInline: !0,
1028
+ paddingBlock: !0,
1029
+ paddingBlockStart: !0,
1030
+ paddingInlineEnd: !0,
1031
+ paddingInlineStart: !0,
1014
1032
  paddingEnd: !0,
1015
1033
  paddingHorizontal: !0,
1016
1034
  paddingLeft: !0,