@hexure/ui 1.13.74 → 1.13.76

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/esm/index.js CHANGED
@@ -2754,6 +2754,7 @@ const Tooltip = ({ children, position = 'right-top', width = '240px', trigger, d
2754
2754
  max-width: ${width};
2755
2755
  z-index: 9999; /* Ensure tooltip is above other elements */
2756
2756
  position: absolute; /* Ensure z-index works */
2757
+ word-break: break-word; /* Prevents overflow of long words */
2757
2758
  }
2758
2759
 
2759
2760
  `),
@@ -3214,6 +3215,7 @@ const MenuWrapper$1 = styled.button `
3214
3215
  border-left-color: ${props => (props.$active ? props.$color.Hex : 'transparent')};
3215
3216
  cursor: pointer;
3216
3217
  height: 40px;
3218
+ padding-right: 0px;
3217
3219
 
3218
3220
  &:hover > div {
3219
3221
  color: ${props => props.$color.Hex};