@lanaco/lnc-react-ui 3.11.25 → 3.11.26
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/lib/index.esm.js +2 -1
- package/lib/index.js +2 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -71057,7 +71057,7 @@ var PopoverClose = /*#__PURE__*/React.forwardRef(function PopoverClose(_ref7, re
|
|
|
71057
71057
|
}), children);
|
|
71058
71058
|
});
|
|
71059
71059
|
|
|
71060
|
-
var _excluded$M = ["control", "offsetValue", "placement", "widthFitContent", "closeOnItemSelect", "zIndex", "onFocus", "onBlur", "onClick", "onKeyDown", "onMouseEnter", "onMouseLeave", "onItemSelected", "animation", "className", "color", "size", "popoverProps", "children"];
|
|
71060
|
+
var _excluded$M = ["control", "offsetValue", "placement", "widthFitContent", "closeOnItemSelect", "zIndex", "onFocus", "onBlur", "onClick", "onKeyDown", "onMouseEnter", "onMouseLeave", "onItemSelected", "animation", "className", "contentClassName", "color", "size", "popoverProps", "children"];
|
|
71061
71061
|
var _templateObject$J, _templateObject2$f;
|
|
71062
71062
|
var StyledDropDown = newStyled.div(_templateObject$J || (_templateObject$J = _taggedTemplateLiteral([""])));
|
|
71063
71063
|
var StyledContent = newStyled(motion.div)(_templateObject2$f || (_templateObject2$f = _taggedTemplateLiteral(["\n gap: 0.25rem;\n display: flex;\n flex-direction: column;\n ", ";\n background-color: ", ";\n"])), function (props) {
|
|
@@ -71081,6 +71081,7 @@ var DropdownMenu = /*#__PURE__*/React__default.forwardRef(function (props, ref)
|
|
|
71081
71081
|
onItemSelected = props.onItemSelected,
|
|
71082
71082
|
animation = props.animation,
|
|
71083
71083
|
className = props.className,
|
|
71084
|
+
contentClassName = props.contentClassName,
|
|
71084
71085
|
color = props.color,
|
|
71085
71086
|
size = props.size;
|
|
71086
71087
|
props.popoverProps;
|
package/lib/index.js
CHANGED
|
@@ -71106,7 +71106,7 @@ var PopoverClose = /*#__PURE__*/React__namespace.forwardRef(function PopoverClos
|
|
|
71106
71106
|
}), children);
|
|
71107
71107
|
});
|
|
71108
71108
|
|
|
71109
|
-
var _excluded$M = ["control", "offsetValue", "placement", "widthFitContent", "closeOnItemSelect", "zIndex", "onFocus", "onBlur", "onClick", "onKeyDown", "onMouseEnter", "onMouseLeave", "onItemSelected", "animation", "className", "color", "size", "popoverProps", "children"];
|
|
71109
|
+
var _excluded$M = ["control", "offsetValue", "placement", "widthFitContent", "closeOnItemSelect", "zIndex", "onFocus", "onBlur", "onClick", "onKeyDown", "onMouseEnter", "onMouseLeave", "onItemSelected", "animation", "className", "contentClassName", "color", "size", "popoverProps", "children"];
|
|
71110
71110
|
var _templateObject$J, _templateObject2$f;
|
|
71111
71111
|
var StyledDropDown = newStyled.div(_templateObject$J || (_templateObject$J = _taggedTemplateLiteral__default["default"]([""])));
|
|
71112
71112
|
var StyledContent = newStyled(motion.div)(_templateObject2$f || (_templateObject2$f = _taggedTemplateLiteral__default["default"](["\n gap: 0.25rem;\n display: flex;\n flex-direction: column;\n ", ";\n background-color: ", ";\n"])), function (props) {
|
|
@@ -71130,6 +71130,7 @@ var DropdownMenu = /*#__PURE__*/React__default["default"].forwardRef(function (p
|
|
|
71130
71130
|
onItemSelected = props.onItemSelected,
|
|
71131
71131
|
animation = props.animation,
|
|
71132
71132
|
className = props.className,
|
|
71133
|
+
contentClassName = props.contentClassName,
|
|
71133
71134
|
color = props.color,
|
|
71134
71135
|
size = props.size;
|
|
71135
71136
|
props.popoverProps;
|