@true-engineering/true-react-common-ui-kit 3.45.0 → 3.45.1
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/README.md +6 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts +1 -1
- package/dist/true-react-common-ui-kit.js +4 -1
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +4 -1
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/components/SearchInput/SearchInput.styles.ts +5 -1
- package/src/components/SearchInput/SearchInput.tsx +6 -1
|
@@ -10525,6 +10525,9 @@
|
|
|
10525
10525
|
width: 20,
|
|
10526
10526
|
zIndex: 2,
|
|
10527
10527
|
color: colors.GREY_ACTIVE
|
|
10528
|
+
},
|
|
10529
|
+
iconClickable: {
|
|
10530
|
+
cursor: "pointer"
|
|
10528
10531
|
}
|
|
10529
10532
|
});
|
|
10530
10533
|
var inputStyles$4 = {
|
|
@@ -10655,7 +10658,7 @@
|
|
|
10655
10658
|
}, trueReactPlatformHelpers.addDataAttributes(data, testId)), {
|
|
10656
10659
|
children: [
|
|
10657
10660
|
/* @__PURE__ */ jsx("div", _object_spread_props$G(_object_spread$N({
|
|
10658
|
-
className: classes.icon
|
|
10661
|
+
className: clsx(classes.icon, _define_property$P({}, classes.iconClickable, trueReactPlatformHelpers.isNotEmpty(onSearchIconClick)))
|
|
10659
10662
|
}, trueReactPlatformHelpers.addClickHandler(onSearchIconClick)), {
|
|
10660
10663
|
children: /* @__PURE__ */ jsx(Icon, {
|
|
10661
10664
|
type: "search"
|