@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 2.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8b77d484c89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b77d484c89) - Change snap gap for tables guideline to 9px
8
+
3
9
  ## 2.5.1
4
10
 
5
11
  ### Patch Changes
@@ -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 = 5;
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;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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 = 5;
100
+ export const TABLE_SNAP_GAP = 9;
101
101
  export const TABLE_HIGHLIGHT_GAP = 10;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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 = 5;
100
+ export var TABLE_SNAP_GAP = 9;
101
101
  export var TABLE_HIGHLIGHT_GAP = 10;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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 = 5;
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 = 5;
45
+ export declare const TABLE_SNAP_GAP = 9;
46
46
  export declare const TABLE_HIGHLIGHT_GAP = 10;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -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 = 5;
134
+ export const TABLE_SNAP_GAP = 9;
135
135
  export const TABLE_HIGHLIGHT_GAP = 10;