@atlaskit/editor-core 221.9.5 → 221.9.7

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,18 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 221.9.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 221.9.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [`ae6f4ca0c7eea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae6f4ca0c7eea) -
14
+ Updating border radius color and box-shadow for editor header for comments and description
15
+
3
16
  ## 221.9.5
4
17
 
5
18
  ### Patch Changes
@@ -84,7 +84,8 @@ var commentEditorStyles = (0, _react2.css)({
84
84
  wordWrap: 'break-word'
85
85
  });
86
86
  var modernisedEditorStyles = (0, _react2.css)({
87
- borderRadius: "var(--ds-radius-xlarge, 12px)"
87
+ borderRadius: "var(--ds-radius-xlarge, 12px)",
88
+ borderColor: "var(--ds-border-input, #8C8F97)"
88
89
  });
89
90
  var secondaryToolbarStyles = (0, _react2.css)({
90
91
  boxSizing: 'border-box',
@@ -80,7 +80,7 @@ var editorModernisationToolbarStyle = (0, _react.css)({
80
80
  borderRadius: "var(--ds-radius-xlarge, 12px)".concat(" ", "var(--ds-radius-xlarge, 12px)", " 0 0"),
81
81
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
82
82
  '&.show-keyline': {
83
- boxShadow: 'none'
83
+ boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #1E1F2128, 0px 0px 1px #1E1F211e)"
84
84
  }
85
85
  });
86
86
  var FixedToolbarEmotion = exports.FixedToolbarEmotion = function FixedToolbarEmotion(props) {
@@ -82,7 +82,7 @@ var editorModernisationToolbarStyle = (0, _react2.css)({
82
82
  borderRadius: "var(--ds-radius-xlarge, 12px)".concat(" ", "var(--ds-radius-xlarge, 12px)", " 0 0"),
83
83
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
84
84
  '&.show-keyline': {
85
- boxShadow: 'none'
85
+ boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #1E1F2128, 0px 0px 1px #1E1F211e)"
86
86
  }
87
87
  });
88
88
  var stickyToolbarWrapperStyleNew = (0, _react2.css)({
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
8
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
9
- var version = exports.version = "221.9.4";
9
+ var version = exports.version = "221.9.6";
@@ -71,7 +71,8 @@ const commentEditorStyles = css({
71
71
  wordWrap: 'break-word'
72
72
  });
73
73
  const modernisedEditorStyles = css({
74
- borderRadius: "var(--ds-radius-xlarge, 12px)"
74
+ borderRadius: "var(--ds-radius-xlarge, 12px)",
75
+ borderColor: "var(--ds-border-input, #8C8F97)"
75
76
  });
76
77
  const secondaryToolbarStyles = css({
77
78
  boxSizing: 'border-box',
@@ -80,7 +80,7 @@ const editorModernisationToolbarStyle = css({
80
80
  borderRadius: `${"var(--ds-radius-xlarge, 12px)"} ${"var(--ds-radius-xlarge, 12px)"} 0 0`,
81
81
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
82
82
  '&.show-keyline': {
83
- boxShadow: 'none'
83
+ boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #1E1F2128, 0px 0px 1px #1E1F211e)"
84
84
  }
85
85
  });
86
86
  export const FixedToolbarEmotion = props =>
@@ -82,7 +82,7 @@ const editorModernisationToolbarStyle = css({
82
82
  borderRadius: `${"var(--ds-radius-xlarge, 12px)"} ${"var(--ds-radius-xlarge, 12px)"} 0 0`,
83
83
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
84
84
  '&.show-keyline': {
85
- boxShadow: 'none'
85
+ boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #1E1F2128, 0px 0px 1px #1E1F211e)"
86
86
  }
87
87
  });
88
88
  const stickyToolbarWrapperStyleNew = css({
@@ -1,3 +1,3 @@
1
1
  export const name = "@atlaskit/editor-core";
2
2
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
3
- export const version = "221.9.4";
3
+ export const version = "221.9.6";
@@ -73,7 +73,8 @@ var commentEditorStyles = css({
73
73
  wordWrap: 'break-word'
74
74
  });
75
75
  var modernisedEditorStyles = css({
76
- borderRadius: "var(--ds-radius-xlarge, 12px)"
76
+ borderRadius: "var(--ds-radius-xlarge, 12px)",
77
+ borderColor: "var(--ds-border-input, #8C8F97)"
77
78
  });
78
79
  var secondaryToolbarStyles = css({
79
80
  boxSizing: 'border-box',
@@ -72,7 +72,7 @@ var editorModernisationToolbarStyle = css({
72
72
  borderRadius: "var(--ds-radius-xlarge, 12px)".concat(" ", "var(--ds-radius-xlarge, 12px)", " 0 0"),
73
73
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
74
74
  '&.show-keyline': {
75
- boxShadow: 'none'
75
+ boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #1E1F2128, 0px 0px 1px #1E1F211e)"
76
76
  }
77
77
  });
78
78
  export var FixedToolbarEmotion = function FixedToolbarEmotion(props) {
@@ -75,7 +75,7 @@ var editorModernisationToolbarStyle = css({
75
75
  borderRadius: "var(--ds-radius-xlarge, 12px)".concat(" ", "var(--ds-radius-xlarge, 12px)", " 0 0"),
76
76
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
77
77
  '&.show-keyline': {
78
- boxShadow: 'none'
78
+ boxShadow: "var(--ds-shadow-overflow, 0px 0px 8px #1E1F2128, 0px 0px 1px #1E1F211e)"
79
79
  }
80
80
  });
81
81
  var stickyToolbarWrapperStyleNew = css({
@@ -1,3 +1,3 @@
1
1
  export var name = "@atlaskit/editor-core";
2
2
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
3
- export var version = "221.9.4";
3
+ export var version = "221.9.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "221.9.5",
3
+ "version": "221.9.7",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -67,7 +67,7 @@
67
67
  "@atlaskit/react-compiler-gating": "^0.2.0",
68
68
  "@atlaskit/react-ufo": "^7.3.0",
69
69
  "@atlaskit/task-decision": "^21.4.0",
70
- "@atlaskit/tmp-editor-statsig": "^125.1.0",
70
+ "@atlaskit/tmp-editor-statsig": "^126.0.0",
71
71
  "@atlaskit/tokens": "^15.8.0",
72
72
  "@atlaskit/tooltip": "^23.1.0",
73
73
  "@atlaskit/width-detector": "^6.2.0",
@@ -122,7 +122,7 @@
122
122
  "@atlassian/a11y-jest-testing": "^0.13.0",
123
123
  "@atlassian/a11y-playwright-testing": "^0.10.0",
124
124
  "@atlassian/adf-schema-json": "^1.33.0",
125
- "@atlassian/editor-rovo-bridge": "^10.9.0",
125
+ "@atlassian/editor-rovo-bridge": "^10.10.0",
126
126
  "@atlassian/feature-flags-test-utils": "^1.2.0",
127
127
  "@atlassian/search-client": "^1.28.0",
128
128
  "@atlassian/search-provider": "^13.1.0",