@festo-ui/react 11.0.0-dev.951 → 11.0.0-dev.952

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.
@@ -71,13 +71,13 @@ const SearchInput = /*#__PURE__*/ forwardRef(({ defaultValue, disabled, label, v
71
71
  hasChildren && /*#__PURE__*/ jsx(ComboboxOptions, {
72
72
  className: "fwe-search-suggestions",
73
73
  as: "div",
74
- portal: false,
75
74
  anchor: {
76
75
  to: 'bottom start',
77
76
  gap: 4
78
77
  },
79
78
  style: {
80
- minWidth: 'var(--input-width)'
79
+ minWidth: 'var(--input-width)',
80
+ zIndex: 1040
81
81
  },
82
82
  children: children
83
83
  })
@@ -119,9 +119,9 @@ function ComboBoxComponent({ defaultValue = '', value: controlled, label, option
119
119
  /*#__PURE__*/ jsxs(ComboboxOptions, {
120
120
  className: "fwe-options-container",
121
121
  as: "ul",
122
- portal: false,
123
122
  style: {
124
- minWidth: 'var(--input-width)'
123
+ minWidth: 'var(--input-width)',
124
+ zIndex: 1040
125
125
  },
126
126
  anchor: {
127
127
  to: 'bottom start',
@@ -122,9 +122,9 @@ function MultiSelectComponent({ defaultValue = [], value: controlled, label, opt
122
122
  /*#__PURE__*/ jsx(ListboxOptions, {
123
123
  className: "fwe-options-container fwe-options-container--multi-select",
124
124
  as: "ul",
125
- portal: false,
126
125
  style: {
127
- minWidth: 'var(--button-width)'
126
+ minWidth: 'var(--button-width)',
127
+ zIndex: 1040
128
128
  },
129
129
  anchor: {
130
130
  to: 'bottom start',
@@ -49,9 +49,9 @@ function SelectComponent({ defaultValue = '', value: controlled, label, options
49
49
  /*#__PURE__*/ jsx(ListboxOptions, {
50
50
  className: "fwe-options-container",
51
51
  as: "ul",
52
- portal: false,
53
52
  style: {
54
- minWidth: 'var(--button-width)'
53
+ minWidth: 'var(--button-width)',
54
+ zIndex: 1040
55
55
  },
56
56
  anchor: {
57
57
  to: 'bottom start',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react",
3
- "version": "11.0.0-dev.951",
3
+ "version": "11.0.0-dev.952",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",