@atlaskit/reactions 31.3.0 → 31.3.1

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,14 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 31.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#142842](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142842)
8
+ [`63265d6000c11`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/63265d6000c11) -
9
+ Internal change to migrate to Compiled CSS-in-JS styling.
10
+ - Updated dependencies
11
+
3
12
  ## 31.3.0
4
13
 
5
14
  ### Minor Changes
@@ -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 = "31.3.0";
14
+ var packageVersion = "31.3.1";
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 = "31.3.0";
4
+ const packageVersion = "31.3.1";
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 = "31.3.0";
7
+ var packageVersion = "31.3.1";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
package/docs/0-intro.tsx CHANGED
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { md, Example, Props, code, AtlassianInternalWarning } from '@atlaskit/docs';
3
3
  import SectionMessage from '@atlaskit/section-message';
4
- import { Text } from '@atlaskit/primitives';
4
+ import { Text } from '@atlaskit/primitives/compiled';
5
5
 
6
6
  import ReactionsExample from '../examples/01-connected-reactions-view';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { md, Example, code, Props } from '@atlaskit/docs';
3
3
  import SectionMessage from '@atlaskit/section-message';
4
- import { Text } from '@atlaskit/primitives';
4
+ import { Text } from '@atlaskit/primitives/compiled';
5
5
 
6
6
  import ConnectedReactionPickerExample from '../examples/00-connected-reaction-picker';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { md, Example, code, Props } from '@atlaskit/docs';
3
3
  import SectionMessage from '@atlaskit/section-message';
4
- import { Text } from '@atlaskit/primitives';
4
+ import { Text } from '@atlaskit/primitives/compiled';
5
5
 
6
6
  import ConnectedReactionsViewExample from '../examples/01-connected-reactions-view';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { md, code, Props } from '@atlaskit/docs';
3
3
  import SectionMessage from '@atlaskit/section-message';
4
- import { Text } from '@atlaskit/primitives';
4
+ import { Text } from '@atlaskit/primitives/compiled';
5
5
 
6
6
  export default md`
7
7
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { md, code, Props } from '@atlaskit/docs';
3
3
  import SectionMessage from '@atlaskit/section-message';
4
- import { Text } from '@atlaskit/primitives';
4
+ import { Text } from '@atlaskit/primitives/compiled';
5
5
 
6
6
  export default md`
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "31.3.0",
3
+ "version": "31.3.1",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"