@atlaskit/editor-common 72.7.3 → 72.9.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.
Files changed (51) hide show
  1. package/.eslintrc.js +13 -0
  2. package/CHANGELOG.md +44 -0
  3. package/dist/cjs/card/index.js +20 -1
  4. package/dist/cjs/card/utils.js +54 -0
  5. package/dist/cjs/keymaps/index.js +5 -1
  6. package/dist/cjs/ui/DropList/index.js +1 -1
  7. package/dist/cjs/ui/MediaSingle/styled.js +4 -4
  8. package/dist/cjs/ui-color/ColorPalette/Palettes/index.js +6 -0
  9. package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +199 -1
  10. package/dist/cjs/ui-color/index.js +6 -0
  11. package/dist/cjs/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.js +10 -4
  12. package/dist/cjs/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +8 -4
  13. package/dist/cjs/ui-menu/ArrowKeyNavigationProvider/index.js +19 -7
  14. package/dist/cjs/version.json +1 -1
  15. package/dist/es2019/card/index.js +1 -1
  16. package/dist/es2019/card/utils.js +47 -0
  17. package/dist/es2019/index.js +1 -1
  18. package/dist/es2019/keymaps/index.js +2 -0
  19. package/dist/es2019/ui/DropList/index.js +1 -1
  20. package/dist/es2019/ui/MediaSingle/styled.js +3 -0
  21. package/dist/es2019/ui-color/ColorPalette/Palettes/index.js +1 -1
  22. package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +198 -0
  23. package/dist/es2019/ui-color/index.js +1 -1
  24. package/dist/es2019/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.js +7 -5
  25. package/dist/es2019/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +6 -4
  26. package/dist/es2019/ui-menu/ArrowKeyNavigationProvider/index.js +14 -4
  27. package/dist/es2019/version.json +1 -1
  28. package/dist/esm/card/index.js +1 -1
  29. package/dist/esm/card/utils.js +45 -0
  30. package/dist/esm/index.js +1 -1
  31. package/dist/esm/keymaps/index.js +2 -0
  32. package/dist/esm/ui/DropList/index.js +1 -1
  33. package/dist/esm/ui/MediaSingle/styled.js +4 -4
  34. package/dist/esm/ui-color/ColorPalette/Palettes/index.js +1 -1
  35. package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +196 -0
  36. package/dist/esm/ui-color/index.js +1 -1
  37. package/dist/esm/ui-menu/ArrowKeyNavigationProvider/ColorPaletteArrowKeyNavigationProvider/index.js +10 -5
  38. package/dist/esm/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +8 -4
  39. package/dist/esm/ui-menu/ArrowKeyNavigationProvider/index.js +19 -7
  40. package/dist/esm/version.json +1 -1
  41. package/dist/types/analytics/types/smart-links.d.ts +1 -1
  42. package/dist/types/card/cardOptions.d.ts +2 -0
  43. package/dist/types/card/index.d.ts +1 -0
  44. package/dist/types/card/utils.d.ts +18 -0
  45. package/dist/types/keymaps/index.d.ts +2 -0
  46. package/dist/types/types/feature-flags.d.ts +7 -0
  47. package/dist/types/ui-color/ColorPalette/Palettes/index.d.ts +1 -1
  48. package/dist/types/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.d.ts +548 -0
  49. package/dist/types/ui-color/index.d.ts +1 -1
  50. package/dist/types/ui-menu/ArrowKeyNavigationProvider/types.d.ts +4 -1
  51. package/package.json +8 -8
@@ -858,6 +858,554 @@ export declare const backgroundPaletteTooltipMessages: {
858
858
  };
859
859
  };
860
860
  };
