@atlaskit/renderer 109.42.3 → 109.42.4

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
+ ## 109.42.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#120324](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120324)
8
+ [`9cb22ec2da5c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9cb22ec2da5c2) -
9
+ ED-24236 fix missing underline for draft annotations in renderer (when annotations on inline nodes
10
+ fg is on)
11
+ - Updated dependencies
12
+
3
13
  ## 109.42.3
4
14
 
5
15
  ### Patch Changes
@@ -56,7 +56,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
56
56
  var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
57
57
  var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
58
58
  var packageName = "@atlaskit/renderer";
59
- var packageVersion = "109.42.3";
59
+ var packageVersion = "109.42.4";
60
60
  var defaultNodeComponents = exports.defaultNodeComponents = _nodes.nodeToReact;
61
61
  var Renderer = exports.Renderer = /*#__PURE__*/function (_PureComponent) {
62
62
  (0, _inherits2.default)(Renderer, _PureComponent);
@@ -31,6 +31,8 @@ var markStyles = function markStyles() {
31
31
  WebkitTapHighlightColor: 'transparent'
32
32
  },
33
33
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
34
+ (0, _styles.AnnotationSharedCSSByState)().common,
35
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
34
36
  (0, _styles.AnnotationSharedCSSByState)().focus);
35
37
  };
36
38
  var AnnotationDraft = exports.AnnotationDraft = function AnnotationDraft(_ref) {
@@ -38,7 +38,7 @@ import { nodeToReact } from '../../react/nodes';
38
38
  export const NORMAL_SEVERITY_THRESHOLD = 2000;
39
39
  export const DEGRADED_SEVERITY_THRESHOLD = 3000;
40
40
  const packageName = "@atlaskit/renderer";
41
- const packageVersion = "109.42.3";
41
+ const packageVersion = "109.42.4";
42
42
  export const defaultNodeComponents = nodeToReact;
43
43
  export class Renderer extends PureComponent {
44
44
  constructor(props) {
@@ -19,6 +19,8 @@ const markStyles = () => css({
19
19
  WebkitTapHighlightColor: 'transparent'
20
20
  },
21
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
22
+ AnnotationSharedCSSByState().common,
23
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
22
24
  AnnotationSharedCSSByState().focus);
23
25
  export const AnnotationDraft = ({
24
26
  draftPosition,
@@ -48,7 +48,7 @@ import { nodeToReact } from '../../react/nodes';
48
48
  export var NORMAL_SEVERITY_THRESHOLD = 2000;
49
49
  export var DEGRADED_SEVERITY_THRESHOLD = 3000;
50
50
  var packageName = "@atlaskit/renderer";
51
- var packageVersion = "109.42.3";
51
+ var packageVersion = "109.42.4";
52
52
  export var defaultNodeComponents = nodeToReact;
53
53
  export var Renderer = /*#__PURE__*/function (_PureComponent) {
54
54
  _inherits(Renderer, _PureComponent);
@@ -20,6 +20,8 @@ var markStyles = function markStyles() {
20
20
  WebkitTapHighlightColor: 'transparent'
21
21
  },
22
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
23
+ AnnotationSharedCSSByState().common,
24
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
23
25
  AnnotationSharedCSSByState().focus);
24
26
  };
25
27
  export var AnnotationDraft = function AnnotationDraft(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "109.42.3",
3
+ "version": "109.42.4",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  "@atlaskit/analytics-next": "^9.3.0",
32
32
  "@atlaskit/button": "^18.4.0",
33
33
  "@atlaskit/code": "^15.4.0",
34
- "@atlaskit/editor-common": "^86.0.0",
34
+ "@atlaskit/editor-common": "^86.2.0",
35
35
  "@atlaskit/editor-json-transformer": "^8.15.0",
36
36
  "@atlaskit/editor-palette": "1.6.0",
37
37
  "@atlaskit/editor-prosemirror": "4.0.1",