@tamagui/core 1.74.17 → 1.74.19

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 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,
@@ -2325,7 +2343,7 @@ var require_createMediaStyle_native = __commonJS({
2325
2343
  if (isTheme || isGroup) {
2326
2344
  let groupInfo = (0, import_getGroupPropParts.getGroupPropParts)(mediaKeyIn), mediaName = groupInfo == null ? void 0 : groupInfo.name;
2327
2345
  groupMediaKey = groupInfo == null ? void 0 : groupInfo.media, isGroup && (containerName = mediaName);
2328
- let name = (isGroup ? "group_" : "") + mediaName, selectorStart = styleInner.indexOf(":root"), selectorEnd = styleInner.lastIndexOf("{"), selector = styleInner.slice(selectorStart, selectorEnd), precedenceSpace = conf.themeClassNameOnRoot ? "" : " ", pseudoSelectorName = groupInfo.pseudo ? groupPseudoToPseudoCSSMap[groupInfo.pseudo] || groupInfo.pseudo : void 0, pseudoSelector = pseudoSelectorName ? `:${pseudoSelectorName}` : "", presedencePrefix = `:root${precedenceImportancePrefix}${precedenceSpace}`, mediaSelector = `.t_${name}${pseudoSelector}`, nextSelector = `${presedencePrefix}${mediaSelector} ${selector.replace(
2346
+ let name = (isGroup ? "group_" : "") + mediaName, selectorStart = styleInner.indexOf(":root"), selectorEnd = styleInner.lastIndexOf("{"), selector = styleInner.slice(selectorStart, selectorEnd), precedenceSpace = conf.themeClassNameOnRoot && isTheme ? "" : " ", pseudoSelectorName = groupInfo.pseudo ? groupPseudoToPseudoCSSMap[groupInfo.pseudo] || groupInfo.pseudo : void 0, pseudoSelector = pseudoSelectorName ? `:${pseudoSelectorName}` : "", presedencePrefix = `:root${precedenceImportancePrefix}${precedenceSpace}`, mediaSelector = `.t_${name}${pseudoSelector}`, nextSelector = `${presedencePrefix}${mediaSelector} ${selector.replace(
2329
2347
  ":root",
2330
2348
  ""
2331
2349
  )}`;