@atlaskit/dropdown-menu 14.0.3 → 14.1.0
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 +12 -0
- package/dist/cjs/internal/components/checkbox-icon.js +2 -2
- package/dist/cjs/internal/components/radio-icon.js +2 -2
- package/dist/es2019/internal/components/checkbox-icon.js +2 -2
- package/dist/es2019/internal/components/radio-icon.js +2 -2
- package/dist/esm/internal/components/checkbox-icon.js +2 -2
- package/dist/esm/internal/components/radio-icon.js +2 -2
- package/package.json +2 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/dropdown-menu
|
|
2
2
|
|
|
3
|
+
## 14.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#142856](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142856)
|
|
8
|
+
[`578fbeefd6128`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/578fbeefd6128) -
|
|
9
|
+
Remove feature flag to allow new controls
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 14.0.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -26,8 +26,8 @@ var CheckboxIcon = function CheckboxIcon(_ref) {
|
|
|
26
26
|
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
27
27
|
fillRule: "evenodd"
|
|
28
28
|
},
|
|
29
|
-
// eslint-disable-next-line @atlaskit/platform/
|
|
30
|
-
(0, _platformFeatureFlags.fg)('platform-visual-refresh-icons')
|
|
29
|
+
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
30
|
+
(0, _platformFeatureFlags.fg)('platform-visual-refresh-icons') ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("rect", {
|
|
31
31
|
stroke: checked ? "var(--ds-border-selected, ".concat(_colors.B400, ")") : "var(--ds-border-input, ".concat(_colors.N100, ")"),
|
|
32
32
|
x: "5.5",
|
|
33
33
|
y: "5.5",
|
|
@@ -26,8 +26,8 @@ var RadioIcon = function RadioIcon(_ref) {
|
|
|
26
26
|
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
27
27
|
fillRule: "evenodd"
|
|
28
28
|
},
|
|
29
|
-
// eslint-disable-next-line @atlaskit/platform/
|
|
30
|
-
(0, _platformFeatureFlags.fg)('platform-visual-refresh-icons')
|
|
29
|
+
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
30
|
+
(0, _platformFeatureFlags.fg)('platform-visual-refresh-icons') ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("circle", {
|
|
31
31
|
cx: "12",
|
|
32
32
|
cy: "12",
|
|
33
33
|
r: "7.5",
|
|
@@ -20,8 +20,8 @@ const CheckboxIcon = ({
|
|
|
20
20
|
}, /*#__PURE__*/React.createElement("g", {
|
|
21
21
|
fillRule: "evenodd"
|
|
22
22
|
},
|
|
23
|
-
// eslint-disable-next-line @atlaskit/platform/
|
|
24
|
-
fg('platform-visual-refresh-icons')
|
|
23
|
+
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
24
|
+
fg('platform-visual-refresh-icons') ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
|
|
25
25
|
stroke: checked ? `var(--ds-border-selected, ${B400})` : `var(--ds-border-input, ${N100})`,
|
|
26
26
|
x: "5.5",
|
|
27
27
|
y: "5.5",
|
|
@@ -20,8 +20,8 @@ const RadioIcon = ({
|
|
|
20
20
|
}, /*#__PURE__*/React.createElement("g", {
|
|
21
21
|
fillRule: "evenodd"
|
|
22
22
|
},
|
|
23
|
-
// eslint-disable-next-line @atlaskit/platform/
|
|
24
|
-
fg('platform-visual-refresh-icons')
|
|
23
|
+
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
24
|
+
fg('platform-visual-refresh-icons') ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
|
|
25
25
|
cx: "12",
|
|
26
26
|
cy: "12",
|
|
27
27
|
r: "7.5",
|
|
@@ -19,8 +19,8 @@ var CheckboxIcon = function CheckboxIcon(_ref) {
|
|
|
19
19
|
}, /*#__PURE__*/React.createElement("g", {
|
|
20
20
|
fillRule: "evenodd"
|
|
21
21
|
},
|
|
22
|
-
// eslint-disable-next-line @atlaskit/platform/
|
|
23
|
-
fg('platform-visual-refresh-icons')
|
|
22
|
+
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
23
|
+
fg('platform-visual-refresh-icons') ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
|
|
24
24
|
stroke: checked ? "var(--ds-border-selected, ".concat(B400, ")") : "var(--ds-border-input, ".concat(N100, ")"),
|
|
25
25
|
x: "5.5",
|
|
26
26
|
y: "5.5",
|
|
@@ -19,8 +19,8 @@ var RadioIcon = function RadioIcon(_ref) {
|
|
|
19
19
|
}, /*#__PURE__*/React.createElement("g", {
|
|
20
20
|
fillRule: "evenodd"
|
|
21
21
|
},
|
|
22
|
-
// eslint-disable-next-line @atlaskit/platform/
|
|
23
|
-
fg('platform-visual-refresh-icons')
|
|
22
|
+
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
23
|
+
fg('platform-visual-refresh-icons') ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
|
|
24
24
|
cx: "12",
|
|
25
25
|
cy: "12",
|
|
26
26
|
r: "7.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/dropdown-menu",
|
|
3
|
-
"version": "14.0
|
|
3
|
+
"version": "14.1.0",
|
|
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/"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/app-provider": "^2.1.0",
|
|
53
53
|
"@atlaskit/atlassian-navigation": "^5.1.0",
|
|
54
54
|
"@atlaskit/avatar": "^25.0.0",
|
|
55
|
-
"@atlaskit/checkbox": "^17.
|
|
55
|
+
"@atlaskit/checkbox": "^17.1.0",
|
|
56
56
|
"@atlaskit/docs": "^10.0.0",
|
|
57
57
|
"@atlaskit/form": "^12.0.0",
|
|
58
58
|
"@atlaskit/heading": "^5.2.0",
|
|
@@ -84,9 +84,6 @@
|
|
|
84
84
|
"platform-visual-refresh-icons": {
|
|
85
85
|
"type": "boolean"
|
|
86
86
|
},
|
|
87
|
-
"platform-icon-control-migration": {
|
|
88
|
-
"type": "boolean"
|
|
89
|
-
},
|
|
90
87
|
"select-avoid-duplicated-registered-ref": {
|
|
91
88
|
"type": "boolean"
|
|
92
89
|
},
|