@natoora-libs/core 0.1.13-mui-upgrade-3 → 0.1.14-dev1

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.
@@ -1061,7 +1061,7 @@ var BoxButton = (props) => {
1061
1061
  children: [
1062
1062
  /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_material8.Typography, { variant: "button", children: label }),
1063
1063
  /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
1064
- import_material8.Grid2,
1064
+ import_material8.Grid,
1065
1065
  {
1066
1066
  container: true,
1067
1067
  direction: "row",
@@ -1070,8 +1070,8 @@ var BoxButton = (props) => {
1070
1070
  alignItems: "center"
1071
1071
  },
1072
1072
  children: [
1073
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_material8.Grid2, { size: 9, children: main }),
1074
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_material8.Grid2, { className: classes.c_box_button__extra, size: 3, children: extra })
1073
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_material8.Grid, { size: 9, children: main }),
1074
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_material8.Grid, { className: classes.c_box_button__extra, size: 3, children: extra })
1075
1075
  ]
1076
1076
  }
1077
1077
  )
@@ -6750,7 +6750,7 @@ var LSwitch = ({
6750
6750
  classes,
6751
6751
  disabled
6752
6752
  }) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("div", { className: classes.c_switch, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
6753
- import_material57.Grid2,
6753
+ import_material57.Grid,
6754
6754
  {
6755
6755
  component: "label",
6756
6756
  container: true,
@@ -6759,8 +6759,8 @@ var LSwitch = ({
6759
6759
  alignItems: "center"
6760
6760
  },
6761
6761
  children: [
6762
- labelOff && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_material57.Grid2, { children: labelOff }),
6763
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_material57.Grid2, { children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6762
+ labelOff && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_material57.Grid, { children: labelOff }),
6763
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_material57.Grid, { children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6764
6764
  import_material57.Switch,
6765
6765
  {
6766
6766
  checked,
@@ -6769,7 +6769,7 @@ var LSwitch = ({
6769
6769
  disabled
6770
6770
  }
6771
6771
  ) }),
6772
- labelOn && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_material57.Grid2, { children: labelOn })
6772
+ labelOn && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_material57.Grid, { children: labelOn })
6773
6773
  ]
6774
6774
  }
6775
6775
  ) });