@atlaskit/pragmatic-drag-and-drop-react-accessibility 1.1.4 → 1.1.5

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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.4
4
10
 
5
11
  ### Patch Changes
package/LICENSE.md CHANGED
@@ -1,13 +1,11 @@
1
1
  Copyright 2023 Atlassian Pty Ltd
2
2
 
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
3
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
4
+ compliance with the License. You may obtain a copy of the License at
6
5
 
7
6
  http://www.apache.org/licenses/LICENSE-2.0
8
7
 
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
13
- limitations under the License.
8
+ Unless required by applicable law or agreed to in writing, software distributed under the License is
9
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10
+ implied. See the License for the specific language governing permissions and limitations under the
11
+ License.
@@ -68,10 +68,7 @@ var DragHandleButtonBase = exports.DragHandleButtonBase = /*#__PURE__*/(0, _reac
68
68
  buttonProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
69
69
  var appearance = isSelected ? 'selected' : appearanceProp;
70
70
  return (0, _react2.jsx)(_focusRing.default, null, (0, _react2.jsx)("button", (0, _extends2.default)({
71
- ref: ref
72
- // @ts-ignore - This was added when `@atlaskit/pragmatic-drag-and-drop-react-accessibility` was enrolled into JFE local consumption
73
- // There seems to be an incompatibility in the `css` prop between jira and platform
74
- ,
71
+ ref: ref,
75
72
  css: [buttonStyles, buttonAppearanceStyles[appearance]],
76
73
  "data-testid": testId,
77
74
  type: type
@@ -67,10 +67,7 @@ export const DragHandleButtonBase = /*#__PURE__*/forwardRef(function DragHandleB
67
67
  }, ref) {
68
68
  const appearance = isSelected ? 'selected' : appearanceProp;
69
69
  return jsx(FocusRing, null, jsx("button", _extends({
70
- ref: ref
71
- // @ts-ignore - This was added when `@atlaskit/pragmatic-drag-and-drop-react-accessibility` was enrolled into JFE local consumption
72
- // There seems to be an incompatibility in the `css` prop between jira and platform
73
- ,
70
+ ref: ref,
74
71
  css: [buttonStyles, buttonAppearanceStyles[appearance]],
75
72
  "data-testid": testId,
76
73
  type: type
@@ -62,10 +62,7 @@ export var DragHandleButtonBase = /*#__PURE__*/forwardRef(function DragHandleBut
62
62
  buttonProps = _objectWithoutProperties(_ref, _excluded);
63
63
  var appearance = isSelected ? 'selected' : appearanceProp;
64
64
  return jsx(FocusRing, null, jsx("button", _extends({
65
- ref: ref
66
- // @ts-ignore - This was added when `@atlaskit/pragmatic-drag-and-drop-react-accessibility` was enrolled into JFE local consumption
67
- // There seems to be an incompatibility in the `css` prop between jira and platform
68
- ,
65
+ ref: ref,
69
66
  css: [buttonStyles, buttonAppearanceStyles[appearance]],
70
67
  "data-testid": testId,
71
68
  type: type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
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,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@atlaskit/focus-ring": "^1.4.0",
41
41
  "@atlaskit/icon": "^22.3.0",
42
- "@atlaskit/primitives": "^6.5.0",
42
+ "@atlaskit/primitives": "^7.0.0",
43
43
  "@atlaskit/tokens": "^1.49.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
package/report.api.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  ## API Report File for "@atlaskit/pragmatic-drag-and-drop-react-accessibility"
4
4
 
5
- > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using
6
+ > [API Extractor](https://api-extractor.com/).
6
7
  > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
8
 
8
9
  ### Table of contents
@@ -30,7 +31,7 @@ export default _default;
30
31
 
31
32
  ```json
32
33
  {
33
- "react": "^16.8.0"
34
+ "react": "^16.8.0"
34
35
  }
35
36
  ```
36
37