@ultraviolet/ui 1.47.0 → 1.47.1

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.
@@ -27,7 +27,7 @@ const StyledPopup = /*#__PURE__*/_styled(Popup, {
27
27
  }) => `${theme.space['0.25']} 0`, ";");
28
28
  const MenuList = /*#__PURE__*/_styled(Stack, {
29
29
  target: "e1jn11gg0"
30
- })("max-height:480px;overflow-y:auto;overflow-x:hidden;&:after,&:before{border:solid transparent;border-width:9px;content:' ';height:0;width:0;position:absolute;pointer-events:none;}&:after{border-color:transparent;}&:before{border-color:transparent;}background-color:", ({
30
+ })("overflow-y:auto;overflow-x:hidden;&:after,&:before{border:solid transparent;border-width:9px;content:' ';height:0;width:0;position:absolute;pointer-events:none;}&:after{border-color:transparent;}&:before{border-color:transparent;}background-color:", ({
31
31
  theme
32
32
  }) => theme.colors.neutral.backgroundWeakElevated, ";color:", ({
33
33
  theme
@@ -86,7 +86,7 @@ const FwdMenu = /*#__PURE__*/forwardRef(({
86
86
  ref: popupRef,
87
87
  onClose: () => setIsVisible(false),
88
88
  tabIndex: -1,
89
- maxHeight: maxHeight,
89
+ maxHeight: maxHeight ?? '480px',
90
90
  maxWidth: maxWidth,
91
91
  size: size,
92
92
  text: jsx(MenuList, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "1.47.0",
3
+ "version": "1.47.1",
4
4
  "description": "Ultraviolet UI",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {