@atlaskit/share 3.1.3 → 3.1.4

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
  # @atlaskit/share
2
2
 
3
+ ## 3.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4a010959e0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a010959e0d) - [ux] Updated some hardcoded colors to use Design Tokens for theming that were missing during initial migration
8
+
3
9
  ## 3.1.3
4
10
 
5
11
  ### Patch Changes
@@ -51,7 +51,7 @@ var SplitButtonWrapper = _styledComponents.default.div(_templateObject || (_temp
51
51
 
52
52
  var DropdownMenuWrapper = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n margin-left: 1px;\n button {\n border-radius: 0 ", "px ", "px 0;\n }\n button:hover {\n border-radius: 0 ", "px ", "px 0;\n }\n"])), (0, _constants.borderRadius)(), (0, _constants.borderRadius)(), (0, _constants.borderRadius)(), (0, _constants.borderRadius)());
53
53
 
54
- var DropDownIntegrationButtonWrapper = _styledComponents.default.span(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n button:hover {\n background: rgba(255, 255, 255, 0);\n }\n"])));
54
+ var DropDownIntegrationButtonWrapper = _styledComponents.default.span(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n button:hover {\n background: transparent;\n }\n"])));
55
55
 
56
56
  var integrationButtonText = function integrationButtonText(integrationName) {
57
57
  return /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _i18n.messages.shareToIntegrationButtonText, {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.1.3"
3
+ "version": "3.1.4"
4
4
  }
@@ -31,7 +31,7 @@ const DropdownMenuWrapper = styled.div`
31
31
  `;
32
32
  const DropDownIntegrationButtonWrapper = styled.span`
33
33
  button:hover {
34
- background: rgba(255, 255, 255, 0);
34
+ background: transparent;
35
35
  }
36
36
  `;
37
37
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.1.3"
3
+ "version": "3.1.4"
4
4
  }
@@ -19,7 +19,7 @@ import { shareIntegrationButtonEvent } from './analytics';
19
19
  import IntegrationButton from './IntegrationButton';
20
20
  var SplitButtonWrapper = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n button {\n border-radius: ", "px 0 0 ", "px;\n }\n button:hover {\n border-radius: ", "px 0 0 ", "px;\n }\n"])), borderRadius(), borderRadius(), borderRadius(), borderRadius());
21
21
  var DropdownMenuWrapper = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-left: 1px;\n button {\n border-radius: 0 ", "px ", "px 0;\n }\n button:hover {\n border-radius: 0 ", "px ", "px 0;\n }\n"])), borderRadius(), borderRadius(), borderRadius(), borderRadius());
22
- var DropDownIntegrationButtonWrapper = styled.span(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n button:hover {\n background: rgba(255, 255, 255, 0);\n }\n"])));
22
+ var DropDownIntegrationButtonWrapper = styled.span(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n button:hover {\n background: transparent;\n }\n"])));
23
23
 
24
24
  var integrationButtonText = function integrationButtonText(integrationName) {
25
25
  return /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.shareToIntegrationButtonText, {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.1.3"
3
+ "version": "3.1.4"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -71,7 +71,7 @@
71
71
  "enzyme-react-intl": "^2.0.6",
72
72
  "jest-fetch-mock": "^3.0.3",
73
73
  "react": "^16.8.0",
74
- "typescript": "3.9.6"
74
+ "typescript": "3.9.10"
75
75
  },
76
76
  "keywords": [
77
77
  "ui",