@atlaskit/townsquare-emoji-provider 1.0.5 → 1.0.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
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/townsquare-emoji-provider
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.0.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.0.5
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* ProjectIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ProjectIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ProjectIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ProjectIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ProjectIcon.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useMemo } from 'react';
@@ -1,4 +1,4 @@
1
- /* ProjectIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ProjectIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
3
  import "./ProjectIcon.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- import { EmojiResource } from '@atlaskit/emoji/resource';
1
+ import { EmojiResource, type EmojiProvider } from '@atlaskit/emoji/resource';
2
2
  export declare const emojiResource: EmojiResource;
3
- export declare const emojiProvider: Promise<import("@atlaskit/emoji/types").EmojiProvider>;
4
- export declare const getEmojiProviderForCloudId: (cloudId: string, userId: string, disableUpload?: boolean) => Promise<import("@atlaskit/emoji/types").EmojiProvider>;
3
+ export declare const emojiProvider: Promise<EmojiProvider>;
4
+ export declare const getEmojiProviderForCloudId: (cloudId: string, userId: string, disableUpload?: boolean) => Promise<EmojiProvider>;
@@ -1,4 +1,4 @@
1
- import { EmojiResource } from '@atlaskit/emoji/resource';
1
+ import { EmojiResource, type EmojiProvider } from '@atlaskit/emoji/resource';
2
2
  export declare const emojiResource: EmojiResource;
3
- export declare const emojiProvider: Promise<import("@atlaskit/emoji/types").EmojiProvider>;
4
- export declare const getEmojiProviderForCloudId: (cloudId: string, userId: string, disableUpload?: boolean) => Promise<import("@atlaskit/emoji/types").EmojiProvider>;
3
+ export declare const emojiProvider: Promise<EmojiProvider>;
4
+ export declare const getEmojiProviderForCloudId: (cloudId: string, userId: string, disableUpload?: boolean) => Promise<EmojiProvider>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/townsquare-emoji-provider",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Townsquare emoji provider",
5
5
  "atlassian": {
6
6
  "team": "Townsquare"
@@ -21,11 +21,11 @@
21
21
  "sideEffects": false,
22
22
  "atlaskit:src": "src/provider.ts",
23
23
  "dependencies": {
24
- "@atlaskit/avatar": "^25.7.0",
24
+ "@atlaskit/avatar": "^25.11.0",
25
25
  "@atlaskit/css": "^0.19.0",
26
- "@atlaskit/emoji": "^69.10.0",
27
- "@atlaskit/primitives": "^18.0.0",
28
- "@atlaskit/tokens": "^11.0.0",
26
+ "@atlaskit/emoji": "^69.12.0",
27
+ "@atlaskit/primitives": "^19.0.0",
28
+ "@atlaskit/tokens": "^13.0.0",
29
29
  "@babel/runtime": "^7.0.0"
30
30
  },
31
31
  "peerDependencies": {