@atlaskit/share 3.1.1 → 3.1.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
  # @atlaskit/share
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.1.1
4
10
 
5
11
  ### 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 widht: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-content: center;\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;
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.1.1"
3
+ "version": "3.1.2"
4
4
  }
@@ -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
- widht: 100%;
11
+ width: 100%;
12
12
  height: 100%;
13
13
  display: flex;
14
14
  justify-content: center;
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.1.1"
3
+ "version": "3.1.2"
4
4
  }
@@ -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 widht: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-content: center;\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"])));
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.1.1"
3
+ "version": "3.1.2"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,7 +42,7 @@
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.7.0",
45
+ "@atlaskit/tokens": "^0.8.0",
46
46
  "@atlaskit/tooltip": "^17.5.0",
47
47
  "@atlaskit/user-picker": "^8.8.0",
48
48
  "@atlaskit/util-service-support": "^6.1.0",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@atlaskit/docs": "^9.0.0",
62
- "@atlaskit/editor-test-helpers": "^16.1.0",
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",