@atlaskit/contextual-survey 5.0.20 → 5.1.0

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,16 @@
1
1
  # @atlaskit/contextual-survey
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
8
+ Removed usages of LEGACY icon props
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 5.0.20
4
15
 
5
16
  ### Patch Changes
@@ -25,7 +25,6 @@ var _default = exports.default = function _default(_ref) {
25
25
  spacing: "spacious",
26
26
  label: "",
27
27
  "aria-hidden": true,
28
- color: "var(--ds-icon-success, ".concat(_colors.G300, ")"),
29
- LEGACY_margin: "4px 0 0 0"
28
+ color: "var(--ds-icon-success, ".concat(_colors.G300, ")")
30
29
  })), children);
31
30
  };
@@ -16,6 +16,5 @@ export default (({
16
16
  spacing: "spacious",
17
17
  label: "",
18
18
  "aria-hidden": true,
19
- color: `var(--ds-icon-success, ${G300})`,
20
- LEGACY_margin: "4px 0 0 0"
19
+ color: `var(--ds-icon-success, ${G300})`
21
20
  })), children));
@@ -16,7 +16,6 @@ export default (function (_ref) {
16
16
  spacing: "spacious",
17
17
  label: "",
18
18
  "aria-hidden": true,
19
- color: "var(--ds-icon-success, ".concat(G300, ")"),
20
- LEGACY_margin: "4px 0 0 0"
19
+ color: "var(--ds-icon-success, ".concat(G300, ")")
21
20
  })), children);
22
21
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/contextual-survey",
3
- "version": "5.0.20",
3
+ "version": "5.1.0",
4
4
  "description": "A React component used to ask the user for feedback",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,17 +32,17 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/button": "^23.9.0",
35
- "@atlaskit/checkbox": "^17.2.0",
36
- "@atlaskit/form": "^15.2.0",
35
+ "@atlaskit/checkbox": "^17.3.0",
36
+ "@atlaskit/form": "^15.3.0",
37
37
  "@atlaskit/heading": "^5.2.0",
38
- "@atlaskit/icon": "^29.3.0",
39
- "@atlaskit/link": "^3.2.0",
38
+ "@atlaskit/icon": "^29.4.0",
39
+ "@atlaskit/link": "^3.3.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
41
  "@atlaskit/primitives": "^17.0.0",
42
42
  "@atlaskit/textarea": "^8.2.0",
43
43
  "@atlaskit/theme": "^21.0.0",
44
- "@atlaskit/tokens": "^9.0.0",
45
- "@atlaskit/tooltip": "^20.11.0",
44
+ "@atlaskit/tokens": "^9.1.0",
45
+ "@atlaskit/tooltip": "^20.12.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@compiled/react": "^0.18.6",
48
48
  "@emotion/react": "^11.7.1",