diff --git a/package.json b/package.json
index 7bfed35044b..66c2c8e70eb 100644
--- a/package.json
+++ b/package.json
@@ -62,10 +62,10 @@
"test-staged"
],
"dependencies": {
+ "@hello-pangea/dnd": "^16.2.0",
"@types/chroma-js": "^2.0.0",
"@types/lodash": "^4.14.194",
"@types/numeral": "^0.0.28",
- "@types/react-beautiful-dnd": "^13.1.2",
"@types/react-input-autosize": "^2.2.1",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
@@ -78,7 +78,6 @@
"mdast-util-to-hast": "^10.0.0",
"numeral": "^2.0.6",
"prop-types": "^15.6.0",
- "react-beautiful-dnd": "^13.1.0",
"react-dropzone": "^11.5.3",
"react-element-to-jsx-string": "^14.3.4",
"react-focus-on": "^3.7.0",
diff --git a/src-docs/src/views/drag_and_drop/drag_and_drop_example.js b/src-docs/src/views/drag_and_drop/drag_and_drop_example.js
index 0a74ac9c829..96b5d177fdb 100644
--- a/src-docs/src/views/drag_and_drop/drag_and_drop_example.js
+++ b/src-docs/src/views/drag_and_drop/drag_and_drop_example.js
@@ -42,10 +42,14 @@ export const DragAndDropExample = {
An extension of{' '}
+
@@ -72,14 +76,15 @@ export const DragAndDropExample = {
Drag and drop interfaces are not well-adapted to many cases, and may
be less suitable than other form types for data operations. For
instance, drag and drop interaction relies heavily on spatial
- orientation that may not be entirelty valid to all users (e.g., screen
+ orientation that may not be entirely valid to all users (e.g., screen
readers as the sole source of information). Similarly, users
navigating by keyboard may not be afforded nuanced, dual-axis drag
item manipulation.
- {`EUI (largely due to the great work already in react-beautiful-dnd) has and will continue to ensure accessibility where possible. - With that in mind, keep your users' working context in mind.`} + EUI (largely due to the great work already in @hello-pangea/dnd) has + and will continue to ensure accessibility where possible. With that in + mind, keep your users' working context in mind.
diff --git a/src/components/datagrid/controls/__snapshots__/column_selector.test.tsx.snap b/src/components/datagrid/controls/__snapshots__/column_selector.test.tsx.snap index 8c3224d0e99..fccc15c0338 100644 --- a/src/components/datagrid/controls/__snapshots__/column_selector.test.tsx.snap +++ b/src/components/datagrid/controls/__snapshots__/column_selector.test.tsx.snap @@ -82,14 +82,14 @@ exports[`useDataGridColumnSelector columnSelector renders a toolbar button/popov >