@atlaskit/dropdown-menu 16.4.0 → 16.4.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 +14 -0
- package/dist/cjs/dropdown-menu.js +1 -1
- package/dist/cjs/internal/components/group-title.compiled.css +1 -1
- package/dist/cjs/internal/components/group-title.js +1 -1
- package/dist/es2019/dropdown-menu.js +1 -1
- package/dist/es2019/internal/components/group-title.compiled.css +1 -1
- package/dist/es2019/internal/components/group-title.js +1 -1
- package/dist/esm/dropdown-menu.js +1 -1
- package/dist/esm/internal/components/group-title.compiled.css +1 -1
- package/dist/esm/internal/components/group-title.js +1 -1
- package/package.json +14 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/dropdown-menu
|
|
2
2
|
|
|
3
|
+
## 16.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 16.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`036c3ee917e3c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/036c3ee917e3c) -
|
|
14
|
+
Icon migration entry point update
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 16.4.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -18,7 +18,7 @@ var _mergeRefs = _interopRequireDefault(require("@atlaskit/ds-lib/merge-refs"));
|
|
|
18
18
|
var _noop = _interopRequireDefault(require("@atlaskit/ds-lib/noop"));
|
|
19
19
|
var _useControlled = _interopRequireDefault(require("@atlaskit/ds-lib/use-controlled"));
|
|
20
20
|
var _useFocusEvent = _interopRequireDefault(require("@atlaskit/ds-lib/use-focus-event"));
|
|
21
|
-
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/
|
|
21
|
+
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
|
|
22
22
|
var _layering = require("@atlaskit/layering");
|
|
23
23
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
24
24
|
var _popup = _interopRequireDefault(require("@atlaskit/popup"));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8i4vh{font:var(--ds-font-heading-xxsmall,normal 653 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
|
|
3
3
|
._1rjcze3t{padding-block:var(--ds-space-0,0)}
|
|
4
4
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
@@ -11,7 +11,7 @@ var _runtime = require("@compiled/react/runtime");
|
|
|
11
11
|
var _react = _interopRequireDefault(require("react"));
|
|
12
12
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
13
13
|
var styles = {
|
|
14
|
-
heading: "
|
|
14
|
+
heading: "_11c8i4vh _1rjcze3t _18zrpxbi _syazazsu"
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
/**
|
|
@@ -7,7 +7,7 @@ import mergeRefs from '@atlaskit/ds-lib/merge-refs';
|
|
|
7
7
|
import noop from '@atlaskit/ds-lib/noop';
|
|
8
8
|
import useControlledState from '@atlaskit/ds-lib/use-controlled';
|
|
9
9
|
import useFocus from '@atlaskit/ds-lib/use-focus-event';
|
|
10
|
-
import ExpandIcon from '@atlaskit/icon/core/
|
|
10
|
+
import ExpandIcon from '@atlaskit/icon/core/chevron-down';
|
|
11
11
|
import { useLayering } from '@atlaskit/layering';
|
|
12
12
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
13
|
import Popup from '@atlaskit/popup';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8i4vh{font:var(--ds-font-heading-xxsmall,normal 653 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
|
|
3
3
|
._1rjcze3t{padding-block:var(--ds-space-0,0)}
|
|
4
4
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
6
6
|
const styles = {
|
|
7
|
-
heading: "
|
|
7
|
+
heading: "_11c8i4vh _1rjcze3t _18zrpxbi _syazazsu"
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -13,7 +13,7 @@ import mergeRefs from '@atlaskit/ds-lib/merge-refs';
|
|
|
13
13
|
import noop from '@atlaskit/ds-lib/noop';
|
|
14
14
|
import useControlledState from '@atlaskit/ds-lib/use-controlled';
|
|
15
15
|
import useFocus from '@atlaskit/ds-lib/use-focus-event';
|
|
16
|
-
import ExpandIcon from '@atlaskit/icon/core/
|
|
16
|
+
import ExpandIcon from '@atlaskit/icon/core/chevron-down';
|
|
17
17
|
import { useLayering } from '@atlaskit/layering';
|
|
18
18
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
19
19
|
import Popup from '@atlaskit/popup';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8i4vh{font:var(--ds-font-heading-xxsmall,normal 653 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._18zrpxbi{padding-inline:var(--ds-space-200,1pc)}
|
|
3
3
|
._1rjcze3t{padding-block:var(--ds-space-0,0)}
|
|
4
4
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
@@ -4,7 +4,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
6
6
|
var styles = {
|
|
7
|
-
heading: "
|
|
7
|
+
heading: "_11c8i4vh _1rjcze3t _18zrpxbi _syazazsu"
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/dropdown-menu",
|
|
3
|
-
"version": "16.4.
|
|
3
|
+
"version": "16.4.2",
|
|
4
4
|
"description": "A dropdown menu displays a list of actions or options to a user.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@atlaskit/button": "^23.9.0",
|
|
28
28
|
"@atlaskit/css": "^0.19.0",
|
|
29
29
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
30
|
-
"@atlaskit/icon": "^29.
|
|
31
|
-
"@atlaskit/layering": "^3.
|
|
30
|
+
"@atlaskit/icon": "^29.4.0",
|
|
31
|
+
"@atlaskit/layering": "^3.6.0",
|
|
32
32
|
"@atlaskit/menu": "^8.4.0",
|
|
33
33
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
34
|
-
"@atlaskit/popup": "^4.
|
|
35
|
-
"@atlaskit/primitives": "^17.
|
|
34
|
+
"@atlaskit/popup": "^4.13.0",
|
|
35
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
36
36
|
"@atlaskit/spinner": "^19.0.0",
|
|
37
37
|
"@atlaskit/theme": "^21.0.0",
|
|
38
|
-
"@atlaskit/tokens": "^
|
|
38
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
39
39
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"bind-event-listener": "^3.0.0"
|
|
@@ -48,22 +48,21 @@
|
|
|
48
48
|
"@af/accessibility-testing": "workspace:^",
|
|
49
49
|
"@af/integration-testing": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/app-provider": "^3.
|
|
52
|
-
"@atlaskit/atlassian-navigation": "^5.
|
|
53
|
-
"@atlaskit/avatar": "^25.
|
|
51
|
+
"@atlaskit/app-provider": "^3.3.0",
|
|
52
|
+
"@atlaskit/atlassian-navigation": "^5.6.0",
|
|
53
|
+
"@atlaskit/avatar": "^25.7.0",
|
|
54
54
|
"@atlaskit/checkbox": "^17.3.0",
|
|
55
|
-
"@atlaskit/docs": "^11.
|
|
56
|
-
"@atlaskit/form": "^15.
|
|
55
|
+
"@atlaskit/docs": "^11.3.0",
|
|
56
|
+
"@atlaskit/form": "^15.3.0",
|
|
57
57
|
"@atlaskit/heading": "^5.2.0",
|
|
58
58
|
"@atlaskit/link": "^3.3.0",
|
|
59
59
|
"@atlaskit/lozenge": "^13.3.0",
|
|
60
|
-
"@atlaskit/modal-dialog": "^14.
|
|
61
|
-
"@atlaskit/section-message": "^8.
|
|
60
|
+
"@atlaskit/modal-dialog": "^14.10.0",
|
|
61
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
62
62
|
"@atlaskit/textfield": "^8.2.0",
|
|
63
63
|
"@atlaskit/toggle": "^15.2.0",
|
|
64
64
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
65
|
-
"@testing-library/react": "^
|
|
66
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
65
|
+
"@testing-library/react": "^16.3.0",
|
|
67
66
|
"@testing-library/user-event": "^14.4.3",
|
|
68
67
|
"jest-in-case": "^1.0.2",
|
|
69
68
|
"raf-stub": "^2.0.1",
|