@atlaskit/editor-plugin-highlight 6.3.4 → 6.3.6
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 +12 -0
- package/dist/cjs/ui/HighlightColorMenuItem.compiled.css +1 -1
- package/dist/cjs/ui/HighlightColorMenuItem.js +1 -1
- package/dist/es2019/ui/HighlightColorMenuItem.compiled.css +1 -1
- package/dist/es2019/ui/HighlightColorMenuItem.js +1 -1
- package/dist/esm/ui/HighlightColorMenuItem.compiled.css +1 -1
- package/dist/esm/ui/HighlightColorMenuItem.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._zulp12x7{gap:var(--ds-space-075,6px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._195gv77o{margin-inline:var(--ds-space-025,2px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
|
-
.
|
|
6
|
+
._1h6d1l7x{border-color:var(--ds-border,#0b120e24)}
|
|
7
7
|
._18u01n1a{margin-left:-1px}
|
|
8
8
|
._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
|
|
9
9
|
._1e0c1o8l{display:inline-block}
|
|
@@ -30,7 +30,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
30
30
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
31
31
|
var styles = {
|
|
32
32
|
container: "_zulp12x7 _19pkpxbi",
|
|
33
|
-
removeHighlightButton: "_2rko12b0 _195gv77o _189ee4h9 _1dqonqa1
|
|
33
|
+
removeHighlightButton: "_2rko12b0 _195gv77o _189ee4h9 _1dqonqa1 _1h6d1l7x",
|
|
34
34
|
icon: "_1e0c1o8l _18u01n1a"
|
|
35
35
|
};
|
|
36
36
|
var TextColorIconDecorator = function TextColorIconDecorator(_ref) {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._zulp12x7{gap:var(--ds-space-075,6px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._195gv77o{margin-inline:var(--ds-space-025,2px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
|
-
.
|
|
6
|
+
._1h6d1l7x{border-color:var(--ds-border,#0b120e24)}
|
|
7
7
|
._18u01n1a{margin-left:-1px}
|
|
8
8
|
._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
|
|
9
9
|
._1e0c1o8l{display:inline-block}
|
|
@@ -18,7 +18,7 @@ import { Stack, Text, Box } from '@atlaskit/primitives/compiled';
|
|
|
18
18
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
19
19
|
const styles = {
|
|
20
20
|
container: "_zulp12x7 _19pkpxbi",
|
|
21
|
-
removeHighlightButton: "_2rko12b0 _195gv77o _189ee4h9 _1dqonqa1
|
|
21
|
+
removeHighlightButton: "_2rko12b0 _195gv77o _189ee4h9 _1dqonqa1 _1h6d1l7x",
|
|
22
22
|
icon: "_1e0c1o8l _18u01n1a"
|
|
23
23
|
};
|
|
24
24
|
const TextColorIconDecorator = ({
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._zulp12x7{gap:var(--ds-space-075,6px)}._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._195gv77o{margin-inline:var(--ds-space-025,2px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
|
-
.
|
|
6
|
+
._1h6d1l7x{border-color:var(--ds-border,#0b120e24)}
|
|
7
7
|
._18u01n1a{margin-left:-1px}
|
|
8
8
|
._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
|
|
9
9
|
._1e0c1o8l{display:inline-block}
|
|
@@ -21,7 +21,7 @@ import { Stack, Text, Box } from '@atlaskit/primitives/compiled';
|
|
|
21
21
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
22
22
|
var styles = {
|
|
23
23
|
container: "_zulp12x7 _19pkpxbi",
|
|
24
|
-
removeHighlightButton: "_2rko12b0 _195gv77o _189ee4h9 _1dqonqa1
|
|
24
|
+
removeHighlightButton: "_2rko12b0 _195gv77o _189ee4h9 _1dqonqa1 _1h6d1l7x",
|
|
25
25
|
icon: "_1e0c1o8l _18u01n1a"
|
|
26
26
|
};
|
|
27
27
|
var TextColorIconDecorator = function TextColorIconDecorator(_ref) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-highlight",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.6",
|
|
4
4
|
"description": "Highlight plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/adf-schema": "^51.3.2",
|
|
36
|
-
"@atlaskit/button": "^23.
|
|
36
|
+
"@atlaskit/button": "^23.6.0",
|
|
37
37
|
"@atlaskit/css": "^0.15.0",
|
|
38
38
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
@@ -42,21 +42,21 @@
|
|
|
42
42
|
"@atlaskit/editor-plugin-text-formatting": "^6.1.0",
|
|
43
43
|
"@atlaskit/editor-plugin-toolbar": "^3.4.0",
|
|
44
44
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
45
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
45
|
+
"@atlaskit/editor-shared-styles": "^3.9.0",
|
|
46
46
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
47
47
|
"@atlaskit/editor-toolbar": "^0.17.0",
|
|
48
48
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
49
49
|
"@atlaskit/heading": "^5.2.0",
|
|
50
|
-
"@atlaskit/icon": "^
|
|
50
|
+
"@atlaskit/icon": "^29.0.0",
|
|
51
51
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
52
52
|
"@atlaskit/primitives": "^16.1.0",
|
|
53
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
54
|
-
"@atlaskit/tokens": "^
|
|
53
|
+
"@atlaskit/tmp-editor-statsig": "^13.35.0",
|
|
54
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
55
55
|
"@babel/runtime": "^7.0.0",
|
|
56
56
|
"@emotion/react": "^11.7.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@atlaskit/editor-common": "^110.
|
|
59
|
+
"@atlaskit/editor-common": "^110.27.0",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
62
62
|
},
|