@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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 50.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - cdf64a5: NO-ISSUE Fix layoutSectionWithLocalId export to use stage0 schema builder.
8
+
3
9
  ## 50.2.2
4
10
 
5
11
  ### Patch Changes
@@ -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.layoutSectionFull)({
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 = layoutSectionFullFactory({
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 = layoutSectionFullFactory({
77
+ export var layoutSectionWithLocalId = layoutSectionFactory({
78
78
  parseDOM: [{
79
79
  context: 'layoutSection//|layoutColumn//',
80
80
  tag: 'div[data-layout-section]',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "50.2.2",
3
+ "version": "50.2.3",
4
4
  "description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"