bianic-ui 1.5.1-beta.6 → 1.5.1-beta.7

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/cjs/index.js CHANGED
@@ -1584,7 +1584,7 @@ function MenuContainer(_a) {
1584
1584
  var radiusClass = "rounded-b-radius-sm ".concat(!isTopFlat && 'rounded-t-radius-sm');
1585
1585
  return (open && (React.createElement(React.Fragment, null,
1586
1586
  React.createElement("div", { className: "fixed left-0 top-0 z-0 h-screen w-screen", onClick: function () { return onClose(); } }),
1587
- React.createElement("div", { className: "w-fit shadow-[0px_3px_20px_0px_rgba(0,0,0,0.20)] ".concat(radiusClass, " ").concat(className) }, React.Children.map(children, function (child) {
1587
+ React.createElement("div", { className: "w-fit shadow-[0px_3px_20px_0px_rgba(0,0,0,0.20)] bg-bia-white ".concat(radiusClass, " ").concat(className) }, React.Children.map(children, function (child) {
1588
1588
  return React.isValidElement(child)
1589
1589
  ? // Kirimkan handleItemClick sebagai props onClick ke setiap MenuItem
1590
1590
  React.cloneElement(child, { onClose: function () { return onClose(); } })