@atlaskit/editor-core 219.6.0 → 219.6.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 +19 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +1 -4
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -2
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +283 -6
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +25 -23
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +1 -4
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +283 -6
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +26 -24
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +1 -4
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -2
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +283 -6
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +26 -24
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 219.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`04ad20c0f716b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/04ad20c0f716b) -
|
|
8
|
+
Remove unused toolbar style
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 219.6.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`48be4becb4ca3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/48be4becb4ca3) -
|
|
16
|
+
Migrate indentationStyles, overflowShadowStyles, unsupportedStyles, shadowStyles, and
|
|
17
|
+
editorUGCTokenStyles to Compiled CSS
|
|
18
|
+
- [`2a6fb91f8b4a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2a6fb91f8b4a1) -
|
|
19
|
+
migrate expand styles from emotion to compiled css
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 219.6.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -8,14 +8,11 @@
|
|
|
8
8
|
._1e0c1txw{display:flex}
|
|
9
9
|
._1f38ptqj{container-name:toolbar-container}
|
|
10
10
|
._1pby16oo{z-index:510}
|
|
11
|
-
._1tke66rk{min-height:45px}
|
|
12
11
|
._1ul91ns9{min-width:-moz-fit-content;min-width:fit-content}
|
|
13
12
|
._2hwxpxbi{margin-right:var(--ds-space-200,1pc)}
|
|
14
13
|
._4cvr1h6o{align-items:center}
|
|
15
|
-
._4t3i17qo{height:var(--ak-editor-fullpage-toolbar-height)}
|
|
16
14
|
._4t3izwfg{height:2pc}
|
|
17
15
|
._7cca15wb{container-type:inline-size}
|
|
18
16
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
19
17
|
._kqswh2mm{position:relative}
|
|
20
|
-
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
21
|
-
._vchhusvi{box-sizing:border-box}
|
|
18
|
+
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
@@ -35,8 +35,7 @@ var styles = {
|
|
|
35
35
|
firstChildWrapperContainerContext: "_7cca15wb _1f38ptqj",
|
|
36
36
|
secondChildWrapperOneLine: "_1e0c1txw _1ul91ns9 _4cvr1h6o",
|
|
37
37
|
beforePrimaryToolbarComponents: "_1e0c1txw _16jlkb7n _1bahesu3 _4cvr1h6o",
|
|
38
|
-
backgroundColor: "_bfhkvuon"
|
|
39
|
-
toolbarPlaceholder: "_n7zlia51 _bfhkvuon _vchhusvi _4t3i17qo _1tke66rk"
|
|
38
|
+
backgroundColor: "_bfhkvuon"
|
|
40
39
|
};
|
|
41
40
|
var MainToolbarWrapper = function MainToolbarWrapper(_ref) {
|
|
42
41
|
var children = _ref.children,
|