@atlaskit/task-decision 17.8.0 → 17.8.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/task-decision
2
2
 
3
+ ## 17.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
8
+
3
9
  ## 17.8.0
4
10
 
5
11
  ### Minor Changes
@@ -26,7 +26,7 @@ var iconStyles = function iconStyles(showPlaceholder) {
26
26
  theme: theme
27
27
  }),
28
28
  '> span': {
29
- margin: '-8px'
29
+ margin: "var(--ds-space-negative-100, -8px)"
30
30
  }
31
31
  });
32
32
  };
@@ -18,7 +18,7 @@ const iconStyles = showPlaceholder => theme => {
18
18
  theme
19
19
  }),
20
20
  '> span': {
21
- margin: '-8px'
21
+ margin: "var(--ds-space-negative-100, -8px)"
22
22
  }
23
23
  });
24
24
  };
@@ -19,7 +19,7 @@ var iconStyles = function iconStyles(showPlaceholder) {
19
19
  theme: theme
20
20
  }),
21
21
  '> span': {
22
- margin: '-8px'
22
+ margin: "var(--ds-space-negative-100, -8px)"
23
23
  }
24
24
  });
25
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.8.0",
3
+ "version": "17.8.1",
4
4
  "description": "Tasks and decisions react components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"