@atlaskit/reactions 33.8.14 → 33.8.16

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,17 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 33.8.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 33.8.15
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 33.8.14
4
16
 
5
17
  ### Patch Changes
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
- "declaration": true,
5
4
  "target": "es5",
6
5
  "outDir": "../../../../../confluence/tsDist/@atlaskit__reactions",
7
6
  "rootDir": "../",
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
- "declaration": true,
5
4
  "target": "es5",
6
5
  "outDir": "../../../../../jira/tsDist/@atlaskit__reactions/app",
7
6
  "rootDir": "../",
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
- "declaration": true,
5
4
  "target": "es5",
6
5
  "outDir": "../../../../../tsDist/@atlaskit__reactions/app",
7
6
  "rootDir": "../",
@@ -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 = "33.8.13";
14
+ var packageVersion = "0.0.0-development";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -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 = "33.8.13";
4
+ const packageVersion = "0.0.0-development";
5
5
  /**
6
6
  * TODO: move to utility package?
7
7
  * A random sampling function
@@ -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 = "33.8.13";
7
+ var packageVersion = "0.0.0-development";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
package/docs/0-intro.tsx CHANGED
@@ -1,5 +1,4 @@
1
1
  import Link from '@atlaskit/link';
2
- import { fg } from '@atlaskit/platform-feature-flags';
3
2
  import React from 'react';
4
3
  import { md, Example, Props, code, AtlassianInternalWarning } from '@atlaskit/docs';
5
4
  import SectionMessage from '@atlaskit/section-message';
@@ -7,9 +6,8 @@ import { Text } from '@atlaskit/primitives/compiled';
7
6
 
8
7
  import ReactionsExample from '../examples/01-connected-reactions-view';
9
8
 
10
- const LinkComponent = (props: any) =>
11
- // eslint-disable-next-line @atlaskit/design-system/no-html-anchor, @atlassian/a11y/anchor-has-content
12
- fg('dst-a11y__replace-anchor-with-link__editor-collabo') ? <Link {...props} /> : <a {...props} />;
9
+ // eslint-disable-next-line @atlassian/a11y/anchor-has-content
10
+ const LinkComponent = (props: any) => <Link {...props} />;
13
11
 
14
12
  const _default_1: any = md`
15
13
  ${(<AtlassianInternalWarning />)}
@@ -1,13 +1,11 @@
1
1
  import Link from '@atlaskit/link';
2
- import { fg } from '@atlaskit/platform-feature-flags';
3
2
  import React from 'react';
4
3
  import { md, code, Props } from '@atlaskit/docs';
5
4
  import SectionMessage from '@atlaskit/section-message';
6
5
  import { Text } from '@atlaskit/primitives/compiled';
7
6
 
8
- const LinkComponent = (props: any) =>
9
- // eslint-disable-next-line @atlaskit/design-system/no-html-anchor, @atlassian/a11y/anchor-has-content
10
- fg('dst-a11y__replace-anchor-with-link__editor-collabo') ? <Link {...props} /> : <a {...props} />;
7
+ // eslint-disable-next-line @atlassian/a11y/anchor-has-content
8
+ const LinkComponent = (props: any) => <Link {...props} />;
11
9
 
12
10
  const _default_1: any = md`
13
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "33.8.14",
3
+ "version": "33.8.16",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,24 +35,24 @@
35
35
  "@atlaskit/analytics-gas-types": "^5.1.0",
36
36
  "@atlaskit/analytics-namespaced-context": "^7.2.0",
37
37
  "@atlaskit/analytics-next": "^11.1.0",
38
- "@atlaskit/avatar": "^25.7.0",
39
- "@atlaskit/button": "^23.9.0",
38
+ "@atlaskit/avatar": "^25.8.0",
39
+ "@atlaskit/button": "^23.10.0",
40
40
  "@atlaskit/css": "^0.19.0",
41
41
  "@atlaskit/emoji": "^69.10.0",
42
42
  "@atlaskit/heading": "^5.3.0",
43
- "@atlaskit/icon": "^31.0.0",
43
+ "@atlaskit/icon": "^32.0.0",
44
44
  "@atlaskit/link": "^3.3.0",
45
- "@atlaskit/modal-dialog": "^14.10.0",
45
+ "@atlaskit/modal-dialog": "^14.11.0",
46
46
  "@atlaskit/motion": "^5.3.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/popper": "^7.1.0",
49
49
  "@atlaskit/popup": "^4.13.0",
50
50
  "@atlaskit/portal": "^5.2.0",
51
51
  "@atlaskit/primitives": "^18.0.0",
52
- "@atlaskit/react-ufo": "^5.2.0",
52
+ "@atlaskit/react-ufo": "^5.4.0",
53
53
  "@atlaskit/spinner": "^19.0.0",
54
54
  "@atlaskit/tabs": "^18.3.0",
55
- "@atlaskit/theme": "^21.0.0",
55
+ "@atlaskit/theme": "^22.0.0",
56
56
  "@atlaskit/tokens": "^11.0.0",
57
57
  "@atlaskit/tooltip": "^20.14.0",
58
58
  "@atlaskit/ufo": "^0.4.0",
@@ -71,7 +71,7 @@
71
71
  "@atlaskit/editor-test-helpers": "workspace:^",
72
72
  "@atlaskit/elements-test-helpers": "workspace:^",
73
73
  "@atlaskit/util-data-test": "^18.5.0",
74
- "@atlassian/a11y-jest-testing": "^0.10.0",
74
+ "@atlassian/a11y-jest-testing": "^0.11.0",
75
75
  "@atlassian/feature-flags-test-utils": "^1.0.0",
76
76
  "@testing-library/dom": "^10.1.0",
77
77
  "@testing-library/jest-dom": "^6.4.5",
@@ -117,9 +117,6 @@
117
117
  "platform-component-visual-refresh": {
118
118
  "type": "boolean"
119
119
  },
120
- "dst-a11y__replace-anchor-with-link__editor-collabo": {
121
- "type": "boolean"
122
- },
123
120
  "platform_optimistic_reaction_emoji": {
124
121
  "type": "boolean"
125
122
  },