@atlaskit/renderer 132.0.2 → 132.0.3

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,11 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 132.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 132.0.2
4
10
 
5
11
  ### Patch Changes
@@ -31,6 +31,10 @@ var useMultiBodiedExtensionActions = exports.useMultiBodiedExtensionActions = fu
31
31
  return false;
32
32
  },
33
33
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
34
+ reorderChildren: function reorderChildren(_fromIndex, _toIndex) {
35
+ return false;
36
+ },
37
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
34
38
  updateParameters: function updateParameters(_parameters) {
35
39
  return false;
36
40
  },
@@ -72,7 +72,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
72
72
  var TABLE_INFO_TIMEOUT = 10000;
73
73
  var RENDER_EVENT_SAMPLE_RATE = 0.2;
74
74
  var packageName = "@atlaskit/renderer";
75
- var packageVersion = "132.0.1";
75
+ var packageVersion = "132.0.2";
76
76
  var setAsQueryContainerStyles = (0, _react2.css)({
77
77
  containerName: 'ak-renderer-wrapper',
78
78
  containerType: 'inline-size'
@@ -25,6 +25,10 @@ export const useMultiBodiedExtensionActions = ({
25
25
  return false;
26
26
  },
27
27
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
28
+ reorderChildren(_fromIndex, _toIndex) {
29
+ return false;
30
+ },
31
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
28
32
  updateParameters(_parameters) {
29
33
  return false;
30
34
  },
@@ -58,7 +58,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
58
58
  const TABLE_INFO_TIMEOUT = 10000;
59
59
  const RENDER_EVENT_SAMPLE_RATE = 0.2;
60
60
  const packageName = "@atlaskit/renderer";
61
- const packageVersion = "132.0.1";
61
+ const packageVersion = "132.0.2";
62
62
  const setAsQueryContainerStyles = css({
63
63
  containerName: 'ak-renderer-wrapper',
64
64
  containerType: 'inline-size'
@@ -24,6 +24,10 @@ export var useMultiBodiedExtensionActions = function useMultiBodiedExtensionActi
24
24
  return false;
25
25
  },
26
26
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
27
+ reorderChildren: function reorderChildren(_fromIndex, _toIndex) {
28
+ return false;
29
+ },
30
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
27
31
  updateParameters: function updateParameters(_parameters) {
28
32
  return false;
29
33
  },
@@ -63,7 +63,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
63
63
  var TABLE_INFO_TIMEOUT = 10000;
64
64
  var RENDER_EVENT_SAMPLE_RATE = 0.2;
65
65
  var packageName = "@atlaskit/renderer";
66
- var packageVersion = "132.0.1";
66
+ var packageVersion = "132.0.2";
67
67
  var setAsQueryContainerStyles = css({
68
68
  containerName: 'ak-renderer-wrapper',
69
69
  containerType: 'inline-size'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "132.0.2",
3
+ "version": "132.0.3",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,14 +44,14 @@
44
44
  "@atlaskit/editor-prosemirror": "^7.3.0",
45
45
  "@atlaskit/editor-shared-styles": "^3.11.0",
46
46
  "@atlaskit/editor-smart-link-draggable": "^0.5.0",
47
- "@atlaskit/emoji": "^70.15.0",
47
+ "@atlaskit/emoji": "^70.16.0",
48
48
  "@atlaskit/feature-gate-js-client": "^5.7.0",
49
49
  "@atlaskit/icon": "^35.4.0",
50
50
  "@atlaskit/link": "^3.4.0",
51
51
  "@atlaskit/link-datasource": "^5.6.0",
52
52
  "@atlaskit/link-extractors": "^2.7.0",
53
53
  "@atlaskit/linking-common": "^9.13.0",
54
- "@atlaskit/media-card": "^80.7.0",
54
+ "@atlaskit/media-card": "^80.8.0",
55
55
  "@atlaskit/media-client": "^36.3.0",
56
56
  "@atlaskit/media-client-react": "^5.2.0",
57
57
  "@atlaskit/media-common": "^13.3.0",
@@ -61,17 +61,17 @@
61
61
  "@atlaskit/platform-feature-flags": "^1.1.0",
62
62
  "@atlaskit/platform-feature-flags-react": "^0.5.0",
63
63
  "@atlaskit/pragmatic-drag-and-drop": "^1.8.0",
64
- "@atlaskit/react-ufo": "^6.6.0",
64
+ "@atlaskit/react-ufo": "^6.7.0",
65
65
  "@atlaskit/smart-card": "^44.23.0",
66
66
  "@atlaskit/status": "^4.1.0",
67
67
  "@atlaskit/task-decision": "^20.1.0",
68
68
  "@atlaskit/theme": "^25.0.0",
69
- "@atlaskit/tmp-editor-statsig": "^89.0.0",
70
- "@atlaskit/tokens": "^13.1.0",
69
+ "@atlaskit/tmp-editor-statsig": "^90.0.0",
70
+ "@atlaskit/tokens": "^13.3.0",
71
71
  "@atlaskit/tooltip": "^22.6.0",
72
72
  "@atlaskit/visually-hidden": "^3.1.0",
73
73
  "@babel/runtime": "^7.0.0",
74
- "@compiled/react": "^0.20.0",
74
+ "@compiled/react": "patch:@compiled/react@npm%3A0.20.0#~/.yarn/patches/@compiled-react-npm-0.20.0-a771aa67a6.patch",
75
75
  "@emotion/react": "^11.7.1",
76
76
  "lodash": "^4.17.21",
77
77
  "memoize-one": "^6.0.0",
@@ -80,7 +80,7 @@
80
80
  "uuid": "^3.1.0"
81
81
  },
82
82
  "peerDependencies": {
83
- "@atlaskit/editor-common": "^115.4.0",
83
+ "@atlaskit/editor-common": "^115.7.0",
84
84
  "@atlaskit/link-provider": "^4.6.0",
85
85
  "@atlaskit/media-core": "^37.1.0",
86
86
  "react": "^18.2.0",
@@ -98,7 +98,7 @@
98
98
  "@atlaskit/media-core": "^37.1.0",
99
99
  "@atlaskit/media-integration-test-helpers": "workspace:^",
100
100
  "@atlaskit/media-test-helpers": "^41.2.0",
101
- "@atlaskit/mention": "^26.1.0",
101
+ "@atlaskit/mention": "^26.2.0",
102
102
  "@atlaskit/modal-dialog": "^15.2.0",
103
103
  "@atlaskit/navigation-system": "^9.4.0",
104
104
  "@atlaskit/profilecard": "^25.8.0",