@atlaskit/renderer 120.3.0 → 120.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 120.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#192346](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/192346)
8
+ [`a2de3fc822824`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2de3fc822824) -
9
+ [JRACLOUD-95277] Modifying experiment name
10
+ - Updated dependencies
11
+
12
+ ## 120.3.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#191987](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191987)
17
+ [`6c17ad8eb833e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6c17ad8eb833e) -
18
+ Removed import to '@atlaskit/editor-common/src/'
19
+
3
20
  ## 120.3.0
4
21
 
5
22
  ### Minor Changes
@@ -175,7 +175,7 @@ var renderScaleDownColgroup = function renderScaleDownColgroup(props) {
175
175
  isNumberColumnEnabled: isNumberColumnEnabled
176
176
  });
177
177
  }
178
- if (isNumberColumnEnabled && (tableWidth < maxTableWidth || maxTableWidth === 0) && (0, _expValEquals.expValEquals)('editor_prevent_numbered_column_too_big_jira', 'isEnabled', true)) {
178
+ if (isNumberColumnEnabled && (tableWidth < maxTableWidth || maxTableWidth === 0) && (0, _expValEquals.expValEquals)('editor_prevent_numbered_column_too_big_jira_1', 'isEnabled', true)) {
179
179
  var fixedColWidths = targetWidths.map(function (width) {
180
180
  return fixColumnWidth(width, tableWidth, maxTableWidth, zeroWidthColumnsCount, scaleDownPercent) || cellMinWidth;
181
181
  });
@@ -201,7 +201,7 @@ var renderScaleDownColgroup = function renderScaleDownColgroup(props) {
201
201
  }
202
202
 
203
203
  /**
204
- * When cleaning up editor_prevent_numbered_column_too_big_jira experiment,
204
+ * When cleaning up editor_prevent_numbered_column_too_big_jira_1 experiment,
205
205
  * resuse the fixedColWidths const to avoid code duplication.
206
206
  */
207
207
  return targetWidths.map(function (colWidth) {
@@ -63,7 +63,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
63
63
  var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
64
64
  var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
65
65
  var packageName = "@atlaskit/renderer";
66
- var packageVersion = "120.2.7";
66
+ var packageVersion = "120.3.1";
67
67
  var setAsQueryContainerStyles = (0, _react2.css)({
68
68
  containerName: 'ak-renderer-wrapper',
69
69
  containerType: 'inline-size'
@@ -161,7 +161,7 @@ const renderScaleDownColgroup = props => {
161
161
  isNumberColumnEnabled: isNumberColumnEnabled
162
162
  });
163
163
  }
164
- if (isNumberColumnEnabled && (tableWidth < maxTableWidth || maxTableWidth === 0) && expValEquals('editor_prevent_numbered_column_too_big_jira', 'isEnabled', true)) {
164
+ if (isNumberColumnEnabled && (tableWidth < maxTableWidth || maxTableWidth === 0) && expValEquals('editor_prevent_numbered_column_too_big_jira_1', 'isEnabled', true)) {
165
165
  const fixedColWidths = targetWidths.map(width => fixColumnWidth(width, tableWidth, maxTableWidth, zeroWidthColumnsCount, scaleDownPercent) || cellMinWidth);
166
166
  const sumFixedColumnWidths = colWidthSum(fixedColWidths);
167
167
  return fixedColWidths.map(colWidth => {
@@ -185,7 +185,7 @@ const renderScaleDownColgroup = props => {
185
185
  }
186
186
 
187
187
  /**
188
- * When cleaning up editor_prevent_numbered_column_too_big_jira experiment,
188
+ * When cleaning up editor_prevent_numbered_column_too_big_jira_1 experiment,
189
189
  * resuse the fixedColWidths const to avoid code duplication.
190
190
  */
191
191
  return targetWidths.map(colWidth => {
@@ -49,7 +49,7 @@ import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equ
49
49
  export const NORMAL_SEVERITY_THRESHOLD = 2000;
50
50
  export const DEGRADED_SEVERITY_THRESHOLD = 3000;
51
51
  const packageName = "@atlaskit/renderer";
52
- const packageVersion = "120.2.7";
52
+ const packageVersion = "120.3.1";
53
53
  const setAsQueryContainerStyles = css({
54
54
  containerName: 'ak-renderer-wrapper',
55
55
  containerType: 'inline-size'
@@ -169,7 +169,7 @@ var renderScaleDownColgroup = function renderScaleDownColgroup(props) {
169
169
  isNumberColumnEnabled: isNumberColumnEnabled
170
170
  });
171
171
  }
172
- if (isNumberColumnEnabled && (tableWidth < maxTableWidth || maxTableWidth === 0) && expValEquals('editor_prevent_numbered_column_too_big_jira', 'isEnabled', true)) {
172
+ if (isNumberColumnEnabled && (tableWidth < maxTableWidth || maxTableWidth === 0) && expValEquals('editor_prevent_numbered_column_too_big_jira_1', 'isEnabled', true)) {
173
173
  var fixedColWidths = targetWidths.map(function (width) {
174
174
  return fixColumnWidth(width, tableWidth, maxTableWidth, zeroWidthColumnsCount, scaleDownPercent) || cellMinWidth;
175
175
  });
@@ -195,7 +195,7 @@ var renderScaleDownColgroup = function renderScaleDownColgroup(props) {
195
195
  }
196
196
 
197
197
  /**
198
- * When cleaning up editor_prevent_numbered_column_too_big_jira experiment,
198
+ * When cleaning up editor_prevent_numbered_column_too_big_jira_1 experiment,
199
199
  * resuse the fixedColWidths const to avoid code duplication.
200
200
  */
201
201
  return targetWidths.map(function (colWidth) {
@@ -54,7 +54,7 @@ import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equ
54
54
  export var NORMAL_SEVERITY_THRESHOLD = 2000;
55
55
  export var DEGRADED_SEVERITY_THRESHOLD = 3000;
56
56
  var packageName = "@atlaskit/renderer";
57
- var packageVersion = "120.2.7";
57
+ var packageVersion = "120.3.1";
58
58
  var setAsQueryContainerStyles = css({
59
59
  containerName: 'ak-renderer-wrapper',
60
60
  containerType: 'inline-size'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "120.3.0",
3
+ "version": "120.3.2",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/status": "^3.0.0",
55
55
  "@atlaskit/task-decision": "^19.2.0",
56
56
  "@atlaskit/theme": "^19.0.0",
57
- "@atlaskit/tmp-editor-statsig": "^9.15.0",
57
+ "@atlaskit/tmp-editor-statsig": "^9.16.0",
58
58
  "@atlaskit/tokens": "^5.6.0",
59
59
  "@atlaskit/tooltip": "^20.3.0",
60
60
  "@atlaskit/visually-hidden": "^3.0.0",