@atlaskit/emoji 69.6.0 → 69.6.2
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 +13 -43
- package/dist/cjs/components/common/ResourcedEmojiComponent.js +1 -1
- package/dist/cjs/util/analytics/analytics.js +1 -1
- package/dist/es2019/components/common/ResourcedEmojiComponent.js +1 -1
- package/dist/es2019/util/analytics/analytics.js +1 -1
- package/dist/esm/components/common/ResourcedEmojiComponent.js +1 -1
- package/dist/esm/util/analytics/analytics.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/emoji
|
|
2
2
|
|
|
3
|
+
## 69.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 69.6.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`4614dcddb640f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4614dcddb640f) -
|
|
14
|
+
fix wrong feature gate usage for emoji width: auto gate
|
|
15
|
+
|
|
3
16
|
## 69.6.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -2174,7 +2187,6 @@
|
|
|
2174
2187
|
|
|
2175
2188
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
2176
2189
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
2177
|
-
|
|
2178
2190
|
- @atlaskit/docs@8.3.2
|
|
2179
2191
|
- @atlaskit/visual-regression@0.1.9
|
|
2180
2192
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -2461,12 +2473,10 @@ Bumped dependencies.
|
|
|
2461
2473
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
2462
2474
|
|
|
2463
2475
|
**Breaking changes**
|
|
2464
|
-
|
|
2465
2476
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
2466
2477
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
2467
2478
|
|
|
2468
2479
|
**Breaking changes to TypeScript annotations**
|
|
2469
|
-
|
|
2470
2480
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
2471
2481
|
props as a generic type.
|
|
2472
2482
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -2547,7 +2557,6 @@ Bumped dependencies.
|
|
|
2547
2557
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2548
2558
|
|
|
2549
2559
|
In this PR, we are:
|
|
2550
|
-
|
|
2551
2560
|
- Re-introducing dist build folders
|
|
2552
2561
|
- Adding back cjs
|
|
2553
2562
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -2596,7 +2605,6 @@ Bumped dependencies.
|
|
|
2596
2605
|
### Minor Changes
|
|
2597
2606
|
|
|
2598
2607
|
- [minor][11cb8d8626](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11cb8d8626):
|
|
2599
|
-
|
|
2600
2608
|
- Remove @atlaskit/analytics dependency.
|
|
2601
2609
|
|
|
2602
2610
|
## 62.1.7
|
|
@@ -2621,7 +2629,6 @@ Bumped dependencies.
|
|
|
2621
2629
|
## 62.1.5
|
|
2622
2630
|
|
|
2623
2631
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
2624
|
-
|
|
2625
2632
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
2626
2633
|
Request #5942 for details
|
|
2627
2634
|
|
|
@@ -2636,13 +2643,11 @@ Bumped dependencies.
|
|
|
2636
2643
|
## 62.1.3
|
|
2637
2644
|
|
|
2638
2645
|
- [patch][ee970b5526](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ee970b5526):
|
|
2639
|
-
|
|
2640
2646
|
- Detect emoji gender and skintone correctly on selection
|
|
2641
2647
|
|
|
2642
2648
|
## 62.1.2
|
|
2643
2649
|
|
|
2644
2650
|
- [patch][9eb495b1e0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9eb495b1e0):
|
|
2645
|
-
|
|
2646
2651
|
- Remove completely canvas-prebuilt as it does not seem to be used
|
|
2647
2652
|
|
|
2648
2653
|
## 62.1.1
|
|
@@ -2656,13 +2661,11 @@ Bumped dependencies.
|
|
|
2656
2661
|
## 62.1.0
|
|
2657
2662
|
|
|
2658
2663
|
- [minor][f120090dfe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f120090dfe):
|
|
2659
|
-
|
|
2660
2664
|
- Add GASv3 analytics to Emoji TypeAhead.
|
|
2661
2665
|
|
|
2662
2666
|
## 62.0.0
|
|
2663
2667
|
|
|
2664
2668
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2665
|
-
|
|
2666
2669
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2667
2670
|
this package, please ensure you use at least this version of react and react-dom.
|
|
2668
2671
|
|
|
@@ -2705,13 +2708,11 @@ Bumped dependencies.
|
|
|
2705
2708
|
## 59.2.5
|
|
2706
2709
|
|
|
2707
2710
|
- [patch][d3cad2622e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3cad2622e):
|
|
2708
|
-
|
|
2709
2711
|
- Removes babel-runtime in favour of @babel/runtime
|
|
2710
2712
|
|
|
2711
2713
|
## 59.2.4
|
|
2712
2714
|
|
|
2713
2715
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
2714
|
-
|
|
2715
2716
|
- Bump tslib
|
|
2716
2717
|
|
|
2717
2718
|
## 59.2.3
|
|
@@ -2730,7 +2731,6 @@ Bumped dependencies.
|
|
|
2730
2731
|
## 59.2.2
|
|
2731
2732
|
|
|
2732
2733
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
2733
|
-
|
|
2734
2734
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
2735
2735
|
supplied from itself.
|
|
2736
2736
|
|
|
@@ -2751,25 +2751,21 @@ Bumped dependencies.
|
|
|
2751
2751
|
## 59.2.0
|
|
2752
2752
|
|
|
2753
2753
|
- [minor][b81d427d5c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81d427d5c):
|
|
2754
|
-
|
|
2755
2754
|
- ED-5373: Refactor emoji plugin to use new type ahead
|
|
2756
2755
|
|
|
2757
2756
|
## 59.1.1
|
|
2758
2757
|
|
|
2759
2758
|
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
2760
|
-
|
|
2761
2759
|
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
2762
2760
|
|
|
2763
2761
|
## 59.1.0
|
|
2764
2762
|
|
|
2765
2763
|
- [minor][ce6fec11a3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce6fec11a3):
|
|
2766
|
-
|
|
2767
2764
|
- code split for emoji
|
|
2768
2765
|
|
|
2769
2766
|
## 59.0.1
|
|
2770
2767
|
|
|
2771
2768
|
- [patch][3fa12076fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3fa12076fd):
|
|
2772
|
-
|
|
2773
2769
|
- Fix import statement in emoji analytics
|
|
2774
2770
|
|
|
2775
2771
|
## 59.0.0
|
|
@@ -2783,31 +2779,26 @@ Bumped dependencies.
|
|
|
2783
2779
|
## 58.3.0
|
|
2784
2780
|
|
|
2785
2781
|
- [minor][fdc41108fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fdc41108fa):
|
|
2786
|
-
|
|
2787
2782
|
- Updated analytics to modern form
|
|
2788
2783
|
|
|
2789
2784
|
## 58.2.0
|
|
2790
2785
|
|
|
2791
2786
|
- [minor][b0210d7ccc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0210d7ccc):
|
|
2792
|
-
|
|
2793
2787
|
- reset jest modules before hydration
|
|
2794
2788
|
|
|
2795
2789
|
## 58.1.1
|
|
2796
2790
|
|
|
2797
2791
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2798
|
-
|
|
2799
2792
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2800
2793
|
|
|
2801
2794
|
## 58.1.0
|
|
2802
2795
|
|
|
2803
2796
|
- [minor][b684722884](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b684722884):
|
|
2804
|
-
|
|
2805
2797
|
- improvement of SSR tests and examples for Fabric Elements
|
|
2806
2798
|
|
|
2807
2799
|
## 58.0.0
|
|
2808
2800
|
|
|
2809
2801
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2810
|
-
|
|
2811
2802
|
- Dropped ES5 distributables from the typescript packages
|
|
2812
2803
|
|
|
2813
2804
|
- Updated dependencies
|
|
@@ -2860,13 +2851,11 @@ Bumped dependencies.
|
|
|
2860
2851
|
## 56.2.0
|
|
2861
2852
|
|
|
2862
2853
|
- [minor][4072865c1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4072865c1c):
|
|
2863
|
-
|
|
2864
2854
|
- added SSR tests to task-decision
|
|
2865
2855
|
|
|
2866
2856
|
## 56.1.0
|
|
2867
2857
|
|
|
2868
2858
|
- [minor][36bb743af0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36bb743af0):
|
|
2869
|
-
|
|
2870
2859
|
- added/cleaned up ssr tests
|
|
2871
2860
|
|
|
2872
2861
|
## 56.0.0
|
|
@@ -2880,13 +2869,11 @@ Bumped dependencies.
|
|
|
2880
2869
|
## 55.1.0
|
|
2881
2870
|
|
|
2882
2871
|
- [minor][9ab9e467d2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ab9e467d2):
|
|
2883
|
-
|
|
2884
2872
|
- Bump version of typestyle for ssr compatibility
|
|
2885
2873
|
|
|
2886
2874
|
## 55.0.2
|
|
2887
2875
|
|
|
2888
2876
|
- [patch][2d691c1e48](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d691c1e48):
|
|
2889
|
-
|
|
2890
2877
|
- Added aria labels to Emoji upload component
|
|
2891
2878
|
|
|
2892
2879
|
## 55.0.1
|
|
@@ -2906,7 +2893,6 @@ Bumped dependencies.
|
|
|
2906
2893
|
## 54.1.0
|
|
2907
2894
|
|
|
2908
2895
|
- [minor][cf6799312a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cf6799312a):
|
|
2909
|
-
|
|
2910
2896
|
- Enable striter types for emoji package
|
|
2911
2897
|
|
|
2912
2898
|
## 54.0.0
|
|
@@ -2947,13 +2933,11 @@ Bumped dependencies.
|
|
|
2947
2933
|
## 51.2.0
|
|
2948
2934
|
|
|
2949
2935
|
- [minor][6ef7a45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ef7a45):
|
|
2950
|
-
|
|
2951
2936
|
- FS-1230 New standalone emoji upload component added
|
|
2952
2937
|
|
|
2953
2938
|
## 51.1.0
|
|
2954
2939
|
|
|
2955
2940
|
- [minor][e60d7aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e60d7aa):
|
|
2956
|
-
|
|
2957
2941
|
- updated i18n translations
|
|
2958
2942
|
|
|
2959
2943
|
## 51.0.0
|
|
@@ -2972,15 +2956,12 @@ Bumped dependencies.
|
|
|
2972
2956
|
## 49.1.0
|
|
2973
2957
|
|
|
2974
2958
|
- [patch][53cb129](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/53cb129):
|
|
2975
|
-
|
|
2976
2959
|
- show emoji preview error in a tooltip, render spinner outside button, css changes
|
|
2977
2960
|
|
|
2978
2961
|
- [minor][514790b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/514790b):
|
|
2979
|
-
|
|
2980
2962
|
- added i18n support to emoji
|
|
2981
2963
|
|
|
2982
2964
|
- [patch][686de31](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/686de31):
|
|
2983
|
-
|
|
2984
2965
|
- added maxWidth to other buttons
|
|
2985
2966
|
|
|
2986
2967
|
## 49.0.0
|
|
@@ -2992,24 +2973,20 @@ Bumped dependencies.
|
|
|
2992
2973
|
## 48.0.2
|
|
2993
2974
|
|
|
2994
2975
|
- [patch][0f19693](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0f19693):
|
|
2995
|
-
|
|
2996
2976
|
- added tests for xregexp transformer, updated README and simplified code
|
|
2997
2977
|
|
|
2998
2978
|
- [patch][b789b3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b789b3a):
|
|
2999
|
-
|
|
3000
2979
|
- removed xregexp library dependency from emoji and mention components, added xregexp-transformer
|
|
3001
2980
|
package to compile xregexp expressions to unicode charsets
|
|
3002
2981
|
|
|
3003
2982
|
## 48.0.1
|
|
3004
2983
|
|
|
3005
2984
|
- [patch][015fcd0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/015fcd0):
|
|
3006
|
-
|
|
3007
2985
|
- Adjusted unit tests to test for the bug noticed in FS-3259. Added multiple atlassian-ftfy emoji
|
|
3008
2986
|
to test this, so updated a unit test to confirm that there are 14 Atlassian emoji, and also
|
|
3009
2987
|
added an additional unit test to confirm that FS-3259 was corrected.
|
|
3010
2988
|
|
|
3011
2989
|
- [patch][18203e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18203e6):
|
|
3012
|
-
|
|
3013
2990
|
- FS-3259 Fixed bug that caused an emoji to be automatically inserted for a query including a
|
|
3014
2991
|
closing colon even if there are multiple (an odd number specifically) emoji with an exact
|
|
3015
2992
|
shortName match.
|
|
@@ -3023,7 +3000,6 @@ Bumped dependencies.
|
|
|
3023
3000
|
## 47.0.8
|
|
3024
3001
|
|
|
3025
3002
|
- [patch][b81da9b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81da9b):
|
|
3026
|
-
|
|
3027
3003
|
- Fix typescript types to support strictFunctionTypes
|
|
3028
3004
|
|
|
3029
3005
|
## 47.0.7
|
|
@@ -3057,13 +3033,11 @@ Bumped dependencies.
|
|
|
3057
3033
|
## 47.0.5
|
|
3058
3034
|
|
|
3059
3035
|
- [patch][31ac424](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/31ac424):
|
|
3060
|
-
|
|
3061
3036
|
- FS-1596 Changed sizes of example emojis in test00.
|
|
3062
3037
|
|
|
3063
3038
|
## 47.0.4
|
|
3064
3039
|
|
|
3065
3040
|
- [patch][90c4702](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/90c4702):
|
|
3066
|
-
|
|
3067
3041
|
- FS-1734 Removed the try it out section from Emoji and Mentions documentation pages to match
|
|
3068
3042
|
other pages. The section only contained a link to the same page, so was essentially redundant
|
|
3069
3043
|
and potentially confusing.
|
|
@@ -3071,7 +3045,6 @@ Bumped dependencies.
|
|
|
3071
3045
|
## 47.0.3
|
|
3072
3046
|
|
|
3073
3047
|
- [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
|
|
3074
|
-
|
|
3075
3048
|
- AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
|
|
3076
3049
|
|
|
3077
3050
|
## 47.0.2
|
|
@@ -3103,7 +3076,6 @@ Bumped dependencies.
|
|
|
3103
3076
|
## 46.0.1
|
|
3104
3077
|
|
|
3105
3078
|
- [patch][49a2a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49a2a58):
|
|
3106
|
-
|
|
3107
3079
|
- Use onClick from button in emoji
|
|
3108
3080
|
|
|
3109
3081
|
## 46.0.0
|
|
@@ -3115,13 +3087,11 @@ Bumped dependencies.
|
|
|
3115
3087
|
## 45.0.4
|
|
3116
3088
|
|
|
3117
3089
|
- [patch][36c362f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c362f):
|
|
3118
|
-
|
|
3119
3090
|
- FS-3174 - Fix usage of gridSize() and borderRadius()
|
|
3120
3091
|
|
|
3121
3092
|
## 45.0.3
|
|
3122
3093
|
|
|
3123
3094
|
- [patch][527b954](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/527b954):
|
|
3124
|
-
|
|
3125
3095
|
- FS-3174 - Remove usage of util-shared-styles from elements components
|
|
3126
3096
|
|
|
3127
3097
|
## 45.0.2
|
|
@@ -223,7 +223,7 @@ var ResourcedEmojiComponent = exports.ResourcedEmojiComponent = function Resourc
|
|
|
223
223
|
}, [onEmojiLoadSuccess]);
|
|
224
224
|
|
|
225
225
|
// use width: auto as long as fitToHeight is defined
|
|
226
|
-
var autoWidth = (0, _platformFeatureFlags.fg)('
|
|
226
|
+
var autoWidth = (0, _platformFeatureFlags.fg)('platform_emoji_width_auto_fittoheight') ? !!fitToHeight : !!emoji ? false : true;
|
|
227
227
|
return /*#__PURE__*/_react.default.createElement(_EmojiCommonProvider.EmojiCommonProvider, {
|
|
228
228
|
emojiProvider: resolvedEmojiProvider
|
|
229
229
|
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
@@ -20,7 +20,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
20
20
|
actionSubjectId: actionSubjectId,
|
|
21
21
|
attributes: _objectSpread({
|
|
22
22
|
packageName: "@atlaskit/emoji",
|
|
23
|
-
packageVersion: "69.
|
|
23
|
+
packageVersion: "69.6.1"
|
|
24
24
|
}, attributes)
|
|
25
25
|
};
|
|
26
26
|
};
|
|
@@ -178,7 +178,7 @@ export const ResourcedEmojiComponent = ({
|
|
|
178
178
|
}, [onEmojiLoadSuccess]);
|
|
179
179
|
|
|
180
180
|
// use width: auto as long as fitToHeight is defined
|
|
181
|
-
const autoWidth = fg('
|
|
181
|
+
const autoWidth = fg('platform_emoji_width_auto_fittoheight') ? !!fitToHeight : !!emoji ? false : true;
|
|
182
182
|
return /*#__PURE__*/React.createElement(EmojiCommonProvider, {
|
|
183
183
|
emojiProvider: resolvedEmojiProvider
|
|
184
184
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -214,7 +214,7 @@ export var ResourcedEmojiComponent = function ResourcedEmojiComponent(_ref) {
|
|
|
214
214
|
}, [onEmojiLoadSuccess]);
|
|
215
215
|
|
|
216
216
|
// use width: auto as long as fitToHeight is defined
|
|
217
|
-
var autoWidth = fg('
|
|
217
|
+
var autoWidth = fg('platform_emoji_width_auto_fittoheight') ? !!fitToHeight : !!emoji ? false : true;
|
|
218
218
|
return /*#__PURE__*/React.createElement(EmojiCommonProvider, {
|
|
219
219
|
emojiProvider: resolvedEmojiProvider
|
|
220
220
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -13,7 +13,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
13
13
|
actionSubjectId: actionSubjectId,
|
|
14
14
|
attributes: _objectSpread({
|
|
15
15
|
packageName: "@atlaskit/emoji",
|
|
16
|
-
packageVersion: "69.
|
|
16
|
+
packageVersion: "69.6.1"
|
|
17
17
|
}, attributes)
|
|
18
18
|
};
|
|
19
19
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "69.6.
|
|
3
|
+
"version": "69.6.2",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
47
47
|
"@atlaskit/primitives": "^15.0.0",
|
|
48
|
-
"@atlaskit/react-ufo": "^4.
|
|
48
|
+
"@atlaskit/react-ufo": "^4.12.0",
|
|
49
49
|
"@atlaskit/spinner": "^19.0.0",
|
|
50
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
51
|
"@atlaskit/theme": "^21.0.0",
|
|
52
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
53
|
-
"@atlaskit/tokens": "^
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^13.13.0",
|
|
53
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
54
54
|
"@atlaskit/tooltip": "^20.5.0",
|
|
55
55
|
"@atlaskit/ufo": "^0.4.0",
|
|
56
56
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
57
57
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
58
58
|
"@babel/runtime": "^7.0.0",
|
|
59
|
-
"@compiled/react": "^0.18.
|
|
59
|
+
"@compiled/react": "^0.18.6",
|
|
60
60
|
"@tanstack/react-virtual": "3.0.0-beta.60",
|
|
61
61
|
"js-search": "^2.0.0",
|
|
62
62
|
"lru_map": "^0.4.1",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"platform_emoji_ssr_width_auto_allowed": {
|
|
134
134
|
"type": "boolean"
|
|
135
135
|
},
|
|
136
|
-
"
|
|
136
|
+
"platform_emoji_width_auto_fittoheight": {
|
|
137
137
|
"type": "boolean"
|
|
138
138
|
}
|
|
139
139
|
},
|