@atlaskit/adf-schema 50.2.2 → 50.2.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
CHANGED
@@ -78,7 +78,7 @@ var layoutSectionWithSingleColumn = exports.layoutSectionWithSingleColumn = (0,
|
|
78
78
|
return ['div', attrs, 0];
|
79
79
|
}
|
80
80
|
});
|
81
|
-
var layoutSectionWithLocalId = exports.layoutSectionWithLocalId = (0, _nodeTypes.
|
81
|
+
var layoutSectionWithLocalId = exports.layoutSectionWithLocalId = (0, _nodeTypes.layoutSection)({
|
82
82
|
parseDOM: [{
|
83
83
|
context: 'layoutSection//|layoutColumn//',
|
84
84
|
tag: 'div[data-layout-section]',
|
@@ -76,7 +76,7 @@ export const layoutSectionWithSingleColumn = layoutSectionWithSingleColumnStage0
|
|
76
76
|
return ['div', attrs, 0];
|
77
77
|
}
|
78
78
|
});
|
79
|
-
export const layoutSectionWithLocalId =
|
79
|
+
export const layoutSectionWithLocalId = layoutSectionFactory({
|
80
80
|
parseDOM: [{
|
81
81
|
context: 'layoutSection//|layoutColumn//',
|
82
82
|
tag: 'div[data-layout-section]',
|
@@ -74,7 +74,7 @@ export var layoutSectionWithSingleColumn = layoutSectionWithSingleColumnStage0Fa
|
|
74
74
|
return ['div', attrs, 0];
|
75
75
|
}
|
76
76
|
});
|
77
|
-
export var layoutSectionWithLocalId =
|
77
|
+
export var layoutSectionWithLocalId = layoutSectionFactory({
|
78
78
|
parseDOM: [{
|
79
79
|
context: 'layoutSection//|layoutColumn//',
|
80
80
|
tag: 'div[data-layout-section]',
|
package/package.json
CHANGED