@atlaskit/share 3.1.1 → 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 +18 -0
- package/dist/cjs/components/LazyShareForm/styled.js +1 -1
- package/dist/cjs/components/SplitButton.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/LazyShareForm/styled.js +1 -1
- package/dist/es2019/components/SplitButton.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/LazyShareForm/styled.js +1 -1
- package/dist/esm/components/SplitButton.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
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
|
+
|
|
9
|
+
## 3.1.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 3.1.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 3.1.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -23,6 +23,6 @@ var CustomFooterWrapper = _styledComponents.default.div(_templateObject2 || (_te
|
|
|
23
23
|
|
|
24
24
|
exports.CustomFooterWrapper = CustomFooterWrapper;
|
|
25
25
|
|
|
26
|
-
var SpinnerWrapper = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n
|
|
26
|
+
var SpinnerWrapper = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-content: center;\n"])));
|
|
27
27
|
|
|
28
28
|
exports.SpinnerWrapper = SpinnerWrapper;
|
|
@@ -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:
|
|
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, {
|
package/dist/cjs/version.json
CHANGED
|
@@ -8,7 +8,7 @@ export const CustomFooterWrapper = styled.div`
|
|
|
8
8
|
margin: 0 ${-gridSize() * 3}px ${-gridSize() * 2}px ${-gridSize() * 3}px;
|
|
9
9
|
`;
|
|
10
10
|
export const SpinnerWrapper = styled.div`
|
|
11
|
-
|
|
11
|
+
width: 100%;
|
|
12
12
|
height: 100%;
|
|
13
13
|
display: flex;
|
|
14
14
|
justify-content: center;
|
package/dist/es2019/version.json
CHANGED
|
@@ -6,4 +6,4 @@ import styled from 'styled-components';
|
|
|
6
6
|
import { gridSize } from '@atlaskit/theme/constants';
|
|
7
7
|
export var BottomMessageWrapper = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: ", "px;\n"])), gridSize() * 44);
|
|
8
8
|
export var CustomFooterWrapper = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n /* Must match inline dialog padding. */\n margin: 0 ", "px ", "px ", "px;\n"])), -gridSize() * 3, -gridSize() * 2, -gridSize() * 3);
|
|
9
|
-
export var SpinnerWrapper = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n
|
|
9
|
+
export var SpinnerWrapper = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-content: center;\n"])));
|
|
@@ -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:
|
|
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, {
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/share",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "Fabric Share Element",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"@atlaskit/tabs": "^13.2.3",
|
|
43
43
|
"@atlaskit/textarea": "^4.3.0",
|
|
44
44
|
"@atlaskit/theme": "^12.1.0",
|
|
45
|
-
"@atlaskit/tokens": "^0.
|
|
45
|
+
"@atlaskit/tokens": "^0.8.0",
|
|
46
46
|
"@atlaskit/tooltip": "^17.5.0",
|
|
47
|
-
"@atlaskit/user-picker": "^
|
|
47
|
+
"@atlaskit/user-picker": "^9.0.0",
|
|
48
48
|
"@atlaskit/util-service-support": "^6.1.0",
|
|
49
49
|
"@babel/runtime": "^7.0.0",
|
|
50
50
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@atlaskit/docs": "^9.0.0",
|
|
62
|
-
"@atlaskit/editor-test-helpers": "^
|
|
62
|
+
"@atlaskit/editor-test-helpers": "^17.0.0",
|
|
63
63
|
"@atlaskit/flag": "^14.5.0",
|
|
64
64
|
"@atlaskit/section-message": "^6.0.0",
|
|
65
65
|
"@atlaskit/select": "^15.0.0",
|
|
@@ -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.
|
|
74
|
+
"typescript": "3.9.10"
|
|
75
75
|
},
|
|
76
76
|
"keywords": [
|
|
77
77
|
"ui",
|