@atlaskit/editor-core 204.8.0 → 204.8.1
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 +9 -0
- package/dist/cjs/ui/ContentStyles/index.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/ContentStyles/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/ContentStyles/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 204.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#131399](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131399)
|
|
8
|
+
[`3e2bb97c408f7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e2bb97c408f7) -
|
|
9
|
+
Add className to nested nodes for placeholder text to selectively apply truncation on long text
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 204.8.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -75,7 +75,7 @@ var placeholderStyles = exports.placeholderStyles = (0, _react2.css)({
|
|
|
75
75
|
});
|
|
76
76
|
var placeholderOverflowStyles = (0, _react2.css)({
|
|
77
77
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
78
|
-
'.ProseMirror p:has(.placeholder-decoration)': {
|
|
78
|
+
'.ProseMirror p:has(.placeholder-decoration-hide-overflow)': {
|
|
79
79
|
overflow: 'hidden',
|
|
80
80
|
whiteSpace: 'nowrap',
|
|
81
81
|
textOverflow: 'ellipsis'
|
|
@@ -150,7 +150,7 @@ export const placeholderStyles = css({
|
|
|
150
150
|
});
|
|
151
151
|
const placeholderOverflowStyles = css({
|
|
152
152
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
153
|
-
'.ProseMirror p:has(.placeholder-decoration)': {
|
|
153
|
+
'.ProseMirror p:has(.placeholder-decoration-hide-overflow)': {
|
|
154
154
|
overflow: 'hidden',
|
|
155
155
|
whiteSpace: 'nowrap',
|
|
156
156
|
textOverflow: 'ellipsis'
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "204.8.
|
|
2
|
+
export const version = "204.8.1";
|
|
@@ -67,7 +67,7 @@ export var placeholderStyles = css({
|
|
|
67
67
|
});
|
|
68
68
|
var placeholderOverflowStyles = css({
|
|
69
69
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
70
|
-
'.ProseMirror p:has(.placeholder-decoration)': {
|
|
70
|
+
'.ProseMirror p:has(.placeholder-decoration-hide-overflow)': {
|
|
71
71
|
overflow: 'hidden',
|
|
72
72
|
whiteSpace: 'nowrap',
|
|
73
73
|
textOverflow: 'ellipsis'
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "204.8.
|
|
2
|
+
export var version = "204.8.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "204.8.
|
|
3
|
+
"version": "204.8.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@atlaskit/media-core": "^35.0.0",
|
|
99
99
|
"@atlaskit/media-integration-test-helpers": "^4.0.0",
|
|
100
100
|
"@atlaskit/media-test-helpers": "^35.0.0",
|
|
101
|
-
"@atlaskit/modal-dialog": "^
|
|
101
|
+
"@atlaskit/modal-dialog": "^14.0.0",
|
|
102
102
|
"@atlaskit/primitives": "^14.2.0",
|
|
103
103
|
"@atlaskit/renderer": "^114.5.0",
|
|
104
104
|
"@atlaskit/smart-card": "^36.0.0",
|