@atlaskit/util-data-test 17.8.0 → 17.8.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.
Files changed (149) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/version.json +1 -1
  3. package/dist/es2019/version.json +1 -1
  4. package/dist/esm/version.json +1 -1
  5. package/dist/types/emoji/get-emoji-provider.d.ts +2 -2
  6. package/dist/types/emoji/get-emoji-resource-standard-atlassian.d.ts +1 -1
  7. package/dist/types/emoji/get-emoji-resource.d.ts +1 -1
  8. package/dist/types/emoji/mock-emoji-resource-factory.d.ts +1 -1
  9. package/dist/types/emoji/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
  10. package/dist/types/emoji-test/get-non-uploading-emoji-resource.d.ts +1 -1
  11. package/dist/types/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
  12. package/dist/types/emoji-test/get-test-emoji-resource-non-uploading.d.ts +1 -1
  13. package/dist/types/emoji-test/get-test-emoji-resource.d.ts +1 -1
  14. package/dist/types/task-decision/task-decision-story-data.d.ts +1 -1
  15. package/dist/types-ts4.5/emoji/emoji-from-upload.d.ts +17 -0
  16. package/dist/types-ts4.5/emoji/emoji-repository-usage-clear.d.ts +7 -0
  17. package/dist/types-ts4.5/emoji/emoji-resource-usage-clear.d.ts +6 -0
  18. package/dist/types-ts4.5/emoji/get-atlassian-emoji-data.d.ts +2 -0
  19. package/dist/types-ts4.5/emoji/get-atlassian-emojis.d.ts +1 -0
  20. package/dist/types-ts4.5/emoji/get-emoji-provider.d.ts +9 -0
  21. package/dist/types-ts4.5/emoji/get-emoji-repository.d.ts +2 -0
  22. package/dist/types-ts4.5/emoji/get-emoji-resource-standard-atlassian.d.ts +2 -0
  23. package/dist/types-ts4.5/emoji/get-emoji-resource-usage-clear.d.ts +2 -0
  24. package/dist/types-ts4.5/emoji/get-emoji-resource.d.ts +2 -0
  25. package/dist/types-ts4.5/emoji/get-emojis.d.ts +1 -0
  26. package/dist/types-ts4.5/emoji/get-site-emoji-data.d.ts +2 -0
  27. package/dist/types-ts4.5/emoji/get-site-emojis.d.ts +1 -0
  28. package/dist/types-ts4.5/emoji/get-standard-emoji-data.d.ts +2 -0
  29. package/dist/types-ts4.5/emoji/get-standard-emojis.d.ts +1 -0
  30. package/dist/types-ts4.5/emoji/image-emoji.d.ts +19 -0
  31. package/dist/types-ts4.5/emoji/logged-user.d.ts +1 -0
  32. package/dist/types-ts4.5/emoji/lorem.d.ts +1 -0
  33. package/dist/types-ts4.5/emoji/mock-emoji-resource-factory.d.ts +3 -0
  34. package/dist/types-ts4.5/emoji/mock-emoji-resource.d.ts +20 -0
  35. package/dist/types-ts4.5/emoji/mock-non-uploading-emoji-resource-factory.d.ts +3 -0
  36. package/dist/types-ts4.5/emoji/mock-non-uploading-emoji-resource.d.ts +33 -0
  37. package/dist/types-ts4.5/emoji/site-emoji-foo.d.ts +17 -0
  38. package/dist/types-ts4.5/emoji/site-emoji-wtf.d.ts +17 -0
  39. package/dist/types-ts4.5/emoji/sprite-emoji.d.ts +24 -0
  40. package/dist/types-ts4.5/emoji/types.d.ts +15 -0
  41. package/dist/types-ts4.5/emoji-constants/index.d.ts +6 -0
  42. package/dist/types-ts4.5/emoji-test/emoji-samples.d.ts +10 -0
  43. package/dist/types-ts4.5/emoji-test/expires-at.d.ts +1 -0
  44. package/dist/types-ts4.5/emoji-test/filter-to-searchable.d.ts +2 -0
  45. package/dist/types-ts4.5/emoji-test/get-non-uploading-emoji-resource.d.ts +2 -0
  46. package/dist/types-ts4.5/emoji-test/get-test-atlassian-emojis.d.ts +1 -0
  47. package/dist/types-ts4.5/emoji-test/get-test-atlassian-service-emojis.d.ts +1 -0
  48. package/dist/types-ts4.5/emoji-test/get-test-emoji-repository.d.ts +1 -0
  49. package/dist/types-ts4.5/emoji-test/get-test-emoji-resource-from-repository.d.ts +3 -0
  50. package/dist/types-ts4.5/emoji-test/get-test-emoji-resource-non-uploading.d.ts +2 -0
  51. package/dist/types-ts4.5/emoji-test/get-test-emoji-resource.d.ts +2 -0
  52. package/dist/types-ts4.5/emoji-test/get-test-emojis.d.ts +21 -0
  53. package/dist/types-ts4.5/emoji-test/get-test-image-emoji.d.ts +19 -0
  54. package/dist/types-ts4.5/emoji-test/get-test-media-api-token.d.ts +7 -0
  55. package/dist/types-ts4.5/emoji-test/get-test-searchable-emojis.d.ts +1 -0
  56. package/dist/types-ts4.5/emoji-test/get-test-site-emoji-foo.d.ts +17 -0
  57. package/dist/types-ts4.5/emoji-test/get-test-site-emoji-repository.d.ts +1 -0
  58. package/dist/types-ts4.5/emoji-test/get-test-site-emoji-wtf.d.ts +17 -0
  59. package/dist/types-ts4.5/emoji-test/get-test-site-emojis.d.ts +32 -0
  60. package/dist/types-ts4.5/emoji-test/get-test-site-service-emojis.d.ts +33 -0
  61. package/dist/types-ts4.5/emoji-test/get-test-sprite-emoji.d.ts +24 -0
  62. package/dist/types-ts4.5/emoji-test/get-test-standard-emojis.d.ts +1 -0
  63. package/dist/types-ts4.5/emoji-test/get-test-standard-service-emojis.d.ts +1 -0
  64. package/dist/types-ts4.5/emoji-test/media-emoji.d.ts +26 -0
  65. package/dist/types-ts4.5/emoji-test/media-service-emoji.d.ts +22 -0
  66. package/dist/types-ts4.5/emoji-test/test-emoji-repository.d.ts +5 -0
  67. package/dist/types-ts4.5/json-data/emoji-all.json +54398 -0
  68. package/dist/types-ts4.5/json-data/mention-data.json +393 -0
  69. package/dist/types-ts4.5/json-data/presence-invalid-info.json +47 -0
  70. package/dist/types-ts4.5/json-data/presence-valid-info.json +63 -0
  71. package/dist/types-ts4.5/json-data/sample-tasks.json +80 -0
  72. package/dist/types-ts4.5/json-data/service-data-atlassian.json +272 -0
  73. package/dist/types-ts4.5/json-data/service-data-standard.json +54098 -0
  74. package/dist/types-ts4.5/json-data/slack-conversations-data.json +476 -0
  75. package/dist/types-ts4.5/json-data/slack-workspaces-data.json +19 -0
  76. package/dist/types-ts4.5/json-data/test-emoji-atlassian.json +224 -0
  77. package/dist/types-ts4.5/json-data/test-emoji-standard.json +2000 -0
  78. package/dist/types-ts4.5/json-data/user-picker-data.json +361 -0
  79. package/dist/types-ts4.5/logger.d.ts +4 -0
  80. package/dist/types-ts4.5/mention/create-mock-mention-name-resolver.d.ts +2 -0
  81. package/dist/types-ts4.5/mention/mention-story-data.d.ts +132 -0
  82. package/dist/types-ts4.5/mention/mention-test-data.d.ts +3 -0
  83. package/dist/types-ts4.5/mention/mock-mention-name-client.d.ts +6 -0
  84. package/dist/types-ts4.5/mention/mock-mention-resource-with-info-hints.d.ts +10 -0
  85. package/dist/types-ts4.5/mention/mock-mention-resource.d.ts +29 -0
  86. package/dist/types-ts4.5/mention/mock-presence-resource.d.ts +11 -0
  87. package/dist/types-ts4.5/mention/presence-data.d.ts +16 -0
  88. package/dist/types-ts4.5/mention/utils.d.ts +7 -0
  89. package/dist/types-ts4.5/profilecard/get-mock-profilecard-client.d.ts +3 -0
  90. package/dist/types-ts4.5/profilecard/profilecard-data.d.ts +31 -0
  91. package/dist/types-ts4.5/profilecard/util.d.ts +6 -0
  92. package/dist/types-ts4.5/slack-data/index.d.ts +3 -0
  93. package/dist/types-ts4.5/slack-data/slack-conversations-data.d.ts +2 -0
  94. package/dist/types-ts4.5/slack-data/slack-workspaces-data.d.ts +2 -0
  95. package/dist/types-ts4.5/task-decision/mock-task-decision-resource.d.ts +23 -0
  96. package/dist/types-ts4.5/task-decision/task-decision-story-data.d.ts +50 -0
  97. package/dist/types-ts4.5/task-decision/utils.d.ts +4 -0
  98. package/dist/types-ts4.5/user-picker/ChevronRight.d.ts +3 -0
  99. package/dist/types-ts4.5/user-picker/index.d.ts +4 -0
  100. package/dist/types-ts4.5/user-picker/user-picker-custom-data.d.ts +2 -0
  101. package/dist/types-ts4.5/user-picker/user-picker-data.d.ts +1 -0
  102. package/dist/types-ts4.5/user-picker/user-picker-team-data.d.ts +2 -0
  103. package/emoji-constants/package.json +2 -2
  104. package/emoji-samples/package.json +2 -2
  105. package/emoji-types/package.json +2 -2
  106. package/filter-to-searchable/package.json +2 -2
  107. package/get-atlassian-emojis/package.json +2 -2
  108. package/get-emoji-provider/package.json +2 -2
  109. package/get-emoji-repository/package.json +2 -2
  110. package/get-emoji-resource/package.json +2 -2
  111. package/get-emoji-resource-standard-atlassian/package.json +2 -2
  112. package/get-emoji-resource-usage-clear/package.json +2 -2
  113. package/get-emojis/package.json +2 -2
  114. package/get-mock-profilecard-client/package.json +2 -2
  115. package/get-standard-emojis/package.json +2 -2
  116. package/get-test-atlassian-emojis/package.json +2 -2
  117. package/get-test-atlassian-service-emojis/package.json +2 -2
  118. package/get-test-emoji-repository/package.json +2 -2
  119. package/get-test-emoji-resource/package.json +2 -2
  120. package/get-test-emoji-resource-from-repository/package.json +2 -2
  121. package/get-test-emoji-resource-non-uploading/package.json +2 -2
  122. package/get-test-emojis/package.json +2 -2
  123. package/get-test-image-emoji/package.json +2 -2
  124. package/get-test-searchable-emojis/package.json +2 -2
  125. package/get-test-site-emoji-foo/package.json +2 -2
  126. package/get-test-site-emoji-repository/package.json +2 -2
  127. package/get-test-site-emoji-wtf/package.json +2 -2
  128. package/get-test-site-emojis/package.json +2 -2
  129. package/get-test-site-service-emojis/package.json +2 -2
  130. package/get-test-sprite-emoji/package.json +2 -2
  131. package/get-test-standard-emojis/package.json +2 -2
  132. package/get-test-standard-service-emojis/package.json +2 -2
  133. package/logged-user/package.json +2 -2
  134. package/logger/package.json +2 -2
  135. package/media-emoji/package.json +2 -2
  136. package/media-service-emoji/package.json +2 -2
  137. package/mention-story-data/package.json +2 -2
  138. package/mention-test-data/package.json +2 -2
  139. package/mock-emoji-resource/package.json +2 -2
  140. package/mock-mention-resource/package.json +2 -2
  141. package/mock-non-uploading-emoji-resource-factory/package.json +2 -2
  142. package/mock-presence-resource/package.json +2 -2
  143. package/package.json +3 -3
  144. package/presence-data/package.json +2 -2
  145. package/profilecard-data/package.json +2 -2
  146. package/slack-data/package.json +2 -2
  147. package/task-decision-story-data/package.json +2 -2
  148. package/user-picker/package.json +2 -2
  149. package/user-picker-data/package.json +2 -2
