@atlaskit/reactions 35.13.0 → 35.13.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 35.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 35.13.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 35.13.0
4
16
 
5
17
  ### 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; } // eslint-disable-next-line @typescript-eslint/consistent-type-imports
13
13
  var packageName = "@atlaskit/reactions";
14
- var packageVersion = "35.12.17";
14
+ var packageVersion = "35.13.1";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -1,7 +1,6 @@
1
1
  /* Counter.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
4
  var _typeof = require("@babel/runtime/helpers/typeof");
6
5
  Object.defineProperty(exports, "__esModule", {
7
6
  value: true
@@ -11,8 +10,7 @@ require("./Counter.compiled.css");
11
10
  var _react = _interopRequireWildcard(require("react"));
12
11
  var React = _react;
13
12
  var _runtime = require("@compiled/react/runtime");
14
- var _slideIn = _interopRequireDefault(require("@atlaskit/motion/slide-in"));
15
- var _exitingPersistence = _interopRequireDefault(require("@atlaskit/motion/exiting-persistence"));
13
+ var _motion = require("@atlaskit/motion");
16
14
  var _utils = require("../shared/utils");
17
15
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
18
16
  var containerStyle = null;
@@ -72,7 +70,7 @@ var Counter = exports.Counter = function Counter(_ref) {
72
70
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
73
71
  className: (0, _runtime.ax)(["_11c8wadc _1reo15vq _18m915vq _syaz1rpy _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syazazsu", useUpdatedStyles && "_19pkv77o", className]),
74
72
  "data-testid": RENDER_COMPONENT_WRAPPER
75
- }, /*#__PURE__*/React.createElement(_exitingPersistence.default, null, /*#__PURE__*/React.createElement(_slideIn.default, {
73
+ }, /*#__PURE__*/React.createElement(_motion.ExitingPersistence, null, /*#__PURE__*/React.createElement(_motion.SlideIn, {
76
74
  enterFrom: isIncreasing ? 'top' : 'bottom',
77
75
  exitTo: isIncreasing ? 'top' : 'bottom',
78
76
  key: value,
@@ -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.12.17";
5
+ const packageVersion = "35.13.1";
6
6
  /**
7
7
  * TODO: move to utility package?
8
8
  * A random sampling function
@@ -3,8 +3,7 @@ import "./Counter.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { useEffect, useMemo, useRef } from 'react';
6
- import SlideIn from '@atlaskit/motion/slide-in';
7
- import ExitingPersistence from '@atlaskit/motion/exiting-persistence';
6
+ import { SlideIn, ExitingPersistence } from '@atlaskit/motion';
8
7
  import { formatLargeNumber } from '../shared/utils';
9
8
  const containerStyle = null;
10
9
  const counterLabelStyle = null;
@@ -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.12.17";
8
+ var packageVersion = "35.13.1";
9
9
  /**
10
10
  * TODO: move to utility package?
11
11
  * A random sampling function
@@ -3,8 +3,7 @@ import "./Counter.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { useEffect, useMemo, useRef } from 'react';
6
- import SlideIn from '@atlaskit/motion/slide-in';
7
- import ExitingPersistence from '@atlaskit/motion/exiting-persistence';
6
+ import { SlideIn, ExitingPersistence } from '@atlaskit/motion';
8
7
  import { formatLargeNumber } from '../shared/utils';
9
8
  var containerStyle = null;
10
9
  var counterLabelStyle = null;
@@ -1,4 +1,4 @@
1
- import type { Durations } from '@atlaskit/motion/utils/durations';
1
+ import { type Durations } from '@atlaskit/motion';
2
2
  /**
3
3
  * Test id for component top level div
4
4
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "35.13.0",
3
+ "version": "35.13.2",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -55,7 +55,7 @@
55
55
  "@atlaskit/spinner": "^20.2.0",
56
56
  "@atlaskit/tabs": "^21.0.0",
57
57
  "@atlaskit/theme": "^28.0.0",
58
- "@atlaskit/tmp-editor-statsig": "^153.0.0",
58
+ "@atlaskit/tmp-editor-statsig": "^155.0.0",
59
59
  "@atlaskit/tokens": "^16.7.0",
60
60
  "@atlaskit/tooltip": "^24.1.0",
61
61
  "@atlaskit/ufo": "^1.0.0",