@atlaskit/pragmatic-drag-and-drop-react-accessibility 2.0.6 → 2.0.7
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
|
@@ -14,7 +14,7 @@ var _dragHandleVerticalDragHandler = _interopRequireDefault(require("@atlaskit/i
|
|
|
14
14
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
15
15
|
var _primitives = require("@atlaskit/primitives");
|
|
16
16
|
var _dragHandleButtonBase = require("./drag-handle-button-base");
|
|
17
|
-
var _excluded = ["label"];
|
|
17
|
+
var _excluded = ["label"]; // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
18
18
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
19
19
|
var iconSmallStyles = (0, _primitives.xcss)({
|
|
20
20
|
display: 'inline-flex',
|
|
@@ -3,6 +3,7 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import DragHandleVerticalIcon from '@atlaskit/icon/core/drag-handle-vertical';
|
|
4
4
|
import DragHandlerIcon from '@atlaskit/icon/core/migration/drag-handle-vertical--drag-handler';
|
|
5
5
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
6
7
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
7
8
|
import { DragHandleButtonBase } from './drag-handle-button-base';
|
|
8
9
|
const iconSmallStyles = xcss({
|
|
@@ -5,6 +5,7 @@ import React, { forwardRef } from 'react';
|
|
|
5
5
|
import DragHandleVerticalIcon from '@atlaskit/icon/core/drag-handle-vertical';
|
|
6
6
|
import DragHandlerIcon from '@atlaskit/icon/core/migration/drag-handle-vertical--drag-handler';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
8
9
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
9
10
|
import { DragHandleButtonBase } from './drag-handle-button-base';
|
|
10
11
|
var iconSmallStyles = xcss({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
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",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
},
|
|
10
10
|
"atlassian": {
|
|
11
11
|
"team": "Design System Team",
|
|
12
|
-
"runReact18": true,
|
|
13
12
|
"website": {
|
|
14
13
|
"name": "React accessibility",
|
|
15
14
|
"category": "Libraries"
|
|
@@ -39,10 +38,10 @@
|
|
|
39
38
|
},
|
|
40
39
|
"dependencies": {
|
|
41
40
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
42
|
-
"@atlaskit/icon": "^27.
|
|
41
|
+
"@atlaskit/icon": "^27.9.0",
|
|
43
42
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
|
-
"@atlaskit/primitives": "^14.
|
|
45
|
-
"@atlaskit/tokens": "^
|
|
43
|
+
"@atlaskit/primitives": "^14.11.0",
|
|
44
|
+
"@atlaskit/tokens": "^6.0.0",
|
|
46
45
|
"@babel/runtime": "^7.0.0",
|
|
47
46
|
"@emotion/react": "^11.7.1"
|
|
48
47
|
},
|
|
@@ -51,7 +50,7 @@
|
|
|
51
50
|
},
|
|
52
51
|
"devDependencies": {
|
|
53
52
|
"@af/visual-regression": "workspace:^",
|
|
54
|
-
"@atlaskit/ds-lib": "^
|
|
53
|
+
"@atlaskit/ds-lib": "^5.0.0",
|
|
55
54
|
"@atlaskit/visual-regression": "workspace:^",
|
|
56
55
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
57
56
|
"@testing-library/react": "^13.4.0",
|