@atlaskit/editor-core 98.1.1 → 98.1.4
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
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 98.1.4
|
|
4
|
+
- [patch] [3b9236fb74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3b9236fb74):
|
|
5
|
+
|
|
6
|
+
- MS-1455, MS-1456: Fix max width for the surrounding element for the inline smart cards so that they don't overflow and positioning within li elements
|
|
7
|
+
|
|
8
|
+
## 98.1.3
|
|
9
|
+
- [patch] [af3918bc89](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/af3918bc89):
|
|
10
|
+
|
|
11
|
+
- The url part of the unauthorized link is now grey
|
|
12
|
+
|
|
13
|
+
## 98.1.2
|
|
14
|
+
- [patch] [557a2b5734](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a2b5734):
|
|
15
|
+
|
|
16
|
+
- ED-5788: bump prosemirror-view and prosemirror-model
|
|
17
|
+
|
|
3
18
|
## 98.1.1
|
|
4
19
|
- [patch] [2d14c5dae1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2d14c5dae1):
|
|
5
20
|
|
|
@@ -19,7 +19,7 @@ import { placeholderTextStyles } from '../../plugins/placeholder-text/styles';
|
|
|
19
19
|
import { tasksAndDecisionsStyles } from '../../plugins/tasks-and-decisions/ui/styles';
|
|
20
20
|
import { gridStyles } from '../../plugins/grid/styles';
|
|
21
21
|
import { linkStyles } from '../../plugins/hyperlink/styles';
|
|
22
|
-
var ContentStyles = styled.div(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n /* Hack for ie11 that is being used in code block.\n * https://bitbucket.org/atlassian/atlaskit/src/ad09f6361109ece1aab316c8cbd8116ffb7963ef/packages/editor-core/src/schema/nodes/code-block.ts?fileviewer=file-view-default#code-block.ts-110\n */\n & .ie11 {\n overflow: visible;\n word-wrap: break-word;\n }\n\n .ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n outline: none;\n font-size: ", "px;\n\n ", ";\n ", "\n }\n\n .ProseMirror-hideselection *::selection {\n background: transparent;\n }\n\n .ProseMirror-hideselection *::-moz-selection {\n background: transparent;\n }\n\n .ProseMirror-selectednode {\n outline: none;\n }\n\n .ProseMirror-selectednode:empty {\n outline: 2px solid #8cf;\n }\n\n .inlineCardView-content-wrap
|
|
22
|
+
var ContentStyles = styled.div(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n /* Hack for ie11 that is being used in code block.\n * https://bitbucket.org/atlassian/atlaskit/src/ad09f6361109ece1aab316c8cbd8116ffb7963ef/packages/editor-core/src/schema/nodes/code-block.ts?fileviewer=file-view-default#code-block.ts-110\n */\n & .ie11 {\n overflow: visible;\n word-wrap: break-word;\n }\n\n .ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n outline: none;\n font-size: ", "px;\n\n ", ";\n ", "\n }\n\n .ProseMirror-hideselection *::selection {\n background: transparent;\n }\n\n .ProseMirror-hideselection *::-moz-selection {\n background: transparent;\n }\n\n .ProseMirror-selectednode {\n outline: none;\n }\n\n .ProseMirror-selectednode:empty {\n outline: 2px solid #8cf;\n }\n\n .inlineCardView-content-wrap {\n display: inline-block;\n max-width: calc(100% - 20px);\n vertical-align: top;\n word-break: break-all;\n }\n\n .blockCardView-content-wrap {\n display: inline-block;\n }\n\n /* fix cursor alignment */\n .ProseMirror .emoji-common-node {\n display: inline;\n vertical-align: baseline;\n\n img {\n display: inline-block;\n vertical-align: middle;\n }\n }\n\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", ";\n ", ";\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n\n .panelView-content-wrap {\n box-sizing: border-box;\n }\n\n .mediaGroupView-content-wrap ul {\n padding: 0;\n }\n\n /** Needed to override any cleared floats, e.g. image wrapping */\n div.fabric-editor-block-mark[class^='fabric-editor-align'] {\n clear: none !important;\n }\n\n .fabric-editor-align-end {\n text-align: right;\n }\n\n .fabric-editor-align-start {\n text-align: left;\n }\n\n .fabric-editor-align-center {\n text-align: center;\n }\n\n"], ["\n /* Hack for ie11 that is being used in code block.\n * https://bitbucket.org/atlassian/atlaskit/src/ad09f6361109ece1aab316c8cbd8116ffb7963ef/packages/editor-core/src/schema/nodes/code-block.ts?fileviewer=file-view-default#code-block.ts-110\n */\n & .ie11 {\n overflow: visible;\n word-wrap: break-word;\n }\n\n .ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n outline: none;\n font-size: ", "px;\n\n ", ";\n ", "\n }\n\n .ProseMirror-hideselection *::selection {\n background: transparent;\n }\n\n .ProseMirror-hideselection *::-moz-selection {\n background: transparent;\n }\n\n .ProseMirror-selectednode {\n outline: none;\n }\n\n .ProseMirror-selectednode:empty {\n outline: 2px solid #8cf;\n }\n\n .inlineCardView-content-wrap {\n display: inline-block;\n max-width: calc(100% - 20px);\n vertical-align: top;\n word-break: break-all;\n }\n\n .blockCardView-content-wrap {\n display: inline-block;\n }\n\n /* fix cursor alignment */\n .ProseMirror .emoji-common-node {\n display: inline;\n vertical-align: baseline;\n\n img {\n display: inline-block;\n vertical-align: middle;\n }\n }\n\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", ";\n ", ";\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n\n .panelView-content-wrap {\n box-sizing: border-box;\n }\n\n .mediaGroupView-content-wrap ul {\n padding: 0;\n }\n\n /** Needed to override any cleared floats, e.g. image wrapping */\n div.fabric-editor-block-mark[class^='fabric-editor-align'] {\n clear: none !important;\n }\n\n .fabric-editor-align-end {\n text-align: right;\n }\n\n .fabric-editor-align-start {\n text-align: left;\n }\n\n .fabric-editor-align-center {\n text-align: center;\n }\n\n"])), editorFontSize, paragraphSharedStyles, indentationSharedStyles, blocktypeStyles, textFormattingStyles, placeholderTextStyles, placeholderStyles, codeBlockStyles, listsStyles, ruleStyles, mediaStyles, layoutStyles, telepointerStyle, gapCursorStyles, tableStyles, panelStyles, fakeCursorStyles, mentionsStyles, tasksAndDecisionsStyles, gridStyles, linkStyles, blockMarksSharedStyles);
|
|
23
23
|
export default ContentStyles;
|
|
24
24
|
var templateObject_1;
|
|
25
25
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/ContentStyles/index.ts"],"names":[],"mappings":";AAAA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EACL,cAAc,EACd,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,GACvB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,IAAM,aAAa,GAEf,MAAM,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/ContentStyles/index.ts"],"names":[],"mappings":";AAAA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EACL,cAAc,EACd,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,GACvB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,IAAM,aAAa,GAEf,MAAM,CAAC,GAAG,q4DAAA,qbAaG,EAAc,aAEzB,EAAqB,SACrB,EAAuB,4uBAyCzB,EAAe,MACf,EAAoB,MACpB,EAAqB,MACrB,EAAiB,MACjB,EAAe,MACf,EAAW,MACX,EAAU,MACV,EAAW,MACX,EAAY,MACZ,EAAgB,MAChB,EAAe,OACf,EAAW,OACX,EAAW,MACX,EAAgB,MAChB,EAAc,MACd,EAAuB,MACvB,EAAU,MACV,EAAU,MACV,EAAsB,yeA2BzB,KAzFgB,cAAc,EAEzB,qBAAqB,EACrB,uBAAuB,EAyCzB,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EACrB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,UAAU,EACV,WAAW,EACX,YAAY,EACZ,gBAAgB,EAChB,eAAe,EACf,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,uBAAuB,EACvB,UAAU,EACV,UAAU,EACV,sBAAsB,CA2BzB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -21,7 +21,7 @@ var styles_15 = require("../../plugins/placeholder-text/styles");
|
|
|
21
21
|
var styles_16 = require("../../plugins/tasks-and-decisions/ui/styles");
|
|
22
22
|
var styles_17 = require("../../plugins/grid/styles");
|
|
23
23
|
var styles_18 = require("../../plugins/hyperlink/styles");
|
|
24
|
-
var ContentStyles = styled_components_1.default.div(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n /* Hack for ie11 that is being used in code block.\n * https://bitbucket.org/atlassian/atlaskit/src/ad09f6361109ece1aab316c8cbd8116ffb7963ef/packages/editor-core/src/schema/nodes/code-block.ts?fileviewer=file-view-default#code-block.ts-110\n */\n & .ie11 {\n overflow: visible;\n word-wrap: break-word;\n }\n\n .ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n outline: none;\n font-size: ", "px;\n\n ", ";\n ", "\n }\n\n .ProseMirror-hideselection *::selection {\n background: transparent;\n }\n\n .ProseMirror-hideselection *::-moz-selection {\n background: transparent;\n }\n\n .ProseMirror-selectednode {\n outline: none;\n }\n\n .ProseMirror-selectednode:empty {\n outline: 2px solid #8cf;\n }\n\n .inlineCardView-content-wrap
|
|
24
|
+
var ContentStyles = styled_components_1.default.div(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n /* Hack for ie11 that is being used in code block.\n * https://bitbucket.org/atlassian/atlaskit/src/ad09f6361109ece1aab316c8cbd8116ffb7963ef/packages/editor-core/src/schema/nodes/code-block.ts?fileviewer=file-view-default#code-block.ts-110\n */\n & .ie11 {\n overflow: visible;\n word-wrap: break-word;\n }\n\n .ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n outline: none;\n font-size: ", "px;\n\n ", ";\n ", "\n }\n\n .ProseMirror-hideselection *::selection {\n background: transparent;\n }\n\n .ProseMirror-hideselection *::-moz-selection {\n background: transparent;\n }\n\n .ProseMirror-selectednode {\n outline: none;\n }\n\n .ProseMirror-selectednode:empty {\n outline: 2px solid #8cf;\n }\n\n .inlineCardView-content-wrap {\n display: inline-block;\n max-width: calc(100% - 20px);\n vertical-align: top;\n word-break: break-all;\n }\n\n .blockCardView-content-wrap {\n display: inline-block;\n }\n\n /* fix cursor alignment */\n .ProseMirror .emoji-common-node {\n display: inline;\n vertical-align: baseline;\n\n img {\n display: inline-block;\n vertical-align: middle;\n }\n }\n\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", ";\n ", ";\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n\n .panelView-content-wrap {\n box-sizing: border-box;\n }\n\n .mediaGroupView-content-wrap ul {\n padding: 0;\n }\n\n /** Needed to override any cleared floats, e.g. image wrapping */\n div.fabric-editor-block-mark[class^='fabric-editor-align'] {\n clear: none !important;\n }\n\n .fabric-editor-align-end {\n text-align: right;\n }\n\n .fabric-editor-align-start {\n text-align: left;\n }\n\n .fabric-editor-align-center {\n text-align: center;\n }\n\n"], ["\n /* Hack for ie11 that is being used in code block.\n * https://bitbucket.org/atlassian/atlaskit/src/ad09f6361109ece1aab316c8cbd8116ffb7963ef/packages/editor-core/src/schema/nodes/code-block.ts?fileviewer=file-view-default#code-block.ts-110\n */\n & .ie11 {\n overflow: visible;\n word-wrap: break-word;\n }\n\n .ProseMirror {\n word-wrap: break-word;\n white-space: pre-wrap;\n outline: none;\n font-size: ", "px;\n\n ", ";\n ", "\n }\n\n .ProseMirror-hideselection *::selection {\n background: transparent;\n }\n\n .ProseMirror-hideselection *::-moz-selection {\n background: transparent;\n }\n\n .ProseMirror-selectednode {\n outline: none;\n }\n\n .ProseMirror-selectednode:empty {\n outline: 2px solid #8cf;\n }\n\n .inlineCardView-content-wrap {\n display: inline-block;\n max-width: calc(100% - 20px);\n vertical-align: top;\n word-break: break-all;\n }\n\n .blockCardView-content-wrap {\n display: inline-block;\n }\n\n /* fix cursor alignment */\n .ProseMirror .emoji-common-node {\n display: inline;\n vertical-align: baseline;\n\n img {\n display: inline-block;\n vertical-align: middle;\n }\n }\n\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", ";\n ", ";\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n\n .panelView-content-wrap {\n box-sizing: border-box;\n }\n\n .mediaGroupView-content-wrap ul {\n padding: 0;\n }\n\n /** Needed to override any cleared floats, e.g. image wrapping */\n div.fabric-editor-block-mark[class^='fabric-editor-align'] {\n clear: none !important;\n }\n\n .fabric-editor-align-end {\n text-align: right;\n }\n\n .fabric-editor-align-start {\n text-align: left;\n }\n\n .fabric-editor-align-center {\n text-align: center;\n }\n\n"])), editor_common_1.editorFontSize, editor_common_1.paragraphSharedStyles, editor_common_1.indentationSharedStyles, styles_5.blocktypeStyles, styles_14.textFormattingStyles, styles_15.placeholderTextStyles, styles_4.placeholderStyles, styles_6.codeBlockStyles, styles_7.listsStyles, styles_8.ruleStyles, styles_9.mediaStyles, styles_10.layoutStyles, styles_1.telepointerStyle, styles_2.gapCursorStyles, styles_3.tableStyles, styles_11.panelStyles, styles_12.fakeCursorStyles, styles_13.mentionsStyles, styles_16.tasksAndDecisionsStyles, styles_17.gridStyles, styles_18.linkStyles, editor_common_1.blockMarksSharedStyles);
|
|
25
25
|
exports.default = ContentStyles;
|
|
26
26
|
var templateObject_1;
|
|
27
27
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/ContentStyles/index.ts"],"names":[],"mappings":";;;AAAA,uDAAuC;AAEvC,yDAKiC;AACjC,2DAAoE;AACpE,0DAAkE;AAClE,wDAA4D;AAC5D,2DAAqE;AACrE,0DAAkE;AAClE,0DAAkE;AAClE,qDAAyD;AACzD,oDAAuD;AACvD,qDAAyD;AACzD,uDAA2D;AAC3D,sDAAyD;AACzD,iEAAyE;AACzE,yDAA+D;AAC/D,gEAA4E;AAC5E,iEAA8E;AAC9E,uEAAsF;AACtF,qDAAuD;AACvD,0DAA4D;AAE5D,IAAM,aAAa,GAEf,2BAAM,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/ContentStyles/index.ts"],"names":[],"mappings":";;;AAAA,uDAAuC;AAEvC,yDAKiC;AACjC,2DAAoE;AACpE,0DAAkE;AAClE,wDAA4D;AAC5D,2DAAqE;AACrE,0DAAkE;AAClE,0DAAkE;AAClE,qDAAyD;AACzD,oDAAuD;AACvD,qDAAyD;AACzD,uDAA2D;AAC3D,sDAAyD;AACzD,iEAAyE;AACzE,yDAA+D;AAC/D,gEAA4E;AAC5E,iEAA8E;AAC9E,uEAAsF;AACtF,qDAAuD;AACvD,0DAA4D;AAE5D,IAAM,aAAa,GAEf,2BAAM,CAAC,GAAG,q4DAAA,qbAaG,EAAc,aAEzB,EAAqB,SACrB,EAAuB,4uBAyCzB,EAAe,MACf,EAAoB,MACpB,EAAqB,MACrB,EAAiB,MACjB,EAAe,MACf,EAAW,MACX,EAAU,MACV,EAAW,MACX,EAAY,MACZ,EAAgB,MAChB,EAAe,OACf,EAAW,OACX,EAAW,MACX,EAAgB,MAChB,EAAc,MACd,EAAuB,MACvB,EAAU,MACV,EAAU,MACV,EAAsB,yeA2BzB,KAzFgB,8BAAc,EAEzB,qCAAqB,EACrB,uCAAuB,EAyCzB,wBAAe,EACf,8BAAoB,EACpB,+BAAqB,EACrB,0BAAiB,EACjB,wBAAe,EACf,oBAAW,EACX,mBAAU,EACV,oBAAW,EACX,sBAAY,EACZ,yBAAgB,EAChB,wBAAe,EACf,oBAAW,EACX,qBAAW,EACX,0BAAgB,EAChB,wBAAc,EACd,iCAAuB,EACvB,oBAAU,EACV,oBAAU,EACV,sCAAsB,CA2BzB,CAAC;AAEF,kBAAe,aAAa,CAAC"}
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "98.1.
|
|
3
|
+
"version": "98.1.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/es5/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@atlaskit/activity": "^1.0.1",
|
|
27
|
-
"@atlaskit/adf-schema": "^1.4.
|
|
27
|
+
"@atlaskit/adf-schema": "^1.4.6",
|
|
28
28
|
"@atlaskit/adf-utils": "^5.4.0",
|
|
29
29
|
"@atlaskit/analytics-gas-types": "^3.2.3",
|
|
30
30
|
"@atlaskit/analytics-namespaced-context": "^2.1.5",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@atlaskit/code": "^8.2.2",
|
|
38
38
|
"@atlaskit/date": "^0.2.0",
|
|
39
39
|
"@atlaskit/droplist": "^7.0.18",
|
|
40
|
-
"@atlaskit/editor-common": "^31.0.
|
|
41
|
-
"@atlaskit/editor-json-transformer": "^4.1.
|
|
42
|
-
"@atlaskit/editor-markdown-transformer": "^2.1.
|
|
40
|
+
"@atlaskit/editor-common": "^31.0.1",
|
|
41
|
+
"@atlaskit/editor-json-transformer": "^4.1.9",
|
|
42
|
+
"@atlaskit/editor-markdown-transformer": "^2.1.9",
|
|
43
43
|
"@atlaskit/emoji": "^54.0.0",
|
|
44
44
|
"@atlaskit/icon": "^16.0.0",
|
|
45
45
|
"@atlaskit/item": "^8.0.15",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@atlaskit/modal-dialog": "^7.2.1",
|
|
52
52
|
"@atlaskit/select": "^6.1.19",
|
|
53
53
|
"@atlaskit/size-detector": "^5.0.9",
|
|
54
|
-
"@atlaskit/smart-card": "^9.6.
|
|
54
|
+
"@atlaskit/smart-card": "^9.6.8",
|
|
55
55
|
"@atlaskit/spinner": "^9.0.13",
|
|
56
56
|
"@atlaskit/status": "^0.3.2",
|
|
57
57
|
"@atlaskit/task-decision": "^11.1.8",
|
|
@@ -80,13 +80,13 @@
|
|
|
80
80
|
"prosemirror-inputrules": "^1.0.1",
|
|
81
81
|
"prosemirror-keymap": "^1.0.1",
|
|
82
82
|
"prosemirror-markdown": "^1.2.0",
|
|
83
|
-
"prosemirror-model": "^1.
|
|
83
|
+
"prosemirror-model": "^1.7.0",
|
|
84
84
|
"prosemirror-schema-list": "^1.0.0",
|
|
85
85
|
"prosemirror-state": "^1.2.2",
|
|
86
86
|
"prosemirror-tables": "^0.7.10",
|
|
87
87
|
"prosemirror-transform": "^1.1.3",
|
|
88
88
|
"prosemirror-utils": "^0.7.5",
|
|
89
|
-
"prosemirror-view": "^1.
|
|
89
|
+
"prosemirror-view": "^1.7.0",
|
|
90
90
|
"raf-schd": "^2.1.0",
|
|
91
91
|
"re-resizable": "^4.9.0",
|
|
92
92
|
"react-loadable": "^5.1.0",
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@atlaskit/docs": "^6.0.1",
|
|
105
105
|
"@atlaskit/dropdown-menu": "^6.1.26",
|
|
106
|
-
"@atlaskit/editor-bitbucket-transformer": "^4.1.
|
|
107
|
-
"@atlaskit/editor-test-helpers": "^6.3.
|
|
106
|
+
"@atlaskit/editor-bitbucket-transformer": "^4.1.9",
|
|
107
|
+
"@atlaskit/editor-test-helpers": "^6.3.19",
|
|
108
108
|
"@atlaskit/i18n-tools": "^0.4.0",
|
|
109
109
|
"@atlaskit/lozenge": "^6.2.4",
|
|
110
110
|
"@atlaskit/media-core": "^27.0.0",
|
|
111
111
|
"@atlaskit/media-test-helpers": "^20.1.0",
|
|
112
112
|
"@atlaskit/pubsub": "^3.0.7",
|
|
113
|
-
"@atlaskit/renderer": "^38.0.
|
|
113
|
+
"@atlaskit/renderer": "^38.0.2",
|
|
114
114
|
"@atlaskit/section-message": "^1.0.16",
|
|
115
115
|
"@atlaskit/util-data-test": "^10.0.36",
|
|
116
116
|
"@atlaskit/visual-regression": "^0.0.1",
|