@atlaskit/util-data-test 18.3.9 → 18.4.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 +17 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-products/tsconfig.json +1 -1
- package/dist/cjs/user-picker/ChevronRight.js +0 -2
- package/dist/es2019/user-picker/ChevronRight.js +0 -2
- package/dist/esm/user-picker/ChevronRight.js +0 -2
- package/dist/types/emoji/emoji-from-upload.d.ts +6 -6
- package/dist/types-ts4.5/emoji/emoji-from-upload.d.ts +6 -6
- package/package.json +8 -8
- package/build/tsconfig.json +0 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/util-data-test
|
|
2
2
|
|
|
3
|
+
## 18.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 18.4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
|
|
14
|
+
Removed usages of LEGACY icon props
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 18.3.9
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -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"
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import type { EmojiUpload } from '@atlaskit/emoji/types';
|
|
2
2
|
export declare const emojiFromUpload: (upload: EmojiUpload) => {
|
|
3
|
+
category: string;
|
|
4
|
+
creatorUserId: string;
|
|
5
|
+
fallback: string;
|
|
3
6
|
id: any;
|
|
4
|
-
shortName: string;
|
|
5
7
|
name: string;
|
|
6
|
-
fallback: string;
|
|
7
|
-
type: string;
|
|
8
|
-
category: string;
|
|
9
8
|
order: number;
|
|
10
|
-
creatorUserId: string;
|
|
11
9
|
representation: {
|
|
12
|
-
width: number;
|
|
13
10
|
height: number;
|
|
14
11
|
imagePath: string;
|
|
12
|
+
width: number;
|
|
15
13
|
};
|
|
16
14
|
searchable: boolean;
|
|
15
|
+
shortName: string;
|
|
16
|
+
type: string;
|
|
17
17
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import type { EmojiUpload } from '@atlaskit/emoji/types';
|
|
2
2
|
export declare const emojiFromUpload: (upload: EmojiUpload) => {
|
|
3
|
+
category: string;
|
|
4
|
+
creatorUserId: string;
|
|
5
|
+
fallback: string;
|
|
3
6
|
id: any;
|
|
4
|
-
shortName: string;
|
|
5
7
|
name: string;
|
|
6
|
-
fallback: string;
|
|
7
|
-
type: string;
|
|
8
|
-
category: string;
|
|
9
8
|
order: number;
|
|
10
|
-
creatorUserId: string;
|
|
11
9
|
representation: {
|
|
12
|
-
width: number;
|
|
13
10
|
height: number;
|
|
14
11
|
imagePath: string;
|
|
12
|
+
width: number;
|
|
15
13
|
};
|
|
16
14
|
searchable: boolean;
|
|
15
|
+
shortName: string;
|
|
16
|
+
type: string;
|
|
17
17
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/util-data-test",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.4.1",
|
|
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.
|
|
23
|
-
"@atlaskit/emoji": "^69.
|
|
24
|
-
"@atlaskit/icon": "^29.
|
|
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
|
-
"@atlaskit/primitives": "^17.
|
|
27
|
-
"@atlaskit/profilecard": "^24.
|
|
26
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
27
|
+
"@atlaskit/profilecard": "^24.30.0",
|
|
28
28
|
"@atlaskit/theme": "^21.0.0",
|
|
29
|
-
"@atlaskit/tokens": "^
|
|
30
|
-
"@atlaskit/user-picker": "^11.
|
|
29
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
30
|
+
"@atlaskit/user-picker": "^11.20.0",
|
|
31
31
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|
|
33
33
|
"lodash": "^4.17.21",
|
package/build/tsconfig.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../tsconfig",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"paths": {}
|
|
7
|
-
},
|
|
8
|
-
"include": [
|
|
9
|
-
"../src/**/*.ts",
|
|
10
|
-
"../src/**/*.tsx"
|
|
11
|
-
],
|
|
12
|
-
"exclude": [
|
|
13
|
-
"../src/**/__tests__/*",
|
|
14
|
-
"../src/**/*.test.*",
|
|
15
|
-
"../src/**/test.*",
|
|
16
|
-
"../src/**/examples.*",
|
|
17
|
-
"../src/**/examples/*",
|
|
18
|
-
"../src/**/examples/**/*",
|
|
19
|
-
"../src/**/*.stories.*",
|
|
20
|
-
"../src/**/stories/*",
|
|
21
|
-
"../src/**/stories/**/*"
|
|
22
|
-
]
|
|
23
|
-
}
|