@atlaskit/renderer 124.13.2 → 124.13.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,13 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 124.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b1dc704a3fb83`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b1dc704a3fb83) -
8
+ Cleans up platform_table_number_column
9
+ - Updated dependencies
10
+
3
11
  ## 124.13.2
4
12
 
5
13
  ### Patch Changes
@@ -45,8 +45,7 @@ var Table = exports.Table = /*#__PURE__*/_react.default.memo(function (_ref) {
45
45
  // for columns that are evenly distributed, do not return `colgroup` since existing table containerQuery
46
46
  // scales up the columns width. This ensures columns always have 42px.
47
47
  if (rendererAppearance === 'comment') {
48
- // eslint-disable-next-line @atlaskit/platform/no-preconditioning
49
- if ((0, _platformFeatureFlags.fg)('platform-ssr-table-resize') && (0, _platformFeatureFlags.fg)('platform_table_number_column')) {
48
+ if ((0, _platformFeatureFlags.fg)('platform-ssr-table-resize')) {
50
49
  tableColumnWidths = columnWidths && (0, _colgroup.colWidthSum)(columnWidths) ? columnWidths : undefined;
51
50
  }
52
51
  }
@@ -69,7 +69,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
69
69
  // we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
70
70
  var TABLE_INFO_TIMEOUT = 10000;
71
71
  var packageName = "@atlaskit/renderer";
72
- var packageVersion = "0.0.0-development";
72
+ var packageVersion = "124.13.2";
73
73
  var setAsQueryContainerStyles = (0, _react2.css)({
74
74
  containerName: 'ak-renderer-wrapper',
75
75
  containerType: 'inline-size'
@@ -38,8 +38,7 @@ export const Table = /*#__PURE__*/React.memo(({
38
38
  // for columns that are evenly distributed, do not return `colgroup` since existing table containerQuery
39
39
  // scales up the columns width. This ensures columns always have 42px.
40
40
  if (rendererAppearance === 'comment') {
41
- // eslint-disable-next-line @atlaskit/platform/no-preconditioning
42
- if (fg('platform-ssr-table-resize') && fg('platform_table_number_column')) {
41
+ if (fg('platform-ssr-table-resize')) {
43
42
  tableColumnWidths = columnWidths && colWidthSum(columnWidths) ? columnWidths : undefined;
44
43
  }
45
44
  }
@@ -55,7 +55,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
55
55
  // we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
56
56
  const TABLE_INFO_TIMEOUT = 10000;
57
57
  const packageName = "@atlaskit/renderer";
58
- const packageVersion = "0.0.0-development";
58
+ const packageVersion = "124.13.2";
59
59
  const setAsQueryContainerStyles = css({
60
60
  containerName: 'ak-renderer-wrapper',
61
61
  containerType: 'inline-size'
@@ -38,8 +38,7 @@ export var Table = /*#__PURE__*/React.memo(function (_ref) {
38
38
  // for columns that are evenly distributed, do not return `colgroup` since existing table containerQuery
39
39
  // scales up the columns width. This ensures columns always have 42px.
40
40
  if (rendererAppearance === 'comment') {
41
- // eslint-disable-next-line @atlaskit/platform/no-preconditioning
42
- if (fg('platform-ssr-table-resize') && fg('platform_table_number_column')) {
41
+ if (fg('platform-ssr-table-resize')) {
43
42
  tableColumnWidths = columnWidths && colWidthSum(columnWidths) ? columnWidths : undefined;
44
43
  }
45
44
  }
@@ -60,7 +60,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
60
60
  // we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
61
61
  var TABLE_INFO_TIMEOUT = 10000;
62
62
  var packageName = "@atlaskit/renderer";
63
- var packageVersion = "0.0.0-development";
63
+ var packageVersion = "124.13.2";
64
64
  var setAsQueryContainerStyles = css({
65
65
  containerName: 'ak-renderer-wrapper',
66
66
  containerType: 'inline-size'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "124.13.2",
3
+ "version": "124.13.3",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/platform-feature-flags": "^1.1.0",
55
55
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
56
56
  "@atlaskit/react-ufo": "^4.14.0",
57
- "@atlaskit/smart-card": "^43.6.0",
57
+ "@atlaskit/smart-card": "^43.7.0",
58
58
  "@atlaskit/status": "^3.0.0",
59
59
  "@atlaskit/task-decision": "^19.2.0",
60
60
  "@atlaskit/theme": "^21.0.0",
@@ -206,9 +206,6 @@
206
206
  "prompt_whiteboard_competitor_link_gate": {
207
207
  "type": "boolean"
208
208
  },
209
- "platform_table_number_column": {
210
- "type": "boolean"
211
- },
212
209
  "platform_editor_numbered_column_in_include": {
213
210
  "type": "boolean"
214
211
  },