@atlaskit/adf-schema 52.14.2 → 52.15.0
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 +7 -0
- package/dist/types/entry-points/layout-column.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/layout-column.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/entry-points/schema-layout-column.js +0 -24
- package/dist/es2019/entry-points/schema-layout-column.js +0 -2
- package/dist/esm/entry-points/schema-layout-column.js +0 -2
- package/dist/types/entry-points/schema-layout-column.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/schema-layout-column.d.ts +0 -2
- package/schema/layout-column/package.json +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/adf-schema
|
|
2
2
|
|
|
3
|
+
## 52.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1c86d46da6101`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c86d46da6101) -
|
|
8
|
+
Address layout column alignment follow-up review feedback
|
|
9
|
+
|
|
3
10
|
## 52.14.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "layoutColumn", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _layoutColumn.layoutColumn;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "layoutColumnStage0", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _layoutColumn.layoutColumnStage0;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "layoutColumnWithLocalId", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _layoutColumn.layoutColumnWithLocalId;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
var _layoutColumn = require("../schema/nodes/layout-column");
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@atlaskit/adf-schema/schema/layout-column",
|
|
3
|
-
"main": "../../dist/cjs/entry-points/schema-layout-column.js",
|
|
4
|
-
"module": "../../dist/esm/entry-points/schema-layout-column.js",
|
|
5
|
-
"module:es2019": "../../dist/es2019/entry-points/schema-layout-column.js",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"types": "../../dist/types/entry-points/schema-layout-column.d.ts",
|
|
8
|
-
"typesVersions": {
|
|
9
|
-
">=4.5 <5.9": {
|
|
10
|
-
"*": [
|
|
11
|
-
"../../dist/types-ts4.5/entry-points/schema-layout-column.d.ts"
|
|
12
|
-
]
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|