@atlaskit/menu 1.5.6 → 1.5.7

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/menu
2
2
 
3
+ ## 1.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.5.6
4
10
 
5
11
  ### Patch Changes
@@ -129,8 +129,8 @@ var selectedStyles = (0, _react2.css)({
129
129
  }
130
130
  });
131
131
  var gapMap = {
132
- compact: '100',
133
- cozy: '150'
132
+ compact: 'space.100',
133
+ cozy: 'space.150'
134
134
  };
135
135
 
136
136
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "sideEffects": false
5
5
  }
@@ -118,8 +118,8 @@ const selectedStyles = css({
118
118
  }
119
119
  });
120
120
  const gapMap = {
121
- compact: '100',
122
- cozy: '150'
121
+ compact: 'space.100',
122
+ cozy: 'space.150'
123
123
  };
124
124
 
125
125
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "sideEffects": false
5
5
  }
@@ -121,8 +121,8 @@ var selectedStyles = css({
121
121
  }
122
122
  });
123
123
  var gapMap = {
124
- compact: '100',
125
- cozy: '150'
124
+ compact: 'space.100',
125
+ cozy: 'space.150'
126
126
  };
127
127
 
128
128
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/menu",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "A collection of composable menu components that can be used anywhere.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/ds-explorations": "^2.0.0",
40
40
  "@atlaskit/ds-lib": "^2.1.0",
41
41
  "@atlaskit/focus-ring": "^1.2.0",
42
- "@atlaskit/primitives": "^0.7.0",
42
+ "@atlaskit/primitives": "^0.8.0",
43
43
  "@atlaskit/theme": "^12.3.0",
44
44
  "@atlaskit/tokens": "^1.2.0",
45
45
  "@babel/runtime": "^7.0.0",