@atlaskit/editor-common 99.3.4 → 99.3.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/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/assets/custom-panel.js +2 -2
- package/dist/cjs/quick-insert/assets/panel-error.js +4 -4
- package/dist/cjs/quick-insert/assets/panel-note.js +4 -4
- package/dist/cjs/quick-insert/assets/panel-success.js +4 -4
- package/dist/cjs/quick-insert/assets/panel-warning.js +4 -4
- package/dist/cjs/quick-insert/assets/panel.js +4 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/assets/custom-panel.js +2 -2
- package/dist/es2019/quick-insert/assets/panel-error.js +4 -4
- package/dist/es2019/quick-insert/assets/panel-note.js +4 -4
- package/dist/es2019/quick-insert/assets/panel-success.js +4 -4
- package/dist/es2019/quick-insert/assets/panel-warning.js +4 -4
- package/dist/es2019/quick-insert/assets/panel.js +4 -4
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/assets/custom-panel.js +2 -2
- package/dist/esm/quick-insert/assets/panel-error.js +4 -4
- package/dist/esm/quick-insert/assets/panel-note.js +4 -4
- package/dist/esm/quick-insert/assets/panel-success.js +4 -4
- package/dist/esm/quick-insert/assets/panel-warning.js +4 -4
- package/dist/esm/quick-insert/assets/panel.js +4 -4
- 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.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#104294](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/104294)
|
|
8
|
+
[`6a7cda98a030e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6a7cda98a030e) -
|
|
9
|
+
[ux] Tokenizing the colors being used for the panel quick insert illustrations
|
|
10
|
+
|
|
3
11
|
## 99.3.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -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.3.
|
|
20
|
+
var packageVersion = "99.3.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
|
|
@@ -27,8 +27,8 @@ function IconCustomPanel() {
|
|
|
27
27
|
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
28
28
|
d: "M8 13C8 12.4477 8.44772 12 9 12H40V28H9C8.44772 28 8 27.5523 8 27V13Z",
|
|
29
29
|
fill: iconThemed({
|
|
30
|
-
light:
|
|
31
|
-
dark:
|
|
30
|
+
light: "var(--ds-background-accent-teal-subtlest, #E7F9FF)",
|
|
31
|
+
dark: "var(--ds-background-accent-teal-subtlest, #E7F9FF)"
|
|
32
32
|
})
|
|
33
33
|
}), /*#__PURE__*/_react.default.createElement("g", {
|
|
34
34
|
clipPath: "url(#clip0)"
|
|
@@ -27,8 +27,8 @@ function IconPanelError() {
|
|
|
27
27
|
d: "M0 0h40v40H0z"
|
|
28
28
|
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
29
29
|
fill: iconThemed({
|
|
30
|
-
light:
|
|
31
|
-
dark:
|
|
30
|
+
light: "var(--ds-background-accent-red-subtlest, #FFECEB)",
|
|
31
|
+
dark: "var(--ds-background-accent-red-subtlest, #FFECEB)"
|
|
32
32
|
}),
|
|
33
33
|
x: 8,
|
|
34
34
|
y: 12,
|
|
@@ -38,8 +38,8 @@ function IconPanelError() {
|
|
|
38
38
|
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
39
39
|
d: "M16.743 19.964l1.06-1.06a.5.5 0 00-.707-.707l-1.06 1.06-1.061-1.06a.5.5 0 00-.707.707l1.06 1.06-1.06 1.061a.5.5 0 10.707.707l1.06-1.06 1.061 1.06a.5.5 0 10.707-.707l-1.06-1.06zM16 24a4 4 0 110-8 4 4 0 010 8z",
|
|
40
40
|
fill: iconThemed({
|
|
41
|
-
light:
|
|
42
|
-
dark:
|
|
41
|
+
light: "var(--ds-icon-danger, #C9372C)",
|
|
42
|
+
dark: "var(--ds-icon-danger, #C9372C)"
|
|
43
43
|
})
|
|
44
44
|
})));
|
|
45
45
|
}
|
|
@@ -27,8 +27,8 @@ function IconPanelNote() {
|
|
|
27
27
|
d: "M0 0h40v40H0z"
|
|
28
28
|
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
29
29
|
fill: iconThemed({
|
|
30
|
-
light:
|
|
31
|
-
dark:
|
|
30
|
+
light: "var(--ds-background-accent-purple-subtlest, #F3F0FF)",
|
|
31
|
+
dark: "var(--ds-background-accent-purple-subtlest, #F3F0FF)"
|
|
32
32
|
}),
|
|
33
33
|
x: 8,
|
|
34
34
|
y: 12,
|
|
@@ -38,8 +38,8 @@ function IconPanelNote() {
|
|
|
38
38
|
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
39
39
|
d: "M13 16h4a1 1 0 011 1v6a1 1 0 01-1 1h-4a1 1 0 01-1-1v-6a1 1 0 011-1zm1 2a.5.5 0 100 1h2a.5.5 0 100-1h-2zm0 2a.5.5 0 100 1h1a.5.5 0 100-1h-1z",
|
|
40
40
|
fill: iconThemed({
|
|
41
|
-
light:
|
|
42
|
-
dark:
|
|
41
|
+
light: "var(--ds-icon-discovery, #8270DB)",
|
|
42
|
+
dark: "var(--ds-icon-discovery, #8270DB)"
|
|
43
43
|
})
|
|
44
44
|
})));
|
|
45
45
|
}
|
|
@@ -27,8 +27,8 @@ function IconPanelSuccess() {
|
|
|
27
27
|
d: "M0 0h40v40H0z"
|
|
28
28
|
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
29
29
|
fill: iconThemed({
|
|
30
|
-
light:
|
|
31
|
-
dark:
|
|
30
|
+
light: "var(--ds-background-accent-green-subtlest, #DCFFF1)",
|
|
31
|
+
dark: "var(--ds-background-accent-green-subtlest, #DCFFF1)"
|
|
32
32
|
}),
|
|
33
33
|
x: 8,
|
|
34
34
|
y: 12,
|
|
@@ -38,8 +38,8 @@ function IconPanelSuccess() {
|
|
|
38
38
|
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
39
39
|
d: "M15 24a4 4 0 110-8 4 4 0 010 8zm.682-5.482l-1.076 2.055-.772-.695a.5.5 0 00-.668.744l1.25 1.125a.5.5 0 00.777-.14l1.375-2.625a.5.5 0 00-.886-.464z",
|
|
40
40
|
fill: iconThemed({
|
|
41
|
-
light:
|
|
42
|
-
dark:
|
|
41
|
+
light: "var(--ds-icon-success, #22A06B)",
|
|
42
|
+
dark: "var(--ds-icon-success, #22A06B)"
|
|
43
43
|
})
|
|
44
44
|
})));
|
|
45
45
|
}
|
|
@@ -27,8 +27,8 @@ function IconPanelWarning() {
|
|
|
27
27
|
d: "M0 0h40v40H0z"
|
|
28
28
|
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
29
29
|
fill: iconThemed({
|
|
30
|
-
light:
|
|
31
|
-
dark:
|
|
30
|
+
light: "var(--ds-background-accent-yellow-subtlest, #FFF7D6)",
|
|
31
|
+
dark: "var(--ds-background-accent-yellow-subtlest, #FFF7D6)"
|
|
32
32
|
}),
|
|
33
33
|
x: 8,
|
|
34
34
|
y: 12,
|
|
@@ -38,8 +38,8 @@ function IconPanelWarning() {
|
|
|
38
38
|
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
39
39
|
d: "M16.847 16.83l2.808 5.73a1 1 0 01-.898 1.44h-6.514a1 1 0 01-.898-1.44l2.808-5.73a1.5 1.5 0 012.694 0zm-1.347.46a.568.568 0 00-.564.635l.278 2.32a.288.288 0 00.572 0l.278-2.32a.568.568 0 00-.564-.635zm0 5.035c.318 0 .576-.293.576-.656 0-.362-.258-.656-.576-.656-.318 0-.576.294-.576.656 0 .363.258.656.576.656z",
|
|
40
40
|
fill: iconThemed({
|
|
41
|
-
light:
|
|
42
|
-
dark:
|
|
41
|
+
light: "var(--ds-icon-warning, #E56910)",
|
|
42
|
+
dark: "var(--ds-icon-warning, #E56910)"
|
|
43
43
|
})
|
|
44
44
|
})));
|
|
45
45
|
}
|
|
@@ -27,8 +27,8 @@ function IconPanel() {
|
|
|
27
27
|
d: "M0 0h40v40H0z"
|
|
28
28
|
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
29
29
|
fill: iconThemed({
|
|
30
|
-
light:
|
|
31
|
-
dark:
|
|
30
|
+
light: "var(--ds-background-accent-blue-subtlest, #E9F2FF)",
|
|
31
|
+
dark: "var(--ds-background-accent-blue-subtlest, #E9F2FF)"
|
|
32
32
|
}),
|
|
33
33
|
x: 8,
|
|
34
34
|
y: 12,
|
|
@@ -38,8 +38,8 @@ function IconPanel() {
|
|
|
38
38
|
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
39
39
|
d: "M12 20a4 4 0 108 0 4 4 0 00-8 0z",
|
|
40
40
|
fill: iconThemed({
|
|
41
|
-
light:
|
|
42
|
-
dark:
|
|
41
|
+
light: "var(--ds-icon-information, #1D7AFC)",
|
|
42
|
+
dark: "var(--ds-icon-information, #1D7AFC)"
|
|
43
43
|
}),
|
|
44
44
|
fillRule: "nonzero"
|
|
45
45
|
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
@@ -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.3.
|
|
26
|
+
var packageVersion = "99.3.5";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -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.3.
|
|
4
|
+
const packageVersion = "99.3.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
|
|
@@ -21,8 +21,8 @@ export default function IconCustomPanel() {
|
|
|
21
21
|
}), /*#__PURE__*/React.createElement("path", {
|
|
22
22
|
d: "M8 13C8 12.4477 8.44772 12 9 12H40V28H9C8.44772 28 8 27.5523 8 27V13Z",
|
|
23
23
|
fill: iconThemed({
|
|
24
|
-
light:
|
|
25
|
-
dark:
|
|
24
|
+
light: "var(--ds-background-accent-teal-subtlest, #E7F9FF)",
|
|
25
|
+
dark: "var(--ds-background-accent-teal-subtlest, #E7F9FF)"
|
|
26
26
|
})
|
|
27
27
|
}), /*#__PURE__*/React.createElement("g", {
|
|
28
28
|
clipPath: "url(#clip0)"
|
|
@@ -21,8 +21,8 @@ export default function IconPanelError() {
|
|
|
21
21
|
d: "M0 0h40v40H0z"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
23
23
|
fill: iconThemed({
|
|
24
|
-
light:
|
|
25
|
-
dark:
|
|
24
|
+
light: "var(--ds-background-accent-red-subtlest, #FFECEB)",
|
|
25
|
+
dark: "var(--ds-background-accent-red-subtlest, #FFECEB)"
|
|
26
26
|
}),
|
|
27
27
|
x: 8,
|
|
28
28
|
y: 12,
|
|
@@ -32,8 +32,8 @@ export default function IconPanelError() {
|
|
|
32
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
33
|
d: "M16.743 19.964l1.06-1.06a.5.5 0 00-.707-.707l-1.06 1.06-1.061-1.06a.5.5 0 00-.707.707l1.06 1.06-1.06 1.061a.5.5 0 10.707.707l1.06-1.06 1.061 1.06a.5.5 0 10.707-.707l-1.06-1.06zM16 24a4 4 0 110-8 4 4 0 010 8z",
|
|
34
34
|
fill: iconThemed({
|
|
35
|
-
light:
|
|
36
|
-
dark:
|
|
35
|
+
light: "var(--ds-icon-danger, #C9372C)",
|
|
36
|
+
dark: "var(--ds-icon-danger, #C9372C)"
|
|
37
37
|
})
|
|
38
38
|
})));
|
|
39
39
|
}
|
|
@@ -21,8 +21,8 @@ export default function IconPanelNote() {
|
|
|
21
21
|
d: "M0 0h40v40H0z"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
23
23
|
fill: iconThemed({
|
|
24
|
-
light:
|
|
25
|
-
dark:
|
|
24
|
+
light: "var(--ds-background-accent-purple-subtlest, #F3F0FF)",
|
|
25
|
+
dark: "var(--ds-background-accent-purple-subtlest, #F3F0FF)"
|
|
26
26
|
}),
|
|
27
27
|
x: 8,
|
|
28
28
|
y: 12,
|
|
@@ -32,8 +32,8 @@ export default function IconPanelNote() {
|
|
|
32
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
33
|
d: "M13 16h4a1 1 0 011 1v6a1 1 0 01-1 1h-4a1 1 0 01-1-1v-6a1 1 0 011-1zm1 2a.5.5 0 100 1h2a.5.5 0 100-1h-2zm0 2a.5.5 0 100 1h1a.5.5 0 100-1h-1z",
|
|
34
34
|
fill: iconThemed({
|
|
35
|
-
light:
|
|
36
|
-
dark:
|
|
35
|
+
light: "var(--ds-icon-discovery, #8270DB)",
|
|
36
|
+
dark: "var(--ds-icon-discovery, #8270DB)"
|
|
37
37
|
})
|
|
38
38
|
})));
|
|
39
39
|
}
|
|
@@ -21,8 +21,8 @@ export default function IconPanelSuccess() {
|
|
|
21
21
|
d: "M0 0h40v40H0z"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
23
23
|
fill: iconThemed({
|
|
24
|
-
light:
|
|
25
|
-
dark:
|
|
24
|
+
light: "var(--ds-background-accent-green-subtlest, #DCFFF1)",
|
|
25
|
+
dark: "var(--ds-background-accent-green-subtlest, #DCFFF1)"
|
|
26
26
|
}),
|
|
27
27
|
x: 8,
|
|
28
28
|
y: 12,
|
|
@@ -32,8 +32,8 @@ export default function IconPanelSuccess() {
|
|
|
32
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
33
|
d: "M15 24a4 4 0 110-8 4 4 0 010 8zm.682-5.482l-1.076 2.055-.772-.695a.5.5 0 00-.668.744l1.25 1.125a.5.5 0 00.777-.14l1.375-2.625a.5.5 0 00-.886-.464z",
|
|
34
34
|
fill: iconThemed({
|
|
35
|
-
light:
|
|
36
|
-
dark:
|
|
35
|
+
light: "var(--ds-icon-success, #22A06B)",
|
|
36
|
+
dark: "var(--ds-icon-success, #22A06B)"
|
|
37
37
|
})
|
|
38
38
|
})));
|
|
39
39
|
}
|
|
@@ -21,8 +21,8 @@ export default function IconPanelWarning() {
|
|
|
21
21
|
d: "M0 0h40v40H0z"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
23
23
|
fill: iconThemed({
|
|
24
|
-
light:
|
|
25
|
-
dark:
|
|
24
|
+
light: "var(--ds-background-accent-yellow-subtlest, #FFF7D6)",
|
|
25
|
+
dark: "var(--ds-background-accent-yellow-subtlest, #FFF7D6)"
|
|
26
26
|
}),
|
|
27
27
|
x: 8,
|
|
28
28
|
y: 12,
|
|
@@ -32,8 +32,8 @@ export default function IconPanelWarning() {
|
|
|
32
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
33
|
d: "M16.847 16.83l2.808 5.73a1 1 0 01-.898 1.44h-6.514a1 1 0 01-.898-1.44l2.808-5.73a1.5 1.5 0 012.694 0zm-1.347.46a.568.568 0 00-.564.635l.278 2.32a.288.288 0 00.572 0l.278-2.32a.568.568 0 00-.564-.635zm0 5.035c.318 0 .576-.293.576-.656 0-.362-.258-.656-.576-.656-.318 0-.576.294-.576.656 0 .363.258.656.576.656z",
|
|
34
34
|
fill: iconThemed({
|
|
35
|
-
light:
|
|
36
|
-
dark:
|
|
35
|
+
light: "var(--ds-icon-warning, #E56910)",
|
|
36
|
+
dark: "var(--ds-icon-warning, #E56910)"
|
|
37
37
|
})
|
|
38
38
|
})));
|
|
39
39
|
}
|
|
@@ -21,8 +21,8 @@ export default function IconPanel() {
|
|
|
21
21
|
d: "M0 0h40v40H0z"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
23
23
|
fill: iconThemed({
|
|
24
|
-
light:
|
|
25
|
-
dark:
|
|
24
|
+
light: "var(--ds-background-accent-blue-subtlest, #E9F2FF)",
|
|
25
|
+
dark: "var(--ds-background-accent-blue-subtlest, #E9F2FF)"
|
|
26
26
|
}),
|
|
27
27
|
x: 8,
|
|
28
28
|
y: 12,
|
|
@@ -32,8 +32,8 @@ export default function IconPanel() {
|
|
|
32
32
|
}), /*#__PURE__*/React.createElement("path", {
|
|
33
33
|
d: "M12 20a4 4 0 108 0 4 4 0 00-8 0z",
|
|
34
34
|
fill: iconThemed({
|
|
35
|
-
light:
|
|
36
|
-
dark:
|
|
35
|
+
light: "var(--ds-icon-information, #1D7AFC)",
|
|
36
|
+
dark: "var(--ds-icon-information, #1D7AFC)"
|
|
37
37
|
}),
|
|
38
38
|
fillRule: "nonzero"
|
|
39
39
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
@@ -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.3.
|
|
16
|
+
const packageVersion = "99.3.5";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -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.3.
|
|
10
|
+
var packageVersion = "99.3.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,8 +20,8 @@ export default function IconCustomPanel() {
|
|
|
20
20
|
}), /*#__PURE__*/React.createElement("path", {
|
|
21
21
|
d: "M8 13C8 12.4477 8.44772 12 9 12H40V28H9C8.44772 28 8 27.5523 8 27V13Z",
|
|
22
22
|
fill: iconThemed({
|
|
23
|
-
light:
|
|
24
|
-
dark:
|
|
23
|
+
light: "var(--ds-background-accent-teal-subtlest, #E7F9FF)",
|
|
24
|
+
dark: "var(--ds-background-accent-teal-subtlest, #E7F9FF)"
|
|
25
25
|
})
|
|
26
26
|
}), /*#__PURE__*/React.createElement("g", {
|
|
27
27
|
clipPath: "url(#clip0)"
|
|
@@ -20,8 +20,8 @@ export default function IconPanelError() {
|
|
|
20
20
|
d: "M0 0h40v40H0z"
|
|
21
21
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
22
22
|
fill: iconThemed({
|
|
23
|
-
light:
|
|
24
|
-
dark:
|
|
23
|
+
light: "var(--ds-background-accent-red-subtlest, #FFECEB)",
|
|
24
|
+
dark: "var(--ds-background-accent-red-subtlest, #FFECEB)"
|
|
25
25
|
}),
|
|
26
26
|
x: 8,
|
|
27
27
|
y: 12,
|
|
@@ -31,8 +31,8 @@ export default function IconPanelError() {
|
|
|
31
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
32
|
d: "M16.743 19.964l1.06-1.06a.5.5 0 00-.707-.707l-1.06 1.06-1.061-1.06a.5.5 0 00-.707.707l1.06 1.06-1.06 1.061a.5.5 0 10.707.707l1.06-1.06 1.061 1.06a.5.5 0 10.707-.707l-1.06-1.06zM16 24a4 4 0 110-8 4 4 0 010 8z",
|
|
33
33
|
fill: iconThemed({
|
|
34
|
-
light:
|
|
35
|
-
dark:
|
|
34
|
+
light: "var(--ds-icon-danger, #C9372C)",
|
|
35
|
+
dark: "var(--ds-icon-danger, #C9372C)"
|
|
36
36
|
})
|
|
37
37
|
})));
|
|
38
38
|
}
|
|
@@ -20,8 +20,8 @@ export default function IconPanelNote() {
|
|
|
20
20
|
d: "M0 0h40v40H0z"
|
|
21
21
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
22
22
|
fill: iconThemed({
|
|
23
|
-
light:
|
|
24
|
-
dark:
|
|
23
|
+
light: "var(--ds-background-accent-purple-subtlest, #F3F0FF)",
|
|
24
|
+
dark: "var(--ds-background-accent-purple-subtlest, #F3F0FF)"
|
|
25
25
|
}),
|
|
26
26
|
x: 8,
|
|
27
27
|
y: 12,
|
|
@@ -31,8 +31,8 @@ export default function IconPanelNote() {
|
|
|
31
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
32
|
d: "M13 16h4a1 1 0 011 1v6a1 1 0 01-1 1h-4a1 1 0 01-1-1v-6a1 1 0 011-1zm1 2a.5.5 0 100 1h2a.5.5 0 100-1h-2zm0 2a.5.5 0 100 1h1a.5.5 0 100-1h-1z",
|
|
33
33
|
fill: iconThemed({
|
|
34
|
-
light:
|
|
35
|
-
dark:
|
|
34
|
+
light: "var(--ds-icon-discovery, #8270DB)",
|
|
35
|
+
dark: "var(--ds-icon-discovery, #8270DB)"
|
|
36
36
|
})
|
|
37
37
|
})));
|
|
38
38
|
}
|
|
@@ -20,8 +20,8 @@ export default function IconPanelSuccess() {
|
|
|
20
20
|
d: "M0 0h40v40H0z"
|
|
21
21
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
22
22
|
fill: iconThemed({
|
|
23
|
-
light:
|
|
24
|
-
dark:
|
|
23
|
+
light: "var(--ds-background-accent-green-subtlest, #DCFFF1)",
|
|
24
|
+
dark: "var(--ds-background-accent-green-subtlest, #DCFFF1)"
|
|
25
25
|
}),
|
|
26
26
|
x: 8,
|
|
27
27
|
y: 12,
|
|
@@ -31,8 +31,8 @@ export default function IconPanelSuccess() {
|
|
|
31
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
32
|
d: "M15 24a4 4 0 110-8 4 4 0 010 8zm.682-5.482l-1.076 2.055-.772-.695a.5.5 0 00-.668.744l1.25 1.125a.5.5 0 00.777-.14l1.375-2.625a.5.5 0 00-.886-.464z",
|
|
33
33
|
fill: iconThemed({
|
|
34
|
-
light:
|
|
35
|
-
dark:
|
|
34
|
+
light: "var(--ds-icon-success, #22A06B)",
|
|
35
|
+
dark: "var(--ds-icon-success, #22A06B)"
|
|
36
36
|
})
|
|
37
37
|
})));
|
|
38
38
|
}
|
|
@@ -20,8 +20,8 @@ export default function IconPanelWarning() {
|
|
|
20
20
|
d: "M0 0h40v40H0z"
|
|
21
21
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
22
22
|
fill: iconThemed({
|
|
23
|
-
light:
|
|
24
|
-
dark:
|
|
23
|
+
light: "var(--ds-background-accent-yellow-subtlest, #FFF7D6)",
|
|
24
|
+
dark: "var(--ds-background-accent-yellow-subtlest, #FFF7D6)"
|
|
25
25
|
}),
|
|
26
26
|
x: 8,
|
|
27
27
|
y: 12,
|
|
@@ -31,8 +31,8 @@ export default function IconPanelWarning() {
|
|
|
31
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
32
|
d: "M16.847 16.83l2.808 5.73a1 1 0 01-.898 1.44h-6.514a1 1 0 01-.898-1.44l2.808-5.73a1.5 1.5 0 012.694 0zm-1.347.46a.568.568 0 00-.564.635l.278 2.32a.288.288 0 00.572 0l.278-2.32a.568.568 0 00-.564-.635zm0 5.035c.318 0 .576-.293.576-.656 0-.362-.258-.656-.576-.656-.318 0-.576.294-.576.656 0 .363.258.656.576.656z",
|
|
33
33
|
fill: iconThemed({
|
|
34
|
-
light:
|
|
35
|
-
dark:
|
|
34
|
+
light: "var(--ds-icon-warning, #E56910)",
|
|
35
|
+
dark: "var(--ds-icon-warning, #E56910)"
|
|
36
36
|
})
|
|
37
37
|
})));
|
|
38
38
|
}
|
|
@@ -20,8 +20,8 @@ export default function IconPanel() {
|
|
|
20
20
|
d: "M0 0h40v40H0z"
|
|
21
21
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
22
22
|
fill: iconThemed({
|
|
23
|
-
light:
|
|
24
|
-
dark:
|
|
23
|
+
light: "var(--ds-background-accent-blue-subtlest, #E9F2FF)",
|
|
24
|
+
dark: "var(--ds-background-accent-blue-subtlest, #E9F2FF)"
|
|
25
25
|
}),
|
|
26
26
|
x: 8,
|
|
27
27
|
y: 12,
|
|
@@ -31,8 +31,8 @@ export default function IconPanel() {
|
|
|
31
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
32
32
|
d: "M12 20a4 4 0 108 0 4 4 0 00-8 0z",
|
|
33
33
|
fill: iconThemed({
|
|
34
|
-
light:
|
|
35
|
-
dark:
|
|
34
|
+
light: "var(--ds-icon-information, #1D7AFC)",
|
|
35
|
+
dark: "var(--ds-icon-information, #1D7AFC)"
|
|
36
36
|
}),
|
|
37
37
|
fillRule: "nonzero"
|
|
38
38
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
@@ -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.3.
|
|
23
|
+
var packageVersion = "99.3.5";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
package/package.json
CHANGED