@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.cjs CHANGED
@@ -3583,6 +3583,7 @@ var Tooltip = (_a) => {
3583
3583
  onMouseLeave: hideHandler,
3584
3584
  onFocus: showHandler,
3585
3585
  onBlur: hideHandler,
3586
+ style: { display: "flex", alignItems: "center", justifyContent: "center" },
3586
3587
  children: trigger
3587
3588
  }
3588
3589
  ),