@3sc/common-component 0.0.163 → 0.0.165
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.es.js +3 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -38227,7 +38227,8 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38227
38227
|
"& .MuiInputBase-input": {
|
|
38228
38228
|
color: `${e.palette.primary.notifyTextColor} !important`,
|
|
38229
38229
|
fontSize: "1.1rem",
|
|
38230
|
-
height: "2.6rem"
|
|
38230
|
+
height: "2.6rem",
|
|
38231
|
+
padding: "0.3rem 1rem"
|
|
38231
38232
|
},
|
|
38232
38233
|
"& .MuiInputBase-input.Mui-disabled": {
|
|
38233
38234
|
color: `${e.palette.primary.notifyTextColor} !important`,
|
|
@@ -41388,7 +41389,7 @@ const y2 = ({
|
|
|
41388
41389
|
}
|
|
41389
41390
|
}
|
|
41390
41391
|
),
|
|
41391
|
-
t && /* @__PURE__ */ y.jsx(Se, { sx: { "& .MuiInputBase-input": { padding: "0rem 1.2rem" } }, children: /* @__PURE__ */ y.jsx(
|
|
41392
|
+
t && /* @__PURE__ */ y.jsx(Se, { sx: { "& .MuiInputBase-input": { padding: "0rem 1.2rem!important" } }, children: /* @__PURE__ */ y.jsx(
|
|
41392
41393
|
Hf,
|
|
41393
41394
|
{
|
|
41394
41395
|
placeholder: "Manage Columns",
|
|
@@ -46017,9 +46018,6 @@ const J7 = ({ sortKey: e, sortDir: t, column: n }) => /* @__PURE__ */ y.jsx(y.Fr
|
|
|
46017
46018
|
justifyContent: "space-between",
|
|
46018
46019
|
alignItems: "center",
|
|
46019
46020
|
flexGrow: 1,
|
|
46020
|
-
sx: {
|
|
46021
|
-
marginRight: "3rem"
|
|
46022
|
-
},
|
|
46023
46021
|
children: [
|
|
46024
46022
|
/* @__PURE__ */ y.jsxs(
|
|
46025
46023
|
Mt,
|