@trackunit/react-components 0.1.378 → 0.1.379

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/index.cjs.js CHANGED
@@ -3832,7 +3832,7 @@ const MoreMenu = ({ className, dataTestId, popoverProps, iconProps = {
3832
3832
  size: "medium",
3833
3833
  }, iconButtonProps = {
3834
3834
  size: "small",
3835
- circular: true,
3835
+ circular: false,
3836
3836
  square: true,
3837
3837
  variant: "secondary",
3838
3838
  }, customButton, customPortalId, children, }) => {
package/index.esm.js CHANGED
@@ -3801,7 +3801,7 @@ const MoreMenu = ({ className, dataTestId, popoverProps, iconProps = {
3801
3801
  size: "medium",
3802
3802
  }, iconButtonProps = {
3803
3803
  size: "small",
3804
- circular: true,
3804
+ circular: false,
3805
3805
  square: true,
3806
3806
  variant: "secondary",
3807
3807
  }, customButton, customPortalId, children, }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.378",
3
+ "version": "0.1.379",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {