@atlaskit/pragmatic-drag-and-drop-react-accessibility 1.1.0 → 1.1.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354) [`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) - The internal composition of this component has changed. There is no expected change in behavior.
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
@@ -12,7 +12,7 @@ var _primitives = require("@atlaskit/primitives");
12
12
 
13
13
  var iconSmallStyles = (0, _primitives.xcss)({
14
14
  display: 'inline-flex',
15
- marginInline: "var(--ds-space-negative-050, -4px)"
15
+ marginInline: 'space.negative.050'
16
16
  });
17
17
  function DragHandleIconSmall(_ref) {
18
18
  var label = _ref.label;
@@ -5,7 +5,7 @@ import DragHandlerIcon from '@atlaskit/icon/glyph/drag-handler';
5
5
  import { Box, xcss } from '@atlaskit/primitives';
6
6
  const iconSmallStyles = xcss({
7
7
  display: 'inline-flex',
8
- marginInline: "var(--ds-space-negative-050, -4px)"
8
+ marginInline: 'space.negative.050'
9
9
  });
10
10
  export function DragHandleIconSmall({
11
11
  label
@@ -5,7 +5,7 @@ import DragHandlerIcon from '@atlaskit/icon/glyph/drag-handler';
5
5
  import { Box, xcss } from '@atlaskit/primitives';
6
6
  var iconSmallStyles = xcss({
7
7
  display: 'inline-flex',
8
- marginInline: "var(--ds-space-negative-050, -4px)"
8
+ marginInline: 'space.negative.050'
9
9
  });
10
10
  export function DragHandleIconSmall(_ref) {
11
11
  var label = _ref.label;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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",