@atlaskit/adf-schema 35.9.0 → 35.9.1
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
@@ -51,8 +51,8 @@ export declare const getCellDomAttrs: (node: PmNode) => CellDomAttrs;
|
|
51
51
|
export declare const tableBackgroundColorPalette: Map<string, string>;
|
52
52
|
export declare const tableBackgroundBorderColor: string;
|
53
53
|
export declare const tableBackgroundColorNames: Map<string, string>;
|
54
|
-
export type Layout = 'default' | 'full-width' | 'wide';
|
55
54
|
export type DisplayMode = 'default' | 'fixed';
|
55
|
+
export type Layout = 'default' | 'full-width' | 'wide' | 'center' | 'align-start' | 'align-end';
|
56
56
|
export interface TableAttributes {
|
57
57
|
isNumberColumnEnabled?: boolean;
|
58
58
|
layout?: Layout;
|
package/json-schema/v1/full.json
CHANGED
package/package.json
CHANGED