tamagui 1.123.5 → 1.123.6

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