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.
@@ -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,
@@ -30351,6 +30352,12 @@ var require_Tooltip_native = __commonJS({
30351
30352
  __export2(Tooltip_native_exports, {
30352
30353
  Tooltip: function() {
30353
30354
  return Tooltip;
30355
+ },
30356
+ TooltipGroup: function() {
30357
+ return TooltipGroup;
30358
+ },
30359
+ closeOpenTooltips: function() {
30360
+ return closeOpenTooltips;
30354
30361
  }
30355
30362
  });
30356
30363
  module2.exports = __toCommonJS2(Tooltip_native_exports);
@@ -30358,6 +30365,9 @@ var require_Tooltip_native = __commonJS({
30358
30365
  return props.children;
30359
30366
  }, RenderNull = function(props) {
30360
30367
  return null;
30368
+ }, TooltipGroup = function() {
30369
+ return null;
30370
+ }, closeOpenTooltips = function() {
30361
30371
  }, Tooltip = (0, import_helpers.withStaticProperties)(RenderChildren, {
30362
30372
  Anchor: RenderChildren,
30363
30373
  Arrow: RenderNull,