@atlaskit/editor-plugin-help-dialog 4.0.0 → 5.0.0
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 +14 -0
- package/dist/cjs/ui/formatting.js +3 -3
- package/dist/cjs/ui/styles.js +2 -2
- package/dist/cjs/ui/utils.js +3 -3
- package/dist/es2019/ui/formatting.js +3 -3
- package/dist/es2019/ui/styles.js +2 -2
- package/dist/es2019/ui/utils.js +3 -3
- package/dist/esm/ui/formatting.js +3 -3
- package/dist/esm/ui/styles.js +2 -2
- package/dist/esm/ui/utils.js +3 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-help-dialog
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
|
|
14
|
+
Internal changes to how border radius is applied.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 4.0.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -25,7 +25,7 @@ var _styles = require("./styles");
|
|
|
25
25
|
|
|
26
26
|
var codeSm = (0, _primitives.xcss)({
|
|
27
27
|
backgroundColor: 'color.background.neutral',
|
|
28
|
-
borderRadius: '
|
|
28
|
+
borderRadius: 'radius.small',
|
|
29
29
|
width: "var(--ds-space-300, 24px)",
|
|
30
30
|
display: 'inline-block',
|
|
31
31
|
height: "var(--ds-space-300, 24px)",
|
|
@@ -34,7 +34,7 @@ var codeSm = (0, _primitives.xcss)({
|
|
|
34
34
|
});
|
|
35
35
|
var codeMd = (0, _primitives.xcss)({
|
|
36
36
|
backgroundColor: 'color.background.neutral',
|
|
37
|
-
borderRadius: '
|
|
37
|
+
borderRadius: 'radius.small',
|
|
38
38
|
display: 'inline-block',
|
|
39
39
|
height: "var(--ds-space-300, 24px)",
|
|
40
40
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -42,7 +42,7 @@ var codeMd = (0, _primitives.xcss)({
|
|
|
42
42
|
textAlign: 'center'
|
|
43
43
|
});
|
|
44
44
|
var codeLg = (0, _primitives.xcss)({
|
|
45
|
-
borderRadius: '
|
|
45
|
+
borderRadius: 'radius.small',
|
|
46
46
|
display: 'inline-block',
|
|
47
47
|
height: "var(--ds-space-300, 24px)",
|
|
48
48
|
lineHeight: "var(--ds-space-300, 24px)",
|
package/dist/cjs/ui/styles.js
CHANGED
|
@@ -30,7 +30,7 @@ var header = exports.header = (0, _react.css)({
|
|
|
30
30
|
color: "var(--ds-text, ".concat(colors.N400, ")"),
|
|
31
31
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
32
32
|
backgroundColor: "var(--ds-background-neutral-subtle, ".concat(colors.N0, ")"),
|
|
33
|
-
borderRadius: "var(--ds-
|
|
33
|
+
borderRadius: "var(--ds-radius-small, 3px)"
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -48,7 +48,7 @@ var footer = exports.footer = (0, _react.css)({
|
|
|
48
48
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
49
49
|
var contentWrapper = exports.contentWrapper = (0, _react.css)({
|
|
50
50
|
padding: "var(--ds-space-250, 20px)".concat(" ", "var(--ds-space-500, 40px)"),
|
|
51
|
-
borderBottomRightRadius: "var(--ds-
|
|
51
|
+
borderBottomRightRadius: "var(--ds-radius-small, 3px)",
|
|
52
52
|
overflow: 'auto',
|
|
53
53
|
position: 'relative',
|
|
54
54
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
package/dist/cjs/ui/utils.js
CHANGED
|
@@ -17,7 +17,7 @@ var _styles = require("./styles");
|
|
|
17
17
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
18
18
|
|
|
19
19
|
var codeLg = (0, _primitives.xcss)({
|
|
20
|
-
borderRadius: '
|
|
20
|
+
borderRadius: 'radius.small',
|
|
21
21
|
display: 'inline-block',
|
|
22
22
|
height: "var(--ds-space-300, 24px)",
|
|
23
23
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -27,7 +27,7 @@ var codeLg = (0, _primitives.xcss)({
|
|
|
27
27
|
});
|
|
28
28
|
var codeMd = (0, _primitives.xcss)({
|
|
29
29
|
backgroundColor: 'color.background.neutral',
|
|
30
|
-
borderRadius: '
|
|
30
|
+
borderRadius: 'radius.small',
|
|
31
31
|
display: 'inline-block',
|
|
32
32
|
height: "var(--ds-space-300, 24px)",
|
|
33
33
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -36,7 +36,7 @@ var codeMd = (0, _primitives.xcss)({
|
|
|
36
36
|
});
|
|
37
37
|
var codeSm = (0, _primitives.xcss)({
|
|
38
38
|
backgroundColor: 'color.background.neutral',
|
|
39
|
-
borderRadius: '
|
|
39
|
+
borderRadius: 'radius.small',
|
|
40
40
|
width: "var(--ds-space-300, 24px)",
|
|
41
41
|
display: 'inline-block',
|
|
42
42
|
height: "var(--ds-space-300, 24px)",
|
|
@@ -15,7 +15,7 @@ import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
|
15
15
|
import { shortcutsArray } from './styles';
|
|
16
16
|
const codeSm = xcss({
|
|
17
17
|
backgroundColor: 'color.background.neutral',
|
|
18
|
-
borderRadius: '
|
|
18
|
+
borderRadius: 'radius.small',
|
|
19
19
|
width: "var(--ds-space-300, 24px)",
|
|
20
20
|
display: 'inline-block',
|
|
21
21
|
height: "var(--ds-space-300, 24px)",
|
|
@@ -24,7 +24,7 @@ const codeSm = xcss({
|
|
|
24
24
|
});
|
|
25
25
|
const codeMd = xcss({
|
|
26
26
|
backgroundColor: 'color.background.neutral',
|
|
27
|
-
borderRadius: '
|
|
27
|
+
borderRadius: 'radius.small',
|
|
28
28
|
display: 'inline-block',
|
|
29
29
|
height: "var(--ds-space-300, 24px)",
|
|
30
30
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -32,7 +32,7 @@ const codeMd = xcss({
|
|
|
32
32
|
textAlign: 'center'
|
|
33
33
|
});
|
|
34
34
|
const codeLg = xcss({
|
|
35
|
-
borderRadius: '
|
|
35
|
+
borderRadius: 'radius.small',
|
|
36
36
|
display: 'inline-block',
|
|
37
37
|
height: "var(--ds-space-300, 24px)",
|
|
38
38
|
lineHeight: "var(--ds-space-300, 24px)",
|
package/dist/es2019/ui/styles.js
CHANGED
|
@@ -20,7 +20,7 @@ export const header = css({
|
|
|
20
20
|
color: `var(--ds-text, ${colors.N400})`,
|
|
21
21
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
22
22
|
backgroundColor: `var(--ds-background-neutral-subtle, ${colors.N0})`,
|
|
23
|
-
borderRadius: "var(--ds-
|
|
23
|
+
borderRadius: "var(--ds-radius-small, 3px)"
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -38,7 +38,7 @@ export const footer = css({
|
|
|
38
38
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
39
39
|
export const contentWrapper = css({
|
|
40
40
|
padding: `${"var(--ds-space-250, 20px)"} ${"var(--ds-space-500, 40px)"}`,
|
|
41
|
-
borderBottomRightRadius: "var(--ds-
|
|
41
|
+
borderBottomRightRadius: "var(--ds-radius-small, 3px)",
|
|
42
42
|
overflow: 'auto',
|
|
43
43
|
position: 'relative',
|
|
44
44
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
package/dist/es2019/ui/utils.js
CHANGED
|
@@ -9,7 +9,7 @@ import { browser } from '@atlaskit/editor-common/browser';
|
|
|
9
9
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
10
10
|
import { componentFromKeymapWrapperStyles } from './styles';
|
|
11
11
|
const codeLg = xcss({
|
|
12
|
-
borderRadius: '
|
|
12
|
+
borderRadius: 'radius.small',
|
|
13
13
|
display: 'inline-block',
|
|
14
14
|
height: "var(--ds-space-300, 24px)",
|
|
15
15
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -19,7 +19,7 @@ const codeLg = xcss({
|
|
|
19
19
|
});
|
|
20
20
|
const codeMd = xcss({
|
|
21
21
|
backgroundColor: 'color.background.neutral',
|
|
22
|
-
borderRadius: '
|
|
22
|
+
borderRadius: 'radius.small',
|
|
23
23
|
display: 'inline-block',
|
|
24
24
|
height: "var(--ds-space-300, 24px)",
|
|
25
25
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -28,7 +28,7 @@ const codeMd = xcss({
|
|
|
28
28
|
});
|
|
29
29
|
const codeSm = xcss({
|
|
30
30
|
backgroundColor: 'color.background.neutral',
|
|
31
|
-
borderRadius: '
|
|
31
|
+
borderRadius: 'radius.small',
|
|
32
32
|
width: "var(--ds-space-300, 24px)",
|
|
33
33
|
display: 'inline-block',
|
|
34
34
|
height: "var(--ds-space-300, 24px)",
|
|
@@ -16,7 +16,7 @@ import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
|
16
16
|
import { shortcutsArray } from './styles';
|
|
17
17
|
var codeSm = xcss({
|
|
18
18
|
backgroundColor: 'color.background.neutral',
|
|
19
|
-
borderRadius: '
|
|
19
|
+
borderRadius: 'radius.small',
|
|
20
20
|
width: "var(--ds-space-300, 24px)",
|
|
21
21
|
display: 'inline-block',
|
|
22
22
|
height: "var(--ds-space-300, 24px)",
|
|
@@ -25,7 +25,7 @@ var codeSm = xcss({
|
|
|
25
25
|
});
|
|
26
26
|
var codeMd = xcss({
|
|
27
27
|
backgroundColor: 'color.background.neutral',
|
|
28
|
-
borderRadius: '
|
|
28
|
+
borderRadius: 'radius.small',
|
|
29
29
|
display: 'inline-block',
|
|
30
30
|
height: "var(--ds-space-300, 24px)",
|
|
31
31
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -33,7 +33,7 @@ var codeMd = xcss({
|
|
|
33
33
|
textAlign: 'center'
|
|
34
34
|
});
|
|
35
35
|
var codeLg = xcss({
|
|
36
|
-
borderRadius: '
|
|
36
|
+
borderRadius: 'radius.small',
|
|
37
37
|
display: 'inline-block',
|
|
38
38
|
height: "var(--ds-space-300, 24px)",
|
|
39
39
|
lineHeight: "var(--ds-space-300, 24px)",
|
package/dist/esm/ui/styles.js
CHANGED
|
@@ -20,7 +20,7 @@ export var header = css({
|
|
|
20
20
|
color: "var(--ds-text, ".concat(colors.N400, ")"),
|
|
21
21
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
22
22
|
backgroundColor: "var(--ds-background-neutral-subtle, ".concat(colors.N0, ")"),
|
|
23
|
-
borderRadius: "var(--ds-
|
|
23
|
+
borderRadius: "var(--ds-radius-small, 3px)"
|
|
24
24
|
});
|
|
25
25
|
|
|
26
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -38,7 +38,7 @@ export var footer = css({
|
|
|
38
38
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
39
39
|
export var contentWrapper = css({
|
|
40
40
|
padding: "var(--ds-space-250, 20px)".concat(" ", "var(--ds-space-500, 40px)"),
|
|
41
|
-
borderBottomRightRadius: "var(--ds-
|
|
41
|
+
borderBottomRightRadius: "var(--ds-radius-small, 3px)",
|
|
42
42
|
overflow: 'auto',
|
|
43
43
|
position: 'relative',
|
|
44
44
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
package/dist/esm/ui/utils.js
CHANGED
|
@@ -9,7 +9,7 @@ import { browser } from '@atlaskit/editor-common/browser';
|
|
|
9
9
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
10
10
|
import { componentFromKeymapWrapperStyles } from './styles';
|
|
11
11
|
var codeLg = xcss({
|
|
12
|
-
borderRadius: '
|
|
12
|
+
borderRadius: 'radius.small',
|
|
13
13
|
display: 'inline-block',
|
|
14
14
|
height: "var(--ds-space-300, 24px)",
|
|
15
15
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -19,7 +19,7 @@ var codeLg = xcss({
|
|
|
19
19
|
});
|
|
20
20
|
var codeMd = xcss({
|
|
21
21
|
backgroundColor: 'color.background.neutral',
|
|
22
|
-
borderRadius: '
|
|
22
|
+
borderRadius: 'radius.small',
|
|
23
23
|
display: 'inline-block',
|
|
24
24
|
height: "var(--ds-space-300, 24px)",
|
|
25
25
|
lineHeight: "var(--ds-space-300, 24px)",
|
|
@@ -28,7 +28,7 @@ var codeMd = xcss({
|
|
|
28
28
|
});
|
|
29
29
|
var codeSm = xcss({
|
|
30
30
|
backgroundColor: 'color.background.neutral',
|
|
31
|
-
borderRadius: '
|
|
31
|
+
borderRadius: 'radius.small',
|
|
32
32
|
width: "var(--ds-space-300, 24px)",
|
|
33
33
|
display: 'inline-block',
|
|
34
34
|
height: "var(--ds-space-300, 24px)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-help-dialog",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Help Dialog plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
33
|
-
"@atlaskit/editor-plugin-quick-insert": "^
|
|
32
|
+
"@atlaskit/editor-plugin-analytics": "^5.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-quick-insert": "^5.0.0",
|
|
34
34
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
35
35
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
36
36
|
"@atlaskit/heading": "^5.2.0",
|
|
37
37
|
"@atlaskit/icon": "^28.1.0",
|
|
38
38
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
|
-
"@atlaskit/primitives": "^14.
|
|
40
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
41
41
|
"@atlaskit/theme": "^20.0.0",
|
|
42
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
43
|
-
"@atlaskit/tokens": "^6.
|
|
42
|
+
"@atlaskit/tmp-editor-statsig": "^12.9.0",
|
|
43
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@emotion/react": "^11.7.1",
|
|
46
46
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@testing-library/react": "^13.4.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^
|
|
53
|
+
"@atlaskit/editor-common": "^109.0.0",
|
|
54
54
|
"react": "^18.2.0"
|
|
55
55
|
},
|
|
56
56
|
"techstack": {
|