@atlaskit/editor-core 210.1.2 → 210.1.3
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/ui/Appearance/Chromeless.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/expandStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/panelStyles.js +4 -4
- package/dist/cjs/ui/EditorContentContainer/styles/scrollbarStyles.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/styles/selectionStyles.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/Chromeless.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/expandStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/panelStyles.js +4 -4
- package/dist/es2019/ui/EditorContentContainer/styles/scrollbarStyles.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/selectionStyles.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/Chromeless.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/expandStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/panelStyles.js +4 -4
- package/dist/esm/ui/EditorContentContainer/styles/scrollbarStyles.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/selectionStyles.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 210.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`760d547b4535a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/760d547b4535a) -
|
|
8
|
+
[ux] Update kebab case to camelCase for CSS values
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 210.1.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -31,7 +31,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
31
31
|
* @jsx jsx
|
|
32
32
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
33
33
|
var scrollbarStylesNew = (0, _react2.css)({
|
|
34
|
-
|
|
34
|
+
msOverflowStyle: '-ms-autohiding-scrollbar',
|
|
35
35
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
36
36
|
'&::-webkit-scrollbar-corner': {
|
|
37
37
|
display: 'none'
|
|
@@ -46,7 +46,7 @@ var expandStyles = exports.expandStyles = (0, _react.css)({
|
|
|
46
46
|
position: 'relative',
|
|
47
47
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
48
48
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
49
|
-
|
|
49
|
+
WebkitUserSelect: 'text',
|
|
50
50
|
'&::before': {
|
|
51
51
|
position: 'absolute',
|
|
52
52
|
content: "''",
|
|
@@ -52,9 +52,9 @@ var panelStyles = exports.panelStyles = (0, _react.css)({
|
|
|
52
52
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
53
53
|
textAlign: 'center',
|
|
54
54
|
userSelect: 'none',
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
MozUserSelect: 'none',
|
|
56
|
+
WebkitUserSelect: 'none',
|
|
57
|
+
msUserSelect: 'none',
|
|
58
58
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
59
59
|
marginTop: '0.1em',
|
|
60
60
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -151,7 +151,7 @@ var panelStyles = exports.panelStyles = (0, _react.css)({
|
|
|
151
151
|
position: 'relative',
|
|
152
152
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
153
153
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
154
|
-
|
|
154
|
+
WebkitUserSelect: 'text',
|
|
155
155
|
'&::before': {
|
|
156
156
|
position: 'absolute',
|
|
157
157
|
content: '""',
|
|
@@ -9,7 +9,7 @@ var _react = require("@emotion/react");
|
|
|
9
9
|
|
|
10
10
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
11
11
|
var scrollbarStyles = exports.scrollbarStyles = (0, _react.css)({
|
|
12
|
-
|
|
12
|
+
msOverflowStyle: '-ms-autohiding-scrollbar',
|
|
13
13
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
14
14
|
'&::-webkit-scrollbar-corner': {
|
|
15
15
|
display: 'none'
|
|
@@ -61,7 +61,7 @@ var blanketSelectionStyles = exports.blanketSelectionStyles = (0, _react.css)({
|
|
|
61
61
|
position: 'relative',
|
|
62
62
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
63
63
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
64
|
-
|
|
64
|
+
WebkitUserSelect: 'text',
|
|
65
65
|
'&::before': {
|
|
66
66
|
position: 'absolute',
|
|
67
67
|
content: "''",
|
|
@@ -18,7 +18,7 @@ import EditorContentContainer from '../EditorContentContainer/EditorContentConta
|
|
|
18
18
|
import PluginSlot from '../PluginSlot';
|
|
19
19
|
import WithFlash from '../WithFlash';
|
|
20
20
|
const scrollbarStylesNew = css({
|
|
21
|
-
|
|
21
|
+
msOverflowStyle: '-ms-autohiding-scrollbar',
|
|
22
22
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
23
23
|
'&::-webkit-scrollbar-corner': {
|
|
24
24
|
display: 'none'
|
|
@@ -39,7 +39,7 @@ export const expandStyles = css({
|
|
|
39
39
|
position: 'relative',
|
|
40
40
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
41
41
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
42
|
-
|
|
42
|
+
WebkitUserSelect: 'text',
|
|
43
43
|
'&::before': {
|
|
44
44
|
position: 'absolute',
|
|
45
45
|
content: "''",
|
|
@@ -45,9 +45,9 @@ export const panelStyles = css({
|
|
|
45
45
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
46
46
|
textAlign: 'center',
|
|
47
47
|
userSelect: 'none',
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
MozUserSelect: 'none',
|
|
49
|
+
WebkitUserSelect: 'none',
|
|
50
|
+
msUserSelect: 'none',
|
|
51
51
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
52
52
|
marginTop: '0.1em',
|
|
53
53
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -144,7 +144,7 @@ export const panelStyles = css({
|
|
|
144
144
|
position: 'relative',
|
|
145
145
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
146
146
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
147
|
-
|
|
147
|
+
WebkitUserSelect: 'text',
|
|
148
148
|
'&::before': {
|
|
149
149
|
position: 'absolute',
|
|
150
150
|
content: '""',
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
4
|
export const scrollbarStyles = css({
|
|
5
|
-
|
|
5
|
+
msOverflowStyle: '-ms-autohiding-scrollbar',
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
7
7
|
'&::-webkit-scrollbar-corner': {
|
|
8
8
|
display: 'none'
|
|
@@ -54,7 +54,7 @@ export const blanketSelectionStyles = css({
|
|
|
54
54
|
position: 'relative',
|
|
55
55
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
56
56
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
57
|
-
|
|
57
|
+
WebkitUserSelect: 'text',
|
|
58
58
|
'&::before': {
|
|
59
59
|
position: 'absolute',
|
|
60
60
|
content: "''",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "210.1.
|
|
2
|
+
export const version = "210.1.2";
|
|
@@ -25,7 +25,7 @@ import EditorContentContainer from '../EditorContentContainer/EditorContentConta
|
|
|
25
25
|
import PluginSlot from '../PluginSlot';
|
|
26
26
|
import WithFlash from '../WithFlash';
|
|
27
27
|
var scrollbarStylesNew = css({
|
|
28
|
-
|
|
28
|
+
msOverflowStyle: '-ms-autohiding-scrollbar',
|
|
29
29
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
30
30
|
'&::-webkit-scrollbar-corner': {
|
|
31
31
|
display: 'none'
|
|
@@ -39,7 +39,7 @@ export var expandStyles = css({
|
|
|
39
39
|
position: 'relative',
|
|
40
40
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
41
41
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
42
|
-
|
|
42
|
+
WebkitUserSelect: 'text',
|
|
43
43
|
'&::before': {
|
|
44
44
|
position: 'absolute',
|
|
45
45
|
content: "''",
|
|
@@ -45,9 +45,9 @@ export var panelStyles = css({
|
|
|
45
45
|
paddingRight: "var(--ds-space-100, 8px)",
|
|
46
46
|
textAlign: 'center',
|
|
47
47
|
userSelect: 'none',
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
MozUserSelect: 'none',
|
|
49
|
+
WebkitUserSelect: 'none',
|
|
50
|
+
msUserSelect: 'none',
|
|
51
51
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
52
52
|
marginTop: '0.1em',
|
|
53
53
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
@@ -144,7 +144,7 @@ export var panelStyles = css({
|
|
|
144
144
|
position: 'relative',
|
|
145
145
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
146
146
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
147
|
-
|
|
147
|
+
WebkitUserSelect: 'text',
|
|
148
148
|
'&::before': {
|
|
149
149
|
position: 'absolute',
|
|
150
150
|
content: '""',
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
4
|
export var scrollbarStyles = css({
|
|
5
|
-
|
|
5
|
+
msOverflowStyle: '-ms-autohiding-scrollbar',
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
7
7
|
'&::-webkit-scrollbar-corner': {
|
|
8
8
|
display: 'none'
|
|
@@ -54,7 +54,7 @@ export var blanketSelectionStyles = css({
|
|
|
54
54
|
position: 'relative',
|
|
55
55
|
// Fixes ED-9263, where emoji or inline card in panel makes selection go outside the panel
|
|
56
56
|
// in Safari. Looks like it's caused by user-select: all in the emoji element
|
|
57
|
-
|
|
57
|
+
WebkitUserSelect: 'text',
|
|
58
58
|
'&::before': {
|
|
59
59
|
position: 'absolute',
|
|
60
60
|
content: "''",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "210.1.
|
|
2
|
+
export var version = "210.1.2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "210.1.
|
|
3
|
+
"version": "210.1.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
64
64
|
"@atlaskit/react-ufo": "^4.4.0",
|
|
65
65
|
"@atlaskit/task-decision": "^19.2.0",
|
|
66
|
-
"@atlaskit/tmp-editor-statsig": "^11.
|
|
66
|
+
"@atlaskit/tmp-editor-statsig": "^11.4.0",
|
|
67
67
|
"@atlaskit/tokens": "^6.0.0",
|
|
68
68
|
"@atlaskit/tooltip": "^20.4.0",
|
|
69
69
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"uuid": "^3.1.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@atlaskit/editor-common": "^107.
|
|
83
|
+
"@atlaskit/editor-common": "^107.27.0",
|
|
84
84
|
"@atlaskit/link-provider": "^3.7.0",
|
|
85
85
|
"@atlaskit/media-core": "^37.0.0",
|
|
86
86
|
"react": "^18.2.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@atlaskit/primitives": "^14.11.0",
|
|
107
107
|
"@atlaskit/renderer": "^120.4.0",
|
|
108
108
|
"@atlaskit/section-message": "^8.5.0",
|
|
109
|
-
"@atlaskit/smart-card": "^40.
|
|
109
|
+
"@atlaskit/smart-card": "^40.12.0",
|
|
110
110
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
111
111
|
"@atlaskit/toggle": "^15.1.0",
|
|
112
112
|
"@atlaskit/util-data-test": "^18.1.0",
|