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

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,19 @@
1
1
  # @atlaskit/pragmatic-drag-and-drop-react-accessibility
2
2
 
3
+ ## 1.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#124164](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124164)
8
+ [`58941fa1d332a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/58941fa1d332a) -
9
+ All `react` unit tests will now run against `react@16` and `react@18` on CI.
10
+
11
+ ## 1.1.9
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 1.1.8
4
18
 
5
19
  ### Patch Changes
@@ -11,7 +11,10 @@ var _react = require("react");
11
11
  var _react2 = require("@emotion/react");
12
12
  var _focusRing = _interopRequireDefault(require("@atlaskit/focus-ring"));
13
13
  var _excluded = ["children", "isSelected", "testId", "appearance", "type"];
14
- /** @jsx jsx */
14
+ /**
15
+ * @jsxRuntime classic
16
+ * @jsx jsx
17
+ */
15
18
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
19
  /**
17
20
  * Cannot use `@atlaskit/button` here because it cancels `mousedown` events
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
 
4
7
  import { forwardRef } from 'react';
5
8
 
@@ -1,7 +1,10 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["children", "isSelected", "testId", "appearance", "type"];
4
- /** @jsx jsx */
4
+ /**
5
+ * @jsxRuntime classic
6
+ * @jsx jsx
7
+ */
5
8
 
6
9
  import { forwardRef } from 'react';
7
10
 
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  /// <reference types="react" />
3
6
  import type { DragHandleButtonProps } from './types';
4
7
  export type DragHandleButtonAppearance = 'default' | 'subtle' | 'selected';
@@ -1,5 +1,8 @@
1
1
  /// <reference types="react" />
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  import type { DragHandleButtonProps } from './types';
4
7
  export type DragHandleButtonAppearance = 'default' | 'subtle' | 'selected';
5
8
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
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",
@@ -11,6 +11,7 @@
11
11
  "team": "Design System Team",
12
12
  "inPublicMirror": false,
13
13
  "releaseModel": "continuous",
14
+ "runReact18": true,
14
15
  "website": {
15
16
  "name": "React accessibility",
16
17
  "category": "Libraries"
@@ -38,9 +39,9 @@
38
39
  },
39
40
  "dependencies": {
40
41
  "@atlaskit/focus-ring": "^1.5.0",
41
- "@atlaskit/icon": "^22.5.0",
42
- "@atlaskit/primitives": "^10.0.0",
43
- "@atlaskit/tokens": "^1.53.0",
42
+ "@atlaskit/icon": "^22.7.0",
43
+ "@atlaskit/primitives": "^11.1.0",
44
+ "@atlaskit/tokens": "^1.56.0",
44
45
  "@babel/runtime": "^7.0.0",
45
46
  "@emotion/react": "^11.7.1"
46
47
  },