@atlaskit/util-data-test 18.3.8 → 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,24 @@
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
+
14
+ ## 18.3.9
15
+
16
+ ### Patch Changes
17
+
18
+ - [`7b2a6c98563cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b2a6c98563cb) -
19
+ Icon entry point migration update
20
+ - Updated dependencies
21
+
3
22
  ## 18.3.8
4
23
 
5
24
  ### Patch Changes
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.default = void 0;
9
9
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
10
10
  var _react = _interopRequireWildcard(require("react"));
11
- var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-right"));
11
+ var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/chevron-right"));
12
12
  var _primitives = require("@atlaskit/primitives");
13
13
  var _colors = require("@atlaskit/theme/colors");
14
14
  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); }
@@ -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"
@@ -1,5 +1,5 @@
1
1
  import React, { useCallback, useState } from 'react';
2
- import ChevronRightIcon from '@atlaskit/icon/core/migration/chevron-right';
2
+ import ChevronRightIcon from '@atlaskit/icon/core/chevron-right';
3
3
  // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
4
4
  import { Box, xcss } from '@atlaskit/primitives';
5
5
  import { N50, N200 } from '@atlaskit/theme/colors';
@@ -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"
@@ -1,6 +1,6 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  import React, { useCallback, useState } from 'react';
3
- import ChevronRightIcon from '@atlaskit/icon/core/migration/chevron-right';
3
+ import ChevronRightIcon from '@atlaskit/icon/core/chevron-right';
4
4
  // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
5
5
  import { Box, xcss } from '@atlaskit/primitives';
6
6
  import { N50, N200 } from '@atlaskit/theme/colors';
@@ -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.8",
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",