@atlaskit/util-data-test 17.9.37 → 17.9.39
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
|
@@ -12,6 +12,8 @@ var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron
|
|
|
12
12
|
var _colors = require("@atlaskit/theme/colors");
|
|
13
13
|
/** @jsx jsx */
|
|
14
14
|
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
16
|
+
|
|
15
17
|
var wrapper = (0, _react2.css)({
|
|
16
18
|
display: 'flex'
|
|
17
19
|
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { useCallback, useState } from 'react';
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
4
|
import { css, jsx } from '@emotion/react';
|
|
4
5
|
import ChevronRightIcon from '@atlaskit/icon/glyph/chevron-right';
|
|
5
6
|
import { N50, N200 } from '@atlaskit/theme/colors';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
2
|
/** @jsx jsx */
|
|
3
3
|
import { useCallback, useState } from 'react';
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
5
|
import { css, jsx } from '@emotion/react';
|
|
5
6
|
import ChevronRightIcon from '@atlaskit/icon/glyph/chevron-right';
|
|
6
7
|
import { N50, N200 } from '@atlaskit/theme/colors';
|
package/package.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
2
|
+
"name": "@atlaskit/util-data-test",
|
|
3
|
+
"version": "17.9.39",
|
|
4
|
+
"description": "Shared test and story data",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"registry": "https://registry.npmjs.org/"
|
|
7
|
+
},
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
9
|
+
"author": "Atlassian Pty Ltd",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"af:exports": {
|
|
12
|
+
"./emoji-constants": "./src/emoji-constants/index.ts",
|
|
13
|
+
"./emoji-samples": "./src/emoji-test/emoji-samples.ts",
|
|
14
|
+
"./emoji-types": "./src/emoji/types.ts",
|
|
15
|
+
"./filter-to-searchable": "./src/emoji-test/filter-to-searchable.ts",
|
|
16
|
+
"./get-atlassian-emojis": "./src/emoji/get-atlassian-emojis.ts",
|
|
17
|
+
"./get-emoji-provider": "./src/emoji/get-emoji-provider.ts",
|
|
18
|
+
"./get-emoji-repository": "./src/emoji/get-emoji-repository.ts",
|
|
19
|
+
"./get-emoji-resource-standard-atlassian": "./src/emoji/get-emoji-resource-standard-atlassian.ts",
|
|
20
|
+
"./get-emoji-resource-usage-clear": "./src/emoji/get-emoji-resource-usage-clear.ts",
|
|
21
|
+
"./get-emoji-resource": "./src/emoji/get-emoji-resource.ts",
|
|
22
|
+
"./get-emojis": "./src/emoji/get-emojis.ts",
|
|
23
|
+
"./get-mock-profilecard-client": "./src/profilecard/get-mock-profilecard-client.ts",
|
|
24
|
+
"./get-standard-emojis": "./src/emoji/get-standard-emojis.ts",
|
|
25
|
+
"./get-test-atlassian-emojis": "./src/emoji-test/get-test-atlassian-emojis.ts",
|
|
26
|
+
"./get-test-atlassian-service-emojis": "./src/emoji-test/get-test-atlassian-service-emojis.ts",
|
|
27
|
+
"./get-test-site-emojis": "./src/emoji-test/get-test-site-emojis.ts",
|
|
28
|
+
"./get-test-site-service-emojis": "./src/emoji-test/get-test-site-service-emojis.ts",
|
|
29
|
+
"./get-test-emoji-resource": "./src/emoji-test/get-test-emoji-resource.ts",
|
|
30
|
+
"./get-test-emoji-resource-from-repository": "./src/emoji-test/get-test-emoji-resource-from-repository.ts",
|
|
31
|
+
"./get-test-emoji-resource-non-uploading": "./src/emoji-test/get-test-emoji-resource-non-uploading.ts",
|
|
32
|
+
"./get-test-emoji-repository": "./src/emoji-test/get-test-emoji-repository.ts",
|
|
33
|
+
"./get-test-site-emoji-repository": "./src/emoji-test/get-test-site-emoji-repository.ts",
|
|
34
|
+
"./get-test-emojis": "./src/emoji-test/get-test-emojis.ts",
|
|
35
|
+
"./get-test-searchable-emojis": "./src/emoji-test/get-test-searchable-emojis.ts",
|
|
36
|
+
"./get-test-standard-emojis": "./src/emoji-test/get-test-standard-emojis.ts",
|
|
37
|
+
"./get-test-standard-service-emojis": "./src/emoji-test/get-test-standard-service-emojis.ts",
|
|
38
|
+
"./get-test-image-emoji": "./src/emoji-test/get-test-image-emoji.ts",
|
|
39
|
+
"./get-test-sprite-emoji": "./src/emoji-test/get-test-sprite-emoji.ts",
|
|
40
|
+
"./get-test-site-emoji-foo": "./src/emoji-test/get-test-site-emoji-foo.ts",
|
|
41
|
+
"./get-test-site-emoji-wtf": "./src/emoji-test/get-test-site-emoji-wtf.ts",
|
|
42
|
+
"./logged-user": "./src/emoji/logged-user.ts",
|
|
43
|
+
"./logger": "./src/logger.ts",
|
|
44
|
+
"./media-emoji": "./src/emoji-test/media-emoji.ts",
|
|
45
|
+
"./media-service-emoji": "./src/emoji-test/media-service-emoji.ts",
|
|
46
|
+
"./mention-story-data": "./src/mention/mention-story-data.ts",
|
|
47
|
+
"./mention-test-data": "./src/mention/mention-test-data.ts",
|
|
48
|
+
"./mock-mention-resource": "./src/mention/mock-mention-resource.ts",
|
|
49
|
+
"./mock-emoji-resource": "./src/emoji/mock-emoji-resource.ts",
|
|
50
|
+
"./mock-non-uploading-emoji-resource-factory": "./src/emoji/mock-non-uploading-emoji-resource-factory.ts",
|
|
51
|
+
"./mock-presence-resource": "./src/mention/mock-presence-resource.ts",
|
|
52
|
+
"./profilecard-data": "./src/profilecard/profilecard-data.ts",
|
|
53
|
+
"./task-decision-story-data": "./src/task-decision/task-decision-story-data.ts",
|
|
54
|
+
"./presence-data": "./src/mention/presence-data.ts",
|
|
55
|
+
"./slack-data": "./src/slack-data/index.ts",
|
|
56
|
+
"./user-picker": "./src/user-picker/index.ts",
|
|
57
|
+
"./user-picker-data": "./src/user-picker/user-picker-data.ts"
|
|
58
|
+
},
|
|
59
|
+
"atlassian": {
|
|
60
|
+
"releaseModel": "continuous",
|
|
61
|
+
"team": "UIP: Test Foundations"
|
|
62
|
+
},
|
|
63
|
+
"scripts": {
|
|
64
|
+
"ak-postbuild": "ls -d dist/* | xargs -n 1 cp -v -r src/json-data"
|
|
65
|
+
},
|
|
66
|
+
"config": {
|
|
67
|
+
"access": "public"
|
|
68
|
+
},
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"@atlaskit/analytics-next": "^9.3.0",
|
|
71
|
+
"@atlaskit/emoji": "67.6.26",
|
|
72
|
+
"@atlaskit/icon": "^22.4.0",
|
|
73
|
+
"@atlaskit/mention": "23.2.0",
|
|
74
|
+
"@atlaskit/profilecard": "^19.15.0",
|
|
75
|
+
"@atlaskit/theme": "^12.10.0",
|
|
76
|
+
"@atlaskit/tokens": "^1.51.0",
|
|
77
|
+
"@atlaskit/user-picker": "10.21.1",
|
|
78
|
+
"@atlaskit/util-service-support": "^6.2.0",
|
|
79
|
+
"@babel/runtime": "^7.0.0",
|
|
80
|
+
"@emotion/react": "^11.7.1",
|
|
81
|
+
"lodash": "^4.17.21",
|
|
82
|
+
"memoize-one": "^6.0.0",
|
|
83
|
+
"uuid": "^3.1.0"
|
|
84
|
+
},
|
|
85
|
+
"peerDependencies": {
|
|
86
|
+
"js-search": "^2.0.0",
|
|
87
|
+
"react": "^16.8.0",
|
|
88
|
+
"react-dom": "^16.8.0"
|
|
89
|
+
},
|
|
90
|
+
"devDependencies": {
|
|
91
|
+
"typescript": "~5.4.2"
|
|
92
|
+
},
|
|
93
|
+
"keywords": [
|
|
94
|
+
"fabric",
|
|
95
|
+
"ui",
|
|
96
|
+
"test",
|
|
97
|
+
"data",
|
|
98
|
+
"sample"
|
|
99
|
+
]
|
|
100
|
+
}
|