861
+ export declare const lightChartsColorPaletteTooltipMessages: {
862
+ '#7AB2FF': {
863
+ id: string;
864
+ defaultMessage: string;
865
+ description: string;
866
+ };
867
+ '#247FFF': {
868
+ id: string;
869
+ defaultMessage: string;
870
+ description: string;
871
+ };
872
+ '#0055CC': {
873
+ id: string;
874
+ defaultMessage: string;
875
+ description: string;
876
+ };
877
+ '#003884': {
878
+ id: string;
879
+ defaultMessage: string;
880
+ description: string;
881
+ };
882
+ '#60C6D2': {
883
+ id: string;
884
+ defaultMessage: string;
885
+ description: string;
886
+ };
887
+ '#1D9AAA': {
888
+ id: string;
889
+ defaultMessage: string;
890
+ description: string;
891
+ };
892
+ '#1D7F8C': {
893
+ id: string;
894
+ defaultMessage: string;
895
+ description: string;
896
+ };
897
+ '#206B74': {
898
+ id: string;
899
+ defaultMessage: string;
900
+ description: string;
901
+ };
902
+ '#6BE1B0': {
903
+ id: string;
904
+ defaultMessage: string;
905
+ description: string;
906
+ };
907
+ '#23A971': {
908
+ id: string;
909
+ defaultMessage: string;
910
+ description: string;
911
+ };
912
+ '#177D52': {
913
+ id: string;
914
+ defaultMessage: string;
915
+ description: string;
916
+ };
917
+ '#055C3F': {
918
+ id: string;
919
+ defaultMessage: string;
920
+ description: string;
921
+ };
922
+ '#FFDB57': {
923
+ id: string;
924
+ defaultMessage: string;
925
+ description: string;
926
+ };
927
+ '#FFBE33': {
928
+ id: string;
929
+ defaultMessage: string;
930
+ description: string;
931
+ };
932
+ '#FF9D00': {
933
+ id: string;
934
+ defaultMessage: string;
935
+ description: string;
936
+ };
937
+ '#946104': {
938
+ id: string;
939
+ defaultMessage: string;
940
+ description: string;
941
+ };
942
+ '#FF8F73': {
943
+ id: string;
944
+ defaultMessage: string;
945
+ description: string;
946
+ };
947
+ '#FC552C': {
948
+ id: string;
949
+ defaultMessage: string;
950
+ description: string;
951
+ };
952
+ '#D32D03': {
953
+ id: string;
954
+ defaultMessage: string;
955
+ description: string;
956
+ };
957
+ '#A32000': {
958
+ id: string;
959
+ defaultMessage: string;
960
+ description: string;
961
+ };
962
+ '#FAA53D': {
963
+ id: string;
964
+ defaultMessage: string;
965
+ description: string;
966
+ };
967
+ '#D97008': {
968
+ id: string;
969
+ defaultMessage: string;
970
+ description: string;
971
+ };
972
+ '#B65C02': {
973
+ id: string;
974
+ defaultMessage: string;
975
+ description: string;
976
+ };
977
+ '#974F0C': {
978
+ id: string;
979
+ defaultMessage: string;
980
+ description: string;
981
+ };
982
+ '#E774BB': {
983
+ id: string;
984
+ defaultMessage: string;
985
+ description: string;
986
+ };
987
+ '#DA62AC': {
988
+ id: string;
989
+ defaultMessage: string;
990
+ description: string;
991
+ };
992
+ '#CD519D': {
993
+ id: string;
994
+ defaultMessage: string;
995
+ description: string;
996
+ };
997
+ '#943D73': {
998
+ id: string;
999
+ defaultMessage: string;
1000
+ description: string;
1001
+ };
1002
+ '#B5A7FB': {
1003
+ id: string;
1004
+ defaultMessage: string;
1005
+ description: string;
1006
+ };
1007
+ '#8B77EE': {
1008
+ id: string;
1009
+ defaultMessage: string;
1010
+ description: string;
1011
+ };
1012
+ '#5A43D0': {
1013
+ id: string;
1014
+ defaultMessage: string;
1015
+ description: string;
1016
+ };
1017
+ '#44368B': {
1018
+ id: string;
1019
+ defaultMessage: string;
1020
+ description: string;
1021
+ };
1022
+ '#8993A5': {
1023
+ id: string;
1024
+ defaultMessage: string;
1025
+ description: string;
1026
+ };
1027
+ '#8590A2': {
1028
+ id: string;
1029
+ defaultMessage: string;
1030
+ description: string;
1031
+ };
1032
+ '#758195': {
1033
+ id: string;
1034
+ defaultMessage: string;
1035
+ description: string;
1036
+ };
1037
+ '#44546F': {
1038
+ id: string;
1039
+ defaultMessage: string;
1040
+ description: string;
1041
+ };
1042
+ };
1043
+ export declare const chartsColorPaletteTooltipMessages: {
1044
+ light: {
1045
+ '#7AB2FF': {
1046
+ id: string;
1047
+ defaultMessage: string;
1048
+ description: string;
1049
+ };
1050
+ '#247FFF': {
1051
+ id: string;
1052
+ defaultMessage: string;
1053
+ description: string;
1054
+ };
1055
+ '#0055CC': {
1056
+ id: string;
1057
+ defaultMessage: string;
1058
+ description: string;
1059
+ };
1060
+ '#003884': {
1061
+ id: string;
1062
+ defaultMessage: string;
1063
+ description: string;
1064
+ };
1065
+ '#60C6D2': {
1066
+ id: string;
1067
+ defaultMessage: string;
1068
+ description: string;
1069
+ };
1070
+ '#1D9AAA': {
1071
+ id: string;
1072
+ defaultMessage: string;
1073
+ description: string;
1074
+ };
1075
+ '#1D7F8C': {
1076
+ id: string;
1077
+ defaultMessage: string;
1078
+ description: string;
1079
+ };
1080
+ '#206B74': {
1081
+ id: string;
1082
+ defaultMessage: string;
1083
+ description: string;
1084
+ };
1085
+ '#6BE1B0': {
1086
+ id: string;
1087
+ defaultMessage: string;
1088
+ description: string;
1089
+ };
1090
+ '#23A971': {
1091
+ id: string;
1092
+ defaultMessage: string;
1093
+ description: string;
1094
+ };
1095
+ '#177D52': {
1096
+ id: string;
1097
+ defaultMessage: string;
1098
+ description: string;
1099
+ };
1100
+ '#055C3F': {
1101
+ id: string;
1102
+ defaultMessage: string;
1103
+ description: string;
1104
+ };
1105
+ '#FFDB57': {
1106
+ id: string;
1107
+ defaultMessage: string;
1108
+ description: string;
1109
+ };
1110
+ '#FFBE33': {
1111
+ id: string;
1112
+ defaultMessage: string;
1113
+ description: string;
1114
+ };
1115
+ '#FF9D00': {
1116
+ id: string;
1117
+ defaultMessage: string;
1118
+ description: string;
1119
+ };
1120
+ '#946104': {
1121
+ id: string;
1122
+ defaultMessage: string;
1123
+ description: string;
1124
+ };
1125
+ '#FF8F73': {
1126
+ id: string;
1127
+ defaultMessage: string;
1128
+ description: string;
1129
+ };
1130
+ '#FC552C': {
1131
+ id: string;
1132
+ defaultMessage: string;
1133
+ description: string;
1134
+ };
1135
+ '#D32D03': {
1136
+ id: string;
1137
+ defaultMessage: string;
1138
+ description: string;
1139
+ };
1140
+ '#A32000': {
1141
+ id: string;
1142
+ defaultMessage: string;
1143
+ description: string;
1144
+ };
1145
+ '#FAA53D': {
1146
+ id: string;
1147
+ defaultMessage: string;
1148
+ description: string;
1149
+ };
1150
+ '#D97008': {
1151
+ id: string;
1152
+ defaultMessage: string;
1153
+ description: string;
1154
+ };
1155
+ '#B65C02': {
1156
+ id: string;
1157
+ defaultMessage: string;
1158
+ description: string;
1159
+ };
1160
+ '#974F0C': {
1161
+ id: string;
1162
+ defaultMessage: string;
1163
+ description: string;
1164
+ };
1165
+ '#E774BB': {
1166
+ id: string;
1167
+ defaultMessage: string;
1168
+ description: string;
1169
+ };
1170
+ '#DA62AC': {
1171
+ id: string;
1172
+ defaultMessage: string;
1173
+ description: string;
1174
+ };
1175
+ '#CD519D': {
1176
+ id: string;
1177
+ defaultMessage: string;
1178
+ description: string;
1179
+ };
1180
+ '#943D73': {
1181
+ id: string;
1182
+ defaultMessage: string;
1183
+ description: string;
1184
+ };
1185
+ '#B5A7FB': {
1186
+ id: string;
1187
+ defaultMessage: string;
1188
+ description: string;
1189
+ };
1190
+ '#8B77EE': {
1191
+ id: string;
1192
+ defaultMessage: string;
1193
+ description: string;
1194
+ };
1195
+ '#5A43D0': {
1196
+ id: string;
1197
+ defaultMessage: string;
1198
+ description: string;
1199
+ };
1200
+ '#44368B': {
1201
+ id: string;
1202
+ defaultMessage: string;
1203
+ description: string;
1204
+ };
1205
+ '#8993A5': {
1206
+ id: string;
1207
+ defaultMessage: string;
1208
+ description: string;
1209
+ };
1210
+ '#8590A2': {
1211
+ id: string;
1212
+ defaultMessage: string;
1213
+ description: string;
1214
+ };
1215
+ '#758195': {
1216
+ id: string;
1217
+ defaultMessage: string;
1218
+ description: string;
1219
+ };
1220
+ '#44546F': {
1221
+ id: string;
1222
+ defaultMessage: string;
1223
+ description: string;
1224
+ };
1225
+ };
1226
+ dark: {
1227
+ '#7AB2FF': {
1228
+ id: string;
1229
+ defaultMessage: string;
1230
+ description: string;
1231
+ };
1232
+ '#247FFF': {
1233
+ id: string;
1234
+ defaultMessage: string;
1235
+ description: string;
1236
+ };
1237
+ '#0055CC': {
1238
+ id: string;
1239
+ defaultMessage: string;
1240
+ description: string;
1241
+ };
1242
+ '#003884': {
1243
+ id: string;
1244
+ defaultMessage: string;
1245
+ description: string;
1246
+ };
1247
+ '#60C6D2': {
1248
+ id: string;
1249
+ defaultMessage: string;
1250
+ description: string;
1251
+ };
1252
+ '#1D9AAA': {
1253
+ id: string;
1254
+ defaultMessage: string;
1255
+ description: string;
1256
+ };
1257
+ '#1D7F8C': {
1258
+ id: string;
1259
+ defaultMessage: string;
1260
+ description: string;
1261
+ };
1262
+ '#206B74': {
1263
+ id: string;
1264
+ defaultMessage: string;
1265
+ description: string;
1266
+ };
1267
+ '#6BE1B0': {
1268
+ id: string;
1269
+ defaultMessage: string;
1270
+ description: string;
1271
+ };
1272
+ '#23A971': {
1273
+ id: string;
1274
+ defaultMessage: string;
1275
+ description: string;
1276
+ };
1277
+ '#177D52': {
1278
+ id: string;
1279
+ defaultMessage: string;
1280
+ description: string;
1281
+ };
1282
+ '#055C3F': {
1283
+ id: string;
1284
+ defaultMessage: string;
1285
+ description: string;
1286
+ };
1287
+ '#FFDB57': {
1288
+ id: string;
1289
+ defaultMessage: string;
1290
+ description: string;
1291
+ };
1292
+ '#FFBE33': {
1293
+ id: string;
1294
+ defaultMessage: string;
1295
+ description: string;
1296
+ };
1297
+ '#FF9D00': {
1298
+ id: string;
1299
+ defaultMessage: string;
1300
+ description: string;
1301
+ };
1302
+ '#946104': {
1303
+ id: string;
1304
+ defaultMessage: string;
1305
+ description: string;
1306
+ };
1307
+ '#FF8F73': {
1308
+ id: string;
1309
+ defaultMessage: string;
1310
+ description: string;
1311
+ };
1312
+ '#FC552C': {
1313
+ id: string;
1314
+ defaultMessage: string;
1315
+ description: string;
1316
+ };
1317
+ '#D32D03': {
1318
+ id: string;
1319
+ defaultMessage: string;
1320
+ description: string;
1321
+ };
1322
+ '#A32000': {
1323
+ id: string;
1324
+ defaultMessage: string;
1325
+ description: string;
1326
+ };
1327
+ '#FAA53D': {
1328
+ id: string;
1329
+ defaultMessage: string;
1330
+ description: string;
1331
+ };
1332
+ '#D97008': {
1333
+ id: string;
1334
+ defaultMessage: string;
1335
+ description: string;
1336
+ };
1337
+ '#B65C02': {
1338
+ id: string;
1339
+ defaultMessage: string;
1340
+ description: string;
1341
+ };
1342
+ '#974F0C': {
1343
+ id: string;
1344
+ defaultMessage: string;
1345
+ description: string;
1346
+ };
1347
+ '#E774BB': {
1348
+ id: string;
1349
+ defaultMessage: string;
1350
+ description: string;
1351
+ };
1352
+ '#DA62AC': {
1353
+ id: string;
1354
+ defaultMessage: string;
1355
+ description: string;
1356
+ };
1357
+ '#CD519D': {
1358
+ id: string;
1359
+ defaultMessage: string;
1360
+ description: string;
1361
+ };
1362
+ '#943D73': {
1363
+ id: string;
1364
+ defaultMessage: string;
1365
+ description: string;
1366
+ };
1367
+ '#B5A7FB': {
1368
+ id: string;
1369
+ defaultMessage: string;
1370
+ description: string;
1371
+ };
1372
+ '#8B77EE': {
1373
+ id: string;
1374
+ defaultMessage: string;
1375
+ description: string;
1376
+ };
1377
+ '#5A43D0': {
1378
+ id: string;
1379
+ defaultMessage: string;
1380
+ description: string;
1381
+ };
1382
+ '#44368B': {
1383
+ id: string;
1384
+ defaultMessage: string;
1385
+ description: string;
1386
+ };
1387
+ '#8993A5': {
1388
+ id: string;
1389
+ defaultMessage: string;
1390
+ description: string;
1391
+ };
1392
+ '#8590A2': {
1393
+ id: string;
1394
+ defaultMessage: string;
1395
+ description: string;
1396
+ };
1397
+ '#758195': {
1398
+ id: string;
1399
+ defaultMessage: string;
1400
+ description: string;
1401
+ };
1402
+ '#44546F': {
1403
+ id: string;
1404
+ defaultMessage: string;
1405
+ description: string;
1406
+ };
1407
+ };
1408
+ };
861
1409
  export declare const borderPaletteTooltipMessages: {
862
1410
  light: {
863
1411
  '#091E4224': {
@@ -6,7 +6,7 @@ export { default as colorPaletteMessages } from './ColorPalette/Palettes/palette
6
6
  export { panelBackgroundPalette, panelDarkModeBackgroundPalette, } from './ColorPalette/Palettes/panelBackgroundPalette';
7
7
  export { lightModeStatusColorPalette, darkModeStatusColorPalette, } from './ColorPalette/Palettes/statusColorPalette';
8
8
  export { textColorPalette } from './ColorPalette/Palettes/textColorPalette';
9
- export { backgroundPaletteTooltipMessages, borderPaletteTooltipMessages, textPaletteTooltipMessages, } from './ColorPalette/Palettes';
9
+ export { backgroundPaletteTooltipMessages, borderPaletteTooltipMessages, chartsColorPaletteTooltipMessages, textPaletteTooltipMessages, } from './ColorPalette/Palettes';
10
10
  export { DEFAULT_BORDER_COLOR } from './ColorPalette/Palettes/common';
11
11
  export type { PaletteColor, PaletteTooltipMessages, } from './ColorPalette/Palettes/type';
12
12
  export { default as borderColorPalette } from './ColorPalette/Palettes/borderColorPalette';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface KeyDownHandlerContext {
2
3
  handleArrowRight: () => void;
3
4
  handleArrowLeft: () => void;
@@ -18,6 +19,7 @@ export declare type ColorPaletteArrowKeyNavigationOptions = {
18
19
  export declare type ColorPaletteArrowKeyNavigationProps = ColorPaletteArrowKeyNavigationOptions & {
19
20
  handleClose?: SimpleEventHandler<KeyboardEvent>;
20
21
  closeOnTab?: boolean;
22
+ editorRef: React.RefObject<HTMLDivElement>;
21
23
  };
22
24
  export declare type MenuArrowKeyNavigationOptions = {
23
25
  type: ArrowKeyNavigationType.MENU;
@@ -28,6 +30,7 @@ export declare type MenuArrowKeyNavigationProviderProps = MenuArrowKeyNavigation
28
30
  handleClose?: SimpleEventHandler<KeyboardEvent>;
29
31
  onSelection?: (index: number) => void;
30
32
  closeOnTab?: boolean;
33
+ editorRef: React.RefObject<HTMLDivElement>;
31
34
  };
32
35
  export declare type ArrowKeyNavigationProviderOptions = ColorPaletteArrowKeyNavigationOptions | MenuArrowKeyNavigationOptions;
33
- export declare type ArrowKeyNavigationProviderProps = ColorPaletteArrowKeyNavigationProps | MenuArrowKeyNavigationProviderProps;
36
+ export declare type ArrowKeyNavigationProviderProps = Omit<ColorPaletteArrowKeyNavigationProps, 'editorRef'> | Omit<MenuArrowKeyNavigationProviderProps, 'editorRef'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.7.3",
3
+ "version": "72.9.0",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@atlaskit/activity-provider": "^2.3.0",
62
- "@atlaskit/adf-schema": "^25.4.0",
62
+ "@atlaskit/adf-schema": "^25.5.0",
63
63
  "@atlaskit/adf-utils": "^18.1.0",
64
64
  "@atlaskit/analytics-listeners": "^8.6.0",
65
65
  "@atlaskit/analytics-namespaced-context": "^6.6.0",
@@ -69,21 +69,21 @@
69
69
  "@atlaskit/code": "^14.5.0",
70
70
  "@atlaskit/codemod-utils": "^4.1.0",
71
71
  "@atlaskit/editor-json-transformer": "^8.8.0",
72
- "@atlaskit/editor-palette": "1.2.0",
72
+ "@atlaskit/editor-palette": "1.3.0",
73
73
  "@atlaskit/editor-shared-styles": "^2.3.0",
74
74
  "@atlaskit/emoji": "^67.3.0",
75
75
  "@atlaskit/icon": "^21.11.0",
76
76
  "@atlaskit/in-product-testing": "^0.1.0",
77
77
  "@atlaskit/media-card": "^74.7.0",
78
- "@atlaskit/media-client": "^20.2.0",
78
+ "@atlaskit/media-client": "^21.0.0",
79
79
  "@atlaskit/media-picker": "^64.3.0",
80
80
  "@atlaskit/mention": "^22.0.0",
81
81
  "@atlaskit/menu": "^1.5.0",
82
82
  "@atlaskit/profilecard": "^19.2.0",
83
- "@atlaskit/smart-card": "^25.4.0",
83
+ "@atlaskit/smart-card": "^25.5.0",
84
84
  "@atlaskit/smart-user-picker": "^6.0.0",
85
85
  "@atlaskit/task-decision": "^17.5.0",
86
- "@atlaskit/theme": "^12.3.0",
86
+ "@atlaskit/theme": "^12.4.0",
87
87
  "@atlaskit/tokens": "^1.2.0",
88
88
  "@atlaskit/tooltip": "^17.7.0",
89
89
  "@atlaskit/ufo": "^0.1.0",
@@ -117,9 +117,9 @@
117
117
  "react-intl-next": "npm:react-intl@^5.18.1"
118
118
  },
119
119
  "devDependencies": {
120
- "@atlaskit/editor-core": "^182.0.0",
120
+ "@atlaskit/editor-core": "^182.1.0",
121
121
  "@atlaskit/editor-json-transformer": "^8.8.0",
122
- "@atlaskit/editor-plugin-feature-flags": "^0.0.2",
122
+ "@atlaskit/editor-plugin-feature-flags": "^0.0.3",
123
123
  "@atlaskit/editor-plugin-table": "^1.2.0",
124
124
  "@atlaskit/editor-test-helpers": "^18.2.0",
125
125
  "@atlaskit/media-core": "^34.0.0",