@atlaskit/renderer 133.4.4 → 133.5.1

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,28 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 133.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1c816e537f4d0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c816e537f4d0) -
8
+ [NO-ISSUE] remove platform-component-visual-refresh from status node
9
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
10
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
11
+ gating.
12
+ - Updated dependencies
13
+
14
+ ## 133.5.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`404be770a2ccf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/404be770a2ccf) -
19
+ Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
20
+ (Group 3)
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+
3
26
  ## 133.4.4
4
27
 
5
28
  ### Patch Changes
@@ -139,6 +139,9 @@
139
139
  {
140
140
  "path": "../../../design-system/visually-hidden/afm-cc/tsconfig.json"
141
141
  },
142
+ {
143
+ "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
144
+ },
142
145
  {
143
146
  "path": "../../editor-common/afm-cc/tsconfig.json"
144
147
  },
@@ -139,6 +139,9 @@
139
139
  {
140
140
  "path": "../../../design-system/visually-hidden/afm-products/tsconfig.json"
141
141
  },
142
+ {
143
+ "path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
144
+ },
142
145
  {
143
146
  "path": "../../editor-common/afm-products/tsconfig.json"
144
147
  },
@@ -58,7 +58,7 @@ var _default_1 = /*#__PURE__*/(0, _react.memo)(function Status(props) {
58
58
  color: color,
59
59
  localId: localId,
60
60
  role: undefined,
61
- isBold: (0, _platformFeatureFlags.fg)('platform-component-visual-refresh')
61
+ isBold: true
62
62
  })));
63
63
  }
64
64
  return /*#__PURE__*/_react.default.createElement(_analyticsNamespacedContext.FabricElementsAnalyticsContext
@@ -73,7 +73,7 @@ var _default_1 = /*#__PURE__*/(0, _react.memo)(function Status(props) {
73
73
  text: text,
74
74
  color: color,
75
75
  localId: localId,
76
- isBold: (0, _platformFeatureFlags.fg)('platform-component-visual-refresh')
76
+ isBold: true
77
77
  })));
78
78
  });
79
79
  var _default = exports.default = _default_1;
@@ -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 = "133.4.3";
75
+ var packageVersion = "133.5.0";
76
76
  var setAsQueryContainerStyles = (0, _react2.css)({
77
77
  containerName: 'ak-renderer-wrapper',
78
78
  containerType: 'inline-size'
@@ -51,7 +51,7 @@ const _default_1 = /*#__PURE__*/memo(function Status(props) {
51
51
  color: color,
52
52
  localId: localId,
53
53
  role: undefined,
54
- isBold: fg('platform-component-visual-refresh')
54
+ isBold: true
55
55
  })));
56
56
  }
57
57
  return /*#__PURE__*/React.createElement(FabricElementsAnalyticsContext
@@ -66,7 +66,7 @@ const _default_1 = /*#__PURE__*/memo(function Status(props) {
66
66
  text: text,
67
67
  color: color,
68
68
  localId: localId,
69
- isBold: fg('platform-component-visual-refresh')
69
+ isBold: true
70
70
  })));
71
71
  });
72
72
  export default _default_1;
@@ -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 = "133.4.3";
61
+ const packageVersion = "133.5.0";
62
62
  const setAsQueryContainerStyles = css({
63
63
  containerName: 'ak-renderer-wrapper',
64
64
  containerType: 'inline-size'
@@ -49,7 +49,7 @@ var _default_1 = /*#__PURE__*/memo(function Status(props) {
49
49
  color: color,
50
50
  localId: localId,
51
51
  role: undefined,
52
- isBold: fg('platform-component-visual-refresh')
52
+ isBold: true
53
53
  })));
54
54
  }
55
55
  return /*#__PURE__*/React.createElement(FabricElementsAnalyticsContext
@@ -64,7 +64,7 @@ var _default_1 = /*#__PURE__*/memo(function Status(props) {
64
64
  text: text,
65
65
  color: color,
66
66
  localId: localId,
67
- isBold: fg('platform-component-visual-refresh')
67
+ isBold: true
68
68
  })));
69
69
  });
70
70
  export default _default_1;
@@ -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 = "133.4.3";
66
+ var packageVersion = "133.5.0";
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": "133.4.4",
3
+ "version": "133.5.1",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@atlaskit/adf-schema": "^56.0.0",
34
34
  "@atlaskit/adf-utils": "^20.0.0",
35
- "@atlaskit/afm-i18n-platform-editor-renderer": "2.158.0",
35
+ "@atlaskit/afm-i18n-platform-editor-renderer": "2.160.0",
36
36
  "@atlaskit/analytics-listeners": "^11.0.0",
37
37
  "@atlaskit/analytics-namespaced-context": "^8.0.0",
38
38
  "@atlaskit/analytics-next": "^12.0.0",
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/editor-prosemirror": "^8.0.0",
45
45
  "@atlaskit/editor-shared-styles": "^4.0.0",
