hplx-react-elements-dev 1.0.89 → 1.0.90
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { DropdownItemsProps } from "../types";
|
|
3
|
-
declare const DropdownItems: ({ className, label, value, disabled, start_icon, active, end_icon, onSelect, ddRef, setChangeLeft }: DropdownItemsProps) => JSX.Element;
|
|
3
|
+
declare const DropdownItems: ({ className, label, value, disabled, start_icon, active, end_icon, onSelect, ddRef, setChangeLeft, }: DropdownItemsProps) => JSX.Element;
|
|
4
4
|
export default DropdownItems;
|
package/dist/esm/index.js
CHANGED
|
@@ -2145,7 +2145,7 @@ var DropdownItems = function DropdownItems(_a) {
|
|
|
2145
2145
|
onMouseEnter: onMouseEnterHandler,
|
|
2146
2146
|
onMouseLeave: onMouseLeaveHandler,
|
|
2147
2147
|
style: {
|
|
2148
|
-
maxWidth:
|
|
2148
|
+
maxWidth: "93.5vw"
|
|
2149
2149
|
},
|
|
2150
2150
|
ref: ddRef
|
|
2151
2151
|
}, {
|
|
@@ -2158,10 +2158,10 @@ var DropdownItems = function DropdownItems(_a) {
|
|
|
2158
2158
|
})), jsxRuntime.exports.jsx(Typography, __assign({
|
|
2159
2159
|
variant: hover && !disabled ? "Medium" : "Regular",
|
|
2160
2160
|
type: "Text md",
|
|
2161
|
-
className: "hplxt-
|
|
2161
|
+
className: "hplxt-truncate"
|
|
2162
2162
|
}, {
|
|
2163
2163
|
children: jsxRuntime.exports.jsx("div", __assign({
|
|
2164
|
-
className: "hplxt-flex-1
|
|
2164
|
+
className: "hplxt-flex-1 ".concat(disabled ? "hplxt-text-Gray-200" : "hplxt-text-Gray-700", " ").concat(className),
|
|
2165
2165
|
title: checkOverFlow() ? label : undefined,
|
|
2166
2166
|
ref: ref
|
|
2167
2167
|
}, {
|