@atlaskit/reactions 33.2.0 → 33.2.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 +6 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/components/Counter.compiled.css +1 -1
- package/dist/cjs/components/Counter.js +2 -2
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/components/Counter.compiled.css +1 -1
- package/dist/es2019/components/Counter.js +2 -2
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/components/Counter.compiled.css +1 -1
- package/dist/esm/components/Counter.js +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
14
|
+
var packageVersion = "33.2.0";
|
|
15
15
|
/**
|
|
16
16
|
* TODO: move to utility package?
|
|
17
17
|
* A random sampling function
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
._n3td1b66{padding-bottom:var(--ds-space-050,4px)}
|
|
12
12
|
._syaz1gjq{color:var(--ds-text-subtle,#44546f)}
|
|
13
13
|
._syazln51{color:var(--_1hfkvbo)}
|
|
14
|
-
.
|
|
14
|
+
._syazpsu8{color:var(--_vrm7dk)}
|
|
15
15
|
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
16
16
|
._vwz4dlk8{line-height:14px}
|
|
@@ -69,10 +69,10 @@ var Counter = exports.Counter = function Counter(_ref) {
|
|
|
69
69
|
}, [value]);
|
|
70
70
|
return /*#__PURE__*/React.createElement("div", {
|
|
71
71
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
72
|
-
className: (0, _runtime.ax)(["_11c81o8v _1reo15vq _18m915vq
|
|
72
|
+
className: (0, _runtime.ax)(["_11c81o8v _1reo15vq _18m915vq _syazpsu8 _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pkv77o", className]),
|
|
73
73
|
"data-testid": RENDER_COMPONENT_WRAPPER,
|
|
74
74
|
style: {
|
|
75
|
-
"--
|
|
75
|
+
"--_vrm7dk": (0, _runtime.ix)("var(--ds-text-subtlest, ".concat(_colors.N200, ")"))
|
|
76
76
|
}
|
|
77
77
|
}, /*#__PURE__*/React.createElement(_motion.ExitingPersistence, null, /*#__PURE__*/React.createElement(_motion.SlideIn, {
|
|
78
78
|
enterFrom: isIncreasing ? 'top' : 'bottom',
|
|
@@ -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.
|
|
4
|
+
const packageVersion = "33.2.0";
|
|
5
5
|
/**
|
|
6
6
|
* TODO: move to utility package?
|
|
7
7
|
* A random sampling function
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
._kqswh2mm{position:relative}
|
|
11
11
|
._n3td1b66{padding-bottom:var(--ds-space-050,4px)}
|
|
12
12
|
._syaz1gjq{color:var(--ds-text-subtle,#44546f)}
|
|
13
|
-
._syaz1ifp{color:var(--ds-text-subtlest,#8993a4)}
|
|
14
13
|
._syaz1ldt{color:var(--ds-text-selected,#0052cc)}
|
|
14
|
+
._syaz1wmz{color:var(--ds-text-subtlest,#6b778c)}
|
|
15
15
|
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
16
16
|
._vwz4dlk8{line-height:14px}
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { useEffect, useMemo, useRef } from 'react';
|
|
6
6
|
import { SlideIn, ExitingPersistence } from '@atlaskit/motion';
|
|
7
7
|
import { formatLargeNumber } from '../shared/utils';
|
|
8
|
-
import { B400,
|
|
8
|
+
import { B400, N200 } from '@atlaskit/theme/colors';
|
|
9
9
|
const containerStyle = null;
|
|
10
10
|
const counterLabelStyle = null;
|
|
11
11
|
const countStyle = null;
|
|
@@ -60,7 +60,7 @@ export const Counter = ({
|
|
|
60
60
|
}, [value]);
|
|
61
61
|
return /*#__PURE__*/React.createElement("div", {
|
|
62
62
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
63
|
-
className: ax(["_11c81o8v _1reo15vq _18m915vq
|
|
63
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syaz1wmz _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pkv77o", className]),
|
|
64
64
|
"data-testid": RENDER_COMPONENT_WRAPPER
|
|
65
65
|
}, /*#__PURE__*/React.createElement(ExitingPersistence, null, /*#__PURE__*/React.createElement(SlideIn, {
|
|
66
66
|
enterFrom: isIncreasing ? 'top' : 'bottom',
|
|
@@ -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.
|
|
7
|
+
var packageVersion = "33.2.0";
|
|
8
8
|
/**
|
|
9
9
|
* TODO: move to utility package?
|
|
10
10
|
* A random sampling function
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
._n3td1b66{padding-bottom:var(--ds-space-050,4px)}
|
|
12
12
|
._syaz1gjq{color:var(--ds-text-subtle,#44546f)}
|
|
13
13
|
._syazln51{color:var(--_1hfkvbo)}
|
|
14
|
-
.
|
|
14
|
+
._syazpsu8{color:var(--_vrm7dk)}
|
|
15
15
|
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
16
16
|
._vwz4dlk8{line-height:14px}
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { useEffect, useMemo, useRef } from 'react';
|
|
6
6
|
import { SlideIn, ExitingPersistence } from '@atlaskit/motion';
|
|
7
7
|
import { formatLargeNumber } from '../shared/utils';
|
|
8
|
-
import { B400,
|
|
8
|
+
import { B400, N200 } from '@atlaskit/theme/colors';
|
|
9
9
|
var containerStyle = null;
|
|
10
10
|
var counterLabelStyle = null;
|
|
11
11
|
var countStyle = null;
|
|
@@ -61,10 +61,10 @@ export var Counter = function Counter(_ref) {
|
|
|
61
61
|
}, [value]);
|
|
62
62
|
return /*#__PURE__*/React.createElement("div", {
|
|
63
63
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
64
|
-
className: ax(["_11c81o8v _1reo15vq _18m915vq
|
|
64
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syazpsu8 _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pkv77o", className]),
|
|
65
65
|
"data-testid": RENDER_COMPONENT_WRAPPER,
|
|
66
66
|
style: {
|
|
67
|
-
"--
|
|
67
|
+
"--_vrm7dk": ix("var(--ds-text-subtlest, ".concat(N200, ")"))
|
|
68
68
|
}
|
|
69
69
|
}, /*#__PURE__*/React.createElement(ExitingPersistence, null, /*#__PURE__*/React.createElement(SlideIn, {
|
|
70
70
|
enterFrom: isIncreasing ? 'top' : 'bottom',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.1",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/react-ufo": "^3.14.0",
|
|
53
53
|
"@atlaskit/spinner": "^18.0.0",
|
|
54
54
|
"@atlaskit/tabs": "^18.1.0",
|
|
55
|
-
"@atlaskit/theme": "^
|
|
55
|
+
"@atlaskit/theme": "^19.0.0",
|
|
56
56
|
"@atlaskit/tokens": "^5.4.0",
|
|
57
57
|
"@atlaskit/tooltip": "^20.3.0",
|
|
58
58
|
"@atlaskit/ufo": "^0.4.0",
|