bianic-ui 1.7.2-alpha → 1.7.2

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
@@ -1691,7 +1691,7 @@ function MenuContainer(_a) {
1691
1691
  var _b = _a.isTopFlat, isTopFlat = _b === void 0 ? false : _b, children = _a.children, open = _a.open, _c = _a.onClose, onClose = _c === void 0 ? function () { } : _c, _d = _a.className, className = _d === void 0 ? '' : _d;
1692
1692
  var radiusClass = "rounded-b-radius-sm ".concat(!isTopFlat && 'rounded-t-radius-sm');
1693
1693
  return (open && (React.createElement(React.Fragment, null,
1694
- React.createElement("div", { className: "fixed left-0 top-0 z-0 h-screen w-screen bg-bia-red", onClick: function () { return onClose(); } }),
1694
+ React.createElement("div", { className: "fixed left-0 top-0 z-0 h-screen w-screen", onClick: function () { return onClose(); } }),
1695
1695
  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) {
1696
1696
  return React.isValidElement(child)
1697
1697
  ? // Kirimkan handleItemClick sebagai props onClick ke setiap MenuItem
package/dist/esm/index.js CHANGED
@@ -1689,7 +1689,7 @@ function MenuContainer(_a) {
1689
1689
  var _b = _a.isTopFlat, isTopFlat = _b === void 0 ? false : _b, children = _a.children, open = _a.open, _c = _a.onClose, onClose = _c === void 0 ? function () { } : _c, _d = _a.className, className = _d === void 0 ? '' : _d;
1690
1690
  var radiusClass = "rounded-b-radius-sm ".concat(!isTopFlat && 'rounded-t-radius-sm');
1691
1691
  return (open && (React.createElement(React.Fragment, null,
1692
- React.createElement("div", { className: "fixed left-0 top-0 z-0 h-screen w-screen bg-bia-red", onClick: function () { return onClose(); } }),
1692
+ React.createElement("div", { className: "fixed left-0 top-0 z-0 h-screen w-screen", onClick: function () { return onClose(); } }),
1693
1693
  React.createElement("div", { className: "w-fit shadow-[0px_3px_20px_0px_rgba(0,0,0,0.20)] bg-bia-white ".concat(radiusClass, " ").concat(className) }, Children.map(children, function (child) {
1694
1694
  return React.isValidElement(child)
1695
1695
  ? // Kirimkan handleItemClick sebagai props onClick ke setiap MenuItem
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "@biaenergi:registry": "https://gitlab.com/api/v4/projects/50905269/packages/npm/"
5
5
  },
6
- "version": "1.7.2-alpha",
6
+ "version": "1.7.2",
7
7
  "description": "Design Language System develop by BIAENERGI",
8
8
  "scripts": {
9
9
  "rollup": "rollup -c",