@atlaskit/pragmatic-drag-and-drop-react-accessibility 2.1.2 → 2.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/pragmatic-drag-and-drop-react-accessibility
2
2
 
3
+ ## 2.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.1.2
4
10
 
5
11
  ### Patch Changes
@@ -23,7 +29,6 @@
23
29
  Deprecating `DragHandleButtonSmall`.
24
30
 
25
31
  Rationale:
26
-
27
32
  - `DragHandleButtonSmall` uses a tiny icon size that is no longer supported by our icon system
28
33
  (the smallest icon size is now `12px` x `12px`)
29
34
  - Icons smaller than `12px` x `12px` are not good for visibility and accessibility
@@ -283,7 +288,6 @@
283
288
  [`4d9e25ab4eaa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d9e25ab4eaa) -
284
289
  Updating the descriptions of Pragmatic drag and drop packages, so they each provide a consistent
285
290
  description to various consumers, and so they are consistently formed amongst each other.
286
-
287
291
  - `package.json` `description`
288
292
  - `README.md`
289
293
  - Website documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
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",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/icon": "^28.5.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@atlaskit/primitives": "^15.0.0",
40
- "@atlaskit/tokens": "^6.5.0",
40
+ "@atlaskit/tokens": "^7.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1"
43
43
  },