@atlaskit/editor-plugin-table 2.5.1 → 2.5.2
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 +6 -0
- package/dist/cjs/plugins/table/ui/consts.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/plugins/table/ui/consts.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/plugins/table/ui/consts.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/plugins/table/ui/consts.d.ts +1 -1
- package/dist/types-ts4.5/plugins/table/ui/consts.d.ts +1 -1
- package/package.json +1 -1
- package/src/plugins/table/ui/consts.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -143,7 +143,7 @@ var stickyRowOffsetTop = 8;
|
|
|
143
143
|
exports.stickyRowOffsetTop = stickyRowOffsetTop;
|
|
144
144
|
var stickyHeaderBorderBottomWidth = 1;
|
|
145
145
|
exports.stickyHeaderBorderBottomWidth = stickyHeaderBorderBottomWidth;
|
|
146
|
-
var TABLE_SNAP_GAP =
|
|
146
|
+
var TABLE_SNAP_GAP = 9;
|
|
147
147
|
exports.TABLE_SNAP_GAP = TABLE_SNAP_GAP;
|
|
148
148
|
var TABLE_HIGHLIGHT_GAP = 10;
|
|
149
149
|
exports.TABLE_HIGHLIGHT_GAP = TABLE_HIGHLIGHT_GAP;
|
package/dist/cjs/version.json
CHANGED
|
@@ -97,5 +97,5 @@ export const contextualMenuDropdownWidth = 180;
|
|
|
97
97
|
export const stickyRowZIndex = resizeHandlerZIndex + 2;
|
|
98
98
|
export const stickyRowOffsetTop = 8;
|
|
99
99
|
export const stickyHeaderBorderBottomWidth = 1;
|
|
100
|
-
export const TABLE_SNAP_GAP =
|
|
100
|
+
export const TABLE_SNAP_GAP = 9;
|
|
101
101
|
export const TABLE_HIGHLIGHT_GAP = 10;
|
package/dist/es2019/version.json
CHANGED
|
@@ -97,5 +97,5 @@ export var contextualMenuDropdownWidth = 180;
|
|
|
97
97
|
export var stickyRowZIndex = resizeHandlerZIndex + 2;
|
|
98
98
|
export var stickyRowOffsetTop = 8;
|
|
99
99
|
export var stickyHeaderBorderBottomWidth = 1;
|
|
100
|
-
export var TABLE_SNAP_GAP =
|
|
100
|
+
export var TABLE_SNAP_GAP = 9;
|
|
101
101
|
export var TABLE_HIGHLIGHT_GAP = 10;
|
package/dist/esm/version.json
CHANGED
|
@@ -42,5 +42,5 @@ export declare const contextualMenuDropdownWidth = 180;
|
|
|
42
42
|
export declare const stickyRowZIndex: number;
|
|
43
43
|
export declare const stickyRowOffsetTop = 8;
|
|
44
44
|
export declare const stickyHeaderBorderBottomWidth = 1;
|
|
45
|
-
export declare const TABLE_SNAP_GAP =
|
|
45
|
+
export declare const TABLE_SNAP_GAP = 9;
|
|
46
46
|
export declare const TABLE_HIGHLIGHT_GAP = 10;
|
|
@@ -42,5 +42,5 @@ export declare const contextualMenuDropdownWidth = 180;
|
|
|
42
42
|
export declare const stickyRowZIndex: number;
|
|
43
43
|
export declare const stickyRowOffsetTop = 8;
|
|
44
44
|
export declare const stickyHeaderBorderBottomWidth = 1;
|
|
45
|
-
export declare const TABLE_SNAP_GAP =
|
|
45
|
+
export declare const TABLE_SNAP_GAP = 9;
|
|
46
46
|
export declare const TABLE_HIGHLIGHT_GAP = 10;
|
package/package.json
CHANGED
|
@@ -131,5 +131,5 @@ export const stickyRowZIndex = resizeHandlerZIndex + 2;
|
|
|
131
131
|
export const stickyRowOffsetTop = 8;
|
|
132
132
|
export const stickyHeaderBorderBottomWidth = 1;
|
|
133
133
|
|
|
134
|
-
export const TABLE_SNAP_GAP =
|
|
134
|
+
export const TABLE_SNAP_GAP = 9;
|
|
135
135
|
export const TABLE_HIGHLIGHT_GAP = 10;
|