@atlaskit/reactions 22.14.13 → 22.15.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,23 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 22.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#161683](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161683)
8
+ [`f3f374290027a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f3f374290027a) -
9
+ Adding en-zz locale support to elements package
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 22.14.14
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 22.14.13
4
22
 
5
23
  ### Patch Changes
@@ -1,81 +1,81 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.jira.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__reactions/app",
7
- "composite": true,
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../analytics/analytics-gas-types/afm-jira/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../analytics/analytics-namespaced-context/afm-jira/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/avatar/afm-jira/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/button/afm-jira/tsconfig.json"
34
- },
35
- {
36
- "path": "../../emoji/afm-jira/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/icon/afm-jira/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/modal-dialog/afm-jira/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/motion/afm-jira/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/popper/afm-jira/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../design-system/popup/afm-jira/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../design-system/primitives/afm-jira/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../design-system/spinner/afm-jira/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/tabs/afm-jira/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../design-system/theme/afm-jira/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
70
- },
71
- {
72
- "path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
73
- },
74
- {
75
- "path": "../../../data/ufo-external/afm-jira/tsconfig.json"
76
- },
77
- {
78
- "path": "../../util-service-support/afm-jira/tsconfig.json"
79
- }
80
- ]
81
- }
2
+ "extends": "../../../../tsconfig.entry-points.jira.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__reactions/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../analytics/analytics-gas-types/afm-jira/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../analytics/analytics-namespaced-context/afm-jira/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/avatar/afm-jira/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/button/afm-jira/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../emoji/afm-jira/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../design-system/icon/afm-jira/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/modal-dialog/afm-jira/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../design-system/motion/afm-jira/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../design-system/popper/afm-jira/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../../design-system/popup/afm-jira/tsconfig.json"
55
+ },
56
+ {
57
+ "path": "../../../design-system/primitives/afm-jira/tsconfig.json"
58
+ },
59
+ {
60
+ "path": "../../../design-system/spinner/afm-jira/tsconfig.json"
61
+ },
62
+ {
63
+ "path": "../../../design-system/tabs/afm-jira/tsconfig.json"
64
+ },
65
+ {
66
+ "path": "../../../design-system/theme/afm-jira/tsconfig.json"
67
+ },
68
+ {
69
+ "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
70
+ },
71
+ {
72
+ "path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
73
+ },
74
+ {
75
+ "path": "../../../data/ufo-external/afm-jira/tsconfig.json"
76
+ },
77
+ {
78
+ "path": "../../util-service-support/afm-jira/tsconfig.json"
79
+ }
80
+ ]
81
+ }
@@ -11,7 +11,7 @@ var _analyticsGasTypes = require("@atlaskit/analytics-gas-types");
11
11
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
12
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13
13
  var packageName = "@atlaskit/reactions";
14
- var packageVersion = "22.14.13";
14
+ var packageVersion = "22.15.0";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -34,6 +34,12 @@ Object.defineProperty(exports, "en_GB", {
34
34
  return _en_GB.default;
35
35
  }
36
36
  });
37
+ Object.defineProperty(exports, "en_ZZ", {
38
+ enumerable: true,
39
+ get: function get() {
40
+ return _en_ZZ.default;
41
+ }
42
+ });
37
43
  Object.defineProperty(exports, "es", {
38
44
  enumerable: true,
39
45
  get: function get() {
@@ -205,5 +211,6 @@ var _uk = _interopRequireDefault(require("./uk"));
205
211
  var _vi = _interopRequireDefault(require("./vi"));
206
212
  var _en = _interopRequireDefault(require("./en"));
207
213
  var _en_GB = _interopRequireDefault(require("./en_GB"));
214
+ var _en_ZZ = _interopRequireDefault(require("./en_ZZ"));
208
215
  var _is = _interopRequireDefault(require("./is"));
209
216
  var _ro = _interopRequireDefault(require("./ro"));
@@ -11,6 +11,7 @@ var _default = exports.default = {
11
11
  nl: 'Dutch',
12
12
  en: 'English',
13
13
  en_GB: 'English (United Kingdom)',
14
+ en_ZZ: 'English (Instrumented)',
14
15
  et: 'Estonian',
15
16
  fi: 'Finnish',
16
17
  fr: 'French',
@@ -1,7 +1,7 @@
1
1
  import { createAndFireEvent } from '@atlaskit/analytics-next';
2
2
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
3
3
  const packageName = "@atlaskit/reactions";
4
- const packageVersion = "22.14.13";
4
+ const packageVersion = "22.15.0";
5
5
  /**
6
6
  * TODO: move to utility package?
7
7
  * A random sampling function
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
4
+ * This file was automatically generated by i18n-tools
5
+ * which is now deprecated. Changes must now be made
6
+ * manually.
6
7
  */
7
8
  export { default as zh } from './zh';
8
9
  export { default as zh_TW } from './zh_TW';
@@ -31,5 +32,6 @@ export { default as uk } from './uk';
31
32
  export { default as vi } from './vi';
32
33
  export { default as en } from './en';
33
34
  export { default as en_GB } from './en_GB';
35
+ export { default as en_ZZ } from './en_ZZ';
34
36
  export { default as is } from './is';
35
37
  export { default as ro } from './ro';
@@ -5,6 +5,7 @@ export default {
5
5
  nl: 'Dutch',
6
6
  en: 'English',
7
7
  en_GB: 'English (United Kingdom)',
8
+ en_ZZ: 'English (Instrumented)',
8
9
  et: 'Estonian',
9
10
  fi: 'Finnish',
10
11
  fr: 'French',
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
4
4
  import { createAndFireEvent } from '@atlaskit/analytics-next';
5
5
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
6
6
  var packageName = "@atlaskit/reactions";
7
- var packageVersion = "22.14.13";
7
+ var packageVersion = "22.15.0";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
4
+ * This file was automatically generated by i18n-tools
5
+ * which is now deprecated. Changes must now be made
6
+ * manually.
6
7
  */
7
8
  export { default as zh } from './zh';
8
9
  export { default as zh_TW } from './zh_TW';
@@ -31,5 +32,6 @@ export { default as uk } from './uk';
31
32
  export { default as vi } from './vi';
32
33
  export { default as en } from './en';
33
34
  export { default as en_GB } from './en_GB';
35
+ export { default as en_ZZ } from './en_ZZ';
34
36
  export { default as is } from './is';
35
37
  export { default as ro } from './ro';
@@ -5,6 +5,7 @@ export default {
5
5
  nl: 'Dutch',
6
6
  en: 'English',
7
7
  en_GB: 'English (United Kingdom)',
8
+ en_ZZ: 'English (Instrumented)',
8
9
  et: 'Estonian',
9
10
  fi: 'Finnish',
10
11
  fr: 'French',
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
4
+ * This file was automatically generated by i18n-tools
5
+ * which is now deprecated. Changes must now be made
6
+ * manually.
6
7
  */
7
8
  export { default as zh } from './zh';
8
9
  export { default as zh_TW } from './zh_TW';
@@ -31,5 +32,6 @@ export { default as uk } from './uk';
31
32
  export { default as vi } from './vi';
32
33
  export { default as en } from './en';
33
34
  export { default as en_GB } from './en_GB';
35
+ export { default as en_ZZ } from './en_ZZ';
34
36
  export { default as is } from './is';
35
37
  export { default as ro } from './ro';
@@ -5,6 +5,7 @@ declare const _default: {
5
5
  nl: string;
6
6
  en: string;
7
7
  en_GB: string;
8
+ en_ZZ: string;
8
9
  et: string;
9
10
  fi: string;
10
11
  fr: string;
@@ -1,8 +1,9 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
4
+ * This file was automatically generated by i18n-tools
5
+ * which is now deprecated. Changes must now be made
6
+ * manually.
6
7
  */
7
8
  export { default as zh } from './zh';
8
9
  export { default as zh_TW } from './zh_TW';
@@ -31,5 +32,6 @@ export { default as uk } from './uk';
31
32
  export { default as vi } from './vi';
32
33
  export { default as en } from './en';
33
34
  export { default as en_GB } from './en_GB';
35
+ export { default as en_ZZ } from './en_ZZ';
34
36
  export { default as is } from './is';
35
37
  export { default as ro } from './ro';
@@ -5,6 +5,7 @@ declare const _default: {
5
5
  nl: string;
6
6
  en: string;
7
7
  en_GB: string;
8
+ en_ZZ: string;
8
9
  et: string;
9
10
  fi: string;
10
11
  fr: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.14.13",
3
+ "version": "22.15.0",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,21 +35,21 @@
35
35
  "@atlaskit/analytics-gas-types": "^5.1.0",
36
36
  "@atlaskit/analytics-namespaced-context": "^6.12.0",
37
37
  "@atlaskit/analytics-next": "^10.1.0",
38
- "@atlaskit/avatar": "^21.16.0",
38
+ "@atlaskit/avatar": "^21.17.0",
39
39
  "@atlaskit/button": "^20.3.0",
40
- "@atlaskit/emoji": "^67.8.0",
40
+ "@atlaskit/emoji": "^67.10.0",
41
41
  "@atlaskit/icon": "^22.24.0",
42
42
  "@atlaskit/modal-dialog": "^12.17.0",
43
43
  "@atlaskit/motion": "^1.9.0",
44
44
  "@atlaskit/platform-feature-flags": "^0.3.0",
45
45
  "@atlaskit/popper": "^6.3.0",
46
- "@atlaskit/popup": "1.29.1",
47
- "@atlaskit/primitives": "^13.0.0",
46
+ "@atlaskit/popup": "1.29.2",
47
+ "@atlaskit/primitives": "^13.2.0",
48
48
  "@atlaskit/spinner": "^16.3.0",
49
49
  "@atlaskit/tabs": "^16.5.0",
50
50
  "@atlaskit/theme": "^14.0.0",
51
- "@atlaskit/tokens": "^2.0.0",
52
- "@atlaskit/tooltip": "^18.8.0",
51
+ "@atlaskit/tokens": "^2.2.0",
52
+ "@atlaskit/tooltip": "^18.9.0",
53
53
  "@atlaskit/ufo": "^0.3.0",
54
54
  "@atlaskit/util-service-support": "^6.2.0",
55
55
  "@babel/runtime": "^7.0.0",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@atlaskit/elements-test-helpers": "^0.7.0",
66
- "@atlaskit/util-data-test": "^17.11.0",
66
+ "@atlaskit/util-data-test": "^17.13.0",
67
67
  "@atlassian/feature-flags-test-utils": "^0.2.0",
68
68
  "@emotion/jest": "^11.8.0",
69
69
  "@testing-library/dom": "^10.1.0",