@bwp-web/components 1.0.7 → 1.0.9

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 CHANGED
@@ -677,7 +677,9 @@ function BiampAppPopover({
677
677
  sx: {
678
678
  borderRadius: "16px",
679
679
  backgroundImage: "none",
680
- border: ({ palette }) => `0.6px solid ${palette.divider}`,
680
+ outlineWidth: "0.6px",
681
+ outlineStyle: "solid",
682
+ outlineColor: ({ palette }) => palette.divider,
681
683
  boxShadow: ({ palette }) => `0px 4px 24px 0px ${alpha(palette.common.black, 0.15)};`
682
684
  }
683
685
  }
@@ -2680,7 +2682,10 @@ function BiampGlobalSearch({
2680
2682
  fullWidth: true,
2681
2683
  sx: {
2682
2684
  "& .MuiOutlinedInput-root": { padding: "0px !important" },
2683
- "& .MuiInputBase-input": { paddingLeft: "8px !important" }
2685
+ "& .MuiInputBase-input": { paddingLeft: "8px !important" },
2686
+ "& .MuiOutlinedInput-root:not(:hover):not(.Mui-focused) .MuiOutlinedInput-notchedOutline": {
2687
+ border: "none"
2688
+ }
2684
2689
  },
2685
2690
  slotProps: {
2686
2691
  input: {