@esic-lab/data-core-ui 0.0.11 → 0.0.12
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -184,7 +184,7 @@ function Switch({ label, checked, onChange }) {
|
|
|
184
184
|
// src/NavBar/MenuNavBar/MenuNavBar.tsx
|
|
185
185
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
186
186
|
function MenuNavBar({ menus, onClick }) {
|
|
187
|
-
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "w-full h-full p-[10px]", children: menus?.map((menu, index) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: `p-[10px] ${index !== 0 ? "mt-[10px]" : ""}`, children: [
|
|
187
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "w-full h-full p-[10px] bg-white", children: menus?.map((menu, index) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: `p-[10px] ${index !== 0 ? "mt-[10px]" : ""}`, children: [
|
|
188
188
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("p", { className: "p-[10px] w-[202px] h-[47px] subtitle-1", children: menu.title }),
|
|
189
189
|
menu?.subMenus.map((subMenu) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
190
190
|
"div",
|
package/dist/index.mjs
CHANGED
|
@@ -148,7 +148,7 @@ function Switch({ label, checked, onChange }) {
|
|
|
148
148
|
// src/NavBar/MenuNavBar/MenuNavBar.tsx
|
|
149
149
|
import { jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
150
150
|
function MenuNavBar({ menus, onClick }) {
|
|
151
|
-
return /* @__PURE__ */ jsx10("div", { className: "w-full h-full p-[10px]", children: menus?.map((menu, index) => /* @__PURE__ */ jsxs7("div", { className: `p-[10px] ${index !== 0 ? "mt-[10px]" : ""}`, children: [
|
|
151
|
+
return /* @__PURE__ */ jsx10("div", { className: "w-full h-full p-[10px] bg-white", children: menus?.map((menu, index) => /* @__PURE__ */ jsxs7("div", { className: `p-[10px] ${index !== 0 ? "mt-[10px]" : ""}`, children: [
|
|
152
152
|
/* @__PURE__ */ jsx10("p", { className: "p-[10px] w-[202px] h-[47px] subtitle-1", children: menu.title }),
|
|
153
153
|
menu?.subMenus.map((subMenu) => /* @__PURE__ */ jsxs7(
|
|
154
154
|
"div",
|