@atlaskit/share 7.0.2 → 7.1.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,22 @@
1
1
  # @atlaskit/share
2
2
 
3
+ ## 7.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`302503d41b736`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/302503d41b736) -
14
+ Autofix: add explicit package exports (barrel removal)
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 7.0.2
4
21
 
5
22
  ### Patch Changes
@@ -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: "7.1.0"
17
17
  }, attributes);
18
18
  };
19
19
  var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
@@ -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: "7.1.0",
5
5
  ...attributes
6
6
  });
7
7
  const createEvent = (eventType, source, action, actionSubject, actionSubjectId, attributes = {}) => ({
@@ -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: "7.1.0"
10
10
  }, attributes);
11
11
  };
12
12
  var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/flag",
3
+ "main": "../dist/cjs/types/Flag.js",
4
+ "module": "../dist/esm/types/Flag.js",
5
+ "module:es2019": "../dist/es2019/types/Flag.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/Flag.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/Flag.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/form",
3
+ "main": "../dist/cjs/types/form.js",
4
+ "module": "../dist/esm/types/form.js",
5
+ "module:es2019": "../dist/es2019/types/form.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/form.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/form.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/origin-tracing",
3
+ "main": "../dist/cjs/types/OriginTracing.js",
4
+ "module": "../dist/esm/types/OriginTracing.js",
5
+ "module:es2019": "../dist/es2019/types/OriginTracing.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/OriginTracing.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/OriginTracing.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "7.0.2",
3
+ "version": "7.1.1",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/dropdown-menu": "^16.8.0",
45
45
  "@atlaskit/form": "^15.5.0",
46
46
  "@atlaskit/heading": "^5.4.0",
47
- "@atlaskit/icon": "^34.5.0",
47
+ "@atlaskit/icon": "^35.0.0",
48
48
  "@atlaskit/link": "^3.4.0",
49
49
  "@atlaskit/menu": "^8.5.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
@@ -60,8 +60,8 @@
60
60
  "@atlaskit/tokens": "^13.0.0",
61
61
  "@atlaskit/tooltip": "^22.2.0",
62
62
  "@atlaskit/ufo": "^0.5.0",
63
- "@atlaskit/user-picker": "^12.0.0",
64
- "@atlaskit/util-service-support": "^6.3.0",
63
+ "@atlaskit/user-picker": "^12.1.0",
64
+ "@atlaskit/util-service-support": "^6.4.0",
65
65
  "@babel/runtime": "^7.0.0",
66
66
  "@emotion/react": "^11.7.1",
67
67
  "fast-deep-equal": "^3.1.1",
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/products",
3
+ "main": "../dist/cjs/types/Products.js",
4
+ "module": "../dist/esm/types/Products.js",
5
+ "module:es2019": "../dist/es2019/types/Products.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/Products.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/Products.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/share-button",
3
+ "main": "../dist/cjs/types/ShareButton.js",
4
+ "module": "../dist/esm/types/ShareButton.js",
5
+ "module:es2019": "../dist/es2019/types/ShareButton.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/ShareButton.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/ShareButton.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/share-content-state",
3
+ "main": "../dist/cjs/types/ShareContentState.js",
4
+ "module": "../dist/esm/types/ShareContentState.js",
5
+ "module:es2019": "../dist/es2019/types/ShareContentState.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/ShareContentState.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/ShareContentState.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/share-dialog-container",
3
+ "main": "../dist/cjs/components/ShareDialogContainer.js",
4
+ "module": "../dist/esm/components/ShareDialogContainer.js",
5
+ "module:es2019": "../dist/es2019/components/ShareDialogContainer.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/components/ShareDialogContainer.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/components/ShareDialogContainer.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/share-dialog-container/types",
3
+ "main": "../../dist/cjs/types/ShareDialogContainer.js",
4
+ "module": "../../dist/esm/types/ShareDialogContainer.js",
5
+ "module:es2019": "../../dist/es2019/types/ShareDialogContainer.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../../dist/types/types/ShareDialogContainer.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../../dist/types-ts4.5/types/ShareDialogContainer.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/share-dialog-with-trigger",
3
+ "main": "../dist/cjs/types/ShareDialogWithTrigger.js",
4
+ "module": "../dist/esm/types/ShareDialogWithTrigger.js",
5
+ "module:es2019": "../dist/es2019/types/ShareDialogWithTrigger.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/ShareDialogWithTrigger.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/ShareDialogWithTrigger.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/share-entities",
3
+ "main": "../dist/cjs/types/ShareEntities.js",
4
+ "module": "../dist/esm/types/ShareEntities.js",
5
+ "module:es2019": "../dist/es2019/types/ShareEntities.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/ShareEntities.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/ShareEntities.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/share-form",
3
+ "main": "../dist/cjs/types/ShareForm.js",
4
+ "module": "../dist/esm/types/ShareForm.js",
5
+ "module:es2019": "../dist/es2019/types/ShareForm.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/ShareForm.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/ShareForm.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/share-service-client",
3
+ "main": "../dist/cjs/clients/ShareServiceClient.js",
4
+ "module": "../dist/esm/clients/ShareServiceClient.js",
5
+ "module:es2019": "../dist/es2019/clients/ShareServiceClient.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/clients/ShareServiceClient.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/clients/ShareServiceClient.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/types",
3
+ "main": "../dist/cjs/types/index.js",
4
+ "module": "../dist/esm/types/index.js",
5
+ "module:es2019": "../dist/es2019/types/index.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/index.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/index.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/share/user",
3
+ "main": "../dist/cjs/types/User.js",
4
+ "module": "../dist/esm/types/User.js",
5
+ "module:es2019": "../dist/es2019/types/User.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/types/User.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/types/User.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }