@true-engineering/true-react-common-ui-kit 3.0.1 → 3.0.3
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/true-react-common-ui-kit.js +5 -4
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +4 -3
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/components/Button/Button.styles.ts +0 -1
- package/src/components/List/List.tsx +7 -2
|
@@ -8074,7 +8074,9 @@
|
|
|
8074
8074
|
className: classes.root
|
|
8075
8075
|
}, trueReactPlatformHelpers.addDataTestId(testId), addDataAttributes(data)), {
|
|
8076
8076
|
children: items.map(function(item, i) {
|
|
8077
|
-
return /* @__PURE__ */ jsx(ListItem, _object_spread_props$E(_object_spread$N({
|
|
8077
|
+
return /* @__PURE__ */ jsx(ListItem, _object_spread_props$E(_object_spread$N({
|
|
8078
|
+
testId: trueReactPlatformHelpers.getTestId(testId, "item-".concat(i))
|
|
8079
|
+
}, item), {
|
|
8078
8080
|
onClick: function(event) {
|
|
8079
8081
|
return handleItemClick(event, item);
|
|
8080
8082
|
}
|
|
@@ -8695,8 +8697,7 @@
|
|
|
8695
8697
|
icon: {
|
|
8696
8698
|
width: 20,
|
|
8697
8699
|
height: 20,
|
|
8698
|
-
flexShrink: 0
|
|
8699
|
-
transition: "color 0.25s ease-in-out"
|
|
8700
|
+
flexShrink: 0
|
|
8700
8701
|
},
|
|
8701
8702
|
iconFromLeft: {
|
|
8702
8703
|
flexDirection: "row",
|