@atlaskit/emoji 67.6.19 → 67.6.20

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,11 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 67.6.20
4
+
5
+ ### Patch Changes
6
+
7
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
8
+
3
9
  ## 67.6.19
4
10
 
5
11
  ### Patch Changes
@@ -19,7 +19,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
19
19
  actionSubjectId: actionSubjectId,
20
20
  attributes: _objectSpread({
21
21
  packageName: "@atlaskit/emoji",
22
- packageVersion: "67.6.19"
22
+ packageVersion: "67.6.20"
23
23
  }, attributes)
24
24
  };
25
25
  };
@@ -7,7 +7,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
7
7
  actionSubjectId,
8
8
  attributes: {
9
9
  packageName: "@atlaskit/emoji",
10
- packageVersion: "67.6.19",
10
+ packageVersion: "67.6.20",
11
11
  ...attributes
12
12
  }
13
13
  });
@@ -12,7 +12,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
12
12
  actionSubjectId: actionSubjectId,
13
13
  attributes: _objectSpread({
14
14
  packageName: "@atlaskit/emoji",
15
- packageVersion: "67.6.19"
15
+ packageVersion: "67.6.20"
16
16
  }, attributes)
17
17
  };
18
18
  };
@@ -13,5 +13,5 @@ export interface Props {
13
13
  export declare const toneSelectorTestId = "tone-selector";
14
14
  type PropsWithAnalyticsEventsPropsType = Props & WithAnalyticsEventsProps;
15
15
  export declare const ToneSelectorInternal: (props: PropsWithAnalyticsEventsPropsType) => jsx.JSX.Element;
16
- declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<PropsWithAnalyticsEventsPropsType, keyof WithAnalyticsEventsProps> & import("react").RefAttributes<any>>>;
16
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<Props & WithAnalyticsEventsProps, keyof WithAnalyticsEventsProps> & import("react").RefAttributes<any>>>;
17
17
  export default _default;
@@ -13,5 +13,5 @@ export interface Props {
13
13
  export declare const toneSelectorTestId = "tone-selector";
14
14
  type PropsWithAnalyticsEventsPropsType = Props & WithAnalyticsEventsProps;
15
15
  export declare const ToneSelectorInternal: (props: PropsWithAnalyticsEventsPropsType) => jsx.JSX.Element;
16
- declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<PropsWithAnalyticsEventsPropsType, keyof WithAnalyticsEventsProps> & import("react").RefAttributes<any>>>;
16
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<Props & WithAnalyticsEventsProps, keyof WithAnalyticsEventsProps> & import("react").RefAttributes<any>>>;
17
17
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/emoji",
3
- "version": "67.6.19",
3
+ "version": "67.6.20",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,8 +37,8 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@atlaskit/analytics-next": "^9.2.0",
41
- "@atlaskit/button": "^17.12.0",
40
+ "@atlaskit/analytics-next": "^9.3.0",
41
+ "@atlaskit/button": "^17.14.0",
42
42
  "@atlaskit/icon": "^22.1.0",
43
43
  "@atlaskit/media-client": "^26.3.0",
44
44
  "@atlaskit/media-client-react": "^2.0.0",