@true-engineering/true-react-common-ui-kit 4.0.0-alpha69 → 4.0.0-alpha70
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.
|
@@ -11864,10 +11864,8 @@ const NewMoreMenu = ({
|
|
|
11864
11864
|
items,
|
|
11865
11865
|
isDisabled = false,
|
|
11866
11866
|
hasDefaultStateBackground = true,
|
|
11867
|
-
data,
|
|
11868
11867
|
renderTrigger,
|
|
11869
11868
|
listSize,
|
|
11870
|
-
testId,
|
|
11871
11869
|
tweakStyles,
|
|
11872
11870
|
...rest
|
|
11873
11871
|
}) => {
|
|
@@ -11891,7 +11889,7 @@ const NewMoreMenu = ({
|
|
|
11891
11889
|
[classes.active]: triggerProps.isActive
|
|
11892
11890
|
}),
|
|
11893
11891
|
disabled: triggerProps.isDisabled,
|
|
11894
|
-
...addDataAttributes$1(data, testId),
|
|
11892
|
+
...addDataAttributes$1(triggerProps.data, triggerProps.testId),
|
|
11895
11893
|
...referenceProps,
|
|
11896
11894
|
children: /* @__PURE__ */ jsx("div", { className: classes.icon, children: /* @__PURE__ */ jsx(Icon, { type: "menu" }) })
|
|
11897
11895
|
}
|