@atlaskit/share 6.16.11 → 6.16.13
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 +12 -0
- package/dist/cjs/components/CopyLinkButtonNext.js +1 -1
- package/dist/cjs/components/IntegrationButtonNext.js +1 -1
- package/dist/cjs/components/LazyShareForm/LazyShareFormNext.js +1 -1
- package/dist/cjs/components/LazyShareForm/lazyNext.js +1 -1
- package/dist/cjs/components/ShareDialogWithTrigger.js +1 -1
- package/dist/cjs/components/ShareDialogWithTriggerNext.js +1 -1
- package/dist/cjs/components/ShareFormNext.js +1 -1
- package/dist/cjs/components/ShareFormWrapper/compiled.js +1 -1
- package/dist/es2019/components/CopyLinkButtonNext.js +1 -1
- package/dist/es2019/components/IntegrationButtonNext.js +1 -1
- package/dist/es2019/components/LazyShareForm/LazyShareFormNext.js +1 -1
- package/dist/es2019/components/LazyShareForm/lazyNext.js +1 -1
- package/dist/es2019/components/ShareDialogWithTrigger.js +1 -1
- package/dist/es2019/components/ShareDialogWithTriggerNext.js +1 -1
- package/dist/es2019/components/ShareFormNext.js +1 -1
- package/dist/es2019/components/ShareFormWrapper/compiled.js +1 -1
- package/dist/esm/components/CopyLinkButtonNext.js +1 -1
- package/dist/esm/components/IntegrationButtonNext.js +1 -1
- package/dist/esm/components/LazyShareForm/LazyShareFormNext.js +1 -1
- package/dist/esm/components/LazyShareForm/lazyNext.js +1 -1
- package/dist/esm/components/ShareDialogWithTrigger.js +1 -1
- package/dist/esm/components/ShareDialogWithTriggerNext.js +1 -1
- package/dist/esm/components/ShareFormNext.js +1 -1
- package/dist/esm/components/ShareFormWrapper/compiled.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -635,7 +635,7 @@ var ShareDialogWithTriggerInternalLegacy = exports.ShareDialogWithTriggerInterna
|
|
|
635
635
|
|
|
636
636
|
// for performance purposes, we may want to have a loadable content i.e. ShareForm
|
|
637
637
|
return (
|
|
638
|
-
// eslint-disable-next-line
|
|
638
|
+
// eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
|
|
639
639
|
(0, _react2.jsx)("div", {
|
|
640
640
|
css: shareButtonWrapperStyles,
|
|
641
641
|
tabIndex: tabIndex,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./CopyLinkButtonNext.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* IntegrationButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* IntegrationButtonNext.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./IntegrationButtonNext.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
@@ -582,7 +582,7 @@ export class ShareDialogWithTriggerInternalLegacy extends React.PureComponent {
|
|
|
582
582
|
|
|
583
583
|
// for performance purposes, we may want to have a loadable content i.e. ShareForm
|
|
584
584
|
return (
|
|
585
|
-
// eslint-disable-next-line
|
|
585
|
+
// eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
|
|
586
586
|
jsx("div", {
|
|
587
587
|
css: shareButtonWrapperStyles,
|
|
588
588
|
tabIndex: tabIndex,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ShareDialogWithTriggerNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ShareDialogWithTriggerNext.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./ShareDialogWithTriggerNext.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ShareFormNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ShareFormNext.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _extends from "@babel/runtime/helpers/extends";
|
|
4
4
|
import "./ShareFormNext.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* CopyLinkButtonNext.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* IntegrationButtonNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* IntegrationButtonNext.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import "./IntegrationButtonNext.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
@@ -632,7 +632,7 @@ export var ShareDialogWithTriggerInternalLegacy = /*#__PURE__*/function (_React$
|
|
|
632
632
|
|
|
633
633
|
// for performance purposes, we may want to have a loadable content i.e. ShareForm
|
|
634
634
|
return (
|
|
635
|
-
// eslint-disable-next-line
|
|
635
|
+
// eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
|
|
636
636
|
jsx("div", {
|
|
637
637
|
css: shareButtonWrapperStyles,
|
|
638
638
|
tabIndex: tabIndex,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ShareDialogWithTriggerNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ShareDialogWithTriggerNext.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
3
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
4
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ShareFormNext.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* ShareFormNext.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/share",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.13",
|
|
4
4
|
"description": "Fabric Share Element",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,28 +39,28 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/afm-i18n-platform-elements-share": "2.7.0",
|
|
41
41
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
42
|
-
"@atlaskit/button": "^23.
|
|
43
|
-
"@atlaskit/css": "^0.
|
|
42
|
+
"@atlaskit/button": "^23.5.0",
|
|
43
|
+
"@atlaskit/css": "^0.15.0",
|
|
44
44
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
45
|
-
"@atlaskit/form": "^
|
|
45
|
+
"@atlaskit/form": "^14.2.0",
|
|
46
46
|
"@atlaskit/heading": "^5.2.0",
|
|
47
|
-
"@atlaskit/icon": "^28.
|
|
47
|
+
"@atlaskit/icon": "^28.5.0",
|
|
48
48
|
"@atlaskit/link": "^3.2.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
52
|
"@atlaskit/popup": "^4.4.0",
|
|
53
53
|
"@atlaskit/portal": "^5.1.0",
|
|
54
|
-
"@atlaskit/primitives": "^
|
|
55
|
-
"@atlaskit/smart-user-picker": "^8.
|
|
54
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
55
|
+
"@atlaskit/smart-user-picker": "^8.3.0",
|
|
56
56
|
"@atlaskit/spinner": "^19.0.0",
|
|
57
|
-
"@atlaskit/tabs": "^18.
|
|
57
|
+
"@atlaskit/tabs": "^18.2.0",
|
|
58
58
|
"@atlaskit/textarea": "^8.0.0",
|
|
59
59
|
"@atlaskit/theme": "^21.0.0",
|
|
60
|
-
"@atlaskit/tokens": "^6.
|
|
61
|
-
"@atlaskit/tooltip": "^20.
|
|
60
|
+
"@atlaskit/tokens": "^6.5.0",
|
|
61
|
+
"@atlaskit/tooltip": "^20.5.0",
|
|
62
62
|
"@atlaskit/ufo": "^0.4.0",
|
|
63
|
-
"@atlaskit/user-picker": "^11.
|
|
63
|
+
"@atlaskit/user-picker": "^11.7.0",
|
|
64
64
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
65
65
|
"@babel/runtime": "^7.0.0",
|
|
66
66
|
"@emotion/react": "^11.7.1",
|