@atlaskit/editor-common 105.2.2 → 105.2.4

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 (40) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/cjs/monitoring/error.js +1 -1
  3. package/dist/cjs/resizer/BreakoutResizer.js +13 -0
  4. package/dist/cjs/ui/DropList/index.js +1 -1
  5. package/dist/cjs/user-preferences/hooks.js +5 -0
  6. package/dist/cjs/user-preferences/user-preferences-provider.js +21 -0
  7. package/dist/cjs/utils/imageLoader.js +62 -27
  8. package/dist/es2019/monitoring/error.js +1 -1
  9. package/dist/es2019/resizer/BreakoutResizer.js +13 -0
  10. package/dist/es2019/ui/DropList/index.js +1 -1
  11. package/dist/es2019/user-preferences/hooks.js +5 -0
  12. package/dist/es2019/user-preferences/user-preferences-provider.js +21 -0
  13. package/dist/es2019/utils/imageLoader.js +58 -25
  14. package/dist/esm/monitoring/error.js +1 -1
  15. package/dist/esm/resizer/BreakoutResizer.js +13 -0
  16. package/dist/esm/ui/DropList/index.js +1 -1
  17. package/dist/esm/user-preferences/hooks.js +5 -0
  18. package/dist/esm/user-preferences/user-preferences-provider.js +21 -0
  19. package/dist/esm/utils/imageLoader.js +62 -27
  20. package/dist/types/analytics/types/alignment-events.d.ts +1 -1
  21. package/dist/types/analytics/types/events.d.ts +1 -1
  22. package/dist/types/card/MediaAndEmbedsToolbar/index.d.ts +1 -1
  23. package/dist/types/collab/index.d.ts +1 -0
  24. package/dist/types/resizer/BreakoutResizer.d.ts +14 -1
  25. package/dist/types/resizer/ResizerBreakoutModeLabel.d.ts +1 -1
  26. package/dist/types/types/text-formatting.d.ts +1 -0
  27. package/dist/types/user-preferences/hooks.d.ts +5 -0
  28. package/dist/types/user-preferences/persistence-api.d.ts +1 -1
  29. package/dist/types/user-preferences/user-preferences-provider.d.ts +21 -2
  30. package/dist/types-ts4.5/analytics/types/alignment-events.d.ts +1 -1
  31. package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
  32. package/dist/types-ts4.5/card/MediaAndEmbedsToolbar/index.d.ts +1 -1
  33. package/dist/types-ts4.5/collab/index.d.ts +1 -0
  34. package/dist/types-ts4.5/resizer/BreakoutResizer.d.ts +14 -1
  35. package/dist/types-ts4.5/resizer/ResizerBreakoutModeLabel.d.ts +1 -1
  36. package/dist/types-ts4.5/types/text-formatting.d.ts +1 -0
  37. package/dist/types-ts4.5/user-preferences/hooks.d.ts +5 -0
  38. package/dist/types-ts4.5/user-preferences/persistence-api.d.ts +1 -1
  39. package/dist/types-ts4.5/user-preferences/user-preferences-provider.d.ts +21 -2
  40. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "105.2.2",
3
+ "version": "105.2.4",
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/"
@@ -128,23 +128,23 @@
128
128
  "@atlaskit/analytics-next": "^11.0.0",
129
129
  "@atlaskit/atlassian-context": "^0.2.0",
130
130
  "@atlaskit/button": "^23.0.0",
131
- "@atlaskit/code": "^17.1.0",
131
+ "@atlaskit/code": "^17.2.0",
132
132
  "@atlaskit/codemod-utils": "^4.2.0",
133
133
  "@atlaskit/css": "^0.10.0",
134
134
  "@atlaskit/custom-steps": "^0.11.0",
135
- "@atlaskit/dropdown-menu": "^14.1.0",
135
+ "@atlaskit/dropdown-menu": "^14.2.0",
136
136
  "@atlaskit/editor-json-transformer": "^8.24.0",
137
137
  "@atlaskit/editor-palette": "^2.1.0",
138
138
  "@atlaskit/editor-prosemirror": "7.0.0",
139
139
  "@atlaskit/editor-shared-styles": "^3.4.0",
140
140
  "@atlaskit/editor-tables": "^2.9.0",
141
- "@atlaskit/emoji": "^69.1.0",
141
+ "@atlaskit/emoji": "^69.2.0",
142
142
  "@atlaskit/icon": "^26.0.0",
143
143
  "@atlaskit/icon-object": "^7.1.0",
144
144
  "@atlaskit/link-datasource": "^4.10.0",
145
145
  "@atlaskit/link-picker": "^3.2.0",
146
146
  "@atlaskit/media-card": "^79.2.0",
147
- "@atlaskit/media-client": "^33.0.0",
147
+ "@atlaskit/media-client": "^33.1.0",
148
148
  "@atlaskit/media-client-react": "^4.0.0",
149
149
  "@atlaskit/media-common": "^12.0.0",
150
150
  "@atlaskit/media-file-preview": "^0.11.0",
@@ -153,15 +153,15 @@
153
153
  "@atlaskit/media-viewer": "^52.0.0",
154
154
  "@atlaskit/mention": "^24.1.0",
155
155
  "@atlaskit/menu": "^5.0.0",
156
- "@atlaskit/onboarding": "^14.0.0",
156
+ "@atlaskit/onboarding": "^14.1.0",
157
157
  "@atlaskit/platform-feature-flags": "^1.1.0",
158
158
  "@atlaskit/platform-feature-flags-react": "^0.2.0",
159
159
  "@atlaskit/popper": "^7.0.0",
160
160
  "@atlaskit/primitives": "^14.7.0",
161
- "@atlaskit/profilecard": "^23.11.0",
161
+ "@atlaskit/profilecard": "^23.13.0",
162
162
  "@atlaskit/react-ufo": "^3.11.0",
163
163
  "@atlaskit/section-message": "^8.2.0",
164
- "@atlaskit/smart-card": "^38.0.0",
164
+ "@atlaskit/smart-card": "^38.1.0",
165
165
  "@atlaskit/smart-user-picker": "^8.0.0",
166
166
  "@atlaskit/spinner": "^18.0.0",
167
167
  "@atlaskit/task-decision": "^19.2.0",
@@ -199,14 +199,14 @@
199
199
  "w3c-keyname": "^2.1.8"
200
200
  },
201
201
  "peerDependencies": {
202
- "@atlaskit/media-core": "^36.0.0",
202
+ "@atlaskit/media-core": "^36.1.0",
203
203
  "react": "^18.2.0",
204
204
  "react-dom": "^18.2.0",
205
205
  "react-intl-next": "npm:react-intl@^5.18.1"
206
206
  },
207
207
  "devDependencies": {
208
208
  "@af/visual-regression": "workspace:^",
209
- "@atlaskit/media-core": "^36.0.0",
209
+ "@atlaskit/media-core": "^36.1.0",
210
210
  "@atlaskit/media-test-helpers": "^36.0.0",
211
211
  "@atlaskit/util-data-test": "^18.0.0",
212
212
  "@atlaskit/visual-regression": "workspace:^",