@atlaskit/share 4.3.0 → 4.4.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.
@@ -34,42 +34,62 @@ export declare const messages: {
34
34
  defaultMessage: string;
35
35
  description: string;
36
36
  };
37
+ commentLabel: {
38
+ id: string;
39
+ defaultMessage: string;
40
+ description: string;
41
+ };
37
42
  commentPlaceholder: {
38
43
  id: string;
39
44
  defaultMessage: string;
40
45
  description: string;
41
46
  };
42
- userPickerGenericPlaceholder: {
47
+ userPickerLabelEmailDisabledJira: {
43
48
  id: string;
44
49
  defaultMessage: string;
45
50
  description: string;
46
51
  };
47
- userPickerGenericExistingUserOnlyPlaceholder: {
52
+ userPickerPlaceholderEmailDisabledJira: {
48
53
  id: string;
49
54
  defaultMessage: string;
50
55
  description: string;
51
56
  };
52
- userPickerGenericPlaceholderJira: {
57
+ userPickerRequiredMessageEmailDisabledJira: {
53
58
  id: string;
54
59
  defaultMessage: string;
55
60
  description: string;
56
61
  };
57
- userPickerExistingUserOnlyPlaceholder: {
62
+ userPickerLabelEmailDisabledConfluence: {
58
63
  id: string;
59
64
  defaultMessage: string;
60
65
  description: string;
61
66
  };
62
- userPickerGenericEmailOnlyPlaceholder: {
67
+ userPickerRequiredMessageEmailDisabledConfluence: {
63
68
  id: string;
64
69
  defaultMessage: string;
65
70
  description: string;
66
71
  };
67
- userPickerAddMoreMessage: {
72
+ userPickerLabelBrowseUsersDisabled: {
68
73
  id: string;
69
74
  defaultMessage: string;
70
75
  description: string;
71
76
  };
72
- userPickerRequiredMessage: {
77
+ userPickerPlaceholderBrowseUsersDisabled: {
78
+ id: string;
79
+ defaultMessage: string;
80
+ description: string;
81
+ };
82
+ userPickerRequiredMessageBrowseUsersDisabled: {
83
+ id: string;
84
+ defaultMessage: string;
85
+ description: string;
86
+ };
87
+ userPickerLabelJira: {
88
+ id: string;
89
+ defaultMessage: string;
90
+ description: string;
91
+ };
92
+ userPickerPlaceholderJira: {
73
93
  id: string;
74
94
  defaultMessage: string;
75
95
  description: string;
@@ -79,17 +99,27 @@ export declare const messages: {
79
99
  defaultMessage: string;
80
100
  description: string;
81
101
  };
82
- userPickerRequiredMessageEmailOnly: {
102
+ userPickerLabelConfluence: {
103
+ id: string;
104
+ defaultMessage: string;
105
+ description: string;
106
+ };
107
+ userPickerPlaceholderConfluence: {
83
108
  id: string;
84
109
  defaultMessage: string;
85
110
  description: string;
86
111
  };
87
- userPickerRequiredExistingUserOnlyMessage: {
112
+ userPickerRequiredMessageConfluence: {
88
113
  id: string;
89
114
  defaultMessage: string;
90
115
  description: string;
91
116
  };
92
- userPickerRequiredExistingUserOnlyMessageJira: {
117
+ userPickerAddMoreMessage: {
118
+ id: string;
119
+ defaultMessage: string;
120
+ description: string;
121
+ };
122
+ userPickerRequiredMessage: {
93
123
  id: string;
94
124
  defaultMessage: string;
95
125
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/share",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "description": "Fabric Share Element",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,21 +39,21 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/analytics-next": "^9.1.0",
42
- "@atlaskit/button": "^16.7.0",
42
+ "@atlaskit/button": "^16.8.0",
43
43
  "@atlaskit/dropdown-menu": "^11.9.0",
44
44
  "@atlaskit/form": "^8.11.0",
45
45
  "@atlaskit/icon": "^21.12.0",
46
- "@atlaskit/popup": "^1.6.0",
46
+ "@atlaskit/popup": "^1.7.0",
47
47
  "@atlaskit/portal": "^4.3.0",
48
48
  "@atlaskit/smart-user-picker": "^6.1.0",
49
49
  "@atlaskit/spinner": "^15.5.0",
50
50
  "@atlaskit/tabs": "^13.4.0",
51
51
  "@atlaskit/textarea": "^4.7.0",
52
52
  "@atlaskit/theme": "^12.5.0",
53
- "@atlaskit/tokens": "^1.5.0",
53
+ "@atlaskit/tokens": "^1.9.0",
54
54
  "@atlaskit/tooltip": "^17.8.0",
55
55
  "@atlaskit/ufo": "^0.2.0",
56
- "@atlaskit/user-picker": "^10.3.0",
56
+ "@atlaskit/user-picker": "^10.4.0",
57
57
  "@atlaskit/util-service-support": "^6.2.0",
58
58
  "@babel/runtime": "^7.0.0",
59
59
  "@emotion/react": "^11.7.1",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@atlaskit/docs": "^9.1.0",
72
- "@atlaskit/editor-test-helpers": "^18.6.0",
72
+ "@atlaskit/editor-test-helpers": "^18.7.0",
73
73
  "@atlaskit/flag": "^15.2.0",
74
74
  "@atlaskit/section-message": "^6.4.0",
75
75
  "@atlaskit/select": "^16.5.0",