@atlaskit/reactions 31.10.0 → 31.12.0
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 +22 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/components/Counter.compiled.css +1 -1
- package/dist/cjs/components/Counter.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/components/Counter.compiled.css +1 -1
- package/dist/es2019/components/Counter.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/components/Counter.compiled.css +1 -1
- package/dist/esm/components/Counter.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 31.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#152199](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/152199)
|
|
8
|
+
[`08298b62373b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08298b62373b8) -
|
|
9
|
+
Updating scripts to explicitly use yarn start:webpack since yarn start doesn't currently support
|
|
10
|
+
the --proxy flag when rspack is used as a bundler
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 31.11.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#153904](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153904)
|
|
21
|
+
[`881d29f1df066`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/881d29f1df066) -
|
|
22
|
+
[ux] Updates the vertical positioning of the reactions counter for updated byline page reactions
|
|
23
|
+
styles
|
|
24
|
+
|
|
3
25
|
## 31.10.0
|
|
4
26
|
|
|
5
27
|
### 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.
|
|
14
|
+
var packageVersion = "31.12.0";
|
|
15
15
|
/**
|
|
16
16
|
* TODO: move to utility package?
|
|
17
17
|
* A random sampling function
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18m915vq{overflow-y:hidden}
|
|
3
3
|
._19bvidpf{padding-left:0}
|
|
4
|
-
.
|
|
4
|
+
._19pkv77o{margin-top:var(--ds-space-025,2px)}
|
|
5
5
|
._1e0c1txw{display:flex}
|
|
6
6
|
._1reo15vq{overflow-x:hidden}
|
|
7
7
|
._1x821ts4{font-variant-numeric:tabular-nums}
|
|
@@ -70,7 +70,7 @@ var Counter = exports.Counter = function Counter(_ref) {
|
|
|
70
70
|
}, [value]);
|
|
71
71
|
return /*#__PURE__*/React.createElement("div", {
|
|
72
72
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
73
|
-
className: (0, _runtime.ax)(["_11c81o8v _1reo15vq _18m915vq _syazvsbi _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "
|
|
73
|
+
className: (0, _runtime.ax)(["_11c81o8v _1reo15vq _18m915vq _syazvsbi _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pkv77o", className]),
|
|
74
74
|
"data-testid": RENDER_COMPONENT_WRAPPER,
|
|
75
75
|
style: {
|
|
76
76
|
"--_htr5nm": (0, _runtime.ix)("var(--ds-text-subtlest, ".concat(_colors.N90, ")"))
|
|
@@ -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.
|
|
4
|
+
const packageVersion = "31.12.0";
|
|
5
5
|
/**
|
|
6
6
|
* TODO: move to utility package?
|
|
7
7
|
* A random sampling function
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18m915vq{overflow-y:hidden}
|
|
3
3
|
._19bvidpf{padding-left:0}
|
|
4
|
-
.
|
|
4
|
+
._19pkv77o{margin-top:var(--ds-space-025,2px)}
|
|
5
5
|
._1e0c1txw{display:flex}
|
|
6
6
|
._1reo15vq{overflow-x:hidden}
|
|
7
7
|
._1x821ts4{font-variant-numeric:tabular-nums}
|
|
@@ -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 _syaz1ifp _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "
|
|
63
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syaz1ifp _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 = "31.
|
|
7
|
+
var packageVersion = "31.12.0";
|
|
8
8
|
/**
|
|
9
9
|
* TODO: move to utility package?
|
|
10
10
|
* A random sampling function
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18m915vq{overflow-y:hidden}
|
|
3
3
|
._19bvidpf{padding-left:0}
|
|
4
|
-
.
|
|
4
|
+
._19pkv77o{margin-top:var(--ds-space-025,2px)}
|
|
5
5
|
._1e0c1txw{display:flex}
|
|
6
6
|
._1reo15vq{overflow-x:hidden}
|
|
7
7
|
._1x821ts4{font-variant-numeric:tabular-nums}
|
|
@@ -61,7 +61,7 @@ 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 _syazvsbi _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "
|
|
64
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syazvsbi _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pkv77o", className]),
|
|
65
65
|
"data-testid": RENDER_COMPONENT_WRAPPER,
|
|
66
66
|
style: {
|
|
67
67
|
"--_htr5nm": ix("var(--ds-text-subtlest, ".concat(N90, ")"))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "31.
|
|
3
|
+
"version": "31.12.0",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"@atlaskit/avatar": "^25.1.0",
|
|
39
39
|
"@atlaskit/button": "^23.0.0",
|
|
40
40
|
"@atlaskit/css": "^0.10.0",
|
|
41
|
-
"@atlaskit/emoji": "^69.
|
|
41
|
+
"@atlaskit/emoji": "^69.2.0",
|
|
42
42
|
"@atlaskit/heading": "^5.2.0",
|
|
43
43
|
"@atlaskit/icon": "^26.0.0",
|
|
44
|
-
"@atlaskit/modal-dialog": "^14.
|
|
44
|
+
"@atlaskit/modal-dialog": "^14.2.0",
|
|
45
45
|
"@atlaskit/motion": "^5.1.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
48
48
|
"@atlaskit/popper": "^7.0.0",
|
|
49
|
-
"@atlaskit/popup": "^4.
|
|
49
|
+
"@atlaskit/popup": "^4.2.0",
|
|
50
50
|
"@atlaskit/portal": "^5.1.0",
|
|
51
51
|
"@atlaskit/primitives": "^14.7.0",
|
|
52
52
|
"@atlaskit/react-ufo": "^3.11.0",
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
"start": "cd ../../ && yarn start reactions",
|
|
116
116
|
"test": "cd ../../ && yarn test reactions",
|
|
117
117
|
"typecheck": "cd ../../ && yarn typecheck:package ./packages/elements/reactions",
|
|
118
|
-
"start:dev": "cd ../../ && yarn start reactions --proxy ./packages/elements/reactions/proxy.ts",
|
|
119
|
-
"start:edge": "cd ../../ && PROXY_TARGET_ENV=edge yarn start reactions --proxy ./packages/elements/reactions/proxy.ts"
|
|
118
|
+
"start:dev": "cd ../../ && yarn start:webpack reactions --proxy ./packages/elements/reactions/proxy.ts",
|
|
119
|
+
"start:edge": "cd ../../ && PROXY_TARGET_ENV=edge yarn start:webpack reactions --proxy ./packages/elements/reactions/proxy.ts"
|
|
120
120
|
},
|
|
121
121
|
"platform-feature-flags": {
|
|
122
122
|
"platform-component-visual-refresh": {
|