@undefine-ui/design-system 3.8.3 → 3.8.5

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.cjs CHANGED
@@ -11616,6 +11616,7 @@ var MuiAutocomplete = {
11616
11616
  // Space for clear/popup icons
11617
11617
  // Size small
11618
11618
  ...ownerState.size === "small" && {
11619
+ height: "auto",
11619
11620
  minHeight: 36,
11620
11621
  [`& .${import_Autocomplete5.autocompleteClasses.tag}.${import_Chip2.chipClasses.root}`]: {
11621
11622
  height: 22,
@@ -11624,6 +11625,7 @@ var MuiAutocomplete = {
11624
11625
  },
11625
11626
  // Size large
11626
11627
  ...ownerState.size === "large" && {
11628
+ height: "auto",
11627
11629
  minHeight: 48,
11628
11630
  paddingTop: theme.spacing(1),
11629
11631
  paddingBottom: theme.spacing(1),
@@ -11762,7 +11764,6 @@ var import_IconButton8 = __toESM(require("@mui/material/IconButton"), 1);
11762
11764
  var import_Typography16 = __toESM(require("@mui/material/Typography"), 1);
11763
11765
  var import_Button5 = require("@mui/material/Button");
11764
11766
  var import_styles36 = require("@mui/material/styles");
11765
- var import_DialogActions = require("@mui/material/DialogActions");
11766
11767
  var import_jsx_runtime109 = require("react/jsx-runtime");
11767
11768
  var CustomCalendarHeaderRoot = (0, import_styles36.styled)("div")(({ theme }) => ({
11768
11769
  display: "flex",
@@ -11851,26 +11852,23 @@ var MuiTimePicker2 = { defaultProps: timePickerDefaults };
11851
11852
  var MuiMobileTimePicker = { defaultProps: timePickerDefaults };
11852
11853
  var MuiStaticTimePicker = { defaultProps: timePickerDefaults };
11853
11854
  var MuiDesktopTimePicker = { defaultProps: timePickerDefaults };
11854
- var MuiPickerLayout = {
11855
+ var MuiPickersLayout = {
11855
11856
  /** **************************************
11856
11857
  * STYLE
11857
11858
  *************************************** */
11858
11859
  styleOverrides: {
11859
- root: ({ theme }) => ({
11860
- [`& .${import_DialogActions.dialogActionsClasses.root}`]: {
11861
- [`& .${import_Button5.buttonClasses.root}`]: {
11862
- [`&:first-of-type`]: {
11863
- color: theme.vars.palette.text.header,
11864
- backgroundColor: "transparent",
11865
- border: "1px solid",
11866
- borderColor: theme.vars.palette.border.default,
11867
- "&:hover": {
11868
- backgroundColor: theme.vars.palette.action.hover
11869
- }
11870
- },
11871
- [`&:last-of-type`]: {
11872
- color: theme.vars.palette.common.white,
11873
- backgroundColor: theme.vars.palette.primary.main
11860
+ actionBar: ({ theme }) => ({
11861
+ [`& .${import_Button5.buttonClasses.root}`]: {
11862
+ // First button (Cancel): variant="secondary" color="neutral"
11863
+ [`&:first-of-type`]: {
11864
+ color: theme.vars.palette.neutral[950],
11865
+ backgroundColor: "transparent",
11866
+ border: `1px solid ${theme.vars.palette.neutral[200]}`,
11867
+ boxShadow: "none",
11868
+ "&:hover": {
11869
+ backgroundColor: theme.vars.palette.neutral[200],
11870
+ borderWidth: "2px",
11871
+ boxShadow: "none"
11874
11872
  }
11875
11873
  }
11876
11874
  }
@@ -12013,7 +12011,7 @@ var MuiDayCalendar = {
12013
12011
  };
12014
12012
  var datePicker = {
12015
12013
  MuiPickerPopper,
12016
- MuiPickerLayout,
12014
+ MuiPickersLayout,
12017
12015
  // Calendar
12018
12016
  MuiDateCalendar,
12019
12017
  MuiPickersDay,