@atlaskit/editor-core 209.3.2 → 209.3.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,14 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 209.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#192710](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/192710)
8
+ [`b3b30f3bc4453`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3b30f3bc4453) -
9
+ Internal changes to how border radius and border width values are applied. No visual change.
10
+ - Updated dependencies
11
+
3
12
  ## 209.3.2
4
13
 
5
14
  ### Patch Changes
@@ -172,7 +172,6 @@ var telepointerStyle = exports.telepointerStyle = (0, _react.css)({
172
172
  font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
173
173
  paddingLeft: "var(--ds-space-050, 4px)",
174
174
  paddingRight: "var(--ds-space-050, 4px)",
175
- color: "var(--ds-text-inverse, #FFFFFF)",
176
175
  borderRadius: '0 2px 2px 0'
177
176
  },
178
177
  '.telepointer-initial': {
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "209.3.1";
8
+ var version = exports.version = "209.3.2";
@@ -165,7 +165,6 @@ export const telepointerStyle = css({
165
165
  font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
166
166
  paddingLeft: "var(--ds-space-050, 4px)",
167
167
  paddingRight: "var(--ds-space-050, 4px)",
168
- color: "var(--ds-text-inverse, #FFFFFF)",
169
168
  borderRadius: '0 2px 2px 0'
170
169
  },
171
170
  '.telepointer-initial': {
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "209.3.1";
2
+ export const version = "209.3.2";
@@ -165,7 +165,6 @@ export var telepointerStyle = css({
165
165
  font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
166
166
  paddingLeft: "var(--ds-space-050, 4px)",
167
167
  paddingRight: "var(--ds-space-050, 4px)",
168
- color: "var(--ds-text-inverse, #FFFFFF)",
169
168
  borderRadius: '0 2px 2px 0'
170
169
  },
171
170
  '.telepointer-initial': {
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "209.3.1";
2
+ export var version = "209.3.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "209.3.2",
3
+ "version": "209.3.3",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"