@atlaskit/reactions 35.2.5 → 35.2.6

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,11 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 35.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 35.2.5
4
10
 
5
11
  ### Patch Changes
@@ -31,7 +37,7 @@
31
37
  ### Patch Changes
32
38
 
33
39
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
34
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
40
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
35
41
  gating.
36
42
  - Updated dependencies
37
43
 
@@ -76,6 +76,9 @@
76
76
  {
77
77
  "path": "../../../design-system/primitives/afm-cc/tsconfig.json"
78
78
  },
79
+ {
80
+ "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
81
+ },
79
82
  {
80
83
  "path": "../../../react-ufo/atlaskit/afm-cc/tsconfig.json"
81
84
  },
@@ -102,9 +105,6 @@
102
105
  },
103
106
  {
104
107
  "path": "../../util-service-support/afm-cc/tsconfig.json"
105
- },
106
- {
107
- "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
108
108
  }
109
109
  ]
110
110
  }
@@ -76,6 +76,9 @@
76
76
  {
77
77
  "path": "../../../design-system/primitives/afm-products/tsconfig.json"
78
78
  },
79
+ {
80
+ "path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
81
+ },
79
82
  {
80
83
  "path": "../../../react-ufo/atlaskit/afm-products/tsconfig.json"
81
84
  },
@@ -102,9 +105,6 @@
102
105
  },
103
106
  {
104
107
  "path": "../../util-service-support/afm-products/tsconfig.json"
105
- },
106
- {
107
- "path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
108
108
  }
109
109
  ]
110
110
  }
@@ -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; } // eslint-disable-next-line @typescript-eslint/consistent-type-imports
13
13
  var packageName = "@atlaskit/reactions";
14
- var packageVersion = "35.2.4";
14
+ var packageVersion = "35.2.5";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -2,7 +2,7 @@
2
2
  import { createAndFireEvent } from '@atlaskit/analytics-next';
3
3
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
4
4
  const packageName = "@atlaskit/reactions";
5
- const packageVersion = "35.2.4";
5
+ const packageVersion = "35.2.5";
6
6
  /**
7
7
  * TODO: move to utility package?
8
8
  * A random sampling function
@@ -5,7 +5,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
5
5
  import { createAndFireEvent } from '@atlaskit/analytics-next';
6
6
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
7
7
  var packageName = "@atlaskit/reactions";
8
- var packageVersion = "35.2.4";
8
+ var packageVersion = "35.2.5";
9
9
  /**
10
10
  * TODO: move to utility package?
11
11
  * A random sampling function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "35.2.5",
3
+ "version": "35.2.6",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -17,7 +17,7 @@
17
17
  "react-compiler": {
18
18
  "enabled": true,
19
19
  "gating": {
20
- "source": "@atlassian/react-compiler-gating",
20
+ "source": "@atlaskit/react-compiler-gating",
21
21
  "importSpecifierName": "isReactCompilerActivePlatform"
22
22
  }
23
23
  },
@@ -49,16 +49,16 @@
49
49
  "@atlaskit/popup": "^5.0.0",
50
50
  "@atlaskit/portal": "^6.0.0",
51
51
  "@atlaskit/primitives": "^20.0.0",
52
+ "@atlaskit/react-compiler-gating": "^0.2.0",
52
53
  "@atlaskit/react-ufo": "^7.2.0",
53
54
  "@atlaskit/spinner": "^20.0.0",
54
55
  "@atlaskit/tabs": "^20.0.0",
55
56
  "@atlaskit/theme": "^26.0.0",
56
- "@atlaskit/tmp-editor-statsig": "^113.0.0",
57
+ "@atlaskit/tmp-editor-statsig": "^114.0.0",
57
58
  "@atlaskit/tokens": "^15.0.0",
58
59
  "@atlaskit/tooltip": "^23.0.0",
59
60
  "@atlaskit/ufo": "^1.0.0",
60
61
  "@atlaskit/util-service-support": "^7.0.0",
61
- "@atlassian/react-compiler-gating": "^0.2.0",
62
62
  "@babel/runtime": "^7.0.0",
63
63
  "@compiled/react": "^0.20.0",
64
64
  "focus-trap": "^2.4.5"