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.
package/dist/native.js CHANGED
@@ -31085,6 +31085,12 @@ var require_Tooltip_native = __commonJS({
31085
31085
  __export2(Tooltip_native_exports, {
31086
31086
  Tooltip: function() {
31087
31087
  return Tooltip;
31088
+ },
31089
+ TooltipGroup: function() {
31090
+ return TooltipGroup;
31091
+ },
31092
+ closeOpenTooltips: function() {
31093
+ return closeOpenTooltips;
31088
31094
  }
31089
31095
  });
31090
31096
  module2.exports = __toCommonJS2(Tooltip_native_exports);
@@ -31092,6 +31098,9 @@ var require_Tooltip_native = __commonJS({
31092
31098
  return props.children;
31093
31099
  }, RenderNull = function(props) {
31094
31100
  return null;
31101
+ }, TooltipGroup = function() {
31102
+ return null;
31103
+ }, closeOpenTooltips = function() {
31095
31104
  }, Tooltip = (0, import_helpers.withStaticProperties)(RenderChildren, {
31096
31105
  Anchor: RenderChildren,
31097
31106
  Arrow: RenderNull,