@atlaskit/pragmatic-drag-and-drop-react-accessibility 0.4.0 → 0.4.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.
package/CHANGELOG.md
CHANGED
|
@@ -28,4 +28,4 @@ A small variant is available through the `/drag-handle-dropdown-menu-small` entr
|
|
|
28
28
|
It is intended for experiences with very limited space to accomodate a drag handle.
|
|
29
29
|
It is not recommended for general use due to the small target size.
|
|
30
30
|
|
|
31
|
-
<Example Component={
|
|
31
|
+
<Example Component={DragHandleDropdownMenuSmallExample} />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Optional react components to help implement accessible alternative flows for Pragmatic drag and drop",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"@atlaskit/dropdown-menu": "^12.1.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^2.2.3",
|
|
47
47
|
"@atlaskit/focus-ring": "^1.3.4",
|
|
48
|
-
"@atlaskit/icon": "^
|
|
49
|
-
"@atlaskit/primitives": "^1.
|
|
50
|
-
"@atlaskit/tokens": "^1.
|
|
48
|
+
"@atlaskit/icon": "^22.0.0",
|
|
49
|
+
"@atlaskit/primitives": "^1.10.0",
|
|
50
|
+
"@atlaskit/tokens": "^1.28.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"@emotion/react": "^11.7.1"
|
|
53
53
|
},
|