@atlaskit/menu 1.7.0 → 1.7.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,17 @@
|
|
|
1
1
|
# @atlaskit/menu
|
|
2
2
|
|
|
3
|
+
## 1.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) - Migrated use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
|
|
8
|
+
|
|
9
|
+
## 1.7.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
14
|
+
|
|
3
15
|
## 1.7.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/dist/cjs/version.json
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
import { css, jsx } from '@emotion/react';
|
|
4
4
|
import noop from '@atlaskit/ds-lib/noop';
|
|
5
5
|
import { N20A } from '@atlaskit/theme/colors';
|
|
6
|
-
import { borderRadius as borderRadiusFn,
|
|
6
|
+
import { borderRadius as borderRadiusFn,
|
|
7
|
+
// eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
|
|
8
|
+
gridSize as gridSizeFn } from '@atlaskit/theme/constants';
|
|
7
9
|
import SkeletonShimmer from '../internal/components/skeleton-shimmer';
|
|
8
10
|
const gridSize = gridSizeFn();
|
|
9
11
|
const borderRadius = borderRadiusFn();
|
package/dist/es2019/version.json
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
import { css, jsx } from '@emotion/react';
|
|
4
4
|
import noop from '@atlaskit/ds-lib/noop';
|
|
5
5
|
import { N20A } from '@atlaskit/theme/colors';
|
|
6
|
-
import { borderRadius as borderRadiusFn,
|
|
6
|
+
import { borderRadius as borderRadiusFn,
|
|
7
|
+
// eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
|
|
8
|
+
gridSize as gridSizeFn } from '@atlaskit/theme/constants';
|
|
7
9
|
import SkeletonShimmer from '../internal/components/skeleton-shimmer';
|
|
8
10
|
var gridSize = gridSizeFn();
|
|
9
11
|
var borderRadius = borderRadiusFn();
|
package/dist/esm/version.json
CHANGED