@3sc/common-component 0.0.154 → 0.0.156

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 CHANGED
@@ -46145,8 +46145,8 @@ const Q7 = G(eS)(({ theme: e }) => ({
46145
46145
  color: `${e.palette.primary.notifyTextColor}`,
46146
46146
  fontSize: "1.1rem",
46147
46147
  padding: "0.6rem 1.2rem",
46148
- minHeight: "4rem",
46149
- height: "4rem",
46148
+ minHeight: "3.8rem",
46149
+ height: "3.8rem",
46150
46150
  boxSizing: "border-box"
46151
46151
  },
46152
46152
  "& .MuiOutlinedInput-notchedOutline": {
@@ -46163,13 +46163,12 @@ const Q7 = G(eS)(({ theme: e }) => ({
46163
46163
  padding: "0!important"
46164
46164
  }
46165
46165
  })), eG = ({
46166
- value: e,
46167
- styles: t,
46168
- error: n,
46169
- errorText: o,
46170
- ...r
46166
+ styles: e,
46167
+ error: t,
46168
+ errorText: n,
46169
+ ...o
46171
46170
  }) => {
46172
- const s = dt();
46171
+ const r = dt();
46173
46172
  return /* @__PURE__ */ y.jsx(Zf, { dateAdapter: m6, children: /* @__PURE__ */ y.jsx(K7, { components: ["MuiDatePicker"], children: /* @__PURE__ */ y.jsx(
46174
46173
  Q7,
46175
46174
  {
@@ -46181,7 +46180,11 @@ const Q7 = G(eS)(({ theme: e }) => ({
46181
46180
  ye,
46182
46181
  {
46183
46182
  component: "img",
46184
- src: ft.Calendar
46183
+ src: ft.Calendar,
46184
+ sx: {
46185
+ opacity: o.readOnly ? 0.6 : 1,
46186
+ pointerEvents: "none"
46187
+ }
46185
46188
  }
46186
46189
  )
46187
46190
  },
@@ -46192,64 +46195,64 @@ const Q7 = G(eS)(({ theme: e }) => ({
46192
46195
  maxHeight: "30rem"
46193
46196
  },
46194
46197
  "& .MuiPaper-root": {
46195
- backgroundColor: s.palette.primary.notifyBackground,
46196
- color: s.palette.primary.notifyActiveText,
46197
- borderRadius: "0.7rem"
46198
+ backgroundColor: r.palette.primary.notifyBackground,
46199
+ color: r.palette.primary.notifyActiveText,
46200
+ borderRadius: "0.8rem"
46198
46201
  },
46199
46202
  "& .MuiPickersCalendarHeader-root": {
46200
- color: s.palette.primary.notifyActiveText,
46203
+ color: r.palette.primary.notifyActiveText,
46201
46204
  "& .MuiPickersCalendarHeader-labelContainer": {
46202
46205
  fontSize: "2rem",
46203
46206
  "& .MuiIconButton-root": {
46204
46207
  fontSize: "2rem",
46205
- color: s.palette.primary.notifyActiveText
46208
+ color: r.palette.primary.notifyActiveText
46206
46209
  }
46207
46210
  },
46208
46211
  "& .MuiPickersArrowSwitcher-root": {
46209
46212
  "& .MuiIconButton-root": {
46210
46213
  fontSize: "2rem",
46211
- color: s.palette.primary.notifyActiveText
46214
+ color: r.palette.primary.notifyActiveText
46212
46215
  }
46213
46216
  }
46214
46217
  },
46215
46218
  "& .MuiDayCalendar-header": {
46216
46219
  "& .MuiTypography-root": {
46217
46220
  fontSize: "1.1rem",
46218
- color: s.palette.primary.notifyActiveText
46221
+ color: r.palette.primary.notifyActiveText
46219
46222
  }
46220
46223
  },
46221
46224
  "& .MuiPickersSlideTransition-root": {
46222
46225
  "& .MuiButtonBase-root": {
46223
46226
  fontSize: "1.1rem",
46224
- color: s.palette.primary.notifyActiveText
46227
+ color: r.palette.primary.notifyActiveText
46225
46228
  }
46226
46229
  },
46227
46230
  "& .MuiPickersFadeTransitionGroup-root": {
46228
46231
  "& .MuiPickersYear-yearButton ": {
46229
46232
  fontSize: "1.1rem",
46230
- color: s.palette.primary.notifyActiveText
46233
+ color: r.palette.primary.notifyActiveText
46231
46234
  }
46232
46235
  },
46233
46236
  "& .MuiPickersDay-root.Mui-selected": {
46234
- backgroundColor: `${s.palette.brandColor.orange}!important`,
46235
- color: s.palette.brandColor.white
46237
+ backgroundColor: `${r.palette.brandColor.orange}!important`,
46238
+ color: r.palette.brandColor.white
46236
46239
  },
46237
46240
  "& .MuiYearCalendar-root .MuiYearCalendar-button.Mui-selected": {
46238
- backgroundColor: `${s.palette.brandColor.orange}!important`,
46239
- color: s.palette.brandColor.white
46241
+ backgroundColor: `${r.palette.brandColor.orange}!important`,
46242
+ color: r.palette.brandColor.white
46240
46243
  },
46241
46244
  "& .MuiMonthCalendar-root .MuiMonthCalendar-button.Mui-selected": {
46242
- backgroundColor: `${s.palette.brandColor.orange}!important`,
46243
- color: s.palette.brandColor.white
46245
+ backgroundColor: `${r.palette.brandColor.orange}!important`,
46246
+ color: r.palette.brandColor.white
46244
46247
  },
46245
46248
  "& .MuiPickersDay-root": {
46246
- color: s.palette.primary.notifyActiveText,
46249
+ color: r.palette.primary.notifyActiveText,
46247
46250
  "& .Mui-selected": {
46248
- backgroundColor: s.palette.brandColor.orange
46251
+ backgroundColor: r.palette.brandColor.orange
46249
46252
  }
46250
46253
  },
46251
46254
  "& .Mui-selected": {
46252
- color: s.palette.primary.notifyActiveText
46255
+ color: r.palette.primary.notifyActiveText
46253
46256
  },
46254
46257
  "& .MuiYearCalendar-button": {
46255
46258
  fontSize: "1.1rem"
@@ -46260,20 +46263,13 @@ const Q7 = G(eS)(({ theme: e }) => ({
46260
46263
  }
46261
46264
  },
46262
46265
  textField: {
46263
- error: n,
46264
- helperText: n ? o : null,
46265
- InputProps: { readOnly: !0 },
46266
+ error: t,
46267
+ helperText: t ? n : null,
46266
46268
  sx: {
46267
- "&.Mui-disabled *": {
46268
- color: `${s.palette.primary.notifyTextColor}!important`,
46269
- opacity: 0.8
46270
- },
46271
- "& input": {
46272
- cursor: "pointer"
46273
- },
46269
+ opacity: o.readOnly ? 0.6 : 1,
46274
46270
  "& .MuiFormHelperText-root": {
46275
46271
  fontSize: "1rem",
46276
- color: s.palette.brandColor.red,
46272
+ color: r.palette.brandColor.red,
46277
46273
  marginX: 0
46278
46274
  },
46279
46275
  "& .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline": {}
@@ -46282,11 +46278,11 @@ const Q7 = G(eS)(({ theme: e }) => ({
46282
46278
  },
46283
46279
  sx: {
46284
46280
  "& .MuiPickersOutlinedInput-root": {
46285
- border: `0.1rem solid ${n ? s.palette.brandColor.red : s.palette.primary.notifyBorderColor}`
46281
+ border: `0.1rem solid ${t ? r.palette.brandColor.red : r.palette.primary.notifyBorderColor}`
46286
46282
  },
46287
- ...t
46283
+ ...e
46288
46284
  },
46289
- ...r
46285
+ ...o
46290
46286
  }
46291
46287
  ) }) });
46292
46288
  }, EG = (e) => /* @__PURE__ */ y.jsx(po, { children: /* @__PURE__ */ y.jsx(