@atlaskit/share 7.0.2 → 7.1.0
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 +11 -0
- package/flag/package.json +17 -0
- package/form/package.json +17 -0
- package/origin-tracing/package.json +17 -0
- package/package.json +2 -2
- package/products/package.json +17 -0
- package/share-button/package.json +17 -0
- package/share-content-state/package.json +17 -0
- package/share-dialog-container/package.json +17 -0
- package/share-dialog-container/types/package.json +17 -0
- package/share-dialog-with-trigger/package.json +17 -0
- package/share-entities/package.json +17 -0
- package/share-form/package.json +17 -0
- package/share-service-client/package.json +17 -0
- package/types/package.json +17 -0
- package/user/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/share
|
|
2
2
|
|
|
3
|
+
## 7.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`302503d41b736`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/302503d41b736) -
|
|
8
|
+
Autofix: add explicit package exports (barrel removal)
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 7.0.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -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
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Fabric Share Element",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@atlaskit/tooltip": "^22.2.0",
|
|
62
62
|
"@atlaskit/ufo": "^0.5.0",
|
|
63
63
|
"@atlaskit/user-picker": "^12.0.0",
|
|
64
|
-
"@atlaskit/util-service-support": "^6.
|
|
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
|
+
}
|