@atlaskit/pragmatic-drag-and-drop-react-accessibility 2.1.1 → 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 +12 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/pragmatic-drag-and-drop-react-accessibility
2
2
 
3
+ ## 2.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.1.1
4
16
 
5
17
  ### Patch Changes
@@ -17,7 +29,6 @@
17
29
  Deprecating `DragHandleButtonSmall`.
18
30
 
19
31
  Rationale:
20
-
21
32
  - `DragHandleButtonSmall` uses a tiny icon size that is no longer supported by our icon system
22
33
  (the smallest icon size is now `12px` x `12px`)
23
34
  - Icons smaller than `12px` x `12px` are not good for visibility and accessibility
@@ -277,7 +288,6 @@
277
288
  [`4d9e25ab4eaa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d9e25ab4eaa) -
278
289
  Updating the descriptions of Pragmatic drag and drop packages, so they each provide a consistent
279
290
  description to various consumers, and so they are consistently formed amongst each other.
280
-
281
291
  - `package.json` `description`
282
292
  - `README.md`
283
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.1",
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",
@@ -34,10 +34,10 @@
34
34
  "atlaskit:src": "src/index.tsx",
35
35
  "dependencies": {
36
36
  "@atlaskit/focus-ring": "^3.0.0",
37
- "@atlaskit/icon": "^28.1.0",
37
+ "@atlaskit/icon": "^28.5.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
- "@atlaskit/primitives": "^14.12.0",
40
- "@atlaskit/tokens": "^6.1.0",
39
+ "@atlaskit/primitives": "^15.0.0",
40
+ "@atlaskit/tokens": "^7.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1"
43
43
  },
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@af/visual-regression": "workspace:^",
49
- "@atlaskit/ds-lib": "^5.0.0",
49
+ "@atlaskit/ds-lib": "^5.1.0",
50
50
  "@atlassian/ssr-tests": "^0.3.0",
51
51
  "@testing-library/react": "^13.4.0",
52
52
  "react-dom": "^18.2.0",