@shohojdhara/atomix 0.4.2 → 0.4.4

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/heavy.js CHANGED
@@ -1615,17 +1615,9 @@ function useAtomixGlass({glassRef: glassRef, contentRef: contentRef, wrapperRef:
1615
1615
  }) ]
1616
1616
  }), withBorder && jsxs(Fragment, {
1617
1617
  children: [ jsx("span", {
1618
- className: ATOMIX_GLASS.BORDER_1_CLASS,
1619
- style: {
1620
- width: glassSize.width,
1621
- height: glassSize.height
1622
- }
1618
+ className: ATOMIX_GLASS.BORDER_1_CLASS
1623
1619
  }), jsx("span", {
1624
- className: ATOMIX_GLASS.BORDER_2_CLASS,
1625
- style: {
1626
- width: glassSize.width,
1627
- height: glassSize.height
1628
- }
1620
+ className: ATOMIX_GLASS.BORDER_2_CLASS
1629
1621
  }) ]
1630
1622
  }) ]
1631
1623
  });
@@ -3500,6 +3492,7 @@ const Button = React.memo( forwardRef((({label: label, children: children, onCl
3500
3492
  ref: ref,
3501
3493
  // LinkComponent usually forwards ref to anchor
3502
3494
  href: href,
3495
+ to: href,
3503
3496
  target: target,
3504
3497
  rel: "_blank" === target ? "noopener noreferrer" : void 0
3505
3498
  };