@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 +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
3804
|
+
circular: false,
|
|
3805
3805
|
square: true,
|
|
3806
3806
|
variant: "secondary",
|
|
3807
3807
|
}, customButton, customPortalId, children, }) => {
|