@atlaskit/editor-common 99.5.4 → 99.5.5
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 +8 -0
- package/dist/cjs/extensibility/Extension/Lozenge/EditToggle.js +2 -2
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/cjs/extensibility/Extension/styles.js +3 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/EditToggle.js +2 -2
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/es2019/extensibility/Extension/styles.js +3 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/EditToggle.js +2 -2
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/esm/extensibility/Extension/styles.js +3 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 99.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#107618](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107618)
|
|
8
|
+
[`5b85fa648a36b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5b85fa648a36b) -
|
|
9
|
+
Create VR tests for new bodied macros changes and fix some UX errors with the button/hover overlay
|
|
10
|
+
|
|
3
11
|
## 99.5.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -41,11 +41,11 @@ var buttonStyles = (0, _react2.css)({
|
|
|
41
41
|
paddingRight: "var(--ds-space-150, 12px)",
|
|
42
42
|
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
43
43
|
'&:hover': {
|
|
44
|
-
backgroundColor: "var(--ds-background-
|
|
44
|
+
backgroundColor: "var(--ds-background-input-hovered, #F7F8F9)"
|
|
45
45
|
},
|
|
46
46
|
outlineColor: "var(--ds-border-focused, #388BFF)",
|
|
47
47
|
border: 'none',
|
|
48
|
-
backgroundColor: "var(--ds-background-
|
|
48
|
+
backgroundColor: "var(--ds-background-input, #FFFFFF)",
|
|
49
49
|
color: "var(--ds-text-subtle, #44546F)"
|
|
50
50
|
});
|
|
51
51
|
var showButtonContainerStyle = (0, _react2.css)({
|
|
@@ -82,7 +82,7 @@ var labelStyles = (0, _react.css)({
|
|
|
82
82
|
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
83
83
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
84
84
|
'&.with-bodied-macro-live-page-styles': {
|
|
85
|
-
backgroundColor: "var(--ds-background-
|
|
85
|
+
backgroundColor: "var(--ds-background-input, #FFFFFF)",
|
|
86
86
|
boxShadow: "0 0 0 1px ".concat("var(--ds-border, #091E4224)")
|
|
87
87
|
}
|
|
88
88
|
});
|
|
@@ -35,7 +35,9 @@ var overlay = exports.overlay = (0, _react.css)({
|
|
|
35
35
|
height: '100%',
|
|
36
36
|
opacity: 0,
|
|
37
37
|
pointerEvents: 'none',
|
|
38
|
-
transition: 'opacity 0.3s'
|
|
38
|
+
transition: 'opacity 0.3s',
|
|
39
|
+
top: 0,
|
|
40
|
+
left: 0
|
|
39
41
|
});
|
|
40
42
|
|
|
41
43
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -17,7 +17,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
17
17
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
18
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
19
19
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
20
|
-
var packageVersion = "99.5.
|
|
20
|
+
var packageVersion = "99.5.5";
|
|
21
21
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
22
22
|
// Remove URL as it has UGC
|
|
23
23
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "99.5.
|
|
26
|
+
var packageVersion = "99.5.5";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -34,11 +34,11 @@ const buttonStyles = css({
|
|
|
34
34
|
paddingRight: "var(--ds-space-150, 12px)",
|
|
35
35
|
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
36
36
|
'&:hover': {
|
|
37
|
-
backgroundColor: "var(--ds-background-
|
|
37
|
+
backgroundColor: "var(--ds-background-input-hovered, #F7F8F9)"
|
|
38
38
|
},
|
|
39
39
|
outlineColor: "var(--ds-border-focused, #388BFF)",
|
|
40
40
|
border: 'none',
|
|
41
|
-
backgroundColor: "var(--ds-background-
|
|
41
|
+
backgroundColor: "var(--ds-background-input, #FFFFFF)",
|
|
42
42
|
color: "var(--ds-text-subtle, #44546F)"
|
|
43
43
|
});
|
|
44
44
|
const showButtonContainerStyle = css({
|
|
@@ -74,7 +74,7 @@ const labelStyles = css({
|
|
|
74
74
|
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
75
75
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
76
76
|
'&.with-bodied-macro-live-page-styles': {
|
|
77
|
-
backgroundColor: "var(--ds-background-
|
|
77
|
+
backgroundColor: "var(--ds-background-input, #FFFFFF)",
|
|
78
78
|
boxShadow: `0 0 0 1px ${"var(--ds-border, #091E4224)"}`
|
|
79
79
|
}
|
|
80
80
|
});
|
|
@@ -28,7 +28,9 @@ export const overlay = css({
|
|
|
28
28
|
height: '100%',
|
|
29
29
|
opacity: 0,
|
|
30
30
|
pointerEvents: 'none',
|
|
31
|
-
transition: 'opacity 0.3s'
|
|
31
|
+
transition: 'opacity 0.3s',
|
|
32
|
+
top: 0,
|
|
33
|
+
left: 0
|
|
32
34
|
});
|
|
33
35
|
|
|
34
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "99.5.
|
|
4
|
+
const packageVersion = "99.5.5";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "99.5.
|
|
16
|
+
const packageVersion = "99.5.5";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -34,11 +34,11 @@ var buttonStyles = css({
|
|
|
34
34
|
paddingRight: "var(--ds-space-150, 12px)",
|
|
35
35
|
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
36
36
|
'&:hover': {
|
|
37
|
-
backgroundColor: "var(--ds-background-
|
|
37
|
+
backgroundColor: "var(--ds-background-input-hovered, #F7F8F9)"
|
|
38
38
|
},
|
|
39
39
|
outlineColor: "var(--ds-border-focused, #388BFF)",
|
|
40
40
|
border: 'none',
|
|
41
|
-
backgroundColor: "var(--ds-background-
|
|
41
|
+
backgroundColor: "var(--ds-background-input, #FFFFFF)",
|
|
42
42
|
color: "var(--ds-text-subtle, #44546F)"
|
|
43
43
|
});
|
|
44
44
|
var showButtonContainerStyle = css({
|
|
@@ -74,7 +74,7 @@ var labelStyles = css({
|
|
|
74
74
|
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
75
75
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
76
76
|
'&.with-bodied-macro-live-page-styles': {
|
|
77
|
-
backgroundColor: "var(--ds-background-
|
|
77
|
+
backgroundColor: "var(--ds-background-input, #FFFFFF)",
|
|
78
78
|
boxShadow: "0 0 0 1px ".concat("var(--ds-border, #091E4224)")
|
|
79
79
|
}
|
|
80
80
|
});
|
|
@@ -28,7 +28,9 @@ export var overlay = css({
|
|
|
28
28
|
height: '100%',
|
|
29
29
|
opacity: 0,
|
|
30
30
|
pointerEvents: 'none',
|
|
31
|
-
transition: 'opacity 0.3s'
|
|
31
|
+
transition: 'opacity 0.3s',
|
|
32
|
+
top: 0,
|
|
33
|
+
left: 0
|
|
32
34
|
});
|
|
33
35
|
|
|
34
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "99.5.
|
|
10
|
+
var packageVersion = "99.5.5";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "99.5.
|
|
23
|
+
var packageVersion = "99.5.5";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
package/package.json
CHANGED