@shoplflow/base 0.28.2 → 0.28.3

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/index.js CHANGED
@@ -3558,6 +3558,7 @@ var Tooltip = (_a) => {
3558
3558
  onMouseLeave: hideHandler,
3559
3559
  onFocus: showHandler,
3560
3560
  onBlur: hideHandler,
3561
+ style: { display: "flex", alignItems: "center", justifyContent: "center" },
3561
3562
  children: trigger
3562
3563
  }
3563
3564
  ),