@atlaskit/pragmatic-drag-and-drop-react-accessibility 1.1.10 → 1.1.11

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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/pragmatic-drag-and-drop-react-accessibility
2
2
 
3
+ ## 1.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.10
4
10
 
5
11
  ### Patch Changes
@@ -2,10 +2,15 @@
2
2
  order: 1
3
3
  title: Drag Handle Button
4
4
  description: A button styled to look like a drag handle
5
+ props:
6
+ packageName: '@atlaskit/pragmatic-drag-and-drop-react-accessibility/drag-handle-button'
7
+ exports:
8
+ - DragHandleButton
5
9
  ---
6
10
 
7
- import DragHandleButtonProps from '!!extract-react-types-loader!../../extract-react-types/drag-handle-button';
8
-
9
11
  ## Props
10
12
 
11
- <PropsTable heading="" props={DragHandleButtonProps} />
13
+ <TSMorphProps
14
+ exportName="DragHandleButton"
15
+ packageName="@atlaskit/pragmatic-drag-and-drop-react-accessibility/drag-handle-button"
16
+ />
@@ -1,7 +1,15 @@
1
- import DragHandleButtonProps from '!!extract-react-types-loader!../../extract-react-types/drag-handle-button';
1
+ ---
2
+ props:
3
+ packageName: '@atlaskit/pragmatic-drag-and-drop-react-accessibility/drag-handle-button'
4
+ exports:
5
+ - DragHandleButton
6
+ ---
2
7
 
3
8
  ## Props
4
9
 
5
10
  ### Drag Handle Button Props
6
11
 
7
- <PropsTable heading="" props={DragHandleButtonProps} />
12
+ <TSMorphProps
13
+ exportName="DragHandleButton"
14
+ packageName="@atlaskit/pragmatic-drag-and-drop-react-accessibility/drag-handle-button"
15
+ />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "An optional package for Pragmatic drag and drop containing react components to assist with setting up accessible experiences",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/focus-ring": "^1.5.0",
42
- "@atlaskit/icon": "^22.7.0",
43
- "@atlaskit/primitives": "^11.1.0",
44
- "@atlaskit/tokens": "^1.56.0",
42
+ "@atlaskit/icon": "^22.11.0",
43
+ "@atlaskit/primitives": "^12.0.0",
44
+ "@atlaskit/tokens": "^1.57.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1"
47
47
  },