@atlaskit/give-kudos 2.3.1 → 2.3.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,11 @@
1
1
  # @atlassian/give-kudos
2
2
 
3
+ ## 2.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.3.1
4
10
 
5
11
  ### Patch Changes
@@ -51,6 +51,7 @@ var sidebarButtonStyles = (0, _react2.css)({
51
51
  alignItems: 'center',
52
52
  background: 0,
53
53
  borderRadius: '50%',
54
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
54
55
  lineHeight: 1
55
56
  });
56
57
  var ANALYTICS_CHANNEL = 'atlas';
@@ -41,6 +41,7 @@ const sidebarButtonStyles = css({
41
41
  alignItems: 'center',
42
42
  background: 0,
43
43
  borderRadius: '50%',
44
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
44
45
  lineHeight: 1
45
46
  });
46
47
  const ANALYTICS_CHANNEL = 'atlas';
@@ -45,6 +45,7 @@ var sidebarButtonStyles = css({
45
45
  alignItems: 'center',
46
46
  background: 0,
47
47
  borderRadius: '50%',
48
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
48
49
  lineHeight: 1
49
50
  });
50
51
  var ANALYTICS_CHANNEL = 'atlas';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Give Kudos experience ",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,15 +39,15 @@
39
39
  "typecheck": "NODE_OPTIONS=--max-old-space-size=4096 tsc --noEmit --project ./tsconfig.json"
40
40
  },
41
41
  "dependencies": {
42
- "@atlaskit/analytics-next": "^10.1.0",
42
+ "@atlaskit/analytics-next": "^10.2.0",
43
43
  "@atlaskit/button": "^20.3.0",
44
- "@atlaskit/drawer": "^9.2.0",
45
- "@atlaskit/icon": "^23.0.0",
44
+ "@atlaskit/drawer": "^9.3.0",
45
+ "@atlaskit/icon": "^23.3.0",
46
46
  "@atlaskit/intl-messages-provider": "^1.0.2",
47
- "@atlaskit/modal-dialog": "^12.18.0",
48
- "@atlaskit/portal": "^4.9.0",
47
+ "@atlaskit/modal-dialog": "^12.19.0",
48
+ "@atlaskit/portal": "^4.10.0",
49
49
  "@atlaskit/theme": "^14.0.0",
50
- "@atlaskit/tokens": "^2.4.0",
50
+ "@atlaskit/tokens": "^3.0.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "react-intl-next": "npm:react-intl@^5.18.1"