@atlaskit/renderer 121.2.0 → 121.2.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,15 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 121.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5237c47d9ee25`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5237c47d9ee25) -
8
+ FD-95294 clean up fg sticky_header_in_embedded_confluence_fix
9
+ - [`34525433d4537`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/34525433d4537) -
10
+ Updated profile card snapshot
11
+ - Updated dependencies
12
+
3
13
  ## 121.2.0
4
14
 
5
15
  ### Minor Changes
@@ -14,7 +14,6 @@ var _react2 = require("@emotion/react");
14
14
  var _styles = require("@atlaskit/editor-common/styles");
15
15
  var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
16
16
  var _colors = require("@atlaskit/theme/colors");
17
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
18
17
  var _table = require("./table");
19
18
  var _injectProps = require("../../utils/inject-props");
20
19
  /**
@@ -82,7 +81,7 @@ var FixedTableDiv = function FixedTableDiv(props) {
82
81
  style: {
83
82
  '--ak-renderer-sticky-header-zindex': stickyHeaderZIndex,
84
83
  width: "".concat(wrapperWidth, "px"),
85
- top: (0, _platformFeatureFlags.fg)('sticky_header_in_embedded_confluence_fix') ? typeof top === 'number' ? "".concat(top, "px") : undefined : top ? "".concat(top, "px") : undefined
84
+ top: typeof top === 'number' ? "".concat(top, "px") : undefined
86
85
  }
87
86
  }), props.children);
88
87
  };
@@ -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 = "0.0.0-development";
66
+ var packageVersion = "121.2.0";
67
67
  var setAsQueryContainerStyles = (0, _react2.css)({
68
68
  containerName: 'ak-renderer-wrapper',
69
69
  containerType: 'inline-size'
@@ -11,7 +11,6 @@ import { css, jsx } from '@emotion/react';
11
11
  import { TableSharedCssClassName } from '@atlaskit/editor-common/styles';
12
12
  import { akEditorStickyHeaderZIndex } from '@atlaskit/editor-shared-styles';
13
13
  import { N40A } from '@atlaskit/theme/colors';
14
- import { fg } from '@atlaskit/platform-feature-flags';
15
14
  import { Table } from './table';
16
15
  import { recursivelyInjectProps } from '../../utils/inject-props';
17
16
  export const tableStickyPadding = 8;
@@ -83,7 +82,7 @@ const FixedTableDiv = props => {
83
82
  style: {
84
83
  '--ak-renderer-sticky-header-zindex': stickyHeaderZIndex,
85
84
  width: `${wrapperWidth}px`,
86
- top: fg('sticky_header_in_embedded_confluence_fix') ? typeof top === 'number' ? `${top}px` : undefined : top ? `${top}px` : undefined
85
+ top: typeof top === 'number' ? `${top}px` : undefined
87
86
  }
88
87
  }), props.children);
89
88
  };
@@ -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 = "0.0.0-development";
52
+ const packageVersion = "121.2.0";
53
53
  const setAsQueryContainerStyles = css({
54
54
  containerName: 'ak-renderer-wrapper',
55
55
  containerType: 'inline-size'
@@ -14,7 +14,6 @@ import { css, jsx } from '@emotion/react';
14
14
  import { TableSharedCssClassName } from '@atlaskit/editor-common/styles';
15
15
  import { akEditorStickyHeaderZIndex } from '@atlaskit/editor-shared-styles';
16
16
  import { N40A } from '@atlaskit/theme/colors';
17
- import { fg } from '@atlaskit/platform-feature-flags';
18
17
  import { Table } from './table';
19
18
  import { recursivelyInjectProps } from '../../utils/inject-props';
20
19
  export var tableStickyPadding = 8;
@@ -73,7 +72,7 @@ var FixedTableDiv = function FixedTableDiv(props) {
73
72
  style: {
74
73
  '--ak-renderer-sticky-header-zindex': stickyHeaderZIndex,
75
74
  width: "".concat(wrapperWidth, "px"),
76
- top: fg('sticky_header_in_embedded_confluence_fix') ? typeof top === 'number' ? "".concat(top, "px") : undefined : top ? "".concat(top, "px") : undefined
75
+ top: typeof top === 'number' ? "".concat(top, "px") : undefined
77
76
  }
78
77
  }), props.children);
79
78
  };
@@ -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 = "0.0.0-development";
57
+ var packageVersion = "121.2.0";
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": "121.2.0",
3
+ "version": "121.2.1",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -68,7 +68,7 @@
68
68
  "uuid": "^3.1.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "@atlaskit/editor-common": "^108.4.0",
71
+ "@atlaskit/editor-common": "^108.5.0",
72
72
  "@atlaskit/link-provider": "^3.7.0",
73
73
  "@atlaskit/media-core": "^37.0.0",
74
74
  "react": "^18.2.0",
@@ -89,7 +89,7 @@
89
89
  "@atlaskit/mention": "^24.2.0",
90
90
  "@atlaskit/modal-dialog": "^14.3.0",
91
91
  "@atlaskit/navigation-next": "patch:@atlaskit/navigation-next@npm%3A9.0.17#~/.yarn/patches/@atlaskit-navigation-next-npm-9.0.17-d1445f2f74.patch",
92
- "@atlaskit/profilecard": "^24.10.0",
92
+ "@atlaskit/profilecard": "^24.11.0",
93
93
  "@atlaskit/util-data-test": "^18.1.0",
94
94
  "@atlassian/feature-flags-test-utils": "^0.3.0",
95
95
  "@testing-library/react": "^13.4.0",
@@ -209,9 +209,6 @@
209
209
  "platform_ssr_smartlink_cards": {
210
210
  "type": "boolean"
211
211
  },
212
- "sticky_header_in_embedded_confluence_fix": {
213
- "type": "boolean"
214
- },
215
212
  "platform_editor_renderer_rm_usespecbasedvalidator": {
216
213
  "type": "boolean"
217
214
  },