@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
@@ -4245,6 +4245,7 @@ declare module '@elastic/eui/src/components/focus_trap/focus_trap' {
4245
4245
  returnFocus: boolean;
4246
4246
  noIsolation: boolean;
4247
4247
  scrollLock: boolean;
4248
+ crossFrame: boolean;
4248
4249
  gapMode: string;
4249
4250
  };
4250
4251
  state: State;
@@ -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 = {
@@ -138,5 +138,6 @@ _defineProperty(EuiFocusTrap, "defaultProps", {
138
138
  returnFocus: true,
139
139
  noIsolation: true,
140
140
  scrollLock: false,
141
+ crossFrame: false,
141
142
  gapMode: 'padding' // EUI defaults to padding because Kibana's body/layout CSS ignores `margin`
142
143
  });
@@ -147,5 +147,6 @@ exports.EuiFocusTrap = EuiFocusTrap;
147
147
  returnFocus: true,
148
148
  noIsolation: true,
149
149
  scrollLock: false,
150
+ crossFrame: false,
150
151
  gapMode: 'padding' // EUI defaults to padding because Kibana's body/layout CSS ignores `margin`
151
152
  });
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.7.0",
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",