@eclass/ui-kit 1.40.2 → 1.41.0

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.
@@ -29870,7 +29870,8 @@ const NewTooltip = ({
29870
29870
  m: m2,
29871
29871
  maxWidth = "200px",
29872
29872
  placement = "bottom",
29873
- isOpen
29873
+ isOpen,
29874
+ sx
29874
29875
  }) => {
29875
29876
  return /* @__PURE__ */ jsx(Tooltip, {
29876
29877
  isOpen,
@@ -29884,7 +29885,8 @@ const NewTooltip = ({
29884
29885
  padding: "8px",
29885
29886
  ".chakra-tooltip__arrow": {
29886
29887
  bg: `${vars("colors-neutral-darkCharcoal")} !important`
29887
- }
29888
+ },
29889
+ ...sx
29888
29890
  },
29889
29891
  className,
29890
29892
  closeOnClick: true,