@atlaskit/editor-common 110.44.1 → 110.44.2
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/styles/shared/sync-block.js +1 -0
- package/dist/es2019/styles/shared/sync-block.js +1 -0
- package/dist/esm/styles/shared/sync-block.js +1 -0
- package/dist/types/styles/shared/sync-block.d.ts +1 -0
- package/dist/types-ts4.5/styles/shared/sync-block.d.ts +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 110.44.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`50cf7cca6bb76`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/50cf7cca6bb76) -
|
|
8
|
+
[ux] EDITOR-3896 update sync block border styles
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 110.44.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -14,6 +14,7 @@ var SyncBlockSharedCssClassName = exports.SyncBlockSharedCssClassName = {
|
|
|
14
14
|
var bodiedPrefix = 'ak-editor-bodied-sync-block';
|
|
15
15
|
var BodiedSyncBlockSharedCssClassName = exports.BodiedSyncBlockSharedCssClassName = {
|
|
16
16
|
prefix: bodiedPrefix,
|
|
17
|
+
renderer: "".concat(prefix, "__renderer"),
|
|
17
18
|
content: "".concat(bodiedPrefix, "__content"),
|
|
18
19
|
selectionInside: "".concat(bodiedPrefix, "__selection_inside")
|
|
19
20
|
};
|
|
@@ -8,6 +8,7 @@ export const SyncBlockSharedCssClassName = {
|
|
|
8
8
|
const bodiedPrefix = 'ak-editor-bodied-sync-block';
|
|
9
9
|
export const BodiedSyncBlockSharedCssClassName = {
|
|
10
10
|
prefix: bodiedPrefix,
|
|
11
|
+
renderer: `${prefix}__renderer`,
|
|
11
12
|
content: `${bodiedPrefix}__content`,
|
|
12
13
|
selectionInside: `${bodiedPrefix}__selection_inside`
|
|
13
14
|
};
|
|
@@ -8,6 +8,7 @@ export var SyncBlockSharedCssClassName = {
|
|
|
8
8
|
var bodiedPrefix = 'ak-editor-bodied-sync-block';
|
|
9
9
|
export var BodiedSyncBlockSharedCssClassName = {
|
|
10
10
|
prefix: bodiedPrefix,
|
|
11
|
+
renderer: "".concat(prefix, "__renderer"),
|
|
11
12
|
content: "".concat(bodiedPrefix, "__content"),
|
|
12
13
|
selectionInside: "".concat(bodiedPrefix, "__selection_inside")
|
|
13
14
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "110.44.
|
|
3
|
+
"version": "110.44.2",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@atlaskit/task-decision": "^19.2.0",
|
|
82
82
|
"@atlaskit/textfield": "^8.2.0",
|
|
83
83
|
"@atlaskit/theme": "^21.0.0",
|
|
84
|
-
"@atlaskit/tmp-editor-statsig": "^15.
|
|
84
|
+
"@atlaskit/tmp-editor-statsig": "^15.12.0",
|
|
85
85
|
"@atlaskit/tokens": "^8.5.0",
|
|
86
86
|
"@atlaskit/tooltip": "^20.11.0",
|
|
87
87
|
"@atlaskit/width-detector": "^5.0.0",
|