46
46
  "@atlaskit/editor-smart-link-draggable": "^1.0.0",
47
- "@atlaskit/emoji": "^71.3.0",
47
+ "@atlaskit/emoji": "^71.4.0",
48
48
  "@atlaskit/feature-gate-js-client": "^6.0.0",
49
49
  "@atlaskit/icon": "^36.0.0",
50
50
  "@atlaskit/link": "^4.0.0",
@@ -52,24 +52,25 @@
52
52
  "@atlaskit/link-extractors": "^3.1.0",
53
53
  "@atlaskit/linking-common": "^10.0.0",
54
54
  "@atlaskit/media-card": "^81.1.0",
55
- "@atlaskit/media-client": "^37.0.0",
55
+ "@atlaskit/media-client": "^37.1.0",
56
56
  "@atlaskit/media-client-react": "^6.0.0",
57
- "@atlaskit/media-common": "^14.0.0",
57
+ "@atlaskit/media-common": "^14.1.0",
58
58
  "@atlaskit/media-filmstrip": "^52.1.0",
59
- "@atlaskit/media-ui": "^30.1.0",
60
- "@atlaskit/media-viewer": "^54.1.0",
59
+ "@atlaskit/media-ui": "^30.3.0",
60
+ "@atlaskit/media-viewer": "^54.2.0",
61
61
  "@atlaskit/platform-feature-flags": "^2.0.0",
62
62
  "@atlaskit/platform-feature-flags-react": "^1.0.0",
63
63
  "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
64
64
  "@atlaskit/react-ufo": "^7.1.0",
65
65
  "@atlaskit/smart-card": "^45.2.0",
66
- "@atlaskit/status": "^5.1.0",
67
- "@atlaskit/task-decision": "^21.1.0",
66
+ "@atlaskit/status": "^5.2.0",
67
+ "@atlaskit/task-decision": "^21.2.0",
68
68
  "@atlaskit/theme": "^26.0.0",
69
- "@atlaskit/tmp-editor-statsig": "^109.0.0",
70
- "@atlaskit/tokens": "^14.0.0",
69
+ "@atlaskit/tmp-editor-statsig": "^110.0.0",
70
+ "@atlaskit/tokens": "^15.0.0",
71
71
  "@atlaskit/tooltip": "^23.0.0",
72
72
  "@atlaskit/visually-hidden": "^4.0.0",
73
+ "@atlassian/react-compiler-gating": "^0.2.0",
73
74
  "@babel/runtime": "^7.0.0",
74
75
  "@compiled/react": "^0.20.0",
75
76
  "@emotion/react": "^11.7.1",
@@ -81,7 +82,7 @@
81
82
  "uuid": "^3.1.0"
82
83
  },
83
84
  "peerDependencies": {
84
- "@atlaskit/editor-common": "^116.6.0",
85
+ "@atlaskit/editor-common": "^116.11.0",
85
86
  "@atlaskit/link-provider": "^5.0.0",
86
87
  "@atlaskit/media-core": "^38.0.0",
87
88
  "react": "^18.2.0",
@@ -99,7 +100,7 @@
99
100
  "@atlaskit/media-core": "^38.0.0",
100
101
  "@atlaskit/media-integration-test-helpers": "workspace:^",
101
102
  "@atlaskit/media-test-helpers": "^42.0.0",
102
- "@atlaskit/mention": "^27.1.0",
103
+ "@atlaskit/mention": "^27.2.0",
103
104
  "@atlaskit/modal-dialog": "^16.0.0",
104
105
  "@atlaskit/navigation-system": "^10.0.0",
105
106
  "@atlaskit/profilecard": "^26.1.0",
@@ -108,7 +109,6 @@
108
109
  "@atlassian/a11y-jest-testing": "^0.12.0",
109
110
  "@atlassian/a11y-playwright-testing": "^0.10.0",
110
111
  "@atlassian/feature-flags-test-utils": "^1.1.0",
111
- "@atlassian/react-compiler-gating": "workspace:^",
112
112
  "@atlassian/structured-docs-types": "workspace:^",
113
113
  "@atlassian/testing-library": "^0.6.0",
114
114
  "@testing-library/react": "^16.3.0",
@@ -122,7 +122,7 @@
122
122
  "puppeteer": "13.7.0",
123
123
  "react": "^18.2.0",
124
124
  "react-dom": "^18.2.0",
125
- "react-intl": "^6.6.2",
125
+ "react-intl": "^7.0.0",
126
126
  "react-live-clock": "^5.0.0",
127
127
  "react-magnetic-di": "^3.1.4",
128
128
  "react-moment": "^1.1.2",
@@ -168,9 +168,6 @@
168
168
  "editor_inline_comments_on_inline_nodes": {
169
169
  "type": "boolean"
170
170
  },
171
- "platform-component-visual-refresh": {
172
- "type": "boolean"
173
- },
174
171
  "platform_editor_querySelector_fix_table_renderer": {
175
172
  "type": "boolean"
176
173
  },