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

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(); } })
package/dist/esm/index.js CHANGED
@@ -1582,7 +1582,7 @@ function MenuContainer(_a) {
1582
1582
  var radiusClass = "rounded-b-radius-sm ".concat(!isTopFlat && 'rounded-t-radius-sm');
1583
1583
  return (open && (React.createElement(React.Fragment, null,
1584
1584
  React.createElement("div", { className: "fixed left-0 top-0 z-0 h-screen w-screen", onClick: function () { return onClose(); } }),
1585
- React.createElement("div", { className: "w-fit shadow-[0px_3px_20px_0px_rgba(0,0,0,0.20)] ".concat(radiusClass, " ").concat(className) }, Children.map(children, function (child) {
1585
+ 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) {
1586
1586
  return React.isValidElement(child)
1587
1587
  ? // Kirimkan handleItemClick sebagai props onClick ke setiap MenuItem
1588
1588
  cloneElement(child, { onClose: function () { return onClose(); } })
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.5.1-beta.6",
6
+ "version": "1.5.1-beta.8",
7
7
  "description": "Design Language System develop by BIAENERGI",
8
8
  "scripts": {
9
9
  "rollup": "rollup -c",