@atlaskit/editor-plugin-help-dialog 1.2.11 → 1.2.12
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 +6 -0
- package/dist/cjs/ui/styles.js +12 -12
- package/dist/es2019/ui/styles.js +12 -12
- package/dist/esm/ui/styles.js +12 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/cjs/ui/styles.js
CHANGED
|
@@ -13,7 +13,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
13
13
|
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 && Object.prototype.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; }
|
|
14
14
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
15
15
|
|
|
16
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
17
17
|
var header = exports.header = (0, _react.css)({
|
|
18
18
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
19
19
|
zIndex: _editorSharedStyles.akEditorUnitZIndex,
|
|
@@ -32,7 +32,7 @@ var header = exports.header = (0, _react.css)({
|
|
|
32
32
|
borderRadius: "var(--ds-border-radius, 3px)"
|
|
33
33
|
});
|
|
34
34
|
|
|
35
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
36
36
|
var footer = exports.footer = (0, _react.css)({
|
|
37
37
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
38
38
|
zIndex: _editorSharedStyles.akEditorUnitZIndex,
|
|
@@ -46,7 +46,7 @@ var footer = exports.footer = (0, _react.css)({
|
|
|
46
46
|
boxShadow: "'none'"
|
|
47
47
|
});
|
|
48
48
|
|
|
49
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
49
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
50
50
|
var contentWrapper = exports.contentWrapper = (0, _react.css)({
|
|
51
51
|
padding: "var(--ds-space-250, 20px)".concat(" ", "var(--ds-space-500, 40px)"),
|
|
52
52
|
borderBottomRightRadius: "var(--ds-border-radius, 3px)",
|
|
@@ -58,7 +58,7 @@ var contentWrapper = exports.contentWrapper = (0, _react.css)({
|
|
|
58
58
|
backgroundColor: "var(--ds-background-neutral-subtle, ".concat(colors.N0, ")")
|
|
59
59
|
});
|
|
60
60
|
|
|
61
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
61
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
62
62
|
var line = exports.line = (0, _react.css)({
|
|
63
63
|
background: "var(--ds-background-neutral-subtle, #fff)",
|
|
64
64
|
content: "''",
|
|
@@ -72,7 +72,7 @@ var line = exports.line = (0, _react.css)({
|
|
|
72
72
|
minWidth: '604px'
|
|
73
73
|
});
|
|
74
74
|
|
|
75
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
75
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
76
76
|
var content = exports.content = (0, _react.css)({
|
|
77
77
|
minWidth: '524px',
|
|
78
78
|
width: '100%',
|
|
@@ -87,7 +87,7 @@ var column = exports.column = {
|
|
|
87
87
|
}
|
|
88
88
|
};
|
|
89
89
|
|
|
90
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
90
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
91
91
|
var row = exports.row = (0, _react.css)({
|
|
92
92
|
margin: "var(--ds-space-250, 20px)".concat(" 0"),
|
|
93
93
|
display: 'flex',
|
|
@@ -112,7 +112,7 @@ var title = exports.title = {
|
|
|
112
112
|
}
|
|
113
113
|
};
|
|
114
114
|
|
|
115
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
115
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
116
116
|
var codeSm = exports.codeSm = (0, _react.css)({
|
|
117
117
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
118
118
|
backgroundColor: "var(--ds-background-neutral, ".concat(colors.N20, ")"),
|
|
@@ -124,7 +124,7 @@ var codeSm = exports.codeSm = (0, _react.css)({
|
|
|
124
124
|
textAlign: 'center'
|
|
125
125
|
});
|
|
126
126
|
|
|
127
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
127
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
128
128
|
var codeMd = exports.codeMd = (0, _react.css)({
|
|
129
129
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
130
130
|
backgroundColor: "var(--ds-background-neutral, ".concat(colors.N20, ")"),
|
|
@@ -136,7 +136,7 @@ var codeMd = exports.codeMd = (0, _react.css)({
|
|
|
136
136
|
textAlign: 'center'
|
|
137
137
|
});
|
|
138
138
|
|
|
139
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
139
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
140
140
|
var codeLg = exports.codeLg = (0, _react.css)({
|
|
141
141
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
142
142
|
backgroundColor: "var(--ds-background-neutral, ".concat(colors.N20, ")"),
|
|
@@ -148,7 +148,7 @@ var codeLg = exports.codeLg = (0, _react.css)({
|
|
|
148
148
|
textAlign: 'center'
|
|
149
149
|
});
|
|
150
150
|
|
|
151
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
151
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
152
152
|
var shortcutsArray = exports.shortcutsArray = (0, _react.css)({
|
|
153
153
|
display: 'flex',
|
|
154
154
|
flexDirection: 'column',
|
|
@@ -156,12 +156,12 @@ var shortcutsArray = exports.shortcutsArray = (0, _react.css)({
|
|
|
156
156
|
gap: "var(--ds-space-150, 12px)"
|
|
157
157
|
});
|
|
158
158
|
|
|
159
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
159
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
160
160
|
var componentFromKeymapWrapperStyles = exports.componentFromKeymapWrapperStyles = (0, _react.css)({
|
|
161
161
|
flexShrink: 0
|
|
162
162
|
});
|
|
163
163
|
|
|
164
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
164
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
165
165
|
var toolbarButton = exports.toolbarButton = (0, _react.css)({
|
|
166
166
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
167
167
|
'&:focus:not(:focus-visible)': {
|
package/dist/es2019/ui/styles.js
CHANGED
|
@@ -3,7 +3,7 @@ import { css } from '@emotion/react';
|
|
|
3
3
|
import { akEditorUnitZIndex, relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import * as colors from '@atlaskit/theme/colors';
|
|
5
5
|
import { B300, N400 } from '@atlaskit/theme/colors';
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
7
7
|
export const header = css({
|
|
8
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
9
9
|
zIndex: akEditorUnitZIndex,
|
|
@@ -22,7 +22,7 @@ export const header = css({
|
|
|
22
22
|
borderRadius: "var(--ds-border-radius, 3px)"
|
|
23
23
|
});
|
|
24
24
|
|
|
25
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
26
26
|
export const footer = css({
|
|
27
27
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
28
28
|
zIndex: akEditorUnitZIndex,
|
|
@@ -36,7 +36,7 @@ export const footer = css({
|
|
|
36
36
|
boxShadow: "'none'"
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
40
40
|
export const contentWrapper = css({
|
|
41
41
|
padding: `${"var(--ds-space-250, 20px)"} ${"var(--ds-space-500, 40px)"}`,
|
|
42
42
|
borderBottomRightRadius: "var(--ds-border-radius, 3px)",
|
|
@@ -48,7 +48,7 @@ export const contentWrapper = css({
|
|
|
48
48
|
backgroundColor: `var(--ds-background-neutral-subtle, ${colors.N0})`
|
|
49
49
|
});
|
|
50
50
|
|
|
51
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
51
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
52
52
|
export const line = css({
|
|
53
53
|
background: "var(--ds-background-neutral-subtle, #fff)",
|
|
54
54
|
content: "''",
|
|
@@ -62,7 +62,7 @@ export const line = css({
|
|
|
62
62
|
minWidth: '604px'
|
|
63
63
|
});
|
|
64
64
|
|
|
65
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
65
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
66
66
|
export const content = css({
|
|
67
67
|
minWidth: '524px',
|
|
68
68
|
width: '100%',
|
|
@@ -77,7 +77,7 @@ export const column = {
|
|
|
77
77
|
}
|
|
78
78
|
};
|
|
79
79
|
|
|
80
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
80
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
81
81
|
export const row = css({
|
|
82
82
|
margin: `${"var(--ds-space-250, 20px)"} 0`,
|
|
83
83
|
display: 'flex',
|
|
@@ -102,7 +102,7 @@ export const title = {
|
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
104
|
|
|
105
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
105
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
106
106
|
export const codeSm = css({
|
|
107
107
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
108
108
|
backgroundColor: `var(--ds-background-neutral, ${colors.N20})`,
|
|
@@ -114,7 +114,7 @@ export const codeSm = css({
|
|
|
114
114
|
textAlign: 'center'
|
|
115
115
|
});
|
|
116
116
|
|
|
117
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
117
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
118
118
|
export const codeMd = css({
|
|
119
119
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
120
120
|
backgroundColor: `var(--ds-background-neutral, ${colors.N20})`,
|
|
@@ -126,7 +126,7 @@ export const codeMd = css({
|
|
|
126
126
|
textAlign: 'center'
|
|
127
127
|
});
|
|
128
128
|
|
|
129
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
129
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
130
130
|
export const codeLg = css({
|
|
131
131
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
132
132
|
backgroundColor: `var(--ds-background-neutral, ${colors.N20})`,
|
|
@@ -138,7 +138,7 @@ export const codeLg = css({
|
|
|
138
138
|
textAlign: 'center'
|
|
139
139
|
});
|
|
140
140
|
|
|
141
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
141
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
142
142
|
export const shortcutsArray = css({
|
|
143
143
|
display: 'flex',
|
|
144
144
|
flexDirection: 'column',
|
|
@@ -146,12 +146,12 @@ export const shortcutsArray = css({
|
|
|
146
146
|
gap: "var(--ds-space-150, 12px)"
|
|
147
147
|
});
|
|
148
148
|
|
|
149
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
149
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
150
150
|
export const componentFromKeymapWrapperStyles = css({
|
|
151
151
|
flexShrink: 0
|
|
152
152
|
});
|
|
153
153
|
|
|
154
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
154
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
155
155
|
export const toolbarButton = css({
|
|
156
156
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
157
157
|
'&:focus:not(:focus-visible)': {
|
package/dist/esm/ui/styles.js
CHANGED
|
@@ -3,7 +3,7 @@ import { css } from '@emotion/react';
|
|
|
3
3
|
import { akEditorUnitZIndex, relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import * as colors from '@atlaskit/theme/colors';
|
|
5
5
|
import { B300, N400 } from '@atlaskit/theme/colors';
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
7
7
|
export var header = css({
|
|
8
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
9
9
|
zIndex: akEditorUnitZIndex,
|
|
@@ -22,7 +22,7 @@ export var header = css({
|
|
|
22
22
|
borderRadius: "var(--ds-border-radius, 3px)"
|
|
23
23
|
});
|
|
24
24
|
|
|
25
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
26
26
|
export var footer = css({
|
|
27
27
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
28
28
|
zIndex: akEditorUnitZIndex,
|
|
@@ -36,7 +36,7 @@ export var footer = css({
|
|
|
36
36
|
boxShadow: "'none'"
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
40
40
|
export var contentWrapper = css({
|
|
41
41
|
padding: "var(--ds-space-250, 20px)".concat(" ", "var(--ds-space-500, 40px)"),
|
|
42
42
|
borderBottomRightRadius: "var(--ds-border-radius, 3px)",
|
|
@@ -48,7 +48,7 @@ export var contentWrapper = css({
|
|
|
48
48
|
backgroundColor: "var(--ds-background-neutral-subtle, ".concat(colors.N0, ")")
|
|
49
49
|
});
|
|
50
50
|
|
|
51
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
51
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
52
52
|
export var line = css({
|
|
53
53
|
background: "var(--ds-background-neutral-subtle, #fff)",
|
|
54
54
|
content: "''",
|
|
@@ -62,7 +62,7 @@ export var line = css({
|
|
|
62
62
|
minWidth: '604px'
|
|
63
63
|
});
|
|
64
64
|
|
|
65
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
65
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
66
66
|
export var content = css({
|
|
67
67
|
minWidth: '524px',
|
|
68
68
|
width: '100%',
|
|
@@ -77,7 +77,7 @@ export var column = {
|
|
|
77
77
|
}
|
|
78
78
|
};
|
|
79
79
|
|
|
80
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
80
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
81
81
|
export var row = css({
|
|
82
82
|
margin: "var(--ds-space-250, 20px)".concat(" 0"),
|
|
83
83
|
display: 'flex',
|
|
@@ -102,7 +102,7 @@ export var title = {
|
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
104
|
|
|
105
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
105
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
106
106
|
export var codeSm = css({
|
|
107
107
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
108
108
|
backgroundColor: "var(--ds-background-neutral, ".concat(colors.N20, ")"),
|
|
@@ -114,7 +114,7 @@ export var codeSm = css({
|
|
|
114
114
|
textAlign: 'center'
|
|
115
115
|
});
|
|
116
116
|
|
|
117
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
117
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
118
118
|
export var codeMd = css({
|
|
119
119
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
120
120
|
backgroundColor: "var(--ds-background-neutral, ".concat(colors.N20, ")"),
|
|
@@ -126,7 +126,7 @@ export var codeMd = css({
|
|
|
126
126
|
textAlign: 'center'
|
|
127
127
|
});
|
|
128
128
|
|
|
129
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
129
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
130
130
|
export var codeLg = css({
|
|
131
131
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
132
132
|
backgroundColor: "var(--ds-background-neutral, ".concat(colors.N20, ")"),
|
|
@@ -138,7 +138,7 @@ export var codeLg = css({
|
|
|
138
138
|
textAlign: 'center'
|
|
139
139
|
});
|
|
140
140
|
|
|
141
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
141
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
142
142
|
export var shortcutsArray = css({
|
|
143
143
|
display: 'flex',
|
|
144
144
|
flexDirection: 'column',
|
|
@@ -146,12 +146,12 @@ export var shortcutsArray = css({
|
|
|
146
146
|
gap: "var(--ds-space-150, 12px)"
|
|
147
147
|
});
|
|
148
148
|
|
|
149
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
149
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
150
150
|
export var componentFromKeymapWrapperStyles = css({
|
|
151
151
|
flexShrink: 0
|
|
152
152
|
});
|
|
153
153
|
|
|
154
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
154
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
155
155
|
export var toolbarButton = css({
|
|
156
156
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
157
157
|
'&:focus:not(:focus-visible)': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-help-dialog",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
4
4
|
"description": "Help Dialog plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
".": "./src/index.ts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/editor-common": "^
|
|
35
|
+
"@atlaskit/editor-common": "^84.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-analytics": "^1.4.0",
|
|
37
37
|
"@atlaskit/editor-plugin-quick-insert": "^1.1.0",
|
|
38
38
|
"@atlaskit/editor-prosemirror": "4.0.1",
|