@atlaskit/editor-common 78.17.1 → 78.17.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.
Files changed (108) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/analytics/package.json +1 -1
  3. package/annotation/package.json +1 -1
  4. package/card/package.json +1 -1
  5. package/clipboard/package.json +1 -1
  6. package/collab/package.json +1 -1
  7. package/commands/package.json +1 -1
  8. package/constants/package.json +1 -1
  9. package/copy-button/package.json +1 -1
  10. package/core-utils/package.json +1 -1
  11. package/dist/cjs/extensibility/Extension/Extension/index.js +17 -12
  12. package/dist/cjs/extensibility/MultiBodiedExtension/index.js +16 -12
  13. package/dist/cjs/hooks/useSharedPluginState.js +3 -0
  14. package/dist/cjs/monitoring/error.js +1 -1
  15. package/dist/cjs/ui/DropList/index.js +1 -1
  16. package/dist/es2019/extensibility/Extension/Extension/index.js +16 -11
  17. package/dist/es2019/extensibility/MultiBodiedExtension/index.js +15 -11
  18. package/dist/es2019/hooks/useSharedPluginState.js +5 -0
  19. package/dist/es2019/monitoring/error.js +1 -1
  20. package/dist/es2019/ui/DropList/index.js +1 -1
  21. package/dist/esm/extensibility/Extension/Extension/index.js +17 -12
  22. package/dist/esm/extensibility/MultiBodiedExtension/index.js +16 -12
  23. package/dist/esm/hooks/useSharedPluginState.js +3 -0
  24. package/dist/esm/monitoring/error.js +1 -1
  25. package/dist/esm/ui/DropList/index.js +1 -1
  26. package/dist/types/analytics/types/enums.d.ts +2 -2
  27. package/dist/types/annotation/index.d.ts +2 -0
  28. package/dist/types/commands/index.d.ts +3 -3
  29. package/dist/types/element-browser/components/ElementSearch.d.ts +1 -1
  30. package/dist/types/floating-toolbar/index.d.ts +1 -1
  31. package/dist/types/link/LinkSearch/LinkSearchListItem.d.ts +2 -2
  32. package/dist/types/preset/plugin-injection-api.d.ts +1 -1
  33. package/dist/types/provider-helpers/promise-helpers.d.ts +2 -2
  34. package/dist/types/styles/shared/resizer.d.ts +3 -3
  35. package/dist/types/ui/Caption/index.d.ts +2 -2
  36. package/dist/types/ui/UnsupportedBlock/index.d.ts +2 -2
  37. package/dist/types/ui/UnsupportedInline/index.d.ts +2 -2
  38. package/dist/types/ui-color/ColorPalette/index.d.ts +2 -2
  39. package/dist/types/utils/compare-props.d.ts +2 -2
  40. package/dist/types/utils/imageLoader.d.ts +1 -1
  41. package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -2
  42. package/dist/types-ts4.5/annotation/index.d.ts +2 -0
  43. package/dist/types-ts4.5/commands/index.d.ts +3 -3
  44. package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +1 -1
  45. package/dist/types-ts4.5/floating-toolbar/index.d.ts +1 -1
  46. package/dist/types-ts4.5/link/LinkSearch/LinkSearchListItem.d.ts +2 -2
  47. package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +2 -2
  48. package/dist/types-ts4.5/provider-helpers/promise-helpers.d.ts +2 -2
  49. package/dist/types-ts4.5/styles/shared/resizer.d.ts +3 -3
  50. package/dist/types-ts4.5/ui/Caption/index.d.ts +2 -2
  51. package/dist/types-ts4.5/ui/UnsupportedBlock/index.d.ts +2 -2
  52. package/dist/types-ts4.5/ui/UnsupportedInline/index.d.ts +2 -2
  53. package/dist/types-ts4.5/ui-color/ColorPalette/index.d.ts +2 -2
  54. package/dist/types-ts4.5/utils/compare-props.d.ts +2 -2
  55. package/dist/types-ts4.5/utils/imageLoader.d.ts +1 -1
  56. package/doc-utils/package.json +1 -1
  57. package/editor-analytics/package.json +1 -1
  58. package/element-browser/package.json +1 -1
  59. package/emoji/package.json +1 -1
  60. package/error-boundary/package.json +1 -1
  61. package/event-dispatcher/package.json +1 -1
  62. package/extensibility/package.json +1 -1
  63. package/extensions/package.json +1 -1
  64. package/floating-toolbar/package.json +1 -1
  65. package/guideline/package.json +1 -1
  66. package/hooks/package.json +1 -1
  67. package/icons/package.json +1 -1
  68. package/in-product/package.json +1 -1
  69. package/indentation/package.json +1 -1
  70. package/insert/package.json +1 -1
  71. package/keymaps/package.json +1 -1
  72. package/legacy-rank-plugins/package.json +1 -1
  73. package/link/package.json +1 -1
  74. package/lists/package.json +1 -1
  75. package/mark/package.json +1 -1
  76. package/media/package.json +1 -1
  77. package/media-inline/package.json +1 -1
  78. package/media-single/package.json +1 -1
  79. package/mention/package.json +1 -1
  80. package/messages/package.json +1 -1
  81. package/monitoring/package.json +1 -1
  82. package/node-width/package.json +1 -1
  83. package/normalize-feature-flags/package.json +1 -1
  84. package/package.json +4 -4
  85. package/panel/package.json +1 -1
  86. package/paste/package.json +1 -1
  87. package/portal-provider/package.json +1 -1
  88. package/preset/package.json +1 -1
  89. package/provider-factory/package.json +1 -1
  90. package/provider-helpers/package.json +1 -1
  91. package/quick-insert/package.json +1 -1
  92. package/react-node-view/package.json +1 -1
  93. package/resizer/package.json +1 -1
  94. package/safe-plugin/package.json +1 -1
  95. package/selection/package.json +1 -1
  96. package/selection-based-node-view/package.json +1 -1
  97. package/styles/package.json +1 -1
  98. package/transforms/package.json +1 -1
  99. package/type-ahead/package.json +1 -1
  100. package/types/package.json +1 -1
  101. package/ufo/package.json +1 -1
  102. package/ui/package.json +1 -1
  103. package/ui-color/package.json +1 -1
  104. package/ui-menu/package.json +1 -1
  105. package/ui-react/package.json +1 -1
  106. package/utils/package.json +1 -1
  107. package/validator/package.json +1 -1
  108. package/with-plugin-state/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/selection/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/selection/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/selection-based-node-view/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/selection-based-node-view/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/styles/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/styles/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/transforms/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/transforms/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/type-ahead/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/type-ahead/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/types/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/types/index.d.ts"
12
12
  ]
package/ufo/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ufo/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/ufo/index.d.ts"
12
12
  ]
package/ui/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/ui/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui-color/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/ui-color/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui-menu/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/ui-menu/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/ui-react/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/ui-react/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/utils/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/utils/index.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/validator.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/validator.d.ts"
12
12
  ]
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/with-plugin-state/index.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/with-plugin-state/index.d.ts"
12
12
  ]