@elastic/eui 83.1.0 → 83.1.1-rc1.0
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.
|
@@ -145,6 +145,7 @@ _defineProperty(EuiFocusTrap, "defaultProps", {
|
|
|
145
145
|
returnFocus: true,
|
|
146
146
|
noIsolation: true,
|
|
147
147
|
scrollLock: false,
|
|
148
|
+
crossFrame: false,
|
|
148
149
|
gapMode: 'padding' // EUI defaults to padding because Kibana's body/layout CSS ignores `margin`
|
|
149
150
|
});
|
|
150
151
|
EuiFocusTrap.propTypes = {
|
package/eui.d.ts
CHANGED
|
@@ -153,6 +153,7 @@ _defineProperty(EuiFocusTrap, "defaultProps", {
|
|
|
153
153
|
returnFocus: true,
|
|
154
154
|
noIsolation: true,
|
|
155
155
|
scrollLock: false,
|
|
156
|
+
crossFrame: false,
|
|
156
157
|
gapMode: 'padding' // EUI defaults to padding because Kibana's body/layout CSS ignores `margin`
|
|
157
158
|
});
|
|
158
159
|
EuiFocusTrap.propTypes = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elastic/eui",
|
|
3
3
|
"description": "Elastic UI Component Library",
|
|
4
|
-
"version": "83.1.0",
|
|
4
|
+
"version": "83.1.1-rc1.0",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "lib",
|
|
7
7
|
"module": "es",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"react-beautiful-dnd": "^13.1.0",
|
|
82
82
|
"react-dropzone": "^11.5.3",
|
|
83
83
|
"react-element-to-jsx-string": "^14.3.4",
|
|
84
|
-
"react-focus-on": "^3.
|
|
84
|
+
"react-focus-on": "^3.9.0",
|
|
85
85
|
"react-input-autosize": "^3.0.0",
|
|
86
86
|
"react-is": "^17.0.2",
|
|
87
87
|
"react-remove-scroll-bar": "^2.3.4",
|