@atlaskit/share 6.18.10 → 6.19.1

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,18 @@
1
1
  # @atlaskit/share
2
2
 
3
+ ## 6.19.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.19.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`f9d403632c747`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9d403632c747) -
14
+ Clean up flag to improve accessibility of links.
15
+
3
16
  ## 6.18.10
4
17
 
5
18
  ### Patch Changes
@@ -23,7 +23,7 @@ var _templateObject, _templateObject2;
23
23
  var integrationButtonCopyWrapperStyle = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tdisplay: flex;\n\tjustify-content: left;\n"])));
24
24
 
25
25
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/design-system/no-css-tagged-template-expression -- Ignored via go/DSP-18766
26
- var integrationIconWrapperStyle = (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\tmargin: ", " ", " ", "\n\t\t", ";\n"])), "var(--ds-space-025, 2px)", "var(--ds-space-100, 8px)", "var(--ds-space-0, 0px)", "var(--ds-space-0, 0px)");
26
+ var integrationIconWrapperStyle = (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\tmargin: ", " ", " ", " ", ";\n"])), "var(--ds-space-025, 2px)", "var(--ds-space-100, 8px)", "var(--ds-space-0, 0px)", "var(--ds-space-0, 0px)");
27
27
  var IntegrationButtonInner = function IntegrationButtonInner(props) {
28
28
  var text = props.text,
29
29
  textColor = props.textColor,
@@ -13,7 +13,7 @@ var buildAttributes = function buildAttributes() {
13
13
  var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
14
  return _objectSpread({
15
15
  packageName: "@atlaskit/share",
16
- packageVersion: "0.0.0-development"
16
+ packageVersion: "6.19.0"
17
17
  }, attributes);
18
18
  };
19
19
  var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
@@ -18,8 +18,7 @@ const integrationButtonCopyWrapperStyle = css`
18
18
 
19
19
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/design-system/no-css-tagged-template-expression -- Ignored via go/DSP-18766
20
20
  const integrationIconWrapperStyle = css`
21
- margin: ${"var(--ds-space-025, 2px)"} ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-0, 0px)"}
22
- ${"var(--ds-space-0, 0px)"};
21
+ margin: ${"var(--ds-space-025, 2px)"} ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-0, 0px)"} ${"var(--ds-space-0, 0px)"};
23
22
  `;
24
23
  const IntegrationButtonInner = props => {
25
24
  const {
@@ -1,7 +1,7 @@
1
1
  import { isEmail, isExternalUser, isGroup, isTeam, isUser } from '@atlaskit/smart-user-picker';
2
2
  const buildAttributes = (attributes = {}) => ({
3
3
  packageName: "@atlaskit/share",
4
- packageVersion: "0.0.0-development",
4
+ packageVersion: "6.19.0",
5
5
  ...attributes
6
6
  });
7
7
  const createEvent = (eventType, source, action, actionSubject, actionSubjectId, attributes = {}) => ({
@@ -18,7 +18,7 @@ import IntegrationButtonNext from './IntegrationButtonNext';
18
18
  var integrationButtonCopyWrapperStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tdisplay: flex;\n\tjustify-content: left;\n"])));
19
19
 
20
20
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/design-system/no-css-tagged-template-expression -- Ignored via go/DSP-18766
21
- var integrationIconWrapperStyle = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\tmargin: ", " ", " ", "\n\t\t", ";\n"])), "var(--ds-space-025, 2px)", "var(--ds-space-100, 8px)", "var(--ds-space-0, 0px)", "var(--ds-space-0, 0px)");
21
+ var integrationIconWrapperStyle = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\tmargin: ", " ", " ", " ", ";\n"])), "var(--ds-space-025, 2px)", "var(--ds-space-100, 8px)", "var(--ds-space-0, 0px)", "var(--ds-space-0, 0px)");
22
22
  var IntegrationButtonInner = function IntegrationButtonInner(props) {
23
23
  var text = props.text,
24
24
  textColor = props.textColor,
@@ -6,7 +6,7 @@ var buildAttributes = function buildAttributes() {
6
6
  var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
7
  return _objectSpread({
8
8
  packageName: "@atlaskit/share",
9
- packageVersion: "0.0.0-development"
9
+ packageVersion: "6.19.0"
10
10
  }, attributes);
11
11
  };
12
12
  var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "6.18.10",
3
+ "version": "6.19.1",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,21 +44,21 @@
44
44
  "@atlaskit/dropdown-menu": "^16.8.0",
45
45
  "@atlaskit/form": "^15.5.0",
46
46
  "@atlaskit/heading": "^5.3.0",
47
- "@atlaskit/icon": "^33.1.0",
47
+ "@atlaskit/icon": "^34.0.0",
48
48
  "@atlaskit/link": "^3.3.0",
49
49
  "@atlaskit/menu": "^8.4.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
51
  "@atlaskit/popper": "^7.1.0",
52
- "@atlaskit/popup": "^4.14.0",
53
- "@atlaskit/portal": "^5.2.0",
52
+ "@atlaskit/popup": "^4.16.0",
53
+ "@atlaskit/portal": "^5.3.0",
54
54
  "@atlaskit/primitives": "^18.1.0",
55
55
  "@atlaskit/smart-user-picker": "^9.2.0",
56
56
  "@atlaskit/spinner": "^19.0.0",
57
57
  "@atlaskit/tabs": "^19.0.0",
58
58
  "@atlaskit/textarea": "^8.2.0",
59
59
  "@atlaskit/theme": "^22.0.0",
60
- "@atlaskit/tokens": "^11.3.0",
61
- "@atlaskit/tooltip": "^21.0.0",
60
+ "@atlaskit/tokens": "^11.4.0",
61
+ "@atlaskit/tooltip": "^21.1.0",
62
62
  "@atlaskit/ufo": "^0.4.0",
63
63
  "@atlaskit/user-picker": "^11.25.0",
64
64
  "@atlaskit/util-service-support": "^6.3.0",
@@ -122,9 +122,6 @@
122
122
  "share-compiled-migration": {
123
123
  "type": "boolean"
124
124
  },
125
- "dst-a11y__replace-anchor-with-link__people-and-tea": {
126
- "type": "boolean"
127
- },
128
125
  "should-render-to-parent-should-be-true-people-and-": {
129
126
  "type": "boolean"
130
127
  },