@@ -0,0 +1,224 @@
1
+ {
2
+ "emojis": [
3
+ {
4
+ "id": "atlassian-disapproval",
5
+ "name": "disapproval",
6
+ "fallback": ":disapproval:",
7
+ "type": "ATLASSIAN",
8
+ "category": "ATLASSIAN",
9
+ "order": -1000,
10
+ "representation": {
11
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/disapproval@4x.png",
12
+ "height": 72,
13
+ "width": 92
14
+ },
15
+ "searchable": true,
16
+ "shortName": ":disapproval:"
17
+ },
18
+ {
19
+ "id": "atlassian-feelsgoodman",
20
+ "name": "feels good man",
21
+ "fallback": ":feelsgoodman:",
22
+ "type": "ATLASSIAN",
23
+ "category": "ATLASSIAN",
24
+ "order": -1000,
25
+ "representation": {
26
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/feels_good_man@4x.png",
27
+ "height": 96,
28
+ "width": 120
29
+ },
30
+ "searchable": true,
31
+ "shortName": ":feelsgoodman:"
32
+ },
33
+ {
34
+ "id": "atlassian-skyrim",
35
+ "name": "skyrim",
36
+ "fallback": ":skyrim:",
37
+ "type": "ATLASSIAN",
38
+ "category": "ATLASSIAN",
39
+ "order": -1000,
40
+ "representation": {
41
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/skyrim@4x.png",
42
+ "height": 120,
43
+ "width": 68
44
+ },
45
+ "searchable": true,
46
+ "shortName": ":skyrim:"
47
+ },
48
+ {
49
+ "id": "atlassian-branch",
50
+ "name": "branch",
51
+ "fallback": ":branch:",
52
+ "type": "ATLASSIAN",
53
+ "category": "ATLASSIAN",
54
+ "order": -1000,
55
+ "representation": {
56
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/branch@4x.png",
57
+ "height": 64,
58
+ "width": 64
59
+ },
60
+ "searchable": true,
61
+ "shortName": ":branch:"
62
+ },
63
+ {
64
+ "id": "atlassian-upvote",
65
+ "name": "upvote",
66
+ "fallback": ":upvote:",
67
+ "type": "ATLASSIAN",
68
+ "category": "ATLASSIAN",
69
+ "order": -1000,
70
+ "representation": {
71
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/upvote@4x.png",
72
+ "height": 120,
73
+ "width": 116
74
+ },
75
+ "searchable": true,
76
+ "shortName": ":upvote:"
77
+ },
78
+ {
79
+ "id": "atlassian-ban",
80
+ "name": "ban",
81
+ "fallback": ":ban:",
82
+ "type": "ATLASSIAN",
83
+ "category": "ATLASSIAN",
84
+ "order": -1000,
85
+ "representation": {
86
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/ban.jpg",
87
+ "height": 30,
88
+ "width": 30
89
+ },
90
+ "searchable": true,
91
+ "shortName": ":ban:"
92
+ },
93
+ {
94
+ "id": "atlassian-ftfy",
95
+ "name": "ftfy",
96
+ "fallback": ":ftfy:",
97
+ "type": "ATLASSIAN",
98
+ "category": "ATLASSIAN",
99
+ "order": -1000,
100
+ "representation": {
101
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/ftfy@4x.png",
102
+ "height": 120,
103
+ "width": 120
104
+ },
105
+ "searchable": true,
106
+ "shortName": ":ftfy:"
107
+ },
108
+ {
109
+ "id": "atlassian-ftfy2",
110
+ "name": "ftfy",
111
+ "fallback": ":ftfy:",
112
+ "type": "ATLASSIAN",
113
+ "category": "ATLASSIAN",
114
+ "order": -1000,
115
+ "representation": {
116
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/ftfy@4x.png",
117
+ "height": 120,
118
+ "width": 120
119
+ },
120
+ "searchable": true,
121
+ "shortName": ":ftfy:"
122
+ },
123
+ {
124
+ "id": "atlassian-ftfy3",
125
+ "name": "ftfy",
126
+ "fallback": ":ftfy:",
127
+ "type": "ATLASSIAN",
128
+ "category": "ATLASSIAN",
129
+ "order": -1000,
130
+ "representation": {
131
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/ftfy@4x.png",
132
+ "height": 120,
133
+ "width": 120
134
+ },
135
+ "searchable": true,
136
+ "shortName": ":ftfy:"
137
+ },
138
+ {
139
+ "id": "atlassian-twss",
140
+ "name": "twss",
141
+ "fallback": ":twss:",
142
+ "type": "ATLASSIAN",
143
+ "category": "ATLASSIAN",
144
+ "order": -1000,
145
+ "representation": {
146
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/twss@4x.png",
147
+ "height": 100,
148
+ "width": 80
149
+ },
150
+ "searchable": true,
151
+ "shortName": ":twss:"
152
+ },
153
+ {
154
+ "id": "atlassian-evilburns",
155
+ "name": "evilburns",
156
+ "fallback": ":evilburns:",
157
+ "type": "ATLASSIAN",
158
+ "category": "ATLASSIAN",
159
+ "order": -1000,
160
+ "representation": {
161
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/evilburns@4x.png",
162
+ "height": 120,
163
+ "width": 96
164
+ },
165
+ "searchable": true,
166
+ "shortName": ":evilburns:"
167
+ },
168
+ {
169
+ "id": "atlassian-boom",
170
+ "name": "boom",
171
+ "fallback": ":boom:",
172
+ "type": "ATLASSIAN",
173
+ "category": "ATLASSIAN",
174
+ "order": -1000,
175
+ "representation": {
176
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/boom.gif",
177
+ "height": 30,
178
+ "width": 30
179
+ },
180
+ "searchable": true,
181
+ "shortName": ":boom:"
182
+ },
183
+ {
184
+ "id": "atlassian-minus",
185
+ "name": "Minus",
186
+ "fallback": ":minus:",
187
+ "type": "ATLASSIAN",
188
+ "category": "ATLASSIAN",
189
+ "order": -999,
190
+ "representation": {
191
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/minus_64.png",
192
+ "height": 64,
193
+ "width": 64
194
+ },
195
+ "ascii": [
196
+ "(-)"
197
+ ],
198
+ "searchable": true,
199
+ "shortName": ":minus:"
200
+ },
201
+ {
202
+ "id": "atlassian-yellow_star",
203
+ "name": "Yellow Star",
204
+ "fallback": ":yellow_star:",
205
+ "type": "ATLASSIAN",
206
+ "category": "ATLASSIAN",
207
+ "order": -998,
208
+ "representation": {
209
+ "imagePath": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/atlassian/yellow_star_64.png",
210
+ "height": 64,
211
+ "width": 64
212
+ },
213
+ "ascii": [
214
+ "(*)",
215
+ "(*y)"
216
+ ],
217
+ "searchable": true,
218
+ "shortName": ":yellow_star:"
219
+ }
220
+ ],
221
+ "meta": {
222
+ "spriteSheets": {}
223
+ }
224
+ }