@atlaskit/share 6.16.14 → 6.16.16

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,17 @@
1
1
  # @atlaskit/share
2
2
 
3
+ ## 6.16.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.16.15
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.16.14
4
16
 
5
17
  ### Patch Changes
@@ -0,0 +1,99 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__share/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
24
+ ],
25
+ "references": [
26
+ {
27
+ "path": "../../../analytics/analytics-next/afm-products/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/button/afm-products/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/css/afm-products/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../design-system/dropdown-menu/afm-products/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../design-system/form/afm-products/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/heading/afm-products/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../design-system/icon/afm-products/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../design-system/link/afm-products/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../design-system/menu/afm-products/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../../platform/feature-flags/afm-products/tsconfig.json"
55
+ },
56
+ {
57
+ "path": "../../../design-system/popper/afm-products/tsconfig.json"
58
+ },
59
+ {
60
+ "path": "../../../design-system/popup/afm-products/tsconfig.json"
61
+ },
62
+ {
63
+ "path": "../../../design-system/portal/afm-products/tsconfig.json"
64
+ },
65
+ {
66
+ "path": "../../../design-system/primitives/afm-products/tsconfig.json"
67
+ },
68
+ {
69
+ "path": "../../../smart-experiences/smart-user-picker/afm-products/tsconfig.json"
70
+ },
71
+ {
72
+ "path": "../../../design-system/spinner/afm-products/tsconfig.json"
73
+ },
74
+ {
75
+ "path": "../../../design-system/tabs/afm-products/tsconfig.json"
76
+ },
77
+ {
78
+ "path": "../../../design-system/textarea/afm-products/tsconfig.json"
79
+ },
80
+ {
81
+ "path": "../../../design-system/theme/afm-products/tsconfig.json"
82
+ },
83
+ {
84
+ "path": "../../../design-system/tokens/afm-products/tsconfig.json"
85
+ },
86
+ {
87
+ "path": "../../../design-system/tooltip/afm-products/tsconfig.json"
88
+ },
89
+ {
90
+ "path": "../../../data/ufo-external/afm-products/tsconfig.json"
91
+ },
92
+ {
93
+ "path": "../../user-picker/afm-products/tsconfig.json"
94
+ },
95
+ {
96
+ "path": "../../util-service-support/afm-products/tsconfig.json"
97
+ }
98
+ ]
99
+ }
package/compass.yml CHANGED
@@ -7,6 +7,9 @@ ownerId: 'ari:cloud:teams::team/229da7a2-bf93-4813-9e24-a6efbd2d445e'
7
7
  fields:
8
8
  tier: 2
9
9
  links:
10
+ - name: Root Repository
11
+ type: REPOSITORY
12
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
10
13
  - name: ''
11
14
  type: REPOSITORY
12
15
  url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/elements/share/'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "6.16.14",
3
+ "version": "6.16.16",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
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.5.0",
42
+ "@atlaskit/button": "^23.6.0",
43
43
  "@atlaskit/css": "^0.15.0",
44
44
  "@atlaskit/dropdown-menu": "^16.3.0",
45
45
  "@atlaskit/form": "^14.2.0",
@@ -49,18 +49,18 @@
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.4.0",
52
+ "@atlaskit/popup": "^4.6.0",
53
53
  "@atlaskit/portal": "^5.1.0",
54
- "@atlaskit/primitives": "^15.0.0",
55
- "@atlaskit/smart-user-picker": "^8.3.0",
54
+ "@atlaskit/primitives": "^16.1.0",
55
+ "@atlaskit/smart-user-picker": "^8.4.0",
56
56
  "@atlaskit/spinner": "^19.0.0",
57
57
  "@atlaskit/tabs": "^18.2.0",
58
58
  "@atlaskit/textarea": "^8.0.0",
59
59
  "@atlaskit/theme": "^21.0.0",
60
- "@atlaskit/tokens": "^7.0.0",
61
- "@atlaskit/tooltip": "^20.5.0",
60
+ "@atlaskit/tokens": "^8.0.0",
61
+ "@atlaskit/tooltip": "^20.8.0",
62
62
  "@atlaskit/ufo": "^0.4.0",
63
- "@atlaskit/user-picker": "^11.8.0",
63
+ "@atlaskit/user-picker": "^11.13.0",
64
64
  "@atlaskit/util-service-support": "^6.3.0",
65
65
  "@babel/runtime": "^7.0.0",
66
66
  "@emotion/react": "^11.7.1",
@@ -75,7 +75,7 @@
75
75
  "devDependencies": {
76
76
  "@atlaskit/editor-test-helpers": "workspace:^",
77
77
  "@atlaskit/flag": "^17.5.0",
78
- "@atlassian/feature-flags-test-utils": "^0.3.0",
78
+ "@atlassian/feature-flags-test-utils": "^1.0.0",
79
79
  "@testing-library/react": "^13.4.0",
80
80
  "@testing-library/user-event": "^14.4.3",
81
81
  "enzyme": "^3.10.0",
@@ -1,99 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__share/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../../analytics/analytics-next/afm-townsquare/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/button/afm-townsquare/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/css/afm-townsquare/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/dropdown-menu/afm-townsquare/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/form/afm-townsquare/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/heading/afm-townsquare/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../design-system/icon/afm-townsquare/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../design-system/link/afm-townsquare/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/menu/afm-townsquare/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../design-system/popper/afm-townsquare/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../design-system/popup/afm-townsquare/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/portal/afm-townsquare/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../design-system/primitives/afm-townsquare/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../smart-experiences/smart-user-picker/afm-townsquare/tsconfig.json"
70
- },
71
- {
72
- "path": "../../../design-system/spinner/afm-townsquare/tsconfig.json"
73
- },
74
- {
75
- "path": "../../../design-system/tabs/afm-townsquare/tsconfig.json"
76
- },
77
- {
78
- "path": "../../../design-system/textarea/afm-townsquare/tsconfig.json"
79
- },
80
- {
81
- "path": "../../../design-system/theme/afm-townsquare/tsconfig.json"
82
- },
83
- {
84
- "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
85
- },
86
- {
87
- "path": "../../../design-system/tooltip/afm-townsquare/tsconfig.json"
88
- },
89
- {
90
- "path": "../../../data/ufo-external/afm-townsquare/tsconfig.json"
91
- },
92
- {
93
- "path": "../../user-picker/afm-townsquare/tsconfig.json"
94
- },
95
- {
96
- "path": "../../util-service-support/afm-townsquare/tsconfig.json"
97
- }
98
- ]
99
- }