@atlaskit/emoji 72.1.5 → 72.1.7
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
|
@@ -19,7 +19,7 @@ var createEvent = exports.createEvent = function createEvent(eventType, action,
|
|
|
19
19
|
actionSubjectId: actionSubjectId,
|
|
20
20
|
attributes: _objectSpread({
|
|
21
21
|
packageName: "@atlaskit/emoji",
|
|
22
|
-
packageVersion: "72.1.
|
|
22
|
+
packageVersion: "72.1.6"
|
|
23
23
|
}, attributes)
|
|
24
24
|
};
|
|
25
25
|
};
|
|
@@ -12,7 +12,7 @@ export var createEvent = function createEvent(eventType, action, actionSubject,
|
|
|
12
12
|
actionSubjectId: actionSubjectId,
|
|
13
13
|
attributes: _objectSpread({
|
|
14
14
|
packageName: "@atlaskit/emoji",
|
|
15
|
-
packageVersion: "72.1.
|
|
15
|
+
packageVersion: "72.1.6"
|
|
16
16
|
}, attributes)
|
|
17
17
|
};
|
|
18
18
|
};
|
|
@@ -13,21 +13,21 @@ export declare const uploadEmojiNameInputTestId = "upload-emoji-name-input";
|
|
|
13
13
|
export declare const uploadEmojiComponentTestId = "upload-emoji-component";
|
|
14
14
|
export declare const cancelEmojiUploadPickerTestId = "cancel-emoji-upload-picker";
|
|
15
15
|
export interface Props {
|
|
16
|
-
disableFocusLock?: boolean;
|
|
17
|
-
errorMessage?: Message;
|
|
18
|
-
initialUploadName?: string;
|
|
19
|
-
onFileChooserClicked?: () => void;
|
|
20
|
-
onUploadCancelled: () => void;
|
|
21
|
-
onUploadEmoji: OnUploadEmoji;
|
|
22
|
-
onUploadPreviewErrorChange?: (hasPreviewError: boolean) => void;
|
|
23
16
|
/**
|
|
24
17
|
* Current Confluence page content id. When provided (and the
|
|
25
18
|
* `confluence_ai_generated_emojis` experiment is on), the "Create an emoji
|
|
26
19
|
* with Rovo" AI generation section is shown above the Emoji name field.
|
|
27
20
|
*/
|
|
28
21
|
contentId?: string;
|
|
22
|
+
disableFocusLock?: boolean;
|
|
23
|
+
errorMessage?: Message;
|
|
29
24
|
/** Fires an analytics event (used by AI emoji generation). */
|
|
30
25
|
fireAnalytics?: (event: AnalyticsEventPayload) => void;
|
|
26
|
+
initialUploadName?: string;
|
|
27
|
+
onFileChooserClicked?: () => void;
|
|
28
|
+
onUploadCancelled: () => void;
|
|
29
|
+
onUploadEmoji: OnUploadEmoji;
|
|
30
|
+
onUploadPreviewErrorChange?: (hasPreviewError: boolean) => void;
|
|
31
31
|
}
|
|
32
32
|
declare const EmojiUploadPickerComponent: FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
33
33
|
WrappedComponent: ComponentType<Props & WrappedComponentProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "72.1.
|
|
3
|
+
"version": "72.1.7",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/afm-i18n-platform-elements-emoji": "2.200.0",
|
|
33
|
-
"@atlaskit/analytics-next": "^12.
|
|
33
|
+
"@atlaskit/analytics-next": "^12.4.0",
|
|
34
34
|
"@atlaskit/browser-apis": "^1.2.0",
|
|
35
35
|
"@atlaskit/button": "^25.2.0",
|
|
36
|
-
"@atlaskit/css": "^1.
|
|
36
|
+
"@atlaskit/css": "^1.1.0",
|
|
37
37
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
38
38
|
"@atlaskit/form": "^17.1.0",
|
|
39
39
|
"@atlaskit/heading": "^7.1.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/spinner": "^20.3.0",
|
|
51
51
|
"@atlaskit/textfield": "^10.1.0",
|
|
52
52
|
"@atlaskit/theme": "^28.1.0",
|
|
53
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
53
|
+
"@atlaskit/tmp-editor-statsig": "^164.0.0",
|
|
54
54
|
"@atlaskit/tokens": "^16.8.0",
|
|
55
55
|
"@atlaskit/tooltip": "^24.2.0",
|
|
56
56
|
"@atlaskit/ufo": "^1.0.0",
|