tamagui 1.123.5 → 1.123.7

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
@@ -1432,6 +1432,7 @@ var require_validStyleProps_native = __commonJS({
1432
1432
  ...textColors
1433
1433
  }
1434
1434
  }, stylePropsUnitless = {
1435
+ perspective: !0,
1435
1436
  WebkitLineClamp: !0,
1436
1437
  animationIterationCount: !0,
1437
1438
  aspectRatio: !0,
@@ -31085,6 +31086,12 @@ var require_Tooltip_native = __commonJS({
31085
31086
  __export2(Tooltip_native_exports, {
31086
31087
  Tooltip: function() {
31087
31088
  return Tooltip;
31089
+ },
31090
+ TooltipGroup: function() {
31091
+ return TooltipGroup;
31092
+ },
31093
+ closeOpenTooltips: function() {
31094
+ return closeOpenTooltips;
31088
31095
  }
31089
31096
  });
31090
31097
  module2.exports = __toCommonJS2(Tooltip_native_exports);
@@ -31092,6 +31099,9 @@ var require_Tooltip_native = __commonJS({
31092
31099
  return props.children;
31093
31100
  }, RenderNull = function(props) {
31094
31101
  return null;
31102
+ }, TooltipGroup = function() {
31103
+ return null;
31104
+ }, closeOpenTooltips = function() {
31095
31105
  }, Tooltip = (0, import_helpers.withStaticProperties)(RenderChildren, {
31096
31106
  Anchor: RenderChildren,
31097
31107
  Arrow: RenderNull,