@atlaskit/util-data-test 18.3.9 → 18.4.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/util-data-test
2
2
 
3
+ ## 18.4.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
  ## 18.3.9
4
15
 
5
16
  ### Patch Changes
@@ -39,10 +39,8 @@ var _default = exports.default = function _default() {
39
39
  }, /*#__PURE__*/_react.default.createElement(_primitives.Box, {
40
40
  xcss: iconWrapperStyles
41
41
  }, /*#__PURE__*/_react.default.createElement(_chevronRight.default, {
42
- LEGACY_margin: "var(--ds-space-negative-050, -4px)".concat(" 0 0 ", "var(--ds-space-negative-050, -4px)"),
43
42
  testId: "chevron-right-icon",
44
43
  label: "chevron right",
45
- LEGACY_size: "large",
46
44
  color: "var(--ds-text-subtlest, ".concat(isMouseHovered ? _colors.N200 : _colors.N50, ")"),
47
45
  spacing: "spacious",
48
46
  size: "small"
@@ -21,10 +21,8 @@ export default (() => {
21
21
  }, /*#__PURE__*/React.createElement(Box, {
22
22
  xcss: iconWrapperStyles
23
23
  }, /*#__PURE__*/React.createElement(ChevronRightIcon, {
24
- LEGACY_margin: `${"var(--ds-space-negative-050, -4px)"} 0 0 ${"var(--ds-space-negative-050, -4px)"}`,
25
24
  testId: "chevron-right-icon",
26
25
  label: "chevron right",
27
- LEGACY_size: "large",
28
26
  color: `var(--ds-text-subtlest, ${isMouseHovered ? N200 : N50})`,
29
27
  spacing: "spacious",
30
28
  size: "small"
@@ -29,10 +29,8 @@ export default (function () {
29
29
  }, /*#__PURE__*/React.createElement(Box, {
30
30
  xcss: iconWrapperStyles
31
31
  }, /*#__PURE__*/React.createElement(ChevronRightIcon, {
32
- LEGACY_margin: "var(--ds-space-negative-050, -4px)".concat(" 0 0 ", "var(--ds-space-negative-050, -4px)"),
33
32
  testId: "chevron-right-icon",
34
33
  label: "chevron right",
35
- LEGACY_size: "large",
36
34
  color: "var(--ds-text-subtlest, ".concat(isMouseHovered ? N200 : N50, ")"),
37
35
  spacing: "spacious",
38
36
  size: "small"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "18.3.9",
3
+ "version": "18.4.0",
4
4
  "description": "Shared test and story data",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -19,15 +19,15 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@atlaskit/analytics-next": "^11.1.0",
22
- "@atlaskit/editor-plugin-emoji": "^8.0.0",
23
- "@atlaskit/emoji": "^69.9.0",
24
- "@atlaskit/icon": "^29.3.0",
22
+ "@atlaskit/editor-plugin-emoji": "^8.1.0",
23
+ "@atlaskit/emoji": "^69.10.0",
24
+ "@atlaskit/icon": "^29.4.0",
25
25
  "@atlaskit/mention": "^24.4.0",
26
26
  "@atlaskit/primitives": "^17.0.0",
27
27
  "@atlaskit/profilecard": "^24.27.0",
28
28
  "@atlaskit/theme": "^21.0.0",
29
- "@atlaskit/tokens": "^9.0.0",
30
- "@atlaskit/user-picker": "^11.18.0",
29
+ "@atlaskit/tokens": "^9.1.0",
30
+ "@atlaskit/user-picker": "^11.19.0",
31
31
  "@atlaskit/util-service-support": "^6.3.0",
32
32
  "@babel/runtime": "^7.0.0",
33
33
  "lodash": "^4.17.21",