@atlaskit/util-data-test 17.6.1 → 17.6.2
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 +6 -0
- package/dist/cjs/user-picker/ChevronRight.js +4 -4
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/user-picker/ChevronRight.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/user-picker/ChevronRight.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/user-picker/ChevronRight.d.ts +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,7 +11,7 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
|
|
|
11
11
|
|
|
12
12
|
var _react = require("react");
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _react2 = require("@emotion/react");
|
|
15
15
|
|
|
16
16
|
var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-right"));
|
|
17
17
|
|
|
@@ -20,7 +20,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
20
20
|
var _tokens = require("@atlaskit/tokens");
|
|
21
21
|
|
|
22
22
|
/** @jsx jsx */
|
|
23
|
-
var wrapper = (0,
|
|
23
|
+
var wrapper = (0, _react2.css)({
|
|
24
24
|
display: 'flex'
|
|
25
25
|
});
|
|
26
26
|
|
|
@@ -36,11 +36,11 @@ var _default = function _default() {
|
|
|
36
36
|
var onMouseLeave = (0, _react.useCallback)(function () {
|
|
37
37
|
return setHoverState(false);
|
|
38
38
|
}, [setHoverState]);
|
|
39
|
-
return (0,
|
|
39
|
+
return (0, _react2.jsx)("div", {
|
|
40
40
|
css: wrapper,
|
|
41
41
|
onMouseEnter: onMouseEnter,
|
|
42
42
|
onMouseLeave: onMouseLeave
|
|
43
|
-
}, (0,
|
|
43
|
+
}, (0, _react2.jsx)(_chevronRight.default, {
|
|
44
44
|
testId: "chevron-right-icon",
|
|
45
45
|
label: "chevron right",
|
|
46
46
|
size: "large",
|
package/dist/cjs/version.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useCallback, useState } from 'react';
|
|
3
|
-
import { css, jsx } from '@emotion/
|
|
3
|
+
import { css, jsx } from '@emotion/react';
|
|
4
4
|
import ChevronRightIcon from '@atlaskit/icon/glyph/chevron-right';
|
|
5
5
|
import { N50, N200 } from '@atlaskit/theme/colors';
|
|
6
6
|
import { token } from '@atlaskit/tokens';
|
package/dist/es2019/version.json
CHANGED
|
@@ -2,7 +2,7 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
|
2
2
|
|
|
3
3
|
/** @jsx jsx */
|
|
4
4
|
import { useCallback, useState } from 'react';
|
|
5
|
-
import { css, jsx } from '@emotion/
|
|
5
|
+
import { css, jsx } from '@emotion/react';
|
|
6
6
|
import ChevronRightIcon from '@atlaskit/icon/glyph/chevron-right';
|
|
7
7
|
import { N50, N200 } from '@atlaskit/theme/colors';
|
|
8
8
|
import { token } from '@atlaskit/tokens';
|
package/dist/esm/version.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: () => JSX.Element;
|
|
1
|
+
import { jsx } from '@emotion/react';
|
|
2
|
+
declare const _default: () => jsx.JSX.Element;
|
|
3
3
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/util-data-test",
|
|
3
|
-
"version": "17.6.
|
|
3
|
+
"version": "17.6.2",
|
|
4
4
|
"description": "Shared test and story data",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@atlaskit/user-picker": "^9.6.0",
|
|
79
79
|
"@atlaskit/util-service-support": "^6.1.0",
|
|
80
80
|
"@babel/runtime": "^7.0.0",
|
|
81
|
-
"@emotion/
|
|
81
|
+
"@emotion/react": "^11.7.1",
|
|
82
82
|
"lodash": "^4.17.21",
|
|
83
83
|
"memoize-one": "^6.0.0",
|
|
84
84
|
"uuid": "^3.1.0"
|